@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
body,th,td,input,select,textarea,h2,h3,h4,h5,address{font-family:'Noto Sans KR', sans-serif; font-style:normal; font-weight:normal; font-size:14px; line-height:1.4; color:#666;}

#header,
#header h1,
#header h1>a,
#header .mMenu>span,
#header .mMenu:before,
#header .mMenu:after,
#header #gnb:after,
#header #gnb:before,
#header #gnb>li>a:before,
#header #gnb>li>a i:before,
#header #gnb>li>a i:after,
#header #gnb>li,
#header #gnb a,
#header #gnb>li>a>span:before,
#header #gnb .gnbSub>li>a,
#header #gnb>li>a em,
#header #gnb>li>a em:after,
#header #gnb>li>a em:before,
#header #pc_menu:before,
#header #pc_menu>li>a,
#header #pc_menu>li>a i,

#header .allMenu>span,
#header .allMenu:before,
#header .allMenu:after,

#snb #nav>li>a,
#snb #nav>li>a i,
#snb #nav>li>a i:after,
#snb #nav>li>a i:before,
#snb #nav .lnbSub>a,

#container.portrait #snb #nav>li>a,
#container.portrait #snb #nav>li .d3>li>a{transition: all .3s ease-out; transform-origin: 50% 50%;}

a.goTop,
a.goTop:before{transition: all .5s ease-out;}

#header .gnbArea,
#header .gnbArea .gnbBg{transition: all .5s ease-out; transform-origin: 50% 50%;}

/*[s] Layout Style */
	img{max-width:100%; margin:0 auto !important; font-size:0 !important; line-height:0;
		image-rendering: -moz-crisp-edges; /* Firefox */
		image-rendering: -o-crisp-edges; /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
	}
	html.hide{height:100vh; overflow:hidden;}

	.inConts{width:1280px; margin:0 auto; padding:0 0; position: relative; box-sizing: border-box;}
	#progressBar{width:0%; height:3px; background-color:#006cb7; font-size:0; line-height:0; position:fixed;left:0; top:0;z-index:11;
		background: #006cb7; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #006cb7 0%, #0ac2c4 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  #006cb7 0%,#0ac2c4 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  #006cb7 0%,#0ac2c4 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cb7', endColorstr='#0ac2c4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

	#wrap{width:100%; min-width:1240px; margin:0 auto; position:relative; overflow:hidden; word-break:keep-all; word-wrap:break-word;}

	#header{width:100%; background-color:rgba(0,0,0,0.2); border-bottom:1px solid rgba(255,255,255,0.2); font-size:0; line-height:0; position: absolute; left:0; top:0; z-index:7;}
	#header h1{padding:23px 0; display:inline-block; position: relative; z-index:7;}
	#header h1>a{width:200px; height:44px; background:url('/img/logo.png') no-repeat center center; display:block;}

	#header .gnbArea{text-align: center; position: absolute; right:88px; top:0;}
	#header #gnb{display:inline-block;}
	/*
	#header #gnb:before{content: ""; width:3600px; height:0; margin-left:-1800px; background-color:rgba(255,255,255,1); position: absolute; left:50%; top:100%; z-index:1;}
	#header #gnb:hover:before{height:60px;}
	*/
	#header #gnb>li{display:inline-block; vertical-align: top; position: relative;}
	#header #gnb>li>a{width:100%; height:91px; padding:0 25px; font-weight: 500; font-size:17px; line-height:1.4; color: #fff; display:table; box-sizing: border-box;}
	#header #gnb>li>a>span{padding:5px 0; display:table-cell; vertical-align:middle; position: relative;}
	#header #gnb>li>a>span:before{content: ""; width: 0; height: 2px; background-color: #fff; margin-left:0%; display: inline-block; position:absolute; left: 50%; bottom:0; z-index:5;}

	#header #gnb .gnbSub{width:200px; background-color: #fff; position: absolute; left:50%; top:100%; z-index:4; display:none; transform: translateX(-50%); border:1px solid #ddd; border-top:none}
	#header #gnb .gnbSub>li{display:block;}
	#header #gnb .gnbSub>li+li{border-top:1px solid #ddd;}
	#header #gnb .gnbSub>li>a{width:100%; height:40px; padding:0 15px; font-size:14px; line-height:1.3; color: #666; text-align: center; display:table; box-sizing: border-box;}
	#header #gnb .gnbSub>li>a>span{padding:5px 0; display:table-cell; vertical-align: middle; word-break:keep-all; word-wrap:break-word;}

	#header #gnb>li:hover>a>span:before,
	#header #gnb>li.active>a>span:before,
	#header #gnb>li.oPage>a>span:before{width: 100%; margin-left:0px; left:0; opacity: 1}

	#header .language{padding-left:18px; background:url('../img/icon_language.png') no-repeat left center; display:inline-block; position: absolute; right:0px; top:50%; transform: translateY(-50%); z-index:4;}
	#header .language select{height:20px; padding:0 15px 0 10px; border:1px solid transparent; font-weight: 400; font-size:14px; line-height:18px; color: #fff; text-align: left; display:inline-block; box-sizing: border-box;}
	#header .language select{background:transparent url('../img/arr_language.png') no-repeat right center; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline-width: 0; outline:none; select-dummy: expression(this.hideFocus=true);}
	#header .language select::-ms-expand{display:none;}
	#header .language option{outline:none; select-dummy: expression(this.hideFocus=true);}


	#header:hover .language{background-image:url('../img/icon_language_on.png');}
	#header:hover .language select{color: #59595c;}
	#header:hover .language select{background-image:url('../img/arr_language_on.png');}


	#header{position: absolute;}
	.sub #header #gnb>li.oPage>a{color: #fff;}

	#header:hover{background-color:rgba(255,255,255,1); border-color:#dad8d7;}
	#header:hover:before{background-color:rgba(0,0,0,0.2);}
	#header:hover h1>a{background-image:url('/img/logo_on.png');}
	#header:hover #gnb>li>a>span:before{background-color: #006cb7;}
	#header:hover #gnb>li>a{color: #3b3b3b;}

	#header:hover #gnb>li:hover>a,
	#header:hover #gnb>li.active>a,
	#header:hover #gnb>li.oPage>a{color: #006cb7;}
	#header #gnb .gnbSub>li>a:hover,
	#header #gnb .gnbSub>li.active>a,
	#header #gnb .gnbSub>li.oPage>a{background-color: #006cb7; color: #fff;}


	#sVisual{width:100%; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:0; line-height:0; overflow:hidden; position: relative;}
	#sVisual .sVisual_in{width:100%; height:400px; display:table;}
	#sVisual h2{padding-top:91px; text-align: center; display:table-cell; vertical-align: middle; box-sizing:border-box;}
	#sVisual h2>strong{font-weight: 500; font-size:46px; line-height:1.2; color: #fdfdfd; letter-spacing: 1px; display:block;}

	#sVisual.bg_1{background-image:url('../img/img_sVisual_1.jpg')}
	#sVisual.bg_2{background-image:url('../img/img_sVisual_2.jpg')}
	#sVisual.bg_3{background-image:url('../img/img_sVisual_3.jpg')}
	#sVisual.bg_4{background-image:url('../img/img_sVisual_4.jpg')}
	#sVisual.bg_5{background-image:url('../img/img_sVisual_5.jpg')}
	#sVisual.bg_6{background-image:url('../img/img_sVisual_6.jpg')}
	#sVisual.bg_7{background-image:url('../img/img_sVisual_7.jpg')}
	#sVisual.bg_8{background-image:url('../img/img_sVisual_8.jpg')}

	#sVisual.bg_10,
	#sVisual.bg_12,
	#sVisual.bg_99{background-image:url('../img/img_sVisual_8.jpg')}
	#sVisual.bg_100{background-image:url('../img/img_sVisual_8.jpg')}

	/*
	#snb{width:100%; background-color: #fff; font-size:0; line-height:0; position: relative; z-index:6;}
	#snb:before,
	#snb:after{content: ""; width:100%; height:1px; background-color: #ebebeb; display: block; position:absolute; left: 0;}
	#snb:before{top:0;}
	#snb:after{bottom:0;}
	#snb #nav{width:100%; border-left:1px solid #ebebeb; box-sizing:border-box; display: flex; justify-content: space-between; position: relative; z-index:2;}
	#snb #nav>li{width:100%; border-right:1px solid #ebebeb; display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;}
	#snb #nav>li>a{width:100%; height:54px; font-weight: 300; font-size:16px; line-height:1.2; color:#434343; letter-spacing: -0.03em; text-align: center; display:table; position: relative; box-sizing:border-box;}
	#snb #nav>li>a>span{padding:5px 0; display:table-cell; vertical-align: middle;}

	#snb #nav>li:hover,
	#snb #nav>li:hover>a,
	#snb #nav>li.oPage,
	#snb #nav>li.oPage>a{background-color: #155dab; color: #fff;}
	#snb #nav>li.oPage,
	#snb #nav>li.oPage>a{font-weight: 500;}
	*/

	#snb{width:100%; background-color: #fff; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; font-size:0; line-height:0; position: relative; z-index:6;}
	#snb #nav{max-width:1280px; margin:0 auto; border-left:1px solid #d9d9d9; box-sizing:border-box;}
	#snb #nav>li{min-width:240px; border-right:1px solid #d9d9d9; display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;}
	#snb #nav>li>a{width:100%; height:60px; padding:0 50px 0 25px; font-weight: 400; font-size:16px; line-height:1.2; color:#666; display:table; position: relative; box-sizing:border-box;}
	#snb #nav>li>a>span{padding:5px 0; display:table-cell; vertical-align: middle;}

	#snb #nav>li>a i{width:15px; height:10px; margin-top:-5px; position: absolute; right:20px; top:50%; display:inline-block;}
	#snb #nav>li>a i:after,
	#snb #nav>li>a i:before{content: ""; width:10px; height: 2px; margin:0 0 0 0; background-color: #333; display: block; position:absolute; top:50%;}
	#snb #nav>li>a i:after{right:6px; transform:rotate(45deg);}
	#snb #nav>li>a i:before{right:0px; transform:rotate(-45deg);}

	#snb #nav>li.home{width:63px; min-width:62px;}
	#snb #nav>li.home>a{width:62px; height:60px; padding:0; background:url('../img/icon_home.png') no-repeat center center; font-size:0; line-height:0;}
	#snb #nav>li.home>a:before{content: ""; display:none;}

	#snb #nav>li:last-child>a{font-weight: 400; color: #333;}

	#snb #nav .lnbSub{padding:10px 0; background-color: #fff; border:1px solid #d9d9d9; position:absolute; left:-1px; right:-1px; top:100%; display:none; box-sizing:border-box;}
	#snb #nav .lnbSub>a{width:100%; height:38px; padding:5px 25px; font-weight: 300; font-size:15px; line-height:1.2; color:#666; display:table; box-sizing:border-box;}
	#snb #nav .lnbSub>a>span{padding:5px 0; display:table-cell; vertical-align: middle; word-break:keep-all;}
	#snb #nav .lnbSub>a+a{/*border-top:1px solid #d9d9d9;*/}
	#snb #nav .lnbSub>a:hover,
	#snb #nav .lnbSub>a.active{color: #006cb7;}
	#snb #nav .lnbSub>a.active{font-weight: 400;}

	#snb #nav>li.active>a i{transform:rotate(180deg);}


	#pageTop{max-width:1280px; margin:0 auto; padding:100px 0 70px; font-size:0; line-height:0; text-align: center; position: relative; z-index:2;}
	#pageTop>h3{padding-bottom:50px; font-weight:500; font-size:40px; line-height:1; color: #000; display:inline-block; position: relative;}
	#pageTop>h3:before{content: ""; width: 1px; height: 30px; background-color: #006cb7; display: block; position:absolute; left: 50%; bottom:0;}
	#pageTop>h3 .cate{padding-bottom:10px; font-family: 'Titillium Web', sans-serif; font-weight:400; font-size:26px; line-height:1; color: #006cb7; position: relative;}

	#container{width:100%; min-height:400px; margin:0 auto; padding:0 0 120px; background-color: #fff; position: relative; box-sizing: border-box;}

	.fullBox{width:1920px; margin-left:-960px; font-size:0; line-height:0; text-align: center; position: relative; left:50%; display:block;}
	.fullBox.gray{background-color: #f7f7f7;}
	.fullBox.gray .inConts.pd{padding:80px 0 120px;}

	#footer{width:100%; background-color: #393939; font-size:0; line-height:0; position: relative;}
	/*#footer:before{content: ""; width: 100%; height: 1px; background-color: #181a1c; display: block; position:absolute; left: 0; top:48px;}*/

	#footer .link{border-bottom:1px solid #575757;}
	#footer .link>a{font-style: normal; font-weight: 400; font-size:15px; line-height:60px; color: #777; display:inline-block; vertical-align: top; position: relative;}
	#footer .link>a+a{margin-left:35px;}
	/*#footer .link>a+a:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #767b80; display: inline-block; position:absolute; left: -31px; top:50%;}*/
	#footer .link>a.point{color: #bcbcbc;}
	#footer .link>a.point2{color: #0d8dbc;}

	#footer .text{padding:25px 0 50px 275px; background:url('/img/foot_logo.png') no-repeat left 30px;}
	#footer .text>p{}
	#footer .text>address,
	#footer .text>p>span{font-style: normal; font-weight: 300; font-size:15px; line-height:24px; color: #777; display:inline-block; vertical-align: top; position: relative;}
	#footer .text>p>span+span{margin-left:41px;}
	#footer .text>p>span+span:before{content: ""; width: 1px; height: 10px; margin-top:-5px; background-color: #4d4d4d; display: inline-block; position:absolute; left: -21px; top:50%;}
	#footer .text>address{padding-top:15px;}
	#footer .text>address a{color: #fff;}

	a.goTop{width:50px; height:50px; background-color: #acacac; font-size:0; line-height:0; position: fixed; right:15px; bottom:15px; z-index:9; display:block; overflow:hidden; opacity: 0;}
	a.goTop.open{opacity: 1;}
	a.goTop:before{content: ""; width: 100%; height: 100%; background:url('../img/arr_goTop.png') no-repeat center center; display: block; position:absolute; left: 0; top:0px;}
	a.goTop:hover{background-color: #155dab; border-radius:50%; transform:rotate(180deg);}
	a.goTop:hover:before{transform:rotate(-180deg);}

	.quickArea{font-size:0; line-height:0; display:inline-block; border-radius:5px 0 0 5px; position: fixed; right:20px; top:50%; z-index:8; transform: translateY(-50%); overflow:hidden;}
	.quickArea a{display:block;}
	.quickArea a+a{border-top:1px solid #870000;}
/*[e] Layout Style */




#header.en #gnb>li>a{padding:0 18px; font-size:16px;}

:root,
html{font-size:16px;}

.pVar{display:block;}
.tVar{display:none;}
.mVar{display:none;}
.tmVar{display:none;}
.br_t{display:none;}
.br_p{}
/*
-webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transform: translateX(-50%); transform: translateX(-50%);
filter:grayscale(100%) blur(0px); -webkit-filter:grayscale(100%) blur(0px);
transition: all .5s linear;
transition: all .5s ease-out;
transform:rotate(180deg);
-webkit-transition-timing-function:ease-in linear; transition-timing-function:ease-in linear;
-webkit-transition-delay: .8s; transition-delay: .8s;
:before{content: ""; width: 24px; height: 24px; background-color: #fff; border:1px solid #666; display: inline-block; position:absolute; left: 0; top:0px; box-sizing: border-box;}
display: flex; justify-content: space-between; // 양쪽 끝 정렬
display: flex; justify-content: space-around; // 센터 정렬
display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; //한줄 감추기
display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; //두줄 감추기
active
:first-child
text-indent:-99999px;
!important
display:table;
table-layout:fixed;
display:table-row;
display:table-cell;
box-sizing:border-box;
word-break:keep-all; word-wrap:break-word;
border-radius:2px;
*/