@charset "UTF-8";
/* Setting Variables : Text Color */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/NotoSansKR/NotoSansKR-Light.woff2) format("woff2"), url(../../fonts/NotoSansKR/NotoSansKR-Light.woff) format("woff"), url(../../fonts/NotoSansKR/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/NotoSansKR/NotoSansKR-Regular.woff2) format("woff2"), url(../../fonts/NotoSansKR/NotoSansKR-Regular.woff) format("woff"), url(../../fonts/NotoSansKR/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../../fonts/NotoSansKR/NotoSansKR-Medium.woff2) format("woff2"), url(../../fonts/NotoSansKR/NotoSansKR-Medium.woff) format("woff"), url(../../fonts/NotoSansKR/NotoSansKR-Medium.otf) format("opentype");
}

.eng {
	font-family: "Montserrat", sans-serif;
}

/* reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,KDLQ
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

small {
  font-size: 90%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

/* 인풋, 버튼 스타일 초기화 */
input, textarea, a, button, select, span, label, :before, :after {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  outline: 0;
}

input,
select,
button,
textarea,
optgroup {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
  text-rendering: inherit;
  border: none;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select,
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=button],
input[type=file],
input[type=number],
input[type=search]::-webkit-search-cancel-button,
button {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input::-webkit-input-placeholder {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}

textarea {
  width: 100%;
  overflow: auto;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition: all 0.25s ease;
}
button:hover, button:focus, button:active {
  opacity: 0.8;
}

/* 링크 초기화 */
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

/* 이미지 초기화 */
img {
  position: relative;
  vertical-align: middle;
  border: none;
}

/* 리스트 초기화 */
ul li,
ol li,
dl dt dd {
  list-style: none;
}

/* 기타 초기화 */
blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote ::after,
q::before,
q ::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 0px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: -1;
}

em,
address {
  font-style: normal;
}

/*------------
common.css
-------------*/
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  font-family: "Noto Sans KR", "맑은 고딕", "MalgumGothic", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.12rem;
}

/* common class */
.color-primary {
  color: #59FFC5;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.hidden {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  color: transparent;
  font-size: 0.5rem;
  overflow: hidden;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

/*------------
form
-------------*/
/* 폼 엘리먼트 */
select,
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=search],
input[type=number] {
  padding: 0 5px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  min-width: 120px;
}
select:disabled,
textarea:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=submit]:disabled,
input[type=search]:disabled,
input[type=number]:disabled {
  opacity: 1 !important;
  background: #EFEFEF;
  border: 1px solid #DDDDDD;
  color: #444444;
}
select[required],
textarea[required],
input[type=text][required],
input[type=email][required],
input[type=password][required],
input[type=submit][required],
input[type=search][required],
input[type=number][required] {
  border: 1px solid #4B4B4B;
}
select[readonly],
textarea[readonly],
input[type=text][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=submit][readonly],
input[type=search][readonly],
input[type=number][readonly] {
  background: #EFEFEF;
}
select[placeholder],
textarea[placeholder],
input[type=text][placeholder],
input[type=email][placeholder],
input[type=password][placeholder],
input[type=submit][placeholder],
input[type=search][placeholder],
input[type=number][placeholder] {
  color: #777777;
}

input[type=text], input[type=password], input[type=date], input[type=search] {
  height: 38px;
}

select {
  color: #636363;
  display: block;
  height: 38px;
  padding-right: 30px;
  background-image: url("/images/cms/select.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 14px;
  background-clip: padding-box;
  border: 1px solid #DDDDDD;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  width: auto;
  height: 18px;
  padding-left: 20px;
  vertical-align: middle;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  text-align: center;
  border: 1px solid #DDDDDD;
  background: #ffffff;
}
input[type=checkbox] + label::after,
input[type=radio] + label::after {
  content: "";
  position: absolute;
}
input[type=checkbox] + label span,
input[type=radio] + label span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  border-color: #59FFC5;
}

input[type=checkbox] + label::before {
  border-radius: 0.4rem;
}
input[type=checkbox] + label::after {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
}
input[type=checkbox]:checked + label::before {
  border-radius: 0.4rem;
  border: 1px solid #59FFC5;
  background: #59FFC5;
}
input[type=checkbox]:checked + label::after {
  content: "\e92b";
  font-family: "feather" !important;
  color: #ffffff;
  line-height: 18px;
  font-weight: 400;
}

input[type=radio] + label::before {
  border-radius: 100%;
}
input[type=radio] + label::after {
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
input[type=radio]:checked + label::after {
  background: #59FFC5;
  border-radius: 100%;
}

.input-group {
  display: inline-block;
  min-height: 48px;
  padding: 5px 10px;
}
.input-group dt, .input-group dd {
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
}
.input-group dt {
  color: #1A1A1A;
  font-weight: 500;
}
.input-group dt + dd {
  margin-left: 10px;
}
.input-group dd + dt {
  margin-left: 20px;
}
.input-group button {
  vertical-align: middle;
}

.numabc {
    text-align:center;
    font-family: "Montserrat", sans-serif;
}


div.form-group {
  border-top: 0 !important;
}

.form-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.form-group dt, .form-group dd {
  display: inline-block;
  padding: 5px 0;
}
.form-group dt {
  width: 16%;
  color: #1A1A1A;
  text-align: right;
  font-weight: 500;
}
.form-group dt + dd {
  margin-left: 20px;
}
.form-group dt.required::before {
  content: "\e92b";
  margin-right: 0.5rem;
  font-family: "feather" !important;
  color: red;
}
.form-group dd + dt {
  margin-left: 20px;
}
.form-group dd.fw {
  width: 80%;
}
.form-group:first-of-type {
  border-top: 1px solid #DDDDDD;
}

.date-wrap {
  position: relative;
  display: inline-block;
}
.date-wrap::after {
  content: "\e927";
  position: absolute;
  top: 3px;
  right: 5px;
  font-family: "feather" !important;
  font-size: 20px;
  color: #DDDDDD;
}

/* ############## Common CSS ############## */
section:not(.main, .category, .intro-page-service, .contact) {
  padding-top: 20rem;
}

[class*=inner] {
  width: 1400px;
  margin: auto;
}

.main-text {
  text-align: center;
  margin-bottom: 4rem;
}
.main-text h2 {
  font-size: 4rem;
  line-height: 120%;
  color: #ffffff;
}
.main-text p {
  font-size: 2.4rem;
  line-height: 120%;
  color: #EFEFEF;
}

.sub-text h2 {
  font-size: 3.4rem;
  line-height: 120%;
  margin-bottom: 3rem;
}

.hidden {
  display: block;
  width: 100%;
  height: 1%;
  margin-top: -1px;
  color: transparent;
  font-size: 0.5rem;
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
#wrapper.locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* 헤더 */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}
#header .header-inner {
  height: 64px;
  text-align: center;
}

/* GNB */
#gnb {
	z-index: 9999;
  display: flex;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(150, 255, 234, 0.2);
  border-radius: 20px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0); /* 초기 배경색은 투명 */
  transition: background-color 2.0s ease, opacity 2.0s ease; /* 배경색 변화에 애니메이션 추가 */
}

#gnb .header-logo {
  width: 64px;
  height: 64px;
  background: url("/images/Logo.svg") no-repeat;
  background-size: cover;
  box-shadow:0 0 30px 1px #59FFC5;
  border-radius:15%;
}

.login-icon {
  position: fixed;
  right:60px;
  top:6.5%;
}
.login-icon img{
  width: 30px;
  margin-right:8px;
}

#scrollToTopBtn {
    position: fixed;
    width:50px;
    height:50px;
    bottom: 30px;
    right: 40px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: #0C8B81;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

#scrollToTopBtn:hover {
    background-color: #00ffff;
}

#scrollToTopBtn img {
	width:20px;
	padding-bottom:8px;
}

#gnb .gnb-menu {
  display: flex;

}
#gnb .gnb-menu .menuitem {
  position: relative;
}
#gnb .gnb-menu .menuitem:hover .depth2 {
  display: block;
}
#gnb .gnb-menu .menuitem > a {
  line-height: 64px;
  position: relative;
  padding: 0 30px;
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  width:180px;
}
#gnb .gnb-menu .menuitem > a span {
  display: block;
}
#gnb .gnb-menu .menuitem .depth2 {
  display: none;
  overflow: hidden;
  height: auto;
  transition: height 0.3s ease;
  padding: 10px 0;
  position: absolute;
  background: rgba(12, 139, 139, 0.5);
  border-radius: 15px;
  width: 100%;
}
#gnb .gnb-menu .menuitem .depth2 li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #ffffff;
}
#gnb .gnb-menu .menuitem .depth2 li > a span {
  display: inline-block;
}
#gnb .gnb-menu .menuitem .depth2 li > a span::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 0px;
  height: 2px;
  background-color: #59FFC5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#gnb .gnb-menu .menuitem .depth2 li:hover span {
  font-weight: 500;
}
#gnb .gnb-menu .menuitem .depth2 li:hover span::after {
  width: 100%;
}

/* 초기화 */
.gnb-menu,
.depth2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.depth2 {
  display: none; /* 기본으로 서브메뉴 숨김 */
}
/* 햄버거 버튼 기본 숨김 */
.hamburger {
  display:none;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 11px;
}

.hamburger span:nth-child(3) {
  top: 22px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}

/* Responsive for Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #gnb .gnb-menu .menuitem {
	  text-align: left;
  }	
  #gnb .gnb-menu .menuitem > a {
        display: block;
        width: 100%;
    }
  .gnb-menu .menuitem .depth2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .gnb-menu .menuitem.active .depth2 {
    max-height: 200px; /* 적절한 높이로 조절 */
  }
  #gnb .gnb-menu .menuitem > a {
	  color:black;
  }
  #gnb .gnb-menu .menuitem > a span {
    color: white;
  }
    
  #gnb .gnb-menu .menuitem .depth2 {
    padding: 0 30px;
    position: static;
    background: rgba(12, 139, 139, 0.5);
    border-radius: 0;
    }
  /* 햄버거 보이기 */
  .hamburger {
    display: block;
    position: absolute;
	top: 20px;
	right: 40px;
  }
  .header-logo {
  margin-left:40px;
  width: 54px !important;
  height: 54px !important;
  z-index: 9999;
  }
  #gnb {
  position: fixed;
  top:0;
  width: 100%;
  border:none;
  align-items:center;
  transition: none;
  border-radius: 0;
  z-index: 99999;
  }
  #gnb .gnb-menu {
    display: none;
    flex-direction: column;
    background-color: #f9f9f9;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1000;
  }
  /* 메뉴 보이기 (토글 시) */
  #gnb .gnb-menu.show {
    display: flex;
    height:100vh;
    background: #1A1A1A;
  }

  /* 서브메뉴 스타일 */
  .menuitem {
    border-bottom: 1px solid rgb(55, 55, 55);
  }

  .menuitem > a {
    display: block;
    padding: 10px 20px;
  }
  
  .depth2 li a {
    display: block;
    padding: 8px 20px;
  }
  .login-icon {
    position: fixed;
    right: 90px;
    top: 20px;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
	#gnb .gnb-menu .menuitem > a {
        display: block;
        width: 100%;
        padding: 0 20px !important;
    }
      #gnb .gnb-menu .menuitem > a span {
    color: white;
  }
.gnb-menu .menuitem .depth2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.gnb-menu .menuitem.active .depth2 {
    max-height: 200px; /* 적절한 높이로 조절 */
}
  #gnb .gnb-menu .menuitem > a {
	  color:black;
  }
  #gnb .gnb-menu .menuitem .depth2 {
    padding: 0;
    position: static;
    background: rgba(12, 139, 139, 0.5);
    border-radius: 0;
    }
  /* 햄버거 보이기 */
  .hamburger {
    display: block;
    position: absolute;
	top: 20px;
	right: 20px;
  }
  .header-logo {
	  margin-left:20px;
	  width: 50px !important;
  	  height: 50px !important;	
  	  z-index: 9999;
  }
  #gnb {
  position: fixed;
  width: 100%;
  border:none;
  align-items: center;
  transition: none;
  border-radius: 0;
  top:0;
  }
  #gnb .gnb-menu {
    display: none;
    flex-direction: column;
    background-color: #f9f9f9;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1000;
  }

  /* 메뉴 보이기 (토글 시) */
  #gnb .gnb-menu.show {
    display: flex;
    height:100vh;
    background: #1A1A1A;
  }

  /* 서브메뉴 스타일 */
  .menuitem {
    border-bottom: 1px solid rgb(55, 55, 55);
    text-align: left;
  }

  .menuitem > a {
    display: block;
    padding: 10px 20px;
  }
  .depth2 {
	  padding-left:20px!important;
  }
  .depth2 li a {
    display: block;
    padding: 8px 20px;
  }
  .login-icon {
    position: fixed;
    right: 70px;
    top: 20px;
    z-index: 9999;
  }
}

/* CONTAINER */
#container {
  overflow: hidden;
}

/* Section : Footer */
footer {
  display: flex;
  justify-content: center;
  background: #0D0D0D;
}
footer img {
  width: 64px;
}
footer .footer-inner {
  padding: 5rem 0;
  display: flex;
  gap: 40px;
}
footer .footer-inner .footer-text {
  color: #777777;
  font-size: 1.6rem;
  line-height: 130%;
}
footer .footer-inner .footer-text p {
  margin: 0 0 1.4rem 0;
}
footer .footer-inner .footer-text a {
  color: #777777;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 0.8rem;
}