
/* ::-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: "Asta Sans", sans-serif; font-family: PT; }
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; }

/**/


/*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 #fff; background: none; }
.cursor_drag p { 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 #fff; border-bottom: 1px solid #fff; 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 #fff; border-bottom: 1px solid #fff; 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_drag.show { display: flex; }

.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; }
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: #000; 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; z-index:999;}
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: #000; 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; }


    
    @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 { color: #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: #fff; 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); }

ul li.end::after { display: none; }

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


/*  */


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

.intro_wrap { width: 100%; height: 100%; position: relative; }
.intro_wrap>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.intro01::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -2; background-color: #044f46; }
/* .intro01::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/intro_pt.png) center no-repeat; background-size: cover; } */

.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; }
.intro_img>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.intro_img>div::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1.2); transition: 1.2s; }
.intro_img>div::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1.2); transition: 1.2s; }

.intro_img.img01 { clip-path: polygon(calc(50% - 11.25rem) 20%, calc(50% + 11.25rem) 20%, calc(50% + 11.25rem) 80%, calc(50% - 11.25rem) 80%); background-color: #044f46; }
.intro_img.img01>div { clip-path: polygon(0% 20%, 100% 20%, 100% 20%, 0% 20%); }

.intro_img.img02 { opacity: 0; }
.intro_img.img03 { opacity: 0; background-color: #fff; }

.intro_img.img01>div::before { background: url(../img/intro_img01.jpg) center no-repeat; background-size: cover; }
.intro_img.img02>div::before { background: url(../img/intro_img02.jpg) center no-repeat; background-size: cover; opacity: 0.7; }
/* .intro_img.img03>div::before { background: url(../img/main_bg.jpg) center bottom 5% no-repeat; background-size: cover; } */
.intro_img.img03>div::after { background: url(../img/main_bd.png) center bottom 5% no-repeat; background-size: cover; }

.intro_tit { width: 100%; height: 100%; position: absolute; z-index: 5; z-index: 3; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
.intro_tit h1 { font-size: 1.75rem; line-height: 100%; display: flex; justify-content: center; align-items: center; color: #000; gap: 1.125rem; text-transform: uppercase; }
.intro_tit h1 span { display: flex; justify-content: center; align-items: center; }
.intro_tit h1 b { display: inline-block; overflow: hidden; padding-bottom: 0.125rem; }
.intro_tit h1 b i { font-weight: 500; display: inline-block; opacity: 0; transform: translateY(101%); transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.intro_tit h1 b.spacing { margin-right: 0.5rem; }
.intro_tit h1 span.space { width: 0rem; }

.intro_tit h1 b i { transition-delay: calc(0.8s + var(--i) * 0.06s); }

.intro_tit.tit02 h1 { color: #fff; }

.intro_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 8; display: flex; justify-content: center; align-items: center; }
.intro_txt_box>div { transform: translateY(0); }
.intro_txt_box span { display: inline-block; width: 1px; height: 21.75rem; position: relative; margin: auto; }
.intro_txt_box span::after { content: ''; width: 100%; height: 0%; position: absolute; left: 0; top: 0; background-color: #fff; }
.intro_txt_box>div>div { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 2.125rem; margin-top: 2.75rem; opacity: 0; transform: translateY(3rem); }
.intro_txt_box p { font-size: 1.375rem; line-height: 100%; color: #fff; opacity: 0.3; }
/* .intro_txt_box p:nth-child(1) { opacity: 1; } */





.main_wrap.intro .intro_img.img01>div { clip-path: polygon(0% 20%, 100% 20%, 100% 80%, 0% 80%); transition: 1.5s 0s; }

.main_wrap.intro2 .intro_tit.tit01 b i { opacity: 1; transform: translate(0); transition-duration: 2.5s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.main_wrap.intro2 .intro_img.img01>div::before { transform: scale(1); transition: 5s 0s; }
.main_wrap.intro2 .intro_img.img01>div,
.main_wrap.intro2 .intro_img.img01 { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 3s 0s; }

.main_wrap.intro3 .intro_tit.tit02 b i { opacity: 1; transform: translate(0); transition-duration: 2.5s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.main_wrap.intro3 .intro_tit.tit01 { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro3 .intro_img.img02 { opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro3 .intro_img.img02>div::before { transform: scale(1); transition: 5s 0s; }

.main_wrap.intro4 .intro_tit.tit02 { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro4 .intro_img.img03 { opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro4 .main_img.img01::before,
.main_wrap.intro4 .intro_img.img03>div::before,
.main_wrap.intro4 .intro_img.img03>div::after { transform: scale(1); transition: 5s 0s; }

.main_wrap.intro4 .main_tit>div>div,
.main_wrap.intro4 .main_tit img { opacity: 1; transform: translate(0); transition: 1.5s 0.8s; }

/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; z-index: 9; background-color: #fff; }
body.main .all_wrap { height: 100dvh; text-align: center; }

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

/**/

.right_quick { position: fixed; width: 6.125rem; height: 13rem; right: 2.5rem; top: 0; bottom: 0; margin: auto; z-index: 100; display: none; }
.right_quick ul { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 0.75rem; }
.right_quick ul li { width: 6.125rem; height: 6.125rem; border: 1px solid #000; border-radius: 0.5rem; box-sizing: border-box; transition: 0.3s; position: relative; }
.right_quick ul li a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.right_quick ul li a>div { width: 100%; height: 100%; box-sizing: border-box; padding: 0.875rem 1rem; }
.right_quick ul li h4 { font-size: 0.875rem; line-height: 118%; }
.right_quick_icon { position: absolute; right: 0.875rem; bottom: 1rem; transition: 0.3s; }
.right_quick_icon.icon02 { right: 0.75rem; bottom: 0.75rem; }
.right_quick_icon.white { opacity: 0; }

.right_quick.white ul li { color: #fff; border: 1px solid #fff; }
.right_quick.white .right_quick_icon.black { opacity: 0; }
.right_quick.white .right_quick_icon.white { opacity: 1; }


.right_quick ul li:hover { color: #000; background-color: #fff; border: 1px solid #fff; }
.right_quick ul li:hover .right_quick_icon.black { opacity: 1; }
.right_quick ul li:hover .right_quick_icon.white { opacity: 0; }

body.sub .right_quick ul { transform: translateY(-4rem); }
body.sub .right_quick ul li { background-color: #fff; }
body.sub .right_quick ul li:hover { color: #fff; background-color: #000; border: 1px solid #000; }
body.sub .right_quick ul li:hover .right_quick_icon.black { opacity: 0; }
body.sub .right_quick ul li:hover .right_quick_icon.white { opacity: 1; }


/*  */

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

.main_wrap { width: 300vw; height: 100dvh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; transition: 1.6s; }
/* .main_wrap::after { content: ''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; margin: auto; top: 0; background-color: red; z-index: 999; } */

.main01 { width: 100vw; height: 100%; position: relative; display: flex; overflow: hidden; }
.main01::after { content: ''; z-index: 2; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; background-color: #000; transition: 0.8s; }
.main02 { width: 100vw; height: 100%; position: relative; display: flex; overflow: hidden; }
.main03 { width: 100vw; height: 100%; position: relative; display: flex; overflow: hidden; }

.main_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.main_img_box.box01 { opacity: 0; }

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; }
.main_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; transform: scale(1.2); transition: 1.2s; }

.main_img.img01::before { background: url(../img/main.jpg) center bottom 5% no-repeat; background-size: cover; }
.main_img.img03::before { background: url(../img/main3.jpg) center no-repeat; background-size: cover; }

.main_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }
.main_bg>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; transition: 1.0s; }
.main_bg::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/main_bg.png) center top no-repeat; background-size: cover; }
.main_bg::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/main_bg2.png) center bottom no-repeat; background-size: cover; }
.main_bg>div::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/main_bg2b.png) left center no-repeat; background-size: cover; }

.main_bg.bg03>div::before { background: url(../img/main_bg3.png) left center no-repeat; background-size: cover; }

.main_vd_box { position: relative; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; overflow: hidden; transition: 1.2s; }
/* .main_vd_box>div { width: 100%; height: 100%; position: absolute; } */
.main_vd_box>div:first-child { width: 100%; height: 100%; position: absolute; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.6s; }
.main_vd_box>div:first-child:before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; background: url(../img/main_bg2.png) left bottom no-repeat; background-size: cover; }
.main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
/* .main_vd::before { content:''; position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-width: 177.78vh; min-height: 100vh; transform: translate(-50%, -50%); background: url(../img/main_bg2.png) left bottom no-repeat; background-size: cover; z-index: 3; opacity: 1; transition: 1.2s; } */
.main_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.main_vd iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-width: 177.78vh; min-height: 100vh; transform: translate(-50%, -50%); border: 0; transition: 1.6s; }

.main_vd_box.box02 { width: 68.5%; }
.main_vd_box.box03>div:first-child::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; background: url(../img/main_bg.png) center top no-repeat; background-size: cover; }


.main_tit { width: 90%; height: 100%; max-width: 940px; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; transition: 1.6s; }
.main_tit>div { transform: translateY(-4rem); position: relative; display: flex; justify-content: center; align-items: flex-start; }
.main_tit>div>div { text-align: left; margin-top: 2.5rem; opacity: 0; transform: translateX(-5rem); transition: 0.8s; }
.main_tit h4 { font-size: 1.25rem; line-height: 100%; font-weight: 500; color: #007988; }
.main_tit p { font-size: 1.25rem; line-height: 124%; font-weight: 500; margin-top: 1rem; color: #033a18; }
.main_tit img { width: 21.75rem; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }

.main_tit.white h4,
.main_tit.white p { color: #fff; }


.main_txt_box { width: 90%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; transition: 1.6s; text-align: left; }
.main_txt_box h3 { font-size: 1.5625rem; line-height: 100%; font-weight: 500; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.main_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size: 2.375rem; line-height: 100%; color: #033a18; margin-top: 0.5rem; font-weight: 600; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.main_txt_box span { display: inline-block; width: 1px; height: 10.875rem; position: relative; margin-top: 2.125rem; margin-left: 0.25rem; }
.main_txt_box span::before { content: ''; width: 100%; height: 0%; position: absolute; left: 0; top: 0; background-color: #033a18; transition: 0.8s; }
.main_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 2rem; opacity: 0.7; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_txt_box h5 { font-size: 1.375rem; line-height: 100%; margin-top: 2.25rem; color: #033a18; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }

.main_txt_box.box02 { width: 31.5%; position: relative; justify-content: flex-start; align-items: flex-end; }
.main_txt_box.box02>div { margin-left: 5.5rem; margin-bottom: 7rem; }
.main_txt_box.box02>div h3 { font-family: "Nanum Myeongjo", serif; color: #033a18; font-weight: 600; }

.main_txt_box.box03 { max-width: 924px; }
.main_txt_box.box03>div { transform: translateY(-6rem); }
.main_txt_box.box03 h2 { transform: translateX(-5rem); }
.main_txt_box.box03 h3 { transform: translateX(-5rem); }
.main_txt_box.box03 p { transform: translateX(-5rem); }


.main_guest_box { position: absolute; z-index: 9; width: 100vw; left: 0; bottom: 0; transition: 1.6s; }
.main_guest_box>div { position: absolute; left: 4.625rem; bottom: 4.125rem; display: flex; justify-content: flex-start; align-items: center; transition: 1.0s; gap: 2.625rem; }

.main_guest { width: 8rem; height: 8rem; margin: a; border-radius: 100%; z-index: 9; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; cursor: default; transition: 1.0s 0s; z-index: 90; color: #000; }
.main_guest a { cursor: default; }
.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: 0.75rem; line-height: 158%; position: relative; z-index: 9; font-weight: 400; transform: translate(0px,2px); transition: 0.3s; letter-spacing: 0; }
.main_guest p span { font-size: 0.75rem; transform: translateX(-1px); }
.main_guest p b { font-size: 1.3125rem; text-transform: uppercase; font-weight: 700; display: inline-block; transform: translateX(-1px); }

.main_guest_box.show>div { opacity: 1; }
.main_guest_box.hide>div { opacity: 0 !important; }

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

.main_guest_txt { color: #000; text-align: left; }
.main_guest_txt h2 { font-family: 'optima'; font-size: 2.25rem; line-height: 100%; font-weight: 500; transition: 0.3s; margin-left: -0.125rem; }
.main_guest_txt h5 { font-size: 0.875rem; line-height: 100%; transition: 0.3s; margin-top: 6px; }

.main_guest_box.white .main_guest_txt { color: #fff; }

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

.mouse_scroll_wrap { position: absolute; left: 5.875rem; bottom: 2.25rem; z-index: 10; display: flex; justify-content: flex-start; align-items: center; opacity: 0; transition: 1.0s; }
.mouse_scroll { position: relative; z-index: 90; color: #000; text-align: left; display: flex; justify-content: flex-start; align-items: center; gap: 0.625rem; }
.mouse_scroll p { font-size: 11px; line-height: 112%; font-weight: 300; margin-top: 0px; text-transform: uppercase; letter-spacing: 0.5px; transition: 0.3s; }
.mouse_scroll>div { width: 24px; height: 38px; border-radius: 2rem; border: 1px solid #000; position: relative; margin: auto; transition: 0.3s; box-sizing: border-box; }
.mouse_scroll>div span { content:''; width: 5px; height: 5px; position: absolute; left: 0; right: 0; margin: auto; top: 20%; background-color: #000; border-radius: 100%; transition: background-color 0.3s; }

.mouse_scroll_wrap.show { opacity: 1; }

.main_ori { width: 100vw; z-index: 90; text-align: center; display: flex; justify-content: center; align-items: center; word-break: keep-all; overflow-wrap: break-word; position: absolute; left: 0; bottom: 2.5rem; transition: 1.6s; }
.main_ori p { font-size: 0.75rem; line-height: 158%; opacity: 0.5; color: #fff; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_ori br.pad { display: none; }

.main_ori.ori02,
.main_ori.ori03 { display: none; }

.mouse_scroll_wrap.white .mouse_scroll p { color: #fff; text-shadow: 0 0 4px rgba(0,0,0,0.6), 0 0 4px rgba(0,0,0,0.3); }
.mouse_scroll_wrap.white .mouse_scroll>div { border: 1px solid #fff; box-shadow: 0 0 4px rgba(0,0,0,0.3), inset 0 0 4px rgba(0,0,0,0.3); }
.mouse_scroll_wrap.white .mouse_scroll>div span { background-color: #fff; box-shadow: 0 0 4px rgba(0,0,0,0.3); }
.mouse_scroll_wrap.white .main_ori p { color: #fff; opacity: 0.7; }
.mouse_scroll_wrap.white .main_ori.ori01::before { background-color: #fff; }


.cal_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; display: flex; justify-content: center; align-items: center; transition: all 0.8s, z-index 0s 1.6s; }
.cal_box::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-color: #000; opacity: 0; transition: 1.2s; }
.cal_box>div { width: 90%; max-width: 940px; position: relative; z-index: 9; text-align: center; transform: translateY(-2rem); }

.cal_txt_box { color: #fff; margin-top: 3.25rem; }
.cal_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateY(-3rem); }
.cal_txt_box h2 { width: 100%; font-family: 'Futura PT', sans-serif; font-size: 3.75rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; }
.cal_txt_box h2 span { color: transparent; -webkit-text-stroke: 0.7px #fff; }
.cal_txt_box h5 { font-size: 0.9375rem; margin-top: 1rem; line-height: 100%; opacity: 1; font-weight: 300; transition: 0.8s; margin-left: 0.25rem; white-space: nowrap; }

.cal_content { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 7.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color: #fff; margin-top: 2.5rem; }
.cal_content ul { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; }
.cal_content ul li { width: calc(20% - 0.75rem); height: 11.125rem; text-align: center; transition: 0.3s; border: 1px solid rgba(255,255,255,0.3); box-sizing: border-box; position: relative; display: flex; justify-content: center; align-items: center; }
.cal_content ul li h3 { font-family: 'Futura PT', sans-serif; font-size: 1.375rem; line-height: 100%; font-weight: 500; letter-spacing: 0.0313rem; }
.cal_content ul li p { font-size: 0.875rem; line-height: 128%; opacity: 0.7; margin-top: 0.375rem; position: relative; }
.cal_content ul li h6 { font-size: 0.8125rem; line-height: 100%; color: #0eab4a; margin-left: 0.375rem; }
/* .cal_content ul li:nth-child(6) { width: calc(40% - 0.75rem); height: 7rem; } */
.cal_content ul li:nth-child(n+6) { width: calc(50% - 0.75rem); height: 7rem; }
.cal_content ul li:nth-child(n+6)>div:nth-child(1) { display: flex; justify-content: center; align-items: center; }
.cal_content ul li:nth-child(n+6) p { margin-left: 2.625rem; transform: translateY(-3px); }
.cal_content ul li:nth-child(n+6) p::before { content: ''; width: 2px; height: 70%; position: absolute; left: -1.25rem; top: 0; bottom: 0; margin: auto; background-color: #fff; }

.main_cal_over { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }
.main_cal_over::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #0eab4a; transition: 0.5s; }
.main_cal_over::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #0eab4a; transition: 0.5s; }
.main_cal_over span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_cal_over span::before { content: ''; width: 0%; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #0eab4a; transition: 0.5s; }
.main_cal_over span::after { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #0eab4a; transition: 0.5s; }

.cal_content ul li:hover { color: #0eab4a; }
.cal_content ul li:hover .main_cal_over::before,
.cal_content ul li:hover .main_cal_over::after { height: calc(100% + 2px); }
.cal_content ul li:hover .main_cal_over span::before,
.cal_content ul li:hover .main_cal_over span::after { width: calc(100% + 2px); }
.cal_content ul li:hover p::before { background-color: #0eab4a; }

.main02 .imgc { text-align: left; right: revert; line-height: 166%; position: static; transition: 0.8s; opacity: 0.5; }

.main_cal_bt { display: flex; justify-content: center; align-items: center; margin: auto; margin-top: 2rem; gap: 0.875rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color: #fff; }
.main_cal_bt a { width: 15.375rem; height: 3.875rem; border: 1px solid #fff; border-radius: 5rem; padding-left: 2.375rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; position: relative; font-size: 1rem; }
.main_cal_bt a span { width: 24px; height: 9px; position: absolute; right: 1.875rem; top: 0; bottom: 0; margin: auto; }
.main_cal_bt a span::before { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.main_cal_bt a span::after { content: ''; width: 8px; height: 8px; position: absolute; right: 0; top: 0; bottom: 0; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }

.main_cal_bt a:hover { background-color: #fff; color: #000; }
.main_cal_bt a:hover span::before { background-color: #000; }
.main_cal_bt a:hover span::after { border-right: 1px solid #000; border-bottom: 1px solid #000; }


.main_cal_bt>div { color: #000; background-color: #fff; border: 1px solid #fff; }
.main_cal_bt>div>a>div { background: url(../img/down.png) right center no-repeat; background-size: cover; }





.main_wrap.on2 { transform: translateX(-100vw); }
.main_wrap.on3,
.main_wrap.on4 { transform: translateX(-200vw); }

.main_wrap.on .main_img.img01::before { transform: scale(1); transition: 5s 0s; }
.main_wrap.on2 .main_ori,
.main_wrap.on2 .main_guest_box { transform: translateX(100vw); }
.main_wrap.on3 .main_ori,
.main_wrap.on4 .main_ori,
.main_wrap.on3 .main_guest_box,
.main_wrap.on4 .main_guest_box { transform: translateX(200vw); }

.main_wrap.on .main_tit>div>div,
.main_wrap.on .main_tit img { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }

.main_wrap.on .main_img_box.box01,
.main_wrap.on2 .main_img_box.box01 { opacity: 1; transition: 2s 0s; }
.main_wrap.on .main_ori p,
.main_wrap.on2 .main_ori p,
.main_wrap.on3 .main_ori p,
.main_wrap.on4 .main_ori p { opacity: 0.5; transform: translate(0); transition: 1.2s 0.6s; }

.main_wrap.on2 .main_txt_box.box02 span::before { height: 100%; transition: 1.5s 0.6s; }
.main_wrap.on2 .main_txt_box.box02 h3,
.main_wrap.on2 .main_txt_box.box02 h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.main_wrap.on2 .main_txt_box.box02 p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.9s; }
.main_wrap.on2 .main_txt_box.box02 h5 { opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }

.main_wrap.on3 .main_txt_box.box03 h3,
.main_wrap.on3 .main_txt_box.box03 h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.main_wrap.on3 .main_txt_box.box03 p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.9s; }

.main_wrap.on4 .main_bg.bg03>div,
.main_wrap.on4 .main_guest_box>div { opacity: 0; }
.main_wrap.on4 .cal_box { z-index: 9; transition: 0s; }
.main_wrap.on4 .cal_box::before { opacity: 0.7; transition: 1.2s 0s; }
.main_wrap.on4 .cal_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on4 .cal_content { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on4 .main_cal_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */

.unit_wrap { width: 100%; height: 100dvh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; }

.unit_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.unit_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/unit_bg.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }
/* .unit_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/unit_bg.png) center no-repeat; background-size: cover; } */

.unit_box { width: 90%; max-width: 1500px; position: relative; z-index: 9; padding-bottom: 18.25rem; transform: translateY(2rem); }

.unit_tit { position: absolute; left: 0; bottom: 0; text-align: left; color: #fff; opacity: 0; transform: translateX(-5rem); }
.unit_tit h2 { font-family: 'optima'; font-size: 3.75rem; line-height: 100%; margin-left: -0.25rem; font-weight: 500; }
.unit_tit h5 { font-size: 0.875rem; line-height: 100%; margin-top: 0.75rem; }

.unit_txt_box { text-align: right; position: absolute; right: 0; top: 0; opacity: 0; transform: translateX(5rem); }
.unit_txt_box h3 { font-family: "Nanum Myeongjo", serif; font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.unit_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size: 2rem; line-height: 124%; color: #033a18; font-weight: 600; margin-top: 0.75rem; }
.unit_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 2.5rem; opacity: 0.7; }
.unit_txt_box h4 { font-size: 1.375rem; line-height: 100%; margin-top: 3.5rem; color: #033a18; }

.unit_content { margin-left: 12.5rem; opacity: 0; transform: translateY(-3rem); }
.unit_content ul { width: 100%; max-width: 46.25rem; display: flex; justify-content: flex-start; align-items: center; gap: 0.875rem; flex-wrap: wrap; }
.unit_content ul>li { width: 8.375rem; height: 8.375rem; display: flex; justify-content: center; align-items: center; border: 1px solid rgba(0,0,0,0.3); box-sizing: border-box; transition: 0.3s; }
.unit_content ul>li.bin { border: none !important; background: none !important; }
.unit_content ul>li a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.unit_content h2 { font-family: 'optima'; font-size: 2.0625rem; line-height: 100%; font-weight: 600; }
.unit_content h6 { font-size: 0.6875rem; line-height: 100%; margin-top: 0.25rem; }

.unit_content ul>li:hover { background-color: #033a18; border: 1px solid #033a18; color: #fff; }

.unit_bt { display: flex; justify-content: center; align-items: center; margin: auto; gap: 0.875rem; color: #033a18; position: absolute; right: 0; bottom: 0.875rem; opacity: 0; transform: translateY(3rem); }
.unit_bt a { width: 15.375rem; height: 3.875rem; border: 1px solid rgba(3,58,24,0.3); border-radius: 5rem; padding-left: 2.375rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; position: relative; font-size: 1rem; }
.unit_bt a span { width: 24px; height: 9px; position: absolute; right: 1.875rem; top: 0; bottom: 0; margin: auto; }
.unit_bt a span::before { content: ''; width: 100%; height: 1px; background-color: #033a18; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.unit_bt a span::after { content: ''; width: 8px; height: 8px; position: absolute; right: 0; top: 0; bottom: 0; border-right: 1px solid #033a18; border-bottom: 1px solid #033a18; transform: rotate(-45deg); }

.unit_bt a:hover { background-color: #033a18; color: #fff; }
.unit_bt a:hover span::before { background-color: #fff; }
.unit_bt a:hover span::after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }



.unit_ori { width: 100%; z-index: 10; text-align: center; display: flex; justify-content: center; align-items: center; word-break: keep-all; overflow-wrap: break-word; position: absolute; left: 0; right: 0; margin: auto; bottom: 2.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.unit_ori p { font-size: 0.75rem; line-height: 158%; opacity: 0.7; color: #000; }
.unit_ori br.pad { display: none; }



.unit_wrap.on .unit_tit,
.unit_wrap.on .unit_txt_box,
.unit_wrap.on .unit_content,
.unit_wrap.on .unit_bt,
.unit_wrap.on .unit_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.unit_wrap.on .unit_img::before { transform: scale(1); transition: 4s 0s; }



/*  */

.out_wrap { width: 100%; height: 100dvh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; }

.out_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.out_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/out_bg.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }
.out_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/out_bg.png) center no-repeat; background-size: cover; }

.out_ori { width: 90%; z-index: 10; text-align: center; word-break: keep-all; overflow-wrap: break-word; position: absolute; left: 0; right: 0; margin: auto; bottom: 2.5rem; color: #fff; opacity: 0; transform: translateY(3rem); }
.out_ori h3 { font-size: 1.375rem; line-height: 100%; font-weight: 700; }
.out_ori ul { width: 100%; max-width: 1280px; margin: auto; display: flex; justify-content: center; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.875rem; }
.out_ori ul li { font-size: 0.875rem; line-height: 100%; position: relative; }
.out_ori ul li::after { content: ''; width: 1px; height: 95%; position: absolute; right: -0.375rem; top: 1px; bottom: 0; margin: auto; background-color: #fff; }

.out_box { width: 90%; max-width: 1500px; position: relative; z-index: 9; }

.out_txt_box { text-align: left; }
.out_txt_box>div { transform: translateY(-3rem); position: relative; }
.out_txt_box img { width: 11.875rem; opacity: 0; transform: translateX(-5rem); }
.out_txt_box h2 { font-size: 3.625rem; line-height: 100%; color: #1566a7; font-weight: 600; margin-top: 1rem; opacity: 0; transform: translateX(-5rem); }
.out_txt_box ul { margin-top: 4.25rem; display: flex; justify-content: flex-start; align-items: flex-start; gap: 4rem; position: relative; opacity: 0; transform: translateX(-5rem); }
.out_txt_box ul li { position: relative; }
.out_txt_box ul li::after { content: ''; width: 1px; height: 75%; position: absolute; right: -2rem; top: 1px; bottom: 0; margin: auto; background-color: #7a7a7a; }
.out_txt_box h4 { font-size: 1.375rem; line-height: 136%; }
.out_txt_box h6 { font-size: 0.875rem; line-height: 100%; opacity: 0.7; margin-top: 0.75rem; font-weight: 500; }
.out_txt_box h5 { font-size: 1.375rem; line-height: 100%; color: #ff8a00; font-weight: 600; margin-top: 3.75rem; opacity: 0; transform: translateX(-5rem); }
.out_txt_box h3 { font-size: 2.6875rem; line-height: 100%; font-weight: 600; margin-top: 0.875rem; opacity: 0; transform: translateX(-5rem); }




.out_wrap.on .out_img::before { transform: scale(1); transition: 4s 0s; }
.out_wrap.on .out_ori,
.out_wrap.on .out_txt_box img,
.out_wrap.on .out_txt_box h2,
.out_wrap.on .out_txt_box ul { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.out_wrap.on .out_txt_box h5,
.out_wrap.on .out_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }

/*  */

/* .contact_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; background-color: #000; }
.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: 1440px; margin: auto; z-index: 9; transform: translateY(2rem); display: flex; justify-content: center; align-items: center; }

.contact_wrap .sub_contact_bottom { width: auto; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.contact_wrap .sub_contact_bottom>div { width: auto; justify-content: flex-end; gap: 2.625rem; }
.contact_wrap .sub_contact_map_box { width: 100%; max-width: 700px; height: 416px; border: 1px solid rgba(255,255,255,0.3); }
.contact_wrap .sub_contact_txt_box { max-width: revert; }
.contact_wrap .sub_contact_add { justify-content: center; gap: 5rem; }

.contact_tit { text-align: left; opacity: 0; transform: translateX(-5rem); margin-right: -2.125rem; margin-bottom: 2rem; transition: 0.8s; color: #fff; }
.contact_tit h2 { font-family: 'quiche'; font-size: 5.375rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; text-transform: uppercase; }
.contact_tit h5 { font-size: 1.375rem; margin-top: 0.375rem; line-height: 100%; opacity: 1; transition: 0.8s; font-weight: 400; white-space: nowrap; }
.contact_tit p { font-size: 0.9375rem; line-height: 100%; margin-top: 1.75rem; opacity: 0.7; margin-left: 0.25rem; }


.contact_txt_box { text-align: center; margin-top: 1.75rem; }
.contact_txt_box p { font-size: 1rem; line-height: 160%; color: #7e7e7e; } 
.contact_txt_box p span { color: #000; }

.sub_contact_map_box img { width: 100%; }
.sub_contact_map_box::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #fff; transition: 0.5s; }
.sub_contact_map_box::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #fff; transition: 0.5s; }
.sub_contact_map_box span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sub_contact_map_box span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #fff; transition: 0.5s; }
.sub_contact_map_box span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #fff; transition: 0.5s; }

.sub_contact_map_box:hover::before,
.sub_contact_map_box:hover::after { width: calc(100% + 2px); }
.sub_contact_map_box:hover span::before,
.sub_contact_map_box:hover span::after { height: calc(100% + 2px); }


.contact_leaf { width: 46rem; position: absolute; left: -11.5rem; bottom: -17.25rem; z-index: 1; }

.contact_wrap.on .contact_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.contact_wrap.on .sub_contact_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; } */

/*  */

.right_by { width: 3.875rem; height: 16rem; position: absolute; left: 0; bottom: 0; margin: auto; z-index: 99; /*transform: translateY(-10rem);*/ display: none; }
.right_by_bg { width: 100%; height: 100%; background: url(../img/common/by_bg.jpg) center no-repeat; background-size: cover; transition: 0.3s;  clip-path:polygon(0% 0%, 0% 100%, 100% 100%, 100% 20%); }
.right_by_txt { width: 100%; height: 100%; transition: 0.3s; display: flex; justify-content: center; align-items: center; position:absolute; top:0; }

.right_by h4 { width: 1.0625rem; font-size: 1.0625rem; line-height: 112%; color: #fff; font-weight: 500; transform: translate(0.1875rem,-2.375rem); transition: 0.3s; }
.right_by h4 b { margin: 0.1875rem 0; display: inline-block; }

.right_by.white .right_by_bg { background: url(../img/common/by_bg2.jpg) center no-repeat; background-size: cover; }
.right_by.white .right_by_txt h4 { color: #003c66; }


.by_bn { width:10rem; height:10rem;  color:#fff; position:absolute; right:4rem; top:7rem; z-index:99; text-align:center; display: flex; justify-content: center; align-items: center; opacity: 0; transform: 0.8s; }
.by_bn_txt { width:7.5rem; height:7.5rem; background:#003c66; border:3px solid #e2df54; border-radius:100%; line-height:120%; display: flex; justify-content: center; align-items: center; }
.by_bn_txt h4 { font-size:0.975rem;}
.by_bn_bg { width:100%; height:100%; background: url(../img/main_circle2.png) center no-repeat; background-size: cover;  position:absolute; animation: main_circle 38s 0s linear infinite;}

.by_bn.show { opacity: 1; transition: 1.2s; }

/*  */

.right_scroll_wrap { width: 57px; height: 189px; margin: auto; position: absolute; z-index: 99; right: 2.625rem; bottom: 4.5rem; opacity: 1; }
.right_scroll_img { width: 9px; height: 73px; margin: auto; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
/* .right_scroll { width: 1px; height: 130px; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 16px; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #31f3ff; left: -4px; top: 0; border-radius: 100%; transition: background 0.3s; } */
.right_scroll { width: 57px; height: 100px; margin: auto; margin-top: 16px; position: relative; transition: 0.3s; animation: right_scroll 5s infinite; }
.right_scroll>div { width: 19px; height: 78px; position: absolute; left: 0; right: 0; margin: auto; top: -2px; z-index: 9; }
.right_scroll>div::before { content: ''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; margin: auto; background-color: #033a18; transition: 0.3s; }
.right_scroll>div::after { content: ''; width: 10px; height: 10px; position: absolute; left: 0; right: 0; margin: auto; bottom: 1px; border-left: 1px solid #033a18; border-bottom: 1px solid #033a18; transform: rotate(-45deg); transition: 0.3s; }
.right_scroll span { position: absolute; width: 57px; height: 57px; background-color: rgba(3,58,24,0.15); left: 0; bottom: 0; border-radius: 100%; transition: background 0.3s; animation: right_scroll2 5s infinite; }

@keyframes right_scroll {
    0% { transform: translateY(0); }
    20% { transform: translateY(8px); }
    40%, 100% { transform: translateY(0); }
}
@keyframes right_scroll2 {
    0% { transform: scale(1); }
    20% { transform: scale(1.1); }
    40%, 100% { transform: scale(1); }
}

body.main .right_scroll_wrap { display: none; }

.right_scroll_wrap.white .right_scroll_img { background: url(../img/scroll2.png) center no-repeat; }
/* .right_scroll_wrap.white .right_scroll { background-color: rgba(255,255,255,0.3); }
.right_scroll_wrap.white .right_scroll span { background-color: #31f3ff; } */
.right_scroll_wrap.white .right_scroll>div::before { background-color: #fff; }
.right_scroll_wrap.white .right_scroll>div::after { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
.right_scroll_wrap.white .right_scroll span { background-color: rgba(255,255,255,0.3); }

/*  */

.left_open { position: fixed; left: 2.875rem; bottom: 3.75rem; z-index: 90; white-space: nowrap; opacity: 0; transition: 1.0s; }
.left_open>div { display: flex; justify-content: center; align-items: center; gap: 1rem; transform: rotate(90deg) translateX(-100%); transform-origin: left bottom; }
.left_open span { display: inline-block; width: 5.125rem; height: 1px; background-color: #000; transition: 0.3s; }
.left_open p { font-family: 'copperplate'; font-size: 0.75rem; line-height: 100%; letter-spacing: 0; color: #000; transition: 0.3s; }

.left_open.white span { background-color: #fff; }
.left_open.white p { color: #fff; }

.left_open.show { opacity: 1; }

/*  */

.bottom_fixed_wrap { width: 100%; height: 3rem; position: fixed; left: 0; bottom: -3rem; z-index: 990; display: none; transition: 1.0s; }
.bottom_fixed_wrap>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.bottom_fixed_wrap>div>div { width: 100%; height: 100%; }

.bottom_open { display: flex; justify-content: center; align-items: center; background-color: #000; color: #fff; }
.bottom_open p { font-size: 1.125rem; line-height: 100%; font-weight: 700; }

.bottom_fixed_wrap.show { bottom: 0; }

/*  */

/* #footer { overflow: visible; }

.footer { width: 100%; padding: 3.375rem 0 6.25rem; box-sizing: border-box; z-index: 90; background-color: #fff; color: #000; position: relative; box-sizing: border-box; text-align: center; letter-spacing: -0.5px; font-size: 0.875rem; display: flex; justify-content: space-between; align-items: flex-start; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
.footer>div { width: 100%; }
.footer>div>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

.footer_top { padding: 0 6.25rem; box-sizing: border-box; align-items: center !important; border-bottom: 1px solid #a6a6a6; padding-bottom: 2rem; }
.footer_top>div { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 2.125rem; flex-direction: column; }
.footer_top>div>div { width: 100%; display: flex; justify-content: space-between; align-items: center; }

.footer_logo { width: 10.6875rem; }

.footer_info { display: flex; justify-content: center; align-items: center; }
.footer_info li { font-size: 1.125rem; padding: 0 1.25rem; line-height: 100%; position: relative; font-weight: 600; }
.footer_info li:first-child { padding-left : 0; }
.footer_info li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #000; opacity: 0.3; right: 0; bottom: 0; top: 0; margin: auto; }
.footer_info li span { color: #489b7f; }
.footer_info li:last-child:after { display: none; }

.footer_const { display: flex; justify-content: flex-start; align-items: center; }
.footer_const li { display: flex; justify-content: flex-start; align-items: center; gap: 0.375rem;  padding: 0 1rem; position: relative; line-height: 100%; font-weight: 500; }
.footer_const li:last-child { padding-right: 0; }
.footer_const li:last-child:after { display: none; }
.footer_const li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 400; }
.footer_const li h2 { font-size: 1.125rem; line-height: 100%; font-weight: 600; }
.footer_const li h4 span { font-size: 1rem; display: inline-block; margin-left: 0.25rem; }
.footer_const li:nth-child(1) img { width: 8.5625rem; }
.footer_const li:nth-child(2) img { width: 10.6875rem; }
.footer_const li:nth-child(3) img { width: 17.625rem; }

.footer_pr { display: flex; justify-content: flex-start; align-items: center; margin-top: 1.875rem; }
.footer_pr li { font-size: 1rem; padding: 0 0.75rem; line-height: 100%; position: relative; }
.footer_pr li:first-child { padding-left : 0; }
.footer_pr li:after { position: absolute; content:''; width: 1px; height: 0.8125rem; background-color: #000; opacity: 0.3; right: 0; bottom: 1px; top: 0; margin: auto; }
.footer_pr li span { color: #489b7f; }
.footer_pr li:last-child:after { display: none; }

.footer_middle { padding: 0 6.25rem; box-sizing: border-box; text-align: left; }
.footer_middle>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.footer_middle p { line-height: 180%; font-weight: 500; opacity: 0.7; margin-top: 1.5rem; }
.footer_middle p:nth-child(3) { margin-top: 0; }
.footer_middle p b { font-size: 16px; font-weight: 300; }
.footer_middle p b span { font-weight: 500; }
.footer_middle p br.pad { display: none; } 
.footer_middle h5 { line-height: 100%; opacity: 0.4; font-weight: 300; margin-top: 0rem; opacity: 0.4; line-height: 148%; }
.footer_middle h5 br.pad { display: none; } 

.footer_by { margin-right: 8.75rem; position: relative; display: inline-block; padding-top: 2.375rem; padding-left: 2.25rem; box-sizing: border-box; }
.footer_by::before { content: ''; width: 1px; height: 235%; background-color: #a6a6a6; position: absolute; left: 0; top: 0; }
.footer_by h4 { font-size: 1rem; line-height: 156%; font-weight: 700; }
.footer_by h4 span { color: #828282; }
.footer_by h4 i { color: #ca705b; }
.footer_by h2 { font-size: 2.0625rem; line-height: 100%; margin-top: 2rem; font-weight: 700; }
.footer_by h2 span { font-size: 1rem; line-height: 100%; }

.footer_bottom { padding: 0 6.25rem; box-sizing: border-box; margin-top: 2.25rem; align-items: center !important; }
.footer_bottom h6 { line-height: 100%; font-weight: 500; letter-spacing: 0; }

.footer_bottom .top_bt { width: 47px; height: 47px; background-color: #000; z-index:99;position: relative; display: inline-block; cursor:pointer; }
.footer_bottom .top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #fff; border-top: 1px solid #fff; transform: rotate(45deg); z-index: 9;}

.sujain_bt { display: inline-block; border: 1px solid rgba(255,255,255,0.4); color: #fff; margin-top: 1.5rem; font-weight: 500; transition: 0.4s; position: relative; overflow: hidden; }
.sujain_bt:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; bottom: -100%; background-color: #fff; transition: 0.4s; z-index: -1; }
.sujain_bt a { display: block; width: 100%; height: 100%; padding: 1rem 2.375rem; box-sizing: border-box; }

.sujain_bt:hover { color: #000; }
.sujain_bt:hover:after { bottom: 0; }

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

/*  */


.guest_pop_wrap { width: 60%; height: 100%; position: fixed; right: -100%; top: 0; z-index: 99999999999999; 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: 1452px; width: 90%; position: relative; display: flex; justify-content: center; align-items: flex-end; z-index: 9; flex-wrap: wrap; background-color: #fff; border-radius: 2rem; margin-top: 7.1875rem; overflow: hidden; touch-action: none; overscroll-behavior: none; box-sizing: border-box; padding-bottom: 5.75rem; opacity: 0; transform: translateY(3rem); }
.guest_pop img { width: 100%; }
.guest_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 999999998; 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; display: block; text-align: left; }
.guest_pop_tit h2 { font-family: 'quiche'; font-size: 5.375rem; line-height: 100%; text-transform: uppercase; font-weight: 700; margin-left: -0.25rem; }
.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_tit p { font-size: 0.9375rem; line-height: 166%; opacity: 0.7; margin-top: 1rem; }

.guest_pop_box { width: 90%; max-width: 1100px; height: 100%; overflow: scroll; padding-right: 1.5rem; margin-top: 4.75rem; position: relative; overflow-y: auto; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; box-sizing: border-box; }
.guest_pop_box iframe { margin-bottom: 5rem; }
.guest_pop_box::-webkit-scrollbar { display: none; }

.guest_scroll { position: absolute; top: 0; right: 4.125rem; top: 0; bottom: 0; margin: auto; width: 13px; height: 80%; pointer-events: none; z-index: 10; }
.guest_scroll::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 0; width: 1px; height: 100%; background: #ababab; }
.guest_scroll_thumb { position: absolute; left: 0; top: 0; width: 13px; height: 92px; background: #000; will-change: top; }

/* .guest_pop_box::-webkit-scrollbar { display: block; width: 1px; background-color: transparent; }
.guest_pop_box::-webkit-scrollbar-track { background-color: #f3f3f3; margin-bottom: 5.75rem; border-radius: 1.25rem; }
.guest_pop_box::-webkit-scrollbar-thumb { background: #898989; border-radius: 1.25rem; }
.guest_pop_box::-webkit-scrollbar:horizontal { display: none; } */

.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: 100dvh; 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; max-width: revert; 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: "Asta Sans", 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_contact_wrap { width: 100%; 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_tit { text-align: center; opacity: 0; transform: translateY(-3rem); margin-bottom: 2.25rem; }
.sub_contact_tit h3 { font-family: 'optima'; font-size: 3rem; line-height: 100%; position: relative; text-transform: uppercase; white-space: nowrap; opacity: 1; }
.sub_contact_tit h5 { font-size: 1.375rem; margin-top: 0.375rem; color: #04245a; line-height: 100%; opacity: 1; font-weight: 400; white-space: nowrap; }


.sub_contact_bottom { width: 100%; margin-top: 3.75rem; opacity: 0; transform: translateY(3rem); margin-top: 0; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 3rem; }

.sub_contact_map_box { width: 100%; width: 443px; height: 319px; border: 1px solid #cecece; position: relative; }
.sub_contact_map_box img { width: 100%; }

.sub_contact_txt_box { width: 100%; max-width: 520px; margin: auto; margin-top: 1.5rem; }
.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; flex-direction: row; }
.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: #7e7e7e; margin-top: 0; font-weight: 500; letter-spacing: 0; }
.sub_contact_add p span { color: #04245a; color: #000; }
.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 { width: 31px; height: 31px; margin-left: 0.3125rem; border-radius: 100%; }
.sub_contact_bt a:nth-child(1) { background: #03C75A url(../sub/naver.png) center no-repeat; background-size: 13px; }
.sub_contact_bt a:nth-child(2),
.sub_contact_bt a:nth-child(3) { background: #FEE500 url(../sub/kakao2.png) center no-repeat; background-size: 11px; }
.sub_contact_bt a:nth-child(4) { background: url(../sub/tmap.png) center no-repeat; background-size: cover; }

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

.map_marker { font-family: 'Noto Sans KR', sans-serif; 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; }*/


.sub_contact_map_box::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sub_contact_map_box span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }

.sub_contact_map_box:hover::before,
.sub_contact_map_box:hover::after { width: calc(100% + 2px); }
.sub_contact_map_box:hover span::before,
.sub_contact_map_box:hover span::after { height: calc(100% + 2px); }


.sub_contact_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_contact_bottom.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

/*  */

.sub_ori { width: 100%; margin: 3.375rem auto 0; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; word-break: keep-all; overflow-wrap: break-word; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #033a18 url(../sub/ori.png) center no-repeat; margin-right: 18px; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; font-weight: 500; letter-spacing: -1px; position: relative; padding-left: 1rem; }
/* .sub_ori ul li:before { content:'·'; content: ''; position: absolute; left: -6px; margin-right: 2px; } */
.sub_ori ul li:before { content: 'ⓘ '; position: absolute; left: 0; margin-right: 0.125rem; }

.sub_ori ul.ori2 li { margin-left: 20px; }
.sub_ori ul.ori2 li:first-child { margin-left: 0; font-size: 14px; margin-bottom: 3px; }
.sub_ori ul.ori2 li:first-child:before { display: none; }

/* 끝 */

