
::-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: 'Noto Sans KR', sans-serif; }
body.locked { touch-action:none; -webkit-overflow-scrolling:none; overflow:hidden !important; overscroll-behavior:none; }

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

.mo { display: none; }
.pc { display: block; }
.pad { display: none;}

/**/


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

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

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

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

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

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

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

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

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

.cursor_skip2 { width: 70px; height: 70px; background-color: #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; }
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; }

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

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

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

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

#cursor.drag2 .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.drag2 .cursor_drag { 
    width: 65px;
    height: 65px;
opacity: 1;
}
#cursor.drag2 .cursor_drag { background-color: transparent; border: 1px solid #fff; }
#cursor.drag2 .cursor_drag p { 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); }

/*  */

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

.intro_wrap { width: 100%; height: 100%; position: relative; }
.intro_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-color: #1e205e; }

.vl_line_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.vl_line { position: absolute; z-index: 9; }
.vl_line::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #bd9a5d; }
.vl_line.line01 { width: 1px; height: 100%; left: 0; right: 0; margin: auto; }
.vl_line.line02 { width: 1px; height: 200vh; left: 0; right: 0; top: 0; bottom: 0; margin: auto; margin: auto; transform: rotate(-30deg); }

.vl_line.line03 { width: 35rem; height: 35rem; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.vl_line.line03 .stroke { fill: none; transform: rotate(-90deg); transform-origin: 50% 50%; stroke: transparent; stroke-width: 0.2; stroke-linecap: round; stroke-dasharray: 1.0015; stroke-dashoffset: 1.0015; transition: none; stroke-linecap: butt; }

.vl_line.line04 { width: 35rem; height: 35rem; top: 50%; left: 50%; transform: translate(calc(-50% - (17.5rem - 0.125rem)), -50%); }
.vl_line.line04 .stroke2 { fill: none; transform: rotate(0deg); transform-origin: 50% 50%; stroke: transparent; stroke-width: 0.2; stroke-linecap: round; stroke-dasharray: 1.0015; stroke-dashoffset: 1.0015; transition: none; stroke-linecap: butt; }

.vl_line.line05 { width: 12rem; height: 1px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(-6rem, 16.5625rem); }

.vl_line.line01::after { height: 0; right: 0; bottom: 0; margin: auto; }
.vl_line.line02::after { height: 0; }
.vl_line.line05::after { width: 0; right: 0; left: revert; }


.intro_logo_box { width: 100%; height: 100%; display: flex; z-index: 10; justify-content: center; align-items: center; }
.intro_logo_box>div { transform: translateY(1rem); }
.intro_logo_box img { width: 15.125rem; opacity: 0; transform: translateY(-3rem); }
.intro_logo_box h2 { font-size: 1.75rem; line-height: 100%; font-weight: 700; margin-top: 2.25rem; color: #bd9a5d; transform: translateX(0.5rem); opacity: 0; transform: translateY(3rem); }

/* .intro_wrap.intro .intro_tit>div { opacity: 1; transition: 1.5s 0s; } */
.intro_wrap.intro .vl_line.line01::after { height: 100%; transition: 2.0s 0s; }
.intro_wrap.intro .vl_line.line02::after { height: 100%; transition: 2.0s 0s; }

.intro_wrap.intro .vl_line.line03 .stroke { stroke: #bd9a5d; stroke-dashoffset: 0; transition: all 2.0s 0s, stroke 0s; }
.intro_wrap.intro2 .vl_line.line03 .stroke { stroke-dasharray: 0.251 0.749; stroke-dashoffset: 0.25; }

.intro_wrap.intro2 .vl_line.line04 .stroke2 { stroke: #bd9a5d; stroke-dashoffset: 0.5; transition: all 2.0s 0s, stroke 0s; }

.intro_wrap.intro3 .vl_line.line04 .stroke2 { stroke-dashoffset: 0.8; transition: 2s; }
.intro_wrap.intro3 .vl_line.line05::after { width: 100%; transition: 2s 0s; }
.intro_wrap.intro3 .intro_logo_box img { opacity: 1; transform: translate(0); transition: 1.5s 1.2s; }

.intro_wrap.intro4 .vl_line.line01::after { height: 0%; transition: 2.0s 0s; }
.intro_wrap.intro4 .vl_line.line02::after { height: 0%; transition: 2.0s 0s; }
.intro_wrap.intro4 .vl_line.line03 .stroke { stroke-dashoffset: 1.0015; stroke-dasharray: 1.0015; transition: all 2.0s 1.0s, stroke 0s; }
.intro_wrap.intro4 .vl_line.line04 .stroke2 { stroke-dashoffset: 1.0015; transition: all 2.0s 1.0s, stroke 0s; }
.intro_wrap.intro4 .vl_line.line05::after { width: 0%; transition: 1.5s 1.0s; }
.intro_wrap.intro4 .intro_logo_box h2 { opacity: 1; transform: translate(0); transition: 1.5s 1.0s; }




/* .intro_wrap.skip { opacity: 0; transition: 1.3s 0s !important; } */

/**/

.all_wrap { width: 100%; height: auto; /* overflow: hidden; */overflow: visible; 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; }


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


/**/

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

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

.main01 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; transition: 0.8s; }

.swiper_main { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; margin: 0; padding: 0; outline: none; }

.main_img { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 1; background-color: #000; overflow: hidden; }
.main_img::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/main_bg.png) center bottom no-repeat; background-size: cover; z-index: 2; }
.main_img::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 1; transform: scale(1.2); transition: 0s; }
.main_img.img01::after { background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover; opacity: 0.7; }
.main_img.img02::after { background: url(../img/main02.jpg) center bottom no-repeat; background-size: cover; opacity: 0.5; }
.main_img.img03::after { background: url(../img/main03.jpg) center bottom no-repeat; background-size: cover; opacity: 0.5; }
.main_img.img04::after { background: url(../img/main04.jpg) center bottom no-repeat; background-size: cover; opacity: 0.6; }

.swiper_main .swiper-slide-active .main_img::after { transform: scale(1); transition: 3s 0s; }

.swiper-pagination-main { position: absolute; left: 6.25rem; bottom: 4.25rem; z-index: 90; display: flex; justify-content: center; align-items: center; gap: 10px; }
.swiper-pagination-main span { width: 38px; height: 38px; border-radius: 100%; position: relative; background: none; }
.swiper-pagination-main span::before { content: ''; width: 8px; height: 8px; border-radius: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-pagination-main span::after { content: ''; width: 100%; height: 100%; border-radius: 100%; border: 1px solid #fff; box-sizing: border-box; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0; }
.swiper-pagination-bullet-active { background: none; }
.swiper-pagination-bullet-active::after { opacity: 1 !important; }

.main_swiper_btn { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%); width: 100%; max-width: 70.5%; display: flex; justify-content: space-between;}
.main_prev,.main_next { width: 3.8125rem; height: 3.8125rem; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; }
.main_prev::before { content: ''; width: 16px; height: 16px; border-top: 1px solid #000; border-left: 1px solid #000; transform: translateX(5px) rotate(-45deg); }
.main_next::before { content: ''; width: 16px; height: 16px; border-top: 1px solid #000; border-right: 1px solid #000; transform: translateX(-5px) rotate(45deg); }

.main_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; color: #fff; letter-spacing: 0; }
.main_txt_box h4 { font-family: "Cora W01 Regular"; font-size: 1.375rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); }
.main_txt_box h2 { font-family: "Cora W01 Bold"; font-size: 2.625rem; line-height: 100%; margin-top: 1rem; letter-spacing: 1.625rem; padding-left: 1.625rem; opacity: 0; }

.main_quick_wrap { width: auto; height: 6.25rem; position: absolute; right: 6.25rem; bottom: 4.375rem; z-index: 90; opacity: 0; transform: translateY(3rem); }
.main_quick_wrap>div { width: 100%; position: relative; display: flex; justify-content: flex-end; align-items: flex-end; gap: 0.3125rem; }
.main_quick { width: 6.25rem; height: 6.25rem; border: 1px solid #fff; box-sizing: border-box; transition: 0.3s; color: #fff; margin: 0.625rem 0; transition: 0.3s; }
.main_quick:last-child { border-bottom: 1px solid #fff; }
.main_quick>a { width: 100%; height: 100%; position: relative; display: block; }
.main_quick>a>div { width: 70%; height: 70%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(0deg); display: flex; justify-content: flex-start; align-items: flex-start; max-width: 152px; text-align: left; }
.main_quick p { font-size: 0.8125rem; line-height: 123%; transition: 0.3s; font-weight: 400; }
.main_quick_plus { width: 11px; height: 11px; position: relative; transition: 0.3s; position: absolute; right: -3%; bottom: -3%; }
.main_quick_plus::after { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.3s; }
.main_quick_plus::before { content: ''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.3s; }

.main_quick:hover { background-color: #fff; }
.main_quick:hover p { color: #000; font-weight: 500; }
.main_quick:hover .main_quick_plus { transform: rotate(90deg); }
.main_quick:hover .main_quick_plus::after { background-color: #000; }
.main_quick:hover .main_quick_plus::before { background-color: #000; }



/* .main_wrap.on .main_img::after { transform: scale(1); transition: 2.5s 0s; } */
.main_wrap.on .main_tit { 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.on .main_txt_box h2 { opacity: 1; letter-spacing: 0; padding-left: 0; transition: 1.2s 0.8s; }
.main_wrap.on .main_quick_wrap { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on .main_prev,
.main_wrap.on .main_next{ opacity: 1; transition: 1.2s 0.8s; }

.c_brown { color: #c8b1a9; }

/*  */

#section2 { width: 100%; height: auto; position: relative; }
.service_wrap { width: 100%; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; transition: 1.6s; background: #efefef; padding-bottom: 6.25rem;}

.service_vl_line_wrap { position: absolute; left: 0; top: 0; width: 25%; height: 100%; z-index: 2; }
.service .vl_line_box { opacity: 0.5; }

.service_cont_box { width: 100%; position: relative; height: 800vh;}
.sticky-parent { width: 100%; position: relative; height: 100%; }
.sticky { width: 100%; position: sticky; height: 100vh;top: 0; overflow-x: hidden; overflow-y: hidden; }
.horizontal { display: flex; gap:21.25rem; }


.service_tit { text-align: center; position: relative; padding-top: 8.0625rem; box-sizing:border-box; opacity: 0; transform: translateY(-4rem); z-index: 3; }
.service_tit h2 { font-family: "Cora W01 Bold"; font-size: 3.4375rem; line-height: 100%; }
.service_tit h4 { font-size: 1.375rem; font-weight: 600; line-height: 100%; margin-top: 0.55rem; opacity: 0.4;}

.service_cont_box { width: 100%; max-width: 1352px; display: flex; justify-content: space-between; gap:2.625rem; text-align: center; margin-top: 2.8125rem; z-index: 3;}
.service_img { width: 100%; max-width: 229px; max-height: 495px; overflow: hidden; }
.service_img img { width: 100%; }
.service_txt { margin-top: 2.125rem; }
.service_txt h4 { font-size: 1.375rem; font-weight: 600; line-height: 100%; }
.service_txt p { font-size: 1.0625rem; opacity: 0.7; margin-top: 1.25rem; letter-spacing: -1px;}

.service_con { opacity: 0; transform: translateY(5rem); }
.service_con.con01,.service_con.con05 { margin-top: 3.75rem; }
.service_con.con02,.service_con.con04 { margin-top: 1.875rem; }

.service_con:hover .service_img img { transform: scale(1.1); transition:1.2s; }
/* .service_con:hover { transform: translateY(-2rem); transition:1.2s; } */

/* .service_con.con01 { padding-left: 13.125rem; justify-content: flex-start; align-items: flex-end; gap: 4.375rem; }
.con01 .img_box01 { position: relative; }
.con01 h5 { line-height: 100%; font-family: "Cora W01 Bold"; font-size: 1.125rem; opacity: 0.4; position: absolute; transform: rotate(90deg) translateX(-4rem); top: 1.625rem; left: -1.875rem; transform-origin: top left; opacity: 0; }

.service_txt_box { text-align: left; opacity: 0; transform: translateX(4rem); }
.service_txt_box h3 { font-size: 2.0625rem; font-weight: 600; line-height: 100%;}
.service_txt_box p { font-size: 1rem; opacity: 0.7; margin: 1.875rem 0 3.9375rem; line-height: 160%;}
.page_view { font-size: 0.875rem; position: relative; margin-bottom: 5.875rem;}
.page_view a { display: flex; align-items: center; }
.page_view span { position: relative; width: 47px; height: 1px; background: rgba(0,0,0,0.4); display: inline-block; margin-left: 1.25rem; transition:0.6s;}
.page_view span::after { content:''; width: 10px; height: 10px; display: inline-block; border-top: 1px solid rgba(0,0,0,0.4); border-right: 1px solid rgba(0,0,0,0.4); transform:rotate(45deg); position: absolute; top: -5px; right: 0; }
.page_view a:hover span { margin-left: 2rem;}


.con01 .img_box02 { display: flex; gap:0.625rem; }

.service_con.con02 {   gap: 1.8125rem; }
.con02 .img_box01 { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap:1.8125rem; }
.con02 .img_box01>div:last-child { position: relative; }
.con02 h5 { line-height: 100%; font-family: "Cora W01 Bold"; font-size: 1.125rem; opacity: 0.4; position: absolute; transform: rotate(90deg) translateX(-4rem); top: -2.5rem; left: -1.875rem; transform-origin: top left; opacity: 0;}
.con02 .img_box02 { padding-top: 7.1875rem;}
.service_con.con02 .service_txt_box { margin: 4.75rem 0 0 2.125rem; box-sizing:border-box;}
.service_con.con02 .page_view { margin-bottom: 0;}

.service_con.con03 {  justify-content: flex-start; min-width:1322px;}
.con03 .img_box01 { position: relative;}
.con03 h5 { line-height: 100%; font-family: "Cora W01 Bold"; font-size: 1.125rem; opacity: 0.4; position: absolute; transform: rotate(90deg) translateX(-4rem); top: 0; left: -1.875rem; transform-origin: top left; opacity: 0; }
.con03 .img_box03 { position:absolute; display: flex; gap:0.5625rem; bottom: 0; right: 0;}
.service_con.con03 .service_txt_box { margin: 2.5rem 0 0 4.625rem;}

.service_con.con04 {   gap: 1.8125rem; }
.con04 .img_box01 { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap:1.8125rem; }
.con04 .img_box01>div:last-child { position: relative; }
.con04 h5 { line-height: 100%; font-family: "Cora W01 Bold"; font-size: 1.125rem; opacity: 0.4; position: absolute; transform: rotate(90deg) translateX(-4rem); top: -2.5rem; left: -1.875rem; transform-origin: top left; opacity: 0; }
.con04 .img_box02 { padding-top: 7.1875rem;}
.service_con.con04 .service_txt_box { margin: 4.75rem 0 0 2.125rem; box-sizing:border-box;}
.service_con.con04 .page_view { margin-bottom: 0;}

.service_con.con05 { padding-right: 13.125rem; justify-content: flex-start; align-items: flex-end; gap: 4.375rem; }
.con05 .img_box01 { position: relative; }
.con05 h5 { line-height: 100%; font-family: "Cora W01 Bold"; font-size: 1.125rem; opacity: 0.4; position: absolute; transform: rotate(90deg) translateX(-4rem); top: 1.625rem; left: -1.875rem; transform-origin: top left; opacity: 0; }
.con05 .img_box02 { display: flex; gap:0.625rem; }

.service_con.con01 .img_box>div,
.service_con.con03 .img_box.img_box01>div,.service_con.con05 .img_box.img_box>div,
.service_con.con02 .img_box.img_box01>div>div,.service_con.con02 .img_box.img_box02>div,
.service_con.con04 .img_box.img_box01>div>div,.service_con.con04 .img_box.img_box02>div{ overflow: hidden; }
.img_box img { opacity: 0; transform: scale(1.2); } */

/* .service_wrap.active .service_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.sticky.service_scroll.active2 .service_con.con01 img { opacity: 1; transform: scale(1); transition:2s 0.4s; }
.sticky.service_scroll.active2 .service_con.con01 .service_txt_box.txt01 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.sticky.service_scroll.active2 .service_con.con01 h5 { opacity: 0.4; transform: translate(0) rotate(90deg); transition: 1.2s 0.4s; }
.sticky.service_scroll.active2 .service_con.con02 img { opacity: 1; transform: scale(1); transition:2s 0.4s; }
.sticky.service_scroll.active4 .service_con.con02 .service_txt_box.txt02 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.sticky.service_scroll.active2 .service_con.con02 h5 { opacity: 0.4; transform: translate(0) rotate(90deg); transition: 1.2s 0.4s; }
.sticky.service_scroll.active8 .service_con.con03 img { opacity: 1; transform: scale(1); transition:2s 0.4s; }
.sticky.service_scroll.active8 .service_con.con03 .service_txt_box.txt03 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.sticky.service_scroll.active8 .service_con.con03 h5 { opacity: 0.4; transform: translate(0) rotate(90deg); transition: 1.2s 0.4s; }
.sticky.service_scroll.active14 .service_con.con04 img { opacity: 1; transform: scale(1); transition:2s 0.4s; }
.sticky.service_scroll.active14 .service_con.con04 .service_txt_box.txt04 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.sticky.service_scroll.active14 .service_con.con04 h5 { opacity: 0.4; transform: translate(0) rotate(90deg); transition: 1.2s 0.4s; }
.sticky.service_scroll.active17 .service_con.con05 img { opacity: 1; transform: scale(1); transition:2s 0.4s; }
.sticky.service_scroll.active17 .service_con.con05 .service_txt_box.txt05 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.sticky.service_scroll.active17 .service_con.con05 h5 { opacity: 0.4; transform: translate(0) rotate(90deg); transition: 1.2s 0.4s; } */

.service_wrap.active .service_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.service_wrap.active .vl_line.line01::after { height: 100%; transition: 2.0s 0s; }
.service_wrap.active .vl_line.line02::after { height: 100%; transition: 2.0s 0s; }
.service_wrap.active .vl_line.line03 .stroke { stroke: #bd9a5d; stroke-dashoffset: 0; stroke-dasharray: 0.251 0.749; stroke-dashoffset: 0.25; transition: all 2.0s 0s, stroke 0s; }
.service_wrap.active .vl_line.line04 .stroke2 { stroke: #bd9a5d; stroke-dashoffset: 0.5; stroke-dashoffset: 0.8; transition: all 2.0s 0s, stroke 0s; }
.service_wrap.active .vl_line.line05::after { width: 100%; transition: 2.0s 0s; }
.service_wrap.active .service_con.con01 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.active .service_con.con02 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.service_wrap.active .service_con.con03 { opacity: 1; transform: translate(0); transition: 1.2s 1s; }
.service_wrap.active .service_con.con04 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.service_wrap.active .service_con.con05 { opacity: 1; transform: translate(0); transition: 1.2s 1.4s; }


/*  */

.pr_wrap { width: 100%; height: 100vh; position: relative; background: #131313; padding-top: 7.0625rem; box-sizing:border-box; }
.pr_tit { color: #fff; text-align: center; opacity: 0; transform: translateY(-5rem); transition:1.2s; }
.pr_tit h2 { font-family: "Cora W01 Bold"; font-size: 3.4375rem; line-height: 100%; }
.pr_tit h4 { font-size: 1.375rem; font-weight: 600; line-height: 100%; margin-top: 0.55rem; opacity: 0.4;}
.pr_vd_box { width: 100%; max-width: 1100px; margin: 3.9375rem auto 0;opacity: 0; transform: translateY(5rem); transition:1.2s; }
.pr_vd_box iframe { width: 100%; aspect-ratio: 16/9 !important; background-color: #000; }

.pr_tit.active { opacity: 1; transform: translate(0); }
.pr_vd_box.active { opacity: 1; transform: translate(0); }


/*  */
/*  #section4 { overflow: visible; height: 320dvh;} */
.brand_wrap { width: 100%; position: relative; /* display: flex; justify-content: flex-start; align-items: center;  */height: 100dvh; background-color: #1c1e5e; color: #fff;  }
.brand_wrap>div { width: 100%; height: 100%; position: relative; /* display: flex; justify-content: center; align-items: center; */ /* overflow: visible; */ }

.brand01.sticky_wrap {  width: 100%; position: relative; top: 0; height: 100dvh; z-index: 2;}
.brand_scroll { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
/* .brand02 { background-color: #000; color: #fff; text-align: left; }
.brand02::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/brand_bg01.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 0.4; transform: scale(1.2); transition: 1.5s; }
.brand02>div { width: 100%; height: 100%; position: relative; z-index: 9; }
.brand03 { background-color: #000; color: #fff; }
.brand03::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/brand_bg02.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 0.4; transform: scale(1.2); transition: 1.5s; }
.brand03::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/brand_bg.png) center no-repeat; background-size: cover; z-index: 1; } */

.brand_tit_box { width: 100%; height: 100%; position: relative; justify-content: center; align-items: center; display: flex; z-index: 9; transition: 1.2s; display: none;}
.brand_tit_box>div { transform: translateY(3rem); }
.brand_tit_box h1 { font-family: "Cora W01 Bold"; font-size: 7.625rem; line-height: 100%; display: flex; justify-content: center; align-items: center; }
.brand_tit_box h1 b { display: inline-block; opacity: 0;}
.brand_tit_box h1 b.space { margin-right: 2.5rem; }
.brand_tit_box h4 { font-family: "Cora W01 Regular"; font-size: 1.25rem; line-height: 100%; letter-spacing: 0; margin-top: 2.25rem; opacity: 0; transform: translateY(3rem); }

.brand_tit_box h1 b:nth-child(1) { transform: translate(18.375rem,-15rem); }
.brand_tit_box h1 b:nth-child(2) { transform: translate(-10.875rem,-5.875rem); }
.brand_tit_box h1 b:nth-child(3) { transform: translate(32rem,-10rem); }
.brand_tit_box h1 b:nth-child(4) { transform: translate(-13.125rem,11.375rem); }
.brand_tit_box h1 b:nth-child(5) { transform: translate(12rem,3.875rem); }
.brand_tit_box h1 b:nth-child(6) { transform: translate(-7.25rem,-3rem); }
.brand_tit_box h1 b:nth-child(7) { transform: translate(-19.75rem,4.5rem); }
.brand_tit_box h1 b:nth-child(8) { transform: translate(-11.375rem,15rem); }


.brand_door { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1; display: flex; justify-content: center; align-items: center; transition: 1.5s; }
.brand_door>div { position: relative; }
.brand_door img { width: 20rem; transform: scale(0); }
.brand_door h3 { font-family: 'antro'; font-size: 35px; line-height: 100%; position: absolute; right: -7.5rem; bottom: 4.25rem; color: #fff; z-index: 9; opacity: 0; transition: 0.8s; }

.brand_door_txt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; justify-content: center; align-items: center; transition: 0.8s; opacity: 0; transform: translateY(-3rem); }
.brand_door_txt>div { text-align: left; transform: translate(10rem,0.5rem); }
.brand_door_txt h4 { font-family: "Cora W01 Bold"; font-size: 1.25rem; line-height: 100%; }
.brand_door_txt h2 { font-size: 2.75rem; line-height: 100%; margin-top: 1.5rem; font-weight: 700; }
.brand_door_txt p { font-size: 1.25rem; line-height: 200%; margin-top: 3.5rem; opacity: 0.5; }

/* .brand02_logo { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; transform: translateY(3rem); opacity: 0; transition: 0.8s; }

.brand02_tit { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.8s; opacity: 0; transform: translateY(-3rem); }
.brand02_tit>div { transform: translate(-30rem,-9rem); }
.brand02_tit h4 { font-family: "Cora W01 Bold"; font-size: 1rem; line-height: 100%; }
.brand02_tit h2 { font-size: 2.3125rem; line-height: 140%; margin-top: 2rem; font-weight: 600; }

.brand_txt_box { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.8s; opacity: 0; }
.brand_txt_box>div { position: relative; }
.brand_txt_box h2 { font-family: 'antro'; font-size: 2.1875rem; line-height: 100%; position: absolute; }
.brand_txt_box h3 { font-size: 1.25rem; line-height: 100%; font-weight: 600; }
.brand_txt_box p { font-size: 1rem; line-height: 200%; margin-top: 1.75rem; opacity: 0.5; }
.brand_txt_box.box01 { transform: translateX(5rem); }
.brand_txt_box.box02 { transform: translateX(-5rem); }
.brand_txt_box.box01>div { transform: translate(-14rem,17rem); }
.brand_txt_box.box02>div { transform: translate(32rem,6rem); }
.brand_txt_box.box01 h2 { left: -7.25rem; top: -4.375rem; }
.brand_txt_box.box02 h2 { right: -5rem; bottom: -4rem; }

.brand03_tit { width: 55%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; z-index: 9; text-align: left; left: 0; top: 0; opacity: 0; transform: translateX(5rem); opacity: 0; transition: 0.8s; }
.brand03_tit>div { transform: translateY(-9rem); }
.brand03_tit img { width: 16.375rem; }
.brand03_tit p { font-size: 1.125rem; line-height: 222%; margin-top: 2rem; }

.brand_logo_box { position: absolute; right: 0; bottom: 0; z-index: 9; display: flex; justify-content: flex-end; align-items: flex-end; }
.brand_logo_box>div { width: 23.875rem; padding: 2.875rem 0 5rem; display: flex; justify-content: center; align-items: center; box-sizing: border-box; position: relative; transition: 0.8s; transform: translateY(100%); }
.brand_logo_box>div::before { content: ''; width: 1px; height: 100%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background-color: #bd9a5d; }
.brand_logo { width: 9.375rem; height: 4.375rem; display: flex; justify-content: center; align-items: center; margin: auto; }
.brand_logo_box p { font-size: 0.875rem; line-height: 214%; margin-top: 1.875rem; }
.brand_logo_box>div:nth-child(1) img { width: 9.375rem; }
.brand_logo_box>div:nth-child(2) img { width: 8.375rem; }
.brand_logo_box>div:nth-child(3) img { width: 7.6875rem; } */


/* .brand_scroll.active3 .brand_tit_box h1 b:nth-child(1){ opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_scroll.active4 .brand_tit_box h1 b:nth-child(2){ opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.brand_scroll.active5 .brand_tit_box h1 b:nth-child(3){ opacity: 1; transform: translate(0); transition: 1.2s 0.5s; }
.brand_scroll.active6 .brand_tit_box h1 b:nth-child(4){ opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }
.brand_scroll.active7 .brand_tit_box h1 b:nth-child(5){ opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }
.brand_scroll.active8 .brand_tit_box h1 b:nth-child(6){ opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
.brand_scroll.active9 .brand_tit_box h1 b:nth-child(7){opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.brand_scroll.active10 .brand_tit_box h1 b:nth-child(8){ opacity: 1; transform: translate(0); transition: 1.2s 1.1s; }
.brand_scroll.active11 .brand_tit_box h4 { opacity: 1; transform: translate(0); transition: 1.2s 1.4s; }
.brand_scroll.active12 .brand_door img { transform: scale(1); transition: 1.6s 2.0s; }

.brand_scroll.active16 .brand_tit_box { opacity: 0; transition: 2.2s 1.2s; } */
.brand_wrap.active .brand_door img { transform: scale(1); transition: 1.6s 0.4s; }
.brand_wrap.active .brand_door h3{ opacity: 1; transition: 1.2s 0.8s; }
.brand_wrap.active .brand_door{ transform: translateX(-30%); transition: 1.6s 0.8s;  }
.brand_wrap.active .brand_door_txt{ opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/* .brand_wrap .brand_door img { transform: scale(1); transition: 1.6s 0.4s; }
.brand_wrap .brand_door h3{ opacity: 1; transition: 1.2s 0.4s; }
.brand_wrap .brand_door{ transform: translateX(-30%); transition: 1.6s 0.8s; }
.brand_wrap .brand_door_txt{ opacity: 1; transform: translate(0); transition: 1.2s 0.8s; } */

/* .brand_wrap.on3 { transform: translateX(-100vw); }
.brand_wrap.on3 .brand02::before { transform: scale(1); transition: 2.5s 0s; }
.brand_wrap.on3 .brand_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_wrap.on3 .brand02_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_wrap.on3 .brand02_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.brand_wrap.on4 { transform: translateX(-200vw); }
.brand_wrap.on4 .brand03::before { transform: scale(1); transition: 2.5s 0s; }
.brand_wrap.on4 .brand03_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_wrap.on4 .brand_logo_box>div:nth-child(3) { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.brand_wrap.on4 .brand_logo_box>div:nth-child(2) { opacity: 1; transform: translateY(0); transition: 1.2s 0.8s; }
.brand_wrap.on4 .brand_logo_box>div:nth-child(1) { opacity: 1; transform: translateY(0); transition: 1.2s 1.0s; } */

/*  */

/* .life_wrap { width: 100vw; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center; }
.life_wrap>div:last-child { width: 100%;  width: 415vw; height: 100vh; position: relative; z-index: 9; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; flex: 0 0 auto; }
.life_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; right: -150%; bottom: 0; background-color: #000; z-index: 1; transition: 1.6s; }

.life01 { width: 315vw; height: 100%; position: relative; z-index: 9; display: flex; justify-content: flex-start; align-items: flex-start; padding-left: 8rem; box-sizing: border-box; flex: 0 0 auto; }
.life01>div { width: 100%; height: calc(100% - 7.1875rem); margin-top: 7.1875rem; display: flex; justify-content: flex-start; align-items: flex-start; }
.life02 { width: 100vw; height: 100%; position: relative; z-index: 9; display: flex; justify-content: flex-start; align-items: flex-start; flex: 0 0 auto; color: #fff; }
.life02>div { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-start; }

.life_tit { margin-left: 1.25rem; margin-top: 6.25rem; text-align: left; white-space: nowrap; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.life_tit h3 { font-size: 1.375rem; line-height: 100%; font-weight: 500; }
.life_tit h2 { font-size: 2.0625rem; line-height: 100%; margin-top: 0.5rem; font-weight: 600; }
.life_tit p { font-size: 1rem; line-height: 200%; margin-top: 2.875rem; font-weight: 500; opacity: 0.7; }

.life_img_box { height: 90%; display: flex; justify-content: center; align-items: center; overflow: hidden; width: max-content; flex: 0 0 auto; position: relative; transition: 0.8s; }
.life_img_box>div { display: flex; justify-content: center; align-items: center; overflow: hidden; opacity: 0; transform: scale(1.1); transition: 0.8s; }
.life_img_box img { flex: none; }

.life_img_box.box01 { align-items: flex-end; margin-right: 7.75rem; }
.life_img_box.box02 { margin-right: 2.125rem; }
.life_img_box.box03 { margin-right: 8.25rem; }
.life_img_box.box04 { height: 100%; background-color: #000; margin-right: 6.25rem; }
.life_img_box.box04 img { opacity: 0.7; }
.life_img_box.box05 { height: 100%; overflow: visible; transform: translateY(-1rem); }
.life_img_box.box05>div { display: flex; justify-content: center; align-items: flex-start; gap: 1.25rem; position: relative; overflow: visible; transform: scale(1); }
.life_img_box.box05>div::before { content: ''; width: 14.125rem; height: 15rem; position: absolute; left: 0; top: -5.375rem; z-index: -1; background-color: #dbdbdb; transition: 0.8s; transform: translate(-5rem,-5rem); }
.life_img_box.box05>div::after { content: ''; width: 28.5rem; height: 30.25rem; position: absolute; right: -6.25rem; bottom: -5.5rem; z-index: -1; background-color: #dbdbdb; transition: 0.8s; transform: translate(5rem,5rem);  }
.life_img_box.box05>div>div { display: flex; justify-content: center; align-items: center; gap: 1.25rem; flex-direction: column; }
.life_img_box.box05>div>div:first-child { align-items: flex-end; }
.life_img_box.box05>div>div:last-child { align-items: flex-start; margin-top: 6rem; }
.life_img_box.box06 { width: 50vw; height: 100%; background-color: #000; transition: 1.6s; }
.life_img_box.box06>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/life_img09.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 0.6; }
.life_img_box.box06>div::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/life_bg2.png) center no-repeat; background-size: cover; z-index: 2; }
.life_img_box.box03 { }

.life_img_box.box05 img { opacity: 0; transition: 0.8s; }
.life_img05 { transform: translateY(-3rem); }
.life_img06 { transform: translateX(-3rem); }
.life_img07 { transform: translateX(3rem); }
.life_img08 { transform: translateY(3rem); }

.life_img_box.box04 h2 { font-family: "Cora W01 Bold"; font-size: 10.875rem; line-height: 74%; position: absolute; left: 0; bottom: 3rem; z-index: 9; color: #fff; text-align: left; z-index: 9; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.life_img_box.box04 h2>span { position: absolute; left: 0; top: 0; transform: rotate(90deg) translate(-100%,-100%); transform-origin: left top; display: inline-block; white-space: nowrap; }

.life_img_box.box06 h2 { font-family: "Cora W01 Bold"; font-size: 6.0625rem; line-height: 60%; position: absolute; right: 4.5rem; top: 18%; z-index: 9; color: #fff; text-align: left; z-index: 9; text-transform: uppercase; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.life_img_box.box06 h2>span { position: absolute; left: 0; top: 0; transform: rotate(90deg); transform-origin: left top; display: inline-block; white-space: nowrap; }
.life_img_box.box06 h2>span>b { font-size: 3.25rem; }


.life_txt_box { width: 21.875rem; text-align: left; transition: 0.8s; opacity: 0; }
.life_txt_box h5 { font-family: "Cora W01 Bold"; font-size: 33px; line-height: 100%; color: #bd9a5d; margin-bottom: 1rem; }
.life_txt_box h3 { font-size: 1.375rem; line-height: 136%; }
.life_txt_box h4 { font-size: 1.1875rem; line-height: 100%; }
.life_txt_box h2 { font-size: 2.125rem; font-weight: 600; margin-top: 0.625rem; }
.life_txt_box p { font-size: 1rem; line-height: 166%; margin-top: 2rem; opacity: 0.7; font-weight: 500; }

.life_txt_box.box01 { margin-top: 12.25rem; margin-right: 6.375rem; transform: translateY(-3rem); }
.life_txt_box.box02 { margin-top: 3.875rem; margin-right: 8.75rem; transform: translateY(3rem); }
.life_txt_box.box03 { margin-top: 12.25rem; margin-right: 8rem; transform: translateY(-3rem); }
.life_txt_box.box04 { margin-top: 3.875rem; margin-right: 7.625rem; transform: translateY(3rem); }
.life_txt_box.box05 { width: 50vw; height: 100%; display: flex; justify-content: center; align-items: center; opacity: 1; }
.life_txt_box.box05>div { width: 90%; height: 70%; max-width: 700px; display: flex; justify-content: flex-start; align-items: flex-start; position: relative; transform: translateY(2rem); }
.life_txt_box.box05 p { margin-top: 2.5rem; font-weight: 400; opacity: 0.4; }
.life_txt_box.box06 { width: 80%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; right: 0; top: 0; transform: translateY(-3rem); }
.life_txt_box.box06>div { width: 90%; max-width: 1188px; display: flex; justify-content: space-between; align-items: flex-start; position: relative; transform: translateY(8rem); }
.life_txt_box.box06>div>div { width: 21.25rem; }
.life_txt_box.box06 p { font-weight: 400; opacity: 0.4; }

.life_txt_box.box05>div>div:first-child { opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.life_img_txt { position: absolute; right: 0; bottom: 0; display: flex; justify-content: flex-end; align-items: flex-end; gap: 1rem; opacity: 0; transform: translateX(-5rem); transition: 0.8s; }
.life_img_txt h3 { font-family: 'antro'; font-size: 2.1875rem; line-height: 100%; position: absolute; z-index: 9; left: -10rem; bottom: -1.5rem; color: #bd9a5d; }


.life_vl_line_wrap { width: 100%; height: 100%; }
.life_wrap .vl_line_box { left: -16%; z-index: 2; opacity: 0.5; transition: 1.6s; }





.life_wrap.on .life_tit { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on .life_img_box.box01>div,
.life_wrap.on .life_img_box.box02>div,
.life_wrap.on .life_img_box.box03>div { opacity: 1; transform: scale(1); transition: all 2s 0.4s, opacity 1.2s 0.4s; }

.life_wrap.on .vl_line.line01::after, .life_wrap.on2 .vl_line.line01::after, .life_wrap.on3 .vl_line.line01::after,
.life_wrap.on4 .vl_line.line01::after, .life_wrap.on5 .vl_line.line01::after { height: 100%; transition: 2.0s 0s; }
.life_wrap.on .vl_line.line02::after, .life_wrap.on2 .vl_line.line02::after, .life_wrap.on3 .vl_line.line02::after,
.life_wrap.on4 .vl_line.line02::after, .life_wrap.on5 .vl_line.line02::after { height: 100%; transition: 2.0s 0s; }
.life_wrap.on .vl_line.line03 .stroke, .life_wrap.on2 .vl_line.line03 .stroke, 
.life_wrap.on3 .vl_line.line03 .stroke, .life_wrap.on4 .vl_line.line03 .stroke, 
.life_wrap.on5 .vl_line.line03 .stroke { stroke: #bd9a5d; stroke-dashoffset: 0; stroke-dasharray: 0.251 0.749; stroke-dashoffset: 0.25; transition: all 2.0s 0s, stroke 0s; }
.life_wrap.on .vl_line.line04 .stroke2, .life_wrap.on2 .vl_line.line04 .stroke2, 
.life_wrap.on3 .vl_line.line04 .stroke2, .life_wrap.on4 .vl_line.line04 .stroke2,
.life_wrap.on5 .vl_line.line04 .stroke2 { stroke: #bd9a5d; stroke-dashoffset: 0.5; stroke-dashoffset: 0.8; transition: all 2.0s 0s, stroke 0s; }
.life_wrap.on .vl_line.line05::after, .life_wrap.on2 .vl_line.line05::after, .life_wrap.on3 .vl_line.line05::after,
.life_wrap.on4 .vl_line.line05::after, .life_wrap.on5 .vl_line.line05::after { width: 100%; transition: 2.0s 0s; }

.life_wrap.on2 .life_box { transform: translateX(-118vw); }
.life_wrap.on2 .life_img_box.box03>div,
.life_wrap.on2 .life_img_box.box04>div { opacity: 1; transform: scale(1); transition: all 2s 0.4s, opacity 1.2s 0.4s; }
.life_wrap.on2 .life_txt_box.box01,
.life_wrap.on2 .life_txt_box.box02 { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }

.life_wrap.on3 .life_box { transform: translateX(-212vw); }
.life_wrap.on3 .life_img_box.box04>div,
.life_wrap.on3 .life_img_box.box05>div { opacity: 1; transform: scale(1); transition: all 2s 0.4s, opacity 1.2s 0.4s; }
.life_wrap.on3 .life_txt_box.box03,
.life_wrap.on3 .life_txt_box.box04 { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on3 .life_img_box.box04 h2 { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on3 .life_img_box.box05 img { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on3 .life_img_box.box05>div::before { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on3 .life_img_box.box05>div::after { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }

.life_wrap.on4::after,
.life_wrap.on5::after { right: 0; }
.life_wrap.on4 .life_box,
.life_wrap.on5 .life_box { transform: translateX(-315vw); }
.life_wrap.on4 .vl_line_box { left: 3.6vw; }
.life_wrap.on4 .life_img_box.box06>div,
.life_wrap.on5 .life_img_box.box06>div { opacity: 1; transform: scale(1); transition: all 2s 0.4s, opacity 1.2s 0.4s; }
.life_wrap.on4 .life_img_box.box06 h2,
.life_wrap.on5 .life_img_box.box06 h2 { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on4 .life_txt_box.box05>div>div:first-child { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }
.life_wrap.on4 .life_img_txt { opacity: 1; transform: translateY(0); transition: 1.2s 0.6s; }

.life_wrap.on5 .life_img_box.box06 { transform: translateX(-30vw); }
.life_wrap.on5 .vl_line_box { left: 46.5vw; }
.life_wrap.on5 .life_txt_box.box06 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; } */

/*  */

.out_wrap { width: 100%; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; transition: 1.6s; background-color: #fff; }
/* .out_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; bottom: 0; z-index: 1; transition: 1.6s; } */

.out_vl_line_wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.out_wrap .vl_line_box { opacity: 0.5; }

.out_box { position: relative; z-index: 9; transform: translateY(2rem); }

/* .out_img { clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%); } */
.out_img { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.out_img img { width: 19.375rem; }

.out_txt_box { position: absolute; text-align: left; color: #000; z-index: 9; white-space: nowrap; opacity: 0; }
.out_txt_box h2 { font-family: "Cora W01 Bold"; font-size: 3.25rem; line-height: 100%; }
.out_txt_box h3 { font-size: 1.9375rem; line-height: 130%; font-weight: 200; }
.out_txt_box h3 b { font-weight: 500; }
.out_txt_box p { font-size: 1.1875rem; line-height: 166%; opacity: 0.5; margin-top: 2.375rem; }
.out_txt_box.box01 { right: -34.9375rem; top: 4.5rem; transform: translateX(5rem); }
.out_txt_box.box02 { left: -31.875rem; bottom: 2.625rem; transform: translateX(-5rem);}


.out_wrap.active .vl_line.line01::after { height: 100%; transition: 2.0s 0s; }
.out_wrap.active .vl_line.line02::after { height: 100%; transition: 2.0s 0s; }
.out_wrap.active .vl_line.line03 .stroke { stroke: #bd9a5d; stroke-dashoffset: 0; stroke-dasharray: 0.251 0.749; stroke-dashoffset: 0.25; transition: all 2.0s 0s, stroke 0s; }
.out_wrap.active .vl_line.line04 .stroke2 { stroke: #bd9a5d; stroke-dashoffset: 0.5; stroke-dashoffset: 0.8; transition: all 2.0s 0s, stroke 0s; }
.out_wrap.active .vl_line.line05::after { width: 100%; transition: 2.0s 0s; }
/* .out_wrap.active .out_img { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.5s 0.8s; } */
.out_wrap.active .out_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }


/*  */

.brand_wrap2 { width: 100%; height: 100vh; position: relative; background-color: #000; color: #fff; text-align: left; }
.brand_wrap2::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/brand_bg01.jpg) center no-repeat; background-size: cover; opacity: 0.4; transform: scale(1.2); transition: 1.5s; }

.brand_wrap2>div { width: 100%; height: 100%; transform: translateX(-4.5625rem);}
.brand02_logo { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; transform: translate(1.25rem,3rem); opacity: 0; transition: 0.8s; }

.brand02_tit { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.8s; opacity: 0; transform: translateY(-3rem); }
.brand02_tit>div { transform: translate(-30rem,-12rem); }
.brand02_tit h4 { font-family: "Cora W01 Bold"; font-size: 1rem; line-height: 100%; }
.brand02_tit h2 { font-size: 2.375rem; line-height: 140%; margin-top: 2rem; font-weight: 600; }

.brand_txt_box { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.8s; opacity: 0; }
.brand_txt_box>div { position: relative; }
.brand_txt_box h2 { font-family: 'antro'; font-size: 2.1875rem; line-height: 100%; position: absolute; }
.brand_txt_box h3 { font-size: 1.5rem; line-height: 100%; font-weight: 600; }
.brand_txt_box p { font-size: 1.1875rem; line-height: 200%; margin-top: 1.75rem; opacity: 0.5; }
.brand_txt_box.box01 { transform: translateX(5rem); }
.brand_txt_box.box02 { transform: translateX(-5rem); }
.brand_txt_box.box01>div { transform: translate(-14rem,17rem); }
.brand_txt_box.box02>div { transform: translate(32rem,6rem); }
.brand_txt_box.box01 h2 { left: -7.25rem; top: -4.375rem; }
.brand_txt_box.box02 h2 { right: -5rem; bottom: -4rem; }

.brand_wrap2 .brand02::before { transform: scale(1); transition: 2.5s 0s; }
.brand_wrap2 .brand_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_wrap2 .brand02_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_wrap2 .brand02_logo { opacity: 1; transform: translate(1.25rem,0); transition: 1.2s 0.6s; }



/*  */

.right_scroll_wrap { width: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; left: 3.5rem; top: 0; bottom: 0; transform: translateY(1rem); opacity: 1; display: none; }
.right_scroll_img { width: 100%; height: 83.008px; 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: #222a65; 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: #fff; }

/*  */

#footer { overflow: visible; height: auto;}

.footer { width: 100%; padding: 4.625rem 0 4.375rem; box-sizing: border-box; z-index: 999; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.8125rem; text-align: center; background-color: #1d1d1d; color: rgba(255,255,255,0.3); }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }

.footer_logo { width: 12rem; margin-right: 1.25rem; }

.footer_const { display: flex; justify-content: center; align-items: center; margin-top: 3.25rem; margin-top: 0; }
.footer_const li { position: relative; padding: 0 0.25rem; line-height: 100%; }
.footer_const li.space { margin-right: 1.25rem; }
/* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: -1px; margin: auto; } */
.footer_const li:last-child:after { display: none; }
.footer_const li span { color: #fff; font-size: 1.125rem; }
.footer_const li.mo { margin: 0; }

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

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

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

.footer h6 { line-height: 100%; margin-top: 3.75rem; letter-spacing: 0; text-transform: uppercase; color: #fff; }

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

.top_bt { width: 47px; height: 47px; background-color: #000; z-index: 99999; position: absolute; right: 6.5625rem; margin: auto; top: 0px; opacity: 0; cursor: pointer; transition: 0.3s; }
.top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 3px; bottom: 0; margin: auto; border-left: 1px solid rgba(255,255,255,1); border-top: 1px solid rgba(255,255,255,1); transform: rotate(45deg); z-index: 9; }
/* .top_bt::after { content: ''; width: 1px; height: 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; }



/*  */


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

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

.guest_pop_tit { text-align: center; width: 100%; margin-bottom: 1.875rem; display: flex; justify-content: flex-start; align-items: flex-end; }
.guest_pop_tit h2 { font-family: '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; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

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


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

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

.guest_box.m { width: 100% !important; margin-top: 10px; position: relative; }

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

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

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

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

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

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

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

/**/


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

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

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

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

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

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

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

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

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

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


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


/**/

.guest_bt_box { width: 260px; height: 66px; margin: auto; margin-top: 0px; display: flex; justify-content: space-between; text-align: center; color: #25282a; font-size: 18px; }
.guest_bt_box>div { width: 100%; height: 100%; line-height: 64px; }
.guest_bt_box>div>a { width: 100%; height: 100%; display: block; }
.guest_regi_bt { border: 1px solid #25282a; margin-right: 0px; }
.guest_cancle_bt { background-color: #cfcfcf; }

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


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

.m_br { display: none; }


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


/**/

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

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

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

/**/


