@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/*@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:before,
#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 .language>a,

#header .tSchArea .tSch:before,
#header .tSchArea .tSch:after,
#header .tSchArea .tSch_in,

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

	#ribbonArea{width:1920px; margin-left:-960px; font-size:0; line-height:0; overflow:hidden; position: relative; left:50%; display:none;}
	#ribbonArea .ribbon_close{width:1200px; margin:0 auto; text-align: right; position: absolute; left:0; right:0; bottom:12px; z-index:7;}
	#ribbonArea .ribbon_close .checkIn input[type=checkbox]+label{color: #fff;}

	#progressBar{width:0%; height:3px; background-color:#1a56cb; font-size:0; line-height:0; position:fixed;left:0; top:0;z-index:11;}

	#wrap{width:100%; min-width:1300px; 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.3); font-size:0; line-height:0; position: absolute; left:0; top:0; z-index:7;}
	#header:before{content: ""; width:100%; height:1px; background-color:#bbb; display:block; position:absolute; left:0; bottom:0; opacity: 0;}

	#header>.inConts{}
	#header h1{padding:20px 0; display:inline-block;}
	#header h1>a{width:206px; height:50px; background:url('/img/logo.png') no-repeat left top; display:inline-block;}

	#header #gnb{text-align: center; position: absolute; left:206px; right:127px; top:0; z-index:7;}
	#header #gnb:before{content: ""; width:3000px; height:0; margin-left:-1500px; background-color:#fff; display: inline-block; position:absolute; left:50%; top:100%;}
	#header #gnb>li{width:143px; display:inline-block; vertical-align: top; position: relative;}
	#header #gnb>li>a{width:100%; height:90px; padding:0 0; font-weight: 500; font-size:18px; line-height:1.4; color: #fff; letter-spacing: -0.05em; display:table; box-sizing: border-box;}
	#header #gnb>li>a>span{padding:5px 4px; display:table-cell; vertical-align:middle; position: relative;}
	#header #gnb>li>a>span:before{content: ""; width: 0; height: 1px; background-color: #1a56cb; margin-left:0%; display: inline-block; position:absolute; left: 50%; bottom:0; z-index:5;}

	#header #gnb>li.oPage>a>span:before{background-color: #ccc;}
	#header #gnb>li:hover>a>span:before,
	#header #gnb>li.active>a>span:before{background-color: #1a56cb;}
	#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 #gnb .gnbSub{width:100%; height:400px; padding-top:18px; border-right:1px solid #ededed;box-sizing: border-box; display:none; position: absolute; left:0; top:100%;}
	#header #gnb .gnbSub>li>a{width:100%; height:40px; font-weight: 400; font-size:16px; line-height:1.3; color: #666; letter-spacing: -0.05em; display:table; box-sizing: border-box;}
	#header #gnb .gnbSub>li>a>span{padding:5px 0; text-align: center; display:table-cell; vertical-align: middle;}
	#header #gnb>li:first-child{width:144px;}
	#header #gnb>li:first-child .gnbSub{border-left:1px solid #ededed;}


	#header .language{display:inline-block; position: absolute; right:0; top:50%; transform: translateY(-50%); z-index:8;}
	#header .language>a{font-weight: 300; font-size:15px; line-height:20px; color: #fff; display:inline-block; vertical-align: top; position: relative;}
	#header .language>a.ko{}
	#header .language>a.en{}
	#header .language>a+a{margin-left:29px;}
	#header .language>a+a:before{content: ""; width: 1px; height: 10px; background-color: #fafafa; display: inline-block; position:absolute; left: -15px; top:50%; transform: translateY(-50%);}

	#header .allMenu{width:53px; height:53px; background-color:transparent; border:none; font-size:0; line-height:0; display:inline-block; position:absolute; right:-13px; top:50%; transform: translateY(-50%); z-index:6; cursor: pointer;}
	#header .allMenu>span,
	#header .allMenu:before,
	#header .allMenu:after{content: ""; width:27px; height:2px; margin:-1px 0 0 -13.5px; background-color:#eff0f0; display: inline-block; position:absolute; left:50%; top:50%;}

	#header .allMenu:before{margin-top:-11px;}
	#header .allMenu:after{margin-top:9px;}


	/*.sub #header{position: relative;}
	.sub #header,*/
	#header.active,
	#header:hover{background-color: #fff; border-color:#d1d1d1;}

	/*.sub #header:before,*/
	#header.active:before,
	#header:hover:before{opacity: 1;}

	/*.sub #header h1>a,*/
	#header.active h1>a,
	#header:hover h1>a{background-image:url('/img/logo_on.png');}

	/*.sub #header #gnb>li>a,*/
	#header.active #gnb>li>a,
	#header:hover #gnb>li>a{color: #1b1b1b;}


	#header #gnb>li:hover>a,
	#header #gnb>li.active>a{color: #376cd3;}
	/*#header #gnb>li.oPage>a{color: #376cd3;}*/

	#header.active #gnb:before,
	#header #gnb:hover:before{height:400px;}

	#header #gnb .gnbSub>li>a:hover,
	#header #gnb .gnbSub>li.active>a,
	#header #gnb .gnbSub>li.oPage>a{color: #376cd3;}
	#header #gnb .gnbSub>li.oPage>a{font-weight: 500;}

	/*.sub #header .language>a,*/
	#header:hover .language>a{color: #666;}
	/*.sub#header .language>a+a:before,*/
	#header:hover .language>a+a:before{background-color: #bbb;}

	#header .language>a.active,
	#header .language>a:hover{color: #376cd3 !important;}
	#header .language>a.active{font-weight: 400;}

	#header.active .allMenu>span,
	#header:hover .allMenu>span,
	/*.sub #header .allMenu>span,*/
	#header.active .allMenu:before,
	#header:hover .allMenu:before,
	/*.sub #header .allMenu:before,*/
	#header.active .allMenu:after,
	#header:hover .allMenu:after/*,
	.sub #header .allMenu:after*/{background-color: #376cd3;}

	#header.active .allMenu>span{margin-left:0; opacity:0;}
	#header.active .allMenu:before{margin-top:-1px; transform:rotate(45deg);}
	#header.active .allMenu:after{margin-top:-1px; transform:rotate(-45deg);}


	#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:90px; text-align: center; display:table-cell; vertical-align: middle; box-sizing:border-box; text-shadow:0 0 10px rgba(0,0,0,0.5);}
	#sVisual h2>strong{font-weight: bold; font-size:34px; line-height:1; color: #fff; letter-spacing: 0.04em; display:block;}
	#sVisual h2>p{padding-bottom:15px; font-weight: 500; font-size:14px; line-height:1; color: #ddd; letter-spacing: 0.72em; 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_20{background-image:url('../img/img_sVisual_20.jpg')}

	#sVisual.bg_10,
	#sVisual.bg_11,
	#sVisual.bg_12,
	#sVisual.bg_99{background-image:url('../img/img_sVisual_5.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: 400; font-size:16px; line-height:1.2; color:#434343; letter-spacing: -0.05em; 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: #3066d0; color: #fff;}
	#snb #nav>li.oPage,
	#snb #nav>li.oPage>a{font-weight: 500;}

	#pageTop{margin:0 auto; padding:100px 0 60px; font-size:0; line-height:0; text-align: center; position: relative; z-index:3;}
	#pageTop>h3{position: relative;}
	#pageTop>h3>p{margin-bottom:12px; font-weight:400; font-size:14px; line-height:1; color: #3066d0; letter-spacing: 0.2em; position: relative;}
	#pageTop>h3>strong{font-weight:bold; font-size:40px; line-height:1; color: #1b1b1b; position: relative;}

	#pageTop>h3.eng>strong{font-family:'Poppins'; font-weight:300; font-size:38px;}
	#pageTop>h3.eng>strong>em{font-style: normal; font-weight: bold;}
	#pageTop>h3.eng>p{margin-top:30px; font-weight:400; font-size:16px; line-height:28px; color: #666; letter-spacing: -0.05em; 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: #fafafa;}
	.fullBox.pb_120,
	.inConts.pb_120{padding-bottom:120px !important;}
	.inConts.in_pb{padding:100px 0;}

	#footer{width:100%; padding-bottom:70px; background-color: #fafafa; border-top:1px solid #ddd; font-size:0; line-height:0; position: relative;}
	#footer:before{content: ""; width: 100%; height: 1px; background-color: #ddd; display: block; position:absolute; left: 0; top:74px;}

	#footer .link{position: relative; z-index:2;}
	#footer .link>a{font-style: normal; font-weight: 400; font-size:16px; line-height:75px; color: #666; text-align: center; letter-spacing: -0.05em; display:inline-block; vertical-align: top; position: relative;}
	#footer .link>a+a{margin-left:31px;}
	/*#footer .link>a+a:before{content: ""; width: 1px; height: 10px; margin-top:-5px; background-color: #767b80; display: inline-block; position:absolute; left: -21px; top:50%;}*/
	#footer .link>a.point{color: #1a56cb;}
	#footer .link>.social{position: absolute; right:0; top:14px; display:inline-block;}
	#footer .link>.social>a{padding:0 27px; background-color: #fff; border:1px solid #ddd; font-size:14px; line-height:43px; color: #666; display:inline-block; vertical-align: top;}

	#footer .link>.social>a+a{margin-left:10px;}

	#footer .text{padding:40px 0 0 0; position: relative;}
	#footer .text>*{display:inline-block; vertical-align: top;}

	#footer .logo{margin-right:40px;}

	#footer .fRight{margin-right:75px; color: #1b1b1b; letter-spacing: -0.04em;}
	#footer .fRight>dl{padding-bottom:15px; line-height:1;}
	#footer .fRight>dl>dt{font-size:22px;}
	#footer .fRight>dl>dt>strong{font-weight: 500;}
	#footer .fRight>dl>dd{padding-top:10px; font-weight: bold; font-size:40px;}
	#footer .fRight>p{font-size:16px; line-height:24px;}

	#footer .text .text_in>p{}
	#footer .text .text_in>address,
	#footer .text .text_in>p>span{font-style: normal; font-weight: 400; font-size:16px; line-height:24px; color:#666; display:inline-block; vertical-align: top; position: relative;}
	#footer .text .text_in>p>span+span{margin-left:31px;}
	#footer .text .text_in>p>span+span:before{content: ""; width: 1px; height: 10px; margin-top:-4px; background-color: #4d4d4d; display: inline-block; position:absolute; left: -16px; top:50%;}
	#footer .text .text_in>address{padding-top:15px; font-size:14px;}
	#footer .text .text_in>address>a{color: #1a56cb;}

	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: #1a56cb; border-radius:50%; transform:rotate(180deg);}
	a.goTop:hover:before{transform:rotate(-180deg);}
/*[e] Layout Style */

: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;
*/