@charset "UTF-8";

.intro {
  margin-bottom: 100px
}

.intro img {
  width: 100%
}

.intro .box ul li .content span,
.intro .box ul li .content p {
  color: #fff
}

.intro .box.step1 {
  position: relative
}

.intro .box.step1 .content {
  position: absolute;
  left: 50%;
  bottom: -20px;
  background: #fff;
  width: 95%;
  max-width: 1400px;
  text-align: center;
  transform: translate(-50%);
  padding-top: 80px;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.5
}

.intro .box.step1 p b {
  font-size: 1.125rem
}

.intro .box.step1 p:before {
  position: absolute;
  left: 50%;
  top: 50px;
  content: "";
  background: #ff7200;
  width: 30px;
  height: 3px;
  transform: translate(-50%)
}

.intro .box.step2 {
  background: -webkit-linear-gradient(top, #fff, #f4f4f4)
}

.intro .box.step2 .buttons {
  justify-content: flex-start;
  margin-top: 16px
}

.intro .box.step2 .con {
  margin: 0 auto;
  overflow: hidden;
  width: 100%
}

.intro .box.step2 .con .img {
  width: 869px;
  display: table-cell
}

.intro .box.step2 .con .content {
  width: calc(100% - 869px);
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 140px;
  position: relative;
  left: -20px
}

.intro .box.step2 .con .content h3 {
  font-size: 1.75rem;
  margin-bottom: 25px
}

.intro .box.step2 .con .content p {
  color: #666;
  font-size: .9375rem;
  line-height: 1.8
}

.intro .box.step3 {
  margin: 0 auto;
  overflow: hidden
}

.intro .box.step3 h2 {
  font-size: 1.75rem;
  margin: 100px 0;
  text-align: center
}

.intro .box.step3 ul {
  overflow: hidden;
  padding: 0;
  margin: 0 -12px;
  list-style: none
}

.intro .box.step3 ul li {
  width: 25%;
  float: left;
  position: relative;
  padding: 0 12px
}

.intro .box.step3 ul li .content {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  color: #fff;
  background: #4b4b4b
}

.intro .box.step3 ul li .content span {
  font-size: 2.5rem
}

.intro .box.step3 ul li .content h3 {
  color: #fff;
  margin-top: 10px;
  font-size: .9375rem
}

@media (max-width: 1380px) {
  .intro .box.step1 .content {
    padding: 0 20px
  }

  .intro .box.step2 .con {
    padding-top: 5%
  }

  .intro .box.step2 .con .img {
    width: 55%
  }

  .intro .box.step2 .con .img img {
    width: 100%
  }

  .intro .box.step2 .con .content {
    width: 45%;
    padding-bottom: 50px
  }

  .intro .box.step2 .con .content h3 {
    font-size: 1.625rem
  }

  .intro .box.step2 .con .content p {
    font-size: .8125rem
  }

  .intro .box.step3 h3 {
    font-size: 1.625rem
  }

  .intro .box.step3 ul li img {
    width: 100%
  }

  .intro .box.step3 ul li .content span {
    font-size: 2.1875rem
  }

  .intro .box.step3 ul li .content p {
    font-size: .8125rem
  }
}

@media (max-width: 1100px) {

  .intro .box.step2 .con .img,
  .intro .box.step2 .con .content {
    width: 50%
  }
}

@media (max-width: 991px) {
  .intro .box.step1 img {
    width: 100%
  }

  .intro .box.step1 p {
    width: 80%;
    padding-top: 60px;
    font-size: .9375rem;
    margin: 0 auto
  }

  .intro .box.step1 p:before {
    top: 40px
  }

  .intro .box.step1 p b {
    font-size: .9375rem
  }

  .intro .box.step2 {
    background: none
  }

  .intro .box.step2 .con {
    display: block
  }

  .intro .box.step2 .con .img {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    background: -webkit-linear-gradient(top, #fff, #f4f4f4)
  }

  .intro .box.step2 .con .img img {
    width: 80%
  }

  .intro .box.step2 .con .content {
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 60px 0
  }

  .intro .box.step2 .buttons {
    justify-content: center
  }

  .intro .box.step3 h3 {
    margin: 0 0 60px;
    line-height: 1.5
  }

  .intro .box.step3 ul li {
    width: 50%;
    margin-bottom: 30px
  }
}

@media (max-width: 768px) {
  .box.box.step2 .content {
    padding: 60px 5.20833vw !important
  }
}

@media (max-width: 767px) {
  .intro .box.step1 p {
    padding: 70px 20px 0;
    font-size: .8125rem
  }

  .intro .box.step1 p br {
    display: none
  }

  .intro .box.step2 .con .img img {
    width: 100%
  }

  .intro .box.step2 .con .content h3 {
    margin-bottom: 15px
  }

  .intro .box.step2 .con .content p {
    font-size: .8125rem
  }

  .intro .box.step2 .con .content p br {
    display: none
  }

  .intro .box.step3 ul li {
    width: 100%;
    margin-bottom: 15px
  }

  .intro .box.step3 ul li:last-of-type {
    margin-bottom: 0
  }
}

#NewsDetailApp .sub_box {
  margin-top: 0
}

#NewsDetailApp .attachment {
  cursor: pointer;
  border: 1px solid #FF8A00;
  display: inline-block;
  padding: 14px 24px 14px 58px;
  margin: 44px auto 0;
  color: #ff7a00;
  line-height: 20px;
  transition: all, .2s;
  background: url(../../img/layout/ico_attachment.png) no-repeat 30px/auto;
  background-size: 18px
}

#NewsDetailApp .attachment:hover {
  background-color: #ffe8c9
}

@media (max-width: 768px) {
  #NewsDetailApp .attachment {
    background-size: 15px;
    padding: 14px 24px 14px 50px;
    margin-top: 30px
  }
}

@font-face {
  font-family: Jalnan;
  font-weight: 400;
  font-style: normal;
  src: url(/src/lib/fonts/JalnanOTF.otf) format("opentype")
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.mbti {
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  display: flex;
  text-align: center
}

.mbti_test {
  max-width: 768px;
  margin: 0 auto;
  padding: 40px 40px 0;
  text-align: center
}

.mbti_btn {
  width: calc((100% - 80px)/2);
  height: 124px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%);
  background: #000;
  border: none;
  border-radius: 20px
}

.mbti_btn a {
  width: 100%;
  height: 100%;
  line-height: 124px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.28px;
  text-decoration: none
}

.mbti_btn:hover {
  background-color: FF7A00
}

.test_wrap {
  min-height: 850px;
  position: relative
}

.step_wrap {
  margin: 40px 0 0;
  text-align: center
}

.step_now {
  color: #212529;
  text-align: center;
  font-family: Jalnan;
  font-size: 3.125rem;
  margin: 0 10px 0 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2.24px
}

.step_total {
  display: inline-block;
  color: #a5a5a5;
  text-align: center;
  font-family: Jalnan;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.36px
}

.question {
  margin: 10px 0 50px;
  display: block;
  color: #212529;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.2px
}

.answer {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  background: #f5f5f5;
  border-radius: 20px;
  color: #212529;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.9px;
  cursor: pointer;
  transition: .3s
}

.answer.active {
  background: #ff7a00;
  color: #fff
}

.answer.disabled {
  color: #999;
  pointer-events: none
}

.br {
  display: block;
  height: 10px
}

.answer_img {
  display: none
}

.progress_img {
  margin: 0 0 120px
}

.progress_bar {
  width: 100%;
  margin: 10px 0 0;
  background: #eaeaea
}

.progress_bar div {
  width: 8.3333333333%;
  height: 10px;
  background: #ff7a00
}

.effect_wrap {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 5.2vw
}

@media (max-width: 768px) {
  .mbti {
    max-width: 100%;
    padding: 0
  }

  .mbti_test {
    padding: 5.2vw 5.2vw 0
  }

  .mbti_btn {
    height: 16.8vw !important;
    bottom: 7.8vw;
    border-radius: 2.6vw
  }

  .mbti_btn a {
    font-size: 3.9vw !important;
    line-height: 16.8vw !important
  }

  .br {
    height: 2.6vw
  }

  .test_wrap {
    min-height: 125vw
  }

  .step_wrap {
    margin: 5.2vw 0 0
  }

  .step_now {
    font-size: 7vw;
    margin: 0 1.3vw 0 0
  }

  .step_total {
    font-size: 4.1vw
  }

  .question {
    margin: 3vw 0 7.8vw;
    font-size: 5vw;
    word-break: keep-all;
    line-height: 1.6
  }

  .question br:first-child {
    display: none
  }

  .answer {
    margin: 0 0 1.5vw;
    padding: 0 5.2vw;
    height: 22.9vw;
    font-size: 3.6vw;
    border-radius: 2.6vw;
    font-weight: 600;
    word-break: keep-all
  }

  .answer br {
    display: none
  }

  .progress_bar {
    margin: 1.3vw 0 0vw
  }

  .progress_bar div {
    height: 1.3vw
  }

  .effect_wrap {
    bottom: 6.5vw
  }
}

.mbti img,
.mbti svg {
  width: 100%
}

.mbti .bg {
  max-width: 768px
}

.mbti .at-body .at-container {
  margin: 0 auto
}

@media (max-width: 768px) {
  .mbti .mbti_btn {
    bottom: 9.1vw
  }
}

.amina-header {
  line-height: 22px;
  margin-bottom: 15px
}

.amina-header .header-breadcrumb {
  margin-top: 4px
}

@media all and (max-width: 460px) {
  .responsive .amina-header .header-breadcrumb {
    display: none
  }
}

.director-general .at-body .at-container {
  margin: 0 auto
}

.director-general .amina-header {
  line-height: 22px;
  margin-bottom: 15px
}

.director-general .amina-header .header-breadcrumb {
  margin-top: 4px
}

@media all and (max-width: 460px) {
  .director-general .responsive .amina-header .header-breadcrumb {
    display: none
  }
}

.director-general .intro {
  display: flex;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px
}

.director-general .intro>div {
  display: table-cell;
  vertical-align: middle
}

.director-general .intro>div.lt_intro {
  width: 640px
}

.director-general .intro>div.rt_intro {
  width: calc(100% - 640px);
  background: #f6f6f6;
  padding-left: 100px
}

.director-general .intro>div.rt_intro .box {
  margin-bottom: 50px
}

.director-general .intro>div.rt_intro .box:last-of-type {
  margin-bottom: 0
}

.director-general .intro>div.rt_intro .box h3 {
  font-size: 1.75rem;
  margin-bottom: 20px
}

.director-general .intro>div.rt_intro .box ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.director-general .intro>div.rt_intro .box ul li {
  color: #666;
  margin-bottom: 5px;
  font-weight: 300
}

.director-general .intro>div.rt_intro .box ul li:last-of-type {
  margin-bottom: 0
}

@media (max-width: 1400px) {
  .director-general .intro>div.lt_intro {
    width: 50%
  }

  .director-general .intro>div.lt_intro img {
    width: 100%;
    height: 100%
  }

  .director-general .intro>div.rt_intro {
    width: 50%
  }
}

@media (max-width: 1100px) {
  .director-general .intro>div.rt_intro {
    padding-left: 50px
  }
}

@media (max-width: 991px) {
  .director-general .intro>div.rt_intro .box {
    margin-bottom: 30px
  }

  .director-general .intro>div.rt_intro .box h3 {
    font-size: 1.375rem;
    margin-bottom: 15px
  }

  .director-general .intro>div.rt_intro .box ul li {
    font-size: .8125rem
  }
}

@media (max-width: 765px) {
  .director-general .intro {
    flex-direction: column
  }

  .director-general .intro>div.lt_intro {
    height: auto
  }

  .director-general .intro>div.lt_intro {
    width: 100%;
    display: block
  }

  .director-general .intro>div.rt_intro {
    width: 100%;
    display: block;
    padding: 0 30px
  }

  .director-general .intro>div.rt_intro .box {
    margin-bottom: 30px
  }

  .director-general .intro>div.rt_intro .box h3 {
    font-size: 1.375rem;
    margin-bottom: 15px
  }

  .director-general .intro>div.rt_intro .box ul li {
    font-size: .8125rem
  }
}

@media (max-width: 500px) {
  .director-general .intro>div.rt_intro {
    padding: 30px 15px
  }

  .director-general .intro>div.rt_intro .box {
    margin-bottom: 20px
  }

  .director-general .intro>div.rt_intro .box h3 {
    font-size: 1.25rem;
    margin-bottom: 10px
  }

  .director-general .intro>div.rt_intro .box ul li {
    font-size: .8125rem
  }
}

.korean-office .at-body .at-container {
  margin: 0 auto
}

.korean-office .btn {
  display: inline-block
}

@media (max-width: 768px) {
  .korean-office .detail li {
    margin-bottom: 15px !important;
    text-align: left
  }

  .korean-office .detail li span {
    margin-bottom: 8px !important
  }
}

.korean-office a.animated-button.victoria-one {
  border: 2px solid #d24d57
}

.korean-office a.animated-button.victoria-one:after {
  background: #d24d57;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translate(-50%) translateY(-50%) rotate(-25deg)
}

.korean-office a.animated-button.victoria-two {
  border: 2px solid #d24d57
}

.korean-office a.animated-button.victoria-two:after {
  background: #d24d57;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translate(-50%) translateY(-50%) rotate(25deg)
}

.korean-office a.animated-button.victoria-three {
  border: 2px solid #ff7200
}

.korean-office a.animated-button.victoria-three:after {
  background: #ff7200;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translate(-50%) translateY(-50%)
}

.korean-office a.animated-button.victoria-three:hover:after {
  height: 140%;
  opacity: 1
}

.korean-office a.animated-button.victoria-four {
  border: 2px solid #ff7200;
  margin-top: 50px;
  font-size: 1.25rem;
  border-radius: 30px !important;
  padding: 18px;
  color: #fff;
  background: #ff7200
}

.korean-office .location .box {
  margin-bottom: 90px
}

.korean-office .location .box .map {
  margin-bottom: 25px
}

.korean-office .location .box .name {
  color: #333;
  font-size: 1.75rem;
  margin-bottom: 25px
}

.korean-office .location .box .detail {
  margin: 0;
  padding: 0;
  list-style: none
}

.korean-office .location .box .detail li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #666
}

.korean-office .location .box .detail li:last-of-type {
  margin-bottom: 0
}

.korean-office .location .box .detail li span {
  display: inline-block;
  width: 100px;
  color: #000
}

.korean-office .location .box .detail li a {
  color: #666
}

.korean-office .location .box .detail li a:hover {
  color: #ff7200
}

@media (max-width: 991px) {
  .korean-office .location .box .map iframe {
    height: 350px
  }

  .korean-office .location .box .name {
    font-size: 1.4375rem
  }

  .korean-office .location .box .detail li {
    font-size: .9375rem
  }

  .korean-office .location .box .detail li span {
    display: block;
    margin-bottom: 2px
  }
}

@media (max-width: 500px) {
  .korean-office .location .box .map iframe {
    height: 250px
  }

  .korean-office .location .box .name {
    font-size: 1.3125rem
  }

  .korean-office .location .box .detail li {
    font-size: .875rem
  }
}

.korean-office .at-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3%;
  text-align: center
}

.korean-office iframe {
  width: 100%;
  height: 550px;
  border: 0
}

.event .list-container:after {
  content: "";
  display: block;
  clear: both
}

.event .list-container .list-row {
  float: left;
  width: 30%;
  margin: 0 0 5% 5%
}

.event .list-container .list-row:nth-of-type(3n+1) {
  margin: 0 0 5%
}

.event .list-container .list-row .imgframe {
  height: 0;
  padding: 0 0 98%;
  overflow: hidden
}

.event .list-container .list-row .imgframe a {
  width: 100%;
  height: 100%;
  display: block
}

.event .list-container .list-row .imgframe img {
  width: 100%;
  display: block
}

.event .list-container .list-row.close_event .list-item {
  position: relative
}

.event .list-container .list-row.close_event .list-item:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0009
}

@media (max-width: 1280px) {
  .event .list-container .list-row {
    width: 46.74479%;
    margin: 0 0 5vw 6.510416%
  }

  .event .list-container .list-row:nth-of-type(3n+1) {
    margin: 0 0 5vw 6.51041%
  }

  .event .list-container .list-row:nth-of-type(odd) {
    margin: 0 0 5vw
  }
}

@media (max-width: 768px) {
  .event .list-container .list-row {
    width: 100%;
    margin: 0 0 5vw
  }

  .event .list-container .list-row:nth-of-type(3n+1) {
    margin: 0 0 5vw
  }

  .event .list-container .list-row:nth-of-type(odd) {
    margin: 0 0 5vw
  }
}

.faq .faq-filter {
  margin-bottom: 40px
}

.faq .faq-filter li.active a {
  background: #ff7200;
  color: #fff
}

.faq .faq-list {
  max-width: 880px;
  margin: 0 auto
}

.faq .faq-list .faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all .3s ease;
  text-align: left
}

.faq .faq-list .faq-item:hover {
  box-shadow: 0 2px 8px #0000001a
}

.faq .faq-list .faq-item .q {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color .3s ease
}

.faq .faq-list .faq-item .q .no {
  font-weight: 700;
  color: #ff7200;
  margin-right: 12px;
  min-width: 40px
}

.faq .faq-list .faq-item .q h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
  flex: 1
}

.faq .faq-list .faq-item .q:after {
  content: "▼";
  color: #666;
  font-size: .8rem;
  transition: transform .3s ease
}

.faq .faq-list .faq-item .a {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  background: #fff
}

.faq .faq-list .faq-item .a article {
  padding: 20px 0
}

.faq .faq-list .faq-item .a p {
  margin: 0 0 20px;
  color: #555;
  line-height: 1.6
}

.faq .faq-list .faq-item .a ul {
  margin: 0 0 20px
}

.faq .faq-list .faq-item[open] .q {
  background: #fff;
  border-bottom: 1px solid #e0e0e0
}

.faq .faq-list .faq-item[open] .q:after {
  transform: rotate(180deg)
}

.faq .faq-list .faq-item[open] .a {
  max-height: 500px
}

@media (max-width: 768px) {
  .faq .faq-filter {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 1.5%
  }

  .faq .faq-filter li {
    width: 32%;
    margin-bottom: 1.5%
  }

  .faq .faq-filter li a {
    padding: 12px 8px;
    font-size: .85rem;
    text-align: center
  }

  .faq .faq-list .faq-item .q {
    padding: 15px
  }

  .faq .faq-list .faq-item .q .no {
    min-width: 30px;
    font-size: .9rem
  }

  .faq .faq-list .faq-item .q h3 {
    font-size: 1rem
  }

  .faq .faq-list .faq-item .a {
    padding: 0 15px
  }

  .faq .faq-list .faq-item .a article {
    padding: 15px 0
  }

  .faq .faq-list .faq-item .a p {
    margin: 0 0 15px;
    font-size: .9rem
  }

  .faq .faq-list .faq-item .a ul {
    margin: 0 0 15px
  }
}

.news-app[data-v-78715168] {
  padding: 20px
}

.loading[data-v-78715168] {
  text-align: center;
  padding: 40px
}

.spinner[data-v-78715168] {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-78715168 1s linear infinite;
  margin: 0 auto 20px
}

@keyframes spin-78715168 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.error[data-v-78715168] {
  text-align: center;
  padding: 40px;
  color: #e74c3c
}

.retry-btn[data-v-78715168] {
  background: #3498db;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px
}

.retry-btn[data-v-78715168]:hover {
  background: #2980b9
}

.news-header[data-v-78715168] {
  margin-bottom: 20px;
  text-align: center
}

.news-count[data-v-78715168] {
  color: #7f8c8d;
  font-size: .875rem
}

.no-data[data-v-78715168] {
  text-align: center;
  padding: 40px;
  color: #7f8c8d
}

.list-board[data-v-78715168] {
  margin-bottom: 30px
}

.list-body[data-v-78715168] {
  list-style: none;
  padding: 0;
  margin: 0
}

.data_desc[data-v-78715168] {
  background: #f8f9fa;
  padding: 15px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  border-bottom: 2px solid #dee2e6
}

.list-item[data-v-78715168] {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  transition: background-color .2s
}

.list-item[data-v-78715168]:hover {
  background-color: #f8f9fa
}

.item-subject[data-v-78715168] {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500
}

.item-subject[data-v-78715168]:hover {
  color: #3498db;
  text-decoration: underline
}

.wr-date[data-v-78715168] {
  color: #7f8c8d;
  font-size: .875rem
}

.pagination[data-v-78715168] {
  margin-top: 30px
}

.page-link[data-v-78715168] {
  cursor: pointer;
  color: #3498db;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  background: #fff;
  text-decoration: none
}

.page-link[data-v-78715168]:hover {
  background: #f8f9fa
}

.page-item.active .page-link[data-v-78715168] {
  background: #3498db;
  color: #fff;
  border-color: #3498db
}

.page-item.disabled .page-link[data-v-78715168] {
  color: #6c757d;
  cursor: not-allowed;
  background: #f8f9fa
}

details[data-v-78715168] {
  margin-top: 20px;
  text-align: left
}

summary[data-v-78715168] {
  cursor: pointer;
  color: #3498db;
  margin-bottom: 10px
}

pre[data-v-78715168] {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  overflow-x: auto;
  font-size: .75rem
}

.sub_box[data-v-cf4960c7] {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px
}

.news-title[data-v-cf4960c7] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4
}

.news-date[data-v-cf4960c7] {
  color: #666;
  font-size: .875rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee
}

.view-img[data-v-cf4960c7] {
  margin: 20px 0;
  text-align: center
}

.view-img img[data-v-cf4960c7] {
  max-width: 100%;
  height: auto;
  border-radius: 4px
}

.txt_wrap[data-v-cf4960c7] {
  line-height: 1.6;
  color: #333;
  margin-top: 20px
}

.content-top-img[data-v-cf4960c7] {
  margin: 10px 0 20px;
  text-align: center
}

.content-top-img img[data-v-cf4960c7] {
  max-width: 100%;
  height: auto;
  border-radius: 4px
}

.content-html[data-v-cf4960c7] {
  margin-top: 20px
}

.no-content[data-v-cf4960c7] {
  text-align: center;
  color: #999;
  font-style: italic;
  padding: 40px 0
}

.loading[data-v-cf4960c7],
.error[data-v-cf4960c7] {
  text-align: center;
  padding: 40px 20px;
  color: #666
}

.error[data-v-cf4960c7] {
  color: #d32f2f
}

.error button[data-v-cf4960c7] {
  margin-top: 15px;
  padding: 8px 16px;
  background: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer
}

.error button[data-v-cf4960c7]:hover {
  background: #b71c1c
}

.media-app[data-v-8653c16a] {
  padding: 20px
}

.loading[data-v-8653c16a] {
  text-align: center;
  padding: 40px
}

.spinner[data-v-8653c16a] {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-8653c16a 1s linear infinite;
  margin: 0 auto 20px
}

@keyframes spin-8653c16a {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.error[data-v-8653c16a] {
  text-align: center;
  padding: 40px;
  color: #e74c3c
}

.retry-btn[data-v-8653c16a] {
  background: #3498db;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px
}

.retry-btn[data-v-8653c16a]:hover {
  background: #2980b9
}

.media-header[data-v-8653c16a] {
  margin-bottom: 20px;
  text-align: center
}

.media-count[data-v-8653c16a] {
  color: #7f8c8d;
  font-size: .875rem
}

.no-data[data-v-8653c16a] {
  text-align: center;
  padding: 40px;
  color: #7f8c8d
}

.list-board[data-v-8653c16a] {
  margin-bottom: 30px
}

.list-body[data-v-8653c16a] {
  list-style: none;
  padding: 0;
  margin: 0
}

.data_desc[data-v-8653c16a] {
  background: #f8f9fa;
  padding: 15px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  border-bottom: 2px solid #dee2e6
}

.list-item[data-v-8653c16a] {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  transition: background-color .2s
}

.list-item[data-v-8653c16a]:hover {
  background-color: #f8f9fa
}

.item-subject[data-v-8653c16a] {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500
}

.item-subject[data-v-8653c16a]:hover {
  color: #3498db;
  text-decoration: underline
}

.wr-date[data-v-8653c16a] {
  color: #7f8c8d;
  font-size: .875rem
}

.pagination[data-v-8653c16a] {
  margin-top: 30px
}

.page-link[data-v-8653c16a] {
  cursor: pointer;
  color: #3498db;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  background: #fff;
  text-decoration: none
}

.page-link[data-v-8653c16a]:hover {
  background: #f8f9fa
}

.page-item.active .page-link[data-v-8653c16a] {
  background: #3498db;
  color: #fff;
  border-color: #3498db
}

.page-item.disabled .page-link[data-v-8653c16a] {
  color: #6c757d;
  cursor: not-allowed;
  background: #f8f9fa
}

details[data-v-8653c16a] {
  margin-top: 20px;
  text-align: left
}

summary[data-v-8653c16a] {
  cursor: pointer;
  color: #3498db;
  margin-bottom: 10px
}

pre[data-v-8653c16a] {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  overflow-x: auto;
  font-size: .75rem
}

@font-face {
  font-family: Jalnan;
  font-weight: 400;
  font-style: normal;
  src: url(/src/lib/fonts/JalnanOTF.otf) format("opentype")
}

[data-v-34decf53] {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.mbti[data-v-34decf53] {
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  display: flex;
  text-align: center
}

.mbti_test[data-v-34decf53] {
  max-width: 768px;
  margin: 0 auto;
  padding: 40px 40px 0;
  text-align: center
}

.mbti_btn[data-v-34decf53] {
  width: calc((100% - 80px)/2);
  height: 124px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%);
  background: #000;
  border: none;
  border-radius: 20px
}

.mbti_btn a[data-v-34decf53] {
  width: 100%;
  height: 100%;
  line-height: 124px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.28px;
  text-decoration: none
}

.mbti_btn[data-v-34decf53]:hover {
  background-color: FF7A00
}

.test_wrap[data-v-34decf53] {
  min-height: 850px;
  position: relative
}

.step_wrap[data-v-34decf53] {
  margin: 40px 0 0;
  text-align: center
}

.step_now[data-v-34decf53] {
  color: #212529;
  text-align: center;
  font-family: Jalnan;
  font-size: 3.125rem;
  margin: 0 10px 0 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2.24px
}

.step_total[data-v-34decf53] {
  display: inline-block;
  color: #a5a5a5;
  text-align: center;
  font-family: Jalnan;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.36px
}

.question[data-v-34decf53] {
  margin: 10px 0 50px;
  display: block;
  color: #212529;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.2px
}

.answer[data-v-34decf53] {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  background: #f5f5f5;
  border-radius: 20px;
  color: #212529;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.9px;
  cursor: pointer;
  transition: .3s
}

.answer.active[data-v-34decf53] {
  background: #ff7a00;
  color: #fff
}

.answer.disabled[data-v-34decf53] {
  color: #999;
  pointer-events: none
}

.br[data-v-34decf53] {
  display: block;
  height: 10px
}

.answer_img[data-v-34decf53] {
  display: none
}

.progress_img[data-v-34decf53] {
  margin: 0 0 120px
}

.progress_bar[data-v-34decf53] {
  width: 100%;
  margin: 10px 0 0;
  background: #eaeaea
}

.progress_bar div[data-v-34decf53] {
  width: 8.3333333333%;
  height: 10px;
  background: #ff7a00
}

.effect_wrap[data-v-34decf53] {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 5.2vw
}

@media (max-width: 768px) {
  .mbti[data-v-34decf53] {
    max-width: 100%;
    padding: 0
  }

  .mbti_test[data-v-34decf53] {
    padding: 5.2vw 5.2vw 0
  }

  .mbti_btn[data-v-34decf53] {
    height: 16.8vw !important;
    bottom: 7.8vw;
    border-radius: 2.6vw
  }

  .mbti_btn a[data-v-34decf53] {
    font-size: 3.9vw !important;
    line-height: 16.8vw !important
  }

  .br[data-v-34decf53] {
    height: 2.6vw
  }

  .test_wrap[data-v-34decf53] {
    min-height: 125vw
  }

  .step_wrap[data-v-34decf53] {
    margin: 5.2vw 0 0
  }

  .step_now[data-v-34decf53] {
    font-size: 7vw;
    margin: 0 1.3vw 0 0
  }

  .step_total[data-v-34decf53] {
    font-size: 4.1vw
  }

  .question[data-v-34decf53] {
    margin: 3vw 0 7.8vw;
    font-size: 5vw;
    word-break: keep-all;
    line-height: 1.6
  }

  .question br[data-v-34decf53]:first-child {
    display: none
  }

  .answer[data-v-34decf53] {
    margin: 0 0 1.5vw;
    padding: 0 5.2vw;
    height: 22.9vw;
    font-size: 3.6vw;
    border-radius: 2.6vw;
    font-weight: 600;
    word-break: keep-all
  }

  .answer br[data-v-34decf53] {
    display: none
  }

  .progress_bar[data-v-34decf53] {
    margin: 1.3vw 0 0vw
  }

  .progress_bar div[data-v-34decf53] {
    height: 1.3vw
  }

  .effect_wrap[data-v-34decf53] {
    bottom: 6.5vw
  }
}

.mbti img[data-v-34decf53],
.mbti svg[data-v-34decf53] {
  width: 100%
}

.mbti .bg[data-v-34decf53] {
  max-width: 768px
}

.mbti .at-body .at-container[data-v-34decf53] {
  margin: 0 auto
}

@media (max-width: 768px) {
  .mbti .mbti_btn[data-v-34decf53] {
    bottom: 9.1vw
  }
}

.amina-header[data-v-34decf53] {
  line-height: 22px;
  margin-bottom: 15px
}

.amina-header .header-breadcrumb[data-v-34decf53] {
  margin-top: 4px
}

@media all and (max-width: 460px) {
  .responsive .amina-header .header-breadcrumb[data-v-34decf53] {
    display: none
  }
}

#wrap[data-v-34decf53],
#contents[data-v-34decf53] {
  display: block !important
}

img[data-v-34decf53] {
  width: 100%
}

@font-face {
  font-family: Jalnan;
  font-weight: 400;
  font-style: normal;
  src: url(/src/lib/fonts/JalnanOTF.otf) format("opentype")
}

[data-v-25ad99ac] {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.mbti[data-v-25ad99ac] {
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  display: flex;
  text-align: center
}

.mbti_test[data-v-25ad99ac] {
  max-width: 768px;
  margin: 0 auto;
  padding: 40px 40px 0;
  text-align: center
}

.mbti_btn[data-v-25ad99ac] {
  width: calc((100% - 80px)/2);
  height: 124px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%);
  background: #000;
  border: none;
  border-radius: 20px
}

.mbti_btn a[data-v-25ad99ac] {
  width: 100%;
  height: 100%;
  line-height: 124px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.28px;
  text-decoration: none
}

.mbti_btn[data-v-25ad99ac]:hover {
  background-color: FF7A00
}

.test_wrap[data-v-25ad99ac] {
  min-height: 850px;
  position: relative
}

.step_wrap[data-v-25ad99ac] {
  margin: 40px 0 0;
  text-align: center
}

.step_now[data-v-25ad99ac] {
  color: #212529;
  text-align: center;
  font-family: Jalnan;
  font-size: 3.125rem;
  margin: 0 10px 0 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2.24px
}

.step_total[data-v-25ad99ac] {
  display: inline-block;
  color: #a5a5a5;
  text-align: center;
  font-family: Jalnan;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.36px
}

.question[data-v-25ad99ac] {
  margin: 10px 0 50px;
  display: block;
  color: #212529;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.2px
}

.answer[data-v-25ad99ac] {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  background: #f5f5f5;
  border-radius: 20px;
  color: #212529;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.9px;
  cursor: pointer;
  transition: .3s
}

.answer.active[data-v-25ad99ac] {
  background: #ff7a00;
  color: #fff
}

.answer.disabled[data-v-25ad99ac] {
  color: #999;
  pointer-events: none
}

.br[data-v-25ad99ac] {
  display: block;
  height: 10px
}

.answer_img[data-v-25ad99ac] {
  display: none
}

.progress_img[data-v-25ad99ac] {
  margin: 0 0 120px
}

.progress_bar[data-v-25ad99ac] {
  width: 100%;
  margin: 10px 0 0;
  background: #eaeaea
}

.progress_bar div[data-v-25ad99ac] {
  width: 8.3333333333%;
  height: 10px;
  background: #ff7a00
}

.effect_wrap[data-v-25ad99ac] {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 5.2vw
}

@media (max-width: 768px) {
  .mbti[data-v-25ad99ac] {
    max-width: 100%;
    padding: 0
  }

  .mbti_test[data-v-25ad99ac] {
    padding: 5.2vw 5.2vw 0
  }

  .mbti_btn[data-v-25ad99ac] {
    height: 16.8vw !important;
    bottom: 7.8vw;
    border-radius: 2.6vw
  }

  .mbti_btn a[data-v-25ad99ac] {
    font-size: 3.9vw !important;
    line-height: 16.8vw !important
  }

  .br[data-v-25ad99ac] {
    height: 2.6vw
  }

  .test_wrap[data-v-25ad99ac] {
    min-height: 125vw
  }

  .step_wrap[data-v-25ad99ac] {
    margin: 5.2vw 0 0
  }

  .step_now[data-v-25ad99ac] {
    font-size: 7vw;
    margin: 0 1.3vw 0 0
  }

  .step_total[data-v-25ad99ac] {
    font-size: 4.1vw
  }

  .question[data-v-25ad99ac] {
    margin: 3vw 0 7.8vw;
    font-size: 5vw;
    word-break: keep-all;
    line-height: 1.6
  }

  .question br[data-v-25ad99ac]:first-child {
    display: none
  }

  .answer[data-v-25ad99ac] {
    margin: 0 0 1.5vw;
    padding: 0 5.2vw;
    height: 22.9vw;
    font-size: 3.6vw;
    border-radius: 2.6vw;
    font-weight: 600;
    word-break: keep-all
  }

  .answer br[data-v-25ad99ac] {
    display: none
  }

  .progress_bar[data-v-25ad99ac] {
    margin: 1.3vw 0 0vw
  }

  .progress_bar div[data-v-25ad99ac] {
    height: 1.3vw
  }

  .effect_wrap[data-v-25ad99ac] {
    bottom: 6.5vw
  }
}

.mbti img[data-v-25ad99ac],
.mbti svg[data-v-25ad99ac] {
  width: 100%
}

.mbti .bg[data-v-25ad99ac] {
  max-width: 768px
}

.mbti .at-body .at-container[data-v-25ad99ac] {
  margin: 0 auto
}

@media (max-width: 768px) {
  .mbti .mbti_btn[data-v-25ad99ac] {
    bottom: 9.1vw
  }
}

.amina-header[data-v-25ad99ac] {
  line-height: 22px;
  margin-bottom: 15px
}

.amina-header .header-breadcrumb[data-v-25ad99ac] {
  margin-top: 4px
}

@media all and (max-width: 460px) {
  .responsive .amina-header .header-breadcrumb[data-v-25ad99ac] {
    display: none
  }
}

.result-container[data-v-25ad99ac],
.error-container[data-v-25ad99ac] {
  max-width: 768px;
  margin: 0 auto;
  text-align: center
}

img[data-v-25ad99ac] {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block
}

.error-container[data-v-25ad99ac] {
  padding: 40px 20px
}

.error-container h2[data-v-25ad99ac] {
  color: #212529;
  font-family: Noto Sans KR, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px
}

.error-container p[data-v-25ad99ac] {
  color: #666;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 32px
}

.mbti_btn a[data-v-25ad99ac] {
  text-decoration: none;
  color: #fff
}

@media (max-width: 768px) {
  .error-container[data-v-25ad99ac] {
    padding: 20px 10px
  }

  .error-container h2[data-v-25ad99ac] {
    font-size: 1.5rem
  }

  .error-container p[data-v-25ad99ac] {
    font-size: 1rem
  }
}