/* 초기화 */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #191919;
  font-family: 'Pretendard Variable', sans-serif;
	font-size: 62.5% !important;
	letter-spacing: -0.01em;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color : transparent !important;
	animation:entry .3s ease forwards;
  opacity: 0;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	font-size: 1.6rem;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

button {
	font-family: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	color: inherit;
	-webkit-appearance: none;
	background: none;
}

select {
	outline: none;
	border: 1px solid transparent;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent;
}

:focus {
	outline: none;
}

::placeholder {
	color:#888888;
}

em, i {
	font-style: normal;
}

@-webkit-keyframes entry {
	to{opacity: 1;}
}

@keyframes entry {
	to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* 블라인드 */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

/* 히든 */
.hidden {
  overflow: hidden;
}

/* 디스플레이 */
.d-block {
  display: block;
}


/* 줄바꿈 */
.md {
  display: block;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .md {
    display: none;
  }
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* 버튼 */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s ease;
}

@media screen and (max-width:1200px) {
  .btn {
    font-size:1.8rem;
  }
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
  .btn {
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  .btn {
    font-size:1.2rem;
  }
}


/* 랩 */
/* .wrap--policy {
  padding-top: 80px;
} */

.wrap--sub {
  padding-top: 8rem;
}

@media screen and (max-width:1200px) {
  .wrap--sub {
    padding-top: 7rem;
  }

  /* .wrap--policy {
    padding-top: 70px;
  } */

}



/* 컨테이너 */
.container {
  max-width: 1400px;
  width: 95%;
  margin:0 auto;
}

.container-w1500 {
  max-width:1500px;
}


/* 메인 */
#main {
  min-height: calc(100vh - 220px);
  overflow: hidden;
}


/* 상단 */
#header,
#header[data-header-theme="white"] {
  background-color: #fff;
}

#header .h_logo a,
#header[data-header-theme="white"] .h_logo a{
  background-image: url('../img/common/h_logo_b.svg');
}
#header .h_menu .h_menu__link ,
#header[data-header-theme="white"] .h_menu .h_menu__link {
  color:#191919;
}
#header .h_names ,
#header[data-header-theme="white"] .h_names {
  color:#191919;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .h-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 10;
  height: 8rem;
  max-width:1500px;
  width: 95%;
  margin:0 auto;
}

#header .h-background {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height:0;
  background: #f5f5f5;
  z-index: 5;
  transition: all 0.3s ease;
}

#header .h_logo {
  position: absolute;
  top: 22px;
  left: 10px;
  width: 243px;
  height: 36px;
  z-index: 90;
}

#header .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/h_logo_b.svg") no-repeat center;
}

#header .menu {
  text-align: left;
  font-size: 0;
  z-index: 999;
}

#header .h_menu {
  display: flex;
  margin:0 auto;
}

#header .h_menu .h_menu__li {
  position: relative;
  display: block;
}

#header .h_menu .h_menu__link {
  display: block;
  position: relative;
  padding: 0 40px;
  font-size: 1.8rem;
  line-height: 8rem;
  color: #191919;
}

#header .h_menu .h_submenu {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity:0;
  visibility: hidden;
  transition: all .15s ease;
  z-index: 10;
}

#header .h_menu .h_submenu li {
  display: inline-block;
}

#header .h_menu .h_submenu li a {
  display: block;
  padding: 1.6rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  color: #191919;
  white-space: nowrap;
}

#header .h_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9rem 1.5rem 0px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 49;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header .h_names {
  display: block;
  position: absolute;
  top:29px;
  right:110px;
  font-size: 1.8rem;
  font-weight: 700;
  color:#191919;
}

#header .lang-toggle {
  position: absolute;
  float:right;
  top:2.4rem;
  right:0;
  z-index:99
}

#header .lang-toggle__btn {
  background-color: #19599E;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 4px;
  color:#fff;
  font-size:1.6rem;
}

#header .lang-toggle__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

#header .lang-toggle__menu li {
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  font-size:1.4rem;
  transition: background 0.2s;
}

#header .lang-toggle__menu li:hover {
  background-color: #19599E;
  color:#fff;
}

#header .lang-toggle.open .lang-toggle__menu {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}

#header .h_mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 100000;
}

#header .h_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  content: "";
  position: absolute;
}

#header .h_mobile__btn span,
#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #141414;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
  margin-top: 0;
  background-color: #191919;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
  margin-top: 0;
  background-color: #191919;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9rem 1.5rem 0px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 49;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header .nav_menu__li {
  position: relative;
}

#header .nav_menu__link {
  display: block;
  position: relative;
  padding: 2rem 0;
  font-size: 1.8rem;
  line-height: 1;
  border-bottom: 1px solid #e3e3e3;
}

#header .nav_menu__toggle::before,
#header .nav_menu__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  margin-top: -1px;
  background-color: #191919;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header .nav_menu__toggle::before {
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}

#header .nav_submenu {
  height: auto;
  max-height: 0px;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header .nav_submenu li {
  margin-top: 15px;
}

#header .nav_submenu a {
  font-size: 1.5rem;
}

#header .nav_menu__link.on + .nav_submenu {
  max-height: 260px;
  margin: 0px 0px 24px;
}


@media screen and (min-width:1201px) {
  #header[header-hover = "on"] {
    background-color: #fff;
  }

  #header[header-hover = "on"] .h_logo a {
    background-image: url('../img/common/h_logo_b.svg');
  }

  #header[header-hover = "on"] .h_menu .h_menu__link {
    color:#191919;
  }

  #header[header-hover = "on"] .h_names {
    color:#191919;
  }

  #header.header-scroll,
  #header.active {
    background-color: #fff;
  }

  #header.active .h-background {
    height: 8rem;
  }

  #header.header-scroll .h_logo a,
  #header.active .h_logo a {
    background-image: url('../img/common/h_logo_b.svg');
  }

  #header.header-scroll .h_menu .h_menu__link,
  #header.active .h_menu .h_menu__link {
    color:#191919;
  }

  #header .h_menu .h_menu__li.on .h_submenu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }

  #header.header-scroll .h_names,
  #header.active .h_names {
    color:#191919;
  }
}
@media screen and (max-width:1366px){
  #header .h_logo {
    top:24px;
    width: 220px;
    height:32px;
  }

  #header .h_logo a {
    background-size: auto 32px;
  }

  #header .h_menu .h_menu__link {
    padding: 0px 24px;
    font-size:1.7rem;
  }

  #header .h_names {
    font-size:1.7rem;
  }
}
@media screen and (max-width:1200px){
  #header .h-inner {
    width: 100%;
    height:7rem;
    background: #fff;
  }

  #header .h_logo {
    top:19px;
  }

  #header .h_logo a {
    background: url("../img/common/h_logo_b.svg") no-repeat left center;
    background-size: contain;
  }

  #header .menu {
    display: none;
  }

  #header .h_names {
    top:26px;
    right: 170px;
    font-size: 1.6rem;
    color:#063466;
    /* display: none; */
  }

  #header .lang-toggle {
    right:8rem;
    top:2.2rem;
  }

  #header .h_mobile {
    display: block;
  }

  #header[data-header-mobile = "on"] .h_nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 576px) {
  #header .h_logo {
    top:18px;
    width: 164px;
    height:20px;
  }


  #header .h_logo a {
    background-size: auto 20px;
  }

  #header .lang-toggle__btn {
    padding: 5px 12px;
    font-size:1.4rem;
  }

  #header .h_names {
    top:40px;
    right: unset;
    left: 44px;
    font-size: 1.2rem;
  }
}

/* 하단 */
#footer {
  padding:45px 0px;
  background-color: #063466;;
}

#footer .f-container {
  max-width:1500px;
  width:95%;
  margin:0 auto;
}

#footer .f-inner {
  position: relative;
}

#footer .f_logo {
  font-size:0px;
  padding-bottom:20px;
  border-bottom: 1px solid #fff;
}

#footer .f_names {
  display: block;
  position: absolute;
  top:7px;
  right:0px;
  font-size: 2.4rem;
  font-weight: 600;
  color:#fff;
}

#footer .f_din {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding-top:30px;
}

#footer .f_info {
  position: relative;
  clear:both;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color:#fff;
}

#footer .f_mem,
#footer .f_copy {
  font-size:1.6rem;
  line-height:1.5;
  color:#fff;
  text-align: right;
}

@media screen and (max-width:1200px) {
  #footer .f_din {
    display: block;
  }

  #footer .rt {
    padding-top: 20px;
  }

  #footer .f_mem,
  #footer .f_copy {
    text-align: left;
  }

  #footer .f_names {
    top:9px;
    font-size: 2rem;
  }

  /* #footer .f_din {
    display: block;
  }

  #footer .f_rt {
    padding-top:20px;
    text-align: left;
  } */
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
  #footer {
    padding:40px 0px;
  }

  #footer .f-inner {
    padding:0px;
  }

  #footer .f_logo {
    padding-bottom: 16px;
  }

  #footer .f_logo img {
    display: block;
    width:200px;
    margin:0 auto;
  }

  #footer .f_din {
    padding-top: 20px;
  }

  #footer .f_info {
    text-align: center;
    font-size: 1.4rem;
  }

  #footer .f_mem, #footer .f_copy {
    font-size:1.4rem;
    text-align: center;
  }

  #footer .f_names {
    position: relative;
    top:unset;
    right: unset;
    text-align: center;
    margin-top: 16px;
    font-size:1.6rem;
  }
}
@media screen and (max-width:576px) {
  #footer {
    padding:30px 0px;
  }

  #footer .f_logo {
    padding-bottom: 12px;
  }

  #footer .f_din {
    padding-top: 16px;
  }

  #footer .f_info {
    font-size: 1.2rem;
    line-height:1.6;
  }

  #footer .f_mem, #footer .f_copy {
    font-size:1.2rem;
  }

  #footer .f_names {
    font-size: 1.4rem;
    margin-top:12px;
  }
}
