@charset "utf-8";

/*
.header.ov 마우스 오버시
.header.load 페이지 로드시
.header.active 스크롤 발생시
.header.bamfff 전체메뉴 클릭시
*/

#wrap { }
.inner { width: 100%; max-width: 1280px; margin: 0 auto; }
.fixDim { display: none; position: absolute; right: 0; top: 0; width: 100%; background-color: rgba(0, 0, 0, .5); z-index: 98; }

#header { position: fixed; left: 0; top: -40px; width: 100%; z-index: 900; border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#header.load { top: 0; }

#header h1.logo { position: absolute; left: 34px; top: 15px; width: 246px; height: 46px; z-index: 97; background: url(../images/logo_w.png) left top no-repeat; background-size: 246px 46px; text-indent: -9999px; }
#header h1 a { display: block; height: 100%; }

#header .gnbWrap { position: relative; text-align: center; }
#header #gnb { font-size: 0; text-align: center; display: inline-block; vertical-align: top; letter-spacing: 0; }
#header #gnb:after { clear: both; content: ''; display: block; }
#header #gnb > li { float: left; display: block; text-align: center; }
#header #gnb > li > a { position: relative; display: block; line-height: 80px; color: #fff; padding: 0 38px; font-size: 18px; font-weight: 500; text-transform: uppercase; }
#header #gnb > li > a:after { position: absolute; left: 50%; bottom: -1px; content: ""; width: 0; height: 2px; background: #0070d3;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
}
#header #gnb > li:hover > a:after { left: 0; width: 100%; }
#header #gnb > li > a > span { display: block; position: relative; }
#header #gnb > li .depth2 { font-size: 0; display: none; padding: 38px 0; width: 100%; text-align: center; }
#header #gnb:hover > li .depth2 { display: block; }
#header #gnb > li .depth2:after { clear: both; content: ''; display: block; }
#header #gnb > li .depth2 > li { text-align: center; display: block; }
#header #gnb > li .depth2 > li > a { display: block; font-size: 15px; line-height: 19px; font-weight: 400; color: #fff; padding: 4px 0; margin: 8px 0; }
#header #gnb > li .depth3 { padding-left: 14px; }
#header #gnb > li .depth3 > li > a { position: relative; font-size: 14px; padding-left: 10px; display: block; line-height: 30px; color: #fff; font-weight: 400; }
#header #gnb > li .depth3 > li > a:before { content: '-'; position: absolute; left: 0; top: 0; }
#header #gnb > li .depth3 > li > a:hover { color: #0070d3; }
#header #gnb > li:hover .depth2 > li:hover > a { font-weight: 400; color: #0070d3; }

#header .btn_all_menu { z-index: 100; position: absolute;  top: 0; right: 27px; width: 80px; height: 80px; }
#header .btn_all_menu div { position: absolute; left: 50%; top: 50%; width: 33px; height: 25px; margin-left: -16.5px; margin-top: -12.5px; }
#header .btn_all_menu span { position: absolute; right: 0; height: 3px; background-color: #fff; width: 100%; border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#header .btn_all_menu span.barTop { top: 0; }
#header .btn_all_menu span.barMid { top: 11px; width: 70%; }
#header .btn_all_menu span.barBot { top: 22px; }
#header .btn_all_menu.on .barTop { width: 100%; top: 12px;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .btn_all_menu.on .barBot { width: 100%; top: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .btn_all_menu.on .barMid { width: 0; }

#header .gnbBtn { position: absolute; right: 120px; top: 0; width: 100px; height: 100px; z-index: 910; }

#header.active { background-color: #fff; border-bottom: 1px solid #eaeaea; box-shadow: 0 0 14px rgba(0, 0, 0, .4); }
#header.active:after { content: ''; position: absolute; width: 100%; height: 1px; background-color: #eaeaea; bottom: 0; z-index: -1; }
#header.active h1.logo { background-image: url(../images/logo_b.png); }
#header.active #gnb > li > a { color: #000; }
#header.active #gnb > li .depth2 > li > a { color: #7a7a7a; }
#header.active #gnb > li .depth2 > li > a:hover { color: #0070d3; font-weight: 500; }
#header.active #gnb > li:hover >a { }
#header.active .btn_all_menu span { background-color: #000; }

#header.ov { background-color: #fff; border-bottom: 1px solid #eaeaea; box-shadow: 0 0 14px rgba(0, 0, 0, .4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header.ov:after { content: ''; position: absolute; width: 100%; height: 1px; background-color: #eaeaea; top: 80px; z-index: -1; }
#header.ov h1.logo { background-image: url(../images/logo_b.png); }
#header.ov #gnb > li > a { color: #000; }
#header.ov #gnb > li .depth2 > li > a { color: #7a7a7a; }
#header.ov #gnb > li .depth2 > li > a:hover { color: #0070d3; font-weight: 500; }
#header.ov #gnb > li:hover > a {}
#header.ov .btn_all_menu span { background-color: #000; }

#header.bamfff .btn_all_menu span { background-color: #000; }

.allMenuWrap { z-index: 99; position: absolute; width: 70%; right: -100%; top: 0; background-color: #fff; 
	-webkit-transition: right .4s ease-in-out;
	-moz-transition: right .4s ease-in-out;
	transition: right .4s ease-in-out;
}
.allMenuWrap.active { right: 0; }
.allMenuWrap .allMenuWrap_inner { display: table; table-layout: fixed; height: 100%; width: 100%; }
.allMenuWrap .allMenu_inner { display: table-cell; vertical-align: middle; height: 100%; padding: 0 4% 0 12%; overflow-y: auto; }
.allMenu { }
.allMenu { font-size: 0; text-align: center; }
.allMenu > li { position: relative; vertical-align: top; color: #333; text-align: left; padding-left: 400px; margin-bottom: 60px; }
.allMenu > li:last-child { margin-right: 0; margin-bottom: 0; }
.allMenu > li > a { position: absolute; left: 0; top: 0; font-size: 49px; line-height: 49px; font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.allMenu > li > a:after { position: absolute; left: 0; bottom: -6px; content: ''; width: 0; height: 2px; background-color: #2e3480;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.allMenu > li:hover > a { color: #2e3480; }
.allMenu > li:hover > a:after { width: 100%; }
.allMenu > li > a span { position: absolute; left: 0; top: 0; font-size: 14px; line-height: 14px; font-weight: 500; color: #8dc63f; }
.allMenu .dep2 { }
.allMenu .dep2 > li { display: inline-block; margin-right: 40px; }
.allMenu .dep2 > li > a { font-size: 18px; line-height: 49px; color: #555; }
.allMenu .dep2 > li > a:hover { color: #333; font-weight: 400; }
.allMenu .dep3 { margin-top: 4px; }
.allMenu .dep3 > li > a { font-size: 16px; font-weight: 300; line-height: 30px; color: #646464; }
.allMenu .dep3 > li > a:before { content: '-'; margin-right: 4px; }
.allMenu > li a { color: #333; display: inline-block; vertical-align: top; }

#container { }
#contents { }

#footer { background: #404040; }
#footer_wrap { padding: 52px 0; text-align: left; color: #cecece; }
#footer_wrap .inner { position: relative; padding-left: 326px; background: url(../images/logo_w.png) left center no-repeat; background-size: 246px 46px; }
#footer_wrap .address { font-size: 15px; letter-spacing: 0; }
#footer_wrap .address span { position: relative; display: inline-block; padding-right: 20px; margin-right: 10px; }
#footer_wrap .address span:after { position: absolute; right: 0; top: 50%; content: ''; width: 1px; height: 18px; margin-top: -9px; background: #7b7b7b; }
#footer_wrap .address span:nth-child(4):after,
#footer_wrap .address span:last-child:after { display: none; }
#footer_wrap .copyright { font-size: 14px; letter-spacing: 0; text-transform: uppercase; margin-top: 12px; }

.colr1 { color: #5a78d6 !important; }
.image img { display: block; width: 100%; max-width: 100%; }
.pdT0 { padding-top: 0 !important; }

/* grid list */
.col1 li { max-width: 100%; width: 100%; display: block; }
.col2 li { max-width: 50%; width: 50%; }
.col3 li { max-width: 33.33333%; width: 33.33333%; }
.col4 li { max-width: 25%; width: 25%; }
.col5 li { max-width: 20%; width: 20%; }
.col6 li { max-width: 16.66666666666667%; width: 16.66666666666667%; }
.ulList { position: relative; font-size: 0; letter-spacing: 0; word-spacing: 0; vertical-align: baseline; }
.ulList li { display: inline-block; text-align: center; vertical-align: top; }


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

}

@media all and (max-width: 1410px) {
	.allMenu { width: 100%;	padding: 0 30px; }
    .allMenuWrap .allMenu_inner { padding: 0 30px; }
    .allMenu > li > a { margin-bottom: 15px; }
    .allMenu > li a { position: relative; font-size: 40px; line-height: 42px; }
    .allMenu > li { padding-left: 0; margin-bottom: 30px; }
}

@media all and (max-width: 1200px) {
	#header .gnbWrap { height: 100%; }
	.inner { padding: 0 40px; }
	
}

@media all and (max-width: 1100px) {
	#header { height: 60px; }
	#header.active:after { display: none; }		
    #header h1.logo  { left: 15px; top: 8px; width: 203px; height: 38px; background-size: 203px 38px; }
	.gnbWrap { display: none; }
    #header .btn_all_menu { width: 60px; height: 60px; right: 0; }
    #header .gnbBtn { width: 60px; height: 60px; }
    #header .gnbBtn { width: 120px; }
    #header .btn_all_menu div { width: 20px; height: 20px; margin-left: -10px; margin-top: -10px; }
    #header .btn_all_menu span.barMid { top: 8px; }
    #header .btn_all_menu span.barBot { top: 16px; }
    #header .btn_all_menu.on .barTop { top: 8px; }
    #header .btn_all_menu.on .barBot { top: 8px; }
    
	.allMenu { padding: 0; }
    .allMenu > li { display: block; width: 100%; float: none; width: auto; padding: 0; }
    .allMenuWrap { padding-bottom: 80px; display: block; }
    .allMenuWrap.active { }
    .allMenuWrap .allMenuWrap_inner { padding-top: 80px; display: block; }
    .allMenuWrap .allMenu_inner { display: block; padding: 0; }
    .allMenu .dep2 { padding: 0 30px; margin-top: 0; }
    .allMenu .dep2 > li { margin-top: 0; margin-bottom: 0; }
    .allMenu .dep2 > li > a { font-size: 15px; line-height: 40px; }
    .allMenu .dep3 { margin-top: 0; }
    .allMenu .dep3 > li > a { font-size: 13px; line-height: 32px; padding: 0 30px; }
    .allMenuWrap { width: 80%; }
    .allMenuWrap .allMenuWrap_inner { padding-top: 60px; }
    .allMenu > li { margin-bottom: 30px; }
    .allMenu > li > a { position: relative; padding: 0 30px; font-size: 30px; line-height: 32px; margin-bottom: 10px; }
    .allMenu > li > a:after { display: none; }
    .allMenu > li.has_no_dep a { display: block; font-size: 22px; line-height: 50px; font-weight: 500; padding: 0 30px; }
    .allMenu > li.has_no_dep a span { display: none; }

	#footer_wrap { text-align: center; }
	#footer_wrap .inner { padding-left: 0; background-image: none; }
	#footer_wrap .address span { padding: 0 10px; margin-right: 0; }
	#footer_wrap .address span:after { display: none; }
	
}

@media all and (max-width: 767px) {
	body { font-size: 15px; }
	#header .btn_all_menu { right: 0; }
	#header .gnbBtn { width: 60px; }
	.allMenu > li > a { font-size: 25px; line-height: 27px; }
    .allMenu .dep2 > li { margin-right: 30px; }

	.inner { padding: 0 20px; }
		
	/* grid list */
	.col1 li { max-width: 100%; width: 100%; display: block; margin: 16px 0; }
	.col2 li { max-width: 50%; width: 50%; margin: 16px 0; }
	.col3 li { max-width: 50%; width: 50%; }
	.col4 li { max-width: 50%; width: 50%; }
	.col5 li { max-width: 100%; width: 100%; display: block; margin: 16px 0; }
	.col6 li { max-width: 33.33333%; width: 33.33333%; }

}