@charset "utf-8";
* {
    font-family: 'Noto Sans KR Regular', 'Noto Sans CJK KR', 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-weight: 400;
}
b, h1, h2, h3, h4, h5, h6, strong, th {
    font-family: 'Noto Sans KR Bold', 'Noto Sans CJK KR', 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-weight: 700;
}
body {
    color: #333;
    font-size: 16px;
    word-spacing: -.2px;
    letter-spacing: -0.3px;
}
/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

li{list-style:none}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft{min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb ul,
#gnb .gnb_wrap,
#container_wr,
#ft_wr{}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {border-bottom:1px solid #ebebeb; min-width:1200px;height:100px; box-sizing: border-box; }
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto;width:1100px; padding:0;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}



#logo {float:left;padding:20px 0 0 0}

.hd_sch_wr{position:absolute;top:25px;left:50%;width:430px;margin-left:-215px;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch{border:2px solid #556ada;background:#fff;border-radius:5px;overflow:hidden}
#hd_sch #sch_stx {padding-left:10px;height:40px;width:376px;border:0;border-right:0;float:left;font-size:1.25em}
#hd_sch #sch_submit {height:40px;border:0;background:#fff;color:#253dbe;width:50px;float:left;cursor:pointer;font-size:18px}

#sbn_side{position:absolute;top:20px;right:0}

#tnb {float:right;background:#fff; margin:40px 0 0 0}
#tnb .mgr01{margin-right:5px}
#tnb .mgr02{margin-right:15px}

#hd_qnb{float:right;margin-top:20px}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li{float:left;font-size:1.083em;line-height:15px;position:relative;text-align:center;margin:0 10px}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a{display:block}
#hd_qnb li i{display:inline-block;width:40px;line-height:40px;border-radius:25px;background:#fff;text-align:center;margin:0;color:#fff}
#hd_qnb .visit .visit-num{display:inline-block;line-height:18px;padding:0 5px;border-radius:10px;background:#f04e00;color:#fff;font-size:10px;position:absolute;top:0;right:0}
#hd_qnb li .fa-question{background:#e83a5f;font-size:20px}
#hd_qnb li .fa-question:hover{background:#e41b45}
#hd_qnb li .fa-comments{background:#82c13f;font-size:16px}
#hd_qnb li .fa-comments:hover{background:#5aa708}
#hd_qnb li .fa-users{background:#f0ba00;font-size:15px}
#hd_qnb li .fa-users:hover{background:#f06f00}
#hd_qnb li .fa-history{background:#8522c4;font-size:15px}
#hd_qnb li .fa-history:hover{background:#6700a9}

/* 메인메뉴 */

#menu_new{position:relative; margin:0;  width:100%; min-width:1200px; height:60px; line-height:60px;background:#fff; border-bottom:1px solid #adadad}

#gnb {position:relative; width:1100px; margin:0 auto; z-index:10; }
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {margin:0 auto !important;padding:0 210px;width:100%; zoom:1;box-sizing: border-box;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left; font-size:0;line-height:0;}
.gnb_1dli img{vertical-align:top}
.gnb_1da {display:inline-block;text-align:center;padding:0 60px;font-size:20px;line-height:60px; color:#000000;font-weight:500; text-decoration:none}
.gnb_1da:focus, .gnb_1da:hover {color:#000; text-decoration:none}
.gnb_1dli_air .gnb_1da {color:#000;  }
.gnb_1dli_on .gnb_1da {color:#000; }
.gnb_2dul {display:none;position:absolute;top:60px; width:1100px; left:-210px !important }
.gnb_2img{float:left;}
.gnb_tel{float:right; padding:11px 0 0 10px}
.gnb_2menubox{float:left;width:780px}
.gnb_2da {padding:0 ; line-height:30px; text-align:center;text-decoration:none; font-size:20px; color:#00b9ef}
.gnb_1dli_air .gnb_2da {color:#00b9ef; font-weight:500}
.gnb_1dli_on .gnb_2da {color:#00b9ef; font-weight:500}
.gnb_2da:focus, .gnb_2da:hover {text-decoration:none; color:#000000}
.gnb_1dli_over .gnb_2dul {display:block;left:0;}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;}
.mboard_style{padding:30px 0 0 25px}
.submenu02{margin-left:-192px}
.submenu03{margin-left:-421px}


.submenu0101{float:left; margin:45px 0 0 0; width:194px; border-right:1px solid #efefef; height:209px;text-align:center; line-height:30px;padding:20px 0 0 0}
.submenu0101_icon{background:url('/healthcenter/images/main/menu_icon_0101.png') no-repeat center 110px}
.submenu0102_icon{background:url('/healthcenter/images/main/menu_icon_0102.png') no-repeat center 110px}
.submenu0103_icon{background:url('/healthcenter/images/main/menu_icon_0103.png') no-repeat center 110px}
.submenu0104_icon{background:url('/healthcenter/images/main/menu_icon_0104.png') no-repeat center 110px}
.submenu0201{float:left; margin:45px 0 0 0; width:194px; border-right:1px solid #efefef; height:209px;text-align:center; line-height:30px;padding:20px 0 0 0}
.submenu0201_icon{background:url('/healthcenter/images/main/menu_icon_0201.png') no-repeat center 110px}
.submenu0202_icon{background:url('/healthcenter/images/main/menu_icon_0202.png') no-repeat center 130px}
.submenu0203_icon{background:url('/healthcenter/images/main/menu_icon_0203.png') no-repeat center 118px}
.submenu0204_icon{background:url('/healthcenter/images/main/menu_icon_0204.png') no-repeat center 115px}
.submenu0301{float:left; margin:45px 0 0 0; width:260px; border-right:1px solid #efefef; height:209px;text-align:center; line-height:30px;padding:20px 0 0 0}
.submenu0301_icon{background:url('/healthcenter/images/main/menu_icon_0301.png') no-repeat center 110px}
.submenu0302_icon{background:url('/healthcenter/images/main/menu_icon_0302.png') no-repeat center 110px}
.submenu0303_icon{background:url('/healthcenter/images/main/menu_icon_0302.png') no-repeat center 110px}

.submenu0401{float:left; margin:45px 0 0 0; width:260px; border-right:1px solid #efefef; height:209px;text-align:center; line-height:30px;padding:20px 0 0 0}
.submenu0401_icon{background:url('/sm2018/images/main/menu_icon_0704.jpg') no-repeat center 110px}
.submenu0402_icon{background:url('/sm2018/images/main/menu_icon_0705.jpg') no-repeat center 110px}
.submenu0403_icon{background:url('/sm2018/images/main/menu_icon_0706.jpg') no-repeat center 120px}
.submenu0501{float:left; margin:45px 0 0 0; width:194px; border-right:1px solid #efefef; height:209px;text-align:center; line-height:30px;padding:20px 0 0 0}
.submenu0501_icon{background:url('/sm2018/images/main/menu_icon_0601.jpg') no-repeat center 110px}
.submenu0502_icon{background:url('/sm2018/images/main/menu_icon_0706-07.jpg') no-repeat center 110px}
.submenu0503_icon{background:url('/sm2018/images/main/menu_icon_0707.jpg') no-repeat center 110px}
.submenu0504_icon{background:url('/sm2018/images/main/menu_icon_0602.jpg') no-repeat center 110px}
.submenu0601{float:left; margin:45px 0 0 0; width:194px; border-right:1px solid #efefef; height:209px;text-align:center; line-height:30px;padding:20px 0 0 0}
.submenu0601_icon{background:url('/sm2018/images/main/menu_icon_0501.jpg') no-repeat center 110px}
.submenu0602_icon{background:url('/sm2018/images/main/menu_icon_0708.jpg') no-repeat center 110px}
.submenu0603_icon{background:url('/sm2018/images/main/menu_icon_0709.jpg') no-repeat center 130px}
.submenu0604_icon{background:url('/sm2018/images/main/menu_icon_0401.jpg') no-repeat center 110px}
.gnb_empty {position:absolute;top:60px; width:100%;height:300px; background:#fff;border-bottom:2px solid #adadad; display:none;z-index:3}



/* 중간 레이아웃 */
#wrapper{}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}

#container {z-index:4;position:relative;float:left;min-height:500px;height:auto !important;margin:20px  0;height:500px;font-size:1em;width:875px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}


/* 하단 레이아웃 */
#ft01 {position:relative;background:#5f6d76;height:70px; margin:0; min-width:1200px}
#ft01_in {position:relative;width:1100px; margin:0 auto;}
#ft01_in:after {display:block;visibility:hidden;clear:both;content:""}
#ft01_in .left{float:left; width:800px; line-height:70px; text-align:left; color:#ffffff; font-size:17px; font-weight:700}
#ft01_in .left a{color:#ffffff; }
#ft01_in .left a:hover{color:#93cff5; }
#ft01_in .left span{padding:0 5px}
#ft01_in .right_fm{float:right; width:150px; display:block; line-height:67px; text-align:center;color:#ffffff; font-size:16px; font-weight:300;cursor:pointer}
#ft01_in .right_fm span{font-size:8px;}
#ft01_in .right_fm:hover{background:#3d4448}
#ft01_in .right_fm_hover{background:#3d4448;display:none; float:right; width:150px;  line-height:67px; text-align:center;color:#ffffff; font-size:16px; font-weight:300;cursor:pointer}
#ft01_in .right_fm_hover span{font-size:8px;}

#ft01_in .right_fm span{font-size:8px;}
#ft01_in .right_ce{float:right; width:150px; display:block; line-height:67px; text-align:center;color:#ffffff; font-size:16px; font-weight:300;cursor:pointer}
#ft01_in .right_ce span{font-size:8px;}
#ft01_in .right_ce:hover{background:#3d4448}
#ft01_in .right_ce_hover{background:#3d4448; display:none; float:left; width:150px; line-height:67px; text-align:center;color:#ffffff; font-size:16px; font-weight:300;cursor:pointer}
#ft01_in .right_ce_hover span{font-size:8px;}

#ft02 {position:relative;background:#4e5a61; margin:0; min-width:1200px; padding:0 0 60px 0;z-index:1}
#ft02_in {position:relative;width:1100px; margin:0 auto; padding:25px 0;border-top:0 solid #7e7e7e}
#ft02_in:after {display:block;visibility:hidden;clear:both;content:""}
#ft02_in .left{float:left; width:950px; line-height:24px; text-align:left; color:#ababab; font-size:15px; }
#ft02_in .right{float:left; width:150px;  text-align:right;}
#ft02_in .right .img_mgr{margin-right:9px;}
#ft02_in .right .img_mgb{margin-bottom:5px;}

.fm_site_wrap{position:absolute;display:none; bottom:70px;right:0; background:block; width:275px; height:275px; background:#ffffff; border-left:1px solid #000000; border-top:1px solid #000000;border-right:1px solid #000000;z-index:20}
.fm_site_wrap .fm_close_btn{position:absolute;right:-45px;width:40px; height:40px; color:#2865c2;cursor:pointer}
.fm_site_wrap .contwrap{position:relative;width:80%; margin:25px 10%;}
.fm_site_wrap .contwrap h2{width:100%; line-height:40px; color:#ffffff; font-size:20px; text-align:center; background:#2865c2; margin:0 0 10px 0}
.fm_site_wrap .contwrap p{}

.centerhome_wrap{position:absolute;display:none; bottom:70px;left:0; background:block; width:1100px; height:380px; background:#ffffff; border-left:1px solid #000000; border-top:1px solid #000000;border-right:1px solid #000000;z-index:20}
.centerhome_wrap .ce_close_btn{position:absolute;right:-45px;width:40px; height:40px; color:#2865c2;cursor:pointer}
.centerhome_wrap .contwrap{position:relative;width:1050px; margin:25px;}
.centerhome_wrap .contwrap h2{width:100%; line-height:40px; color:#ffffff; font-size:20px; text-align:center; background:#2b87ae; margin:0 0 10px 0}
.centerhome_wrap .contwrap p{}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:500;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#00b9ef;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#386ec0}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#005c9d;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#ffb701;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ccc;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#00a891;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#00a891;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.main_warp_01{position:relative; width:100%; min-width:1200px;height:1000px}
.main_warp_01_cont{position:absolute; width:1100px; height:550px; left:50%; margin-left:-550px; top:400px;z-index:2}

.main_warp_02_in{position:relative; width:1100px; margin:0 auto;}
.main_warp_02_in:after {display:block;visibility:hidden;clear:both;content:""} 
.main_warp_02_in .main_ct01{float:left; width:275px; height:275px; padding:0; margin:0;}
.main_warp_02_in .main_ct01_img01{background:#f28d2c url('/healthcenter/images/main/main_cticon_01.png') no-repeat center 75px }
.main_warp_02_in .main_ct01_img02{background:#fdc426 url('/healthcenter/images/main/main_cticon_02.png') no-repeat center 80px}
.main_warp_02_in .main_ct01_img03{background:#ffffff url('/healthcenter/images/main/main_cticon_03.png') no-repeat center 75px}
.main_warp_02_in .main_ct01_img04{background:#8cbd3a url('/healthcenter/images/main/main_cticon_04.png') no-repeat center 65px}
.main_warp_02_in .main_ct01_img05{background:url('/healthcenter/images/main/main_ctbg_01.jpg') no-repeat top left}
.main_warp_02_in .main_ct01_img06{background:url('/healthcenter/images/main/main_ctbg_02.jpg') no-repeat top left}
.main_warp_02_in .main_ct01_img07{background:#d3db2c url('/healthcenter/images/main/main_cticon_05.png') no-repeat center 72px }
.main_warp_02_in .main_ct01_img08{background:url('/healthcenter/images/main/main_ctbg_03.jpg') no-repeat top left}

.main_warp_02_in .main_ct01 .text01{text-align:center; font-size:24px; color:#ffffff; font-weight:700; line-height:28px; padding:24px 0 0 0}
.main_warp_02_in .main_ct01 .text01_2{text-align:center; font-size:24px; color:#333333; font-weight:700; line-height:28px; padding:24px 0 0 0}
.main_warp_02_in .main_ct01 .line01{text-align:center; font-size:24px; color:#73dffe; font-weight:100; line-height:17px; padding:0 0 0 0}
.main_warp_02_in .main_ct01 .text02{text-align:center; font-size:15px; color:#ffffff; line-height:20px;padding:95px 0 10px 0 }
.main_warp_02_in .main_ct01 .text02_2{text-align:center; font-size:15px; color:#333333; line-height:20px;padding:95px 0 10px 0 }
.main_warp_02_in .main_ct01 .text03{text-align:center; font-size:15px; color:#ffffff; line-height:20px;padding:23px 0 15px 0 }
.main_warp_02_in .main_ct01 .hpbox{position:relative;margin:0 auto 4px auto; width:138px;height:38px; font-size:16px; color:#333333;font-weight:500;line-height:36px;text-align:center; border:1px solid #333333;; background:#ffffff }
.main_warp_02_in .main_ct01 .btn{position:relative;margin:0 auto; width:138px;height:38px; font-size:16px; color:#ffffff;font-weight:700;line-height:36px;text-align:center; border:1px solid #ffffff; }
.main_warp_02_in .main_ct01 .btn:hover{background:#ffffff;border:1px solid #ffffff;color:#333333}
.main_warp_02_in .main_ct01 .btn_2{position:relative;margin:0 auto; width:138px;height:38px; font-size:16px; color:#333;font-weight:700;line-height:36px;text-align:center; border:1px solid #333; }
.main_warp_02_in .main_ct01 .btn_2:hover{background:#8cbd3a;border:1px solid #8cbd3a;color:#ffffff}
.main_warp_02_in .main_ct01 .text04{position:relative;text-align:left; font-size:24px; color:#ffffff; font-weight:700; padding:140px 0 0 28px}
.main_warp_02_in .main_ct01 .text04 .more{position:absolute;margin:5px 0 0 10px; font-size:24px; color:#ffffff; font-weight:700; line-height:25px !important; padding:0 6px 2px 6px !important; border:1px solid #ffffff;box-sizing: border-box;}
.main_warp_02_in .main_ct01 .text04 .more:hover{background:#ffffff;border:1px solid #ffffff;color:#333333}
.main_warp_02_in .main_ct01 .text05{text-align:left; font-size:15px; color:#ffffff; line-height:20px;padding:28px 28px 0 28px }
.main_warp_02_in .main_ct01 .text06{text-align:center; font-size:15px; color:#ffffff; line-height:20px;padding:95px 0 10px 0 }
.main_warp_02_in .main_ct01 .text07{text-align:left; font-size:20px; color:#dcdcdc; font-weight:500; line-height:18px; padding:35px 0 0 43px}
.main_warp_02_in .main_ct01 .text0702{text-align:left; font-size:20px; color:#dcdcdc; font-weight:500; line-height:18px; padding:13px 0 0 43px}
.main_warp_02_in .main_ct01 .text08{text-align:left; font-size:30px; color:#ffb701; font-weight:500; line-height:26px; padding:5px 0 10px 43px}
.main_warp_02_in .main_ct01 .text08_ls{letter-spacing:5px}
.main_warp_02_in .main_ct01 .text09{text-align:left; font-size:16px; color:#ffffff; font-weight:300; line-height:18px; padding:5px 0 10px 43px; letter-spacing:-0.02em}

.main_warp_02_in .main_ct01_img07_n{background:#fff url('/healthcenter/images/main/main_ct01_img06.png') no-repeat center 75px }
.main_warp_02_in .main_ct01_n{float:left; width:275px; height:275px; padding:0; margin:0;}
.main_warp_02_in .main_ct01_n .text01{text-align:center; font-size:24px; color:#aac034; font-weight:700; line-height:28px; padding:24px 0 0 0}
.main_warp_02_in .main_ct01_n .text06{text-align:center; font-size:15px; color:#333; line-height:20px;padding:95px 0 10px 0 }
.main_warp_02_in .main_ct01_n .input_st{position:relative;width:100%; margin:0 auto 5px auto; }
.main_warp_02_in .main_ct01_n .input_st:after {display:block;visibility:hidden;clear:both;content:""} 
.main_warp_02_in .main_ct01_n .input_st .re_inputst{float:left;margin:0 0 0 15px; text-align:center;width:150px;height:38px; font-size:16px; color:#fff;font-weight:500;text-align:center; border:0px solid #333; background:#aac034; }
.main_warp_02_in .main_ct01_n .input_st .re_btn{float:left;margin:0 0 0 5px; width:90px;height:38px; font-size:16px; color:#aac034;font-weight:700;line-height:36px;text-align:center; border:2px solid #aac034;background:#fff }


.main_warp_04{position:relative; width:100%;min-width:1200px; background:#f3f3f3; margin:43px 0 0 0}
.main_warp_04_in{position:relative; width:1100px; margin:0 auto; padding:65px 0 60px 0}
.main_warp_04_in:after {display:block;visibility:hidden;clear:both;content:""} 
.main_warp_04_in .main_ct02 {float:left; width:400px; margin:0 0 0 0; }
.main_warp_04_in .main_ct02 .title{float:left; color:#000000; font-size:30px; font-weight:500;line-height:30px;}
.main_warp_04_in .main_ct02 .more{float:right; width:64px; height:30px; background:#dde0e5; font-size:16px;color:#565656; text-align:center;padding:3px 0 0 0;box-sizing: border-box;}
.main_warp_04_in .main_ct02 .more:hover{background:#000; color:#fff; }
.main_warp_04_in .main_ct02 .cont{float:left; width:100%; height:165px;margin:30px 0 0 0;height:178px; padding:10px;box-sizing: border-box;background:#ffffff;}
.main_warp_04_in .main_ct03 {float:left; width:655px; margin:0 0 0 45px; }
.main_warp_04_in .main_ct03 .title{float:left; width:100%; color:#000000; font-size:30px; font-weight:500;line-height:30px;}
.main_warp_04_in .main_ct03 .cont{float:left; width:100%; margin:30px 0 0 0; padding:20px 12px 0 13px;background:#ffffff; height:178px }
.main_warp_04_in .main_ct03 .cont .q_box{float:left; width:126px; padding:115px 0 0 0; color:#333333; font-weight:500; text-align:center}
.main_warp_04_in .main_ct03 .cont .q_box_img01{background:url('/sm2018/images/main/main_quick_icon01.png') no-repeat top center}
.main_warp_04_in .main_ct03 .cont .q_box_img02{background:url('/sm2018/images/main/main_quick_icon02.png') no-repeat top center}
.main_warp_04_in .main_ct03 .cont .q_box_img03{background:url('/sm2018/images/main/main_quick_icon03.png') no-repeat top center}
.main_warp_04_in .main_ct03 .cont .q_box_img04{background:url('/sm2018/images/main/main_quick_icon04.png') no-repeat top center}
.main_warp_04_in .main_ct03 .cont .q_box_img05{background:url('/sm2018/images/main/main_quick_icon05.png') no-repeat top center}

.subtop_wrap{position:relative; width:100%; height:150px; min-width:1200px;}
.subtop_img01{background:url('/healthcenter/images/sub01/sub01_top_bg.jpg') repeat top left}
.subtop_img02{background:url('/healthcenter/images/sub01/sub03_top_bg.jpg') repeat top left}
.subtop_img03{background:url('/healthcenter/images/sub01/sub02_top_bg.jpg') repeat top left}

.subtop_wrap_in{position:relative; width:1100px; margin:0 auto}
.subtop_wrap_in:after {display:block;visibility:hidden;clear:both;content:""} 
.subtop_wrap_in .left{float:left; width:700px; padding:0 0 0 50px;box-sizing: border-box; }
.subtop_wrap_in .left .stitle{font-size:18px; color:#ffffff; padding:33px 0 0 0}
.subtop_wrap_in .left .btitle{font-size:40px; color:#ffffff; font-weight:700}
.subtop_wrap_in .right{float:left; width:350px; text-align:right; padding:25px 0 0 0}

.submenu_wrap{position:relative; width:100%; height:60px; border-bottom:1px solid #cccccc}
.submenu_wrap_in{position:relative; width:1100px; margin:0 auto; text-align:center; line-height:60px;}
.submenu_wrap_in a{font-size:18px; color:#aaaaaa; padding:0 45px; font-weight:100}
.submenu_wrap_in a:hover{color:#333333;}
.submenu_wrap_in .current{color:#000000; font-weight:500}

.submenu_wrap_in02{position:relative; width:1100px; margin:0 auto; text-align:center; line-height:60px;}
.submenu_wrap_in02 a{font-size:18px; color:#aaaaaa; padding:0 30px; font-weight:100}
.submenu_wrap_in02 a:hover{color:#333333;}
.submenu_wrap_in02 .current{color:#000000; font-weight:500}


.subcont_wrap{position:relative; width:1100px; margin:0 auto; padding:50px 50px; box-sizing: border-box; min-height:250px}
.subcont_wrap:after {display:block;visibility:hidden;clear:both;content:""} 

.submenu_wrap_in03{position:relative; width:1000px; margin:20px auto 0 auto; text-align:center;}
.ct01_tabmenu{position:relative; width:1002px;}
.ct01_tabmenu:after {display:block;visibility:hidden;clear:both;content:""} 
.ct01_tabmenu{border-left:1px solid #cccccc; border-top:1px solid #cccccc}
.ct01_tabmenu ul{margin:0 ; padding:0; }
.ct01_tabmenu ul li{float:left; width:200px; color:#666666;font-weight:100; font-size:16px; text-align:center; line-height:40px; background:#ffffff; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; }
.ct01_tabmenu ul li a{color:#666666;font-weight:100;}
.ct01_tabmenu ul li:hover a{display:block;color:#00b9ef !important;font-weight:500 ;background:#f3f3f3}
.ct01_tabmenu .on{color:#fff;font-size:20px;background:#00b9ef; }
.ct01_tabmenu .on a{color:#fff;font-weight:500; }
.ct01_tabmenu .on a:hover{color:#fff;font-weight:500; }

.doctor_list{width:180px; height:150px; float:left; margin:10px; border:1px solid #78cee7; text-align:center; line-height:20px; font-size:18px; color:#333; padding:30px 0 0 0}
.doctor_list:hover{border:1px solid #78cee7;  color:#ffffff}

.doctor_list_img01{background:url('/sm2018/images/sub01/doctor_list_icon01.png') no-repeat center 80px}
.doctor_list_img01:hover{background:#15c0f1 url('/sm2018/images/sub01/doctor_list_icon01_ov.png') no-repeat center 80px }

.doctor_list_img02{background:url('/sm2018/images/sub01/doctor_list_icon02.png') no-repeat center 80px}
.doctor_list_img02:hover{background:#3db4ae url('/sm2018/images/sub01/doctor_list_icon02_ov.png') no-repeat center 80px }

.doctor_list_img03{background:url('/sm2018/images/sub01/doctor_list_icon03.png') no-repeat center 80px}
.doctor_list_img03:hover{background:#42b8da url('/sm2018/images/sub01/doctor_list_icon03_ov.png') no-repeat center 80px }

.doctor_list_img04{background:url('/sm2018/images/sub01/doctor_list_icon04.png') no-repeat center 80px}
.doctor_list_img04:hover{background:#42d0da url('/sm2018/images/sub01/doctor_list_icon04_ov.png') no-repeat center 80px }

.doctor_list_img05{background:url('/sm2018/images/sub01/doctor_list_icon05.png') no-repeat center 80px}
.doctor_list_img05:hover{background:#2390dc url('/sm2018/images/sub01/doctor_list_icon05_ov.png') no-repeat center 80px }

.doctor_list_img06{background:url('/sm2018/images/sub01/doctor_list_icon06.png') no-repeat center 80px}
.doctor_list_img06:hover{background:#386ec0 url('/sm2018/images/sub01/doctor_list_icon06_ov.png') no-repeat center 80px }

.doctor_list_img07{background:url('/sm2018/images/sub01/doctor_list_icon07.png') no-repeat center 80px}
.doctor_list_img07:hover{background:#15c0f1 url('/sm2018/images/sub01/doctor_list_icon07_ov.png') no-repeat center 80px }

.doctor_list_img08{background:url('/sm2018/images/sub01/doctor_list_icon08.png') no-repeat center 80px}
.doctor_list_img08:hover{background:#3db4ae url('/sm2018/images/sub01/doctor_list_icon08_ov.png') no-repeat center 80px }

.doctor_list_img09{background:url('/sm2018/images/sub01/doctor_list_icon09.png') no-repeat center 80px}
.doctor_list_img09:hover{background:#42b8da url('/sm2018/images/sub01/doctor_list_icon09_ov.png') no-repeat center 80px }

.doctor_list_img10{background:url('/sm2018/images/sub01/doctor_list_icon10.png') no-repeat center 80px}
.doctor_list_img10:hover{background:#42d0da url('/sm2018/images/sub01/doctor_list_icon10_ov.png') no-repeat center 80px }

.doctor_list_img11{background:url('/sm2018/images/sub01/doctor_list_icon11.png') no-repeat center 80px}
.doctor_list_img11:hover{background:#2390dc url('/sm2018/images/sub01/doctor_list_icon11_ov.png') no-repeat center 80px }

.doctor_list_img12{background:url('/sm2018/images/sub01/doctor_list_icon12.png') no-repeat center 80px}
.doctor_list_img12:hover{background:#386ec0 url('/sm2018/images/sub01/doctor_list_icon12_ov.png') no-repeat center 80px }

.doctor_list_img13{background:url('/sm2018/images/sub01/doctor_list_icon13.png') no-repeat center 80px}
.doctor_list_img13:hover{background:#15c0f1 url('/sm2018/images/sub01/doctor_list_icon13_ov.png') no-repeat center 80px }

.doctor_list_img14{background:url('/sm2018/images/sub01/doctor_list_icon14.png') no-repeat center 80px}
.doctor_list_img14:hover{background:#3db4ae url('/sm2018/images/sub01/doctor_list_icon14_ov.png') no-repeat center 80px }

.doctor_list_img15{background:url('/sm2018/images/sub01/doctor_list_icon15.png') no-repeat center 80px}
.doctor_list_img15:hover{background:#42b8da url('/sm2018/images/sub01/doctor_list_icon15_ov.png') no-repeat center 80px }

.doctor_list_img16{background:url('/sm2018/images/sub01/doctor_list_icon16.png') no-repeat center 80px}
.doctor_list_img16:hover{background:#42d0da url('/sm2018/images/sub01/doctor_list_icon16_ov.png') no-repeat center 80px }

.doctor_list_img17{background:url('/sm2018/images/sub01/doctor_list_icon17.png') no-repeat center 80px}
.doctor_list_img17:hover{background:#2390dc url('/sm2018/images/sub01/doctor_list_icon17_ov.png') no-repeat center 80px }

.doctor_list_btn{position:relative; width:1000px; margin:30px auto 0 auto; text-align:center;}
.doctor_list_btn:after {display:block;visibility:hidden;clear:both;content:""} 
.doctor_list_btn .listbtn{float:right; width:180px; height:40px;line-height:40px; background:#21aee6;text-align:center;color:#ffffff; font-size:20px;border-radius: 5px;}
.doctor_list_btn .listbtn:hover{background:#003a62;}

.ct0101_01{float:left; width:100%; }
.ct0101_01_mgb{margin-bottom:60px}
.ct0101_01 .btitle{float:left; width:100%;font-size:36px; line-height:36px; color:#333333; font-weight:700; text-align:left; padding:0 0 15px 0;margin:0 0 30px 0; border-bottom:1px solid #666666}
.ct0101_01 .btitle_line{float:left; width:100%;font-size:36px; line-height:36px; color:#333333; font-weight:700; text-align:left; padding:0 0 15px 0;margin:0 0 30px 0; border-bottom:1px solid #e3e3e3;text-indent:-9999px}
.ct0101_01 .cttopimg{float:left; width:100%;}
.ct0101_01 .box_cont{float:left; width:998px; margin:30px 0; border:1px solid #e3e3e3; padding:20px 30px; text-align:left;background:#f3f3f3;box-sizing: border-box; }
.ct0101_01 .li-typet0101 {float:left; width:100%; padding:0; margin:0}
.ct0101_01 .li-typet0101 li {list-style:none;position:relative;top:0;left:0;padding:0 0 15px 20px;}
.ct0101_01 .li-typet0101 li:before {position:absolute;top:0;left:0;margin:0;background:none;}
.ct0101_01 .li-typet0101 li:nth-child(1):before {content:'①'}
.ct0101_01 .li-typet0101 li:nth-child(2):before {content:'②'}
.ct0101_01 .li-typet0101 li:nth-child(3):before {content:'③'}
.ct0101_01 .li-typet0101 li:nth-child(4):before {content:'④'}
.ct0101_01 .li-typet0101 li:nth-child(5):before {content:'⑤'}
.ct0101_01 .li-typet0101 li:nth-child(6):before {content:'⑥'}
.ct0101_01 .li-typet0101 li:nth-child(7):before {content:'⑦'}
.ct0101_01 .li-typet0101 li:nth-child(8):before {content:'⑧'}
.ct0101_01 .li-typet0101 li:nth-child(9):before {content:'⑨'}
.ct0101_01 .li-typet0101 li:nth-child(10):before {content:'⑩'}
.ct0101_01 .li-typet0101 li:nth-child(11):before {content:'⑪'}

.ct0101_01 .li-typet0101 li .li-typet0101_2 {padding:0; margin:0 }
.ct0101_01 .li-typet0101 li .li-typet0101_2 li {list-style:none;position:relative;top:0;left:0;padding:0 0 0 15px;color:#666666}
.ct0101_01 .li-typet0101 li .li-typet0101_2 li:before {position:absolute;top:0;left:0;margin:0;background:none;color:#666666}
.ct0101_01 .li-typet0101 li .li-typet0101_2 li:nth-child(1):before {content:'-'}
.ct0101_01 .li-typet0101 li .li-typet0101_2 li:nth-child(2):before {content:'-'}
.ct0101_01 .li-typet0101 li .li-typet0101_2 li:nth-child(3):before {content:'-'}
.ct0101_01 .li-typet0101 li .li-typet0101_2 li:nth-child(4):before {content:'-'}
.ct0101_01 .li-typet0101 li .li-typet0101_2 li:nth-child(5):before {content:'-'}

.ct0101_01 .cont_wrap{float:left; width:100%;text-align:left; padding:0;}
.ct0101_01 .cont_wrap .text01{color:#0075c4; font-weight:500; font-size:18px}

.ct0101_01 .doctor_wrap{width:100%; float:left;}
.ct0101_01 .doctor_wrap .img{float:left;width:270px; height:350px; background:#f3f3f3; text-align:center }
.ct0101_01 .doctor_wrap .cont{float:left;width:675px; margin:0 0 0 55px}
.ct0101_01 .doctor_wrap .cont .text01{font-size:30px;font-weight:500; padding-top:5px}
.ct0101_01 .doctor_wrap .cont .text01 span{font-size:20px;padding-left:20px}
.ct0101_01 .doctor_wrap .cont .text02{font-size:22px;padding:15px 0 0 0; color:#666666}
.ct0101_01 .doctor_wrap .cont .text03{font-size:20px;color:#003494; font-weight:500;padding:35px 0 0 0}
.ct0101_01 .doctor_wrap .cont .text04{padding:0; margin:10px 0 0 0}
.ct0101_01 .doctor_wrap .cont .text04 li{padding:0 0 0 15px; margin:0;line-height:30px; background:url('/sm2018/images/sub01/doctor_icon1.jpg') no-repeat left 15px}
.ct0101_01 .doctor_wrap .cont .text05{padding:0; margin:10px 0 0 0}
.ct0101_01 .doctor_wrap .cont .text05 li{padding:0 0 0 15px; margin:0;line-height:30px; background:url('/sm2018/images/sub01/doctor_icon1.jpg') no-repeat left 15px}

/* 의료진 학력경력 탭 */
.doctortab *{box-sizing: border-box; }
.seaTabs_switch { overflow: hidden; }
.seaTabs_tab {float: left;cursor: pointer;}
.seaTabs_switch_active { cursor: default; }
.seaTabs_item { display: none; }
.seaTabs_content_active { display: block; }
.seaTabs_switch { }
.seaTabs_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f9f9f9;
	  font-size:18px;
	  width:255px;
	  border-top:1px solid #d7d7d7;
	  border-right:1px solid #d7d7d7;
	  border-bottom:1px solid #4c4c4c;
	  border-left: 1px solid #d7d7d7;
}
.seaTabs_tab:first-child {


}
.seaTabs_content { margin-top: -1px; border-top: 1px solid #4c4c4c; padding:45px 30px }
.seaTabs_item { }
.seaTabs_switch_active {
	  background: #ffffff;
	  color:#333333;
	  font-weight:500;
	  border-top:1px solid #4c4c4c;
	  border-right:1px solid #4c4c4c;
	  border-bottom:0px solid #4c4c4c;
	  border-left:1px solid #4c4c4c;
}

.seaTabs_content .text05{padding:0; margin:10px 0 0 0}
.seaTabs_content .text05 li{padding:0 0 0 15px; margin:0;line-height:30px; background:url('/sm2018/images/sub01/doctor_icon2.jpg') no-repeat left 13px}


.ct0103_01{float:left; width:100%;}
.ct0103_01 .imgbox{float:left; width:300px; border:1px solid #cccccc;}
.ct0103_01 a:hover .imgbox {border:1px solid #000000;}
.ct0103_01 .imgbox_mgr{margin-right:50px}
.ct0103_01 .imgbox_mgb{margin-bottom:50px}
.ct0103_01 .imgbox_mgl{margin-left:350px}

.ct0104_01{float:left; width:100%; text-align:center; min-height:300px}

.ct0201_01{float:left; width:100%; padding:0 0 50px 0}
.ct0201_01 .cttopimg{float:left; width:100%;}
.ct0201_01 .cttopimg_mgb{margin-bottom:50px}
.ct0201_01 .box_cont00{float:left; width:998px; margin:30px 0 0 0; border:0px solid #e3e3e3; padding:20px 30px; text-align:left;background:#666666;box-sizing: border-box;color:#ffffff }
.ct0201_01 .box_cont00 span{color:#f7ffa0; font-weight:500; font-size:18px }
.ct0201_01 .box_cont{float:left; width:998px; margin:0 0 30px 0; border:1px solid #e3e3e3; padding:20px 30px; text-align:left;background:#f3f3f3;box-sizing: border-box; }
.ct0201_01 .box_cont span{color:#ff3300; font-size:18px; font-weight:500}
.ct0201_01 .lefttit{float:left; width:100%;margin:30px 0 0 0;font-size:30px; color:#ee8e28; font-weight:700; text-align:left; padding:0 0 15px 0;background:url('/healthcenter/images/sub02/ct0201_icon1.jpg') no-repeat;}
.ct0201_01 table {width:100%;border-spacing:0; padding:0 ;border-collapse: collapse;border-top: 2px solid #666666;border-left: 1px solid #e3e3e3}
.ct0201_01 table th{padding:10px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; background:#f3f3f3}
.ct0201_01 table td{padding:10px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}
.ct0201_01 table td .font_st01{color:#75bb00; font-size:20px; font-weight:500}
.ct0201_01 table td p{text-align:left; padding:0 20px}



.ct0201_01 .li-typet0101 {float:left; width:100%; padding:0; margin:0}
.ct0201_01 .li-typet0101 li {list-style:none;position:relative;top:0;left:0;padding:0 0 15px 20px;}
.ct0201_01 .li-typet0101 li:before {position:absolute;top:0;left:0;margin:0;background:none;}
.ct0201_01 .li-typet0101 li:nth-child(1):before {content:'①'}
.ct0201_01 .li-typet0101 li:nth-child(2):before {content:'②'}
.ct0201_01 .li-typet0101 li:nth-child(3):before {content:'③'}
.ct0201_01 .li-typet0101 li:nth-child(4):before {content:'④'}
.ct0101_01 .li-typet0101 li:nth-child(5):before {content:'⑤'}
.ct0201_01 .li-typet0101 li:nth-child(6):before {content:'⑥'}
.ct0201_01 .li-typet0101 li:nth-child(7):before {content:'⑦'}
.ct0201_01 .li-typet0101 li:nth-child(8):before {content:'⑧'}
.ct0201_01 .li-typet0101 li:nth-child(9):before {content:'⑨'}
.ct0201_01 .li-typet0101 li:nth-child(10):before {content:'⑩'}
.ct0201_01 .li-typet0101 li:nth-child(11):before {content:'⑪'}
.ct0201_01 .text03 {float:left; width:100%; padding:0; margin:0px 0 30px 0px}
.ct0201_01 .text03 li{padding:0 0 15px 15px; margin:0;line-height:25px; background:url('/healthcenter/images/sub01/ct0101_icon.jpg') no-repeat left 8px}
.ct0201_01 .text01{float:left; width:100%; padding:0; margin:10px 0 30px 0px}
.ct0201_01 .text01 li{padding:0 0 30px 15px; margin:0;line-height:25px; background:url('/healthcenter/images/sub01/ct0101_icon.jpg') no-repeat left 10px;font-size:16px; }
.ct0201_01 .text01 li span{color:#6cad00; font-size:18px; font-weight:500}


.ct0301_01{float:left; width:100%;}
.ct0301_01 .cttop_telimg{float:left; width:100%; margin:0 0 40px 0}
.ct0301_01 .telbox{float:left; width:480px;}
.ct0301_01 .telbox_mgr{margin-right:40px}
.ct0301_01 .telbox h2{float:left; width:100%;font-size:24px; color:#22a7cd; font-weight:700; text-align:left; padding:0 0 10px 0;background:url('/sm2018/images/sub03/ct0303_icon1.jpg') no-repeat;}
.ct0301_01 .telbox .mgt{margin-top:40px}
.ct0301_01 .telbox table {width:100%;border-spacing:0; padding:0 ;border-collapse: collapse;border-top: 2px solid #666666;;border-left: 1px solid #e3e3e3}
.ct0301_01 .telbox table th{padding:10px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;background:#f3f3f3}
.ct0301_01 .telbox table td{padding:10px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}
.ct0301_01 .telbox table td.bg01{background:#fdf3e9 !important}

.ct0302_01{float:left; width:100%;}
.ct0302_01 .topimg{float:left; width:100%; margin:0 0 40px 0}
.ct0302_01 .lefttit{float:left; width:100%;margin:30px 0 0 0;font-size:30px; color:#ee8e28; font-weight:700; text-align:left; padding:0 0 15px 0;background:url('/healthcenter/images/sub02/ct0201_icon1.jpg') no-repeat;}
.ct0302_01 .cont{float:left; width:100%;margin:0 0 30px 0;}
/* 주의사항 탭 */

.ct0302_switch { overflow: hidden; }
.ct0302_tab {float: left;cursor: pointer;}
.ct0302_switch_active { cursor: default; }
.ct0302_item { display: none; }
.ct0302_content_active { display: block; }
.ct0302_switch { }
.ct0302_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f9f9f9;
	  font-size:18px;
	  width:50%;
	  border-top:1px solid #d7d7d7;
	  border-right:1px solid #d7d7d7;
	  border-bottom:1px solid #4c4c4c;
	  border-left: 1px solid #d7d7d7;
}
.ct0302_tab:first-child {


}
.ct0302_content { margin: -1px 0 30px 0; border: 1px solid #4c4c4c; padding:20px 20px;}
.ct0302_item { }
.ct0302_switch_active {
	  background: #ffffff;
	  color:#333333;
	  font-weight:500;
	  border-top:1px solid #4c4c4c;
	  border-right:1px solid #4c4c4c;
	  border-bottom:0px solid #4c4c4c;
	  border-left:1px solid #4c4c4c;
}


.ct0302_content .text01{font-size:24px; color:#77a131;font-weight:500; padding:25px 0 15px 20px;background:url('/healthcenter/images/sub03/ct0302_icon1.jpg') no-repeat left 35px}

.ct0302_content .text02{font-size:18px; color:#000000;font-weight:500; padding:0 0 0 20px}
.ct0302_content .text03{padding:0 0 20px 0; margin:5px 0 20px 20px; border-bottom:1px solid #cccccc;}
.ct0302_content .text03 li{padding:0 0 0 15px; margin:0;line-height:30px; background:url('/healthcenter/images/sub01/ct0101_icon.jpg') no-repeat left 13px}
.ct0302_content .text04{color:#ff5050; font-size:18px; padding:20px }


.ct0303_01{float:left; width:100%;}
.ct0303_01_mgt50{margin-top:50px}
.ct0303_01 .lefttit{float:left; width:100%;font-size:30px; color:#22a7cd; font-weight:700; text-align:left; padding:0 0 30px 0;background:url('/sm2018/images/sub03/ct0303_icon1.jpg') no-repeat;}
.ct0303_01 .contwrap{float:left; width:100%; padding: 0 0 20px 0; margin:0 0 20px 0; border-bottom:1px solid #cccccc}
.ct0303_01 .contwrap .step{float:left; width:160px; padding: 65px 0 0 0; text-align:center; font-size:16px; font-weight:500; color:#2b2b2b}
.ct0303_01 .contwrap .title{float:left; width:160px;height:160px; padding: 40px 0 0 0; text-align:center; font-size:18px; font-weight:500; color:#ffffff;}
.ct0303_01 .contwrap .title_img01{background:url('/sm2018/images/sub03/ct0303_titlebg01.jpg') no-repeat;}
.ct0303_01 .contwrap .title_img02{background:url('/sm2018/images/sub03/ct0303_titlebg02.jpg') no-repeat;}
.ct0303_01 .contwrap .title_img03{background:url('/sm2018/images/sub03/ct0303_titlebg03.jpg') no-repeat;}
.ct0303_01 .contwrap .title_img04{background:url('/sm2018/images/sub03/ct0303_titlebg04.jpg') no-repeat;}
.ct0303_01 .contwrap .scont{float:left; width:680px; padding:65px 0 0 20px;box-sizing: border-box;}
.ct0303_01 .contwrap .scont .stit{color:#3dd0d7; font-size:22px; padding:0}
.ct0303_01 .contwrap .scont .cont{padding:0;font-size:14px}
.ct0303_01 .contwrap02{float:left; width:100%; padding: 0 0 20px 0; margin:0 0 20px 0; border-bottom:0px solid #cccccc}
.ct0303_01 .contwrap02 .list {margin-left:20px}
.ct0303_01 .contwrap02 .list li{list-style:square; padding:0 0 15px 0px;}

.ct0303_02{float:left; width:100%;padding:30px 0 50px 0}
.ct0303_02 .contwrap{float:left; width:998px; border:1px solid #e3e3e3;padding:20px;border-radius: 10px;box-sizing: border-box;margin:0 0 20px 0}
.ct0303_02 .contwrap .lefttit{float:left; width:20%;font-size:23px; color:#000000; font-weight:500;text-align:right; padding:0 20px 0 0;box-sizing: border-box;}
.ct0303_02 .contwrap .rightcont{float:left; width:80%; padding:0 0 0 20px; border-left:1px solid #e3e3e3;box-sizing: border-box;}
.ct0303_02 .contwrap .rightcont .list {margin-left:20px}
.ct0303_02 .contwrap .rightcont .list li{list-style:square; padding:0 0 15px 0px;font-size:18px;font-weight:300}


/*.ct0303_02{float:left; width:100%;margin:40px 0 0 0}
.ct0303_02 .lefttit{float:left; width:100%;font-size:30px; color:#3b869d; font-weight:700; text-align:center; padding:0 0 30px 0}
.ct0303_02 .rightcont{float:left; width:100%; padding:0;}
.ct0303_02 .rightcont .cont{float:left; width:235px; background:url('/sm2018/images/sub03/ct0303_ctbox_bg.jpg') no-repeat;}
.ct0303_02 .rightcont .cont_mgr{margin-right:20px}
.ct0303_02 .rightcont .cont .step{font-size:18px; color:#ffffff; padding:0; line-height:30px; font-weight:500;text-align:center}
.ct0303_02 .rightcont .cont .notit{float:left; width:100%;font-size:30px; color:#000000; font-weight:500 ;text-align:center ; padding:20px 0 }
.ct0303_02 .rightcont .cont .notit span{color:#39d1d4;}
.ct0303_02 .rightcont .cont .icon{text-align:center}
.ct0303_02 .rightcont .cont .nop{padding:40px 10px 20px 10px}
.ct0303_02 .rightcont .cont .stit{color:#3dd0d7; font-size:22px; padding:0 10px}
.ct0303_02 .rightcont .cont .scont{color:#666; padding:0 10px 15px 10px;font-size:14px}

.ct0303_02 .rightcont .cont02{float:left; width:100%; padding:0 0 5px 0; margin:0 0 0 0 }
.ct0303_02 .rightcont .cont02 .notit{float:left; width:280px;font-size:30px; color:#000000; font-weight:500  }
.ct0303_02 .rightcont .cont02 .notit span{color:#3dd0d7;}
.ct0303_02 .rightcont .cont02 img{padding:10px 0 0 50px}
.ct0303_02 .rightcont .cont02 .nop{float:left; width:510px; padding:10px 0 0 0}
.ct0303_02 .rightcont .cont02 .nop h2{ color:#3dd0d7; font-size:22px; padding:40px 0 0 0}
.ct0303_02 .rightcont .cont02_end{margin-bottom:0 !important }
*/
.ct0304_01{float:left; width:100%;}
.ct0304_01_mgt50{margin-top:50px}
.ct0304_01_mgt30{margin-top:30px}
.ct0304_01 .lefttit{float:left; width:100%;font-size:30px; color:#22a7cd; font-weight:700; text-align:left; padding:0 0 30px 0;background:url('/sm2018/images/sub03/ct0303_icon1.jpg') no-repeat;}
.ct0304_01 .contwrap{float:left; width:100%; padding: 0 0 20px 0; margin:0 0 20px 0; border-bottom:1px solid #cccccc}
.ct0304_01 .contwrap .step{float:left; width:160px; padding: 65px 0 0 0; text-align:center; font-size:16px; font-weight:500; color:#2b2b2b}
.ct0304_01 .contwrap .title{float:left; width:160px;height:160px; padding: 40px 0 0 0; text-align:center; font-size:18px; font-weight:500; color:#ffffff;}
.ct0304_01 .contwrap .title_img01{background:url('/sm2018/images/sub03/ct0304_titlebg01.jpg') no-repeat;}
.ct0304_01 .contwrap .title_img02{background:url('/sm2018/images/sub03/ct0304_titlebg02.jpg') no-repeat;}
.ct0304_01 .contwrap .title_img03{background:url('/sm2018/images/sub03/ct0304_titlebg03.jpg') no-repeat;}
.ct0304_01 .contwrap .title_img04{background:url('/sm2018/images/sub03/ct0304_titlebg04.jpg') no-repeat;}
.ct0304_01 .contwrap .title_img05{background:url('/sm2018/images/sub03/ct030402_titlebg01.jpg') no-repeat;}
.ct0304_01 .contwrap .title_img06{background:url('/sm2018/images/sub03/ct030402_titlebg02.jpg') no-repeat;}
.ct0304_01 .contwrap .title_img07{background:url('/sm2018/images/sub03/ct030402_titlebg03.jpg') no-repeat;}
.ct0304_01 .contwrap .scont{float:left; width:680px; padding:65px 0 0 20px;box-sizing: border-box;}
.ct0304_01 .contwrap .scont .stit{color:#3dd0d7; font-size:22px; padding:0}
.ct0304_01 .contwrap .scont .cont{color:#666; padding:0;font-size:14px}
.ct0304_01 .contwrap02{float:left; width:100%; padding: 0 0 20px 0; margin:0 0 20px 0; border-bottom:0px solid #cccccc}
.ct0304_01 .contwrap02 .list {margin-left:20px}
.ct0304_01 .contwrap02 .list li{list-style:square; padding:0 0 15px 0px;}
.ct0304_01 .contwrap .scont02{float:left; width:680px; padding-left:20px;box-sizing: border-box;}
.ct0304_01 .contwrap .pdt30{padding-top:30px;}
.ct0304_01 table {width:100%;border-spacing:0; padding:0 ;border-collapse: collapse;border-top: 2px solid #666666;border-left: 1px solid #e3e3e3}
.ct0304_01 table th{padding:10px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; }
.ct0304_01 table td{padding:10px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}

.ct0304_01_old{float:left; width:100%;margin:0 0 0 0}
.ct0304_01_old .lefttit{float:left; width:100%;font-size:30px; color:#3b869d; font-weight:700; text-align:left; padding:0 0 30px 0;background:url('/sm2018/images/sub03/ct0303_icon1.jpg') no-repeat;}
.ct0304_01_old .rightcont{float:left; width:100%; padding:0; margin:0 0 20px 0}


.ct0304_02{float:left; width:100%; padding:30px 0 50px 0}
.ct0304_02 .toptit{float:left; width:100%;font-size:30px; color:#3b869d; font-weight:700; text-align:left; padding:0 0 30px 0;background:url('/sm2018/images/sub03/ct0303_icon1.jpg') no-repeat;}
.ct0304_02 .contwrap{float:left; width:998px; border:1px solid #e3e3e3;padding:20px;border-radius: 10px;box-sizing: border-box;margin:0 0 20px 0}
.ct0304_02 .contwrap .lefttit{float:left; width:20%;font-size:23px; color:#000000; font-weight:500;text-align:right; padding:0 20px 0 0;box-sizing: border-box;}
.ct0304_02 .contwrap .rightcont{float:left; width:80%; padding:0 0 0 20px; border-left:1px solid #e3e3e3;box-sizing: border-box;}
.ct0304_02 .contwrap .rightcont .list {margin-left:20px}
.ct0304_02 .contwrap .rightcont .list li{list-style:square; padding:0 0 15px 0px;font-size:18px;font-weight:300}

.ct0304_02 .rightcont .cont{float:left; width:100%; border-bottom:1px dashed #e3e3e3; padding:0 0 20px 0; margin:0 0 30px 0 }
.ct0304_02 .rightcont .cont .notit{float:left; width:100%;font-size:30px; color:#000000; font-weight:300  }
.ct0304_02 .rightcont .cont .notit .step{font-size:18px; color:#ffffff; padding:0 0 0 5px; line-height:30px; font-weight:500;background:url('/sm2018/images/sub03/step_bg.jpg') no-repeat left;  }
.ct0304_02 .rightcont .cont .notit02{float:left; width:100%;font-size:25px; color:#000000; font-weight:300 ;background:url('/sm2018/images/sub03/icon_ct0302_1.jpg') no-repeat left 13px;padding:5px 0 15px 30px; }

.ct0304_02 .rightcont .cont_end{margin-bottom:0 !important }
.ct0304_02 .rightcont .cont_noline{border-bottom:0px !important }
.ct0304_02 .rightcont .cont .notit02 .list {margin-left:20px}
.ct0304_02 .rightcont .cont .notit02 .list li{list-style:square; padding:0 0 15px 0px;font-size:20px;font-weight:300}

.ct0305_switch { overflow: hidden; }
.ct0305_tab {float: left;cursor: pointer;}
.ct0305_switch_active { cursor: default; }
.ct0305_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f3f3f3;
	  font-size:18px;
	  width:255px;
}
.ct0305_switch_active {
	  color:#ffffff;
	  font-weight:500;
	  border:0px solid #d6d6d6;
	  background:#42b8da
}
.ct0305_item { display: none; }
.ct0305_content_active { display: block; }
.ct0305_content { border-top: 1px solid #42b8da; padding:0}

.ct0305_01{float:left; width:100%;}
.ct0305_01 .text01{text-align:center; padding:50px 0; border-bottom:1px solid #e3e3e3}
.ct0305_01 .lefttit{font-size:27px; color:#22a7cd; font-weight:700; background:url('/sm2018/images/sub03/ct0303_icon1.jpg') no-repeat;}
.ct0305_01 .lefttit_mgt50{margin-top:50px}
.ct0305_01 table {width:100%;margin:20px 0 0 0;border-spacing:0; padding:0 ;border-collapse: collapse;border-top: 2px solid #666666;border-left: 1px solid #e3e3e3}
.ct0305_01 table th{padding:15px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; background:#f2f2f2; font-size:17px; font-weight:500}
.ct0305_01 table td{padding:15px; text-align:left;border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}
.ct0305_01 table td .align01{text-align:center;}
.ct0305_01 table td .align02{text-align:right;}
.ct0305_01 .text02{text-align:left; padding:10px;color:#666666}
.ct0305_01 .text03{color:#ff6600; padding-left:20px}
.ct0305_01 .text04box{width:100%; border:1px solid #e3e3e3; margin:30px 0; padding:50px}
.li-type0305 {padding:0; margin:0}
.li-type0305 li {list-style:none;position:relative;top:0;left:0;padding-left:20px;}
.li-type0305 li:before {position:absolute;top:0;left:0;margin:0;background:none;}
.li-type0305 li:nth-child(1):before {content:'①'}
.li-type0305 li:nth-child(2):before {content:'②'}
.li-type0305 li:nth-child(3):before {content:'③'}
.li-type0305 li:nth-child(4):before {content:'④'}
.li-type0305 li:nth-child(5):before {content:'⑤'}
.li-type0305 li:nth-child(6):before {content:'⑥'}
.li-type0305 li:nth-child(7):before {content:'⑦'}
.li-type0305 li:nth-child(8):before {content:'⑧'}
.li-type0305 li:nth-child(9):before {content:'⑨'}
.li-type0305 li:nth-child(10):before {content:'⑩'}
.li-type0305 li:nth-child(11):before {content:'⑪'}

.li-type030502 {padding:0; margin:10px }
.li-type030502 li {list-style:none;position:relative;top:0;left:0;padding-left:15px;color:#666666}
.li-type030502 li:before {position:absolute;top:0;left:0;margin:0;background:none;color:#666666}
.li-type030502 li:nth-child(1):before {content:'-'}
.li-type030502 li:nth-child(2):before {content:'-'}
.li-type030502 li:nth-child(3):before {content:'-'}
.li-type030502 li:nth-child(4):before {content:'-'}
.li-type030502 li:nth-child(5):before {content:'-'}

.li-type030503 {padding:0 0 0 10px; margin:10px }
.li-type030503 li {list-style:disc;position:relative;top:0;left:0;padding-left:5px;}

.li-type030504 {padding:0; margin:5px 0 20px 0 }
.li-type030504 li {list-style:none !important;position:relative;top:0;left:0;padding-left:15px  !important;color:#666666}
.li-type030504 li:before {position:absolute;top:0;left:0;margin:0;background:none;color:#666666}
.li-type030504 li:nth-child(1):before {content:'-'}
.li-type030504 li:nth-child(2):before {content:'-'}
.li-type030504 li:nth-child(3):before {content:'-'}
.li-type030504 li:nth-child(4):before {content:'-'}
.li-type030504 li:nth-child(5):before {content:'-'}

.ct0305_01 .table02 {width:100%;margin:20px 0 0 0;border-spacing:0; padding:0 ;border-collapse: collapse;border-top: 1px solid #666666;border-left: 0px solid #e3e3e3}
.ct0305_01 .table02 th{padding:15px; text-align:center;border-bottom: 1px solid #e3e3e3; border-right: 0px solid #e3e3e3; background:#f2f2f2; font-size:17px; font-weight:500}
.ct0305_01 .table02 td{padding:15px; text-align:left;border-bottom: 0px solid #e3e3e3; border-right: 0px solid #e3e3e3;}

.ct0601_01{float:left; width:100%;height:394px;background:url('/healthcenter/images/sub01/ct0101_img1.jpg') no-repeat;}
.ct0601_01 .text01{float:right; width:600px}
.ct0601_01 .text01 .st01{font-size:30px; font-weight:500; color:#000000;padding:30px 0 15px 0}
.ct0601_01 .text01 .st02{font-size:40px; font-weight:100; color:#8cbd3a; line-height:45px}
.ct0601_01 .text01 .st02 .st02_bold01{font-weight:700;}
.ct0601_01 .text01 .st02 .st02_bold02{font-weight:500;}
.ct0601_01 .text01 .st03 {font-size:18px; padding:30px 0 0 0}


.ct0601_02{float:left; width:100%;margin:80px 0 0 0}
.ct0601_02 .img{float:left; width:400px; text-align:center}
.ct0601_02 .cont{float:left; width:600px;}
.ct0601_02 .cont h2{float:left; width:100%; color:#000000; font-size:25px; line-height:30px}
.ct0601_02 .cont h2 span{font-size:30px}
.ct0601_02 .cont .text01{float:left; width:100%; padding:0; margin:10px 0 30px 43px}
.ct0601_02 .cont .text01 li{padding:0 0 10px 15px; margin:0;line-height:25px; background:url('/healthcenter/images/sub01/ct0101_icon.jpg') no-repeat left 10px;font-size:18px; }

/* 전체메뉴 시작 */
.mask {
            position:absolute;
            left:0;
            top:0;
            z-index:9999;
            background-color:#000;
            display:none;
        }
.window {
            display: none;
            background-color: #ffffff;
			width:1100px;
            height: 600px;
            z-index:99999;
			padding:0
        }

.total_menu{float:left; width:900px; margin: 0 100px; }
.total_menu .btitle{float:left;width:100%;text-align:center; color:#00a1e9; font-size:24px; line-height:26px; font-weight:500; padding:30px 0 0 0;}
.total_menu .menu{float:left;width:100%;margin:30px 0 0 0;}
.pedi_close{width:50px; height:50px; position: absolute; right:0; top:0}
#total_gnb_1dul {float:left; padding:0;width:100%; border-top:1px solid #ebebeb; border-bottom:1px solid #adadad}
.total_gnb_1dli {float:left; font-size:0;line-height:0;}
.total_gnb_1dli img{vertical-align:top}
.total_gnb_1da {display:inline-block;text-align:center;width:300px; padding:0;font-size:20px;line-height:60px; color:#000000; font-weight:500; text-decoration:none}
.total_gnb_1da:focus, .total_gnb_1da:hover {color:#000; text-decoration:none}


.total_menu .menu .submenubox{width:270px; height:400px; float:left; margin:20px 15px; border:1px solid #adadad;padding:10px 10px;box-sizing: border-box;text-align:center }
.total_menu .menu .submenubox .gnb_2da{color:#666666; font-size:14px; font-weight:300; line-height:50px}
.total_menu .menu .submenubox .gnb_2da:hover{color:#00a1e9; font-weight:500;}
/* 전체메뉴 끝 */

.sub_wrapper03_box{float:left; width:100%;margin:50px 0 0 0}
.article_contents{
	text-align:left;
	padding:0 0 50px 100px;
	position: relative;
}
.galleryimg_title{position: absolute; width:800px; height:40px; background:#000; bottom:0;z-index:99999}

/* 병원둘러보기 탭 */
.gallerytab{margin:0 0 30px 0}
.gallerytab *{box-sizing: border-box; }
.gallery_switch { overflow: hidden; }
.gallery_tab {float: left;cursor: pointer;}
.gallery_switch_active { cursor: default; }
.gallery_item { display: none; }
.gallery_content_active { display: block; }
.gallery_switch { }
.gallery_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f9f9f9;
	  font-size:18px;
	  width:125px;
	  border-top:1px solid #d7d7d7;
	  border-right:1px solid #d7d7d7;
	  border-bottom:1px solid #4c4c4c;
	  border-left: 1px solid #d7d7d7;
}
.gallery_tab:first-child {


}
.gallery_content { margin-top: -1px; border-top: 1px solid #4c4c4c; padding:45px 30px }
.gallery_item { }
.gallery_switch_active {
	  background: #ffffff;
	  color:#333333;
	  font-weight:500;
	  border-top:1px solid #4c4c4c;
	  border-right:1px solid #4c4c4c;
	  border-bottom:0px solid #4c4c4c;
	  border-left:1px solid #4c4c4c;
}

.gallery_content .text05{padding:0; margin:10px 0 0 0}
.gallery_content .text05 li{padding:0 0 0 15px; margin:0;line-height:30px; background:url('/sm2018/images/sub01/doctor_icon2.jpg') no-repeat left 13px}




.center_switch { overflow: hidden; }
.center_tab {float: left;cursor: pointer;}
.center_switch_active { cursor: default; }
.center_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f3f3f3;
	  font-size:18px;
	  width:255px;
}
.center_switch_active {
	  color:#ffffff;
	  font-weight:500;
	  border:0px solid #d6d6d6;
	  background:#42d0da
}
.center_item { display: none; }
.center_content_active { display: block; }
.center_content { border-top: 1px solid #42d0da; padding:0}

.center_topimg_wrap{float:left; width:100%;margin:0 0 0 0; border-top: 1px solid #42d0da; padding:0}

.center_cont_wrap{float:left; width:100%;margin:50px 0 0 0}

.ct0201_wrap{float:left; width:100%;}
.ct0201_wrap_mgt{margin-top:50px}
.ct0201_wrap .lefttitle{float:left; width:150px; font-size:20px; color:#333333; font-weight:500; border-top:2px solid #333333; padding:30px 0 0 0; text-align:center}
.ct0201_wrap .rightcont{float:left; width:850px; border-top:2px solid #d9d9d9}
.ct0201_wrap .rightcont .cont{float:left; width:830px;margin:30px 0 0 20px;}
.ct0201_wrap .rightcont .cont .text01{ line-height:25px}
.ct0201_wrap .rightcont .cont .text02{ padding:40px 0 0 0 }
.ct0201_wrap .rightcont .cont .text02 span{font-weight:500; color:#0075c4;font-size:18px}
.ct0201_wrap .rightcont .cont .text03{padding:0 0 0 0 }
.ct0201_wrap .rightcont .cont .text03 span{font-weight:500; color:#0075c4;font-size:18px}
.ct0201_wrap .rightcont .cont .text03_nobox{float:left; width:100%;margin:10px 0 0 0; border:1px solid #cccccc; padding:10px 20px;box-sizing: border-box;border-radius: 10px;}
.ct0201_wrap .rightcont .cont .text03_nobox_engmg{margin-bottom:10px; }
.ct0201_wrap .rightcont .cont .text03_nobox .text01{color:#00b9ef; font-size:20px; font-weight:700; padding:0 20px 0 0}
.ct0201_wrap .rightcont .cont .text03_nobox .text02{color:#666666; font-size:15px; padding:0 0 0 20px}
.ct0201_wrap .rightcont .cont .text03_nobox .text03{color:#00b9ef; font-size:16px; font-weight:700; }
.ct0201_wrap .rightcont .cont .text03_nobox .text04{color:#666666; font-size:15px; }
.ct0201_wrap .rightcont .cont .text04{font-weight:300; color:#ff6600; }
.ct0201_wrap .rightcont .cont .text05{font-weight:300; color:#333333; padding:15px 0 0 0 }
.ct0201_wrap .rightcont .cont .text05 span{font-weight:500; color:#000000;font-size:16px}

.ct0603_wrap{float:left; width:100%; margin:0 0 0 0;border-top:1px solid #e3e3e3; padding:30px 0 30px 0}
.ct0603_wrap .date{float:left; width:180px;background:url('/sm2018/images/sub06/ct0603_2.jpg') no-repeat 0 3px; padding:0 0 0 40px;box-sizing: border-box;}
.ct0603_wrap .cont{float:left; width:468px;padding:0 0 0 0;box-sizing: border-box;}
.ct0603_wrap .cont span{color:#6a97d9; font-weight:300}

.ct0602_wrap{float:left; width:100%; }
.ct0602_wrap p{text-align:center; padding-bottom:100px;}
.ct0602_wrap .text01{font-size:24px; color:#333333; font-weight:500;}
.ct0602_wrap .pdt100{padding:100px 0 0 0}
.ct0602_wrap .pdt30{padding:30px 0 0 0}

.ct0604_wrap{float:left; width:100%; }
.ct0604_wrap p{text-align:center}
.ct0604_wrap .text01{font-size:20px; color:#333333; font-weight:300;text-align:left !important; padding:50px 0 60px 180px}
.ct0604_wrap .pdt60{padding:40px 0 0 0}
.ct0604_wrap .text00{font-size:50px; font-weight:500; color:#386ec0;line-height:65px; padding:30px 0 0 0 ;text-align:center; letter-spacing:-1.5px}
.ct0604_wrap .text00 span{color:#000;font-weight:500;}
.ct0604_wrap .text03{font-size:33px; font-weight:300; color:#333333;line-height:50px; padding:0 0 30px 0 ;text-align:center}

.ct0606_01{float:left; width:100%;}
.ct0606_01 .map{float:left; width:100%;margin:0 0 30px 0; padding:0}
.ct0606_01 .tel{font-size:20px; color:#333; text-align:right; padding:0 0 15px 0}
.ct0606_01 .tel span{font-size:25px; color:#f28d2c; font-weight:500}
.ct0606_02{float:left; width:100%; margin:30px 0 0 0; border-top:1px solid #e3e3e3; padding:30px 0 0 0}
.ct0606_02 .date{float:left; width:200px;color:#6cac00;background:url('/sm2018/images/sub06/ct0603_2.jpg') no-repeat 0 3px; padding:0 0 0 40px;box-sizing: border-box;}
.ct0606_02 .cont{float:left; width:800px;padding:0 0 0 40px;box-sizing: border-box;}
.ct0606_02 .cont span{color:#6a97d9; font-weight:300}

.ct0603tab *{box-sizing: border-box; }
.ct0603tab {float:left; width:250px; margin:0 50px 0 0}
.ct0603_switch { overflow: hidden; }
.ct0603_tab {cursor: pointer;}
.ct0603_switch_active { cursor: default; }
.ct0603_tab {
	  text-align:center;
	  padding:0;
	  height:70px;
	  line-height:70px;
	  background: #f3f3f3;
	  font-size:18px;
	  width:250px;
	  border-bottom:1px solid #fff
}
.ct0603_switch_active {
	  color:#ffffff;
	  font-weight:500;
	  border:0px solid #d6d6d6;
	  background:#386ec0
}
.ct0603_item { display: none; }
.ct0603_content_active { display: block; }
.ct0603_content {float:left; width:699px; padding:0 0 0 50px; border-left: 1px solid #386ec0; }

.privacy_wrap{float:left; width:100%;min-height:500px; text-align:center}