
/* ::-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; }
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; 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: 'trajan', sans-serif; color: #002e45; font-size: 15px; line-height: 100%; font-weight: 600; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
.cursor_skip2 p::before { content:''; width: 0.375rem; height: 0.375rem; background-color: #002e45; border-radius: 100%; position: absolute; left: -1rem; top: 0; bottom: 0; margin: auto 0; }
.cursor_skip2 p::after { content:''; width: 0.875rem; height: 0.4375rem; background: url(../img/common/skip_arrow.png)no-repeat center / cover; position: absolute; right: -1.5625rem; top: 0; bottom: 0; margin: auto 0; }

/* .cursor_skip2:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #888; 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); }


.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: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99; z-index: -1; }

.intro_wrap { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative; background-color: #fff; padding-left: 13%; box-sizing: border-box; }
.intro_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; }

.intro_tit {  position: absolute; left: 11%; top: 22%; z-index: 5; text-align: left; transition: 0.8s; color: #002e45;}
.intro_tit h1 { font-family: 'trajan'; font-size: 5.375rem; line-height: 100%; text-transform: uppercase; margin-left: -0.375rem; }
.intro_tit h1 b { display: flex; justify-content: center; align-items: flex-start; overflow: hidden; flex-direction: column; }
.intro_tit h1 b span { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.intro_tit h1 i { font-weight: 700; display: inline-block; opacity: 1; transform: translateY(105%); transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.intro_tit h1 i.spacing { margin-right: 2rem; }
.intro_tit h1 i { transition-delay: calc(var(--i) * 0.05s + 0.4s); }

.intro_tit h3 { font-size: 1.875rem; font-weight: 700; line-height: 120%; margin-top: 4.25rem; opacity: 0; transform: translateX(5rem); }
.intro_tit p { font-size: 0.9375rem; line-height: 170%; margin-top: 1.875rem; opacity: 0; transform: translateX(5rem); }

.intro_img_box { position: absolute; height: 62%;  z-index: 2;  aspect-ratio: 533 / 620;  clip-path: polygon( 0 0, 22% 100%, 100% 68% );  opacity: 0;}
.intro_vd_box { position: fixed; left: 0; top: 0; width: 100%; height: 100dvh !important; opacity: 0.5; z-index: 1; background-color: #fff; overflow: hidden; transition: 1.2s; -webkit-clip-path: url(#introNumClip); clip-path: url(#introNumClip); transition: left 0.8s 0s;  }
.intro_vd_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_vd.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 1; transition: 1.2s; }
.intro_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
/* .intro_vd { position: relative; width: 100%; height: 100%; overflow: hidden; } */
.intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.intro_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; transition: 1.2s; }
/* .intro_vd iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; z-index: 2; position: relative; } */

.main_img { width: 100%; position: absolute; left: 0; bottom: -100%; z-index: 4; transition: left 2.0s 0s, bottom 2.5s 1.5s ease-in-out;}
.main_img img { width: 100%;  }

@media all and (max-width: 1640px) { 
	.intro_vd iframe { width: 140%; height: 140%; }
    .intro_vd::before { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.intro_vd { top: 50%; }
	.intro_vd iframe { width: 150%; height: 150%; }
    .intro_vd::before { width: 150%; height: 150%; }
}

@media all and (max-width: 1000px) { 
	/* .intro_vd iframe { width: 200%; height: 200%; }
    .intro_vd::before { width: 200%; height: 200%; } */
}
@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.intro_vd iframe { width: 260%; height: 260%; transform: translateY(-50%); right: -47%; left: revert; }
    .intro_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.intro_vd iframe { width: 400%; height: 400%; transform: translateY(-50%); right: -65%; right: -120%; left: revert; }
    .intro_vd::before { width: 400%; height: 400%; }
}


.intro_img_box { position: absolute; height: 62%;  z-index: 2;  aspect-ratio: 533 / 620;  clip-path: polygon( 0 0, 22% 100%, 100% 68% );  opacity: 0; }
.intro_img_box_line { position: absolute; height: 62%;  z-index: 2; aspect-ratio: 533 / 620; clip-path: polygon( 0 0, 22% 100%, 100% 68% ); }
.intro_img_box_line span { position: absolute; display: block; background-color: #9a9a9a;}
.intro_line01 { width: 1px; height: 0; left: 0.1%; top: 0; transform: rotate(-11deg); transform-origin: left top;;  }
.intro_line02 { width: 0; height: 1px; left: 22.6%; bottom: 2px; transform: rotate(-25.5deg); transform-origin: bottom left;  }
.intro_line03 { width: 0; height: 1px; right: 0; bottom: 31.6%; transform: rotate(38.3deg); transform-origin: bottom right;  }

.intro_txt { font-family: 'antro'; color: #002e45; font-size: 2.25rem; position: absolute; z-index: 5; right: 8.75rem; bottom: 18.125rem; text-align: left; transform: rotate(-6deg) translateX(5rem); opacity: 0;}
.intro_txt b { font-weight: 400; margin-left: -7rem; margin-top: 0.625rem; position: absolute;}


.main_wrap.intro .intro_img_box_line .intro_line01 { height: 110%; transition: .8s 0s ease-in-out; }
.main_wrap.intro .intro_img_box_line .intro_line02 { width: 100%; transition: .8s .7s ease-in-out; }
.main_wrap.intro .intro_img_box_line .intro_line03 { width: 130%; transition: .8s 1.5s ease-in-out; }
.main_wrap.intro .intro_tit i { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.main_wrap.intro .intro_tit h3,
.main_wrap.intro .intro_tit p { opacity: 1; transform: translate(0); transition: 1.2s 2s; } { opacity: 1; transform: translate(0); transition: 1.2s 2s; }
.main_wrap.intro .main_img { bottom: 0; }


.main_wrap.intro2 .intro_img_box {  opacity: 1; transition: 1.5s .5s; }
.main_wrap.intro2 .intro_img_box_line{ opacity: 0; transition: 1.5s .5s;}

.main_wrap.intro3 .intro_img_box { aspect-ratio: 533 / 620; clip-path: polygon( 0 0, 22% 100%, 100% 68% ); height: 1000%; transition: 5s 0s; }
/* .intro_wrap.intro3 .intro_tit { opacity: 0; transition: 1.2s 0s; } */
/* .main_wrap.intro3 .intro_img { transform: scale(1); transition: 5s 0s;} */
.main_wrap.intro4 .intro_txt { transform: rotate(-6deg) translateX(0); opacity: 1; transition: 1.2s 0s; }


.main_wrap.skip .intro_img_box_line { opacity: 0; transition: 1.5s 0s; }
/* .main_wrap.skip .intro_img { transform: scale(1); transition: 2.5s 0s; } */
.main_wrap.skip .intro_img_box { opacity: 1; aspect-ratio: 533 / 620; clip-path: polygon( 0 0, 22% 100%, 100% 68% ); height: 1000%; transition: 2.5s 0s; }
.main_wrap.skip .intro_tit { opacity: 0; }
.main_wrap.skip .intro_txt { transform: rotate(-6deg) translateX(0); opacity: 1; transition: 1.2s 1.0s; }


/**/

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

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

/**/

#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; transition: 1.6s; color: #002e45; }
.main_wrap::after { content:''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/main_bg.png)no-repeat center / cover; opacity: 0; transition:0.8s; }

.main01 { width: 100vw; height: 100%; position: absolute; left: 0; bottom: 0; transition: 0.8s; }
.main02 { width: 100vw; height: 100%; position: absolute; left: 0; bottom: 0; transition: 0.8s; display: flex; justify-content: flex-end; }

.cal_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); background-color: #fff; transition: 2.0s; }

.main_txt_box { position: absolute; left: 11%; top: 30%; z-index: 5; text-align: left; transition: 0.8s; color: #002e45; }
.main_txt_box>div { opacity: 0; transform: translateX(5rem); transition: 0.6s; }
.main_txt_box h2 { font-size: 3rem; font-weight: 600; line-height: 100%; }
.main_txt_box h2 span.c { color: #3e6985;}
.main_txt_box p { font-size: 0.9375rem; opacity: 0.7; line-height: 180%; margin-top: 2rem; }
.main_txt_box h4 { font-size: 2.0625rem; font-weight: 100; margin-top: 2.375rem; opacity: 0; transform: translateX(5rem); transition: 0.6s; }

.cal_tit { position: absolute; left: 9.8125rem; top: 14.5625rem; text-align: left; opacity: 0; transform: translateX(-5rem); transition: 0.6s; }
.cal_tit h2 { font-family: 'trajan'; font-size: 5.375rem; line-height: 100%; }
.cal_tit h3 { font-size: 1.375rem; font-weight: 100; line-height: 100%; margin-top: 0.75rem; }

.cal_wrap { width: 72%; position: relative; display: flex; justify-content: flex-end; align-items: center; flex-direction: column; padding-bottom: 7rem; }
.cal_content { max-width: 1072px; width: 100%; margin: 0 auto; position: relative; z-index: 2; opacity: 0; transform: translateY(5rem); transition: 0.6s; }
.cal_content ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 0.625rem; flex-wrap: wrap; }
.cal_content ul li { width: calc(25% - 0.625rem); height: 9.125rem; border: 1px solid rgba(0, 46, 69, 0.2); box-sizing: border-box; position: relative; }
.cal_content ul li:nth-child(n+5) { width: calc(33.33% - 0.625rem); }

.cal_box { width: 100%; height: 100%; padding: 1.5rem 1.6875rem; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; }
.cal_box h4 { font-family: 'Noto Sans KR', sans-serif; font-size: 1.375rem; line-height: 100%; font-weight: 600; text-align: left; }
.cal_box p { font-size: 1.25rem; line-height: 100%; text-align: right; }

.cal_content ul li:nth-child(2) { color: #84499b;}
.cal_content ul li:nth-child(3) { color: #e65562;}
.cal_content ul li:nth-child(4) { color: #2f74b0;}
.cal_content ul li:nth-child(5) { color: #00a59b;}
.cal_content ul li:nth-child(7) { color: #d3a14d;}

.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: #002e45; transition: 0.5s; }
.main_cal_over::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #002e45; 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: #002e45; transition: 0.5s; }
.main_cal_over span::after { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #002e45; transition: 0.5s; }

.cal_content ul li:nth-child(2) .main_cal_over::before,
.cal_content ul li:nth-child(2) .main_cal_over::after,
.cal_content ul li:nth-child(2) .main_cal_over span::before,
.cal_content ul li:nth-child(2) .main_cal_over span::after { background-color: #84499b; }

.cal_content ul li:nth-child(3) .main_cal_over::before,
.cal_content ul li:nth-child(3) .main_cal_over::after,
.cal_content ul li:nth-child(3) .main_cal_over span::before,
.cal_content ul li:nth-child(3) .main_cal_over span::after { background-color: #e65562; }

.cal_content ul li:nth-child(4) .main_cal_over::before,
.cal_content ul li:nth-child(4) .main_cal_over::after,
.cal_content ul li:nth-child(4) .main_cal_over span::before,
.cal_content ul li:nth-child(4) .main_cal_over span::after { background-color: #2f74b0; }

.cal_content ul li:nth-child(5) .main_cal_over::before,
.cal_content ul li:nth-child(5) .main_cal_over::after,
.cal_content ul li:nth-child(5) .main_cal_over span::before,
.cal_content ul li:nth-child(5) .main_cal_over span::after { background-color: #00a59b; }

.cal_content ul li:nth-child(7) .main_cal_over::before,
.cal_content ul li:nth-child(7) .main_cal_over::after,
.cal_content ul li:nth-child(7) .main_cal_over span::before,
.cal_content ul li:nth-child(7) .main_cal_over span::after { background-color: #d3a14d; }

/* .cal_content ul li:hover { color: #002e45; } */
.cal_content ul li { background-color: #e5eaec; }
.cal_content ul li:nth-child(2) { background-color: #f2ecf5;}
.cal_content ul li:nth-child(3) { background-color: #fceeef;}
.cal_content ul li:nth-child(4) { background-color: #eaf1f7;}
.cal_content ul li:nth-child(5) { background-color: #e5f6f5;}
.cal_content ul li:nth-child(7) { background-color: #fbf5ed;}


.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_obj { position: absolute; right: -4rem; top: -14.875rem; }

.cal_btn_box { display: flex; gap: 0.875rem; justify-content: center; position: relative; z-index: 9; margin-top: 3.625rem; opacity: 0; transform: translateY(5rem); transition: 0.6s;}
.cal_btn_box div a { width: 10rem; font-size: 1rem; padding: 1.2rem 2.5rem; border: 1px solid #002e45; color: #002e45; border-radius: 100px; transition: 0.2s; display: flex;
justify-content: space-between; align-items: center; }
.cal_btn_box div a img { transition: 0.2s; }
.cal_btn_box div:hover a{background: #002e45; color: #fff; transition: .2s;}
.cal_btn_box div:hover a img{  filter: brightness(0) invert(1); transition: .2s;}



.main_wrap.on::after { opacity: 1; }
.main_wrap.on .main_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .main_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.main_wrap.on2 .cal_bg { clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 28% 100%); transition: 2.0s 0s;}
.main_wrap.on2 .main_img{ left: -47%; }
.main_wrap.on2 .main_guest { opacity: 0;}
.main_wrap.on2 .cal_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .cal_content,
.main_wrap.on2 .cal_btn_box { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
/* .main_wrap.on2 .intro_vd_box { left: -30%; } */





/* @media all and (max-width: 1640px) { 
	.main_vd iframe { width: 140%; height: 140%; }
    .main_vd::before { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.main_vd iframe { width: 150%; height: 150%; }
    .main_vd::before { width: 150%; height: 150%; }
}

@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.main_vd iframe { width: 260%; height: 260%; }
    .main_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.main_vd iframe { width: 380%; height: 380%; }
    .main_vd::before { width: 380%; height: 380%; }
} */





.main_guest_mo{display:none;}


.main_guest { width: 10.125rem; height: 10.125rem; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; left: 4.625rem; bottom: 4.125rem; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; transition: 0.8s 0s; z-index: 90; }
.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.black { opacity: 0; }
.main_guest_bg.white { opacity: 1; }
.main_guest p { font-size: 0.9375rem; line-height: 110%; color: #fff; position: relative; z-index: 9; font-weight: 400; transform: translate(0px,1px); transition: 0.3s; }
.main_guest p b { font-size: 1.6875rem; text-transform: uppercase; font-weight: 800; letter-spacing: 0; }

.main_guest p.date { font-size: 1.125rem; line-height: 125%; display: inline-block; margin-left: 4px;}
.main_guest p.date b{ font-size: 1.375rem;} 

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

.swiper_date { width: 10.125rem; height: 10.125rem;}
/* .swiper_date .swiper-wrapper { width: 100%; height: 100%; }
.swiper_date .swiper-slide { position: absolute; opacity: 0;}
.swiper_date .swiper-slide-active { opacity: 1; } */
.swiper_date .swiper-slide { display: flex; justify-content: center; align-items: center; }







/* .main_wrap.on .main_vd.vd01>div { transition: 1.5s 0s; } */



.premium_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; color: #fff; background-color: #000;}

.pre_tit { text-align: left; padding-left: 9.75rem; position: relative; z-index: 2; opacity: 0; transform: translateX(5rem); }
.pre_tit h2 { font-family: 'trajan'; font-size: 6.9375rem; line-height: 100%; color: #559fc4; }
.pre_tit h4 { font-size: 1.375rem; line-height: 100%; font-weight: 100; margin-left: 0.625rem; margin-top: 0.625rem;}

.premium_slide { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }
.swiper_premium { width: 100%; height: 100%; position: relative; }
.swiper_premium .swiper-wrapper { width: 100%; height: 100%; }
.swiper_premium .swiper-slide { width: 100%; height: 100%; position: absolute; }

.main_pre_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1.2); }
.main_pre_img.img01 { background: url(../img/pre_img01.jpg)no-repeat center / cover; opacity: 0.7; }
.main_pre_img.img02 { background: url(../img/pre_img02.jpg)no-repeat center / cover; opacity: 0.7; }
.main_pre_img.img03 { background: url(../img/pre_img03.jpg)no-repeat center / cover; opacity: 0.7; }
.main_pre_img.img04 { background: url(../img/pre_img04.jpg)no-repeat center / cover; opacity: 0.5;}
.main_pre_img::after { content:''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/pre_bg02.png)no-repeat center / cover; z-index: 1; }

.swiper_premium .swiper-slide-active { opacity: 1 !important; }
.swiper_premium .swiper-slide-active .main_pre_img { transform: scale(1); transition: 3s 0s; }

.swiper_pre_thumb { position: absolute; right: 10.5rem; bottom: 6.6875rem; overflow: visible; opacity: 0; transform: translateY(5rem); }
.swiper_pre_thumb .swiper-wrapper { gap: 6.375rem; text-align: left; }
.swiper_pre_thumb .swiper-slide { opacity: 0.5; width: revert !important; cursor: pointer;}
.pre_thumb_txt { position: relative; }
.pre_thumb_txt>div { width: 1.125rem; height: 1.125rem; display: block; position: absolute; border-radius: 100%; border: 1px solid #fff; left: -1.875rem; top: -0.875rem; }
.pre_thumb_txt>div>span { position: relative; width: 100%; height: 100%; display: block;}
.pre_thumb_txt>div>span::after { content:''; width: 0.375rem; height: 0.375rem; position: absolute; border-radius: 100%; border: 1px solid #fff; background-color: #fff; 
left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0; }

.swiper_pre_thumb h5 { font-size: 1.375rem; font-weight: 600;}
.swiper_pre_thumb p { font-size: 0.875rem; opacity: 0.5; line-height: 180%; margin-top: 0.625rem; }

.swiper_pre_thumb .swiper-slide-thumb-active { opacity: 1; }
.swiper_pre_thumb .swiper-slide-thumb-active .pre_thumb_txt>div>span::after { opacity: 1; }

.premium_wrap.on .pre_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.premium_wrap.on .swiper_pre_thumb { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }


/*  */

.complex_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: flex-end; transition: 1.6s; color: #002e45; background-color: #fff;}
.complex_wrap>div { width: 50%; height: calc(100% - 8.125rem); position: relative; }

.swiper_complex { width: 100%; height: 100%; position: relative; }
.swiper_complex .swiper-wrapper { width: 100%; height: 100%; }
.swiper_complex .swiper-slide { width: 100%; height: 100%; }
.swiper_complex .complex_img { transform: scale(1.15); transition: 2.5s 0s; }
.complex_img { width: 100%; height: 100%; }
.complex_img.img01 { background: url(../img/complex_img01.jpg)no-repeat center / cover; }
.complex_img.img02 { background: url(../img/complex_img02.jpg)no-repeat center / cover; }
.complex_img.img03 { background: url(../img/complex_img03.jpg)no-repeat center / cover; }
.complex_img.img04 { background: url(../img/complex_img04.jpg)no-repeat center / cover; }
.swiper_complex .swiper-slide-active .complex_img { transform: scale(1); }

.complex_ori { position: absolute; font-size: 0.625rem; color: #fff; line-height: 100%; bottom: 0.5rem; left: 0.5rem; z-index: 2;}

.complex_right { padding-left: 6.5625rem; box-sizing: border-box;}
.complex_tit_box { text-align: left; margin-top: 5.625rem; opacity: 0; transform: translateX(5rem); }
.complex_tit_box h5 { font-size: 1.375rem; font-weight: 100; line-height: 100%; }
.complex_tit_box h2 { font-size: 2.625rem; font-weight: 600; line-height: 120%; margin-top: 0.625rem; }
.complex_tit_box p { font-size: 0.9375rem; opacity: 0.7; line-height: 160%; margin-top: 1.4375rem;}
.complex_tit_box span {display: block; font-family: 'trajan'; font-size: 1rem; color: #559fc4; line-height: 100%; letter-spacing: 0.03em; margin-top: 4.6875rem; position: relative; width: fit-content; }
.complex_tit_box span::after { content: ''; position: absolute; width: 3.125rem; height: 1px; background-color: #559fc4; top: 0; bottom: 0; margin: auto 0; right: -4.0625rem; }

.complex_obj { position: absolute; right: 0; top: 0;}

.swiper_complex_thumb { position: absolute; bottom: 7.0625rem; width: 100%; max-width: 46.875rem; margin: 0; overflow: visible; margin-top: 13.75rem; z-index: 4; cursor: pointer; opacity: 0; transform: translateY(5rem); }
.swiper_complex_thumb .swiper-slide { height: 7.5625rem; }
.swiper_complex_thumb h4 { font-size: 0.875rem; line-height: 100%; color: #000; margin-top: 0.625rem; }

.complex_wrap.on .complex_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on .swiper_complex_thumb { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */

.community_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; transition: 1.6s; 
color: #002e45; }
.community_wrap::after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #559fc4; z-index: 1; opacity: 0.15;}

.commu_bg { position: absolute; left: 60%; top: 16%; width: 86.25rem; height: 86.25rem; opacity: 0; }
.commu_bg img {  width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: commu_bg 30s 0s linear infinite; }
@keyframes commu_bg {
from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
to {  }
}

.commu_top { width: 100%; max-width: 1715px; margin: 0 auto; padding: 0 4rem; box-sizing: border-box; position: relative; z-index: 4; }
.commu_tit_box { text-align: left; opacity: 0; transform: translateX(5rem); transition: 0.6s; }
.commu_tit_box h4 { font-size: 1.375rem; line-height: 100%; font-weight: 100; }
.commu_tit_box h2 { font-size: 2.625rem; font-weight: 600; line-height: 100%; margin-top: 0.75rem; }
.commu_tit_box p { font-size: 0.9375rem; opacity: 0.7; margin-top: 1.5625rem; line-height: 180%; }

.commu_obj { max-width: 13.75rem; position: absolute; right: 5.0625rem; top: 1rem; opacity: 0; transform: translateY(-3rem); transition: 0.6s; }
.commu_obj img { width: 100%; }

.commu_bottom { position: relative; width: 100%; max-width: 1715px; height: 36.875rem; margin: 3.75rem auto 0; z-index: 4; opacity: 0; transform: translateY(5rem); transition: 1.3s 0s; }
.commu_bottom::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/commu_bottom.png)no-repeat center / cover; z-index: 2; }
.commu_bottom .bottom_tit { position: absolute; color: #fff; right: 6rem; top: 4rem; height: fit-content; z-index: 4; text-align: right;}
.commu_bottom .bottom_tit h2 { font-family: 'trajan'; font-size: 5.5rem; line-height: 100%; }
.commu_bottom .bottom_tit h4 { font-size: 1.375rem; font-weight: 100; margin-top: 0.625rem; }
.commu_bottom h6 { position: absolute; color: #fff; line-height: 100%; font-size: 0.675rem; left: 0.5rem; bottom: 0.5rem; z-index: 4; }
.commu_bottom h5 { padding: 0.375rem 1rem; box-sizing: border-box; font-size: 0.75rem; background-color: #000; color: #fff; position: absolute; z-index: 4; right: 0; bottom: 0; }

.commu_hide_box { position: absolute; z-index: 4; width: 100%;  }
.commu_hide_box>div { width: 100%; height: 100%; position: relative;}
.commu_unit { position: absolute; right: 7.0625rem; top: -12.5rem; opacity: 0; transform: translateX(5rem); transition: 0.4s; }
.commu_img_box { display: flex; margin-top: 5rem; gap: 0.9375rem; opacity: 0; transform: translateY(5rem); transition: 0.4s; }
.commu_img_box p { font-size: 0.8125rem; }
.ori_box { text-align: left; margin-top: 2.9375rem; opacity: 0; transform: translateY(5rem); transition: 0.4s; }
.ori_box li { font-size: 0.6875rem; }
.ori_box li span.ori_space { margin-left: 0.875rem; display: inline-block;}
.ori_box li::before { content:'ⓘ'; font-size: 0.75rem; }


@media screen and (max-height: 900px) {
  .commu_bottom { height: 33.875rem; }
}

.community_wrap.on .commu_tit_box,
.community_wrap.on2 .commu_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.community_wrap.on .commu_obj { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.community_wrap.on .commu_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.community_wrap.on2 .commu_img_box,
.community_wrap.on2 .ori_box,
.community_wrap.on2 .commu_unit { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.community_wrap.on2 .commu_bottom { opacity: 1; transform: translateY(40rem); }
.community_wrap.on2 .commu_bg { opacity: 1; }


/*  */

.unit_wrap { width: 100%; height: 100vh; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: flex-end; gap: 176px; overflow: hidden; color: #fff; }
.unit_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/unit_bg.jpg) center no-repeat; background-size: cover;  }
.unit_wrap>div:first-child::after { content: ''; width: 1px; height: 380px; position: absolute; right: 0; bottom: -100px; margin-right: -85px; background-color: #fff;}
.unit_wrap>div:first-child{position: relative; bottom: 100px; z-index: 2; display: flex; flex-direction: column; gap: 22rem; transform: translateY(3rem); opacity: 0;}
.unit_wrap>div:first-child div:nth-child(1){text-align: left; position: relative; left: -4rem;}
.unit_wrap>div:first-child div:nth-child(1) h4{font-size: 21px;}
.unit_wrap>div:first-child div:nth-child(1) h2{ font-family: 'trajan', sans-serif; font-size: 5rem; line-height: 100%; margin-top: 12px;  margin-bottom: 60px;}
.unit_wrap>div:first-child div:nth-child(1) p{font-size: 0.9375rem; opacity: 0.4; line-height: 180%;}
.unit_wrap>div:first-child div:nth-child(2) ul{display: flex; justify-content: end; gap: 8px;}
.unit_wrap>div:first-child div:nth-child(2) li{width: 88px; height: 88px; border: 1px solid #fff;}
.unit_wrap>div:first-child div:nth-child(2) li:nth-child(1){background: #fff; color: #000;}
.unit_wrap>div:first-child div:nth-child(2) a{ display: inline-block; width: 100%; line-height: 88px; font-size: 13px;}
.unit_box { max-width:825px; transform: translateY(-40%); position: relative; z-index: 9; opacity: 0; }
.unit_content {display: flex; align-items: flex-end; gap: 100px;}
.unit_tit_box>div { width: 90%; max-width: 573px; text-align: left; color: #000; transform: translateY(-5.5rem); }
.unit_tit_box h2 { font-size: 1.375rem; line-height: 200%; margin-left: -5.875rem; opacity: 0; transform: translateX(5rem); font-weight: 100; }
.unit_tit_box h2 span { font-size: 2.25rem; font-weight: 500;}
.unit_tit_img { width: 100%; margin-top: 2.25rem; position: relative;}
.unit_tit_img>div:first-child { position: relative; overflow: hidden;}
.unit_tit_img img { width: 100%; opacity: 0; position: relative; z-index: 2;}
.unit_tit_txt h3 { text-align: right; font-size: 1.125rem; line-height: 100%; font-weight: 500;}
.unit_tit_txt h1 { font-family: 'trajan'; text-align: right; font-size: 3.3rem; line-height: 100%; margin-top: 0.375rem; font-weight: 600;}
.unit_info { position: absolute; z-index: 9; right: 5.937rem; bottom: -12rem; display: inline-block; opacity: 0; transform: translateX(-5rem); }
.unit_info p { font-size: 0.875rem; line-height: 143%; margin-top: 14.6875rem; color: #5e5e5e; }
.unit_info p span { color: #fff; max-width: 10.06rem; display: block; margin-top: 2.5rem;}
.unit_info p span img { width: 100%; height: auto;}
.unit_tit_txt { position: absolute; z-index: -1; right: -5.5rem; top: 7.687rem; opacity: 0; transform: translateX(-5rem); }
.unit_tit_txt.white { position: absolute; color: #fff; z-index: 9 !important;}
.unit_tit_txt h1::before { content: ''; width: 1px; height: 23.5rem; position: absolute; left: -3rem; top: 1.85rem; background-color: #000; mix-blend-mode}
.unit_tit_txt.white h1::before { content: ''; width: 1px; height: 23.5rem; position: absolute; left: -3rem; top: 1.85rem; background-color: #fff; mix-blend-mode}
.swiper_unit { width: 100%; padding-top: 2rem; overflow: visible!important; }
.swiper_unit .swiper-slide { width: 100%; }
.swiper_unit-2 { width: 340px; height: 60px; position: relative; bottom: 0; z-index: 9; /* margin-top: 90px; */ margin: 0; margin-bottom: 40px; }
.swiper_unit-2 .swiper-slide { z-index: 2; }
.swiper_unit-2 .swiper-slide>div { width: 100%; height: 40px; border-bottom: 3px solid #fff; opacity: .3;  cursor: pointer; display: flex; justify-content: center; align-items: center;  }
.swiper_unit-2 .swiper-slide>div p { font-size: 16px; color: #fff; line-height: 100%; }
.swiper_unit-2 .swiper-slide-thumb-active>div { opacity: 1; }
.unit_type { display: flex; align-items: baseline; font-family: 'Futura PT'; font-size: 3.4375rem; line-height: 50%; font-weight: 400; opacity: 0; letter-spacing: -0.125rem; }
.unit_type h3 { font-size: 4.5625rem; }
.unit_type::after{content: ''; position: absolute; bottom: -7px; width: 100%; height: 2px; background: #fff; }
.unit_type span { font-size: 2.216rem; display: inline-block; margin-left:4px; }
.unit_type span b { font-size: 2.75rem; font-family: 'Futura PT'; font-weight: 400; margin-left: 2px; }
.unit_type .type{font-size: 44px;}
.unit_txt_box {width: 192px;  opacity: 0; }
.unit_txt_box h2 { font-size: 1rem; line-height: 2.5rem; font-weight: 700; }
.unit_txt_box ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; margin-top: 0rem; }
.unit_txt_box ul li { display: flex; justify-content: space-between; font-size: 0.8125rem; width: 100%; height: 40px; line-height: 40px; border-bottom: 1px solid rgba(255,255,255,0.4);  }
.unit_txt_box ul li b { color: #000; font-weight: 400; line-height: 160%;}
.unit_txt_box ul li:last-child:after { display: none; } 
.unit_tag { width: 192px; height: 50px; line-height: 50px; border-radius: 25px; border: 1px solid #fff; margin-bottom: 2.5rem; }
.unit_txt_box .txt {margin-top: 7px;}
.unit_iso { margin: 3.125rem auto 0; opacity: 0; }
.e_unit_iso { opacity: 0; }
.swiper-button-next3 { position: absolute; width: 5.1875rem; height: 3.5625rem; right: -7%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev3 { position: absolute; width: 5.1875rem; height: 3.5625rem; left: -7%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next3 img { width: 100%; }
.swiper-button-prev3 img { width: 100%; }
.swiper_unit .swiper-slide-active .unit_type { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .unit_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .unit_iso { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .e_unit_iso { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }

.unit_ori { font-size: 0.625rem; position: absolute; color: #fff; line-height: 100%; left: 0; bottom: -7vw; text-align: left; z-index: 2; line-height: 150%; opacity: 0.7;}



.unit_wrap.on>div:first-child{ transform: translate(0); opacity: 1; transition: 1.0s 0.4s; }
.unit_wrap.on .unit_box{ transform: translateY(-30%); opacity: 1; transition: 1.0s 0.4s; }

.unit_content .unit_iso{ max-width: 17.8125rem; }

.unit_content .unit_iso img{ width:100% ;}


@media screen and (max-height: 960px) {
  .unit_box { transform: translateY(-30%) scale(0.95); }
  .unit_wrap.on .unit_box{ transform: translateY(-20%) scale(0.95); opacity: 1; transition: 1.0s 0.4s; }
}


@media screen and (max-height: 900px) {
  .unit_box { transform: translateY(-30%) scale(0.9); }
  .unit_wrap.on .unit_box{ transform: translateY(-20%) scale(0.9); opacity: 1; transition: 1.0s 0.4s; }
}


/*  */


.contact_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; }
.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: 1200px; margin: auto; z-index: 9; transform: translateY(2rem); mix-blend-mode: multiply; }

.contact_wrap .sub_contact_bottom { opacity: 0; transform: translateY(3rem); transition: 0.8s; margin-top: 2.625rem; }
.contact_wrap .sub_contact_bottom>div { justify-content: center; gap: 2.625rem; }
.contact_wrap .sub_contact_map_box { width: 100%; max-width: 553px; height: 407px; }
.contact_wrap .sub_contact_txt_box { max-width: 553px; margin-bottom: 0; }
.contact_wrap .sub_contact_add { justify-content: center; gap: 2rem; text-align: center; }
.contact_wrap .sub_contact_add p { width: 16.875rem; }

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.contact_tit h2 { font-family: 'trajan'; font-size: 4.125rem; color: #002e45; line-height: 100%; position: relative; font-weight: 800; white-space: nowrap; opacity: 1; transition: 0.8s; }
.contact_tit h5 { font-size: 1.375rem; margin-top: 1rem; line-height: 100%; opacity: 1; transition: 0.8s; font-weight: 400; white-space: nowrap; }


.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: #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); }

.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: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; right: 1.75rem; top: 0; bottom: 0; transform: translateY(0rem); opacity: 1; display: none; }
.right_scroll_img { width: 10px; height: 88px; 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: #0084a6; left: -4px; top: 0; border-radius: 100%; transition: background 0.3s; }

.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: #0084a6; }

/*  */

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

/*  */

#footer { overflow: visible; }

.footer { width: 100%; 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: #0d0d0d; color: rgba(255,255,255,0.5); padding: 3.125rem 0 4.5rem; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; z-index: -1; }
body.main .footer { border: none; }

.footer>div:first-child { width: 90%; max-width: 1720px; margin: auto; display: flex; justify-content: space-between; align-items: flex-start; }

.footer_logo { width: 3.5rem; margin-top: 0; }
/*.footer_logo { width: 8.75rem; margin-top: 0; }*/

/* .footer_top { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 3rem 7.25rem; box-sizing: border-box; border-bottom: 1px solid rgba(255, 255, 255, 0.14); position: relative; } */

.footer_left { text-align: left; display: flex; justify-content: flex-start; align-items: flex-start; gap: 3.375rem; }
.footer_left>div { margin-top: -0.75rem; }

.footer_guide ul { display: flex; justify-content: flex-end; align-items: center; color: #fff; }
.footer_guide ul li { line-height: 100%; padding: 0 0.875rem; position: relative; }
.footer_guide ul li:last-child { padding-right: 0; }
.footer_guide li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_guide li:last-child:after { display: none; }


.footer_sns { display: flex; justify-content: flex-end; align-items: center; gap: 0.625rem; }
.footer_sns li { width: 2rem; height: 2rem; }
.footer_sns li a { display: block; width: 100%; height: 100%; }
.footer_sns li:nth-child(1) a { background: url(../img/common/youtube.svg) center no-repeat; background-size: cover; }
.footer_sns li:nth-child(2) a { background: url(../img/common/kakao.svg) center no-repeat; background-size: cover; }
.footer_sns li:nth-child(3) a { background: url(../img/common/insta.svg) center no-repeat; background-size: cover; }


.footer_family { width: 12.5rem; height: 4.125rem; position: relative; text-align: left; }
.footer_family>div { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; border: 1px solid rgba(255, 255, 255, 0.2); box-sizing: border-box; cursor: pointer; position: relative; }
.footer_family>div>span { width: 0.6875rem; height: 0.6875rem; position: absolute; right: 1rem; top: 0; bottom: 0; margin: auto; }
.footer_family>div>span::before { content: ''; width: 100%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.footer_family>div>span::after { content: ''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
/* .footer_family>div::after { content: ''; width: 0.375rem; height: 0.375rem; border-left: 2px solid #eee; border-bottom: 2px solid #eee; transform: rotate(-225deg); position: absolute; right: 1rem; top: 1px; bottom: 0px; margin: auto; } */
.footer_family h4 { color: #fff; margin-left: 1rem; font-size: 0.9375rem; line-height: 100%; }
.footer_family ul { width: 100%; display: none; position: absolute; left: 0; bottom: 4.125rem; background-color: #fff; }
.footer_family ul li { width: 100%; padding: 1.125rem 1rem; color: #222; font-size: 1rem; line-height: 100%; box-sizing: border-box; }

.footer_family.active ul { display: block; }
/* .footer_family.active>div::after { transform: rotate(-45deg); top: -1px; } */
.footer_family.active>div>span::after { display: none; }

.footer_tel { display: flex; justify-content: flex-end; align-items: flex-end; gap: 0.5rem; }
.footer_tel h5 { font-size: 0.875rem; line-height: 100%; }
.footer_tel h2 { font-family: 'Poppins', sans-serif; font-size: 2.625rem; line-height: 70%; color: #fff; font-weight: 600; }

.footer_bottom { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 5rem; padding: 2.25rem 7.25rem 4rem; box-sizing: border-box; text-align: left; position: relative; }

.footer_bottom>div:last-child { display: flex; flex-direction: column; gap: 0.3125rem; }
.footer_bottom>div:last-child>div:last-child { display: flex; justify-content: flex-end; gap: 0.3125rem; }
.footer_bottom>div:last-child .footer_const ul li.ci{ font-size: 1.2rem;}
.footer_bottom>div:last-child .footer_const h5{text-align: right; font-size: 1rem; margin-bottom: 1.2rem;}
/* .footer_logo { width: 8.0625rem; height: 1.5625rem; background: url(../img/common/footer_logo.svg) center no-repeat; background-size: cover; position: absolute; right: 6.25rem; top: 3rem; } */

.footer_const { margin-top: 1.25rem; }
.footer_const ul { display: flex; justify-content: flex-end; align-items: center; margin-top: 3.25rem; margin-top: 0; flex-wrap: wrap; }
.footer_const ul li { position: relative; padding: 0 0.125rem; line-height: 100%; }
/* .footer_const ul li.space { margin-right: 1.25rem; } */
.footer_const li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: -0.5rem; bottom: 0; top: -1px; margin: auto; }
.footer_const ul li:last-child:after { display: none; }
.footer_const ul li span { color: rgba(255,255,255,0.4); font-size: 0.9375rem; }
.footer_const ul li.mo { margin: 0; }
.footer_const ul li.space { margin-right: 1rem; }
.footer_const li img { width: 14.9375rem; }
/* .footer_const ul li img { width: 6.125rem; } */

/*.footer_const li:nth-child(4) img { width: 7.5625rem; }*/
.footer_const li:nth-child(7) img { width: 5.8125rem; }

.footer p { line-height: 192%; margin-top: 0.875rem; margin-top: 1rem; }
.footer p br.pad { display: none; }
/* .footer p br { display: none; } */

.footer_info ul { display: flex; justify-content: flex-start; align-items: flex-end; margin-top: 1.25rem; margin-top: 0; margin-bottom: .5rem;}
.footer_info li { font-size: 1rem; padding: 0 0.75rem; line-height: 100%; position: relative; }
.footer_info li>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0.5rem; font-weight: 400; }
.footer_info li::after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; display: none; }
.footer_info li span { color: rgba(255,255,255,0.4); color: #fff; }
.footer_info li b { font-size: 0.9375rem; font-weight: 400; }
.footer_info li:last-child:after { display: none; }
.footer_info li:nth-child(1) { padding-left: 0; }
/* .footer_info li:nth-child(1)::after { display: none; } */
.footer_info li:nth-of-type(2) img { width: 8.25rem; } 
.footer_info li:nth-of-type(3) img { width: 7.1875rem; } 
.footer_info li:nth-child(1) img { width: 6.6875rem; transform: translateY(0.25rem); }
/* .footer_info li:nth-child(2)>div { transform: translateY(-0.625rem); } */

.footer_right>div:first-child { display: flex; justify-content: flex-end; align-items: center; gap: 0.5rem; }
.footer_right .footer_info ul { flex-wrap: wrap; justify-content: flex-end; gap: 0.5rem 0; text-align: right; }
.footer_right .footer_info li { padding: 0; }
.footer_right .footer_info li::after { display: none; }
/* .footer_right .footer_info li:nth-child(1) { width: 100%; } */
/* .footer_right .footer_info li:nth-child(1)::after { display: none; } */
.footer_right .footer_info li:nth-child(1) { padding-right: 0.75rem; }
.footer_right .footer_info li:nth-child(2) { padding: 0 0.75rem; }
.footer_right .footer_info li:nth-child(3) { padding-left: 0.75rem; }

.footer_praivacy { display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; }
.footer_praivacy img { width: 6rem; }
.footer_praivacy h5 { width: 10rem; height: 2.625rem; box-sizing: border-box; padding-left: 1rem; position: relative; color: #fff; border: 1px solid rgba(255,255,255,0.3); text-align: left; display: flex; justify-content: flex-start; align-items: center; }
.footer_praivacy h5::after { content: ''; width: 5px;  height: 5px; position: absolute; right: 1rem; top: 0; bottom: 0; margin: auto; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }

.footer_unit { width: auto; height: 2.75rem; font-size: 0.875rem; line-height: 100%; border: 1px solid rgba(255,255,255,0.3); display: flex; justify-content: center; align-items: center; padding: 0 1.5rem; gap: 0.375rem; }
.footer_unit span { color: #fff; }

.footer h6 { font-size: 0.875rem; line-height: 100%; margin-top: 2.5rem; letter-spacing: 0; color: #fff; text-align: left; margin-left: 0; /* margin-left: calc(5% + 12.375rem); */ }

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

.top_bt { width: 2.75rem; height: 2.75rem; background-color: #fff; z-index: 99999; opacity: 1; cursor: pointer; transition: 0.3s; display: flex; justify-content: center; align-items: center; box-sizing: border-box; border: 1px solid #eee; position: relative; }
/* .top_bt img { width: 1.4375rem; } */
.top_bt:before { content:''; width: 12px; height: 12px; position: absolute; left: 0; right: 0; top: 4px; bottom: 0; margin: auto; border-left: 1px solid #000; border-top: 1px solid #000; transform: rotate(45deg); z-index: 9; }
/* .top_bt::after { content: ''; width: 1px; height: 14px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; } */



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



/* .footer.on .top_bt { opacity: 1; top: -23px; transition: 0.6s 0s; }
.footer.active .top_bt { opacity: 1; top: -23px; transition: 0.6s 0s; } */

/* .footer.on .top_bt { opacity: 1; top: -2.5rem; transition: 0.6s 0s; } */
/* .footer.active .top_bt { opacity: 1; top: -2.5rem; transition: 0.6s 0s; } */

/*  */


.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: 1300px; width: 90%; max-width: revert; 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: 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; }
.guest_pop_tit h2 { font-family: 'Futura Std', sans-serif; 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; 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; }

/**/

