@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
 
 @font-face {/*국문*/
	font-family:NotoSans;
	font-weight:bold;
	src:url(../font/NotoSansKR-Regular.eot);
	src:local(※), url(../font/NotoSansKR-Regular.woff) format('woff');
}
 
@font-face {/*국문*/
	font-family:NotoSans;
	font-weight:normal;
	src:url(../font/NotoSansKR-Light.eot);
	src:local(※), url(../font/NotoSansKR-Light.woff) format('woff');
}

@font-face{/*영문*/
	font-family:Gotham;
	font-weight:bold;
	src:url(../font/Gotham-Medium.eot);
	src:local(※), url(../font/Gotham-Medium.woff) format('woff');
}
@font-face{/*영문*/
	font-family:Gotham;
	font-weight:normal;
	src:url(../font/Gotham-Book.eot);
	src:local(※), url(../font/Gotham-Book.woff) format('woff');
}

html,body,button,dl,dt,dd,div,form,fieldset,legend,h1,h2,h3,h4,h5,h6,input,select,textarea,ul,ol,li,p,pre,table,td,th,caption,a,button{
	margin:0;padding:0; line-height:120%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size:12px;
	color:#333;
	/* font-family:'Noto Sans KR',sans-serif !important; */
	 font-family:AppleSDGothicNeo-Light,NotoSans,NanumGothic,'나눔 고딕',Malgun Gothic,'맑은 고딕',sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: none;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

input[type='checkbox'] {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}


/* Custom CSS
 * --------------------------------------- */
body{
	/* font-family: arial,helvetica; */
	 font-family:AppleSDGothicNeo-Light,NotoSans,NanumGothic,'나눔 고딕',Malgun Gothic,'맑은 고딕',sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

 .text-center {text-align:center; margin:0 auto;}

 ul.section01_list {width: 50%; margin:65px auto 0; text-align:center;}
 ul.section01_list li {display: inline-block; width: 24%;}
 ul.section01_list li a  {color: #fff}

 ul.section02_list {width: 50%; margin:65px auto 0; text-align:center;}
 ul.section02_list li {display: inline-block; width: 27%;}
 ul.section02_list li a  {color: #fff}

 a.btn-main-rounded {
	display: inline-block;
	margin: 50px auto 0;
	padding: 1% 5%;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 20px;
	text-align:center;
	border-radius: 50px;
 }

/* Header */
html,body{width:100%;height:100%;}
.wrap{position:relative;width:100%;height:100%;}
/* .header{position:absolute; left:0; top:0; text-align:center;width:100%;height:140px;padding:0; z-index:50;box-sizing:border-box;
border-bottom: 1px solid rgba(255,255,255, 0.3); background: rgba(0, 0, 0, 0.1);} */
.header{height:95px; background:#00529b;}
.header .inner_spot {
	width: 1180px;
	margin: 0 auto;
}
.header > h1 {line-height: 140px; height: 140px;}
.header h1 a{overflow:hidden;display:inline-block;}
.header h1 a > img {overflow:hidden;display:inline-block; line-height: 140px; vertical-align: middle;}
.header #btn_all{overflow:hidden; position:absolute; left:130px; top:50%; width:48px; height: 40px; margin-top: -20px; padding:0;}
.header .sub_header{display:none;}

.header.fixed{height:80px;padding:0 0 0 0;background:#fff;}
.header.fixed .sub_header{display:block;width:100%;height:40px;background:#54585a;}
.header.fixed h1 a{height:70px;padding:24px 20px 20px 10px;box-sizing:border-box;}
.header.fixed h1 a img{margin-top:-190px;}
.header.fixed #btn_all{top:0;height:8px;padding:40px 0 20px 0;}
.header.fixed #btn_all img{margin-top:-116px;}
.header .sub_header ul{display:table;width:1180px;height:40px;margin:0 auto;table-layout:fixed;}
.header .sub_header ul li{display:table-cell;text-align:center;vertical-align:middle;border-left:1px solid #939697;}
.header .sub_header ul li:first-child{border-left:0;}
.header .sub_header ul li a{display:inline-block;width:100%;height:40px;line-height:40px;font-size:18px;color:#fff;}

.header .language_box{text-align:left;position:absolute;left:50%;top:55px;margin-left:25%;}
.header .language_box a{display:inline-block;margin-left:7px;font-size:16px;color:#fff;font-weight:400;}
.header .language_box a:first-child{margin-left:0;}
.header .language_box a.on{color:#fff;font-weight:bold;border-bottom:1px solid #fff;}

.main .btn_top{display:none;}
.header.fixed .language_box{display:none;}
.wrap.main {background-color:#000;}


.dim{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;}
.dim.on{display:block !important;}
.dim2{display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:30;}
.dim2.on{display:block;}

#gnb{
	position:fixed;
	left:-1046px;
	top:0;
	display:none;
	width:1046px;
	height:100%;
	background:#fff /*url(../images/main/bg_gnb.png) no-repeat right bottom;*/;
	table-layout:fixed;
	z-index:110;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
#gnb.on {display:table;}

#gnb #gnb_close{position:absolute;right:60px;top:50px;width:28px;height:28px;z-index:115;}
#gnb .inner{vertical-align:middle;width:90%;padding:15% 0 0 15%;box-sizing:border-box;}
#gnb .innner_wrap{position:relative;margin-top:40px;padding-bottom:30px;border-bottom:1px solid #e8e8e8;text-align:left;} /* ���ټ�(2018-01-19)_���� */
#gnb .innner_wrap:first-child{margin-top:0;}
#gnb .innner_wrap.last{border-bottom:0;}
#gnb .tit_gnb{display:inline-block;width:180px;}
.tit_gnb + .tit_gnb{margin-top:50px;}
#gnb .tit_gnb a{display:inline-block;font-size:24px;color:#222;font-weight:800;}
#gnb ul{position:absolute;left:220px;top:0;width:570px;}
#gnb li{display:inline-block;margin-left:23px;}
#gnb li:first-child{margin-left:0;}
#gnb li a{position:relative;display:block;height:67px;font-size:18px;color:#222;font-weight:500; letter-spacing: -1px;}
#gnb li a:hover{color:#da291c;}
#gnb li a:hover:after{display:block;content:"";position:absolute;left:50%;bottom:3px;width:100%;height:4px;background:#da291c;z-index:1;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);}


h2.lnb_h2 {font-size: 30px; color:#222; text-align:left; font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 40px;}

.sub_menu{padding:30px 0 0 0;}
.sub_menu dt{display:inline-block;vertical-align:middle;width:240px;margin:0 0 30px 0;font-size:28px;color:#222;font-weight:500;}
.sub_menu dd{display:inline-block;vertical-align:middle;margin:0 0 30px 0;}
.sub_menu dd ul{margin:0 0 0 0;}
.sub_menu dd ul li{display:inline-block;margin-left:13px;}
.sub_menu dd ul li a{display:inline-block;font-size:18px;color:#222;}

.select_wrap{}
.select_wrap select {font-size:16px;width:100%;height:40px;color:#252525;border:1px solid #b6b6b6;padding:0;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance: none;background:#fff url("../images/bg_select_arrow.png") 100% 50% no-repeat;text-indent:5px;}/* 2018-06-12 */



#container {margin-top: 110px}

.soon {padding-bottom: 1000px !important}

/* fullpage custom */

#fp-nav ul li .fp-tooltip.fp-right {
    right: 75px;
    text-align: right;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    position: relative;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 0;
    top: 0;
    margin: -2px 0 0 -2px;
	border-radius: 50%;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
	width: auto;
    line-height: 100px;
    opacity: 1;
    font-size: 18px;
	padding-right: 40px;
	font-weight: bold;
}

#fp-nav ul li .fp-tooltip {
    opacity: 1;
    width: auto;
}

#fp-nav ul li:nth-child(1) > a.active > span {
    display: inline-block;
	width: 90px !important;
    height: 90px !important;
    background: url(../images/nav_right01.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 0;
    margin: 0;
}

#fp-nav ul li:nth-child(2) > a.active > span {
    display: inline-block;
	width: 90px !important;
    height: 90px !important;
    background: url(../images/nav_right02.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 0;
    margin: 0;
}

#fp-nav ul li:nth-child(3) > a.active > span {
    display: inline-block;
	width: 90px !important;
    height: 90px !important;
    background: url(../images/nav_right03.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 0;
    margin: 0;
}

#fp-nav ul li:nth-child(4) > a.active > span {
    display: inline-block;
	width: 90px !important;
    height: 90px !important;
    background: url(../images/nav_right04.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 0;
    margin: 0;
}

#fp-nav ul li:nth-child(5) > a.active > span {
    display: inline-block;
	width: 90px !important;
    height: 90px !important;
    background: url(../images/nav_right05.png) no-repeat 50% 50%;
    background-size: contain;
    padding: 0;
    margin: 0;
}


#fp-nav ul li:nth-child(6) {
	display: none !important;
}




#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 5px !important;
    width: 5px !important;
    background: #fff;
    right: 0;
    position: relative;
    display: block;
    margin: 0 0 30px 45px;
}

#fp-nav.fp-right {
    right: 52px;
	width: 100px;
}


#fp-nav ul li {
	margin-bottom: 30px
}

#fp-nav ul li a.active {
    display: block;
	overflow: hidden;
    width: 90px;
    height: 90px;
    margin: 0 0 30px 0;
}


#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
	position: relative;
    width: 100px;
    height: 100%;
    margin: 0;
}

#fp-nav ul li .fp-tooltip {
	width: 100px;
	top: -5px !important;
	opacity: 1 !important
}


.sub-visual-top {
	position: relative;
	width: 100%;
	height: 60px;
	text-align:center;
	background: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
}


.sub-visual-top .inner_spot {
	width: 1180px;
	margin: 0 auto;
}

.sub-visual-top > .inner_spot > h2 {
	color: #fff;
	font-size: 42px;
}

.sub-visual-top > .inner_spot p.txt_spot {
	padding-top: 30px;
	color: #fff;
	font-size: 16px;
}

/* Lnb Slide Toggle */
.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

p.copy {
	padding-top: 20px;
	color: #777;
	font-size: 14px;
	line-height:1.5em;
	letter-spacing:-0.5px;
	text-align:center;
}



/* 상단으로 이동 */
#topscroll{position:fixed; right:50%; margin-right:-680px; bottom:283px; z-index:9; color:#fff; cursor:pointer; background-color:#bbbbbb; width:48px; height:48px; border-radius:50px; font-size:0.875em;  font-family:AppleSDGothicNeo-Light,NotoSans,NanumGothic,'나눔 고딕',Malgun Gothic,'맑은 고딕',sans-serif; font-weight:normal; text-align:center;   opacity:1;	transition-duration:0.3s; opacity:0}
#topscroll a{color:#fff;display:block;padding-top: 5px;text-align:center;line-height: 48px;box-sizing:  border-box;}
#topscroll:before,
#topscroll:after{content:''; position:absolute; top:15px; display:block; width:10px; height:2px; background-color:#fff; transition-duration:0.2s;}
#topscroll:before{left:15px; -ms-transform: rotate(-45deg); /* IE 9 */ -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */ transform: rotate(-45deg);}
#topscroll:after{left:22px; -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */ transform: rotate(45deg);}
#topscroll.active{background-color:#3c3c3c}
#topscroll.active:before{left:14px; -ms-transform: rotate(0deg); /* IE 9 */ -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */ transform: rotate(0deg);}
#topscroll.active:after{left:23px; -ms-transform: rotate(0deg); /* IE 9 */ -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */ transform: rotate(0deg);}
#topscroll.show{opacity:1;}

