@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
/**************************************** custom 시작*/
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.br_type.br_type--tab {
  display: none;
}
.br_type.br_type--mo {
  display: none;
}

/* ::selection {
    background-color: transparent
} */
.blank {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blank.blank--top {
  padding-top: 80px;
  padding-bottom: 0;
}
.blank.blank--bottom {
  padding-top: 0;
  padding-bottom: 150px;
}
.blank.blank--end {
  padding-top: 100px;
  padding-bottom: 150px;
}
.blank.blank--other1 {
  padding-top: 600px;
  padding-bottom: 150px;
}
.blank.blank--other2 {
  padding-top: 400px;
  padding-bottom: 100px;
}
.blank.blank--other3 {
  padding-top: 500px;
  padding-bottom: 150px;
}
.blank.blank--other4 {
  padding-top: 300px;
  padding-bottom: 150px;
}
.blank.blank--other5 {
  padding-top: 0;
  padding-bottom: 300px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.btn.btn--t1 {
  max-width: 120px;
  width: 100%;
  height: 50px;
}

.top_btn {
  position: fixed;
  z-index: 900;
  right: 10px;
  bottom: 40px;
  color: #9A9A9A;
  font-size: 0.9375rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: none;
}
.top_btn span {
  font-weight: 700;
}

.subpage__title {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.subpage__title span {
  font-size: 3.75rem;
  font-weight: 300;
}

.subpage__subtitle {
  font-size: 1.625rem;
}
.subpage__subtitle.subpage__subtitle--big {
  font-size: 3.125rem;
}

/**************************************** custom 끝*/
/**************************************** header 시작*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
header .header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
header .header__wrap .header__logo {
  max-width: 145px;
  width: 100%;
}

.header__ham_wrap {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #FFFC77;
}

.header__ham_btn {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__ham_btn span {
  position: absolute;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #1A1A1A;
  display: block;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__ham_btn span:first-child {
  top: calc(50% - 6px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__ham_btn span:last-child {
  bottom: calc(50% - 6px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__ham_btn.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__ham_btn.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header__ham_btn.active span:last-child {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.header__mo {
  position: fixed;
  top: -150%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000594;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 998;
}
.header__mo .header__mo_container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
.header__mo .header__mo_container .header__mo_contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.header__mo .header__mo_container .header__mo_contents_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__mo .header__mo_container .header__mo_contents_wrap ul li a {
  font-size: 7.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__mo .header__mo_container .header__mo_contents_wrap ul li a:hover {
  color: #FFFC77;
}
.header__mo .header__mo_container .header__mo_contents_wrap .arrow {
  border: 2px solid #fff;
  border-radius: 150px;
  padding: 50px;
}
.header__mo .header__mo_container .header__mo_contents_wrap .ring_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
.header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring {
  border-radius: 100%;
  width: 245px;
  aspect-ratio: 1/1;
  border: 30px solid #FFFC77;
}
.header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap .ring:first-child {
  margin-right: -30px;
}
.header__mo .header__mo_container .header__mo_contents_wrap.header__mo_contents_wrap--fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__mo .header__mo_container .header__mo_contents_wrap.header__mo_contents_wrap--fe ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__mo.active {
  top: 0;
}

@media screen and (max-width: 1760px) {
  header .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__mo .header__mo_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .header__mo .header__mo_container {
    row-gap: 50px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap ul li a {
    font-size: 6.25rem;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring {
    width: 200px;
    border: 25px solid #FFFC77;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap .ring:first-child {
    margin-right: -25px;
  }
}
@media screen and (max-width: 1240px) {
  .header__mo .header__mo_container .header__mo_contents_wrap ul li a {
    font-size: 5rem;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring {
    width: 180px;
    border: 20px solid #FFFC77;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap .ring:first-child {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 90px;
  }
  header .header__wrap {
    padding-top: 0;
  }
  header .header__wrap .header__logo {
    max-width: 120px;
  }
  .header__ham_wrap {
    width: 45px;
    height: 45px;
  }
  .header__ham_btn span {
    width: 20px;
  }
  .header__mo .header__mo_container {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    row-gap: 20px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap {
    width: 100%;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap ul {
    row-gap: 20px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap ul li a {
    font-size: 4.375rem;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .arrow {
    max-width: 480px;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: -1;
    padding: 20px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container {
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: -1;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring {
    width: 160px;
    border: 15px solid #FFFC77;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap .ring:first-child {
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 75px;
  }
  header .header__wrap .header__logo {
    max-width: 90px;
  }
  .header__ham_wrap {
    width: 35px;
    height: 35px;
  }
  .header__ham_btn span {
    width: 16px;
  }
  .header__mo .header__mo_container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 150px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap {
    width: 100%;
    row-gap: 20px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap ul li a {
    font-size: 4.375rem;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .arrow {
    display: none;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container {
    left: auto;
    right: 20px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring {
    width: 120px;
    border: 10px solid #FFFC77;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap .ring:first-child {
    margin-right: -10px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap.header__mo_contents_wrap--fe {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap.header__mo_contents_wrap--fe ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 540px) {
  .header__mo .header__mo_container .header__mo_contents_wrap {
    row-gap: 30px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap ul {
    row-gap: 30px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap ul li a {
    font-size: 2.8125rem;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .arrow {
    max-width: 180px;
    border: 1px solid #fff;
    top: 80px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container {
    row-gap: 30px;
    left: auto;
    right: 20px;
    bottom: 30px;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring {
    width: 85px;
    border: 8px solid #FFFC77;
  }
  .header__mo .header__mo_container .header__mo_contents_wrap .ring_container .ring_wrap .ring:first-child {
    margin-right: -8px;
  }
}
/**************************************** header 끝*/
/**************************************** footer 시작*/
footer {
  width: 100%;
  background-color: #4F4E50;
  padding: 60px 0;
  color: #CCCCCC;
}
footer .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
footer .footer__wrap .footer__front_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__wrap .footer__front_wrap .footer__logo {
  max-width: 120px;
  width: 100%;
}
footer .footer__wrap .footer__front_wrap .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
footer .footer__wrap .footer__front_wrap .sns_wrap li {
  max-width: 45px;
  width: 100%;
}
footer .footer__wrap .footer__back_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__wrap .footer__back_wrap .info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
footer .footer__wrap .footer__back_wrap .info_container .footer__info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
footer .footer__wrap .footer__back_wrap .info_container .footer__info_wrap li {
  font-size: 1.0625rem;
}
footer .footer__wrap .footer__back_wrap .footer__policy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
footer .footer__wrap .footer__back_wrap .footer__policy_wrap li {
  position: relative;
  white-space: nowrap;
}
footer .footer__wrap .footer__back_wrap .footer__policy_wrap li:first-child {
  padding-right: 15px;
}
footer .footer__wrap .footer__back_wrap .footer__policy_wrap li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #CCCCCC;
}

@media screen and (max-width: 1480px) {
  footer .footer__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  footer {
    padding: 50px 0;
  }
  footer .footer__wrap .footer__front_wrap .sns_wrap li {
    max-width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 50px 0;
  }
  footer .footer__wrap .footer__front_wrap .sns_wrap li {
    max-width: 40px;
  }
}
@media screen and (max-width: 540px) {
  footer .footer__wrap .footer__front_wrap .footer__logo {
    max-width: 90px;
  }
  footer .footer__wrap .footer__front_wrap .sns_wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  footer .footer__wrap .footer__front_wrap .sns_wrap li {
    max-width: 30px;
  }
  footer .footer__wrap .footer__back_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  footer .footer__wrap .footer__back_wrap .info_container .footer__info_wrap li {
    font-size: 0.9375rem;
  }
  footer .footer__wrap .footer__back_wrap .footer__policy_wrap li {
    font-size: 0.9375rem;
  }
}
/**************************************** footer 끝*/
/**************************************** subPage banner 시작*/
.sub_banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.sub_banner__title {
  font-size: 3.125rem;
  font-weight: 600;
}

.sub_banner__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 20px;
}
.sub_banner__path li {
  font-size: 0.9375rem;
  font-weight: 500;
}
.sub_banner__path li a {
  color: inherit;
  font-size: inherit;
}
.sub_banner__path li.slash {
  font-size: 0.75rem;
}
.sub_banner__path li.depth2 {
  font-size: 0.9375rem;
}

.sub_tab__container {
  padding: 35px 0;
}
.sub_tab__container .sub_tab {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_tab__container .sub_tab li.current a {
  border-radius: 35px;
  border: 1px solid #1A1A1A;
}
.sub_tab__container .sub_tab li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.625rem;
  padding: 5px 15px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .sub_tab__container {
    padding: 30px 0;
  }
  .sub_tab__container .sub_tab li a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub_tab__container {
    padding: 30px 0;
  }
  .sub_tab__container .sub_tab li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_tab__container .sub_tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
  }
  .sub_tab__container .sub_tab li a {
    width: 100%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 540px) {
  .sub_tab__container .sub_tab li a {
    font-size: 0.9375rem;
  }
}
/**************************************** subPage banner 끝*/
/**************************************** pagination 시작*/
.pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager > button {
  opacity: 0.5;
}
.pager > button.pager-prev {
  margin-right: 25px;
}
.pager > button.pager-next {
  margin-left: 25px;
}
.pager > button.pager-next img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pager > button.active {
  opacity: 1;
}
.pager > button:hover {
  opacity: 1;
}
.pager .page {
  font-size: 1.25rem;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager .page.active {
  opacity: 1;
}
.pager .page:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pager button.pager-prev {
    margin-right: 20px;
  }
  .pager button.pager-next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .pager button.pager-prev {
    margin-right: 15px;
  }
  .pager button.pager-next {
    margin-left: 15px;
  }
}
/**************************************** pagination 끝*/
/**************************************** modal 시작*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.modal__back {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__title_wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.modal__title_wrap .title {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal__contents_wrap {
  width: 100%;
  max-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

@media screen and (max-width: 1064px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__title_wrap .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__title_wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .modal__title_wrap .title {
    font-size: 1.625rem;
  }
}
/**************************************** modal 끝*/
/**************************************** layer_popup 시작*/
.common_popup .onday_close input[type=checkbox] + label,
.common_popup .onday_close input[type=radio] + label {
  font-size: 0.9375rem;
  padding-left: 25px;
}

.common_popup .onday_close input[type=checkbox] + label::before,
.common_popup .onday_close input[type=radio] + label::before {
  width: 15px;
  height: 15px;
}

.common_popup .onday_close input[type=checkbox]:checked + label::before,
.common_popup .onday_close input[type=radio]:checked + label::before {
  width: 15px;
  height: 15px;
  line-height: 14px;
}

/**************************************** layer_popup 끝*/
/**************************************** responsive*/
@media screen and (max-width: 1480px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  .blank.blank--other1 {
    padding-top: 400px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1240px) {
  .blank.blank--other2 {
    padding-top: 350px;
  }
  .blank.blank--other3 {
    padding-top: 400px;
  }
  .subpage__title {
    font-size: 5rem;
  }
  .subpage__title span {
    font-size: 3.125rem;
  }
  .subpage__subtitle.subpage__subtitle--big {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .blank.blank--end {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .blank.blank--bottom {
    padding-bottom: 120px;
  }
  .blank.blank--other1 {
    padding-top: 300px;
    padding-bottom: 120px;
  }
  .blank.blank--other2 {
    padding-top: 300px;
    padding-bottom: 80px;
  }
  .blank.blank--other3 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .blank.blank--other4 {
    padding-top: 250px;
    padding-bottom: 120px;
  }
  .blank.blank--other5 {
    padding-top: 0;
    padding-bottom: 180px;
  }
  .subpage__title {
    font-size: 4.375rem;
  }
  .subpage__title span {
    font-size: 2.5rem;
  }
  .subpage__subtitle {
    font-size: 1.25rem;
  }
  .subpage__subtitle.subpage__subtitle--big {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .blank.blank--end {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .blank.blank--bottom {
    padding-bottom: 100px;
  }
  .blank.blank--other1 {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .blank.blank--other2 {
    padding-top: 200px;
    padding-bottom: 70px;
  }
  .blank.blank--other3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .blank.blank--other4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blank.blank--other5 {
    padding-top: 0;
    padding-bottom: 150px;
  }
  .subpage__title {
    font-size: 3.125rem;
  }
  .subpage__title span {
    font-size: 1.875rem;
  }
  .subpage__subtitle {
    font-size: 1.125rem;
  }
  .subpage__subtitle.subpage__subtitle--big {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 540px) {
  .blank.blank--bottom {
    padding-bottom: 80px;
  }
  .blank.blank--other1 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .blank.blank--other2 {
    padding-top: 180px;
  }
  .blank.blank--other4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .subpage__title {
    font-size: 2.5rem;
  }
  .subpage__title span {
    font-size: 1.625rem;
  }
  .subpage__subtitle {
    font-size: 1.0625rem;
  }
  .subpage__subtitle.subpage__subtitle--big {
    font-size: 1.25rem;
  }
  .subpage__subtitle.subpage__subtitle--big br {
    display: none;
  }
  .subpage__subtitle .br_type.br_type--mo {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */