@charset "UTF-8";

/* 
    Document   : kwdivide
    Description: 지식나눔센터
*/
 
 /* 지식나눔센터 */
 .kwd-box {position:relative; padding:102px 0 125px; min-height:700px; background:#abe28d url(../../../../images/egovframework/story/client/sub/img_kwdbg.jpg) center 0 no-repeat;}
 .kwd-titbox {margin:0 auto; height:160px; background:url(../../../../images/egovframework/story/client/sub/img_kwd_tit.png) center 0 no-repeat;}
 .kwd-info-tit {margin:355px auto 35px; text-align:center;}
 .kwd-info-tit span {display:inline-block; padding:10px 30px 12px; font-size:18px; font-weight:bold; color:#fff; border-radius:50px; background-color:#1a7336;}
 .kwd-txtbox {margin:0 auto; height:350px; background:url(../../../../images/egovframework/story/client/sub/img_kwd_txt01.png) center 0 no-repeat;}
 
 /* 지식나눔 Book */
 .webz-box {position:relative;}
 .webz-box * {box-sizing:border-box;}
 .webz-inner {overflow:hidden;}
 .webz-inner > ul {width:828px; margin-left:-10px;}
 .webz-inner > ul > li {position:relative; float:left; margin:20px 15px; padding-top:18px; width:246px; min-height:335px;} 
 .webz-t {position:absolute; left:50%; top:0; display:inline-block; width:180px; margin-left:-90px; height:38px; line-height:38px; border:2px solid #cbcbcb; border-radius:30px; color:#333; font-size:16px; text-align:center; background-color:#fff; z-index:5;}
 .webz-c {position:relative; padding:36px 0; min-height:320px; text-align:center; border:1px solid #cbcbcb; box-shadow:2px 2px 2px rgba(0,0,0,0.1); z-index:1;}
 .webz-img {overflow:hidden; display:inline-block; width:170px; height:200px; background-color:#f0f0f0;}
 .webz-img img {width:170px; height:200px;}
 .webz-btn-down {display:inline-block; margin-top:10px; width:170px; color:#fff; text-align:center; border-radius:4px; background-color:#006bb7;}
 .webz-btn-down > span {display:inline-block; padding:10px 25px 10px 0; color:#fff; font-size:15px; background:url("../../../../images/egovframework/story/client/icon_link_more.png") right center no-repeat;}
 .webz-btn-down:hover, .webz-btn-down:active, .webz-btn-down:focus {background-color:#0f850f; transition:background-color 0.15s linear;}
 .webz-btn-down:hover span, .webz-btn-down:active span, .webz-btn-down:focus span {text-decoration:underline;}
 
 /* 지식나눔 Book - 안내박스 */
 .kwd-webz-box {min-height:150px; padding:0 90px 0 265px; color:#000; border:2px solid #e6c207; background:#fade4a url(../../../../images/egovframework/story/client/sub/img_kwdweb_info.png) 80px center no-repeat;;}
 .kwd-webz-box p {padding-top:46px; font-size:17px;}