a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}

/* main  */
section .main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url(/90/img/0B1A3753copy.jpg);
  background-size: cover;
  background-position: 50% 90%;
  background-repeat: no-repeat;
  width: 100%;
  height: 95vh;
  position: relative;
}

@keyframes slideUp {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.main .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 500px;
  padding: 20px;
  margin-left: 27%;
  margin-top: 11.75em;
}

.main .txt-wrap .tit-vol {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #eaeaea;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}

.main .txt-wrap .tit-main {
  font-family: 'Noto Serif KR';
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -1.3px;
  color: #eaeaea;
  margin-bottom: 0.7em;
  text-indent: -0.05em;
}

.main .txt-wrap .tit-main:hover {
  font-weight: 300;
  color: #c7a2f9;
  cursor: pointer;
}

.main .txt-wrap .more-button {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  padding: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border: solid 1px #75648a;
  border-radius: 999px;
  border: 1px solid #fff;
  transition: background-color 0.3sease;
}

.main .txt-wrap .more-button:hover {
  background-color: #fff;
  color: #75648a;
}
/* main media query  */

@media (max-width: 1024px) {
  section .main {
    background-position: 57%;
  }
  .main .txt-wrap {
    padding: 20px 20px 0 o;
    margin-left: 20%;
  }
  .main .txt-wrap .tit-main {
    font-size: 1.8rem;
    letter-spacing: -0.7px;
  }
  .main .txt-wrap .tit-vol {
    padding-left: 0em;
  }
  .main .txt-wrap .more-button {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .main .txt-wrap {
    margin-left: 9%;
  }
}

@media (max-width: 575px) {
  .main .txt-wrap {
    margin-left: 10px;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 4.5em;
  }

  .main .txt-wrap .tit-ko {
    font-size: 0.9rem;
    color: #bb749a;
    text-align: center;
    margin-bottom: 0;
  }

  .main .txt-wrap .tit-main {
    font-family: 'Noto Serif KR', serif;
    font-weight: 200;
    color: #f6eff3;
    text-indent: -0.05em;
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: left;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 439px) {
  section .main {
    background-size: 320%;
    background-position: 58% 83%;
    height: 90vh;
  }
  .main .txt-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    max-width: 500px;
    padding: 20px;
    margin-left: 33px;
    margin-top: 100%;
  }

  .main .txt-wrap .more-button {
    display: inline-block;
    width: 40%;
    margin-top: 0px;
    padding: 6px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: solid 1px #75648a;
    border-radius: 999px;
    border: 1px solid #fff;
    transition: background-color 0.3sease;
  }
  .main .txt-wrap .tit-vol {
    font-size: 0.7rem;
    margin-bottom: 0em;
    padding-left: 0em;
    margin-bottom: 0.5em;
  }
}

/*////////////////////////////*/
/* content > con-issue  */
.con-issue {
  background-color: #75648a;
  display: flex;
  justify-content: center;
}
.con-issue .inner {
  max-width: 1100px;
  position: relative;
  background-color: #fff;
  margin-top: 120px;
}
.con-issue .tit-box-color {
  position: absolute;
  top: -50px;
  left: 0;
  width: 160px;
  height: 50px;
  background-color: #75648a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-issue .tit-box-txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.issue-box {
  padding: 73px 70px 64px 70px;
  font-family: 'Noto Sans KR, san-serif';
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.issue-box-bottom {
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
}

.issue-box .sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #858585;
  margin-bottom: 0.6em;
  margin-left: 0.1em;
}

.issue-box h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.7px;
  color: #7f6e91;
  margin-bottom: 0.6em;
}

.issue-box h3 .eng_tit {
  font-size: 1.3rem;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0.3px;
  margin-left: 5px;
  line-height: 1em;
}

.issue-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.issue-box h5 {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #525252;
  line-height: 1.3em;
  margin-top: 0em;
  margin-bottom: 0.1em;
}
.issue-box h6 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-bottom: 5px;
  /* margin-bottom: 5px; */
  /* border-bottom: 0.5px solid #888; */
  line-height: 1.5em;
  color: #555;
}

.issue-box-top .txt-wrap {
  width: 100%;
}

.issue-box-top a {
  margin-bottom: 10px;
  min-height: 100px;
}

.issue-box-top p {
  display: -webkit-box;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: justify;
  color: #5f585b;
  position: relative;
  line-height: 1.7em;
  padding-left: 0.3em;
}

.issue-box-top p span.bottom_line_purple {
  border-bottom: 1px solid #badaf4;
  /* box-shadow: inset 0 -1px 0 0 #99b2ec; */
}

.issue-box-top p.body-txt:hover {
  font-weight: 500;
  color: #3d6284;
  cursor: pointer;
  text-decoration: underline;
}

.issue-box-bottom {
  gap: 30px;
}

.issue-box-bottom .issue-subbox {
  position: relative;
  /* border: 1px solid #b6b4bc; */
  /* border-radius: 14px; */
  padding: 0.5em;
  /* padding-bottom: 2.3em; */
  background: #fff;
  transition: opacity 0.3s ease;
  text-align: center;
}

.issue-box-bottom .issue-subbox * {
  position: relative;
  z-index: 2;
}

.issue-box-bottom .issue-subbox img {
  width: 100%;
  margin-bottom: 20px;
}

.issue-box-bottom .issue-subbox .more-button {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  padding: 6px 16px;
  background-color: #fff;
  color: #75648a;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: solid 1px #75648a;
  border-radius: 999px;
  transition: background-color 0.3sease;
}

.issue-subbox .more-button:hover {
  background-color: #f9d923;
  border: solid 1px #f9d923;
  color: #666;
}

.issue-box-bottom p.issue-int {
  margin-bottom: 0.3em;
}

.issue-box-bottom p.body-txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
  text-align: justify;
  margin: 0;
  color: #666;
}

.issue-box-bottom p.body-txt:hover {
  font-weight: 500;
  color: #6c71b2;
  cursor: pointer;
  text-decoration: underline;
}

/* con-issue media query  */

@media (max-width: 1024px) {
  .issue-box {
    padding-bottom: 50px;
  }

  .issue-box-bottom {
    gap: 10px;
  }
  .issue-box-bottom .issuePlus {
    width: 150px;
    margin-right: 15px;
  }
  .issue-box-top {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .con-issue .inner {
    width: 675px;
    max-width: 675px;
    position: relative;
    background-color: #fff;
    margin-top: 70px;
  }
  .issue-box {
    padding: 73px 47px 52px 47px;
  }
  .issue-box-top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .issue-box-top p {
    font-size: 0.9rem;
  }

  .issue-box .txt-wrap {
    width: 100%;
  }
  .issue-box .img-wrap {
    width: 100%;
    height: auto;
    background-image: url(/90/img/issue_index1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 0;
  }

  .issue-box-top {
    margin-bottom: 0px;
  }
  .issue-box-bottom {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    justify-content: space-between;
    gap: 1.2em;
  }
}

.issue-subbox.sub02 .image-wrapper {
  position: relative;
}
.issue-subbox.sub02 .issue-int {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0.3em 0em 0em;
  background-color: #c15726;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .issue-box-top .txt-wrap {
    width: 100%;
    padding: 0em 0.5em;
  }
  .issue-box-top p {
    font-size: 1rem;
  }
  .con-issue .tit-box-color {
    width: 100%;
  }

  .issue-box-bottom {
    gap: 1.3em;
  }

  .issue-box-bottom .issue-subbox {
    padding: 1.5em;
  }

  .issue-box {
    padding: 50px 20px 40px 20px;
    font-family: 'Noto Sans KR, san-serif';
    display: flex;
    flex-direction: column;
    color: #444;
  }
  .issue-box h3 {
    font-size: 2.5rem;
  }

  .issue-box h3 .eng_tit {
    font-size: 1.2rem;
    font-weight: 400;
    color: #c0c0c0;
    letter-spacing: 0.3px;
    margin-left: 5px;
    line-height: 0em;
  }

  .issue-box h3 span::before {
    content: '\A';
    white-space: pre;
  }

  .issue-box h5 {
    font-size: 1.55rem;
    letter-spacing: -0.6px;
  }
}

@media (max-width: 576px) {
  .con-issue .inner {
    margin-top: 55px;
  }
  .issue-box-top .txt-wrap {
    width: 100%;
    padding: 0em 0.5em;
  }
  .issue-box-top p {
    font-size: 1rem;
  }
  .con-issue .tit-box-color {
    width: 100%;
  }
  .issue-box-bottom {
    gap: 1.3em;
  }
  .issue-box-bottom .issue-subbox {
    padding: 0em;
  }

  .issue-box {
    padding: 50px 20px 40px 20px;
    font-family: 'Noto Sans KR, san-serif';
    display: flex;
    flex-direction: column;
    color: #444;
  }
  .issue-box .sub-title {
    font-size: 1.2rem;
  }
  .issue-box h3 {
    font-size: 2.3rem;
  }

  .issue-box h3 .eng_tit {
    font-size: 1.2rem;
    font-weight: 400;
    color: #c0c0c0;
    letter-spacing: 0.3px;
    margin-left: 5px;
    line-height: 0em;
  }

  .issue-box h3 span::before {
    content: '\A';
    white-space: pre;
  }

  .issue-box h5 {
    font-size: 1.55rem;
    letter-spacing: -0.6px;
  }
}

/*////////////////////////////*/
/* content > con-article  */
.con-article {
  display: flex;
  justify-content: center;
}

.con-article .inner {
  max-width: 1100px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.con-article-wrap {
  display: flex;
}

.article-box {
  border: 3px solid #d4cdd1;
  padding: 2.5em;
  border-radius: 24px;
}

.article-box .img-wrap {
  height: 250px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.3s ease;
}

.article-box .img-wrap:hover {
  opacity: 0.8;
  box-shadow: 0 0 15px rgba(177, 156, 227, 0.5);
}

.column-box {
  margin-right: 30px;
}
.column-box,
.column-box2 {
  position: relative;
  width: 50%;
}

.column-box .img-wrap {
  background-image: url(/90/img/columnbg_90-1.jpg);
  background-size: cover;
  background-position: 50% 60%;
}
.column-box2 .img-wrap {
  background-image: url(/90/img/columnbg_90-2-1.jpg);
  background-size: cover;
  background-position: 50% 45%;
}

.con-article .article-box h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6d3a50;
  letter-spacing: -1px;
  line-height: 1.4;
}

.con-article .article-box h6 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  border-bottom: 0.5px solid #888;
  line-height: 1.5em;
  color: #555;
}

.con-article .article-box .txt-wrap {
  text-align: center;
}

.con-article .article-box .txt-wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.5px;
  line-height: 1.6;
  text-align: justify;
}

.con-article .article-box .txt-wrap p:hover {
  color: #3d6284;
  cursor: pointer;
  text-decoration: underline;
}

.con-article .article-box .more-button {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding: 6px 16px;
  /* background-color: #669fae; */
  background-color: #fff;
  color: #75648a;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border: solid 1px #75648a;
  border-radius: 999px;
  transition: background-color 0.3sease;
}

.article-box .more-button:hover {
  background-color: #f9d923;
  border: solid 1px #f9d923;
  color: #666;
}

.article-box .tit-box-wrap {
  position: absolute;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #553c67;
}

.column-box .tit-box-wrap {
  top: -70px;
  left: 0;
}
.column-box2 .tit-box-wrap {
  top: -70px;
  left: 0;
}

.column-box .tit-box-color {
  width: 160px;
  height: 50px;
  background-color: #6d3a50;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-box2 .tit-box-color {
  width: 160px;
  height: 50px;
  background-color: #6d3a50;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-article .tit-box-txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

/* con-article media query  */

@media (max-width: 1024px) {
  .con-article .inner {
    width: 940px;
    max-width: 940px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .con-article .inner {
    width: 100%;
    max-width: 770px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }

  .con-article-wrap {
    flex-direction: column;
    width: 89%;
  }
  .article-box {
    display: flex;
  }

  .column-box,
  .column-box2 {
    margin-right: 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
  }

  .essay-box {
    margin-bottom: 20px;
  }
  .article-box .img-wrap {
    width: 40%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .article-box .txt-wrap {
    width: 60%;
  }
  .con-article .article-box h4 {
    font-size: 1.4rem;
  }
  .article-box .txt-wrap p {
    max-height: 128px;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 687px) {
  .article-box {
    flex-direction: column;
    border: 3px solid #d4cdd1;
    padding: 1.6em;
    border-radius: 12px;
  }
  .article-box .txt-wrap {
    width: 100%;
  }
  .article-box .img-wrap {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
  }
  .article-box .txt-wrap p {
    max-height: 74px;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .con-article .inner {
    padding-top: 40px;
  }

  .column-box,
  .column-box2 {
    position: relative;
    width: 100%;
  }
  .column-box2 {
    margin-bottom: 0px;
  }
  .column-box .tit-box-color {
    width: 100%;
  }
  .con-article .article-box h4 {
    margin-top: 1em;
  }
}

@media (max-width: 465px) {
  .article-box .img-wrap {
    margin-bottom: 0;
  }
}

/* //스크롤섹션  */
.scroll-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-section.show {
  opacity: 1;
  transform: translateY(0);
}
