
::-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.main { overflow-y: hidden; } */

.mo { display: none !important; }
.pc { display: block; }

/*  */


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

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

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
  	display: none;
    width: 25px;
    height: 25px;
    margin-top: -50%;
    margin-left: -50%;
/*    margin-top: 0;
    margin-left: 0;*/
    border-radius: 50%;
    border: solid 1px #004e71;
/*	background-color: #004e71;*/
    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);
      display: none;
  }

  .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; background: none; border: 1px solid #ae9674; }
  .cursor_drag p { color: #ae9674; 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 #ae9674; border-bottom: 1px solid #ae9674; 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 #ae9674; border-bottom: 1px solid #ae9674; 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_drag.white { border: 1px solid #2d1b11; }
  .cursor_drag.white p { color: #2d1b11;  }
  .cursor_drag.white p:before {  border-left: 1px solid #2d1b11; border-bottom: 1px solid #2d1b11; }
  .cursor_drag.white p:after {  border-right: 1px solid #2d1b11; border-bottom: 1px solid #2d1b11;  }

  .cursor_drag2 { 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; background: none; border: 1px solid #2d1b11; }
  .cursor_drag2 p { color: #2d1b11; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
  .cursor_drag2 p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #2d1b11; border-bottom: 1px solid #2d1b11; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
  .cursor_drag2 p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #2d1b11; border-bottom: 1px solid #2d1b11; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; 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.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: #004e71;
  }

  #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 #2d1b11; }
  #cursor.drag2 .cursor_drag p:before { border-left: 1px solid #2d1b11; border-bottom: 1px solid #2d1b11; }
  #cursor.drag2 .cursor_drag p:after { border-right: 1px solid #2d1b11; border-bottom: 1px solid #2d1b11; }
  #cursor.drag2 .cursor_drag p { color:#2d1b11;}



}



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


/*  */

.right_brand_wrap { width: 82px; height: 240px; position: fixed; right: -82px; top: 12rem; /* transform: translateY(-70%); */z-index: 9990; background-color: #000; cursor: pointer;
transition: 0.5s, right 0.8s 0.6s, bottom 0.8s 0.6s, top 0.3s 0s; text-align: center; z-index:8; }
.right_brand_wrap>div { width: 100%; height: 100%; color: #fff; }

.right_brand_tit { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; transition: 0.5s; }
.right_brand_tit>div { display: flex; justify-content: center; align-items: center;gap: 0.3125rem; transform: translateY(-0.75rem) rotate(90deg); white-space: nowrap; }
/* .right_brand_tit img { width: 3.1875rem; } */
.right_brand_tit h5 { font-size: 0.85rem; line-height: 100%; }
.right_brand_tit h5 span { color: #35c8ee; }

.right_brand_txt { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; opacity: 0; transition: 0.5s; white-space: nowrap; }
.right_brand_txt::before { content: ''; width: 100%; height: 100%; position: absolute; background: url(../img/right_brand_bg.jpg) center / cover no-repeat; opacity: 0.33; }
.right_brand_txt>div { transform: translateY(-1rem); position: relative; z-index: 9; }
.right_brand_txt img { width: 6.1875rem; }
.right_brand_txt h5 { font-size: 0.75rem; line-height: 100%; }
.right_brand_txt p { text-align: left; font-size: 0.75rem; line-height: 110%; display: inline-block; position: absolute; left: 1.25rem; bottom: 1.25rem; color: #fff; z-index: 9; }

.right_brand_arrow { position: absolute; width: 10px; height: 7px; right: 2.3125rem; bottom: 1.375rem; z-index: 9;  transition: 0.5s; }
.right_brand_arrow::before { content: ''; width: 100%; height: 1px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; } 
.right_brand_arrow::after { content: ''; width: 4px; height: 4px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border-bottom: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); }

.right_brand_wrap.show { right: 0; }

.right_brand_wrap:hover { width: 126px; }
.right_brand_wrap:hover .right_brand_tit { opacity: 0; }
.right_brand_wrap:hover .right_brand_txt { opacity: 1; }

.right_brand_wrap:hover .right_brand_arrow { right: 1.3125rem; }


/*  */

.main_skip_wrap { width: 100%; height: 100%; position: fixed; 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; }

/**/

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

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

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


.int_pop { position: fixed; width: 100%; height: 100vh; left:0; right:0; margin:0 auto;  z-index: 9999999999;  }

.int_pop_close_box {  position:absolute; top:3rem; right:3rem; cursor:pointer; color:#fff;  display: flex; justify-content: center; align-items: center;  z-index:100; gap:1rem; font-size:0.875rem;}

.int_pop_close{
    position:relative;
    width:70px;
    height:70px;
    border-radius:50%;
    border:none;
    background:#fff;
    color:#999;
    display: flex; justify-content: center; align-items: center; 
}

.int_pop_close::before,
.int_pop_close::after{
    content:'';
    position:absolute;
    width:26px;
    height:2px;
    background:#999;

    transition:transform .35s ease;
}

 .int_pop_close::before{
    transform:rotate(45deg);
}

.int_pop_close::after{
    transform:rotate(-45deg);
}

/* hover */
.int_pop_close:hover::before{
    transform:rotate(135deg);
}

.int_pop_close:hover::after{
    transform:rotate(45deg);
} 


.int_pop_bg { position: relative;  width: 100%; height: 100%; background: url(../img/main01.jpg)center no-repeat; background-size: cover; transform: scale(1.2);}
.int_pop_bg::before { content:''; width: 100%; height: 100%; left: 0; top: 0; position: absolute; background: #000; opacity:0.7; }

.int_pop_cont {  position: absolute; left:0; right:0; margin:0 auto; text-align:center; top:8rem;}

.int_pop_tit { position: relative; font-family: 'SSFlower'; color:#fff; z-index: 2; opacity: 0; transform: translate(0);  }
.int_pop_tit h1 { font-size:3rem; }
.int_pop_tit h2 { font-size:8rem;  position: relative; margin-top:-2rem; }
.intro_key {  margin-top:2rem; opacity: 0; transform: translateY(-3rem);   }

.int_pop_gift { }
.gift_car_box {  position: relative; left:0; right:0; margin:0 auto; width:590px; margin-top:4rem; z-index:2; }

.gift_car { position: absolute;  }
.gift_car.car01 { left:0;   opacity: 0; transform: translateY(-3rem);  }
.gift_car.car02 { margin:0 auto; left:0; right:0; top:3rem;  opacity: 0; transform: translateY(-3rem); }
.gift_car.car03 { right:0;  top:6rem;  opacity: 0; transform: translateY(-3rem); }

.gift_gg_box {  position: relative; left:0; right:0; margin:0 auto; z-index:1;  width:1000px; top:-2rem; height:300px;}
.gift_gg {  position: absolute;   }
.gift_gg.gg01 {  left:3rem; top:6rem;  opacity: 0; transform: translateX(-3rem); }
.gift_gg.gg02 {  right:-3rem;   opacity: 0; transform: translateX(3rem); }

.int_pop_txt {   opacity: 0; transform: translateY(3rem); }
.int_pop_txt p { font-size:1.12rem; color:#fff; line-height:180%; }

.int_pop_obj {  z-index:1; position: absolute; width: 100%; height: 100%; left:0; right:0; margin:0 auto; top:0;  }
.pop_obj_party { position: absolute; left:0; right:0; margin:0 auto; top:0; text-align:center; opacity: 1; transform: scale(1.5) translateY(-15rem); }

.obj_ribon { position: absolute; }
.ribon01 { left:-100%; bottom:0;  transform: translate(-10rem); }
.ribon02 { right:-100%; top:-10rem;}

.obj_goldbar { position: absolute; right:-4rem; bottom:-4rem;  opacity: 0; transform: translate(3rem); }


.int_pop.on .int_pop_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.3s; }
.int_pop.on .int_pop_bg { transform: scale(1); transition: 2s 0s; }
.int_pop.on .intro_key { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }
.int_pop.on .pop_obj_party {  opacity: 1; transform: scale(1) translateY(-7rem); transition: 1.8s 0.2s;}

.int_pop.on .ribon01 { left:0;  transform: translate(0); transition: 1.2s 1.5s; }
.int_pop.on .ribon02 {  right:0; top:10rem;   transition: 1.8s 1.2s; }

.int_pop.on .gift_car.car01 { opacity: 1; transform: translate(0); transition: 1s 0.5s; }
.int_pop.on .gift_car.car02 { opacity: 1; transform: translate(0); transition: 1s 0.7s; }
.int_pop.on .gift_car.car03 { opacity: 1; transform: translate(0); transition: 1s 1.2s; }

.int_pop.on .gift_gg.gg01 { opacity: 1; transform: translate(0); transition: 1s 0.7s; }
.int_pop.on .gift_gg.gg02 { opacity: 1; transform: translate(0); transition: 1s 1s; }

.int_pop.on .obj_goldbar { opacity: 1; transform: translate(0); transition: 1.2s 1s; }
.int_pop.on .int_pop_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }

/**/

.intro_all_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99; background-color: #004671; overflow:hidden;}
.intro_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; overflow:hidden;}

/*
.intro_line_box { width: 100%; height: 100%; position: absolute; inset: 0; pointer-events: none; z-index: 9; display: flex; justify-content: center; align-items: center; }
.line { width: 100%; height: auto; inset: 0; position: absolute; left: 0; right: 0; margin: auto;display: flex; justify-content: center; align-items: center; opacity: 0; transition: 0.8s; }

svg{
width:40.125rem;
display:block;
margin:auto;
display: flex; justify-content: center; align-items: center; overflow:hidden;
}


.line.line01 svg {  }
.line.line02 svg { width: 35.25rem;  }
.line.line03 svg { width:100%;}
*/
/* line01
        .pattern-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pattern-container svg {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }

       .line01 .st0 {
            fill: none;
            stroke: #fff;
            stroke-miterlimit: 10;
            
            stroke-width: 0.2px; 

            stroke-dasharray: 3000;
            stroke-dashoffset: 3000; 
            animation:none;
        }


		.line01.draw .st0{
			animation:drawLine 15s ease-in-out forwards;
		}



        .line01 .st1 {
            opacity: 1;
            animation:drawLine 10s linear forwards;
        }

        @keyframes drawLine{
			to{
				stroke-dashoffset:0;
			}
		}

        @keyframes fadeToOriginal {
            0% {
                opacity: 0.2;
            }
            80% {
                opacity: 0.2;
            }
            100% {
                opacity: 0.2; 
            }
        }

*/
/* line02
        .logo-container {
            width: 30%;
            max-width: 300px; 
            aspect-ratio: 60.94 / 39.94;
        }

        .logo-container svg {
            width: 100%;
            height: 100%;
        }

        .line02 .st0 {
            fill: none !important; 
            stroke: #fff;
            stroke-miterlimit: 10;
            
            stroke-width: 0.2px; 

            stroke-dasharray: 500;
            stroke-dashoffset: 500;
            animation: drawLogoLine 4s ease-in-out forwards;
        }

		.line02.draw .st0{
				animation:drawLogoLine 4s ease-in-out forwards;
		}



*/



/*


.line02 polygon,
.line02 rect {
    fill: none !important;
    stroke: #fff!important;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawLogoLine 4s ease-in-out forwards;
}

.line02 g,
.line02 svg > path,
.line02 svg > polygon,
.line02 svg > rect {
    opacity: 1;
    animation: fadeToOriginalLogo 10s ease-in-out forwards;
}

@keyframes lineDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes lineDraw2 {
    to {
        stroke-dashoffset: 0;
    }
}



.intro_wrap.intro .line01 { opacity: 1; }
.intro_wrap.intro .line01 .st0 { stroke-dashoffset: 0; transition: 10s 0.3s; }

.intro_wrap.intro2 .line02 { opacity: 1; }
.intro_wrap.intro2 .line02 .st0 { stroke-dashoffset: 0; transition: 10s 0.3s; }

        @keyframes drawLogoLine {
            to {
                stroke-dashoffset: 0;
            }
        }

        @keyframes fadeToOriginalLogo {
            0% {
                opacity: 1; /
            }
            75% {
                opacity: 1;
            }
            100% {
                opacity: 1; 
            }
        }

@keyframes drawLine{
    to{
        stroke-dashoffset:0;
    }
}

*/


/* overview */

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

        .pattern-container svg {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 화면 해상도에 맞춰 이미지처럼 꽉 차게 채움 */
        }


		.line01 {
			opacity: 0;
		}
		.line01.ready {
			opacity: 1;
			transition: opacity 0.3s;
		}

      .line01 .st0 {
            fill: none !important;
            stroke: #b49a6d ;
            stroke-width: 0.2px; 
			/*stroke-dasharray: 61590;
            stroke-dashoffset: 61590;
            animation: drawLine 15s ease-in-out forwards;
			animation: drawLine 60s linear forwards;
			 stroke-linecap: round;*/
        }

        .line01 .st1 {
            opacity: 0.2;
            animation: fadeToOriginal 90s ease-in-out forwards;  animation-delay: 60s; 
        }

        @keyframes drawLine {
            to {
                stroke-dashoffset: 0;
            }
        }

        @keyframes fadeToOriginal {
            0% {
                opacity: 0.2; /* 그려지는 중에는 선이 보이도록 살짝 밝게 시작 */
            }
            80% {
                opacity: 0.2;
            }
            100% {
                opacity: 0.2; /* 최종적으로 원본의 고급스러운 은은한 투명도로 매칭 */
            }
        }

		.line01 .st0.draw{
			animation: drawLine 60s linear forwards;
		}

		@keyframes drawLine{
			to{
				stroke-dashoffset:0;
			}
		}



		.line01.white .st0 { stroke: #2d1b11;}
/* bg */

        /* 기본 스타일 및 여백 제거 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body, html {
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: #2d1b11; 
        }*/

        /* SVG 가 화면 전체를 빈틈없이 채우도록 레이아웃 설정 */
        .pattern-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pattern-container svg {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 화면 해상도에 맞춰 이미지처럼 꽉 차게 채움 */
        }

        /* 일러스트레이터 오리지널 클래스 스타일 정의 및 애니메이션 추가 */
        .st0 {
            fill: none;
            stroke: #b49a6d;
            stroke-miterlimit: 10;
            
            /* [수정] 선의 굵기를 더 얇고 섬세하게 변경 (기존 기본값보다 축소) */
            stroke-width: 0.2px; 

            /* [추가] 라인 드로잉 애니메이션 구현을 위한 대시 설정 */
            stroke-dasharray: 6000;
            stroke-dashoffset: 6000;
            /* animation: drawLine 15s ease-in-out forwards; */
        }

        .st1 {
            /* 선이 다 그려진 후 일러스트레이터 원본의 은은한 투명도(0.07)로 자연스럽게 안착 */
            opacity: 0.3;
            /* animation: fadeToOriginal 4s ease-in-out forwards; */
        }

        /* 키프레임 애니메이션: 선이 스케치하듯 그려지는 효과 */
        @keyframes drawLine {
            to {
                stroke-dashoffset: 0;
            }
        }

        /* 키프레임 애니메이션: 드로잉 중에는 선이 잘 보이도록 유지하다가 최종 불투명도로 페이드 */
        @keyframes fadeToOriginal {
            0% {
                opacity: 0.2; /* 그려지는 중에는 선이 보이도록 살짝 밝게 시작 */
            }
            80% {
                opacity: 0.2;
            }
            100% {
                opacity: 0.2; /* 최종적으로 원본의 고급스러운 은은한 투명도로 매칭 */
            }
        }


/* logo */
.logo-container{
    position:relative;
    width:100%;
    max-width:300px;
    height:200px;
    aspect-ratio:60.94 / 39.94;
    opacity: 0;
}

.logo-container svg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
}

/* =========================
   OUTLINE (드로잉)
========================= */

.logo-outline{
    z-index:2; opacity:0;  
}



/*
.logo-outline path,
.logo-outline polygon,
.logo-outline rect{
    fill:none;  
    stroke:#fff;
    stroke-width:.2px;
    stroke-miterlimit:10;

    stroke-linecap:round;
    stroke-linejoin:round;

    animation:
        drawLogoLine var(--draw) linear var(--delay) forwards,
        strokeGold var(--gold) linear calc(var(--delay) + var(--draw)) forwards;
}*/

/* =========================
   FILL (골드 채움)
========================= */
/*
.logo-fill{

    opacity:0;
    clip-path:inset(0 0 100% 0);

    animation:
        showFill 0s linear calc(var(--delay) + var(--draw)) forwards,
        fillDown var(--fill) ease-out calc(var(--delay) + var(--draw)) forwards;
}*/

.logo-fill path,
.logo-fill polygon,
.logo-fill rect{
    fill:#b49a6d;
    stroke:none;
}

/* =========================
   KEYFRAMES
========================= */

/* 선 그리기 */

@keyframes drawLogoLine{
    to{
        stroke-dashoffset:0;
    }
}

/* 흰색 → 골드 라인 */

@keyframes strokeGold{
    from{
        stroke:#b49a6d;
    }

    to{
        stroke:#b49a6d;
    }
}

/* 골드 레이어 표시 */

@keyframes showFill{
    to{
        opacity:1;
    }
}

/* 위 → 아래 차오르기 */

@keyframes fillDown{
    from{
        clip-path:inset(0 0 100% 0);
    }

    to{
        clip-path:inset(0 0 0 0);
    }
}

@keyframes fadeIn{
    to{
        opacity:1;
    }
}

:root{
    --delay: 1.5s;
    --draw: 3s;
    --gold: .3s;
    --fill: 1s;
	--fade: .2s;
}


.main_wrap.on .logo-outline{
    animation: fadeIn var(--fade) linear var(--delay) forwards;
}

.main_wrap.on .logo-outline path,
.main_wrap.on .logo-outline polygon,
.main_wrap.on .logo-outline rect{
    fill:none;
    stroke:#b49a6d;
    stroke-width:.2px;
    stroke-linecap:round;
    stroke-linejoin:round;

    animation:
        drawLogoLine var(--draw) linear var(--delay) forwards,
        strokeGold var(--gold) linear calc(var(--delay) + var(--draw)) forwards;
}

.main_wrap.on .logo-fill{
    opacity:0;
    clip-path:inset(0 0 100% 0);

    animation:
        showFill 0s linear calc(var(--delay) + var(--draw)) forwards,
        fillDown var(--fill) ease-out calc(var(--delay) + var(--draw)) forwards;
}

.main_wrap.on .line01 .st0 { animation: drawLine 60s linear forwards; }
.main_wrap.on .logo-container { opacity: 1; }


.main01 .line01 { display:none; }
.main01 .line02 { z-index:2; }

/**/

#section1 { width: 100%;  z-index: 1; }

.main_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; }

.main01 { width: 100%; height: 100%; position: relative; left: 0; right:0; top:0; transition: 0.8s; overflow: hidden;  background:#000; display: flex;  justify-content: center; align-items: center;}

.main_bg_color {  width: 100%; height: 100%;  position: absolute; left: 0; right:0; margin:0 auto; background:#2d1b11; opacity: 1; transition: 1.5s; z-index:1;  }


.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transform: scale(1.2); transition: 1.5s; }
.main_img.img01 { background: url(../img/main_bg.jpg) center / cover no-repeat; }
.main_img.img02 { background: url(../img/main02.jpg) center / cover no-repeat; }
.main_img.img03 { background: url(../img/main03.jpg) center / cover no-repeat; }
.main_img.img04 { background: url(../img/main04.jpg) center / cover no-repeat; }

.main_txt_box { width: 70%; height: 100%; position: absolute; left:0; right:0; top: 0; z-index: 9; display: flex; justify-content: flex-end; align-items: center; margin:0 auto;}
.main_txt_box>div { text-align: center; color: #122a4e; position: relative; transform: translateY(-6rem); text-align:left; }
.main_txt_box h4 { font-family: 'nanumSq'; font-size: 3.5rem; line-height: 100%;  font-weight: 700; opacity: 0; transform: translateX(-3rem); transition: 0.3s; /* margin-left:-10rem; */ letter-spacing:-2px;}
.main_txt_box h4 .pc { display: inline-block !important; }
.main_txt_box h2 { font-family: 'nanumSq'; font-size: 3.5rem;  font-weight: 700; line-height: 100%; margin-top: 0.5rem; opacity: 0; transform: translateX(-3rem); transition: 0.5s;  letter-spacing:-2px;}
.main_txt_box h2 b { font-weight: 700; color:#95172b;}
.main_txt_box h4 b { font-weight: 700; color:#95172b;}
.main_txt_box h4 span { font-weight: 700; font-style: italic;}
.main_txt_box h2 span { font-weight: 700; font-style: italic;}

.main_txt { font-size: 1.12rem; line-height:240%; color:#b49a6d; font-weight:400; letter-spacing:5px; opacity: 0; transform: translateY(3rem); transition: 0.7s; margin-bottom:2rem;}
.main_txt2 { margin-top:2rem; }

.main_line { position: relative; left:0; right:0; width:1px; height:3rem; background:#b49a6d; margin:0 auto; margin-top:3rem; opacity: 0; transform: translateY(3rem); transition: 1s; }
.main_txt2 h2 { font-size: 1.32rem; font-family: 'Futura PT', sans-serif; color:#b49a6d; margin-top:2rem;  opacity: 0; transform: translateY(3rem);}

.main_icon_box_wrap { width: 80%; height: 100%; position: absolute; left:0; right:0; top: 0; z-index: 9; display: flex; justify-content: flex-start; align-items: center; margin:0 auto;}
.main_icon_box_wrap>div { text-align: left; color: #122a4e; position: relative; transform: translateY(7rem); }

.icon_txt_box { display: flex; justify-content: flex-start; align-items: center; gap:2rem; }
.main_icon { position: relative;  width:28px; height:26px; }
.main_icon.icon01 { background: url(../img/main_icon01.png) center; }
.main_icon.icon02 { background: url(../img/main_icon02.png) center; }
.main_icon.icon03 { background: url(../img/main_icon03.png) center; }
.main_icon.icon04 { background: url(../img/main_icon04.png) center; }

.icon_txt_box { margin-top:0.5rem; }
.icon_txt_box p { position: relative; font-size:0.975rem; font-weight:500; }
.icon_txt_box p::after { content: ''; width: 1px; height: 1rem; position: absolute; left: -1rem; top:50%; transform: translateY(-50%);  background:#122a4e;}

.main_icon_box.box01 { opacity:0; transform: translateX(-3rem); }
.main_icon_box.box02 { margin-top:3rem; opacity:0; transform: translateX(-3rem); }


.main_banner {  position: absolute; right: 3.75rem; bottom: 2.625rem;  display: flex; justify-content: flex-start; align-items: center; opacity: 0; cursor: default; transition: 0.8s 0s; z-index: 90;  }

.main_guest { width: 8rem; height: 8rem; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center;}
.main_guest a { cursor: default; }
.main_guest_bg { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 12s 0s linear infinite; transition: opacity 0.3s; }
.main_guest_bg.white { opacity: 0; }
.main_guest p { font-size: 0.795rem; line-height: 100%; color: #ae9674; position: relative; z-index: 9; font-weight: 700; transform: translate(1px,-4px); transition: 0.3s; letter-spacing: 0; }
.main_guest p span { font-size: 0.95rem; transform: translateX(-1px); }
.main_guest p b { font-size: 1.375rem; text-transform: uppercase; font-weight: 700; display: inline-block; transform: translateX(-1px); }


.main_ba { width: 7.3rem; height: 7.3rem; margin: auto; margin-left:1rem; border-radius: 100%; z-index: 9; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; background:#004976; border:5px solid #fff;}
.main_ba a { cursor: default; }
.main_ba p { font-size: 1.075rem; line-height: 100%; color: #fff;  font-weight: 700;}

/* .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: #ae9674; }

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

.sum_txt_box { text-align: left; color: #fff; transform: translateY(-6rem); }
.sum_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateX(-5rem); position: relative; }
.sum_txt_box>div img { width: 13rem; position: absolute; right: -8.5rem; top: -5.25rem; z-index: -1; }
.sum_txt_box h2 { font-family: 'Futura PT', sans-serif; font-size: 9.1875rem; line-height: 100%; position: relative; font-weight: 700; margin-left: -0.5rem; opacity: 1; transition: 0.8s; color: #fff; text-transform: uppercase; }
.sum_txt_box h5 { font-size: 1.375rem; margin-top: 0rem; line-height: 100%; opacity: 1; transition: 0.8s; white-space: nowrap; font-family: 'nanumSq';}
.sum_txt_box span { width: 2.875rem; height: 1px; background-color: #fff; margin-top: 6.25rem; display: block; }
.sum_txt_box p { font-size: 0.9375rem; line-height: 200%; opacity: 0.5; margin-top: 1.875rem; }
.sum_txt_box h4 { font-size: 1.125rem; line-height: 188%; margin-top: 2.375rem; font-weight: 500; }
.sum_txt_box h2 span { color: #fff;}


.sum_sum { width: 100%; max-width: 914px; display: flex; justify-content: flex-start; align-items: flex-end; margin-top:9rem; transition: 0.8s; color: #fff; flex-wrap: wrap; position: absolute; 
right: 0; opacity: 0; transform: translateX(5rem); transition: 0.8s; }

.sum_sum>div { display: flex; justify-content: center; align-items: flex-end; flex-direction: column;  }
.sum_sum ul { width: 100%; display: flex; align-items: flex-start; gap: 4.625rem 3.5rem; flex-wrap: wrap; }
.sum_sum ul li { width: calc(33% - 2.375rem); text-align: left; }
.sum_sum ul li h3 { font-size: 1.325rem; line-height: 100%; font-weight: 500; }
.sum_sum ul li p { font-size: 0.875rem; line-height: 128%; opacity: 0.7; font-weight: 400; border-top: 1px solid rgba(255,255,255,0.4); margin-top: 0.875rem; padding-top: 1.25rem; }
.sum_sum .imgc { font-size: 0.795rem; text-align: right; right: revert; line-height: 166%; opacity: 0.5; position: static; color: #fff; text-shadow: none; opacity: 0; transition: 0.8s; margin-top: 5.625rem; }


.main_cal_box {width: 100%; max-width: 947px; display: flex; justify-content: flex-start; align-items: flex-end; transition: 0.8s; color: #fff; flex-wrap: wrap; margin-top: 12.5rem; position: absolute; right: 0; bottom: 0; opacity: 0; transform: translateX(5rem); transition: 0.8s;}
.main_cal_box ul { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; }
.main_cal_box ul li { width: calc(25% - 0.5625rem); text-align: left; border: 1px solid rgba(255,255,255,0.3); box-sizing: border-box; display: flex; justify-content: center; align-items: center; text-align: left; position: relative; transition: 0.3s; }
.main_cal_box ul li:nth-child(n+6) { width: calc(37.5% - 0.5rem); }  
.main_cal_box ul li>div { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 2.125rem 1.875rem; }
.main_cal_box ul li h3 { font-family: 'Futura PT', sans-serif; font-size: 1.125rem; font-weight: 600; line-height: 100%; letter-spacing: 0rem; }
.main_cal_box ul li h4 { font-size: 0.8125rem; line-height: 128%; margin-top: 0.25rem; }

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

.cal_icon { position: absolute; right: 1.875rem; top: 0; bottom: 0; margin: auto; transition: 0.3s; }
.cal_icon.icon02 { opacity: 0; }
*/
/* .main_cal_box ul li:hover::before,
.main_cal_box ul li:hover::after { width: calc(100% + 2px); }
.main_cal_box ul li:hover span::before,
.main_cal_box ul li:hover span::after { height: calc(100% + 2px); } */
.main_cal_box ul li:hover { background-color: #fff; color: #000; }
.main_cal_box ul li:hover .cal_icon.icon01 { opacity: 0; }
.main_cal_box ul li:hover .cal_icon.icon02 { opacity: 1; }

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

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

/*
.sum_ori { width: 100%; transition: 0.8s; margin-top: 4.5rem; }
.sum_ori .imgc { position: static; text-align: left; right: revert; line-height: 166%; opacity: 0.5; }


.main_pr_wrap { width: 16.25rem; height: 9.5rem; position: absolute; right: 6.25rem; bottom: 3.875rem; z-index: 99; border-radius: 1rem; overflow: hidden; cursor: pointer; border: 3px solid #fff; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.main_vd_box { width: 100%; height: 100%; position: absolute; background-color: #000; overflow: hidden; z-index: 1; }
.main_vd_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg.png) center bottom no-repeat; background-size: cover; z-index: 3; opacity: 0; transition: 1.2s; }
.main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 1; }
.main_vd::before { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/main_vd.jpg) center no-repeat; background-size: cover; z-index: 1; }
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 110%; height: 110%; z-index: 3; opacity: 0.5; transition: 1.2s; }
*/

.main_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100dvh !important; z-index: 0; background-color: #000; overflow: hidden; transition: 1.2s; }
.main_vd_box>div { width: 100%; height: 100%; position: absolute; }
.main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
.main_vd::before { content:''; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; background: #000; z-index: 1; opacity: 1; transition: 1.2s; }
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 0.4; transition: 1.2s; }

@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 { top: 50%; }
	.main_vd iframe { width: 150%; height: 150%; }
    .main_vd::before { width: 150%; height: 150%; }
}

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

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






.main_wrap.on .main_app { opacity: 1; transition:  1.2s 0.4s; }
.main_wrap.on .main_app span:first-child::after { height: 100%; transition: 0.6s 0.4s linear; }
.main_wrap.on .main_app span:last-child::after { width: 100%; transition: 0.6s 1.0s linear; }
.main_wrap.on .main_app p { transform: translate(0); opacity: 1; transition: 1.2s 1.4s; }
.main_wrap.on .main_img { transform: scale(1); transition: 3.5s 0s; }
.main_wrap.on .main_banner { opacity: 1; transition: 1.2s 0s, opacity 1.5s 0.6s; }
.main_wrap.on .main_pr_wrap { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

.main_wrap.on .main_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }
.main_wrap.on .main_line { opacity: 1; transform: translate(0); transition: 1.2s 3s; }
.main_wrap.on .main_txt2 h2 { opacity: 1; transform: translate(0); transition: 1.2s 3s; }


.main_wrap.on .main_txt_box img { opacity: 1; transform: translate(0); transition: 1.2s 1s; }
.main_wrap.on .main_img2 { opacity: 1; transition: 1.7s 2s; }
.main_wrap.on .main_thumb_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .main_gm {   bottom:0;  transition: 1.5s 0.4s; }
.main_wrap.on .main_icon_box.box01 {  opacity: 1; transform: translate(0); transition: 1.2s 0.7s;}
.main_wrap.on .main_icon_box.box02 {  opacity: 1; transform: translate(0); transition: 1.2s 0.9s;}

.main_wrap.on .main_vd::before {  opacity: 0.7; transition: 1.2s 1s; }
.main_wrap.on .main_bg_color {  opacity: 0; transition: 1.2s 4s;   }

/*
.main_wrap.on2 .main02::before { opacity: 0.8; }
.main_wrap.on2 .main_bg_color { opacity: 1;}
.main_wrap.on2 .sum_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on2 .sum_sum { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on2 .main_cal_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .sum_sum .imgc { opacity: 0.6; transition: 1.2s 0.8s; }
.main_wrap.on2 .main_gm {   bottom:-20rem;  transition: 1s 0s; }
.main_wrap.on2 .main_banner { opacity: 1; transition: 1.2s 0s, opacity 1.5s 0.6s; }
*/

/*  */

/*.location_wrap { width: 100vw; height: 100vh; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding-top: 8.25rem; box-sizing: border-box; }
.location_wrap::after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fff url(../img/loca_bg.jpg)center no-repeat; background-size: cover; z-index: 1;}
*/

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

.location01 { width: 100%; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center;   overflow: hidden;  }
.location01_wrap { width: 100%; max-width: 960px; height: 100%;  display: flex; justify-content: center; align-items: center;  gap: 10.3rem; flex-direction: column; 
position: relative; opacity: 1; transition: 0.8s;  }

.loca_map_wrap {  width:100%; height:100%; position: relative;  left:0; top:0; z-index:1; }
.loca_map {  position:relative; width:100%; height:100%; }

    .lomap_wraps {
        position: relative;  overflow:hidden;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .magnifier {
        width: 450px;
        height: 450px;
        position: absolute;
        border-radius: 100%;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
        display: none;
        z-index: 9;
    }
    
    .target {
        display: block;
        width: 100%;
        object-position: bottom;
    }




.loca_ori { width:100%; font-size:0.795rem; color:#000; line-height:180%; text-align:left; transition: 1s 0s; opacity:0.7; margin-top:3rem;  opacity:0; transform: translateX(-3rem); }
.loca_ori h6 {}

  
.loca_right { position: relative;  transform: translateY(3rem); width:90%; margin:0 auto; text-align:left; left:0;  }
.loca_cont_box { display: flex; justify-content: flex-start; align-items: center; margin-top:4rem; gap:7rem;  opacity:0; transform: translateX(-3rem); }
.loca_cont {  text-align:left;  position: relative; left:2rem;  }
.loca_cont::before { content: '';  width:1px; height:100%; background:#2d1b11;  position: absolute; left: -2rem;}

.location_txt {  opacity:0; transform: translateX(-3rem); transition: 1.2s 0s;  text-align:left; }


.location_txt p { font-size:0.975rem; color:#2d1b11; line-height:180%; font-weight:500; }  

.location_txt h2 { font-family: 'trajan';  font-weight:600; letter-spacing:-1px; line-height:120%; font-size:5rem; color:#2d1b11; }
.location_txt h3 { font-family: "Nanum Myeongjo", serif; font-weight:600; letter-spacing:-1px; line-height:160%; font-size:1.23rem; color:#2d1b11; margin-top:3rem; text-transform:uppercase; }

.loca_cont {}
.loca_cont h1 { font-size:1.12rem; color:#2d1b11; font-weight:600; }
.loca_cont p { font-size:0.875rem;  line-height:160%; margin-top:1rem; }

.loca_gtx { margin-top:4rem;  opacity:0; transform: translateX(-3rem); } 




.loca_txt h3 { font-size:1.12rem; color:#122a4e; line-height:110%;  margin-top:2.5rem;}
.loca_txt h2 { font-family: 'nanumSq'; font-size:1.52rem; color:#004671; font-weight:600;  }
.loca_txt p { font-size:0.875rem; margin-top:0.5rem; line-height:180%; opacity:0.7; margin-bottom:2rem;}


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

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


.location_wrap.on .loca_map { opacity: 1; transform: scale(1);  transition: 1s 0.5s; }
.location_wrap.on .loca_map>div::after { opacity: 1; transform: scale(1); transition: 2.5s 0s; }



.location_wrap.on .location_txt {  opacity:1;   transform: translate(0);   transition: 1s 0.3s;  }
.location_wrap.on .loca_cont_box {   opacity:1;  transform: translate(0);   transition: 1s 0.7s;  }
.location_wrap.on .loca_gtx {   opacity:1;  transform: translate(0);   transition: 1s 0.9s;  }
.location_wrap.on .loca_ori {   opacity:0.7;  transform: translate(0);   transition: 1s 1.2s;  }



/*  */

.calendar_wrap { width: 100vw; height: 100vh; position: relative; transition: 1.6s; overflow:hidden; }
.calendar_bg_wrap { width:100vw;  height: calc(100% - 7.5rem);  position: absolute; left:0;   bottom:0; overflow:hidden;  transition: 1s 0s; }
.calendar_bg { width:100%;  height: 100%; position: relative; background: url(../img/calendar_bg.jpg) center bottom no-repeat; background-size: cover;  transform: scale(1.2); }
.calendar_bg::before {  content: ''; width:100%; height: 100%; position: absolute;  background:#000; opacity:0; left:0; right:0; margin:0 auto;  transition: 1s 0.3s;}

/*.calendar01 { width: 100%; height: 50%; position: relative; top:0; left:0; right:0; margin:0 auto; display: flex; justify-content: flex-start; align-items: center;  overflow: hidden;  z-index:1;  
background:rgba(255,255,255,0.85);   transition: 1s 0s; }*/
.calendar01 { width: 30%; height: 100%; position: absolute; top:0; right:0; display: flex; justify-content: center; align-items: center;  overflow: hidden;  z-index:1;  
background:rgba(255,255,255,1);   transition: 1s 0s; }

/*.calendar_tit {  position: relative; width:80%; left:0; right:0; margin:0 auto; display: flex; justify-content: space-between; align-items: center; gap:2rem;  transform: translateY(1rem);}

.cal_tit { font-family: "Nanum Myeongjo", serif;  font-weight:500; text-align:left; line-height:180%; width:60%; transform: translateY(0.5rem);}
.cal_tit h1 { font-size:1.42rem;  transform: translateX(-3rem); opacity:0;  transition: 1s 0.3s;}
.cal_tit h2 { font-size:2rem; margin-left:7rem; margin-top:0.5rem; transform: translateX(-3rem); opacity:0;  transition: 1s 0.5s;}
.cal_tit h2 b { font-size:3.5rem; font-family: 'Futura PT', sans-serif; font-weight:400; letter-spacing:-1px; }
*/
.calendar_tit {  position: relative; width:100%; left:0; right:0; margin:0 auto;  transform: translateY(1rem);}

.cal_tit { font-family: "Nanum Myeongjo", serif;  font-weight:500; text-align:center; line-height:180%; transform: translateY(0.5rem); letter-spacing:-1px; }
.cal_tit h1 { font-size:1.42rem;  transform: translateY(-3rem); opacity:0;  transition: 1s 0.3s;}
.cal_tit h2 { font-size:2rem; margin-top:0.5rem; transform: translateY(-3rem); opacity:0;  transition: 1s 0.5s;}
.cal_tit h2 b { font-size:3.5rem; font-family: 'Futura PT', sans-serif; font-weight:400;}

.cal_line { width:1px; height:7rem; /*transform: translateY(1.7rem);*/  position: relative; left:0; right:0; margin:4rem auto;   }
.cal_line::before {  content: ''; width:1px; height:0%; background:#2d1b11; position: absolute; left:0;  transition: 1s 0.6s;  }

.cal_logo { opacity:0; transform: translateY(3rem); transition: 1s 1s; margin:0 auto;  }

.calendar02 { width:100%; height:100%;  position:absolute; left:0; right:0; top:0; margin:0 auto;  display: flex; justify-content: center; align-items: center; z-index:3; background:#none;  z-index:2;}
.main03>div { width: 90%; max-width: 1500px; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.main03>div>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 5rem 0; transform: translateY(4rem); }


.calendar_box { width: 90%; max-width: 1500px; height: 100%; position: relative; left:0;  right:0; margin:0 auto; display: flex; justify-content: space-between; align-items: center; }
.calendar_box>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 5rem 0; transform: translateY(4rem); }

.cal_txt_box { text-align: left; color: #ae9674; margin-top: 3.25rem; }
.cal_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateX(-5rem); }
.cal_txt_box h2 { width: 100%; font-family: 'trajan';  font-size: 5rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; }
.cal_txt_box h5 { font-size: 1.15rem; margin-top: 1rem; line-height: 100%; opacity: 1; font-weight: 400; transition: 0.8s; margin-left: 0.25rem; white-space: nowrap; }

.cal_content { width: 100%; max-width: 805px; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 7.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color: #ae9674; }
.cal_content ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; }
.cal_content ul li { width: calc(32% - 0.75rem); height: 9.125rem; text-align: center; transition: 0.3s; border: 1px solid rgba(255,255,255,0.3); box-sizing: border-box; position: relative; 
display: flex; justify-content: center; align-items: center; }
.cal_content ul li h3 { font-size: 1.35rem; line-height: 100%; font-weight: 700;  text-align: left;}
.cal_content ul li p { font-size: 0.875rem; line-height: 128%; opacity:1;  text-align: right; position:absolute; bottom:0; right:0; font-weight:500; }
.cal_txt { width:80%; height:70%; position: relative; }

.cal_content ul li:nth-child(n+4) { width: calc(97.5% - 1.5rem); }
.cal_content ul li:nth-child(4) .cal_txt { width: 93%; }

/*.cal_content ul li:nth-child(n+6) { width: calc(50% - 0.75rem); height: 7rem; }*/

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

.cal_content ul li:hover { color: #ae9674; }
.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); }



/* .calendar_btn { width:100%; justify-content: center; align-items: center;  opacity: 0; transform: translateY(2rem); transition: .4s; margin-top:3rem;}
.calendar_btn ul{display: flex; justify-content: center; gap: 1rem;}
.calendar_btn ul li a{width: auto; font-size:1rem; padding: 1.2rem 2.5rem; border: 1px solid #c36c5e; color:#c36c5e; border-radius: 100px; transition: .2s; display: flex; justify-content: center; align-items: center;}
.calendar_btn ul li a p { line-height: 100%; margin-right: 1rem; white-space: nowrap; }
       
.calendar_btn ul li img{transition: .2s;}
.calendar_btn ul li:hover a{background: #c36c5e; color: #fff; transition: .2s;}
.calendar_btn ul li:hover a img{  filter: brightness(0) invert(1); transition: .2s;} */



.calendar_btn {opacity: 0; transform: translateY(2rem); transition: .4s; margin: auto; margin-top:3rem;}
.calendar_btn ul{display: flex; justify-content: center; gap: 1rem;}
.calendar_btn ul li a{width: auto; font-size:1.1rem;  padding: 1.2rem 2.5rem; border: 1px solid #ae9674; color:#ae9674; font-weight:500;
border-radius: 100px; transition: .2s; display: flex; justify-content: space-between; align-items: center;}
.calendar_btn ul li a p { line-height: 100%; margin-right: 1rem; white-space: nowrap; }
       
.calendar_btn ul li img{ transition: .2s;}
.calendar_btn ul li:hover a{ background: #ae9674; color: #2d1b11; transition: .2s;}
.calendar_btn ul li:hover a img{  filter: brightness(0) invert(0); transition: .2s;}

.calendar_ori { width:100%; font-size:0.795rem; color:#fff; line-height:180%; transition: 1s 0s; position: absolute; bottom:-6rem;  opacity:0; transform: translateY(3rem); text-align:center;}

.calendar_wrap.on2 .calendar_ori {   opacity:0.7;  transform: translate(0);   transition: 1s 1.2s;  }

/*.calendar_wrap.on2 { transform: translateX(-100vw); }*/
.calendar_wrap.on {  }
.calendar_wrap.on .cal_tit h1 { opacity:1;  transform: translate(0);  }
.calendar_wrap.on .cal_tit h2 { opacity:1; transform: translate(0);  }
.calendar_wrap.on .cal_logo {  opacity:1; transform: translate(0);   }
.calendar_wrap.on .cal_line::before { height:100%; }
.calendar_wrap.on .calendar_bg {  transform: scale(1); transition: 1.5s 0.4s;  }

.calendar_wrap.on2 .calendar01 { transform: translateX(100%);  }
/*.calendar_wrap.on2 .calendar02 { transform: translateY(0);  }*/
.calendar_wrap.on2 .calendar_bg::before { opacity:0.8; }
.calendar_wrap.on2 .calendar_bg {  transform: scale(1);  }
.calendar_wrap.on2 .calendar_bg_wrap {  height: 100%; }

.calendar_wrap.on2  .calendar_tit2 { opacity: 1; transform: translate(0); transition: 1.2s 0.5s; }
.calendar_wrap.on2 .calendar_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }

.calendar_wrap.on2 .calendar_btn { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.calendar_wrap.on2 .intro_vd_box { opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.5s 0s; }
.calendar_wrap.on2 .intro_vd_box::after  { opacity: 0.3; transform: translate(-50%, -50%); transition: 1.5s 0s; }
.calendar_wrap.on2 .main_guest { opacity: 0; }
.calendar_wrap.on2 .cal_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.calendar_wrap.on2 .cal_content { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.calendar_wrap.on2 .main_cal_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */
.summary_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: flex-end; transition: 1.6s; }



.sum_left { position: relative; width:30%; height: calc(100% - 7.5rem); overflow:hidden; bottom:0;  display: flex; justify-content: center; align-items: center;}
.sum_left::before {  content: '';  position: absolute; top: 0; left: 0; right: 0; margin:0 auto; width:100%; height:100%; transform: scale(1.2);  
background: url(../img/sum_img.jpg) center bottom no-repeat; background-size: cover;}

.sum_tit { position: absolute; color:#fff;  transform: translateY(0); opacity: 0;}
.sum_tit h1 { font-family: "Nanum Myeongjo", serif; font-size:1.35rem; line-height:160%; font-weight:600; }
.sum_tit p {  font-size:1.12rem; margin-top:2rem; }
.sum_line { width:1px; height:2.5rem; background:#fff; position: relative; margin:0 auto; margin-top:2rem; }

.sum_right { position: relative; width:70%; height:100%;  display: flex; justify-content: center; align-items: center; margin:0 auto;}
.sum_right>div { width:85%;  margin:0 auto;}

.sum_sum { width: 100%;  display: flex; justify-content: center; align-items: flex-end; margin-top:9rem; transition: 0.8s; color: #2d1b11; flex-wrap: wrap; position: relative; 
right: 0; /*bottom: 0;*/ opacity: 0; transform: translateX(5rem); transition: 0.8s;}


.sum_sum>div { display: flex; justify-content: center; align-items: flex-start; flex-direction: column;  }
.sum_sum ul { width: 100%; display: flex; align-items: flex-start; gap: 3.625rem 2.5rem; flex-wrap: wrap;  margin-top:1rem;}
.sum_sum ul li { width: calc(33% - 2.375rem); text-align: left; }
.sum_sum ul li h3 { font-size: 1.225rem; line-height: 100%; font-weight: 500; }
.sum_sum ul li p { font-size: 0.875rem; line-height: 128%; opacity: 0.7; font-weight: 400; border-top: 1px solid rgba(45,27,17,0.4); margin-top: 0.875rem; padding-top: 1.25rem; }
.sum_sum .imgc { font-size: 0.795rem; text-align: right; right: revert; line-height: 166%; opacity: 0.5; position: static; color: #2d1b11; text-shadow: none; opacity: 0; transition: 0.8s; margin-top: 5.625rem; }

.ori h6 {  font-size:0.795rem; line-height:180%;  opacity:0.7; }
.sum_ori { width:100%; opacity:0; transform: translateX(-3rem); transition: 1s 0s; opacity:0; transform: translateX(-3rem);  text-align:left; margin-top:1.5rem;  color:#000; }

.pt_unit_ta {  position: relative;  width: 100%;  text-align:left; margin-top:3.5rem; opacity:0; transform: translateX(3rem);   }
.sum_right_tit { font-size:1.35rem; margin-bottom:1rem; font-weight:500;  color:#2d1b11;}

.pt_unit_table_wrap {
    width: 100%;
    overflow-x: auto;
}

.pt_unit_area_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    font-size: 15px;
}

.pt_unit_area_table thead th {
    background: #2d1408;
    color: #ae9674;
    border: 1px solid #ae9674;
    padding: 10px 10px;
    font-weight: 500; text-align: center; vertical-align: middle;
}

.pt_unit_area_table tbody td {
    padding: 10px 10px;
    border-bottom: 1px solid #ae9674;   border-right: 1px solid #ae9674;
    color: #333;
}

.pt_unit_area_table tbody td:last-child {
    border-right: none;
}

.pt_unit_area_table tbody tr.total td {
    font-weight: 600;
}

.pt_unit_area_table th:first-child,
.pt_unit_area_table td:first-child {
    width: 14%;
}

.pt_unit_area_table th:last-child,
.pt_unit_area_table td:last-child {
    width: 10%;
}

.summary_wrap.on .sum_left::before { opacity: 1; transform: scale(1);   transition: 1.2s 0.4s; }
.summary_wrap.on .sum_tit { opacity: 1; transform: translateY(-10rem);  transition: 1.2s 0.4s; }

.summary_wrap.on .sum_sum { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.summary_wrap.on .pt_unit_ta { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }

.summary_wrap.on .sum_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }


/**/


.unit_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; transition: 1.6s; background:#2d1b11; }
.unit {  width:100%;  position:relative; height:100%;  margin:0 auto; }
.unit_box {   position:relative; width:80%; margin:0 auto; left:0; right:0; transform: translateY(12rem); }
.unit_inner { width:100%;  position:relative; height:100%;  margin:0 auto; }
.unit_box_inner { width:100%;  position:relative; height:100%;  margin:0 auto; display:flex; justify-content: space-between;  align-items:center; gap:7%;  transform: translateY(-2rem);}
   

.unitSwiper {  position:relative; height:100%; width:100%;  margin:0 auto; left:0; right:0;}
.unitSwiper .swiper-slide {   height:100%; width:100%; }

/* 왼쪽 평면도 */
.unit_plan { width:30%; position:relative; margin:0 auto;  opacity:0; transform: translateY(6rem);}   
.unit_plan img { width:100%; }
   
.unit_num { color:#ae9674; margin-top:3rem; }
.unit_num strong{ font-size:5rem;  line-height:100%;   font-weight:bold; font-family: 'trajan'; }
.unit_num span { font-size:4rem; margin-left:0.5rem; font-weight:100;}
.unit_num em {  font-family: 'Noto Sans KR', sans-serif;  display:block; margin-top:-0.5rem;   font-size:1.35rem;}


.unit_right { width:60%; height:100%; position:relative; margin:0 auto; transform: translateY(-5rem);}
.unit_right::after {  content: ""; position: absolute; left: -4rem; top: -5rem; width:1px; height:0rem; background-color: #ae9674;}

.unit_txt_box { text-align:left;  color:#ae9674;   opacity:0; transform: translateX(3rem);}
.unit_txt_box .unit_txt {  font-size:1.35rem;  opacity:1;  margin-bottom:1rem;}

.unit_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size:2.4rem;  line-height:130%;  font-weight:600;  margin-bottom:2rem;}
.unit_txt_box ul { }
   
.unit_txt_box li { font-size:0.975rem; line-height:220%;  position: relative;  padding-left: 0.5rem;  font-weight:500;   }
.unit_txt_box li::before { content: "·"; position: absolute; left: 0; top: 0;  color: #ae9674; }
   
   

.unit_render { position:absolute; right:-5rem; top:3rem; text-align:right; width:80%; max-width:650px;  opacity:0; transform: translateY(3rem);}
.unit_render img { width:100%;} 

.unit_ren02 {right:-8rem; top:8rem;}

.unit_info {  width:100%;  position:absolute; color: #ae9674; bottom:-9rem; left:50%; transform:translateX(-50%);  opacity:0; }

/* 탭 영역 */
.unit_tabs{  display:flex; justify-content:center; align-items:center;  gap:1rem;  margin-bottom:1.5rem;}
.unit_tabs li{  flex:1; max-width:180px; text-align:center;  color:rgba(174,150,116,.5); font-size:1.12rem; font-weight:600; cursor:pointer;  position:relative;  padding-bottom:1rem; transition:.4s;}

/* 밑줄 */
.unit_tabs li::after{  content:''; position:absolute; left:0; bottom:0;  width:100%; height:2px; background:#ae9674; opacity:0.3; transform-origin:center; transition:.4s;}

/* 활성화 */
.unit_tabs li.active{  color:#ae9674;}
.unit_tabs li.active::after{  opacity:1; }
  
/* 탭 내용 */
.unit_info_content{ display:none; width:100%;}
.unit_info_content.active{ display:block;}
   
/* 면적 정보 */
.unit_info_content ul{  display:flex; justify-content:center;  align-items:center; flex-wrap:wrap; gap:1rem 2rem;}
.unit_info_content li{ position:relative;  white-space:nowrap; font-weight:500;  font-size:.975rem; color:#ae9674;}
.unit_info_content li::before{  content:"｜"; position:absolute; left:-1.3rem; top:0;  color:#ae9674;}

.unit_info_content li:first-child::before{ display:none;}
   


/*
.unit_info { width:100%;  position:absolute; color: #ae9674; bottom:-9rem; left:50%; transform:translateX(-50%);  opacity:0;}
.unit_info ul {  display:flex; justify-content: center;  align-items:center;  flex-wrap:wrap; gap:1rem 2rem;  }
.unit_info li { position:relative;  white-space:nowrap;  font-weight:500; font-size:0.975rem; }
.unit_info li::before { content: "｜"; position: absolute; left: -1.3rem; top: 0;  color: #ae9674; }
.unit_info li:first-child::before {content: ""; display:none;}



.unit_info_content  { width:100%;  position:absolute; color: #ae9674; bottom:-9rem; left:50%; transform:translateX(-50%);  opacity:0;}
.unit_info_content ul {  display:flex; justify-content: center;  align-items:center;  flex-wrap:wrap; gap:1rem 2rem;  }
.unit_info_content li { position:relative;  white-space:nowrap;  font-weight:500; font-size:0.975rem; }
.unit_info_content li::before { content: "｜"; position: absolute; left: -1.3rem; top: 0;  color: #ae9674; }
.unit_info_content li:first-child::before {content: ""; display:none;}
*/

.unit_ori { position:absolute; width:100%; bottom:3rem; left:0; right:0; margin:0 auto; text-align:center; color:#fff; }

.unit_wrap.on .line01 { opacity:1; }
.swiper-slide-active .unit_plan {  opacity:1;  transform: translateY(3rem);  transition: 1.2s 0.3s; }
.swiper-slide-active .unit_txt_box {  opacity:1;  transform: translate(0rem);  transition: 1.2s 0.4s; }
.swiper-slide-active .unit_render {  opacity:1;  transform: translate(0rem);  transition: 1.2s 0.6s; }
.swiper-slide-active .unit_info {  opacity:1;  bottom:-5rem;  transition: 1.2s 0.9s; }
.swiper-slide-active .unit_right::after {  height:11rem;  transition: 1.2s 0.3s;}

.unit_wrap.on .line01 .st0 { animation: drawLine 60s linear forwards; }


/**/

.space_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; }


.space_box{ width:100%; height:100vh; position:relative;  overflow:hidden;  display: flex; justify-content: center; align-items: center;  transform:translateY(-3rem);}

.space_tit {  position:absolute;  left:12%;  transform:translateX(-3rem); opacity:0; z-index:10; text-align:left;}
.space_tit h2 {  font-size:5rem;font-family:'trajan'; color:#2d1b11; line-height:100%;}

.space_tit p {  margin-top:2rem; color:#999; line-height:180%;}

.space_slider_wrap { position:absolute; right:0; width:59%; overflow:hidden;  display: flex; justify-content: center; align-items: center;   transform:translateY(3rem); opacity:0;}
.spaceSwiper {  width:100%; height:100%; margin-left:auto;  overflow:visible; }

.spaceSwiper .swiper-wrapper { align-items:center;}
.spaceSwiper .swiper-slide{  width:100%;  height:100%; transition:all .8s ease;}

/*.spaceSwiper .swiper-slide img{  width:100%;  display:block;}*/

.space_img{  width:90%; margin-left:0;  position: relative;  }
.space_img img{  width:100%; display:block;}
  
.space_img h6 { position:absolute; left:1rem; bottom:0.5rem; color:#fff; font-size:0.875rem;}
  


.spaceSwiper .swiper-slide-active {  opacity:1;}
  

/* .spaceSwiper .swiper-slide-prev,
.spaceSwiper .swiper-slide-next{ opacity:.7;} */

.space_num {  position:absolute;  right:14.5rem; bottom:5rem;  color:#b49a6d; z-index:10;  transform:translateY(3rem); opacity:0;}
.space_num .current{ font-size:5rem;  font-family:'trajan';}
.space_num .total{  font-size:2rem; opacity:.4;}
  
   
.space_num .current{
    display:inline-block;
    transition:.3s;
}

.space_num .current.change{
    opacity:0;
    transform:translateY(10px);
}


.spaceSwiper .swiper-slide {  }
.spaceSwiper .swiper-slide-active{ transform:scale(1);}

   
.space_ori { position:absolute; width:100%; left:0; right:0; margin:0 auto; bottom:3rem;  transform:translateY(3rem); opacity:0;}

.space_wrap.on .line01 { opacity:0.7; }
.space_wrap.on .line01 .st0 { animation:drawLine 60s linear forwards;}
.space_wrap.on .line01 .st1 { opacity: 0.5; }
.space_wrap.on .space_tit { opacity:1;  transform: translate(0rem);  transition: 1.2s 0.4s; }
.space_wrap.on .space_slider_wrap { opacity:1;  transform: translate(0rem);  transition: 1.2s 0.6s; }
.space_wrap.on .space_num { opacity:1;  transform: translate(0rem);  transition: 1.2s 0.8s; }
.space_wrap.on .space_ori { opacity:1;  transform: translate(0rem);  transition: 1.2s 0.9s; }
 


/**/

.panoramic_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; background:#000;}

.panoramic{ width:100%; height:100vh;  position:relative; display: flex; justify-content: center; align-items: center; overflow:visible; z-index:2;}
   
.panoramic_box { width:100%;  position:relative; display: flex; flex-wrap:wrap; justify-content: center;  align-items: center;  transform: translateY(4rem);  }
.pano_tit { position:relative; text-align:left; z-index:10; width:48%; left:0; right:0; margin:0 auto; opacity: 0; transform: translateX(3rem); }
.pano_tit h2 {  font-size:2.8rem; color:#ae9674; font-family:'trajan'; line-height:100%; }
.pano_tit p { color:#ae9674; margin-top:0.5rem; font-size:0.975rem;}

.panoramicSwiper{  width:100%; height:auto; overflow:visible; margin-top: 3rem; opacity: 0; transform: translateY(3rem); }
.panoramicSwiper .swiper-wrapper{ align-items:center;}
.panoramicSwiper .swiper-slide { display:flex; justify-content:center; width:60% !important; cursor:pointer;}
    
.pano_img{  width:80%; transition:.6s;  position:relative;}
.pano_img img{ width:100%; display:block;}
.pano_img h6 { position:absolute; left:1rem; bottom:0.5rem; color:#fff; font-size:0.875rem;}

.pano_num{ position:absolute; left:calc(50% + 22%); bottom:14%;  z-index:10; color:#ae9674; opacity: 0; transform: translateY(3rem); }  
.pano_num .current{ font-size:5rem; font-family:'trajan';}
.pano_num .total{ font-size:2rem;  opacity:.4;}
   
.pano_ori { color:#fff; margin-top:4rem; opacity: 0; transform: translateY(3rem); }
.pano_ori h6 { opacity:0.4; font-weight:400;}

.pano_line_wrap { position:absolute; left:0; top:0; z-index:1; width:100%; height:100%; opacity:0.5;}
.pano_line {  position:absolute; background:#ae9674; }

.pano_line01 { left:0; top:7.5rem; width:0; height:1px; }
.pano_line02 { left:17%; top:7.5rem; width:1px; height:0; }
.pano_line03 { right:17%; top:7.5rem; width:1px; height:0; }

.pano_nav{
    position:absolute;
    left:0;
    width:100%;
    transform:translateY(4rem);
    z-index:20;
    pointer-events:none; opacity:0;
}

.pano_prev,
.pano_next{
    width:70px;
    height:70px;
    pointer-events:auto;
    color:#ae9674;
}

.pano_prev{
    left:20%;
}

.pano_next{
    right:20%;
}

.pano_prev::after,
.pano_next::after{
    font-size:52px;
    font-weight:700;
}


.pano_prev::after { content: ''; width: 50%; height: 50%; position: absolute; left: 7%; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #ae9674; border-bottom: 1px solid #ae9674; transform: rotate(45deg); }
.pano_next::after { content: ''; width: 50%; height: 50%; position: absolute; left: 7%; right: 0; top: 0; bottom: 0; margin: auto; 
border-left: 1px solid #ae9674; border-bottom: 1px solid #ae9674; transform: rotate(-135deg) !important;  }

.panoramic_wrap.on .line01 { opacity:1; }
.panoramic_wrap.on .line01 .st0 { animation:drawLine 60s linear forwards;}

.panoramic_wrap.on .pano_tit { opacity: 1; transform: translate(0); transition: 1.5s 1s; }
.panoramic_wrap.on .panoramicSwiper { opacity: 1; transform: translate(0); transition: 1.5s 1s; }

.panoramic_wrap.on .pano_line01 { width:100%;  transition: 1.2s 0.4s; }
.panoramic_wrap.on .pano_line02 { height:100%;  transition: 1.2s 0.8s; }
.panoramic_wrap.on .pano_line03 { height:100%;  transition: 1.2s 1.2s; }

.panoramic_wrap.on .pano_num { opacity: 1; transform: translate(0); transition: 1.5s 1.3s; }
.panoramic_wrap.on .pano_ori { opacity: 1; transform: translate(0); transition: 1.5s 1.5s; }

.panoramic_wrap.on .pano_nav { opacity: 1; transition: 1.5s 1.5s; }

/**/

.film_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; background:#000;}
.film_wrap>div { width: 100%;  position: relative;  margin: 0 auto ;  transform: translateY(3rem); }

.pr_vd_box { width: 100%; max-width: 1100px; margin: 0 auto ; opacity: 0; transform: translateY(5rem); transition:1.2s; background:#fff; height:650px; }
.pr_vd_box iframe { width: 100%; aspect-ratio: 16/9 !important; background-color: #000; }

.film_tit {  font-family:'trajan'; color:#ae9674; font-size:1.7rem; opacity: 0; transform: translateY(3rem); margin-top:0.5rem;}


.film_wrap.on .pr_vd_box { opacity: 1; transform: translate(0);  transition: 1.5s 0.6s; }
.film_wrap.on .film_tit { opacity: 1; transform: translate(0);  transition: 1.5s 0.9s; }



/**/

.news_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; background:#fff;}

.news_wrap>div { width: 100%;  position: relative;  margin: 0 auto ;   transform: translateY(3rem);}
.news_tit {color:#2d1b11;  opacity: 0; transform: translateY(-3rem); }
.news_tit h1 { font-family:'trajan'; font-size:4.5rem; }
.news_tit p { font-size:1.12rem; line-height:180%; margin-top:0.5rem; opacity:0.5;}

.news_cont { width: 100%; max-width:1200px; position: relative; height:500px; overflow:hidden; margin-top:3rem;  opacity: 0; transform: translateY(3rem);}

.news_wrap.on .news_tit { opacity: 1; transform: translate(0);  transition: 1.5s 0.6s; }
.news_wrap.on .news_cont { opacity: 1; transform: translate(0);  transition: 1.5s 0.9s; }


/*  */

.premium_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; }

.pre_box_wrap {  position: relative; width:80%; display: flex; justify-content: flex-start; align-items: center; left:0; right:0; margin:0 auto; }

.premium_left { width: 36%;  position: relative;  z-index: 1;}

.premium_tit { text-align: left;  color: #fff; opacity: 0; transform: translateX(-3rem); }
.premium_tit>div { }
.premium_tit>div>div { }
.premium_tit h2 { font-family: 'Futura PT', sans-serif; font-size: 4.75rem; line-height: 100%; font-weight: 700; margin-left: -0.25rem; margin-top: 0.5rem; }
.premium_tit h4 { font-size: 1rem; line-height: 100%; }

.premium_content_box { width: 64%; height: calc(100vh - 7.1875rem); display: flex; justify-content: center; align-items: center; }
.premium_content_box>div { width: 100%;  display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.premium_content { width: 33.33%; height: 23rem; position: relative; display: flex; justify-content: center; align-items: center;  z-index: 1; color:#fff;}
.premium_content>div { opacity: 0; }
.premium_content::before { content: ''; height: 1px; width: 0%; position: absolute; top: 0; left: 0; right: 0; margin: auto; background-color: #9a9a9a; }
.premium_content::after { content: ''; width: 1px; height: 0%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #9a9a9a; }
.premium_content h5 { font-family: 'Futura PT', sans-serif; font-size: 1.25rem; line-height: 100%; font-weight: 700;  }
.premium_content h6 { font-family: 'trajan', sans-serif; font-size: 0.775rem; line-height: 100%; font-weight: 700; margin-top:2rem;  }

.premium_icon { /*width: 55px; height: 45px;*/ width:4rem; height:4rem; display: flex; justify-content: center; align-items: center; margin: auto; margin-top: 1.75rem; border-radius:100%;}
.premium_icon.blue {  background-color: #9cadb7;}
.premium_icon.brown {  background-color: #92857f;}

.premium_content h3 { font-size: 1.375rem; line-height: 100%;  font-weight: 500; margin-top: 1.75rem; }
.premium_content p { font-size: 0.8375rem; line-height: 158%; margin-top: 1.25rem; opacity: 0.5; }

.premium_content:nth-child(-n+3)::before { display: none; }
.premium_content:nth-child(3n)::after { display: none; }



.pre_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100dvh !important; z-index: 0; background-color: #000; overflow: hidden; transition: 1.2s; }
.pre_vd_box>div { width: 100%; height: 100%; position: absolute; }
.pre_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
.pre_vd::before { content:''; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; background: #000; z-index: 1; opacity: 1; transition: 1.2s; }
.pre_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 0.3; transition: 1.2s; }

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

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

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

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



.premium_wrap.on .premium_left::before { transform: scale(1); transition: 3s 0s; }
.premium_wrap.on .premium_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.premium_wrap.on .premium_content::before { width: 90%; transition: 2.0s 0s; }
.premium_wrap.on .premium_content::after { height: 90%; transition: 2.0s 0s; }
.premium_wrap.on .premium_num { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.premium_wrap.on .premium_content>div { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }

/*  */


/*  */

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

.contact_wrap .sub_contact_bottom { opacity: 0; transform: translateY(3rem); }
.contact_wrap .sub_contact_bottom>div { justify-content: center; gap: 4rem; }
.contact_wrap .sub_contact_map_box { width: 100%; max-width: 510px; height: 400px; }
.contact_wrap .sub_contact_txt_box { max-width: 495px; }
.contact_wrap .sub_contact_add { justify-content: space-between; gap: 5.625rem; }

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); }
.contact_tit h2 { font-family: 'Futura PT'; font-size: 4.675rem;  line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; text-transform: uppercase;
color: transparent; -webkit-text-stroke: 0.8px #5e5d5c;}
.contact_tit h5 { font-size: 1.25rem; margin-top: 0.5rem; line-height: 100%; opacity: 1; transition: 0.8s; font-weight: 500; 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_cont_map { width:100%; height:345px; }
.sub_contact_wrap .sub_contact_bottom>div { gap:4rem;}
.sub_contact_wrap .sub_contact_bottom { margin-top:0; }

.sub_contact_map_box {  mix-blend-mode: multiply; }

.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.75rem; height: 16rem; position: absolute; left: 0; bottom: 0; margin: auto; z-index: 99; opacity: 0; }
.right_by_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/common/by_bg.jpg) center no-repeat; background-size: cover; clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%); }
.right_by_txt { width: 100%; height: 100%; transition: 0.3s; display: flex; justify-content: center; align-items: center; position:absolute; top:0; z-index: 9; }

.right_by h4 { width: 1.0625rem; font-size: 1.0625rem; line-height: 112%; color: #fff; font-weight: 500; transform: translate(0,-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; }

.right_by.show,.right_by.show .right_by_txt { opacity: 1; transition:1.2s;}

.by_bn { width:10rem; height:10rem;  color:#fff; position:absolute; right:4rem; top:8rem; 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/common/by_bg2.png) center no-repeat; background-size: cover;  position:absolute; animation: main_circle 38s 0s linear infinite;}

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


/* .by_bn { width: 7.8125rem; height: 7.8125rem; position: absolute; right: 4rem; top: 7rem; opacity: 0; z-index: 99; }
.by_bn img { width: 100%; }

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


@keyframes main_circle {
    from { transform: rotate(-360deg); }
    to {  }
}

/*  */

.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(7rem); opacity: 1; display: none; }
.right_scroll_img { width: 100%; height: 97px; 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: #004571; 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; }

.footer { width: 100%; box-sizing: border-box; z-index: 980; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.875rem; text-align: center; background-color: #2d1b11; 
color: rgba(255,255,255,0.5); padding: 2.9375rem 0 8rem; min-height: 300px; }
.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: 10rem; margin-top: 7px; }

/* .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_center { text-align: center;  width: 100%; }

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

.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: center; align-items: center;  text-align: center; position: absolute; border-top:1px solid rgba(255,255,255,0.3); left:0; right:0; margin:0 auto;
bottom:0; height:4rem; }
.fter_bot_inner {  width: 100%; max-width:1380px; height:100%; display: flex; justify-content: space-between; align-items: center; border-left:1px solid rgba(255,255,255,0.3);  border-right:1px solid rgba(255,255,255,0.3); }

.fter_bot_box {  height:100%; font-size:0.875rem; color:#fff; font-weight:400;  display: flex; justify-content: center; align-items: center; padding:0 2.5rem;  border-right:1px solid rgba(255,255,255,0.3); }
.fter_bot_box span { opacity:0.4; margin-left:0.5rem; }
.fter_bot_box p { font-size:0.875rem; margin-top:0!important; }
.fter_bot_box h1 { font-size:1.25rem;  margin-left:0.5rem; font-weight:600;}

.fter_bot_box.box01 { width:23%; }
.fter_bot_box.box02 { width:27%; }
.fter_bot_box.box03 { width:50%; }

/*
.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_const { margin-top: 1.25rem; }
.footer_const ul { display: flex; justify-content: flex-end; align-items: center; margin-top: 3.25rem; margin-top: 0; }
.footer_const ul li { position: relative; padding: 0 0.125rem; line-height: 100%; }
.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_ori { line-height: 160%; margin-top: 1.5rem; }
.footer_ori br.pad { display: none; }
/* .footer p br { display: none; } */

.footer_info ul { display: flex; justify-content: center; align-items: center; margin-top: 3rem; margin-bottom: .5rem;}
.footer_info li { font-size: 0.875rem; padding: 0 0.75rem; line-height: 100%; position: relative; }
.footer_info li>div { display: flex; justify-content: flex-start; align-items: center; gap: 0.375rem; 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;}
.footer_info span { color: #fff; }
.footer_info span:nth-child(2) {  margin-left: 1rem;}

.footer_info li b { font-weight: 400; padding: 0 0.1875rem 0 .75rem ; position: relative; }
.footer_info li b::before { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.3; left: 0; bottom: 0; top: 1px; margin: auto; }
.footer_info li b:nth-child(2) { padding-left: 0;}
.footer_info li b:nth-child(2)::before { display: none;}
.footer_info li:last-child:after { display: none; }
.footer_info li:nth-child(1) { padding-left: 0; }
/* .footer_info li img { width: 5.375rem; } */
.footer_info li img { margin-right: 0.625rem; }
.footer_info li img:last-child { margin-right: 0; }

.footer_left .footer_info ul:last-child { margin-top: 0rem;}

.footer_right>div:first-child { display: flex; justify-content: flex-end; align-items: center; gap: 1.6875rem; }
.footer_right .footer_info ul { flex-wrap: wrap; justify-content: flex-start; gap: 0.5rem 0; text-align: right; }
.footer_right .footer_info li { padding: 0; color: #fff; opacity: 1; position: relative; }
.footer_right .footer_info li span { color: #717171; }

/* .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.8rem; letter-spacing: 0; color: #fff; /*text-align: left; margin-left: calc(5% + 16.25rem);*/ }

/* 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; }





/*서브*/

.sub_top01 { position: relative; left: 0; top: 0; width: 100%; height: 20rem; z-index: 99; margin-top: 0px; overflow: hidden; }
.sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; /* background: url(../img/sub_top.png) center top no-repeat;  background-size: cover; */ background: #353231; z-index: 2; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.sub_top {  position: relative; width: 100%; height: 22rem; display: flex; justify-content: center; align-items: center; z-index: 99; overflow: hidden; background:#003c66; }


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

.sub_top_txt { z-index: 9; color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; animation: sub_top_txt 1.0s 0.4s both; }
.sub_top_txt h2 { font-family: 'trajan'; font-size: 2.1875rem; text-transform: uppercase; }
.sub_top_txt h5 { font-size: 16px; line-height: 100%; font-weight: 300; letter-spacing: 5px; text-transform: uppercase; }
.sub_top_txt>div { transform: translateY(2rem); }
.sub_top_txt h3 { font-size: 28px; line-height: 100%; font-weight: 700; letter-spacing: -1px; }


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

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

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

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

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

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

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

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

.sub_tab_bt { width: 100%; margin-bottom: 20px; }
.sub_tab_bt ul { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_tab_bt ul li { width: 100%; margin-right: 1%; font-size: 18px; line-height: 60px; border: 1px solid #ccc; box-sizing: border-box; }
.sub_tab_bt ul li a { width: 100%; height: 100%; display: block; }
.sub_tab_bt ul li:last-child { margin-right: 0; }
.sub_tab_bt ul li.active { background-color: #000; color: #fff; border: 1px solid #000; }

/**/

.sub_img_wrap { width: 100%; margin: auto; height: auto; position: relative; padding-bottom: 0rem; }
.sub_img_wrap img { width: 100%; animation: sub_img 1.2s 0.2s both; }
.sub_img_wrap img.half { width: 50%; float: left; }

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

.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
/* .sub_img { margin-bottom: 100px; } */
.sub_page.img img.half { width: 50%; float: left; }



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

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #003c66; border: 1px solid #003c66; }
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #0b364b; border: 1px solid #003c66; }

ul.tabs2.top li { background: none; border: none; border-bottom: 3px solid #ddd; }
ul.tabs2.top li.selected, ul.tabs.top li.selected:hover { color: #000; background: none; border: none; border-bottom: 3px solid #000; }
ul.tabs2.top li.selected a, ul.tabs.top li.selected a:hover { color: #000; }

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


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

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

/**/

.sub_over_wrap { width: 100%; max-width: 1300px; margin: auto; height: auto; position: relative; text-align: left; color: #383838; }

.sub_over_top { width: 100%; height: auto; position: relative; /*padding: 7.5rem 0;*/ }
.sub_over_top.ready { padding: 4.5rem 0; }

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; }

.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 521px; }
.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

.swiper_planning_thumb { width: 14.36%; margin: 0; padding: 0; }

.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; }
.swiper_planning_thumb .swiper-slide { height: 100%; height: 17vw; max-height: 94px; cursor: pointer; border: none; overflow: hidden; margin-top: 0.375rem; position: relative; }
.swiper_planning_thumb .sub_planning_img { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_planning_thumb .swiper-slide-thumb-active .sub_planning_img { opacity: 1; filter: grayscale(0); }
.swiper_planning_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #000; box-sizing: border-box; }

.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 75px; height: 47px; left: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next-planning img { width: 100%; }
.swiper-button-prev-planning img { width: 100%; }

.over_tit { font-family: 'copperplate'; width: 100%; position: relative; z-index: 3; text-align: center; transform: translateY(-0rem); color: #d8d8d8; display: flex; justify-content: center; align-items: center; transition: 1.5s 0s; }
.over_tit h1 { font-size: 6.6875rem; line-height: 112%; font-weight: 100; text-transform: uppercase; transition: 0.8s; }
.over_tit h1>span { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.over_tit h1 b { display: inline-block; font-weight: 600; transform: translateY(90%); }
.over_tit h1 b.spacing { margin-right: 3.25rem; }
.over_tit h1>span:last-child b { font-weight: 600; }

.over_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 1; display: flex; justify-content: center; align-items: center; }
.over_img_box img { width: 14.1875rem; transform: translate(3rem,-0.5rem); }
.over_img_box.ready { z-index: 9; }
.over_img_box.ready img { width: 24.5625rem; transform: translate(16rem,-0.75rem); opacity: 0; }

.sub_over_top.active { opacity: 1; transition: 1.0s 0s; }

/**/

.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 521px; }
.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img04 { background: url(../sub/planning001.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img05 { background: url(../sub/planning002.jpg) center no-repeat; background-size: cover; }

.swiper_planning_thumb { width: 14.36%; margin: 0; padding: 0; }

.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; }
.swiper_planning_thumb .swiper-slide { height: 100%; width: 100% !important; height: 17vw; max-height: 94px; cursor: pointer; border: none; overflow: hidden; margin-top: 0.375rem; position: relative; }
.swiper_planning_thumb .sub_planning_img { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_planning_thumb .swiper-slide-thumb-active .sub_planning_img { opacity: 1; filter: grayscale(0); }
.swiper_planning_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #000; box-sizing: border-box; }

.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -17.9%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 75px; height: 47px; left: -17.9%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next-planning img { width: 100%; }
.swiper-button-prev-planning img { width: 100%; }

.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 2.5rem; opacity: 0; }
.sub_over_txt_box { margin-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding-bottom: 0px; gap: 3.125rem 0; display: none; }
.sub_over_txt_box.active { display: flex; }
.sub_over_txt_box>div { width: 30%; }
.sub_over_txt_box>div h4 { font-size: 1.25rem; line-height: 100%; font-weight: 600; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 170%; height: 3rem; margin-top: 18px; opacity: 0.7; font-weight: 500; }

.sub_planning_bt { display: flex; justify-content: flex-start; align-items: center; gap: 0.625rem; }
.sub_planning_bt>div { width: 8.75rem; height: 2.875rem; display: flex; justify-content: center; align-items: center; border: 1px solid #000; margin-top: 2rem; font-size: 1rem; cursor: pointer; }
.sub_planning_bt>div.active { background-color: #000; color: #fff; }

.sub_ready_box { text-align: center; color: #231815; margin-bottom: 5rem; opacity: 0; }
.sub_ready_box h3 { font-size: 1.75rem; line-height: 100%; font-weight: 500; } 
.sub_ready_box p { font-size: 0.875rem; line-height: 178%; font-weight: 500; opacity: 0.7; margin-top: 1.125rem; }



.sub_over_bottom.active { opacity: 1; transition: 1.0s 0s; }
.sub_ready_box.active { opacity: 1; transition: 1.0s 0s; }

.sub_over_top.active .over_tit b:nth-child(1) { transform: translate(0); transition: 1.3s 0.0s; }
.sub_over_top.active .over_tit b:nth-child(2) { transform: translate(0); transition: 1.3s 0.07s; }
.sub_over_top.active .over_tit b:nth-child(3) { transform: translate(0); transition: 1.3s 0.14s; }
.sub_over_top.active .over_tit b:nth-child(4) { transform: translate(0); transition: 1.3s 0.21s; }
.sub_over_top.active .over_tit b:nth-child(5) { transform: translate(0); transition: 1.3s 0.28s; }
.sub_over_top.active .over_tit b:nth-child(6) { transform: translate(0); transition: 1.3s 0.35s; }
.sub_over_top.active .over_tit b:nth-child(7) { transform: translate(0); transition: 1.3s 0.42s; }
.sub_over_top.active .over_tit b:nth-child(8) { transform: translate(0); transition: 1.3s 0.49s; }
.sub_over_top.active .over_img_box.ready img { opacity: 1; transform: translate(0); transition: 1.6s 0s; }
 
/* .sub_over_top.active .over_img_box { opacity: 1; clip-path: inset(2% 37% 0% 37% round 300px); transform: rotate(30deg); transition: opacity 1.2s 1.0s, clip-path 1.5s 1.85s, transform 1.3s 3.8s; } */
.sub_over_top.active .over_vd_box { transform: rotate(-30deg); transition: 1.3s 3.8s; }
.sub_over_top.active .over_txt_box.white { transform: rotate(-30deg); transition: 1.3s 3.8s; }
.sub_over_top.active .over_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.3s 2.8s; }
.sub_over_top.active .over_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.3s 2.8s; }


/**/


.sub_location_wrap { width: 100%; max-width: 1300px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 4.5rem; }

.sub_location_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 5rem; border: 1px solid #ccc; box-sizing: border-box; opacity: 0; }
.sub_location_map_wrap { width: 100%; position: relative; margin-left: 0%; }
.sub_location_map { width: 100%; height: 39.625rem; position: relative; overflow: hidden; background-color: #e1dfe2; background-color: #fff; }
.sub_location_map_m { display: none; }
.sub_location_move { width: 600%; height: 600%; margin-left: -250%; margin-top: -140%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 20%; }
.sub_location_map.active img { transform: scale(1.4); }
.sub_location_map.active2 img { transform: scale(1.8); }

.sub_location_map_plus { width: 107px; height: 50px; display: flex; justify-content: space-between; align-items: center; position: absolute; top: 30px; right: 30px; z-index: 9; }
.sub_location_map_plus>div { width: 50px; height: 50px; border-radius: 100%; position: relative; cursor: pointer; }
.sub_location_map_plus>div:before { content: ''; width: 30%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; }
.sub_location_map_plus>div:after { content: ''; width: 1px; height: 30%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.sub_location_map_plus>div:nth-child(1) { background-color: #000; }
.sub_location_map_plus>div:nth-child(2) { background-color: #fff; border:1px #ddd solid; }
.sub_location_map_plus>div:nth-child(2):before { background-color: #000; }

.sub_location_map_pop { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 999999999999999; transition: 0.8s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_location_map_pop>div { width: 80%; position: relative; }
.sub_location_map_pop img { width: 100%; }
.sub_location_map_pop_close { width: 50px; height: 50px; border-radius: 100%; position: absolute; background-color: #000; z-index: 9; right: 20px; top: 20px; transform: rotate(-45deg); cursor: pointer; }
.sub_location_map_pop_close:before { content: ''; width: 40%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; }
.sub_location_map_pop_close:after { content: ''; width: 1px; height: 40%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.sub_location_map_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9999998; background-color: #000; opacity: 0.7; transition: 0.6s 0.2s }

.sub_location_map_pop.active { top: 0; transition: 0.8s 0.2s; }
.sub_location_map_pop_bg.active { left: 0; transition: 0.6s 0s; }

.sub_location_bottom { width: 100%; position: relative; margin-top: 5.5rem; display: flex; justify-content: space-between; align-items: center; }

.sub_location_img_box { width: 54%; height: 100%; display: flex; justify-content: flex-end; align-items: center; gap: 0 0.625rem; transform: translateX(5rem); opacity: 0; }
.sub_location_img_box>div { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.625rem 0; }
.sub_location_img_box>div:first-child { max-width: 208px; }
.sub_location_img_box>div:last-child { max-width: 375px; }
/* .sub_location_img.img01 { width: 35%; height: 50%; background: url(../sub/location_img01.jpg) center no-repeat; background-size: cover; } */

.sub_location_txt_box { text-align: left; color: #231815; transform: translateX(-5rem); opacity: 0; }
.sub_location_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size: 2.125rem; line-height: 120%; color: #a97e64; font-weight: 700; }
.sub_location_txt_box h2 span { margin-left: 7rem; }
.sub_location_txt_box h3 { font-size: 1.375rem; line-height: 100%; font-weight: 700; margin-top: 3.375rem; }
.sub_location_txt_box p { font-size: 1rem; line-height: 156%; font-weight: 500; opacity: 0.7; margin-top: 1.75rem; }



.sub_location_map_box.active { opacity: 1; transition: 1.0s 0s; }

.sub_location_bottom.active .sub_location_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_location_bottom.active .sub_location_img_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }


/*  */

.sub_premium_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; margin-bottom: 4.75rem; }
.sub_premium_wrap>div:last-child { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 10.25rem 0; position: relative; z-index: 9; }

.sub_premium_tit_box { font-family: 'copperplate'; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1; text-align: center; transform: translateY(4rem); color: #ebebeb; display: flex; justify-content: center; align-items: center; transition: 1.5s 0s; display: none; }
.sub_premium_tit_box h1 { font-size: 6.25rem; line-height: 105%; font-weight: 100; text-transform: uppercase; transition: 0.8s; }
.sub_premium_tit_box h1>span { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_premium_tit_box h1 b { display: inline-block; font-weight: 400; transform: translateY(0%); }
.sub_premium_tit_box h1 b.spacing { margin-right: 2.625rem; }
.sub_premium_tit_box h1>span:last-child b { font-weight: 400; }

.sub_premium_content { display: flex; }
.sub_premium_content:nth-child(2n-1) { width: 58%; justify-content: flex-start; align-items: flex-start; }
.sub_premium_content:nth-child(2n) { width: 42%; justify-content: flex-end; align-items: flex-end; }
.sub_premium_content.con01 { opacity: 0; transform: translateY(-4rem); }
.sub_premium_content.con02 { opacity: 0; transform: translateX(4rem); }
.sub_premium_content.con03 { opacity: 0; transform: translateY(4rem); margin-bottom: 7.5rem; margin-bottom: 0; }
.sub_premium_content.con04 { opacity: 0; transform: translateX(-4rem); }

.sub_premium_img_box { width: 100%; display: flex; justify-content: flex-start; align-items: flex-end; gap: 0 0.625rem; position: relative; }
.sub_premium_content.con02 .sub_premium_img_box img { width: 100%; max-width: 389px; }
.sub_premium_content.con04 .sub_premium_img_box img { width: 100%; max-width: 311px; }
.sub_premium_content.con01 .sub_premium_img_box>img:nth-child(1) { width: 70%; max-width: 396px; }
.sub_premium_content.con01 .sub_premium_img_box>img:nth-child(2) { width: 30%; max-width: 165px; }
.sub_premium_content.con03 .sub_premium_img_box>img:nth-child(1) { width: 52%; max-width: 279px; }
.sub_premium_content.con03 .sub_premium_img_box>img:nth-child(2) { width: 48%; max-width: 243px; }

.sub_premium_txt_box { position: relative; }

.sub_premium_tit { position: absolute; display: flex; justify-content: flex-start; align-items: center; gap: 0 0.75rem; color: #000e42; }
.sub_premium_tit h2 { font-family: 'copperplate'; font-size: 1.5rem; line-height: 100%; font-weight: 500; text-transform: uppercase; }
.sub_premium_tit h2 b { font-size: 2.625rem; font-weight: 500; }
.sub_premium_tit.tit01 { right: 0; top: 0; }
.sub_premium_tit.tit02 { right: 0; top: -7.5rem; }
.sub_premium_tit.tit03 { display: block; color: #fff; left: 8.375rem; bottom: 6.5rem; }
.sub_premium_tit.tit03 img { margin-left: 1.75rem; }
.sub_premium_tit.tit04 { left: -8.25rem; top: 2rem; }
.sub_premium_tit.tit01 img { width: 9rem; }
.sub_premium_tit.tit02 img { width: 6.1875rem; }
.sub_premium_tit.tit03 img { width: 14.6875rem; }
.sub_premium_tit.tit04 img { width: 8.625rem; }

.sub_premium_txt_box { width: 100%; }
.sub_premium_txt_box h3 { font-size: 1.25rem; line-height: 130%; font-weight: 400; }
.sub_premium_txt_box h3 b { font-weight: 700; }
.sub_premium_txt_box p { font-size: 0.8125rem; line-height: 153%; margin-top: 2.5rem; font-weight: 500; opacity: 0.7; }

.sub_premium_txt_box.box01 { margin-top: 3.25rem; margin-bottom: 7.5rem; margin-bottom: 5rem; }
.sub_premium_txt_box.box02 { margin-bottom: 2.625rem; }
.sub_premium_txt_box.box03 { width: auto; position: absolute; right: -2rem; top: 0; }
.sub_premium_txt_box.box04 { margin-top: 2.125rem; margin-left: -5rem; }



.sub_premium_wrap.active .sub_premium_content { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }

/**/

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

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

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

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

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

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

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

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

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

/*  */

/*  */


.guest_pop_wrap { width: 70%; height: 100%; position: fixed; right: -72%; top: 0; z-index: 999999999; 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; }

/**/

.sub_gongo_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; color: #000; }

.sub_gongo_top { width: 100%; height: 500px; display: flex; justify-content: space-between; align-items: center; }

.sub_gongo_img_box { width: 57.545%; height: 100%; background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_gongo_img_box.box02 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

.sub_gongo_txt_box { width: 40%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.sub_gongo_txt_box>div { width: 100%; height: 50%; border: 1px solid #b2b2b2; box-sizing: border-box; margin-bottom: 5%; position: relative; }
.sub_gongo_txt_box>div>a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding: 40px 30px 45px; }
.sub_gongo_txt_box>div:nth-child(2) { margin-bottom: 0; }
.sub_gongo_logo { margin-left: 2px; transform: scale(0.7); transform-origin: left top; }
.sub_gongo_txt_box h2 { font-size: 28px; line-height: 100%; margin-top: 10px; margin-left: -2px; }
.sub_gongo_txt_box p { font-size: 12px; line-height: 167%; opacity: 0.7; margin-top: 25px; }

.sub_gongo_bt { width: 48px; height: 48px; background-color: #e3e3e3; position: absolute; right: 35px; bottom: 35px; border-radius: 100%; }
.sub_gongo_bt>div { width: 30px; height: 17px; position: absolute; left: -10px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }
.sub_gongo_bt>div:before { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.sub_gongo_bt>div:after { content:''; width: 10px; height: 10px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); transform-origin: center; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.sub_gongo_notice { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.sub_gongo_notice a { width: 13%; display: block; }
.sub_gongo_notice img:nth-child(1) { width: 59%; }
.sub_gongo_notice a img:nth-child(1) { width: 100%; }
.sub_gongo_notice img:nth-child(3) { width: 28%; }

.sub_gongo_txt_box>div>a:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div>a:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; }

.sub_gongo_txt_box>div:hover>a:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover>a:after { height: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:after { height: calc(100% + 2px); }

.sub_gongo_txt_box>div:hover .sub_gongo_bt>div { left: -3px; }

/**/

.news_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; }

.news_content_box { width: 100%; max-width: 1300px; margin: auto; }
.news_content_vd { width: 100%; box-sizing: border-box; padding: 52px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #a2a2a2; border-bottom: 1px solid #a2a2a2; text-align: left; margin-bottom: 50px; }
.news_img { width: 55%; max-width: 550px; }
.news_img img { width: 100%; }
.news_txt_box { width: 45%; }
.news_txt_box h6 { font-size: 11.5px; line-height: 100%; padding: 3px 9px; border-radius: 10px; margin-left: -2px; margin-bottom: 8px; margin-top: -10px; text-transform: uppercase; background-color: #ff7200; color: #fff; font-weight: 500; display: inline-block; }
.news_txt_box h4 { font-size: 14px; line-height: 100%; color: #754e38; font-weight: 500; }
.news_txt_box h3 { font-size: 22px; line-height: 100%; font-weight: 600; margin-top: 8px; overflow: hidden; padding-bottom: 3px; }
.news_txt_box p { font-size: 15px; line-height: 192%; opacity: 0.6; font-weight: 400; margin-top: 20px;  }
.news_bt { display: flex; justify-content: flex-start; align-items: center; margin-top: 35px; font-size: 14px; font-weight: 800; text-transform: uppercase; position: relative; display: inline-block; opacity: 1; transition: 0.3s; }
.news_bt:after { content:''; width: 0; height: 1px; background-color: #737373; position: absolute; left: 40px; top: 0; bottom: 0; margin: auto; transition: 0.5s; }

.news_content_vd:hover .news_bt:after { width: 40px; }

.news_content { display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; position: relative; overflow: hidden; text-align: left; color: #000; }
.news_content>li { width: 32%; margin-right: 2%; border: 1px solid #bbb; box-sizing: border-box; position: relative; }
.news_content>li>a { width: 100%; height: 100%; display: block; position: relative; padding: 40px; padding-bottom: 45px; padding-left: 35px; box-sizing: border-box; }
.news_content>li:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.5s; z-index: 9; }
.news_content>li:before { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.5s; z-index: 9; }
.news_content>li:nth-child(3n) { margin-right: 0; }
.news_content>li:nth-child(n+4) { margin-top: 6%; }

.news_content>li h4 { font-size: 17px; line-height: 100%; color: #ff6000; font-weight: 500; }
.news_content>li h2 { font-size: 18px; line-height: 137%; font-weight: 700; margin-top: 15px; height: 137%; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news_content>li p { font-size: 15px; line-height: 192%; opacity: 0.7; margin-top: 15px; height: 192%; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news_content>li h6 { font-size: 11.5px; line-height: 100%; padding: 3px 9px; position: absolute; right: 0; top: 0; margin-bottom: 8px; text-transform: uppercase; background-color: #ff7200; color: #fff; font-weight: 500; display: inline-block; }

.news_content>li>a:after { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.5s; z-index: 9; }
.news_content>li>a:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.5s; z-index: 9; }

.news_content>li:hover:after,.news_content>li:hover:before { height: calc(100% + 2px); }
.news_content>li:hover>a:after,.news_content>li:hover>a:before { width: calc(100% + 2px); }
.news_content>li:hover .news_bt:after { width: 40px; }

/*  */

.sub_brand_wrap { width: 100%; max-width: 68.75rem; margin: auto; color: #000; }

.sub_brand_top { width: 100%; height: 29.6875rem; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_brand_top>div:last-child { width: 81%; position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: flex-start; }

.brand_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; }
.brand_vd_box:after { content:''; width: 100%; padding-bottom: 56.25%; height: 0; position: absolute; left: 0; top: 0; background: url(../sub/brand/brand_top_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }
.brand_vd { position: absolute; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.brand_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }

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

@media all and (max-width: 1440px) { 
	.brand_vd iframe { width: 200%; height: 200%; }
}

@media all and (max-width: 1100px) { 
	.brand_vd iframe { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
}

.sub_brand_top_tit { text-align: left; opacity: 0; transform: translateX(-5rem); }
.sub_brand_top_tit h2 { font-family: 'mm'; font-size: 1.5rem; line-height: 158%; font-weight: 600; }
.sub_brand_top_tit p { font-size: 0.875rem; line-height: 178%; margin-top: 1.875rem; opacity: 0.7;}
.sub_brand_top_logo { margin-top: 16.875rem; opacity: 0; transform: translateX(5rem); }

.sub_brand_top.active .sub_brand_top_tit { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }
.sub_brand_top.active .sub_brand_top_logo { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }


.sub_brand_middle { width: 100%; padding: 4.5rem 0; }

.sub_brand_middle>p { font-size: 0.875rem; line-height: 178%; }
.sub_brand_middle>p:first-child { opacity: 0; transform: translateY(-4rem); }
.sub_brand_middle>p:last-child { margin-top: 5rem; opacity: 0; transform: translateY(4rem); }

.sub_brand_circle_box { display: flex; justify-content: center; align-items: center; opacity: 0; transform: translateY(4rem); }
.sub_brand_circle { width: 12.375rem; height: 12.375rem; border-radius: 100%; border: 1px solid #6d6d6d; position: relative; display: flex; justify-content: center; align-items: center; margin: 5rem 5% 0; }
.sub_brand_circle>img { width: 122.5%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; }
.sub_brand_circle>div { transform: translateY(0.3125rem); }
.sub_brand_circle h3 { font-family: 'mm'; font-size: 1.125rem; line-height: 100%; }
.sub_brand_circle p { font-size: 0.8125rem; line-height: 153%; margin-top: 0.875rem; height: 3.75rem; }
.sub_brand_circle:nth-child(1)>img { animation: brand_circle 16s 0s linear infinite; }
.sub_brand_circle:nth-child(2)>img { animation: brand_circle2 16s 0s linear infinite; }
.sub_brand_circle:nth-child(3)>img { animation: brand_circle 16s 0s linear infinite; }

.sub_brand_middle.active>p:first-child { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }
.sub_brand_middle.active .sub_brand_circle_box { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.sub_brand_middle.active>p:last-child { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }


@keyframes brand_circle {
	from { transform: translate(-50%,-50%) rotate(-360deg); }
	to {  }
}
@keyframes brand_circle2 {
	from { transform: translate(-50%,-50%) rotate(360deg); }
	to {  }
}

.sub_brand_promise_box { width: 100%; height: 25.8125rem; position: relative; opacity: 0; }
.sub_brand_promise { width: 100%; height: 100%; }
.swiper_promise { width: 100%; height: 100%; padding-bottom: 3.125rem; }
.swiper_promise .swiper-wrapper { width: 100%; height: 100%; }
.swiper_promise .swiper-slide { width: 100%; height: 100%; }
.sub_brand_promise_content { width: 100%; height: 100%; padding-bottom: 3.125rem; position: relative; background-color: #fff; }
.sub_barnd_promise_img { width: 100%; height: 25.8125rem; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; }
.sub_barnd_promise_img>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.sub_barnd_promise_img.img01>div { background: url(../sub/brand/brand_promise_img01.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img02>div { background: url(../sub/brand/brand_promise_img02.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img03>div { background: url(../sub/brand/brand_promise_img03.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img04>div { background: url(../sub/brand/brand_promise_img04.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img05>div { background: url(../sub/brand/brand_promise_img05.jpg) no-repeat; background-size: cover; }
.sub_brand_promise_bg { width: 23.0625rem; position: absolute; left: 5.625rem; bottom: 0%; z-index: 2; }
.sub_brand_promise_bg img { width: 100%; }
.sub_brand_promise_bg h2 { position: absolute; text-align: left; font-size: 2.8125rem; line-height: 115%; color: #fff; left: 22%; bottom: 23%; z-index: 10; font-weight: 100; }
.sub_brand_promise_bg h2 b { font-weight: 700; }
.sub_brand_promise_content p { font-size: 0.8125rem; line-height: 230%; color: #fff; position: absolute; left: 31rem; bottom: 5.5rem; z-index: 2; text-align: left; font-weight: 300; }

.sub_brand_promise_box .swiper-pagination { width: 1.875rem; position: absolute; right: 3%; top: 0; bottom: 0; margin: auto; z-index: 9; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.sub_brand_promise_box .swiper-pagination span { width: 30px; height: 30px; position: relative; background: none; }
.sub_brand_promise_box .swiper-pagination span::after { content:''; width: 7px; height: 7px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 100%; background-color: #fff; transition: 0.2s; }
.sub_brand_promise_box .swiper-pagination .swiper-pagination-bullet-active:after { width: 10px; height: 10px; }

.swiper_promise .swiper-slide-active .sub_barnd_promise_img>div { animation: promise 3s 0s both; }
.swiper_promise .swiper-slide-active .sub_brand_promise_content p { animation: promise_txt 1.2s 0.2s both; }

@keyframes promise {
	0% { transform: scale(1.2); }
	100% { }
}
@keyframes promise_txt {
	0% { opacity: 0; transform: translateX(5rem); }
	100% { }
}

.sub_brand_promise_box.active { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }


.sub_brand_tab { margin-top: 8.75rem; opacity: 0; transform: translateY(4rem); }
.sub_brand_tab h2 { font-size: 2.5rem; line-height: 100%; }
.sub_brand_tab ul { display: flex; justify-content: space-between; align-items: center; margin-top: 2.5rem; }
.sub_brand_tab ul li { width: 100%; font-size: 0.875rem; height: 4rem; line-height: 4rem; background-color: #f0edec; margin-right: 1px; cursor: pointer; }
.sub_brand_tab ul li.active { color: #fff; background-color: #4a423f; }
.sub_brand_tab ul li:last-child { margin-right: 0; }

.sub_brand_tab.active { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }

.sub_brand_list_wrap.active { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }

.sub_brand_list_wrap { margin-top: 5.5rem; position: relative; opacity: 0; }
.sub_brand_list_bg { position: absolute; width: 100%; left: 0; top: 43.5%; z-index: -1; }
.sub_brand_list { display: none; transition: 1.0s 0s; animation: sub_brand_list 1s 0s both; }
.sub_brand_list.list01 { display: block; }
.sub_brand_list_tit h3 { font-size: 2.0625rem; line-height: 100%; }
.sub_brand_list_tit p { font-size: 0.875rem; line-height: 178%; color: #25282a; opacity: 0.8; margin-top: 1.5625rem; }

@keyframes sub_brand_list {
	0% { opacity: 0; transform: translateY(3rem); }
	100% { }
}

.sub_brand_list_roll { width: 100%; margin-top: 3.125rem; }
.sub_brand_list_roll img { width: 100%; }

.brand_roll_bt { margin: auto; z-index: 9; display: flex; justify-content: center; align-items: center; margin-top: 1rem; }
.brand_roll_bt span { width: 15px; height: 15px; position: relative; background-color: #d0c8c5; opacity: 1; margin: 0 6px; }
.brand_roll_bt .swiper-pagination-bullet-active { background-color: #000; }

.sub_brand_list_bottom { width: 100%; position: relative; margin-top: 7.5rem; }
.sub_brand_list_box { display: flex; justify-content: space-between; margin: auto; }
.sub_brand_list_box>div { position: relative; text-align: left; }
.sub_brand_list_box.box01 { width: 77.5%; align-items: flex-end; transform: translateX(3%); }
.sub_brand_list_box.box02 { width: 77.5%; align-items: flex-end; margin-top: 6.25rem; transform: translateX(3%); }
.sub_brand_list_box.box03 { width: 72%; align-items: center; margin-top: 7.5rem; transform: translateX(0%); }
.sub_brand_list_box.box04 { width: 70%; align-items: flex-end; margin-top: 4.6875rem; transform: translateX(-5%); }

.sub_brand_list_box.box01>div:nth-child(1) { width: 41.28%; }
.sub_brand_list_box.box01>div:nth-child(2) { width: 49.38%; }
.sub_brand_list_box.box02>div:nth-child(1) { width: 57.17%; }
.sub_brand_list_box.box02>div:nth-child(2) { width: 37.20%; }
.sub_brand_list_box.box03>div:nth-child(1) { width: 65.025%; }
.sub_brand_list_box.box03>div:nth-child(2) { width: 27%; }
.sub_brand_list_box.box04>div:nth-child(1) { width: 59.75%; }
.sub_brand_list_box.box04>div:nth-child(2) { width: 33.76%; }

.list02 .sub_brand_list_box.box01,.list04 .sub_brand_list_box.box01 { width: 83.5%; align-items: center; transform: translateX(0%); }
.list02 .sub_brand_list_box.box02,.list04 .sub_brand_list_box.box02 { width: 83.5%; transform: translateX(0%); margin-top: 4.5rem; }
.list02 .sub_brand_list_box.box03,.list04 .sub_brand_list_box.box03 { width: 100%; margin-top: 7.5rem; transform: translateX(0%); }
.list02 .sub_brand_list_box.box04,.list04 .sub_brand_list_box.box04 { width: 76.36%; align-items: center; margin-top: 7.5rem; transform: translateX(0%); }
.list02 .sub_brand_list_box.box05,.list04 .sub_brand_list_box.box05 { width: 76.36%; align-items: center; margin-top: 5rem; transform: translateX(0%); flex-direction: row-reverse; }
.list02 .sub_brand_list_box.box01>div:nth-child(1),.list04 .sub_brand_list_box.box01>div:nth-child(1) { width: 60.42%; }
.list02 .sub_brand_list_box.box01>div:nth-child(2),.list04 .sub_brand_list_box.box01>div:nth-child(2) { width: 34.95%; }
.list02 .sub_brand_list_box.box02>div:nth-child(1),.list04 .sub_brand_list_box.box02>div:nth-child(1) { width: 33.24%; margin-bottom: 1rem; }
.list02 .sub_brand_list_box.box02>div:nth-child(2),.list04 .sub_brand_list_box.box02>div:nth-child(2) { width: 52.28%; display: flex; justify-content: space-between; align-items: flex-end; }
.list02 .sub_brand_list_box.box03>div:nth-child(1),.list04 .sub_brand_list_box.box03>div:nth-child(1) { width: 100%; }
.list02 .sub_brand_list_box.box04>div:nth-child(1),.list04 .sub_brand_list_box.box04>div:nth-child(1) { width: 61.31%; }
.list02 .sub_brand_list_box.box04>div:nth-child(2),.list04 .sub_brand_list_box.box04>div:nth-child(2) { width: 32.06%; }
.list02 .sub_brand_list_box.box05>div:nth-child(1),.list04 .sub_brand_list_box.box05>div:nth-child(1) { width: 61.31%; }
.list02 .sub_brand_list_box.box05>div:nth-child(2),.list04 .sub_brand_list_box.box05>div:nth-child(2) { width: 32.06%; }

.list03 .sub_brand_list_box.box02>div:nth-child(1) { width: 31.34%; margin-bottom: 17.5rem; }
.list03 .sub_brand_list_box.box02>div:nth-child(2) { width: 64.08%; display: flex; justify-content: space-between; align-items: flex-end; }

.list05 .sub_brand_list_box.box02>div:nth-child(1) { width: 31.34%; margin-bottom: 18.75rem; }
.list05 .sub_brand_list_box.box02>div:nth-child(2) { width: 64.08%; display: flex; justify-content: space-between; align-items: flex-end; }
.list05 .sub_brand_list_box.box03 { margin-top: 3.375rem; }

.sub_brand_img01 { width: 100%; }
.sub_brand_img02 { width: 100%; margin-top: 3.4375rem; }
.sub_brand_img03 { width: 56.22%; margin-top: 5.3125rem; float: right; }
.sub_brand_img04 { width: 100%; }
.sub_brand_img05 { width: 100%; }
.sub_brand_img06 { width: 65.21%; margin-top: 3.625rem; float: right; }
.sub_brand_img07 { width: 100%; }

.list02 .sub_brand_img02,.list04 .sub_brand_img02 { width: 63.85%; margin-top: 0; margin-bottom: 4.5rem; }
.list02 .sub_brand_img03,.list04 .sub_brand_img03 { width: 32.4%; margin-top: 0; font: none; }
.list02 .sub_brand_img06,.list04 .sub_brand_img06 { width: 100%; margin-top: 0; font: none; }

.list03 .sub_brand_img03 { width: 31.47%; margin-top: 0; font: none; }
.list03 .sub_brand_img04 { width: 58.03%; margin-top: 0; margin-bottom: 2.625rem; }
.list05 .sub_brand_img03 { width: 31.47%; margin-top: 0; font: none; }
.list05 .sub_brand_img04 { width: 58.03%; margin-top: 0; margin-bottom: 4.375rem; }

.sub_brand_list_box h5 { font-size: 2.0625rem; line-height: 115%; width: 200%; }
.sub_brand_list_box p { font-size: 0.875rem; line-height: 178%; color: #25282a; opacity: 0.8; margin-top: 1.425rem; width: 200%; }
.sub_brand_list_box h6 { width: 100%; font-size: 0.75rem; line-height: 120%; position: absolute; color: #985a28; letter-spacing: 0.25rem; }
.brand_ori_left { text-align: right; left: -100%; top: 0; }
.brand_ori_left span { transform-origin: right top; transform: rotate(-90deg); display: inline-block; position: relative; right: 1.5rem; }
.brand_ori_left.line2 span { right: 2.75rem; }
.brand_ori_right { text-align: right; right: 0%; top: 0; }
.brand_ori_right span { transform-origin: right top; transform: rotate(-90deg); display: inline-block; position: relative; right: -0.75rem; }

.list04 .sub_brand_list_box.box01 h5,.list04 .sub_brand_list_box.box02 h5 { font-size: 1.5rem; }


.sub_brand_list01 { opacity: 0; transform: translate(-5rem,-5rem); }
.sub_brand_list02 { opacity: 0; transform: translate(5rem,5rem); }
.sub_brand_list03 { opacity: 0; }


.sub_brand_list01.active { opacity: 1; transform: translate(0);transition: 1.0s 0.2s; }
.sub_brand_list02.active { opacity: 1; transform: translate(0);transition: 1.0s 0.2s; }
.sub_brand_list03.active { opacity: 1; transform: translate(0);transition: 1.0s 0.2s; }


.sub_brand_bottom { top: 0; width: 100%; padding-bottom: 56.25%; height: 0; position: relative; margin-top: 16.25rem; opacity: 0; transform: translateY(5rem); }
.sub_brand_bottom h2 { font-size: 2.0625rem; line-height: 100%; position: relative; top: -3.75rem; }
.sub_brand_bottom iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }

.sub_brand_bottom.active { opacity: 1; transform: translate(0);transition: 1.0s 0.1s; }

/**/

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

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

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

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

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

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


/*  */


.sub_lounge_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; margin: 5rem 0 3rem; }

.sub_lounge_img_box { position: relative; display: flex; justify-content: center; align-items: center; opacity: 0; }
.sub_lounge_img_box img { width: 100%; max-width: 354px; }
.sub_lounge_img_box>div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; justify-content: center; align-items: center; display: flex; }
.sub_lounge_img_box h1 { font-family: 'copperplate'; font-size: 5.75rem; line-height: 110%; letter-spacing: 3rem; padding-left: 3rem; font-weight: 700; color: #d8d8d8; text-transform: uppercase; }

.sub_lounge_txt_box { text-align: center; margin-top: 1.875rem; opacity: 0; }
.sub_lounge_txt_box h3 { font-size: 1.75rem; line-height: 100%; }
.sub_lounge_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 1.25rem; opacity: 0.7; }
.sub_lounge_txt_box a { margin-top: 3.875rem; display: inline-block; }
.sub_lounge_txt_box a>div { display: flex; justify-content: center; align-items: flex-end; gap: 0 0.625rem; }
.sub_lounge_txt_box h6 { font-size: 0.875rem; line-height: 100%; margin-bottom: 0.5rem; opacity: 0.7; }
.sub_lounge_txt_box h2 { font-family: 'Poppins', sans-serif; font-size: 2.8125rem; line-height: 100%; font-weight: 500; }



.sub_lounge_img_box.active { opacity: 1; transition: 1.2s 0.2s; }
.sub_lounge_img_box.active h1 { letter-spacing: 0; padding: 0; transition: 1.5s 0.8s; }
.sub_lounge_txt_box.active { opacity: 1; transition: 1.2s 0.2s; }


/*  */


.sub_event_wrap { width: 100%; max-width: 1100px; margin: auto; }
.sub_event_wrap>div { width: 100%; }

.sub_event_wrap .tabs2 { margin-bottom: 1.5rem; }
.sub_event_wrap img { width: 100%; }

.sub_event_tit {  width: 100%; position: relative; text-align: center; background-color: #f3f3f3; padding: 3.5rem 0 3rem; padding: 0; background: none; }
.sub_event_tit img { width: 100%; }
/* .sub_event_tit img { width: 16.875rem; } */
.sub_event_tit p { font-size: 0.875rem; line-height: 160%; opacity: 0.8; margin-top: 1.75rem; }
.sub_event_tit h2 { font-size: 1.75rem; line-height: 100%; font-weight: 700; margin-top: 3.5rem; color: #003c66; }
/* .sub_event_tit h2 { font-size: 1.5rem; line-height: 100%; margin-top: 4.25rem; font-weight: 500; }
.sub_event_tit h2 a { display: flex; justify-content: center; align-items: center; gap: 0 0.625rem; }
.sub_event_tit h2 span { font-family: 'lexend'; font-size: 2.625rem; } */

.sub_event_wrap table { width: 100%; display: flex; }
.sub_event_wrap table col { display: none !important; }
.sub_event_wrap table tbody { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.sub_event_wrap table tr { width: 23.5%; width: 48%; display: flex; justify-content: center; align-items: center; }
.sub_event_wrap table tr td { font-size: 1rem; line-height: 100%; border-bottom: 1px solid #ccc; padding: 0.875rem 0; text-align: center; display: inline-block; position: relative; }
.sub_event_wrap table tr td:nth-child(1) { width: 40%; }
.sub_event_wrap table tr td:nth-child(1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; }
.sub_event_wrap table tr td:nth-child(2) { width: 60%; }

.sub_event_db.top{margin-top: 2rem;}
.sub_event_db.top tr {background: #000; color: #fff;}
.notice{font-size: 1rem; text-align: center;margin-top: 1.4rem;}
/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */

.sub_event_wrap table.tit { margin-top: 3.25rem; color: #fff; }
.sub_event_wrap table.tit tr { border: none; background-color: #003c66; }
.sub_event_wrap table.tit tr td { border: none; font-weight: 500; }
.sub_event_wrap table.tit tr:nth-child(2n) { display: none; }

/* 끝 */