@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* 00.common */
html, body {margin: 0 auto; padding: 0; font-family: 'Noto Sans KR', sans-serif; min-width: 1440px;}
a {text-decoration: none; color: inherit;}
a img {border: 0;}
ul, dl, ol {margin: 0;}
ul, dl, ol, li {list-style: none; padding: 0;}
fieldset {border: none; margin: 0; padding: 0;}
caption, legend {display: none;}
button, input[type=submit], input[type=button] {cursor: pointer;}
input[type=text], input[type=number], input[type=submit], input[type=password] {-webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0;}
textarea {resize: none;}
.hidden {display: none;}
.dIb {display: inline-block;}
.dis_flex {display: flex; align-items: center;}
.v_helper {vertical-align: middle; height: 100%; display: inline-block; width: 0;}
.left {text-align: left!important;}
.center, .cen {text-align: center!important;}
.right {text-align: right!important;}
.wrap {width: 1050px; margin: auto;}

.tab_btn {cursor: pointer;}
.tab_con {display: none;}
.tab_con.on {display: block!important;}


/* 01.header */
#topAd {text-align: center; position: relative;}
#topAd_wrap {position: relative; height: 100%;}
#topAd_img {background: url(/img/main/top_bg.jpg) center no-repeat; background-size: cover; padding: 13px 0;}
#topAd_detail {display: none; position: absolute; top: 100px; width: 100%; z-index: 2022; background: #0f161b;}
#topAd_detail img {width: 100%;}

#utilBtn {padding: 11px 0; box-shadow: 0 0 20px #aaa;}
#utilBtn a, #utilBtn span {border: 1px solid #d9d9d9; border-radius: 15px; width: 120px; height: 26px; display: inline-flex; justify-content: center; align-items: center; cursor: pointer; font-weight: 700; color: #595959; margin: 0 5px;}
#utilBtn a:hover, #utilBtn span:hover {box-shadow: 0 0 10px #aaa; border-color: transparent; color: #fff;}
#utilBtn #loginBtn:hover, #utilBtn #loginBtn:active {background: #41c4d5;}
#utilBtn #registerBtn:hover, #utilBtn #registerBtn:active {background: #ffa41b;}
#utilBtn span:hover, #utilBtn span:active {background: #f2225e;}

#topLogo .dis_flex {justify-content: space-between; height: 90px;}
#topD-day {max-width: 200px; height: 32px; overflow: hidden; font-size: 22px;}
#topD-day li {display: flex; align-items: center; justify-content: space-between;}
#topD-day .day_count {font-weight: 800; color: #00d5d0;}
#topD-day .day_count::after {content: ""; width: 1px; height: 100%; border-left: 1px solid #c2c2c2; margin: 0 5px 0 10px;}

#topMenu {text-align: center; position: relative; border: 1px solid #ddd; border-left: 0; border-right: 0;}
#topMenu>ul {display: flex; align-items: center; justify-content: space-between;}
#topMenu>ul>li {position: relative; width: inherit;}
.menu_title {display: block; color: #333; border: 5px solid #fff; border-left: 0; border-right: 0; font-size: 16px; font-weight: 700; padding: 8px 0; letter-spacing: -1px;}
.menu_title:hover {border-bottom: 5px solid #4abec7; color: #4abec7;}
.menu_em {position: relative;}
.menu_em::after {content: "¼±Âø¼ø ¸ðÁý"; position: absolute; font-size: 14px; font-weight: 700; width: 63px; top: -17px; left: 50%; transform: translateX(-50%); color: #000!important; z-index: 1;}
.menu_em::before {content: ""; position: absolute; width: 80px; height: 28px; top: -17px; left: 50%; transform: translateX(-50%); background: url(/img/bg/menu_em_bg.png) center top 2px no-repeat; background-size: 100%; animation: menu_em-blink 0.75s infinite;}
    @keyframes menu_em-blink {
        0% {filter: none;}
        49% {filter: none;}
        50% {filter: brightness(0) saturate(100%) invert(71%) sepia(51%) saturate(1600%) hue-rotate(2deg) brightness(108%) contrast(110%);}
        100% {filter: brightness(0) saturate(100%) invert(71%) sepia(51%) saturate(1600%) hue-rotate(2deg) brightness(108%) contrast(110%);}
    }
.menu_depth {position: absolute; z-index: 1000; display: none; font-size: 14px; width: 100%; line-height: 1em;}
.menu_depth li {height: 20px; margin: 10px 0;}
.menu_depth a {color: #333; font-size: 13px; font-weight: 500; letter-spacing: -1px;}
.menu_depth a:hover {color: #4abec7;}
.menu_bg {background: #fff; width: 100%; position: absolute; display: none; z-index: 999; top: 51px; box-shadow: 0 1px 2px #aaa;}

#qMenu {position: absolute; top: 300px; right: 4%; z-index: 1001;}
#qMenu .qM_box {width: 121px; border: 1px solid #595959; border-radius: 10px; background: #fff; box-sizing: border-box; margin-bottom: 10px;}
#qMenu .ico_gt {display: inline-block; vertical-align: middle; border-top: 2px solid; border-right: 2px solid; rotate: 45deg;}

#qMenu .qM_01 {border: 0; border-radius: 0; background: none;}
#qMenu .qM_01 .qM_01_top {color: #fff; font-size: 18px; font-weight: 700; background: #595959; padding: 14.5px 10px 7px; position: relative; border-top-left-radius: 10px; border-top-right-radius: 10px; line-height: 1em;}
#qMenu .qM_01 .qM_01_top img {position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%);}
#qMenu .qM_01 .qM_01_top .btn_close {position: absolute; top: 5px; right: 10px; cursor: pointer; font-size: 15px; font-weight: 800;}
#qMenu .qM_01 .qM_01_bottom {padding: 10px; background: #fff; border: 1px solid #595959; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; line-height: 1.5em;}
#qMenu .qM_01 .qM_01_bottom p {font-size: 22px; margin: 10px 0; font-weight: bold; color: #00d5d0; letter-spacing: -3px;}
#qMenu .qM_01 .qM_01_bottom b {font-size: 36px; font-weight: 800; letter-spacing: -1px;}
#qMenu .qM_01 .qM_01_bottom .btn_apply {display: flex; justify-content: center; align-items: center; color: #fff; font-size: 16px; font-weight: 400; background: #76797c; border-radius: 5px; height: 36px; font-family: 'Noto Sans KR', sans-serif; margin-top: 10px; cursor: pointer;}
#qMenu .qM_01 .ico_gt {width: 7px; height: 7px; border-color: #fff; margin: 1px 0 0 2px;}

#qMenu .qM_02 {padding: 10px 7px; font-size: 15px; font-weight: 500; letter-spacing: -1px;}
#qMenu .qM_02 li {border-bottom: 1px solid #7f7f7f; padding: 8px 6px;}
#qMenu .qM_02 li:last-child {border-bottom: 0;}
#qMenu .qM_02 a:hover {color: #ff3636;}

#qMenu .qM_03 {position: relative; padding: 10px 5px; text-align: center; letter-spacing: -2.5px;}
#qMenu .qM_03 .slick-counter, #qMenu .qM_03 .slick-arrow {position: absolute;}
#qMenu .qM_03 p {margin: 0; line-height: 1.2em; font-weight: 500; font-size: 18px;}
#qMenu .qM_03 strong {display: block; font-weight: 700;}
#qMenu .qM_03 .qM_03_small {display: block; font-size: 15px; font-weight: 500; margin: 10px 0;}
#qMenu .qM_03 img {width: calc(100% - 4px); margin: auto;}
#qMenu .qM_03 .ico_gt {width: 5px; height: 5px; margin: -2px 0 0 2px;}
#qMenu .qM_03 .slick-counter {font-size: 11px; font-weight: 700; color: #a8a8a8; letter-spacing: -1px; left: 50%; transform: translateX(-50%); bottom: -30px;}
#qMenu .qM_03 .slick-arrow {border: 0; background: none; font-size: 0; bottom: -32px;}
#qMenu .qM_03 .slick-prev::after, #qMenu .qM_03 .slick-next::after {font-size: 12px; color: #a8a8a8; font-weight: 700;}
#qMenu .qM_03 .slick-prev {left: 25px;}
#qMenu .qM_03 .slick-prev::after {content: "<";}
#qMenu .qM_03 .slick-next {right: 25px;}
#qMenu .qM_03 .slick-next::after {content: ">";}

@media screen and (max-width: 1440px) {
    #qMenu {display: none;}
}
/*
#qMenu .qM_04 {padding: 10px 7px; font-size: 15px; font-weight: 500; letter-spacing: -1px; background:#FAE300; text-align: center}
#qMenu .qM_04 li {border-bottom: 1px solid #7f7f7f; padding: 8px 6px;}
#qMenu .qM_04 li:last-child {border-bottom: 0;}
#qMenu .qM_04 a:hover {color: #000000;}
*/

/* 02.footer */
#ftList {width: 100%; overflow: hidden; text-align: center; padding: 12px 0; border-top: 1px solid #ddd;}
#ftList img {max-height: 45px; vertical-align: middle;}
#ftList li {margin: 0 20px;}

#ftLinks {background: #303030; text-align: center; padding: 10px 0;}
#ftLinks li {display: inline-block; color: #ddd; font-size: 13px; margin: 0 5px;}
#ftLinks a {color: #ddd;}

#ftAddr {background: #616161; padding: 16px 0;}
#ftAddr .wrap {display: flex; align-items: center; justify-content: space-between;}
#ftAddr ul {font-size: 14px; color: #ddd; width: calc(100% - 240px);}
#ftAddr li {margin: 10px 0; margin-left: 20px}
#ftLogo {width: 230px;}
#ftLogo img {width: 100%;}


/* 03.sub */
#contentsWrap {min-height: 388px; margin-bottom: 50px;}

#breadCrumb {display: flex; align-items: center; justify-content: flex-end; margin-top: 40px; font-size: 14px;}
#breadCrumb li::after {content: ""; display: inline-block; width: 5px; height: 9px; background: url(/img/icon/breadCrumb_arrow.png) center no-repeat; margin: 0 5px;}
#breadCrumb li:last-child::after {display: none;}
#breadCrumb img {margin-bottom: -2px;}

#subContents {display: flex; justify-content: space-between; align-items: flex-start;}

#subLeft {width: 190px;}
#subLeft .sL_box {border: 1px solid #000;}
#sLtitle {font-size: 24px; font-weight: 900; background: #00d5d0; margin: 0; padding: 7.5px 15px; letter-spacing: -1px;}

#sLmenu {margin: 8px 0; padding: 5px 15px;}
#sLmenu li {font-size: 18px; position: relative; padding: 5px 0; margin: 10px 0; border-bottom: 1px solid; border-color: transparent;}
#sLmenu li.on {border-color: #000; font-weight: 700;}
#sLmenu li.on::after {content: ""; display: inline-block; position: absolute; width: 12px; height: 1px; background: #000; right: 0; bottom: 4px; rotate: 45deg;}

#sLbanner .box {width: calc(100% - 30px); margin: auto; padding: 15px 7.5px; border-bottom: 1px solid #b8b8b8; box-sizing: border-box;}
#sLbanner .box:last-child {border-bottom: 0;}
#sLbanner h3, #sLbanner h4 {margin: 0;}
#sLbanner h3 {border-bottom: 1px solid #000; padding: 10px 15px; font-size: 24px; font-weight: 900; letter-spacing: -1px;}
#sLbanner h4 {font-size: 18px; font-weight: 700;}
#sLbanner strong {display: block; font-size: 22px; color: #005c5a; font-weight: 900; letter-spacing: -2px; margin: -7px 0 5px;}
#sLbanner .call_app {cursor: pointer; font-size: 15px; font-weight: 500; border-bottom: 1px solid #a3a3a3; letter-spacing: -1px;}
#sLbanner ul {font-size: 14px; font-weight: 500;}

#subRight {width: calc(100% - 210px);}

#pageTitle {margin: 25px 0 45px; color: #00bac8; font-size: 40px; font-weight: 500; margin-left: 10px;}
#pageTitle:after {content: ""; display: block; border-bottom: 2px solid #00bac8; width: 1em; margin: 10px 0;}


/* modal_wrap */
#modal_wrap {position: fixed; top: 0; left: 0; z-index: 2023; width: 100%; height: 100%; display: none;}
#modal_wrap .modal_bg, #modal_wrap .modal_box {position: absolute; display: none;}
#modal_wrap .modal_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); top: 0; left: 0;}
#modal_wrap .modal_box {top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
#modal_wrap .btn_close {position: absolute; width: 20px; height: 20px; cursor: pointer;}
#modal_wrap .btn_close::before, #modal_wrap .btn_close::after {content: ""; display: block; width: 100%; height: 4px; background: #000; position: absolute; top: 50%; rotate: 45deg;}
#modal_wrap .btn_close::after {rotate: 135deg;}

#modal_wrap .modal_video {font-size: 0;}
#modal_wrap .modal_video .btn_close {top: -25px; right: -25px;}
#modal_wrap .modal_video .btn_close::before, #modal_wrap .modal_video .btn_close::after {background: #fff;}
#modal_wrap .modal_video video {width: 854px; height: 480px;}

#modal_wrap .modal_app {background: #fff; padding: 30px 45px; border-radius: 25px; border: 1px solid #e3e3e3; width: 600px; box-sizing: border-box; z-index: 1;}
#modal_wrap .modal_app .btn_close {top: 16px; right: 16px;}
#modal_wrap .modal_app h2 {display: flex; justify-content: center; align-items: center; font-size: 34px; font-weight: 900; color: #46bcc6; margin: 0; border-bottom: 1px solid #46bcc6; padding-bottom: 25px; margin-bottom: 30px;}
#modal_wrap .modal_app h2 img {margin-right: 10px;}
#modal_wrap .modal_app input[type=text], #modal_wrap .modal_app textarea {background: #e9f7f8; border: none; padding: 15px; box-sizing: border-box; font-size: 20px;}
#modal_wrap .modal_app .input_left input[type=text] {width: 210px; margin-right: 14px;}
#modal_wrap .modal_app .input_right input[type=text] {width: 280px;}
#modal_wrap .modal_app textarea {width: 100%; height: 180px; margin-top: 15px;}
#modal_wrap .modal_app .chk_wrap {font-size: 18px; display: inline-flex; align-items: center; margin: 10px 0; width: max-content; cursor: pointer;}
#modal_wrap .modal_app .call_agree {font-size: 18px; display: inline-block; vertical-align: top; margin: 13px 0 0 5px; cursor: pointer;}
#modal_wrap .modal_app .chk_wrap input[type=checkbox] {appearance: none; position: relative; width: 26px; height: 26px; cursor: pointer; outline: none!important; border: 1px solid #979797; border-radius: 6px; background: #fff; margin-right: 10px;}
#modal_wrap .modal_app .chk_wrap input[type=checkbox]::before {content: "\2713"; position: absolute; top: 50%; left: 50%; overflow: hidden; transform: scale(0) translate(-50%, -50%); line-height: 1;}
#modal_wrap .modal_app .chk_wrap input[type=checkbox]:hover {border-color: #35a7ff;}
#modal_wrap .modal_app .chk_wrap input[type=checkbox]:checked {background-color: #35a7ff; color: white;}
#modal_wrap .modal_app .chk_wrap input[type=checkbox]:checked::before {border-radius: 6px; transform: scale(1) translate(-50%, -50%)}
#modal_wrap .modal_app input[type=submit] {display: block; margin: auto; border: none; border-radius: 15px; width: 250px; height: 50px; background: #46bcc6; box-shadow: 0 3px 3px 2px #7acfd6 inset, 0 -3px 3px 2px #348d94 inset; font-size: 26px; font-weight: 900; color: #fff; letter-spacing: -1px;}

#modal_wrap .modal_agree {background: #fff; padding: 15px 30px; border-radius: 25px; border: 1px solid #e3e3e3; width: 600px; box-sizing: border-box; z-index: 2;}
#modal_wrap .modal_agree .btn_close {top: 16px; right: 16px;}
#modal_wrap .modal_agree h2 {margin: 0;}

#modal_wrap .modal_counsel, #modal_wrap .modal_alert, #modal_wrap .modal_mypage {background: #fff; border-radius: 22px; text-align: center; padding: 65px 15px 25px;}
#modal_wrap .modal_counsel .btn_close, #modal_wrap .modal_alert .btn_close, #modal_wrap .modal_mypage .btn_close {top: 15px; right: 15px; width: 23px; height: 23px; background:#FFF url(/img/main/app_counsel_close.png) center no-repeat;}
#modal_wrap .modal_counsel .btn_close::before, #modal_wrap .modal_counsel .btn_close::after,
#modal_wrap .modal_alert .btn_close::before, #modal_wrap .modal_alert .btn_close::after,
#modal_wrap .modal_mypage .btn_close::before, #modal_wrap .modal_mypage .btn_close::after {display: none;}
#modal_wrap .modal_counsel img, #modal_wrap .modal_alert img, #modal_wrap .modal_mypage img {position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-55%);}
#modal_wrap .modal_counsel h2, #modal_wrap .modal_alert h2, #modal_wrap .modal_mypage h2 {margin: 0; font-size: 32px; font-weight: 900; line-height: 1.2em;}
#modal_wrap .modal_counsel p, #modal_wrap .modal_alert p, #modal_wrap .modal_mypage p {color: #333; font-weight: 700;}
#modal_wrap .modal_counsel span, #modal_wrap .modal_alert span, #modal_wrap .modal_mypage span {color: #c90e41;}
#modal_wrap .modal_counsel .call_app {color: #fff; font-size: 18px; font-weight: 700; background: linear-gradient(to right, #26c6d5, #4d53a8); border-radius: 18px; width: 275px; height: 38px; display: flex; justify-content: center; align-items: center; margin: auto; cursor: pointer;}
#modal_wrap .modal_counsel .modal_btn,#modal_wrap .modal_alert .modal_btn,#modal_wrap .modal_mypage .modal_btn {color: #fff; font-size: 18px; font-weight: 700; background: linear-gradient(to right, #26c6d5, #4d53a8); border-radius: 18px; width: 275px; height: 38px; display: flex; justify-content: center; align-items: center; margin: 5px; cursor: pointer;}
#modal_wrap .modal_counsel .modal_btn a,#modal_wrap .modal_alert .modal_btn a,#modal_wrap .modal_mypage .modal_btn a {color: #fff;}


/* ---------------
|    ÀÌÇÏ³ª css    |
-----------------*/

em {font-style: normal;}
.title_etc {text-align: center;}
.notext {display: none;}

.box_point {overflow: hidden; display: block; padding: 10px 15px; margin: 5px 0; border: #ddd 1px solid;}
.box_point02 {overflow: hidden; display: block; padding: 15px 35px; margin: 5px 0; border: #ddd 1px solid;}
.box_point03{overflow: hidden; display: block; padding: 15px 20px; margin: 5px 0; border: #ddd 2px solid;}
.box_point .point, .box_point02 .point {padding: 0 0 0 20px; margin: 0 0 2px 0; color: #333; background: url(/img/common/point_red.png) no-repeat 0 2px;}
.box_point03 .point {padding: 0 0 0 10px; margin: 0; color: #333; background:url(/img/icon/btn_arr.png) no-repeat 0 5px;}
.box_point p span.point, .box_point02 p span.point {padding: 2px 0 2px 20px; color: #333;}
.box_point .point, .box_point02 .point {padding: 0 0 0 20px; margin: 0 0 2px 0; background: url(/img/common/point_red.png) no-repeat 0 2px;}

.img_box, .img_box02 {overflow: hidden; display: block; text-align: center;}
.img_box .img {position: relative; display: inline-block; padding: 0 0 0 25px; margin: 5px 0 5px 0; vertical-align: middle; background: url(/img/sub/box_arr.png) no-repeat 0 center;}
.img_box .img.first, .img_box02 .img.first {padding-left: 0;}
.img_box .img div {display: block; padding: 5px 2px; line-height: 150%; font-size: 13px; color: #fff; text-align: center; border: 1px solid #2a8b49; background: #47af70;}
.img_box .img div span {font-size: 11px; letter-spacing: -1px; color: #ff0;}
.img_box02 .img div {display: block; padding: 0 0 10px; line-height: 150%; text-align: center; color: #2a8b49; border: 1px solid #2a8b49; background: #fff;}
.img_box02 .img {position: relative; display: inline-block; width: 200px; padding: 0; margin: 5px 0 5px 0; vertical-align: middle;}
.img_box02 .img p {padding-top: 35px; background: url(/img/sub/box_arr.png) no-repeat center 0;}
.img_box02 .img div span {display: block; padding: 10px 0; margin-bottom: 10px; font-size: 13px; color: #fff; letter-spacing: -1px; border-bottom: 1px solid #2a8b49; background: #47af70;}

.color_point {color: #ac730f !important;}
.color_point02 {color: #27829e !important;}
.color_point03 {color: #ff6633 !important;}
.color_point04 {color: #47af70 !important;}

ul.blit04 li strong, ul.blit03 li strong {color: #34527e;}

h2.title, .title01 {padding: 8px 0 8px 25px; background: url(/img/icon/dot_red.png) no-repeat 0 14px;}
h3.title, .title02 {padding: 5px 0 5px 25px; background: url(/img/icon/dot_red.png) no-repeat 0 7px;}
h4.title, .title03 {padding: 0px 0 0px 15px; color: #626f81; background: url(/img/icon/dot_red03.png) no-repeat 3px 7px;}
ul.blit02 li {padding-left: 13px; padding-bottom: 5px; color: #333; background: url(/img/icon/dot_red03.png) no-repeat 0 7px;}
ol li ul.blit03 li, ul.blit03 li {padding-left: 9px; line-height: 170%; color: #666; text-align: justify; background: url(/img/icon/dot_red04.png) no-repeat 0 12px;}
ol li ul.blit04 li, ul.blit04 li {padding-left: 9px; line-height: 170%; color: #666; text-align: justify; background: url(/img/icon/dot_red05.png) no-repeat 0 10px;}
ol.blit_num {padding-left: 30px; list-style: decimal-leading-zero;}
ol.blit_num > li span {color: #333;}
ol.blit_num02 {margin: 0; padding: 3px 0 7px 0;}
ol.blit_num02 li {margin: 0 0 0 15px; padding: 0; line-height: 170%; background: none; list-style: none;}
.h_sup > em {display: inline-block; font-weight: bold; color: #00b2f4; vertical-align: top;}

.app_box {display: block; margin-top: 20px; padding: 20px 25px 30px; vertical-align: top; border: #ddd 3px dashed;}
.app_box h2.title {padding: 0; margin: 0 0 5px; text-align: center; border: 0; color: #47af70 !important; background: none;}
.app_box .blit02 {font-size: 14px; color: #ac730f!important;}
.app_box p.same {margin: 0; padding: 2px 0; text-align: center; line-height: 100%; font-size: 12px;}
.app_box p.same input {vertical-align: middle;}
.app_box .ok_btn {display: block; margin: 20px auto 0; padding: 20px; font-size: 18px; background: #e35656; color: #fff; border: none; cursor: pointer;}
.app_box input[type=text], .app_box input[type=id], .app_box input[type=password], .app_box input[type=file], .app_box input[type=checkbox], .app_box input[type=tel] {border: #dcddde 1px solid; border-left: 1px solid #bcbec0; border-top: 1px solid #bcbec0; background: none; vertical-align: middle; height: 22px;}
.app_box select {vertical-align: middle; border: #bcbec0 1px solid; padding: 3px; margin: 0 2px 0 0;}

.bottom_box {display :block; text-align:center; margin:20px auto 0;}
.bottom_box .ok_btn {display: inline-block; background:#e35656;}
.bottom_box .ok_btn a {display: inline-block; padding: 20px; font-size: 18px; background: #e35656; color: #fff;}

.new_btn > a {padding: 20px; color: #fff; background: #e35656;}

input.search_box {margin: 0 0; padding: 2px 2px 3px 2px; width: 150px; vertical-align: middle; border: #dcddde 1px solid; height: 22px;}
.t_lcms02 select {vertical-align: middle; border: #bcbec0 1px solid; padding: 3px; margin: 0 2px 0 0;}

.sugang {border: #dfeaf0 1px solid; padding: 10px; margin-bottom: 5px;}
.sugang h2 {padding: 0 15px 3px; margin: 0 0 5px; font-size: 16px; border: 0; background: #ebf6f6;}
.sugang h2 em {padding-right: 25px; color: #39c;}
.sugang p {padding-left: 15px;}

div.sub_banner {display: none;}