@charset "utf-8";

.m0 {
    margin: 0 !important;
}

.mt1 {
    margin-top: 10px !important;
}

.mt2 {
    margin-top: 20px !important;
}

.mt3 {
    margin-top: 30px !important;
}

.mt4 {
    margin-top: 40px !important;
}

.mt5 {
    margin-top: 50px !important;
}

.mt6 {
    margin-top: 60px !important;
}

.mr1 {
    margin-right: 10px !important;
}

.mr2 {
    margin-right: 20px !important;
}

.mr3 {
    margin-right: 30px !important;
}

.mr4 {
    margin-right: 40px !important;
}

.mr5 {
    margin-right: 50px !important;
}

.mr6 {
    margin-right: 60px !important;
}

.mr7 {
    margin-right: 70px !important;
}

.mb1 {
    margin-bottom: 10px !important;
}

.mb2 {
    margin-bottom: 20px !important;
}

.mb3 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb4 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb5 {
    margin-bottom: 50px !important;
}

.mb6 {
    margin-bottom: 60px !important;
}

.mb7 {
    margin-bottom: 60px !important;
}

.mb8 {
    margin-bottom: 80px !important;
}

.ml1 {
    margin-left: 10px !important;
}

.ml2 {
    margin-left: 20px !important;
}

.ml3 {
    margin-left: 30px !important;
}

.ml4 {
    margin-left: 40px !important;
}

.ml5 {
    margin-left: 50px !important;
}

.ml6 {
    margin-left: 60px !important;
}

.ml7 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.block {
    display: block !important;
}

.line_bottom {
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.dot_none {
    padding: 0 !important;
    background: none !important;
}

.hide {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.readonly {
    background: #f1f1f1 !important;
}

hr {
    margin: 30px 0;
    border: 1px solid #dbdbdb;
    border-top: none;
}

span.underline2 {
    font-size: 14px;
    text-decoration: underline;
}

.zoom_wrap {
    display: none;
}

.main_skip {
    display: none;
}

.sub_skip {
    display: block;
}

#sub {
    outline: none;
}

.top {
    text-align: center;
}

.topBtn {
    position: fixed;
    bottom: 6em;
    right: 0px;
    display: none;
}

.topBtn p {
    margin-top: 5px;
    font-family: "NBGB";
    font-size: 12px;
}

#left_menu {
    float: left;
    width: 220px;
}

#left_menu h2 {
    width: 220px;
    height: 82px;
    padding-top: 58px;
    background: url(../../../img/program/sub/left_title_bg.gif) no-repeat;
    font-family: "NSB";
    font-size: 24px;
    color: #fff;
    text-align: center;
}

#left_menu > ul {
    overflow: hidden;
}

#left_menu > ul > li {
    border-bottom: 1px solid #ddd;
}

#left_menu > ul > li.last {
    border-bottom: 1px solid #cfcfcf;
}

#left_menu > ul > li > a {
    display: block;
    padding: 19px 0 19px 18px;
    font-size: 16px;
    color: #484848;
    letter-spacing: -1px;
}

#left_menu > ul > li > .util_line {
    overflow: hidden;
}

#left_menu > ul > li > .util_line > a {
    float: left;
    display: block;
    width: 165px;
    padding: 19px 0 19px 18px;
    font-size: 16px;
    letter-spacing: -1px;
}

#left_menu > ul > li > .util_line > a:hover,
#left_menu > ul > li > .util_line > a.on {
    font-family: "NBGB";
    color: #0263ad;
}

#left_menu > ul > li > .util_line > a > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#left_menu > ul > li > .util_line > span.util {
    float: right;
    padding: 20px 17px 20px 0;
    background: url(../../../img/program/sub/left_open.gif) 0 19px no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#left_menu > ul > li.has_sub.active > .util_line > a {
    color: #0263ad;
}

#left_menu > ul > li.has_sub.active > .util_line > span.util {
    background: url(../../../img/program/sub/left_close.gif) 0 26px no-repeat;
}

#left_menu > ul > li > a.active,
#left_menu > ul > li > a.on,
#left_menu > ul > li > a:hover {
    color: #0263ad;
}

/* 메뉴열림 */
#left_menu > ul > li > ul {
    display: none;
    padding: 17px 12px 9px 20px;
    border-top: 1px solid #ddd;
    background-color: #fafafa;
}

#left_menu > ul > li > ul > li {
    margin-bottom: 8px;
}

#left_menu > ul > li > ul > li > a {
    display: block;
    padding-left: 12px;
    background: url(../../../img/program/sub/depth_off.gif) 0 5px no-repeat;
    color: #7f7f7f;
    font-size: 16px;
}

#left_menu > ul > li > ul > li > a.on {
    background: url(../../../img/program/sub/depth_on.gif) 0 5px no-repeat;
    color: #0263ad;
}

#left_menu > ul > li > ul > li.has_sub span.util {
    display: block;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

#left_menu > ul > li > ul > li.has_sub > div.util_line > a {
    display: block;
    padding-left: 12px;
    background: url(../../../img/program/sub/depth_off.gif) 0 5px no-repeat;
    color: #7f7f7f;
    font-size: 16px;
}

#left_menu > ul > li > ul > li.has_sub > div.util_line > a.active,
#left_menu > ul > li > ul > li.has_sub > div.util_line > a.on,
#left_menu > ul > li > ul > li.has_sub > div.util_line > a:hover {
    background: url(../../../img/program/sub/depth_on.gif) 0 5px no-repeat;
    color: #0263ad;
}

#left_menu > ul > li > ul > li > ul {
    padding: 10px 0 2px 10px;
}

#left_menu > ul > li > ul > li > ul > li {
    margin-bottom: 5px;
}

#left_menu > ul > li > ul > li > ul > li > a {
    padding-left: 10px;
    font-size: 12px;
}

#left_menu > ul > li > ul > li > ul > li > a.on {
    background: url(../../../img/program/sub/left_sub_depth_icon1.png) no-repeat left;
    color: #0263ad;
}

/* sub title */
.sub_tit {
    margin-bottom: 50px;
    width: 1050px;
    margin: 0 auto;
    background: url(../../../img/program/sub/subTit_bg.gif) 0 0 no-repeat;
}

.sub_tit h2 {
    padding: 50px 0 45px;
    font-family: "NSB";
    font-size: 30px;
    color: #494949;
    text-align: center;
}

.sub_visual > P {
    display: none;
}

/* sub menu */
.navi_menu {
    position: relative;
    background-color: #f66a0d;
}

.n_wrap {
    width: 1050px;
    margin: 0 auto;
}

.n_wrap:after {
    display: block;
    content: "";
    clear: both;
}

.menu {
    float: left;
}

.menu:after {
    display: block;
    content: "";
    clear: both;
}

.menu p {
    float: left;
    border-right: 1px solid #febc67;
}

.menu p a {
    display: block;
    background-color: #f05000;
}

.menu > ul {
    float: left;
}

.menu > ul:after {
    display: block;
    content: "";
    clear: both;
}

.menu > ul > li {
    position: relative;
    float: left;
    border-right: 1px solid #f8883d;
}

.menu > ul > li:last-child {
    background-color: #f05000;
}

.menu > ul > li > a {
    display: block;
    width: 157px;
    height: 15px;
    padding: 17px 0 17px 18px;
    background: url(../../../img/program/sub/subMenu_open.png) 151px 22px no-repeat;
    font-size: 14px;
    color: #fff;
}

/* .menu > ul > li.active > a{background-color:#fa7a08;} */
.menu > ul > li.snb_depth2 > a {
    width: 180px;
    background: url(../../../img/program/sub/subMenu_open.png) 174px 22px no-repeat;
}

/* .menu > ul > li.snb_depth2.active > a{background-color:#fa7a08;} */
.menu > ul > li.snb_depth3 > a {
    width: 240px;
    background: url(../../../img/program/sub/subMenu_open.png) 234px 22px no-repeat;
}

/* .menu > ul > li.snb_depth3.active > a{background-color:#fa7a08;} */
.menu > ul > li > .list {
    display: none;
    position: absolute;
    top: 49px;
    left: -1px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    z-index: 10;
}

.menu > ul > li > .list li a {
    display: block;
    padding: 12px 0 12px 18px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #444;
}

.menu > ul > li > .list li:last-child a {
    border-bottom: none;
}

.menu > ul > li > .list li a:hover {
    background-color: #fa7a08;
    font-family: "NBGB";
    color: #fff;
}

.menu .depth_menu {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    height: 13px;
    margin-left: -50%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.menu .depth_menu ul {
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
}

.menu .depth_menu ul li {
    float: left;
    margin-left: 25px;
}

.menu .depth_menu ul li:first-child {
    margin-left: 0;
}

.menu .depth_menu ul li a {
    font-size: 14px;
}

.menu .depth_menu ul li.on a {
    font-family: "NBGB";
    color: #f05000;
}

.n_wrap .menu .depth_menu ul li {
    padding: 3px 0;
}

.n_wrap .menu .depth_menu ul li a:focus {
    border: 2px dotted #555;
}

.etc {
    float: right;
    border-right: 1px solid #febc67;
}

.etc:after {
    display: block;
    content: "";
    clear: both;
}

.zoom {
    float: left;
    padding: 16px;
    border-left: 1px solid #febc67;
}

.zoom span {
    display: inline-block;
    margin: 2px 7px 0;
    color: #fff;
}

.sns {
    float: left;
    border-left: 1px solid #febc67;
}

.sns > ul > li {
    position: relative;
}

.sns > ul > li > a {
    display: block;
}

.sns > ul > li.active > a {
    background-color: #fa7a08;
}

.sns > ul > li > .list2 {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: /*-177*/ -144px;
    background-color: #fe9001;
}

.sns > ul > li > .list2 li {
    float: left;
}

.sns > ul > li > .list2 li a {
    display: block;
    padding: 11px 3px;
}

.sns > ul > li > .list2 li a:focus {
    border: 2px dotted #fff;
}

.sns > ul > li > .list2 li:last-child a {
    padding: 11px 14px 11px 3px;
}

.print {
    float: left;
    border-left: 1px solid #febc67;
}

.m_sns {
    display: none;
}

/* sub contents */
.contents {
    width: 850px;
    min-height: 574px;
    margin: 0 auto;
    padding: 87px 0 50px;
}

.sub_contents2 {
    word-break: keep-all;
}

.sub_contents2 > h3 {
    margin-bottom: 20px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat;
    font-family: "NSB";
    font-size: 22px;
}

.sub_contents2 > h4 {
    margin-bottom: 18px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 1px no-repeat;
    font-family: "NSB";
    font-size: 18px;
}

.sub_contents2 > p strong {
    font-family: "NBGB";
}

h4.dot {
    margin-bottom: 18px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 1px no-repeat;
    font-family: "NSB";
    font-size: 18px;
}

dl.sources {
    margin-bottom: 40px;
    font-size: 16px;
    color: #7d7d7d;
}

/* 출처 */
dl.sources dt {
    margin-bottom: 8px;
}

dl.sources dd {
    margin-bottom: 5px;
    padding-left: 12px;
    background: url(../../../img/program/sub/section3_dot03.gif) 0 6px no-repeat;
}

/* tab */
.tab {
    margin-bottom: 30px;
}

.tab ul:after {
    display: block;
    content: "";
    clear: both;
}

.tab ul li {
    float: left;
}

.tab ul li a {
    display: block;
    float: left;
    width: 212px;
    margin-top: -1px;
    padding: 9px 0;
    background: #fafafa url(../../../img/army/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;
}

.tab ul li:first-child a {
    border-left: 1px solid #dbdbdb;
}

.tab ul li:last-child a {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}

.tab ul li:nth-child(4) a,
.tab ul li:nth-child(8) a {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}

.tab ul li:nth-child(5) a,
.tab ul li:nth-child(9) a {
    border-left: 1px solid #dbdbdb;
}

.tab ul li.on a {
    font-family: "NBGB";
    color: #fff;
}

.tab ul li.on a span {
    background: #f66a0d url(../../../img/program/tabBg01.gif) right top no-repeat;
}

.tab ul li.on a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/tabBg02.gif) 0 0 no-repeat;
}

.tab ul li a:hover span {
    background: #ffecd1 url(../../../img/program/article/tabBg01_hover.gif) right top no-repeat;
    font-family: "NBGB";
    color: #f66a0d;
}

.tab ul li a:hover span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02_hover.gif) 0 0 no-repeat;
}

.tab ul li a:focus {
    border: 2px dotted #fff;
    padding: 6px 0;
}

.tab ul li a:focus span {
    padding: 6px 0;
}

.tab ul li a span {
    display: inline-block;
    position: relative;
    width: 192px;
    padding: 9px 0;
}

/* section1 - static */
.section1 h3 {
    margin-bottom: 20px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat;
    font-family: "NSB";
    font-size: 22px;
}

.section1 h4 {
    margin-bottom: 18px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 1px no-repeat;
    font-family: "NSB";
    font-size: 18px;
}

.section1 > p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.section1 > p strong {
    font-family: "NBGB";
    font-size: 15px;
}

.section1 > p span {
    display: block;
}

.section1 > p span.underline {
    display: inline;
    text-decoration: underline;
}

.section1 ul.type1.mType1 > li {
    margin-bottom: 6px;
}

.section1 ul.type1 > li {
    margin-bottom: 12px;
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 7px no-repeat;
    line-height: 20px;
}

.section1 ul.type1 > li:last-child {
    margin-bottom: 0;
}

.section1 ul.type1 > li strong {
    font-size: 15px;
}

.section1 ul.type1 > li a {
    text-decoration: underline;
}

.section1 ul.type1 > li > ul {
    padding: 10px 0 0 3px;
}

.section1 ul.type1 > li > ul > li {
    margin-bottom: 8px;
}

.section1 ul.type1 > li > ol {
    margin-top: 10px;
}

.section1 ul.type1 > li > ol > li {
    margin-bottom: 8px;
}

.section1 ol.type1 > li {
    margin-bottom: 12px;
    line-height: 20px;
}

.section1 ol.type1 > li:last-child {
    margin-bottom: 0;
}

.section1 ol.type1 > li strong {
    font-size: 15px;
}

.section1 ol.type1 > li a {
    text-decoration: underline;
}

.section1 ol.type1 > li > ul {
    padding: 10px 0 0 17px;
}

.section1 ol.type1 > li > ul > li {
    margin-bottom: 8px;
}

.section1 ol.type1 > li > ol {
    padding: 10px 0 0 17px;
}

.section1 ol.type1 > li > ol > li {
    margin-bottom: 8px;
}

.sec_img1:after {
    display: block;
    content: "";
    clear: both;
}

.sec_img1 .right {
    float: right;
}

.sec_img1 .center {
    text-align: center;
}

.sec_img1 .left {
    float: left;
}

.sec_img1 img.bd {
    border: 1px solid #d5d5d5;
}

.sec_img2 {
    margin-bottom: 20px;
}

.sec_img2:after {
    display: block;
    content: "";
    clear: both;
}

.sec_img2 .right {
    float: right;
}

.sec_img2 .center {
    text-align: center;
}

.sec_img2 .left {
    float: left;
}

.sec_img2 img {
    max-width: 100%;
}

.sec_img3 {
    overflow: hidden;
    padding: 50px;
    border: 1px solid #dbdbdb;
}

/* border */
.sec_img3 .right {
    float: right;
}

.sec_img3 .center {
    text-align: center;
}

.sec_img3 .left {
    float: left;
}

.sec_p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.sign1 {
    color: #1c53ac;
    line-height: 22px;
}

/* .sign1 strong{font-family:"NBGB";} */

.sec_box1 {
    padding: 27px;
    border: 1px solid #d4d4d4;
}

.sec_box1 dl {
    font-size: 14px;
}

.sec_box1 dl dt {
    margin-bottom: 12px;
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 5px no-repeat;
    font-family: "NBGB";
}

.sec_box1 dl dd {
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 24px;
}

.sec_box1 dl dd:last-child {
    margin-bottom: 0;
}

.sec_box1 strong {
    font-family: "NBGB";
}

.sec_box1 .txt1 {
    font-family: "NSB";
    font-size: 18px;
}

.sec_box1 .txt1 span {
    margin-top: 10px;
    font-size: 15px;
    font-family: "NBG";
}

.align {
    overflow: hidden;
}

.align .left {
    float: left;
}

.align .left p {
    margin-top: 7px;
}

.align .right {
    float: right;
}

.align .right .btn a {
    display: inline-block;
    height: 14px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: "NBGB";
    text-align: center;
    vertical-align: middle;
}

.align .right .btn a.add span {
    padding-right: 14px;
    background: url(../../../img/program/sub/add_ico.gif) right 3px no-repeat;
}

.align .right .btn a.del span {
    padding-right: 14px;
    background: url(../../../img/program/sub/del_ico.gif) right 3px no-repeat;
}

.align .center {
    text-align: center;
}

.align2 ul {
    overflow: hidden;
    text-align: center;
}

.align2 ul li {
    display: inline-block;
    width: 85%;
    margin: 0 25px;
}

.align2 ul li img {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
}

/* section2 - 금연프로그램 */
h3.ns {
    margin-bottom: 20px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat;
    font-size: 22px;
}

h4.ns {
    margin-bottom: 12px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 25px no-repeat;
    font-size: 18px;
}

h5.ns {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../../../img/program/sub/ns_dot03.gif) 0 3px no-repeat;
    font-size: 15px;
    line-height: 20px;
    color: #f36910;
}

h5.tit-program-s {
    margin-bottom: 12px;
    padding-left: 28px;
    background: url(../../../img/program/sub/ns_dot02.gif) 0 1px no-repeat;
    font-size: 18px;
}

.section2 h3 {
    margin-bottom: 20px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat;
    font-size: 22px;
}

.section2 h4 {
    margin-bottom: 10px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 25px no-repeat;
    font-size: 18px;
}

.section2 h5 {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../../../img/program/sub/ns_dot03.gif) 0 3px no-repeat;
    font-family: "NBGB";
    font-size: 15px;
    line-height: 20px;
    color: #f36910;
}

.section2 h4 span.allChk {
    margin-left: 5px;
    font-size: 15px;
}

.section2 h4 span.allChk label {
    margin-left: 3px;
}

.section2 > p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.section2 > p.strong1 {
    margin-bottom: 10px;
    font-size: 14px;
}

.section2 > p span {
    display: block;
}

.section2 span.small {
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.section2 ul.type1 > li {
    margin-bottom: 12px;
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 8px no-repeat;
    font-size: 14px;
    line-height: 20px;
}

.section2 ul.type1.mType1 > li {
    margin-bottom: 6px;
}

.section2 ul.type1 > li:last-child {
    margin-bottom: 0;
}

.section2 ul.type1 > li a {
    text-decoration: underline;
}

.section2 ul.type2 {
    padding: 0 0 23px 14px;
}

.section2 ul.type2 > li {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../../../img/program/sub/ns_dot03.gif) 0 3px no-repeat;
    font-size: 14px;
    line-height: 20px;
    color: #f36910;
}

.section2 ul.type2 > li > ul {
    padding-top: 5px;
}

.section2 ul.type2 > li > ul > li {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.section2 ul.type3 > li {
    margin-bottom: 12px;
    padding-left: 14px;
    background: url(../../../img/program/sub/ns_dot04.gif) 0 5px no-repeat;
    font-size: 14px;
    line-height: 20px;
}

.section2 ul.type3 > li:last-child {
    margin-bottom: 0;
}

.section2 ul.float {
    overflow: hidden;
}

.section2 ul.float li {
    float: left;
    margin-right: 20px;
}

.section2 ol.type1 {
    padding: 0 0 23px 18px;
}

.section2 ol.type1 > li {
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../../../img/program/sub/ns_dot03.gif) 0 2px no-repeat;
    font-size: 15px;
    line-height: 20px;
    color: #f36910;
}

.section2 ol.type1 > li > ul {
    padding-top: 12px;
}

.section2 ol.type1 > li > ul > li {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.section2 ol.type2 > li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}

.section2 ol.type2 > li strong {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 15px;
    font-family: "NBGB";
}

.section2 ol.type2 > li p {
    padding: 10px 0 5px 18px;
    font-size: 16px;
    line-height: 25px;
}

.section2 ol.type2 > li p input {
    width: 100px;
    padding: 5px 0 5px 5px;
    border: 1px solid #dbdbdb;
}

.section2 ol.type2 > li span.hint {
    display: inline-block;
    margin: 6px 0 0 18px;
    padding: 2px 10px;
    background-color: #4c658d;
    color: #fff;
    font-size: 12px;
}

/* .ns_title h2{margin-bottom:18px; padding-left:28px; background:url(../../../img/program/sub/ns_dot02.gif) 0 1px no-repeat; font-family:"NSB"; font-size:18px;} */
.ns_title h2 {
    margin-bottom: 12px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat;
    font-family: "NSB";
    font-size: 30px;
}

.ns_title p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

div.ns_question-type2 {
    padding: 0 !important;
}

/* section3 - 지식플러스 */
.section3 h3 {
    margin-bottom: 20px;
    padding-top: 14px;
    background: url(../../../img/program/sub/h3_dot.gif) 0 0 no-repeat;
    font-family: "NSB";
    font-size: 22px;
}

.section3 h4 {
    margin-bottom: 10px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 25px no-repeat;
    font-size: 18px;
}

/* .section3 h4{margin-bottom:10px; padding-left:28px; background:url(../../../img/program/sub/h4_dot.gif) 0 1px no-repeat; font-family:"NSB"; font-size:18px;} */
.section3 h4.tit {
    margin-bottom: 20px;
    padding: 0;
    background: none;
    font-size: 22px;
    color: #f66a0d;
}

/* .section3 h3{margin-bottom:15px; font-family:"NSB"; font-size:22px;}
.section3 h4{margin-bottom:15px; font-family:"NSB"; font-size:18px;} */
.section3 h5 {
    margin-bottom: 15px;
    font-family: "NBGB";
    font-size: 15px;
}

.section3 strong {
    font-family: "NBGB";
}

.section3 .sec1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.section3 .sec1 > p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}

.section3 > p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
}

.section3 > p span.block {
    display: block;
}

.section3 p.strong1 {
    margin-bottom: 10px;
    font-family: "NBGB";
    font-size: 15px;
}

.section3 ul.type1 {
    margin-bottom: 25px;
}

.section3 ul.type1 > li {
    margin-bottom: 7px;
    padding-left: 15px;
    background: url(../../../img/program/sub/section3_dot01.gif) 0 10px no-repeat;
    line-height: 22px;
}

.section3 ul.type1 > li:last-child {
    margin-bottom: 0;
}

.section3 ul.type1 > li > ul {
    padding: 5px 0;
}

.section3 ul.type1 > li > ul > li {
    margin-bottom: 2px;
    padding-left: 10px;
    background: url(../../../img/program/sub/section3_dot02.gif) 3px 12px no-repeat;
    line-height: 27px;
}

.section3 ul.type1 > li > ul > li.noDot {
    padding-left: 0;
    background: none;
}

.section3 ul.type1 > li > ul.mb > li {
    margin-bottom: 10px;
}

.section3 ul.type1 > li > ul > li a.video {
    display: inline-block;
    margin-left: 10px;
    padding: 0px 6px;
    background: #fe9601;
    border: 1px solid #e68801;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}

.section3 ul.type1 > li > ol.type1 {
    margin: 0;
}

.section3 ul.type1 > li b {
    font-family: "NBGB";
}

.section3 ul.type2 {
    margin-bottom: 40px;
    font-size: 16px;
}

.section3 ul.type2 > li {
    margin-bottom: 6px;
    color: #7d7d7d;
}

.section3 ul.type2 > li > ul > li {
    padding-left: 12px;
    background: url(../../../img/program/sub/section3_dot03.gif) 0 11px no-repeat;
}

.section3 ol.type1 {
    margin-bottom: 25px;
}

.section3 ol.type1 > li {
    margin-bottom: 6px;
    line-height: 26px;
}

.section3 ol.type1 > li:last-child {
    margin-bottom: 0;
}

.section3 ol.type1 > li > ul {
    padding: 0 0 5px;
}

.section3 ol.type1 > li > ul.type1 {
    margin-bottom: 0;
    padding-left: 10px;
}

.section3 ol.type1 > li > ul > li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url(../../../img/program/sub/section3_dot02.gif) 3px 9px no-repeat;
}

.section3 ol.type1 > li > ul > li.noDot {
    padding-left: 0;
    background: none;
}

.section3 ol.type1 > li > ol {
    padding: 5px 0 0 13px;
}

.section3 ol.type1 > li > ol.type1 {
    margin: 0;
}

.section3 ol.type1 > li > ol.type1 > li {
    margin: 0;
}

.section3 ol.type1 > li > ol > li {
    font-size: 14px;
}

.section3 ul.img_type1:after {
    display: block;
    content: "";
    clear: both;
}

.section3 ul.img_type1 li {
    float: left;
}

.section3 a.underline {
    font-family: "NBGB";
    text-decoration: underline;
}

.ns_section.section3 textarea {
    padding: 10px;
    box-sizing: border-box;
    line-height: 18px;
}

.txt_box1 {
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #dbdbdb;
}

.txt_box1 {
    font-size: 15px;
    line-height: 24px;
}

.txt_box1 p.center {
    font-family: "NBGB";
    font-size: 15px;
    text-align: center;
}

.txt_box1 > ul > li {
    margin-bottom: 6px;
    padding-left: 15px;
    background: url(../../../img/program/sub/section3_dot01.gif) 0 12px no-repeat;
}

.txt_box1 > ul > li:last-child {
    margin: 0;
}

.txt_box1 > ul > li > ul {
    padding-bottom: 5px;
}

.txt_box1 > ul > li > ul > li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url(../../../img/program/sub/section3_dot02.gif) 3px 12px no-repeat;
}

.txt_box1 > ul.float {
    overflow: hidden;
}

.txt_box1 > ul.float > li {
    float: left;
    margin-right: 20px;
    padding: 0;
    background: none;
    font-size: 14px;
}

.txt_box1 .color1 {
    color: #fe9001;
}

.txt_box1 .color2 {
    color: #fe0101;
}

.txt_box2 {
    overflow: hidden;
    margin-bottom: 10px;
}

.txt_box2 > div {
    width: 45%;
    min-height: 387px;
    padding: 15px;
    border: 1px solid #dbdbdb;
}

.txt_box2 > div img {
    width: 100%;
}

.txt_box2 > div > p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    font-family: "NBGB";
    font-size: 16px;
    text-align: center;
}

.txt_box2 .sec > ul > li {
    margin-bottom: 6px;
    padding-left: 15px;
    background: url(../../../img/program/sub/section3_dot01.gif) 0 12px no-repeat;
}

.txt_box2 .sec > ul > li:last-child {
    margin: 0;
}

.txt_box2 .sec > ul > li > ul {
    padding-bottom: 5px;
}

.txt_box2 .sec > ul > li > ul > li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url(../../../img/program/sub/section3_dot02.gif) 3px 12px no-repeat;
}

.txt_box2 .sec > ul .txt_box2 .sec p {
    font-size: 16px;
    line-height: 22px;
}

.txt_box2 .con1 {
    float: left;
}

.txt_box2 .con2 {
    float: right;
}

.txt_box2 .color1 {
    color: #fe9001;
}

.txt_box3 {
    margin-bottom: 10px;
    text-align: center;
}

.txt_box3 ul li {
    display: inline-block;
    width: 30%;
    margin: 0 1% 15px;
    vertical-align: top;
}

.txt_box3 ul li > p {
    margin-top: 8px;
    line-height: 22px !important;
}

.txt_box3 ul li img {
    width: 100%;
    height: 180px;
    border: 1px solid #dbdbdb;
}

.txt_box3 ul li img.type1 {
    height: auto;
}

.img_type1 {
    text-align: center;
}

.img_type1 li {
    margin-bottom: 20px;
}

.btn_wrap1:after {
    display: block;
    content: "";
    clear: both;
}

.btn_wrap1 a {
    display: block;
    float: left;
    width: 169px;
    margin-top: -1px;
    padding: 9px 0;
    background: #fafafa url(../../../img/program/article/catTab_bar.gif) right center no-repeat;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    color: #787878;
    text-align: center;
}

.btn_wrap1 a:first-child {
    border-left: 1px solid #dbdbdb;
}

.btn_wrap1 a:last-child {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}

.btn_wrap1 a span {
    display: inline-block;
    position: relative;
    width: 151px;
    padding: 13px 0;
}

.btn_wrap1 a span b {
    padding-right: 20px;
    background: url(../../../img/program/sub/arr_off.png) right center no-repeat;
    font-family: "NBG";
    font-weight: normal;
}

.btn_wrap1 a.on {
    font-family: "NBGB";
    color: #fff;
}

.btn_wrap1 a.on span {
    background: #f66a0d url(../../../img/program/article/tabBg01.gif) right top no-repeat;
}

.btn_wrap1 a.on span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02.gif) 0 0 no-repeat;
}

.btn_wrap1 a:hover span {
    background: #ffecd1 url(../../../img/program/article/tabBg01_hover.gif) right top no-repeat;
    font-family: "NBGB";
    color: #f66a0d;
}

.btn_wrap1 a:hover span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02_hover.gif) 0 0 no-repeat;
}

.btn_wrap1 a:hover span b {
    background: url(../../../img/program/sub/arr_on.png) right center no-repeat;
}

/* 지식플러스 인지행동요법 설문 */
#radioDiv,
#radioDiv1Id,
#radioDiv2Id,
#radioDiv3Id {
    margin-bottom: 10px;
    padding: 27px;
    border: 1px solid #d4d4d4;
}

#radioDiv3Id {
    text-align: center;
}

#radioDiv3Id p {
    margin-bottom: 0 !important;
}

#radioDiv1Id br,
#radioDiv2Id br,
#radioDiv3Id br {
    display: none;
}

#radioDiv > p,
#radioDiv1Id > p,
#radioDiv2Id > p,
#radioDiv3Id > p {
    font-family: "NBGB";
}

.inji {
    margin-top: 30px;
    padding: 0 44px 44px;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
}

.inji .inji_tit {
    display: block;
    width: 300px;
    padding: 10px 0;
    margin: -20px auto 30px auto;
    background-color: #7f726c;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.inji .inji_tit br {
    display: none;
}

.inji .text {
    font-family: "NBGB";
    font-size: 15px;
}

.inji_btn_wr {
    margin-top: 10px;
    text-align: center;
}

.inji_btn_wr a {
    display: inline-block;
    padding: 8px 5px 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;
}

.inji_btn_wr a.type1 {
    width: 89px;
    padding: 9px 0 8px;
    font-size: 15px;
}

/* 게시판 write */
.inji_btn_wr a.type2 {
    width: auto;
    padding: 9px 20px 8px;
    font-size: 15px;
}

/* 자가진단 */
.inji_btn_wr a.color1 {
    background-color: #7f726c;
    border: 1px solid #7f726c;
    color: #fff;
}

.inji_btn_wr a:hover {
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    color: #fff;
}

.inji_btn_wr a.color1:hover {
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    color: #fff;
}

/* subMain */
.sub_main ul li {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 21px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #dbdbdb;
}

.sub_main ul li img {
    float: left;
    width: 214px;
    height: 158px;
    border: 1px solid #e9e9e9;
}

.sub_main ul li div {
    margin: 40px 0 0 250px;
}

.sub_main ul li div a {
    display: block;
    width: 570px;
    background: url(../../../img/program/sub/subMain_arr.gif) 99% center no-repeat;
}

.sub_main ul li div a p.tit {
    margin-bottom: 27px;
    font-family: "NSB";
    font-size: 18px;
    color: #333;
}

.sub_main ul li div a p span {
    display: block;
    margin-top: 5px;
    color: #696969;
}

/* 금연시계 */
.clock_infor {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px 0;
    border: 1px solid #dbdbdb;
}

.clock_infor div {
    float: left;
    width: 282px;
    border-right: 1px solid #dbdbdb;
}

.clock_infor div.clock3 {
    border-right: none;
}

.clock_infor div p {
    padding-top: 110px;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.clock_infor div p span {
    display: block;
}

.clock_infor div p b {
    font-family: "NBGB";
}

.clock_infor .clock1 p {
    background: url(../../../img/program/sub/clock_icon01.gif) center 16px no-repeat;
}

.clock_infor .clock2 p {
    background: url(../../../img/program/sub/clock_icon02.gif) center 9px no-repeat;
}

.clock_infor .clock3 p {
    background: url(../../../img/program/sub/clock_icon03.gif) center 0 no-repeat;
}

.clock_link {
    margin-bottom: 60px;
}

.clock_link:after {
    display: block;
    content: "";
    clear: both;
}

.clock_link a {
    display: block;
    float: left;
    width: 212px;
    margin-top: -1px;
    padding: 9px 0;
    background: #fafafa url(../../../img/program/article/catTab_bar.gif) right center no-repeat;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    color: #787878;
    text-align: center;
}

.clock_link a:first-child {
    border-left: 1px solid #dbdbdb;
}

.clock_link a.lst {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}

.clock_link a span {
    display: inline-block;
    position: relative;
    width: 191px;
    padding: 13px 0;
}

.clock_link a span b {
    padding-right: 40px;
    background: url(../../../img/program/sub/arr_off.png) right center no-repeat;
    font-family: "NBG";
    font-weight: normal;
}

.clock_link a.on {
    font-family: "NBGB";
    color: #fff;
}

.clock_link a.on span {
    background: #f66a0d url(../../../img/program/article/tabBg01.gif) right top no-repeat;
}

.clock_link a.on span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02.gif) 0 0 no-repeat;
}

.clock_link a:hover span {
    background: #ffecd1 url(../../../img/program/article/tabBg01_hover.gif) right top no-repeat;
    font-family: "NBGB";
    color: #f66a0d;
}

.clock_link a:hover span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02_hover.gif) 0 0 no-repeat;
}

.clock_link a:hover span b {
    background: url(../../../img/program/sub/arr_on.png) right center no-repeat;
}

.clock_sign p strong {
    font-family: "NBGB";
}

/* 금연시계(금연중간점검) */
.btArea {
    margin-bottom: 15px;
    text-align: center;
}

.btArea:after {
    display: block;
    content: "";
    clear: both;
}

.btArea span {
    float: left;
    width: 50%;
    margin-left: -2px;
    border: 1px solid #ddd;
}

.btArea span button {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px 0;
    font-size: 15px;
    color: #ddd;
    cursor: pointer;
}

.btArea span.con_bigbt button {
    background-color: #fe9001;
    border: 1px solid #fe9001;
    font-family: "NBGB";
    color: #fff;
}

.clock_result {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.clock_result p {
    margin: 10px 0;
    font-size: 16px;
}

.clock_result p strong {
    font-family: "NBGB";
}

/* 자가진단 */
.chk_wrap span {
    margin-right: 15px;
}

.chk_wrap span label {
    margin-left: 5px;
    font-size: 14px;
}

/* 자가진단 결과 */
.nosmokeResult {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dbdbdb;
}

.nosmokeResult div:nth-child(1) {
    background: url(../../../img/program/sub/won_ico01.gif) center 5px no-repeat;
    border-right: 1px solid #dbdbdb;
}

.nosmokeResult div:nth-child(2) {
    background: url(../../../img/program/sub/won_ico02.gif) center 10px no-repeat;
}

.nosmokeResult div {
    float: left;
    width: 49%;
    padding-top: 100px;
    text-align: center;
}

.nosmokeResult div p {
    font-size: 14px;
}

.nosmokeResult div p span {
    display: block;
    margin-top: 7px;
    font-family: "NBGB";
}

/* 금연상담전화 1544-9030 안내 */
.present {
    overflow: hidden;
}

.present > div {
    float: left;
    width: 413px;
}

.present > div > p {
    padding: 20px 0;
    background-color: #ffecd1;
    border: 1px solid #ffc68c;
    border-radius: 3px 3px 0 0;
    font-family: "NSB";
    font-size: 18px;
    text-align: center;
}

.present > div .p_wrap {
    padding: 26px;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.present > div .p_wrap div {
    height: 85px;
    margin-bottom: 30px;
    padding-left: 160px;
}

.present > div.call .p_wrap div {
    background: url(../../../img/program/sub/callcenter_bg.gif) 28px 1px no-repeat;
}

.present > div.homepage .p_wrap div {
    background: url(../../../img/program/sub/reservation_bg.gif) 28px 8px no-repeat;
}

.present > div .p_wrap div p {
    margin-bottom: 17px;
    font-family: "NSB";
    font-size: 20px;
    color: #fe7e01;
}

.present > div .p_wrap div ul li {
    margin-bottom: 7px;
    font-size: 14px;
}

.present > div .p_wrap div ul li a {
    padding-right: 12px;
    background: url(../../../img/program/sub/reservation_arr.gif) right 3px no-repeat;
    text-decoration: underline;
    font-family: "NBGB";
    color: #546487;
}

.present > div .p_wrap ul li {
    margin-bottom: 10px;
}

.present > div .p_wrap ul li:last-child {
    margin-bottom: 0;
}

.present > div.call {
    margin-right: 20px;
}

.video_wrap:after {
    display: block;
    content: "";
    clear: both;
}

.video_wrap .video2 {
    float: left;
}

.video_wrap video {
    float: left;
}

.video_wrap .caption {
    float: right;
    width: 290px;
    height: 335px;
}

.video_wrap2 {
    text-align: center;
}

/* 전화상담 예약 */
.agree {
    overflow-y: scroll;
    height: 160px;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    line-height: 20px;
}

.agree p.bold {
    font-family: "NBGB";
}

.agree dl dt {
    font-family: "NBGB";
}

.agree dl dd {
    margin-bottom: 20px;
}

.agree > ul > li {
    margin-bottom: 5px;
}

.agree > ul > li > ul {
    padding: 8px 0 8px 19px;
}

.agree > ul > li > ul > li {
    margin-bottom: 5px;
}

.agree > ul > li > ul > li > ul {
    padding: 8px 0 8px 19px;
}

.agree span.underline {
    text-decoration: underline;
    font-size: 14px;
}

.agree_chk {
    font-size: 14px;
    text-align: right;
}

.agree_chk .agreeSel {
    margin-right: 15px;
}

.agree_chk input {
    margin-right: 7px;
}

.sign2 {
    font-size: 14px;
    line-height: 24px;
}

/* .sign1 strong{font-family:"NBGB";} */
.sign2 b {
    font-family: "NBGB";
    color: #f36910;
}

.sign2 a.underline {
    text-decoration: underline;
}

.sign3 {
    margin: 11px;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
}

/* 게시판 안내문구 */
.sign4 {
    padding: 10px 0;
    border: 1px solid #ddd;
    text-align: center;
}

/* 성공자리스트 */

/* 금연지원기관 찾기 */
.center_sch {
    overflow: hidden;
    margin-bottom: 29px;
    padding: 16px 0;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    text-align: center;
}

.center_sch .select_box {
    position: relative;
    display: inline-block;
    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;
}

.center_sch .select_box label {
    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 12px;
    color: #787878;
}

.center_sch .select_box select {
    width: 100%;
    height: 35px;
    min-height: 35px;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.view_map {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.mapSch_list > ul {
    overflow: hidden;
}

.mapSch_list > ul > li {
    position: relative;
    float: left;
    width: 415px;
    margin-bottom: 30px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eee;
}

.mapSch_list > ul > li:nth-child(odd) {
    margin-right: 20px;
}

.mapSch_list > ul > li > a {
    display: block;
    margin-bottom: 12px;
    font-family: "NBGB";
    font-size: 16px;
}

.mapSch_list > ul > li > ul {
    width: 295px;
}

.mapSch_list > ul > li > ul > li {
    margin-bottom: 5px;
    font-size: 14px;
}

.mapSch_list > ul > li .sch_btn {
    position: absolute;
    top: 30px;
    right: 0;
}

.mapSch_list > ul > li .sch_btn a {
    display: block;
    width: 108px;
    padding: 8px 0;
    background: #fcfcfc url(../../../img/program/sub/mapSch_arr.gif) 90px 10px no-repeat;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.mapSch_list > ul > li .sch_btn a span {
    padding: 0 15px 0 15px;
    background: url(../../../img/program/sub/mapSch_bar.gif) right 0 no-repeat;
}

/* 온라인금연프로그램 intro step */
.ns_intro {
    margin-bottom: 40px;
    border-top: 2px solid #111;
}

.ns_intro > div {
    padding: 40px 0 40px 178px;
}

.ns_intro > div.intro1 {
    background: url(../../../img/program/sub/ns_signBg01.gif) 40px center no-repeat;
    border-bottom: 1px solid #dbdbdb;
}

.ns_intro > div.intro2 {
    background: url(../../../img/program/sub/ns_signBg02.gif) 44px center no-repeat;
    border-bottom: 1px solid #111;
}

.ns_intro > div.intro3 {
    background: url(../../../img/program/sub/ns_signBg03.gif) 44px center no-repeat;
    border-bottom: 1px solid #111;
}

.ns_intro > div .tit {
    margin-bottom: 15px;
    font-family: "NSB";
    font-size: 20px;
    line-height: 30px;
}

.ns_intro > div .tit span {
    color: #ff8800;
}

.ns_intro > div .txt {
    font-size: 15px;
    line-height: 24px;
}

.ns_intro > div .txt2 {
    margin-top: 25px;
    padding: 20px;
    background-color: #fafafa;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.m-intro-img {
    display: none;
}

.program_intro {
    text-align: center;
}

.program_intro .tit {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    padding: 0 54px;
    background: url(../../../img/program/sub/ns_intro_titBg01.gif) left 27px no-repeat;
    border: none;
}

.program_intro .tit:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    width: 54px;
    height: 9px;
    background: url(../../../img/program/sub/ns_intro_titBg02.gif) right 0 no-repeat;
}

.program_intro .tit p {
    display: inline-block;
    padding: 16px 20px;
    border: 4px solid #a6998d;
    border-radius: 30px;
    font-family: "NSB";
    font-size: 20px;
    color: #333;
}

.program_intro .tit p span {
    color: #f66a0d;
}

.program_intro > div {
    margin-bottom: 20px;
    padding: 13px;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    text-align: left;
}

.program_intro > div > div {
    padding: 20px;
    background-color: #fff;
    border-top: 3px solid #f2c079;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-radius: 3px;
}

.program_intro > div > div p {
    margin-bottom: 15px;
    padding: 6px 0 8px 38px;
    font-family: "NSB";
    font-size: 18px;
}

.program_intro > div.intro1 > div p {
    background: url(../../../img/program/sub/ns_num01.gif) 0 0 no-repeat;
}

.program_intro > div.intro2 > div p {
    background: url(../../../img/program/sub/ns_num02.gif) 0 0 no-repeat;
}

.program_intro > div.intro3 > div p {
    background: url(../../../img/program/sub/ns_num03.gif) 0 0 no-repeat;
}

.program_intro > div.intro4 > div p {
    background: url(../../../img/program/sub/ns_num04.gif) 0 0 no-repeat;
}

.program_intro > div.intro5 > div p {
    background: url(../../../img/program/sub/ns_num05.gif) 0 0 no-repeat;
}

.program_intro > div > div p span {
    color: #f66a0d;
}

.program_intro > div > div ul {
    padding-left: 40px;
}

.program_intro > div > div ul li {
    margin-bottom: 8px;
    padding-left: 12px;
    background: url(../../../img/program/sub/ns_introDot.gif) 0 8px no-repeat;
    font-size: 14px;
    line-height: 26px;
}

.program_intro > div > div ul li:last-child {
    margin-bottom: 0;
}

.nsp_step {
    margin-bottom: 30px;
}

.nsp_step > ol {
    display: none;
}

.p_none {
    display: none !important;
}

#popLayer {
    display: none;
}

/* 사전 프로그램 */
.befor_step {
    margin-bottom: 50px;
    padding: 40px 0;
    border: 1px solid #dbdbdb;
}

ol.step-t1 {
    background: url(../../../img/program/sub/step_line.png) center 35px no-repeat;
    text-align: center;
}

ol.step-t1:after {
    display: block;
    content: "";
    clear: both;
}

ol.step-t1 li {
    position: relative;
    display: inline-block;
    width: 154px;
    height: 35px;
    padding-top: 65px;
    vertical-align: top;
}

ol.step-t1.step-t1_3 li {
    width: 260px;
}

ol.step-t1.step-t1_4 li {
    width: 190px;
}

ol.step-t1 li:after {
    display: inline-block;
    position: absolute;
    top: 31px;
    right: -7px;
    content: "";
    width: 10px;
    height: 16px;
    background: url(../../../img/program/sub/progress_arr.png) right 0 no-repeat;
}

ol.step-t1 li:last-child:after {
    display: none;
}

ol.step-t1 li.complete {
    background: url(../../../img/program/sub/step_finish.png) center 26px no-repeat;
}

/* 완료 단계 */
ol.step-t1 li.on {
    background: url(../../../img/program/sub/step_now.png) center 26px no-repeat;
}

/* 현재 단계 */
ol.step-t1 li.null {
    background: url(../../../img/program/sub/step_remain.png) center 26px no-repeat;
}

/* 미완료 단계 */
ol.step-t1.step-t1_3 li:nth-child(3) {
    height: 20px;
    padding-top: 75px;
    background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
}

ol.step-t1.step-t1_4 li:nth-child(4) {
    height: 20px;
    padding-top: 75px;
    background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
}

ol.step-t1.step-t1_5 li:nth-child(5) {
    height: 20px;
    padding-top: 75px;
    background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
}

ol.step-t1.step-t1_3 li.on:nth-child(3) {
    height: 20px;
    padding-top: 75px;
    background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
}

ol.step-t1.step-t1_4 li.on:nth-child(4) {
    height: 20px;
    padding-top: 75px;
    background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
}

ol.step-t1.step-t1_5 li.on:nth-child(5) {
    height: 20px;
    padding-top: 75px;
    background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
}

ol.step-t1.step-t1_3 li:nth-child(3) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    margin-left: 30px;
    background-color: #cbcbcb;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    color: #fff;
}

ol.step-t1.step-t1_4 li:nth-child(4) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    margin-left: 30px;
    background-color: #cbcbcb;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    color: #fff;
}

ol.step-t1.step-t1_5 li:nth-child(5) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    margin-left: 30px;
    background-color: #cbcbcb;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    color: #fff;
}

ol.step-t1.step-t1_3 li.on:nth-child(3) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    margin-left: 30px;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t1.step-t1_4 li.on:nth-child(4) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    margin-left: 30px;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t1.step-t1_5 li.on:nth-child(5) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    margin-left: 30px;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t1 li div p {
    font-family: "GmarketSans";
    font-size: 12px;
    color: #bdbdbd;
}

ol.step-t1 li.on div p {
    color: #f66a0d;
}

ol.step-t1 li.null div p {
    color: #7f726c;
}

ol.step-t1.step-t1_5 li.complete_off:nth-child(3) div p,
ol.step-t1.step-t1_5 li.complete_off:nth-child(4) div p,
ol.step-t1.step-t1_5 li.complete_off:nth-child(5) div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    background-color: #cbcbcb;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

/* 실전 프로그램 */
.mobileStep {
    display: none !important;
}

.actual_step {
    padding: 40px 40px 0;
    border: 1px solid #dbdbdb;
}

ol.step-t2 {
    background: url(../../../img/program/sub/step_line.png) 0 35px no-repeat;
    text-align: center;
}

ol.step-t2:after {
    display: block;
    content: "";
    clear: both;
}

ol.step-t2 li {
    position: relative;
    float: left;
    width: 96px;
    height: 35px;
    padding-top: 65px;
    margin-bottom: 57px;
}

ol.step-t2 li:after {
    display: inline-block;
    position: absolute;
    top: 31px;
    right: -7px;
    content: "";
    width: 10px;
    height: 16px;
    background: url(../../../img/program/sub/progress_arr.png) right 0 no-repeat;
}

ol.step-t2 li:nth-child(9) {
    margin-left: 50px;
}

ol.step-t2 li:nth-child(9):before {
    display: inline-block;
    position: absolute;
    top: 31px;
    left: -7px;
    content: "";
    width: 10px;
    height: 16px;
    background: url(../../../img/program/sub/progress_arr.png) right 0 no-repeat;
}

ol.step-t2 li:nth-child(8):after,
ol.step-t2 li:nth-child(21):after,
ol.step-t2.step-sp100 li:nth-child(14):after {
    display: none;
}

ol.step-t2 li.C1501 {
    background: url(../../../img/program/sub/step_finish.png) center 26px no-repeat;
}

/* 완료 단계 */
ol.step-t2 li.C1503 {
    background: url(../../../img/program/sub/step_skip.png) center 26px no-repeat;
}

/* 건너뛴 단계 */
ol.step-t2 li.on {
    background: url(../../../img/program/sub/step_now.png) center 26px no-repeat;
}

/* 현재 단계 */
ol.step-t2 li.null {
    background: url(../../../img/program/sub/step_remain.png) center 26px no-repeat;
}

/* 미완료 단계 */
ol.step-t2 li.special,
ol.step-t2 li.special_off {
    height: 20px;
    padding-top: 67px;
}

ol.step-t2 li.special:nth-child(2) {
    background: url(../../../img/program/sub/emoticon01.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(4) {
    background: url(../../../img/program/sub/emoticon02.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(7) {
    background: url(../../../img/program/sub/emoticon03.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(8) {
    background: url(../../../img/program/sub/emoticon03.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(12) {
    background: url(../../../img/program/sub/emoticon04.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(14) {
    background: url(../../../img/program/sub/emoticon05.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(19) {
    background: url(../../../img/program/sub/emoticon06.png) center 0px no-repeat;
}

ol.step-t2 li.special:nth-child(21) {
    background: url(../../../img/program/sub/emoticon07.png) center 0px no-repeat;
}

ol.step-t2.step-sp7 li.special:nth-child(8) {
    background: url(../../../img/program/sub/emoticon02.png) center 0px no-repeat;
}

/* 7일 프로그램 */
ol.step-t2 li.special_off:nth-child(2) {
    background: url(../../../img/program/sub/emoticon01_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(4) {
    background: url(../../../img/program/sub/emoticon02_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(7) {
    background: url(../../../img/program/sub/emoticon03_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(8) {
    background: url(../../../img/program/sub/emoticon03_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(12) {
    background: url(../../../img/program/sub/emoticon04_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(14) {
    background: url(../../../img/program/sub/emoticon05_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(19) {
    background: url(../../../img/program/sub/emoticon06_off.png) center 0px no-repeat;
}

ol.step-t2 li.special_off:nth-child(21) {
    background: url(../../../img/program/sub/emoticon07_off.png) center 0px no-repeat;
}

ol.step-t2.step-sp7 li.special_off:nth-child(8) {
    background: url(../../../img/program/sub/emoticon02_off.png) center 0px no-repeat;
}

/* 7일 프로그램 */
ol.step-t2.step-sp100 li.special_off:nth-child(14):after {
    display: none;
}

/* 100일 프로그램 */
ol.step-t2 li div p {
    font-family: "GmarketSans";
    font-size: 12px;
    color: #bdbdbd;
}

ol.step-t2 li.on div p {
    color: #f66a0d;
}

ol.step-t2 li.null div p {
    color: #7f726c;
}

ol.step-t2 li.special div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t2 li.special_off div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    background-color: #cbcbcb;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t2 li.special > span.txt {
    display: none;
}

/* 말풍선 ↓ */
ol.step-t2 li.special_off > span.txt {
    display: block;
    position: absolute;
    top: -84px;
    left: -20px;
    padding: 8px 14px;
    background-color: #f7f4f0;
    border-radius: 5px;
    font-family: "GmarketSans";
    font-size: 12px;
    white-space: nowrap;
    line-height: 18px;
}

ol.step-t2 li.special_off > span.txt:after {
    display: inline-block;
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -6px;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../../img/program/sub/txtBox_arr.gif) center bottom no-repeat;
}

ol.step-t2 li.special_off:nth-child(8) > span.txt,
ol.step-t2.step-sp30 li.special_off:nth-child(4) > span.txt,
ol.step-t2.step-sp100 li.special_off:nth-child(4) > span.txt,
ol.step-t2.step-sp100 li.special_off:nth-child(12) > span.txt,
ol.step-t2.step-sp100 li.special_off:nth-child(14) > span.txt,
ol.step-t2.step-sp365 li.special_off:nth-child(4) > span.txt,
ol.step-t2.step-sp365 li.special_off:nth-child(12) > span.txt,
ol.step-t2.step-sp365 li.special_off:nth-child(14) > span.txt,
ol.step-t2.step-sp365 li.special_off:nth-child(21) > span.txt,
ol.step-t2.non-step li.special_off:nth-child(2) > span.txt {
    top: -59px;
    left: -30px;
}

/* 2줄 말풍선 */
ol.step-t2 li.special_off:nth-child(8) > span.txt:after,
ol.step-t2.step-sp30 li.special_off:nth-child(4) > span.txt:after,
ol.step-t2.step-sp100 li.special_off:nth-child(4) > span.txt:after,
ol.step-t2.step-sp100 li.special_off:nth-child(12) > span.txt:after,
ol.step-t2.step-sp100 li.special_off:nth-child(14) > span.txt:after,
ol.step-t2.step-sp365 li.special_off:nth-child(4) > span.txt:after,
ol.step-t2.step-sp365 li.special_off:nth-child(12) > span.txt:after,
ol.step-t2.step-sp365 li.special_off:nth-child(14) > span.txt:after,
ol.step-t2.step-sp365 li.special_off:nth-child(21) > span.txt:after,
ol.step-t2.non-step li.special_off:nth-child(2) > span.txt:after {
    top: 51px;
}

ol.step-t2.step-sp30 li.special_off:nth-child(8) > span.txt,
ol.step-t2.step-sp100 li.special_off:nth-child(7) > span.txt,
ol.step-t2.step-sp365 li.special_off:nth-child(7) > span.txt {
    top: -84px;
    left: -9px;
}

/* 3줄 말풍선 */
ol.step-t2.step-sp30 li.special_off:nth-child(8) > span.txt:after,
ol.step-t2.step-sp100 li.special_off:nth-child(7) > span.txt:after,
ol.step-t2.step-sp365 li.special_off:nth-child(7) > span.txt:after {
    top: 69px;
}

ol.step-t2.step-sp365 li.special_off:nth-child(19) > span.txt {
    top: -67px;
    left: -8px;
}

/* 예외 말풍선 */
ol.step-t2.non-step li.special_off:nth-child(6) > span.txt {
    top: -64px;
    left: -17px;
}

ol.step-t2.non-step li.special_off:nth-child(6) > span.txt:after {
    top: 51px;
}

ol.step-t2.non-step li.special_off:nth-child(6) > span.txt {
    top: -66px;
}

ol.step-t2.non-step li.special_off:nth-child(6) > span.txt:after {
    top: 51px;
}

ol.step-t2 li .txtInd {
    display: block;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

/* 비흡연 실전 프로그램 */
ol.step-t2.non-step {
    background: url(../../../img/program/sub/step_line02.png) 0 35px no-repeat;
    text-align: center;
}

ol.step-t2.non-step li.special:nth-child(2) {
    background: url(../../../img/program/sub/non-emoticon01.png) center 0px no-repeat;
}

ol.step-t2.non-step li.special_off:nth-child(2) {
    background: url(../../../img/program/sub/non-emoticon01_off.png) center 0px no-repeat;
}

ol.step-t2.non-step li.special:nth-child(6) {
    background: url(../../../img/program/sub/non-emoticon02.png) center 0px no-repeat;
}

ol.step-t2.non-step li.special_off:nth-child(6) {
    background: url(../../../img/program/sub/non-emoticon02_off.png) center 0px no-repeat;
}

ol.step-t2.non-step li.special:nth-child(10) {
    background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
}

ol.step-t2.non-step li.special_off:nth-child(10) {
    background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
}

ol.step-t2.non-step li:nth-child(10):after {
    display: none;
}

ol.step-t2.non-step li.special div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t2.non-step li:nth-child(10) div p {
    margin-left: 27px;
}

/* 단기금연 프로그램 */
ol.step-t2.Mini-Quit li.special:nth-child(6) {
    background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
}

ol.step-t2.Mini-Quit li.special_off:nth-child(6) {
    background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
}

ol.step-t2.Mini-Quit li:nth-child(6):after {
    display: none;
}

ol.step-t2.Mini-Quit li.special div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t2.Mini-Quit li:nth-child(6) div p {
    margin-left: 27px;
}

/* 임산부 프로그램 */
ol.step-t2.pregnant li.special:nth-child(21) {
    background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
}

ol.step-t2.pregnant li.special_off:nth-child(21) {
    background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
}

ol.step-t2.pregnant li:nth-child(21):after {
    display: none;
}

ol.step-t2.pregnant li.special div p {
    display: inline-block;
    width: 52px;
    padding: 3px 0;
    background-color: #ffaa00;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

ol.step-t2.pregnant li:nth-child(21) div p {
    margin-left: 27px;
}

.state_wrap {
    margin-top: 10px;
    text-align: right;
}

.state_wrap ul {
    overflow: hidden;
    display: inline-block;
}

.state_wrap ul li {
    float: left;
    margin-left: 15px;
}

.state_wrap ul li span {
    display: inline-block;
    margin: 7px 0 0 9px;
    font-family: "GmarketSans";
    font-size: 12px;
}

.quiz-container {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 40px 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
}

.quiz-container #quiz-start-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quiz-container #quiz-start-btn {
    padding: 8px 35px;
    background-color: #f66a0d;
    border-radius: 3px;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 15px;
}

.quiz-container #quiz-counter {
    font-size: 18px;
}

.quiz-container .question {
    margin-top: 23px;
    font-size: 14px;
}

.quiz-container .answers {
    overflow: hidden;
    display: table;
    margin: 40px auto 0;
}

.quiz-container .answers li {
    float: left;
    margin-left: 85px;
}

.quiz-container .answers li:first-child {
    margin: 0;
}

.quiz-container .answers li a {
    display: block;
    border: 1px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-family: "GmarketSans";
    font-size: 24px;
    box-sizing: border-box;
}

.quiz-container .answers a.incorrect {
    background: #c00;
    border-color: #c00;
    color: #fff;
}

.quiz-container .answers a.correct {
    background: #090;
    border-color: #090;
    color: #fff;
}

.quiz-container #quiz-response {
    margin-top: 40px;
    font-size: 16px;
    line-height: 21px;
}

.quiz-container #quiz-buttons {
    display: table;
    margin: 30px auto 0;
}

.quiz-container #quiz-buttons a {
    padding: 8px 35px;
    background-color: #f66a0d;
    border-radius: 3px;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 15px;
}

.quiz-container #quiz-restart-btn {
    display: block;
    margin-top: 55px;
}

/* 온라인금연프로그램 */
.agree_chk2 {
    font-size: 14px;
}

.agree_chk2 ul li {
    height: 27px;
    margin-bottom: 10px;
    line-height: 27px;
}

.agree_chk2 ul li span {
    margin-right: 20px;
}

.agree_chk2 ul li span.txt {
    display: inline-block;
    width: 140px;
    margin-right: 20px;
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 10px no-repeat;
    font-family: "GmarketSans";
}

.agree_chk2 ul li span input[type="text"] {
    width: 150px;
    height: 19px;
    padding: 3px 0 3px 5px;
    border: 1px solid #dbdbdb;
}

.agree_chk2 > span {
    margin-right: 20px;
}

.agree_chk2 > span label {
    margin-left: 5px;
}

.score_view {
    margin-bottom: 50px;
    text-align: center;
}

.score_view a {
    display: inline-block;
    width: 170px;
    padding: 10px 0;
    background-color: #8c8c8c;
    font-family: "GmarketSans";
    font-size: 14px;
    color: #fff;
}

.score_view div.score {
    width: 168px;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    font-family: "GmarketSans";
}

.score_view div.off {
    width: auto;
    padding: 0;
    border: none;
}

/* 온라인금연프로그램 stop day 정하기 */
.chk_wrap1 {
    padding: 20px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
}

.start_sel {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.start_sel p label {
    margin-left: 5px;
    font-family: "GmarketSans";
}

.start_sel p span {
    color: #d41818;
}

.date-wp {
    height: 31px;
    line-height: 31px;
}

.date-wp:after {
    display: block;
    contnet: "";
    clear: both;
}

.date-wp p {
    float: left;
    width: 135px;
    margin-right: 20px;
    font-family: "GmarketSans";
}

.date-wp div {
    float: left;
}

.date-wp div span {
    margin-right: 10px;
}

.date-wp div span select {
    width: 65px;
    height: 31px;
    border: 1px solid #dbdbdb;
}

/* 임산부 금연프로그램 1단계 */
.letter {
    position: relative;
}

.letter img {
    width: 100%;
}

.letter textarea {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75%;
    height: 57%;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
}

/* 임산부 금연프로그램 4단계 */
.bmi div {
    margin-bottom: 10px;
}

.bmi div .tit {
    display: inline-block;
    min-width: 73px;
    margin-right: 5px;
    font-size: 14px;
}

.bmi input {
    width: 100px;
    padding: 5px;
    border: 1px solid #dbdbdb;
}

.bmi .btn_wrap1 a {
    width: 190px;
}

/* 임산부 금연프로그램 7단계 */
.prenatal_content {
    overflow: hidden;
}

.prenatal_content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}

.prenatal_content img {
    float: left;
    margin-top: 50px;
}

.prenatal_content div {
    float: right;
    width: 60%;
}

.prenatal_content .tit {
    margin-bottom: 15px;
    font-family: "GmarketSans";
    font-size: 17px;
}

.prenatal_content .s_tit {
    margin-top: 40px;
    font-family: "GmarketSans";
    font-size: 16px;
    color: #f67a4c;
}

/* 비흡연 체크시 날짜 선택 */
.sbx2 {
    display: inline-block;
    overflow: hidden;
    height: 31px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    line-height: 31px;
}

.sbx2 span {
    margin-right: 10px;
}

.sbx2 span select {
    width: 65px;
    height: 31px;
    border: 1px solid #dbdbdb;
}

.sbx2 a {
    display: inline-block;
    width: 70px;
    margin-left: 15px;
    background-color: #f36910;
    border-radius: 3px;
    font-family: "GmarketSans";
    font-size: 12px;
    text-align: center;
    color: #fff;
}

/* 나의 금연프로그램 step6 */
.quest {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background: url(../../../img/program/sub/quest_ico.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.my-program {
    border-top: 1px solid #dbdbdb;
}

.my-program > li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}

.my-program > li > a {
    float: left;
    width: 90px;
    margin-right: 20px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.my-program > li > div {
    float: left;
    width: 730px;
}

.my-program > li > div > .year {
    margin-bottom: 20px;
    font-family: "GmarketSans";
    font-size: 15px;
}

.my-program > li > div > .con1 {
    overflow: hidden;
    margin-bottom: 10px;
}

.my-program > li > div > .con1 strong {
    float: left;
    width: 50px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-family: "GmarketSans";
}

.my-program > li > div > .con1 ul {
    float: left;
    width: 658px;
}

.my-program > li > div > .con1 ul li {
    float: left;
    margin: 0 10px 7px 0;
    font-size: 14px;
}

.my-program > li > div > .con1 ul li label {
    margin-left: 5px;
}

/* 비흡연 나의 프로그램 일정 */
/* .my-program > li > a.subViewClass{width:45px;} */
.my-program > li > a > span {
    display: none;
}

.my-program > li > div .date {
    margin-bottom: 20px;
    font-family: "GmarketSans";
    font-size: 15px;
}

.my-program > li > div strong {
    float: left;
    width: 50px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-family: "GmarketSans";
}

/* 비흡연 나의 프로그램 일정 */
.my-program > li > div ul.req-list {
    float: left;
    width: 658px;
}

.my-program > li > div ul.req-list li {
    float: left;
    margin: 0 10px 7px 0;
    font-size: 14px;
}

.my-program > li > div ul.req-list li label {
    margin-left: 5px;
}

/* 금연프로그램 도움말 박스 */
.ns_head {
    text-align: center;
}

.ns_head h1 {
    margin: 0;
    padding: 0 0 56px 0;
    background: url(../../../img/program/sub/ns_dayDot.png) center bottom no-repeat;
    font-family: "GmarketSans";
    font-size: 32px;
    text-align: center;
}

.ns_head h3.dayTit {
    margin: 0;
    padding: 0 0 56px 0;
    background: url(../../../img/program/sub/ns_dayDot.png) center bottom no-repeat;
    font-family: "GmarketSans";
    font-size: 32px;
    text-align: center;
}

.ns_head h4.dayTit {
    margin: 0;
    padding: 0 0 56px 0;
    background: url(../../../img/program/sub/ns_dayDot.png) center bottom no-repeat;
    font-family: "GmarketSans";
    font-size: 32px;
    text-align: center;
}

.ns_head > p {
    position: relative;
    display: inline-block;
    margin: -9px 0 40px;
    padding: 12px 20px;
    border: 3px solid #a6998d;
    border-radius: 20px;
    font-family: "GmarketSans";
    font-size: 15px;
    color: #494949;
    text-align: center;
    z-index: -1;
    line-height: 24px;
}

.ns_head > p strong {
    font-family: "GmarketSans";
    font-size: 16px;
    color: #f66a0d;
}

.ns_head > p span {
    font-family: "GmarketSans";
    font-size: 16px;
    color: #f66a0d;
}

.ns_info {
    margin-bottom: 30px;
    text-align: left;
}

.ns_info dl dt {
    padding: 16px 10px 16px 53px;
    background: #7f726c url(../../../img/program/sub/ns_signDot.png) 24px 14px no-repeat;
    font-size: 15px;
    color: #fff;
}

.ns_info dl dt strong {
    font-family: "GmarketSans";
    text-decoration: underline;
}

.ns_info dl dd {
    padding: 20px 25px;
    border: 1px solid #d4d4d4;
    border-top: none;
    font-size: 14px;
    line-height: 24px;
}

.number_list > ul {
    padding-left: 15px;
}

.number_list > ul > li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.number_list > ul > li > ul {
    padding: 7px 0 0 14px;
}

.number_list > ul > li > ul > li {
    margin-bottom: 7px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.number_list > ul > li > ul > li:first-child {
    margin-bottom: 0;
}

.dl_list {
    padding: 25px;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
}

.dl_list ul li {
    margin-bottom: 20px;
}

.dl_list ul li:last-child {
    margin: 0;
}

.dl_list ul li dl dt {
    display: inline-block;
    margin: 0 0 8px;
    padding: 5px 8px;
    background-color: #928374;
    font-size: 14px; /* font-family:"NBGB"; */
    color: #fff;
}

.dl_list ul li dl dt a {
    color: #fff;
}

.dl_list ul li dl dd {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 24px;
}

.dl_list ul li dl dd strong {
    font-family: "GmarketSans";
}

.img_list1 ul {
    text-align: center;
}

.img_list1 ul li {
    display: inline-block;
    margin: 0 40px 80px;
}

.img_list1 ul li p {
    margin-bottom: 15px;
}

.img_list1 ul li span {
    display: inline-block;
    padding: 4px 7px;
    background-color: #7f726c;
    font-family: "GmarketSans";
    font-size: 16px;
    color: #fff;
}

.step5-boxes ul {
    text-align: center;
}

.step5-boxes ul li {
    display: inline-block;
    width: auto;
    margin: 4px 2px;
}

.step5-boxes ul li img {
    width: 100%;
}

#ns_67 .item_01 img {
    display: none;
}

#ns_67 .item_01 img:first-child {
    display: inline;
}

#ns_67 .item_02 {
    margin: 30px 0;
    background: #fff;
}

#ns_67 .item_02 ul:after {
    display: block;
    content: "";
    clear: both;
}

#ns_67 .item_02 ul li {
    float: left;
}

#ns_67 .item_02 ul li a {
    display: block;
    float: left;
    width: 140px;
    margin-top: -1px;
    padding: 9px 0;
    background: #fafafa url(../../../img/program/article/catTab_bar.gif) right 16px no-repeat;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    color: #787878;
    text-align: center;
}

#ns_67 .item_02 ul li:first-child a {
    border-left: 1px solid #dbdbdb;
}

#ns_67 .item_02 ul li:last-child a {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}

#ns_67 .item_02 ul li:nth-child(5) a,
#ns_67 .item_02 ul li:nth-child(10) a,
#ns_67 .item_02 ul li:nth-child(15) a {
    background-image: none;
    border-right: 1px solid #dbdbdb;
}

#ns_67 .item_02 ul li:nth-child(6) a,
#ns_67 .item_02 ul li:nth-child(11) a,
#ns_67 .item_02 ul li:nth-child(16) a {
    border-left: 1px solid #dbdbdb;
}

#ns_67 .item_02 ul li.active a {
    font-family: "GmarketSans";
    color: #fff;
}

#ns_67 .item_02 ul li.active a span {
    background: #f66a0d url(../../../img/program/article/tabBg01.gif) right top no-repeat;
}

#ns_67 .item_02 ul li.active a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02.gif) 0 0 no-repeat;
}

#ns_67 .item_02 ul li a:hover span {
    background: #ffecd1 url(../../../img/program/article/tabBg01_hover.gif) right top no-repeat;
    font-family: "GmarketSans";
    color: #f66a0d;
}

#ns_67 .item_02 ul li a:hover span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../../../img/program/article/tabBg02_hover.gif) 0 0 no-repeat;
}

#ns_67 .item_02 ul li a span {
    display: inline-block;
    position: relative;
    width: 140px;
    padding: 9px 0;
}

/* 가로세로낱말퀴즈 */
#ns_86 table {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    border-collapse: collapse;
}

#ns_86 table tr td {
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#ns_86 table tr td.blank {
    background: #666;
}

/* 100일 후 나에게 보내는 편지 */
#ns_15 {
    position: relative;
}

#ns_15 textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 40px;
}

#ns_15 textarea.h-5 {
    height: 67%;
    top: 21%;
    left: 13%;
    width: 73%;
}

.certificate {
    margin-bottom: 10px;
    padding: 50px 45px;
    border: 1px solid #dbdbdb;
    text-align: center;
}

/* 증명서 */
.certificate p.tit {
    margin-bottom: 38px;
    font-family: "GmarketSans";
    font-size: 26px;
    color: #4d5980;
}

.certificate div {
    margin-bottom: 35px;
    padding: 30px;
    background-color: #fafafa;
}

.certificate div.tl {
    text-align: left;
}

.certificate div > p {
    font-size: 15px;
    line-height: 33px;
}

.certificate div > p.gift {
    margin-top: 25px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.certificate div > p.name {
    margin-bottom: 30px;
    font-family: "GmarketSans";
    font-size: 16px;
}

z .certificate p.ns_sign {
    font-family: "GmarketSans";
    font-size: 18px;
    line-height: 35px;
}

.certificate input {
    padding: 5px 0 4px 5px;
    height: 19px;
    border: 1px solid #dbdbdb;
}

/* 금연성공기념품받기 */
.event_wrap {
    position: relative;
    width: 850px;
    height: 637px;
}

.event_txt {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -341px;
}

.event_txt div {
    display: inline-block;
    margin-right: 5px;
}

.event_txt div ul li {
    margin-bottom: 12px;
}

.event_txt div ul li span {
    display: inline-block;
    width: 90px;
    font-family: "GmarketSans";
    font-size: 15px;
    color: #6e6e70;
    text-align: center;
}

.event_txt div ul li input[type="text"] {
    width: 440px;
    height: 19px;
    padding: 4px 0 3px 5px;
    background-color: #e4e4e4;
    border: none;
}

.event_txt p {
    display: inline-block;
    vertical-align: top;
}

.event_txt p.e_sign {
    display: block;
    margin-left: 91px;
    font-size: 11px;
    color: #6e6e70;
}

.event_txt p span b {
    display: none;
}

.written_oath {
    padding: 19px;
    border: 1px solid #dbdbdb;
}

/* 금연 서약서 */
.written_oath.pc_none {
    display: none;
}

.written_sec {
    padding: 60px 15px;
    border: 20px solid #fafafa;
    text-align: center;
    line-height: 24px;
}

.written_sec > div {
    padding: 30px;
    background-color: #fafafa;
}

.written_sec p {
    font-size: 15px;
}

.written_sec p.tit {
    margin-bottom: 35px;
    font-family: "GmarketSans";
    font-size: 36px;
    color: #4c5980;
}

.written_sec p.tit2 {
    margin-bottom: 23px;
    padding-bottom: 27px;
    background: url(../../../img/program/sub/ns_bar01.gif) center bottom no-repeat;
    font-family: "GmarketSans";
    font-size: 26px;
}

.written_sec p.tit2 span {
    color: #4c5980;
}

.written_sec p.bold {
    font-family: "GmarketSans";
    font-size: 16px;
}

.written_sec p.name {
    margin-bottom: 20px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.written_sec dl.ns_type1 {
    padding-top: 40px;
    background: url(../../../img/program/sub/ns_bar01.gif) center 0 no-repeat;
}

.written_sec dl.ns_type1 dt {
    margin-bottom: 15px;
    font-family: "GmarketSans";
    font-size: 20px;
    color: #444;
}

.written_sec dl.ns_type1 dd {
    margin-bottom: 25px;
    font-size: 15px;
}

.written_sec dl.ns_type2 {
    overflow: hidden;
    margin-bottom: 10px;
}

.written_sec dl.ns_type2 dt {
    float: left;
    width: 49%;
    height: 22px;
    padding: 18px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-family: "GmarketSans";
    font-size: 16px;
    text-align: center;
}

.written_sec dl.ns_type2 dd {
    float: right;
    width: 49%;
    height: 22px;
    padding: 18px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.written_sec input {
    padding: 5px 0 4px 5px;
    height: 19px;
    border: 1px solid #dbdbdb;
}

.written_oath2 {
    padding: 30px;
    border: 20px solid #eaeaeb;
    text-align: center;
    line-height: 24px;
}

.written_sec2 {
    position: relative;
    padding: 50px 30px 30px;
    border: 1px solid #ffe270;
}

.written_sec2 > div {
    padding: 30px;
    background-color: #fafafa;
}

.written_sec2 .line1 {
    position: absolute;
    top: -23px;
    left: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #ffe270;
    border-top: none;
    border-left: none;
    background: none;
}

.written_sec2 .line2 {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #ffe270;
    border-top: none;
    border-right: none;
    background: none;
}

.written_sec2 .line3 {
    position: absolute;
    bottom: -23px;
    left: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #ffe270;
    border-bottom: none;
    border-left: none;
    background: none;
}

.written_sec2 .line4 {
    position: absolute;
    bottom: -23px;
    right: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #ffe270;
    border-bottom: none;
    border-right: none;
    background: none;
}

.written_sec2 p {
    font-size: 15px;
}

.written_sec2 p.tit {
    margin-bottom: 35px;
    font-family: "GmarketSans";
    font-size: 36px;
    color: #4c5980;
}

.written_sec2 p.tit2 {
    margin-bottom: 23px;
    padding-bottom: 27px;
    background: url(../../../img/program/sub/ns_bar01.gif) center bottom no-repeat;
    font-family: "GmarketSans";
    font-size: 26px;
}

.written_sec2 p.tit2 span {
    color: #4c5980;
}

.written_sec2 p.bold {
    font-family: "GmarketSans";
    font-size: 16px;
}

.written_sec2 p.name {
    margin-bottom: 20px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.written_sec2 dl.ns_type1 {
    padding-top: 40px;
    background: url(../../../img/program/sub/ns_bar01.gif) center 0 no-repeat;
}

.written_sec2 dl.ns_type1 dt {
    margin-bottom: 15px;
    font-family: "NSB";
    font-size: 20px;
    color: #444;
}

.written_sec2 dl.ns_type1 dd {
    margin-bottom: 25px;
    font-size: 15px;
}

.written_sec2 dl.ns_type2 {
    overflow: hidden;
    margin-bottom: 10px;
}

.written_sec2 dl.ns_type2 dt {
    float: left;
    width: 49%;
    height: 22px;
    padding: 18px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-family: "GmarketSans";
    font-size: 16px;
    text-align: center;
}

.written_sec2 dl.ns_type2 dd {
    float: right;
    width: 49%;
    height: 22px;
    padding: 18px 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.written_sec2 input {
    padding: 5px 0 4px 5px;
    height: 19px;
    border: 1px solid #dbdbdb;
}

#ns_83 ul {
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
}

/* 카드게임 */
#ns_83 ul li {
    display: inline-block;
    width: 22%;
    height: 110px;
    margin: 0.5%;
}

#ns_83 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/resources/img/program/new_contents/ns_83_15.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.active a {
    opacity: 0;
}

#ns_83 ul li.item_01 {
    background: url(/resources/img/program/new_contents/ns_83_1.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_02 {
    background: url(/resources/img/program/new_contents/ns_83_2.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_03 {
    background: url(/resources/img/program/new_contents/ns_83_3.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_04 {
    background: url(/resources/img/program/new_contents/ns_83_4.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_05 {
    background: url(/resources/img/program/new_contents/ns_83_5.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_06 {
    background: url(/resources/img/program/new_contents/ns_83_6.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_07 {
    background: url(/resources/img/program/new_contents/ns_83_7.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_08 {
    background: url(/resources/img/program/new_contents/ns_83_8.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_09 {
    background: url(/resources/img/program/new_contents/ns_83_9.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_10 {
    background: url(/resources/img/program/new_contents/ns_83_10.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_11 {
    background: url(/resources/img/program/new_contents/ns_83_11.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_12 {
    background: url(/resources/img/program/new_contents/ns_83_12.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_13 {
    background: url(/resources/img/program/new_contents/ns_83_13.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 ul li.item_14 {
    background: url(/resources/img/program/new_contents/ns_83_14.gif) center center no-repeat;
    background-size: contain;
}

#ns_83 .ov_h {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dbdbdb;
}

#ns_83 .fl_l {
    float: left;
}

#ns_83 .fl_r {
    margin-left: 408px;
}

#ns_83 .fl_r h3 {
    margin-bottom: 10px;
    font-family: "GmarketSans";
    font-size: 18px;
}

#ns_83 .fl_r p {
    font-size: 15px;
    line-height: 24px;
}

#ns_83 .fl_r p.darkgray {
    font-size: 16px;
    color: #7d7d7d;
}

#ns_83 > div {
    margin-bottom: 40px;
}

#ns_83 > div > div {
    display: none;
}

.ns_sec1 {
    padding: 50px 43px;
    border: 1px solid #dbdbdb;
}

.ns_sec1 .title {
    margin-bottom: 45px;
    padding-bottom: 37px;
    border-bottom: 1px dotted #dbdbdb;
    text-align: center;
}

.ns_sec1 .title p {
    font-size: 22px;
    font-family: "GmarketSans";
}

.ns_sec1 .title p.tit {
    margin-bottom: 10px;
    font-size: 26px;
    color: #7f716e;
}

.ns_sec1 .con p {
    padding-left: 28px;
    font-size: 15px;
    line-height: 26px;
}

.ns_sec1 .con p.tit {
    margin-bottom: 13px;
    padding-left: 27px;
    background: url(../../../img/program/sub/chk_icon.gif) 0 3px no-repeat;
    font-family: "GmarketSans";
    font-size: 18px;
}

.ns_sec1 .con p.tit span {
    color: #7f716e;
}

.ns_sec1 .con ol li {
    padding-left: 28px;
    font-size: 15px;
    margin-bottom: 10px;
}

.card_list {
    overflow: hidden;
    margin-bottom: 10px;
}

/* 부적 */
.card_list li {
    float: left;
    width: 268px;
    margin-right: 20px;
    border: 1px solid #dbdbdb;
}

.card_list li:last-child {
    margin: 0;
}

.card_list li div {
    padding: 33px;
    border-bottom: 1px solid #dbdbdb;
}

.card_list li dl {
    height: 178px;
    padding: 33px;
    background-color: #f7f7f7;
}

.card_list li dl dt {
    margin-bottom: 15px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.card_list li dl dd {
    font-size: 14px;
    line-height: 24px;
}

.strategy {
    margin-bottom: 50px;
}

/* 흡연욕구 다스리기 */
.strategy ul {
    overflow: hidden;
}

.strategy ul li {
    float: left;
    width: 100%;
    margin: 0 20px 20px 0;
    border: 1px solid #dbdbdb;
}

.strategy ul li:nth-child(2n) {
    margin: 0 0 20px 0;
}

.strategy ul li div {
    padding: 30px;
    text-align: center;
}

.strategy ul li dl dt {
    padding: 14px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-family: "GmarketSans";
    font-size: 16px;
    text-align: center;
}

.strategy ul li dl dd {
    height: 117px;
    padding: 20px 30px;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 24px;
}

.curr-nav {
    display: none;
}

.tit-program {
    display: none;
}

.process-wp {
    display: none;
}

.new_pledge {
    width: 620px;
    height: 900px;
    margin: 0 auto;
    padding: 162px 18px 105px;
    background: url(../../../img/program/sub/new_pledge.png) no-repeat;
    background-size: contain;
    box-sizing: border-box;
    color: #151515;
    text-align: center;
}

.new_pledge div {
    font-family: "GmarketSans";
    font-size: 15px;
    line-height: 24px;
}

.new_pledge div.text1 {
    margin-top: 60px;
}

.new_pledge div.text2 {
    margin-top: 30px;
}

.new_pledge div .line {
    position: relative;
    display: inline-block;
    min-width: 100px;
}

.new_pledge div .line.long {
    min-width: 155px;
}

.new_pledge div .line span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #151515;
}

.new_pledge .table {
    display: table;
    width: 65%;
    margin: 40px auto 0;
    border: 1px solid #353535;
    border-radius: 8px;
    font-family: "GmarketSans";
    color: #353535;
}

.new_pledge .table p {
    padding: 8px 0;
    font-size: 12px;
}

.new_pledge .table .tt {
    border-bottom: 1px solid #353535;
    font-size: 15px;
}

.new_pledge .table div {
    overflow: hidden;
}

.new_pledge .table div p {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.new_pledge .table div:first-of-type {
    border-bottom: 1px solid #353535;
}

.new_pledge .table div p:first-child {
    border-right: 1px solid #353535;
}

.new_pledge .sign_wrpa {
    overflow: hidden;
}

.new_pledge .sign {
    float: right;
    margin-top: 35px;
    margin-right: 65px;
    text-align: left;
    font-size: 16px;
}

.new_pledge .sign p {
    margin-bottom: 5px;
}

.new_pledge .sign p:last-child {
    margin: 0;
}

.new_pledge .date {
    overflow: hidden;
    display: table;
    margin: 30px auto 0;
    font-size: 16px;
}

.new_pledge .date span {
    float: left;
    margin-right: 35px;
}

.new_pledge .date span:last-child {
    margin: 0;
}

/* 금연프로그램 : 출산축하카드 */
.celebration {
    text-align: center;
}

.celebration > .tit {
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
    font-family: "GmarketSans";
    font-size: 24px;
}

.celebration > .tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff4e5;
    z-index: -1;
}

.celebration > .tit span {
    color: #f66a0d;
}

.celebration > .txt {
    font-size: 16px;
    line-height: 24px;
}

.celebration > .txt span {
    color: #f66a0d;
}

.celebration .insert {
    margin: 60px 0;
    padding: 80px 60px 75px 60px;
    background: #fffcfd url(../../../img/program/sub/letter_ins_bg.gif) right top no-repeat;
    border: 4px solid #fff0f5;
    border-radius: 32px;
    text-align: left;
}

.celebration .insert .name {
    margin-bottom: 45px;
    font-family: "GmarketSans";
    font-size: 32px;
    color: #f25589;
}

.celebration .insert .txt1 {
    margin-bottom: 28px;
    font-family: "GmarketSans";
    font-size: 22px;
    line-height: 33px;
}

.celebration .insert .txt2 {
    margin-bottom: 55px;
    font-family: "GmarketSans";
    font-size: 18px;
    line-height: 27px;
}

.celebration .insert .txt2 span {
    color: #f25589;
}

.celebration .insert > div {
    overflow: hidden;
    margin-bottom: 30px;
}

.celebration .insert > div ul {
    float: left;
    width: calc(100% - 140px);
}

.celebration .insert > div ul li {
    width: 100%;
    height: 56px;
    padding: 15px 22px;
    margin-top: 8px;
    background-color: #fff;
    border: 2px solid #fff0f5;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
}

.celebration .insert > div ul li:first-child {
    margin-top: 0;
}

.celebration .insert > div ul li span {
    display: inline-block;
    position: relative;
    width: 116px;
    margin-right: 16px;
}

.celebration .insert > div ul li span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    background-color: #eee;
}

.celebration .insert > div ul li input {
    width: calc(100% - 136px);
    height: 24px;
    border: none;
    box-sizing: border-box;
    color: #959595;
}

.celebration .insert > div input[type="submit"] {
    float: right;
    width: 120px;
    height: 120px;
    background-color: #e6677c;
    border: none;
    border-radius: 8px;
    font-family: "GmarketSans";
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.celebration .insert > ul li {
    position: relative;
    margin-top: 10px;
    padding-left: 14px;
    color: #767676;
}

.celebration .insert > ul li:first-child {
    margin-top: 0;
}

.celebration .insert > ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #ddd;
    border-radius: 50%;
}

.celebration .letter {
    margin-top: 60px;
    padding: 40px;
    background: #fffcfd url(../../../img/program/sub/letter_bg.png) 0 0 no-repeat;
    border: 4px solid #fff0f5;
    border-radius: 32px;
    text-align: left;
    box-sizing: border-box;
}

.celebration .letter > div {
    padding: 40px;
    background-color: #fff;
    border: 1px solid #fff0f5;
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
}

/* 금연프로그램 박스 컨텐츠 스타일 */
.ns_box1 {
    border: 1px solid #ddd;
}

.ns_box1 > div {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.ns_box1 > div:last-child {
    border: none;
}

.ns_box1 > div .con1 {
    float: left;
    width: 30%;
    padding: 10px;
    border-right: 1px solid #ddd;
}

.ns_box1 > div .con2 {
    float: left;
    width: 65%;
    min-height: 162px;
    margin-left: -1px;
    padding: 10px;
    border-left: 1px solid #ddd;
}

.ns_box1 > div .con2 p {
    font-size: 14px;
    line-height: 24px;
}

.ns_box1 > div .con2 p.fz {
    margin-top: 10px;
    font-size: 16px;
}

/* 금연프로그램 버튼 */
.ns_btn_wrap {
    margin-top: 30px;
    text-align: center;
}

.ns_btn_wrap a {
    display: inline-block;
    padding: 8px 35px;
    margin: 0 3px;
    background-color: #fff !important;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 3px !important;
    font-family: "GmarketSans";
    font-size: 15px;
    text-align: center;
}

.ns_btn_wrap a.type2 {
    padding: 4px 10px;
    font-size: 11px;
}

.ns_btn_wrap a.color1 {
    background-color: #7f726c !important;
    border: 1px solid #7f726c;
}

.ns_btn_wrap a.color1 span {
    color: #fff !important;
}

.ns_btn_wrap a:hover {
    background-color: #f66a0d !important;
    border: 1px solid #f66a0d;
    color: #fff;
}

.ns_btn_wrap a span {
    color: #666 !important;
}

.ns_btn_wrap a:hover span {
    color: #fff !important;
}

.btn-foot-wp {
    text-align: center;
}

.btn-foot-wp a {
    display: inline-block;
    padding: 8px 35px;
    margin: 0 3px;
    background-color: #fff !important;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 3px !important;
    font-size: 15px;
    text-align: center;
}

.btn-foot-wp a button {
    font-family: "GmarketSans";
}

.btn-foot-wp a:hover {
    background-color: #f66a0d !important;
    border: 1px solid #f66a0d;
}

.btn-foot-wp a:hover button {
    color: #fff;
}

.research-bx {
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #b3b3b3;
    text-align: center;
}

.research-bx .tx {
    margin-bottom: 15px;
    padding-top: 110px;
}

.research-bx .tx1 {
    background: url(../../../img/program/sub/call_ico01.gif) center 5px no-repeat;
}

.research-bx .tx2 {
    background: url(../../../img/program/sub/call_ico02.gif) center 5px no-repeat;
}

.research-bx .tx p {
    font-family: "GmarketSans";
    font-size: 20px;
    line-height: 30px;
}

.research-bx .tx p span {
    color: #ff9700;
}

/* 금연프로그램 결과 */
.ns_result {
    margin-top: 30px;
    padding: 0 44px 44px;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
}

.ns_result .ns_pre {
    display: block;
    width: 450px;
    padding: 13px 0;
    margin: -20px auto 30px auto;
    background-color: #7f726c;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.ns_result .ns_pre strong {
    font-family: "GmarketSans";
    font-size: 16px;
    color: #fffcb0;
}

.ns_result > div {
    margin-bottom: 40px;
}

.ns_result > div:last-child {
    margin: 0;
    border: none;
}

.ns_result p {
    font-size: 14px;
    line-height: 22px;
}

/* .ns_result > div > div:first-child{padding-bottom:23px; border-bottom:1px solid #d4d4d4; text-align:center;} */
.ns_result > div > div:first-child > p.bold {
    margin-bottom: 8px;
    font-family: "GmarketSans";
    font-size: 18px;
    color: #333;
}

.ns_result > div > div:first-child > p.bold span {
    color: #f36910;
}

.ns_result > div > div:first-child > p:nth-child(2) {
    font-size: 14px;
}

/* .ns_result p.bold{margin-bottom:10px; font-family:"NBGB"; font-size:16px; color:#6f85ac;} */
.ns_result p.won {
    font-family: "GmarketSans";
    font-size: 16px;
    color: #333;
}

.ns_result span.color1 {
    color: #f36910;
}

.ns_result span.txt_box {
    display: inline-block;
    margin: 15px 0 8px;
    padding: 2px 8px;
    background-color: #928374;
    font-size: 16px;
    font-family: "GmarketSans";
    color: #fff;
}

.ns_result .point1 {
    margin-bottom: 10px;
    font-family: "GmarketSans";
    font-size: 18px;
}

.ns_result .point1 span {
    color: #f36910;
}

.ns_result2 {
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
}

.ns_result2 .align {
    text-align: center;
}

.ns_result2 .align p {
    display: inline-block;
    margin: 0 10px;
}

.ns_result2 p {
    line-height: 24px;
    font-size: 14px;
}

.ns_result2 p.tip {
    display: inline-block;
    margin: 0 0 8px;
    padding: 5px 8px;
    background-color: #928374;
    font-size: 14px;
    font-family: "GmarketSans";
    color: #fff;
}

.ns_result2 p.won {
    font-family: "GmarketSans";
    font-size: 16px;
    color: #333;
}

.ns_result2 span.color1 {
    color: #f36910;
}

.ns_result2 span.txt_box {
    display: inline-block;
    margin: 15px 0 8px;
    padding: 2px 8px;
    background-color: 928374;
    font-size: 16px;
    font-family: "GmarketSans";
    color: #fff;
}

.ns_result2 ul li {
    margin-bottom: 10px;
    font-family: "GmarketSans";
    font-size: 16px;
}

.ns_result2 ul li:last-child {
    margin-bottom: 0;
}

.ns_result2 ul li a.btn1 {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 6px 3px;
    background-color: #fe9601;
    border: 1px solid #e68801;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}

.b-start {
    width: 510px !important;
    left: 50% !important;
    margin-left: -255px !important;
}

.b-start p {
    margin-bottom: 5px;
}

.b-start p:first-child {
    margin-bottom: 10px;
    font-size: 15px;
}

/* 금연프로그램 완료 */
.proSuccess {
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #b3b3b3;
    text-align: center;
}

.proSuccess .tit {
    margin-bottom: 15px;
    padding-top: 110px;
    background: url(../../../img/program/sub/success_ico.gif) center 5px no-repeat;
    font-family: "GmarketSans";
    font-size: 28px;
}

.proSuccess .tit strong {
    font-family: "GmarketSans";
    color: #ff9700;
}

.proSuccess .txt {
    font-size: 15px;
    color: #787878;
    line-height: 24px;
}

/* 자가진단 */
.section_tab ul:after {
    display: block;
    content: "";
    clear: both;
}

.section_tab ul li {
    float: left;
}

.section_tab ul li a {
    display: block;
    width: 150px;
    padding: 10px 0;
    margin-left: -1px;
    border: 1px solid #ddd;
    text-align: center;
}

.section_tab ul li.on a {
    background-color: #1c53ac;
    color: #fff;
}

/* 금연 누리단 */
.nuri_wrap {
    display: table;
    height: 248px;
    margin-bottom: 20px;
    background: url(../../../img/program/sub/nuri_bg01.gif) 0 0 no-repeat;
    border: 1px solid #d4d4d4;
}

.nuri_wrap.n1 {
    background: url(../../../img/program/sub/nuri_bg02.gif) 0 0 no-repeat;
}

.nuri_wrap div {
    display: table-cell;
    padding: 0 20px 0 375px;
    vertical-align: middle;
}

.nuri_wrap div .tit {
    margin-bottom: 20px;
    font-family: "NSB";
    font-size: 20px;
    color: #f66a0d;
}

.nuri_wrap div .txt {
    font-size: 15px;
    line-height: 26px;
}

.nuri_infor {
    margin-top: 60px;
    padding: 40px;
    background: url(../../../img/program/sub/nuri_logo.gif) 593px 80px no-repeat;
    border: 1px solid #dbdbdb;
}

.nuri_infor .tit {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "NSB";
}

.nuri_infor .txt {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
}

.nuri_infor .infor {
    overflow: hidden;
}

.nuri_infor .infor p {
    float: left;
    margin-right: 30px;
}

.nuri_infor .infor p span {
    display: inline-block;
    width: 60px;
    padding: 5px 0;
    margin-right: 8px;
    border-radius: 3px;
    background-color: #8991a1;
    color: #fff;
    text-align: center;
}

/* 금연서포터즈(서포터즈 안내) */
.support {
    display: table;
    height: 170px;
    margin-bottom: 60px;
    padding: 55px 0;
    background: url(../../../img/program/sub/supporter01.gif) 30px center no-repeat;
    border-top: 2px solid #111;
    border-bottom: 1px solid #dbdbdb;
}

.support.s2 {
    background: url(../../../img/program/sub/supporter02.gif) 30px center no-repeat;
}

.support.s3 {
    background: url(../../../img/program/sub/supporter03.gif) 30px center no-repeat;
}

.support div {
    display: table-cell;
    padding-left: 300px;
    vertical-align: middle;
}

.support div .tit {
    margin-bottom: 20px;
    font-family: "NSB";
    font-size: 20px;
    color: #f66a0d;
}

.support div .txt {
    font-size: 15px;
    line-height: 26px;
}

.support div ul {
    margin-top: 5px;
}

.support div ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.support_txt {
    margin-top: 15px;
}

.support_txt:after {
    display: block;
    content: "";
    clear: both;
}

.support_txt div {
    float: left;
    width: 353px;
    height: 124px;
    padding: 25px 30px;
    border: 1px solid #d4d4d4;
}

.support_txt div.txt1 .tit {
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(../../../img/program/sub/supporter_icon01.gif) 0 0 no-repeat;
    font-family: "NSB";
    font-size: 18px;
}

.support_txt div.txt2 {
    float: right;
}

.support_txt div.txt2 .tit {
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(../../../img/program/sub/supporter_icon02.gif) 0 0 no-repeat;
    font-family: "NSB";
    font-size: 18px;
}

.support_txt div p {
    font-size: 14px;
    line-height: 24px;
}

/* 사이트소개 운영목표,전략 */
.site_intro > div {
    overflow: hidden;
    margin-bottom: 60px;
}

.site_intro > div > p {
    float: left;
    width: 189px;
    padding: 20px 0;
    border-top: 3px solid #333;
    border-right: 1px solid #333;
    font-family: "NSB";
    font-size: 20px;
    text-align: center;
}

.site_intro > div > p span {
    color: #ff7f00;
}

.site_intro > div > div.con {
    float: left;
    border-top: 1px solid #ddd;
}

.intro1 .con {
    width: 490px;
    padding: 25px 85px 0;
}

.intro1 .con > p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}

.intro1 .con > p strong {
    font-family: "NSB";
}

.intro2 .con {
    overflow: hidden;
    width: 608px;
    padding: 26px;
}

.intro2 .con div {
    float: left;
    width: 192px;
    margin-left: 16px;
}

.intro2 .con div:first-child {
    margin-left: 0;
}

.intro2 .con div p {
    padding: 20px 0;
    background-color: #7f726c;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    line-height: 22px;
}

.intro2 .con div ul {
    height: 164px;
    margin-top: -2px;
    padding: 18px 14px;
    background-color: #fcfcfc;
    border: 1px solid #dbdbdb;
}

.intro2 .con div ul li {
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 7px no-repeat;
    margin-bottom: 10px;
    line-height: 20px;
}

.intro2 .con div ul li:last-child {
    margin: 0;
}

/* 사이트소개 연혁 */
.history > ul > li {
    margin-bottom: 20px;
    font-family: "NSB";
    font-size: 20px;
    color: #ff7f00;
}

.history > ul > li > ul {
    margin-top: 8px;
}

.history > ul > li > ul > li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 7px no-repeat;
    line-height: 20px;
    font-family: "NBG";
    font-size: 14px;
    color: #333;
}

/* BI */
ul.bi_type {
    margin-bottom: 40px;
}

ul.bi_type:after {
    display: block;
    content: "";
    clear: both;
}

ul.bi_type li {
    float: left;
    margin: 0 20px 28px 0;
    text-align: center;
}

ul.bi_type li:nth-child(2n) {
    margin: 0 0 28px 0;
}

ul.bi_type li img {
    margin-bottom: 13px;
    border: 1px solid #d5d5d5;
}

ul.bi_type li span {
    display: block;
}

ul.bi_color:after {
    display: block;
    content: "";
    clear: both;
}

ul.bi_color li {
    float: left;
    width: 199px;
    padding: 22px 0;
    margin-right: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

ul.bi_color li:nth-child(1) {
    background-color: #ff9700;
}

ul.bi_color li:nth-child(2) {
    background-color: #ff7f00;
}

ul.bi_color li:nth-child(3) {
    background-color: #989898;
}

ul.bi_color li:nth-child(4) {
    margin: 0;
    background-color: #000;
}

/* copyright */
.copyright {
    margin-top: 25px;
}

/* 만족도 */
#evaluation {
    overflow: hidden;
    position: relative;
    margin: 50px 0 50px 0;
}

.eval_wrap {
    overflow: hidden;
}

.eval_txt {
    float: left;
    padding: 24px 20px 25px 45px;
    background: url(../../../img/program/sub/eval_tit.png) left center no-repeat;
}

.eval_txt p {
    color: #727272;
    font-size: 18px;
    font-family: "NSB";
    letter-spacing: -0.045em;
}

.eval_txt strong {
    display: block;
    margin-right: 8px;
    color: #575757;
    font-family: "NSB";
}

.eval_sec {
    float: right;
    position: relative;
    padding: 17px 20px;
    width: 600px;
    border: 1px solid #eaeaea;
}

.eval_sec p {
    margin-bottom: 10px;
    font-size: 16px;
}

.gtb {
    overflow: hidden;
}

.gtb ul {
    float: left;
    margin-top: 6px;
}

.gtb ul:after {
    display: block;
    content: "";
    clear: both;
}

.gtb ul li {
    float: left;
    margin-right: 20px;
    color: #666;
    font-size: 14px;
    font-family: "NBG";
}

.gtb ul li input {
    margin-right: 8px;
}

.gtb ul li label {
    vertical-align: bottom;
}

.eval_sec a {
    display: block;
    position: absolute;
    top: 45px;
    right: 20px;
    text-align: center;
    width: 50px;
    padding: 6px 0;
    color: #fff !important;
    font-family: "NBGB";
    font-size: 12px;
    background: #999;
    border-radius: 3px;
}

.eval_sec a:focus {
    border: 2px dotted #fff;
}

.eval_insert {
    display: none;
    overflow: hidden;
    margin-top: 15px;
}

.eval_insert textarea {
    float: left;
    padding: 10px;
    width: 490px;
    height: 72px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}

.eval_insert input[type="submit"] {
    float: right;
    width: 93px;
    height: 72px;
    border: 1px solid #3c3c3c;
    background: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

/* 담당부서 */
.eval_list {
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 25px;
    border: 1px solid #e0e0e0;
    background: #fbfbfb;
}

.eval_list p {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    background: url(../../../img/program/sub/manager_arr.gif) right 3px no-repeat;
    font-size: 16px;
    font-family: "NanumBarunGothicB";
    color: #024f81;
}

.eval_list ul {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
}

.eval_list ul:first-child {
    padding-top: 0;
    border-top: none;
}

.eval_list ul:last-child {
    padding-bottom: 0;
}

.eval_list ul li {
    float: left;
    padding: 10px 0 10px 35px;
    width: 215px;
    color: #787878;
    font-family: "NanumBarunGothic";
}

.eval_list ul li.eval_group {
    background: url(../../../img/program/sub/eval_group.png) 0px 3px no-repeat;
}

.eval_list ul li.eval_member {
    background: url(../../../img/program/sub/eval_member.png) 0px 3px no-repeat;
}

.eval_list ul li.eval_tel {
    background: url(../../../img/program/sub/eval_tel.png) 0px 3px no-repeat;
}

.eval_list ul li strong {
    color: #444;
    font-weight: 500;
}

/* 지식플러스 담당부서 */
.eval_list2 {
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 50px;
    border: 1px solid #e0e0e0;
    background: #fbfbfb;
}

.eval_list2 p {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    background: url(../../../img/program/sub/manager_arr.gif) right 3px no-repeat;
    font-size: 16px;
    font-family: "NanumBarunGothicB";
    color: #024f81;
}

.eval_list2 ul {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
}

.eval_list2 ul:first-child {
    padding-top: 0;
    border-top: none;
}

.eval_list2 ul:last-child {
    padding-bottom: 0;
}

.eval_list2 ul li {
    float: left;
    padding: 10px 24px 10px 35px;
    color: #787878;
    font-family: "NanumBarunGothic";
}

.eval_list2 ul li.eval_group {
    background: url(../../../img/program/sub/eval_group.png) 0px 3px no-repeat;
}

.eval_list2 ul li.eval_member {
    background: url(../../../img/program/sub/eval_member.png) 0px 3px no-repeat;
}

.eval_list2 ul li.eval_tel {
    background: url(../../../img/program/sub/eval_tel.png) 0px 3px no-repeat;
}

.eval_list2 ul li.eval_write {
    background: url(../../../img/program/sub/eval_write.png) 0px 3px no-repeat;
}

.eval_list2 ul li strong {
    color: #444;
    font-weight: 500;
}

/* 시스템 경고 */
.system_warning_box {
    overflow: hidden;
    padding-top: 50px;
    padding-left: 43px;
}

.system_warning_box > p {
    display: block;
    float: left;
}

.system_warning_box > p.system_warning_text_ {
    font-weight: bold;
    font-size: 22px;
    color: #b03030;
    line-height: 180%;
    margin: 10px 0px 0px 45px;
}

h4.system_warning_h4 {
    background: url("../../../img/program/common/system_pop_07.png") no-repeat 0px 3px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
}

.system_warning_box2 {
    margin-top: 5px;
}

.system_warning_textarea {
    width: 94%;
    height: 150px;
    overflow-y: scroll;
    padding: 3%;
    border: 1px solid lightgray;
}

.system_warning_box2_text {
    color: #707070;
    padding: 5px 0px 0px 5px;
}

.system_bot_bt {
    text-align: center;
    margin-top: 20px;
}

.system_warning_bt1 {
    border: none;
    background: url("../../../img/program/common/system_pop_01.png") no-repeat 0px 0px;
    width: 98px;
    height: 35px;
    text-indent: 999999px;
    cursor: pointer;
}

.system_warning_bt2 {
    border: none;
    background: url("../../../img/program/common/system_pop_02.png") no-repeat 0px 0px;
    width: 98px;
    height: 35px;
    text-indent: 999999px;
    cursor: pointer;
}

.system_warning_h4_1 {
    background: url("../../../img/program/common/system_pop_07.png") no-repeat 0px 3px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
}

.system_warning_h4_2 {
    background: url("../../../img/program/common/system_pop_07.png") no-repeat 0px 3px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.system_warning_textarea2 {
    width: 96%;
    height: 40px;
    overflow-y: scroll;
    padding: 2%;
    border: 1px solid lightgray;
}

.system_warning_textarea3 {
    width: 96%;
    height: 60px;
    overflow-y: scroll;
    padding: 2%;
    border: 1px solid lightgray;
}

/* 로그인 */
.login_wrap {
    padding: 50px 90px;
    border: 1px solid #b3b3b3;
    text-align: center;
}

.login_txt {
    margin-bottom: 37px;
}

.login_txt .login {
    margin-bottom: 22px;
}

.login_txt p {
    font-size: 18px;
    font-size: 15px;
    line-height: 24px;
}

.login_txt p strong {
    display: block;
    font-family: "NSB";
    font-size: 18px;
}

.login_insert {
    overflow: hidden;
    padding: 0 134px;
    margin-bottom: 50px;
}

.login_insert > div {
    float: left;
    margin-right: 7px;
}

.login_insert > div p input {
    width: 287px;
    height: 21px;
    padding: 12px 0 11px 5px;
    margin-bottom: 7px;
    border-radius: 3px;
    border: 1px solid #dedede;
}

.login_insert > div p input[type="password"] {
    margin-bottom: 0;
}

.login_insert input[type="submit"] {
    float: left;
    width: 99px;
    height: 99px;
    border: none;
    background-color: #7f726c;
    border-radius: 3px;
    font-family: "NBGB";
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.login_insert input[type="submit"]:focus {
    border: 3px dotted #fff;
}

.login_option {
    display: inline-block;
}

.login_option p {
    overflow: hidden;
    margin-bottom: 7px;
    padding-left: 10px;
    background: url(../../../img/program/sub/dot01.gif) 0 14px no-repeat;
    text-align: left;
}

.login_option p span {
    float: left;
    width: 279px;
    padding-top: 9px;
    font-size: 14px;
}

.login_option p a {
    display: block;
    float: left;
    width: 99px;
    padding: 9px 0 8px;
    background-color: #928374;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.login_option p a:focus {
    border: 2px dotted #fff;
}

.sns_login {
    width: 500px;
    margin: 0 auto 30px auto;
    padding: 0 50px 40px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 0;
}

.sns_login a {
    display: inline-block;
    width: 130px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
}

.sns_login a:last-child {
    margin-right: 0;
}

.sns_login a span {
    display: inline-block;
    padding-left: 30px;
}

.sns_login a:nth-child(4) span {
    background: url(../../../img/program/sub/l_google_ico.gif) 0 center no-repeat;
}

.sns_login a:nth-child(1) span {
    background: url(../../../img/program/sub/l_naver_ico.gif) 0 center no-repeat;
}

.sns_login a:nth-child(2) span {
    background: url(../../../img/program/sub/l_kakao_ico.gif) 0 center no-repeat;
}

.sns_login a:nth-child(3) span {
    background: url(../../../img/program/sub/l_apple_ico.gif) 0 center no-repeat;
}

.sns_login a:nth-child(5) span {
    padding-left: 20px;
    background: url(../../../img/program/sub/l_facebook_ico.gif) 0 center no-repeat;
}

.sns_login a:nth-child(6) span {
    background: url(../../../img/program/sub/l_onepass_ico.gif) 0 center no-repeat;
}

.sns_login.type1 {
    padding: 0 0 30px;
    margin-bottom: 27px;
}

.sns_login.type1 br {
    display: none;
}

.sns_login.type1 a {
    width: 160px;
}

.sns_login.type1 a:last-child {
    margin-right: 0;
}

.sns_login.type1 a span {
    padding-left: 25px;
}

.sns_login.type1 a:nth-child(3) span {
    padding-left: 20px;
}

/* 회원가입 연령 선택 */
.m_step {
    display: none;
}

.join_wrap {
    padding: 50px 90px;
    border: 1px solid #b3b3b3;
    text-align: center;
}

.join {
    margin-bottom: 40px;
    font-family: "NSB";
    font-size: 40px;
}

.join span {
    display: block;
    margin-top: 14px;
    font-family: "NBG";
    font-size: 15px;
}

.age_sel {
    overflow: hidden;
    margin-bottom: 30px;
}

.age_sel > div {
    float: left;
    width: 324px;
    height: 250px;
    padding: 35px 0 25px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.8s background-color;
}

.age_sel > div:first-child {
    margin-right: 20px;
}

.age_sel > div:hover {
    background-color: #f9f9f9;
}

.age_sel > div p {
    margin-bottom: 12px;
    padding-top: 60px;
    font-size: 18px;
}

.age_sel > div:first-child p {
    background: url(../../../img/program/sub/adult_ico.png) center 0 no-repeat;
}

.age_sel > div:last-child p {
    background: url(../../../img/program/sub/child_ico.png) center 0 no-repeat;
}

.age_sel > div span {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 17px;
}

.age_sel > div a {
    display: inline-block;
    width: 100px;
    height: 40px;
    padding: 12px 0;
    background-color: #7f726c;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.age_sel > div a:focus {
    border: 2px dotted #fff;
}

.j_sign1 {
    height: 20px;
    padding-left: 25px;
    background: url(../../../img/program/sub/sign_icon01.gif) 0 0 no-repeat;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

/* 전화상담 신청, 약관동의 */
.sign_wrap {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

/* 본인인증, 가입여부 */
.certification:after {
    display: block;
    content: "";
    clear: both;
}

.certification div {
    width: 357px;
    height: 214px;
    padding: 25px 28px;
    border: 1px solid #dbdbdb;
}

.certification div.mobile {
    float: left;
    background: url(../../../img/program/sub/mobile_bg.gif) 70px 82px no-repeat;
}

.certification div.ipin {
    float: right;
    background: url(../../../img/program/sub/ipin_bg.gif) 50px 87px no-repeat;
}

.certification div .tit {
    margin-bottom: 57px;
    font-family: "NSB";
    font-size: 18px;
}

.certification div a {
    display: block;
    width: 178px;
    padding: 13px 0 12px;
    margin: 0 0 55px 140px;
    background-color: #928374;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.certification div p:last-child {
    padding-left: 10px;
    background: url(../../../img/program/sub/dot02.gif) 0 8px no-repeat;
    line-height: 20px;
}

.certification2:after {
    display: block;
    content: "";
    clear: both;
}

.certification2 div.mobile {
    float: left;
    background: url(../../../img/program/sub/mobile_bg.gif) 70px 60px no-repeat;
}

.certification2 div.ipin {
    float: right;
    background: url(../../../img/program/sub/ipin_bg.gif) 50px 65px no-repeat;
}

.certification2 div div {
    width: 357px;
    padding: 25px 28px;
    border: 1px solid #dbdbdb;
}

.certification2 div .tit {
    margin-bottom: 57px;
    font-family: "NSB";
    font-size: 18px;
}

.certification2 div a {
    display: block;
    width: 178px;
    padding: 13px 0 12px;
    margin: 14px 0 40px 140px;
    background-color: #928374;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.certification2 div p:last-child {
    padding-left: 10px;
    background: url(../../../img/program/sub/dot02.gif) 0 8px no-repeat;
    line-height: 20px;
}

/* 게시판 글쓰기 약관동의 */
.agree2 input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.all_chk2 {
    margin-bottom: 40px;
    padding: 15px 0;
    border: 1px solid #dcdcdc;
    font-family: "NanumSquareB";
}

.all_chk2 p {
    font-size: 32px;
}

.all_chk2 span {
    display: block;
    font-size: 16px;
    color: #004e89;
    text-align: center;
}

.all_chk2 span label {
    margin-right: 8px;
}

.agree_txt2 {
    margin-bottom: 20px;
}

.agree_txt2 > div:nth-child(1) {
    overflow: hidden;
    padding: 10px 25px;
    background-color: #004e89;
    font-family: "NanumBarunGothicB";
    font-size: 15px;
    color: #fff;
}

.agree_txt2 > div:nth-child(1) p {
    float: left;
}

.agree_txt2 > div:nth-child(1) span {
    float: right;
}

.agree_txt2 > div:nth-child(1) span label {
    margin-right: 8px;
}

.agree_txt2 > div:nth-child(2) {
    overflow-y: scroll;
    height: 80px;
    padding: 15px;
    border: 1px solid #dcdcdc;
    border-top: none;
    line-height: 20px;
}

/* 회원정보 입력 */
.join_insert {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #111;
    margin-bottom: 30px;
}

.join_insert th {
    padding: 22px 0 22px 20px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d4d4d4;
    font-family: "NBGB";
    font-size: 15px;
    text-align: left;
}

.join_insert th.center {
    padding-left: 20px;
    text-align: center;
}

.join_insert th b {
    color: #f36910;
}

.join_insert td {
    padding: 11px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
}

.join_insert td input[type="text"],
.join_insert td input[type="password"] {
    padding: 11px 0 11px 5px;
    border: 1px solid #dbdbdb;
}

.join_insert td input.inp1 {
    width: 183px;
}

.join_insert td input.inp2 {
    width: 169px;
}

.join_insert td input.inp3 {
    width: 83px;
}

.join_insert td select {
    height: 39px;
    border: 1px solid #dbdbdb;
}

.join_insert td select.sel1 {
    width: 176px;
}

.join_insert td select.sel2 {
    width: 118px;
}

.join_insert td select.sel3 {
    width: 90px;
}

.join_insert td span {
    margin-right: 27px;
}

.join_insert td span#user_nickname_text,
.join_insert td span.hyphen {
    margin: 0;
}

.join_insert td span.tit {
    display: inline-block;
    width: 50px;
    font-family: "NBGB";
    font-size: 15px;
}

.join_insert td span label {
    margin-left: 7px;
}

.join_insert td p {
    margin-top: 10px;
}

.join_insert td p.jSign1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.join_insert td a.confirm {
    display: inline-block;
    width: 78px;
    padding: 10px 0 11px;
    margin-left: 3px;
    border: 1px solid #acacac;
    border-radius: 3px;
    font-family: "NBGB";
    text-align: center;
    color: #333;
}

.join_insert td div.receive {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* 가입완료 */
.join_box {
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.finish_txt1 {
    margin-bottom: 13px;
    padding-top: 76px;
    background: url(../../../img/program/sub/finish_ico.gif) center 0 no-repeat;
    font-family: "NSB";
    font-size: 34px;
    text-align: center;
}

.finish_txt1 span {
    color: #ff9700;
}

.finish_txt2 {
    font-size: 15px;
    color: #787878;
}

.finish_txt3 {
    margin-bottom: 13px;
    font-family: "NSB";
    font-size: 20px;
    text-align: center;
}

.join_txt {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #646464;
}

.join_txt2 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    color: #646464;
}

.join_box ul li {
    overflow: hidden;
    margin-bottom: 28px;
    font-size: 15px;
}

.join_box ul li:last-child {
    margin: 0;
}

.join_box ul li p {
    display: inline-block;
    width: 55px;
    margin-right: 70px;
    padding-left: 20px;
    background: url(../../../img/program/sub/sign_dot1.gif) 0 5px no-repeat;
}

.join_box ul li span {
    display: inline-block;
}

/* 아이디,비밀번호 찾기 */
.sign_box1 {
    padding: 24px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fbfbfb;
    text-align: center;
}

.sign_box1 p span {
    padding-left: 10px;
    background: url(../../../img/program/sub/member_dot_01.gif) 0 5px no-repeat;
}

.sign_box1 p a {
    display: inline-block;
    width: 124px;
    padding: 10px 0;
    margin-left: 10px;
    border: 1px solid #999;
    background-color: #fff;
    text-align: center;
}

ul.pw_change {
    text-align: center;
}

ul.pw_change li {
    margin-bottom: 10px;
}

ul.pw_change li label {
    display: inline-block;
    width: 115px;
    text-align: left;
}

/* 자막 */
.caption {
    overflow-y: scroll;
    height: 200px;
    padding: 20px;
    border: 1px solid #ddd;
    line-height: 22px;
}

.map-wrap {
    width: auto !important;
}

/* 온라인금연프로그램 6단계 팝업창 */
.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-inner {
    position: absolute;
    width: 80%;
    max-width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.popup-inner .popup-title > h4 {
    margin-bottom: 18px;
    padding-left: 28px;
    background: url(../../../img/program/sub/h4_dot.gif) 0 1px no-repeat;
    font-family: "NSB";
    font-size: 15px;
}

.popup-inner p {
    margin-bottom: 4px;
    font-size: 15px;
    color: #555;
    line-height: 20px;
}

.popup-inner .sign1 {
    font-size: 16px;
    line-height: 16px;
}

.popup .popup-btn {
    margin-top: 20px;
    text-align: center;
}

.popup .popup-btn a {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    padding: 9px 15px 8px;
    border: 1px solid #666;
    color: #666;
    border-radius: 4px;
    box-sizing: border-box;
}

.popup .popup-btn a.btn1:hover {
    background-color: #f66a0d;
    border: 1px solid #f66a0d;
    color: #fff;
}

.popup .popup-btn a.popup-close:hover {
    background-color: #646464;
    border: 1px solid #646464;
    color: #fff;
}

#popLayer .quest {
    width: 25px;
    height: 25px;
    background-image: url(../../../img/program/sub/quest_ico02.png);
    margin: 0 6px 0 0;
    vertical-align: middle;
}

#popLayer .popup-inner {
    min-height: 200px;
    height: auto;
    padding: 30px 35px;
    border-radius: 10px;
}

#popLayer .popTitle {
    margin-bottom: 25px;
}

#f66a0d #popLayer #popTitle {
    font-style: normal;
    font-size: 20px;
    line-height: normal;
}

#popLayer #popTitle.v1 {
    color: #70625c;
    vertical-align: middle;
}

#popLayer #popTitle.v2 {
    color: #f66a0d;
}

#popLayer #popContents {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

#popLayer .close {
    position: absolute;
    right: 34px;
    top: 24px;
    font-size: 22px;
    color: #7e7e7e;
}

/* 금연프로그램 팁 */
h4.tip_info {
    float: left;
    margin-top: 5px;
}

h4.tip_info + .btn_type1 {
    float: right;
}

.tip_info ~ .popup .popup-inner {
    overflow-y: auto;
    max-width: 607px;
    height: 828px;
}

.tip_info ~ .popup .popup-inner img {
    width: 100%;
}

.tip_info ~ .popup .popup-btn {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: 100%;
    }

    .brNone {
        display: none;
    }

    .top img {
        display: none;
    }

    .topBtn {
        display: block;
        bottom: 84px;
        width: 54px;
        height: 54px;
        background: url(../../../img/program/sub/m_topBtn.png) 0 0 no-repeat;
        text-indent: -9999px;
    }

    #skipNavi {
        width: 40%;
    }

    #skipNavi a:active,
    #skipNavi a:focus {
        width: 40%;
    }

    /* header */
    #header {
        overflow: hidden;
        background: none;
        height: 75px;
    }

    .m_header_on {
        height: 125px !important;
    }

    .h_wrap {
        width: auto;
        height: 75px;
        margin: 0 3%;
    }

    .h_logo {
        float: none;
        padding-top: 20px;
        margin: 0;
        z-index: 0;
    }

    .h_logo h1 {
        float: none;
        text-align: center;
    }

    .h_logo h1 img {
        width: 158px;
    }

    .zoom_wrap {
        display: none;
    }

    .utill_wrap {
        position: static;
        top: initial;
        left: initial;
    }

    .utill {
        display: none;
    }

    .search {
        float: none;
        position: relative;
        margin-top: 20px;
        padding-right: 42px;
    }

    .search input[type="text"] {
        width: 100%;
    }

    .search input[type="image"] {
        position: absolute;
        top: 0;
        right: 0;
    }

    .lnb {
        display: none;
    }

    .m_lnb {
        display: block;
        border-bottom: 1px solid #dbdbdb;
    }

    .m_lnb ul {
        width: auto;
        height: 28px;
        margin: 0 auto;
        padding: 17px 0;
        text-align: center;
    }

    .m_lnb ul li {
        display: inline-block;
        margin: 0 20px;
    }

    .m_lnb ul li a {
        padding-right: 25px;
        font-family: "NSB";
        font-size: 20px;
    }

    .m_lnb ul li.depth1 a {
        background: url(../../../img/program/header/depth_icon01.gif) right 2px no-repeat;
    }

    .m_lnb ul li.depth2 a {
        background: url(../../../img/program/header/depth_icon02.gif) right 2px no-repeat;
    }

    .m_lnb ul li.depth3 a {
        background: url(../../../img/program/header/depth_icon03.gif) right 2px no-repeat;
    }

    .m_lnb ul li.depth4 a {
        background: url(../../../img/program/header/depth_icon04.gif) right 2px no-repeat;
    }

    .allMenu_btn {
        display: none;
    }

    .search_m {
        display: block;
        position: absolute;
        top: 14px;
        left: 0;
    }

    .side_menu {
        display: block;
        position: absolute;
        top: 14px;
        right: 0;
    }

    .myInfor {
        display: none;
    }

    .m_sns {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .m_sns a {
        display: inline-block;
        margin: 0 3px;
    }

    /* sub */
    .tab ul li {
        width: 33%;
    }

    .tab ul li a {
        display: table;
        width: 100%;
        height: 30px;
        padding: 0;
        background: none;
        border: 1px solid #dbdbdb;
        font-size: 12px;
    }

    .tab ul li.on a {
        padding: 0;
    }

    .tab ul li a span {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }

    .tab ul li.on a span {
        background-image: none;
    }

    .tab ul li.on a span:before {
        display: none;
    }

    .tab ul li a:hover span {
        background-color: #ffecd1;
        background-image: none;
        font-family: "NBGB";
        color: #f66a0d;
    }

    .tab ul li a:hover span:before {
        display: none;
    }

    .sub_tit {
        width: auto;
        padding: 0;
        margin: 0;
        background: none;
        border-bottom: 1px solid #dbdbdb;
    }

    .sub_tit h2 {
        padding: 15px 0;
        font-size: 24px;
    }

    .sub_visual {
        display: none;
    }

    .navi_menu {
        display: none;
    }

    .contents {
        width: auto;
        min-height: initial;
        padding: 20px 3%;
    }

    .sec_img1 img {
        width: 100%;
    }

    .sec_img2 img {
        width: 100%;
    }

    .sec_img3 img {
        width: 100%;
    }

    .txt_box2 {
        text-align: center;
    }

    .txt_box2 > div {
        display: inline-block;
        float: none;
        width: 40%;
        margin: 0 1%;
    }

    .txt_box2 .sec {
        text-align: left;
    }

    /* 금연시계 */
    .clock_infor {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .clock_infor div {
        display: table-cell;
        float: none;
        width: 100%;
    }

    .clock_link a {
        display: table;
        width: 24.7%;
        height: 30px;
        margin: -1px 0 0 -1px;
        padding: 0;
        background: none;
        border: 1px solid #dbdbdb;
        font-size: 12px;
    }

    .clock_link a.on {
        padding: 0;
    }

    .clock_link a span {
        display: table-cell;
        width: auto;
        vertical-align: middle;
        font-size: 12px;
    }

    .clock_link a.on span {
        background-image: none;
    }

    .clock_link a.on span:before {
        display: none;
    }

    .clock_link a:hover span {
        background: none;
    }

    .clock_link a:hover span:before {
        display: none;
    }

    .clock_link a span b {
        padding: 0;
        background: none;
    }

    .clock_link a:hover span b {
        background: none;
    }

    /* 금연상담전화 1544-9030 안내 */
    .present > div {
        float: none;
        width: 43%;
        height: auto;
        padding: 20px 12px;
        text-align: center;
    }

    .present > div.call {
        float: left;
        margin: 0;
    }

    .present > div.homepage {
        float: right;
    }

    .present > div .p_wrap {
        padding: 10px;
    }

    .present > div .p_wrap div {
        height: auto;
        padding: 100px 0 0 0;
    }

    .present > div.call .p_wrap div {
        background-position: center 0;
    }

    .present > div.homepage .p_wrap div {
        background-position: center 0;
    }

    .video_wrap .video2 {
        position: relative;
        float: none;
        padding-top: 56.2%;
        margin-bottom: 10px;
    }

    .video_wrap .video2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video_wrap .caption {
        float: none;
        width: auto;
    }

    /* 금연지원기관 찾기 */
    .mapSch_list > ul {
        width: auto;
        text-align: center;
    }

    .mapSch_list > ul > li {
        display: inline-block;
        float: none;
        width: 48%;
        text-align: left;
    }

    .mapSch_list > ul > li:nth-child(odd) {
        margin-right: 10px;
    }

    .mapSch_list > ul > li .sch_btn {
        position: static;
        margin-top: 10px;
        text-align: left;
    }

    /* subMain */
    .sub_main ul li div {
        float: none;
        margin: 0 0 0 215px;
        padding: 38px 10px 0 32px;
    }

    .sub_main ul li div a {
        width: auto;
        padding-right: 23%;
        background-size: 40px 40px;
    }

    .sub_main ul li div a p.tit {
        margin-bottom: 15px;
    }

    /* 자가진단 결과 */
    .nosmokeResult {
        padding: 20px 0;
    }

    /* 금연프로그램  intro step */
    .befor_step {
        padding: 0;
        border: none;
    }

    ol.step-t1 {
        display: table;
        position: relative;
        width: 100%;
        background: none;
    }

    ol.step-t1:after {
        display: block;
        content: "";
        clear: both;
    }

    ol.step-t1 li {
        position: static;
        display: table-cell;
        width: 20%;
        border: 1px solid #ddd;
        border-right: none;
    }

    ol.step-t1.step-t1_3 li {
        width: 33.3%;
    }

    ol.step-t1.step-t1_4 li {
        width: 25%;
    }

    ol.step-t1 li:after {
        display: none;
    }

    ol.step-t1.step-t1_3 li:nth-child(3),
    ol.step-t1.step-t1_4 li:nth-child(4),
    ol.step-t1.step-t1_5 li:nth-child(5) {
        left: 0;
        height: 35px;
        padding-top: 65px;
        background-size: 43% !important;
        background-position: center 23% !important;
        border-right: 1px solid #ddd;
    }

    ol.step-t1.step-t1_5 li:nth-child(5) div p {
        margin: 0;
    }

    .actual_step {
        padding: 0;
        border: none;
    }

    ol.step-t2 {
        position: relative;
        padding-top: 40px;
        background: none;
    }

    ol.step-t2.non-step {
        background: none;
    }

    ol.step-t2 li {
        position: static;
        width: 24.6%;
        margin: -1px 0 0 -1px;
        border: 1px solid #ddd;
    }

    ol.step-t2 li:after {
        display: none;
    }

    ol.step-t2 li:nth-child(9):before {
        display: none;
    }

    ol.step-t2 li.special,
    ol.step-t2 li.special_off {
        height: 35px;
        padding-top: 65px;
    }

    ol.step-t2 li.special_off:nth-child(2) {
        left: 0;
    }

    ol.step-t2 li:nth-child(9) {
        margin-left: -1px;
    }

    ol.step-t2 li.special,
    ol.step-t2 li.special_off {
        background-size: 43% !important;
        background-position: center 23% !important;
    }

    ol.step-t2 li.special_off:nth-child(7),
    ol.step-t2 li.special_off:nth-child(8),
    ol.step-t2 li.special_off:nth-child(9),
    ol.step-t2 li.special_off:nth-child(12),
    ol.step-t2 li.special_off:nth-child(14),
    ol.step-t2 li.special_off:nth-child(19),
    ol.step-t2 li.special_off:nth-child(21) {
        left: 0;
    }

    ol.step-t2 li.special_off > span.txt {
        top: 0 !important;
        left: 0 !important;
        margin-left: 0;
    }

    ol.step-t2 li.special_off > span.txt:after {
        display: none;
    }

    ol.step-t2 li.special_off > span.txt br {
        display: none;
    }

    ol.non-step.step-t2 li:nth-child(10) div p {
        margin-left: 0;
    }

    .state_wrap {
        text-align: center;
    }

    .state_wrap ul li {
        margin: 0 5px;
    }

    .ns_intro > div.intro3 {
        background: none;
        padding: 40px 0 40px 0px;
    }

    .ns_intro div .tit {
        font-family: "NBGB";
        font-size: 16px;
        line-height: 23px;
    }

    .ns_intro div .txt {
        font-size: 14px;
    }

    .nsp_step > p {
        display: none;
    }

    .nsp_step ol {
        display: block;
    }

    .nsp_step ol:after {
        display: block;
        content: "";
        clear: both;
    }

    .nsp_step ol li {
        float: left;
        width: 33%;
        height: 44px;
        padding: 14px 0;
        background-color: #e9e4df;
        outline: 1px solid #dbdbdb;
        text-align: center;
    }

    .nsp_step ol li p {
        font-size: 16px;
    }

    .nsp_step ol li p.step_num {
        margin-bottom: 5px;
        font-size: 12px;
        color: #767676;
    }

    .nsp_step ol li.on {
        background-color: #7f726c;
        outline: 1px solid #546487;
        color: #fff;
    }

    .nsp_step ol li.on p.step_num {
        color: #fff;
    }

    .nsp_step ol li p span {
        display: block;
    }

    .nsp_step ol li > span {
        position: absolute;
        top: 0;
        right: 0;
    }

    /* 임산부 금연프로그램 1단계 */
    .letter .lh .inp_box {
        min-width: 0px;
    }

    /* 임산부 금연프로그램 7단계 */
    .prenatal_content img {
        margin: 0 0 30px;
    }

    .prenatal_content div {
        float: left;
        width: 100%;
    }

    /* 금연프로그램 */
    .quest {
        display: none;
    }

    .my-program > li > a {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 15px 0;
    }

    .my-program > li > div {
        float: none;
        width: auto;
    }

    .my-program > li > div > .con1 strong {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 10px 0;
        padding: 0;
        border: none;
    }

    .my-program > li > div > .con1 ul {
        float: none;
        width: auto;
    }

    /* .my-program > li > a.subViewClass{width:45px;} */
    .my-program > li > div strong {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 10px 0;
        padding: 0;
        border: none;
    }

    .my-program > li > div ul.req-list {
        float: none;
        width: auto;
    }

    .step5-boxes ul li {
        width: 47%;
    }

    #ns_83 .fl_l {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }

    #ns_83 ul li {
        height: 90px;
    }

    #ns_83 .fl_r {
        margin: 0;
    }

    #ns_86 table {
        width: 100%;
        height: auto;
    }

    #ns_15 textarea {
        top: 6%;
        left: 6%;
        width: 88%;
        height: 86%;
    }


    #ns_67 .item_02 ul li {
        width: 33%;
    }

    #ns_67 .item_02 ul li a {
        display: table;
        width: 100%;
        padding: 0;
        background: none;
        border: 1px solid #dbdbdb;
        font-size: 12px;
    }

    #ns_67 .item_02 ul li.active a {
        padding: 0;
    }

    #ns_67 .item_02 ul li a span {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }

    #ns_67 .item_02 ul li.active a span {
        background-image: none;
    }

    #ns_67 .item_02 ul li.active a span:before {
        display: none;
    }

    #ns_67 .item_02 ul li a:hover span {
        background-color: #ffecd1;
        background-image: none;
        font-family: "NBGB";
        color: #f66a0d;
    }

    #ns_67 .item_02 ul li a:hover span:before {
        display: none;
    }

    .card_list {
        text-align: center;
    }

    .card_list li {
        display: inline-block;
        float: none;
        width: 29.8%;
        vertical-align: top;
    }

    .card_list li div {
        padding: 15px;
    }

    .card_list li div img {
        width: 100%;
    }

    .card_list li dl {
        height: auto;
        padding: 15px;
        text-align: left;
    }

    .strategy ul li {
        width: 48.9%;
        margin: 0 1% 1% 0;
    }

    .strategy ul li:nth-child(2n) {
        margin: 0 0 1% 0;
    }

    .strategy ul li dl dd {
        height: auto;
    }

    .event_wrap {
        position: relative;
        width: auto;
        height: auto;
        text-align: center;
    }

    .event_wrap img {
        display: none;
    }

    .event_txt {
        position: static;
        bottom: inherit;
        left: inherit;
        margin: 0;
        padding: 10px;
        border: 5px solid #ddd;
    }

    .event_txt div {
        margin-right: 5px;
    }

    .event_txt div ul li {
        margin-bottom: 12px;
    }

    .event_txt div ul li span {
        display: inline-block;
        margin-bottom: 4px;
        font-weight: bold;
        font-size: 12px;
        color: #6e6e70;
    }

    .event_txt div ul li input[type="text"] {
        width: auto;
        height: 19px;
        padding: 6px 0 3px 7px;
        background-color: #e4e4e4;
        border: none;
    }

    .event_txt p.e_sign {
        display: block;
        margin: 10px 0 0;
        font-size: 11px;
        color: #6e6e70;
    }

    .event_txt p span img {
        display: none;
    }

    .event_txt p a {
        display: inline-block;
        width: auto;
        padding: 28px 20px;
        background-color: #8991a1;
        border-radius: 3px;
        font-family: "NBGB";
        font-size: 11px;
        text-align: center;
        color: #fff;
    }

    .event_txt p span b {
        display: block;
    }

    .written_oath.pc_none {
        display: block;
    }

    .proSuccess .tit {
        font-size: 18px;
    }

    .proSuccess .txt {
        font-size: 16px;
    }

    .video {
        width: 100% !important;
        min-height: auto !important;
    }

    .nsVideo {
        width: 100% !important;
        height: auto !important;
        /*min-height: auto !important;*/
    }

    .ns_box1 > div .con1 {
        float: none;
        width: auto;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .ns_box1 > div .con2 {
        float: none;
        width: auto;
        padding: 10px;
        border: none;
        min-height: auto;
    }

    .ns_box1 > div .con2 p.fz {
        margin-top: 0;
    }

    .b-start {
        width: auto !important;
        left: inherit !important;
        margin-left: 0 !important;
    }

    .ns_result {
        padding: 0 20px 20px;
    }

    .ns_result .ns_pre {
        width: auto;
        padding: 13px 10px;
        font-size: 16px;
    }

    /* 금연프로그램 : 출산축하카드 */
    .celebration > .tit:before {
        display: none;
    }

    .celebration .insert {
        margin: 30px 0;
        padding: 40px;
    }

    .celebration .insert .name {
        font-size: 30px;
    }

    .celebration .insert .txt1 {
        font-size: 20px;
        line-height: 30px;
    }

    .celebration .insert .txt2 {
        margin-bottom: 35px;
        font-family: "NBG";
        font-size: 16px;
        line-height: 24px;
    }

    .celebration .insert > div ul {
        width: calc(100% - 110px);
    }

    .celebration .insert > div ul li {
        font-size: 15px;
    }

    .celebration .insert > div input[type="submit"] {
        width: 90px;
        font-family: "NBGB";
        font-size: 16px;
    }

    .celebration .letter {
        margin-top: 30px;
    }

    /* 금연누리단 */
    .nuri_wrap {
        display: block;
        height: auto;
        background: none;
    }

    .nuri_wrap.n1 {
        background: none;
    }

    .nuri_wrap div {
        display: block;
        padding: 20px;
    }

    .nuri_infor {
        background: none;
    }

    .nuri_infor .infor p {
        margin-bottom: 8px;
    }

    /* 금연서포터즈 */
    .support_txt div {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    /* 사이트소개 */
    .site_intro > div > p {
        float: none;
        width: auto;
        border-right: none;
    }

    .site_intro > div > div.con {
        float: none;
        width: auto;
    }

    .intro2 .con {
        padding: 25px 0 0;
        text-align: center;
    }

    .intro2 .con div {
        float: none;
        display: inline-block;
        width: 30%;
        margin-right: 1%;
        vertical-align: top;
    }

    .intro2 .con div p {
        font-size: 16px;
    }

    .intro2 .con div ul {
        height: 218px;
    }

    .intro2 .con div ul li {
        text-align: left;
    }

    /* BI */
    ul.bi_type li {
        width: 48%;
        margin: 0 1% 28px;
    }

    ul.bi_type li:nth-child(2n) {
        margin: 0 1% 28px;
    }

    ul.bi_type li img {
        width: 100%;
    }

    ul.bi_color li {
        width: 48%;
        margin: 0 1% 2%;
    }

    ul.bi_color li:nth-child(4) {
        margin: 0 1% 2%;
    }

    /* 지식플러스 */
    .view_contents > div {
        font-size: 16px;
    }

    .view_contents > div p {
        line-height: 22px !important;
    }

    .section3 h3 {
        font-size: 18px;
    }

    .section3 h4 {
        font-family: "NBGB";
        font-size: 15px;
    }

    .section3 ul.type1 > li > ul > li a.video {
        width: auto !important;
        padding: 0 3px;
    }

    .section3 ul.type2 li {
        word-break: break-word;
    }

    .btn_wrap1 {
        text-align: center;
    }

    .btn_wrap1 p {
        display: inline-block;
        float: none;
        margin: 0;
        text-align: left;
    }

    /* 로그인 */
    .login_wrap {
        height: auto;
        padding: 20px;
    }

    .login_txt {
        margin-bottom: 15px;
    }

    .login_txt p {
        font-size: 16px;
    }

    .login_txt p strong {
        font-family: "NBGB";
        font-size: 15px;
    }

    .login_insert {
        position: relative;
        padding: 0 0 10px;
        margin-bottom: 20px;
    }

    .login_insert > div {
        float: none;
        margin-right: 113px;
    }

    .login_insert > div p input {
        width: 100%;
    }

    .login_insert input[type="submit"] {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .login_option p span {
        width: auto;
        font-size: 16px;
    }

    .login_option p a {
        float: right;
        width: 77px;
        font-size: 11px;
    }

    .sns_login {
        width: auto;
        margin: 0 auto 20px auto;
        padding: 0 0 20px;
    }

    .sns_login a {
        width: 100% !important;
        margin: 0 0 5px;
        padding: 15px 10px;
    }

    .sns_login a span {
        padding-left: 20px !important;
    }

    .sns_login a:nth-child(3) span {
        background-position: 5px center;
    }

    .sns_login a span br {
        display: none;
    }

    /* 회원가입 */
    .m_step {
        display: block;
        margin-bottom: 20px;
    }

    .m_step ul:after {
        display: block;
        content: "";
        clear: both;
    }

    .m_step ul li {
        float: left;
        width: 25%;
        margin: -2px 0 0 -2px;
        padding: 15px 0;
        background-color: #e9e4df;
        font-size: 16px;
        color: #787878;
        text-align: center;
        border: 1px solid #ddd;
    }

    .m_step ul li.on {
        background-color: #7f726c;
        border: 1px solid #546487;
        font-family: "NBGB";
        color: #fff;
    }

    .m_step ul li span {
        display: block;
    }

    .step {
        display: none;
    }

    .n-container.step {
        display: block;
    }

    /*     .step img{width:100%;} */
    .j_sign1 {
        height: auto;
        font-size: 12px;
    }

    .join_wrap {
        padding: 25px;
    }

    .join {
        font-size: 20px;
    }

    .join span {
        font-size: 15px;
    }

    .age_sel > div {
        width: 49%;
    }

    .age_sel > div:first-child {
        margin-right: 2%;
    }

    /* 회원가입 본인인증 */
    .certification div {
        width: 37%;
        height: auto;
        text-align: center;
    }

    .certification div.mobile {
        background: none;
    }

    .certification div.ipin {
        background: none;
    }

    .certification div.mobile .tit {
        margin-bottom: 0;
        padding-bottom: 115px;
        background: url(../../../img/program/sub/mobile_bg.gif) center 38px no-repeat;
    }

    .certification div.ipin .tit {
        margin-bottom: 0;
        padding-bottom: 115px;
        background: url(../../../img/program/sub/ipin_bg.gif) center 38px no-repeat;
    }

    .certification div a {
        width: auto;
        padding: 10px;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .certification2 h4 {
        height: 20px;
        font-family: "NBGB";
        font-size: 15px;
    }

    .certification2 div.mobile {
        width: 46%;
        background-position: center 60px;
    }

    .certification2 div.ipin {
        width: 46%;
        background-position: center 60px;
    }

    .certification2 div div {
        width: auto;
        padding: 120px 28px 25px;
        text-align: center;
    }

    .certification2 div a {
        display: inline-block;
        margin: 0 0 20px;
    }

    /* 회원테이블 */
    .join_insert colgroup .mWidth1 {
        width: 26% !important;
    }

    .finish_txt1 {
        font-size: 18px;
    }

    .finish_txt2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* 만족도조사 */
    .eval_txt {
        float: none;
        padding: 24px 20px 25px 32px;
        background-size: 6%;
    }

    .eval_txt strong {
        display: inline;
    }

    .eval_sec {
        float: none;
        width: auto;
        padding: 20px;
    }

    .eval_sec p {
        font-size: 15px;
    }

    .gtb {
        position: relative;
    }

    .gtb ul {
        float: none;
    }

    .gtb ul li {
        width: 100px;
        margin: 0 0 8px 0;
        font-size: 14px;
    }

    .gtb a {
        position: absolute;
        top: 0;
        right: 0;
    }

    /* footer */
    #footer {
        position: relative;
    }

    .f_wrap1 {
        height: auto;
    }

    .f_utill {
        float: none;
        width: auto;
        padding: 3%;
        text-align: center;
    }

    .f_menu {
        float: none;
        padding: 0 0 15px;
    }

    .f_menu ul li {
        display: inline-block;
        float: none;
        padding: 0 5px;
        background: none;
    }

    .familySite {
        float: none;
        display: inline-block;
        border: 1px solid #828282;
        text-align: left;
    }

    .familySite .btn_family {
        height: 35px;
        background-position: 187px 15px;
        line-height: 35px;
    }

    .familyList {
        bottom: 36px;
    }

    .familySite .btn_family.open {
        background-position: 187px 15px;
    }

    .f_wrap2 {
        width: auto;
        height: auto;
        padding: 3%;
    }

    .f_logo {
        display: none;
    }

    .f_infor {
        float: none;
        width: auto;
    }

    .f_infor p span {
        display: block;
        margin-top: 3px;
    }

    .f_mark {
        display: none;
    }

    .btn_type1.mWrite a {
        border: none;
    }

    .np {
        position: relative;
        width: 100%;
        height: 717px;
    }

    .new_pledge {
        position: absolute;
        transform: scale(0.8) translateX(-63%);
        top: -90px;
        left: 50%;
    }
}

@media only screen and (max-width: 660px) {
    .tip_info ~ .popup .popup-inner {
        height: 750px;
    }
}

@media only screen and (max-width: 540px) {
    .tip_info ~ .popup .popup-inner {
        height: 610px;
    }

    .m_lnb ul li {
        margin: 0 15px;
    }

    .m_lnb ul li a {
        padding: 0;
        background: none !important;
    }

    .sub_main ul li {
        padding: 0;
    }

    .sub_main ul li img {
        display: none;
    }

    .sub_main ul li div {
        margin: 0;
        padding: 15px;
    }

    ol.step-t1.step-t1_3 li:nth-child(3),
    ol.step-t1.step-t1_4 li:nth-child(4),
    ol.step-t1.step-t1_5 li:nth-child(5) {
        background-size: 67% !important;
    }

    ol.step-t2 li.special {
        background-size: 67% !important;
    }

    ol.step-t2 li.special_off {
        background-size: 67% !important;
    }

    ol.step-t2.non-step li:nth-child(10) div p {
        margin: 0;
    }

    /* tab */
    .tab ul li a span {
        height: 31px;
    }

    /* 금연시계 */
    .clock_infor div p {
        font-size: 16px;
    }

    /* 금연지원기관 찾기 */
    .mapSch_list > ul {
        text-align: left;
    }

    .mapSch_list > ul > li {
        display: block;
        width: auto;
        margin-bottom: 15px !important;
    }

    .mapSch_list > ul > li:nth-child(odd) {
        margin: 0;
    }

    .mapSch_list > ul > li > ul > li {
        font-size: 16px;
    }

    .mapSch_list > ul > li .sch_btn {
        position: absolute;
        top: 0;
        margin: 0;
    }

    .mapSch_list > ul > li .sch_btn a {
        width: 80px;
        background-position: 65px 9px;
        font-size: 12px;
    }

    .mapSch_list > ul > li .sch_btn a span {
        padding: 0 15px 0 13px;
        background: none;
    }

    /* 금연상담전화 1544-9030 안내 */
    .present > div {
        width: auto;
        padding: 0;
    }

    .present > div.call {
        float: none;
        margin-bottom: 10px;
    }

    .present > div.homepage {
        float: none;
    }

    /* 금연서포터즈 */
    .support {
        display: block;
        height: auto;
        padding: 280px 0 25px;
        background-position: center 27px;
    }

    .support.s2,
    .support.s3 {
        background-position: center 27px;
    }

    .support div {
        display: block;
        padding: 0;
    }

    /* 온라인금연프로그램 */
    .program_intro .tit {
        margin-bottom: 15px;
        padding: 0;
        background: none;
    }

    .program_intro .tit:before {
        display: none;
    }

    .program_intro .tit p {
        font-size: 18px;
        text-align: center;
    }

    .program_intro > div > div {
        padding: 10px;
    }

    .program_intro > div > div p {
        font-size: 16px;
        font-family: "NBGB";
    }

    .program_intro > div > div ul {
        padding: 0;
    }

    .agree_chk2 ul li {
        height: auto;
    }

    .agree_chk2 ul li span.txt {
        display: block;
    }

    .agree_chk2 ul li span {
        display: inline-block;
    }

    .date-wp {
        height: auto;
    }

    .date-wp p {
        float: none;
        width: auto;
    }

    .date-wp div {
        float: none;
    }

    .certificate {
        padding: 10px;
    }

    .certificate p.tit {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .written_sec p.tit {
        font-size: 25px;
    }

    .written_sec dl.ns_type2 dt {
        font-size: 16px;
    }

    .written_sec dl.ns_type2 dd {
        font-size: 16px;
    }

    .written_oath2 {
        padding: 15px;
        border: 5px solid #eaeaeb;
    }

    .written_sec2 p.tit {
        font-size: 25px;
    }

    .written_sec2 dl.ns_type2 dt {
        font-size: 16px;
    }

    .written_sec2 dl.ns_type2 dd {
        font-size: 16px;
    }

    .written_sec2 .line1 {
        top: -10px;
        left: -10px;
        width: 25px;
        height: 25px;
    }

    .written_sec2 .line2 {
        top: -10px;
        right: -10px;
        width: 25px;
        height: 25px;
    }

    .written_sec2 .line3 {
        bottom: -10px;
        left: -10px;
        width: 25px;
        height: 25px;
    }

    .written_sec2 .line4 {
        bottom: -10px;
        right: -10px;
        width: 25px;
        height: 25px;
    }

    #ns_83 .fl_l img {
        width: 100%;
    }

    #ns_83 ul li {
        height: 66px;
    }

    .card_list li {
        display: block;
        float: left;
        width: 44%;
        margin: 10px;
    }

    .card_list li:last-child {
        text-align: left;
    }

    .ns_head h1 {
        font-size: 18px;
    }

    .ns_head h3.dayTit {
        font-size: 18px;
    }

    .ns_head h4.dayTit {
        font-size: 18px;
    }

    /* 지식플러스 */
    .txt_box2 > div {
        display: block;
        float: none;
        width: auto;
        min-height: auto;
        margin-bottom: 15px;
    }

    /* 사이트소개 */
    .intro2 .con div {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }

    .intro2 .con div p span {
        display: inline !important;
    }

    .intro2 .con div ul {
        height: auto;
    }

    /* 회원가입 약관동의*/
    .agree_chk {
        font-size: 12px;
    }

    /* 회원가입 본인인증 */
    .certification div {
        width: 40%;
        padding: 15px;
    }

    .certification div .tit {
        font-family: "NBGB";
        font-size: 15px;
    }

    .certification div p:last-child {
        display: none;
    }

    .certification2 div.mobile {
        width: 48%;
    }

    .certification2 div.ipin {
        width: 48%;
    }

    .certification2 div div {
        padding: 120px 15px 15px;
    }

    .certification2 div p {
        display: none;
    }

    .certification2 div a {
        width: 100%;
        margin: 0;
    }

    /* 금연프로그램 팁 */
    h4.tip_info {
        float: left;
        margin: 0 0 10px;
    }

    h4.tip_info + .btn_type1 {
        margin-bottom: 18px;
    }

    .np {
        height: 540px;
    }

    .new_pledge {
        transform: scale(0.6) translateX(-84%);
        top: -180px;
    }
}

@media only screen and (max-width: 509px) {
    .tip_info ~ .popup .popup-btn {
        text-align: center;
    }

    .tip_info ~ .popup .popup-btn a {
        margin: 0;
    }

    .tip_info ~ .popup .popup-btn a:nth-child(1) {
        margin-bottom: 5px;
    }

    .tip_info ~ .popup .popup-btn a:nth-child(2) {
        margin-right: 3px;
    }

    .tip_info ~ .popup .popup-btn a:nth-child(n + 2):nth-child(-n + 3) {
        width: calc(100% / 2 - 3px);
    }

    .tip_info ~ .popup .popup-btn a:not(:nth-child(n + 2):nth-child(-n + 3)) {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .txt_box2 > div {
        width: 36%;
    }

    /* 금연시계 */
    .clock_infor div {
        display: inherit;
        margin: 15px 0;
        border: none;
    }

    .clock_result p {
        font-size: 16px;
    }

    .btArea span button,
    .btArea span.con_bigbt button {
        font-size: 16px;
    }

    /* 온라인 프로그램 */
    .sbx2 {
        display: block;
        height: auto;
        padding: 20px 20px 0;
        line-height: normal;
    }

    .sbx2 span {
        margin: 0 3px;
    }

    .sbx2 a {
        display: block;
        padding: 8px 0;
        margin: 10px auto 0 auto;
    }

    .ns_head > p {
        padding: 20px 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .strategy ul li {
        width: auto;
        margin: 0 0 10px 0;
    }

    .strategy ul li:nth-child(2n) {
        margin: 0 0 10px 0;
    }

    .event_txt p {
        display: block;
    }

    .event_txt p a {
        padding: 10px 20px;
    }

    /* 금연프로그램 : 출산축하카드 */
    .celebration > .tit {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .celebration > .txt {
        font-size: 15px;
        line-height: 22px;
    }

    .celebration .insert {
        padding: 30px;
        background-size: 100%;
    }

    .celebration .insert .name {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .celebration .insert .txt1 {
        margin-bottom: 15px;
        font-family: "NBGB";
        font-size: 16px;
        line-height: 24px;
    }

    .celebration .insert .txt2 {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 23px;
    }

    .celebration .insert > div ul {
        float: none;
        width: 100%;
    }

    .celebration .insert > div ul li {
        font-size: 14px;
    }

    .celebration .insert > div ul li span {
        width: 96px;
    }

    .celebration .insert > div ul li input {
        width: calc(100% - 112px);
    }

    .celebration .insert > div input[type="submit"] {
        width: 100%;
        height: 40px;
        margin-top: 8px;
    }

    .celebration .letter {
        padding: 30px;
    }

    .celebration .letter > div {
        padding: 20px;
        font-size: 15px;
        line-height: 22px;
    }

    /* 회원가입 */
    .join_insert th {
        padding: 22px 0 22px 0px;
        font-size: 12px;
        text-align: center;
    }

    .join_insert td {
        font-size: 12px;
    }

    .join_insert td span {
        display: inline-block;
        margin: 5px;
    }

    .join_insert td input.inp1 {
        width: 56%;
    }

    .join_insert td input.inp3 {
        width: 28%;
    }

    .join_insert td input[type="paswword"] {
        width: 56%;
    }

    .join_insert td select.sel1 {
        width: 58%;
    }

    .join_insert td select.sel2 {
        width: 28%;
    }

    .join_insert td select.sel3 {
        width: 28%;
    }

    /* 회원가입 연령 선택 */
    .join {
        margin-bottom: 20px;
    }

    .age_sel > div {
        width: 100%;
    }

    .age_sel > div:first-child {
        margin: 0 0 15px 0;
    }

    .age_sel > div p {
        font-size: 16px;
    }

    .age_sel > div a {
        width: 150px;
        height: 36px;
        padding: 11px 0;
    }
}

@media only screen and (max-width: 420px) {
    .ns_intro div {
        padding: 10px;
    }

    .ns_intro div.intro1,
    .ns_intro div.intro2,
    .ns_intro div.intro3 {
        background: none;
    }

    .ns_intro div .tit {
        font-size: 16px;
    }

    .ns_intro div .txt {
        font-size: 12px;
        line-height: 20px;
    }

    .ns_intro > div .txt2 {
        margin-top: 10px;
        padding: 10px;
        font-size: 12px;
    }

    .eval_sec a {
        position: static;
        width: auto;
        margin-top: 10px;
        font-size: 16px;
    }

    .clock_link a {
        width: 49.7%;
    }

    /* section1 */
    .sub_contents2 {
        word-break: normal;
    }

    .sub_contents2 > h3 {
        font-size: 18px;
    }

    .sub_contents2 > h4 {
        font-family: "NBGB";
        font-size: 15px;
        line-height: 22px;
    }

    .program-cnt .intro div.intro1,
    .program-cnt .intro div.intro2 {
        padding: 130px 0 40px;
        background-position: center 30px;
    }

    /* btn_type */
    .btn_type1 a.type1,
    .btn_type1 a.type2,
    .btn_type1 a.type3 {
        width: auto;
        margin: 5px 0;
        font-size: 11px;
    }

    /* 로그인 */
    .login_txt p {
        font-size: 12px;
        line-height: 19px;
    }

    .login_txt p strong {
        margin-bottom: 8px;
        font-family: "NBGB";
        font-size: 16px;
    }

    .login_txt p span {
        display: block;
    }

    /* 회원가입 sns로그인 */
    .sns_login.type1 a {
        width: 100%;
        margin: 0 0 10px !important;
    }

    .sns_login.type1 a:last-child {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 380px) {
    .tip_info ~ .popup .popup-inner {
        height: 560px;
    }

    .m_lnb ul {
        padding: 17px 0 9px;
    }

    .m_lnb ul li {
        margin: 0 10px;
    }

    .m_lnb ul li a {
        font-size: 18px;
    }

    ol.step-t2 {
        padding-top: 50px;
    }

    ol.step-t2 li {
        width: 32.9%;
    }

    ol.step-t2 li.special_off > span.txt {
        white-space: inherit;
    }

    #ns_83 ul li {
        width: 31%;
    }

    .card_list li {
        width: auto;
    }

    /* 회원가입 */
    /* 회원가입 약관동의 */
    .agree_chk {
        font-size: 11px;
    }

    .agree_chk .agreeSel {
        display: block;
        margin: 0 0 12px 0;
    }

    /* 회원가입 본인인증 */
    .certification div {
        display: block;
        width: auto;
        padding: 15px 10px;
    }

    .certification div.mobile {
        float: none;
        margin-bottom: 10px;
    }

    .certification div.ipin {
        float: none;
    }

    .certification2 div.mobile {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .certification2 div.ipin {
        float: none;
        width: auto;
    }

    .np {
        height: 450px;
    }

    .new_pledge {
        transform: scale(0.5) translateX(-100%);
        top: -225px;
    }
}

@media only screen and (max-width: 320px) {
    .tip_info ~ .popup .popup-inner {
        height: 510px;
    }

    .tip_info ~ .popup .popup-btn a {
        font-size: 16px;
    }

    .section2 span.small {
        font-size: 12px;
        line-height: 16px;
        color: #666;
    }

    .section2 ul.type3 > li {
        margin-bottom: 12px;
        padding-left: 14px;
        background: url(../../../img/program/sub/ns_dot04.gif) 0 5px no-repeat;
        font-size: 14px;
        line-height: 20px;
    }

    .section2 ul.type3 > li:last-child {
        margin-bottom: 0;
    }

    .ns_section.section3 textarea {
        padding: 10px;
        box-sizing: border-box;
        line-height: 18px;
    }

    /* 단기금연 프로그램 */
    ol.step-t2.Mini-Quit li.special:nth-child(6) {
        background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
    }

    ol.step-t2.Mini-Quit li.special_off:nth-child(6) {
        background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
    }

    ol.step-t2.Mini-Quit li:nth-child(6):after {
        display: none;
    }

    ol.step-t2.Mini-Quit li.special div p {
        display: inline-block;
        width: 52px;
        padding: 3px 0;
        background-color: #ffaa00;
        border-radius: 10px;
        color: #fff;
        text-align: center;
    }

    ol.step-t2.Mini-Quit li:nth-child(6) div p {
        margin-left: 27px;
    }

    /* 임산부 프로그램 */
    ol.step-t2.pregnant li.special:nth-child(21) {
        background: url(../../../img/program/sub/non-emoticon03.png) center 0px no-repeat;
    }

    ol.step-t2.pregnant li.special_off:nth-child(21) {
        background: url(../../../img/program/sub/non-emoticon03_off.png) center 0px no-repeat;
    }

    ol.step-t2.pregnant li:nth-child(21):after {
        display: none;
    }

    ol.step-t2.pregnant li.special div p {
        display: inline-block;
        width: 52px;
        padding: 3px 0;
        background-color: #ffaa00;
        border-radius: 10px;
        color: #fff;
        text-align: center;
    }

    ol.step-t2.pregnant li:nth-child(21) div p {
        margin-left: 27px;
    }

    .quiz-container {
        position: relative;
        width: 100%;
        min-height: 300px;
        padding: 40px 20px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        text-align: center;
    }

    .quiz-container #quiz-start-screen {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .quiz-container #quiz-start-btn {
        padding: 8px 35px;
        background-color: #f66a0d;
        border-radius: 3px;
        color: #fff;
        font-family: "NBGB";
        font-size: 15px;
    }

    .quiz-container #quiz-counter {
        font-size: 18px;
    }

    .quiz-container .question {
        margin-top: 23px;
        font-size: 14px;
    }

    .quiz-container .answers {
        overflow: hidden;
        display: table;
        margin: 40px auto 0;
    }

    .quiz-container .answers li {
        float: left;
        margin-left: 85px;
    }

    .quiz-container .answers li:first-child {
        margin: 0;
    }

    .quiz-container .answers li a {
        display: block;
        border: 1px solid #555;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-family: "MBGB";
        font-size: 24px;
        box-sizing: border-box;
    }

    .quiz-container .answers a.incorrect {
        background: #c00;
        border-color: #c00;
        color: #fff;
    }

    .quiz-container .answers a.correct {
        background: #090;
        border-color: #090;
        color: #fff;
    }

    .quiz-container #quiz-response {
        margin-top: 40px;
        font-size: 16px;
        line-height: 21px;
    }

    .quiz-container #quiz-buttons {
        display: table;
        margin: 30px auto 0;
    }

    .quiz-container #quiz-buttons a {
        padding: 8px 35px;
        background-color: #f66a0d;
        border-radius: 3px;
        color: #fff;
        font-family: "NBGB";
        font-size: 15px;
    }

    .quiz-container #quiz-restart-btn {
        display: block;
        margin-top: 55px;
    }

    /* 임산부 금연프로그램 1단계 */
    .letter {
        position: relative;
    }

    .letter img {
        width: 100%;
    }

    .letter textarea {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 75%;
        height: 57%;
        border: 0;
        background: transparent;
        transform: translate(-50%, -50%);
    }

    /* 임산부 금연프로그램 4단계 */
    .bmi div {
        margin-bottom: 10px;
    }

    .bmi div .tit {
        display: inline-block;
        min-width: 73px;
        margin-right: 5px;
        font-size: 14px;
    }

    .bmi input {
        width: 100px;
        padding: 5px;
        border: 1px solid #dbdbdb;
    }

    .bmi .btn_wrap1 a {
        width: 190px;
    }

    /* 임산부 금연프로그램 7단계 */
    .prenatal_content {
        overflow: hidden;
    }

    .prenatal_content p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
    }

    .prenatal_content img {
        float: left;
        margin-top: 50px;
    }

    .prenatal_content div {
        float: right;
        width: 60%;
    }

    .prenatal_content .tit {
        margin-bottom: 15px;
        font-family: "NSB";
        font-size: 17px;
    }

    .prenatal_content .s_tit {
        margin-top: 40px;
        font-family: "NSB";
        font-size: 16px;
        color: #f67a4c;
    }

    .quest {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 4px;
        background: url(../../../img/program/sub/quest_ico.png) no-repeat;
        background-size: contain;
        text-indent: -9999px;
    }

    #ns_15 textarea {
        position: absolute;
        top: 42px;
        left: 48px;
        width: 756px;
        height: 614px;
        background: none;
        border: none;
    }

    .new_pledge {
        width: 620px;
        height: 900px;
        margin: 0 auto;
        padding: 162px 18px 105px;
        background: url(../../../img/program/sub/new_pledge.png) no-repeat;
        background-size: contain;
        box-sizing: border-box;
        color: #151515;
        text-align: center;
    }

    .new_pledge div {
        font-family: "NBGB";
        font-size: 15px;
        line-height: 24px;
    }

    .new_pledge div.text1 {
        margin-top: 60px;
    }

    .new_pledge div.text2 {
        margin-top: 30px;
    }

    .new_pledge div .line {
        position: relative;
        display: inline-block;
        min-width: 100px;
    }

    .new_pledge div .line.long {
        min-width: 155px;
    }

    .new_pledge div .line span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6px;
        height: 1px;
        background: #151515;
    }

    .new_pledge .table {
        display: table;
        width: 65%;
        margin: 40px auto 0;
        border: 1px solid #353535;
        border-radius: 8px;
        font-family: "NBGB";
        color: #353535;
    }

    .new_pledge .table p {
        padding: 8px 0;
        font-size: 12px;
    }

    .new_pledge .table .tt {
        border-bottom: 1px solid #353535;
        font-size: 15px;
    }

    .new_pledge .table div {
        overflow: hidden;
    }

    .new_pledge .table div p {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

    .new_pledge .table div:first-of-type {
        border-bottom: 1px solid #353535;
    }

    .new_pledge .table div p:first-child {
        border-right: 1px solid #353535;
    }

    .new_pledge .sign_wrpa {
        overflow: hidden;
    }

    .new_pledge .sign {
        float: right;
        margin-top: 35px;
        margin-right: 65px;
        text-align: left;
        font-size: 16px;
    }

    .new_pledge .sign p {
        margin-bottom: 5px;
    }

    .new_pledge .sign p:last-child {
        margin: 0;
    }

    .new_pledge .date {
        overflow: hidden;
        display: table;
        margin: 30px auto 0;
        font-size: 16px;
    }

    .new_pledge .date span {
        float: left;
        margin-right: 35px;
    }

    .new_pledge .date span:last-child {
        margin: 0;
    }

    /* 온라인금연프로그램 6단계 팝업창 */
    .popup {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .popup-inner {
        position: absolute;
        width: 80%;
        max-width: 500px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
    }

    .popup-inner p {
        margin-bottom: 4px;
        font-size: 15px;
        color: #555;
        line-height: 20px;
    }

    .popup-inner .sign1 {
        font-size: 16px;
        line-height: 16px;
    }

    .popup .popup-btn {
        margin-top: 20px;
        text-align: center;
    }

    .popup .popup-btn a {
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
        padding: 9px 15px 8px;
        border: 1px solid #666;
        color: #666;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .popup .popup-btn a.btn1:hover {
        background-color: #f66a0d;
        border: 1px solid #f66a0d;
        color: #fff;
    }

    .popup .popup-btn a.popup-close:hover {
        background-color: #646464;
        border: 1px solid #646464;
        color: #fff;
    }

    #popLayer .quest {
        width: 25px;
        height: 25px;
        background-image: url(../../../img/program/sub/quest_ico02.png);
        margin: 0 6px 0 0;
        vertical-align: middle;
    }

    #popLayer .popup-inner {
        min-height: 200px;
        height: auto;
        padding: 30px 35px;
        border-radius: 10px;
    }

    #popLayer .popTitle {
        margin-bottom: 25px;
    }

    #f66a0d #popLayer #popTitle {
        font-style: normal;
        font-size: 20px;
        line-height: normal;
    }

    #popLayer #popTitle.v1 {
        color: #70625c;
        vertical-align: middle;
    }

    #popLayer #popTitle.v2 {
        color: #f66a0d;
    }

    #popLayer #popContents {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        color: #333;
    }

    #popLayer .close {
        position: absolute;
        right: 34px;
        top: 24px;
        font-size: 22px;
        color: #7e7e7e;
    }

    /* 금연프로그램 팁 */
    h4.tip_info {
        float: left;
        margin-top: 5px;
    }

    h4.tip_info + .btn_type1 {
        float: right;
    }

    .tip_info ~ .popup .popup-inner {
        overflow-y: auto;
        max-width: 607px;
        height: 828px;
    }

    .tip_info ~ .popup .popup-inner img {
        width: 100%;
    }

    .tip_info ~ .popup .popup-btn {
        text-align: right;
    }

    /* 임산부 금연프로그램 1단계 */
    .letter .lh .inp_box {
        min-width: 0px;
    }

    /* 임산부 금연프로그램 7단계 */
    .prenatal_content img {
        margin: 0 0 30px;
    }

    .prenatal_content div {
        float: left;
        width: 100%;
    }

    .quest {
        display: none;
    }

    #ns_15 textarea {
        top: 6%;
        left: 6%;
        width: 88%;
        height: 86%;
    }

    .np {
        position: relative;
        width: 100%;
        height: 717px;
    }

    .new_pledge {
        position: absolute;
        transform: scale(0.8) translateX(-63%);
        top: -90px;
        left: 50%;
    }
}

@media only screen and (max-width: 660px) {
    .tip_info ~ .popup .popup-inner {
        height: 750px;
    }

    .tip_info ~ .popup .popup-inner {
        height: 610px;
    }

    /* 금연프로그램 팁 */
    h4.tip_info {
        float: left;
        margin: 0 0 10px;
    }

    h4.tip_info + .btn_type1 {
        margin-bottom: 18px;
    }

    .np {
        height: 540px;
    }

    .new_pledge {
        transform: scale(0.6) translateX(-84%);
        top: -180px;
    }

    @media only screen and (max-width: 509px) {
        .tip_info ~ .popup .popup-btn {
            text-align: center;
        }

        .tip_info ~ .popup .popup-btn a {
            margin: 0;
        }

        .tip_info ~ .popup .popup-btn a:nth-child(1) {
            margin-bottom: 5px;
        }

        .tip_info ~ .popup .popup-btn a:nth-child(2) {
            margin-right: 3px;
        }

        .tip_info ~ .popup .popup-btn a:nth-child(n + 2):nth-child(-n + 3) {
            width: calc(100% / 2 - 3px);
        }

        .tip_info ~ .popup .popup-btn a:not(:nth-child(n + 2):nth-child(-n + 3)) {
            width: 100%;
        }
    }

    .tip_info ~ .popup .popup-inner {
        height: 560px;
    }

    .np {
        height: 450px;
    }

    .new_pledge {
        transform: scale(0.5) translateX(-100%);
        top: -225px;
    }

    .tip_info ~ .popup .popup-inner {
        height: 510px;
    }

    .tip_info ~ .popup .popup-btn a {
        font-size: 16px;
    }

    .agree_chk .agreeSel {
        display: block;
        margin: 0 0 10px 0;
    }

    .dwn {
        background: #808080;
        cursor: pointer;
    }
}
