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

  .cursor_skip { width: 70px; height: 70px; background-color: #231815; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 1; position: absolute; display: none; }
  .cursor_skip p { font-family: 'Optima', sans-serif; color: #fff; font-size: 14px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
  .cursor_skip:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #231815; 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; }

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




}



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


/**/

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

/*  */

.intro_wrap { width: 100%; height: 100%; position: fixed; z-index: 99999999; background-color: #fff; display: flex; justify-content: center; align-items: center; }
.intro_wrap>div { position: relative; }
.intro_wrap>div::before { content: ''; width: 60%; height: 250%; background-color: #a42552; position: absolute; left: 0; right: 0; top: -75%; margin: auto; transform: scale(100) rotate(360deg); z-index: -2; }
.intro_wrap>div::after { content: ''; width: 100%; height: 0%; position: absolute; left: 0; bottom: -100%; background-color: #fff; z-index: -1; }
.intro_wrap>div>div { text-align: center; }
.intro_wrap>div>div>img:last-child { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0; }
.intro_wrap>div>div>span { position: absolute; }
.intro_wrap>div>div>span:nth-child(1) { width: 50%; height: 38%; left: 0%; top: 0; }
.intro_wrap>div>div>span:nth-child(1)::after { content: ''; width: 100%; height: 100%; background-color: #a42552; position: absolute; left: 0; top: 0; }
.intro_wrap>div>div>span:nth-child(2) { width: 50%; height: 38%; right: 0%; top: 0; }
.intro_wrap>div>div>span:nth-child(2)::after { content: ''; width: 100%; height: 100%; background-color: #a42552; position: absolute; right: 0; top: 0; }
.intro_wrap>div>div>span:nth-child(3) { width: 100%; height: 68%; left: 0%; bottom: 0; }
.intro_wrap>div>div>span:nth-child(3)::after { content: ''; width: 100%; height: 100%; background-color: #a42552; position: absolute; right: 0; bottom: 0; }
.intro_logo3 span:nth-child(1) { top: revert !important; bottom: 0 !important; }
.intro_logo3 span:nth-child(2) { top: revert !important; bottom: 0 !important; }
.intro_logo3 span:nth-child(3) { bottom: revert !important; top: 0 !important; }
.intro_logo3 span:nth-child(3):after { bottom: revert !important; top: 0 !important; }

.intro_logo { position: relative !important; opacity: 0; }
.intro_logo2 { position: absolute; left: 0; right: 0; margin: auto; top: -190%; }
.intro_logo3 { position: absolute; left: 0; right: 0; margin: auto; bottom: -190%; }


.intro_wrap.intro .intro_logo { opacity: 1; transition: 1.2s 0.4s; }
.intro_wrap.intro>div>div>span:nth-child(1)::after { width: 0; transition: 1.5s 0.4s; }
.intro_wrap.intro>div>div>span:nth-child(2)::after { width: 0; transition: 1.5s 0.4s; }
.intro_wrap.intro>div>div>span:nth-child(3)::after { height: 0; transition: 1.0s 1.05s; }
.intro_wrap.intro>div::before { transform: scale(1) rotate(0); transition: 2.4s 0.75s; }

.intro_wrap.intro2 .intro_logo2 { top: -90%; transition: 1.0s 0s; }
.intro_wrap.intro2 .intro_logo3 { bottom: -90%; transition: 1.0s 0s; }
.intro_wrap.intro2>div>div>img:last-child { opacity: 1; transition: 1.0s 1.05s; }
.intro_wrap.intro2>div>div>img:nth-last-child(2) { opacity: 0; transition: 1.0s 1.05s; }
.intro_wrap.intro2>div::after { height: 300%; transition: 1.5s 1.6s; }


/**/

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

.swiper-button-next { position: absolute; width: 82px; height: 50px; right: 4%; left: revert; margin: auto; top: 1%; bottom: 0; padding: 0; outline: none; z-index: 99; }
.swiper-button-prev { position: absolute; width: 82px; height: 50px; left: 4%; right: revert; margin: auto; top: 1%; bottom: 0; padding: 0; outline: none; z-index: 99; }

.main_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; }
.main_box { width: 100%; height: 100%; position: relative; }

.main_slide_num { position: absolute; width: 180px; left: 210px; top: 0; bottom: 0; margin: auto; height: 13px; z-index: 100; line-height: 95%; font-size: 13px; color: #fff; text-align: center; letter-spacing: 0; display: flex; justify-content: space-between; align-items: center; }
.main_slide_num p:last-child { opacity: 1; }

.main_bt_wrap { width: 485px; height: 125px; position: absolute; right: 3.875rem; bottom: 0; z-index: 2; }
/* .swiper1 .main_bt_wrap { background-color: rgba(0,0,0,0.8); } */

.main_bt_wrap .swiper-pagination { width: 100px; height: 20px; position: absolute; left: 248px; bottom: 0; top: 0; margin: auto; z-index: 999; display: flex; justify-content: space-between; align-items: center; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet span { content:''; width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; display: none; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet:before { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet p { font-size: 11px; line-height: 100%; color: #fff; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; display: none; }

.main_bt_wrap .swiper-pagination .swiper-pagination-bullet-active span { display: block; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet-active p { left: -13px; opacity: 1; }


@keyframes bullet {
	from { width: 0; }
	to {  }
}


.main_play_bt { width: 20px; height: 30px; color: #fff; position: absolute; right: 35px; top: 0; margin: auto; bottom: 0; }
.main_play_bt>div { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor: pointer; border-radius: 100%; }
.main_play_bt>div>img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-button-play { display: none; }


.swiper1-2 { width: 179px; height: 32px; position: absolute; left: 35px; top: 0; bottom: 0;  margin: auto; z-index: 999; }
.swiper1-2 .swiper-slide { width: 32px; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper1-2 .swiper-slide-thumb-active { opacity: 1; }
.swiper1-2 .swiper-slide:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; border-radius: 100%; opacity: 0.5; }
.swiper1-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; z-index: 9; border-radius: 100%; box-sizing: border-box; }

.swiper1-2 .swiper-slide-thumb-active:before { opacity: 1; }

.swiper1 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; margin-bottom: 0; color: #fff; }
.swiper1 .swiper-slide { width: 100%; height: 100%; background-color: #000; }
.main_img_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; background: url(../img/main_img_bg.png) center no-repeat; background-size: cover; }
.main_img { width: 100%; height: 100%; position: relative; z-index: 2; opacity: 1 !important; }
.main_img.img01 { background: url(../img/main01.jpg) center no-repeat; background-size: cover; }
.main_img.img02 { background: url(../img/main02.jpg) center no-repeat; background-size: cover; }
.main_img.img03 { background: url(../img/main03.jpg) center no-repeat; background-size: cover; }
.main_img.img04 { background: url(../img/main04.jpg) center no-repeat; background-size: cover; }

.main_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; }
.main_bg_box>div { width: 50%; height: 100%; position: relative; overflow: hidden; }
.main_bg_box>div>div { width: 100vw; height: 100%; position: absolute; opacity: 0.6; }
.main_bg01>div { left: -100vw; top: 0; background: url(../img/main_bg02.png) left center no-repeat; background-size: cover; }
.main_bg02>div { right: -100vw; top: 0; background: url(../img/main_bg01.png) right center no-repeat; background-size: cover; }

.main_txt_box { position: absolute; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; transition: 1.0s 0s; }
.main_txt_box.box01 { clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%); }
.main_txt_box.box02 { clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); }
.main_txt_box h1 { font-size: 6.875rem; line-height: 105%; font-weight: 100; letter-spacing: -0.0875rem; position: relative; overflow: hidden; }
.main_txt_box h1 span { display: inline-block; }
.main_txt_box h1 b { font-weight: 400; }
.main_txt_box h5 { font-size: 1.125rem; line-height: 105%; font-weight: 400; margin-top: 3.625rem; position: relative; overflow: hidden; }
.main_txt_box h5 span { display: inline-block; }
.main_txt_box h2 { font-size: 3.25rem; line-height: 105%; font-weight: 500; margin-top: 0.5rem; position: relative; overflow: hidden; }
.main_txt_box h2 span { display: inline-block; }

.swiper1 .swiper-slide.swiper-slide-active .main_img { animation: main_img 4s 0s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_bg01>div { animation: main_bg01 2.9s 0.5s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_bg02>div { animation: main_bg02 2.9s 0.5s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box.box01 { animation: main_txt_box01 1.3s 0.8s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box.box02 { animation: main_txt_box02 1.3s 0.8s both; }
/* .swiper1 .swiper-slide.swiper-slide-active .main_txt_box h1 span { animation: main_txt 1.5s 0s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h5 span { animation: main_txt2 1.2s 0.4s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h2 span { animation: main_txt 1.2s 0.4s both; } */

@keyframes main_bg {
	0% { transform: scale(1); }
	50% { transform: scale(1.15); }
	100% { transform: scale(1); }
}
@keyframes main_bg01 {
	from { left: -100vw; }
	to { left: 0; }
}
@keyframes main_bg02 {
	from { right: -100vw; }
	to { right: 0; }
}
@keyframes main_img {
	from { transform: scale(1.22); }
	to {  }
}
@keyframes main_txt_box01 {
	from { clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
	to { clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%); }
}
@keyframes main_txt_box02 {
	from { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
	to { clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); }
}
@keyframes main_txt {
	from { transform: translateY(100%); }
	to {  }
}
@keyframes main_txt2 {
	from { transform: translateY(300%); }
	to {  }
}


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

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


.main_wrap.on2 .main_txt_box { transform: translateY(-8rem); }
.main_wrap.on2 .main_quick { transform: translateY(-8rem); }
.main_wrap.on2 .phil_news_wrap { bottom: 0; }
.main_wrap.on2 .phil_circle_box { margin-top: 1.625rem; opacity: 0; transition: 1.0s 0s; }

/**/

.phil_news_wrap { width: 100%; height: 37.812rem; position: absolute; left: 0; bottom: 0; z-index: 99; background: url(../img/phil_news_wrap_bg.png) center no-repeat; background-size: cover; box-sizing: border-box;  display: flex; justify-content: center; align-items: flex-end; bottom: -37.812rem; transition: 1.0s; }
.phil_bg { display:none; }
/* .phil_news_wrap>div { width: 90%; max-width: 1264px; text-align: left; transform: translateY(-1rem); } */
.phil_news_box_wrap { width: 90%; /* max-width: 1303px; */ max-width: 1100px;text-align: left; transform: translateY(-1rem); }

.phil_news_tit { display: flex; justify-content: flex-start; align-items: center; }
.phil_news_tit h2 { font-family: 'Carisma Gothic'; font-size: 2.0625rem; line-height: 100%; font-weight: 600; }
.phil_news_bt { width: 30px; height: 30px; position: relative; border: 1px solid #000; border-radius: 100%; margin-left: 1.625rem; cursor: pointer; transition: 0.3s; }
.phil_news_bt::after { content: ''; width: 11px; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }
.phil_news_bt::before { content: ''; width: 1px; height: 11px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }
.phil_news_bt:hover { transform: rotate(90deg); }

/* .phil_news_box { display: flex; justify-content: space-between; align-items: center; gap: 0 3.375rem; margin-top: 1.875rem; }
.phil_news_content { width: 100%; max-width: 395px; }
.phil_news_content h3 { font-size: 1.125rem; line-height: 100%; font-weight: 500; letter-spacing: -0.0625rem; }
.phil_news_content p { font-size: 0.9375rem; line-height: 140%; opacity: 0.6; font-weight: 500; border-top: 1px solid #b2b2b2; margin-top: 0.75rem; padding-top: 0.5rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; letter-spacing: -0.0625rem; }
.phil_news_content h6 { font-size: 1rem; line-height: 100%; opacity: 0.6; font-weight: 500; margin-top: 3.5rem; } */

.phil_news_box { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 3.125rem; z-index: 2; bottom: 5rem; margin: auto; }
.phil_news_content { width: 100%; border: 1px solid rgba(255, 255, 255, 0.3); width: 100%; text-align: left; position: relative; display: flex; flex-direction: column; justify-content: center; color: #fff;  }
.phil_news_content a { width: 100%; height: 100%; display: block; box-sizing: border-box; z-index: 2; position: relative; padding: 2rem 2.625rem;}
.phil_news_content h3 { font-size: 1.375rem; font-weight: 600; line-height: 100%; }
.phil_news_content p { font-size: 0.937rem; opacity: 0.3; margin-top: 1.125rem; }
.phil_news_content .main_icon { position: absolute; top: 50%; right: 2.625rem; transform: translateY(-50%); z-index: 2;}

.phil_news_content>a span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; }
.phil_news_content>a:before { content:''; width: 0; height: 1px; background-color: #fff; position: absolute; left: -1px; top: -1px; transition: 0.4s; }
.phil_news_content>a:after { content:''; width: 1px; height: 0; background-color: #fff; position: absolute; right: -1px; top: -1px; transition: 0.4s; }
.phil_news_content>a span:before { content:''; width: 0; height: 1px; background-color: #fff; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; }
.phil_news_content>a span:after { content:''; width: 1px; height: 0; background-color: #fff; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; }

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

/* .phil_news_box>div>a:before { content:''; width: 0; height: 1px; background-color: #fff; position: absolute; left: -1px; top: -1px; transition: 0.4s; z-index: 3;}
.phil_news_box>div>a:after { content:''; width: 1px; height: 0; background-color: #fff; position: absolute; right: -1px; top: -1px; transition: 0.4s; z-index: 3;}
.phil_news_box>div:before { content:''; width: 0; height: 1px; background-color: #fff; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; z-index: 3;}
.phil_news_box>div:after { content:''; width: 1px; height: 0; background-color: #fff; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; z-index: 3;}

.phil_news_box>div:hover>a:before { width: calc(100% + 2px); z-index: 3;}
.phil_news_box>div:hover>a:after { height: calc(100% + 2px); z-index: 3;}
.phil_news_box>div:hover:before { width: calc(100% + 2px); z-index: 3;}
.phil_news_box>div:hover:after { height: calc(100% + 2px); z-index: 3;} */

.phil_plus { width: 30px; height: 30px; border-radius: 100%; border: 1px solid #000; position: absolute; top: 3.25rem; right: 2.875rem; transition: 0.3s; }
.phil_plus::before { content: ''; width: 1px; height: 13px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }
.phil_plus::after { content: ''; width: 13px; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }

.phil_news_content:hover .phil_plus { transform: rotate(90deg); }

.phil_wrap.on .phil_tit { opacity: 1; transform: translateY(-0rem); transition: 1.2s 0.2s; }
/* .phil_wrap.on>div { transform: translateY(-3.75rem); transition: 1.2s 1.6s; } */
.phil_wrap.on .phil_circle_box { margin-top: 1.625rem; opacity: 1; transition: all 1.2s 1.0s, opacity 1.2s 0.2s; }
.phil_wrap.on .phil_circle:nth-child(1) { margin-top: 5.625rem; transition: 1.2s 1.0s; }
.phil_wrap.on .phil_circle:nth-child(2) { margin-top: 2.8125rem; transition: 1.2s 1.0s; }
/* .phil_wrap.on:after { opacity: 1; transition: 1.2s 1.5s; } */
/* .phil_wrap.on:before { top: -100%; transition: 3.2s 1.6s; } */

.phil_wrap.on2 .phil_tit { opacity: 1; transform: translateY(-0rem); }
.phil_wrap.on2 .phil_circle:nth-child(1) { margin-top: 5.625rem; }
.phil_wrap.on2 .phil_circle:nth-child(2) { margin-top: 2.8125rem; }
.phil_wrap.on2:after { bottom: 18rem; }
.phil_wrap.on2 .phil_news_wrap { bottom: 0; }
.phil_wrap.on2 .phil_circle_box { margin-top: 1.625rem; opacity: 0; transition: 1.0s 0s; }

/**/

#section2 { width: 100%;  z-index: 1; background-color: #f4f3f2; }
.club_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; }
.club_wrap .club_left { width: 82%; height: 100%; position: relative;  left: 0; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.club_left .txt_box { text-align: center; color: #fff; z-index: 2; position: relative;}
.club_left .txt_box h1 { font-family: 'copperplate'; font-size: 4.126rem; font-weight: 400; transform:translateY(2rem); opacity: 0;}
.club_left .txt_box h5 { font-size: 1.182rem; transform:translateY(2rem); opacity: 0;}

.club_wrap.on .club_left .txt_box h1 { transform:translateY(0); opacity: 1; transition: 1.2s 0.4s;}
.club_wrap.on .club_left .txt_box h5 { transform:translateY(0); opacity: 1; transition: 1.2s 0.6s;}

.club_bt_wrap { width: 485px; height: auto; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; flex-direction: column; }

.club_wrap .swiper-pagination2 { width: 277px; height: 20px; position: absolute; z-index: 999; display: flex; justify-content: space-between; align-items: center; bottom: 5.2rem; right: 13.25rem;}
.club_wrap .swiper-pagination2 .swiper-pagination-bullet { width: 100%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.club_wrap .swiper-pagination2 .swiper-pagination-bullet span { content:''; width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; display: none; }
.club_wrap .swiper-pagination2 .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.club_wrap .swiper-pagination2 .swiper-pagination-bullet:before { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.club_wrap .swiper-pagination2 .swiper-pagination-bullet p { font-size: 11px; line-height: 100%; color: #fff; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; display: none; }

.club_wrap .swiper-pagination2 .swiper-pagination-bullet-active span { display: block; }
.club_wrap .swiper-pagination2 .swiper-pagination-bullet-active p { left: -13px; opacity: 1; }

.club_arrow_number { display: flex; align-items: center; position: absolute; bottom: 5.2rem; right: 6.25rem; font-size: 0.78rem; color: #fff; z-index: 999;}
.club_arrow_number .slash { width: 1px; height: 10px; background-color: #fff;  margin: 0 8px;}
.club_arrow_number .total { opacity: 0.3;}
.club_arrow_number .swiper-button-prev2 { width: 10px; height: 10px; position: relative; outline: none; background: none; margin: 0 8px;}
.club_arrow_number .swiper-button-prev2::after { content: ''; width: 50%; height: 50%; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.club_arrow_number .swiper-button-next2 { width: 10px; height: 10px; position: relative; outline: none; background: none;  margin: 0 8px;}
.club_arrow_number .swiper-button-next2::after { content: ''; width: 50%; height: 50%; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }


.swiper2-1 { width: 235px; height: 32px; position: relative; top: 0; bottom: 0;  margin: auto;  margin-top: 4.75rem; z-index: 99; }
.swiper2-1 .swiper-slide { width: 32px !important; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper2-1 .swiper-slide-thumb-active { opacity: 1; }
.swiper2-1 .swiper-slide:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; border-radius: 100%; opacity: 0.5; }
.swiper2-1 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; z-index: 9; border-radius: 100%; box-sizing: border-box; }

.swiper2-1 .swiper-slide-thumb-active:before { opacity: 1; }

.swiper2 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; margin-bottom: 0; color: #fff; }


.club_bg { width: 100%; height: 100%; position: relative; z-index: 2; /* opacity: 0.4 !important; */ }
.club_bg.club_bg01 { background: url(../img/club_bg01.jpg) center no-repeat; background-size: cover; }
.club_bg.club_bg02 { background: url(../img/club_bg02.jpg) center no-repeat; background-size: cover; }
.club_bg.club_bg03 { background: url(../img/club_bg03.jpg) center no-repeat; background-size: cover; }
.club_bg.club_bg04 { background: url(../img/club_bg04.jpg) center no-repeat; background-size: cover; }
.club_bg.club_bg05 { background: url(../img/club_bg05.jpg) center no-repeat; background-size: cover; }

.main_club_txt { position: absolute; bottom: 6.25rem; left: 6.25rem; color: #fff; z-index: 2; text-align: left;}
.main_club_txt h2 { font-size: 2rem; font-weight: 600; line-height: 100%;}
.main_club_txt p { font-size: 1rem; opacity: 0.3; margin-top: 2rem;}

.club_wrap .club_right { width: 18%; height: 100%; position: relative;  left: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; border-left: 1px solid #706a63; z-index: 9;}
.club_right.swiper-container .swiper-wrapper { width: 100%; height: 100%; max-height:75%; display: flex; justify-content: space-between; align-items: stretch; flex-direction: column; }
.club_right .swiper-wrapper .swiper-slide{ width: 100%; color: #fff; z-index: 99; display: flex; justify-content: flex-start; align-items: center; text-align: left; padding-left: 2.5rem;  padding-right: 2.5rem; border-bottom: 1px solid #706a63; flex: 1; cursor: pointer;	position: relative; overflow: hidden;}
.club_right > div > div:nth-child(1) { border-top: 1px solid #706a63; }

.club_right .swiper-wrapper .swiper-slide::before { content: ''; position: absolute; left: 0; top: 50%; width: 7px; height: 0; background-color: #fff; transform: translateY(-50%) scaleY(0); transform-origin: center; transition: transform 0.4s ease, height 0.4s ease; z-index: 1;}
.club_right .swiper-wrapper .swiper-slide:hover::before { height: 100%; transform: translateY(-50%) scaleY(1);}

.club_right .swiper-wrapper .swiper-slide h5 { font-size: 1.375rem; color: #757575;}
.club_right .swiper-wrapper .swiper-slide .more { width: 21px; height: 1px; background-color: #fff; position: absolute; right: 8rem; top: 50%; transform: translateY(-50%); transition: all 0.3s ease;}
.club_right .swiper-wrapper .swiper-slide .more::after { content: ''; position: absolute; width: 1px; height: 21px; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%) scaleY(0); transition: transform 0.3s ease;}
.club_right .swiper-wrapper .swiper-slide:hover .more::after { transform: translate(-50%, -50%) scaleY(1); }

.club_right .swiper-wrapper .swiper-slide.swiper-slide:hover h5 { color: #fff; transition:0.4s; }


.swiper2 .swiper-slide-active .club_bg { animation: club_img 4s 0s both; }

@keyframes club_img {
	from { transform: scale(1.22); }
	to {  }
}



/*#section2 { width: 100%;  z-index: 1; background-color: #f4f3f2; }*/
/**/
/*.phil_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }*/
/*.phil_wrap:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background: url(../img/phil_bg.jpg) center no-repeat; background-size: 100%; opacity: 1; z-index: 1; transition: 1.0s; }*/
/*.phil_wrap>div:first-child { width: 90%; transform: translateY(0px); position: relative; z-index: 9; }*/
/**/
/*.phil_tit { position: relative; z-index: 10; text-align: center; opacity: 0; transform: translateY(-0rem); }*/
/*.phil_tit h2 { font-family: 'Carisma Gothic'; font-size: 2.625rem; line-height: 100%; font-weight: 600; display: inline-block; position: relative; letter-spacing: -0px; text-transform: uppercase; }*/
/*/* .phil_tit h2:after { content: ''; width: 1.25rem; height: 1.25rem; position: absolute; left: -1.625rem; top: -1.25rem; background: url(../img/square.png) no-repeat; background-size: 1.25rem; } */*/
/*.phil_tit p { font-size: 0.875rem; line-height: 142%; font-weight: 400; margin-top: 2rem; opacity: 0.7; }*/
/**/
/*.phil_circle_box { display: flex; justify-content: center; align-items: flex-start; margin-top: 3.625rem; opacity: 0; }*/
/*.phil_circle { width: 16.625rem; height: 16.625rem; border-radius: 100%; border: 1px solid #6d6d6d; position: relative; display: flex; justify-content: center; align-items: center; margin: 0 4%; }*/
/*.phil_circle:nth-child(1) { margin-top: 0; }*/
/*.phil_circle:nth-child(2) { margin-top: 0; }*/
/*.phil_circle:nth-child(1)>img { animation: phil_circle 16s 0s linear infinite; }*/
/*.phil_circle:nth-child(2)>img { animation: phil_circle2 16s 0s linear infinite; }*/
/*.phil_circle:nth-child(3)>img { animation: phil_circle 16s 0s linear infinite; }*/
/*.phil_circle>img { width: 120.3007%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; }*/
/*.phil_circle>div { transform: translateY(0.3125rem); position: relative; z-index: 9; }*/
/*.phil_circle h3 { font-size: 1.5rem; line-height: 125%; font-weight: 700; }*/
/*.phil_circle h5 { font-size: 1.125rem; line-height: 100%; margin-top: 1rem; opacity: 0.7; }*/
/**/
/*@keyframes phil_circle {*/
/*	from { transform: translate(-50%,-50%) rotate(-360deg); }*/
/*	to {  }*/
/*}*/
/*@keyframes phil_circle2 {*/
/*	from { transform: translate(-50%,-50%) rotate(360deg); }*/
/*	to {  }*/
/*}*/
/**/
/*.phil_news_wrap { width: 100%; height: 21.5rem; position: absolute; left: 0; bottom: 0; z-index: 99; background-color: #fff; box-sizing: border-box; display: flex; justify-content: center; align-items: center; bottom: -21.5rem; transition: 1.0s; }*/
/*/* .phil_news_wrap>div { width: 90%; max-width: 1264px; text-align: left; transform: translateY(-1rem); } */*/
/*.phil_news_wrap>div { width: 90%; max-width: 1234px; text-align: left; transform: translateY(-1rem); }*/
/**/
/*.phil_news_tit { display: flex; justify-content: flex-start; align-items: center; }*/
/*.phil_news_tit h2 { font-family: 'Carisma Gothic'; font-size: 2.0625rem; line-height: 100%; font-weight: 600; }*/
/*.phil_news_bt { width: 30px; height: 30px; position: relative; border: 1px solid #000; border-radius: 100%; margin-left: 1.625rem; cursor: pointer; transition: 0.3s; }*/
/*.phil_news_bt::after { content: ''; width: 11px; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }*/
/*.phil_news_bt::before { content: ''; width: 1px; height: 11px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }*/
/*.phil_news_bt:hover { transform: rotate(90deg); }*/
/**/
/*/* .phil_news_box { display: flex; justify-content: space-between; align-items: center; gap: 0 3.375rem; margin-top: 1.875rem; }*/
/*.phil_news_content { width: 100%; max-width: 395px; }*/
/*.phil_news_content h3 { font-size: 1.125rem; line-height: 100%; font-weight: 500; letter-spacing: -0.0625rem; }*/
/*.phil_news_content p { font-size: 0.9375rem; line-height: 140%; opacity: 0.6; font-weight: 500; border-top: 1px solid #b2b2b2; margin-top: 0.75rem; padding-top: 0.5rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; letter-spacing: -0.0625rem; }*/
/*.phil_news_content h6 { font-size: 1rem; line-height: 100%; opacity: 0.6; font-weight: 500; margin-top: 3.5rem; } */*/
/**/
/*.phil_news_box { display: flex; justify-content: space-between; align-items: center; gap: 0 2.5rem; }*/
/*.phil_news_content { width: 100%; border: 1px solid #000; overflow: hidden; position: relative; }*/
/*.phil_news_content a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding: 3.125rem 0 3.5rem 3.5rem; }*/
/*.phil_news_content h3 { font-size: 1.75rem; line-height: 100%; font-weight: 400; }*/
/*.phil_news_content p { font-size: 0.9375rem; line-height: 100%; opacity: 0.6; font-weight: 400; margin-top: 1rem; }*/
/*.phil_news_content img { position: absolute; right: 5.75rem; bottom: -0.75rem; z-index: -1; }*/
/**/
/*.phil_plus { width: 30px; height: 30px; border-radius: 100%; border: 1px solid #000; position: absolute; top: 3.25rem; right: 2.875rem; transition: 0.3s; }*/
/*.phil_plus::before { content: ''; width: 1px; height: 13px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }*/
/*.phil_plus::after { content: ''; width: 13px; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }*/
/**/
/*.phil_news_content:hover .phil_plus { transform: rotate(90deg); }*/
/**/
/*.phil_wrap.on .phil_tit { opacity: 1; transform: translateY(-0rem); transition: 1.2s 0.2s; }*/
/*/* .phil_wrap.on>div { transform: translateY(-3.75rem); transition: 1.2s 1.6s; } */*/
/*.phil_wrap.on .phil_circle_box { margin-top: 1.625rem; opacity: 1; transition: all 1.2s 1.0s, opacity 1.2s 0.2s; }*/
/*.phil_wrap.on .phil_circle:nth-child(1) { margin-top: 5.625rem; transition: 1.2s 1.0s; }*/
/*.phil_wrap.on .phil_circle:nth-child(2) { margin-top: 2.8125rem; transition: 1.2s 1.0s; }*/
/*/* .phil_wrap.on:after { opacity: 1; transition: 1.2s 1.5s; } */*/
/*/* .phil_wrap.on:before { top: -100%; transition: 3.2s 1.6s; } */*/
/**/
/*.phil_wrap.on2 .phil_tit { opacity: 1; transform: translateY(-0rem); }*/
/*.phil_wrap.on2 .phil_circle:nth-child(1) { margin-top: 5.625rem; }*/
/*.phil_wrap.on2 .phil_circle:nth-child(2) { margin-top: 2.8125rem; }*/
/*.phil_wrap.on2:after { bottom: 18rem; }*/
/*.phil_wrap.on2 .phil_news_wrap { bottom: 0; }*/
/*.phil_wrap.on2 .phil_circle_box { margin-top: 1.625rem; opacity: 0; transition: 1.0s 0s; }*/

/**/

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

.service_wrap { width: 100%; height: 100%; position: relative; left: 0; top: 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; }
.service_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: -50%; z-index: -1; background-color: #000; }
.service_wrap>div { height: 100%; position: relative; }

.service_left { width: 33.33%; }
.service_right { width: 66.67%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

.service_img_box { position: relative; overflow: hidden; }
.service_img_box:after { content: ''; width: 110%; height: 110%; position: absolute; right: -5%; top: -5%; background-color: #fff; z-index: 9; }
.service_img_box>a { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-start; position: relative; }
.service_img_box.box01 { width: 100%; height: 100%; }
.service_img_box.box02 { width: 50%; height: 50%; }
.service_img_box.box03 { width: 50%; height: 50%; }
.service_img_box.box04 { width: 33.33%; height: 50%; }
.service_img_box.box05 { width: 33.33%; height: 50%; }
.service_img_box.box06 { width: 33.33%; height: 50%; }
.service_img_box.box02>a,.service_img_box.box03>a { align-items: center; }
/* .service_img_box.box01:after { left: -5%; }
.service_img_box.box02:after { right: -5%; }
.service_img_box.box03:after { right: -5%; }
.service_img_box.box04:after { left: -5%; }
.service_img_box.box05:after { right: -5%; }
.service_img_box.box06:after { right: -5%; } */

.service_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transition: 1.2s; }
.service_img.img01 { background: url(../img/service_img01.jpg) center no-repeat; background-size: cover; }
.service_img.img02 { background: url(../img/service_img02.jpg) center no-repeat; background-size: cover; }
.service_img.img03 { background: url(../img/service_img03.jpg) center no-repeat; background-size: cover; }
.service_img.img04 { background: url(../img/service_img04.jpg) center no-repeat; background-size: cover; }
.service_img.img05 { background: url(../img/service_img05.jpg) center no-repeat; background-size: cover; }
.service_img.img06 { background: url(../img/service_img06.jpg) center no-repeat; background-size: cover; }

.service_txt_box { color: #fff; text-align: left; position: relative; z-index: 9; margin-left: 4rem; margin-top: 3.75rem; }
.service_txt_box.top{ margin-top: 0; top: 13.25rem; height: 100%;}
.service_txt_box>h5 { font-size: 1rem; line-height: 100%; font-weight: 200; opacity: 0; transform: translateX(3rem); }
.service_txt_box>h2 { font-size: 2.75rem; line-height: 100%; font-weight: 600; margin-top: 0.5rem; margin-left: -0.125rem; opacity: 0; transform: translateX(3rem); }
.service_txt_box>h3 { font-size: 1.5rem; line-height: 100%; font-weight: 600; opacity: 0; transform: translateX(3rem); text-transform: uppercase; }
.service_txt_box>h1 { font-size: 1.34rem; line-height: 100%; font-weight: 600; opacity: 0; transform: translateX(3rem); margin-top:0.5rem;}

.service_txt_box>p { font-size: 0.875rem; height: 3.875rem; line-height: 215%; font-weight: 400; margin-top: 0.875rem; opacity: 0.4; opacity: 0; transform: translateX(3rem); }
.service_logo { margin-top: 5rem; }
.service_txt_box.box01 { margin-left: 6.25rem; margin-top: 13.25rem; }
.service_txt_box.box01>p { margin-top: 3.125rem; }
.service_txt_box.box06 { color: #000; }
.service_txt_box.box06>p { opacity: 0.7; font-weight: 500; }

.service_bt { width: 210px; margin-top: 2.5rem; cursor: pointer; transform: translateY(0); opacity: 1; opacity: 0; transform: translateX(3rem); }
.service_bt>div { display: flex; justify-content: flex-start; align-items: center; transition: 0.5s; }
.service_bt p { font-family: 'Carisma Gothic'; font-size: 13px; line-height: 100%; font-weight: 600; text-transform: uppercase; margin-right: 25px; letter-spacing: 0; color: #fff; }
.service_bt>div>div { width: 80px; height: 50px; position: relative; transition: 0.5s; }
.service_bt>div>div span { width: 50px; height: 50px; float: right; display: block; border: 1px solid rgba(255,255,255,0.4); border-radius: 30px; position: relative; transition: 0.4s; box-sizing: border-box; }
.service_bt>div>div:after { content:''; width: 0px; height: 1px; background-color: rgba(255,255,255,1); position: absolute; left: -4px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }

.service_img_box.box01 .service_bt { margin-top: 7.5rem; }
.service_img_box.box01 .service_bt>div>div:after { content:''; width: 57px; height: 1px; background-color: rgba(255,255,255,0.4); position: absolute; left: revert; right: 22px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }
.service_img_box.box01 .service_bt>div>div:before { content:''; width: 8px; height: 8px; border-right: 1px solid rgba(255,255,255,0.4); border-bottom: 1px solid rgba(255,255,255,0.4); transform: rotate(-45deg) translate(0); position: absolute; right: 22px; top: 0; bottom: 0; margin: auto; }

.service_txt_box.box04>h3 { margin-top: 0.5rem;}
.service_img_box.box04 .service_bt,.service_img_box.box05 .service_bt,.service_img_box.box06 .service_bt { width: 190px; position: absolute; right: -1.25rem; bottom: 2.25rem; z-index: 9; }
.service_img_box.box06 .service_bt>div>div:after { background-color: #000; }
.service_img_box.box06 .service_bt p { color: #000; font-weight: 700; }

/* .service_bt:hover>div>div>span { width: 210px; }
.service_bt:hover>div>div:after { width: 20px; } */

.service_img_box:hover .service_img { transform: scale(1.035); }
.service_img_box:hover .service_bt>div>div:after { width: 30px; }
.service_img_box.box01:hover .service_bt>div { margin-left: 6px; }
.service_img_box.box01:hover .service_bt>div>div:after { width: 57px; }



.service_wrap.on .service_img_box:after { width: 0; transition: 1.5s 0s; }
.service_wrap.on .service_txt_box>h5 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.on .service_txt_box>h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.on .service_txt_box>h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.on .service_txt_box>h1 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.service_wrap.on .service_txt_box>p { opacity: 0.4; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.on .service_txt_box.box06>p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.on .service_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.service_wrap.active .service_img_box:after { width: 0; transition: 1.5s 0s; }
.service_wrap.active .service_txt_box>h5 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.active .service_txt_box>h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.active .service_txt_box>h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.active .service_txt_box>h1 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.service_wrap.active .service_txt_box>p { opacity: 0.4; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.active .service_txt_box.box06>p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.6s; }
.service_wrap.active .service_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }


/*  */

.right_scroll_wrap { width: 0.75rem; height: 14.375rem; margin: auto; overflow: hidden; position: absolute; z-index: 9999; right: 2rem; top: 0; bottom: 0; transform: translateY(0rem); opacity: 1; display: none; }
.right_scroll_img { width: 100%; height: 5.188rem; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 8.125rem; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 1rem; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 0.625rem; height: 0.625rem; background-color: #009cac; left: -0.25rem; 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%; padding: 4rem 6.25rem 5.5rem; box-sizing: border-box; z-index: 999; background-color: #f2f2f2; color: #5c5c5c; position: relative; 
box-sizing: border-box; text-align: left; letter-spacing: -0.5px; display: flex; justify-content: space-between; align-items: flex-start;}
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }

.footer_left { text-align: left; position: relative; display: flex;  justify-content: flex-start; align-items: flex-start;  }
.footer_logo { margin-right: 2rem;}
.footer_info_box { display: flex; flex-direction: column; }

.footer_left ul { font-size: 0.9375rem; line-height: 100%; display: flex; justify-content: flex-start; align-items: center; margin-top: 0.625rem; }
.footer_info_box ul:first-child { margin-top: 0;}
.footer_left ul li { display: flex; justify-content: center; align-items: center; padding: 0 0.875rem; position: relative; line-height: 100%; font-weight: 500; }
.footer_left ul li:first-child { padding-left : 0; }
.footer_left ul li:after { position: absolute; content:''; width: 1px; height: 80%; background-color: #000; opacity: 0.5; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_left ul li span { margin-right: 0.3rem; }
.footer_left ul li:last-child:after { display: none; }
.footer_left ul li:last-child img { margin-top: -0.625rem; }
.footer_left p { line-height: 180%; }
.footer_left p b span { font-weight: 500; }
.footer_left p span { color: #8c8c8c; }
.footer_left h6 { font-size: 0.875rem; font-weight: 500; line-height: 180%; margin-top: 2.875rem; letter-spacing: 0; }

.footer_right { display: flex; justify-content:flex-end; /* align-items:center; */ position: relative; }
.footer_right .ft_btn { width: 12.5rem; max-height: 2.93rem; line-height: 2.625rem; font-weight: 500; color: #767676; border: 1px solid rgba(0, 0, 0, 0.44); text-align: left; position: relative; box-sizing:border-box; overflow: hidden;	}
.footer_right .ft_btn li { line-height: 2.8rem; border-top: 1px solid rgba(0, 0, 0, 0.44); padding: 0 22px; }
.footer_right .ft_btn li:first-child { border-top: none;}
.footer_right .ft_btn li a { color: #000; font-size: 0.875rem; position: relative; display: block; }
.footer_right .ft_btn li.family_toggle a::after { content: ''; width: 6px; height: 6px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.footer_right .ft_btn.open { max-height: 10rem; }
.footer_right .ft_btn.open li.family_toggle a::after { transform: rotate(45deg); }

.top_bt { width: 2.93rem; height: 2.93rem; position: relative; left: 0; right: 0; z-index: 9; cursor: pointer; background-color: #a32a57; box-sizing: border-box; /* margin: auto; */ top: 0; transition: 0.5s; margin-left: 8px; }
.top_bt::after { content: ''; width: 6px; height: 6px; transform: rotate(-45deg); position: absolute; right: 0; left: 0; top: 0.125rem; bottom: 0; margin: auto; border-top: 1px solid #fff; border-right: 1px solid #fff; }


.footer.end:after { display: block; }
/* .footer.on .top_bt { opacity: 1; top: -20px; } */

/*body.main .footer { width: 100%; }*/

/*서브*/

.sub_top { position: relative; left: 0; top: 0; width: 100%; /* height: 35.25rem; */ height: 21.2rem; z-index: 1; margin-top: 0px; overflow: hidden; background-color: #000; }
/*.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; z-index: 2; }*/

.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0.4; animation: sub_top_img 3s 0s both; }
.sub_top_img.img01 { background: url(../img/sub_top01.jpg) bottom center no-repeat; background-size: cover;  opacity:1; } 
.sub_top_img.img02 { background: url(../img/sub_top02.jpg) bottom center no-repeat; background-size: cover;  opacity: 1; } 
.sub_top_img.img03 { background: url(../img/sub_top03.jpg) bottom center no-repeat; background-size: cover;  opacity: 1; } 
.sub_top_img.img04 { background: url(../img/sub_top04.jpg) center no-repeat; background-size: cover; opacity: 0.5; } 
.sub_top_img.img05 { background: url(../img/sub_top05.jpg) bottom center no-repeat; background-size: cover; opacity: 1; } 
.sub_top_img.img06 { background: url(../img/sub_top06.jpg) center no-repeat; background-size: cover; opacity: 0.7; }


.sub_top_txt { width: 100%; max-width: 1100px; height: 100%; margin: auto; position: absolute; left: 0; right: 0; top: 0%; display: flex; justify-content: center; align-items: center; z-index: 9; color: #fff; text-align: center; animation: sub_top_txt 1.0s 0.6s both; }
.sub_top_txt h2 { font-size: 3rem; line-height: 100%; font-weight: 400; letter-spacing: 0rem; padding-left: 0rem; text-transform: uppercase; margin-top: 3rem; animation: sub_top_txt2 1.2s 1.4s both; }
.sub_top_txt h2 span { color: #0aa6b0; }
.sub_top_txt h2 b { font-weight: 400; }

@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; }
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 2.25rem; padding-left: 2.25rem; }
	to{ }
}

#snb_wrap { width: 1100px; height: 65px; position: relative; margin: auto; margin-top: 0; 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: 6px; height: 6px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb > li:nth-child(3):after { content:''; width: 6px; height: 6px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#000; min-width:160px; font-weight:400; }

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

#snb .ov ul {position:absolute;left:1px;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; position: relative; }
#snb .ov ul li a:after { content:''; width: 6px; height: 6px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 0; bottom: 0; margin: auto; transition:0.3s; opacity: 0; right: 25px; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }
#snb .ov ul li a:hover::after { right: 18px; opacity: 1; }

#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%; max-width: 1100px; margin: auto; text-align: center; padding-bottom: 10rem; padding-top: 0px; box-sizing: border-box; margin-top: 1rem; }
#sub_tit { width: 100%; max-width: 1100px; margin: auto; margin-top: 0; overflow: hidden; text-align: left; }
#sub_tit h2 { font-size: 2.75rem; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 100%; height: 1px; background-color: #c5c2c2; margin: auto; margin-top: 1.5rem; }
#sub_tit h5 { font-size: 0.875rem; color: #858585; font-weight: 400; margin-top: 1rem; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 0.8125rem; font-family: 'Futura Std'; font-weight: 700; }
.sub_page { margin-top: 2rem; position: relative; overflow: hidden; }

.sub_ori { width: 100%; max-width: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 1.5625rem 1.875rem; 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: 1.125rem; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; font-weight: 500; letter-spacing: -1px; position: relative; }
.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_gnb { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0 1%; margin-bottom: 1rem; }
.sub_gnb li { width: 100%; height: 2.8125rem; line-height: 2.8125rem; font-size: 0.9375rem; border: 1px solid #c5c2c2; color: #000; font-weight: 400; }
.sub_gnb li a { width: 100%; height: 100%; display: block; }
.sub_gnb li.active { background-color: #a42552; color: #fff; border: 1px solid #a42552; }

/**/

.sub_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 5rem; padding-top: 1rem; }
.sub_img_wrap img { width: 100%; max-width: 1100px; }
.sub_img_wrap img.half { width: 50%; float: left; }


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

/*  */

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

.sub_ready_top { width: 100%; height: auto; position: relative; padding: 6.5rem 0 4.5rem; }

.sub_ready_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; }
.sub_ready_tit h1 { font-size: 6.6875rem; line-height: 112%; font-weight: 100; text-transform: uppercase; transition: 0.8s; }
.sub_ready_tit h1>span { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_ready_tit h1 b { display: inline-block; font-weight: 600; transform: translateY(90%); }
.sub_ready_tit h1 b.spacing { margin-right: 3.25rem; }
.sub_ready_tit h1>span:last-child b { font-weight: 600; }

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

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

.sub_ready_wrap.active .sub_ready_txt_box { opacity: 1; transition: 1.0s 0s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(1) { transform: translate(0); transition: 1.3s 0.0s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(2) { transform: translate(0); transition: 1.3s 0.07s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(3) { transform: translate(0); transition: 1.3s 0.14s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(4) { transform: translate(0); transition: 1.3s 0.21s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(5) { transform: translate(0); transition: 1.3s 0.28s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(6) { transform: translate(0); transition: 1.3s 0.35s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(7) { transform: translate(0); transition: 1.3s 0.42s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(8) { transform: translate(0); transition: 1.3s 0.49s; }
.sub_ready_wrap.active .sub_ready_img_box img { opacity: 1; transform: translate(0); transition: 1.6s 0s; }

/*  */

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: 0.875rem; height: 2.5rem; line-height: 2.5rem; 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: #353334; border: 1px solid #353334; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #353334; border: 1px solid #353334; }

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

/**/

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

.sub_over_top { width: 100%; height: 32.5rem; height: 46.25rem; height: 40rem; margin: auto; position: relative; display: flex; justify-content: center; align-items: center; opacity: 0; }

.sub_over_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/planning.jpg) center bottom no-repeat; background-size: cover; }
.sub_over_tit { text-align: center; color: #05364b; position: relative; z-index: 9; transform: translateY(-3.5rem); display: none; }
.sub_over_tit h4 { font-size: 1.375rem; line-height: 136%; font-weight: 200; transition: 1.0s 0s; }
.sub_over_tit h4 b { font-weight: 700; }
.sub_over_tit h2 { font-family: "Nanum Myeongjo", serif; font-size: 40px; line-height: 112%; font-weight: 400; margin-top: 1.625rem; transition: 1.0s 0s; }
.sub_over_tit h2 b { font-weight: 700; }


.swiper_planning { width: 80%; 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: 18%; 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: 7.3125rem; height: 17vw; max-height: 117px; cursor: pointer; border: none; overflow: hidden; margin-top: 1rem; 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: 111px; height: 63px; right: -16%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 111x; height: 63px; left: -16%; 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: 4.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; }
.sub_over_txt_box>div { width: 31%; margin-bottom: 50px; }
.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: 142%; height: 3rem; margin-top: 18px; opacity: 0.7; font-weight: 500; }



.sub_over_top.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_bottom.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 { 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; }

/**/

.planning_top { opacity: 0; transform: translateY(2rem);}
.planning_bottom { opacity: 0; transform: translateY(2rem);}

.planning_top.active { opacity:1; transform: translate(0); transition: 1s 0.3s; }
.planning_bottom.active { opacity:1; transform: translate(0); transition: 1s 0.4s; }

.complex_top { opacity: 0; transform: translateY(2rem);}
.complex_bottom { opacity: 0; transform: translateY(2rem);}

.complex_top.active { opacity:1; transform: translate(0); transition: 1s 0.3s; }
.complex_bottom.active { opacity:1; transform: translate(0); transition: 1s 0.4s; }

.location_top { opacity: 0; transform: translateY(2rem);}
.location_bottom { opacity: 0; transform: translateY(2rem);}

.location_top.active { opacity:1; transform: translate(0); transition: 1s 0.3s; }
.location_bottom.active { opacity:1; transform: translate(0); transition: 1s 0.4s; }



/**/

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

.sub_location_tit { opacity: 0; transform: translateY(-3rem); transform: translate(0); }
.sub_location_tit h2 { font-family: 'Optima', sans-serif; display: inline-block; font-size: 4rem; font-weight: 500; color: #042f41; line-height: 90%; }
.sub_location_tit h2 span { display: inline-block; margin-left: 10.5rem; }
.sub_location_tit p { font-size: 0.875rem; line-height: 178%; margin-top: 1.625rem; color: #2c2928; opacity: 0.7; font-weight: 500; }

.sub_location_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 3rem; border: 1px solid #000; box-sizing: border-box; opacity: 0; }
.sub_location_map_wrap { width: 100%; position: relative; margin-left: 0%; }
.sub_location_map { width: 100%; height: 43.125rem; position: relative; overflow: hidden; background-color: #f3f5f8; }
.sub_location_map_m { display: none; }
.sub_location_move { width: 600%; height: 600%; /* margin-left: -217%;  */ margin-left: -235%; margin-top: -158%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 28%; transform-origin: left bottom; }
.sub_location_map.active img { transform: scale(1.12); }
.sub_location_map.active2 img { transform: scale(1.25); }

.sub_location_map_plus { width: auto; height: 3.125rem; display: flex; justify-content: flex-end; align-items: center; position: absolute; bottom: 1.25rem; right: 1.25rem; z-index: 9; gap: 0 0.5rem; }
.sub_location_map_plus>div { width: 3.125rem; height: 3.125rem; border-radius: 100%; position: relative; cursor: pointer; }
.sub_location_map_plus>div:before { content: ''; width: 30%; height: 0.0625rem; 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: 0.0625rem; 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 #3d3d3d 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: 90%; position: relative; }
.sub_location_map_pop img { width: 100%; }
.sub_location_map_pop_close { width: 3.125rem; height: 3.125rem; border-radius: 100%; position: absolute; background-color: #000; z-index: 9; right: 1.25rem; top: 1.25rem; 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%; background-color: #f1f1f1; padding: 3.375rem; position: relative; margin-top: 2.5rem; display: flex; justify-content: center; align-items: center; gap: 0 2rem; opacity: 0; box-sizing: border-box; } */
.sub_location_bottom { width: 100%; position: relative; margin-top: 3rem; display: flex; justify-content: space-between; align-items: center; gap: 0 3rem; opacity: 0; box-sizing: border-box; }
.sub_location_bottom>div { width: 100%; position: relative; }
.sub_location_bottom>div>img { width: 100%; max-width: 534px; border: 1px solid #0f0f0f; box-sizing: border-box; }
.sub_location_bottom>div>div { font-size: 1rem; line-height: 100%; padding: 0.5rem 1.125rem 0.625rem; background-color: #05364b; color: #fff; position: absolute; left: 0; top: 0; display: inline-block; }

.sub_location_content { display: flex; max-width: 224px; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; gap: 2.75rem 0; }

.sub_location_img { width: 100%; overflow: hidden; }
.sub_location_img img { width: 100%; filter: grayscale(1); transition: 0.5s; }
.sub_location_img.img01,.sub_location_img.img03 { border-radius: 0 0 0 3.75rem; }
.sub_location_img.img02,.sub_location_img.img04 { border-radius: 0 3.75rem 0 0; }
/* .sub_location_img.img01 { width: 35%; height: 50%; background: url(../sub/location_img01.jpg) center no-repeat; background-size: cover; } */

.sub_location_content:hover .sub_location_img img { filter: grayscale(0); }

.sub_location_txt_box { width: 100%; margin: 2.5rem 0; }
.sub_location_txt_box h3 { font-size: 1.5rem; line-height: 125%; font-weight: 300; margin-top: 1.5rem; }
.sub_location_txt_box h3 b { font-weight: 700; }
.sub_location_txt_box p { width: 120%; font-size: 0.875rem; line-height: 178%; color: #2c2928; opacity: 0.7; font-weight: 500; margin-top: 1.5rem; }



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

.sub_location_tit.active { transform: translate(0); opacity: 1; transition: 1.0s 0s; }
.sub_location_bottom.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: 1314px; margin: auto; position: relative; text-align: left; margin-bottom: 3.5rem; }

.premium_box { width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2.25rem; margin-top: 2.25rem; opacity: 0; }
.premium_content { width: calc(33.33% - 1.5rem); border: 1px solid #c2c2c2; box-sizing: border-box; text-align: left; transition: 0.3s; overflow: hidden; background-color: #fff; position: relative; }
.premium_content>div { width: 100%; height: 100%; padding: 3.375rem 0 3.375rem 2.2rem; color: #2c2928; transition: 0.3s; box-sizing: border-box; }
.premium_content h5 { font-family: 'Poppins', sans-serif; font-weight: 500; letter-spacing: 1.5px; font-size: 0.875rem; line-height: 100%; color: #b45347; }
.premium_content h2 { font-size: 1.5625rem; line-height: 100%; margin-top: 0.875rem; font-weight: 400; letter-spacing: -1.5px; }
.premium_content h2 span { font-size: 0.875rem; letter-spacing: -1px; }
.premium_content h2 b { font-weight: 900; }
.premium_content p { font-size: 0.875rem; line-height: 178%; margin-top: 1.375rem; opacity: 0.7; font-weight: 500; }
.premium_content:first-child { border-radius: 3.25rem 0 0 0; }
.premium_content:last-child { border-radius: 0 0 3.25rem 0; }

.premium_content:hover { border: 1px solid #042f41; }
.premium_content:hover>div { background-color: #042f41; color: #fff; }

.premium_icon { position: absolute; right: 11%; bottom: 19%; z-index: 9; }

.sub_premium_bg { position: absolute; left: -13%; bottom: -56%; z-index: -1; opacity: 0; }

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

/**/

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

.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: 5.3125rem; margin-bottom: 4.375rem; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

.sub_contact_map_box { width: 100%; width: 524px; height: 412px; border: 1px solid #cecece; }
.sub_contact_map_box img { width: 100%; }

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

.sub_contact_add { display: flex; justify-content: space-between; align-items: center; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 0.9375rem; line-height: 100%; margin-top: 0.5rem; }
.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 { display: block; margin-left: 0.3125rem; }

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

.map_marker { font-family: 'Pretendard'; width: auto; height: 36px; border: 2px solid #042f41; background-color: #fff; border-radius: 25px; text-align: center; display: flex; justify-content: center; align-items: center; padding: 0 15px; position: relative;
box-sizing: border-box; }
.map_marker p { font-size: 13px; line-height: 100%; color: #000; font-weight: 600; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 8px solid #042f41; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -8px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/
/*  */

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

/**/

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

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

.sub_gongo_img_box { width: 57.545%; height: 100%; background: url(../sub/gongo.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: 50px 30px 45px; }
.sub_gongo_txt_box>div:nth-child(2) { margin-bottom: 0; }
.sub_gongo_logo { margin-left: 2px; }
.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 { display: inline-block; font-size: 1rem; border-radius: 3.75rem; color: #fff; background-color: #a42552; text-align: center; margin-top: 32px; overflow: hidden; }
.vr_bt a { width: 100%; height: 100%; display: block; padding: 0.75rem 3.375rem; text-align: center; box-sizing: border-box; }

.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(1) { 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_check_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-top: 4.875rem; }
.sub_check_logo { width: 10.25rem; margin-bottom: 4.75rem; }

.sub_check_bottom { width: 100%; max-width: 620px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 0 2rem; color: #231815; }
.sub_check_input_box { width: 65%; }
.sub_check_bt { width: 12rem; height: 12rem; background-color: #ae1857; color: #fff; font-size: 0.9375rem; line-height: 100%; }
.sub_check_bt a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sub_check_input { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.3125rem; }
.sub_check_input:last-child { margin-bottom: 0; }
.sub_check_input span { min-width: 0.4375rem; margin: 0.3125rem; position: relative; }
.sub_check_input span::after { content: ''; width: 100%; height: 1px; background-color: #999; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sub_check_input h3 { font-size: 1.125rem; min-width: 5.25rem; line-height: 100%; text-align: left; }
.sub_check_input>div { width: calc(100% - 5.25rem); display: flex; justify-content: space-between; align-items: center;}
.sub_check_input input { font-family: 'Noto Sans KR', sans-serif; font-size: 1.125rem; width: calc(100% - 5.25rem); height: 3.125rem; border: 1px solid #b1b1b1; box-sizing: border-box; outline: none; padding-left: 1.375rem; }
.sub_check_input select { font-size: 1.125rem; width: 100%; height: 3.125rem; border-radius: 0 !important; border: 1px solid #b1b1b1; box-sizing: border-box; padding-left: 1.375rem; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('../sub/arrow.png') no-repeat right 0.875rem center; }
.sub_check_input.tel input { width: 100%; text-align: center; padding: 0; }
.sub_check_input.tel select { max-width: 93px; }
.sub_check_input input::placeholder { color: #9a9a9a; }
.sub_check_input input:focus { border-color: #000; }
.sub_check_input select:focus { border-color: #000; }

.sub_check_wrap h6 { font-size: 0.9375rem; line-height: 100%; color: #231815; margin-top: 2.5rem; letter-spacing: -0.05rem; }


/*  */

.sub_as_wrap { width: 100%; max-width: 945px; margin: auto; height: auto; position: relative; padding-top: 4.875rem; }

.sub_as_top { width: 100%; padding: 2.5rem 2.875rem; background: #f5f5f5 url(../sub/as.png) right 3rem bottom -7.625rem no-repeat; box-sizing: border-box; text-align: left; }
.sub_as_top h3 { font-size: 1.5rem; line-height: 100%; color: #231815; }
.sub_as_top p { font-size: 0.9375rem; line-height: 166%; margin-top: 1.25rem; color: #858585; }

.sub_as_bottom { width: 100%; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 0 2rem; color: #231815; }
.sub_as_input_box { width: 100%; margin-top: 2.75rem; }
.sub_as_input_box>div { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0 10%; margin-bottom: 1.3125rem; }
.sub_as_input_box>div:last-child { margin-bottom: 0; }
.sub_as_bt { width: 100%; max-width: 315px; height: 5.125rem; background-color: #ae1857; color: #fff; font-size: 1.375rem; line-height: 100%; margin: 3.5rem auto 0; }
.sub_as_bt a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sub_as_input { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_as_input span { min-width: 0.4375rem; margin: 0.3125rem; position: relative; }
/* .sub_as_input span::after { content: ''; width: 100%; height: 1px; background-color: #999; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } */
.sub_as_input h3 { font-size: 1.125rem; min-width: 7.25rem; line-height: 100%; text-align: left; }
.sub_as_input>div { /* width: calc(100% + 6.89rem); */width: calc(100% + 3.5rem); display: flex; /*justify-content: space-between; */ justify-content: flex-start; align-items: center; text-align:left;}
.sub_as_input input { font-family: 'Noto Sans KR', sans-serif; font-size: 1.125rem; width: calc(100% - 7.25rem); height: 3.125rem; border: 1px solid #b1b1b1; box-sizing: border-box; outline: none; padding-left: 1.375rem; text-align:left;}
.sub_as_input select { font-size: 1.125rem; width: 100%; height: 3.125rem; border-radius: 0 !important; border: 1px solid #b1b1b1; box-sizing: border-box; padding-left: 1.375rem; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('../sub/arrow.png') no-repeat right 0.875rem center; }
.sub_as_input textarea { width: 100%; height: 16.25rem; outline: none; font-size: 1.125rem; padding: 1rem 1.375rem; box-sizing: border-box; resize: none; }
.sub_as_input.tel input,.sub_as_input.add input { width: 100%; text-align: center; padding: 0; }
.sub_as_input.tel select { max-width: 93px; }
.sub_as_input.add h3 { letter-spacing: 2px; }
.sub_as_input.add>div { gap: 0 1.125rem; }
.sub_as_input.detail,.sub_as_input.file { align-items: flex-start; }
.sub_as_input.detail h3,.sub_as_input.file h3 { line-height: 3.125rem; }
.sub_as_input input::placeholder { color: #9a9a9a; }
.sub_as_input input:focus { border-color: #000; }
.sub_as_input select:focus { border-color: #000; }
.sub_as_input .child input { line-height: 3.12rem;}

.file_box { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 0 1.125rem; }
.sub_as_input.file form { width: 100%; }
.sub_as_input.file input[type="file"] { width: 100%; border: none; padding-left: 0; display: inline-block; position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0; }
.file_box label { min-width: 142px; display: inline-block; height: 3.125rem; line-height: 3rem; color: #fff; vertical-align: middle; background-color: #000; cursor: pointer; }
.sub_as_input.file h6 { font-size: 0.8125rem; line-height: 100%; text-align: left; margin-top: 10px; }





.sub_as_input2 { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_as_input2 span { min-width: 0.4375rem; margin: 0.3125rem; position: relative; }
.sub_as_input2 span::after { content: ''; width: 100%; height: 1px; background-color: #999; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sub_as_input2 h3 { font-size: 1.125rem; min-width: 7.25rem; line-height: 100%; text-align: left; }
.sub_as_input2>div { width: calc(100% + 6.89rem); display: flex; justify-content: space-between; align-items: center;}
.sub_as_input2 input { font-family: 'Noto Sans KR', sans-serif; font-size: 1.125rem; width: calc(100% - 7.25rem); height: 3.125rem; border: 1px solid #b1b1b1; box-sizing: border-box; outline: none; padding-left: 1.375rem; }
.sub_as_input2 select { font-size: 1.125rem; width: 100%; height: 3.125rem; border-radius: 0 !important; border: 1px solid #b1b1b1; box-sizing: border-box; padding-left: 1.375rem; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('../sub/arrow.png') no-repeat right 0.875rem center; }
.sub_as_input2 textarea { width: 100%; height: 16.25rem; outline: none; font-size: 1.125rem; padding: 1rem 1.375rem; box-sizing: border-box; resize: none; }
.sub_as_input2.tel input,.sub_as_input.add input { width: 100%; text-align: center; padding: 0; }
.sub_as_input2.tel select { max-width: 93px; }
.sub_as_input2.add h3 { letter-spacing: 2px; }
.sub_as_input2.add>div { gap: 0 1.125rem; }
.sub_as_input2.detail,.sub_as_input.file { align-items: flex-start; }
.sub_as_input2.detail h3,.sub_as_input.file h3 { line-height: 3.125rem; }
.sub_as_input2 input::placeholder { color: #9a9a9a; }
.sub_as_input2 input:focus { border-color: #000; }
.sub_as_input2 select:focus { border-color: #000; }

.file_box2 { width: 100%; display: flex; justify-content: center; align-items: flex-start; gap: 0 1.125rem; }
.sub_as_input2.file form { width: 100%; }
.sub_as_input2.file input[type="file"] { }
.file_box2 label { min-width: 142px; display: inline-block; height: 3.125rem; line-height: 3rem; color: #fff; vertical-align: middle; background-color: #000; cursor: pointer; }
.sub_as_input2.file h6 { font-size: 0.8125rem; line-height: 100%; text-align: left; margin-top: 10px; }






.file_list { width: 100%; min-height: 3.125rem; height: auto; box-sizing: border-box; overflow: auto; border: 1px solid #b1b1b1; padding: 0.75rem 1.375rem; text-align: left; display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem 0; flex-wrap: wrap; }
/* .file_list::after { content: '파일은 최대 5개까지 첨부 가능합니다.'; } */
.file_list>div { width: 100%; display: flex; justify-content: flex-start; align-items: center; }
.file_list .filename p { font-size: 0.875rem; line-height: 100%; display: inline-block; }
.file_list .filename .delete i { display: inline-block; vertical-align: middle; width: 14px; height: 14px; border: 1px solid #ae1857; margin-left: 0.5rem; position: relative; }
.file_list .filename .delete i::before { content: ''; width: 8px; height: 1px; background-color: #ae1857; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(45deg); }
.file_list .filename .delete i::after { content: ''; width: 8px; height: 1px; background-color: #ae1857; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); }

/*  */

.sub_maintain_wrap { width: 100%; /*max-width: 900px;*/ margin: auto; height: auto; position: relative; padding-top: 4.875rem; }
.sub_maintain_wrap>div:first-child { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0 3rem; }

.sub_maintain_content { width: 100%; max-width: 260px; position: relative; }
.sub_maintain_content>a { width: 100%; height: 100%; display: block; }
.sub_maintain_content>a>img { width: 100%; border: 1px solid #d8d8d8; box-shadow: 0 0 1rem rgba(0,0,0,0.3); box-sizing: border-box; }
.sub_maintain_content>a>div { font-size: 0.9375rem; line-height: 100%; display: flex; justify-content: center; align-items: center; margin-top: 1.5rem; gap: 0 1rem; }


.sub_maintain_bt_wrap {  width: 100%; display: flex; justify-content: center; align-items: center; gap: 1rem; margin:5rem auto 0; }
.sub_maintain_bt { width: 16.25rem; height: 4.25rem; border: 1px solid #000; font-size: 1.125rem; line-height: 100%; /*margin: 5rem auto 0;*/ transition: 0.3s; }
.sub_maintain_bt a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sub_maintain_bt:hover { background-color: #ae1857; border: 1px solid #ae1857; color: #fff; }

.sub_maintain_bt2 { width: 16.25rem; height: 4.25rem; border: 1px solid #000; font-size: 0.995rem; line-height: 100%; /*margin: 5rem auto 0;*/ transition: 0.3s;  position: relative;}
.sub_maintain_bt2 a div { width: 80%; height: 100%; display: flex; justify-content: space-between; align-items: center; margin:0 auto; }




/**/


.login_wrap { width: 100%; position: relative; }
.login_wrap>div { display: flex; justify-content: center; align-items: center; gap:2rem; }
.login_wrap .input_box { display: flex; flex-direction: column; gap: 1.25rem;}
.login_wrap .input_box .input_row { display: flex; align-items:center; }
.login_wrap .input_row span { font-size: 1.125rem; color: #231815; width: 85px; text-align: left;}
.login_wrap .input_row input { width: 19.5625rem; height: 3.125rem; border: 1px solid rgba(0, 0, 0, 0.33); color: #9a9a9a; font-size: 1.125rem; padding: 1.0625rem 1.5625rem; font-weight: 400; font-family: 'Noto Sans KR', sans-serif; }
.login_wrap .login_btn { width: 7.625rem; height: 7.625rem; background-color: #ae1857;}
.login_wrap .login_btn a { color: #fff; line-height: 7.625rem; display: inline-block; width: 100%;}
.login_wrap .login_txt { color: #221815; font-size: 0.875rem; margin-top: 3.375rem; line-height: 160%; }

/**/

.info_wrap { width: 100%; position: relative; max-width: 1000px; margin: auto;}
.info_wrap .info_top { width: 100%; max-width: 936px; margin: auto; display: flex; justify-content: space-between; align-items: flex-end; gap:4.375rem; }
.info_wrap .input_box { width: 100%; max-width: 936px; display: flex; flex-direction: column; gap: 1.25rem; }
.info_wrap input { font-family: 'Noto Sans KR', sans-serif; }
.info_wrap .input_box .input_row { display: flex; align-items:center; }
.info_wrap .input_row span { font-size: 1.125rem; color: #231815; width: 7.4375rem; text-align: left; display: inline-block; }
.info_wrap .info_top .input_row input { width: 19.5625rem; height: 3.125rem; border: none; background-color: #e1e1e1; color: #9a9a9a; font-size: 1.125rem; padding: 1.0625rem 1.5625rem; font-weight: 400; }

.info_wrap div.line { width: 100%; height: 1px; background-color: #adadad; margin: 45px 0;}
.info_wrap .info_bottom { display: flex; justify-content: center; align-items: center; gap:70px; }

.info_wrap .info_bottom select { width: 6.9375rem; min-width: 6rem; font-size: 1.125rem; height: 3.125rem; border: 1px solid rgba(0, 0, 0, 0.33); padding: 0 0.9375rem;}
.info_wrap .info_bottom input { width: 19.5625rem; height: 3.125rem; border: 1px solid rgba(0, 0, 0, 0.33); color: #9a9a9a; font-size: 1.125rem; padding: 1.0625rem 1.5625rem; font-weight: 400;}
.info_wrap .info_bottom .phone input { width: 8.75rem;}
.info_wrap .info_bottom .phone span.hyphen { width: 0.4375rem; min-width: 0.4375rem; height: 1px; background-color: #999; display: inline-block; margin: 0 0.625rem;}
.info_wrap .info_bottom .email input { width: 10.5rem;}
.info_wrap .info_bottom .email span:nth-child(3) { min-width: 2.5rem; text-align: center; }
.info_wrap .info_bottom .email select { width: 10.75rem; padding: 0 0.9375rem; }
.info_wrap .info_bottom .email h6 { font-size: 0.875rem; color: #909090; margin-left: 0.1875rem;}
.info_wrap .info_bottom .email h6 span { font-size: 0.875rem; color: #231815; display: inline; }

.info_wrap .info_bottom .input_row.pw { gap: 4.5rem; }
/* .info_wrap .info_bottom .input_row.pw span:nth-child(3) { margin-left: 4.5rem;} */
.info_wrap .info_bottom .input_row.number div { min-width: 5rem; height: 3rem; text-align: center; font-size: 1rem; }
.info_wrap .info_bottom .input_row.number div:nth-child(3) { min-width: 7.5rem; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.33); margin: 0 0.25rem;}
.info_wrap .info_bottom .input_row.number div:nth-child(3) a { line-height: 3rem; color: #000;}
.info_wrap .info_bottom .input_row.number div:nth-child(4) { background-color: #ae1857; margin: 0 0.25rem 0 0;  border: 1px solid #ae1857;}
.info_wrap .info_bottom .input_row.number div:nth-child(4) a { line-height: 3rem; color: #fff;}
.info_wrap .info_bottom p { font-size: 1rem; text-align: left; margin-left: 7.4375rem; color: #909090; margin-top: -0.75rem;}

.info_wrap h3 { font-size: 1.125rem; color: #ff6600; margin-top: 1.25rem;}
.info_wrap .submit_btn { width: 19.125rem; height: 4.75rem; background-color: #ae1857; margin: 3.75rem auto 0;}
.info_wrap .submit_btn a { width: 100%; line-height: 4.75rem; color: #fff; font-size: 1.1875rem;}

.input_row.pw.mo { display: none; }

/**/

.info_ok_wrap { width: 100%; position: relative; max-width: 1000px; margin: auto;}
.info_ok_wrap .input_box { display: flex; flex-direction: column; gap: 1.25rem; }
.info_ok_wrap input { font-family: 'Noto Sans KR', sans-serif; }
.info_ok_wrap .input_box .input_row { display: flex; align-items:center; justify-content: space-between; }
.info_ok_wrap .input_row span { font-size: 1.125rem; color: #231815; width: 7.4375rem; text-align: left;}
.info_ok_wrap .input_row span:first-child { min-width: 7.4375rem; }
.info_ok_wrap .info_top .input_row input { width: 19.5625rem; height: 3.125rem; border: none; background-color: #e1e1e1; color: #9a9a9a; font-size: 1.125rem; padding: 1.0625rem 1.5625rem; font-weight: 400; }

.info_ok_wrap div.line { width: 100%; height: 1px; background-color: #adadad; margin: 2.8125rem 0;}
.info_ok_wrap .info_bottom { display: flex; justify-content: center; align-items: center; max-width:742px; margin: auto;}

.info_ok_wrap .info_bottom select { width: 6.9375rem; height: 3.125rem; padding: 0 0.9375rem; background-color: #e1e1e1; border: none;}
.info_ok_wrap .info_bottom input { width: 100%; max-width:445px; height: 3.125rem; border: 1px solid rgba(0, 0, 0, 0.33); color: #9a9a9a; font-size: 1.125rem; padding: 1.0625rem 1.5625rem; font-weight: 400; }
.info_ok_wrap .info_bottom .phone input { width: 8.75rem; background-color: #e1e1e1; border: none; padding: 0; text-align: center; width: 100%; }
/* #cus_tel1 { width: 6.875rem; } */
.info_ok_wrap .info_bottom .phone span.hyphen { width: 0.4375rem; min-width: 0.4375rem; height: 1px; background-color: #999; display: inline-block; margin: 0 0.625rem;}

.info_ok_wrap .info_bottom .input_row.pw span:nth-child(3) { margin-left: 4.5rem;}
.info_ok_wrap .info_bottom .input_row.number div { width: 5.6875rem; height: 3rem; text-align: center; }
.info_ok_wrap .info_bottom .input_row.phone div:last-child { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.33); margin: 0 0 0 1rem; width: 10.375rem; min-width: 10.375rem; }
.info_ok_wrap .info_bottom .input_row.phone div:last-child a { line-height: 3rem; color: #000; font-size: 1rem; }
.info_ok_wrap .info_bottom .input_row.number div:last-child {  background-color: #ae1857; border: 1px solid rgba(0, 0, 0, 0.33); margin: 0 0 0 1rem; width: 10.375rem; min-width: 10.375rem; }
.info_ok_wrap .info_bottom .input_row.number div:last-child a { line-height: 3rem; color: #fff; font-size: 1rem; }

.info_ok_wrap .info_bottom p { text-align: left; margin-left: 7.4375rem; color: #909090; margin-top: -0.75rem;}

.info_ok_wrap h3 { font-size: 1.125rem; color: #ff6600; margin-top: 1.25rem;}
.info_ok_wrap .submit_btn { width: 19.125rem; height: 4.75rem; background-color: #ae1857; margin: 3.75rem auto 0;}
.info_ok_wrap .submit_btn a { width: 100%; line-height: 4.75rem; color: #fff; font-size: 1.1875rem;}

.info_ok_wrap .sub_logo { max-width:164px; margin: 7rem auto 0;}



.sub_top_img.img07 { background: url(../img/sub_top07.jpg) center no-repeat; background-size: cover; opacity: 0.5; }
.sub_top_img.img07_01 { background: url(../img/sub_top07_01.jpg) center no-repeat; background-size: cover; opacity: 0.5; }
.sub_top_img.img07_02 { background: url(../img/sub_top07_02.jpg) center no-repeat; background-size: cover; opacity: 0.3; }
.sub_top_img.img07_03 { background: url(../img/sub_top07_03.jpg) center no-repeat; background-size: cover; opacity: 0.4; }
.sub_top_img.img07_04 { background: url(../img/sub_top07_04.jpg) center no-repeat; background-size: cover; opacity: 0.4; }
.sub_top_img.img07_05 { background: url(../img/sub_top07_05.jpg) center no-repeat; background-size: cover; opacity: 0.3; }
.sub_top_img.img07_06 { background: url(../img/sub_top07_06.jpg) center no-repeat; background-size: cover; opacity: 0.3; }

.sub_top_img.img08 { background: url(../img/sub_top08.jpg) center no-repeat; background-size: cover; opacity: 0.4; }
