@charset "UTF-8";
@import "tab.css?ver=122";
@import "vendors/swiper.css";
@import "vendors/jquery.fullpage.css";
@import "vendors/aos.css";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
.blind, .hide {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

@font-face {
	font-family: 'NEXON Lv2 Gothic';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, body {
  font-family: "NEXON Lv2 Gothic","Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media all and (max-width: 910px) {
  html {
    font-size: 14px;
  }
}

a,
a:hover,
a:focus,
a:active,
a:link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

strong,
b {
  color: inherit;
  font-size: inherit;
}

i,
em {
  font-style: normal;
}

mark {
  color: inherit;
  background: none;
}

button {
  -webkit-appearance: none;
}

input {
  -webkit-border-radius: 0;
}

input:matches([type=password], [type=search]),
input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

table {
  border-collapse: collapse;
}

html {
  -webkit-font-smoothing: antialiased;
}

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.layout::after {
  content: "";
  display: block;
  clear: both;
}
.layout.is--content-center {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .layout {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 990px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .is--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .is--pc {
    display: none !important;
  }
}

[data-aos][data-aos][data-aos-delay="3200"].aos-animate,
body[data-aos-delay="3200"] [data-aos].aos-animate {
  transition-delay: 3.2s;
}

[data-aos][data-aos][data-aos-delay="3400"].aos-animate,
body[data-aos-delay="3400"] [data-aos].aos-animate {
  transition-delay: 3.4s;
}

[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
  transition-delay: 3.6s;
}

[data-aos][data-aos][data-aos-delay="4200"].aos-animate,
body[data-aos-delay="4200"] [data-aos].aos-animate {
  transition-delay: 4.2s;
}

body.is--overflow-hidden {
  overflow-y: hidden;
}

.point-color1 {
  color: #F58220;
}
.point-color2 {
  color: #0050A0;
}

.header {
  width: 100%;
  z-index: 111;
	min-width: 1860px;
  padding: 39px 1.6vw 22px 2.18vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: background-color 0.4s ease-in-out;
}

.header:after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 0;
  min-height: 0;
  background: #ffffff;
  position: absolute;
  top: 95px;
  left: 0;
  transition-property: opacity, min-height;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  border-top: 1px solid rgba(0, 90, 123, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header.other-header .header-logo {
  background-image: url("/assets/images/common/logo-color.png");
}
.header-logo {
  width: 332px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/logo-white.png");
  transition: margin-top 1s;
  flex: none;
}
.header-logo__link {
  display: block;
  height: 100%;
}
.header-menu {
  text-align: center;
  z-index: 11;
  height: 100%;
}
.header-menu-list {
  display: flex;
  height: 100%;
  align-items: center;
}
.header-menu__item {
  /*padding: 0 1.8vw 0;*/
  padding: 0 30px 0;
  position: relative;
}

.header-menu .header-menu__link {
  font-size: 17px;
  font-weight: 400;
  color: #111;
  box-sizing: border-box;
  position: relative;
  white-space:nowrap;
}
.header.is--show-depth .header-menu__item:hover .header-menu__link {
  color: #e6883c;
}
.header.is--show-depth .header-menu__item:hover .header-menu__link:after {
  width: 100%;
}
.header-menu .header-menu__link:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #e6883c;
	left: 0;
	bottom: -10px;
	-webkit-transition: all 0.5s ease .1s;
	-moz-transition: all 0.5s ease .1s;
	-o-transition: all 0.5s ease .1s;
	transition: all 0.5s ease .1s;
}
a.special_link {
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 120px;
	color: #fff;
	background: #e6883c;
	margin-right: 1vw;
}

.header-menu .header-menu-depth {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  height: 0;
  opacity: 0;
  transition-property: opacity, height;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  box-sizing: border-box;
}
.header-menu .header-menu-depth__link {
  display: block;
  color: #242424;
  font-size: 0;
  opacity: 0;
  height: 0;
  padding: 0;
  transition-property: opacity, height;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-menu {
  text-align: center;
  z-index: 11;
}
.header-menu-button {
  z-index: 11;
  width: 30px;
  height: 20px;
}
.header-menu .header-menu__item-wide .header-menu-depth {
  width: 220%;
  left: -58%;
}
.header-menu-list {
  display: flex;
}
.header .header-tel {
  width: 183px;
  height: 34px;
  flex: none;
  display: block;
	padding-right: 110px;
  transition: transform 1s;
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/header-tel-color.png");
}
.header .header-customer {
	position: absolute;
	right: 0;
	top:0;
}
.header.is--show-depth {
  background-color: #ffffff;
} 
.header.is--show-depth:after {
  height: auto;
  min-height:  250px;
  opacity: 1;
}
.header.is--show-depth .header-logo {
  background-image: url("/assets/images/common/logo-color.png");
}
.header.is--show-depth .header-tel {
  background-image: url("/assets/images/common/header-tel-color.png");
}
.header.is--show-depth .header-menu__link {
  color: #111;
}
.header.is--show-depth .header-menu__link.special_link {
	color: #fff;
}
.header.is--show-depth .header-menu-depth {
  display: block;
  padding-top: 30px;
  opacity: 1;
}
.header.is--show-depth .header-menu-depth__link {
  padding: 5px 0;
  font-size: 14px;
  height: auto;
  opacity: 1;
}

.header.is--show-depth .header-menu-depth__link:hover {
	color: #027EC8;
}
.header.is--show-depth .header-menu__link:hover {
  color: #e6883c;
  transition: all ease .3s;
}
.header.is-color {
  background-color: #ffffff;
} 

.header.is-color .header-logo {
  background-image: url("/assets/images/common/logo-color.png");
}
.header.is-color .header-tel {
  background-image: url("/assets/images/common/header-tel-color.png");
}
.header.is-color .header-menu__link {
}


.header.black-menu .header-menu .header-menu__link {
  color: #191919;
}
.header.black-menu .header-tel {
  background-image: url("/assets/images/common/header-tel.png");
}
@media screen and (max-width: 1800px) {
	.header.is--show-depth .header-menu-depth__link {
		font-size: 11px;
	}
}

.footer {
  width: 100%;
  padding: 44px 3.38vw 27px 3.38vw;
  background-color: #F8F8F8;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: -0.56px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-copyright {
  margin-top: 16px;
  font-size: 12px;
  font-family: "Montserrat", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.footer .footer_company2 {
	height: 18px;
}
.footer-top {
  margin-bottom: 15px;
  text-align: right;
}
.footer-text.notice {
	color: #999;
	margin-top: 10px;
}
.footer-text.company {
	display: flex;
	align-items: center;
}
.footer-text.company img {
	margin-left: 10px;
}
.footer-text.color--point {
  display: block;
  margin-bottom: 11px;
}
.footer-text__item {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.footer-text__item-copyright {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 34px;
}
.footer-separator {
  width: 1px;
  height: 10px;
  background: #535353;
  display: inline-block;
  margin: 0 8px;
}
.footer-right {
	display: flex;
	gap:15px;
}
.privacy-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	border: 1px solid #0050A0;
	color: #0050A0;
	font-size: 12px;
	margin-top: 10px;
}

.section {
  position: relative;
  overflow: hidden;
}
.visual-content {
  height: 100vh;
  position: relative;
}
.visual-content .main-visual {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-left: 0;
}

.visual-content .main-visual-area {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.visual-content .main-visual-area .visual_impact {
	position: absolute;
	right: 8%;
	bottom: 0;
	z-index: 1;
}
.visual-content .main-visual-area .swiper-slide {
  width: 100% !important;
  overflow: hidden;
}
.visual-content .main-visual-swiper-slide .main-slide-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1.2, 1.2) rotate(0.002deg);
  transform: scale(1.2, 1.2) rotate(0.002deg);
  -webkit-transition: transform 4000ms ease-in-out;
  -moz-transition: transform 4000ms ease-in-out;
  -o-transition: transform 4000ms ease-in-out;
  transition: transform 4000ms ease-in-out;
	transition-property: opacity, transform;
}
.visual-content .main-visual-swiper-slide .main-slide-text {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	width: 40.7%;
	height: 100%;
	z-index: 1;
	align-items: center;
	padding-top: 230px;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-img {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  transform: translate3d(0, 0, 0) scale(1.0); 
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-title {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: -0.7px;
	color: #F58220;
  line-height: 1.11;
  text-align: center;
  padding: 28px 0 0;
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-desc {
  width: 100%;
  font-size: 23px;
  line-height: 1.3;
  opacity: 0;
	font-weight: 400;
  color: #0050A0;
  text-align: center;
  transform: translate3d(0, 100px, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  padding: 30px 0 20px;
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-add {
  opacity: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transform: translate3d(0, 100px, 0);
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-add .main-slide-add_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 50px;
  border-radius: 31px;
  background-color: #F58220;
  font-size: 21px;
  letter-spacing: -1.05px;
  transition: all ease .3s;
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-add .main-slide-add_link:hover {
  background-color: #0050A0;
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-add .main-slide-add_banner {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border-radius: 31px;
  color: #0050A0;
  background-color: #fff;
  font-size: 24px;
  letter-spacing: -1.05px;
	padding: 10px 0;
}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-add .main-slide-add_banner span {display: block;}
.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-add .main-slide-add_banner small {font-size: 14px;}
.visual-content .main-visual-swiper-slide1 .main-slide-bg {
  background-image: url("../images/main/visual_bg2.jpg");
}
/* .visual-content .main-visual-swiper-slide2 .main-slide-bg {
  background-image: url("../images/main/visual_bg2.png");
} */

.visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-bg {
	opacity: 1;
  -webkit-transform: scale(1, 1) rotate(0.002deg);
  transform: scale(1, 1) rotate(0.002deg);
}
.visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-img, .visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-slide-title, .visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-slide-desc, .visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-add {
  opacity: 1;
  transform: translateZ(0);
}
.visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-slide-title {
	transition-duration: 2s;
  transition-delay: .3s;
}
.visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: scale(1);
  transition: transform .9s 1s ease-out, opacity .9s 1s ease-out, -webkit-clip-path .9s 1s ease-out;
  transition: transform .9s 1s ease-out, opacity .9s 1s ease-out, clip-path .9s 1s ease-out;
  transition: transform .9s 1s ease-out, opacity .9s 1s ease-out, clip-path .9s 1s ease-out, -webkit-clip-path .9s 1s ease-out; 
}
.visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-slide-desc {
	transition-duration: 2s;
  transition-delay: 1.5s;
}
.visual-content .main-visual-swiper-slide.swiper-slide-active .main-slide-text .main-slide-add {
	transition-duration: 2s;
  transition-delay: 2.5s;
}
.visual-content .swiper-number-area {
  position: absolute;
  width: 157px;
  top: -23px;
  z-index: 1;
  display: flex;
}
.visual-content .swiper-label__number {
  font-size: 14px;
  line-height: 1.43;
  color: #e9e9e9;
  opacity: 0;
  width: 50%;
  display: block;
  text-align: center;
}
.visual-content .swiper-label__number.is--active {
  opacity: 1;
}
.visual-content .main-swiper-slide-button-area {
  z-index: 11;
  margin-left: 5px;
}
.visual-content .main-swiper-slide-button {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.visual-content .main-swiper-slide-button.is--hide {
  display: none;
}
.visual-content .swiper-button-area {
  position: absolute;
  right: 0;
  top: 45%;
  font-size: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
}
.visual-content .swiper-pagination-area {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.3vw;
  display: flex;
  align-items: center;
}
.visual-content .swiper-pagination-area .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5vw;
}
.visual-content .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display:flex;
  align-items: center;
  border: 1px solid #0050A0;
  background-color: transparent;
  box-sizing: border-box;
  margin-right: 26px;
}
.visual-content .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #0050A0;
}
.visual-content .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0050A0;
  box-sizing: border-box;
  transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.visual-content .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: .3;
}
.visual-content .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.visual-content .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
.visual-content .swiper-button-next, .visual-content .swiper-button-prev {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
	background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
}
.visual-content .swiper-button-next:after, .visual-content .swiper-button-prev:after {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 50%;
  top: 50%;
	border-left: 1px solid #0050A0;
	border-top: 1px solid #0050A0;
	transform: translate(-50%,-50%) rotate(-45deg);
	transition: all ease .5s;
}
.visual-content .swiper-button-next {
  left: auto;
  right: 0;
}
.visual-content .swiper-button-next:after {
	transform: translate(-50%,-50%) rotate(135deg);
}

.section.environment-section {
  position: relative;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 171px 0 0 0;
}
.section.environment-section .environment-header {
  position: absolute;
  z-index: 3;
}

.section.environment-section .environment-header_title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 1.12px;
  font-family: "Raleway", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.section.environment-section .environment-header_title b {
  font-weight: 600;
}
.section.environment-section .environment-header_desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 20px 0 44px;
}

.section.environment-section .environment-visual {
  margin-right: 0;
  margin-left: 6vw;
  
  overflow: hidden;
}
.section.environment-section .environment-visual-area {
  padding-bottom: 216px;
  font-family: "Raleway", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.section.environment-section .environment-visual .environment-visual-swiper-slide {
  margin-top: auto;
  width: 360px;
  height: 679px;
  margin-bottom: 46px;
}
.section.environment-section .environment-visual .environment-visual-swiper-slide1 .main-slide-bg {
  background-image: url("/assets/images/main/environment-img1.jpg");
}
.section.environment-section .environment-visual .environment-visual-swiper-slide2 .main-slide-bg {
  background-image: url("/assets/images/main/environment-img2.jpg");
}
.section.environment-section .environment-visual .environment-visual-swiper-slide3 .main-slide-bg {
  background-image: url("/assets/images/main/environment-img3.jpg");
}
.section.environment-section .environment-visual .environment-visual-swiper-slide4 .main-slide-bg {
  background-image: url("/assets/images/main/environment-img4.jpg");
}

.section.environment-section .environment-visual .swiper-slide-active {
  width: 679px;
  height: 679px;
  transition: all ease-in .2s;
}

.section.environment-section .environment-visual .environment-visual-swiper-slide.is-active {
  width: 679px;
  height: 679px;
  transition: width ease-in-out .2s;
}
.section.environment-section .environment-visual .environment-visual-swiper-slide.swiper-slide-active .environment-slide__text {
  opacity: 1;
}
.section.environment-section .environment-visual .environment-visual-swiper-slide .main-slide-bg {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}
.section.environment-section .environment-visual .environment-slide__text {
  position: absolute;
  bottom: -40px;
  left: 0px;
  color: #999999;
  letter-spacing: -0.54px;
  font-size: 22px;
  font-weight: 500;
}
.section.environment-section .environment-visual .swiper-slide-active .environment-slide__text {
  display: none;
}
.section.environment-section .environment-visual .environment-slide__text-big {
  display: none;
}
.section.environment-section .environment-visual .environment-slide__text-small {
  display: none;
}
.section.environment-section .environment-visual .swiper-slide-active .environment-slide__text-big {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0px;
  color: #0050A0;
  letter-spacing: -0.54px;
  font-size: 36px;
  font-weight: 600;
}
.section.environment-section .environment-visual .swiper-slide-active .environment-slide__text-small {
  display: block;
  position: absolute;
  bottom: -36px;
  left: 0px;
  color: #222222;
  letter-spacing: -0.54px;
  font-size: 18px;
  font-weight: 500;
}

.section.environment-section .environment-visual .environment-visual-controller {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #333;
  z-index: 111;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area {
  display: flex;
  align-items: center;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5vw;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display:flex;
  align-items: center;
  border: 1px solid #000;
  background-color: transparent;
  box-sizing: border-box;
  margin-right: 26px;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  box-sizing: border-box;
  transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: .3;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-button--next, .section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-button--prev {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
	background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-button--next:after, .section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-button--prev:after {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 50%;
  top: 50%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform: translate(-50%,-50%) rotate(-45deg);
	transition: all ease .5s;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-button--next {
  left: auto;
  right: 0;
}
.section.environment-section .environment-visual .environment-visual-controller .visual-pagination-area .swiper-button--next:after {
	transform: translate(-50%,-50%) rotate(135deg);
}
.text-effect {
  overflow: hidden;
}
.text-effect-content {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.8s 0.5s ease-out;
}

.text-large-line-content {
  position: relative;
}

.text-large-line {
  z-index: 30;
  position: absolute;
  display: flex;
  white-space: nowrap;
  bottom: 0;
}
.text-large-line__item {
  display: flex;
  white-space: nowrap;
}
.text-large-line-area {
  z-index: 1;
  pointer-events: none;
  transform: translateZ(0);
  position: absolute;
  bottom: 63px;
  width: 100%;
  left: 0;
}
.text-large-line .text-inner {
  line-height: 1.05;
  letter-spacing: -0.73px;
  font-size: 73px;
  font-family: "Raleway", sans-serif, "Malgun Gothic", "맑은 고딕";
  color: #F2F2F2;
	text-transform: uppercase;
}
.text-large-line.original {
  animation: 200s linear 0s infinite normal forwards running rolling-left;
}
.text-large-line.clone {
  animation: 200s linear 0s infinite normal none running rolling-left-clone;
}

@keyframes rolling-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rolling-left-clone {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.premium-section .premium-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; 
  padding: 0 11.5vw;
}
.premium-section .premium-container .premium-header {
  width: 18.7895vw;
  padding-bottom: 7vw;
  color: #fff;
}
.premium-section .premium-container .premium-header .premium-header_title {
  font-size: 20px;
  line-height: 1.75;
}
.premium-section .premium-container .premium-header .premium-header_title b {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -3.5px;
  line-height: .9;
  font-family: "Raleway", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.premium-section .premium-container .premium-header .premium-header_title:after {
  content:"";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 24px 0;
}
.premium-section .premium-container .premium-header .premium-header_desc {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.36px;
  color: #E4E4E4;
  padding-bottom: 40px;
}
.premium-section .premium-container .premium-header .premium-header_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #E4E4E4;
}
.premium-section .premium-container .premium-header .premium-header_link:after {
  content: '';
  display: block;
  width: 60px;
  height: 12px;
  background-position: 50% 50%;
  background-image: url('../images/main/premium-circle-arrow.png');
}
.premium-section .premium-container .premium-header .premium-header_link svg {
  position:absolute; 
  right: -23px; 
  transform:rotate(201deg);
}
.premium-section .premium-container .premium-header .premium-header_link svg circle{
  fill:none; 
  stroke-dasharray: 185; 
  stroke-dashoffset: 185; 
  transition: 0.7s;
}
.premium-section .premium-container .premium-header .premium-header_link:hover {
 color: #F58220;
 transition: all ease .6s;
}
.premium-section .premium-container .premium-header .premium-header_link:hover svg circle{
  stroke-dashoffset: 25;
}

.premium-section .premium-container .premium-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 47.3684vw;
  gap: 12px;
}
.premium-section .premium-container .premium-content .premium-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: calc(33.3333% - 8px);
  height: 237px;
  padding: 26px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .3);
  backdrop-filter: blur(8px);
  color: #fff;
  overflow: hidden;
}
.premium-section .premium-container .premium-content .premium-box:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  transform: translate(0%, 100%);
  border-radius: 50%;
  transition: 0.8s;
  transition-timing-function: ease-in-out;
  background-color: #0050A0;
}
.premium-section .premium-container .premium-content .premium-box.is-active:after {
  width: 100vh;
  height: 100vh;
  left: 50%;
  transform: translate(-50%, 20%);
}
.premium-section .premium-container .premium-content .premium-box .premium-box_icon {
  position: absolute;
  right: 26px;
  top: 26px;
}
.premium-section .premium-container .premium-content .premium-box .premium-box_impact {
  font-size: 12px;
  letter-spacing: -0.05em;
  font-family: "Raleway", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.premium-section .premium-container .premium-content .premium-box .premium-box_desc {
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 1.33;
  padding: 11px 0;
}
.premium-section .premium-container .premium-content .premium-box .premium-box_title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.16;
}
.premium-section .premium-container .premium-content .premium-box .premium-box_title span {
  position: relative;
}
.premium-section .premium-container .premium-content .premium-box .premium-box_title .premium-box_title_info {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
  bottom: -15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.premium-section .video-container {
  position: relative;
  padding-bottom: 52.75%;
  height: 0;
  overflow: hidden;
  background:#333;
}
.premium-section .video-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.premium-section .video-container iframe, .premium-section .video-container object, .premium-section .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.customer-section {
  position: relative;
  width: 1820px;
  background-image: url('../images/main/customer-bg.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  height: 554px;
  color: #fff;
  text-align: center;
  margin: 0 auto 60px;
  padding-top: 60px;
}
.customer-section .customer-content {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 130px;
}
.customer-section .customer-content .customer-content_title {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: -0.86px;
  padding: 11px 0 17px;
}
.customer-section .customer-content .customer-content_desc {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: -0.32px;
  text-align: center;
  padding-bottom: 36px;
}
.customer-section .customer-content .customer-content_add {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.customer-section .customer-content .customer-content_add .customer-content_add_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 50px;
  border-radius: 31px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  color: #0050A0;
  letter-spacing: -1.05px;
  transition: all ease .3s;
}
.customer-section .customer-content .customer-content_add .customer-content_add_link:hover {
  background-color: #F58220;
  color: #fff;
}
.customer-section .customer-content .customer-content_add .customer-content_add_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 50px;
  border-radius: 31px;
  border: 1px solid rgba(116, 116, 116, .5);
  background-color: rgba(0, 80, 160, .61);
  font-size: 21px;
  letter-spacing: -1.05px;
}
.customer-section .customer-content .customer-content_add .customer-content_add_banner small {
	font-size: 12px;
}
.customer-section .customer-right-text {
  font-family: "Raleway", "NotoSansKR", sans-serif;
  transform: matrix(0, -1, 1, 0, 0, 0) rotate(0.001deg);
  position: absolute;
  right: -110px;
  top: 320px;
  font-size: 12px;
  color: #F6F8FA;
  text-transform: uppercase;
}

/*좌측 퀵메뉴*/
.left-quick-menu {
  position: absolute;
  left: 2.5vw;
  bottom: 2.5vw;
  z-index: 10;
  box-sizing: border-box;
  text-align: center;
}
.reservation_btn {
	width: 6.2vw;
	margin-left: -10px;
}
.quick-menu-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 5px;
  width: 5vw;
  height: 5vw;
  padding: 0.3vw;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.quick-menu-popup2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url('../images/popup/popup_btn.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 5vw;
	height: 5vw;
	background-size: 125%;
	background-position: 50% 50%;
	border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
	margin-bottom: 10px;
}
.quick-menu-popup2.style2 {
	background: url('../images/popup/popup_btn2.png');
	background-repeat: no-repeat;
	background-size: 125%;
	background-position: 50% 50%;
	margin-top: 5px;
}
.popup-close-button {
  position: absolute;
	top: 140px;
  right: calc(50% - 26px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 5px;
  width: 3vw;
  height: 3vw;
  padding: 0.3vw;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.quick-menu-popup.is--active {
  background-image: url("../images/common/popup-close-btn.png");
}
.quick-menu-popup .popup-text {
	font-size: 14px;
  letter-spacing: -0.05em;
	color: #F5801D;
	font-weight: 300;
}


.popup-menu {
	width: 100%;
	display: block;
	padding: 2vw 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 626px;
	box-sizing: border-box;
	background-color: #fff;
  background-image: url("../images/common/popup-open-btn.png");
	background-repeat: no-repeat;
	background-position: 50% 91%;
}
.popup-menu.is--active {
  background-image: url("../images/common/popup-close-btn.png");
}
.popup-menu .popup-text {
	font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
	font-size: 20px;
	color: #ee6f04;
	font-weight: bold;
	writing-mode: vertical-rl;
}

.popup-area-bg {
	position: fixed;
	background-color: rgba(0,0,0,.4);
  background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 112;
	display: none;
  transition: transform 1000ms ease-in;
}
.popup-area-bg.is--active {
	display: block;
    transition: transform 1000ms ease-in-out;
}



.message-content-bg {
	position: fixed;
	background-color: rgba(0,0,0,.4);
    background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 14;
	display: none;
    transition: transform 1000ms ease-in;
}
.message-content-bg.is--active {
	display: block;
    transition: transform 1000ms ease-in-out;
}


.popup-area {
	position: absolute;
	z-index: 112;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	transition: all cubic-bezier(.1, .49, .42, .99) 1s;
	transform: translateY(-100%);
}
.popup-area.is--active {
	transform: translateY(0);
}
.customer-content-area {
  position: relative;
  height: 100%;
}
.popup-area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.customer-content-area .customer-content-form {
	width: 425px;
  height: 100%;
  background-color: #fff;
	padding: 3vw 1.5vw 3vw;
	box-sizing: border-box;
  border-radius: 0 30px 30px 0;
}
.customer-content-area .customer-content__button {
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0050A0;
  color: #fff;
  gap: 5px;
  width: 4vw;
  height: 4vw;
  padding: 0.3vw;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.customer-content-area .customer-content__button img {
  width: 35%;
}
.customer-content-area .customer-content .input__input {
  height: 5.15vh;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #D5D5D5;
	text-indent: 10px;
}
.customer-content-area .customer-content .input__input::placeholder {
}
.customer-content-area .customer-content .input__input.full {
  width: 100%;
}
.customer-content-area .customer-content .input__input.select-address {
  width: 31%;
  font-size: 12px;
}
.customer-content-area .customer-content .input__input.type--radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-color: #fff;
  border-color: #333;
  border-width: 1px;
  width: 15px;
  height: 15px;
}
.customer-content-area .customer-content .input__input.type--radio:checked {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("/m/assets/images/common/radio-circle.png");
}
.customer-content-area .table {
  width: 100%;
  color: #fff;
  font-size: 11px;
}
.customer-content-area .table-area {
  height: 12.37vh;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #fff;
}
.customer-content-area .table th {
  padding: 0.5rem;
  border-top: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  background: none;
  font-size: 11px;
}
.customer-content-area .table th:first-child {
  border-right: 1px solid #fff;
}
.customer-content-area .table td {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 8px;
  color: #fff;
  background: none;
  font-size: 11px;
}
.customer-content-area .table td:first-child {
  border-right: none;
}
.customer-content-area .input-input__label {
  display: block;
  color: #0050A0;
  letter-spacing: -0.05em;
  margin-bottom: 1vh;
  font-size: 18px;
}
.customer-content-area .interest-agreement-content {
  display: block;
}
.customer-content-area .interest-agreement__title {
  font-size: 18px;
  color: #0050A0;
  font-weight: normal;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
}
.customer-content-area .interest-agreement-content {
  border: 1px solid rgba(255,255,255,.1);
  background: #fff;
  padding: 10px;
  height: 12.37vh;
  overflow-y: scroll;
  font-size: 12px;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.customer-content-area .interest-text-area {
  padding-top: 2vh;
}
.customer-content-area .interest-input-area {
  display: flex;
  justify-content: space-between;
}
.customer-content-area .interest-input-area.full {
  display: block;
}
.customer-content-area .agreement-check-area {
  display: flex;
  align-items: center;
  color: #333;
  justify-content: flex-start;
  margin: 5px 0 10px;
}
.customer-content-area .interest-info {
	color: #333;
	font-size: 12px;
}
.customer-content-area .agreement-check-area .agreement-check-part {
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.customer-content-area .agreement-check-area .agreement-check-part .input__label {
  margin-left: 5px;
  font-weight: 600;
  font-size: 11px;
}
/*좌측 퀵메뉴 end*/
/*우측 퀵메뉴*/
.right-quick-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  right: 2.5vw;
  bottom: 2.5vw;
  z-index: 15;
  box-sizing: border-box;
  text-align: center;
}
.right-quick-menu button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 10px;
  width: 3vw;
  height: 3vw;
  padding: 0.3vw;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
@keyframes bounce {
	0% {transform: translateY(0);}
	100% {transform: translateY(-10px);}
}
.right-quick-menu button.left {
  display: flex;
	top: auto;
	bottom: 5px;
	right: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 10px;
  width: 3vw;
  height: 3vw;
  padding: 0.3vw;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.right-quick-menu .quick_link {
  width: 3.5vw;
	height: 3.1vw;
}
.right-quick-menu .message-button {
  background-color: #027EC8;
  color: #fff;
}
.right-quick-menu .message-content {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 237px;
  height: 106px;
  visibility: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.7s all;
  transition-delay: 0.3s;
	animation: bounce .65s infinite alternate cubic-bezier(.1, .49, .42, .99)

}
.right-quick-menu .message-content img {

}
.right-quick-menu .message-content.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
  visibility: visible;
}
.right-quick-menu .message-over-content {
  position: absolute;
  right: 0;
  bottom: 115%;
  width: 432px;
  height: 523px;
  visibility: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.7s all;
  transition-delay: 0.3s;
}
.right-quick-menu .message-over-content.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
  visibility: visible;
}


/*우측 퀵메뉴 end*/

/*sub*/
.sub {
  position: relative;
  overflow-x: hidden;
}
.sub .header .header-logo {
  background-image: url("/assets/images/common/logo-color.png");
}
.sub .header .header-tel {
  background-image: url("/assets/images/common/header-tel-color.png");
}
.sub .visual-quick {
  bottom: auto;
  top: 250px;
}
.sub-top-content {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.sub-top-bg {
  width: 100%;
  position: relative;
  height: 395px;
  z-index: 10;
  display: flex;
  justify-content: center;
  background-color: #1a4438;
  box-sizing: border-box;
  padding-top: 170px;
  align-items: flex-start;
  background-image: url("/assets/images/sub/sub-top-pattern.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sub-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 60px;
  background: #fff;
  border-top-left-radius: 60px;
  border-bottom: 1px solid #e1e8e7;
}
.sub-nav .nav-text {
  display: flex;
  align-items: center;
  margin: 20px 50px;
  color: #afaca9;
}
.sub-nav .nav-text span {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: text-top;
  color: #0050A0;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.sub-nav .nav-text span.deps01 {
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #afaca9;;
  
}
.sub-top-bg .sub-top-header {
  position: relative;
  text-align: center;
}
.sub-top-bg .sub-top-header .sub-top-header_title {
  font-family: "Montserrat", "Spoqa Han Sans Neo", sans-serif, "Malgun Gothic", "맑은 고딕";
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 400;
  opacity: 1;
  transform: translate3d(0, 100px, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
}
.sub-top-bg .sub-top-header .sub-top-header_desc {
  font-size: 20px;
  line-height: 1.75;
  padding-top: 12px;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.sub-top-bg .sub-top-header.is-active .sub-top-header_title,
.sub-top-bg .sub-top-header.is-active .sub-top-header_desc {
  opacity: 1;
  transform: translateZ(0);
}

.sub .sub-top-menu {
  z-index: 11;
  height: 60px;
  display: flex;
  align-items: center;
  opacity: 0;
  box-sizing: border-box;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.sub .sub-top-menu__item {
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #000000;
}
.sub .sub-top-menu__item + .sub-top-menu__item:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  opacity: 0.3;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
.sub .sub-top-menu__item.is--active {
  color: #cadbed;
  font-weight: bold;
}
.sub .sub-top-menu .sub-menu-depth-area {
  float: left;
}
.sub .sub-top-menu .sub-menu-home__icon {
  float: left;
  width: 32px;
  height: 48px;
  background: url("/assets/images/sub/icon-sub-menu.png") no-repeat center;
}
.sub .sub-top-menu .sub-menu-home__link {
  display: block;
  height: 100%;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth {
  float: left;
  width: 210px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-image: url("/assets/images/sub/sub-dropdown-arrow.png");
  padding-left: 20px;
  font-size: 16px;
  color: #000000;
  box-sizing: border-box;
  position: relative;
  line-height: 48px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: -0.4px;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth + .sub-menu-depth:after {
  content: "";
  display: block;
  height: 23px;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.2);
  position: absolute;
  left: 0;
  top: 12px;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth-list {
  display: none;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth-list {
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__item {
  width: 218px;
  height: 48px;
  border-top: 1px solid #d9d9d9;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link {
  display: block;
  height: 100%;
  padding-left: 14px;
  background: #fff;
  font-size: 15px;
  color: #444;
  line-height: 48px;
}
.sub .sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link:hover {
  color: #DC0823;
}

.sub-content-area {
  min-height: 300px;
  padding: 0 0 50px;
  max-width: 1200px;
  margin: 90px auto 0;
  width: 100%;
  position: relative;
}

.sub-content-header {
  margin-bottom: 60px;
}

.sub-content__title {
	padding-top: 3px;
	font-size: 20px;
  letter-spacing: -0.05em;
	line-height: 1.4;
	font-weight: 300;
	color: #333;
}
.sub-content__title-english {
	display: block;
	font-family: "Raleway", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
	font-size: 56px;
	font-weight: 300;
	color: #0050A0;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.sub-content__title-english div {
  font: inherit;
  color: inherit;
}
.sub-content__title div {
  font: inherit;
  color: inherit;
}

/*sub-page-notice*/
.page_info {
  width: 100%;
  color: #888;
  padding: 1rem 2rem;
  border: 1px solid #d1d1d1;
  margin: 30px auto 0;
  letter-spacing: -.04rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page_info li {
	position: relative;
  font-size: 14px;
  color: #878787;
  line-height: 1.1rem;
	padding-left: 15px;
}
.page_info li + li {
  margin-top: 5px;
}

.page_info LI:before {
  content: "※";
	position: absolute;
	left: 0;
  display: inline-block;
  margin-right: .1rem;
  color: #878787;
  font-size: 14px;
}
.design-content .tab-content .page_info {display: none;}
.design-content .tab-content.current .page_info {display: block;}
.privacy-wrap {max-width: 1000px;margin: auto;font-weight: 300;font-size: 0.875rem;line-height: 1.5rem;padding: 0 50px;}
.privacy-wrap > h2 {text-align: center;margin: 30px 0;font-weight: 300;}
.privacy-wrap > h2:after {content:'';display: block;margin-left: 50%;margin-top: 10px;transform:translateX(-50%);width: 1px;height: 20px;background: #000;}
.privacy-wrap h3 {font-weight: 400;padding-bottom: 5px;}
.privacy-menu {background: #f7f7f7;border: 1px solid #d7d7d7;padding: 20px;margin-bottom: 30px;}
.privacy-menu ul {
	display: flex;
	flex-wrap: wrap;
}
.privacy-menu ul li {width: 50%;padding: 5px 0;}
.privacy-content > div {padding: 20px 0 ;}

.privacy-notice span {display: block;text-align: right;font-size: 0.75rem;margin-top: 10px;}

.privacy-content table {width: 100%;text-align: center;margin: 20px 0;}
.privacy-content table thead {background: #f7f7f7;border-top: 1px solid #0050A0;border-bottom: 1px solid #dedede;color: #0050A0;}
.privacy-content table th {font-weight: 400;padding: 10px;}
.privacy-content table td {border-bottom: 1px solid #dedede;padding: 10px;}

.privacy-content .list-line li:before {content:'-';display:inline-block;padding: 0 5px;}
.privacy-content .list-dot li:before {content:'·';display:inline-block;padding: 0 5px;}
@media screen and (max-width: 990px) {
	.privacy-wrap {padding: 0 20px;}
}
.video-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.brand-content .video-container {
	margin-bottom: 2rem;
}

/*서브 인테리어 슬라이드*/
.sub-interior__button {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.interior-slide-controller {
	display:flex;
	justify-content: space-between;
	align-items: center;
  position: relative;
  margin: 40px auto;
}
.interior-slide-controller .swiper-pagination-progressbar {
	position: relative;
  background: rgba(0, 0, 0, 0.18);
	width: 90%;
  height: 3px;
}
.interior-slide-controller .swiper-pagination-progressbar-fill {
  background: #0050A0;
}
.interior-slide-controller .pagination-wrap {
  position: relative;
	display:flex;
	gap: 5px;
	justify-content: center;
  align-items: center;
}
.interior-slide-controller .swiper-button-next,
.interior-slide-controller .swiper-button-prev {
	position: relative;
  width: 37px;
  height: 37px;
	display: block;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
	background-image: none;
	left: auto;
	right: auto;
	margin: 0;
}
.interior-slide-controller .swiper-button-prev:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	border-left: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	transform: translate(-50%,-50%) rotate(-45deg);
	transition: all ease .5s;
}
.interior-slide-controller .swiper-button-next:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: 22%;
	top: 50%;
	border-left: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	transform: translate(-50%,-50%) rotate(135deg);
	transition: all ease .5s;
}
.interior_top_img {
	display: block;
	padding-bottom: 4rem;
}
.interior_title {
	display: block;
	margin: auto;
	padding-bottom: 10px;
}
/*서브 인테리어 슬라이드 end*/

/*팝업*/
.popvideo {position:fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99999; display: none;}
.popvideo .pop_wrap {
	position: relative;
	top: calc(50% - 400px);
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}
.popvideo span {position: absolute; left: 50%; top: 40px; margin-left: -24px;}
.popvideo span a {display: block;position:relative;padding-bottom:35px;text-align:center;color:#fff;}
.popvideo span * {vertical-align: middle;}
.popvideo span a i::after {
  content: "\e870"; 
  display: inline-block; 
  font-family:Linearicons-Free;
  font-size: 30px;
  color: #fff;
  position:absolute;
  bottom:0;
  left:10px;
}
.video_con {
	position: relative;
	padding-bottom:100%;
	height: 0;
	overflow: hidden;
}
.video_con iframe {
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
  height: 56.25%;
}
#layerScreen {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	filter: Alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	display: none;
}

/**/
.tv-content-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 18px;
	color: #666;
	margin-top: 50px;
}
.tv-content-area li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	width: 49%;
}
.tv-text-area {
	padding-top: 10px;
}
