
::-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; overflow-x: hidden; }

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

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

/*  */


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

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

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
  	display: none;
    width: 25px;
    height: 25px;
    margin-top: -50%;
    margin-left: -50%;
/*    margin-top: 0;
    margin-left: 0;*/
    border-radius: 50%;
    border: solid 1px #004e71;
/*	background-color: #004e71;*/
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
      display: none;
  }

  .cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
  .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: #042f41; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 0.3s; opacity: 1; position: absolute; display: none; }
  /* body.main .cursor_skip { display: flex; } */
  .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: #042f41; 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; position: relative; left: 0; top: 0; }
body.main .all_wrap { height: 100vh; text-align: center; }
body.sub .all_wrap { overflow: hidden; }

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

.intro_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999999999999999; display: flex; justify-content: space-between; display: none; }
.intro_wrap>div { width: 100%; height: 0; background-color: #4c9b83; }
.intro_wrap>div:nth-child(1) { animation: intro 1.5s 0.2s both cubic-bezier(1,0,.65,.57); }
.intro_wrap>div:nth-child(2) { animation: intro 1.5s 0.4s both cubic-bezier(1,0,.65,.57); }
.intro_wrap>div:nth-child(3) { animation: intro 1.5s 0.6s both cubic-bezier(1,0,.65,.57); }

@keyframes intro {
	from { height: 100%; }
	to {  }
}

/**/

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

/* .left_quick { font-family: 'Carisma Gothic'; width: 70px; height: 100%; position: fixed; z-index: 990; left: 2.5rem; top: 0; transform: translateY(0px); }
.left_quick>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.left_quick ul { width: 100%; }
.left_quick ul li { width: 100%; height: auto; font-size: 0.813rem; font-weight: 700; line-height: 1.625rem; text-align: left; 
display: flex; justify-content: flex-start; align-items: center; margin: 0.25rem 0; color: #000; position: relative; padding-left: 0.875rem; transition: 0.3s; cursor: pointer; opacity: 0.3; }
.left_quick ul li:after { content:''; width: 2px; height: 100%; position: absolute; left: 0; margin: auto; bottom: 0; background-color: #000; transition: 0.5s; }

.left_quick ul li.active { opacity: 1; }
.left_quick ul li.active:after { opacity: 1; }
.left_quick ul li:hover { opacity: 1; }
.left_quick ul li:hover:after { opacity: 1; }

.left_quick.white ul li { color: #fff; }
.left_quick.white ul li:after { background-color: #fff; } */

.main_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
/* .main_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; background: url(../img/main_bg.png) center no-repeat; background-size: cover; } */

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/main.jpg) center no-repeat; background-size: cover; transform: scale(1.2); }

.main_guest_wrap { position: absolute; right: 7.25rem; bottom: 6.25rem; z-index: 10; display: flex; justify-content: flex-start; align-items: center; opacity: 1; transform: translateX(0rem); }
.main_guest { width: 5.5rem; height: 5.5rem; background-color: #fff; margin: auto; border-radius: 100%; z-index: 99; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; opacity: 1; cursor: default; opacity: 0; }
.main_guest_bg { width: 147.7272%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 22s 0s linear infinite; }
.main_guest h5 { font-size: 0.6875rem; line-height: 114%; font-weight: 500; }
.main_guest p { font-size: 0.8438rem; line-height: 105%; color: #000; position: relative; z-index: 9; font-weight: 700; transform: translateY(0.1875rem); }
.main_guest p span { font-size: 10px; text-transform: uppercase; opacity: 0.8; }
/* .main_guest img:first-child { width: 100%; } */

.main_guest_txt { text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: center; margin-left: 4.125rem; }
.main_guest_txt h3 { font-family: 'lexend'; font-size: 1.75rem; line-height: 100%; font-weight: 700; }
.main_guest_txt p { font-size: 0.875rem; line-height: 100%; margin-left: 0.625rem; }
.main_guest_txt img { width: 25.25rem; transform: translateY(-1rem); transform: translate(10rem,-2rem); opacity: 0; }

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

.main_tit { width: 56%; height: 100%; position: absolute; right: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; }
.main_tit>div { transform: translateY(-2rem); }
.main_tit h1 { font-family: "Nanum Myeongjo", serif; font-size: 3.375rem; line-height: 130%; color: #000; letter-spacing: -0.125rem; opacity: 0; transform: translateY(-4rem); }
.main_tit>div>span { display: block; width: 1px; height: 3.5rem; background-color: #000; margin: auto; margin-top: 3.5rem; opacity: 0; }
.main_logo { width: 14.125rem; margin-top: 3rem; opacity: 0; transform: translateY(3rem); }
 


.main_txt_box { position: absolute; left: 6.25rem; bottom: 5.625rem; z-index: 9; color: #fff; text-align: left; opacity: 0; transform: translateX(-5rem); }
.main_txt_box h4 { font-size: 1.375rem; line-height: 100%; }
.main_txt_box p { font-size: 1.0625rem; line-height: 100%; opacity: 0.8; margin-top: 0.625rem; }


.c_green { color: #4c9b83; }



/* .main_wrap.intro .main_tit_box.box01 { opacity: 1; transition: 2.5s 0s; } */

.main_wrap.on .main_guest { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_guest_txt img { transform: translateY(-1rem); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box>div>span { opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_img { transform: scale(1); transition: 3.0s 0s; }
.main_wrap.on .main_tit h1 { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_tit>div>span { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_logo { transform: translate(0); opacity: 1; transition: 1.5s 0.8s; }
.main_wrap.on .main_txt_box { transform: translate(0); opacity: 1; transition: 1.5s 0.8s; }

/*  */

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

.edu_img_box { width: 50%; height: 100%; position: relative; overflow: hidden; text-align: left; }
.edu_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/edu_img01.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }
.edu_img_box h2 { font-family: 'antro'; line-height: 110%; font-size: 4.375rem; position: absolute; z-index: 9; left: 15rem; bottom: 3.25rem; opacity: 0; transform: rotate(-5deg); color: #fff; }
.edu_img_box h2 span { display: inline-block; margin-left: 10rem; font-size: 6.25rem; }

.edu_txt_box { text-align: left; position: relative; width: 50%; height: 100%; display: flex; justify-content: center; align-items: center; }
.edu_txt_box>div { width: 82%; transform: translateY(1rem); }
.edu_txt_box h2 { font-family: 'gg'; font-size: 2.5rem; line-height: 130%; opacity: 0; transform: translateX(5rem); }
.edu_txt_box p { font-size: 1rem; line-height: 188%; opacity: 0.7; margin-top: 3rem; opacity: 0; transform: translateX(5rem); }
.edu_txt_box h4 { font-size: 1rem; line-height: 100%; margin-top: 10.75rem; opacity: 0; transform: translateY(3rem); }
.edu_txt_box h5 { font-size: 0.875rem; line-height: 178%; margin-top: 1.25rem; opacity: 0; transform: translateY(3rem); }

.edu_txt_img { display: flex; justify-content: flex-end; align-items: flex-start; gap: 0 1.5rem; position: absolute; right: 2.25rem; top: 11.75rem; opacity: 0; }
.edu_txt_img img { width: 100%; max-width: 148px; }
.edu_txt_img img:first-child { margin-top: 4.375rem; transform: translateY(-2.1875rem); }
.edu_txt_img img:last-child { transform: translateY(2.1875rem); }


.edu_img_box.active .edu_img { transform: scale(1); transition: 2.5s 0s; }
.edu_img_box.active h2 { left: 5rem; opacity: 1; transition: 1.5s 0.2s; }
.edu_txt_box.active h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.edu_txt_box.active p { transform: translate(0); opacity: 0.7; transition: 1.2s 0.2s; }
.edu_txt_box.active h4 { transform: translate(0); opacity: 1; transition: 1.2s 0.7s; }
.edu_txt_box.active h5 { transform: translate(0); opacity: 0.7; transition: 1.2s 0.7s; }
.edu_txt_box.active .edu_txt_img { opacity: 1; transition: 1.2s 0.2s; }
.edu_txt_box.active .edu_txt_img img { transform: translate(0); opacity: 1; transition: 1.2s 0.7s; }

/**/


.green_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #231f20; }
.green_wrap>div:last-child { width: 90%; max-width: 1520px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 9; transform: translateY(2rem); }

.green_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/green_bg.jpg) center bottom no-repeat; background-size: cover; animation: main_img22 9.0s 0s infinite; display: none; }

@keyframes main_img2 {
	0% { transform: scale(1); }
	50% { transform: scale(1.08); }
	100% { transform: scale(1); }
}

.green_left { position: relative; order: 2; }

.green_map { position: relative; width: 761px; transform: translateY(1rem); opacity: 0; }
.green_map>img { width: 100%; }

.green_marker_box { width: 2.1%; height: 3.08%; width: 1.972%; height: 2.896%; position: absolute; z-index: 9; }
.green_marker { width: 100%; height: 100%; border-radius: 100%; background-color: #58a18b; position: relative; }
.green_marker::after { content: ''; width: 100%; height: 100%; border-radius: 100%; background-color: #58a18b; position: absolute; left: 0; top: 0; opacity: 0.2; z-index: -2;
  animation-name: green_marker, green_marker2;
  animation-duration: 5s, 2.1s;
  animation-delay: 0s, 0s;
  animation-timing-function: ease, ease;
  animation-fill-mode: both, both;
  animation-iteration-count: infinite, infinite;
}
.green_marker>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.green_marker h6 { font-family: 'Poppins', sans-serif; font-size: 0.625rem; line-height: 100%; color: #fff; display: none; }

@keyframes green_marker {
	0% { transform: scale(2.2); }
	60% { transform: scale(5); }
	100% { transform: scale(2.2); }
}
/* @keyframes green_marker2 {
	0% { opacity: 0.2; }
	60% { opacity: 0.2; }
	80% { opacity: 0; }
	100% { opacity: 0.2; }
} */


.green_marker_txt { text-align: left; color: #fff; width: 1000%; position: absolute; right: -1228%; z-index: -1; }
.green_marker_txt.right { text-align: right; left: -1228%; right: revert; }
.green_marker_txt>div { position: relative; opacity: 0; transform: translateX(3rem); }
.green_marker_txt.right>div { position: relative; opacity: 0; transform: translateX(-3rem); }
/* .green_marker_txt::before { content: ''; width: 20%; height: 1px; background-color: #fff; position: absolute; left: -28%; top: 0.5rem; }
.green_marker_txt::after { content: ''; width: 1px; background-color: #fff; position: absolute; left: -28%; top: 0.5rem; } */
.greem_marker_line01 { display: block; width: 20%; height: 1px; position: absolute; left: -28%; top: 0.5rem; }
.greem_marker_line02 { display: block; width: 1px; position: absolute; left: -28%; top: 0.5rem; }
.greem_marker_line01::after { content: ''; width: 0%; height: 100%; background-color: #fff; position: absolute; left: 0; top: 0; }
.greem_marker_line02::after { content: ''; width: 100%; height: 0%; background-color: #fff; position: absolute; left: 0; bottom: 0; }
.green_marker_txt.right .greem_marker_line01 { right: -28%; left: revert; }
.green_marker_txt.right .greem_marker_line02 { right: -28%; left: revert; }
.green_marker_txt.right .greem_marker_line01::after { right: 0; left: revert; }
.green_marker_txt.bottom .greem_marker_line02 { bottom: 3.625rem; top: revert; }
.green_marker_txt.bottom .greem_marker_line02::after { top: 0; bottom: revert; }
.green_marker_txt h4 { font-size: 1rem; line-height: 100%; font-weight: 200; width: 500%; }
.green_marker_txt h4 span { width: 20%; }
.green_marker_txt h4 b { font-weight: 600; }
.green_marker_txt p { font-size: 0.6875rem; height: 2.25rem; line-height: 164%; margin-top: 0.875rem; color: rgba(255,255,255,0.4); font-weight: 300; width: 500%; }
.green_marker_txt p span { width: 20%; }
.green_marker_txt.right h4 { margin-left: -400%; }
.green_marker_txt.right p { margin-left: -400%; }

.green_marker_box.box01 { left: 20%; top: 14%; }
.green_marker_box.box02 { right: 19.3%; top: 25%; }
.green_marker_box.box03 { left: 54.08%; top: 22.98%; }
.green_marker_box.box04 { right: 28%; top: 12%; }
.green_marker_box.box05 { right: 1.55%; top: 35%; }
.green_marker_box.box06 { right: 40.5%; bottom: 47%; }
.green_marker_box.box07 { right: 57%; bottom: 61%; }
.green_marker_box.box08 { left: 32%; top: 30%; }
.green_marker_box.box09 { left: 16%; bottom: 38.5%; }

.green_marker_txt.txt01 { top: -800%; }
.green_marker_txt.txt01 .greem_marker_line02 { height: 170%; }
.green_marker_txt.txt02 { top: -800%; }
.green_marker_txt.txt02 .greem_marker_line02 { height: 170%; }
.green_marker_txt.txt03 { top: -1300%; }
.green_marker_txt.txt03 .greem_marker_line02 { height: 300%; }
.green_marker_txt.txt04 { top: 2000%; }
.green_marker_txt.txt04 .greem_marker_line02 { height: 450%; }
.green_marker_txt.txt05 { top: 480%; }
.green_marker_txt.txt05 .greem_marker_line02 { height: 100%; }
.green_marker_txt.txt06 { top: 1350%; }
.green_marker_txt.txt06 .greem_marker_line02 { height: 300%; }
.green_marker_txt.txt07 { top: 1900%; }
.green_marker_txt.txt07 .greem_marker_line02 { height: 430%; }
.green_marker_txt.txt08 { top: 1900%; }
.green_marker_txt.txt08 .greem_marker_line02 { height: 420%; }

.green_marker_txt.txt05 .greem_marker_line01 { display: none; }
.green_marker_txt.txt05>div { transform: translateY(calc(38% + 3rem)); margin-left: -70%; }
.green_marker_txt.txt07 .greem_marker_line01 { display: none; }
.green_marker_txt.txt07>div { transform: translateY(calc(38% + 3rem)); margin-right: -85%; }
.green_marker_txt.txt08 .greem_marker_line01 { width: 75%; }
.green_marker_txt.txt08>div { margin-right: 57%; }
.green_marker_txt.txt09 .greem_marker_line01 { display: none; }
.green_marker_txt.txt09>div { transform: translate(-3rem,-22%); margin-right: -15%; }
.green_marker_txt.txt09>div h4 { background-color: #231f20; }
.green_marker_txt.txt09>div p { background-color: #231f20; }


.green_right { text-align: left; color: #fff; }
.green_right h1 { font-family: 'antro'; line-height: 90%; font-size: 4rem; margin-left: 10rem; opacity: 0; transform: rotate(-5deg); color: #fff; }
.green_right h1 span { display: inline-block; margin-left: 15rem; font-size: 5.25rem; }
.green_right h2 { font-family: 'gg'; font-size: 2.1875rem; line-height: 137%; margin-top: 4.375rem; opacity: 0; transform: translateX(5rem); }
.green_right p { font-size: 1rem; line-height: 187%; margin-top: 2.125rem; opacity: 0.3; opacity: 0; transform: translateX(5rem); }

.green_img_box { display: flex; justify-content: flex-start; align-items: center; gap: 0 1.375rem; margin-top: 3.875rem; }
.green_img_box img { opacity: 0; width: 100%; max-width: 168px; }


.sec03_wrap.active2 { transform: translateX(-100vw); }


.green_left.active .green_map { opacity: 1; transition: 1.2s 0s; }
.green_left.active .greem_marker_line02::after { height: 100%; transition: 0.8s 0s linear; }
.green_left.active .greem_marker_line01::after { width: 100%; transition: 0.6s 0.8s linear; }
.green_left.active .green_marker_txt>div { transform: translate(0); opacity: 1; transition: 1.2s 1.2s; }
.green_left.active .green_marker_txt.txt05>div,
.green_left.active .green_marker_txt.txt07>div { transform: translateY(38%); opacity: 1; transition: 1.2s 1.2s; }
.green_left.active .green_marker_txt.txt09>div { transform: translate(0,-22%); opacity: 1; transition: 1.2s 1.2s; }

.green_right.active h1 { margin-left: 0; opacity: 1; transition: 1.5s 0.4s; }
.green_right.active h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.green_right.active p { transform: translate(0); opacity: 0.3; transition: 1.2s 0.8s; }
.green_right.active .green_img_box img:nth-child(1) { opacity: 1; transition: 1.2s 1.2s; }
.green_right.active .green_img_box img:nth-child(2) { opacity: 1; transition: 1.2s 1.45s; }
.green_right.active .green_img_box img:nth-child(3) { opacity: 1; transition: 1.2s 1.7s; }


/*  */

.av_wrap { width: 100vw; height: auto; padding: 12rem 0 13.75rem; position: relative; overflow: hidden; background: #231f20 url(../img/leaf.png) right top no-repeat; background-size: 26.375rem; margin-top: -1px; }
.av_wrap>div { position: relative; display: flex; justify-content: flex-start; align-items: center; }
/* .av_wrap>div::before { content: ''; width: 0%; height: 1px; left: 0; bottom: 19%; background-color: #b2b2b2; z-index: 1; position: absolute; transition: 4.5s; }
.av_wrap>div::after { content: ''; width: 1px; height: 0%; right: 25.5%; top: 0; background-color: #b2b2b2; z-index: 1; position: absolute; transition: 4.5s; } */

.av02,.av04 { color: #fff; }
.av02::before,.av02::after,.av04::before,.av04::after { background-color: #fff; }

.av_box { width: 90%; max-width: 1770px; display: flex; justify-content: space-between; align-items: flex-start; gap: 0 12.5rem; position: relative; z-index: 9; }

.av_txt_box { text-align: left; position: relative; width: 46%; opacity: 2; order: 2; }
.av_txt_box h2 { font-family: 'gg'; font-size: 2.5rem; line-height: 130%; opacity: 0; transform: translateX(5rem); }
.av_txt_box p { font-size: 1rem; line-height: 188%; opacity: 0.7; margin-top: 3.125rem; opacity: 0; transform: translateX(5rem); }
.av_txt_box>img { position: absolute; right: 0; top: 2.875rem; transform: translate(15rem,-1rem); opacity: 0; }
.av_txt_box h4 { font-size: 1.875rem; line-height: 100%; font-weight: 700; width: 200%; margin-left: -100%; opacity: 0; transform: translateX(-3rem); }
.av_txt_box h6 { font-size: 0.9375rem; line-height: 100%; margin-top: 0.75rem; width: 200%; margin-left: -100%; opacity: 0; transform: translateX(-3rem); }

.av_img_box { display: flex; justify-content: flex-end; align-items: flex-end; margin-left: 12.5rem; text-align: right; gap: 0 1.875rem; margin-top: 4.25rem; }
.av_img { max-height: 263px; border-radius: 8rem 8rem 0 0; overflow: hidden; transform: translateY(0rem); opacity: 0; display: flex; justify-content: center; align-items: center; }
.av_img_box>div:first-child { margin-bottom: 2.25rem; margin-right: -5rem; position: relative; z-index: 9; }

.av_tit_box { position: relative; left: 0; bottom: 0; }
.av_tit_box h1 { font-family: 'Poppins', sans-serif; display: inline-block; font-size: 5.875rem; line-height: 100%; position: absolute; left: 0; right: 0; margin: auto; color: #fff; text-transform: uppercase; bottom: -2.25rem; font-weight: 700; z-index: 9; letter-spacing: 1.25rem; opacity: 0; transform: translateX(11rem); }
.av_tit_img { border-radius: 25rem 25rem 0 0; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.av_tit_img img { transform: scale(1.15); }

.av01 .av_tit_img,.av03 .av_tit_img { height: 46.25rem; }
.av02 .av_tit_box,.av04 .av_tit_box { right: 0;top: 0; bottom: revert; }
/* .av02 .av_tit_box h1,.av04 .av_tit_box h1 { right: revert; left: -5.25rem; bottom: -2.75rem; } */
.av02 .av_txt_box p,.av04 .av_txt_box p { opacity: 0; }
.av02 .av_tit_img,.av04 .av_tit_img { height: 40rem; border-radius: 0 25rem 25rem 0; }



.av_tit_box.active .av_tit_img img { transform: scale(1); transition: 2.5s 0s; }
.av_txt_box.active h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.av_txt_box.active p { transform: translate(0); opacity: 0.3; transition: 1.2s 0.2s; }
.av_txt_box.active>img { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.av_txt_box.active h4 { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.av_txt_box.active h6 { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.av_txt_box.active .av_img { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.av_tit_box.active h1 { opacity: 1; letter-spacing: -0.125rem; transition: opacity 1.2s 0.2s, letter-spacing 2.2s 0.2s; }

/**/

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

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

.life_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; }
.life_vd_box:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 7; }
.life_vd_box::before { content: ''; width: 100%; height: 60%; position: absolute; left: 0; top: 0; background-color: #fff; z-index: 3; display: none; }
.life_vd { position: absolute; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.life_vd iframe { position: absolute; top: 42%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }
.life_vd::before { content:''; width: 100%; height: 100%; position: absolute; transform: translate(-50%,-50%); left: 50%; top: 42%; background: url(../img/life_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }

@media all and (max-width: 1640px) { 
	.life_vd iframe { width: 140%; height: 140%; }
	/* .life_vd iframe::after { top: 48%; } */
}

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

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

@media all and (max-width: 767px) { 
	/* .life_vd iframe { top: 40%; }
    .life_vd::before { top: 40%; }     */
	.life_vd iframe { left: 50%; top: 85%; transform: translateX(-50vh); width: 100vh; height: 100vh; }
    .life_vd::before { left: 50%; top: 85%; transform: translateX(-50vh); width: 100vh; height: 100vh; background-size: 100%; }    
}

.life_txt_box { text-align: left; position: relative; width: 46%; height: 100%; display: flex; justify-content: flex-start; align-items: center; z-index: 9; }
.life_txt_box>div { transform: translateY(-3.5rem); }
.life_txt_box h4 { font-size: 1.25rem; line-height: 100%; font-weight: 300; opacity: 0; transform: translateX(5rem); }
.life_txt_box h2 { font-family: 'gg'; font-size: 2.0625rem; line-height: 136%; margin-top: 2rem; opacity: 0; transform: translateX(5rem); }
.life_txt_box p { font-size: 1rem; line-height: 188%; opacity: 0.7; margin-top: 2.5rem; opacity: 0; transform: translateX(5rem); }

.life_tit { font-family: 'Poppins', sans-serif; font-size: 5.625rem; line-height: 100%; position: absolute; left: 5.625rem; bottom: 5.625rem; color: #fff; text-transform: uppercase; font-weight: 700; z-index: 9; letter-spacing: -0.125rem; opacity: 0; transform: translateX(-10rem); }

.life_content_box { width: 100%; padding: 6.25rem 0 7.5rem; display: flex; justify-content: center; align-items: center; background-color: #fff; }
.life_content_box>div { width: 90%; max-width: 1400px; display: flex; justify-content: space-between; align-items: center; }
.life_content { width: 100%; position: relative; }
.life_content>div { opacity: 0; transform: translateY(3rem); }
.life_content::after { content: ''; width: 2.75rem; height: 1px; position: absolute; background-color: #000; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-90deg); opacity: 0; }
.life_content:last-child::after { display: none; }
.life_icon { width: 4.5rem; height: 4.5rem; border-radius: 100%; background-color: #ececec; display: flex; justify-content: center; align-items: center; margin: auto; }
.life_content h3 { font-size: 1rem; line-height: 138%; margin-top: 1.25rem; font-weight: 600; }
.life_content p { font-size: 0.9375rem; line-height: 166%; margin-top: 1.125rem; opacity: 0.7; }


.life_wrap.active .life_tit { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.life_wrap.active .life_txt_box h4 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.life_wrap.active .life_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.life_wrap.active .life_txt_box p { transform: translate(0); opacity: 0.7; transition: 1.2s 0.6s; }

.life_content_box.active .life_content>div { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.life_content_box.active .life_content::after { transform: rotate(-45deg); opacity: 1; transition: opacity 1.2s 0.2s, transform 1.0s 0.8s; }

/*  */

.contact_wrap { width: 100%; height: auto; padding: 12.5rem 0 10rem; position: relative; transition: 0.8s; display: flex; justify-content: flex-start; align-items: center; overflow: hidden; }
.contact_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/contact_bg.jpg) center bottom no-repeat; background-size: cover; animation: main_img2 9.0s 0s infinite; }

.contact_wrap>div { text-align: left; position: relative; width: 90%; max-width: 1100px; margin: auto; z-index: 9; transform: translateY(0rem); }

.contact_wrap .sub_contact_bottom { opacity: 0; transform: translateY(3rem); }

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); }
.contact_tit h2 { font-family: 'Poppins', sans-serif; font-size: 4.5rem; line-height: 100%; letter-spacing: -0.125rem; font-weight: 700; }

.contact_txt_box { text-align: center; margin-top: 1.75rem; }
.contact_txt_box p { font-size: 1.125rem; line-height: 160%; } 

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

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

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

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

.sub_contact_txt_box { width: 100%; max-width: 524px; margin: 1.5625rem 0 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: 134%; margin-top: 1.125rem; opacity: 0.7; font-weight: 500; }
.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 #16416c; 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 #16416c; 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; }*/


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

/*  */

.right_scroll_wrap { width: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; right: 32px; top: 0; bottom: 0; transform: translateY(0px); opacity: 1; display: none; }
.right_scroll_img { width: 100%; height: 83.008px; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 130px; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 16px; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #204656; left: -4px; top: 0; border-radius: 100%; transition: background 0.3s; }

.right_scroll_wrap.white .right_scroll_img { background: url(../img/scroll2.png) center no-repeat; }
.right_scroll_wrap.white .right_scroll { background-color: rgba(255,255,255,0.3); }
.right_scroll_wrap.white .right_scroll span { background-color: #fff; }

/**/

#footer { overflow: visible; }

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

.footer_logo { width: 14.125rem; }

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

.footer p { line-height: 100%; margin-top: 0.875rem; }
.footer p br { display: none; }

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

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

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

.top_bt { width: 54px; height: 54px; background-color: #489b7f; z-index: 99999; position: absolute; right: 0; left: 0; margin: auto; top: 0px; opacity: 0; cursor: pointer; border-radius: 100%; }
.top_bt:before { content:''; width: 8px; height: 8px; position: absolute; left: 0; right: 0; top: 0px; bottom: 0; margin: auto; border-left: 1px solid rgba(255,255,255,1); border-top: 1px solid rgba(255,255,255,1); transform: rotate(45deg); z-index: 9; }
.top_bt::after { content: ''; width: 1px; height: 14px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; }



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


.footer.active .top_bt { opacity: 1; top: -27px; transition: 0.6s 0s; }

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


