
::-webkit-scrollbar {

  display:none;
  
  } 
  
  


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:#000; 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;appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;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;appearance:none;}
input::-ms-clear{display:none;}


body { width: 100%; margin: auto; font-family: 'Pretendard'; }
body::selection { background-color: #9dbedf; }
body.locked { touch-action:none; -webkit-overflow-scrolling:none; overflow:hidden; overscroll-behavior:none; }

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

.mo { display: none; }
.pc { display: block; }
.ml50{margin-left: 50px;}

/**/


/*html,a,.btn { cursor: none; }*/
.btn { cursor: pointer; }

#cursor {
position: fixed;
z-index: 99999999999999999;
left: 0;
top: 0;
pointer-events: none;
will-change: transform;
}

@media (hover: hover) and (pointer: fine) {

.cursor__circle {
    width: 25px;
    height: 25px;
    margin-top: -20%;
    margin-left: -20%;
    border-radius: 50%;
    border: solid 1px #614332;
    background-color: #614332;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    margin 0.3s;
    display: none;
}

#cursor.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    margin-top: -50%;
    margin-left: -50%;
    background-color: transparent;
    border-color: #614332;
}

.cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; border: 1px solid #000; background: none; }
.cursor_drag p { color: #fff; color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
.cursor_drag p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
.cursor_drag p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }

.cursor_click { width: 25px; height: 25px; background-color: transparent; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
.cursor_click p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; transform: translateY(-5px); }
.cursor_click p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 18px; bottom: 0; margin: auto; }

#cursor{
    width: 70px;
    height: 70px;
}

.cursor_skip { width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; opacity: 0; position: absolute; display: none; }
.cursor_skip p { display: none; }
/* .cursor_skip::after { content: ''; width: 100%; height: 100%; background: url(../img/play.png) center no-repeat; } */
body.main .cursor_skip { display: flex; }
body.main .cursor_skip.show { opacity: 1; }
.cursor_skip:before { display: none; }

.cursor_skip2 { width: 70px; height: 70px; background-color: #3a3233; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; opacity: 0; position: absolute; display: none; }
body.main .cursor_skip2 { display: flex; }
body.main .cursor_skip2.show { opacity: 1; }
.cursor_skip2 p { font-family: 'lexend', sans-serif; color: #fff; font-size: 14px; line-height: 100%; font-weight: 600; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
.cursor_skip2:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #3a3233; opacity: 0.6; border-radius: 100%;  

    animation-name: cursor_skip, cursor_skip2;
    animation-duration: 2.1s, 2.1s;
    animation-delay: 0s, 0s;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-iteration-count: infinite, infinite;

}

.cursor_skip.drag { opacity: 0; }
.cursor_skip2.drag { opacity: 0; }

/* body.main .cursor_skip { display: flex; } */

/* .intro_bg { width: 167.1428%; position: absolute; left: -33%; top: -33%; animation: intro_bg 8s 0s linear infinite; } */
    
    @keyframes intro_bg {
        from { transform: rotate(-360deg); }
        to {  }
    }

#cursor.click .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.click .cursor_click { 
    width: 65px;
    height: 65px;
opacity: 1;
}

#cursor.drag .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.drag .cursor_drag { 
    width: 65px;
    height: 65px;
opacity: 1;
}

#cursor.drag2 .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.drag2 .cursor_drag { 
    width: 65px;
    height: 65px;
opacity: 1;
}
#cursor.drag2 .cursor_drag { background-color: transparent; border: 1px solid #fff; }
#cursor.drag2 .cursor_drag p:before { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
#cursor.drag2 .cursor_drag p:after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }




}



@keyframes cursor_skip {
0% { transform: scale(0.7); }
30% { transform: scale(0.7); }
80% { transform: scale(1); }
100% { transform: scale(1);  }
}
@keyframes cursor_skip2 {
0% { opacity: 0; }
20% { opacity: 0.3; }
70% { opacity: 0.3; }
100% { opacity: 0; }
}

.imgc { z-index: 9; font-size: 0.75rem; line-height: 100%; color: #000; position: absolute; /* right: 1rem; bottom: 0.75rem; */ /* text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); */ }

/*  */

.intro_all_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 99; }

.intro_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; /* display: flex; justify-content: center; align-items: center; */ }

.intro_tit { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 5; transform: translateY(0rem); }
.intro_tit>div { opacity: 0; transform: translateY(-1rem); }

.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 4; background: url(../img/intro_img.jpg) right top no-repeat; background-size: cover; opacity: 1; transition: all, 1.0s 0s, background 6s 0s; }


.intro_wrap.intro .intro_img { background: url(../img/intro_img.jpg) center bottom 0% no-repeat; background-size: cover; }
.intro_wrap.intro .intro_tit.tit01>div { opacity: 1; transition: 1.0s 0.6s; }

.intro_wrap.intro2 .intro_tit.tit01>div { opacity: 0; transition: 0.8s 0s; }
.intro_wrap.intro2 .intro_tit.tit02>div { opacity: 1; transition: 1.0s 0.6s; }

.intro_wrap.intro3 .intro_tit.tit02>div { opacity: 0; transition: 0.8s 0s; }
.intro_wrap.intro3 .intro_tit.tit03>div { opacity: 1; transition: 1.0s 0.6s; }

.intro_wrap.intro4 .intro_tit.tit03>div { opacity: 0; transition: 1.0s 0s; }

/*.intro_wrap.skip .intro_vd_box { clip-path: polygon(0 calc(0% + 9.0625rem), 13.75% calc(0% + 9.0625rem), 13.75% 100%, 0% 100%); transition: 1.5s 0s; }*/

/*125%*/
@media (min-resolution: 120dpi) {
    .intro_txt_box>div{transform: translateY(7rem);}
    
    .main_txt_box h2 span img{width: 4rem;}
    .main_logo{width: 12rem;}
    .main_txt_box h2{ font-size: 1.2rem!important;}
    .main_txt_box h2::before{width: 70%!important; left: 28%!important;}
    .main_wrap.on .main_txt_box h2{width: 74%!important;}
    
    .brand_tit p{ font-size: .7rem!important; }
    .brand_logo{width: 12rem!important;}
    .brand_img img {width: 80%;}
    .brand_img_wrap>div:nth-child(1) .brand_img{text-align: right;}
    .brand_img_wrap>div:nth-child(2) .brand_img{text-align: left;}
    .brand_img.img03 img{width: 100%;}
    .brand_img.img04 img{width: 100%;}
    .brand_img.img06 img{width: 100%;}
    .brand_img.img08 img{width: 100%;}
    
    .brand_content_txt p{font-size: .7rem!important;}
    .brand_content_img img{width: 80%;}
    
    .concept_tit_box h2{font-size: 1.6rem!important;}
    .concept_txt_box h2{font-size: 1.6rem!important;}
    .concept_tit_box h4{font-size: 1rem!important;}
    .concept_tit_box p{font-size: .7rem!important;}
    .concept_txt_box p{font-size: .7rem!important;}
    .concept_bg_txt img{width: 30rem!important;}
    
    .location_img.img02c img{  width: 100%!important; height: 80%;}
    .location_img{ text-align: left;}
    .location_img_box.box02.a p{font-size: .7rem;}
    .location_img_wrap>div:nth-child(2) img{width: 80%;}
    .location_txt_box.box02.b{right:-14rem!important; }
    
    .location01 .location_txt_box img,.location02 .location_txt_box img{width: 80%;}
    .location_txt_box.box03 h3{ font-size: 1.2rem;}
    .location_txt_box p{font-size: .7rem!important;}
    .location_txt_box.box03 h5{font-size: .9rem!important;}
    .location_txt_box h6{font-size: .7rem!important;}
    .location_map_tit h1{font-size: 3rem!important;}
    .location_map_tit{right: -14rem!important;}
    
    .location_txt_box.box04 h3{font-size: .9rem!important;}
    .location_txt_box.box04>div:last-child img{width: 4rem;}
    
    .news_content{ height: 30rem!important; }
    .news_vd iframe{width: 200%!important;height: 200%!important;}
    
    .out_txt_box p{font-size: 12px!important;}
    }


/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; }
body.main .all_wrap { height: 100vh; text-align: center; }

.section { background-color: #fff; width: 100%; height: 100vh; position: relative; overflow: hidden; }


.main_skip_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999999980; display: none; }
.main_skip_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
.main_skip_bt p { display: none; }


/**/

#section1 { width: 100%; background: none; }

.main_wrap { width: 100vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.main_box { width: 100%; height: 100vh; position: relative; display: flex; justify-content:center;  }

.swiper_main { width: 100%; height: 100%; }
.swiper_main .swiper-slide { display: flex; display: flex; justify-content: center; align-items: center; flex-direction: column; }

.main_img.img02 img,.main_img.img03 img { width: 100%; height: auto; transform: scale(1.2); }

.main_txt_box { position: absolute; z-index: 2; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 1rem;}
.main_txt_box img { display: block; }
.main_txt_box.box01 { top: 9.125rem; }
.main_txt_box.box02 { top: 9.125rem; }
.main_txt_box.box03 { top: 14.6rem; }
.main01_tit { opacity: 0; transform: translateY(-5rem); max-width: 300px; }
.main01_logo { margin-top: 1.5625rem; opacity: 0; transform: translateY(-5rem); max-width: 410px; }

.main02_tit { opacity: 0; transform: translateY(-5rem); }
.main02_txt { margin-top: 10.312rem; margin-left: 8rem; opacity: 0;}
.main02_logo { margin-top: 2.1875rem; opacity: 0; transform: translateY(5rem); }

.main_txt_box.box03 h4 { color: #fff; font-size: 22px; font-weight: 500; opacity: 0; transform: translateY(-5rem); }
.main03_tit { margin-top: 30px; opacity: 0; transform: translateY(-5rem); }
.main03_logo { margin-top: 76px; opacity: 0; transform: translateY(5rem); }



.main01_bottom { position: absolute; width: 90%; max-width: 1488px; bottom: 4.3125rem; display: flex; justify-content: space-between; align-items: center; color: #fff; opacity: 0; transform: translateY(5rem); z-index: 2;}
.main01_bottom h4 { font-size: 28px; line-height: 100%; margin-bottom: 15px; font-weight: 500;}
.main_img { width: 100%; height: 100%; }
.main_img img { width: 100%; }

.main_guest { width: 182px; height: 182px; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; right: 100px; top: 150px; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; transition: 1.5s 0s; z-index: 90; }
.main_guest a { cursor: default; }
.main_guest div { background-color: #06092f; width: 145px; height: 145px; border-radius: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.main_guest div::after { content:''; width: 85%; height: 85%; position: absolute; border-radius: 100%; border: 1px solid #fff; opacity: 0.5; }
.main_guest_bg { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 12s 0s linear infinite; transition: opacity 0.3s; }
.main_guest_bg.white { opacity: 0; }
.main_guest p { font-size: 24px; line-height: 140%; color: #fff; position: relative; z-index: 9; font-weight: 700; transform: translate(1px,1px); transition: 0.3s; }
.main_guest p b { font-size: 44px; text-transform: uppercase; font-weight: 400; }

.main_guest.show { opacity: 1; }
.main_guest.hide { opacity: 0 !important; }

.main_guest.white .main_guest_bg.white { opacity: 1; }
.main_guest.white .main_guest_bg.black { opacity: 0; }
.main_guest.white p { color: #fff; }

@keyframes main_guest_bg {
from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
to {  }
}

.main_wrap.on .main_guest { opacity: 1; transition: 1.2s 0.8s; }
.main_wrap.on .swiper-slide-active .main_img img { transform: scale(1); transition: 3s 0s; }
.main_wrap.on .swiper-slide-active .main01_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .swiper-slide-active .main01_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .swiper-slide-active .main01_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on .swiper-slide-active .main02_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .swiper-slide-active .main02_txt { opacity: 1; transition: 1.2s 0.6s; }
.main_wrap.on .swiper-slide-active .main02_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on .swiper-slide-active .main_txt_box.box03 h4 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .swiper-slide-active .main03_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .swiper-slide-active .main03_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }


/**/

.location_wrap { width: 100vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: flex-start; align-items: center; overflow: hidden; transition: 1.6s; color: #000; }
.location_wrap>div { display: flex; width: 100%; }
.location_wrap>div>div:first-child { width: 43%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding-left: 100px; box-sizing: border-box; }
.location_wrap>div>div:last-child { width: 57%; height: 100%; }

.location_tit { position: relative; text-align: center; opacity: 0; transform: translateY(-5rem); }
.location_tit h2 { font-family: 'times-new-roman', sans-serif; font-weight: 700; font-size: 100px; color: #009a8a; line-height: 100%; display: flex; justify-content: center; align-items: center; }
.location_tit h2 p { font-family: 'antro'; font-size: 100px; line-height: 100%; position: absolute; color: #000; top: 0; font-weight: 400; top: -3rem; margin-left: -1rem; }
.location_txt { margin: 40px 0 75px; opacity: 0; transform: translateY(-5rem); }
.location_txt h3 { font-size: 40px; color: #0c2242; font-weight: 600; line-height: 120%; }
.location_txt h3 b { font-weight: 600; color: #00b3a0; }
.location_txt img { margin-top: 20px;}
.station { position: relative; bottom: -100%; }

.location_map { opacity: 0; transform: translateX(5rem); width: 100%; height: 100%; }
.location_map img { width: 100%; }
.loca_part { position: absolute; right: 0; top: 0; }

.location_wrap.on .location_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.location_wrap.on .location_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location_wrap.on .station { bottom: 0; transition: 1.2s 0.6s; }
.location_wrap.on .location_map { opacity: 1; transform: translate(0); transition: 1.2s 1s; }


/**/

.traffic_wrap { width: 100vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; transition: 1.6s; color: #000; background-color: #e4e4e4; }
.traffic_wrap>div { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; /* transform: translateX(-3rem); */ gap:6.6875rem; }
.traffic_left { margin-top: 7rem; }
.traffic_tit { text-align: center; opacity: 0; transform: translateY(-5rem); }
.traffic_tit h2 { font-family: 'times-new-roman', sans-serif; font-weight: 700; font-size: 100px; color: #e84f40; line-height: 100%; position: relative; }
.traffic_tit h2 p { font-family: 'antro'; font-size: 100px; color: #000; font-weight: 400; line-height: 100%; position: absolute; top: -43%; left: -3%; right: 0; }
.traffic_tit h4 { font-size: 30px; color: #0c2242; line-height: 120%; margin-top: 5px; }
.traffic_tit h4 b.green { color: #1f715b; }
.traffic_tit h4 b.blue { color: #053691; }
.traffic_img { margin-top: 45px; opacity: 0; transform: translateY(5rem); }

.traffic_right { max-width: 980px; width: 60%; }
.traffic_right>div { width: 100%; }
.train { width: 100%; position: relative; display: flex; align-items: center; margin-bottom: 72px; }
.train.t03 { margin-bottom: 0; }
.train>span { width: 99%; height: 5px; position: absolute; left: 1%; z-index: 0; transform: scaleX(0); transform-origin: left; }
.train.t01>span,.train.t03>span { background-color: #00ab9a;}
.train.t02>span { background-color: #ed7765;}
.train.t01 p,.train.t03 p { color: #00ab9a;}
.train.t02 p { color: #ed7765;}

.train>div { width: 100%; display: flex; justify-content: space-between; align-items: center; position: relative; }
.train .circle01 { position: relative; opacity: 0; transform: translateX(-5rem); }
.train .circle01 img { position: relative; z-index: 1; }
.train .circle01 p { font-size: 20px; line-height: 100%; position: absolute; bottom: -30px; left: 0; right: 0; margin: auto; font-weight: 600;}
.train.t02 .circle01 p { color: #316f5b; }
.train.t03 .circle01 p { color: #00ab9a; }
.train.t01 .circle01::after { content:''; width: 171px; height: 42px; background: url(../img/train_ktx.png)no-repeat center / cover; left: 54px; top: 27px; position: absolute; z-index: 0; display: none; }
.train.t02 .circle01::after { content:''; width: 171px; height: 42px; background: url(../img/train_gtxc.png)no-repeat center / cover; left: 54px; top: 27px; position: absolute; z-index: 0; display: none; }
.train.t03 .circle01::after { content:''; width: 171px; height: 42px; background: url(../img/train_ktx.png)no-repeat center / cover; left: 54px; top: 27px; position: absolute; z-index: 0; display: none; }
.train .circle02 { width: 100px; height: 100px; background-color: #00ab9a; border-radius: 100%; display: flex; justify-content: center; align-items: center; position: relative; color: #0653a1; opacity: 0;  }
.train .circle02>div { width: 80px; height: 80px; background-color: #3e3a39; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.train.t02 .circle02 { background-color: #ed7765; color: #ed7765;}
.circle02 h5 { font-size: 25px; line-height: 100%; font-weight: 500; color: #fff; }
.circle02 h5 b { font-size: 31px; font-weight: 700; }
.circle02 p { position: absolute; bottom: -30px; font-size: 23px; font-weight: 700; white-space: nowrap; line-height: 80%; }
.circle02 p span { font-size: 0.9375rem; font-weight: 500; }
.train.t01 .circle02 p { bottom: -52px;}


.traffic_wrap.on .traffic_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.traffic_wrap.on .traffic_img { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.traffic_wrap.on .train .circle01 { opacity: 1; transform: translate(0); transition: transform 1.2s 0.6s, opacity 0.8s 0.6s; }
.traffic_wrap.on .train>span { transform: scaleX(1); transition: 1.6s 1s; }
.traffic_wrap.on .train .circle02 { opacity: 1; transition: 0.6s 1.6s; }

/*  */

.premium_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; }
.premium_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg.jpg)no-repeat center / cover; }
.premium_con_box { position: relative; display: flex; justify-content: center; align-items: center; z-index: 9; width: 100%; padding-top: 9rem; box-sizing: border-box; }
/* .premium_con_box>div { width: 50%; position: relative; } */
.premium_con_box>div:first-child { width: 100%; position: relative; padding: 30px 0 0 134px; box-sizing: border-box; opacity: 0; transform: translateY(-5rem); z-index: 2; }
.premium_con_box>div:last-child { width: 100%; position: absolute; transform: translateX(21%); z-index: 3;}


.swiper_premium .swiper-slide { opacity: 0 !important; transition: 1.2s 0s; }
.swiper_premium .swiper-slide-active { opacity: 1 !important; z-index: 10;}
.pre_con { display: flex; position: relative; }
.pre_txt_box { position: absolute; left: 509px; top: 41px; text-align: left; width: 100%; }
.pre_txt_box h5 { font-family: 'Futura Std'; font-size: 16px; line-height: 100%; color: #009b8b;}
.pre_txt_box h3 { font-size: 30px; font-weight: 700; line-height: 100%; margin-top: 10px; color: #009b8b;}
.pre_txt_box p { font-size: 18px; color: #343434; line-height: 120%; margin-top: 10px; }

.swiper_premium>div>div:nth-child(even) h5,
.swiper_premium>div>div:nth-child(even) h3 { color: #f3796d; }

.pre_swiper_btn { display: flex; position: absolute; left: 640px; top: 370px; gap:10px; z-index: 990; }
.pre_swiper_btn>div>div { width: 55px; height: 55px; border-radius: 100%; display: flex; justify-content: center; align-items: center; position: relative; cursor: pointer; }
.pre_swiper_btn .prev { border: 1px solid #000; }
.pre_swiper_btn .prev span { width: 13px; height: 1px; position: absolute; background-color: #000; }
.pre_swiper_btn .prev span::after { content:''; width: 4px; height: 4px; display: block; position: absolute; border-top: 1px solid #000; border-left: 1px solid #000; transform: rotate(-45deg); top: -2px; }
.pre_swiper_btn .next { border: 1px solid #000; background-color: #000; }
.pre_swiper_btn .next span { width: 13px; height: 1px; position: absolute; background-color: #fff; }
.pre_swiper_btn .next span::after { content:''; width: 4px; height: 4px; display: block; position: absolute; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); top: -2px; right: 0; }

.premium_tit { max-width: 550px; opacity: 0; transform: translate(13%, -5rem); margin: 0 auto 45px; }
.premium_tit h2 { font-family: 'times-new-roman', sans-serif; font-weight: 700; font-size: 100px; color: #e84f40; line-height: 100%; display: flex; justify-content: center; align-items: center; }
.premium_tit h2 p { font-family: 'antro'; font-size: 100px; line-height: 100%; position: absolute; color: #000; top: 0; font-weight: 400; top: -54px; margin-left: -50px; }
.premium_tit>p { font-size: 30px; }
.premium_tit>p b { color: #00776a; margin-top: 15px; line-height: 100%;}

.swiper_pre_thumb { width: 100%; max-width: 1008px; transform: translate(10%, 5rem); opacity: 0; }
/* .swiper_pre_thumb .swiper-slide { width: 350px !important;}  */
.pre_thumb { width: 100%; border-radius: 18px; overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.pre_thumb>div { position: absolute; text-align: center; }
.pre_thumb h4 { font-size: 18px; line-height: 100%; margin-top: 1rem; color: #00b3a0; }
.swiper_pre_thumb>div>div:nth-child(even) h4 { color: #f3796d; }

.premium_wrap.on .premium_con_box>div:first-child { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.premium_wrap.on .premium_tit { opacity: 1; transform: translate(13%, 0); transition: 1.2s 0.4s; }
.premium_wrap.on .swiper_pre_thumb { opacity: 1; transform: translate(10%, 0); transition: 1.2s 0.8s; }


/*  */

.balcony_wrap { width: 300vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; left: 0; }
.balcony_wrap>div { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; }
.balcony_wrap>div>div { width: 100vw; height: 100%; }

.balcony01 { display: flex; color: #000;}
.balcony01>div { width: 50%; }
.balcony01>div:first-child { display: flex; justify-content: flex-end; align-items: center; flex-direction: column; }
.balcony01_tit01 { opacity: 0; transform: translateY(-5rem); transition: 0.8s; }
.balcony01_tit01 h2 { font-size: 80px; color: #00b3a0; line-height: 100%; margin: 50px 0 77px; font-weight: 500; }

.balcony01>div:last-child { background-color: #00b3a0; border-radius: 203px 0 0 0; display: flex; justify-content: center; align-items: center; position: relative; left: 52%; transition: 0.8s; }
.balcony01_tit02 { text-align: left; margin-top: 60px; opacity: 0; transform: translateX(5rem); transition: 0.8s; } 
.balcony01_tit02 h1 { font-family: 'times-new-roman', sans-serif; font-weight: 700; color: #fff; line-height: 75%; position: relative; font-size: 100px; letter-spacing: -0.05em; }	
.balcony01_tit02 span { font-family: 'antro'; color: #000; line-height: 100%; position: absolute; font-size: 80px; font-weight: 400;}
.balcony01_tit02 h1:first-child { margin-left: 200px; }
.balcony01_tit02 h1:first-child span { left: -220px; top: 19px; letter-spacing: -0.05em;}
.balcony01_tit02 h1:nth-child(2) span { left: 305px; bottom: -17px;}
.balcony01_tit02 p { font-size: 24px; line-height: 120%; margin-top: 72px;}
.balcony01_img { opacity: 0; transform: translateY(5rem); transition: 0.8s; }

.balcony02 { background-color: #00b3a0; display: flex; justify-content: center; align-items: center; color: #000; gap:113px; position: relative;}
.balcony02_left { display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 30px; opacity: 0; transform: translateX(-8rem); transition: 0.8s; }
.balcony02_left h2 { font-size: 30px; line-height: 170%; }
.balcony02_left h2 b { font-size: 50px; font-weight: 700; color: #fff; }
.balcony02_right { margin-top: 50px;  opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.balcony02_img01 { margin-top: 60px; position: relative; }
.balcony02_img01 h6 { line-height: 100%; font-size: 20px; position: absolute; right: 0; margin-top: 10px; }
.balcony02_left>div:last-child { width: 100%; max-width: 627px; background-color: #fff; border-radius: 20px; color: #00b3a0; padding: 20px 25px; box-sizing: border-box; margin-top: 70px;}
.balcony02_left>div:last-child p { font-size: 30px; font-weight: 600; line-height: 100%; letter-spacing: -3px; white-space: nowrap; }

.balcony02_img02 { position: relative; }
.balcony02_img02>div:nth-child(2) { position: absolute; text-align: left; left: 200px; top: -50px; }
.balcony02_img02 h4 { font-family: 'antro'; font-size: 60px; color: #fff;  }
.balcony02_img02 h3 { font-family: 'times-new-roman', sans-serif; font-weight: 700; color: #fff; font-size: 50px; position: relative; top: -45px; left: 30px; }
.balcony02_img02>div:nth-child(3) { text-align: right; margin-top: -94px; } 
.balcony02_img02 h5 { font-size: 50px; color: #fff; line-height: 100%; font-weight: 500;}
.balcony02_img02 p { color: #000; font-size: 30px; line-height: 100%; margin-top: 10px; }
h6.balcony_ori { position: absolute; left: 7rem; bottom: 4rem; line-height: 100%; color: #fff; font-size: 0.9375rem; opacity: 0;}

.balcony03 { background-color: #00b3a0; display: flex; justify-content: center; align-items: center; color: #fff; }
.balcony03>div { display: flex; justify-content: center; align-items: flex-start; gap: 20px; width: 90%; max-width: 1576px; margin-top: 70px; }
.balcony03_img_box { position: relative; }
.balcony03_txt { position: absolute; top: -30px; left: -10px; text-align: left; }
.balcony03_txt h3 { font-family: 'antro'; font-size: 50px; line-height: 100%; }
.balcony03_txt h4 { font-family: 'times-new-roman', sans-serif; font-weight: 700; font-size: 40px; line-height: 100%; margin: -10px 0 0 30px; }
.balcony03_txt.txt04 { top: revert; bottom: 10px; left: revert; right: -168px;}
.balcony03_img_box { transition: 0.8s; }
.balcony03_img_box.box01 { opacity: 0; transform: translateY(-5rem); }
.balcony03_img_box.box02 { opacity: 0; transform: translateY(5rem); }
.balcony03_img_box.box03 { opacity: 0; transform: translateY(-5rem); }
.balcony03_img_box.box04 { opacity: 0; transform: translateY(5rem); }
.balcony03_img_box.box01 img { border-radius: 50px 0 0 0; }
.balcony03_img_box.box02 img:nth-child(3) { margin-top: 20px; }
.balcony03_img_box.box03 img:nth-child(3) { margin-top: 40px; }
.balcony03_img_box.box04 img { border-radius: 0 50px 50px 0; }


.balcony_wrap.on .balcony01_tit01 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.balcony_wrap.on .balcony01_img { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.balcony_wrap.on .balcony01>div:last-child, 
.balcony_wrap.on2 .balcony01>div:last-child,
.balcony_wrap.on3 .balcony01>div:last-child { left:0; transition: 1.2s 0.4s; }
.balcony_wrap.on .balcony01_tit02 { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }

.balcony_wrap.on2 .balcony02_left { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.balcony_wrap.on2 h6.balcony_ori { opacity: 1; transition: 1.0s 0.6s; }
.balcony_wrap.on2 .balcony02_right { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.balcony_wrap.on3 .balcony03_img_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.balcony_wrap.on3 .balcony03_img_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.balcony_wrap.on3 .balcony03_img_box.box03 { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
.balcony_wrap.on3 .balcony03_img_box.box04 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }

.balcony_wrap.on2 { left: -100vw; }
.balcony_wrap.on3 { left: -200vw; }


/*  */

.life_wrap { width: 300vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; left: 0; }
.life_wrap>div { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; }
.life_wrap>div>div { width: 100vw; height: 100%; background-color: #f5f3ed; }

.life01 { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.life01_left { position: relative; width: 50%; height: 100%; } 
.life01_left>div { width: 100%; height: 100%; background-color: #f3796d; border-radius: 500px 500px 0 0; display: flex; justify-content: flex-end; flex-direction: column; position: relative; bottom: -100%; transition: 0.8s;  }
.life01_tit01 { margin-bottom: 75px; opacity: 0; transform: translateY(-5rem); }
.life01_tit01 h2 { color: #fff; font-size: 80px; font-weight: 500; line-height: 100%; margin-top: 45px;}

.life01_right { position: relative; width: 50%; height: 100%;  display: flex; justify-content: flex-start; align-items: center; flex-direction: column; top: 166px; } 
.life01_tit02 { opacity: 0; transform: translateX(5rem); }
.life01_tit02 h1 { font-family: 'times-new-roman', sans-serif; font-weight: 700; font-size: 100px; line-height: 80%; color: #f3796d; text-align: left; position: relative; }
.life01_tit02 h1 span { font-family: 'antro'; font-size: 80px; line-height: 100%; color: #000; position: absolute; font-weight: 400; }
.life01_tit02 h1 p { font-size: 20px; color: #0c2144; line-height: 120%; font-weight: 400; letter-spacing: -0.06em; margin: 3% 0 0 3%;}
.life01_tit02 h1 p b { font-weight: 500; font-size: 30px; }
.life01_tit02 h1:nth-child(1) span { left: 257px; bottom: -15px; }
.life01_tit02 h1:nth-child(2) { margin-left: 108px; }
.life01_tit02 h1:nth-child(2) span { left: -120px; bottom: -25px; }
.life01_tit02 h1:nth-child(3) { display: flex; }
.life01_time { margin-top: 164px; width: 100%; }
.life01_time .life01_line { width: 100%; height: 10px; background-color: #f3796d; position: absolute; top: 41%; display: flex; justify-content: center; align-items: flex-start; transform: scaleX(0); transform-origin:left; }
.life01_line>div { margin-top: -26px; transform: translateX(-56px); position: relative; z-index: 2;}
.clock { opacity: 0; }
.time_con { display: flex; justify-content: flex-end; align-items: center; flex-direction: column; position: relative; transition: 1.2s;  }
.time_con.con01 { left: -51px; top: -4px; opacity: 0; transform: translateY(-5rem); }
.time_con.con02 { left: 29px; top: -4px; opacity: 0; transform: translateY(-5rem); }
.time_con.con03 { opacity: 0; transform: translateY(-5rem); }
.time_con.con04 { opacity: 0; }
.time_con.con05 { margin-top: -240px; margin-left: 9%; opacity: 0; transform: translateY(5rem);}
.time_con.con06 { left: -22%; opacity: 0; transform: translateY(-5rem);}
.time_con.con07 { top: -240px; left: -3%; opacity: 0;}

.time_txt { color: #0c2144; position: absolute;  }
.time_txt.txt01 { bottom: 30px; right: 75px; }
.time_txt.txt02 { bottom: 50px; right: -50px;}
.time_txt.txt03 { text-align: left; right: 0; bottom: 20px;}
.time_txt.txt04 { left: 75px; bottom: -90px; }
.time_txt.txt05 { right: -120px; bottom: 105px; text-align: left;}
.time_txt.txt06 { top: 240px; right: 85px;}
.time_txt.txt07 { bottom: -90px; transform: translateX(18px);}
.time_txt h4 { font-family: 'Futura Std'; font-weight: 100; font-size: 20px; line-height: 120%; }
.time_txt h4 b { font-weight: 700; }
.time_txt p { font-weight: 600; font-size: 16px; line-height: 120%; margin-top: 5px; }
.life01_time img:last-child { position: absolute; bottom: 10px; left: 370px; opacity: 0; }

.life02 { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; position: relative; }
.svg_container { width: 100%; height: 100%;/* padding: 50px 0; */ display: flex; }
.line-svg { display: block; width: 1012px; height: auto;   }
.path-common { fill: none;
            stroke: #f3796d;
            stroke-width: 10;
            stroke-linecap: round;
            stroke-linejoin: round;

            stroke-dasharray: 2000; 
            stroke-dashoffset: 2000; 
			transition: 1.2s;
            }
 .line-1-svg { margin-left: 0; position: absolute; top: calc(41% - 9px);  }
 .line-1-path { animation-delay: 0s; position: absolute;  }
 /* --- 두 번째 선 (L자형, 오른쪽 정렬, 왼쪽부터 그리기) --- */
 .line-2-svg {
            /* 부모 컨테이너 안에서 오른쪽으로 밀어버립니다. */
            margin-left: auto; 
            margin-right: 0; 
			position: absolute; right: 0; bottom: 30%; }
.line-2-path { animation-delay: 0.5s; /* 0.5초 뒤 시작 */ }
@keyframes drawLine {
        from {
            stroke-dashoffset: 2000;
        }
        to {
            stroke-dashoffset: 0; /* 0이 되면서 선이 나타남 */
        }
    }

@media screen and (min-width: 2560px) {
    .line-2-svg { width: 59%; height: 210px; bottom: 36%; }
	.line-3-svg { bottom: 36.3% !important;}
}

.life02_line { width: 50%; height: 10px; position: absolute; top: 41%; display: flex; justify-content: flex-start; align-items: center; }
.life02_line2 { width: 50%; /* height: 10px; */ height: 210px; position: absolute; top: 48%; right: 0; display: flex; justify-content: center; align-items: flex-end; }
.life02_line>div.time_box.box03 { position: relative; z-index: 2; margin-left: 216px; top: 170px;}
.life02_line>div.time_box.box04 { margin-left: 10%; position: relative; }
.life02_line2>div.time_box.box05 { position: relative; margin-left: 4%; top: 18%;}
.life02_line>div.time_box.box03 .clock { transform: translateX(80px); }
.life02_line2>div.time_box.box05 .clock { position: absolute; bottom: 14px; right: 100px; }
.life02_line>div:nth-child(2) { position: absolute; bottom: 76px; left: 301px; }
.life02_line>div:nth-child(2) h3 { font-size: 22px; color: #4c4c4c; line-height: 120%; letter-spacing: -0.08em; opacity: 0; transform: translateY(5rem);}
.life02_line>div:nth-child(2) h3 b { color: #0c2144; font-weight: 600; }
..life02_line>div.time_box.box04 { position: relative; margin-left: 90px;}

.life02 h1 { font-size: 90px; font-family: 'antro'; color: #404a60; line-height: 100%; letter-spacing: -0.05em; position: absolute; right: 36px; bottom: 130px; opacity: 0; transform: translateX(5rem);}
.life02 h1 span { color: #f3796d; }


.life03 { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.svg_container2 { width: 100%; height: 100%;/* padding: 50px 0; */ display: flex; }

.line-3-svg { position: absolute; left: 0; bottom: 30.3%; /* 적절한 높이로 조절하세요 */width: 67%; height: 367px; }

.life03_line { width: 67%; height: 367px; position: absolute; left: 0; bottom: 30.3%; display: flex; justify-content: center; align-items: flex-start; }
.life03_line .time_box.box06 { margin-top: -16px; margin-left: -10%;}
.life03_line .time_box.box07 { margin-top: -16px; position: relative; left: 4%; }
.life03_line .time_box.box07 .clock { position: relative; z-index: 3;}

.life_03_tit { text-align: right; right: -37.2%; top: -1%; position: absolute; opacity: 0; transform: translateX(5rem); }
.life_03_tit h2 { font-family: 'times-new-roman', sans-serif; font-size: 80px; font-weight: 700; color: #f3796d; letter-spacing: -0.05em; line-height: 80%; }
.life_03_tit h2 b { font-weight: 700; color: #0c2144; }
.life_03_tit h1 { font-family: 'antro'; font-size: 60px; color: #404a60; line-height: 100%; margin-top: 25px; letter-spacing: -0.05em;}

.life03_bg { position: absolute; right: 0; bottom: -100%; transition: 0.8s; }



.life_wrap.on .life01_left>div,
.life_wrap.on2 .life01_left>div,
.life_wrap.on3 .life01_left>div { bottom: 0; transition: 1.2s 0.4s; }
.life_wrap.on .life01_tit01 { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
.life_wrap.on .life01_line,
.life_wrap.on2 .life01_line,
.life_wrap.on3 .life01_line { transform: scaleX(1); transition: 0.8s 1.0s; }
.life_wrap.on .life01_tit02 { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
.life_wrap.on .life01 .clock { opacity: 1; transition: 0.8s 1.4s; }
.life_wrap.on .time_con.con01 { opacity: 1; transform: translate(0); transition: 1.2s 1.6s; }
.life_wrap.on .time_con.con02 { opacity: 1; transform: translate(0); transition: 1.2s 2.0s; }
.life_wrap.on .life01_time img:last-child { opacity: 1; transition: 1.2s 1.6s; }


.life_wrap.on2  .line-1-path,
.life_wrap.on3  .line-1-path { stroke-dashoffset: 0; transition: stroke-dashoffset 2s 0.4s ease-out; }
.life_wrap.on2  .line-2-path,
.life_wrap.on3  .line-2-path { stroke-dashoffset: 0; transition: stroke-dashoffset 2s 1.0s ease-out; }
.life_wrap.on2 .life02 .clock { opacity: 1; transition: 0.8s 0.6s; }
.life_wrap.on2 .time_con.con03 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.life_wrap.on2 .life02_line>div:nth-child(2) h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.life_wrap.on2 .time_con.con04 { opacity: 1; transition: 0.8s 0.6s; }
.life_wrap.on2 .time_con.con05 { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
.life_wrap.on2 h1  { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }

.life_wrap.on3  .line-3-path { stroke-dashoffset: 0; transition: stroke-dashoffset 2s 0.4s ease-out; }
.life_wrap.on3 .life03 .clock { opacity: 1; transition: 0.8s 0.6s; }
.life_wrap.on3 .time_con.con06 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.life_wrap.on3 .time_con.con07 { opacity: 1; transition: 0.9s 1.0s; }
.life_wrap.on3 .life_03_tit { opacity: 1;  transform: translate(0); transition: 1.2s 1.0s;}
.life_wrap.on3 .life03_bg { bottom: 0; transition: 1.2s 1.4s; }

.life_wrap.on2 { left: -100vw; }
.life_wrap.on3 { left: -200vw; }

/*  */

.contact_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: center; z-index: 1002;}
.contact_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/contact_bg.jpg) center bottom no-repeat; background-size: cover; }

.contact_wrap>div { text-align: left; position: relative; width: 90%; max-width: 960px; margin: auto; z-index: 9; transform: translateY(4rem); }


.contact_tit { text-align: center; margin-bottom: 48px; opacity: 0; transform: translateY(-5rem); }
.contact_tit h3 { font-family: 'times-new-roman', sans-serif; font-size: 90px; font-weight: 700; color: #000; line-height: 100%; position: relative; display: flex; justify-content: center; }
.contact_tit h3 p { position: absolute; font-family: 'antro'; font-size: 90px; letter-spacing: -0.05em; color: #002044; font-weight: 400; line-height: 100%; top: -46%; margin-left: -6%;}

.contact_map { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;  opacity: 0; transform: translateY(5rem);  }
.contact_map img { margin-bottom: 32px; }
.contact_add { margin-bottom: 10px; display: flex; justify-content: flex-start; align-items: center; gap: 16px; font-family: 'NanumSquare', sans-serif; font-weight: 600;}

.contact_add>div:first-child { width: 132px; height: 72px; display: flex; justify-content: center; align-items: center; border: 1px solid #fff; text-align: center;}
.contact_add.add01>div:first-child { background-color: #00b3a0; }
.contact_add.add02>div:first-child { background-color: #f3796d; }
.contact_add.add03>div:first-child { background-color: #002044; }
.contact_add>div:first-child p { line-height: 120%; color: #fff; font-size: 18px;}
.contact_add h5 { font-size: 18px; text-align: left; line-height: 100%; color: #002044; font-weight: 900;}
.add_btn { display: flex; gap: 4px; color: #002044; margin-top: 12px; }
.add_btn div { border: 1px solid #002044; border-radius: 3px; text-align: center; height: 30px; width: 145px; height: 27px; }
.add_btn div a { font-size: 14px; line-height: 27px; position: relative; width: 100%; height: 100%; display: block;}
.add_btn > div:first-child > a::before { content:''; display: inline-block; width: 12px; height: 12px; position: relative; top: 2px; left: 0; margin-right: 15px; background: url(../img/naver.png)no-repeat center / cover; }
.add_btn > div:nth-child(2) > a::before { content:''; display: inline-block; width: 12px; height: 16px; position: relative; top: 2px; left: 0; margin-right: 15px; background: url(../img/kakao.png)no-repeat center / cover; }

.contact_wrap.on .contact_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s;}
.contact_wrap.on .contact_map { opacity: 1; transform: translate(0); transition: 1.2s 0.6s;}





/*  */

#footer { overflow: visible; z-index: 990; }

.footer { width: 100%; padding: 2.5rem 10rem; box-sizing: border-box; z-index: 999; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.875rem; text-align: center; background-color: #002044; color: #fff; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }

.footer>div:first-child { max-width: 1550px; margin: auto; display: flex; justify-content: space-between; align-items: flex-start; min-height: 162px; }
.footer_left { text-align: left; display: flex; justify-content: space-between; align-items: center; gap:125px; }
.footer_info { display: flex; justify-content: flex-start; align-items: flex-end; gap:40px; font-size: 17px; }
.footer_info li { line-height: 110%;}
.footer_const { display: flex; justify-content: flex-start; font-size: 0.875rem; opacity: 0.8; margin: 10px 0;}
.footer_left>div>p { font-size: 0.875rem; opacity: 0.5;}

.footer_right { display: flex; justify-content: space-between; align-items: flex-end; }
.footer_right>ul { display: flex; justify-content: flex-start; align-items: center; gap:24px; }
.footer_right>ul>li:first-child { font-weight: 700; font-size: 26px; position: relative;}
.footer_right>ul>li:first-child::before { content:''; display: inline-block; width: 19px; height: 19px; position: relative; top: 0; left: 0; background: url(../img/common/footer_tel.png)no-repeat center / cover; margin-right: 10px; }
.footer_right>ul>li:last-child { padding: 8px 15px 5px; box-sizing: border-box; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; }
.footer_right>ul>li:last-child p { font-size: 12px; line-height: 100%; }
.footer_right>ul>li:last-child p b { font-size: 20px; font-weight: 700; }

.footer h6 { font-size: 0.875rem; line-height: 100%; margin-top: 10px; letter-spacing: 0; opacity: 0.5; }

/* span.yellow { color: #fcff00 !important; } */

.top_bt { width: 50px; height: 50px; background-color: #a48b78; z-index: 99999; position: absolute; right: 2rem; top: 0.625rem; cursor: pointer; opacity: 0; transition: 0.6s; display: flex; justify-content: center; align-items: center; }
/* .top_bt:before { content:''; width: 8px; height: 8px; position: absolute; left: 0; right: 0; top: 0px; bottom: 0; margin: auto; border-left: 1px solid rgba(255,255,255,1); border-top: 1px solid rgba(255,255,255,1); transform: rotate(45deg); z-index: 9; } */
/* .top_bt::after { content: ''; width: 1px; height: 13px; position: absolute; left: 0; right: 0; top: 1px; bottom: 0; margin: auto; background-color: #fff; } */


.footer.end:after { display: block; }

.footer.on .top_bt,.footer.active .top_bt { opacity: 1; top: -20px; }


/*  */


.guest_pop_wrap { width: 48%; height: 100%; position: fixed; right: -50%; top: 0; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.guest_pop_wrap::before { content: ''; width: 100%; height: 92%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; border-radius: 2rem; }
.guest_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }

.guest_pop { width: 84%; height: 78%; max-width: 1300px; position: relative; display: flex; justify-content: center; align-items: flex-start; z-index: 9; flex-wrap: wrap; }
.guest_pop img { width: 100%; }
.guest_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
.guest_pop_close { width: 3.75rem; height: 3.75rem; position: absolute; right: 1.875rem; top: 3.875rem; cursor: pointer; transition: 0.5s; z-index: 99; background-color: #000; border-radius: 100%; }
.guest_pop_close:after { content:''; width: 1px; height: 35%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
.guest_pop_close:before { content:''; width: 1px; height: 35%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }
.guest_pop_close:hover { transform: rotate(360deg); }

.guest_pop_tit { text-align: center; width: 100%; margin-bottom: 1.875rem; display: flex; justify-content: flex-start; align-items: flex-end; }
.guest_pop_tit h2 { font-family: 'kessler'; font-size: 2.5625rem; line-height: 100%; text-transform: uppercase; }
.guest_pop_tit h5 { font-size: 1rem; line-height: 100%; position: relative; padding-left: 1rem; margin-left: 1.125rem; transform: translateY(-0.25rem); }
.guest_pop_tit h5::before { content: ''; width: 1px; height: 90%; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #000; opacity: 0.5; }
.guest_pop_tit span { display: inline-block; width: 1px; height: 2.375rem; background-color: #404040; margin: auto; margin-top: 2.1875rem; }

.guest_pop_box { width: 100%; height: calc(100% - 4.5rem); overflow: scroll; padding-right: 1.5rem; }

.guest_pop_box::-webkit-scrollbar { display: block; width: 0.625rem; height: 100%; background-color: #f3f3f3; }
.guest_pop_box::-webkit-scrollbar-thumb { width: 100%; background-color: #898989; border-radius: 1.25rem; }

.guest_pop_wrap.active { right: 2%; transition: 0.8s 0.2s; }
.guest_pop_bg.active { left: 0; transition: 0.6s 0s; }


.guest_wrap { position: fixed; left: 0; top: -100%; z-index: 99999999; width: 100%; height: 100vh; max-height: 1000px; overflow: hidden; text-align: left; display: flex; justify-content: center; align-items: center; background: #fff; transition: 0.8s 0s; box-sizing: border-box; overflow-x: hidden; }
.guest_wrap { position: relative; top: 0; width: 100%; height: auto; max-height: revert; margin: auto; overflow: visible; }
.guest_wrap>div>div:last-child { width: 100%; }

.guest_bg { position: fixed; left: 0; bottom: -100%; z-index: 99999998; width: 100%; height: 100%; background-color: #000; opacity: 0.7; transition: 0.6s 0s; cursor: pointer; }

.guest_wrap.active { top: 0; transition: 0.8s 0s; }
.guest_bg.active { bottom: 0; transition: 0.6s 0s; }

body.sub .guest_wrap { position: relative; top: 0; z-index: 9; }
body.sub .guest_close { display: none; }

@media all and (min-width: 800px) { 
/*	body.sub .guest_wrap { padding-top: 130px; }*/
}

/*.guest_wrap>div { overflow-x: hidden; padding-bottom: 3px; }*/
.guest_wrap>div { padding-bottom: 3px; }

/*.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; opacity: 0; transform: translateY(60px); }*/
.guest_wrap>div>div:last-child { width: 100%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

/*.guest_tit { text-align: center; margin-bottom: 55px; opacity: 0; transform: translateY(-50px); }*/
.guest_tit { text-align: center; margin-bottom: 55px; }
.guest_tit h1 { font-size: 55px; line-height: 100%; }
.guest_tit p { font-size: 15px; line-height: 100%; opacity: 0.7; margin-top: 25px; font-weight: 500; }


.guest_wrap h2 { font-size: 18px; line-height: 100%; margin-bottom: 18px; font-weight: 600; }
.guest_box h6 { font-size: 14px; line-height: 22px; position: absolute; right: 0; top: 0; font-weight: 500; }
.guest_box b.red { color: #f71313; }
.guest_box p b.red { margin-left: 3px; }

.guest_wrap .guest_box { width: 100%; margin-right: 0%; 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.m { width: 100% !important; margin-top: 10px; position: relative; }

.guest_ori { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 40px; }
/*.guest_box h6 { font-size: 14px; line-height: 100%; font-weight: 500; }*/
/* .guest_kakao {  } */
.guest_kakao a { display: flex; justify-content: center; align-items: center; }
.guest_kakao p { font-size: 14px; line-height: 100%; position: relative; display: inline-block; margin-left: 10px; transform: translateY(-1px); font-weight: 500; }
.guest_kakao p:after { content:''; width: 0; height: 1px; background-color: #25282a; left: 0; bottom: -5px; position: absolute; transition: 0.4s; }

.guest_kakao:hover p:after { width: 100%; }

.per_agree_box { width: 100%; height: 175px; overflow: scroll; border: 1px solid #b6b6b6; box-sizing: border-box; padding: 0 25px; padding-top: 20px; letter-spacing: -1px;
font-size: 14px; line-height: 30px; color: #6f6f6f; padding-bottom: 40px; }
.per_agree_box::-webkit-scrollbar { display: block; width: 10px; height: 100%; background-color: #f3f3f3; }
.per_agree_box::-webkit-scrollbar-thumb { width: 100%; background-color: #cacaca; border-radius: 20px; }
.per_agree_box b { font-size: 16px; color: #25282a; }
.per_agree_box a { color: #ff4e00; position: relative; margin-left: 10px; top: -1px; }
.per_agree_box a.pc { display: inline-block; }
.per_agree_box a.m { display: none; }
.per_agree_box a:after { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #ff4e00; }

.per_agree_bt_box { text-align: left; font-size: 13px; 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:after { content: ''; position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: transparent; border-radius: 100%; }
.per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
.per_agree_bt_box input[type="radio"]:checked + label:before { background: #25282a; border: 1px solid #25282a; }
.per_agree_bt_box input[type="radio"]:checked + label:after { background: #fff; }*/

.radio_bt[type='radio'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 1rem; height: 1rem; border: 1px solid #aaa; border-radius: 100%; outline: none; position: relative; cursor: pointer; box-sizing: border-box; }
.radio_bt[type='radio']:after { content:''; width: 0.5rem; height: 0.5rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #0075ff; border-radius: 100%; display: none; }
.radio_bt[type='radio']:checked { border-color: #0075ff; }
.radio_bt[type='radio']:checked:after { display: block; }
.radio_bt[type='radio'] + label { margin-right: 0.25rem; }

.per_check_box { text-align: center; margin-top: 30px; }
.per_check_box label { font-size: 18px; }
.per_check_box input#agreeYny { display: none; }
.per_check_box input#agreeYny + label { cursor: pointer; position: relative;}
.per_check_box input#agreeYny + label > span { vertical-align: middle; padding-left: 8px; }
.per_check_box input#agreeYny + label:before { content:""; display: inline-block; width: 19px; height: 19px; border:2px solid #bbb; border-radius: 2px; vertical-align: middle; margin-top: 2px; }
.per_check_box input#agreeYny + label:after { content:''; width: 9px; height: 5px; border: 2px solid #ddd; border-top: 0; border-right: 0; transform: rotate(-45deg); transform-origin: center; position: absolute; left: 6px; top: 2px; bottom: 0; margin: auto; }

input#agreeYny:checked + label:before { content:""; background-color: #0075ff; border-color: #0075ff; }
input#agreeYny:checked + label:after { border-color: #fff; }

/**/


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

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

.info_box>ul { border-top: 1px solid #25282a; box-sizing: border-box; text-align: left; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; border-top: none; overflow: hidden; padding-top: 2px; }
.info_box>ul>li { float: left; width: 50%; height: 60px; vertical-align: top; border-top: 1px solid #b6b6b6; position: relative; box-sizing: border-box;  justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.info_box>ul>li p { float: left; line-height: 58px; font-size: 16px; padding-left: 2px; width: 100%; font-weight: 500; box-sizing: border-box; position: relative; }
/*.info_box>ul>li:after { content:''; width: 105px; height: 1px; background-color: #25282a; position: absolute; left: 0; top: -1px; z-index: 9; }*/

.info_box>ul>li:nth-child(2n-1) { width: 9%; border-top: 1px solid #25282a; }
.info_box>ul>li:nth-child(2n) { width: 41%; }
.info_box>ul>li:last-child { width: 91%; height: auto; }
.info_box>ul>li:nth-last-child(2) { width: 9%; }
.info_box>ul>li:nth-child(4),.info_box>ul>li:nth-child(6) { padding: 17px 0; padding-left: 10px; }

.info_box.adress>ul { border-top: 1px solid #25282a; box-sizing: border-box; }
.info_box.adress>ul>li { width: 100%; height: 150px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
/*.info_box.adress>ul>li>p { float: left; }*/

.info_box input { font-size: 16px; height: 100%; line-height: 31px; border: none; outline: none; margin-top: 0px; padding-left: 10px; text-align: left; box-sizing: border-box; color: #25282a; }
.info_name { width: 100%; }

.info_number_box { height: 100%; float: left; }

.info_number01 { width: 65px; height: 100%; float: left; background: none; border: none; margin-top: 0px; padding: 0 5px; font-size: 16px; line-height: 31px; }
.info_number02 { width: 50px; float: left; }
.info_number03 { width: 50px; float: left; }
.info_box>ul>li span { float: left; line-height: 60px; margin: 0 5px; }

.info_address { width: 100%; float: left; }
.info_address>ul { width: 100%; }
.info_address>ul>li { width: 100%; height: 60px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
.info_address>ul>li:last-child { border: none; }
/*.info_address>ul>li p { float: left; }*/

.info_address01 { width: 15%; height: 33px; float: left; margin-right: 1%; }
/*.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/
.info_address03 { width: 65%; height: 33px; float: left; margin-right: 1%; }
.info_address04 { width: 30%; height: 33px; float: left; margin-right: 3%; }
.info_address05 { width: 50%; height: 33px; float: left; }
.info_address02 { width: 120px;; height: 35px !important; margin-top: 12px !important; float: left; margin-left: 1%; text-align: center !important; padding: 0 !important; cursor: pointer; background-color: #25282a !important; 
border: 1px solid #25282a !important; color: #fff !important; font-size: 12px !important; float: right; }


.info_bt_box { float: left; text-align: left; font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 0px; height: 100%; 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_bt_box { width: 260px; height: 66px; margin: auto; margin-top: 0px; display: flex; justify-content: space-between; text-align: center; color: #25282a; font-size: 18px; }
.guest_bt_box>div { width: 100%; height: 100%; line-height: 64px; }
.guest_bt_box>div>a { width: 100%; height: 100%; display: block; }
.guest_regi_bt { border: 1px solid #25282a; margin-right: 0px; }
.guest_cancle_bt { background-color: #cfcfcf; }

.guest_regi_bt:hover { background-color: #25282a; color: #fff; }


.guest_close { position: absolute; top: 20px; right: 25px; z-index: 9; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; }
.guest_close p { font-family: 'Futura Std', sans-serif; font-size: 12px; line-height: 100%; text-transform: uppercase; margin-right: 15px; margin-top: 1px; letter-spacing: 0; }
.guest_close>span { width: 20px; height: 20px; position: relative; display: block; }
.guest_close>span:before { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(45deg); }
.guest_close>span:after { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); }

.m_br { display: none; }


.guest_wrap.active .guest_tit { opacity: 1; transform: translate(0); transition: 0.8s 0.2s; }
.guest_wrap.active>div>div:last-child { opacity: 1; transform: translate(0); transition: 0.8s 0.7s; }


/**/

.guest_wrap.ok { height: auto; padding: 60px 0 20px; }
.guest_ok_box { width: 100%; max-width: 1300px; margin: auto; position: relative; text-align: center; transform: translateY(20px); }

.guest_ok_box>h3 { font-size: 33px; line-height: 40px; font-weight: 700; }
.guest_ok_box>p { font-size: 15px; line-height: 30px; opacity: 0.7; margin-top: 30px; margin-bottom: 120px; }

.guest_ok_bg { position: absolute; right: -80px; top: -120px; }

/**/


/*서브*/

.sub_top { position: relative; left: 0; top: 0; width: 100%; height: 450px; z-index: 99; margin-top: 0px; overflow: hidden; background-color: #000;}
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }

.sub_top .sub_top_img { background: url(../img/sub_top.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; opacity: 0.6;}

.sub_top_txt { width: 100%; position: absolute; left: 0; right: 0; top: 45%; margin: auto; z-index: 9; text-align: center; animation: sub_top_txt 1.2s 0.4s both; color: #fff; }

.sub_top_txt h3 {font-size: 60px; line-height: 100%; font-weight: 700; position: relative; display: flex; justify-content: center; align-items:center; }
.sub_top_txt h3 p { font-family: 'antro'; font-size: 60px; font-weight: 400; line-height: 100%; position: absolute; top: -50%; margin-left: -20px; opacity: 0.5; }

.sub_logo { margin-top:2rem; }

.sub_top_txt_eg { font-family: 'antro'; color: #3e505e; transform: translateX(0rem) rotate(-15deg); opacity: 1; margin-top:8rem; line-height:0; position:absolute; bottom:6rem; right:15rem; z-index:1; 
animation: sub_top_txt_eg 1.0s 0.5s both; /*transform 1.5s 0.3s, opacity 1.5s 1s;*/}
.sub_top_txt_eg h1 { font-size: 4.7rem; letter-spacing: -5px; font-weight: 400; }
.sub_top_txt_eg b { font-size: 4.7rem; font-weight: 400; }
.sub_top_txt_eg span { transform: translate(7.5rem,3.7rem); display: inline-block; }


@keyframes sub_img {
	from { background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; }
	to{ }
}
@keyframes sub_top_img {
	from { transform: scale(1.2); }
	to{ }
}
@keyframes sub_top_txt {
	from {  opacity: 0; transform: translateY(30px); }
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 0; }
	to{ }
}

@keyframes sub_top_txt_eg {
	from { opacity: 0; transform: translateX(5rem) rotate(-15deg); }
	to{ }
}
/* @keyframes sub_top_txt2 {
	from { letter-spacing: 0.3rem; }
	to{ }
} */
#snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
#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: #000; }
#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: 60px; }
#snb > li:first-child img { position: absolute; left: 0; right: 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: #000; }
/*#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:#000; 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: #000; padding:11px 15px;white-space:nowrap; letter-spacing: 0; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }

#snb .ov a { text-transform: uppercase; }
/*#snb .ov:last-child a { text-transform: uppercase; }*/

body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 80px; padding-top: 0px; box-sizing: border-box; margin-top: 80px; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
#sub_tit h2 { font-size: 35px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 35px; }
#sub_tit h5 { font-size: 14px; color: #858585; font-weight: 400; margin-top: 16px; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 13px; font-family: 'Brown'; font-weight: 700; }
#sub_page { margin-top: 50px; position: relative; }

/**/

ul.tabs2 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 3rem; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 16px; height: 2.813rem; line-height: 2.813rem; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
ul.tabs2 li a { width: 100%; height: 100%; display: block; }
ul.tabs2 li:nth-child(1) { margin-left: 0; }

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #011f44; border: 1px solid #011f44; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #011f44; border: 1px solid #011f44; }

ul.tabs3 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 2rem; margin-top:2rem;}
ul.tabs3.two { flex-wrap: wrap; }
ul.tabs3 li { margin-bottom: -1px; color: #009ec2; margin-left:1%; text-align: center; cursor: pointer; height: 45px; line-height: 45px; border: 1px solid #009ec2; font-weight: 400; background: #fff; }
ul.tabs3 li:nth-child(1) { margin-left: 0; }
ul.tabs3 li a { font-size:0.975rem;}

ul.tabs3 li.selected, ul.tabs li.selected:hover { color: #fff; background: #009ec2; border: 1px solid #009ec2; border-bottom:none;}	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs3 li.active { color:#fff; background: #fff; border: 1px solid #009ec2; border-bottom:none;}

ul.tabs3>li { width: 100%; text-align: center; }
ul.tabs3>li>a { padding: 0; display: flex; align-items: center;  letter-spacing: 0; display: block; }
ul.tabs3>li:first-child {margin-left:0;}


#container2 { width: 100%; max-width: 1100px; margin: auto; }

.sub_page { width: 1100px; margin: 50px auto 20px; position: relative; }
.sub_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 3rem; }
.sub_img_wrap img { width: 100%; max-width: 1100px; animation: sub_img 1.2s 0.2s both; }

@keyframes sub_img {
	from { opacity: 0; transform: translateY(3rem); }
	to{ }
}

/*  */

.sub_contact_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; color: #010101; padding-bottom: 4.375rem; padding-bottom: 0; }

/* .sub_contact_wrap h2 { font-size: 1.5rem; line-height: 100%; margin-bottom: 0.9375rem; font-weight: 500; }
.sub_contact_wrap h2 img { margin-right: 0.625rem; margin-top: 0px; }
.sub_contact_top { width: 100%; }
.sub_contact_top>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; } */

.sub_contact_bottom { width: 100%; margin-top: 3.75rem; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

.sub_contact_map_box { width: 100%; width: 579px; height: 363px; border: 1px solid rgba(255,255,255,0.3); position: relative; display: flex; justify-content: center; align-items: center;}
/* .sub_contact_map_box img { width: 100%; } */

.sub_contact_txt_box { width: 100%; max-width: 579px; margin: 1.5625rem 0; }
.sub_contact_txt_box h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem; }
.sub_contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }

.sub_contact_add { display: flex; justify-content: space-between; align-items: center; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 1rem; line-height: 100%; margin-top: 0.5rem; color: #80666a; margin-top: 0; font-weight: 500; letter-spacing: 0; }
.sub_contact_add p span { color: #fff; }
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

.sub_contact_bt { display: flex; justify-content: flex-end; align-items: center; margin-right: 0; }
.sub_contact_bt a { margin-left: 0.3125rem; }

#map { position: relative; width: 100%; height: 100%; }
#map2 { position: relative; width: 100%; height: 100%; }

.map_marker { font-family: 'Pretendard'; width: auto; height: auto; border: 2px solid #95182c; background-color: #fff; border-radius: 25px; border-radius: 0; text-align: center; display: flex; justify-content: center; align-items: center; padding: 4px 15px 6px; position: relative; box-sizing: border-box; transform: translate(-25%); }
.map_marker img { width: 140px; }
.map_marker p { font-size: 13px; line-height: 100%; color: #1b1414; font-weight: 600; font-size: 19px; margin-top: 7px; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 12px solid #95182c; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/
/*  */

.guest_content { width: 100%; max-width: 1100px; }

/*  */



.sub_vr_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 30px; }
.sub_vr_wrap img { width: 100%; max-width: 1100px; }

.vr_box { width: 100%; max-width: 1200px; margin: auto; position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; margin-top: 0; }
.vr_box iframe { position: absolute; left: 0; right: 0; width: 100%; height: 100%; }

.vr_bt_box { width: 100%; display: flex; justify-content: flex-end; margin-top: 15px; }
.vr_bt_box ul { width: 100%; max-width: 600px; display: flex; justify-content: flex-end; }
.vr_bt_box ul li { width: 100%; margin-left: 2%; border-radius: 0px; height: 45px; line-height: 45px; text-align: center; background-color: #000; color: #fff; font-size: 16px; }
.vr_bt_box ul li a{ width: 100%; height: 100%; display: block; }
.vr_bt_box ul li:nth-child(1) { background-color: #624b40; margin-left: 0; }
.vr_bt_box ul li:nth-child(2) { background-color: #888; }
.vr_bt_box ul li:nth-child(3) { background-color: #000; }

.vr_pop { width: 95%; max-width: 1100px; margin: auto; position: relative; padding-top: 70px; padding-bottom: 100px; }
.vr_pop h2 { text-align: center; font-size: 36px; line-height: 100%; color: #000; margin: 0; padding: 0; margin-bottom: 30px; font-weight: 500; }

.vr_pop ul.tabs3 { display: flex; justify-content: space-between; float: none; margin-bottom: 15px; }
.vr_pop ul.tabs3>li { width: 100%; text-align: center; height: 55px; margin-left: 0; border-left: none; font-size: 16px; font-weight: 500; background-color: #e9eaec; box-sizing: border-box; }
.vr_pop ul.tabs3>li>a { padding: 0; letter-spacing: 0; line-height: 55px; display: block; }
.vr_pop ul.tabs3>li:first-child { margin-left:0; border-left: 1px solid #ccc; }
.vr_pop ul.tabs3 li.selected, .vr_pop ul.tabs li.selected:hover { background-color: #4f372b !important; border: 1px solid #4f372b !important; }
.vr_pop ul.tabs3 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #fff; }

.vr_pop ul.tabs2 { display: flex; justify-content: space-between; float: none; margin-bottom: 0rem; }
.vr_pop ul.tabs2>li { width: 100%; text-align: center; margin-left: 0; height: 40px; font-size: 14px; border: #f3f3f3; background: #f3f3f3; border-left: 1px solid #fff; border-top: 2px solid #f3f3f3; box-sizing: content-box; }
.vr_pop ul.tabs2>li>a { padding: 0; letter-spacing: 0; display: block; line-height: 40px; }
.vr_pop ul.tabs2>li:first-child { margin-left:0; border-left: none; }
.vr_pop ul.tabs2 li.selected, .vr_pop ul.tabs li.selected:hover { background: #fff; border: #f3f3f3; border-top: 2px solid #4f372b; }
.vr_pop ul.tabs2 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #444; }
