@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

::-webkit-scrollbar {

display:none;

} 


@font-face {
  font-family: 'futura';
  src: local('futura'),
  	   url('../../font/futura.eot') format('embedded-opentype'),
       url('../../font/futura.ttf') format('truetype');
  font-weight: 400;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{ line-height:1.5; font-family:'Dotum'; font-size:16px; color:#333; background:#fff;-ms-overflow-style: none; } 
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color: inherit;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none !important;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;font-family:'Dotum';}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
a,input,button,select{outline:none}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none}
input::-ms-clear{display:none;}


body { width: 100%; margin: auto; font-family: 'Noto Sans KR', sans-serif; }

/*body.main { overflow-y: hidden; }*/

/**/

.all_wrap { width: 100%; position: relative; top: 0; z-index: 989; background-color: #fff; font-family: 'Noto Sans KR', sans-serif; }


.main_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; }


.swiper1 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; margin-bottom: 0; }
.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_img.img01 { background: url(../img/main01.jpg) center no-repeat; background-size: cover; }
.main_img.img02 { background: url(../img/main02.jpg) center no-repeat; background-size: cover; }


.main_txt_box { position: absolute; margin: auto; left: 12%; top: 29%; text-align: left; }
.main_txt_box h2 { font-size: 44px; line-height: 55px; }
.main_txt_box p { font-size: 15px; line-height: 30px; margin-top: 20px; }
.main_logo { margin-top: 70px; float: left; }
/*.main_open { width: 129px; height: 18px; margin-top: 12px; position: relative; }*/
.main_open { float: left; clear: both; font-size: 18px; line-height: 120%; margin-top: 15px; position: relative; }
.main_open:after { content:''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background-color: #99887a; opacity: 0.5; }

.main_txt_box.box01 { color: #030303; }
.main_txt_box.box02 { color: #fff; }
.main_txt_box.box01 h2 { font-weight: 200; }
.main_txt_box.box02 h2 { font-weight: 100; }
.main_txt_box.box01 p { font-weight: 400; }
.main_txt_box.box02 p { font-weight: 300; }
.main_txt_box.box01 .main_open:after { background-color: #000; }
.main_txt_box.box02 .main_open:after { background-color: #99887a; }


.swiper1 .swiper-slide.swiper-slide-active .main_img { animation: main_img 1.6s 0s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h2 { animation: main_txt 1.0s 0.9s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box p { animation: main_txt2 1.2s 1.45s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box .main_logo { animation: main_txt2 1.2s 1.85s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box .main_open { animation: main_txt2 1.2s 1.85s both; }


@keyframes main_img {
	from { transform: scale(1.22); }
	to {  }
}
@keyframes main_txt {
	from { opacity: 0; transform: translateY(-60px); }
	to {  }
}
@keyframes main_txt2 {
	from { opacity: 0; }
	to {  }
}


.main_bt_wrap { width: 20px; height: 140px; position: absolute; right: 30px; bottom: 0; top: 0; margin: auto; z-index: 9; }

.main_bt_wrap .swiper-pagination { width: 20px; height: 100px; position: absolute; left: 0; right: 0; top: 0; margin: auto; z-index: 999; display: flex; justify-content: space-between; flex-direction: column; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 50px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet span { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; display: none; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.4; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet p { font-size: 11px; line-height: 100%; color: #fff; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; }

.main_bt_wrap .swiper-pagination .swiper-pagination-bullet-active span { display: block; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet-active p { left: -13px; opacity: 1; }


@keyframes bullet {
	from { height: 0; }
	to {  }
}


.main_play_bt { width: 20px; height: 30px; color: #fff; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; }
.main_play_bt>div { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor: pointer; border-radius: 100%; }
.main_play_bt>div>img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-button-play { display: none; }


.swiper1-2 { width: 181px; height: 82px; position: absolute; left: 0; top: 0; bottom: 0;  margin: auto; z-index: 99; }
.swiper1-2 .swiper-slide { width: 82px; height: 82px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper1-2 .swiper-slide img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }
.swiper1-2 .swiper-slide:hover .const_dt_hover{ opacity: 1; }



.swiper1-2 .swiper-slide { width: 20%; height: 100%; opacity: 1; }
.swiper1-2 .swiper-slide-thumb-active { opacity: 1; }
.swiper1-2 .swiper-slide:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; z-index: 9; border-radius: 100%; }
.swiper1-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #fff; z-index: 9; border-radius: 100%; }
.swiper1-2 .swiper-slide .thumb_gray { opacity: 1; }
.swiper1-2 .swiper-slide-thumb-active .thumb_gray { opacity: 0; }

.main_scroll_box { width: 51px; height: 135px; position: absolute; left: 30px; bottom: 90px; text-align: center; z-index: 9; opacity: 0; transition: 0.7s 1.6s; transform: translateX(-100px); }
.main_scroll { width: 13px; height: 83px; margin: auto; margin-top: 12px; position: relative; overflow: hidden; }
.main_scroll span { position: absolute; left: 0; right: 0; margin: auto; top: -100%; width: 1px; height: 100%; background-color: #fff; }
.main_scroll:after { position: absolute; content:''; width: 8px; height: 8px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); left: 0; bottom: 2px; right: 0; margin: auto; }
.scroll_circle { content:''; position: absolute; left: 0; right: 0; bottom: -22px; margin: auto; width: 50px; height: 50px; z-index: -1; }
.scroll_circle span { content:''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; width: 100%; height: 100%; border-radius: 100%; opacity: 0.2; }

.main_wrap.active .main_scroll_box { opacity: 1; transform: translateY(0); }


/*

.main_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; background-color: #101f3a; overflow: hidden; }

.main_txt_box { width: 1020px; height: 330px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translateY(-120px); text-align: center; color: #fff; }
.main_txt { width: 100%; position: relative; transition: 0.9s 2.7s; transform: translateY(180px); }
.main_txt_box p { position: absolute; height: 26px; top: 0; bottom: 0; margin: auto; font-size: 26px; line-height: 100%; font-weight: 200; transition: opacity 1.5s 0.1s, transform 1.2s 1.3s, letter-spacing 1.2s 1.3s; }
.main_txt_box p:first-child { left: 0; letter-spacing: 1.1px; transform: translate(200px,17px); opacity: 0; }
.main_txt_box p:last-child { right: 0; letter-spacing: 1.1px; transform: translate(-200px,17px); opacity: 0; }
.main_pi { opacity: 0; transition: 2s 1.4s; }
.main_logo { margin-top: 35px; opacity: 0; transform: translateY(-60px); transition: 0.8s 2.9s; }
.main_open { width: 204px; height: 17px; margin: auto; margin-top: 40px; position: relative; opacity: 0; transform: translateY(-50px); transition: 0.8s 3.1s; }
.main_open:after { content:''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background-color: #99887a; opacity: 0.5; }
.main_txt_box h6 { font-size: 14px; font-weight: 200; margin-top: 12px; letter-spacing: -0.5px; opacity: 0; transform: translateY(-50px); transition: 0.8s 3.1s; }
.main_txt_box h6 div { display: inline-block; width: 1px; height: 15px; background-color: #fff; opacity: 0.5; margin: 0 10px; position: relative; top: 2px; }


.main_img { width: 432px; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; opacity: 0; transition: 2s 1.4s; }

.main_scroll_box { width: 51px; height: 135px; position: absolute; left: 30px; bottom: 90px; text-align: center; z-index: 9; opacity: 0; transition: 0.7s 3.6s; transform: translateX(-100px); }
.main_scroll { width: 13px; height: 83px; margin: auto; margin-top: 12px; position: relative; overflow: hidden; }
.main_scroll span { position: absolute; left: 0; right: 0; margin: auto; top: -100%; width: 1px; height: 100%; background-color: #fff; }
.main_scroll:after { position: absolute; content:''; width: 8px; height: 8px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); left: 0; bottom: 2px; right: 0; margin: auto; }
.scroll_circle { content:''; position: absolute; left: 0; right: 0; bottom: -22px; margin: auto; width: 50px; height: 50px; z-index: -1; }
.scroll_circle span { content:''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; background-color: #404c61; width: 100%; height: 100%; border-radius: 100%; }


.main_wrap.active p:first-child { transform: translate(0,17px); opacity: 1; letter-spacing: 8.1px; }
.main_wrap.active p:last-child { transform: translate(0,17px); opacity: 1; }
.main_wrap.active .main_pi { opacity: 1; }
.main_wrap.active .main_txt { transform: translateY(0); }
.main_wrap.active .main_img { opacity: 1; }
.main_wrap.active .main_logo { transform: translateY(0); opacity: 1; }
.main_wrap.active .main_open { transform: translateY(0); opacity: 1; }
.main_wrap.active .main_txt_box h6 { transform: translateY(0); opacity: 1; }

.main_wrap.active .main_scroll_box { opacity: 1; transform: translateY(0); }

*/

/**/

.content { width: 100%; margin: auto; font-family: 'Noto Sans KR', sans-serif; height: auto; }

/**/


.lux_wrap { width: 100%; height: 1000px; background: url(../img/lux_bg.jpg) center no-repeat; background-size: cover; position: relative; }

.lux_box { width: 1480px; height: 700px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translateY(0px); }

.lux_tit_box { opacity: 0; transform: translateX(-100px); }
.lux_tit_box h4 { font-size: 20px; line-height: 100%; color: #fff; font-weight: 200; }
.lux_tit { margin-top: 35px; }
.lux_tit_box p { font-size: 15px; line-height: 30px; color: #8e8e8e; margin-top: 60px; font-weight: 400; }

.lux_logo { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translateY(-17px); opacity: 0; }

.lux_txt_box { position: absolute; right: 0; bottom: 0; text-align: right; opacity: 0; transform: translateX(100px); }
.lux_txt_box p { font-weight: 400; font-size: 15px; line-height: 30px; color: #fff; }
.lux_txt_box p span { color: #8f8f8f; }

.lux_unit { margin-top: 80px; }
.lux_unit h4 { font-size: 15px; line-height: 100%; color: #ad997f; text-transform: uppercase; }
.lux_unit h4 span { font-size: 22px; }
.lux_unit ul { margin-top: 13px; }
.lux_unit ul li { float: right; font-size: 15px; line-height: 100%; color: #565656; position: relative; padding-left: 10px; margin-left: 10px; }
.lux_unit ul li span { color: #fff; }
.lux_unit ul li:before { content:''; width: 1px; height: 11px; background-color: #fff; opacity: 0.3; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.lux_unit ul li:last-child:before { display: none; }


.lux_box.active .lux_tit_box { transition: 1.5s 0.3s; transform: translateX(0); opacity: 1; }
.lux_box.active .lux_logo { transition: 1.7s 0s; opacity: 1; }
.lux_box.active .lux_txt_box { transition: 1.5s 0.3s; transform: translateX(0); opacity: 1; }


/**/


.space_wrap { width: 100%; height: 1300px; position: relative; }
.space_wrap:after { content:''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 950px; background-color: #000; }

.space_box { width: 1620px; height: 1000px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translateY(0px); text-align: left; }

.space_tit_box { padding: 0 60px; box-sizing: border-box; }
.space_tit_box h4 { font-size: 20px; line-height: 100%; color: #fff; font-weight: 200; opacity: 0; transform: translateX(-100px); }
.space_tit { margin-top: 30px; opacity: 0; transform: translateX(-100px); }
.space_tit_box p { font-size: 15px; line-height: 30px; color: #8e8e8e; margin-top: 55px; font-weight: 400; opacity: 0; transform: translateX(-100px); }
.space_tit_box p:last-child { text-align: right; opacity: 0; transform: translateX(100px); }

.space_img_box { margin-top: 45px; opacity: 0; }

.space_txt_box { margin-top: 40px; text-align: center; opacity: 0; }
.space_txt_box ul {  }
.space_txt_box ul li { display: inline-block; text-align: left; position: relative; height: 40px; padding-left: 32px; }
.space_txt_box ul li:before { content:''; width: 8px; height: 100%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background-color: #d4d4d4; }
.space_txt_box ul li:nth-child(1) { margin-right: 100px; }
.space_txt_box ul li:nth-child(2) { margin-right: 130px; }
.space_txt_box ul li:nth-child(3) { margin-right: 55px; }
.space_txt_box ul li .space_txt { position: relative; top: -2px; }
.space_txt_box ul li h5 { font-size: 20px; line-height: 100%; color: #ad997f; }
.space_txt_box ul li p { font-size: 15px; line-height: 100%; color: #3d3d3d; margin-top: 6px; font-weight: 400; }



.space_tit_box.active h4 { transition: 1.5s 0s; transform: translateX(0); opacity: 1; }
.space_tit_box.active .space_tit { transition: 1.5s 0s; transform: translateX(0); opacity: 1; }
.space_tit_box.active p { transition: 1.5s 0s; transform: translateX(0); opacity: 1; }
.space_tit_box.active p:last-child { transition: 1.5s 0s; transform: translateX(0); opacity: 1; }
.space_img_box.active { transition: 1.2s 0s; opacity: 1; }
.space_txt_box.active { transition: 1.2s 0.5s; opacity: 1; }





/**/

.sec01 { width: 100%; height: 3050px; position: relative; overflow: hidden; }
.sec01:after { content:''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 2025px; background-color: #f5f5f5; }

.sec01_box { width: 1620px; height: 100%; position: absolute; left: 0; right: 0; margin: auto; margin-top: 145px; z-index: 9; }


.sec01_top { width: 100%; position: relative; }
.sec01_top_tit { margin-left: 60px; position: relative; color: #000; }
.sec01_tit01 { transform: translateX(-60px); opacity: 0;  }
.sec01_top_tit h2 { font-size: 44px; line-height: 55px; font-weight: 200; margin-top: 15px; transform: translateX(-60px); opacity: 0; }
.sec01_top_tit h2 b { font-weight: 700; }
.sec01_top_tit p { font-size: 15px; line-height: 30px; opacity: 0.7; font-weight: 400; margin-top: 33px; transform: translateX(-60px); opacity: 0; }
.sec01_tit02 { position: absolute; right: 60px; bottom: -55px; transform: translateX(550px); opacity: 0; }

.location_iframe { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; margin-top: 60px;opacity: 0; }
.location_iframe iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.sec01_map { margin-top: 60px; position: relative; opacity: 0; }
.sec01_map:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #7f7669; box-sizing: border-box; }

.sec01_bottom { margin-top: 95px; }
.sec01_bottom_tit { text-align: center; opacity: 0; }
.sec01_tit03 {  }
.sec01_bottom_tit p { font-size: 20px; line-height: 100%; font-weight: 300; margin-top: 15px; }
.sec01_content_box { width: 1500px; margin: auto; margin-top: 45px; display: flex; justify-content: space-between; opacity: 0; }
.sec01_content { width: 345px; text-align: left; }
.sec01_img { position: relative; }
.sec01_img h6 { position: absolute; font-size: 10px; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.8),0 0 10px rgba(0,0,0,0.8); right: 10px; bottom: 7px; }
.sec01_content h3 { color: #b29e86; font-size: 20px; line-height: 26px; font-weight: 300; margin-top: 35px; }
.sec01_content h3 b { font-weight: 600; }
.sec01_content p { font-size: 14px; line-height: 26px; margin-top: 20px; color: #000; opacity: 0.7; }
.sec01_content:nth-child(2n) h3 { color: #606672; }



.sec01_top.active .sec01_tit01 { transition: 1.2s 0s; transform: translateX(0); opacity: 1; }
.sec01_top.active .sec01_top_tit h2 { transition: 1.2s 0s; transform: translateX(0); opacity: 1; }
.sec01_top.active .sec01_top_tit p { transition: 1.2s 0s; transform: translateX(0); opacity: 1; }
.sec01_top.active .sec01_tit02 { transition: 1.6s 0s; transform: translateX(0); opacity: 1; }
.sec01_top.active .sec01_map { transition: 1.2s 0.4s; opacity: 1; }
.sec01_top.active .location_iframe { transition: 1.2s 0.4s; opacity: 1; }
.sec01_bottom.active .sec01_bottom_tit { transition: 1.2s 0s; opacity: 1; }
.sec01_bottom.active .sec01_content_box { transition: 1.2s 0.5s; opacity: 1; }


/**/


.sec02_tit { margin-top: 0px; text-align: center; z-index: 999; position: relative; padding-top: 150px; padding-bottom: 90px; background-color: #000; top: 2px; z-index: 99; }
.sec02_tit img { opacity: 0; }
.sec02_tit p { font-size: 20px; line-height: 100%; color: #fff; margin-top: 55px; font-weight: 200; opacity: 0; }

.sec02 { width: 100%; height: 100vh; position: relative; overflow: hidden; background: url(../img/sec02_bg.jpg) center no-repeat; background-size: cover; position: sticky; top: 0; }

.sec02_wrap { width: 100%; height: 4200px; position: relative; }

.sec02_content_box { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; padding-left: 0px; }
.sticky-parent { width: 100%; position: relative; height: 100%; }
.sticky { width: 100%; position: sticky; top: 0px; overflow-x: hidden; overflow-y: hidden;  }
.sec02_content { width: 100%; display: block; min-width: 400px; margin: 0px; height: 100vh; margin-top: 0px; position: relative; opacity: 0; }
.sec02_content:first-child { margin-left: 160px; }
.sec02_content:last-child { min-width: 240px !important; }
.sec02_content:nth-child(2n):after { content:''; width: 1px; height: 0; position: absolute; left: 0; top: 0; background-color: #fff; opacity: 0.25; } 
.sec02_content:nth-child(2n-1):after { content:''; width: 1px; height: 0; position: absolute; left: 0; bottom: 0; background-color: #fff; opacity: 0.25; } 
.horizontal { display: flex; }



.sec02_con { position: absolute; height: 635px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; transform: translateY(55px); width: 100%; box-sizing: border-box; padding: 0 40px; }

.sec02_left { position: absolute; right: 0; top: 0; transform: rotate(90deg) translate(560px,-180px); opacity: 0; }
.sec02_left p { font-size: 20px; line-height: 100%; color: #fff; font-weight: 200; }
.sec02_left img { margin-top: 12px; }

.sec02_txt_box { text-align: left; color: #fff; font-weight: 300; position: relative; float: left; margin-top: 20px; transform: translateY(100px); opacity: 0; }
.sec02_txt_box h4 { font-size: 20px; line-height: 28px; }
.sec02_txt_box p { font-size: 14px; line-height: 25px; opacity: 0.5; margin-top: 25px; letter-spacing: 0; font-weight: 200; }
.sec02_img { float: left; margin: auto; position: relative; transform: translateX(100px); opacity: 0; }
.sec02_txt { float: left;  transform: translateY(-100px); opacity: 0; }
.sec02_icon { float: left; transform: translateY(-60px); opacity: 0; }
.sec02_num { float: left; position: relative; z-index: 99; transform: translateX(-100px); opacity: 0; }


.sec02_content.con01 .sec02_img { }
.sec02_content.con01 .sec02_num { margin-top: 55px; }
.sec02_content.con01 .sec02_txt { margin-top: 55px; margin-left: 114px; }
.sec02_content.con01 .sec02_txt_box { clear: both; margin-top: 50px; }
.sec02_content.con01 .sec02_icon { float: right; position: relative; top: -17px; right: -30px; }

.sec02_content.con02 .sec02_icon { position: absolute; top: -25px; }
.sec02_content.con02 .sec02_txt_box { float: right; text-align: right; margin-top: 55px; }
.sec02_content.con02 .sec02_img { margin-top: 35px; }
.sec02_content.con02 .sec02_num { float: right; margin-right: -27px; margin-top: -55px; }
.sec02_content.con02 .sec02_txt { float: right; margin-top: 35px; clear: both; }

.sec02_content.con03 .sec02_txt { float: right; margin-top: 17px; }
.sec02_content.con03 .sec02_num { clear: both; margin-top: 73px; }
.sec02_content.con03 .sec02_icon { float: right; position: relative; top: 110px; right: -5px; }
.sec02_content.con03 .sec02_txt_box { clear: both; margin-top: 50px; }
.sec02_content.con03 .sec02_img { margin-top: 40px; }

.sec02_content.con04 .sec02_img { }
.sec02_content.con04 .sec02_num { float: right; position: relative; right: -30px; top: -20px; }
.sec02_content.con04 .sec02_icon { clear: both; }
.sec02_content.con04 .sec02_txt_box { margin-top: 30px; }
.sec02_content.con04 .sec02_txt { margin-top: 48px; }

.sec02_content.con05 .sec02_icon { margin-left: 20px; margin-top: 30px; }
.sec02_content.con05 .sec02_txt { float: right; margin-top: 45px; }
.sec02_content.con05 .sec02_txt_box { float: right; text-align: right; margin-top: 30px; }
.sec02_content.con05 .sec02_num { position: absolute; bottom: 185px; left: 10px; }
.sec02_content.con05 .sec02_img { margin-top: 45px; }

.sec02_content.con06 .sec02_txt_box {  }
.sec02_content.con06 .sec02_txt { float: right; margin-top: 45px; }
.sec02_content.con06 .sec02_img { clear: both; margin-top: 20px; }
.sec02_content.con06 .sec02_num { float: right; position: relative; right: -30px; top: -45px; }
.sec02_content.con06 .sec02_icon { margin-top: 55px; }

.sec02_content.con07 .sec02_num { position: absolute; left: 10px; top: -30px; }
.sec02_content.con07 .sec02_img { }
.sec02_content.con07 .sec02_txt { margin-top: 20px; float: right; }
.sec02_content.con07 .sec02_txt_box { margin-top: 35px; clear: both; }
.sec02_content.con07 .sec02_icon { float: right; margin-top: 40px; }

.sec02_content.con08 .sec02_icon { float: right; margin-right: -10px; }
.sec02_content.con08 .sec02_txt_box { clear: both; }
.sec02_content.con08 .sec02_txt { float: right; margin-top: 75px; }
.sec02_content.con08 .sec02_num { position: absolute; left: 8px; bottom: 190px; }
.sec02_content.con08 .sec02_img { margin-top: 28px; }



.sec02_tit.active img { transition: 1.2s 0s; opacity: 1; }
.sec02_tit.active p { transition: 1.2s 0s; opacity: 1; }
.sticky.active .sec02_left { transition: 1.2s 0s; opacity: 1; transform: rotate(90deg) translate(460px,-180px); }
.sticky.active .sec02_content { transition: 1.2s 0s; opacity: 1; }

.sec02_content.active:nth-child(2n):after { transition: 2s 0s; height: 100%; }
.sec02_content.active:nth-child(2n-1):after { transition: 2s 0s; height: 100%; }

.sec02_content.active .sec02_img { transition: 1.5s 0.2s; transform: translateX(0); opacity: 1; }
.sec02_content.active .sec02_num { transition: 1.5s 0.2s; transform: translateX(0); opacity: 1; }
.sec02_content.active .sec02_txt { transition: 1.5s 0.4s; transform: translateY(0); opacity: 1; }
.sec02_content.active .sec02_txt_box { transition: 1.5s 0.4s; transform: translateY(0); opacity: 1; }
.sec02_content.active .sec02_icon { transition: 1.5s 0.6s; transform: translateY(0); opacity: 1; }

/**/



/**/

[data-slideInBottom] { opacity: 0; position: relative; top: 40px; transition: 0.6s 0.2s ease-out; }
[data-slideInBottom].active { opacity: 1; top: 0; }

[data-fadeIn] { opacity: 0; transition: 0.5s 0.2s ease-out; }
[data-fadeIn].active { opacity: 1; }

/*[data-active] { transition: 0.6s 0.1s ease-out; }*/

/**/

.contact_wrap { width: 100%; height: 908px; background: url(../img/contact_bg.jpg) center no-repeat; background-size: cover; text-align: center; position: relative; }
.contact_box { width: 1280px; height: 600px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translateY(-40px); }

.contact_tit { transform: translateY(-30px); opacity: 0; }
.contact_tit h4 { font-size: 22px; line-height: 100%; color: #000; font-weight: 500; }
.contact_tit h4 img{margin-top: -1px;}
.contact_tit img { margin-top: 20px; }
.contact_map_box { width: 100%; height: 427px; position: relative; display: flex; justify-content: space-between; margin-top: 90px; }
.contact_map { width: 607px; height: 100%; box-shadow: 0 0 40px rgba(0,0,0,0.12) }
.contact_map:nth-child(1) { transform: translateX(-50px); opacity: 0; }
.contact_map:nth-child(2) { transform: translateX(50px); opacity: 0; }
.contact_txt_box { width: 100%; height: 53px; position: relative; overflow: hidden; background-color: #1b2536; }
.contact_txt_box h3 { float: left; font-size: 18px; line-height: 53px; color: #d6d6d6; position: relative; font-weight: 400; margin-left: 27px; padding-right: 22px; }
.contact_txt_box h3:after { content:''; width: 1px; height: 12px; background-color: #595f6b; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.contact_txt_box p { float: left; font-size: 16px; line-height: 53px; color: #98999a; font-weight: 300; margin-left: 18px; }
.contact_txt_box .contact_bt { height: 100%; float: right; }
.contact_txt_box .contact_bt a { width: 100%; height: 100%; display: block; padding-right: 60px; padding-left: 10px; }
.contact_txt_box .contact_bt a p {color: #fff; font-size: 12px; line-height: 53px; letter-spacing: -0.5px; margin-left: 0; }
.contact_bt .contact_plus { width: 13px; height: 13px; position: absolute; right: 26px; top: 0; bottom: 0; margin: auto; transition: 0.2s; }
.contact_bt .contact_plus:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.contact_bt .contact_plus:before { content:''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.contact_txt_box .contact_bt:hover .contact_plus { transform: rotate(90deg); }

.contact_wrap.active .contact_tit { transition: 1.2s 0s; transform: translateY(0px); opacity: 1; }
.contact_wrap.active .contact_map { transition: 1.2s 0.4s; transform: translateX(0px); opacity: 1; }


/**/


.gongo_wrap { width: 1200px; margin: auto; position: relative; }

.gongo_img { position: relative; }
.gongo_img>img { opacity: 0; transform: translateY(50px); }
.gongo_bt_box { width: 365px; position: absolute; left: 105px; bottom: -32px; z-index: 9; text-align: left; }
.gongo_bt { opacity: 0; transform: translateX(-50px); width: 100%; height: 115px; background-color: #fff; position: relative; margin-top: 5px; overflow: hidden; }
.gongo_bt a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding-left: 38px; padding-top: 35px; }
.gongo_bt h5 { font-size: 12px; color: #a79482; line-height: 100%; font-weight: 400; letter-spacing: -0.5px; }
.gongo_bt h2 { font-size: 25px; line-height: 100%; margin-top: 3px; font-weight: 500; position: relative; left: -2px; }
.gongo_arrow { position: absolute; top: 0; bottom: 0; margin: auto; right: 35px; transition: 0.3s; }

.gongo_bt.navy { background-color: #101f3a; }
.gongo_bt.navy h2 { color: #fff; font-weight: 400; }

.gongo_bt.beige { background-color: #a79482; height: 90px; }
.gongo_bt.beige h2 { color: #fff; font-weight: 400; }
.gongo_bt.beige a{padding-top: 28px;}
.gongo_bt:hover .gongo_arrow { right: 30px; }

.adobe_wrap { width: 990px; margin: auto; margin-top: 95px; text-align: left; opacity: 0; }
.adobe_wrap h3 { font-size: 15px; color: #222; line-height: 35px; position: relative; font-weight: 500; }
.adobe_wrap h3:after { content: ''; width: 17px; height: 1px; position: absolute; left: 0; top: 0; background-color: #adadad; }
.adobe_wrap h3:before { content: ''; width: 0; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #cdcdcd; }

.adobe_box { padding: 0 70px; display: flex; justify-content: space-between; margin-top: 20px; }
.adobe_con { width: 260px; overflow: hidden; opacity: 0; transform: translateY(30px); }
.adobe_icon { text-align: center; float: left; }
.adobe_icon h4 { font-size: 13px; color: #aeaeae; margin-top: 8px; letter-spacing: 0.5px; line-height: 100%; font-weight: 300; }
.adobe_con p { float: left; font-size: 12px; line-height: 18px; color: #222; margin-top: 9px; margin-left: 30px; }
.adobe_con:nth-child(2) img { position: relative; left: -5px; }
.adobe_con:nth-child(2) { width: 240px; }
.adobe_con:nth-child(3) { width: 210px; }

.mu_bt{background: #a79482; width: 1200px; height: 70px;  margin: 50px auto; opacity: 0;transform: translateY(30px);transition: 0.3s;  }
.mu_bt a{width: 100%; height: 100%; display: block;}
.mu_bt h2{color: #fff; font-size:18px; line-height: 65px;}

.gongo_wrap.active .gongo_img>img { opacity: 1; transform: translateY(0); transition: 0.8s 0s; }
.gongo_bt_box.active .gongo_bt:nth-child(1) { opacity: 1; transform: translateX(0); transition: 0.8s 0.1s; }
.gongo_bt_box.active .gongo_bt:nth-child(2) { opacity: 1; transform: translateX(0); transition: 0.8s 0.3s; }
.gongo_bt_box.active .gongo_bt:nth-child(3) { opacity: 1; transform: translateX(0); transition: 0.8s 0.7s; }
.adobe_wrap.active { opacity: 1; transition: 0.8s 0s; }
.adobe_wrap.active h3:before { width: 100%; transition: 1.3s 0s; }
.adobe_wrap.active .adobe_con:nth-child(1) { opacity: 1; transform: translateY(0); transition: 0.8s 0s; }
.adobe_wrap.active .adobe_con:nth-child(2) { opacity: 1; transform: translateY(0); transition: 0.8s 0.2s; }
.adobe_wrap.active .adobe_con:nth-child(3) { opacity: 1; transform: translateY(0); transition: 0.8s 0.4s; }
.mu_bt_wrap.active .mu_bt { opacity: 1; transform: translateY(0); transition: 0.8s 0.4s; }
/**/

.vr_wrap { width: 1200px; margin: auto; position: relative;margin-bottom: 120px; display: flex; height: 400px; }

.vr_img { position: relative; width: 60%; height: 100%;;overflow: hidden; }
.vr_img::after{width: 100%; height: 100%; background: url(../sub/vr.jpg) center no-repeat; background-size: cover; transform: scale(1.2); transition: 0.2s 0s; position: absolute; top: 0;left: 0;content:'';	}
.vr_bt_box { width: 40%;height: 100%;	   text-align: left; background-color: #101f3a;cursor:pointer;}

.sub_logo{margin: auto; margin-top: 85px; width: 224px;height: 22px;}
.vr_bt { opacity: 0; transform: translateX(-50px); width: 70%; height: 80px; background-color: #fff; position: relative; margin-top: 5px; overflow: hidden; border-radius:50px; margin: auto;margin-top: 40px;}
.vr_bt2{margin-top: 20px;}
.vr_bt a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding-left: 38px; padding-top: 20px; }
.vr_bt h5 { font-size: 12px; color: #a79482; line-height: 100%; font-weight: 400; letter-spacing: -0.5px; }
.vr_bt h2 { font-size: 25px; line-height: 100%; margin-top: 3px; font-weight: 500; position: relative; left: -2px; }
.vr_bt h2 span{font-size:18px;}
.vr_arrow { position: absolute; top: 0; bottom: 0; margin: auto; right: 35px; transition: 0.3s; }


.vr_bt:hover .vr_arrow { right: 30px; }

.adobe_con:nth-child(2) img { position: relative; left: -5px; }
.adobe_con:nth-child(2) { width: 240px; }
.adobe_con:nth-child(3) { width: 210px; }

.vr_wrap.active .vr_img::after { opacity: 1; transform: scale(1); transition: 1s 0s; }
.vr_bt_box.active .vr_bt{ opacity: 1; transform: translateX(0); transition: 0.8s 0.1s; }
.vr_bt_box.active .vr_bt2{ opacity: 1; transform: translateX(0); transition: 0.8s 0.3s; }

/**/

/*footer { width: 100%; height: 375px; background: #fff; position: relative; left: 0; bottom: 0; z-index: 99999; text-align: center; font-family: 'Noto Sans KR', sans-serif; margin: auto; color: #101f3a; box-shadow: 0 0 20px rgba(0,0,0,0.15); }*/
footer { width: 100%; height: 395px; background: #fff; position: relative; left: 0; bottom: 0; z-index: 99999; text-align: center; font-family: 'Noto Sans KR', sans-serif; margin: auto; color: #101f3a; box-shadow: 0 0 20px rgba(0,0,0,0.15); }
footer:after { content:''; position: absolute; width: 100%; height: 100px; background-color: #fff; left: 0; bottom: -25px; z-index: -1; }

.footer_logo { margin-top: 70px; }

.footer_const { width: 550px; margin: auto; text-align: center; margin-top: 40px; }
.footer_const li { font-size: 13px; line-height: 15px; display: inline-block; font-weight: 400; margin-right: 10px; color: rgba(16,31,58,0.6); vertical-align: middle; letter-spacing: -0.5px; position: relative; padding-right: 13px; }
.footer_const li span { font-size: 15px; font-weight: 500; margin-left: 1px; color: rgba(16,31,58,0.9); }
.footer_const li img { position: relative; top: -2px; }
.footer_const li:after { content:''; position: absolute; width: 1px; height: 11px; right: 0; top: 0; bottom: 0; margin: auto; background-color: #101f3a; opacity: 0.4; transform: translateY(1px); }
.footer_const li:nth-child(1) { margin-left: 0; }
.footer_const li:nth-child(4) { margin-right: 0; }
.footer_const li:nth-child(4):after { display: none; }

footer p { font-size: 12px; line-height: 22px; font-weight: 400; margin-top: 15px; letter-spacing: -0.3px; opacity: 0.8; }
footer h6 { font-size: 12px; line-height: 100%; font-weight: 400; margin-top: 45px; letter-spacing: -0.3px; opacity: 0.8; }


/*.footer_guest { width: 285px; height: 71px; position: fixed; right: 0; bottom: 0; animation: footer_guest 0.7s 3.6s both; box-shadow: 0 0 20px rgba(0,0,0,0.15); }
.footer_guest:before { width: 150%; height: 30px; background-color: #fff; content:''; position: absolute; right: -25%; bottom: -30px; }*/
/*.footer_guest:after { content:''; position: absolute; width: 29px; height: 9px; right: 30px; top: 0; bottom: 0; margin: auto; background: url(../img/common/guest_arrow.png) center no-repeat; }*/
.footer_guest { width: 317px; height: 89px; position: fixed; margin: auto; right: 36px; bottom: 30px; transition: 0.5s; z-index: 9; animation: footer_guest 0.7s 2s both; 
line-height: 87px; border-radius: 50px; text-align: left; color: #000; font-size: 18px; background: #a79482 url(../img/common/compare.png) left 50px center no-repeat;}
.footer_guest a { width: 100%; height: 100%; display: block; border-radius: 50px; padding-left: 90px; box-sizing: border-box; position: relative; z-index: 9; }
.footer_guest:after { content:''; position: absolute; width: 24px; height: 15px; right: 42px; top: 0; bottom: 0;	 margin: auto; background: url(../img/common/guest_arrow.png) center no-repeat; transition: 0.3s; }
.footer_guest span{color: #fff; position: absolute; bottom: 16px; left: 0;right: 0;margin: auto; font-size:14px;z-index: 2; width: 75%; background:#000; padding: 2px 8px; border-radius:50px;}
.footer_guest span b{color: #ffff00; font-weight: 400;}
/* .footer_guest span::after{content:''; position: absolute;width: 70px; height: 8px; background: #ffff00; left: 0;margin: auto;bottom: 5px; z-index: -1;} */
.footer_guest.active { bottom : 30px; }
.footer_guest:hover:after { right: 36px; }


.footer_yb { width: 317px; height: 89px; position: fixed; margin: auto; right: 36px; bottom: 125px; transition: 0.5s; z-index: 9; animation: footer_guest 0.7s 2s both;  }
.footer_yb:after { content:''; position: absolute; width: 24px; height: 15px; right: 42px; top: 0; bottom: 0;	 margin: auto; background: url(../img/common/guest_arrow.png) center no-repeat; transition: 0.3s; }
.footer_yb.active { bottom : 30px; }
.footer_yb:hover:after { right: 36px; }

/**/

.jm_bg { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999998; background-color: rgba(0,0,0,0.7); transition: 0.8s 0.2s; }
.jm_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; cursor: pointer; }

.jm_bg.active { top: 0; transition: 0.8s 0s; }

.jm_close { width: 28px; height: 28px; position: absolute; right: 20px; top: 35px; cursor: pointer; }
.jm_close:after { content:''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 1px; transform: rotate(45deg); background-color: #5f5f5f; }
.jm_close:before { content:''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 1px; transform: rotate(-45deg); background-color: #5f5f5f; }


.jm_wrap { width: 100%; height: 100%; position: fixed; left: 0; bottom: -100%; z-index: 99999999999; transition: 0.8s 0s; display: flex; justify-content: center; align-items: center; }
.jm_img { width: 770px; max-height: 780px; overflow-y: scroll; position: relative; z-index: 9; }
.jm_img img { width: 100%; }

.jm_wrap.active { bottom: 0; transition: 0.8s 0.2s; }

/**/

.compare_bg { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999998; background-color: rgba(0,0,0,0.7); transition: 0.8s 0.2s; }
.compare_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; cursor: pointer; }

.compare_bg.active { top: 0; transition: 0.8s 0s; }

.compare_close { width: 28px; height: 28px; position: absolute; right: 20px; top: 20px; cursor: pointer; }
.compare_close:after { content:''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 1px; transform: rotate(45deg); background-color: #5f5f5f; }
.compare_close:before { content:''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 1px; transform: rotate(-45deg); background-color: #5f5f5f; }


.compare_wrap { width: 100%; height: 100%; position: fixed; left: 0; bottom: -100%; z-index: 99999999999; transition: 0.8s 0s; display: flex; justify-content: center; align-items: center; }
.compare_img { width: 1100px; max-height: 740px; overflow-y: scroll; position: relative; z-index: 9; }
.compare_img img { width: 100%; }

.compare_wrap.active { bottom: 0; transition: 0.8s 0.2s; }

/**/

@keyframes footer_guest {
	from {  transform: translateX(366px); opacity: 1; };
	to { };
}

@keyframes location_pr_bt2 {
	from { transform: translateX(366px); opacity: 1; };
	to { };
}
.location_pr_bt_wrap{cursor: pointer !important;position: fixed; width: 307px; height: 174px; right: 36px; bottom: 30px; z-index: 9998; overflow: hidden; padding: 5px; border-radius:10px; background: rgba(255, 255, 255, .4);transition:.5s;animation: footer_guest 0.7s 2s both;}
.location_pr_vi { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; opacity: 1;border-radius:10px;overflow: hidden;background: #fff url(../img/location_pr_bg.jpg)center center no-repeat ; background-size:cover;}
.location_pr_vi iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer !important;}
.location_pr_bt{position: absolute; width: 50px; height: 50px; left: 0;right: 0;top: 47px;margin: auto;background: #fff url(../img/location_pr_bt01.png)center center no-repeat ;border-radius:50px;transition:.5s; }
.location_pr_bt2{position: absolute;width: 100%; height: 100%;top: 0;left: 0;right: 0;margin: auto;	}

.location_pr_bt_wrap p{position: absolute;width: 100%;top: 113px; left: 0;right: 0;margin: auto; color: #fff;text-shadow: 0 0 12px rgba(0,0,0,1);opacity: 1;transition:.5s;}
.location_pr_bt_wrap:hover{background: rgba(255, 255, 255, 1); transition:.5s;}
.location_pr_bt_wrap:hover .location_pr_bt{background: #0a162c url(../img/location_pr_bt02.png)center center no-repeat ;border-radius:50px;transition:.5s;opacity: 0;}
.location_pr_bt_wrap:hover p{opacity: 0;transition:.5s;}
/* sub */

#all_wrap { width: 100%; height: auto; overflow: hidden; margin: auto; position: relative; font-family: 'Noto Sans KR', sans-serif; }

#container{ width: 100%; position: relative; left: 0; top: 0; z-index: 90; font-family: 'Noto Sans KR', sans-serif; overflow: hidden;} 
.sub { position: relative; width: 100%; left: 0; background-color:#fff; top:0; max-width: 1500px; margin: auto;  }

#sub_top { width: 100%; height: 490px; position: relative; margin-top: 0px; z-index: 99; background-color: #101f3a; }

.sub_top_box { width: 898px; height: 445px; position: absolute; right: 220px; top: 175px; margin: auto; }
.sub_top_img { width: 100%; height: 100%; overflow: hidden; position: relative; }
.sub_img { width: 100%; height: 100%; background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; animation: sub_top_img 2s 0s both; }
.sub_leaf { position: absolute; right: -200px; bottom: -110px; z-index: -1; }

.sub_top_txt { position: absolute; left: 212px; top: 210px; color: #fff; text-align: left; font-weight: 100; letter-spacing: 0; }
.sub_top_txt h3 { font-size: 24px; line-height: 100%; animation: sub_txt 1.2s 0.2s both; }
.sub_top_txt h2 { font-size: 34px; line-height: 100%; margin-top: 10px; animation: sub_txt 1.2s 0.2s both; }
.sub_open { float: left; clear: both; font-size: 18px; font-weight: 400; line-height: 120%; margin-top: 40px; position: relative; animation: sub_txt 1.2s 0.6s both; color: #99887a; }
.sub_open img { width: 200px; }
/*.sub_open { width: 129px; height: 18px; margin-top: 45px; position: relative; animation: sub_txt 1.2s 0.6s both; }*/
.sub_open:after { content:''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background-color: #99887a; opacity: 0.5; display: none; }

.sub_scroll_box { width: 51px; height: 135px; position: absolute; left: 35px; bottom: 55px; text-align: center; z-index: 9; animation: sub_scroll 0.7s 1.0s both; }
.sub_scroll { width: 13px; height: 83px; margin: auto; margin-top: 12px; position: relative; overflow: hidden; }
.sub_scroll span { position: absolute; left: 0; right: 0; margin: auto; top: -100%; width: 1px; height: 100%; background-color: #fff; }
.sub_scroll:after { position: absolute; content:''; width: 8px; height: 8px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); left: 0; bottom: 2px; right: 0; margin: auto; }
.scroll_circle { content:''; position: absolute; left: 0; right: 0; bottom: -22px; margin: auto; width: 50px; height: 50px; z-index: -1; }
.scroll_circle span { content:''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; width: 100%; height: 100%; border-radius: 100%; opacity: 0.2; }


@keyframes sub_scroll {
	from {  transform: translateX(-170px); opacity: 0; };
	to { };
}

@keyframes sub_top_img {
	from {  transform: scale(1.2); };
	to { };
}
@keyframes sub_txt {
	from {  transform: translateY(25px); opacity: 0; };
	to { };
}


#snb_wrap { height: 65px; position: absolute; left: 0; top: 0; margin: auto; z-index: 100; left: 50%; transform: translateX(-750px); }
#snb { width: 480px; height: 65px; position: absolute; left: 0; top: -220px; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #161616; }
#snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:first-child { width: 43px; }
#snb > li:first-child img { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:nth-child(3) { width: 220px; }
#snb > li:nth-child(3) > a:after { display: none; }
#snb > li:first-child + li > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #232323;  }
/*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
#snb > li:first-child + .ov {margin-left:0;}
#snb > li:nth-child(2):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb > li:nth-child(3):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#555; min-width:160px; font-weight:400; }

#snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 27px; }
#snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 27px; }

#snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
#snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 400; }
#snb .ov ul li:first-child {margin-top:0;}
#snb .ov ul li a { display:block;font-size:11.5px; color: #636363; padding:11px 15px;white-space:nowrap; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }



#sub-title { position:relative; left: 50%; margin-left: -550px; width: 1100px; font-family: 'Noto Sans KR', sans-serif; text-align: center; margin-top: 220px; }
#sub-title>h1{ font-size: 40px;font-weight:400; color: #171717;  letter-spacing:-1px; z-index: 2; line-height: 100%; }
#sub-title>h5 { font-size: 12px; line-height: 100%; margin-top: 12px; color: #737373; text-transform: uppercase; letter-spacing: 1px; }
.sub-title-line { width: 35px; height: 7px; margin: auto; background: url(../img/common/sub_line.png) no-repeat; margin-top: 35px; } 

#sub_wrap { width: 100%; left: 0; right: 0; margin: auto; position:relative; height:auto; margin-top: 50px; z-index: 90; }
#sub_page { width: 100%; position:relative; left: 50%; transform: translateX(-50%); top:0px; padding-bottom: 150px; font-family: 'Noto Sans KR', sans-serif; text-align: center; }

.sub_ori { width: 100%; box-sizing: border-box; text-align: center; position: relative; margin-top: 60px; color: #404040; }
/*.sub_ori.planning_ori { width: 1400px; margin-left: -150px; }*/
/*.ori_bg { width: 52px; height: 52px; background: #192642 url(../sub/ori_bg.png) center no-repeat; position: absolute; left: 30px; top: 0; bottom: 0; margin: auto; border-radius: 100%; }*/
.sub_ori ul { position: relative; top: 50%; }
.sub_ori ul li { font-size: 12px; line-height: 20px; color: #6e6e6e; letter-spacing: -0.5px; }


/**/


.planning_wrap { width: 100%; position: relative; overflow: hidden; }

.planning_img { float: left; width: 58%; }


.swiper_p { width: 100%; height: 100%; position: relative; }
.swiper_p img { width: 100%; }

.planning_bt_wrap { width: 100%; height: 85px; position: relative; margin-top: 25px; z-index: 9; }

.swiper_p_2 { width: 290px; height: 100%; position: absolute; left: 0; top: 0; bottom: 0;  margin: auto; z-index: 99; }
.swiper_p_2 .swiper-slide { width: 140px; height: 100%; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; }
.swiper_p_2 .swiper-slide img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }
.swiper_p_2 .swiper-slide:hover .const_dt_hover{ opacity: 1; }

.swiper_p_2 .swiper-slide { width: 20%; height: 100%; opacity: 1; }
.swiper_p_2 .swiper-slide-thumb-active { opacity: 1; }
.swiper_p_2 .swiper-slide:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; border: 1px solid #dbdbdb; box-sizing: border-box; }
.swiper_p_2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #a79482; z-index: 9; box-sizing: border-box; }
.swiper_p_2 .swiper-slide .thumb_gray { opacity: 1; }
.swiper_p_2 .swiper-slide-thumb-active .thumb_gray { opacity: 0; }

.planning_arrow { width: 110px; height: 11px; position: absolute; right: 0; top: 0; z-index: 3; display: flex; justify-content: space-between; }
.planning_arrow .swiper-button-next { width: 6px; height: 11px; margin: 0; padding: 0; right: 0; outline: none; }
.planning_arrow .swiper-button-prev { width: 6px; height: 11px; margin: 0; padding: 0; top: 0; outline: none; }
.swiper-pagination-fraction { width: 45px; height: 11px; font-size: 12px; line-height: 10px; position: relative; right: 0; left: 0; bottom: 0; margin: auto; color: #000; font-family: 'Noto Sans KR', sans-serif; letter-spacing: 0;
display: flex; justify-content: space-between; }
.swiper-pagination-total { opacity: 0.5; }
.swiper-pagination-fraction .slash { width: 1px; height: 10px; background-color: #000; opacity: 0.3; position: relative; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }



.planning_txt_wrap { width: 36%; position: absolute; right: 0; bottom: 110px; text-align: left; }
.planning_txt_box { width: 100%; margin-top: 37px; }
.planning_txt_box ul { box-sizing: border-box; }
.planning_txt_box ul li { height: 60px; line-height: 58px; box-sizing: border-box; padding-left: 20px; color: #000; }
.planning_tit { width: 25%; float: left; border-top: 1px solid #000; }
.planning_tit li { border-bottom: 1px solid #000; }
.planning_txt { width: 73%; float: right; border-top: 1px solid #d9d9d9; }
.planning_txt li { border-bottom: 1px solid #d9d9d9; }



/**/

.sub.location { position: relative; width: 100%; left: 0; background-color:#fff; top:0; max-width: 1920px; margin: auto; }
.location_wrap { width: 100%; position: relative; text-align: left; }
.location_wrap .sec01_box { position: relative; margin-top: 0; }


/**/

.sub.premium { position: relative; width: 100%; left: 0; background-color:#fff; top:0; max-width: none; margin: auto; }
.sub.premium #sub_page { padding-bottom: 0; }
.sub.premium .sec02 { text-align: left; }


.sub_premium { width: 100%; height: 1825px; position: relative; overflow: hidden; background: url(../img/sec02_bg.jpg) center no-repeat; background-size: cover; }

.sub_premium_tit { margin-top: 130px; text-align: center; opacity: 0; }
.sub_premium_tit p { font-size: 20px; line-height: 100%; color: #fff; margin-top: 55px; font-weight: 200; }

.sub_premium_box { width: 1600px; height: 880px; margin: auto; margin-top: 160px; padding-top: 100px; position: relative; }

.sub_premium_left { position: absolute; left: 0; top: 0; transform: rotate(90deg) translate(450px,180px); opacity: 0; }
.sub_premium_left p { font-size: 20px; line-height: 100%; color: #fff; font-weight: 200; }
.sub_premium_left img { margin-top: 12px; }

.sub_premium_right { width: 1200px; float: right; transform: translateX(100px); opacity: 0; }
.sub_premium_content { width: 410px; float: left; padding: 0 30px; box-sizing: border-box; }

.sub_premium_txt_box { text-align: left; color: #fff; font-weight: 300; float: left; clear: both; }
.sub_premium_txt_box h4 { font-size: 20px; line-height: 28px; }
.sub_premium_txt_box p { font-size: 15px; line-height: 25px; opacity: 1; margin-top: 25px; letter-spacing: 0; font-weight: 200; }

.sub_premium_img { float: left; margin: auto; position: relative; }
.sub_premium_txt { float: left; clear: both; }
.sub_premium_icon { float: left; clear: both; }
.sub_premium_num { float: left; clear: both; position: relative; z-index: 99; }

.sub_premium_arrow { width: 110px; height: 11px; position: absolute; left: -180px; bottom: -20px; z-index: 3; display: flex; justify-content: space-between; }
.sub_premium_arrow .swiper-button-next { width: 6px; height: 11px; margin: 0; padding: 0; right: 0; outline: none; }
.sub_premium_arrow .swiper-button-prev { width: 6px; height: 11px; margin: 0; padding: 0; top: 0; outline: none; }
.swiper-pagination-fraction { width: 45px; height: 11px; font-size: 12px; line-height: 10px; position: absolute; right: 0; left: 0; bottom: 0; margin: auto; color: #fff; font-family: 'Noto Sans KR', sans-serif; letter-spacing: 0; display: flex; justify-content: space-between; }
.swiper-pagination-total { opacity: 0.5; }
.swiper-pagination-fraction .slash { width: 1px; height: 10px; background-color: #fff; opacity: 0.3; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }


.swiper_premium { width: 130%; padding-right: 0px; }

.swiper_premium .swiper-slide { overflow: hidden; transition: 0.8s; position: relative; right: 0px; }
.swiper_premium .swiper-slide-active { overflow: visible; right: 0; margin-right: 0; }
/*.swiper_premium .swiper-slide-prev { overflow: visible; right: 0; margin-right: 0; }*/
.swiper_premium .swiper-slide-next { overflow: visible; right: 0; margin-right: 0; }
.swiper_premium .swiper-slide-next + .swiper-slide { overflow: visible; right: 0; }
.swiper_premium .swiper-slide-next + .swiper-slide + .swiper-slide { margin-left: 0px; }

.sub_premium_content.con01 .sub_premium_txt_box { margin-top: 30px; }
.sub_premium_content.con01 .sub_premium_txt { }
.sub_premium_content.con01 .sub_premium_num { margin-top: 45px; }
.sub_premium_content.con01 .sub_premium_icon { float: right; margin-top: 33px; }
.sub_premium_content.con01 .sub_premium_img { margin-top: 45px; margin-left: 45px; }

.sub_premium_content.con02 .sub_premium_txt_box { float: right; text-align: right; margin-top: 65px; }
.sub_premium_content.con02 .sub_premium_txt { float: right; margin-top: 70px; }
.sub_premium_content.con02 .sub_premium_num { float: right; margin-top: 60px; margin-right: -25px; }
.sub_premium_content.con02 .sub_premium_icon { float: right; margin-top: 70px; }
.sub_premium_content.con02 .sub_premium_img { margin-left: 1.5px; margin-top: -20px; }

.sub_premium_content.con03 .sub_premium_txt_box { margin-top: 80px; }
.sub_premium_content.con03 .sub_premium_txt { float: right; }
.sub_premium_content.con03 .sub_premium_num { float: right; margin-top: 30px; margin-right: -25px; }
.sub_premium_content.con03 .sub_premium_icon { margin-left: 35px; margin-top: 24px; }
.sub_premium_content.con03 .sub_premium_img { margin-left: 44px; margin-top: -20px; }

.sub_premium_content.con04 .sub_premium_txt_box { margin-top: 30px; }
.sub_premium_content.con04 .sub_premium_txt { }
.sub_premium_content.con04 .sub_premium_num { margin-top: 45px; }
.sub_premium_content.con04 .sub_premium_icon { float: right; margin-top: 33px; }
.sub_premium_content.con04 .sub_premium_img { margin-top: 45px; margin-left: 45px; }

.sub_premium_content.con05 .sub_premium_txt_box { float: right; text-align: right; margin-top: 65px; }
.sub_premium_content.con05 .sub_premium_txt { float: right; margin-top: 70px; }
.sub_premium_content.con05 .sub_premium_num { float: right; margin-top: 60px; margin-right: -25px; }
.sub_premium_content.con05 .sub_premium_icon { float: right; margin-top: 70px; }
.sub_premium_content.con05 .sub_premium_img { margin-left: 1.5px; margin-top: -20px; }

.sub_premium_content.con06 .sub_premium_txt_box { margin-top: 80px; }
.sub_premium_content.con06 .sub_premium_txt { margin-left: 42px; margin-top: 65px; }
.sub_premium_content.con06 .sub_premium_num { float: right; margin-top: 30px; margin-right: -25px; }
.sub_premium_content.con06 .sub_premium_icon { margin-top: 75px; float: right; margin-right: 140px; }
.sub_premium_content.con06 .sub_premium_img { margin-left: 44px; margin-top: -20px; }

.sub_premium_content.con07 .sub_premium_txt { margin-top: 75px; float: right; }
.sub_premium_content.con07 .sub_premium_txt_box { margin-top: 50px; }
.sub_premium_content.con07 .sub_premium_num { margin-top: 22px; }
.sub_premium_content.con07 .sub_premium_icon { margin-left: 100px; display: block; margin: auto; margin-top: 40px; }
.sub_premium_content.con07 .sub_premium_img { margin-left: 48px; margin-top: -13px; }

.sub_premium_content.con08 .sub_premium_txt_box { margin-left: 90px; margin-top: 25px; }
.sub_premium_content.con08 .sub_premium_txt { float: right; margin-top: 110px; }
.sub_premium_content.con08 .sub_premium_num { float: right; margin-top: -25px; margin-right: -25px; }
.sub_premium_content.con08 .sub_premium_icon { float: right; margin-top: 50px; margin-right: 10px; }
.sub_premium_content.con08 .sub_premium_img { margin-left: 1.5px; margin-top: 55px; }

.sub_premium_line_box { width: 100%; height: 1215px; position: absolute; left: 0; right: 0; margin: auto; top: 385px; max-width: 1920px; }
.sub_premium_line_box>div { position: absolute; left: 0; right: 0; margin: auto; top: 0; width: 1px; height: 100%; background-color: #fff; opacity: 0.2; height: 0; }
.sub_premium_line01 { transform: translateX(-795px); }
.sub_premium_line02 { transform: translateX(-400px); }
.sub_premium_line03 { transform: translateX(-0px); }
.sub_premium_line04 { transform: translateX(400px); }
.sub_premium_line05 { transform: translateX(795px); }
.sub_premium_line_box:after { content:''; width: 0; height: 1px; background-color: #fff; opacity: 0.2; position: absolute; left: 0; top: 85px; }
.sub_premium_line_box:before { content:''; width: 0; height: 1px; background-color: #fff; opacity: 0.2; position: absolute; right: 0; bottom: 85px; }



.sub_premium.active .sub_premium_tit { transition: 1.2s 0s; opacity: 1; }
.sub_premium_box.active .sub_premium_left { transition: 1.2s 0s; transform: rotate(90deg) translate(350px,180px); opacity: 1; }
.sub_premium_box.active .sub_premium_right { transition: 1.2s 0.4s; transform: translateX(0); opacity: 1; }
.sub_premium_line_box.active>div { height: 100%; }
.sub_premium_line_box.active .sub_premium_line01 { transition: 3s 0.0s; }
.sub_premium_line_box.active .sub_premium_line02 { transition: 3s 0.15s; }
.sub_premium_line_box.active .sub_premium_line03 { transition: 3s 0.3s; }
.sub_premium_line_box.active .sub_premium_line04 { transition: 3s 0.45s; }
.sub_premium_line_box.active .sub_premium_line05 { transition: 3s 0.6s; }
.sub_premium_line_box.active:after { transition: 3s 0.0s; width: 100%; }
.sub_premium_line_box.active:before { transition: 3s 0.0s; width: 100%; }


/**/


.sub.point { position: relative; width: 100%; left: 0; background-color:#fff; top:0; max-width: 1920px; margin: auto; }

.point_wrap { width: 1700px; margin: auto; position: relative; }

.point_sec01 { width: 100%; height: 806px; position: relative; }
.point_sec01:after { content:''; width: 100%; height: 895px; background-color: #f6f6f6; position: absolute; left: 0; top: 135px; z-index: -1; }
.point_sec01_box { width: 1475px; margin: auto; display: flex; justify-content: space-between; }
.point_tit { text-align: left; margin-top: 230px; color: #1f1f1f; transform: translateY(-50px); opacity: 0; }
.point_tit h2 { font-size: 40px; line-height: 50px; font-weight: 200; }
.point_tit h2 b { font-weight: 700; }
.point_tit p { font-size: 16px; line-height: 25px; margin-top: 32px; font-weight: 400; }

.point_sec02 { width: 100%; height: 580px; position: relative; margin-top: 130px; }
.point_sec02_box { width: 1245px; margin: auto; display: flex; justify-content: space-between; }
.point_sec02_bg { width: 460px; height: 460px; position: absolute; left: -125px; top: -190px; z-index: -1; }
.point_sec02_bg:after { content:''; width: 0; height: 1px; background-color: #bdbdbd; position: absolute; right: 0; bottom: 0; }
.point_sec02_bg:before { content:''; width: 1px; height: 0; background-color: #bdbdbd; position: absolute; top: 0; right: 0; }
.point_sec02_box:after { content:''; width: 1px; height: 0; background-color: #bdbdbd; position: absolute; left: 550px; top: 580px; z-index: -1; }

.point_sec03 { width: 100%; height: 617px; position: relative; margin-top: 170px; }
.point_sec03:after { content:''; width: 100%; height: 875px; background-color: #0a162c; position: absolute; left: 0; top: 115px; z-index: -2; }
.point_sec03_box { width: 1475px; margin: auto; display: flex; justify-content: space-between; }
.point_sec03_box:after { content:''; width: 0; height: 1px; background-color: #bdbdbd; position: absolute; left: 986px; bottom: 170px; z-index: -1; }
.point_leaf { position: absolute; left: -20px; top: -166px; z-index: -1; }
.point_sec03_bg { width: 68px; height: 68px; position: absolute; background-color: #a68f71; border-radius: 100%; top: 85px; right: 65px; transform: rotate(45deg); }
.point_sec03_bg:after { content:''; width: 50%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }

.point_sec04 { width: 100%; height: 430px; position: relative; margin-top: 140px; }
.point_sec04_box { width: 1150px; margin: auto; display: flex; justify-content: space-between; }

.point_img { position: relative; text-align: left; }
.point_img h5 { font-size: 14px; line-height: 100%; margin-top: 13px; font-weight: 400; color: #1f1f1f; }
.point_img h5 b { font-weight: 600; }

.point_img.img01 { margin-top: 123px; transform: translateX(-80px); opacity: 0; }
.point_img.img02 { text-align: right; transform: translateX(80px); opacity: 0; }
.point_img.img03 { text-align: right; margin-top: 160px; transform: translateX(-80px); opacity: 0;}
.point_img.img03 h5 { position: absolute; left: -115px; bottom: 84px; transform: rotate(90deg); }
.point_img.img04 { text-align: right; transform: translateX(80px); opacity: 0; }
.point_img.img05 { transform: translateX(-80px); opacity: 0; }
.point_img.img05 h5 { color: #fff; }
.point_img.img06 { text-align: right; margin-top: 245px; transform: translateX(80px); opacity: 0; }
.point_img.img06 h5 { color: #fff; }
.point_img.img07 { transform: translateX(-80px); opacity: 0; }
.point_img.img08 { text-align: right; margin-top: 75px; transform: translateX(80px); opacity: 0; }


.point_sec01.active .point_tit { transform: translateY(0); opacity: 1; transition: 0.8s 0s; }
.point_sec01.active .point_img.img01 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec01.active .point_img.img02 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec02.active .point_img.img03 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec02.active .point_img.img04 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec03.active .point_img.img05 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec03.active .point_img.img06 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec04.active .point_img.img07 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec04.active .point_img.img08 { transform: translateX(0); opacity: 1; transition: 0.8s 0.2s; }
.point_sec02.active .point_sec02_bg:after { width: 100%; transition: 1.5s 0s; }
.point_sec02.active .point_sec02_bg:before { height: 100%; transition: 1.5s 0s; }
.point_sec02.active .point_sec02_box:after { height: 200px; transition: 1.5s 0s; }
.point_sec03.active .point_sec03_box:after { width: 830px; transition: 1.5s 0s; }

/**/

.guest_wrap { width: 100%; color: #000; overflow: hidden; text-align: left; }
.guest_wrap h2 { font-size: 22px; line-height: 100%; margin-bottom: 20px; }

.guest_wrap .guest_box { width: 49%; margin-right: 2%; float: left; margin-bottom: 40px; }
.guest_wrap .guest_box:nth-child(2n) { margin-right: 0; }
.guest_wrap .guest_box input { font-family: 'Noto Sans KR', sans-serif; }

.guest_box.mo { width: 100% !important; }

.per_agree_box { width: 100%; height: 200px; overflow: scroll; border: 1px solid #ddd; border-top: 1px solid #000; box-sizing: border-box; padding-top: 30px; padding-left: 22px;
font-size: 13px; line-height: 20px; color: #404040; padding-bottom: 40px; }

.per_agree_box2 { width: 100%; height: 200px; color: #404040; font-size: 13px; line-height: 49px; text-align: center; }
.per_agree_box2 table { width: 100%; height: 100%; }
.per_agree_box2 table tr { width: 100%; border-bottom: 1px solid #ddd; border-collapse: collapse; }
.per_agree_box2 table tr td { width: 50%; border-right: 1px solid #ddd; border-collapse: collapse; }
.per_agree_box2 table tr:nth-child(1) { border-top: 1px solid #000; background-color: #f3f3f3; }
/*.per_agree_box2 table tr:last-child { border: none; }*/
.per_agree_box2 table tr td:last-child { border: none; }

.per_agree_bt_box { text-align: right; color: #404040; font-size: 18px; font-weight: 400; line-height: 15px; margin-top: 20px; height: 20px; position: relative; }
.per_agree_bt_box input[type="radio"] { display: none; }
.per_agree_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 30px; }
.per_agree_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
.per_agree_bt_box input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; background: #101f3a; border-radius: 100%; }

/**/

.survey_box { width: 100%; height: 55px; color: #404040; text-align: left; line-height: 53px; border: 1px solid #ddd; background-color: #f3f3f3; box-sizing: border-box; padding-left: 30px; }
.survey_box h3 { float: left; font-size: 20px; color: #000; font-weight: 900; padding-right: 15px; line-height: 52px; margin-right: 12px; position: relative; font-family: 'NanumSquare', sans-serif; letter-spacing: -2px; }
.survey_box h3:after { content:''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 12px; background-color: #adadad; transform: translateY(-1px); }
.survey_box p { float: left; font-size: 13px;    line-height: 53px; }

.surbey_bt_box { text-align: left; color: #404040; font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 20px; height: 20px; position: relative; box-sizing: border-box; padding-left: 30px; }
.surbey_bt_box input[type="radio"] { display: none; }
.surbey_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 37px; }
.surbey_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.surbey_bt_box input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; background: #101f3a; border-radius: 100%; }

/**/

.info_box { width: 100%; text-align: left; color: #404040; }

.info_box>p { width: 100%; border: 1px solid #ddd; border-top: 1px solid #000; box-sizing: border-box; font-size: 13px; color: #404040; padding: 30px; padding-left: 22px; margin-bottom: 0px; }

.info_box>ul { border-top: 1px solid #000; box-sizing: border-box; text-align: center; border-bottom: 1px solid #ddd; box-sizing: border-box; border-top: none; }
/*.info_box>ul>li { width: 100%; height: 50px; border-bottom: 1px solid #ddd; box-sizing: border-box; }*/
.info_box>ul>li { width: 35%; display: inline-block; height: 50px; vertical-align: top; }
.info_box>ul>li p { float: left; line-height: 48px; font-size: 14px; margin-left: 30px; width: 105px; }

.info_box.adress>ul { border-top: 1px solid #000; box-sizing: border-box; }
.info_box.adress>ul>li { width: 100%; height: 150px; border-bottom: 1px solid #ddd; box-sizing: border-box; }
.info_box.adress>ul>li>p { float: left; line-height: 148px; font-size: 14px; margin-left: 30px; width: 105px; }

.info_box input { font-size: 14px; height: 33px; line-height: 31px; border: 1px solid #dfdfdf; margin-top: 8px; background-color: #f3f3f3; color: #404040; padding-left: 10px; text-align: left; box-sizing: border-box; }
.info_name { width: 270px; line-height: 31px; }

.info_number_box { float: left; }

.info_number01 { width: 65px; height: 33px; float: left; border: 1px solid #dfdfdf; background-color: #f3f3f3; margin-top: 8px; padding: 0 5px; font-size: 14px; line-height: 31px; color: #404040; }
.info_number02 { width: 110px; float: left; }
.info_number03 { width: 110px; float: left; }
.info_box>ul>li span { float: left; line-height: 50px; margin: 0 5px; }

.info_address { width: calc(100% - 135px); float: left; }
.info_address>ul { width: 100%; }
.info_address>ul>li { width: 100%; height: 50px; border-bottom: 1px solid #ddd; box-sizing: border-box; }
.info_address>ul>li p { float: left; line-height: 48px; font-size: 14px; margin-left: 30px; width: 105px; }

.info_address01 { width: 210px; height: 33px; float: left; }
.info_address02 { width: 80px; height: 33px; float: left; margin-left: 1%; text-align: center !important; padding: 0 !important; cursor: pointer; background-color: #101f3a !important; border: 1px solid #101f3a !important; color: #fff !important; font-size: 12px !important; }
.info_address03 { width: 52.5%; height: 33px; float: left; margin-right: 1%; }
.info_address04 { width: 32.5%; height: 33px; float: left; }
.info_address05 { width: 86%; height: 33px; float: left; }


.info_bt_box { float: left; text-align: left; color: #404040; font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 16px; height: 20px; position: relative; box-sizing: border-box; }
.info_bt_box input[type="radio"] { display: none; }
.info_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 25px; }
.info_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.info_bt_box input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; background: #101f3a; border-radius: 100%; }


/**/

/*.guest_ori { font-size: 14px; line-height: 20px; color: #444; margin-top: 30px; text-align: center; }*/
.guest_ori { font-size: 14px; line-height: 20px; color: #444; margin-top: 60px; text-align: center; }
.guest_bt_box { width: 555px; height: 80px; margin: auto; margin-top: 85px; display: flex; justify-content: space-between; text-align: center; color: #fff; font-size: 22px; }
.guest_bt_box>div { width: 100%; height: 100%; line-height: 78px; }
.guest_bt_box>div>a { width: 100%; height: 100%; display: block; }
.guest_regi_bt { background-color: #101f3a; margin-right: 7px; }
.guest_cancle_bt { background-color: #cfcfcf; }

/**/

.sub_brand_img { width: 100%; }

.club_wrap{position: relative;}
.club_wrap h2{font-size:20px;color: #535353;display: block;}
.club_wrap h4{font-size:14px;color: #6d6d6d; line-height: 30px;display: block;}

.club_section01{margin-top: 70px;}
.club_sec01_img{width: 1460px; height: 604px;background: url(../sub/club_sec01_img.jpg) center center no-repeat; background-size:cover;padding-top: 40px;position: relative; margin-left: 20px;
transform:translateX(100px);opacity: 0;transition: .2s .2s; }
.club_sec01_img::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.club_section01_txtbox{position: absolute;left: -40px;top: -50px;text-align: left;padding: 93px 62px 230px 62px; background: #e1e1e1; transform:translateX(-50px);opacity: 0;transition: .2s .2s; }
.club_section01_txtbox img{transform:translateX(10px);opacity: 0;transition: .2s .2s;}
.club_section01_txtbox h2{padding-top: 25px;color: #a79482;transform:translateX(10px);opacity: 0;transition: .2s .2s;}
.club_section01_txtbox h4{padding-top: 60px !important;transform:translateX(10px);opacity: 0;transition: .2s .2s;}

.club_sec01_img.active {transform: translateX(0); opacity: 1; transition: 1s 0.2s;}
.club_sec01_img.active .club_section01_txtbox{transform: translateX(0); opacity: 1; transition: 1s 0.5s;}
.club_sec01_img.active .club_section01_txtbox img{transform:translateX(0px);opacity: 1;transition: 1s 0.8s;}
.club_sec01_img.active .club_section01_txtbox h2{transform:translateX(0px);opacity: 1;transition: 1s 1s;}
.club_sec01_img.active .club_section01_txtbox h4{transform:translateX(0px);opacity: 1;transition: 1s 1.3s;}

.club_section02{margin-top: 110px; text-align: center;}
.club_section02_tit{} 
.club_section02_tit h2{margin-bottom: 10px;transform:translateY(-10px);opacity: 0;transition: .2s .2s;}
.club_section02_tit img{transform:translateY(-10px);opacity: 0;transition: .2s .2s;}

.club_section02_content{display: flex; justify-content:space-between;width: 1370px; margin: auto; margin-top: 60px;}
.club_section02_content li{padding: 0px 15px;position: relative;}
.club_section02_content li:nth-child(1){transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_section02_content li:nth-child(2){transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_section02_content li:nth-child(3){transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_section02_content li:after{content:'' ;position: absolute;bottom: 0px;left: 0px;right: 0; background: #eaeaea;z-index: -1;width: 100%; height: 238px; }
.club_sec02_img{width: 395px; height: 250px; background-size:cover;position: relative;}
.club_sec02_img::after{content:'이미지 컷' ;position: absolute;bottom: 20px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.club_sec02_img01{background: url(../sub/club_sec02_img01.jpg) center center no-repeat;}
.club_sec02_img02{background: url(../sub/club_sec02_img02.jpg) center center no-repeat;}
.club_sec02_img03{background: url(../sub/club_sec02_img03.jpg) center center no-repeat;}
.club_section02_txtbox h4{line-height: 14px;padding-bottom: 15px;}

.club_section02.active .club_section02_tit h2{transform:translateY(0px);opacity: 1;transition: 1s .2s;}
.club_section02.active .club_section02_tit img{transform:translateY(0px);opacity: 1;transition: 1s .5s;}
.club_section02.active .club_section02_content li:nth-child(1){transform:translateY(0);opacity: 1;transition: 1s .7s;}
.club_section02.active .club_section02_content li:nth-child(2){transform:translateY(0);opacity: 1;transition: 1s 1s;}
.club_section02.active .club_section02_content li:nth-child(3){transform:translateY(0);opacity: 1;transition: 1s 1.3s;}

.club_section03{width: 1477px; margin: auto;margin-top: 160px;}
.club_section03_content{width: 100%; display: flex; justify-content:space-between;}
.club_section03_content li{width: 48%;}
.club_section03_content li:nth-child(1){transform:translateX(-50px);opacity: 0;transition: .2s .2s;}
.club_section03_content li:nth-child(2){transform:translateX(50px);opacity: 0;transition: .2s .2s;}
.club_section03_tit{text-align: left;transform:translateX(10px);opacity: 0;transition: .2s .2s;}
.club_section03_tit h2{margin-bottom: 10px;}
.club_section03_tit img{margin-bottom: 34px;}


.club_sec03_img{width: 100%; height: 436px; background-size:cover !important;position: relative;}
.club_sec03_img::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.club_sec03_img01{background: url(../sub/club_sec03_img01.jpg) center center no-repeat;}
.club_sec03_img02{background: url(../sub/club_sec03_img02.jpg) center center no-repeat;}

.club_section03_txt{text-align: left;margin-top: 20px;transform:translateX(10px);opacity: 0;transition: .2s .2s;}
.club_section03_txt>img{display: inline ; vertical-align:middle;}
.club_section03_txt>h4{display: inline ; vertical-align:middle;}


.club_section03.active .club_section03_content li:nth-child(1){transform:translateX(0);opacity: 1;transition: 1s .2s;}
.club_section03.active .club_section03_content li:nth-child(2){transform:translateX(0);opacity: 1;transition: 1s .5s;}
.club_section03.active .club_section03_tit{margin-bottom: 10px;transform:translateX(0px);opacity: 1;transition: 1s 1.2s;}
.club_section03.active .club_section03_txt{margin-bottom: 10px;transform:translateX(0px);opacity: 1;transition: 1s 1.7s;}


.club_section04{margin-top: 110px; text-align: center;}
.club_section04_tit h2{margin-bottom: 10px;transform:translateY(-10px);opacity: 0;transition: .2s .2s;}
.club_section04_tit img{transform:translateY(-10px);opacity: 0;transition: .2s .2s;}

.club_section04_content{display: flex; justify-content:space-between;width: 1370px; margin: auto; margin-top: 60px;}
.club_section04_content li{padding: 0px 15px;position: relative;}
.club_section04_content li:after{content:'' ;position: absolute;bottom: 0px;left: 0px;right: 0; background: #eaeaea;z-index: -1;width: 100%; height: 238px; }
.club_section04_content li:nth-child(1){transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_section04_content li:nth-child(2){transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_section04_content li:nth-child(3){transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_sec04_img{width: 395px; height: 250px; background-size:cover;position: relative;}
.club_sec04_img::after{content:'이미지 컷' ;position: absolute;bottom: 20px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.club_sec04_img01{background: url(../sub/club_sec04_img01.jpg) center center no-repeat;}
.club_sec04_img02{background: url(../sub/club_sec04_img02.jpg) center center no-repeat;}
.club_sec04_img03{background: url(../sub/club_sec04_img03.jpg) center center no-repeat;}
.club_section04_txtbox h4{line-height: 14px;padding-bottom: 15px;}

.club_section04.active .club_section04_tit h2{transform:translateY(0px);opacity: 1;transition: 1s .2s;}
.club_section04.active .club_section04_tit img{transform:translateY(0px);opacity: 1;transition: 1s .5s;}
.club_section04.active .club_section04_content li:nth-child(1){transform:translateY(0);opacity: 1;transition: 1s .7s;}
.club_section04.active .club_section04_content li:nth-child(2){transform:translateY(0);opacity: 1;transition: 1s 1s;}
.club_section04.active .club_section04_content li:nth-child(3){transform:translateY(0);opacity: 1;transition: 1s 1.3s;}


.club_section05{width: 1477px; margin: auto;margin-top: 160px;}
.club_section05_content{width: 100%; display: flex; justify-content:space-between;}
.club_section05_content li{width: 50%;}
.club_section05_content li:last-child{background: #f0f0f0;}
.club_section05_content li:nth-child(1){transform:translateX(-50px);opacity: 0;transition: .2s .2s;}
.club_section05_content li:nth-child(2){transform:translateX(50px);opacity: 0;transition: .2s .2s;}
.club_section05_tit{text-align: left;padding: 80px 0 0 80px;}
.club_section05_tit h2{margin-bottom: 10px;transform:translateX(10px);opacity: 0;transition: .2s .2s;}
.club_section05_tit img{margin-bottom: 198px;transform:translateX(10px);opacity: 0;transition: .2s .2s;}

.club_section05_txtbox{text-align: right; padding: 0 68px 0 0; position: relative;}
.club_section05_txtbox::after{content:'';position: absolute;top: -20px;left: 490px;background: #cbcbcb;width: 0%; height: 1px;}

.club_section05_txtbox h4{line-height: 14px;padding-bottom: 68px;transform:translateX(-10px);opacity: 0;transition: .2s .2s;}
.club_section05_txtbox img{transform:translateX(-10px);opacity: 0;transition: .2s .2s;}
.club_sec05_img{width: 100%; height: 100%; background-size:cover !important;position: relative;}

.club_sec05_line{position: absolute;}
/* .club_sec05_img::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);} */
.club_sec05_img{background: url(../sub/club_sec05_img.jpg) center center no-repeat;}

.club_section05.active .club_section05_content li:nth-child(1){transform:translateX(0);opacity: 1;transition: 1s .2s;}
.club_section05.active .club_section05_content li:nth-child(2){transform:translateX(0);opacity: 1;transition: 1s .2s;}
.club_section05.active .club_section05_tit h2{margin-bottom: 10px;transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}
.club_section05.active .club_section05_tit img{margin-bottom: 198px;transform:translateX(0);opacity: 1;transition: 1s 1s;}
.club_section05.active .club_section05_txtbox::after{width: 100%; height: 1px;transition: 2.5s 1.2s;}
.club_section05.active .club_section05_txtbox img{transform:translateX(0);opacity: 1;transition: 1s 1.5s;}
.club_section05.active .club_section05_txtbox h4{transform:translateX(0px);opacity: 1;transition: 1s 1.8s;}

.club_section06{ margin-top: 160px;}
.community{transform:translateY(10px);opacity: 0;transition: .2s .2s;}
.club_section06.active .community{transform:translateY(0px);opacity: 1;transition: 1s .2s;}

.club_wrap .sub_ori{margin-bottom: 140px;}
/**/

.system_wrap{position: relative; margin-top: 70px;}
.system_sec01_img{width: 1400px; height: 650px; margin: auto; position: relative; }
.system_sec01_img::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.system_sec01_img::before{content:'';position: absolute;left: 0;top: 0;width: 100%; height: 100%;background: url(../sub/system_top.jpg) center center no-repeat; background-size:140%;
transition: 0.2s 0.2s;
}
.system_sec01_img span{display: block;width: 1620px;height: 330px; background: #f3f0ed;position: absolute;left: 50%;transform:translateX(-50%) ;bottom: 0; z-index: -1;}

.system_txtbox{margin: auto;width: 100%;height: auto;text-align: center;}
.system_txtbox h2{ color: #a79482; font-size:20px;line-height: 30px; margin-bottom: 20px;transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;margin-bottom: 70px;	}
.system_txtbox img{margin-bottom: 38px;transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;}

.system_sec01_img.active::before{background-size:100%;transition: 2.5s 0.2s;}
.system_txtbox.active h2{transform:translateX(0px);opacity: 1;transition: 1s 0.5s;}
.system_txtbox.active img{transform:translateX(0px);opacity: 1;transition: 1s 0.2s;}

.system_section02{background:#f3f0ed ;width: 1620px;margin-left: 50%;transform:translateX(-50%) }
.system_content{display: flex; justify-content:space-between;width: 1400px; margin: auto;padding-top: 70px; position: relative;}
.system_content li{width: 100%; position: relative;margin-bottom: 78px;}
.system_content li:last-child{margin-bottom: 0;}
.system_content_left_wrap{text-align: left;padding-left: 60px;}
.system_content_left_wrap h5{font-size:22px;line-height: 0px;color: #a79482;margin-bottom: 27px;}
.system_content_left_wrap p{font-size:14px;line-height: 30px;color: #6d6d6d;}

.system_content_right_wrap{display: flex;justify-content:space-between;width: 440px;margin-left: 200px;} 
.system_content_right_wrap p{;color: #a79482; 
padding-top: 18px;}

.system_content_left_wrap li{transform:translateY(-10px);opacity: 0;transition: .2s .2s;}
.system_content_right_wrap li{transform:translateY(-10px);opacity: 0;transition: .2s .2s;}

.system_content_img_wrap{position: absolute;bottom: -40px;right: 110px; display: flex;justify-content:space-between; width: 670px;}
.system_content_img_wrap>div{width: 316px; height: 211px;position: relative;}
.system_img01{transform:translateX(-10px);opacity: 0;transition: .2s .2s;}
.system_img02{transform:translateX(-10px);opacity: 0;transition: .2s .2s;}
.system_img01::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.system_img01::before{content:'';position: absolute;left: 0;top: 0;width: 316px; height: 100%;background: url(../sub/system_img01.jpg) center center no-repeat; background-size:cover;
transition: 0.2s 0.2s;
}
.system_img02::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.system_img02::before{content:'';position: absolute;left: 0;top: 0;width: 316px; height: 100%;background: url(../sub/system_img02.jpg) center center no-repeat; background-size:cover;
transition: 0.2s 0.2s;
}

.system_bottom_wrap{margin-top: 180px;}
.system_bottom_tit{}
.system_bottom_tit h4{font-size:20px;line-height: 30px; margin-bottom: 10px;color: #535353;transform:translateY(-10px);opacity: 0;transition: .2s .2s;}
.system_bottom_tit img{transform:translateY(-10px);opacity: 0;transition: .2s .2s;}
.system_bottom{background: url(../sub/system_bottom.jpg) center center no-repeat; background-size:cover;width: 1556px; height: 751px; margin-left: -28px;transform:translateY(30px);opacity: 0;transition: .2s .2s;}	


.system_section02.active .system_content_left_wrap li:nth-child(1){transform:translateY(0);opacity: 1;transition: 1s .2s;}
.system_section02.active .system_content_left_wrap li:nth-child(2){transform:translateY(0);opacity: 1;transition: 1s .4s;}
.system_section02.active .system_content_left_wrap li:nth-child(3){transform:translateY(0);opacity: 1;transition: 1s .6s;}

.system_section02.active .system_content_right_wrap li:nth-child(1){transform:translateY(0);opacity: 1;transition: 1s .6s;}
.system_section02.active .system_content_right_wrap li:nth-child(2){transform:translateY(0);opacity: 1;transition: 1s .8s;}
.system_section02.active .system_content_right_wrap li:nth-child(3){transform:translateY(0);opacity: 1;transition: 1s 1s;}
.system_section02.active .system_content_right_wrap li:nth-child(4){transform:translateY(0);opacity: 1;transition: 1s 1.2s;}

.system_bottom_tit.active h4{transform:translateY(0);opacity: 1;transition: 1s .2s;}
.system_bottom_tit.active img{transform:translateY(0);opacity: 1;transition: 1s .5s;}
.system_content_img_wrap.active .system_img01{transform:translateY(0);opacity: 1;transition: 1s .2s;}
.system_content_img_wrap.active .system_img02{transform:translateY(0);opacity: 1;transition: 1s .5s;}

.system_bottom.active{transform:translateY(0);opacity: 1;transition: 1s .5s;}

.sub_ori.system{margin-bottom: 140px; margin-top: 0;}
/**/

.complex_section01{display: flex; justify-content:space-between;width: 1450px; margin: auto; margin-top: 60px;}
.complex_imgbox{width: 1013px;height: 593px;position: relative;}
.complex_imgbox::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.complex_imgbox::before{content:'';position: absolute;left: 0;top: 0;width: 100%; height: 100%;background: url(../sub/complex_img01.jpg) center center no-repeat; background-size:140%; transition: 0.2s 0.2s;}
.complex_imgbox span{width: 0;height: 1px; display: block; background: #e1e1e1;position: absolute;top: 383px;left: 100%;}
.complex_txtbox{text-align: left;padding-top: 57px;}
.complex_txtbox img{transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;}
.complex_txtbox h2{font-size:20px;line-height: 30px;color: #a79482;margin-top: 30px;transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;}
.complex_txtbox h4{font-size:14px;line-height: 30px;color: #6d6d6d;margin-top: 144px;transform:translateY(10px);opacity: 0;transition: 0.2s 0.2s}

.complex_section01.active .complex_imgbox::before{background-size:100%;transition: 2.5s 0.2s;}
.complex_section01.active .complex_imgbox span{width: 100%;transition: 4s 0.5s;}

.complex_section01.active .complex_txtbox img{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}
.complex_section01.active .complex_txtbox h2{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}
.complex_section01.active .complex_txtbox h4{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}

.complex_section02{display: flex; justify-content:space-between;width: 1450px; margin: auto; margin-top: 100px;position: relative;}
.complex_section02 span{width: 1px;height: 0px; display: block; background: #e1e1e1;position: absolute;top: -100px;left: 30.5%;transition: 0.2s 0.2s;}
.complex_imgbox2{width: 613px;height: 419px;position: relative;overflow: hidden;}
.complex_imgbox2::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.complex_imgbox2::before{content:'';position: absolute;left: 0;top: 0;width: 100%; height: 100%;background: url(../sub/complex_img02.jpg) center center no-repeat; background-size:cover; transform:scale(1.5);transition: 0.2s 0.2s;}

.complex02_tit{transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;}
.complex_txtbox2{text-align: left;padding-left: 100px;position: relative;}
.complex_txtbox2 ul{position: absolute;top: 130px;left: 500px;width: 100%;}
.complex_txtbox2 ul li{padding-top: 46px;opacity: 0;transition: 0.2s 0.2s;}
.complex_txtbox2 ul li h5,.complex_txtbox2 ul li p{line-height: 14px;font-size:14px;}
.complex_txtbox2 ul li p{padding-top: 7px;}

.complex_section02.active span{height: 519px; transition: 2.5s 0.2s;}
.complex_section02.active .complex_imgbox2::before{transform:scale(1);transition: 2.5s 0.2s;}
.complex_section02.active .complex02_tit{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}

.complex_section02.active .complex_txtbox2 li:nth-child(1){opacity: 1;transition: 1s .7s;}
.complex_section02.active .complex_txtbox2 li:nth-child(2){opacity: 1;transition: 1s .9s;}
.complex_section02.active .complex_txtbox2 li:nth-child(3){opacity: 1;transition: 1s 1.1s;}

.complex_wrap .sub_ori{margin-bottom: 140px; margin-top: 60px;}


/**/
.luxury_wrap{position: relative;margin-top: 60px;padding-bottom: 120px;}
.luxury_bg{width: 1500px;height: 518px;background: #0a162c;	margin: auto;position: absolute;top: 76px;left: 0px;}
.luxury_img_area{width: 530px;height: 1200px;margin-left: 140px;	}
.luxury_img_area .luxury_img{width: 100%;height: 995px;position: relative;overflow: hidden;}
.luxury_img_area .luxury_img::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.luxury_img_area .luxury_img::before{content:'';position: absolute;left: 0;top: 0;width: 100%; height: 100%;background: url(../sub/luxury_img.jpg) center center no-repeat; background-size:cover; transform:scale(1.5);transition: 0.2s 0.2s;}

.luxury_tit {position: absolute;top: 340px;left: 740px; text-align: left;}
.luxury_tit img{transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;}
.luxury_tit h2{color: #a79482; font-size:20px; line-height: 30px;margin-top: 30px;transform:translateY(-10px);opacity: 0;transition: 0.2s 0.2s;}
.luxury_tit h4{color: #6d6d6d; font-size:14px; line-height: 30px;margin-top: 115px;transform:translateY(10px);opacity: 0;transition: 0.2s 0.2s;}

.luxury_img_area.active .luxury_img::before{transform:scale(1);transition: 2.5s 0.2s;}
.luxury_tit.active img{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}
.luxury_tit.active h2{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}
.luxury_tit.active h4{transform:translateX(0px);opacity: 1;transition: 1s 0.7s;}


.luxury_txt{display: flex; justify-content:space-between; width: 100%; flex-flow:row wrap;margin-top: 67px;}
.luxury_txt li{width: 50%; text-align: left; border-left:1px solid #a79482; box-sizing:border-box; padding-left: 18px;height: 44px;opacity: 0;transition: 0.2s 0.2s;}
.luxury_txt li:nth-child(n+3){margin-top: 50px;	}
.luxury_txt li img,luxury_txt li p{line-height: 0;}
.luxury_txt li p{padding-top: 14px;}

.luxury_img2_wrap{position: absolute;right: 140px;bottom: 360px;}
.luxury_img2{width: 436px;height: 471px;position: relative;overflow: hidden;}
.luxury_img2::after{content:'이미지 컷' ;position: absolute;bottom: 10px;right: 10px; color: #fff; font-size:12px; text-shadow: 0 0 12px rgba(0,0,0,1);}
.luxury_img2::before{content:'';position: absolute;left: 0;top: 0;width: 100%; height: 100%;background: url(../sub/luxury_img2.jpg) center center no-repeat; background-size:cover; transform:scale(1.5);transition: 0.2s 0.2s;}

.luxury_txt.active li:nth-child(1){opacity: 1;transition: 1s .2s;}
.luxury_txt.active li:nth-child(2){opacity: 1;transition: 1s .5s;}
.luxury_txt.active li:nth-child(3){opacity: 1;transition: 1s .8s;}
.luxury_txt.active li:nth-child(4){opacity: 1;transition: 1s 1s;}
.luxury_img2_wrap.active .luxury_img2::before{transform:scale(1);transition: 2.5s 0.2s;}


.luxury_wrap .sub_ori{margin-top: 160px;margin-bottom: 140px;}

/**/

/**/


/**/

.mo_br { display: none; }

ul.tabs2.complex_tab { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:60px !important;
}
ul.tabs2.complex_tab>li{
    height: 60px !important;
    line-height: 60px;
}


ul.tabs2 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li { margin-bottom:-1px; color:#232222; margin-left:5px;
    float: left;
    text-align:center;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e9eaec;
    font-weight: 400;
    background: #e9eaec;
    overflow: hidden;
    position: relative;
	
}


 ul.tabs2 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#a79482; background: #192642; border: 1px solid #192642;  }
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#a79482;}
        
ul.tabs2 li a { padding:10px 180px; color:#707070;}
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.active { color:#fff; background: #192642; border:1px solid #192642; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}

/**/


ul.tabs3 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs3 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}


ul.tabs3 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #ccc;  }
	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs3 li a { padding:10px 180px; color:#444;}
        
ul.tabs3 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs3 li.active { color:#fff; background: #ad987c; border:1px solid #ad987c; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
}


@media all and (max-width: 1360px) { 
	

	.guest_wrap { padding: 0 10%; box-sizing: border-box; }
	.guest_wrap .guest_box { width: 100%; margin-right: 0%; }

	.sub_top_box { width: 550px; height: 273px; position: absolute; right: 10%; top: 160px; margin: auto; }


	.sub_leaf { width: 380px; position: absolute; right: -170px; bottom: -110px; z-index: -1; }

	.sub_top_txt { position: absolute; left: 10%; top: 200px; }
	.sub_top_txt h3 { font-size: 20px; }
	.sub_top_txt h2 { font-size: 30px; margin-top: 8px; line-height: 120%; }

	.sub_scroll_box { display: none; }

	#snb_wrap { width: 80%; position: absolute; left: 0; right: 0; top: 0; margin: auto; transform: translateX(0); }

	
	.info_box.adress>ul { border-top: none; }

	.mo_h2 { display: none; }
	.mo_br { display: block; }
	.guest_box.mo { margin-bottom: 0; }

/**/

	.planning_wrap { padding: 0 10%; box-sizing: border-box; }
	.planning_img { width: 100%; float: none; }
	.planning_txt_wrap { position: relative; width: 100%; bottom: 0; margin-top: 60px; }

/**/



	.contact_wrap { width: 100%; height: 1350px; background: url(../img/contact_bg.jpg) center right no-repeat; background-size: cover; }
	.contact_box { width: 100%; height: 910px; padding: 0 10%; transform: translateY(-100px); box-sizing: border-box; }

	.contact_map_box { width: 607px; margin: auto; height: 100%; position: relative; display: flex; justify-content: space-between; flex-direction: column-reverse; margin-top: 90px; }

	.contact_map { width: 607px; height: 432px; box-shadow: 0 0 40px rgba(0,0,0,0.12) }
	.contact_map:nth-child(1) { transform: translateX(-50px); opacity: 0; }
	.contact_map:nth-child(2) { transform: translateX(50px); opacity: 0; }
	.contact_txt_box { width: 100%; height: 53px; position: relative; overflow: hidden; background-color: #1b2536; }
	.contact_txt_box h3 { float: left; font-size: 18px; line-height: 53px; color: #d6d6d6; position: relative; font-weight: 400; margin-left: 27px; padding-right: 22px; }
	.contact_txt_box h3:after { content:''; width: 1px; height: 12px; background-color: #595f6b; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
	.contact_txt_box p { float: left; font-size: 16px; line-height: 53px; color: #98999a; font-weight: 300; margin-left: 18px; }
	.contact_txt_box .contact_bt { height: 100%; float: right; }
	.contact_txt_box .contact_bt a { width: 100%; height: 100%; display: block; padding-right: 60px; padding-left: 10px; }
	.contact_txt_box .contact_bt a p {color: #fff; font-size: 12px; line-height: 53px; letter-spacing: -0.5px; margin-left: 0; }
	.contact_bt .contact_plus { width: 13px; height: 13px; position: absolute; right: 26px; top: 0; bottom: 0; margin: auto; transition: 0.2s; }
	.contact_bt .contact_plus:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
	.contact_bt .contact_plus:before { content:''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

	.contact_txt_box .contact_bt:hover .contact_plus { transform: rotate(90deg); }

	.contact_wrap.active .contact_tit { transition: 1.2s 0s; transform: translateY(0px); opacity: 1; }
	.contact_wrap.active .contact_map { transition: 1.2s 0.4s; transform: translateX(0px); opacity: 1; }



}

@media all and (max-width: 1580px) { 

	}