@charset "utf-8";
/* ir 숨김처리 */
.ir-blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

/* 최상단 팝업 */
.popup__box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.popup__cont img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.popup__btn {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
#popup__top .popup_chk {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#popup__top #chk_today {
  font-size: 14px;
  color: white;
}
#popup__top .popup_close {
  position: absolute;
  z-index: 2000;
  color: white;
  top: 26px;
  right: 20px;
}
.popup_close a {
  display: block;
  width: 26px;
  height: 26px;
}
.popup_close img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  #popup__top .popup_close {
    top: 20px;
  }
  #popup__top #chk_today {
    font-size: 22px;
  }
  .popup_close a {
    width: 30px;
    height: auto;
  }
  .popup__box {
    display: flex;
  }
  .popup__btn {
    display: flex;
    align-items: center;
    gap: 20px;
    right: 16px;
    width: auto;
    height: auto;
    bottom: 6%;
    right: 30px;
    top: auto;
  }
  #popup__top .popup_close {
    position: static;
    right: 0;
    bottom: 0;
  }
  #popup__top .popup_chk {
    position: static;
    right: 0;
    bottom: 0;
  }
  #popup__top .popup_chk input[type="checkbox"] {
    transform: scale(1.5);
  }
}

@media screen and (max-width: 480px) {
  #popup__top .popup_chk input[type="checkbox"] {
    transform: scale(1);
  }
  .popup__btn {
    right: 10px;
    bottom: 10px;
    gap: 12px;
  }
  .popup_close a {
    width: 20px;
    height: auto;
  }
  #popup__top .popup_chk {
    gap: 2px;
  }
  #popup__top #chk_today {
    font-size: 13px;
  }
}

#header {
  width: 100%;
  background: #343c56;
}
.top-header {
  background-color: #343c56;
  height: 65px;
  width: 100%;
  max-width: 175rem;
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  align-items: center;
}

.top-header .title {
  font-size: 16px;
  color: white;
  text-align: center;
}

.top-header .title:hover {
  color: #fec759;
}

.top-header .title-container {
  display: flex;
  align-items: center;
  height: 65px;
  margin: 0 auto 0;
  justify-content: space-between;
  width: 80%;
}

.sns-container .sns-box {
  display: flex;
  gap: 4px;
}

.top-header .sns-container .sns-box .sns-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 0;
  background-color: #515451;
  background-repeat: no-repeat;
  background-position: 50%;
}

.sns-container {
  /* margin-left: auto; */
}

#gnbwrap {
  background-color: #fff;
  border-bottom: 1px solid #474747;
  border-top: 1px solid #474747;
}

.mlayout {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}

.left {
  text-align: left;
}
/* .right{text-align:right;} */
.center {
  text-align: center;
}

.f_left {
  float: left;
}
.f_right {
  float: right;
}
html,
body {
  height: 100%;
}

/* **********header*********** */
#header {
  position: relative;
  width: 100%; /*height:142px;background:#fff;*/
}
#header .logoContainer {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 25;
  width: 210px;
}
#header .logo {
  display: block;
  width: 55px;
  height: 50px;
  background: url(/resources/img/logo/main_logo.png) no-repeat 50%;
  background-size: 50px;
}
#header .logoContaianer a:nth-of-type(2) {
  display: block;
  width: 220px;
  height: 70px;
  background: url(/resources/img/common/logo_child.svg) no-repeat 0 50%;
  background-size: 100%;
}

#header .util ul li:nth-child(2) a {
  color: #000;
}
#header .util ul li:first-child a:before,
#header .util ul li.chkakao a:before {
  display: none;
}
#header .util ul li.opendata {
  position: absolute;
  top: 100px;
  right: 125px;
  z-index: 56;
}
#header .util ul li.language {
  display: flex;
  z-index: 56;
}
#header .util ul li.opendata a {
  width: 32px;
  height: 32px;
  background: url(/resources/img/common/search_icon.svg) no-repeat;
}
#header .util ul li.language a {
  width: 62px;
  height: 40px;
  background: url(/resources/img/icon/globe_icon.svg) no-repeat;
  background-position: 0 8px;
  line-height: 40px;
  text-align: right;
  font-size: 16px;
}
#header .util ul li.logout a {
  width: 55px;
  height: 32px;
  line-height: 25px;
  text-align: right;
  background-position: 0 -1px;
}

#header .util .login a {
  width: max-content;
  height: 32px;
  display: block;
  font-size: 25px;
  color:#002466;
  line-height: 25px;
}
#header .util ul li.site_map {
  position: absolute;
  top: 38px;
  right: 32px;
  z-index: 56;
}
#header .util ul li.mo_menu {
  display: none;
  top: 24px;
  right: 30px;
  z-index: 2;
}
#header .util ul li.site_map a,
#header .util ul li.mo_menu a {
  padding: 0;
  width: 28px;
  height: 16px;
  line-height: 1;
}
.user-name{
  width: 100%;
  display: flex;
  align-items: center;
  color:#002466;
}
.user-name .user-name-button span{
  margin-top: 0;
  white-space: nowrap;
}
.user-name .logout span{
  white-space: nowrap;
}
.user-name *{
  font-size: 15px;
}
.user-name button:nth-child(2):hover{
  background-color: #4264a3;
}
.user-name button:nth-child(2),
.mo-user-name button:first-child{
  background-color: #002466;
  color:white !important;
  padding: 7px 10px;
  border-radius: 20px;
  transition: 0.3s all;
}

.mo-user-name{
  display: flex;
  gap:10px;
  margin-top: 15px;
}
.mo-user-name p{
  color:#002466;
  position: relative;
}
.mo-user-name p:first-child::after{
  position: absolute;
  content: '';
  width: 2px;
  height: 12px;
  right: -6px;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
}
.mo-user-name *{
  font-size: 14px;
}
#header .util, 
.user-name{
  display: flex;
  justify-content: center;
  height: 95px;
  gap: 1rem;
}
#header .util ul{
  display: flex;
  align-items: center;
  gap: 1rem;
}
#header .util ul li.site_map a:before,
#header .util ul li.mo_menu a:before,
#header .util ul li.mypage a:before {
  display: none;
}
.site_map .line,
.mo_menu .line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #002466;
}
.site_map .line:nth-of-type(1),
.mo_menu .line:nth-of-type(1) {
  top: 0;
}
.site_map .line:nth-of-type(2),
.mo_menu .line:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.site_map .line:nth-of-type(3),
.mo_menu .line:nth-of-type(3) {
  bottom: 0;
}

/* .login span {
  font-size: 10px;
  color: black;
} */
#animate {
  z-index: 100;
  position: relative;
  height: 95px;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  width: 100%;
  display: flex;
  gap: 4rem;
  max-width: 1440px;
  margin: 0 auto;
}
#gnb.action #animate {
  background: #fff;
}
/*#animate:before{content:"";position:absolute;left: 50%;margin-left: -618px;top:100px;width:300px;height:190px;background:url(/resources/img/layout/bg_gnb2.png) no-repeat 16% 42%;}*/
#animate:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
} /* gnb bg */

#gnb.action #gnbwrap:before {
  opacity: 1;
  padding: 0;
}

/* #gnb.action {
  border-bottom: 1px solid #107fd0;
} */
#gnb.action #animate {
  position: relative;
}
#gnb.action #animate:after {
  opacity: 1;
}
#gnb.action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 2;
}

#gnb {
  position: absolute;
  height: 95px;
  z-index: 55;
  width: 100%;
}
#gnb.action #tm .th1 > a span {
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
#gnb #tm {
  padding-right: 0px;
  font-size: 0;
  display: flex;
  justify-content: center;
  background-color: white;
}
#gnb #tm .th1 {
  display: inline-block;
  position: relative;
  flex: 1;
}
#gnb #tm .th1 > a {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  font-size: 35px;
  line-height: 100px;
  color: #2a2a2a;
  font-weight: 400;
  height: 95px;
}
#gnb #tm .th1 > a:hover,
#gnb #tm .th1 > a:focus {
  color: #107fd0;
  outline: 0;
  transition: all 0.3s ease;
}
#gnb #tm .th1:hover > a {
  color: #107fd0;
  outline: 0;
  transition: all 0.3s ease;
}
#gnb #tm .th1 > a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-weight: 500;
  transition: all 0.3s ease;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}
#gnb #tm .th1 > a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0%;
  height: 3px;
  background: #107fd0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
#gnb #tm .th1 > a:hover span:before,
#gnb #tm .th1 > a:focus span:before,
#gnb #tm .th1 > .current span:before {
  left: 0;
  opacity: 1;
  width: 100%;
}
#gnb #tm .th1 > a span {
  margin: auto;
}

#tm .th2 {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px 0;
}
#gnb.action #tm .th2 {
  display: block;
  transition: all 0.3s ease;
}
#tm .th2 li > a {
  padding: 6px;
  justify-content: center;
  display: flex;
  width: 100%;
  line-height: 36px;
  font-size: 23px;
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#tm .th2 li > a:hover {
  color: #107fd0;
  transition: all 0.3s ease;
}
#tm .th2 li a span {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
}

/* th2*/
#tm .th2 li a span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  margin-top: 0;
  border-bottom: 1px solid #107fd0;
  transition: all 0.3s ease;
}
#tm .th2 li:hover a span::after {
  width: 100%;
  height: 1px;
}

#tm ul.th2 > li > ul {
  position: relative;
  padding: 10px 0px;
  z-index: 10;
}
#tm ul.th2 > li > ul > li {
  /* margin-right: 18px; */
  margin-bottom: 4px;
}
#tm ul.th2 > li > ul > li > a {
  position: relative;
  padding-left: 8px;
  line-height: 21px;
  color: #60646d;
  font-size: 14px;
  font-weight: 300;
}
#tm ul.th2 > li > ul > li > a:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #3d89cf;
  border-radius: 2px;
  overflow: hidden;
  content: "";
}
#tm ul.th2 > li > ul > li > a:hover {
  text-decoration: underline;
}

/* mobile gnb*/
#shadow_device {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
#touchArea {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
#topmenu {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  z-index: 1040;
  width: 250px;
  height: 100%;
  background: #505256;
}
#topmenu h1 {
  display: none;
}
#topmenu .m_util {
  position: relative;
  height: 75px;
  padding: 16px 10px 13px 10px;
  background: #fff;
}

#close_topmenu {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 25px;
}
#close_topmenu .line {
  display: inline-block;
  position: absolute;
  left: -1px;
  top: 11px;
  width: 29px;
  height: 2px;
  background: #2a2a2a;
}
#close_topmenu .line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#close_topmenu .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gnb_device .th1 .th1_lnk {
  display: block;
  position: relative;
  padding: 18px 30px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
}
#gnb_device .th1 .th1_lnk span{
  line-height: 1.5;
}
#gnb_device .th1 .th1_lnk:after {
  display: block;
  position: absolute;
  right: 18px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
}

#gnb_device .th1 .th1_lnk.ov {
  background-color: #107fd0;
  color: #fff;
}
#gnb_device .th1 .th1_lnk.ov:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#gnb_device .th2 {
  padding: 15px 0;
  background: #f7f7f7;
}
#gnb_device .th2 > li > a span{
  line-height: 1.5;
}
#gnb_device .th2 > li > a {
  display: block;
  position: relative;
  padding: 0 9%;
  font-size: 15px;
  line-height: 36px;
  color: #333;
}
#gnb_device .th2 > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
#gnb_device .th2 > li > a:hover,
#gnb_device .th2 > li > a:focus {
  color: #000;
}
#gnb_device .th3 {
  padding: 15px 0;
  background: #f1f1f1;
}
#gnb_device .th3 > li > a {
  display: block;
  position: relative;
  padding: 0 13%;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
#gnb_device .th3 > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 6px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
#gnb_device .th3 > li > a:hover,
#gnb_device .th3 > li > a:focus {
  color: #000;
}

/* sub_visual*/
#sub_visual {
  position: relative;
  background: #f8fafd url(/resources/img/main/nav_back.png) no-repeat 50% 150%;
  height: 445px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 440px;
}
#sub_visual .visual_wrap {
  padding: 67px 0 0 0; /* height:248px; */ /* background:#000 url(/resources/img/main/bg_subvisual.jpg) no-repeat 50% 50%; */
  background-size: cover;
}
#sub_visual .visual_wrap .sub_title {
  display: block;
  font-size: 35px; /* color:#fff; */ /* line-height:76px; */
  font-weight: 700;
  text-align: center;
}

.utile_wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.utile_wrap * {
  display: flex;
  align-items: center;
  gap: 8px;
}
.location {
  display: flex;
  align-items: center;
}
.location li a {
  font-size: 14px;
  line-height: 24px;
  color: #767677;
}
.location li.home a {
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(/resources/img/common/ico_navi_home.svg) no-repeat;
  font-size: 0;
  line-height: 0;
}
.location li a:before {
  content: "";
  display: block; /* position:absolute; */
  left: 0; /* top:7px; */
  width: 8px;
  height: 14px;
  background: url(/resources/img/common/ico_navi_arr.svg) no-repeat;
}
.location li.home a:before {
  display: none;
}
.location li a:link {
  color: #767676;
}
.location li a:hover,
.location li a:focus {
  color: var(--c_primary);
}

.print_wrap {
  gap: 8px;
}
.print_wrap a {
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--c_gray_20);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.print_wrap a#printContents {
  background-image: url(/resources/img/common/ico_print.svg);
}
.print_wrap a.sns_pop {
  background-image: url(/resources/img/common/ico_share.svg);
}

.share {
  display: inline-block;
}
.share ul li {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  vertical-align: middle;
}
.share ul li a:before {
  display: none;
}
.share .sns button {
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url(/resources/img/main/ico_share_sns.png) no-repeat;
}

/* .cont_list{display:none;position: absolute;top: 38px;left: 50%;margin-left: -64px;width: 116px;border: 1px solid #ddd;background: #fff;}
.cont_list *{display:flex;}
.cont_list a{display: inline-block;overflow: hidden;position: relative;width: 33px;height: 33px;background:#1db9ff;border-radius:50%;text-indent:-9999em;}
.cont_list a:before{display:block;height:110%;content:''}
.cont_list a.tw{background:#1db9ff;}
.cont_list a.fb{background:#3b5b9a;}
.cont_list a.kakao{background:#fcd500;} */

#sub_visual .share .print button {
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url(/resources/img/main/ico_share_print.png) no-repeat;
}

#sub_nav {
  height: 85px;
  background: #705e4c;
}
#sub_nav ul li {
  display: block;
  float: left;
  width: 100%;
}
#sub_nav ul.n2 li {
  width: 50%;
}
#sub_nav ul.n3 li {
  width: 33.3%;
}
#sub_nav ul.n4 li {
  width: 25%;
}
#sub_nav ul.n5 li {
  width: 20%;
}
#sub_nav ul.n6 li {
  width: 16.6%;
}
#sub_nav ul li a {
  display: block;
  position: relative;
  height: 100%;
  font-size: 15px;
  line-height: 85px;
  color: #fff;
  text-align: center;
}
#sub_nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 37px;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
}
#sub_nav ul li a:hover,
#sub_nav ul li a:focus,
#sub_nav ul li a.ov {
  background: #fff;
  color: #010101;
}
#sub_nav ul li:first-child a:before,
#sub_nav ul li a:hover:before,
#sub_nav ul li a:focus:before,
#sub_nav ul li a.ov:before {
  display: none;
}
.lnb_wrap {
  position: absolute;
}
/* contents*/
#contents {
  position: relative;
  font-family: var(--f_nsN);
}
#contents .contents_wrap {
  width: 100%;
  max-width: 140rem;
  min-height: 50rem;
  margin: 0 auto;
  font-size: 1.6rem;    
  padding: 5rem 0;
}
#contents .contents_tit {
  display: block;
  margin-bottom: 20px;
  font-size: 34px;
  color: #564738;
  letter-spacing: -0.075em;
  text-align: center;
}

/* footer */
.logos {
  display: flex;
}
#footer {
  position: relative;
  padding: 55px;
  background: #2e3440;
}
#footer .footer-info * {
  font-family: var(--f_nsN);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  margin: initial;
}
#footer .footer-info .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-info .info-box li {
  display: inline-block;
  position: relative;
  margin-right: 36px;
}
#footer .footer-info .info-box li:after {
  display: block;
  position: absolute;
  top: 4px;
  right: -18px;
  content: "";
  width: 1px;
  height: 11px;
  background: #a0a7b0;
}
#footer .footer-info .info-box li:last-child {
  margin-right: 0;
}
#footer .footer-info .info-box li:last-child:after {
  display: none;
}
#footer .footer-info .info-box li a {
  display: block;
  color: #fff;
}
#footer .footer-info .info-box li:first-child a {
  font-weight: 700;
  color: #66def3;
}
#footer .footer-info .sns-box {
  display: flex;
  gap: 4px;
}
#footer .footer-info .sns-box .sns-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 0;
  background-color: #515451;
  background-repeat: no-repeat;
  background-position: 50%;
}
#footer .footer-info .sns-box .sns-btn.fa {
  background-image: url(/resources/img/common/ico_fa.svg);
  background-color: #1877f2;
}
#footer .footer-info .sns-box .sns-btn.bl {
  background-image: url(/resources/img/common/ico_bl.svg);
  background-color: #00b900;
}
#footer .footer-info .sns-box .sns-btn.yt {
  background-image: url(/resources/img/common/ico_yt.svg);
  background-color: #ff0000;
}
#footer .footer-info .sns-box .sns-btn.is {
  background-image: url(/resources/img/common/ico_is.svg);
  background-color: #ff0169;
}

#footer .footer-info address {
  display: block;
  color: #fff;
  font-style: normal;
  display: flex;
}
#footer .footer-info address ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#footer .footer-info .copy {
  display: block;
  margin: 3px 0 0 0;
  font-family: var(--f_sunn);
  color: #fff;
  line-height: 1.4;
  opacity: 0.4;
  word-break: keep-all;
}

#footer .selectbox {
  position: absolute;
  right: 100px;
  top: 70px;
  width: 224px;
  height: 42px;
  font-family: "Noto Sans KR";
  box-sizing: border-box;
}
#footer .selectbox .tis {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
}
#footer .selectbox .tis a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 50px 0 30px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: #181b21;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#footer .selectbox .tis a:after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/kr/resources/img/layout/selectbox_bul.png);
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}
#footer .selectbox .lists {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 100%;
  height: 0;
  padding: 0px 30px;
  background-color: #181b21;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#footer .selectbox .lists .mCSB_scrollTools {
  opacity: 1 !important;
  width: 2px !important;
}
#footer .selectbox .lists ul li {
  padding: 6px 0;
}
#footer .selectbox .lists ul li a {
  display: block;
  position: relative;
  line-height: 15px;
  font-family: "Noto Sans KR";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .selectbox .lists ul li a:hover {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
#footer .selectbox.on {
  overflow: visible;
}
#footer .selectbox.on .tis a {
  background-color: #181b21;
}
#footer .selectbox.on .tis a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#footer .selectbox.on .lists {
  height: 160px;
  padding: 30px;
  border-bottom: 1px solid #23262f;
}

@media only screen and (max-width: 1600px) {
  #gnb #tm .th1 > a span{
    padding: 0;
    font-size: 18px;
  }
  .animation .english-style{
    width: min-content !important;
  }
  #header .util{
    padding-right: 1.5rem;
    justify-content: flex-end;
  }
  #header .util ul{
    gap: 2rem;
  }
  #animate{
		padding: 0 !important;
	}
  #header .container,
  .mlayout {
    max-width: 1420px;
  }
}
@media only screen and (max-width: 1023px) {
  #header .util{
    width: 100%;
    justify-content: flex-end;
  }
  .top-header {
    display: none;
  }
  #header {
    height: 95px;
  }
  #header .logo {
    margin-left: 0;
    top: 30px;
    left: 30px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  #header .util ul li {
    display: none;
  }
  #header .util ul li.mo_menu {
    display: block;
    top: 30px;
  }
  #header .util ul li.chkakao {
    display: block;
    top: 16px;
    right: 45px;
  }
  #header .util ul li.instagram {
    display: block;
    top: 16px;
    right: 95px;
  }
  /* #gnb{display:none;} */
  #gnb #tm {
    display: none;
  }
  #header .util ul li.mo_menu a {
    width: 56px;
    height: 36px;
  }
  .mo_menu .line {
    width: 44px;
    height: 4px;
  }
  .main-btn-container {
    padding-top: 0 !important;
  }
  #sub_visual{
    max-height: 200px;
  }
  #sub_visual .visual_wrap {
    padding: 3rem 0;
  }
  #sub_visual .sub_visual_tit {
    font-size: 32px;
  }
  #sub_nav {
    display: none;
  }
  #contents .contents_tit {
    font-size: 28px;
  }
  #footer {
    padding: 35px 30px;
  }

  #header .util ul li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 60px;
    color: #8e9194;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  #header .container {
    padding: 0 10px;
  }
  .mlayout {
    padding: 0px;
  }
  #header .logo {
    left: 15px;
    top: 10px;
  }
  #header .util ul li.mo_menu {
    top: 30px;
    right: 20px;
  }
  #header .util ul li.chkakao,
  #header .util ul li.instagram {
    top: 7px;
  }
  #sub_visual .sub_visual_wrap {
    height: 220px;
    padding: 44px 0 0 0;
  }
  #sub_visual .sub_visual_tit {
    font-size: 28px;
    line-height: 52px;
  }
  #sub_visual .location_inner,
  #sub_visual .share {
    display: block;
  }
  #sub_visual .share {
    margin-top: 20px;
  }
  #contents .contents_tit {
    font-size: 24px;
  }
  #footer .address {
    margin-top: 15px;
  }
  #footer .address p {
    line-height: 18px;
  }
  #footer .flogo {
    width: 80px;
    left: 50%;
    margin-left: -40px;
    background-size: 80px;
  }
  #footer .footer-info {
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
  }
  #footer .footer-info .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 640px) {
  #contents .contents_wrap{
    padding: 0;
  }
  #sub_visual .visual_wrap .sub_title {
    font-size: 28px;
  }
  #sub_visual .visual_wrap .location {
    flex-wrap: wrap;
  }
  .utile_wrap * {
    gap: 4px;
  }
  .utile_wrap {
    flex-direction: column;
    padding: 0 30px;
  }
  .print_wrap {
    display: none;
  }

  #footer .footer-info {
    text-align: left;
    padding: 0;
  }
  #footer .footer-info ul li {
    line-height: 1.6;
  }
  #footer .footer-info ul li:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header .logo a:nth-of-type(1) {
    width: 110px;
  }
  #header .logo a:nth-of-type(2) {
    width: 140px;
  }
}
@media screen and (max-width: 340px) {
  #header .logo {
    gap: 0;
  }
}

#returnTop {
  display: none;
  z-index: 10000;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#returnTop a {
  display: block;
  width: 50px; /* height:50px; */ /* padding-top:9px; */
  text-align: center;
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 1px;
  background: #858b98 url(/resources/img/common/ico_arr_up.svg) no-repeat 50%
    14px;
  color: #fff;
  padding: 50px 0 14px;
}
#returnTop.static {
  position: relative;
  bottom: 0;
  right: 0;
}
#returnTop.static a {
  position: absolute;
  top: -25px;
  right: 20px;
}

@media (max-width: 1770px) {
  #returnTop {
  }
  #returnTop a {
    right: 15px;
  }
}

/* 사이트맵 */
.blocker {
  z-index: 10000 !important;
}
#introPop {
  margin-left: -74%;
  margin-top: -24%;
  height: 500px;
}

#header {
  position: relative;
}
.sitemap_list {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 24, 63, 0.94);
  padding: 0;
  z-index: 10000;
  transition: all 0.5s ease !important;
}
.sitemap_list .layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 140rem;
  margin: 0 auto;
  font-family: var(--f_nsN);
  padding: 110px 0;
}
.sitemap_list .layout .logoimg {
  width: 170px;
}
.sitemap_list .layout .cont {
  overflow: hidden;
}
.sitemap_list .layout .cont:after {
  content: "";
  display: block;
  clear: both;
}
.sitemap_list .layout .cont > li {
  display: flex;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}
.sitemap_list .layout .cont > li > a {
  display: block;
  padding: 0 5px 20px 5px;
  min-width: 100px;
  cursor: default;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.sitemap_list .layout .cont > li > ul {
  display: flex;
  padding: 0 0 40px 0;
}
.sitemap_list .layout .cont > li > ul > li {
  padding: 6px 0 0 60px;
}
.sitemap_list .layout .cont > li > ul > li > a {
  display: block;
  position: relative;
  line-height: 22px;
  padding-left: 16px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.sitemap_list .layout .cont > li > ul > li > a:hover {
  text-decoration: underline;
  color: #107fd0;
}
.sitemap_list .layout .cont > li > ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.sitemap_list .layout .cont .th3 {
  padding: 1rem;
}
.sitemap_list .layout .cont .th3 li {
  padding: 0.5rem 0;
}
.sitemap_list .layout .cont .th3 li a {
  display: block;
  position: relative;
  line-height: 22px;
  padding-left: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.sitemap_list .layout .cont .th3 li a {
  color: #fff;
}
.sitemap_list .layout .cont .th3 li a:before {
  left: 4px;
  top: 10px;
  width: 6px;
  height: 1px;
  background-color: #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.sitemap_list .sitemap_close {
  position: absolute;
  right: 3vw;
  top: 3vw;
  display: flex;
  align-items: center;
  width: 3vw;
  height: 3vw;
  transform: rotate(-45deg);
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s ease !important;
  font-size: 0;
}
.sitemap_list .sitemap_close:hover {
  opacity: 1;
  transform: rotate(135deg);
}
.sitemap_list .sitemap_close i {
  width: 100%;
  height: 100%;
  height: 2px;
  background: #fff;
}
.sitemap_list .sitemap_close i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-1px);
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
}

@media (max-width: 1770px) {
  .sitemap_list .layout {
    justify-content: center;
  }
  .sitemap_list .layout .logoimg {
    display: none;
  }
}

@media (max-width: 1200px) {
  .sitemap_list .layout .cont > li {
    flex-direction: column;
  }
  .sitemap_list .layout .cont > li > ul > li {
    padding-left: 0;
    padding-right: 60px;
  }
}

/*sns 공유하기*/
.cont_list {
  overflow: hidden;
  display: none;
  position: absolute;
  top: 33%;
  left: 55%;
  width: 410px;
  height: auto;
  margin-left: -64px;
  visibility: hidden;
  padding: 20px;
  z-index: 12;
  background: #fff;
  border: 1px solid #ccc;
}
.sns_close {
  position: relative;
  display: flex;
  background: #fff;
}
.sns_close,
.sns_close a,
.sns_close a:hover {
  opacity: 1;
}
.sns_close::before,
.sns_close::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 47%;
  width: 1.5px;
  height: 18px;
  background: #333;
}
.sns_close::before {
  transform: rotate(45deg);
}
.sns_close::after {
  transform: rotate(-45deg);
}

.cont_list .box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cont_list .box:last-child {
  margin-bottom: 0;
}
.cont_list .box strong {
  position: relative;
  width: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.cont_list .box strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #999;
  vertical-align: middle;
  margin-left: 10px;
}

.cont_list .list {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  overflow: hidden;
}
.cont_list .list li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.cont_list .list li a {
  display: block;
  background: url(/resources/img/common/sns_ir.png) no-repeat 0 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.cont_list .list li a.band {
  background-position: -75px -1px;
}
.cont_list .list li a.kakao {
  background-position: -1px -1px;
}
.cont_list .list li a.fa {
  background-position: -38px -1px;
}

.cont_list .box .copy input {
  color: #555;
  background: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  font-family: var(--f_nsN);
}
.cont_list .box .copy input:focus {
  border: 0;
  outline: 0;
}
.cont_list .box .copy button {
  background: #818d9d;
  color: #fff;
  height: 39px;
  padding: 0 15px;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--f_nsN);
}

@media only screen and (max-width: 1023px) {
  .cont_list {
    width: 250px;
    top: 26%;
    left: 55%;
  }
  .cont_list .box {
    flex-direction: column;
    margin-bottom: 3rem;
    gap: 1rem;
  }
  .cont_list .box strong {
    width: initial;
  }
  .cont_list .box strong::after {
    display: none;
  }
  .cont_list .box .copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .cont_list {
    top: 25%;
    left: 35%;
  }
}
@media only screen and (max-width: 280px) {
  .cont_list {
    left: 28%;
  }
}

/* 버튼 아이콘 */
.ico {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
}
.ml5 {
  margin-left: 0.5rem;
}
.ico.bi-arr {
  width: 13px;
  height: 13px;
  line-height: 20px;
  background: url(/resources/img/main/ico_arr_black.svg) no-repeat 0 50%;
}
.ico.bi-arr-w {
  width: 13px;
  height: 13px;
  line-height: 20px;
  background: url(/resources/img/main/ico_arr_top.svg) no-repeat 0 50%;
}

.deco-wrap {
  height: 100vh;
}

.main-wrap {
  min-height: 75vh;
  width: 100%;
}
/* .main-wrap * {font-size: 2.4rem;} */

section.child {
  min-height: 75.8rem;
  width: 100%;
  padding: 0 23rem 0;
}
section.child:not(.banner-wrap) {
  padding: 10rem 23rem;
}

.bg-yellow-check-pattern {
  background: url("/resources/img/bg/bg_yellow_check_pattern.png") center
    no-repeat;
  background-size: cover;
}

.bg-emerald {
  background: #00b6b5;
}

/* login */
.login-layout {
  min-height: 75.5rem;
}
.login-layout .title-explain {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 6rem 0 0rem;
  word-break: auto-phrase;
  line-height: 1.5;
  text-align: center;
}
.login-title {
  margin-top: 20rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #0a2963;
  text-align: center;
}
.login-container {
  margin: 0 auto 0;
  margin: 8.8rem auto 17rem;
}
.login-contents {
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.login-contents > div,
.login-contents > input {
  width: 50rem;
}
.login-contents .step-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
}
.login-input {
  border: 0.1rem solid #c4c4c4;
  border-radius: 0.5rem;
  padding: 1.6rem 1.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  height: 4.8rem;
  width: 50rem;
}

.id-save-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
}
.id-save-container input {
  border: 0.1rem solid #a1a1a1;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.id-save-container label {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
  margin-left: 0.6rem;
}

.login-btn {
  height: 5.4rem;
  border-radius: 0.5rem;
  background: #0a2963;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border: 0;
  width: 50rem;
}

.sns-login-container {
  border-top: 0.1rem solid #c4c4c4;
  border-bottom: 0rem solid #c4c4c4;
  margin: 2rem 0 2rem;
  padding: 2.6rem 0 0rem;
}
.sns-login-container .title {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.sns-login-container .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0;
}
.sns-login-container .contents button {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
}
.kakao-login-btn {
  background: #ffe500;
  color: rgba(0, 0, 0, 0.85);
}
.naver-login-btn {
  background: #19ce61;
  color: #fff;
}

.login-help {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  border-top: 0.1rem solid #c4c4c4;
  padding-top: 2.4rem;
  margin-top: 2.6rem;
}
.login-help button {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
}
/* .login-help button:nth-child(1):after {position:absolute; top:0.3rem; left:9rem; content:''; width: 0.1rem; height: 1.3rem; border-right: 0.1rem solid #222222;} */

.login-help .divider {
  border-right: 0.1rem solid #222222;
  width: 0.1rem;
  height: 1.3rem;
}
/* .login-help button:nth-child(1):after {position:absolute; top:0.3rem; left:9rem; content:''; width: 0.1rem; height: 1.3rem; border-right: 0.1rem solid #222222;} */

.step-btn {
  width: 15rem;
  height: 4.8rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-btn.white {
  background: #fff;
  color: #0a2963;
  border: 0.1rem solid #0a2963;
}
.step-btn.blue {
  background: #0a2963;
  color: #fff !important;
}

.certi-container {
  display: flex;
  justify-content: center;
}
.certi-container .box-contents {
  border: 0.1rem solid #c4c4c4;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem 0;
  padding: 6rem 9rem;
  border-radius: 0.6rem;
  gap: 3rem;
  width: 500px;
  max-width: 100%;
}
.certi-container .box-contents p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
.certi-container .box-contents p:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  margin: auto;
}

/* .certi-container .box-contents .certi-button {width: 16.8rem; height: 6.6rem; font-size: 2.6rem; border: 0.1rem solid #c4c4c4; border-radius: 0.6rem; font-weight: 700;} */
.certi-button input {
  border: 1px solid #c4c4c4;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  padding: 1.6rem 3rem;
  background-color: white;
}

/* join */
.join-layout {
  display: flex;
  justify-content: center;
  padding: 0 25rem;
}
.join-layout .join-contents {
  width: 100%;
}

.join-header .title {
  color: #0a2963;
  font-size: 4.8rem;
  font-weight: 500;
  padding: 13rem 0;
  text-align: center;
}
.join-progress ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-progress ul li {
  display: flex;
  align-items: center;
}
.join-progress ul li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  background: #dadada;
  border-radius: 40rem;
  font-size: 2rem;
}
.join-progress ul li.active .number {
  background: #0a2963;
}
.join-progress ul li .progress-name {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  color: #dadada;
  padding-left: 1.2rem;
  padding-right: 5rem;
}
.join-progress ul li:not(:last-of-type) .progress-name:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.3rem;
  height: 0.6rem;
  content: "";
  background: url("/resources/img/icon/join-progress-dot.svg") center no-repeat;
}
.join-progress ul li.active .progress-name {
  color: #4f4f4f;
}

.join-body > p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #222222;
  margin-top: 10rem;
}

.join-body .text-container {
  margin-top: 2rem;
  width: 100%;
}
.join-body .text-container textarea {
  border: 0.1rem solid #d9d9d9;
  resize: none;
  width: 100%;
  height: 38.2rem;
  padding: 2.4rem;
}
.join-body .radio-box {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}
.join-body .radio-box input {
  width: 1.9rem;
  height: 1.9rem;
}
.join-body .radio-box label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  padding-left: 1.4rem;
}

.join-body .radio-box.agreeAll {
  width: 100%;
  border: 0.1rem solid #d9d9d9;
  padding: 3rem;
}

.join-body .step-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
  gap: 1.1rem;
}

.type-layout {
  display: flex;
  justify-content: center;
}
.type-contents {
  padding-bottom: 25rem;
}
.type-contents > p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #222222;
  margin-top: 8.4rem;
  text-align: center;
}
.type-contents .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.6rem;
  padding: 8rem 0 0;
}

.button-container .type-button {
  border: 0.1rem solid #c4c4c4;
  border-radius: 0.6rem;
  padding: 7rem 0;
  text-align: center;
  min-width: 49rem;
}
.button-container .type-button img {
  width: 20rem;
  height: 20rem;
}
.button-container .type-button p {
  color: #0a2963;
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 3.7rem;
}
.button-container .type-button p:nth-of-type(2) {
  color: #222222;
  font-size: 2.2rem;
  margin: 3.7rem 0 4.7rem;
}

.type-button .join {
  border: 0.1rem solid #c4c4c4;
  font-size: 2.6rem;
  font-weight: 500;
  color: #222222;
  padding: 2rem 4rem;
  border-radius: 0.6rem;
}

.top-header .sns-box .sns-btn.fa {
  background-image: url(/resources/img/layout/ico_fa.svg);
  background-color: rgb(24, 119, 242);
}

.top-header .sns-box .sns-btn.bl {
  background-image: url(/resources/img/layout/ico_bl.svg);
  background-color: rgb(0, 185, 0);
}

.top-header .sns-box .sns-btn.yt {
  background-image: url(/resources/img/layout/ico_yt.svg);
  background-color: rgb(255, 0, 0);
}

.top-header .sns-box .sns-btn.is {
  background-image: url(/resources/img/layout/ico_is.svg);
  background-color: rgb(255, 1, 105);
}

.top-header .sns-box .sns-btn.ka {
  background-image: url(/resources/img/layout/ico_ka.svg);
  background-color: rgb(255, 235, 0);
}

/* main-page */
.main-page {
  display: flex;
  justify-content: center;
  background-image: url(/resources/img/bg/reserve_bg.png);
  min-height: 80vh;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.main-btn-container {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3rem;
  width: 100%;
}
.font_btn_ko{
  font-size: 1.8rem;
}
.max_btn{
  max-width: 26rem;
}
.font_btn{
  font-size: 1.8rem;
}
.title_ko{
  font-size: 4.2rem;
  margin-bottom: 2.5rem;
}
.title_en{
  font-size: 4.6rem;
  width: 100%;
  height: 10rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
.square-box {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 45rem;
  border-radius: 20px;
  background-size: cover;
  gap: 1rem;
  font-size: 6.4rem;
  font-weight: bold;
  background: linear-gradient(85deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.square-con{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.square-box p {
  color: #ffffff;
  font-weight: 500;
}

.content-wrap {
  position: relative;
  width: 100%;
  min-height: 500px;
  margin-bottom: 16rem;
  font-family: var(--f_nsN);
  margin-top: 100px;
}
.certi-container{
  gap: 30px;
}
.certi-container .box-contents{
  padding: 6rem 4rem;
}
.certi-container .box-contents img{
  width: 140px;
}
.certi-container .box-contents p:nth-of-type(2){
  word-break: keep-all;
  padding: 0 40px;
}
.square-box.child {
  background: rgb(0 0 0 / 50%);
  background-size: cover;
  opacity: 0.8;
  backdrop-filter: blur(20px);
  box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 70%);
}
.square-box.storage {
  background: rgb(0 0 0 / 50%);
  background-size: cover;
  opacity: 0.8;
  backdrop-filter: blur(20px);
  box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 70%);
}
.process-container {
  display: flex;
  gap: 1rem;
}
.process-container .process-btn {
  width: 150px;
  color: #222222;
  border-radius: 50px;
  font-weight: 500;
  font-size: 2.8rem;
  min-height: 7.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
.child-btns_con .process-btn{
  background-color: #ffe9ae;
}
.opst-btns_con .process-btn{
  background-color: #A5EBED;
}

.process-container .process-btn:hover {
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.process-container .process-btn.btn_2:hover {
  color: #00adb1;
}

@media screen and (max-width:1440px) {
  .title_en,
  .title_ko{
    font-size: 4rem;
  }
}
@media screen and (max-width:1280px) {
.certi-container .box-contents p:nth-of-type(2){
  padding: 0 20px;
}
.certi-container{
  gap: 20px;
}
.certi-container .box-contents img{
  width: 120px;
}
}
@media screen and (max-width:800px) {
  .process-container .process-btn{
    min-width: 10rem;
  }
  .square-con{
    gap: 1rem;
  }
  .title_en{
    font-size: 3.6rem;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .certi-container .box-contents{
      width: 100%;
  }
  .certi-container .box-contents p{
      font-size: 24px;
  }
  .certi-container {
      display: block;
      justify-content: center;
   }
   /* 비밀번호 변경 */
   /* .login-layout .title-explain{
      padding: 0;
   } */
}
@media screen and (max-width:600px) {
  .login-contents{
    padding: 0 3rem;
  }
  .title_ko{
    font-size: 3.4rem;
  }
  .square-box{
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
  }
  .certi-container .box-contents p:nth-of-type(2){
      font-size: 18px;
      line-height: 1.5;
  }
  .certi-container .box-contents p:nth-of-type(2){
      padding: 0;
  }
  .process-container .process-btn{
    width: 130px;
    min-height: 6rem;
  }
  .main-page{
    padding:10rem 2rem;
  }
}
@media screen and (max-width:450px) {
  .certi-container .box-contents p:nth-of-type(2){
      font-size: 16px;
  }
  .font_btn{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .title_en{
    font-size: 3.4rem;
  }
}
@media screen and (max-width:1280px) {
  .login-title{
    font-size: 36px;
  }
  .login-layout .title-explain{
    font-size: 18px;
    word-break: keep-all;
  }
  .login-btn{
    font-size: 18px;
  }
}
@media screen and (max-width:850px) {
  .certi-container .box-contents{
    gap: 2rem;
  }
  #animate{
    gap: 0;
  }
}
@media screen and (max-width:450px) {
  .login-title{
    margin-top: 16rem;
  }
  .sns-login-container .title{
    font-size: 1.8rem;
  }
}