@charset "UTF-8";
@import "vendors/swiper.css";
@import "vendors/aos.css";
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");

.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: "LEMONMILK";
  font-weight: 300;
  src: url("/assets/fonts/LEMONMILK-Light.woff2") format("woff2"), url("/assets/fonts/LEMONMILK-Light.woff") format("woff"), url("/assets/fonts/LEMONMILK-Light.ttf") format("opentype");
}

@font-face {
  font-family: "LEMONMILK";
  font-weight: 400;
  src: url("/assets/fonts/LEMONMILK-Regular.woff2") format("woff2"), url("/assets/fonts/LEMONMILK-Regular.woff") format("woff"), url("/assets/fonts/LEMONMILK-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "LEMONMILK";
  font-weight: 500;
  src: url("/assets/fonts/LEMONMILK-Medium.woff2") format("woff2"), url("/assets/fonts/LEMONMILK-Medium.woff") format("woff"), url("/assets/fonts/LEMONMILK-Medium.ttf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 200;
  src: url("/assets/fonts/NotoSansKR-Thin.eot");
  src: url("/assets/fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Thin.woff") format("woff"), url("/assets/fonts/NotoSansKR-Thin.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 300;
  src: url("/assets/fonts/NotoSansKR-Light.eot");
  src: url("/assets/fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Light.woff") format("woff"), url("/assets/fonts/NotoSansKR-Light.otf") format("opentype");
}

/*normal*/
@font-face {
  font-family: "NotoSansKR";
  font-weight: 400;
  src: url("/assets/fonts/NotoSansKR-Regular.eot");
  src: url("/assets/fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Regular.woff") format("woff"), url("/assets/fonts/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 600;
  src: url("/assets/fonts/NotoSansKR-Medium.eot");
  src: url("/assets/fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Medium.woff") format("woff"), url("/assets/fonts/NotoSansKR-Medium.otf") format("opentype");
}

/*bold*/
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url("/assets/fonts/NotoSansKR-Bold.eot");
  src: url("/assets/fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Bold.woff") format("woff"), url("/assets/fonts/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 800;
  src: url("/assets/fonts/NotoSansKR-Black.eot");
  src: url("/assets/fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Black.woff") format("woff"), url("/assets/fonts/NotoSansKR-Black.otf") format("opentype");
}
@font-face {
  font-family: "futura";
  src: url("/assets/fonts/futur.ttf");
  src: url("/assets/fonts/Futura Medium.otf");
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, body {
  font-family: "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕", 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;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.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;
  }
}

.img-circle {
  vertical-align: baseline;
}

[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;
}

.side-text {
  width: 4.6875%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12.8vh;
  box-sizing: border-box;
  height: 100%;
  z-index: 10;
  text-align: center;
}

.side-text.right {
  left: auto;
  right: 0;
}

.side-text__link {
  display: block;
}

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

.color-point {
  color: #BD9A7E !important;
}

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

.main-html .header {
  display: none;
  opacity: 0;
}

.main-html .header .header-bottom {
  display: none;
}

.main-html .menu-modal .header .header-right {
  width: 183px;
  justify-content: flex-end;
}

.main-html .menu-modal .header {
  display: block;
  opacity: 1;
}

/* 상단 헤더
.header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all ease 0.5s;
  box-sizing: border-box;
  z-index: 2000;
  height : 0;
  overflow : visible;
}

.header > .header-inner {
  position: relative;
  height: 90px;
  padding: 0 4.16vw 0;
  padding-right : 154px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

상단 헤더 로고
.header .header-inner .header-logo {
  width: 305px;
  height: 60px;
  transform: translateY(15px);
}

.header .header-inner .header-logo a {
  width : 100%;
  height : 100%;
  background-image: url("/assets/images/common/main-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.header .header-right {
  display: flex;
  align-items: center;
}

.header .header-menu-button {
  margin-right: 35px;
}

상단 헤더 gnb 메뉴
.header .header-inner .header-gnb-list a {
  padding: 0 2.6vw;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "LEMONMILK", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  white-space : nowrap;
}

.header .header-inner .header-gnb-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-inner .header-gnb-list>li{
	position : relative;
}
.header .header-inner .header-gnb-list>li>a .menu-border{
	width : 0%;
	height : 2px;
	background : #000;
	display : inline-block;
	position : absolute;
	bottom : -20px;;
}
.header .header-inner .header-gnb-list>li:hover .menu-border{
	width : 80%;
	transition : 0.5s;
}
.header .header-inner .header-gnb-list .header-depth{
	height : 0;
	position : absolute;
	width : 100%;
	left : 0;
	overflow : hidden;
	opacity : 0;
}

.header:hover {
	background : #fff;
	height : 230px;
}
.header:hover h1{
	filter : invert(1) !important;
}
.header:hover img{
	filter : invert(1) !important;
}
.header:hover .header-gnb-list>li>a{
	color : #000 !important;
}
.header .header-inner .header-gnb-list .header-depth li{
	padding : 10px 0;
}
.header .header-inner .header-gnb-list .header-depth li:first-child{
	padding-top : 60px;
}
.header .header-inner .header-gnb-list .header-depth a{
	color : #000 !important;
	font-size : 15px;
}
.header .header-inner .header-gnb-list .header-depth a:hover{
	font-weight : bold;
}
.header:hover .header-inner .header-depth{
	opacity : 1;
	height : auto;
	transition : 2s;
}

.header-bottom {
  height: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bottom-item a.active,
.header-bottom-item a:hover {
  color: #FEA728;
}

.header-bottom-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 500;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.46;
  height: 100%;
}

.header-bottom-item {
  height: 100%;
}*/

.header-right-bar{
  display : flex;
  justify-content: center;
  width :70px;
  height : 100vh;
  height : 0vh;
  overflow: visible;
  position : fixed;
  top : 0;
  right : 0;
  border-left : 1px solid rgba(170,170,170,0.35);
  animation : header-bar-ani 3s both;
  z-index: 1;
}
@keyframes header-bar-ani{
  0%{
    height : 0vh;
  }
  100%{
    height : 100vh;
  }
}
.header-right-bar a{
  position : absolute;
  top : 25px;
}
/*

@media screen and (max-width : 992px){
	.header{
		height : 70px;
		padding : 0 3vw;
		dipslay : none;
	}
	.header-inner{
		display : none;
	}
	.header-gnb-list{
		position : fixed;
		left : 0;
		top : 0;
		width : 100%;
		height : 100%;
		background : rgba(7,25,38,0.9);
		display : none;
	}
	.header-gnb-list{
	position: relative;
    opacity: 0;
    display: flex;
    flex-direction: column;
    height: 70%;
    margin-top: 300px;
    padding-left: 55px;
    padding-right: 100px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(50px);
    transition: all .6s;
	}
} */

/* .footer {padding: 50px 0 45px 0;background: #1a1a1a;color: #676867;} */

.footer > .footer-inner {
	max-width: 100%;
	margin:0 auto;
	text-align: center;
	color: #676867;
	font-size: 12px;
	font-weight: 400;
}
.footer > .footer-inner > .ft-info {
    display:inline-block;
	padding-bottom: 20px;
}
.footer-text {
  margin-top: 12px;
  font-size: 12px;
  color: #999999;
  line-height: 1.666666;
  font-family: "sandoll-gothicneo1", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 100;
}
.footer-text .big {
  font-size: 30px;
  font-weight: 200;
}
.footer-separator {
  width: 1px;
  height: 10px;
  background: #676867;
  display: inline-block;
  margin: 0 8px;
}
.menu-modal {
  background: #0D0D0D;
}

.menu-modal-content .close-menu-button {
  position: absolute;
  left: 80px;
  top: calc(50% - 15px);
}

.menu-modal-content {
  position: relative;
  height: 100%;
}

.menu-menu-content {
  padding-top: 87px;
  padding-bottom: 100px;
  padding-left: 17.29vw;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.menu-link-area .menu-link:before {
  vertical-align: middle;
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  margin-right: 20px;
  transition: width 0.3s;
}

.menu-link-area .menu-link {
  transition: color 0.3s;
  display: block;
  font-size: 96px;
  color: #A2A2A2;
  line-height: 116px;
  font-family: "minerva-modern", "NotoSansKR", "NotoSansKR", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.menu-link-area .menu-link.red:before {
  background: #E93614;
}

.menu-link-area .menu-link.red:hover {
  color: #E93614;
}

.menu-link-area .menu-link.blue:before {
  background: #5FBFEE;
}

.menu-link-area .menu-link.blue:hover {
  color: #5FBFEE;
}

.menu-link-area .menu-link.white:before {
  background: #fff;
}

.menu-link-area .menu-link.white:hover {
  color: #fff;
}

.menu-link-area .menu-link.yellow:before {
  background: #FAAE00;
}

.menu-link-area .menu-link.yellow:hover {
  color: #FAAE00;
}

.menu-link:hover:before {
  width: 43px;
}

.menu-content-img {
  position: absolute;
  right: 0px;
  z-index: -1;
  top: calc(50% - 295px);
}

.sub .header {
  position: static;
}


.main-section-bottom {
  width: 100%;
  height: 970px;
  padding: 0px 0 110px;
  position: relative;
  background: #111111;
}

.main-section-bottom .img-motion-area {
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 71vw;
}

.main-section-bottom .bottom-slider,
.main-section-bottom .bottom-slider .swiper-wrapper {
  position: initial;
}

.main-section-bottom .bottom-slider .swiper-wrapper.mousewheel {
  transition-duration: 0.5s !important;
}

.main-section-bottom .bottom-slider .swiper-slide-item {
  margin-right: 70px;
}

.main-section-bottom .bottom-slider .swiper-slide-item:last-child {
  margin-right: 300px;
}

.main-section-bottom .bottom-slider .swiper-slide-item .group {
  width: 100%;
  height: 100%;
}

.main-section-bottom .bottom-slider .swiper-slide-item .img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-section-bottom .bottom-slider .swiper-slide-item .img span {
  display: block;
  width: 100%;
  height: 100%;
}

.main-section-bottom .bottom-slider .bottom-slider-text {
  width: 100%;
  padding: 40px 36px;
  box-sizing: border-box;
  display: block;
}

.main-section-bottom .bottom-slider .bottom-slider-text .bottom-slider__subject {
  color: #BD9A7E;
  letter-spacing: 10px;
  font-weight: 400;
  font-family: "Times New Roman", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  text-transform: uppercase;
}

.main-section-bottom .bottom-slider .bottom-slider-text .bottom-slider__description {
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1px;
  margin: 10px 0 25px;
}

.main-section-bottom .bottom-slider .bottom-slider-text .bottom-slider__more-link {
  color: #666;
  font-size: 14px;
  font-family: "Times New Roman", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  line-height: 24px;
  text-decoration: underline;
  letter-spacing: 1px;
}

.main-section-bottom .bottom-slider .swiper-slide-item0 {
  width: 1440px;
  height: 970px;
}

.main-section-bottom .bottom-slider .swiper-slide-item1 {
  width: 710px;
  height: 970px;
}

.main-section-bottom .bottom-slider .swiper-slide-item2 {
  width: 629px;
  height: 970px;
}

.main-section-bottom .bottom-slider .swiper-slide-item3 {
  width: 582px;
  height: 970px;
  z-index: 2;
}

.main-section-bottom .bottom-slider .swiper-slide-item4 {
  width: 629px;
  height: 453px;
}

.main-section-bottom .bottom-slider .swiper-slide-item5 {
  width: 710px;
  height: 970px;
}

.main-section-bottom.scroll {
  pointer-events: auto;
}

#custom-cursor, #custom-cursor-text {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
}

.custom-cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-cursor__circle, .custom-cursor__txt {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
}

.custom-cursor__circle {
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

html.ie .custom-cursor__circle {
  background: rgba(255, 255, 255, 0.5);
}

#container .custom-cursor__txt {
  z-index: 2;
}

#custom-cursor-text.more .custom-cursor__txt {
  background-size: 89px auto;
}

html.ie10 #custom-cursor, html.ie10 #custom-cursor-text {
  display: none;
}

html.edge #custom-cursor-text.more .custom-cursor__txt {
  background-size: 90px auto;
}

#custom-cursor.on {
  mix-blend-mode: difference;
}

#custom-cursor.on .custom-cursor__circle {
  background: #fff;
}

#custom-cursor-text.on .custom-cursor-inner {
  opacity: 0;
}

#custom-cursor-text .custom-cursor-inner {
  transition: 0.3s;
}

#custom-cursor.on_type2 {
  mix-blend-mode: difference;
}

#custom-cursor.on_type2 .custom-cursor__circle {
  background: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #custom-cursor.on .custom-cursor__circle,
  #custom-cursor.on .custom-cursor__circle,
  #custom-cursor.on .custom-cursor__circle {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 1279px) {
  #custom-cursor, #custom-cursor-text {
    display: none !important;
  }
}

.main-section {
  width: 100%;
}

.visual-scroll {
  position: absolute;
  width: 24px;
  height: 139px;
  bottom: 60px;
  z-index: 4;
  left: 4.16vw;
  background-repeat: no-repeat;
  background-image: url("/assets/images/main/scroll-down-vertical.png?v=030816");
}

.bounce-mouse {
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(-30px);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(-30px);
  }
}

[data-aos=left-motion] {
  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.2);
}

[data-aos=left-motion].aos-animate {
  -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 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, -webkit-clip-path 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, clip-path 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, clip-path 0.8s 0.2s ease-out, -webkit-clip-path 0.8s 0.2s ease-out;
}

[data-aos=vertical-line] {
  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);
}

[data-aos=vertical-line].aos-animate {
  -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 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, clip-path 2s 0.5s ease-out, -webkit-clip-path 2s 0.5s ease-out;
}

:root {
  --point: #fabd00;
  --transition-duration: 0.5s;
  --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  --transition-delay: 0s;
  --viewport-height: 100vh;
  /*--viewport-height: 927px;*/
  --viewport-height-actual: 100vh;
  --sm: ;
  --n-sm: initial;
  --md: ;
  --n-md: initial;
  --lg: ;
  --n-lg: initial;
  --xl: ;
  --n-xl: initial;
  --xxl: ;
  --n-xxl: initial;
  --xxxl: ;
  --n-xxxl: initial;
  --scale-px: 1px;
  --scale-rem: 1rem;
  --scale-em: 1em;
  --spacing: 60px;
  --spacing-sm: var(--xxxl, 60px) var(--n-xxxl, var(--md, calc(var(--scale-px) * 40)) var(--n-md, 20px));
}

@keyframes anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.main_sec01 {
  width: 100%;
  height: 970px;
  min-width: 1400px;
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-image: url("/assets/images/main/main-visual-bg.png?v=030816");
  background-repeat: no-repeat;
  background-size: cover;
}

.main_sec01 .m-scroll {
  position: absolute;
  left: 0px;
  bottom: -50px;
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.box {
  position: absolute;
  right: 25%;
  bottom: 20%;
  z-index: 3;
  cursor: pointer;
}

.box .dot {
  position: relative;
}

.box .txarea {
  font-size: 12px;
  color: #f0ebe1;
  animation: anime 20s infinite linear;
  letter-spacing: 5px;
  position: relative;
}

.box .txarea:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #b9966e;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-section-visual {
  background : url(../images/main/main-bg.png?v=030816) no-repeat;
  background-position : center;
  background-size : 130% 130%;
  box-sizing: border-box;
  height: 100%;
  padding: 0 4.16vw 0;
  position : relative;
}

.main-section-visual.active{
  background : url(../images/main/main-bg.png?v=030816) no-repeat;
  background-position : center;
  background-size : cover;
  width : 100%;
  height : 100%;
  padding: 0 4.16vw 0;
}
.main-section-visual.active{
  animation : visual-zoom 3.5s both;
}
@keyframes visual-zoom {
  0%{
    background-size : 130% 130%;
  }
  100%{
    background-size : 100% 100%;
  }
}
.main-section-visual .main-section-visual-left{
  width : 50%;
  height : 100%;
  padding-top : 25vh;
  box-sizing: border-box;
}
.main-section-visual.active .main-section-visual-left .main-section-visual-title p,
.main-section-visual.active .main-section-visual-left .main-section-visual-open,
.main-section-visual.active .main-section-visual-left .main-section-visual-title-img,
.main-section-visual.active .main-section-visual-left .main-section-visual-img,
.main-section-visual.active .main-section-visual-left .main-section-visual-p{
  animation : open-ani 4s both;
}

.main-section-visual .main-section-visual-left .main-section-visual-title p{
  font-size : 32px;
  color : #fff;
  margin-bottom : 15px;
  opacity: 0;
  transform: translateX(-50px);
}
.main-section-visual .main-section-visual-left .main-section-visual-title p .text-width-dots{
  display : inline-block;
  position : relative;
}
.main-section-visual .main-section-visual-left .main-section-visual-title p .text-width-dots::after{
  content : '\00B7';
  position : absolute;
  top : 0;
  left : 0;
  color : #fff;
  display : inline-block;
  margin-right : 4px;
}
.main-section-visual .main-section-visual-left .main-section-visual-open{
  display : flex;
  justify-content: center;
  align-items: center;
  background : rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  width : 198px;
  height : 57px;
  color : #fff;
  font-size: 23px;
  border : 1px solid #fff;
  margin : 15px 0 25px 0;
  opacity: 0;
  transform: translateX(-50px);
}
.main-section-visual .main-section-visual-left .main-section-visual-title-img{
  opacity: 0;
  transform: translateX(-50px);
}

.main-section-visual .main-section-visual-left .main-section-visual-img{
  opacity: 0;
  transform: translateX(-50px);
}
.main-section-visual .main-section-visual-left .main-section-visual-p{
  color : #fff;
  letter-spacing: 3px;
  margin-bottom : 30px;
  opacity: 0;
  transform: translateX(-50px);
}
.main-section-visual-quick{
  position : fixed;
  bottom : 50px;
  right : 21px;
  z-index: 2001;
  width : 98px;
}
.main-section-visual-quick .quick-btn{
  cursor: pointer;
  animation : quick-btn-ani 0.5s both;
  animation-delay: 2.5s;
  z-index: 1;
}
@keyframes quick-btn-ani{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.main-section-visual-quick .quick-customer{
  display : none;
}
.main-section-visual-quick .quick-location{
  display : none;
}
.scroll-icon{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width : 16px;
  gap: 12px;
  position : fixed;
  bottom : 72px;
  left : 4.16vw;
  z-index: 1;
}
.scroll-icon>img:first-child{
  display: block;
  transform: translateX(1px);
}
.scroll-icon>img:last-child{
  display : block;
  animation : scroll-ani 0.6s infinite ease-out alternate;
}
@keyframes scroll-ani{
  0%{
    transform: translateY(20px);
  }
  100%{
    transform: translateY(0px);
  }
}
@keyframes open-ani{
  0%{
    opacity: 0;
    transform: translateX(-50px);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}

/* 메인 비주얼 끝*/
/* 메인 프리미엄 시작*/



@media (max-width: 768px) {
  /* new version */
  .main_sec01 .sig_txt .t_tx01 {
    font-size: 9vw;
    color: #b9966e;
    line-height: 1.1;
    font-weight: 500;
    margin-left: 0;
  }

  .main_sec01 .sig_txt .t_tx02 {
    font-size: 9vw;
    color: #b9966e;
    line-height: 0.9;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 10px;
  }

  .main_sec01 .sig_txt .t_tx02 span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 30px;
    height: 4px;
    background: #b9966e;
  }

  .main_sec01 .sig_txt .t_tx03 {
    font-size: 4vw;
    color: #f0ebe1;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 160px;
    padding-left: 10px;
  }

  .main_sec01 .sig_txt .t_tx03 span {
    font-size: 4vw;
    color: #f0ebe1;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 0px;
  }

  .main_sec01 .sig_txt .t_tx04 {
    padding-left: 10px;
    margin-top: 10px;
  }

  .main_visual {
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: 1;
    width: 90%;
  }

  .main_visual .mainimg {
    transition: all 0.9s linear;
    width: 100%;
    height: 0;
    padding-bottom: 160%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .main_visual .swiper-slide {
    transition: all 0.9s linear;
    transition-timing-function: linear;
  }

  .main_visual .swiper-slide .mainimg {
    transition: all 0.5s linear;
    transform: scale(0.9);
    opacity: 0.3;
    vertical-align: bottom;
    display: inline-block;
  }

  .main_visual .swiper-slide-prev {
    transition: all 0.3s linear;
    opacity: 0 !important;
  }

  .main_visual .swiper-slide-active .mainimg {
    transform: scale(1) !important;
    opacity: 1;
  }

  .main_visual .swiper-slide .mainimg.mm01 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main001.png?v=030816);
  }

  .main_visual .swiper-slide-active .mainimg.mm01 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main001.png?v=030816);
  }

  .main_visual .swiper-slide .mainimg.mm02 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main002.png?v=030816);
  }

  .main_visual .swiper-slide-active .mainimg.mm02 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main002.png?v=030816);
  }

  .main_visual .swiper-slide .mainimg.mm03 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main003.png?v=030816);
  }

  .main_visual .swiper-slide-active .mainimg.mm03 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main003.png?v=030816);
  }

  .main_visual .swiper-slide .mainimg.mm04 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main004.png?v=030816);
  }

  .main_visual .swiper-slide-active .mainimg.mm04 {
    background-image: url(https://www.hillstate-samseong.co.kr/theme/basic/img/main/arched_main004.png?v=030816);
  }

  .box .txarea {
    font-size: 11px;
    color: #f0ebe1;
    animation: anime 20s infinite linear;
    letter-spacing: 5px;
    position: relative;
  }

  .box .txarea:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #b9966e;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 13;
  background: #fff;
}

.loading canvas {
  width: 1194px !important;
  left: 53%;
  top: 132px;
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  height: auto !important;
}

.first-section {
  position: relative;
  background: #fff;
  z-index: 5;
}

.first-section-content {
  height: 100vh;
}

.first-section-clipped {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.first-section-clipped__content {
  position: -webkit-sticky;
  position: sticky;
  height: max(100vw, var(--viewport-height));
  position: static;
  height: auto;
  overflow: clip;
  top: 0;
}

.intro-en__building {
  position: absolute;
  left: 73px;
  width: 100%;
  height: 644px;
  bottom: 98px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  transform-origin: 50% 0;
  transform: translateY(0px) scale(1);
  transition: transform 1s var(--transition-easing);
}

.intro-en__building img, .intro-en__building svg {
  display: block;
  width: 488px;
  height: 644px;
}

.intro-en__fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.has-scroll-smooth .intro-en__fixed__content {
  position: relative;
}

.intro-en__fixed__content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: var(--viewport-height);
  overflow: hidden;
  overflow: clip;
}

.intro-en__title .main-text {
  width: 1220px;
  margin: 0 auto;
  display: block;
}

.intro-en__title {
  position: absolute;
  width: 100%;
  left: 53%;
  top: 342px;
  transform: translate3d(-50%, 0, 0);
}

.container-h {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 800px;
  box-sizing: border-box;
}

.is-visually-hidden, .sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
  margin-top: -1px;
}

.has-hover .is-hidden--hover, .is-hidden, .is-hidden--xs-up, .is-hidden--xxxl-down, .js .is-hidden--js, .no-hover .is-hidden--no-hover, .no-js .is-hidden--no-js {
  display: none !important;
}

.flower-bg-img {
  margin-left: 9.2vw;
}

.flower-bg-content {
  padding-top: 105px;
}

.left-woman-content {
  padding-top: 18.35vh;
}
.left-woman-content,
.right-man-content {
  display: flex;
  align-items: flex-start;
}

.scroll-main-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}

.top-woman-img {
  margin-top: 122px;
  margin-left: 56.51vw;
}

.right-man-img {
  /*margin-left: 69.3vw;*/
  /*margin-left: 66.9vw;*/
  margin-left: 62vw;
  margin-top: auto;
}

.right-man-text-img {
  transform: translate3d(-104px, -116px, 0);
}

.intro-en__fixed.intro-cards {
  top: -312px;
}

.intro-en__cards.first-card-text {
  left: 115px;
}

/*@media all and (min-width: 1930px) {*/
/*  .right-man-img {*/
/*    margin-left: 66.9vw;*/
/*  }*/
/*}*/

/*@media all and (min-width: 2500px) {*/
/*  .right-man-img {*/
/*    margin-left: 62.9vw;*/
/*  }*/
/*}*/

/*@media all and (max-width: 1900px) {*/
/*  .right-man-img {*/
/*    margin-left: 1268px;*/
/*  }*/
/*}*/

/*@media all and (max-width: 1800px) {*/
/*  .right-man-img {*/
/*    margin-left: 1185px;*/
/*  }*/
/*}*/

img[draggable=false] {
  pointer-events: none;
  -webkit-user-drag: none;
}

.img-full, .img-full img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.container-h:before,
.container-h:after {
  content: " ";
  display: table;
}


.over-hidden {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.root-posts .pin-spacer {
  margin: 0 !important;
}

.root-posts .pin-spacer .dsn-grid-layout {
  /*--dsn-width-item: 2.5;*/
  /*--dsn-col-item: 50px;*/
  /*--dsn-row-item: 0px;*/
}

.dsn-grid-layout {
  --dsn-width-item: 2.5;
  --dsn-col-item: -5%;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh) !important;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
  margin-top : 0 !important;
}
/* 
.premium-box{
  position : absolute !important; 
  width : 100% !important; 
  height : 100% !important;
  z-index: 1;
  padding-top : 50px;
}
.premium-title{
  display : flex; 
  justify-content : center; 
  flex-wrap : wrap; 
  width : 100%; 
}
.premium-title .premium-eng-title{
  display : flex;
  align-items : end;
  padding-bottom : 15px;
  height : 100px;
  border-bottom : 1px solid #fff;
  color : #fff;
  letter-spacing: 3px;
  font-family: "Montserrat";
}
.premium-title .premium-kor-title{
  display : flex;
  align-items : center;
  justify-content : center;
  height : 103px;
  width : 100%;
  font-size : 33px;
  color : #fff;
  font-family: "NotoSansKR"
}
.premium-intro{
  width : 100%;
  height : 75%;
  font-size : 33px;
  line-height : 41px;
  color : #fff;
  text-align : center;
}
.premium-intro .premium-intro-small{
  font-size : 14px;
}
.main-section-premium{
  opacity: 0;
  transition : 1s;
}
.main-section-premium.active{
  opacity : 1;
  transition : 1s;
}
.main-section-premium .pin-spacer{
  margin-left : 0 !important;
} */


/**/

.main-section-location{
  background : url(../images/main/location-bg.png?v=030816) no-repeat #F0F2ED;
  background-position : center left;
  background-size : auto 90%;
  width : 100%;
  height : 100%;
  position: relative;
  overflow: hidden;
  transition : 1s;
  opacity: 0;
}
.main-section-location.active{
  background-size : auto 100%;
  transition : 1s;
  opacity: 1;
}
.main-section-location .main-section-location-right{
  width : 44.2%;
  height : 100%;
  position : absolute;
  right : 0;
  top : 0;
  transform: translateX(100px);
  opacity: 0;
  transition : 1s;
}
.main-section-location.active .main-section-location-right{
  transform: translateX(0);
  opacity: 1;
  transition : 1s;
}
.main-section-location .main-section-location-right .main-section-location-right-inner{
  height : 100%;
  padding-left : 13.1%;
  padding-top : 25%;
}
.main-section-location .main-section-location-right .location-small-title{
  font-size: 24px;
  margin-bottom : 10px;
  color : #414141;
}
.main-section-location .main-section-location-right .location-title{
  font-size : 102px;
  font-family: futura;
  font-weight: 100;
  color : #071926;
}
.main-section-location .main-section-location-right .location-p{
  font-size : 48px;
  line-height: 60px;
  color : #242424;
}
.main-section-location .main-section-location-right .location-p span{
  color : #78828C;
}


.main-section-location .rotate-btn{
  width : 127px;
  height : 133px;
  position : relative;
  display : block;
  border-radius: 50%;
  margin-top : 20px;
}
.main-section-location .rotate-btn .rotate-arrow{
  width : 100%;
  height : 100%;
  background : url(../images/main/rotate-arrow.png?v=030816) no-repeat;
  background-size : 102px 102px;
  background-position: 50.3% 50%;
  position : absolute;
}
.main-section-location .rotate-btn .rotate-text{
  width : 100%;
  height : 100%;
  background : url(../images/main/rotate-text.png?v=030816) no-repeat;
  background-size : 127px 133px;
  position : absolute;
  animation : rotate-btn 5s linear infinite;
}
@keyframes rotate-btn{
  0%{
    transform : rotate(0)
  }
  100%{
    transform: rotate(360deg);
  }
}
/**/

.main-section-premium{
  background : #071926;
  width : 100%;
  height : 100%;
  display : flex;
  padding-left : 2%;
  position : relative;
}
.main-section-premium .premium-box{
  width : calc(95.93% / 6);
  height : 100%;
  padding : 0 30px;
  padding-top : 14.7vh;
  box-sizing: border-box;
  position : relative;
}
.main-section-premium .premium-box .border-ani{
  width : 1px;
  height : 0;
}
.main-section-premium.active .premium-box:nth-child(2n) .border-ani{
  position : absolute;
  background : rgba(255,255,255,0.08);
  width : 1px;
  height : 100%;
  bottom : 0;
  left : 0;
  animation : borderani 2s both;
}
.main-section-premium.active .premium-box:nth-child(2n+1) .border-ani{
  position : absolute;
  background : rgba(255,255,255,0.08);
  width : 1px;
  height : 100%;
  top : 0;
  left : 0;
  animation : borderani 2s both;
}

@keyframes borderani{
  0%{
    height : 0;
  }
  100%{
    height : 100%;
  }
}

.main-section-premium .premium-01 .premium-num{
  transform: translateY(-25px);
}
.main-section-premium .premium-01 .premium-eng-title{
  transform: translateY(-30px) translateX(40px);
}
.main-section-premium .premium-01 .premium-kor-title{
  margin : 20px 0;
}

.main-section-premium .premium-02{
  text-align : right;
  padding-top : 28vh;
}
.main-section-premium .premium-02 .premium-num{
  transform: translateY(-55px);
}
.main-section-premium .premium-02 .premium-eng-title{
  transform: translateY(-55px);
}
.main-section-premium .premium-02 .premium-kor-title,
.main-section-premium .premium-02 .premium-ment{
  text-align: right;
}
.main-section-premium .premium-02 .premium-ment{
  margin-bottom : 30px;
}

.main-section-premium .premium-03{
  text-align : left;
  padding-top : 41vh;
  position : relative;
}
.main-section-premium .premium-03 .premium-num{
}
.main-section-premium .premium-03 .premium-eng-title{
  transform: translateY(-290px) translateX(170px);
}
.main-section-premium .premium-03 .premium-kor-title,
.main-section-premium .premium-03 .premium-ment{
  text-align: left;
  margin : 20px 0;
}
.main-section-premium .premium-03 .premium-ment{
  margin-bottom : 30px;
}

.main-section-premium .premium-04{
  text-align : left;
}
.main-section-premium .premium-04 .premium-num{
  transform: translateY(-25px) translateX(70px);
}
.main-section-premium .premium-04 .premium-eng-title{
  transform: translateY(-30px);
}
.main-section-premium .premium-04 .premium-kor-title,
.main-section-premium .premium-04 .premium-ment{
  text-align: left;
  margin : 20px 0;
}
.main-section-premium .premium-04 .premium-ment{
  margin-bottom : 30px;
}

.main-section-premium .premium-05{
  padding-top : 37vh;
  text-align : right;
}
.main-section-premium .premium-05 .premium-num{
  transform: translateY(18px) translateX(-160px);
}
.main-section-premium .premium-05 .premium-eng-title{
}
.main-section-premium .premium-05 .premium-kor-title,
.main-section-premium .premium-05 .premium-ment{
  margin : 20px 0;
}

.main-section-premium .premium-06{
  text-align : right;
}
.main-section-premium .premium-06 .premium-num{
  transform: translateY(-55px);
}
.main-section-premium .premium-06 .premium-eng-title{
  margin-bottom : 20px;
}
.main-section-premium .premium-06 .premium-kor-title,
.main-section-premium .premium-06 .premium-ment{
  margin : 20px 0;
  text-align : left;
}
.main-section-premium .premium-06 .premium-ment{
  margin-bottom : 60px;
}


.main-section-premium .premium-box .premium-num{
  font-size: 103px;
  color : #B7B7B7;
  font-family: 'contralto';
  opacity: 0;
}
.main-section-premium.active .premium-box .premium-num{
  animation : lefttoright 1.7s both;
}
.main-section-premium .premium-box .premium-img{
  opacity : 0;
}
.main-section-premium.active .premium-box .premium-img{
  animation : righttoleft 1.7s both;
}
.main-section-premium .premium-box .premium-kor-title{
  color : #fff;
  font-size : 24px;
  font-family: "NotoSansKR";
  font-weight: normal;
  opacity: 0;
}
.main-section-premium.active .premium-box .premium-kor-title{
  animation : righttoleft 1.7s both;
}
.main-section-premium .premium-box .premium-eng-title{
  color : #fff;
  font-size : 21px;
  opacity : 0;
}
.main-section-premium.active .premium-box .premium-eng-title{
  animation : toptobottom 1.7s both;
}
.main-section-premium .premium-box .premium-ment{
  color : #6E6E6E;
  font-size : 15px;
  letter-spacing: -1.2px;
  opacity : 0;
}
.main-section-premium.active .premium-box .premium-ment{
  animation : bottomtotop 1.7s both;
}

.main-section-premium .premium-people{
  position : absolute;
  bottom : 0;
  left : 11.3%;
  bottom : 10px;
  opacity : 0;
}
.main-section-premium .premium-leaf{
  position : absolute;
  right : 25px;
  bottom : 0;
  opacity : 0;
}
.main-section-premium.active .premium-people,
.main-section-premium.active .premium-leaf{
  animation : opacityani 3s both;
}
.main-section-premium .premium-rotate{
  position : absolute;
  top : 12vh;
  right : -57px;
  opacity : 0;
  z-index: 1;
}
.main-section-premium.active .premium-rotate{
  animation : opacityani 3s both, rotate-btn 4s infinite linear;
}

@keyframes opacityani{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes lefttoright{
  0%{
    position : relative;
    left : -100px;
    opacity : 0;
  }
  100%{
    position : relative;
    left : 0;
    opacity : 1;
  }
}
@keyframes righttoleft{
  0%{
    position : relative;
    right : -100px;
    opacity : 0;
  }
  100%{
    position : relative;
    right : 0;
    opacity : 1;
  }
}
@keyframes bottomtotop{
  0%{
    position : relative;
    bottom : -100px;
    opacity : 0;
  }
  100%{
    position : relative;
    bottom : 0;
    opacity : 1;
  }
}
@keyframes toptobottom{
  0%{
    position : relative;
    top : -100px;
    opacity : 0;
  }
  100%{
    position : relative;
    top : 0;
    opacity : 1;
  }
}
/**/
.main-section-location2{
  display : flex;
  justify-content: center;
  align-items: center;
  width : 100%;
  height : 100%;
  background : url(../images/main/location2-bg.png?v=030816) no-repeat;
  background-size: cover;
}
.main-section-location2 .main-section-location2-inner{
  width :73.2%;
  height : 78.3%;

}
.main-section-location2 .main-section-location2-inner .location2-left{
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width : 54.1%;
  height : 100%;
  background : #fff;
  border-radius: 35px;
  float : left;
  transform: translateX(-80px);
  opacity: 0;
  transition : 1s;
}

.mpa-img {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.location2-btn-box {
	display: flex;
    flex-direction: column;
}
.location2-map p {
	padding: 20px;
	height: 70px;
}
.location2-map p span {
	color : #bc8b5d;
	padding-bottom: 20px;
}
.location2-btn-box a {
	margin-bottom: 10px;
}

.main-section-location2.active .main-section-location2-inner .location2-left{
  transform: translateX(0px);
  opacity: 1;
  transition : 1s;
}
.main-section-location2 .main-section-location2-inner .location2-left .location2-title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size : 46px;
  font-weight: normal;
  color : #071926;
  padding-top: 50px;
  padding-bottom : 30px;
}
.main-section-location2 .main-section-location2-inner .location2-left .location2-title p{
  width : 100%;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color : #383A4C;
}
.main-section-location2 .main-section-location2-inner .location2-left .location2-p{
  margin-bottom : 30px;
  color : #383A4C;
  text-align: center;
}
.main-section-location2 .main-section-location2-inner .location2-left .location2-address{
  margin : 10px 0 25px;
  font-size: 18px;
  color : #383A4C;
}
.main-section-location2 .main-section-location2-inner .location2-left .location2-address span{
  font-weight: bold;
  color : #BC8B5D;
}
.main-section-location2 .main-section-location2-inner .location2-right{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width : calc(100% - 54.1% - 14px);
  height : 100%;
  background : #071926;
  border-radius: 35px;
  float : right;
  transform: translateX(80px);
  opacity: 0;
  transition : 1s;
}
.main-section-location2 .main-section-location2-inner .location2-right .content-contact-form{
 max-width : 539px;
}
.main-section-location2.active .main-section-location2-inner .location2-right{
  transform: translateX(0px);
  opacity: 1;
  transition : 1s;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size : 46px;
  color : #fff;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-title p{
  width : 100%;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color : #fff;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-p{
  margin: 10px 0 30px;
  color : #fff;
  text-align: center;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box{
  width : 100%;
  margin: auto;
    text-align: center;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box input{
  width : 100%;
  height : 82px;
  text-align: center;
  font-size : 18px;
  background : none;
  border : 1px solid #9B9B9B;
  margin-bottom : 10px;
  border-radius: 13px;
  color : #E6E6E6;
  font-weight: bold;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box input::placeholder{
  color : #E6E6E6;
  font-weight: bold;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-address{
  color : #B4B4B4;
  text-align: center;
  margin : 10px 0 50px;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area{
  display : flex;
  align-items: center;justify-content: space-between;
  height : 26px;
  margin : 30px 0;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area .location2-check-box{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area .location2-check-box input{
  width : 26px;
  height : 26px;
  margin-bottom : 0;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area .location2-check-box label{
  color : #B5B5B5;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area a{
  color : #B5B5B5;
  text-decoration: underline;
  font-size: 15px;
}
.main-section-location2 .main-section-location2-inner .location2-right .location2-right-btn{
  width : 100%;
  height : 82px;
  background : #FFFFFF;
  border : 1px solid #776D69;
  border-radius: 13px;
  font-size : 22px;
  font-weight: bold;
  color : #071926;
}
/**/

.main-community-line {
  width: 60px;
  height: 1px;
  background: #333333;
  margin-bottom: 26px;
}
.root-posts .pin-spacer .dsn-grid-layout .start-section.narrow {
  max-width: 640px;
  flex: 0 0 640px !important;
  justify-content: flex-start;
  background-color: #131313;
  box-sizing: border-box;
  padding-left: 4vw;
  padding-top: 9%;
  text-align: left;
}


.dsn-grid-layout.community-layout:not(.full-width-last-item) > .grid-item {
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  margin-right: 16px;
}

.dsn-grid-layout:not(.full-width-last-item, .community-layout) > .grid-item {
  max-width: 574px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.dsn-grid-layout:not(.full-width-last-item, .community-layout) > .grid-item:not(:last-child) {
  margin-right: 0px;
}

.box-image-transform.community-section.box-shadow-image .bg-shadow:after,
.box-image-transform.community-section .dsn-box-shadow:after {
  content: none;
}
.box-image-transform:not(.community-section) .grid-item > div:hover .box-image-bg,
.box-image-transform:not(.community-section) .box-image-link:hover .box-image-bg {
  transform: scale(1.2);
  opacity: 1;
}

.box-image-transform .grid-item > div, .box-image-transform .box-image-link {
  position: relative;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.dsn-style-cards .dsn-posts .box-image-link {
  width: 100%;
}

.box-image-transform .grid-item > div, .box-image-transform .box-image-link {
  position: relative;
  overflow: hidden;
}

.box-image-transform .grid-item > div .box-image-bg, .box-image-transform .box-image-link .box-image-bg {
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.root-posts .pin-spacer .dsn-grid-layout .box-image-link .box-image-bg, .root-posts .pin-spacer .dsn-grid-layout .dsn-item-post {
  height: calc(100%);
  max-height: 970px;
}

.dsn-style-cards .dsn-posts.box-image-normal .post-content {
  width: calc(100% - 50px);
}

.dsn-style-cards .dsn-posts:not(.box-image-blackdsn) .post-content {
  position: absolute;
  padding: 107px 30px 30px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;
	cursor: pointer;
}
.dsn-style-cards .dsn-posts:not(.box-image-blackdsn) .post-content.cn {
	cursor: auto !important;
}
.dsn-style-cards .dsn-posts:not(.box-image-blackdsn) .post-content .post-title-top {
  padding-left: 30px;
}

.z-index-1 {
  z-index: 1;
}

.flex-column {
  flex-direction: column;
}

.box-shadow-image .bg-shadow:after, .dsn-box-shadow:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
}

.cover-bg-img {
  width: 100%;
  height: 100%;
  object-fit: 100%;
  object-position: center;
  position: relative;
  transition : 1s;
}
.dsn-item-post:hover .cover-bg-img{
  transform: scale(1.3);
  transition : 1s;
}
.cover-bg-img.hover {
  opacity: 0;
  z-index: -1;
  transition:  opacity .5s;
  position: absolute;
  top: 0;
  left: 0;
}
.cover-caption-img.hover {
  opacity: 0;
  z-index: -1;
  transition:  opacity .5s;
  position: absolute;
  top: 172px;
  right: 62px;
}
.cover-bg-img.normal {
  opacity: 1;
  transition:  opacity .5s;
}

.box-image-bg:hover .cover-bg-img.normal {
  opacity: 0;
  z-index: -1;
}

.box-image-bg:hover .cover-bg-img.hover {
  opacity: 1;
  z-index: 1;
}
.box-image-bg:hover .cover-caption-img.hover {
  opacity: 1;
  z-index: 1;
}
.dsn-item-post.hv .cover-bg-img.hover {
  opacity: 1;
  z-index: 1;
}
.dsn-item-post.hv .cover-caption-img.hover {
  opacity: 1;
  z-index: 1;
}
.persona-house-scroll {
  position: absolute;
  width: 149px;
  height: 24px;
  bottom: 40px;
  display: block;
  z-index: 10;
  right: 40px;
  background-repeat: no-repeat;
  background-image: url("/assets/images/main/scroll-down-horizontal.png?v=030816");
}

.bounce-right-mouse {
  animation: bounce-right 3s infinite ease;
}

@-webkit-keyframes bounce-right {
  0%, 100% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-30px);
  }
}

@keyframes bounce-right {
  0%, 100% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-30px);
  }
}

.main-section-community {
  background-color: #111111;
  background-image: url("/assets/images/main/community-bg.png?v=030816");
  background-repeat: no-repeat;
  padding: 127px 0 117px;
  position: relative;
}

.main-section-community .main-section-header {
  position: relative;
  z-index: 1;
}

.main-section-community .main-section-header .main-section__title {
  font-size: 80px;
  letter-spacing: -0.2px;
  line-height: 86px;
  color: #ffffff;
  margin-bottom: 80px;
  font-weight: normal;
  font-family: "minerva-modern", "NotoSansKR", "NotoSansKR", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.main-section-community .main-section-header .main-section__title b {
  font: inherit;
}

.main-section-community .main-section-header .main-section__description {
  font-size: 22px;
  letter-spacing: -0.3px;
  line-height: 64px;
  color: #ffffff;
}

.main-section-community .community-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(254, 254, 254, 0.3);
}

.main-section-community .community-line-area {
  width: 1440px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100% - 1440px) / 2);
}

.main-section-community .community-line:nth-child(2) {
  left: 33.33%;
}

.main-section-community .community-line:nth-child(3) {
  left: 66.66%;
}

.main-section-community .community-line:nth-child(4) {
  left: 100%;
}

.main-section-community .community-items {
  width: 1440px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-section-community .community-items .community-item {
  width: 33.33%;
}

.main-section-contact {
  padding: 131px 0 105px;
  background: #111;
}

.main-section-contact .main-section-header .main-section__title {
  font-size: 80px;
  letter-spacing: -0.2px;
  line-height: 86px;
  color: #fff;
  margin-bottom: 84px;
  font-weight: normal;
  font-family: "minerva-modern", "NotoSansKR", "NotoSansKR", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.main-section-contact .contact-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-section-contact .contact-items .contact-item + .contact-item {
  margin-left: 74px;
}


/*new*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

.main-top-section {
  background-image: url(/assets/images/main/visual-bg.png?v=030816);
  background-repeat: no-repeat;
  background-size: cover;
  /*padding-bottom: 30vh;*/
}

.first-section {
  overflow: hidden;
}



.visual-button-area {
  position: absolute;
  left: 15.72vw;
  bottom: 10.15vw;
  z-index: 5;
}

.main-visual-prev-button {
  margin-right: 2.96vw;
}

.main-main-section {
  height: 100vh;
}



.box-image-transform.community-section.box-shadow-image.dsn-style-cards .dsn-posts:not(.box-image-blackdsn) .post-content{
  position: absolute;
  padding: 0 80px 62px;
  width: 100%;
  height: auto;
  justify-content: space-between;
  box-sizing: border-box;
  bottom: 0;
}
.box-image-transform.community-section.box-shadow-image .post-content .post-bottom-img {
  transition: opacity .5s;
  position: relative;
  display: block;
}
.box-image-transform.community-section.box-shadow-image .post-content .post-bottom-img.hover {
  opacity: 0;
  z-index: -1;
  display: none;
}
.box-image-transform.community-section.box-shadow-image .box-hover-image:hover .post-bottom-img.hover {
  opacity: 1;
  z-index: 1;
  display: block;
}
.box-image-transform.community-section.box-shadow-image .box-hover-image:hover .post-bottom-img.normal {
  opacity: 0;
  z-index: -1;
  display: none;
}
.dsn-item-post.hv .post-bottom-img.hover {
  opacity: 1 !important;
  z-index: 1 !important;
  display: block !important;
}
.dsn-item-post.hv .post-bottom-img.normal {
  opacity: 0;
  z-index: -1;
  display: none;
}


/*팝업*/
.popvideo {position:fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; 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; z-index : 1}
.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;
}
@media (max-width : 992px){
	.popvideo {position:fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; display: none;}
	.popvideo .pop_wrap {
	display : flex;
	justify-content : center;
	align-items : center;
	flex-wrap : wrap;
		position: relative;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.popvideo span {left: 50%; top: 10vh; z-index : 1}
	.popvideo span a {display: block;position:relative;padding-bottom:35px;text-align:center;color:#fff;}
	.popvideo span * {vertical-align: middle;}

	.video_con {
		position: static;
		padding-bottom:100%;
		height: 0;
		overflow: hidden;
	}
	.video_con iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 56.25%;
}
}
.video_con video {
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
  height: 56.25%;
}
.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.7;
	-moz-opacity: 0.7;
	display: none;
}

.main-section-persona-text0 {
  padding-top: 247px;
  width: 100%;
  height: 621px;
  background-image: url(/assets/images/main/persona-text0-bg.png?v=030816);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
}

.main-section-persona-text0 .main-section__description {
  margin-top: 17px;
  font-size: 52px;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.main-section-persona-text0 .main-section__title {
  font-size: 62px;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.quick-menu {
	opacity: 0;
	position: fixed;
	z-index: 1111;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	width: 80px;
	background: #fff;
	border-radius: 54px;
	padding: 24px 0;
	transition: all ease 2s;
}
.quick-menu.show {
	opacity: 1;
}
.quick-menu__link:after {
	content:'';
	display: block;
	width: 90%;
	height: 1px;
	background-color: #DEDEDE;
	margin: 15px 0;
}
.quick-menu__link:last-child:after {
	display: none;
}
.quick-menu .menu-icon {
  width: 30px;
  height: 2px;
  display: block;
  background: var(--main-color);
  position: absolute;
  left: calc(50% - 15px);
  top: 42px;
}
.quick-menu .menu-icon:nth-child(2) {
  width: 17px;
  top: 51px;
  left: calc(50% - 2px);
}
.quick-menu .menu-icon:nth-child(3) {
  width: 30px;
  top: 61px;
}

#custom-cursor,
#custom-cursor-text {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
	cursor: none;
}


#custom-cursor.click .custom-cursor__circle {
  background-color: transparent;
}

#custom-cursor.click,
#custom-cursor-text.click {
  width: 65px;
  height: 65px;
}

.custom-cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-cursor__circle, .custom-cursor__txt {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
}

.custom-cursor__circle {
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.6);
}

html.ie .custom-cursor__circle {
  background: rgba(255, 255, 255, 0.5);
}

#container .custom-cursor__txt {
  z-index: 2;
}

.custom-cursor__txt > span {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", "Times New Roman", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#custom-cursor-text.more .custom-cursor__txt {
  background-size: 59px auto;
	cursor: none;
}

html.ie10 #custom-cursor, html.ie10 #custom-cursor-text {
  display: none;
}

html.edge #custom-cursor-text.more .custom-cursor__txt {
  background-size: 60px auto;
	cursor: none;
}

#custom-cursor.on {
  mix-blend-mode: difference;
}

#custom-cursor.on .custom-cursor__circle {
  background: #fff;
}

#custom-cursor-text.on .custom-cursor-inner {
  opacity: 0;
}

#custom-cursor-text .custom-cursor-inner {
  transition: 0.3s;
}

#custom-cursor.on_type2 {
  mix-blend-mode: difference;
}

#custom-cursor.on_type2 .custom-cursor__circle {
  background: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #custom-cursor.on .custom-cursor__circle,
#custom-cursor.on .custom-cursor__circle,
#custom-cursor.on .custom-cursor__circle {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
  }
}
@media (max-width: 1279px) {
  #custom-cursor, #custom-cursor-text {
    display: none !important;
  }
}


.content-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1111;
  visibility: hidden;
  background: rgba(0,0,0,.7);
}
.content-modal .content-img {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.confirm-modal {
  align-items: center;
  justify-content: center;
}
.confirm-content-box .close-modal {
  position: absolute;
  top: auto;
  bottom:20px;
  width: 100%;
}
.confirm-content-box {
  width: 400px;
  height: 256px;
  position: relative;
}
.confirm-img {

}
.close-modal {
  position: fixed;
  right: 15vw;
  top: 0;
  top: 2vw;
  width: 5vw;
  height: 5vw;
  background: none;
  z-index: 1;
}
.go-top-modal {
  top: auto;
  bottom: 100px;
}

.content-modal {
  align-items: center;
  justify-content: center;
}
.main-popup-content {
  position: relative;
  width: 100%;
  height: 45.83vw;
  max-width: 1920px;
  max-height: 880px;
}
.close-modal-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 5vw;
  height: 5vw;
  background: none;
  z-index: 1;
}

@media screen and (max-width : 991px){

	#fullpage{
		overflow : hidden;
	}
	.main-section-visual-quick{
		display : none;
	}
	.header-right-bar{
		display : none;
	}
	.main-section-visual .main-section-visual-left{
		padding-top : 20vh;
		width : 80%;
	}
	.main-section-visual .main-section-visual-left .main-section-visual-title p{
		font-size : 20px;
	}
	.main-section-visual-title-img{
		width: 100%;
	}
	.main-section-visual .main-section-visual-left .main-section-visual-open{
		width : 43%;
		min-width : 107px;
		font-size : 16px;
		height : 40px;
		margin-bottom : 15px;
	}
	.main-section-visual .main-section-visual-left .main-section-visual-img{
		width : 30%;
	}
	.main-section-visual{
		background-size : auto 130%;
	}
	.main-section-visual.active{
		animation : none;
		background-position : 50%;
		animation : m_backani 3.5s ease-out both;
	}
	@keyframes m_backani{
		0%{
			background-size : auto 130%;
		}
		100%{
			background-size : auto 100%;
		}
	}

	.main-section-location{
		background-position : top left;
		background-size : 100% 50vh;
	}
	.main-section-location.active{
		background-size : 190% 50vh;
	}
	.main-section-location .main-section-location-right{
		width : calc(100% - 20px);
		margin-left : 20px;
		height : 50vh;
		position : absolute;
		top : 50vh;
	}
		.main-section-location .main-section-location-right .main-section-location-right-inner{
		padding : 0;
		}
		.main-section-location .main-section-location-right .location-small-title {
			font-size : 16px;
		}
		.main-section-location .main-section-location-right .location-title{
			font-size : 44px;
		}
		.main-section-location .main-section-location-right .location-p{
			font-size : 28px;
			line-height : 34px;
			margin-bottom : 7vh;
		}
		.main-section-location .rotate-btn{
			width : 80px;
			height : 83px;

		}
		.main-section-location .rotate-btn .rotate-arrow {
			background-size : 65px 65px;
		}
		.main-section-location .rotate-btn .rotate-text {
			background-size : 80px 83px;

		}

		.main-section-premium{
			display : block;
			padding : 0;
			margin : 0;
			height : 100vh;
		}
		.main-section-premium .border-ani{
			display : none;
		}
		.main-section-premium .premium-box {
			width: 50%;
			height: 33.333vh;
			padding: 10px;
			box-sizing: border-box;
			position: relative;
			float : left;
			border : none;
			opacity : 0;
		}
		.main-section-premium .premium-box:nth-child(1),
		.main-section-premium .premium-box:nth-child(3),
		.main-section-premium .premium-box:nth-child(5){
			transform : translateX(50%);
			transition : 1s;
		}
		.main-section-premium .premium-box:nth-child(2),
		.main-section-premium .premium-box:nth-child(4),
		.main-section-premium .premium-box:nth-child(6){
			transform : translateX(-50%);
			transition : 1s;
		}
		.main-section-premium.active .premium-box:nth-child(1){
			transition-delay : 0;
		}
		.main-section-premium.active .premium-box:nth-child(2){
			transition-delay : 0.3s;
		}
		.main-section-premium.active .premium-box:nth-child(3){
			transition-delay : 0.6s;
		}
		.main-section-premium.active .premium-box:nth-child(4){
			transition-delay : 0.9s;
		}
		.main-section-premium.active .premium-box:nth-child(5){
			transition-delay : 1.2s;
		}
		.main-section-premium.active .premium-box:nth-child(6){
			transition-delay : 1.5s;
		}

		.main-section-premium.active .premium-box{
			transform : translateX(0);
			transition : 1s;
			opacity : 1;
		}

		.main-section-premium .premium-box .premium-num,
		.main-section-premium .premium-box .premium-eng-title,
		.main-section-premium .premium-box .premium-kor-title,
		.main-section-premium .premium-box .premium-ment,
		.main-section-premium .premium-box .premium-img{
			opacity : 0;
			transition : opacity 1s;
			position : absolute;
		}
		.main-section-premium.active .premium-box .premium-num,
		.main-section-premium.active .premium-box .premium-eng-title,
		.main-section-premium.active .premium-box .premium-kor-title,
		.main-section-premium.active .premium-box .premium-ment,
		.main-section-premium.active .premium-box .premium-img{
			opacity : 1;
			transition : opacity 1s;
			animation : none !important;
			position : absolute;
		}
		.main-section-premium .premium-box .premium-ment{
			width : calc(100% - 20px);
			text-align : left;
			bottom : calc(10px + 0.5vh);
			font-size : 2vw;
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
			line-height : 2.9vw;
			letter-spacing : 0px;
			text-align : right;
			

		}
		.main-section-premium .premium-box .premium-num{
			top : 16vh;
			left : 10px;
			height : 7.1vh;
			object-fit : contain;
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
		}
		.main-section-premium .premium-box .premium-eng-title{
			top : 18.7vh;
			right : 10px;
			height : 1.4vh;
			width : auto !important;
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
		}
		.main-section-premium .premium-box .premium-kor-title{
			top : 22vh;
			right : 10px;
			/* height : 4.5vh; */
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
			line-height : 1.8vh;
			text-align : right;
			font-size : 1.2vh;
			font-weight : 300;
		}
		.main-section-premium .premium-box .premium-img{
			top : 10px;
			left : 10px;
			width : calc(100% - 20px);
			height : calc(16.6666vh - 10px);

			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
			position : absolute;
		}
		/* .main-section-premium .premium-box:nth-child(2){
			background : #182a37;
		}
		.main-section-premium .premium-box:nth-child(3){
			background : #182a37;
		}
		.main-section-premium .premium-box:nth-child(6){
			background : #182a37;
		} */

		.main-section-premium.active .premium-box .premium-img{
			/* width : 100%; */
			/* height : 10vh; */
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
			position : absolute;
			/* top : 0; */
		}
		.main-section-premium.active .premium-box .premium-num{
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
		}
		.main-section-premium.active .premium-box .premium-eng-title{
			width : 70px;
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
		}
		.main-section-premium.active .premium-box .premium-kor-title{
			transform : translateX(0) translateY(0);
			margin : 0;
			padding : 0;
			text-align : right;
		}
		.main-section-premium.active .premium-box .premium-ment{
			transform : translateX(0) translateY(0);
			padding : 0;
			letter-spacing : 0px;
			text-align : right;
		}
		.main-section-premium.active .premium-people, .main-section-premium.active .premium-leaf, .main-section-premium.active .premium-rotate{
			display : none;
		}

		.main-section-location2{
		    display: block;
			justify-content: center;
			align-items: center;
			width : calc(100% - 20px);
			height: calc(100vh + 80px);
			background: url(../images/main/location2-bg.png?v=030816) no-repeat;
			background-size: cover;
			padding : 10px;
		}
		.main-section-location2 .main-section-location2-inner{
			width : calc(100% - 20px);
		}
		.main-section-location2 .main-section-location2-inner .location2-left{
			display: flex;
			align-content: flex-start;
			flex-wrap: wrap;
			width: 100%;
			height: 50vh;
			background: #fff;
			border-radius: 35px;
			float: left;
			transform: translateX(-80px);
			opacity: 0;
			transition: 1s;
			margin-bottom : 10px;
			padding : 30px 10px;
		}
		.main-section-location2 .main-section-location2-inner .location2-left .location2-title p{
			font-size : 12px;
		}
		.main-section-location2 .main-section-location2-inner .location2-left .location2-title{
			font-size : 20px;
			padding-top: 0;
		}
		.main-section-location2 .main-section-location2-inner .location2-left .location2-p{
			font-size : 12px;
			margin-bottom : 2vh;
		}

		.location2-map p {
			padding: 10px 5px;
			height: 70px;
			font-size: 12px;
			line-height: 15px;
		}
		.location2-btn-box a {
			margin-bottom: 2px;
		}

		.location2-map{
			width : 100%;
			height : 20vh;
			border-radius : 10px;
		}
		.location2-map>img{
			width : 100%;
		}
		.main-section-location2 .main-section-location2-inner .location2-left .location2-address{
			    margin: 1vh 0;
				font-size: 12px;
				color: #383A4C;
		}
		.main-section-location2 .location2-btn-box{
		display : flex;
		justify-content : space-around;
		height : 5vh;
		}
		.main-section-location2 .location2-btn-box>a{
		width : auto;
		height : 100%;
		}
		.main-section-location2 .location2-btn-box>a img{
		height : 100%;
		width : auto;
		}
		.main-section-location2 .main-section-location2-inner .location2-right{
		    display: flex;
			justify-content: center;
			align-items: center;
			align-content: center;
			flex-wrap: wrap;
			width: calc(100vw - 20px);
			height: 50vh;
			background: #071926;
			border-radius: 35px;
			float: left;
			transform: translateX(80px);
			opacity: 0;
			transition: 1s;
		}

		.main-section-location2 .main-section-location2-inner .location2-right .location2-title p{
			font-size : 12px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-title{
			font-size : 24px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-p{
			font-size : 12px;
			margin : 0 0 1vh 0;
		}
		
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box{
			width : 100%;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box input{
			width : calc(100% - 20px);
			height : 45px;
			margin-left : 10px;
			margin-bottom : 5px;
			font-size : 12px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box input:placeholder{
			font-size : 12px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-address{
			font-size : 12px;
			margin : 1vh 0;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area a{
			font-size : 12px;
			margin-right : 10px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area .location2-check-box label{
			font-size : 12px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area{
			margin : 5px 0 15px 0;
			padding : 5px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-input-box .location2-check-area .location2-check-box input{
			width : 15px;
			height : 15px;
		}
		.main-section-location2 .main-section-location2-inner .location2-right .location2-right-btn{
			width : calc(100% - 20px);
			height : 45px;
			font-size : 12px;
		}

}
