@charset "utf-8";

header{width:100%;}
#top-navi{width:100%; height: 170px; transition:all 0.5s; background:#fff;}
#top-navi .top-navi-wrap{width:100%; max-width:1200px; height: 170px; margin:0 auto;}

#top-navi .sns-icon { padding: 75px 0 0; box-sizing: border-box; }
#top-navi .sns-icon ul li{float:left; margin:0 5px;}
#top-navi .logo img { display: block; margin: 60px auto 0; max-width: 100%; transition: all 0.5s; }
#top-navi .user-menu { float: right; line-height: 30px; border: 1px #e6e6e6 solid; border-radius: 5px; margin-top: 65px; padding: 0 5px; }
#top-navi .user-menu li { float: left; margin: 0 0 0 10px; }
#top-navi .user-menu li a { border-right: 1px #e6e6e6 solid; padding-right: 10px; }
#top-navi .user-menu li:last-child a { border-right: 0; padding-right: 0; margin-right: 10px; }
#top-navi .user-menu ul li i{ color: #8795af; font-size: 18px;/*  vertical-align:middle; */ padding-right:3px; vertical-align:text-bottom;}

#top-navi .user-menu ul li a{font-size:14px; color:#555; font-weight:400;}

#top-navi .u-m-login li{font-size:13px; color:#888; /*margin:0 !important;*/}
/*#top-navi .u-m-login li:first-child{margin-right:20px !important;}*/
#top-navi .u-m-login .login-name{color:#555; padding:0 5px;}
#top-navi .u-m-login li i{vertical-align:text-bottom !important;}
#top-navi .login-mypage a, #top-navi .login-logout a{border:1px solid #374e79; padding:0 10px; box-sizing:border-box; margin-left:-1px; font-size:12px !important;}
#top-navi .login-logout a{background:#374e79; color:#fff !important;}

#main-menu{width:100%; height:53px; background:#fff; position:relative; border-top: 1px #e6e6e6 solid; border-bottom: 1px #e6e6e6 solid;}
#main-menu ul{width:100%; max-width:1200px; margin:0 auto; text-align:center; display: flex;}
#main-menu ul li{display:inline-table; line-height:55px; margin-left: -1px;}
#main-menu ul li a{color:#474343; font-size:16px; padding:0 30.25px; display:block; box-sizing:border-box;  border-left: 1px #e6e6e6 solid; border-right: 1px #e6e6e6 solid; white-space: nowrap;}
#main-menu ul li a:hover{background:rgba(0,0,0,0.2);}
#main-menu .sub-menu{display:none; position:absolute; background:#fff; top:50px; max-width:260px; height:auto !important; text-align:left; z-index:999;  border: 1px #e6e6e6 solid;}
#main-menu .sub-menu li{display:block; line-height:40px;}
#main-menu .sub-menu li a{font-size:14px;}

.menu-fixed{position:fixed !important; top:0; z-index:9999; box-shadow:0 0 20px #999;}

.m-user-menu, .m-sns-icon{display:none;}
/*211019 백업

header{width:100%;}
#top-navi{width:100%; height:80px; transition:all 0.5s; background:#fff;}
#top-navi .top-navi-wrap{width:100%; max-width:1200px; margin:0 auto;}
#top-navi .sns-icon{padding:25px 0; box-sizing:border-box;}
#top-navi .sns-icon ul li{float:left; margin:0 5px;}
#top-navi .logo img{display:block; margin:20px auto; max-width:100%; transition:all 0.5s;}
#top-navi .user-menu{float:right; line-height:80px;}
#top-navi .user-menu ul li{float:left; margin:0 15px;}
#top-navi .user-menu ul li a{font-size:14px; color:#555; font-weight:400;}
#top-navi .user-menu ul li i{color:#8795af; font-size:20px;/*  vertical-align:middle;  padding-right:5px; vertical-align:text-bottom;}

#top-navi .u-m-login li{font-size:13px; color:#888; margin:0 !important;}
#top-navi .u-m-login li:first-child{margin-right:20px !important;}
#top-navi .u-m-login .login-name{color:#555; padding:0 5px;}
#top-navi .u-m-login li i{vertical-align:text-bottom !important;}
#top-navi .login-mypage a, #top-navi .login-logout a{border:1px solid #374e79; padding:0 10px; box-sizing:border-box; margin-left:-1px; font-size:12px !important;}
#top-navi .login-logout a{background:#374e79; color:#fff !important;}

#main-menu{width:100%; height:50px; background:#0062b1; position:relative;}
#main-menu ul{width:100%; max-width:1200px; margin:0 auto; text-align:center;}
#main-menu ul li{display:inline-table; line-height:50px;}
#main-menu ul li a{color:#fff; font-size:16px; padding:0 25px; display:block; box-sizing:border-box;}
#main-menu ul li a:hover{background:rgba(0,0,0,0.2);}
#main-menu .sub-menu{display:none; position:absolute; background:#2c3e61; top:50px; max-width:260px; height:auto !important; text-align:left; z-index:999;}
#main-menu .sub-menu li{display:block; line-height:40px;}
#main-menu .sub-menu li a{font-size:14px;}

.menu-fixed{position:fixed !important; top:0; z-index:9999; box-shadow:0 0 20px #999;}

.m-user-menu, .m-sns-icon{display:none;}
*/


/*---------------------------------  footer  ---------------------------------------------*/
/* 211019 추가 */
#footer { border-top: 2px #333333 solid; margin-top: 100px; }
#footer .footer_up	{ display: block; width: 90px; height: 45px; margin: -47px auto 0; text-align: center; color: #fff; cursor: pointer; }
#footer .footer_wrap { width: 50%; height: 210px; float: left; margin-top: 2px; }
#footer .footer_back { background-color: #f5f5f5; }
#footer .footer_half { width: 600px; }
#footer .footer_left { float: right; border-right: 1px #e9e9e9 solid; }
#footer .footer_right { float: left; }
#footer .footer_left .footer_left1 { font-family: 'S-CoreDream-5Medium'; font-size: 25px; margin: 50px 50px 0 0; padding-bottom: 30px; border-bottom: 1px #d9d9d9 solid; }
#footer .footer_left .footer_left2 { color: #848484; font-size: 15px; padding-top: 25px; }
#footer .footer_right .footer_right1 { color: #353535; font-weight: bold; margin: 60px  0 30px 50px; }
#footer .footer_right .footer_right1 a { color: #353535; margin-right: 10px; white-space: nowrap; }
#footer .footer_right .footer_right1 a:hover { color: #264283; }
#footer .footer_right .footer_right2 { color: #4f4f4f; font-size: 15px; margin-left: 50px; }
#footer .footer_right .footer_right2 p { display: inline-block; margin-right: 15px; }
/*211019 백업
.btn-up{position:fixed; width:40px; height:40px; line-height:40px; background:rgba(255,255,255,0.8); box-shadow:2px 2px 5px #555; text-align:center; color:#374e79; cursor:pointer; right:15%; bottom:40px;}
#footer{background:#074476; overflow:hidden;}
#footer .ft-wrap{border-left:1px solid rgba(255,255,255,0.4); border-right:1px solid rgba(255,255,255,0.4);}
#footer .ft-info{border-right:1px solid rgba(255,255,255,0.4); padding:20px; box-sizing:border-box; overflow:hidden;}
#footer .ft-info h4{font-size:16px; color:rgba(255,255,255,0.8); margin-bottom:5px;}
#footer p{font-size:12px; color:rgba(255,255,255,0.6);}
#footer .ft-info ul li{float:left; font-size:12px; color:rgba(255,255,255,0.6); margin-right:15px; overflow:hidden;}
#footer .ft-navi{overflow:hidden; box-sizing:border-box; width:100%; text-align:right;}
#footer .ft-navi ul{float:right; border-bottom:1px solid rgba(255,255,255,0.4); display:block; padding:10px 20px; box-sizing:border-box; width:100%; overflow:hidden;}
#footer .ft-navi ul li{display:inline-table; line-height:18px; position:relative; padding:0 10px;}
#footer .ft-navi ul li:last-child{padding-right:0;}
#footer .ft-navi ul li+li:after{content:""; width:3px; height:3px; border-radius:100%; background:#999; position:absolute; top:50%; left:-1px;}
#footer .ft-navi ul li a{font-size:12px; color:rgba(255,255,255,0.6); transition:all 0.2s;}
#footer .ft-navi ul li a:hover{color:rgba(255,255,255,0.9);}
#footer .copyright{padding:10px 20px; text-align:right; }
*/

@media all and (max-width:1280px){

/* 211019 추가 */
#footer .footer_half { width: 90%; }

}

@media all and (max-width:1199px){
	header{height:100px;}
	#top-navi{height:100px; border-bottom:1px solid #333333; position:fixed; top:0; z-index:99999;}
	#top-navi .logo img{margin:30px auto; max-width:220px;}
	#top-navi .top-navi-wrap{height: 100px;}
			
	.ham{position:absolute; top:0; padding:35px; display:block;}
	.ham a{cursor:pointer; display:block; position:absolute; transition:all 0.5s !important;}
	.ham i{font-size:30px; color:#374e79;}
	.ham .close{display:none;}
	
#main-menu ul{width:100%; max-width:1200px; margin:0 auto; text-align:center; display: block;}
	.m-menu{position:fixed !important; display:block; z-index:9999; width:220px !important; height:100% !important; left:-100%; top:100px;}
	.m-menu ul{text-align:left !important; border: 0 !important;}
	.m-menu ul li{display:block !important; width:100%; border-bottom:1px solid rgba(255,255,255,0.2); line-height:40px !important;}
	.m-menu ul li a{font-size:14px !important; padding:0 20px !important;}
	.m-menu .sub-menu{position:relative !important; top:0 !important; background: #f7f7f7 !important; border-bottom: 1px #ddd solid !important;}
	.m-menu .sub-menu li{border-bottom:0 !important; border-top:1px solid rgba(255,255,255,0.2);}
	
	.m-user-menu, .m-sns-icon{background: #eee; display:block;}
	.m-user-menu ul{text-align:center !important; border-bottom:1px dotted rgba(255,255,255,0.6); overflow:hidden;}
	.m-sns-icon ul{text-align:center !important; border-bottom:1px solid rgba(255,255,255,0.6); padding:15px 0 0; box-sizing:border-box;}
	.m-user-menu  ul li, .m-sns-icon ul li{float:none; width:auto; line-height:30px !important; border:0; display:inline-table !important;}
	.m-user-menu ul li{float:left; width:50%; border-right: 0; box-sizing:border-box;}
	.m-user-menu ul li:last-child{border-right:0;}
	.m-user-menu  ul li a, .m-sns-icon ul li a{font-size:12px !important; padding:0 !important; color: #000 !important; margin:5px; border: 0 !important;}
	.m-user-menu  ul li a i, .m-sns-icon ul li a i{font-size:17px; vertical-align:text-bottom; color:rgba(135,149,175,0.8); padding-right:3px;}
	.m-user-menu  ul li a:hover, .m-sns-icon ul li a:hover{background:none !important;}
	
	.m-u-m-login .m-profile{width:100%; border-bottom:1px dotted rgba(255,255,255,0.6); /* color:rgba(255,255,255,0.9) */color:#474343; font-size:13px; padding:5px 0; border-right:0;}
	.m-u-m-login .m-profile i{font-size:18px; vertical-align:text-bottom; opacity:0.6;}
	.m-u-m-login .m-profile strong{padding:0 5px;}
	
	.menu-fixed{position:fixed !important; top:50px; z-index:9999;}
	.menu-shadow{box-shadow:rgba(0,0,0,0.6) 0 0 0 9999px; transition:box-shadow 0.5s;}

/*211019 백업
	header{height:100px;}
	#top-navi{height:100px; border-bottom:1px solid #374e79; position:fixed; top:0; z-index:99999;}
	#top-navi .logo img{margin:10px auto; max-width:220px;}
			
	.ham{position:absolute; top:0; padding:10px; display:block;}
	.ham a{cursor:pointer; display:block; position:absolute; transition:all 0.5s !important;}
	.ham i{font-size:30px; color:#374e79;}
	.ham .close{display:none;}
	
	.m-menu{position:fixed !important; display:block; z-index:9999; width:220px !important; height:100% !important; left:-100%; top:50px;}
	.m-menu ul{text-align:left !important;}
	.m-menu ul li{display:block !important; width:100%; border-bottom:1px solid rgba(255,255,255,0.2); line-height:40px !important;}
	.m-menu ul li a{font-size:14px !important; padding:0 20px !important;}
	.m-menu .sub-menu{position:relative !important; top:0 !important; background:rgba(0,0,0,0.4) !important;}
	.m-menu .sub-menu li{border-bottom:0 !important; border-top:1px solid rgba(255,255,255,0.2);}
	
	.m-user-menu, .m-sns-icon{background:rgba(0,0,0,0.1); display:block;}
	.m-user-menu ul{text-align:center !important; border-bottom:1px dotted rgba(255,255,255,0.6); overflow:hidden;}
	.m-sns-icon ul{text-align:center !important; border-bottom:1px solid rgba(255,255,255,0.6); padding:5px 0 0; box-sizing:border-box;}
	.m-user-menu  ul li, .m-sns-icon ul li{float:none; width:auto; line-height:30px !important; border:0; display:inline-table !important;}
	.m-user-menu ul li{float:left; width:50%; border-right:1px dotted rgba(255,255,255,0.6); box-sizing:border-box;}
	.m-user-menu ul li:last-child{border-right:0;}
	.m-user-menu  ul li a, .m-sns-icon ul li a{font-size:12px !important; padding:0 !important; color:rgba(255,255,255,0.8) !important; margin:5px;}
	.m-user-menu  ul li a i, .m-sns-icon ul li a i{font-size:17px; vertical-align:text-bottom; color:rgba(135,149,175,0.8); padding-right:3px;}
	.m-user-menu  ul li a:hover, .m-sns-icon ul li a:hover{background:none !important;}
	
	.m-u-m-login .m-profile{width:100%; border-bottom:1px dotted rgba(255,255,255,0.6); color:rgba(255,255,255,0.9); font-size:13px; padding:5px 0; border-right:0;}
	.m-u-m-login .m-profile i{font-size:18px; vertical-align:text-bottom; opacity:0.6;}
	.m-u-m-login .m-profile strong{padding:0 5px;}
	
	.menu-fixed{position:fixed !important; top:50px; z-index:9999;}
	.menu-shadow{box-shadow:rgba(0,0,0,0.6) 0 0 0 9999px; transition:box-shadow 0.5s;}
	.btn-up{right:40px;}
*/


/* 211019 추가 */
#footer .footer_wrap { width: 100%; height: auto; background-color: #f5f5f5; }
#footer .footer_half { width: 100%;  }
#footer .footer_back { margin-bottom: -2px; }
#footer .footer_left .footer_left1 { margin: 40px 50px 30px; }
#footer .footer_left .footer_left2 { margin: 170px 50px 40px; padding-top: 0;}
#footer .footer_right { margin-top: -200px; }
#footer .footer_right .footer_right1 { margin: 0px  50px 20px; }
#footer .footer_right .footer_right2 p { margin-right: 50px; }

/*
#footer { border-top: 2px #333333 solid; margin-top: 100px; }
#footer .footer_up	{ display: block; width: 90px; height: 45px; margin: -47px auto 0; text-align: center; color: #fff; cursor: pointer; }
#footer .footer_wrap { width: 50%; height: 210px; float: left; margin-top: 2px; }
#footer .footer_back { background-color: #f5f5f5; }
#footer .footer_half { width: 90%; }
#footer .footer_left { float: right; border-right: 1px #e9e9e9 solid; }
#footer .footer_right { float: left; }
#footer .footer_left .footer_left1 { font-family: 'S-CoreDream-5Medium'; font-size: 25px; margin: 50px 50px 0 0; padding-bottom: 30px; border-bottom: 1px #d9d9d9 solid; }
#footer .footer_left .footer_left2 { color: #848484; font-size: 15px; padding-top: 25px; }
#footer .footer_right .footer_right1 { color: #353535; font-weight: bold; margin: 60px  0 30px 50px; }
#footer .footer_right .footer_right1 a { color: #353535; margin-right: 10px; }
#footer .footer_right .footer_right1 a:hover { color: #264283; }
#footer .footer_right .footer_right2 { color: #4f4f4f; font-size: 15px; margin-left: 50px; }
#footer .footer_right .footer_right2 p { display: inline-block; margin-right: 15px; }
*/
}


@media all and (max-width:767px){
/*211019 백업
	#footer .ft-info{text-align:center;}
	#footer .ft-info ul li{float:none; display:inline-table;}
	#footer .ft-navi{text-align:center; border-top:1px solid rgba(255,255,255,0.4);}
	#footer .copyright{text-align:center;}	
*/
}

@media all and (max-width:525px){

#footer .footer_wrap { width: 100%; height: auto; background-color: #f5f5f5; }
#footer .footer_half { width: 100%;  }
#footer .footer_back { margin-bottom: -2px; }
#footer .footer_left .footer_left1 { margin: 40px 5% 30px; }
#footer .footer_left .footer_left2 { margin: 200px 5% 40px; padding-top: 0; font-size: 0.8em; }
#footer .footer_right { margin-top: -230px; }
#footer .footer_right .footer_right1 { margin: 0  5% 20px; }
#footer .footer_right .footer_right2 { margin: 0  5% 0; }
#footer .footer_right .footer_right2 p { margin-right: 30px; }

}

@media all and (max-width:360px){
	
#footer .footer_wrap { width: 100%; height: auto; background-color: #f5f5f5; }
#footer .footer_half { width: 100%;  }
#footer .footer_back { margin-bottom: -2px; }
#footer .footer_left .footer_left1 { margin: 40px 5% 30px; }
#footer .footer_left .footer_left2 { margin: 240px 5% 40px; padding-top: 0; font-size: 0.8em; }
#footer .footer_right { margin-top: -290px; }
#footer .footer_right .footer_right1 { margin: 0px  5% 20px; }
#footer .footer_right .footer_right2 { margin: 0  5% 0; }
#footer .footer_right .footer_right2 p { margin-right: 20px; }

}