@charset "utf-8";

.depth2 ul li > a, .allM_Box > li > ul > li > a, .footer_btn ul li a{
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#skip{position:relative; z-index:9999;}
#skip a{position:absolute;top:-40px;left:0;width:100%;padding:5px 0;background-color:#033478;font-size:14px;line-height:30px;color:#FFF;text-align:center;transition:all 0.4s}
#skip a:hover,#skip a:focus,#skip a:active{top:0;text-decoration:none}

/* 탑 해더 */
.header_wrap{position: absolute; top: 0; width:100%; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); min-width: 1200px; z-index: 999;}
.header_wrap .heard_quick{position: relative; width: 1200px; margin: 0 auto; height: 150px; background: #fff; padding: 25px 0; box-sizing: border-box;}
.header_wrap .heard_quick h1{width: 100%; text-align: center;}
.header_wrap .heard_quick h1 a{display: inline-block; width: 310px; height: 106px; background: url("../imgs/logo.png") center no-repeat;}
.header_wrap .heard_quick ul{position: absolute; z-index: 2; top: 95px; right: 0;}
.header_wrap .heard_quick ul:after{content:""; clear:both; display:block;}
.header_wrap .heard_quick ul li{float: left; margin-left: 20px;}
.header_wrap .heard_quick ul li a{display: block; line-height: 20px; text-align: center; min-width: 33px;}
.header_wrap .heard_quick ul li a span{display: block; width: 100%; height: 31px; margin-bottom: 10px;}
.header_wrap .heard_quick ul li.ic_res a span{background: url("../imgs/icont_1.png") no-repeat center;}
.header_wrap .heard_quick ul li.ic_log a span{background: url("../imgs/icont_2.png") no-repeat center;}
.header_wrap .heard_quick ul li.ic_info a span{background: url("../imgs/icont_3.png") no-repeat center;}
.header_wrap .heard_quick ul li.ic_join a span{background: url("../imgs/icont_4.png") no-repeat center;}
.header_wrap .heard_quick ul li.ic_master a span{background: url("../imgs/icont_5.png") no-repeat center;}
.header_wrap .heard_quick ul li.ic_blog a span{background: url("../imgs/icont_6.png") no-repeat center;}
.header_wrap .heard_quick ul li.ic_instar a span{background: url("../imgs/icont_7.png") no-repeat center;}


#jheader{width: 100%; border-top: 1px solid #ddd;}
#jheader .jheader_wrap{position:static; width:1200px;margin:0 auto}
#jheader {position: relative; height: 60px;}
#jgnb {width: 100%; padding-left: 60px; box-sizing: border-box; text-align: center;}
#jgnb > ul:after {display: block; content: ''; clear: both;}
#jgnb > ul > li {float:left; width: 25%;}
#jgnb > ul > li > a {font-family: 'nanumsquare'; display: block; height: 60px; line-height: 60px; font-size:19px; color: #333; font-weight: bold;}
.depth2 {display: none; position: absolute; left: 0; right:0; top:60px; height: 200px; background: #f5f5f5;  z-index:998;}
.depth2 .in { width:1200px; margin: 0 auto; position: relative; }
.depth2 ul { padding:30px 0 0 60px;}
.depth2 ul:after { display: block; content: ''; clear: both; }
.depth2 ul li { float:left; margin-right:10px; position: relative; margin-bottom: 10px; }
.depth2 ul li > a {display: block; width:190px; height: 48px; padding-left: 40px; line-height: 47px; font-size:16px; color: #333; font-weight: 400; background: #fff url(../imgs/gnb_blt.jpg) no-repeat 20px 50%; text-align: left;}
.depth2 ul li:hover > a,
.depth2 ul li.active > a { color: #fff; background:url(../imgs/gnb_over_blt_w.jpg) no-repeat #1c559c 10px 50%;}
.depth2 ul li .d2 { position: absolute; left: 30px; top:48px; padding-top:12px; }
.depth2 ul li .d2 p a { display: block; font-size:14px; line-height: 27px; color: #444; }
.depth2 ul li .d2 p a:hover {color: #b40d0d; text-decoration: underline; }

#jgnb > ul > li:hover .depth2 { display: block; }

/* 전체메뉴보기 */
#all_menu{position:relative; width: 100%;}
#all_menu .all_btn{position:relative;width:1200px;margin:0 auto; z-index:999;}
.allm_btn {position: absolute; z-index: 2; top: -59px; left: 0; width: 60px; height: 60px; background: #1c559c;}
.allm_btn a{position: absolute; width: 100%; height: 100%; z-index: 2;}
.allm_btn a, .allm_btn span{display: inline-block; transition: all .4s; box-sizing: border-box;}
.allm_btn span{position: absolute; width: 100%; height: 3px; background-color: #fff; left: 15px;}
.allm_btn span:nth-of-type(1){width: 20px; top: 19px;}
.allm_btn span:nth-of-type(2){width: 30px; top: 28px;}
.allm_btn span:nth-of-type(3){width: 20px; top: 37px;}
.allm_btn a.on span{background-color: #fff;}
.allm_btn a.on span:nth-of-type(1){transform: translateY(9px) rotate(-45deg); width: 30px;}
.allm_btn a.on span:nth-of-type(2){opacity: 0;}
.allm_btn a.on span:nth-of-type(3){transform: translateY(-9px) rotate(45deg); width: 30px;}

#allMenu{display:none;background-color:rgba(255,255,255,1);position:absolute;top:0;left:0;width:100%;z-index:999;font-size:0.9375em;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
#allMenu > div{overflow:auto;width:100%; width:1200px; margin:0 auto; padding-left: 60px; box-sizing: border-box;}
.allM_Box{overflow:hidden;background:#fff}
.allM_Box > li{position:relative; box-sizing:border-box; float:left; padding-top: 46px; padding-bottom: 15px; border-right:1px solid #f3f3f3; min-height:308px; text-align:center}
.allM_Box.num1 > li{width: 100%;}
.allM_Box.num2 > li{width: 50%;}
.allM_Box.num3 > li{width: 33.33%;}
.allM_Box.num4 > li{width: 25%;}
.allM_Box.num5 > li{width: 20%;}
.allM_Box.num6 > li{width: 16.66%;}
.allM_Box > li:first-child{border-left:1px solid #f3f3f3}
.allM_Box > li > a{position:absolute;left:0;top:0;width:100%;height:50px;line-height:50px;display:block;font-size:1.2em;font-weight:bold;color:#fff;background:#1c559c;border-bottom:1px solid #ddd;}
.allM_Box > li > ul{padding-top:20px; padding-left: 20px;}
.allM_Box > li > ul > li{padding-bottom:8px;text-align:left}
.allM_Box > li > ul > li > a{display: inline-block; color:#333; font-size:15px; font-weight:bold ; padding: 3px 0; background: url(../imgs/gnb_blt.jpg) no-repeat 5px 50%; padding-left: 20px;}
.allM_Box > li > ul > li > a:hover{background:url(../imgs/gnb_over_blt.jpg) no-repeat 0 50%; padding-left: 20px;}
.allM_Box > li > ul > li > ul > li{padding-left:13px;background:url(../imgs/bul_m_3dep.gif) 5px 9px no-repeat;text-align:left}
.allM_Box > li > ul > li > ul > li > a{color:#444; font-size:13px;}
.allMenu_close{width:100%;background-color:#3c3f50;border-top:1px solid #6f9bd6;box-shadow:1px 2px 2px rgba(0,0,0,0.2)}
.m_sns{display:none}
.close_btn{width:100%;width:1200px;height:25px;margin:0 auto;padding:10px 0;text-align:right}
.close_btn button{width:25px;height:25px;margin-right:10px;background:url(../imgs/allmenu_close.png) no-repeat;border:0;transition:all .4s}
.close_btn button:hover,.close_btn button:focus{transform:rotate(180deg)}


/* 푸터 */
.footer_wrap{position: relative; width: 100%; color: #fff; min-width: 1200px; background: #000915;}
.footer_wrap .footer_box{width: 1200px; margin: 0 auto;}
.footer_wrap .footer_box:after{content:""; display:block; clear:both;}
.footer_wrap .footer_box > div:nth-child(1){float: left; width: 305px; padding-top: 60px;}
.footer_wrap .footer_box > div:nth-child(2){float: right; width: 845px;}
.footer_wrap .footer_link{width: 100%; padding: 10px 0 0;}
.footer_wrap .footer_link ul:after{content:""; display:block; clear:both;}
.footer_wrap .footer_link ul{display: inline-block; width: 100%; margin: 0 auto; font-size: 13px;}
.footer_wrap .footer_link ul li{float: left; height: 30px; line-height: 30px; }
.footer_wrap .footer_link ul li a{padding: 0 10px;}
.footer_wrap .footer_link ul li:first-child a{padding-left: 0; background: none;}
.footer_wrap .copy_wrap{padding: 0 0 30px;}
.footer_wrap .copy_wrap > div{width: 100%; margin: 0 auto; font-size: 13px;}
.footer_wrap .copy_wrap div div{display: inline-block;}
.footer_wrap .copy_wrap > div p{margin-top: 0;}
.footer_wrap .copy_wrap > div p.copy_c{margin-top: 5px; color: #fff; font-size: 14px;}

.footer_wrap .footer_top{position: relative; width: 100%; padding-top: 40px;}
.footer_wrap .footer_top .footer_btn{display: inline-block;}
.footer_wrap .footer_top .footer_btn:after {display: block; content: ''; clear: both;}
.footer_wrap .footer_top .footer_btn > div{float: left;}
.footer_wrap .footer_top .footer_btn ul:after {display: block; content: ''; clear: both;}
.footer_wrap .footer_top .footer_btn ul li{float: left; margin-right: 10px;}
.footer_wrap .footer_top .footer_btn ul li a{display: block; border: 1px solid #113768; background: #17457f; height: 32px; line-height: 32px; padding: 0 30px; border-radius: 5px; box-sizing: border-box;}
.footer_wrap .footer_top .footer_btn ul li a:hover{background: #000;}
.footer_wrap .footer_top .footer_btn .ft_nav ul li a{border: 1px solid #113768; text-align: left;}
.footer_wrap .footer_top .footer_btn .ft_nav ul li li a{background: #fff; border: 0;}
.footer_wrap .footer_top .footer_btn .ft_nav ul li li a:hover{color: #333;}
.footer_wrap .footer_top .footer_btn .ft_nav ul li{margin-right: 0;}

.ft_nav{position: relative;}
.ft_nav .nav-dropit ul{display: none;}
.ft_nav .nav-dropit .dropit-trigger > a{width: 100%; display: inline-block; min-width: 200px; height: 32px; line-height: 32px; color: #fff; border: 1px solid #8f8f8f; box-sizing: border-box; padding: 0 30px 0 10px;}
.ft_nav .nav-dropit .dropit-trigger > a:after{content:""; width: 30px; height: 32px; background: url(../imgs/drop_nav.png)no-repeat 0 0; top: 0; right: 15px; position: absolute;}
.ft_nav .nav-dropit .dropit-open > a:after{content:""; background-position: 0 -30px;}
.ft_nav .nav-dropit .dropit-open .dropit-submenu{display:block;}
.ft_nav .nav-dropit .dropit-submenu{position:absolute; z-index: 2; bottom:31px; background:#fff; border:1px solid #d7d7d7; width:100%; box-sizing: border-box;}
.ft_nav .nav-dropit .dropit-submenu li{width:100%; height:32px; line-height:32px; border-top: 1px solid #d7d7d7;}
.ft_nav .nav-dropit .dropit-submenu li:first-child{border-top: 0;}
.ft_nav .nav-dropit .dropit-submenu li a{display:block; width:100%; height:100%; color:#666; padding: 0 18px; box-sizing:border-box; text-align: left;}
.ft_nav .nav-dropit .dropit-submenu li a:hover{background: #4a4a4a; color: #fff;}




.jOnlyMain #jheader {position: relative; height: 120px;}
.jOnlyMain .header_wrap{height: 120px; background: #fff; box-shadow:none;}
.jOnlyMain .header_wrap .heard_quick{height: 120px; padding: 0; background: none;}
.jOnlyMain .header_wrap .heard_quick h1{display: inline-block; width: auto; padding: 0; height: 120px;}
.jOnlyMain .header_wrap .heard_quick h1 a{position: relative; display: inline-block; width: 280px; height: 120px; background: url("../imgs/logo.png") center no-repeat; background-size: 280px 96px; z-index: 2;}
.jOnlyMain .header_wrap .heard_quick ul{top: 45px; right: 75px;}
.jOnlyMain .depth2 {top:120px; height: 200px;}
.jOnlyMain #jgnb > ul > li > a {height: 120px; line-height: 120px;}
.jOnlyMain #jheader{border: 0; margin-top: -120px;}
.jOnlyMain #jgnb{width: 100%; padding-left: 300px; padding-right: 170px; box-sizing: border-box;}
.jOnlyMain #all_menu .allm_btn{left: inherit; right: 0; top: -90px;}

.jOnlyMain.fp-viewing-1stPage .header_wrap .heard_quick ul{top: 95px; right: 0;}
.jOnlyMain.fp-viewing-1stPage .header_wrap .heard_quick ul li.ic_blog a span{background: url("../imgs/icont_6_w.png") no-repeat center;}
.jOnlyMain.fp-viewing-1stPage .header_wrap .heard_quick ul li.ic_instar a span{background: url("../imgs/icont_7_w.png") no-repeat center;}

.jOnlyMain.fp-viewing-1stPage #jheader{margin-top: -50px; height: 50px;}
.jOnlyMain.fp-viewing-1stPage .header_wrap{background: url("../imgs/main_logo_bar.png") no-repeat center 199px; height: 230px;}
.jOnlyMain.fp-viewing-1stPage .header_wrap .heard_quick{height: 230px;}
.jOnlyMain.fp-viewing-1stPage .header_wrap .heard_quick h1{position: absolute; top: 23px; left: 50%; margin-left: -170px; height: 193px;}
.jOnlyMain.fp-viewing-1stPage .header_wrap .heard_quick h1 a{width: 340px; height: 193px; background: url("../imgs/main_logo.png") center no-repeat;}
.jOnlyMain.fp-viewing-1stPage .depth2{display: none !important;}

.jOnlyMain.fp-viewing-1stPage #all_menu{display: none;}
.jOnlyMain.fp-viewing-1stPage #jgnb{background: #fbe118; width: 500px; margin-left: 700px; height: 50px; padding: 0 15px; box-sizing: border-box; border-radius: 50px;}
.jOnlyMain.fp-viewing-1stPage #jgnb > ul > li > a{height: 50px; line-height: 50px; font-size: 17px;}
.jOnlyMain.fp-viewing-1stPage #jgnb > ul > li:nth-child(1){width: 23%;}
.jOnlyMain.fp-viewing-1stPage #jgnb > ul > li:nth-child(2){width: 22%;}
.jOnlyMain.fp-viewing-1stPage #jgnb > ul > li:nth-child(3){width: 22%;}
.jOnlyMain.fp-viewing-1stPage #jgnb > ul > li:nth-child(4){width: 33%;}

.jOnlyMain.fp-viewing-1stPage .heard_quick h1 a{z-index: 0;}




