@charset "utf-8";
#wrap {min-width: 1080px; width:100% ; overflow-y: hidden; overflow-x: hidden; margin: 0;}
.inner {width:1000px; margin:0 auto;}

/*메인페이지*/
.header {text-align: center;margin:0 0 20px 0;}
.header span {display:inline-block; padding:10px 0;font-size: 18px;font-weight: 600}
.header h1 {height:46px;}


#pa_list {display: none;}
#tm_list {display: none;}
#de_list {display: none;}
#toc-toggle {cursor: pointer;color: #000000;}
#toc-toggle:hover {text-decoration: underline;}

.container {}
/*메인검색박스*/
.searchbox {width:100%;height: 50px;background: #a73b35}
.searchbox .inner {width:350px;text-align: center;position: relative;}
.searchbox .inner input[type=text] {width:300px;height:30px;padding:2px 10px;margin-top:8px;border:none;border-radius: 20px}
.searchbox .inner button {float: left;width:30px;height:30px;position: absolute;top:7px;right:25px;background: url(../images/com/search.png) no-repeat right bottom ;text-indent: -9999px}


.contents {margin:30px 0; } 
.contents:after {content: "";display: block;clear: both;}
.contents .ctbox {float:left;width:320px;height:520px;overflow: hidden;position: relative;}
.contents .ctbox img {width:100%;}
.contents .ctbox .ctboxinfo {position: absolute;bottom:0;left:0;}
.contents .ctbox .ctboxinfo .tit {padding:10px ;font-size: 18px;font-weight: 500;color:#fff;position: absolute;bottom:120px;left: 0}
.contents .ctbox .ctboxinfo .txtbox {display: inline-block;height:100px;background: #a73b35;padding:10px ;color:#fff;opacity: 0.8;
	filter: alpha(opacity=80); /* IE8 and lower */
      zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */}
.contents .ctbox .ctboxinfo .txtboxm {display: inline-block;height:100px;background: #a73b35;padding:10px ;color:#fff;opacity: 0.8;
	filter: alpha(opacity=80); /* IE8 and lower */
      zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */}
.contents .ctbox .ctboxinfo .arrow_bt {display:inline-block;width:72px;height:20px;padding-bottom:3px;position: absolute;bottom: 10px;right:10px;color:#fff;background: url(../images/com/arrow.png) no-repeat right bottom ;}

.company-logo{
	padding: 20px 0 0 0;
    float: right;
}

.addr{
	display:inline-block;
}
.bottom-logo{
	height: 50px;
    margin: 0 10px 0 0;
    width: 200px;
}