@charset "utf-8";
@import url("basic.css");

/* background-color */
.bg_red01{background:#e9573f;}

/* font-style */
.h4_type01{
	font-family: 'scdream5';
	font-size:28px;
	color:#000;
	text-align:center;
	margin:0;
}

.h5_type01{
	font-family: 'scdream5';
	font-weight:500;
	font-size:20px;
	color:#2a2a2a;
	padding-left:30px;
	background:url('../images/sub/h3_type01.png')no-repeat left top 4px;
	margin:32px 0 0;
}


.font_red{
	color:#cf0000;
}
.font_blue{
	color:#0041c9;
}


.box_intro{
	width:100%;
	padding:28px 38px;
	background:#f9f9f9;
	margin: 13px 0 37px;
	display:inline-block;
}
.box_intro .list01{
	margin-top:0;
	padding-left:0;
}

.list01{
	margin-top:13px;
	padding-left:13px;
}
.list01>li{
	padding-left: 13px;
	margin-bottom:7px;
	background:url('../images/sub/list_type01.png')no-repeat left top 11px;	
}
.bullet01{
	padding-left: 13px;
	background:url('../images/sub/list_type01.png')no-repeat left center;
}
.text_indent03{
	padding-left: 13px;
	background:url('../images/sub/bullet_hyphen01.png')no-repeat left top 11px;
}
.text_indent03{
	padding-left: 13px;
	background:url('../images/sub/bullet_hyphen01.png')no-repeat left top 11px;
}
.text_indent03_li li{
	padding-left: 13px;
	background:url('../images/sub/bullet_hyphen01.png')no-repeat left top 11px;
}
/* ------------------------------------------------------------------------------------------------------------------------- */

/* skipnav */
.skipnav {
	position:absolute;
	width:100%;
	z-index:100000;
}
.skipnav dd a {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:1px;
	height:1px;
	margin:-10000px 0 0 -10000px;
	padding:0;
	background-color:#033477;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-weight:bold;
}
.skipnav dd a:hover,.skipnav dd a:active,.skipnav dd a:focus {
	margin:0;
	width:100%;
	height:auto;
	padding: 10px;
}
/********************************************************************************************************************************************/
#totalOpen{
	width:31px;
	height:31px;
	font-size:0;
	text-indent:-999px;
}
#totalOpen .open_wrap{
    width: 100%;
    height: 100%;
}
#totalOpen .total{
    width: 100%;
    height: 100%;
    display: block;
	background: url('../images/common/total_btn.png')no-repeat center;
}

/* 전체메뉴 */
#asideArea{
    display:none;
    width: 1200px;
    position: fixed;
    left: 50%;
    transform:translate(-50%);
    top: 0;
    height: 100%;
    /*background: #727171;*/
    z-index: 1500;
}
#asideArea h3.topTit{
    display:none;
}
#asideArea .m_util{
    display:none;
}
#totalNav{
    width: 1200px;
    height:100vh;
    overflow-y:auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-top: 143px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
#totalNav::-webkit-scrollbar {
    display: none;
}
#totalNav:after{
	display:inline-block;
	clear:both;
	float:none;
	content:'';
}
#totalNav>li{
    width: 290px;
    float:left;
    font-size: 24px;
    font-family: 'scdream5';
    border-right: 1px solid #8e8d8d;
    padding: 0 38px 50px;
}
#totalNav>li.m4, #totalNav>li.m8{
    border-right: 0;
}
#totalNav>li>a{
    margin-bottom: 48px;
}
#totalNav li a{
    display: block;
    color: #fff;
}
#totalNav .nav_list::after{
    display:block;
    content:'';
    float:none;
    clear:both;
}
#totalNav .nav_list li{
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'scdream4';
    margin-bottom: 20px;
    background: url('../images/common/totalmenu_list.png')no-repeat left center;
    padding-left:20px;
}
#asideArea #totalClose{
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 0;
    z-index:1250;
}
#asideArea #totalClose a{
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/common/total_close.png')no-repeat;
}
.overlay {
	background:#727171;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1300;
}



/********************************************************************************************************************************************/
/* #header */
#header{
    height:143px;
    background:url('../images/common/headerBg.jpg') repeat-x top center;
    border-bottom: 1px solid #ddd;
    position:relative;
}
.headerWrap{
    width:90%;
    height:100%;
    margin:0 auto;
    padding: 45px 0 0 0;
}
.headerWrap .headLogo{
    width: 17%;
    height:100%;
    float:left;
}
.headerWrap .headLogo a{
    width: 217px;
    height:100%;
    background:url('../images/common/head_logo.png')no-repeat center;
    display:block;
    padding: 26px 0 27px;
}
.tnbArea{
    width: 90%;
    height: 45px;
    position:absolute;
    top:0;
}
.tnbArea .siteList{
    float: left;
    background:#727171;
}
.tnbArea .siteList li{
    height: 45px;
    float: left;
    text-align:center;
}
.tnbArea .siteList li a{
	display:block;
	padding:0 30px;
    line-height: 45px;
    font-size: 13px;
    color:#fff;
}
.tnbArea .loginWrap{
    float:right;
}
.tnbArea .loginWrap li{
    height: 45px;
    float: left;
    text-align: center;
}
.tnbArea .loginWrap li.headLogin{
    background:url('../images/common/login_bar.jpg')no-repeat right center;
}
.tnbArea .loginWrap li a{
	display:block;
	padding:0 21px;
    line-height: 45px;
    font-size: 13px;
    color: #fff;
}
.headerWrap #headGnb{
    font-size:0;
    display:inline-block;
    height:100%;
    width: 70%;
}
#headGnb .menu>li{
    width: 10%;
    height: 60%;
    display: inline-block;
    text-align:center;
}
#headGnb .menu>li>a{
    width: 100%;
    padding: 34px 0 45px;
    display: table;
    position: relative;
    font-size: 16px;
    font-family: 'scdream5';
    position: relative;
}
#headGnb > ul > li.m7.depth{
    width: 180px;
}
.headerWrap #headGnb .menu>li:active::after, .headerWrap #headGnb .menu>li:hover::after, .headerWrap #headGnb .menu>li:focus::after{
    position: absolute;
    bottom: -12px;
    background: url('../images/common/header_menu_hover.png')no-repeat left bottom;
    width: 10%;
    height: 14px;
    z-index: 1110;
    content:'';
    display:block;
} 
#headGnb > ul > li.m7.depth:active::after, #headGnb > ul > li.m7.depth:hover::after, #headGnb > ul > li.m7.depth:focus::after{
    margin-left: 30px;
}
.headSubMenu{
	display:none;
    position: absolute;
    top: 143px;
    z-index: 1100;
    left: 0;
    width: 100%;
    height: 350px;
    background: url('../images/common/gnbCont_bg.jpg') repeat-y center;
    border-bottom: 1px solid #b7b4ab;
}
/* .headerWrap #headGnb>ul>li.active .headSubMenu{
	display:block;
} */
.gnbCont{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}
.gnbCont .depth1_title{
    height: 100%;
    width: 265px;
    float: left;
    padding: 0 16px;
    background: #f6f6f6 url('../images/common/depth1_title_bg.png')no-repeat center bottom 42px;
}
.gnbCont .depth1_title h3{
    height: 35px;
    font-size: 24px;
    color: #3f3a39;
    font-family: 'scdream6';
    background: url('../images/common/depth1_title_h3.png')no-repeat left bottom;
    background-size: 100% 50%;
    margin: 52px 0 23px;
}
.gnbCont .depth1_title p{
    font-size: 15px;
    color: #3f3a39;
    font-family: 'scdream4';
}
.gnbCont .gnb_depth2{
    width: calc(100% - 265px);
    float: left;
    padding: 50px 0 0 8px;
}
.gnb_depth2 li{
    width: 210px;
    height: 60px;
    float: left;
    border: 1px solid #c9c9c9;
    font-size: 15px;
    font-family: 'scdream4';
    color: #2a2a2a;
    margin: 0 0 23px 18px;
}
.gnb_depth2 li a{
    padding-left: 11px;
    line-height: 60px;
    height: 100%;
    display: block;
}
.gnb_depth2 li:hover{
    border: 1px solid #ff7200;
}
.gnb_depth2 li:hover a{
    color: #ff7200;
}

.headerWrap .util{
    float: right;
    position:relative;
    top:34px;
    margin-right: 25px
}
.headerWrap .util li{
    float: left;
    width: 31px;
    height: 31px;
}
.util .search_common{
    margin-right:38px;
}
.util .search_common a{
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -999px;
    background: url('../images/common/search.png')no-repeat center;
    display: block;
}
.util .totalMenu a.total{
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -999px;
    background: url('../images/common/total_btn.png')no-repeat center;
    display: block;
}

/********************************************************************************************************************************************/
/* search */
#header .main_search_box {
	display:none;
	position:absolute;
    width: 100%;
    left: 0;
    top: 143px;
    border-top: 1px solid #ccc;
    background: #3a3a3c;
    padding: 60px 0;
    z-index: 101;
    text-align: center;
}
#header .main_search_box .container {
	position:relative;
	margin:0 auto;
    display: inline-block;
}
#header .main_search_box h3 {
    font-size: 24px;
    color: #fff;
    margin-right: 20px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    margin-top: 6px;
}
.main_search_box .container .search_main {
	width:565px;
	height:50px;
	margin:0 auto;
    position: relative;
    float: left;
}
.search_main span.write {
	display:block;
}
.search_main span.write .search_int {
	display:inline-block;
	padding:10px 15px;
	font-size:20px;
	width:100%;
	background:#fff;
	border:1px solid #1155a8;
	color:#000;
}
.search_main span.write .search_int::placeholder {
	font-size:16px;
	color:#858585;
}
button.sch_btn {
	display:inline-block;
	width:23px;
	height:23px;
	background:url("../images/common/search_box_icon.png") right center no-repeat;
	position: absolute;
    right: 14px;
    top: 12px;
    font-size:0;
    text-indent:-999px;
}
.container .search_close {
	float:left;
	width:52px;
	height:52px;
	background:#000 url('../images/common/search_box_x.png')no-repeat center;
	font-size:0;
	text-indent:-999px;
	margin-left:13px;
}

/* banner */
.bannerList{
	border-top:1px solid #ddd;	
}
.banner_wrap{
	position:relative; 
	width:1200px; 
	margin:0 auto; 
	padding-left:180px; 
	height:83px;
	padding-top:14px;
}
.banner_wrap .area_control {position:absolute;left:0;top:13px;overflow:hidden;width:160px;box-sizing:border-box;}
.banner_wrap .area_control .text {float:left;margin-right:11px;}
.banner_wrap .area_control .wrap_controls {float:left;}
.banner_wrap .area_control .wrap_controls a {display:inline-block;width:54px; height:54px; line-height:54px;float:left; border:1px solid #c5c5c5;cursor: pointer; position:relative;}
.banner_wrap .area_control .wrap_controls a img{vertical-align:top; position:absolute; top:50%; transform:translateY(-50%);}
.banner_wrap .area_control .wrap_controls a.owl-prev img{left:19px;}
.banner_wrap .area_control .wrap_controls a.stop img{left:50%; transform:translate(-50%, -50%);}
.banner_wrap .area_control .wrap_controls a.play img{left:21px;}
.banner_wrap .area_control .wrap_controls a.owl-next img{right:18px;}
.banner_wrap .area_control .wrap_controls .play {display:none; margin-left:-1px;}
.banner_wrap .area_control .wrap_controls .stop {margin-left:-1px;}
.banner_wrap .area_control .wrap_controls .owl-next {margin-left:-1px;}
.banner_wrap .area_control .view_more {display:inline-block;margin-top:4px;margin-left:3px;line-height:54px;}
.banner_wrap .owl-item {box-sizing:border-box; background:url('../images/common/bnr_list_bar.jpg')no-repeat right 8px center;}
.banner_wrap .owl-item.active:last-child {border:none; background:none;}
.banner_wrap .owl-carousel .owl-item a img{border:1px solid #dcdcdc; width:187px; height:52px; box-sizing:border-box;}
.banner_wrap .owl-carousel.owl-drag .owl-item ul li a{display:block; text-align:center;padding:0 10px;}
/********************************************************************************************************************************************/
/* footer */
#footer {
	height:160px;
	background:#333;
	position:relative;
}
#footer .infoMenu {
	width:100%;
	height:61px;
	line-height:60px;
	text-align:center;
	border-bottom:1px solid #5c5c5c;
}
#footer .infoMenu ul{
	display:inline-block;
}
#footer .infoMenu li {
	float:left;
	padding:0 15px;
	font-family: 'notokr-medium';
	font-size:14px;
	background:url('../images/common/footer_info_bar.jpg')no-repeat right center;
}
#footer .infoMenu li.info02 a{
	color:#ecc028;
	font-family: 'notokr-bold';
}
#footer .infoMenu li a{
	color:#ddd;
}
#footer .infoMenu li:last-child {
	background:none;
}
.footerWrap{
	width:1200px;
	height: auto;
	margin:0 auto;
}
#footer .footerLogo{
	float:left;
	margin:28px 27px 28px 0;
}
#footer .footerLogo a {
	width:203px;
	height:42px;
	background:url('../images/common/footer_logo.png')no-repeat;
}
#footer .footerLogo a {
	display:block;
}
#footer .address {
	float:left;
	font-size:13px;
	color:#888;
	margin-top:30px;
}
#footer .callCenter {
	float:right;
    margin-top: 23px;
	color:#999;
}
#footer .callCenter li{
	font-size:15px;
}


/********************************************************************************************************************************************/

/* 반응형 */

@media screen and (max-width:1200px){
	#asideArea{
		width:100%;
		left: 0;
   		transform: translate(0);
	}
	#totalNav{
		width:100%;
    	overflow-y: visible;	
	}
	#totalNav>li{
		width:25%;
	}
	#asideArea #totalClose{
		right:40px;
	}
	
    .tnbArea{
        width: 100%;
    }
    .headerWrap{
        width: 100%;
    }
    .gnbCont{
    	width:100%;
    }
    
    /* banner */
    .banner_wrap{
  		width:96%;
    }
    
    /* footer */
    .footerWrap{
    	width:96%;
    }
    #footer .footerLogo{
		display:none;
	}
}

@media screen and (max-width:1100px){
	/* total */
#asideArea{
	width:45%;
	height:100%;
	background:#fff;
	overflow-y:auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
#asideArea::-webkit-scrollbar {
    display: none; 
}
#asideArea .total_home .home_btn {
	float:left;
	width:38px;
	height:38px;
	margin-top:10px;
}
#asideArea .total_home .home_btn a {
	display:block;
	width:38px;
	height:38px;
	text-indent:-99999px;
	background:url("../images/common/mobile_home.gif") 50% 50% no-repeat;
	background-size:38px auto;
}
#asideArea #totalClose {
	width:80px;
	height:80px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background:#3a3a3c;
}
#asideArea #totalClose a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	background:url('../images/common/total_close_m.png')no-repeat center;
	text-indent:-9999px;
}
.total_link {
	float:left;
	margin-left:50px;
}
.total_link:after {
	display:block;
	clear:both;
	content:'';
}
.total_link li {
	float:left;
	padding:0 2px;
}
#asideArea h3.topTit {
	display:block;
	height:80px;
	line-height:80px;
	background:#727171;
	color:#fff;
	font-family: 'scdream5';
	font-size:28px;
	padding-left:24px;
}
#asideArea .m_util {
	display:block;
	background:#fff;
	border-bottom:1px solid #b4b3b3;
	border-top:1px solid #b4b3b3;
}
#asideArea .m_util:after {
	content:"";
	display:block;
	clear:both;
	float:none;
}
#asideArea .m_util li {
	float:left;
	border-right:1px solid #b4b3b3;
	width:33.33%;
}
#asideArea .m_util li:last-child {
	border:none;
}
#asideArea .m_util li a {
	line-height:50px;
	display:block;
	color:#3a3a3c;
	font-size:18px;
	text-align:center;
}
#totalNav {
	position:relative;
	padding-bottom:20px;
	padding-top:0;
}
#totalNav a {
	text-decoration:none;
	padding-left:48px;	
}
#totalNav>li {
    width: 100%;
    height:auto !important;
    float: none;
    padding: 0;
    position:relative;
    border-right:0;
}
#totalNav>li>a::after {
    content:'';
    display:block;
    position:absolute;
    width:28px;
    height:28px;
    background:url('../images/common/total_plus_m.png')no-repeat;
    right: 25px;
    top:50%;
    transform:translateY(-50%);
}
#totalNav .nav_btn {
	height:75px;
	line-height:75px;
	margin-bottom:0;
	display:block;
	position:relative;
	border-bottom:1px solid #bbb;
	border-right:0;
	color:#2a2a2a;
	font-size:22px;
	font-family: 'scdream5';
	background:#fff url('../images/common/m_li_op.png') no-repeat;
	background-position:right 20px top 14px;
	background-size:14px;
}
#totalNav .nav_btn.active {
	background:#ff7200 url('../images/common/m_li_clo.png') no-repeat;
	color:#fff;
	background-position:right 20px top 50%;
	background-size:14px;
}
#totalNav .nav_btn.active::after {
    content:'';
    display:block;
    position:absolute;
    width:28px;
    height:2px;
    background:#fff;
    right: 25px;
    top:50%;
    transform:translateY(-50%);
}
#totalNav .nav_list {
	display:none;
	padding:15px 0 25px 0;
	background:#f8f8f8;
}
#totalNav .nav_list>li {
	background:url('../images/common/m_li_bg.png') 25px 50% no-repeat;
	background-size:3px;
	float:none;
	margin-bottom:0;
	font-size:20px;
	padding-left:0;
}
#totalNav .nav_list>li>a {
	display:block;
	padding:12px 6px 12px 108px;
	background:url('../images/common/totalmenu_list_m.png')no-repeat left 75px center;
	color:#000;
}
/* #totalNav .nav_list>li>a.nav_sbtn {
	background:url("../images/common/menu_plus.png") 93% 50% no-repeat;
}
#totalNav .nav_list>li>a.nav_sbtn.active {
	background:url("../images/common/menu_minus.png") 93% 50% no-repeat;
}
#totalNav .nav_list .desc_list {
	display:none;
	padding:12px 6px 14px 25px;
	border-bottom:1px solid #e1e1e1;
	background:#f7f8fa
}
#totalNav .nav_list .desc_list li {
	padding:4px 0 0px 10px;
	background:url('../images/common/total_nav_bullet.png') 0 50% no-repeat;
	background-size:4px auto;
}
#totalNav .nav_list .desc_list a {
	color:#4b536b;
}
#totalNav .nav_list .desc_list a.active {
	color:#0030aa;
	text-decoration:underline
}
#totalNav .nav_list .desc_list {
	display:none;
	padding:12px 6px 14px 25px;
	border-bottom:1px solid #e1e1e1;
	background:#f7f8fa
} */
.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index: 1300;
}
	
	/* ---------------------------------------- */

    .headerWrap .headLogo{
        float: none;
        margin: 0 auto;
    }
    .headerWrap .headLogo::after{
        float: none;
        display: block;
        content:'';
        clear: both;
    }
    .headerWrap #headGnb{
        display: none;
    }
    .headerWrap .util {
        float: none;
        position: static;
    }
    .headerWrap .util li {
        float: none;
    }
    .headerWrap .util .search_common{
        position: absolute;
        width: 36px;
        height: 35px;
        top: 78px;
        left: 25px;
        margin-right: 0;
    }
    .util .search_common a {
        width: 100%;
        height: 100%;
        background: url('../images/common/search_m.png')no-repeat center;
    }
    .headerWrap .util #totalOpen{
        width: 37px;
        height: 30px;
	    position: absolute;
	    right: 25px;
	    top: 78px;
    }
    #totalOpen .total{
		background: url('../images/common/total_btn_m.png')no-repeat center;
	}
}

@media screen and (max-width:950px){
	/* total */
	#asideArea{
		width:65%;
	}
	
	#footer{
		height:auto;
	}
	.footerWrap{
	    width: 90%;
	}
    #footer .address, #footer .callCenter{
    	float:none;
    	text-align:center;
    }
    #footer .callCenter{
    	padding-bottom:30px;
    }
    #footer .callCenter ul{
    	display:inline-block;
    }
    #footer .callCenter li{
    	float:left;
    	padding:0 7px;
    	background:url('../images/common/callcenter_bar.jpg')no-repeat right center;
    }
    #footer .callCenter li:first-child{
    	padding-left:0;
    }
    #footer .callCenter li:last-child{
    	background:none;
    	padding-right:0;
    }
}

@media screen and (max-width:800px){
	#asideArea{
		width:100%;
	}
	
	
    .tnbArea .loginWrap{
        display: none;
    }
    .tnbArea .siteList {
        float: none;
    }
    .tnbArea .siteList li {
        width: 50%;
    }
    
    /* 통합검색 */
    #header .main_search_box .container{
   	    width: 100%;
  		padding: 0 25px;
    }
    #header .main_search_box h3{
    	float: none;
 		text-align: left;
 		margin: 0 0 18px 0;
    }
    .main_search_box .container .search_main{
   	    width: calc(100% - 66px);
    }
    
    /* banner */
    .banner_wrap{
   		padding-left:126px;
    }
    .banner_wrap .area_control{
    	width:107px;
    }
    .banner_wrap .area_control .wrap_controls .stop{
    	display:none;
    }
}

@media screen and (max-width:730px){
	#footer .infoMenu ul{
		width:100%;
	}
	#footer .infoMenu li{
		width:33.33%;
		font-size:13px;
		padding:0;
	}
	#footer .infoMenu li.info03{
		background:none;
	}
	#footer .infoMenu li.info04{
		display:none;
	}
     #footer .callCenter li{
    	float:none;
    	font-size:14px;
    	background:none;
    }
}

@media screen and (max-width:480px){
	.headerWrap .util .search_common{
		left:15px;
	}
	.headerWrap .util #totalOpen{
		right:15px;
	}
	#header .util li a{
		background-size: 80%;
	}
	.headerWrap .util .search_common{
	    top: 75px;
	}
}



/* 게시판 비밀번호 확인 */
.passw_txt {text-align:center;}
.passw_confirm {margin:30px 0;padding:20px 10px;border-top:1px solid #505050;border-bottom:1px solid #505050;text-align:center;}
.passw_confirm div {display:inline-block;}
.passw_confirm div input,
.passw_confirm div button,
.passw_confirm div a {vertical-align:top;}
.passw_confirm div button,
.passw_confirm div a {line-height:36px;padding:0 20px;border:1px solid #dedede;box-sizing:border-box;}
.passw_confirm div a {display:inline-block;}
.passw_confirm div input {border:1px solid #dedede;}

@media screen and (max-width:459px) {
.passw_confirm div input {width:100%;}
.passw_confirm div button,
.passw_confirm div a {margin-top:10px;}
}

/* 게시물 삭제 확인페이지 */
.deleteWrite {margin:20px 0;}
.deleteWrite li {display:inline-block;}
.deleteWrite .deleteTit {margin-right:15px;}
.deleteWrite .deleteTxt {margin:10px 0;}
.deleteWrite .deleteTxt input[type="text"] {border:1px solid #ddd;}
.deleteWrite .deleteTxt input[type="submit"] {height:38px;line-height:36px;padding:0 20px;background:#06378e;color:#fff;}
.delBoard_btn li input.btn,
.delBoard_btn li input.btn.bg {height:38px;line-height:36px;padding:0 20px;}
.delBoard_btn li input.btn.bg {background:#06378e;color:#fff;}
.delBoard_btn li input.btn {margin-right:15px;border:1px solid #ddd;}

/* 필수입력사항 표시 */
span.star{color:#f90040;}


@media screen and (max-width:1232px){

	.section01 .equip_box{width:100%;}

}