@charset "utf-8";

/* list 상단 안내문구 */
.list_sign {
    margin-bottom: 20px;
    padding: 27px 0;
    border-top: 2px solid #111;
    border-bottom: 1px solid #111;
}
.list_sign div {
    min-height: 65px;
    padding-left: 180px;
}
.list_sign div.list1 {
    background: url(../../../img/program/sub/list_ico01.gif) 40px center no-repeat;
}
.list_sign div.list2 {
    background: url(../../../img/program/sub/list_ico02.gif) 40px center no-repeat;
}
.list_sign div.list3 {
    background: url(../../../img/program/sub/list_ico03.gif) 40px center no-repeat;
}
.list_sign div.list4 {
    background: url(../../../img/program/sub/list_ico04.gif) 40px center no-repeat;
}
.list_sign div.list5 {
    background: url(../../../img/program/sub/list_ico05.gif) 40px center no-repeat;
}
.list_sign div.list6 {
    height: 150px;
    background: url(../../../img/program/sub/list_ico06.gif) 0 0 no-repeat;
}
.list_sign div .tit {
    margin-bottom: 10px;
    font-family: "NSB";
    font-size: 20px;
}
.list_sign div .tit span {
    font-family: "NBGB";
    font-size: 11px;
}
.list_sign div .tit a {
    margin-left: 10px;
}
.list_sign div .txt {
    font-size: 15px;
    line-height: 24px;
}
.list_sign div .sign {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
}
.list_sign div .sign span {
    color: #f36910;
}
.list_sign div ul li {
    margin-top: 5px;
    font-size: 16px;
}
.list_sign div ul li:first-child {
    margin-top: 0;
}
.list_sign div > a {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 15px;
    background-color: #8991a1;
    border-radius: 3px;
    font-family: "NBGB";
    color: #fff;
    text-align: center;
}
.list_sign div > a:focus {
    border: 2px dotted #fff;
}
.list_sign div > a span {
    padding-right: 13px;
    background: url(../../../img/program/sub/btn_arr.png) right 1px no-repeat;
}
/* .list_sign a.icoIntro{display:inline-block; padding:4px 6px 3px; background-color:#fe9601; border:1px solid #e68801; border-radius:3px; font-size:11px; color:#fff; vertical-align:middle;} */
.list_sign a.icoIntro {
    display: inline-block;
    padding: 4px 6px 3px;
    background-color: #f76700;
    border: 1px solid #d45d05;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
}

.cardNews_link {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 30px;
    border: 1px solid #ddd;
}
.cardNews_link img {
    float: left;
    width: 203px;
    height: 150px;
    margin-right: 30px;
}
.cardNews_link div {
    float: left;
}
.cardNews_link div p.tit {
    margin: 22px 0 28px;
    font-family: "NSB";
    font-size: 21px;
    color: #666;
}
.cardNews_link div p.txt {
    font-family: "NSB";
    font-size: 18px;
    line-height: 24px;
}
.cardNews_link a {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding: 4px 15px;
    background-color: #8991a1;
    border-radius: 3px;
    font-family: "NBGB";
    color: #fff;
    text-align: center;
}
.cardNews_link a span {
    padding-right: 13px;
    background: url(../../../img/program/sub/btn_arr.png) right 1px no-repeat;
    font-size: 14px;
}

/* category tab(C type 온라인 금연상담실) */
.cat_tab {
    margin-bottom: 30px;
}
.cat_tab:after {
    display: block;
    content: "";
    clear: both;
}
.cat_tab a {
    display: block;
    float: left;
    width: 169px;
    margin-top: -1px;
    padding: 9px 0;
    background: #fafafa url(/images/article/catTab_bar.gif) right 16px no-repeat;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    color: #787878;
    text-align: center;
}
.cat_tab a:first-child {
    border-left: 1px solid #dbdbdb;
}
.cat_tab a:last-child {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}
.cat_tab a:nth-child(5) {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}
.cat_tab a:nth-child(6) {
    border-left: 1px solid #dbdbdb;
}
.cat_tab a span {
    display: inline-block;
    position: relative;
    width: 149px;
    padding: 9px 0;
}
.cat_tab a.on {
    font-family: "NBGB";
    color: #fff;
}
.cat_tab a.on span {
    background: #f66a0d url(/images/article/tabBg01.gif) right top no-repeat;
}
.cat_tab a.on span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(/images/article/tabBg02.gif) 0 0 no-repeat;
}
.cat_tab a:hover span {
    background: #ffecd1 url(/images/article/tabBg01_hover.gif) right top no-repeat;
    font-family: "NBGB";
    color: #f66a0d;
}
.cat_tab a:hover span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(/images/article/tabBg02_hover.gif) 0 0 no-repeat;
}
.cat_tab.type1 a {
    width: 212px;
    font-size: 16px;
}
.cat_tab.type1 a span {
    width: 192px;
}

/* 성공자 리스트 탭 */
.success_list {
    position: relative;
    margin-bottom: 30px;
}
.success_list.type1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.success_list.type1 ul {
    overflow: hidden;
    height: 111px;
}
.success_list ul:after {
    display: block;
    content: "";
    clear: both;
}
.success_list ul li {
    float: left;
}
.success_list ul li a {
    display: block;
    float: left;
    width: 169px;
    margin-bottom: -1px;
    padding: 9px 0;
    background: #fafafa url(/images/article/catTab_bar.gif) right 16px no-repeat;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    color: #787878;
    text-align: center;
}
.success_list ul li:first-child a {
    border-left: 1px solid #dbdbdb;
}
.success_list ul li:last-child a {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}
.success_list ul li:nth-child(5) a,
.success_list ul li:nth-child(10) a,
.success_list ul li:nth-child(15) a,
.success_list ul li:nth-child(20) a,
.success_list ul li:nth-child(25) a,
.success_list ul li:nth-child(30) a {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}
.success_list ul li:nth-child(6) a,
.success_list ul li:nth-child(11) a,
.success_list ul li:nth-child(16) a,
.success_list ul li:nth-child(21) a,
.success_list ul li:nth-child(26) a,
.success_list ul li:nth-child(31) a {
    border-left: 1px solid #dbdbdb;
}
.success_list ul li.on a {
    font-family: "NBGB";
    color: #fff;
}
.success_list ul li.on a span {
    background: #f66a0d url(/images/article/tabBg01.gif) right top no-repeat;
}
.success_list ul li.on a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(/images/article/tabBg02.gif) 0 0 no-repeat;
}
.success_list ul li a:hover span {
    background: #ffecd1 url(/images/article/tabBg01_hover.gif) right top no-repeat;
    font-family: "NBGB";
    color: #f66a0d;
}
.success_list ul li a:hover span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(/images/article/tabBg02_hover.gif) 0 0 no-repeat;
}
.success_list ul li a span {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 9px 0;
}
.success_list ul li a img {
    height: 14px;
    margin-left: 5px;
}
.success_list span.btn a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -27px;
    width: 60px;
    height: 27px;
    margin-left: -30px;
    background: url(../../../img/program/sub/tab_open.gif) 0 0 no-repeat;
    text-indent: -9999px;
}

/* sch_box */
.sch_box {
    margin-bottom: 29px;
    padding: 16px 81px;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
}
.sch_box2 {
    padding: 16px 65px;
} /* 캘린더 들어간곳 */
.sch_form:after {
    display: block;
    content: "";
    clear: both;
}
.sch_form .select_box {
    float: left;
    display: inline-block;
    position: relative;
    width: 148px;
    height: 33px;
    margin-right: 5px;
    background: #fff url(../../../img/program/sub/select_box_arr.gif) right 4px no-repeat; /* border:1px solid #dcdcdc; */
}
.sch_form .select_box2 {
    width: 170px;
}
.sch_form .select_box label {
    display: none;
    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 12px;
    color: #787878;
}
.sch_form .select_box select {
    width: 100%;
    height: 35px;
    min-height: 35px;
    line-height: 40px;
    padding: 0 0 0 10px;
    border: 1px solid #dbdbdb; /* opacity:0; */
    filter: alpha(opacity=0);
}
.sch_form .sel_cal {
    float: left;
    margin-right: 5px;
}
.sch_form .sel_cal input {
    width: 90px;
    height: 19px;
    padding: 7px 0 7px 30px;
    background: #fff url(/images/article/calendar_icon.gif) 6px 9px no-repeat;
    border: 1px solid #dbdbdb;
}
.sch_form .sch_txt {
    float: left;
}
.sch_form .sch_txt input[type="text"] {
    width: 280px;
    height: 19px;
    padding: 7px 0 7px 10px;
    border: 1px solid #dbdbdb;
}
/* .sch_form .sch_txt input[type="text"]:focus{border:2px dotted #fff;} */
.sch_form .sch_txt input[type="image"] {
    cursor: pointer;
}
/* .sch_form .sch_txt input[type="image"]:focus{border:2px dotted #fff;} */
.tag {
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    color: #787878;
}
.tag P {
    display: inline-block;
    padding: 5px 9px 5px 12px;
    margin-right: 15px;
    border: 1px solid #bebebe;
    border-radius: 13px;
    text-align: center;
    vertical-align: middle;
}
.tag .tag_list {
    display: inline-block;
    width: 487px;
    padding-top: 5px;
    vertical-align: middle;
} /* 검색창 */
.tag .tag_list2 {
    display: inline-block;
    width: 78%;
    padding-top: 5px;
    vertical-align: middle;
} /* 게시물 view */
.tag .tag_list a,
.tag .tag_list2 a {
    color: #787878;
    line-height: 20px;
}

/* list_option */
.list_option {
    overflow: hidden;
    margin-bottom: 15px;
}
.list_option p.hit {
    float: left;
    margin-top: 10px;
    padding-left: 15px;
    background: url(/images/article/total_icon.gif) 0 1px no-repeat;
    font-size: 12px;
}
.list_option p.hit2 {
    float: left;
    margin-top: 8px;
    padding: 0;
    background: none;
}
.list_option p b:first-child {
    font-family: "NBGB";
    color: #f05000;
}
.list_option p b:last-child {
    font-family: "NBGB";
    color: #111;
}
.list_option div {
    float: right;
}
.list_option div select {
    float: left;
    width: 90px;
    height: 29px;
    margin-right: 3px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
}
.list_option div a {
    float: left;
}
.list_option div a:focus {
    border: 2px dotted #fff;
}
.list_option div.align_btn a {
    display: inline-block;
    padding: 6px 10px 5px;
    margin: 0 3px;
    background-color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    color: #666;
}
.list_option div.align_btn a:hover {
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    color: #fff;
}

/* view_option */
.report_wrap {
    position: relative;
    margin-bottom: 20px;
}
.report_insert {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 458px;
    height: 60px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.report_insert textarea {
    float: left;
    width: 378px;
    height: 47px;
    padding: 10px 0 0 10px;
    border: 1px solid #ddd;
    resize: none;
}
.report_insert input[type="submit"] {
    float: right;
    width: 60px;
    height: 59px;
    border: none;
    background-color: #2a3649;
    color: #fff;
}
.report_insert a span {
    display: inline-block;
    padding: 21px 16px;
    margin-left: 10px;
    border: solid 1px #ddd;
}

/* list_style_1 */
.list_style_1 {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 15px;
    border-top: 2px solid #2d2d2d;
}
.list_style_1 tr:last-child {
    border-bottom: 1px solid #8e8e8e;
}
.list_style_1 tr.admin {
    background-color: #f7f7f7;
}
.list_style_1 tr.admin td {
    font-family: "NBGB";
}
.list_style_1 tr.admin td.nickname span {
    padding: 4px 0 4px 30px;
    background: url(/images/article/admin_ico.png) 0 1px no-repeat;
}
.list_style_1 th {
    padding: 20px 5px;
    border-top: 2px solid #111;
    border-bottom: 1px solid #111;
    font-family: "NBGB";
    color: #333;
}
.list_style_1 th.border_none {
    border-right: none;
}
.list_style_1 td {
    position: relative;
    height: 15px;
    padding: 15px 5px;
    text-align: center;
    border-bottom: 1px dotted #d4d4d4;
}
.list_style_1 td.num {
    font-size: 12px;
}
.list_style_1 td.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "NBGB";
}
.list_style_1 td.left {
    padding-left: 10px;
    text-align: left;
}
.list_style_1 td.answer_s {
    padding: 10px 75px 10px 26px;
    font-size: 14px !important;
    line-height: 23px !important;
    text-align: left;
    word-break: break-all;
}
.list_style_1 td.answer_s p,
.list_style_1 td.answer_s span {
    font-size: inherit !important;
    line-height: 23px !important;
}
.list_style_1 td.answer_s strong {
    font-family: "NBGB";
}
.list_style_1 td.answer_s a {
    word-break: break-all;
}
.list_style_1 td a.close {
    position: absolute;
    right: 9px;
    bottom: 14px;
    display: inline-block;
    width: 55px;
    padding: 1px 0;
    border: 1px solid #999;
    font-family: "NBGB";
    font-size: 12px;
    color: #757575;
    text-align: center;
}
.list_style_1 td a.close span {
    padding-left: 15px;
    background: url(/images/article/close_arr.gif) 0 3px no-repeat;
}
.list_style_1 p.notice {
    display: inline-block;
    width: 48px;
    padding: 4px 0;
    background-color: #f66700;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
    color: #fff;
} /* 공지 */
.list_style_1 p.notice2 {
    display: inline-block;
    width: 48px;
    padding: 4px 0;
    background-color: #f05000;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
    color: #fff;
} /* 전체공지 */
.list_style_1 p.attend {
    display: inline-block;
    width: 48px;
    padding: 4px 0;
    background-color: #ffa319;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
    color: #fff;
} /* 출석 */
.pNone {
    display: none !important;
}

/* thumb_style_1 리스트형 */
.thumb_style_1 ul:after {
    display: block;
    content: "";
    clear: both;
}
.thumb_style_1 ul li {
    float: left;
    width: 405px;
    height:/* 130 */ 150px;
    margin-bottom: 10px;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #dbdbdb;
}
.thumb_style_1 ul li.default {
    float: none;
    width: auto;
    height: auto;
    text-align: center;
}
.thumb_style_1 ul li:nth-child(odd) a {
    border-right: 1px solid #e9e9e9;
}
.thumb_style_1 ul li a {
    display: block;
    overflow: hidden;
}
.thumb_style_1 ul li a .imgWrap {
    overflow: hidden;
    float: left;
    width: 160px;
    height:/* 130 */ 148px;
    border: 1px solid #e9e9e9;
}
.thumb_style_1 ul li a .imgWrap img {
    width: 100%;
    height: 100%;
}
.thumb_style_1 ul li a .content {
    float: left;
    width: 220px;
    margin-left: 15px;
}
.thumb_style_1 ul li a .content p.cat {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f36910;
    border-radius: 3px;
    font-size: 12px;
    color: #f05000;
    text-align: center;
}
.thumb_style_1 ul li a .content p.tit {
    overflow: hidden;
    height: 36px;
    margin-bottom: 7px;
    font-family: "NBGB";
    font-size: 16px;
    line-height: 18px;
}
.thumb_style_1 ul li a .content p.txt {
    overflow: hidden;
    font-size: 16px;
    color: #595959;
    line-height: 17px;
}
.thumb_style_1 ul li a .content p.txt2 {
    max-height: 34px;
}
/* .thumb_style_1 ul li a .content p.txt2 span{float:left;}
.thumb_style_1 ul li a .content p.txt2 span.con{width:163px; margin-left:2px;} */
.thumb_style_1 ul li a .content div {
    margin-top: 6px;
}
.thumb_style_1 ul li a .content div span {
    padding-left: 16px;
    margin-right: 14px;
    font-size: 12px;
    color: #888;
}
.thumb_style_1 ul li a .content div span.year {
    background: url(/images/article/year_icon.gif) 0 0 no-repeat;
}
.thumb_style_1 ul li a .content div span.view {
    background: url(/images/article/view_icon.gif) 0 1px no-repeat;
}

/* thumb_style_2 앨범형 */
.thumb_style_2 ul:after {
    display: block;
    content: "";
    clear: both;
}
.thumb_style_2 ul li {
    float: left;
    width: 203px;
    margin: 0 12px 45px 0;
}
.thumb_style_2 ul li:nth-child(4n) {
    margin: 0 0 45px 0;
}
.thumb_style_2 ul li a {
    display: block;
}
.thumb_style_2 ul li a .crop {
    overflow: hidden;
    width: 201px;
    height: 148px;
    border: 1px solid #e9e9e9;
}
.thumb_style_2.type1 ul li a img {
    height: auto !important;
    min-height: 148px;
}
.thumb_style_2 ul li a img {
    display: block;
    width: 201px;
    height: 148px;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 0;
}
.thumb_style_2 ul li a span {
    font-size: 12px;
}
.thumb_style_2 ul li a span.listFavorite {
    display: inline-block;
    float: right;
    padding-left: 16px;
    background: url(/images/article/list_favorite.gif) 0 1px no-repeat;
}
.thumb_style_2 ul li a span.year {
    margin-right: 10px;
}
.thumb_style_2 ul li a p.cat {
    display: inline-block;
    padding: 5px 8px;
    margin: 20px 0 10px;
    background-color: #546487;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.thumb_style_2 ul li a p.tit {
    overflow: hidden;
    height: 40px;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
}
.thumb_style_2 ul li a p.tit2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    margin: 7px 0 10px;
    font-size: 15px;
    line-height: 20px;
}
.thumb_style_2 ul li a p.tit2 b {
    font-family: "NBGB";
}
.thumb_style_2 ul li a p.tit2 > img {
    display: inline-block;
}
.thumb_style_2 ul li a div span {
    margin-right: 10px;
}
/* .thumb_style_2{margin-bottom: 15px; border-top:1px solid #ddd;}
.thumb_style_2 ul li{overflow:hidden; padding:30px 0; border-bottom:1px solid #ddd;}
div.thumb_img{float:left;}
div.thumb_img img{width:178px; height:138px; border:1px solid #ddd;}
div.thumb_contents{margin-left:200px;}
div.thumb_contents p.thumb_tit{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:10px; font-size:16px; font-family:"NBGB";}
div.thumb_contents p.thumb_txt{overflow:hidden; height:77px; margin-bottom:24px; line-height:20px;}
div.thumb_contents span{font-size:12px;} */

/* section3 - 지식플러스 */
.section3 h3 {
    margin-bottom: 20px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat !important;
    font-size: 22px;
}
.section3 h4 {
    margin-bottom: 10px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 1px no-repeat !important;
    font-size: 18px;
}

/* 지식플러스 신규 리스트 */
.thumb_style_3 ul li {
    margin-bottom: 10px;
    padding: 20px;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #e9e9e9;
}
.thumb_style_3 ul li > a {
    display: block;
    overflow: hidden;
    float: left;
}
.thumb_style_3 ul li a .imgWrap {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.thumb_style_3 ul li a img {
    display: block;
    width: 120px;
    height: 120px;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.thumb_style_3 ul li .content {
    margin: 5px 0 0px 150px;
}
.thumb_style_3 ul li .content a > p.cat {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f36910;
    border-radius: 3px;
    font-size: 12px;
    color: #f05000;
    text-align: center;
}
.thumb_style_3 ul li .content a > p.tit {
    margin-bottom: 8px;
    font-family: "NBGB";
    font-size: 14px;
}
.thumb_style_3 ul li .content a > p.txt {
    overflow: hidden;
    height: 32px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #595959;
    line-height: 17px;
}
.thumb_style_3 ul li .content div span {
    padding-left: 16px;
    margin-right: 14px;
    font-size: 12px;
    color: #989898;
}
.thumb_style_3 ul li .content div span.year {
    background: url(/images/article/year_icon.gif) 0 0 no-repeat;
}
.thumb_style_3 ul li .content div span.view {
    background: url(/images/article/view_icon.gif) 0 1px no-repeat;
}
.thumb_style_3 ul li .content div span.favorite {
    background: url(/images/article/favorite_icon.gif) 0 1px no-repeat;
}
.thumb_style_3 ul li .tagWrap {
    overflow: hidden;
    color: #888;
}
.thumb_style_3 ul li .tagWrap p {
    float: left;
    padding-left: 20px;
    margin-right: 15px;
    background: url(/images/article/tag_icon02.gif) 0 1px no-repeat;
}
.thumb_style_3 ul li .tagWrap .tag_list {
    float: left;
    width: 564px;
    overflow: hidden;
    text-overflow: ellipsis; /*white-space:nowrap;*/
}
.thumb_style_3 ul li .tagWrap .tag_list a {
    color: #888;
    word-break: normal;
}

/* view_style_1(일반) */
.view_style_1 {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #111;
    margin-bottom: 30px;
}
.view_style_1 th {
    padding: 17px 0 17px 20px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d4d4d4;
    font-family: "NBGB";
    font-size: 15px;
    text-align: left;
}
.view_style_1 th.center {
    padding-left: 20px;
    text-align: center;
}
.view_style_1 td {
    padding: 17px 11px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    line-height: 18px;
    word-break: break-all;
}
.view_style_1 td.title {
    font-family: "NSB";
    font-size: 18px;
}
.view_style_1 td img {
    max-width: 100%;
    margin-right: 5px;
}
.view_style_1 td .view_contents {
    padding: 25px;
    font-size: 14px;
    line-height: 24px;
}
.view_style_1 td .view_contents a {
    word-break: break-all;
}
.view_style_1 td .view_contents img {
    max-width: 100% !important;
    height: auto !important;
}
.view_style_1 td .videoView {
    position: relative;
    width: 100%;
    padding: 0 0 56.25% 0;
}
.view_style_1 td .videoView iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* view_style_2(지식 +) */
.view_style_2 {
    text-align: center;
}
.view_style_2 > p.tit {
    padding-bottom: 20px;
    background: url(/images/article/view_bar.gif) center bottom no-repeat;
    font-family: "NSB";
    font-size: 32px;
    color: #292929;
}
.view_option {
    display: inline-block;
    padding: 17px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    color: #686868;
    text-align: center;
}
.view_option span {
    padding-left: 16px;
    margin: 0 10px;
}
.view_option span.cat {
    background: url(/images/article/cat_icon.gif) 0 1px no-repeat;
}
.view_option span.year {
    background: url(/images/article/year_icon.gif) 0 1px no-repeat;
}
.view_option span.view {
    background: url(/images/article/view_icon.gif) 0 2px no-repeat;
}
.view_option span.name {
    background: url(/images/article/name_icon.gif) 0 1px no-repeat;
}
.view_option span.favorite {
    background: url(/images/article/favorite_icon.gif) 0 1px no-repeat;
}
.view_option span b {
    font-family: "NBG";
    font-weight: normal;
}
.view_contents {
    position: relative;
    text-align: left;
}
.view_contents > div {
    padding-top: 35px;
    font-size: 15px;
    line-height: 24px;
}
.view_contents > div p {
    line-height: 27px !important;
}

.view_style_2 .videoView {
    position: relative;
    width: 100%;
    padding: 0 0 56.25% 0;
}
.view_style_2 .videoView iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* .view_contents img{width:100% !important;} */

.nextprev {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    margin: -39px 0 0 -600px;
}
.nextprev a {
    position: absolute;
    display: inline-block;
    font-family: "NBGB";
    font-size: 12px;
    text-align: center;
}
.nextprev a.prev {
    left: 0;
}
.nextprev a.next {
    right: 0;
}
.nextprev a img {
    display: block;
    margin-bottom: 5px;
}

/* write_style_1 */
.write_style_1 {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #111;
    margin-bottom: 30px;
}
.write_style_1 th {
    padding: 22px 0 22px 20px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d4d4d4;
    font-family: "GmarketSans";
    font-size: 15px;
    text-align: left;
}
.write_style_1 th.center {
    padding-left: 20px;
    text-align: center;
}
.write_style_1 th b {
    color: #f36910;
}
.write_style_1 td {
    padding: 11px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
}
.write_style_1 td input[type="text"] {
    width: 90%;
    padding: 11px 0 11px 5px;
    border: 1px solid #dbdbdb;
}
.write_style_1 td input[type="password"] {
    padding: 11px 0 11px 5px;
    border: 1px solid #dbdbdb;
}
.write_style_1 td select {
    width: 77%;
    height: 39px;
    border: 1px solid #dbdbdb;
}
.write_style_1 td ol {
    overflow: hidden;
}
.write_style_1 td ol li {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.write_style_1 td span.sign1 {
    font-size: 12px;
}
.write_style_1 td .nuri,
.write_style_1 td .ccl {
    font-family: "GmarketSans";
}

/* write_style_2 온라인프로그램 */
.write_style_2 {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #111;
    margin-bottom: 30px;
}
.write_style_2 th {
    padding: 15px 0 15px 20px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px;
    text-align: left;
}
.write_style_2 th.title1 {
    background-color: #8c8c8c;
    color: #fff;
}
.write_style_2 th.title2 {
    background-color: #f1f1f1;
}
.write_style_2 th.title2 strong {
}
.write_style_2 th.line_r {
    border-right: 1px solid #d4d4d4;
}
.write_style_2 th.center {
    padding-left: 20px;
    text-align: center;
}
.write_style_2 th.center2 {
    padding: 0;
    text-align: center;
}
.write_style_2 th.bdr {
    border-right: 1px solid #d4d4d4;
}
.write_style_2 th b {
    color: #f36910;
}
.write_style_2 th p {
    font-size: 14px;
    line-height: 24px;
}
.write_style_2 td {
    padding: 15px 10px 15px 20px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    line-height: 24px;
}
.write_style_2 td.bdr {
    border-right: 1px solid #d4d4d4;
}
.write_style_2 td.center {
    padding: 15px 10px;
    text-align: center;
}
.write_style_2 td .left {
    text-align: left;
}
.write_style_2 td .file_zone > p {
    float: left;
    margin-top: 10px;
    padding: 0px 10px;
    background: #797979;
    border: 1px solid #4e4e4e;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.write_style_2 td .file_zone > p a {
    color: #fff;
}
.write_style_2 td span {
    margin-right: 15px;
    display: inline-block;
    min-width: 80px;
}
.write_style_2 td span.survey {
    display: inline-block;
}
.write_style_2 td span#nonSmokeStr {
    display: block;
}
.write_style_2 td span.add_btn {
    display: inline-block;
    width: 78px;
    padding: 8px 0 7px;
    margin-left: 3px;
    border: 1px solid #acacac;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.write_style_2 td span.add_btn2 a {
    display: inline-block;
    width: 78px;
    padding: 3px 0 2px;
    margin-left: 3px;
    border: 1px solid #acacac;
    border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.write_style_2 td span.space label {
    font-size: 15px;
}
.write_style_2 td label {
    margin-left: 5px;
}
.write_style_2 td input[type="text"],
.write_style_2 td input[type="password"],
.write_style_2 td input[type="number"] {
    width: 130px;
    padding: 7px 0 7px 5px;
    border: 1px solid #dbdbdb;
}
.write_style_2 td input.cal {
    width: 110px;
    height: 19px;
    padding: 7px 0 7px 30px;
    background: #fff url(/images/article/calendar_icon.gif) 6px 9px no-repeat;
}
.write_style_2 td input.nickname {
    width: 55%;
}
.write_style_2 td select {
    width: 137px;
    height: 31px;
    border: 1px solid #dbdbdb;
}
.write_style_2 td textarea {
    padding: 5px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
.write_style_2 td ul li {
    margin: 7px 0;
}
.write_style_2 td ul.float {
    overflow: hidden;
}
.write_style_2 td ul.float li {
    float: left;
    margin-right: 20px;
}
.write_style_2 td p.txt {
    margin: 7px 0;
}
.write_style_2 td p.fz {
    font-size: 16px;
}
.write_style_2 td p.bdb {
    padding-bottom: 15px;
    border-bottom: 1px dotted #dbdbdb;
}
.write_style_2 td a.confirm {
    display: inline-block;
    padding: 3px 10px;
    margin-left: 3px;
    border: 1px solid #acacac;
    border-radius: 3px;
    font-family: "GmarketSans";
    font-size: 12px;
    text-align: center;
    color: #333;
}
.step2 .btn_type1 a.type1 {
    width: 30% !important;
}
.step2 .step2_btn {
    float: right;
    padding: 8px 8px 7px;
    margin: 0 0 10px;
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "GmarketSans";
    font-size: 12px;
    text-align: center;
    color: #fff;
}
/* .write_style_2 td .ns{overflow:hidden;}
.write_style_2 td .ns p.tit{float:left; margin:4px 15px 0 0; font-family:NBGB; font-size:15px;}
.write_style_2 td .ns > div{overflow:hidden; float:left;}
.write_style_2 td .ns > div div{float:left; margin-right:5px;}
.write_style_2 td .ns{overflow:hidden; margin-bottom:15px;}
.write_style_2 td .ns span{float:left; margin-right:12px;} */

/* 인풋버튼 커스텀:start */
.inputBtn_custom td {
    overflow: hidden;
}
.inputBtn_custom td span {
    float: left;
    width: calc(100% / 4 - 6px);
    margin-right: 8px;
}
.inputBtn_custom td span:last-child {
    margin-right: 0px;
}
.inputBtn_custom td label {
    display: block;
    margin-left: 0;
    padding: 7px 0;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    word-break: keep-all;
}
/* 라디오버튼 */
.inputBtn_custom input[type="radio"],
.inputBtn_custom input[type="checkbox"] {
    display: none;
}
.inputBtn_custom input[type="radio"]:checked + label,
.inputBtn_custom input[type="checkbox"]:checked + label {
    background: #177ee5;
    border: 1px solid #177ee5;
    color: #fff;
}

.inputBtn_customV2 td ul {
    overflow: hidden;
}
.inputBtn_customV2 td ul li {
    float: left;
    width: calc(100% / 4 - 6px);
    margin: 0 8px 0 0;
}
.inputBtn_customV2 td ul li:nth-child(4n) {
    margin-right: 0px;
}
.inputBtn_customV2 td ul li:not(:nth-child(-n + 4)) {
    margin-top: 8px;
}
.inputBtn_customV2 td label {
    display: block;
    margin-left: 0;
    padding: 7px 0;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    word-break: keep-all;
}
.inputBtn_customV2 input[type="checkbox"] {
    display: none;
}
.inputBtn_customV2 input[type="checkbox"]:checked + label {
    background: #177ee5;
    border: 1px solid #177ee5;
    color: #fff;
}

@media (min-width: 401px) and (max-width: 550px) {
    .inputBtn_custom td span {
        float: left;
        width: calc(100% / 2 - 8px);
        margin-right: 8px;
    }
    .inputBtn_custom td span:not(:nth-child(-n + 2)) {
        margin-top: 8px;
    }

    .inputBtn_customV2 td ul li {
        float: left;
        width: calc(100% / 2 - 8px);
        margin-right: 8px;
    }
    .inputBtn_customV2 td ul li:not(:nth-child(-n + 4)) {
        margin-top: 0px;
    }
    .inputBtn_customV2 td ul li:not(:nth-child(-n + 2)) {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 400px) {
    .inputBtn_custom td span {
        float: left;
        width: calc(100% / 2 - 8px);
        margin-right: 8px;
    }
    .inputBtn_custom td span:not(:nth-child(-n + 2)) {
        margin-top: 8px;
    }

    .inputBtn_customV2 td ul li {
        float: left;
        width: 100%;
    }
    .inputBtn_customV2 td ul li:not(:nth-child(-n + 4)) {
        margin-top: 0px;
    }
    .inputBtn_customV2 td ul li:not(:first-child) {
        margin-top: 8px !important;
    }
}

/* 인풋버튼 커스텀:end */

/* 서브스타일(일반 스태틱) */
.center th,
.center td {
    padding: 15px 10px;
    text-align: center;
}
.sub_style_1 {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #111;
    border-bottom: 1px solid #111;
}
.sub_style_1 tr.sec1 th {
    border-bottom: 1px solid #555;
}
.sub_style_1 th {
    padding: 10px 0;
    background-color: #fbfbfb;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px;
    text-align: center;
}
.sub_style_1 th.left {
    padding: 10px 0 10px 12px;
    text-align: left;
}
.sub_style_1 th.right {
    padding: 10px 12px 10px 0;
    text-align: right;
}
.sub_style_1 th.bdb {
    border-bottom: 1px solid #111;
}
.sub_style_1 th:last-child {
    border-right: none;
}
.sub_style_1 td {
    padding: 10px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.sub_style_1 td:last-child {
    border-right: none;
}
.sub_style_1 td.left {
    padding: 10px 10px 10px 12px;
    text-align: left;
}
.sub_style_1 td.right {
    padding: 10px 12px 10px 10px;
    text-align: right;
}
.sub_style_1 td.td_title {
    position: relative;
    padding: 0px 0px 10px 0px;
}
.sub_style_1 td.bdb {
    border-bottom: 1px solid #111;
}
.sub_style_1 td.bdr {
    border-right: 1px solid #d4d4d4;
}
.sub_style_1 td p {
    margin: 5px 0;
}
.sub_style_1 td p b {
}
.sub_style_1 td p.td_tit {
    margin: 0 0;
    padding: 10px 10px 5px;
    font-size: 15px;
}
.sub_style_1 td p.td_tit ~ p {
    padding: 0 10px 0 12px;
}
.sub_style_1 td .con p b {
}
.sub_style_1 td a.underline {
    text-decoration: underline;
}
.sub_style_1 td a.link {
    display: inline-block;
    padding: 5px 11px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-size: 12px;
}
.sub_style_1 ul.list1 li {
    display: inline-block;
    margin: 0 5px;
}
.sub_style_1 td .ns_after {
    border-top: 1px dotted #d4d4d4;
}
.sub_style_1 tbody tr:last-child th,
.sub_style_1 tbody tr:last-child td {
    border-bottom: none;
}

/* 서브스타일(1:자가진단) */
.sub_style_2 {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #000;
}
.sub_style_2 tr.section {
    border-top: 2px solid #cecece;
}
.sub_style_2 th {
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}
.sub_style_2 th.left {
    text-align: left;
}
.sub_style_2 td {
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
}
.sub_style_2 td.th {
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}
.sub_style_2 td.center {
    text-align: center;
}
.sub_style_2 td.left {
    text-align: left;
}
.sub_style_2 td.vam {
    vertical-align: middle;
}
.sub_style_2 td ul li {
    margin: 8px 0;
}
.sub_style_2 td ul.align .sub_style_2 td ul.align:after {
    display: block;
    content: "";
    clear: both;
}
.sub_style_2 td ul.align li {
    float: left;
    width: 140px;
    margin: 2px 0;
}
.sub_style_2 td > label {
    display: block;
}
.sub_style_2 input[type="text"],
.sub_style_2 input[type="number"],
.sub_style_2 input[type="password"] {
    padding: 7px 0 7px 5px;
    border: 1px solid #dbdbdb;
}
.sub_style_2 input[type="radio"] {
    width: 15px;
    height: 15px;
}
.sub_style_2 select {
    height: 31px;
    border: 1px solid #dbdbdb;
}
.sub_style_2 span {
    margin-right: 15px;
}
.sub_style_2 span.block {
    display: block;
}
.sub_style_2 span label {
    margin-left: 5px;
}
.sub_style_2 td .clock {
    overflow: hidden;
} /* 금연시계 ↓ */
.sub_style_2 td .clock p.tit {
    float: left;
    margin: 4px 15px 0 0;
    font-size: 15px;
}
.sub_style_2 td .clock > div {
    overflow: hidden;
    float: left;
}
.sub_style_2 td .clock > div div {
    float: left;
    margin-right: 5px;
}
.sub_style_2 td .clock_chk {
    overflow: hidden;
    margin-bottom: 15px;
}
.sub_style_2 td .clock_chk span {
    float: left;
    margin-right: 12px;
}

/* nextprev_style */
.nextprev_style_1 {
    width: 100%;
    table-layout: fixed;
    margin-top: 50px;
    border-top: 1px solid #d4d4d4;
}
.nextprev_style_1 th {
    padding: 15px 0;
    border-bottom: 1px solid #d4d4d4;
    font-family: "NBGB";
}
.nextprev_style_1 td {
    padding: 15px 0 15px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #d4d4d4;
}

/* 설문조사 */
.servey_wrap {
    padding: 30px;
}
.surveyIntro {
    margin-bottom: 30px;
    padding: 33px 0 0;
    background: url(/images/article/surveyIntro_bg01.gif) left top no-repeat;
    font-size: 14px;
}
.surveyIntro:after {
    display: block;
    content: "";
    width: 100%;
    height: 35px;
    background: url(/images/article/surveyIntro_bg02.gif) 0 0 no-repeat;
}
.surveyIntro div {
    padding: 0 30px;
    border-right: 8px solid #e6e6e6;
    border-left: 8px solid #e6e6e6;
}
.surveyIntro div p {
    line-height: 22px;
}

ul.survey_box_list label {
    margin-left: 5px;
    line-height: 23px;
}
ul.survey_box_list > li {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-top: 3px solid #ff9500;
    font-size: 14px;
}
ul.survey_box_list > li > ul > li {
    margin-bottom: 7px;
}
ul.survey_box_list > li > ul > li:last-child {
    margin-bottom: 0;
}
ul.survey_box_list > li > span {
    display: block;
    padding: 29px 25px 25px 65px;
    background: #fafafa url(/images/article/question_ico.gif) 25px 25px no-repeat;
    font-family: "NBGB";
    font-size: 15px;
    line-height: 22px;
}
ul.survey_box_list > li.inline_text > span {
    padding: 15px 25px;
    background-image: none;
    background-color: #fafafa;
}
ul.survey_box_list > li > p {
    display: none;
}
ul.survey_box_list > li > ul {
    padding: 25px;
}
ul.survey_box_list > li > div {
    padding: 25px;
}
ul.survey_box_list > li > ul > li > textarea {
    width: 100%;
    height: 100px;
}

/* comment */
.profile_img1 {
    display: none;
}
.comment_wrap {
    margin-top: 30px;
}
.comment_cnt {
    margin-bottom: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.comment_cnt span {
    font-family: "NanumBarunGothicB";
}
/*
.sns_wrap{margin-bottom:10px; padding-bottom:8px; border-bottom:1px solid #ddd;}
.sns_wrap:after{display:block; content:""; clear:both;}
.sns_tit{float:left; width:86px; margin:14px 10px 0 0; padding:10px 0; border:1px solid #ddd; text-align:center;}
.sns_sel{float:left;}
.sns_sel ul{overflow:hidden;}
.sns_sel ul li{float:left; width:42px; height:60px; padding:14px 9px 0 10px;}
.sns_sel ul li.on{background:url(/images/article/sns_on.png) center 0px no-repeat;}
.sns_sel ul li span{display:block; margin-top:3px; text-align:center;}

#name_color{width:100%; padding:10px 0; margin-bottom:5px; background-color:#ddd;}
#name_color p{margin-left:10px; color:#fff;}
.twitter_color{background-color:#2daae2 !important;}
.facebook_color{background-color:#3d57a8 !important;}
.naver_color{background-color:#1fcc00 !important;}
.kakao_color{background-color:#fab900 !important;}
.daum_color{background-color:#6872dd !important;}
.comment_insert:after{display:block; content:""; clear:both;}
 .comment_insert p{float:left; margin-right:10px;}
.comment_insert p img{width:88px; height:88px; border-bottom:1px solid #ddd;} */
.emotion {
    padding: 10px 0;
}
.emotion:after {
    display: block;
    content: "";
    clear: both;
}
.emotion p {
    float: left;
    margin: 0 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.emotion div {
    float: left;
}
.emotion div a {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}
.emotion div a:first-child {
    width: 28px;
}
.txt_insert {
    float: left;
}
.txt_insert textarea {
    width: 710px;
    height: 78px;
    padding: 10px 0 0 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.txt_insert div {
    overflow: hidden;
}
.txt_insert div p.cmt_register {
    float: right;
}
.txt_insert div p.cmt_register a {
    display: block;
    width: 116px;
    padding: 36px 0;
    background-color: #4c4f56;
    border-radius: 3px;
    font-family: "NBGB";
    font-size: 15px;
    text-align: center;
    color: #fff;
}
/* .txt_insert div span.count_box{float:left;} */

#comment_list {
    margin-top: 15px;
}
.comment_tab {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.cmt_contents ul li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.cmt_contents ul li.re_comment {
    padding-left: 40px;
    background: #fffffb url(/images/article/re_arr.png) 20px 23px no-repeat;
}
.profile_img1 {
    float: left;
    margin-right: 10px;
}
.profile_img1 img {
    width: 88px;
    height: 88px;
    border-bottom: 1px solid #ddd;
}
.profile_img2 {
    float: left;
    margin-right: 10px;
}
.profile_img2 img {
    display: none;
}
.comment_txt1:after {
    display: block;
    content: "";
    clear: both;
}
.comment_txt1 > p {
    padding-top: 10px;
    clear: both; /*  height:23px; */
    line-height: 23px;
    word-break: break-all;
}
.comment_txt1 > p > img {
    margin-right: 8px;
}
.comment_txt2 {
    overflow: hidden;
    float: left;
    width: 810px;
}
.comment_txt2 > p {
    padding-top: 10px;
    clear: both;
}
.comment_txt2 > p strong {
    font-family: "NBGB";
}
.name_date {
    float: left;
}
.name_date:after {
    display: block;
    content: "";
    clear: both;
}
.name_date .name {
    display: table-cell; /* float:left; */
    height: 25px;
    vertical-align: middle;
}
.name_date .name:first-child {
    margin-right: 8px;
}
.name_date .name:after {
    display: block;
    content: "";
    clear: both;
}
.name_date .name > div {
    position: relative;
    float: left;
    margin-right: 10px;
}
.name_date .name > div .opt {
    position: absolute;
    top: 22px;
    left: 0;
    width: 160px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.name_date .name > div .opt > a {
    font-size: 12px;
}
.name_date .name > div .opt > a:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.name_date .name > div .opt > span {
    float: right;
}
.name_date .name > span {
    float: left;
    margin-top: 1px;
    margin-right: 3px;
}
.name_date .name img {
    margin: -2px 0 0 0;
    width: 50px;
}
.name_date .name strong {
    float: left;
    margin-right: 5px;
    font-family: "NBGB";
}
.name_date .name strong > div {
    float: left;
}
.re_insert textarea {
    width: 748px;
    height: 52px;
    padding: 10px 0 0 10px;
    border: 1px solid #ddd;
}
.re_insert textarea.txt2 {
    width: 710px;
}
.re_insert div {
    overflow: hidden;
}
.re_insert div.re_insert_txt1 {
    margin-top: 10px;
}
.re_insert div p.re_register {
    float: right;
}
.re_insert div p.re_register a {
    display: block;
    width: 80px;
    padding: 23px 0;
    background-color: #4c4f56;
    border-radius: 3px;
    font-family: "NBGB";
    font-size: 15px;
    text-align: center;
    color: #fff;
}

/* btn_style */
.btn_type1:after {
    display: block;
    content: "";
    clear: both;
}
.btn_type1 .right {
    float: right;
}
.btn_type1 .left {
    float: left;
}
.btn_type1 .center {
    text-align: center;
}
.btn_type1 a {
    display: inline-block;
    width: 89px;
    padding: 8px 0 7px;
    margin-right: 6px;
    background-color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "NBGB";
    font-size: 15px;
    text-align: center;
    color: #666;
}
.btn_type1 a:last-child {
    margin-right: 0;
}
.btn_type1 a.type1 {
    width: 89px;
    padding: 9px 0 8px;
    font-size: 15px;
} /* 게시판 write */
.btn_type1 a.type2 {
    width: auto;
    padding: 9px 20px 8px;
    font-size: 15px;
} /* 자가진단 */
.btn_type1 a.color1 {
    background-color: #7f726c;
    border: 1px solid #7f726c;
    color: #fff;
}
.btn_type1 a.report {
    width: 100px;
}
.btn_type1 a.report span {
    padding-left: 18px;
    background: url(/images/article/report_ico.gif) 0 1px no-repeat;
}
.btn_type1 a.report:hover {
    background-color: inherit;
    border: 1px solid #666;
    color: inherit;
}
.btn_type1 a:hover {
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    color: #fff;
}
.btn_type1 a:focus {
    border: 2px dotted #fff;
}
.btn_type1 a.color1:hover {
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    color: #fff;
}
.btn_type1 input[type="submit"] {
    width: 89px;
    height: 35px;
    background-color: #7f726c;
    border: none;
    border-radius: 3px;
    font-family: "NBGB";
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
.btn_type1 input[type="submit"]:hover {
    background-color: #f66a0d;
}

.btn_type2:after {
    display: block;
    content: "";
    clear: both;
}
.btn_type2 .right {
    float: right;
}
.btn_type2 .left {
    float: left;
}
.btn_type2 .left2 {
    float: left;
}
.btn_type2 .center {
    text-align: center;
}
.btn_type2 a {
    display: inline-block;
    width: auto;
    padding: 8px 20px 7px;
    margin: 0 3px;
    background-color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "NBGB";
    font-size: 15px;
    text-align: center;
    color: #666;
}
.btn_type2 a.type1 {
    padding: 2px 10px 1px;
    font-size: 16px;
}
.btn_type2 a:hover {
    background-color: #ff7d19;
    border: 1px solid #ff7d19;
    color: #fff;
}
.btn_type2 a:after {
    display: block;
    contents: "";
    clear: both;
}
.btn_type2 a span {
    display: none;
}

/* 온라인 프로그램 다운로드 프린트 */
.btn_type3:after {
    display: block;
    content: "";
    clear: both;
}
.btn_type3 .right {
    float: right;
}
.btn_type3 .left {
    float: left;
}
.btn_type3 .center {
    text-align: center;
}
.btn_type3 a {
    display: inline-block;
    padding: 7px 15px;
    background-color: #808080;
    border-radius: 3px;
    font-family: "NBGB";
    text-align: center;
    color: #fff;
}
.btn_type3 a span {
    padding-right: 20px;
}
.btn_type3 a.dwn span {
    background: url(/images/article/dwn_icon.png) right 1px no-repeat;
}
.btn_type3 a.print span {
    background: url(/images/article/print_icon.png) right 1px no-repeat;
}
.btn_type3 a.view span {
    background: url(/images/article/windowOpen_ico_on.png) right 1px no-repeat;
}

/* paging */
.paging {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.paging div {
    font-size: 0;
}
.paging div a {
    display: inline-block;
    font-size: 16px;
    line-height: 13px;
    width: 35px;
    height: 10px;
    padding: 13px 1px 10px 0;
    color: #676767;
    text-decoration: none;
    vertical-align: middle;
}
.paging div a.p_arrow1 {
    height: 8px;
    padding: 7px 0;
    background: url(/images/article/paging_bar.gif) right 8px no-repeat;
}
.paging div a.p_arrow2 {
    height: 8px;
    padding: 7px 0;
    background: url(/images/article/paging_bar.gif) left 8px no-repeat;
}
.paging div a.p_arrow1:hover {
    background-color: #fff;
}
.paging div a.p_arrow2:hover {
    background-color: #fff;
}
.paging div a.p_bg {
    background: url(/images/article/paging_bar.gif) left 8px no-repeat;
}
/* .paging span a:hover {background-color:#4a4a4a; font-family:"NBGB"; color:#fff;} */
.paging div a img {
    padding-top: 2px;
}
.paging div b {
    display: inline-block;
}
.paging div b a {
    font-family: "NBGB";
    color: #f05000;
}
.paging div .pagingCnt a {
    background: url(/images/article/paging_bar02.gif) right 9px no-repeat;
}
.paging div .pagingCnt > a:last-child {
    background: none;
}
.paging div .pagingCnt > b:last-child a {
    background: none;
}

/* 모바일 안내문구 */
.m_sign1 {
    display: none;
}

/*댓글 관리자 구분*/
.contents_wrap .contents .c_writer {
    margin-top: -2px;
    background: #fe9601;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    font-size: 11px;
}
.contents_wrap .contents .c_manager {
    margin-top: -2px;
    background: #f66a0d;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    font-size: 11px;
}

@media only screen and (max-width: 768px) {
    .none {
        display: none;
    }
    .pNone {
        display: inline-block !important;
    }

    /* 게시판 상단 문구 */
    .list_sign div .tit span {
        display: block;
        margin: 5px 0;
    }
    .list_sign div .tit a {
        margin-left: 0;
    }
    .list_sign div .txt {
        font-size: 16px;
    }
    .list_sign div .txt span {
        display: inline !important;
    }

    /* 리스트 안내문구 */
    .cardNews_link {
        padding: 10px;
    }
    .cardNews_link img {
        float: none;
        height: auto;
        margin: 0;
    }
    .cardNews_link div {
        float: none;
        margin: 10px 0;
    }
    .cardNews_link div p.tit {
        margin: 0 0 7px;
        font-size: 18px;
    }
    .cardNews_link div p.txt {
        font-family: "NBGB";
        font-size: 15px;
    }
    .cardNews_link div p.txt span {
        display: inline !important;
    }
    .cardNews_link a {
        position: static;
    }

    /* 탭 */
    .cat_tab a {
        display: table;
        width: 33%;
        height: 30px;
        margin: -1px 0 0 -1px;
        padding: 0;
        background: none;
        border: 1px solid #dbdbdb;
        font-size: 12px;
    }
    .cat_tab a.on {
        padding: 0;
    }
    .cat_tab a span {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }
    .cat_tab a.on span {
        background-image: none;
    }
    .cat_tab a.on span:before {
        display: none;
    }
    .cat_tab a:hover span {
        background-color: #ffecd1;
        background-image: none;
    }
    .cat_tab a:hover span:before {
        display: none;
    }

    .cat_tab.type1 a {
        width: 49.6%;
    }

    /* 성공자리스트 탭 */
    .success_list.type1 ul {
        height: 100px;
    }
    .success_list ul li {
        width: 33%;
    }
    .success_list ul li a {
        display: table;
        width: 100%;
        height: 30px;
        padding: 0;
        background: none;
        border: 1px solid #dbdbdb;
        font-size: 12px;
    }
    .success_list ul li.on a {
        padding: 0;
    }
    .success_list ul li a span {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }
    .success_list ul li.on a span {
        background-image: none;
    }
    .success_list ul li.on a span:before {
        display: none;
    }

    .success_list ul li a:hover span {
        background-color: #ffecd1;
        background-image: none;
        font-family: "NBGB";
        color: #f66a0d;
    }
    .success_list ul li a:hover span:before {
        display: none;
    }

    /* 지식 + 검색 */
    .sch_box {
        position: relative;
        padding: 10px;
    }
    .sch_form .sel_wrap {
        position: absolute;
        z-index: 10;
    }
    .sch_form .sel_wrap .select_box {
        width: 120px;
        margin: 0 5px 0 0 !important;
        z-index: 10;
    }
    .sch_form .sel_wrap .select_box2 {
        width: 170px;
    }
    z .sch_form .sel_wrap .select_box3 {
        width: 95px;
    }
    .sch_form .sch_txt {
        float: none;
        position: relative;
        padding: 0 77px 0 127px;
    }
    .sch_form .sch_txt2 {
        padding: 40px 77px 0 0;
    }
    .sch_form .sch_txt input[type="text"] {
        width: 100%;
    }
    .sch_form .sch_txt input[type="image"] {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .tag {
        text-align: center;
    }
    .tag.center {
        text-align: center;
    }
    .tag p.tit {
        display: inline-block;
        float: none;
        margin: 0;
    }
    .tag .tag_list {
        display: block;
        float: none;
        width: auto;
    }
    .tag .tag_list2 {
        display: block;
        float: none;
        width: auto;
    }

    .view_style_2 > p.tit {
        font-size: 21px;
    }

    .center_sch .select_box {
        width: 32%;
    }

    /* thumb_style_1 (리스트형) */
    .thumb_style_1 ul li {
        width: 48%;
        height: auto;
        padding: 20px 1% 20px;
        text-align: center;
    }
    .thumb_style_1 ul li:nth-child(odd) a {
        border: none;
    }
    .thumb_style_1 ul li a .imgWrap {
        position: relative;
        float: none;
        width: auto;
        height: auto;
        padding-top: 71%;
    }
    .thumb_style_1 ul li a .imgWrap img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .thumb_style_1 ul li a .content {
        float: none;
        width: auto;
        margin: 10px 0 0 0;
        text-align: left;
    }
    .thumb_style_1 ul li a .content p.tit {
        height: 36px;
    }
    .thumb_style_1 ul li a .content p.txt {
        height: 34px;
    }

    /* thumb_style_2 (타일형) */
    .thumb_style_2 ul {
        text-align: center;
    }
    .thumb_style_2 ul li {
        width: 31%;
        margin: 0 1% 5%;
    }
    .thumb_style_2 ul li:nth-child(4n) {
        margin: 0 1% 5%;
    }
    .thumb_style_2 ul li a {
        text-align: left;
    }
    .thumb_style_2 ul li a p.tit {
        overflow: hidden;
        text-overflow: ellipsis;
        whtie-space: nowrap;
        height: auto;
    }
    .thumb_style_2 ul li a .slickhoverWrapper {
        display: block !important;
        background: none !important;
    }
    .thumb_style_2 ul li a .crop {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 75%;
        background-color: #ddd;
    }
    .thumb_style_2 ul li a img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        min-height: inherit;
    }
    .thumb_style_2 ul li a p.tit2 {
        display: inherit;
        -webkit-line-clamp: inherit;
        min-height: auto;
        height: auto !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
    }
    .thumb_style_2 ul li a span.count {
        display: none;
    }

    /* thumb_style_2 (지식 플러스) */
    .thumb_style_3 ul li .tagWrap p {
        float: none;
        margin: 0 0 7px 0;
    }
    .thumb_style_3 ul li .tagWrap .tag_list {
        float: none;
        width: auto;
    }
    .thumb_style_3 ul li .tagWrap .tag_list a {
        display: inline-block;
        margin: 2px;
    }

    /* view_style_1 */
    .view_style_1 p.tit {
        font-size: 18px;
    }
    .view_option {
        width: auto;
    }
    .view_option span {
        margin: 0 5px;
        font-size: 12px;
    }
    .view_option span b {
        display: none;
    }
    .view_contents p {
        font-size: 16px;
        line-height: 20px;
    }
    .view_contents p img {
        max-width: 100% !important;
        height: auto !important;
    }

    .view_style_1 th {
        padding: 20px 0;
        font-size: 12px;
        text-align: center;
    }
    .view_style_1 th.tit {
        padding: 20px 10px 20px 13px;
        text-align: left;
    }
    .view_style_1 td {
        font-size: 12px;
    }
    .view_style_1 td.title {
        font-family: "NBGB";
        font-size: 14px;
    }

    .view_contents img {
        max-width: 100% !important;
    }
    .view_contents a {
        word-wrap: break-word;
    }

    .video_wrap2 video {
        width: 100% !important;
    }

    .nextprev {
        display: none;
    }

    /* write_style */
    .write_style_1 th {
        padding: 20px 5px;
        font-size: 12px;
        text-align: center;
    }
    .write_style_1 td .m_sel1 select {
        width: 25% !important;
        margin: 5px 0;
    }

    .write_style_2 th {
        padding: 20px 10px;
        font-size: 16px;
        word-wrap: break-word;
    }
    .write_style_2 th.center {
        padding-left: 10px;
    }

    /* sub_style_1 */
    .sub_style_1 {
        word-break: break-all;
    }
    .sub_style_1 th {
        font-size: 12px;
    }
    .sub_style_1 td {
        font-size: 12px;
        word-break: break-all;
    }
    .sub_style_1 td p {
        font-size: 12px;
    }
    .sub_style_1 td ul li {
        font-size: 12px;
    }
    .sub_style_1 td.ico1 img {
        width: 100%;
    }
    .sub_style_1 ul.list1 li {
        display: block;
    }
    .sub_style_1 td span.mBlock {
        display: block;
    }

    .sub_style_2 {
        word-break: break-all;
    }
    .sub_style_2 th {
        padding: 15px 0;
        font-size: 12px;
    }
    .sub_style_2 td {
        padding: 15px 10px;
        font-size: 12px;
    }
    .sub_style_2 td.left {
        padding: 15px 5px;
    }
    .sub_style_2.vam td {
        vertical-align: middle;
    }

    .write_style_1 colgroup .mWidth1 {
        width: 26% !important;
    }
    .write_style_2 colgroup .mWidth1 {
        width: 26% !important;
    }
    .list_style_1 colgroup .mWidth1 {
        width: 100px !important;
    }

    .write_style_2 td img.w100 {
        width: 100%;
    }

    /* m_scroll(테이블 모바일 스크롤) */
    .m_sign1 {
        display: block;
        margin-bottom: 10px !important;
        font-family: "NBGB";
        color: #ef1531;
    }
    .m_scroll {
        overflow-x: scroll;
    }
    .m_scroll > .sub_style_1 {
        width: 850px;
    }

    /* sns comment */
    .comment_insert {
        position: relative;
    }
    .comment_insert p {
        position: absolute;
        top: 0;
        left: 0;
    }
    .txt_insert {
        display: block;
        float: none;
        margin: 0 138px 0 0;
    }
    .txt_insert div {
        overflow: visible;
    }
    .txt_insert div span textarea {
        width: 100%;
    }
    .txt_insert div span.cmt_register {
        position: absolute;
        right: 0;
        bottom: -15px;
    }
    .txt_insert div p.cmt_register {
        position: absolute;
        right: 0;
        left: inherit;
    }

    .re_insert textarea,
    .re_insert textarea.txt2 {
        width: 100%;
    }
    .re_insert div.re_insert_txt1,
    .re_insert div.re_insert_txt2 {
        position: relative;
    }
    .re_insert div.re_insert_txt1 span {
        display: block;
        margin-right: 101px;
    }
    .re_insert div.re_insert_txt2 span {
        display: block;
        margin-right: 101px;
    }
    .re_insert div p.re_register {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .comment_txt1,
    .comment_txt2 {
        float: none;
        width: auto;
    }
    .comment_txt1 > p {
        height: auto;
    }

    .emotion div {
        float: none;
        margin-left: 55px;
    }
    .emotion div a {
        width: 7%;
        margin-bottom: 5px;
    }
    .emotion div a:first-child {
        width: 7%;
    }

    #smart_editor2 {
        min-width: auto !important;
    }

    .btn_type1 a.type1,
    .btn_type1 a.type2,
    .btn_type1 a.type3 {
        width: auto;
        padding: 9px 5px 8px;
        font-size: 16px;
    }

    .btn_type1.mWrite {
        position: fixed;
        right: -3px;
        bottom: 3%;
        z-index: 1;
    }
    .btn_type1.mWrite a {
        width: 54px;
        height: 54px;
        padding: 0;
        background: url(/images/article/write_btn.png) 0 0 no-repeat;
        text-indent: -9999px;
    }

    /* 설문조사 */
    .servey_wrap {
        padding: 0;
    }
    .surveyIntro {
        padding: 15px;
        background: none;
        border: 6px solid #e6e6e6;
        font-size: 16px;
    }
    .surveyIntro:after {
        display: none;
    }
    .surveyIntro div {
        padding: 0;
        border: none;
    }
    ul.survey_box_list > li > div {
        padding: 15px;
    }
    ul.survey_box_list > li > ul {
        padding: 15px;
    }
    ul.survey_box_list > li > span {
        padding: 29px 15px 25px 55px;
        background-position: 15px 25px;
    }

    .list_option div.align_btn {
        float: left;
        margin-top: 10px;
    }
    .list_option div.align_btn a {
        margin: 3px;
    }
}

@media only screen and (max-width: 580px) {
    .sch_form .sch_txt2 {
        padding: 40px 77px 0 0;
    }
    .sch_form .sch_txt2 input[type="image"] {
        top: 40px;
    }

    .thumb_style_1 ul li {
        width: 47%;
    }

    .write_style_2 td input.nickname {
        width: 90%;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px) {
    /* 리스트 안내문구 */
    .list_sign div {
        padding: 110px 10px 0;
        text-align: center;
    }
    .list_sign div.list1,
    .list_sign div.list2,
    .list_sign div.list3,
    .list_sign div.list4,
    .list_sign div.list5 {
        background-position: center 0;
    }

    .sch_form .sch_txt {
        padding: 40px 77px 0 0;
    }
    .sch_form .sch_txt input[type="image"] {
        top: 40px;
    }

    .thumb_style_2 ul li {
        margin: 0 1% 1%;
    }
    .thumb_style_2 ul li:nth-child(4n) {
        margin: 0 1% 1%;
    }

    /* thumb_style_2 (성공자 인터뷰) */
    div.thumb_img {
        float: none;
        margin-bottom: 10px;
    }
    div.thumb_img img {
        width: 100%;
        height: 100%;
    }
    div.thumb_contents {
        margin: 0;
    }
}

@media only screen and (max-width: 420px) {
    .list_option p.hit {
        float: none;
        margin: 10px 0;
    }
    .list_option div {
        float: none;
    }

    .sns_tit {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .sns_sel {
        float: none;
        text-align: center;
    }
    .sns_sel ul li {
        display: inline-block;
        float: none;
    }
    .sns_sel ul li:last-child {
        margin-right: 0;
    }

    .profile_img1,
    .profile_img2 {
        display: none;
    }

    .tag {
        text-align: center;
    }
    .tag P {
        float: none;
        display: inline-block;
    }

    .write_style_1 td {
        word-break: normal;
    }

    /* thumb_style_1 (리스트형) */
    .thumb_style_1 ul li {
        width: 100%;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .thumb_style_1 ul li a .imgWrap {
        height: auto;
    }

    /* sub_style */
    .sub_style_2 td span.m_block {
        display: block;
    }

    .paging span a {
        width: 22px;
        height: 16px;
        padding: 7px 1px 0 0;
    }

    .name_date {
        float: none;
    }
    .c_comment_btn {
        float: none;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 380px) {
    .list_option p {
        float: none;
        margin-bottom: 10px;
    }
    .list_option div {
        float: none;
    }

    .thumb_style_2 ul li {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
    }
    .thumb_style_2 ul li:nth-child(4n) {
        margin: 0 0 10px 0;
    }
    .thumb_style_2 ul li a img {
        height: auto;
    }
    .thumb_style_2 ul li a p.cat {
        font-size: 11px;
    }
    .thumb_style_2 ul li a p.tit {
        font-size: 16px;
    }
}
