@font-face {
  font-family: 'Oswald-R';
  src: local('Oswald-R'),
       url('../font/Oswald-Regular.ttf') format('truetype');
}
@font-face {

  font-family: 'Oswald-L';
  src: local('Oswald-L'),
       url('../font/Oswald-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../font/GOTHAM-LIGHT.eot') format('embedded-opentype'),
       url('../font/GOTHAM-LIGHT.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../font/GOTHAM-BOOK.eot') format('embedded-opentype'),
       url('../font/GOTHAM-BOOK.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../font/GOTHAM-MEDIUM.eot') format('embedded-opentype'),
       url('../font/GOTHAM-MEDIUM.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../font/GOTHAM-BOLD.eot') format('embedded-opentype'),
       url('../font/GOTHAM-BOLD.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'gotham';
  src: local('gotham'),
  	   url('../font/GOTHAM-BLACK.eot') format('embedded-opentype'),
       url('../font/GOTHAM-BLACK.ttf') format('truetype');
  font-weight: 700;
}

::-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:#333;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:#333;}
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;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-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}
input::-ms-clear{display:none;}
.fl_l {float:left !important;}
.fl_r {float:right !important;}
.cl_b{clear:both !important;}
.fl_txt {text-align:left !important;}
.tc {text-align:center}


body { font-family: 'Noto Sans KR', sans-serif; }


/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


.intro{position: fixed; left:0; z-index:9999; width:100%; top: -100%; background:#8d8f90; height: 100%; overflow:hidden; animation: int 0.9s 3s both; opacity: 1; display: none; }

.intro_box { width: 225px; height: 345px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; text-align: center; }
.intro_logo { width: 100%; height: 225px; position: relative; }
.intro_logo>img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; animation: intro_logo 0.6s 0.3s both; }
#int_line { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#int_line>li { position:absolute; background-color:#fff; }
#int_line>li:nth-child(1) { width: 100%; height: 1px; left: 0; top: 0; animation: int_line 0.4s 0.7s ease-out both; }
#int_line>li:nth-child(2) { width: 1px; height: 100%; top: 0; right: 0; animation: int_line 0.4s 1.1s ease-out both; }
#int_line>li:nth-child(3) { width: 100%; height: 1px; right: 0; bottom: 0; animation: int_line 0.45s 0.7s ease-out both; }
#int_line>li:nth-child(4) { width: 1px; height: 100%; left: 0; bottom: 0; animation: int_line 0.4s 1.1s ease-out both; }
.intro_txt { margin-top: 48px; animation: intro_txt 0.6s 1.6s both; }


@keyframes int {
	from { top: 0; }
	to {  }
}
@keyframes intro_logo {
	from { transform: translateY(-30px); opacity: 0; }
	to {  }
}
@keyframes int_line {
	from { width: 0; height: 0; }
	to {  }
}
@keyframes intro_txt {
	from { transform: translateY(15px); opacity: 0; }
	to {  }
}



/**/

#all_wrap { width: calc(100% - 100px); height: 100vh; overflow: hidden; position: relative; }

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


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


/**/


.plus { width: 26px; height: 26px; border: 1px solid #fff; border-radius: 100%; margin: auto; box-sizing: border-box; }
.plus:after { content:''; width: 12px; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.plus:before { content:''; width: 2px; height: 12px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }

.plus2 { width: 26px; height: 26px; border: 1px solid #000; border-radius: 100%; margin: auto; box-sizing: border-box; }
.plus2:after { content:''; width: 12px; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }
.plus2:before { content:''; width: 2px; height: 12px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; }

/**/

#main_wrap { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; bottom: 0; background-color: #fff; }


/**/



#section1 { width: 100%; height: 100%; overflow: hidden; }

.sec02_box { width: 100%; height: 100%; position: relative; }

.sec01_txt_box { width: 700px; position: absolute; text-align: center; color: #fff; z-index: 9; }
/*.sec01_tit { }
.sec01_txt_box p { font-size: 14px; line-height: 24px; margin-top: 20px; font-weight: 300; letter-spacing: -0.5px; }
.sec01_txt_box h3 { font-size: 28px; line-height: 100%; margin-top: 40px; font-weight: 400; letter-spacing: -1.5px;  }
.sec01_line { width: 1px; height: 38px; margin: auto; margin-top: 30px; background-color: #fff; }*/

.sec01_txt_box h4 { font-size: 28px; line-height: 100%; margin-top: 0px; font-weight: 300; letter-spacing: -1px; }
.sec01_txt_box h2 { font-size: 52px; line-height: 100%; margin-top: 20px; font-weight: 700; letter-spacing: -1.5px; }
.sec01_txt_box h2 b { color: #edec76; }
.sec01_txt_box h2 b span { position: relative; }
.sec01_txt_box h2 b span:after { content:''; width: 7px; height: 7px; position: absolute; top: 4px; left: 0; right: 0; margin: auto; border-radius: 100%; background-color: #edec76; }
.sec01_line { width: 1px; height: 32px; margin: auto; margin-top: 20px; background-color: #fff; }
.sec01_txt_box p { font-size: 16px; line-height: 100%; margin-top: 20px; font-weight: 300; letter-spacing: -0.5px; }
.sec01_txt_box h3 { font-size: 39px; line-height: 100%; margin-top: 10px; font-weight: 600; letter-spacing: -1.0px; }

.sec01_txt_box01 { top: 24%; left: 15%; }
.sec01_txt_box02 { top: 24%; left: 0; right: 0; margin: auto; }
.sec01_txt_box03 { top: 22%; right: 8%; }
.sec01_txt_box04 { top: 24%; left: 0; right: 0; margin: auto; }

.sec01_ori { position: absolute; font-size: 12px; line-height: 100%; width: 700px; text-align: right; right: 75px; bottom: 40px; color: #fff; font-weight: 300; text-shadow: 0 0 12px rgba(0,0,0,0.7),0 0 12px rgba(0,0,0,0.7); 
animation: sec01_img 1.2s 0.5s both; z-index: 999; }

.sec01_img { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; z-index: 1; }
.sec01_img01 { background: url(../img/sec01_img01.jpg) center no-repeat; background-size: cover; }
.sec01_img02 { background: url(../img/sec01_img02.jpg) center no-repeat; background-size: cover; }
.sec01_img03 { background: url(../img/sec01_img03.jpg) center no-repeat; background-size: cover; }
.sec01_img04 { background: url(../img/sec01_img04.jpg) center no-repeat; background-size: cover; }

.swiper1 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: visible; animation: sec01_img04 1.0s 0.2s both; }

.swiper1_bt_wrap { width: 415px; height: 90px; position: absolute; left: 0px;bottom: 0; background-color: #004a76; z-index: 99; }

.swiper1_num { width: 195px; height: 12px; position: absolute; left: 60px; top: 0; bottom: 0; margin: auto; }
.swiper-pagination { position: relative; }
.swiper-pagination-fraction { position: absolute; left: 0; bottom: 0; font-size: 12px; line-height: 12px; color: #000; font-family: 'Noto Sans KR', sans-serif; letter-spacing: 0; font-weight: 300; display: flex; justify-content: space-between; }
.swiper-pagination-current,.swiper-pagination-total { padding: 0px; font-weight: 300; color: #fff; }
.swiper1_num span { font-size: 12px; line-height: 12px; color: #000; font-family: 'Noto Sans KR', sans-serif; letter-spacing: 0; font-weight: 300; color: #fff; }
.swiper1_num .current { position: absolute; left: 0; }
.swiper1_num .total { position: absolute; right: 0; }

.swiper1_bt_box { width: 135px; height: 12px; position: absolute; left: 90px; bottom: 0; top: 0; margin: auto; z-index: 991; }
.swiper1_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; margin: auto; display: flex; justify-content: space-between; }
.swiper1_bt div { width: 100%; height: 1px; margin: auto; margin-left: 1px; background-color: #5486a3; position: relative; }
.swiper1_bt div:nth-child(1) { margin-left: 0; }
.swiper1_bt div.selected:before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; display: none; animation: swiper1_bt 4.5s 0s linear both; }

.swiper_cont { width: 9px; height: 11px; position: absolute; left: 290px; bottom: 39px; z-index: 99; display: none; }
.swiper_cont div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
.swiper_cont .start { display: none; }
.swiper_cont .stop { }

.sec01_arrow { width: 58px; height: 11px; position: absolute; left: 300px; bottom: 39px; z-index: 99; display: flex; justify-content: space-between;  }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next { width: 18px; height: 11px; margin: 0; padding: 0; outline: none; position: relative; left: 0; top: 0; }

.swiper-pagination2 { width: 135px; height: 12px; position: absolute; left: 90px; bottom: 39px; z-index: 999; display: flex; justify-content: space-between; }
.swiper-pagination-bullet { width: 100%; height: 100%; border-radius: 0; margin-left: 1px; opacity: 0; }
.swiper-pagination2>span:nth-child(1) { margin-left: 0; }


.swiper1 .swiper-slide.swiper-slide-active .swiper1_bt div.selected:before { display: block; }

.swiper1 .swiper-slide.swiper-slide-active .sec01_img { animation: sec01_img 4s 0s both; }
/*.swiper1 .swiper-slide.swiper-slide-active .sec01_tit { animation: sec01_txt 1.2s 0.2s both; }*/
.swiper1 .swiper-slide.swiper-slide-active .sec01_txt_box h4 { animation: sec01_txt 1.0s 0.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .sec01_txt_box h2 { animation: sec01_txt 1.0s 0.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .sec01_line { animation: sec01_txt 1.0s 0.7s both; }
.swiper1 .swiper-slide.swiper-slide-active .sec01_txt_box p { animation: sec01_txt 1.0s 1.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .sec01_txt_box h3 { animation: sec01_txt 1.0s 1.2s both; }


@keyframes swiper1_bt {
	from { width: 0; }
	to {  }
}
@keyframes sec01_txt {
	from { transform: translateY(-20px); opacity: 0; }
	to {  }
}
@keyframes sec01_img {
	from { transform: scale(1.3); }
	to {  }
}

/**/

#section2 { width: 100%; height: 100%; z-index: 9; }
.sec02_bg_img { position: absolute; right: 25px; top: 0; }

.sec02_box { width: 100%; height: 100%; display: flex; justify-content: space-between; display: none; }
.sec02_content { width: 100%; height: 100%; position: relative; overflow: hidden; box-sizing: border-box; }
.sec02_content:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; background-color: #cdcdcd; }
.sec02_content:last-child { border-right: none; }

.sec02_content.content02:after,.sec02_content.content04:after { bottom: 0; animation: sec02_line 2s 0s both; }
.sec02_content.content03:after,.sec02_content.content05:after { top: 0; animation: sec02_line 2s 0s both; }

.sec02_tit_box { width: 530px; position: absolute; left: 0; right: 0; margin: auto; top: 22%; color: #252525; text-align: center; z-index: 9; animation: sec02_tit 1.2s 0.4s both; }
.sec02_tit_box h3 { font-size: 24px; line-height: 100%; font-weight: 100; }
.sec02_tit_box h2 { font-size: 46px; line-height: 100%; margin-top: 15px; font-weight: 400; }

.sec02_txt_box { width: 100%; height: 400px; position: absolute; left: 0; right: 0; top: 37%; margin: auto; color: #252525; }
.sec02_icon { width: 105px; height: 105px; border-radius: 100%; background-color: #e9e9e9; margin: auto; position: relative; }
.sec02_icon img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sec02_txt_box h4 { font-size: 20px; line-height: 100%; margin-top: 30px; font-weight: 600; }
.sec02_txt_box p { font-size: 14px; line-height: 24px; margin-top: 12px; font-weight: 400; }
.sec02_txt_box h5 { font-size: 18px; line-height: 100%; margin-top: 17px; opacity: 0.45; font-weight: 500; }
.sec02_img { height: 110px; position: relative; margin-top: 35px; }
.sec02_img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.sec02_content.content01 .sec02_txt_box { animation: sec02_txt 0.8s 0.4s both; }
.sec02_content.content02 .sec02_txt_box { animation: sec02_txt 0.8s 1.0s both; }
.sec02_content.content03 .sec02_txt_box { animation: sec02_txt 0.8s 0.6s both; }
.sec02_content.content04 .sec02_txt_box { animation: sec02_txt 0.8s 1.2s both; }
.sec02_content.content05 .sec02_txt_box { animation: sec02_txt 0.8s 0.8s both; }


.sec02_bt_box { width: 1320px; height: 95px; position: absolute; margin: auto; left: 0; right: 0; bottom: 8%; display: flex; justify-content: space-between; z-index: 9; color: #fff; text-align: left; animation: sec02_bt 1.2s 1.4s both;}
.sec02_bt_box>a { width: 100%; height: 100%; margin-left: 10px; overflow: hidden; position: relative; box-sizing: border-box; padding-left: 40px; }
/*.sec02_bt_box>a:nth-child(1):after { content:''; left: 0; top: 0; width: 0; height: 100%; position: absolute; z-index: 999999; background-color: #fff; animation: sec02_content 0.8s 0.7s both; }
.sec02_bt_box>a:nth-child(2):after { content:''; right: 0; top: 0; width: 0; height: 100%; position: absolute; z-index: 999999; background-color: #fff; animation: sec02_content 0.8s 0.7s both; }*/
.sec02_bt_box>a:nth-child(1) { margin-left: 0; }
.sec02_bg01 { background: url(../img/sec02_bg01.jpg) center no-repeat; }
.sec02_bg02 { background: url(../img/sec02_bg02.jpg) center no-repeat; }
.sec02_bg { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; transition: 0.4s; background-size: cover; z-index: -1; }
.sec02_bt_box h3 { float: left; font-size: 26px; line-height: 100%; font-weight: 400; padding-right: 25px; position: relative; transform: translateY(125%); }
.sec02_bt_box h3:after { content:''; position: absolute; right: 0; bottom: -3px; width: 1px; height: 100%; background-color: #fff; opacity: 0.55; }
.sec02_bt_box p { float: left; opacity: 0.55; font-size: 12px; line-height: 16px; font-weight: 300; margin-left: 25px; position: relative; transform: translateY(100%); }
.sec02_arrow { width: 26px; height: 10px; position: absolute; right: 40px; top: 0; bottom: 0; margin: auto; transition: 0.3s; }
.sec02_arrow:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: 0; }
.sec02_arrow:before { content:''; width: 10px; height: 1px; background-color: #fff; position: absolute; right: -1px; bottom: 4px; transform: rotate(45deg); }

/*.sec02_bt_box>a:hover .sec02_bg { transform: scale(1.03); }*/
.sec02_bt_box>a:hover .sec02_arrow { transform: translateX(5px); }

@keyframes sec02_line {
	from { height: 0; }
	to {  }
}
@keyframes sec02_tit {
	from { opacity: 0; }
	to {  }
}
@keyframes sec02_txt {
	from { opacity: 0; transform: translateY(-20px); }
	to {  }
}
@keyframes sec02_bt {
	from { opacity: 0; transform: translateY(20px); }
	to {  }
}



/**/

#section3 { width: 100%; height: 100%; position: relative; background: url(../img/sec03_bg.jpg) center no-repeat; background-size: cover; }

.sec03_box { width: 1685px; height: 755px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; color: #fff; transform: translateY(25px); display: none; }
.sec03_top { width: 100%; height: 370px; position: relative; }
.sec03_bottom { width: 100%; height: 340px; position: relative; margin-top: 45px; }
.sec03_img { position: relative; }
.img_cap { position: absolute; right: 0; bottom: 0; width: 64px; height: 20px; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #747677; font-weight: 400; }

.sec03_top .sec03_img { float: left; animation: sec03_img 1.2s 0.2s both; }
.sec03_top_txt { float: left; text-align: left; margin-left: 75px; }
.sec03_tit { animation: sec03_txt 1.2s 0.4s both; }
.sec03_top_txt h3 { font-size: 33px; line-height: 100%; margin-top: 50px; font-weight: 700; position: relative; animation: sec03_txt 1.2s 0.4s both; }
.sec03_top_txt h3 span { position: relative; }
.sec03_top_txt h3 span:after { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 3px; background-color: #fff; }
.sec03_top_txt p { font-size: 16px; line-height: 25px; margin-top: 30px; font-weight: 400; animation: sec03_txt 1.2s 0.4s both; }
.sec03_bottom .sec03_img { float: right; animation: sec03_img2 1.2s 0.6s both; }
.sec03_bottom_txt { float: right; text-align: left; margin-right: 80px; position: relative; animation: sec03_txt2 1.2s 0.8s both; }
.sec03_bottom_txt h5 { font-size: 18px; line-height: 100%; font-weight: 500; }
.sec03_bottom_txt p { font-size: 14px; line-height: 25px; margin-top: 20px; }
.sec03_bottom_txt:after { content:''; width: 1px; height: 95px; background-color: #fff; position: absolute; left: -45px; top: 5px; }

.sec03_ori { position: absolute; font-size: 12px; line-height: 160%; width: 700px; text-align: left; left: 75px; bottom: 40px; color: #fff; font-weight: 300; text-shadow: 0 0 12px rgba(0,0,0,0.7),0 0 12px rgba(0,0,0,0.7); 
animation: sec01_img 1.2s 0.5s both; z-index: 999; }

@keyframes sec03_img {
	from { transform: translateX(-20px); opacity: 0; }
	to {  }
}
@keyframes sec03_img2 {
	from { transform: translateY(20px); opacity: 0; }
	to {  }
}
@keyframes sec03_txt {
	from { transform: translateY(-20px); opacity: 0; }
	to {  }
}
@keyframes sec03_txt2 {
	from { transform: translateX(20px); opacity: 0; }
	to {  }
}

/**/

#section4 { width: 100%; height: 100%; position: relative; }
.sec04_top { width: 100%; height: 50%; position: relative; background: url(../img/sec04_top_bg.jpg) center no-repeat; background-size: cover; display: none; }
.sec04_bottom { width: 100%; height: 50%; position: relative; background: #e3e3e3 url(../img/sec04_bottom_bg.png) left bottom no-repeat; z-index: 9; display: none; }

.img_cap2 { position: absolute; left: 0; bottom: 0; width: 64px; height: 20px; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #747677; font-weight: 400; }

.sec04_top_box { width: 800px; height: 225px; position: absolute; left: 12%; bottom: 13%; animation: sec04_tit 1.5s 0.2s both; }
.sec04_tit { width: 225px; height: 100%; position: relative; border: 1px solid #fff; float: left; }
.sec04_tit img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sec04_top_txt_box { float: left; margin-left: 58px; text-align: left; margin-top: -25px; }
.sec04_top_img { display: block; }
.sec04_top_txt { margin-top: 25px; clear: both; }
.sec04_top_txt_box p { font-size: 14px; line-height: 25px; margin-top: 15px; color: #fff; font-weight: 400; }

.sec04_bottom_box { width: 1125px; height: 400px; position: absolute; right: 10.5%; top: -8%; display: flex; justify-content: space-between; }
.sec04_bottom_content { width: 340px; height: auto; text-align: left; }
.sec04_bottom_img { width: 100%; position: relative; }
.sec04_bottom_txt { margin-top: 25px; }
.sec04_bottom_content p { margin-top: 15px; color: #5b5b5b; font-size: 14px; line-height: 25px; }
.sec04_bottom_content:nth-child(1) { margin-top: 120px; animation: sec04_con 1.2s 0.7s both; }
.sec04_bottom_content:nth-child(2) { animation: sec04_con 1.2s 0.9s both; }
.sec04_bottom_content:nth-child(3) { margin-top: 75px; animation: sec04_con 1.2s 1.1s both; }

.sec04_ori { position: absolute; font-size: 12px; line-height: 100%; width: 700px; text-align: right; right: 75px; bottom: 40px; color: #000; font-weight: 300; /*text-shadow: 0 0 12px rgba(0,0,0,0.7),0 0 12px rgba(0,0,0,0.7); 
*/animation: sec01_img 1.2s 0.5s both; z-index: 999; }

@keyframes sec04_tit {
	from { transform: translateX(-30px); opacity: 0; }
	to {  }
}
@keyframes sec04_con {
	from { transform: translateY(-15px); opacity: 0; }
	to {  }
}

/**/

#section5 { width: 100%; height: 100%; position: relative; }
.sec05_top { width: 100%; height: 50%; position: relative; background: url(../img/sec05_top_bg.jpg) center no-repeat; background-size: cover; display: none; }
.sec05_bottom { width: 100%; height: 50%; position: relative; background: #e3e3e3; z-index: 9; display: none; }

.sec05_bottom_bg { position: absolute; left: 0; bottom: 0; }

.sec05_top_box { width: 800px; height: 225px; position: absolute; left: 12%; bottom: 13%; animation: sec04_tit 1.5s 0.2s both; }
.sec05_tit { width: 225px; height: 100%; position: relative; border: 1px solid #fff; float: left; }
.sec05_tit img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sec05_top_txt_box { float: left; margin-left: 20%; text-align: left; margin-top: -40px; }
.sec05_top_img { display: block; }
.sec05_top_txt { margin-top: 25px; clear: both; }
.sec05_top_txt_box p { font-size: 14px; line-height: 25px; margin-top: 15px; color: #fff; font-weight: 400; }

.sec05_bottom_box { width: 1125px; height: 400px; position: absolute; right: 10.5%; top: -8%; display: flex; justify-content: space-between; }
.sec05_bottom_content { width: 340px; height: auto; text-align: left; }
.sec05_bottom_img { width: 100%; position: relative; }
.sec05_bottom_txt { margin-top: 25px; }
.sec05_bottom_content p { margin-top: 15px; color: #5b5b5b; font-size: 14px; line-height: 25px; }
.sec05_bottom_content:nth-child(1) { margin-top: 120px; animation: sec04_con 1.2s 0.7s both; }
.sec05_bottom_content:nth-child(2) { animation: sec04_con 1.2s 0.9s both; }
.sec05_bottom_content:nth-child(3) { margin-top: 75px; animation: sec04_con 1.2s 1.1s both; }
.sec05_bottom_content:nth-child(3) p { width: 400px; }

/**/

#section6 { width: 100%; height: 100%; position: relative; }
.sec06_left { width: 40%; height: 100%; position: relative; float: left; background: url(../img/sec06_left_bg.jpg) center no-repeat; background-size: cover; display: none; }
.sec06_right { width: 60%; height: 100%; position: relative; float: left; background: #72706f url(../img/sec06_right_bg.png) right bottom no-repeat; z-index: 9; display: none; }

.sec06_right_img2 { position: absolute; right: 2%; top: 33%; animation: sec06_con 1.2s 1.1s both; }

.sec06_left_box { width: 800px; height: 380px; position: absolute; left: 12%; bottom: 8%; animation: sec06_tit 1.5s 0.2s both; }
.sec06_tit { width: 225px; height: 225px; position: relative; border: 1px solid #fff; }
.sec06_tit img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sec06_left_txt_box { text-align: left; margin-top: 40px; }
.sec06_left_txt { clear: both; }
.sec06_left_txt_box p { font-size: 14px; line-height: 25px; margin-top: 20px; color: #fff; font-weight: 400; }

.sec06_right_box { width: 680px; height: 735px; position: absolute; left: 10%; top: 14%; }
.sec06_right_content { width: 340px; height: auto; text-align: left; }
.sec06_right_img { width: 100%; position: relative; }
.sec06_right_txt { margin-top: 25px; }
.sec06_right_content p { margin-top: 15px; color: #fff; font-size: 14px; line-height: 25px; }
.sec06_right_content:nth-child(1) { margin-left: 130px; animation: sec06_con2 1.2s 0.7s both; }
.sec06_right_content:nth-child(2) { margin-top: 40px; animation: sec06_con 1.2s 0.9s both; }
.sec06_right_content:nth-child(3) { margin-left: 340px; margin-top: -131px; animation: sec06_con2 1.2s 1.1s both; }

.sec06_ori { position: absolute; font-size: 12px; line-height: 100%; width: 700px; text-align: right; right: 75px; bottom: 40px; color: #fff; font-weight: 300; text-shadow: 0 0 12px rgba(0,0,0,0.7),0 0 12px rgba(0,0,0,0.7); 
animation: sec01_img 1.2s 0.5s both; z-index: 999; }

@keyframes sec06_tit {
	from { transform: translateY(-30px); opacity: 0; }
	to {  }
}
@keyframes sec06_con {
	from { transform: translateX(-15px); opacity: 0; }
	to {  }
}
@keyframes sec06_con2 {
	from { transform: translateX(15px); opacity: 0; }
	to {  }
}

/**/
.footer { width: 100%; height: 225px; box-sizing: border-box; z-index: 999; font-family: 'Noto Sans KR', sans-serif; background-color: #535353; color: #fff; position: relative; box-sizing: border-box; padding: 0 60px; text-align: left;
letter-spacing: -0.5px; }

.footer_logo { float: left; margin-top: 55px; }
.footer_left { float: left; margin-top: 35px; margin-left: 50px; }
.footer_const { }
.footer_const ul { }
.footer_const ul li { display: inline-block; line-height: 100%; padding: 0 20px; font-size: 14px; vertical-align: middle; position: relative; font-weight: 300; }
.footer_const ul li:nth-child(1) { padding-left: 0; }
.footer_const ul li:after { content:''; width: 1px; height: 12px; background-color: #fff; opacity: 0.7; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.footer_const ul li:last-child:after { display: none; }
.footer_left p { font-size: 12px; opacity: 0.65; margin-top: 25px; line-height: 20px; font-weight: 200; }
.footer_left h5 { font-size: 12px; opacity: 0.4; margin-top: 7px; line-height: 20px; font-weight: 100; }

.footer_right { float: right; margin-top: 37px; text-align: right; }
.footer_right ul { float: right; }
.footer_right ul li { font-size: 12px; display: inline-block; line-height: 100%; padding: 0 7.5px; vertical-align: middle; position: relative; font-weight: 300; letter-spacing: 0; }
.footer_right ul li:nth-child(1) { padding-right: 4px; }
.footer_right ul li:last-child { padding-right: 0; }
.footer_right h6 { float: right; clear: both; font-size: 12px; font-weight: 100; line-height: 100%; margin-top: 10px; letter-spacing: 0; }


/*.footer { width: 100%; height: 190px; box-sizing: border-box; z-index: 999; font-family: 'Noto Sans KR', sans-serif; background-color: #fff; border-top: 1px solid #f0f0f0; position: relative; text-align: center; }
.footer_logo { margin-top: 50px; }
.footer ul { color: #0b0b0b; margin-top: 20px; }
.footer ul li { font-size: 10px; opacity: 0.77; line-height: 16px; letter-spacing: 0px; font-weight: 500; }
.footer ul li:first-child { opacity: 0.99; }
.footer h6 { color: #0b0b0b; font-size: 10px; line-height: 100%; opacity: 0.77; letter-spacing: 0px; margin-top: 20px; font-weight: 500; margin-bottom: 55px; display: none; }
*/


/**/

/*서브*/

.all_wrap { width: calc(100% - 100px); height: auto; overflow: hidden; position: relative; }

#container{ width: 100%; position: relative; left: 0; top: 0; z-index: 90; } 

#sub-top01 { width: calc(100% - 100px); height: 360px; overflow: hidden; position: relative; margin-top: 85px; background: url(../img/sub_top01.jpg) center bottom no-repeat; background-size: cover; }
#sub-top01:after { content:''; position: absolute; width: 100%; height: 100%; background-color: #000; z-index: 1; opacity: 0.3; }
.sub_top_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0.6; }
#sub_top_txt { position: absolute; height: 60px; width: 100%; left: 0; right: 0; margin: auto; top: 25%; text-align: center; animation: sub_top 0.8s 0.2s both; z-index: 9; }
#sub_top_txt>img {  }
.sub_top_line { width: 1px; height: 30px; background-color: #fff; margin: auto; margin-top: 25px; }
#sub_top_txt h3 { font-size: 22px; line-height: 100%; color: #fff; margin-top: 20px; }



@keyframes sub_top {
	from { opacity: 0; transform: translateY(30px); }
	to {  }
}
@keyframes sub_top_line {
	from { width: 0; }
	to {  }
}


#snb_wrap { background-color: #e8e8e8; width:100%; height: 50px; position:relative; z-index:200; }
#snb { width: 1260px; height: 50px; position: relative; margin: auto; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float:left; position:relative; height: 50px; text-align: left; background-color: #004a76; box-sizing: border-box; }
#snb > li:first-child + li > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; color: #fff; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #232323;  }
#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: 10px; height: 1px; background-color: #fff; transform: rotate(40deg) translateY(-4px); position: absolute; right: 18px; top: 50%; }
#snb > li:nth-child(2):before { content:''; width: 10px; height: 1px; background-color: #fff; transform: rotate(-40deg) translateY(4px); position: absolute; right: 18px; top: 50%; }
#snb > li:nth-child(3) { background-color: #fff; }
#snb > li:nth-child(3):after { content:''; width: 20px; height: 10px; position: absolute; right: 18px; top: 50%; border: 2px solid #232323; border-left: none; border-right: none; margin-top: -6px; }
#snb > li:nth-child(3):before { content:''; width: 20px; height: 2px; position: absolute; right: 18px; top: 50%; background-color: #232323; margin-top: 0px; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display:block; height:50px; line-height:50px; padding: 0 25px 0 18px; font-size: 14px; color:#555; min-width:160px; font-weight:400; }


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



#sub_container { width: 100%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
/*#sub_box { position: relative; width: 1260px; margin: auto; overflow: hidden; text-align: center; border: 1px solid #d6d6d6; border-top: none; border-bottom: none; padding-bottom: 80px; box-sizing: border-box; }*/
#sub_box { position: relative; width: 1260px; margin: auto; overflow: hidden; text-align: center; border: 1px solid #d6d6d6; border-top: none; border-bottom: none; padding-bottom: 80px; padding-top: 30px;
box-sizing: border-box; }
#sub_tit { margin-top: 30px; overflow: hidden; }
#sub_box h2 { font-size: 35px; color: #111; font-weight: 400; line-height: 30px; }
#sub_box h6 { font-size: 13px; color: #999; font-weight: 400; margin-top: 12px; letter-spacing: -0.5px; text-transform: uppercase; display: none; }
.sub_line { width: 1px; height: 25px; background-color: #aaa; margin: auto; margin-top: 30px; }
#sub_page { margin-top: 40px; overflow: hidden; }



/**/

ul.tabs2 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}

/**/
ul.tabs2 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #003555;  border:1px solid #003555; }
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs2 li a { padding:10px 180px; color:#444;}
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.active { color:#fff; background: #003555; border:1px solid #003555; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}

/**/


ul.tabs3 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs3 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}


ul.tabs3 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #003555;  border:1px solid #003555;}
	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs3 li a { padding:10px 180px; color:#444;}
        
ul.tabs3 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs3 li.active { color:#fff; background: #003555; border:1px solid #003555; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}



@media all and (max-width: 1540px){
	
	

}

	
@media all and (max-height: 850px) { 
		


}


