@charset "utf-8";

:root {
  --main: #163022;
}

.f_l {
  float: left
}

.f_r {
  float: right
}

.cl_b {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both
}

.show {
  display: block
}

.hide {
  display: none
}

.positionR {
  position: relative !important;
}

.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1 !important;
}

.block {
  display: block;
}

.mb60 {
  margin-bottom: 60px;
}

#wrap {
  width: 100%;
  min-width: 1200px;
  position: relative;
  padding-bottom: 280px;
  min-height: 100%;
  background-color: #fbfbf6;
}

/*---메뉴---*/
#menu {
  background-color: #163022;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
  min-width: 1200px;
  font-family: 'NanumSquare';
}

#menu.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

#menu.open .toggle-menu {
  background: #fff;
}

.main-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-nav .gnb {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

/*main_menu*/
.nav {
  width: 1400px;
  position: absolute;
  right: 280px;
  top: 55px;
  z-index: 10;
}

.gnb::after {
  content: '';
  display: block;
  clear: both;
}

.hd-nav {
  text-align: center;
  position: relative;
  font-size: 30px;
  vertical-align: top;
  padding: 35px 45px;
  display: inline-block;
  margin-bottom: 50px;
}

/*.hd-nav:last-child{padding-right: 0;}*/
.hd-nav a {
  color: #ced5de;
  font-weight: 400;
  font-family: 'Noto Sans KR';
}

/* .depth02{display: inline-block; vertical-align: top; width: 20%; float: left;} */
.depth02 li a {
  color: rgba(206, 213, 222, 0.5);
  font-size: 20px;
  position: relative;
}

.depth02 li a:hover {
  color: #fff;
  transition: all 0.5s;
}

.depth02 li a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.1s;
  border-radius: 50%;
}

.depth02 {
  padding-top: 45px;
}

.hd-nav:hover .nav-tit {
  color: #ced5de;
  opacity: 1;
}

/* nav mouse hover motion */
.gnb li a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.gnb:hover a {
  opacity: 0.5;
  color: #fff;
}

.gnb li a:hover {
  opacity: 1;
  color: #fff;
}

/*menu animation*/
.gnb .hd-nav::after {
  content: '';
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  top: 100px;
  right: 0;
}

.nav-btn {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}

.nav-btn a {
  background: rgba(206, 213, 222, 0.1);
  color: #fff;
  width: 160px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.nav-btn a.on {
  width: 322px;
  background: transparent;
  border: 1px solid #ced5de;
}

.nav-btn a:hover {
  background: #ced5de;
  color: #163022;
  transition: all 0.1s;
  font-weight: 800;
}

/* .gnb .depth01>a:hover{color: #fff !important; font-size: 20px; font-weight: 500;} */

.hd-nav .depth02 a {
  padding: 20px 0;
  display: inline-block;
  font-size: 20px;
  color: #ced5de;
  transition: 0.2s all ease;
  font-weight: 300;
  position: relative;
  font-family: 'NanumSquare';
}

/* .gnb .depth01 .depth02 a:hover{color: #378468 !important; font-size: 16px; border-bottom: 0; font-weight: 500;} */
.headerBox {
  position: relative;
  height: 163px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu_bg {
  width: 100%;
  height: 500px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: -1;
  border-bottom: 1px solid #dedede;
}

.nav-guide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px;
  text-align: center;
}

.nav-guide a {
  color: #ced5de;
  font-size: 20px;
  margin-right: 50px;
}

.nav-guide a:hover {
  font-weight: 500;
}

.nav-guide a:last-child {
  margin-right: 0;
}

/*---햄버거메뉴---*/
#menu.open .toggle-menu.active {
  background: #ced5de;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.toggle-menu.active {
  background: transparent;
}

.toggle-menu {
  background-color: #163022;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 69px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 70px;
  z-index: 1110;
  /* margin-top:-4px; */
}

.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  right: calc(50% - 15px);
  position: absolute;
  top: calc(50% - 0px);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 25px;
  border-radius: 5px;
}

#header.black .toggle-menu span {
  background-color: #000;
}

.toggle-menu span:before,
.toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  border-radius: 5px;
}

#header.black .toggle-menu span {
  background-color: #fff;
}

#header.black .toggle-menu span:before,
#header.black .toggle-menu span:after {
  background-color: #fff;
}

.toggle-menu span:before {
  top: 10px;
  width: 25px;
  height: 2px;
}

.toggle-menu span:after {
  top: -10px;
  width: 25px;
  height: 2px;
}

.toggle-menu.active span {
  background-color: transparent !important;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  background-color: #fff;
  width: 25px;
}

.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

/*---//햄버거메뉴끝---*/
/*---//메뉴끝---*/


#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  background-color: transparent;
  height: 70px;
  transition: all 1s;
  min-width: 1200px;
}

#header.bg_white {
  background-color: #fbfbf6;
  transition: all 1s;
}

#header .top_menu_left {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 500px;
  overflow: hidden;
}

#header .top_menu_left a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}

#header.black .top_menu_left a {
  color: #000;
}

#header .top_menu_right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 30px;
}

#header .top_menu_right a {
  float: left;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

#header.black .top_menu_right a {
  color: #000;
}

#header .login-wrap {
  position: absolute;
  right: 95px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
}

#header .login-wrap li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

#header .login-wrap li a {
  color: #fff;
}

#header .login-wrap li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 1px;
  height: 8px;
  background: #ced5de;
}

#header .login-wrap li:first-child::after {
  display: none;
}

/* header main only */
#header.main {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  background-color: #163022;
  height: 70px;
}

#header.main .nav-guide {
  display: none;
}

#header.main .top_menu_left {
  position: absolute;
  top: 24px;
  left: 30px;
  /*width: 500px;*/
  width: 130px;
  overflow: hidden;
}

#header.main .login-wrap {
  display: none;
}

#header.main .top_menu_logo {
  display: block !important;
  width: 67px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* sub top btn */
.top-btn {
  position: fixed;
  bottom: 31px;
  right: 40px;
  z-index: 99;
  opacity: 0;
}

.top-btn a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(22, 48, 34, 0.9);
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 0;
  font-size: 9px;
}

.top-btn a img {
  display: block;
  margin: 3px auto;
}

/* quick - kakaotalk */
.kakao-quick {
  position: fixed;
  right: 40px;
  bottom: 102px;
  z-index: 997;
}

.kakao-quick a {
  display: block;
  width: 60px;
  height: 60px;
  background: #ced5de;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.kakao-quick a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  width: 29px;
}

.kakao-quick a:hover img {
  padding-bottom: 4px;
  transition: all 0.3s;
}

#contents {
  width: 100%;
  position: relative;
}

/*footer*/
#footer {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background: #163022;
  color: #fff;
  height: 280px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#footer h1 {
  width: 324px;
  height: 46px;
  margin: auto;
  display: block;
  font-size: 0;
  z-index: 1;
  position: relative;
}

#footer .snsBox {
  width: 100%;
  padding: 10px 0 40px;
}

#footer .snsBox a {
  padding: 0 10px;
  color: #45454f;
}

#footer .footerBox {
  padding: 30px 0;
  font-size: 16px;
}

#footer .footerBox a {
  padding: 0 30px;
  color: #fff;
  position: relative;
}

#footer .footerBox a::after {
  content: '';
  position: absolute;
  left: -5px;
  bottom: 3px;
  width: 1px;
  height: 14px;
  background: #ced5de;
}

#footer .footerBox a:first-child:after {
  display: none;
}

#footer .footerText {
  font-size: 18px;
  color: #ced5de;
}

.footerText span {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.footerText span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: -23px;
  width: 1px;
  background: #ced5de;
  height: 14px;
}

.footerText span:first-child:after {
  display: none;
}

#footer .footerCopy {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}

.terms-link:hover {
  border-bottom: 1px solid #222;
}

/*
.insta{position: absolute; right: 14%; background: rgba(255,255,255,0.1); border-radius: 50%; width: 48px; height: 48px;}
.insta img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
*/

.sns {
  position: absolute;
  width: 100%;
  display: flex;
  gap: 10px;
  top: 40px;
}

.sns a {
  width: 48px;
  height: 48px;
  left: 81%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
}

.sns a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* footer terms table */
.common-table2 {
  border-top: 2px solid var(--main);
  border-bottom: 1px solid var(--mian);
  text-align: center;
  width: 100%;
}

.common-table2 thead th {
  background: #ebebeb;
  padding: 10px 0;
  position: relative;
  color: var(--main);
  vertical-align: middle;
  font-weight: 400;
}

.common-table2 thead th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background: #fff;
  transform: translateY(-50%);
}

.common-table2 thead th:first-child::after {
  display: none;
}

.common-table2 tbody th {
  border-bottom: 1px solid #ced5de;
  vertical-align: middle;
  font-weight: 400;
}

.common-table2 tbody td {
  padding: 10px 0;
  border: 1px solid #ced5de;
  vertical-align: middle;
}

.common-table2 tbody td:first-child {
  border-left: 0;
}

.common-table2 tbody td:last-child {
  border-right: 0;
}

.table-text {
  font-size: 14px;
  margin-top: -15px;
}

/*240412*/
.weather {
  color: #fff;
  display: flex;
}

.weather li {
  margin: 0 12px;
  position: relative;
  font-size: 18px;
  font-weight: 400;  
}

.weather li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.weather li:first-child::after {
  display: none;
}

.weather li img {
  width: 37px;
  height: 26px;
}

/* 드래그 색상 */
::selection {
  background: #163022;
  color: #fff;
}

::-moz-selection {
  background: #163022;
  color: #fff;
}

::-webkit-selection {
  background: #163022;
  color: #fff;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }
}


/* Celine header_sub ADD (240612)*/
#header_sub {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  background-color: transparent;
  height: 70px;
  transition: all 1s;
  min-width: 1200px;
  border-bottom: 1px solid #ddd;
  background-color: #fbfbf6;
}

#header_sub .top_menu_left {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 500px;
  overflow: hidden;
}

#header_sub .top_menu_left a {
  display: inline-block;
  padding: 0 20px;
  color: #163022;
}

#header_sub.white .top_menu_left a {
  color: #fff;
}

/* weather */
#header_sub .weather {
  color: #163022;
  display: flex;
}

#header_sub .weather li {
  margin: 0 12px;
  position: relative;
  font-size: 18px;
  font-weight: 400;  
  color: #163022;
}

#header_sub .top_menu_logo a{
  display: block;
  width: 100%;
  height: 100%;
 }
#header_sub .weather li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #163022;
  transform: translateY(-50%);
}

#header_sub .weather li:first-child::after {
  display: none;
}

#header_sub .weather li img {
  width: 37px;
  height: 26px;
}

#header_sub .top_menu_logo {
  display: block !important;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header_sub .top_menu_logo{
  background: url(/images/head_logo_green.svg) no-repeat center center;
  width: 67px;
  height: 55px;
}

#header_sub .top_menu_right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 30px;
}

#header_sub .top_menu_right a {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

#header_sub.white .top_menu_right a {
  color: #fff;
}

#header_sub .login-wrap {
  position: absolute;
  right: 95px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
}

#header_sub .login-wrap li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

#header_sub .login-wrap li a {
  color: #163022;
  font-weight: 600;
}

#header_sub .login-wrap li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 1px;
  height: 8px;
  background: #163022;
}

#header_sub .login-wrap li:first-child::after {
  display: none;
}

/* sub scroll */
#header_sub.bg_green {
  background-color: #163022;
  border-bottom: 1px solid #163022;
  transition: all 1s;
}

#header_sub.bg_green .weather {
  color: #fff;
  display: flex;
}

#header_sub.bg_green .weather li {
  margin: 0 12px;
  position: relative;
  font-size: 18px;
  font-weight: 400;  
  color: #fff;
}
#header_sub.bg_green .weather li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
#header_sub .weather img.white{
  filter: brightness(0) invert(1);
}

#header_sub .top_menu_logo.white {
  background: url(/images/head_logo.svg) no-repeat center center;
  width: 67px;
  height: 55px;
}

#header_sub.white .login-wrap li a {
  color: #fff;
}
#header_sub.white .login-wrap li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 1px;
  height: 8px;
  background: #fff;
}


