@charset "utf-8";


#container {position:relative; z-index:0;;}

.sub_visual {position:relative; overflow:hidden; width:100%; font-family: 'nanumbarunpenr'; background-size:100% 2px; padding-bottom:30px;}
.sub_visual img {vertical-align:top; width:100%; height:350px;}
.sub_visual .s_title{position:absolute; top:40%; width:100%; letter-spacing:0.5px; text-align:center; font-size:35px; font-weight:bold; line-height:36px; color:#fff;}
.sub_visual .title_text {font-size:16px; padding-top:15px; line-height:20px; color:rgba(255,255,255,0.7); font-weight:normal;}
.sub_visual .company_info {font-size:13px; padding-top:16px; line-height:16px; color:#5f5f5f; font-weight:normal;}

/*.sub_visual_PORTFOLIO  {display:none;}*/



#contentGroup {overflow:hidden;  }




/*컨텐츠박스*/
#content {position:relative; min-height:400px; margin:30px 0 40px 0; padding-bottom:100px; }



/* 탭메뉴 */
div.tapMenu { overflow:hidden;}
div.tapMenu ul { float:left; font-size:13px; width:100%; text-align:center; letter-spacing:-1px;}
div.tapMenu ul li { float:left; width:24%; border:1px solid #ccc; border-radius:50px; margin:10px 0 0 1%;line-height:35px; box-sizing:border-box;}
div.tapMenu ul li a {  color:#555; display:block; border-radius:50px; }
div.tapMenu ul li:first-child,div.tapMenu ul li:nth-child(4n+1) { margin:10px 0 0 0;}
div.tapMenu ul li:hover a { background:#e0e6f5; color:#4266b6; font-weight:bold;} 
div.tapMenu ul li.on { border:1px solid #3758a0;  }
div.tapMenu ul li.on a { background:#7256c5; color:#fff; font-weight:bold; }


/* 컨텐츠 공통 스타일 */
h4.cStyle {clear:both; font-size:20px; padding:0 0 0 24px; color:#222; background:url(../images/sub/h4_dot.jpg) left 7px no-repeat; line-height:24px; margin-bottom:10px;}
h5.cStyle {clear:both; font-size:16px; padding:0 0 0 26px; color:#014e8d; background:url(../images/sub/h5_dot.jpg) 7px 6px no-repeat; line-height:24px; margin-bottom:10px;}
h6.cStyle {clear:both; font-size:15px; padding:0 0 0 30px; color:#555 ; background:url(../images/sub/h6_dot.jpg) 18px 7px no-repeat; line-height:24px; margin-bottom:10px;}

dl.cStyle {clear:both;}
dl.cStyle dt {padding:0 0 0 36px; margin:15px 0 0 0; color:#555; background:url(../images/sub/dt_dot.jpg) 25px 9px no-repeat; line-height:20px; }
dl.cStyle dd {padding:0 0 0 46px; margin:5px 0 0 0; color:#767676; background:url(../images/sub/dd_dot.jpg) 35px 10px no-repeat; line-height:20px;}
dl.cStyle dd a {color:#767676;}
dl.cStyle dd a:hover {color:#000; text-decoration:underline;}

table.cStyle {border-top:2px solid #2fc2f9; width:100%; border-left:1px solid #ddd; font-size:12px; border-spacing:0;}
table.cStyle tr.bg {background:#e9eff3; font-weight:bold;}
table.cStyle th {background:#f2f6f9; color:#333; line-height:20px; padding:7px 5px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
table.cStyle td {color:#666; padding:6px 5px; line-height:20px; letter-spacing:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
table.cStyle .center {text-align:center;}
table.cStyle .left {text-align:left;}
table.cStyle td.bg {background:#f9f9f9; font-weight:bold;}



ul.cStyle {overflow:hidden;}
ul.cStyle li{padding:0 0 0 26px; font-size:13px;  color:#555; background:url(../images/sub/dt_dot.jpg) 15px 9px no-repeat; line-height:24px; }


p.cStyle {clear:both; font-size:13px; padding:0 0 0 8px;}
p.cStyle b {color:#fb7a0b; letter-spacing:0;}
p.cStyle img {max-width:100%;}

p.cStyle2 {clear:both; font-size:13px; padding:0;}
p.cStyle2 b {color:#fb7a0b; letter-spacing:0;}
p.cStyle2 img {max-width:100%;}

p.cStyle3 {text-align:center;}
p.cStyle3 img{max-width:100%;}




@media screen and (max-width: 979px) {

.sub_visual {padding-bottom:0px;}
.sub_visual img {height:180px;}
.sub_visual .s_title {top:25%; font-size:30px; line-height:31px;}
.sub_visual .title_text {font-size:13px; padding:10px 15px 0 15px; word-break:keep-all;}
.sub_visual .company_info {font-size:13px; padding-top:16px; line-height:16px; color:#5f5f5f; font-weight:normal;}

}