@charset "UTF-8";
/*-------------------------------------------------
title       : 설정
Author      : 플랜아이 광주
Create date : 2025-06-17
Last revision : 
-------------------------------------------------*/
/*-------------------------------------------------
title       : 레이아웃
Author      : 플랜아이 moni
Create date : 2025-06-17
Last revision : 
-------------------------------------------------*/
html.active {
  overflow: hidden !important;
}

#wrap {
  outline: 0;
}
#wrap.active::before {
  z-index: 5 !important;
  background: rgba(0, 0, 0, 0.3) !important;
}
#wrap.active #hnb .hnb1 {
  display: none;
}
#wrap.active #hnb .hnb2 {
  display: block;
}
#wrap.active #gnb1 {
  display: none;
}

#header {
  width: 140rem;
  max-width: calc(100% - 8rem);
  margin-left: auto !important;
  margin-right: auto !important;
  height: 14rem;
  position: relative;
  margin: 0 auto;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  #header {
    max-width: calc(100% - 5rem);
  }
}
#header::before {
  content: "";
  width: 1000%;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #ccc;
}
#header::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}
#header.active #hnb .hnb1 a {
  color: #111;
}
#header.active #hnb .hnb1 a::before {
  background: #111;
}
#header.active #gnb1 {
  position: relative;
}
#header.active #gnb1::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  height: 8rem;
  top: 0rem;
  background-color: #FDF4EE;
}
#header.active #gnb1 > ul > li > a {
  color: #111;
}
#header.active #gnb1 > ul > li.active > a {
  color: #0080FF !important;
}
#header.active #gnb2 .control [class*=bar] {
  background: #111;
}

#hnb .hnb1 {
  position: absolute;
  right: 4.8rem;
  top: 0;
  z-index: 10;
}
#hnb .hnb1 li {
  display: inline;
}
#hnb .hnb1 a {
  line-height: 8rem;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
}
#hnb .hnb1 a::before {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hnb .hnb1 a i {
  vertical-align: top;
  margin-right: 0.2rem;
  line-height: 8rem;
  display: inline-block;
}
#hnb .hnb1 a:hover::before, #hnb .hnb1 a:focus::before {
  width: 100%;
}
#hnb .hnb2 {
  position: absolute;
  right: 7.2rem;
  top: 1.6rem;
  z-index: 10;
  display: none;
}
#hnb .hnb2 li {
  display: inline;
}
#hnb .hnb2 a {
  line-height: 4.8rem;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 2.8rem;
  border-radius: 4rem;
  background: #0080FF;
  display: block;
}
#hnb .hnb2 a img {
  vertical-align: top;
  margin-left: 1.6rem;
  margin-top: 1.4rem;
}
#hnb .hnb2 a i {
  vertical-align: bottom;
  margin-right: 0.2rem;
}
#hnb .lang {
  position: absolute;
  right: 11.5rem;
  bottom: -6.5rem;
  width: 3rem;
  height: 3rem;
  padding-left: 1.5rem;
  color: #999;
  line-height: 1rem;
  white-space: nowrap;
}
#hnb .lang::before {
  display: none;
}
#hnb .lang::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  left: 0;
  top: 0;
  z-index: -1;
  font-size: 3rem;
  color: #333;
  content: "\e9d1";
  line-height: 3rem;
}
#hnb .lang a {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 0 0.4rem;
  background-color: #fff;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hnb .lang a.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#hnb .lang a.active::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  content: "\e936";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#hnb .lang.active a {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#hnb .lang.active a.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#logo {
  width: 30rem;
  position: absolute;
  top: 4.8rem;
  left: 0;
}
#logo a {
  display: block;
  height: 3.638rem;
  background-image: url(/public/kor/img/layout/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header_wrap.active {
  position: relative;
}
.header_wrap.active::before {
  content: "";
  width: 1000%;
  height: 14rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #fff;
  z-index: -1;
}
.header_wrap.active #logo a {
  background-image: url(/public/kor/img/layout/logo.svg);
}

.search_wrap .control.open {
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 7.2rem;
  top: 5.6rem;
  width: 3rem;
  height: 3rem;
  color: #222;
  text-align: center;
  line-height: 3rem;
}
.search_wrap .control.open::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\f0d1";
}
.search_wrap .group {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0rem;
  width: 90rem !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
}
.search_wrap .form {
  width: 100%;
  position: relative;
  margin: 5.3rem 0;
  color: #000;
  line-height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_wrap .form .tit {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
}
.search_wrap .form .tit::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #0080FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_wrap .form label {
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.search_wrap .form input {
  width: calc(100% - 2rem);
  height: 3.2rem;
  padding-left: 0.5rem;
  margin-left: 2rem;
  font-size: 2rem;
  border: 0 none;
  background-color: #fff;
  color: #333;
  outline: none;
}
.search_wrap .form input::-webkit-input-placeholder {
  color: #ccc;
}
.search_wrap .form input::-moz-placeholder {
  color: #ccc;
}
.search_wrap .form input:-ms-input-placeholder {
  color: #ccc;
}
.search_wrap .form input::-ms-input-placeholder {
  color: #ccc;
}
.search_wrap .form input::placeholder {
  color: #ccc;
}
.search_wrap .form input:focus {
  border-bottom: 2px solid #222;
}
.search_wrap .form button {
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 5rem;
  top: 0.2rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #222;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search_wrap .form button::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  content: "\f0d1";
}
.search_wrap .form button:hover, .search_wrap .form button:focus {
  background: #333;
  color: #fff;
  font-size: 2rem;
}
.search_wrap .close {
  position: absolute;
  right: 0;
  top: 5.4rem;
  font-size: 2.5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #222;
  overflow: hidden;
  border-radius: 0.8rem;
  font-size: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search_wrap .close::before {
  content: "\eb99";
  display: block;
  font-family: "remixicon";
}
.search_wrap .close:hover, .search_wrap .close:focus {
  background: #333;
  color: #fff;
  font-size: 2rem;
}
.search_wrap.active {
  position: relative;
  z-index: 11;
}
.search_wrap.active .group {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
.search_wrap.active .close {
  opacity: 1;
  visibility: visible;
}

#gnb1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 12.4rem;
}
#gnb1 > ul > li {
  display: inline-block;
  margin: 0 2rem;
}
#gnb1 > ul > li > a {
  font-size: 2rem;
  color: #222;
  line-height: 14rem;
  font-family: "Pretendard";
  display: inline-block;
  position: relative;
}
#gnb1 > ul > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb1 > ul > li > a:hover::before, #gnb1 > ul > li > a:focus::before {
  width: 100%;
}
#gnb1 > ul > li.active .depth2 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#gnb1 > ul .depth2 {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100% !important;
}
#gnb1 > ul .depth2::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  content: "";
  height: calc(100% + 8rem);
  top: -8rem;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0705882353);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0705882353);
  background-color: #FDF4EE;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#gnb1 > ul .depth2 .desc {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: -1rem;
  margin-top: 4.8rem;
  display: none;
}
#gnb1 > ul .depth2 > ul {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  width: 100rem;
  padding: 2.8rem 0 4.8rem;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Pretendard";
  text-align: center;
}
#gnb1 > ul .depth2 > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 15rem;
}
#gnb1 > ul .depth2 > ul > li > a {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
  color: #333;
  display: inline-block;
  font-weight: 700;
  font-family: "Pretendard";
  padding: 0.7rem 0rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#gnb1 > ul .depth2 > ul > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #0080FF;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb1 > ul .depth2 > ul > li > a:hover, #gnb1 > ul .depth2 > ul > li > a:focus {
  color: #0080FF;
}
#gnb1 > ul .depth2 > ul > li > a:hover::before, #gnb1 > ul .depth2 > ul > li > a:focus::before {
  width: 100%;
}
#gnb1 > ul .depth2 > ul > li.active > a {
  color: #0080FF;
}
#gnb1 > ul .depth2 > ul > li.active > a::before {
  width: 100%;
}
#gnb1 > ul .depth3 > ul > li > a {
  font-size: 1.4rem;
  color: #555;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb1 > ul .depth3 > ul > li > a:hover, #gnb1 > ul .depth3 > ul > li > a:focus {
  color: #333;
  text-decoration: underline;
}
#gnb1 > ul a.newlink {
  position: relative;
}
#gnb1 > ul a.newlink::after {
  content: "\ea6c";
  font-family: "remixicon";
  padding-left: 0.3rem;
  vertical-align: top;
  font-weight: 400;
}

#gnb2 .control {
  /* position: absolute; right: 0rem; top:2.8rem; z-index: 7; width:24px; height: 24px; text-align: center; transition: $eff1;

   [class*="bar"] {
       display: block; width: 18px; height: 2px; background: #fff; position: absolute; left: 3px; top: 6px; transition: $eff1;
       &.bar2{ top: 11px; }
       &.bar3{ top: 16px; }
   }*/
}
#gnb2 .control.open {
  position: absolute;
  right: 0rem;
  top: 6.5rem;
  z-index: 7;
  width: 3.2rem;
  height: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb2 .control.open [class*=bar] {
  display: block;
  width: 3.2rem;
  height: 2px;
  background: #222;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb2 .control.open [class*=bar].bar2 {
  top: 11px;
  display: none;
}
#gnb2 .control.open [class*=bar].bar3 {
  top: 0.8rem;
}
#gnb2 .control.open:hover [class*=bar] {
  background: #ddd !important;
}
#gnb2 .control.open:hover .bar1 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#gnb2 .control.open:hover .bar2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
#gnb2 .control.open:hover .bar3 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
#gnb2 .control.close {
  display: none;
  position: fixed;
  right: 2rem;
  z-index: 7;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  top: 1.6rem;
  border-radius: 50%;
  background: #111 !important;
}
#gnb2 .control.close [class*=bar] {
  display: block;
  width: 2rem;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0.3rem;
  top: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff !important;
  transition: all 0.3s ease-in-out;
}
#gnb2 .control.close [class*=bar].bar1 {
  width: 2rem;
  top: 1.8rem;
  left: 1.8rem;
  -webkit-transform: rotate(45deg) translateY(0.65rem);
          transform: rotate(45deg) translateY(0.65rem);
}
#gnb2 .control.close [class*=bar].bar2 {
  display: none;
}
#gnb2 .control.close [class*=bar].bar3 {
  width: 2rem;
  top: 2.7rem;
  left: 1.8rem;
  -webkit-transform: rotate(-45deg) translateY(-0.65rem);
          transform: rotate(-45deg) translateY(-0.65rem);
}
#gnb2 .control.close:hover [class*=bar] {
  background: #ddd !important;
}
#gnb2 > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 13.9rem;
  z-index: 2;
  color: #111;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding-top: 3rem;
  background: #fff;
}
#gnb2 > ul::before {
  content: "";
  position: absolute;
  top: -14rem;
  right: 0%;
  width: 44rem;
  height: 14rem;
  z-index: -1;
  background-color: #fff;
}
#gnb2 > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
#gnb2 > ul > li > a {
  display: block;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  padding: 1.5rem 0rem 1.5rem 2rem;
  color: #111;
  font-size: 2.4rem;
  font-weight: 500;
}
#gnb2 > ul > li > a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 2.8rem;
  border-radius: 50%;
}
#gnb2 > ul > li > a:hover, #gnb2 > ul > li > a:focus {
  color: #0080FF;
}
#gnb2 > ul > li > a:hover::before, #gnb2 > ul > li > a:focus::before {
  background-color: #0080FF;
}
#gnb2 > ul > li > a:hover::after, #gnb2 > ul > li > a:focus::after {
  color: #111;
}
#gnb2 .depth2 > ul {
  padding: 2.2rem 0;
  font-family: "Pretendard";
}
#gnb2 .depth2 > ul > li > a {
  position: relative;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb2 .depth2 > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0080FF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb2 .depth2 > ul > li > a:hover, #gnb2 .depth2 > ul > li > a:focus {
  color: #0080FF;
  font-weight: 500;
}
#gnb2 .depth2 > ul > li > a:hover::before, #gnb2 .depth2 > ul > li > a:focus::before {
  width: 100%;
}
#gnb2 .depth2 > ul > li + li {
  margin-top: 1.3rem;
}
#gnb2 .depth2 > ul > li.active > a {
  color: #0080FF;
  font-weight: 500;
}
#gnb2 .depth2 > ul > li.active > a::before {
  width: 100%;
}
#gnb2 .depth3 {
  padding-top: 0.5rem;
  margin-bottom: 0.6rem;
}
#gnb2 .depth3 a {
  color: #8E8E8E;
  font-size: 1.4rem;
  line-height: 1.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gnb2 .depth3 a:hover, #gnb2 .depth3 a:focus {
  color: #333;
  font-weight: 500;
}
#gnb2 .depth3 li + li {
  margin-top: 0rem;
}
#gnb2 a.newlink {
  position: relative;
}
#gnb2 a.newlink::after {
  content: "\ea6c";
  font-family: "remixicon";
  padding-left: 0.3rem;
  vertical-align: top;
  font-weight: 400;
}
#gnb2.active::after {
  content: "";
  width: calc(100% + 16rem);
  width: 1000%;
  height: 100vh;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#gnb2.active .open {
  display: none;
}
#gnb2.active .close {
  display: block;
}
#gnb2.active > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 44rem !important;
  height: calc(100vh - 14rem) !important;
  padding: 0rem 5rem;
}

#footer {
  background: #222;
  color: #fff;
  padding: 9rem 0;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#footer .footer_wrap {
  width: 140rem;
  max-width: calc(100% - 8rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 768px) {
  #footer .footer_wrap {
    max-width: calc(100% - 5rem);
  }
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .group1 img {
  height: 3.8rem;
  margin-bottom: 2rem;
}
#footer .group1 .desc {
  padding-left: 4.8rem;
  color: #ccc;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
}
#footer .group2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
#footer .group2 .list a {
  color: #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.7rem 0;
  display: inline-block;
}
#footer .group2 .list a:hover, #footer .group2 .list a:focus {
  color: #fff;
}
#footer .group3 img {
  margin-bottom: 3.2rem;
  margin-top: 1rem;
}
#footer .group3 .siteinfo {
  margin-bottom: 9.3rem;
}
#footer .group3 .siteinfo span {
  display: block;
  color: #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
#footer .group3 .siteinfo span:last-child {
  margin-bottom: 0;
}
#footer .group3 .copyright {
  color: #ccc;
  font-size: 1.8rem;
  font-weight: 300;
  opacity: 0.8;
  word-break: keep-all;
}
#footer .group3 .copyright br {
  display: none;
}

.newsletter_app {
  padding: 12rem 0 14.2rem;
  color: #fff;
  background-image: url(/public/kor/img/main/subsc_bg.jpg);
  background-size: cover;
  background-position: center;
}
.newsletter_app .title2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.4rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.newsletter_app .desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02rem;
  word-break: keep-all;
}
.newsletter_app form {
  width: 56.8rem;
  max-width: calc(100% - 8rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .newsletter_app form {
    max-width: calc(100% - 5rem);
  }
}
.newsletter_app form input {
  width: calc(100% - 16.8rem);
  background: rgba(255, 255, 255, 0.5);
  height: 6rem;
  border: none;
  padding: 2rem 2.4rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.01rem;
  margin-right: 0.8rem;
}
.newsletter_app form input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter_app form input::-moz-placeholder {
  color: #fff;
}
.newsletter_app form input:-ms-input-placeholder {
  color: #fff;
}
.newsletter_app form input::-ms-input-placeholder {
  color: #fff;
}
.newsletter_app form input::placeholder {
  color: #fff;
}
.newsletter_app form .btn {
  width: 16rem;
  text-align: center;
  background: #0080FF;
  height: 6rem;
  border: none;
  line-height: 6rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter_app form .btn:hover, .newsletter_app form .btn:focus {
  background: #fff;
  color: #222;
}
.newsletter_app .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.newsletter_app .btn_box .btn {
  width: 16rem;
  text-align: center;
  background: #0080FF;
  height: 6rem;
  border: none;
  line-height: 6rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter_app .btn_box .btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter_app .btn_box .btn:hover, .newsletter_app .btn_box .btn:focus {
  color: #222;
}
.newsletter_app .btn_box .btn:hover:after, .newsletter_app .btn_box .btn:focus:after {
  left: 0;
  width: 100%;
}
.newsletter_app .btn_box .btn.btn_2 {
  background: #222;
}
.newsletter_app .btn_box .btn.btn_2:hover, .newsletter_app .btn_box .btn.btn_2:focus {
  color: #222;
}

.layer_wrap {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer_wrap .close {
  color: #111;
  font-size: 2.6rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  background: #1F1F1F;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 4rem;
  top: 3.2rem;
  z-index: 1;
}
.layer_wrap .close i {
  display: inline-block;
  font-size: 3rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layer_wrap .close:hover i, .layer_wrap .close:focus i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.layer_wrap > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81.6rem;
  max-width: calc(100% - 8rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - 6rem); /*border-radius: 1.2rem;*/
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .layer_wrap > .inner {
    max-width: calc(100% - 5rem);
  }
}
.layer_wrap > .inner .innerinner {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 12rem);
  padding: 8rem 4rem;
}
.layer_wrap .title_box .title_1 {
  color: #222;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.2rem;
}
.layer_wrap .title_box > .desc {
  color: #666;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 3.2rem;
  border-bottom: 0.8rem solid #000;
  margin-bottom: 5rem;
  word-break: keep-all;
}
.layer_wrap.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 101;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.subscription_layer .group1 .tit1 {
  padding-left: 3.2rem;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  word-break: keep-all;
}
.subscription_layer .group1 .tit1::before {
  content: "\ea13";
  font-family: "remixicon";
  width: 2.4rem;
  height: 2.5rem;
  background: #0080FF;
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.7rem;
  top: 0.3rem;
}
.subscription_layer .group1 .list {
  padding-left: 3.6rem;
  padding-bottom: 3.2rem;
  margin-top: 3.2rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #000;
}
.subscription_layer .group1 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem;
}
.subscription_layer .group1 .list .item + .item {
  margin-top: 2.4rem;
}
.subscription_layer .group1 .list .item .img_box {
  width: 7rem;
  height: 7rem;
}
.subscription_layer .group1 .list .item .txt_box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscription_layer .group1 .list .item .tit {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.subscription_layer .group1 .list .item .desc {
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.016rem;
}
.subscription_layer .check_eff1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-bottom: 2.4rem;
}
.subscription_layer .check_eff1 input[type=checkbox] {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 1.2rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-color: #fff;
  border: 2px solid #444;
  border-radius: 0.4rem;
  cursor: pointer;
  overflow: hidden;
}
.subscription_layer .check_eff1 input[type=checkbox]::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  background-color: #0080FF;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.subscription_layer .check_eff1 input[type=checkbox]:after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 0.7rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 45%;
  left: 25%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.subscription_layer .check_eff1 input[type=checkbox]:checked::before {
  height: 130%;
  width: 130%;
  opacity: 100%;
}
.subscription_layer .check_eff1 input[type=checkbox]:checked::after {
  opacity: 100%;
}
.subscription_layer .check_eff1 span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  cursor: pointer;
  color: #666;
  font-weight: 500;
  margin-right: 0.7rem;
}
.subscription_layer .check_eff1 .view_btn {
  color: #0080FF;
  font-size: 1.8rem;
  font-weight: 500;
}
.subscription_layer .check_eff1 .view_btn:hover, .subscription_layer .check_eff1 .view_btn:focus {
  text-decoration: underline;
}
.subscription_layer .cont_box {
  background: #F7F7F7;
  border: 1px solid #CCC;
  margin-top: 2.4rem;
  height: 30rem;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription_layer .cont_box.active {
  visibility: visible;
  height: auto;
  margin-bottom: 4rem;
  padding: 1.2rem;
}
.subscription_layer .cont_box > .inner {
  overflow: auto;
  height: 100%;
  padding: 1.6rem;
}
.subscription_layer .cont_box > .inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.subscription_layer .cont_box > .inner::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.subscription_layer .cont_box > .inner::-webkit-scrollbar-track {
  background-color: #ECECEC;
  border-radius: 5px;
}
.subscription_layer .cont_box .txt1 {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.subscription_layer .cont_box .txt2 {
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.016rem;
  margin-bottom: 3.2rem;
}
.subscription_layer .cont_box .txt3 {
  color: #444;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.subscription_layer .input_2 {
  width: 100%;
  height: 7rem;
  border: 2px solid #444;
  background: #fff;
  color: #444;
  font-size: 2rem;
  font-weight: 500;
  line-height: 6.6rem;
  border-radius: 0.8rem;
  margin-bottom: 1.7rem;
  padding: 0 2rem;
  font-size: 2rem;
}
.subscription_layer .input_2::-webkit-input-placeholder {
  color: #aaa;
}
.subscription_layer .input_2::-moz-placeholder {
  color: #aaa;
}
.subscription_layer .input_2:-ms-input-placeholder {
  color: #aaa;
}
.subscription_layer .input_2::-ms-input-placeholder {
  color: #aaa;
}
.subscription_layer .input_2::placeholder {
  color: #aaa;
}
.subscription_layer .group2 {
  margin-bottom: 4rem;
  border-bottom: 2px solid #000;
  padding-bottom: 2.3rem;
}
.subscription_layer .group2 .item + .item {
  margin-top: 1.7rem;
}
.subscription_layer .group2 .tit1 {
  color: #222;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-left: 2.9rem;
  position: relative;
  margin-bottom: 1.6rem;
}
.subscription_layer .group2 .tit1 i {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #BBBBBB;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
.subscription_layer .select_1 {
  width: 100%;
  height: 7rem;
  border: 2px solid #444;
  border-radius: 0.8rem;
  font-size: 2rem;
  outline: none;
  background: #fff url(/public/kor/img/main/select_arrow.png) right 1.8rem center no-repeat;
  padding: 0 3.5rem 0 2rem;
}
.subscription_layer .cancellation_another {
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription_layer .cancellation_another.active {
  visibility: visible;
  height: auto;
  margin-top: 1rem;
}

.bul_2 {
  margin-bottom: 1.2rem;
}
.bul_2 > li {
  position: relative;
  padding-left: 2rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.016rem;
}
.bul_2 > li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-color: #666;
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 50%;
}
.bul_2 > li + li {
  margin-top: 0.4rem;
}
.bul_2 > li b {
  color: #222;
  font-weight: 600;
  margin-right: 0.3rem;
}

.btn_1 {
  width: 100%;
  height: 8rem;
  line-height: 7.6rem;
  background: #0080FF;
  border: 0.2rem solid #0080FF;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.8rem;
  display: block;
}
.btn_1:hover, .btn_1:focus {
  border: 0.2rem solid #3959DA;
  background: #3959DA;
  color: #fff;
}
.btn_1.col_block {
  background: #222;
  border-color: #222;
}
.btn_1.col_block:hover, .btn_1.col_block:focus {
  background: #eee;
  color: #222;
}

.deny_emails_layer .group3 .box1 {
  border: 1px solid #CCC;
  padding: 2.8rem;
  background: #F7F7F7;
  margin-bottom: 4rem;
}
.deny_emails_layer .group3 .tit1 {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.deny_emails_layer .group3 .tit2 {
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}