/*board*/
a.btn_b01, .btn_b01{background: #1499dd;}
.btn_b01:hover, .btn_b01:hover{background: #1499dd;}
a.btn_b02, .btn_b02{background: #2eb300;}
a.btn_b02:hover, .btn_b02:hover{background: #2eb300;}
.btn_submit, .btn_submit:hover{background: #305063;}
#bo_gall li.empty_list{width:100%; }
.bo_v_nb li .nb_tit{color:#1499dd}
.no_image{display:block; text-align:center; background:#eee;}
.agree{width:95%; max-width:1200px; height:500px; margin:auto; overflow-y:auto;}

/* tab { */
.tab {
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.tab li {
    float:left;
    width:50%;
    border:1px solid #dddddd;
}
.tab li + li {
    border-left:none;
}
.tab li.on, .tab li.focus {
    border-bottom:3px solid #1499dd;
}
.tab.x3 li {
    width:392px;
}
.tab.x4 li {
    width:294px;
}
.tab.x4 li + li + li + li {
    width:293px;
}
.tab.x5 li {
    width:235px;
}
.tab.x5 li:last-of-type {
    width:234px;
}
.tab.x6 li {
    width:195px;
}
.tab.x6 li + li + li + li {
    width:196px;
}
.tab li a {
    display:block;
    padding:22px 10px;
    font-family:"noto-sans-scott-l";
    font-size:16px;
    line-height:16px;
    color:#111111;
    text-align:center;
}
.tab li.on a, .tab li.focus a {
    padding:22px 10px 20px;
    font-family:"noto-sans-scott-r";
    color:#1499dd;
}
.tab_content {
    display:none;
}
.tab_content.on {
    display:block;
}
/* } tab */
/* lnb { */
.lnb {
    width:100%;
    background:#1a9ad8;
}
.lnb ul {
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.lnb ul li {
    float:left;
    width:50%;
}
.lnb.x1 ul {
    width:200px;
}
.lnb.x1 ul li {
    width:200px;
}
.lnb.x2 ul {
    width:400px;
}
.lnb.x2 ul li {
    width:200px;
}
.lnb.x3 ul li {
    width:400px;
}
.lnb.x4 ul {
    width:800px;
}
.lnb.x4 ul li {
    width:200px;
}
.lnb.x5 ul li {
    width:240px;
}
.lnb.x6 ul li {
    width:200px;
}
.lnb.x7 ul li {
    width:171px;
}
.lnb.x7 ul li + li + li + li + li {
    width:172px;
}
.lnb.x8 ul li {
    width:150px;
}
.lnb.x9 ul li {
    width:133px;
}
.lnb.x9 ul li + li + li + li + li + li + li {
    width:134px;
}
.lnb.x10 ul li {
    width:120px;
}
.lnb ul li.on, .lnb ul li.focus {
    background:#ffffff;
}
.lnb ul li a {
    display:block;
    padding:27px 10px;
    font-family:"noto-sans-scott-r";
    font-size:16px;
    line-height:16px;
    color:#ffffff;
    text-align:center;
}
.lnb ul li.on a, .lnb ul li.focus a {
    color:#305063;
}
/* } lnb */

/* sub_visual { */
.sub_visual {
    padding:135px 0;
    background-position:center top !important;
    background-repeat:no-repeat !important;
}
.sub_visual.rehabilitation {
    background:url('../images/subvisual_rehabilitation.jpg');
}
.sub_visual.cancercare {
    background:url('../images/subvisual_cancercare.jpg');
}
.sub_visual.injurycarecenter {
    background:url('../images/subvisual_injurycarecenter.jpg');
}
.sub_visual.primeward {
    background:url('../images/subvisual_primeward.jpg');
}
.sub_visual.clinic {
    background:url('../images/subvisual_clinic.jpg');
}
.sub_visual.notice {
    background:url('../images/subvisual_notice.jpg');
}
.sub_visual.hospital {
    background:url('../images/subvisual_hospital.jpg');
}
.sub_visual.kidney {
    background:url('../images/subvisual_kidney.png');
}
.sub_visual.integrated {
    background:url('../images/subvisual_integrated.png');
}
.sub_visual h3 {
    width:500px;
    margin:0 auto;
    padding:50px 0;
    font-family:"noto-sans-scott-dl";
    font-size:50px;
    line-height:50px;
    color:#ffffff;
    background:url('../images/gray_bg.png') repeat left top;
    text-align:center;
}
.sub_visual.hospital h3 {
    padding:75px 0;
}
.sub_visual h3 span {
    display:block;
    font-size:25px;
}
/* } sub_visual */

/* 공통 { */
.content {
    min-height:700px;
    padding:0 0 150px;
}

.sub_section {
    padding:100px 0;
    background:#ffffff;
}
.sub_section.p_no {
    padding:0;
}
.sub_section.p_no_top {
    padding:0 0 100px;
}
.sub_section.p_no_bottom {
    padding:100px 0 0;
}
.sub_section.gray {
    background:#f9f9f9;
}
.sub_section.gray02 {
    background:#eeeeee;
}

.center_box {
    width:1180px;
    margin:0 auto;
}

.sub_tit {
    display:block;
    text-align:center;
    margin-bottom:94px;
}
.sub_tit span {
    position:relative;
    display:inline-block;
    padding:30px;
    font-family:"noto-sans-scott-dl";
    font-size:40px;
    line-height:37px;
    color:#222222;
}
.sub_tit span:before, .sub_tit span:after {
    content:'';
    display:block;
    position:absolute;
    width:19px;
    height:19px;
    border:1px solid #1a9ad8;
}
.sub_tit span:before {
    top:0;
    left:0;
    border-right:none;
    border-bottom:none;
}
.sub_tit span:after {
    bottom:0;
    right:0;
    border-left:none;
    border-top:none;
}
.sub_tit_sub {
    position:relative;
    display:block;
    padding-bottom:31px;
    margin-bottom:30px;
    font-family:"noto-sans-scott-r";
    font-size:25px;
    line-height:25px;
    text-align:center;
    color:#111111;
}
.sub_tit_sub:after {
    content:'';
    width:30px;
    position:absolute;
    left:50%;
    bottom:0;
    margin-left:-15px;
    border-bottom:1px solid #1a9ad8;
}
.sub_tit_text {
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:30px;
    text-align:center;
    color:#111111;
}
.sub_tit_text + .sub_tit_text {
    margin-top:15px;
}

.tit01 {
    position:relative;
    padding-top:22px;
    margin-bottom:28px;
    font-family:"noto-sans-scott-r";
    font-size:25px;
    line-height:25px;
    color:#111111;
}
.tit01 span {
    font-family:"noto-sans-scott-l";
}
.tit01:before {
    content:'';
    display:block;
    position:absolute;
    width:20px;
    height:5px;
    left:0;
    top:0;
    background:#1a9ad8;
}
.tit02, .tit03 {
    display:inline-block;
    min-width:44px;
    padding:16px 28px;
    border-radius:26px;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:18px;
    text-align:center;
    color:#ffffff;
    background:#1a9ad8;
}
.tit03 {
    min-width:100px;
    padding:9px 0;
}
.tit02.m_top {
    margin-top:50px;
}
.tit03.m_top {
    margin-top:28px;
}
.tit04 {
    display:block;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:18px;
    color:#1a9ad8;
}

.boards{
	overflow:hidden;
}
.boards .m_top30 {
    margin-top:26px !important;
	margin-bottom:100px !important;
}

.float_box {
    overflow:hidden;
}
.float_box.m_top30 {
    margin-top:26px !important;
}

.float_box > li {
    float:left;
    width:50%;
    box-sizing:border-box;
}
.float_box > li.first {
    margin-left:0 !important;
}

.float_box.x2 > li {
    width:580px;
    margin-left:20px;
}
.float_box.x2 > li + li + li {
    margin-top:20px;
}
.float_box.x3 > li {
    width:380px;
    margin-left:20px;
}
.float_box.x3 > li + li + li + li {
    margin-top:28px;
}
.float_box.border > li {
    border-top:2px solid #1a9ad8;
}
.float_box > li img {
    width:100%;
}
.float_box > li .normal_text {
    padding-top:16px;
}

.float_icon_box {
    overflow:hidden;
    margin-top:30px;
}
.float_icon_box li {
    float:left;
    width:50%;
    min-height:360px;
    text-align:center;
    background:#f9f9f9;
    padding:47px 0;
}
.float_icon_box li.first {
    margin-left:0 !important;
}
.float_icon_box.x3 li {
    width:380px;
    margin-left:20px;
}
.float_icon_box.x3 li + li + li + li {
    margin-top:28px;
}
.float_icon_box li img {
    margin-bottom:38px;
}
.float_icon_box li .normal_text {
    padding-top:16px;
    font-size:16px;
    line-height:25px;
    text-align:center;
}

.float_num_box {
    overflow:hidden;
    margin-top:30px;
}
.float_num_box li {
    float:left;
    position:relative;
    box-sizing:border-box;
    width:50%;
    min-height:110px;
    background:#305063;
    border:1px solid #305063;
    padding:28px 0 28px 106px;
}
.float_num_box li.first {
    margin-left:0 !important;
}
.float_num_box li.line_one {
    padding:40px 0 40px 106px;
}
.float_num_box li.line_three {
    padding:16px 0 16px 106px;
}
.float_num_box li.white {
    background:#ffffff;
}
.float_num_box li .normal_text {
    padding-top:0;
    font-size:16px;
    line-height:25px;
    color:#ffffff;
}
.float_num_box li.white .normal_text {
    color:#111111;
}
.float_num_box li span {
    display:block;
    position:absolute;
    top:32px;
    left:32px;
    font-family:"noto-sans-scott-b";
    font-size:50px;
    line-height:38px;
    color:#566f7e;
}
.float_num_box.x3 li {
    width:380px;
    margin-left:20px;
}
.float_num_box.x3 li + li + li + li {
    margin-top:20px;
}

.float_bul_content li {
    overflow:hidden;
    position:relative;
}
.float_bul_content li:before, .float_bul_content li:after {
    content:'';
    display:block;
    position:absolute;
}
.float_bul_content li:before {
    width:69px;
    border-top:1px solid #bbbbbb;
    top:67px;
    left:580px;
}
.float_bul_content li:after {
    width:10px;
    height:10px;
    background:#bbbbbb;
    border-radius:50%;
    top:63px;
    left:649px;
}
.float_bul_content li.right:before {
    left:auto;
    right:580px;
}
.float_bul_content li.right:after {
    left:auto;
    right:649px;
}
.float_bul_content li img {
    float:left;
}
.float_bul_content li .normal_text {
    float:left;
    width:600px;
    box-sizing:border-box;
    padding:54px 0 0 99px;
}
.float_bul_content li.right .normal_text {
    padding:54px 99px 0 0;
}

.normal_text {
    display:block;
    padding-top:30px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:30px;
    color:#111111;
}
.normal_text.p_no_top {
    padding-top:0 !important;
}
.normal_text .normal_blue {
    color:#1a9ad8;
}

.m_top5 {
    margin-top:5px !important;
}
.m_top10 {
    margin-top:10px !important;
}

.al_center {
    text-align:center;
}

.content_bar {
    display:block;
    width:100%;
    border-top:1px solid #bbbbbb;
    margin:28px 0;
}
.content_bar02 {
    display:block;
    width:100%;
    border-top:1px solid #1a9ad8;
    margin:28px 0;
}

.bul_list {
    margin-top:10px;
}
.bul_list.m_no_top {
    margin-top:0 !important;
}
.bul_list.m_top30 {
    margin-top:26px !important;
}
.bul_list.m_top50 {
    margin-top:46px !important;
}
.bul_list li {
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:30px;
    color:#111111;
    padding-left:30px;
    text-indent:-30px;
}
.bul_list li + li {
    /* margin-top:8px; */
}
.bul_list li span {
    display:inline-block;
    width:20px;
    line-height:20px;
    margin-top:6px;
    margin-right:6px;
    border-radius:50%;
    font-family:"noto-sans-scott-r";
    font-size:15px;
    text-align:center;
    color:#ffffff;
    background:#305063;
    vertical-align:top;
    text-indent:0;
}
.bul_list.check li span {
    position:relative;
    height:20px;
}
.bul_list.check li span:before, .bul_list.check li span:after {
    content:'';
    display:block;
    position:absolute;
    width:1px;
    background:#ffffff;
}
.bul_list.check li span:before {
    height:5px;
    transform:rotate(-45deg);
    top:8px;
    left:7px;
}
.bul_list.check li span:after {
    height:7px;
    transform:rotate(45deg);
    top:6px;
    left:11px;
}

.content_paging {
    overflow:hidden;
    text-align:center;
    margin-top:50px;
}
.content_paging div {
    display:inline-block;
}
.content_paging div + div {
    margin-left:5px;
}
.content_paging div a {
    display:block;
    box-sizing:border-box;
    width:22px;
    height:22px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height: 22px;
    color:#111111;
    text-align:center;
}
.content_paging div.on a {
    color:#1499dd;
}
.content_paging div.paging_arrow_prev {
    margin-right:26px;
}
.content_paging div.paging_arrow_prev + div {
    margin-left:0;
}
.content_paging div.paging_arrow_next {
    margin-left:26px;
}

.comment_box {
    overflow:hidden;
    box-sizing:border-box;
    width:1180px;
    padding:28px 60px;
    margin-top:28px;
    background:#f9f9f9;
}
.comment_box > span {
    display:block;
    float:left;
    padding:6px 49px 6px 0;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:30px;
    color:#111111;
}
.comment_box > span + span, .comment_box > span + ul {
    padding:6px 0 6px 49px;
    border-left:1px solid #bbbbbb;
    font-family:"noto-sans-scott-l";
}

.board_table {
    width:100%;
    margin-bottom:20px;
    border-top:1px solid #1a9ad8;
    border-bottom:1px solid #dddddd;
}
.board_table th {
    padding:20px 0;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    color:#111111;
    line-height:18px;
    /* border-top:1px solid #dddddd;  */
    background:#f8f8f8;
}
.board_table td {
    padding:20px 0;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    color:#111111;
    line-height:18px;
    text-align:center;
    border-top:1px solid #dddddd;
    background:#ffffff;
}
.board_table.type02 {
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
}
.board_table.type02 th, .board_table.type02 td {
    border-left:1px solid #dddddd;
}
.board_table tr th:first-child, .board_table tr td:first-child {
    border-left:none;
}
.board_table table tr:first-child th, .board_table table tr:first-child td {
    border-top:none;
}
.board_table tbody tr:first-child td, .board_table tbody tr:first-child th {
    border-top:1px solid #dddddd;
}
.board_table tbody th {
    background:#fcfbfa;
}
.board_table td.al_left {
    padding-left:11px;
    text-align:left;
}
.board_table td.bor_left {
    border-left:1px solid #dddddd !important;
}
.board_table .f_2 {
    padding:4px 0;
    line-height:25px;
}
.board_table .blue_txt {
    color:#1a9ad8;
}
.board_table .red_txt {
    color:#cc2a2a;
}
.board_table a {
    display:block;
    width:96%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
    color:#111111;
}
.board_table02 {
    width:100%;
    margin-bottom:20px;
    border-top:1px solid #1a9ad8;
    border-bottom:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
}
.board_table02 th {
    padding:20px 0;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    color:#111111;
    line-height:18px;
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    background:#f8f8f8;
}
.board_table02 td {
    padding:20px 0;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    color:#111111;
    line-height:18px;
    text-align:center;
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    background:#ffffff;
}
.board_table02 tr th:first-child, .board_table02 tr td:first-child {
    border-left:none;
}
.board_table02 table tr:first-child th, .board_table02 table tr:first-child td {
    border-top:none;
}
.board_table02 tbody tr:first-child td, .board_table02 tbody tr:first-child th {
    border-top:none;
}
.board_table02 tbody th {
    background:#fcfbfa;
}
.board_table02 td.al_left {
    padding-left:31px;
    text-align:left;
}
.board_table02 td.bor_left {
    border-left:1px solid #dddddd !important;
}
.board_table02 .f_2 {
    padding:4px 0;
    line-height:25px;
}
.board_btn_area {
    text-align:right;
    margin-top:30px;
}
.board_btn_area.center {
    text-align:center;
}
.board_btn_area a, .board_btn_area button, .board_btn_area input[type=submit] {
    display:inline-block;
    box-sizing:border-box;
    width:120px;
    height:50px;
    padding:15px 0 14px;
    text-align:center;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
}
.board_btn_area a + a {
    margin-left:12px;
}
.board_btn01 {
    border:1px solid #1a9ad8;
    color:#1a9ad8;
	background:#fff;
}
.board_btn02 {
    border:1px solid #999999;
    color:#111111;
}

.table_unit {
    display:block;
    margin:20px 0;
    text-align:right;
    font-family:"noto-sans-scott-l";
    font-size:16px;
    line-height:16px;
    color:#111111;
}

.search_box {
    overflow:hidden;
    text-align:center;
    margin-top:50px;
}
.search_box .search_select, .search_box .search_txt, .search_box .search_btn {
    display:inline-block;
    height:50px;
    vertical-align:top;
}
.search_box .search_select {
    width:180px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
    color:#111111;
	padding-left:7px;
	background: url(/images/select_bar.png) no-repeat 96% 50%;
	background-size:8px 8px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none; appearance: none;
}
.search_box .search_select::-ms-expand {
    display: none;
}select::-ms-expand {
    display: none;
}

.search_box .search_txt {
    width:310px;
    margin-left:20px;
	padding-left:10px;
}
.search_box .search_btn {
    width:50px;
    margin-left:20px;
}

.department_box {
    margin-top:40px;
    padding:38px 0;
    background:#f9f9f9;
}
.department_box ul {
    text-align:center;
}
.department_box ul li {
    display:inline-block;
    height:25px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.department_box ul li + li {
    margin-left:40px;
    padding-left:40px;
    border-left:1px solid #bbbbbb;
}
.department_box ul li span {
    font-family:"noto-sans-scott-r";
    font-size:18px;
    color:#111111;
}
.information_list {
    margin-top:24px;
}
.information_list li {
    padding-left:30px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.information_list li + li {
    margin-top:5px;
}
.information_list .chair {
    background:url("../images/information_list_icon01.png") no-repeat 1px 3px;
}
.information_list .mic {
    background:url("../images/information_list_icon02.png") no-repeat 2px 4px;
}
.information_list .clock {
    background:url("../images/information_list_icon03.png") no-repeat 1px 3px;
}
/* } 공통 */

/* 재활센터소개 { */
.rehabilitation_introduce_img_box {
    padding:44px 0 66px;
}
.rehabilitation_introduce_text_box {
    padding-top:44px;
}
.rehabilitation_introduce_text_box li {
    width:546px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:30px;
    color:#111111;
}
.rehabilitation_introduce_text_box li + li {
    box-sizing:content-box;
    margin-left:47px;
    padding-left:40px;
    border-left:1px solid #dddddd;
}
.rehabilitation_section02 li a {
    display:block;
}
/* } 재활센터소개 */

/* 운동치료 { */
.sub_section.sport_treatment_section02 {
    padding:40px 0;
}
.sport_treatment_section02 .center_box {
    overflow:hidden;
}
.sport_treatment_section02 .center_box > img {
    display:block;
    float:left;
    margin:26px 0 0 12px;
}
.sport_treatment_section02 .center_box > ul {
    float:left;
    width:700px;
    margin-left:78px;
}
.sport_treatment_section02 .center_box .normal_text {
    padding-top:14px;
}
.sport_treatment_section02 .center_box > ul ul {
    overflow:hidden;
    margin-top:12px;
}
.sport_treatment_section02 .center_box > ul ul li {
    float:left;
    width:150px;
    padding:17px 0;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
    text-align:center;
    color:#111111;
    background:#ffffff;
}
.sport_treatment_section02 .center_box > ul ul li + li {
    margin-left:10px;
}
.sport_treatment_section03 .float_num_box li {
    height:180px;
}
.sport_treatment_section04 .al_center {
    margin:98px 0 100px;
}
.sport_treatment_section04 .float_box {
    margin-top:30px;
}
.sport_treatment_section04 .float_box li {
    overflow:hidden;
    border:1px solid #dddddd;
}
.sport_treatment_section04 .float_box li img {
    display:block;
    width:auto;
    float:left;
}
.sport_treatment_section04 .float_box li .normal_text {
    float:left;
    box-sizing:border-box;
    width:299px;
    font-size:16px;
    line-height:25px;
    padding:21px 0 21px 30px;
}
.sport_treatment_section04 .float_box li .normal_text span {
    display:block;
    margin-bottom:14px;
    font-family:"noto-sans-scott-b";
    font-size:20px;
}
.sport_treatment_section05 .float_num_box li span {
    color:#ffffff;
    opacity:0.4;
}
.sport_treatment_section05 .float_num_box li.white span {
    color:#305063;
    opacity:0.4;
}
.sport_treatment_section06 .float_icon_box li {
    background:#ffffff;
    box-sizing:border-box;
    width:20%;
    height:200px;
    min-height:200px;
    padding:20px 0 16px;
}
.sport_treatment_section06 .float_icon_box li.first {
    border-left:none;
}
.sport_treatment_section06 .float_icon_box li + li {
    border-left:1px solid #dddddd;
}
.sport_treatment_section06 .float_icon_box li + li + li + li + li + li {
    margin-top:50px;
}
.sport_treatment_section06 .float_icon_box li img {
    margin-bottom:16px;
}

.sport_treatment_section07 .float_box {
    margin-top:50px;
}
.sport_treatment_section07 .float_box > li {
    height:380px;
}
.sport_treatment_section07 .float_box > li + li {
    padding-left:70px;
    border-left:1px solid #dddddd;
}
.sport_treatment_section07 .float_box .bul_list {
    margin-top:24px;
}
.sport_treatment_section08 .al_center {
    margin:98px 0 100px;
}
.sport_treatment_section08 .comment_box > ul {
    float:left;
    margin-top:0;
    padding:4px 0 4px 49px;
}
/* } 운동치료 */

/* 작업치료 { */
.work_treatment_float_text_box {
    padding-top:82px;
}
.work_treatment_float_text_box > li {
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:30px;
    color:#111111;
}
.work_treatment_float_text_box > li + li {
    padding-left:70px;
    border-left:1px solid #dddddd;
}
.work_treatment_float_text_box > li .bul_list {
    margin-top:20px;
}

.work_treatment_section01 .comment_box {
    margin-top:100px;
}
.work_treatment_section01 .al_center {
    padding-top:72px;
}

.work_treatment_section02 .work_treatment_float_text_box {
    padding-top:50px;
}
.work_treatment_section02 .float_box.x3 {
    margin-top:30px;
}
.work_treatment_section02 .float_box.x3 li {
    border:1px solid #dddddd;
}
.work_treatment_section02 .float_box.x3 li .normal_text {
    padding:16px 20px;
    font-size:16px;
}
.work_treatment_section02 .float_box.x3 li .normal_text span {
    display:inline-block;
    margin-right:12px;
    margin-bottom:4px;
    font-family:"noto-sans-scott-b";
    font-size:20px;
    vertical-align:middle;
}

.work_treatment_section03 .float_icon_box li {
    box-sizing:border-box;
    min-height:auto;
    padding:50px 0;
    background:#ffffff;
    border:1px solid #dddddd;
}
.work_treatment_section03 .float_icon_box li img {
    margin-bottom:34px;
}
.work_treatment_section03 .float_icon_box li .normal_text {
    padding-top:0;
}
/* .work_treatment_section03 .work_treatment_float_text_box {
    padding-top:50px;
}
.work_treatment_section03 .work_treatment_float_text_box > li {
    min-height:170px;
} */
.work_treatment_section03 .work_treatment_float_text_box > li {
    width:528px;
    padding:8px 0 8px;
}
.work_treatment_section03 .work_treatment_float_text_box > li + li {
    width:652px;
    height:470px;
    padding:8px 0 8px 70px;
}
.work_treatment_section03 .work_treatment_float_text_box {
    padding-top:50px;
}
.work_treatment_section03 .work_treatment_float_text_box img {
    display:block;
    width:auto;
    /* margin-top:30px; */
}

.work_treatment_section04 .float_bul_content {
    margin-top:30px;
}
.work_treatment_section04 .float_bul_content li .normal_text {
    width:590px;
}
.work_treatment_section04 .float_bul_content li:before {
    left:590px;
}
.work_treatment_section04 .float_bul_content li:after {
    left:659px;
}
.work_treatment_section04 .work_treatment_float_text_box > li {
    width:528px;
    padding:8px 0 8px;
}
.work_treatment_section04 .work_treatment_float_text_box > li + li {
    width:652px;
    height:592px;
    padding:8px 0 8px 70px;
}
.work_treatment_section04 .work_treatment_float_text_box {
    padding-top:50px;
}
.work_treatment_section04 .work_treatment_float_text_box img {
    display:block;
    width:auto;
    margin-top:30px;
}
/* } 작업치료 */

/* 언어치료 { */
.language_treatment_section01 .comment_box {
    margin-top:100px;
}
.language_treatment_section01 .sub_tit_text + .sub_tit_text {
    margin-top:15px;
}
.language_treatment_section01 .comment_box {
    margin-top:100px;
}
.language_treatment_section01 .float_box {
    margin-top:30px;
}
.language_treatment_section01 .float_box li {
    overflow:hidden;
    border:1px solid #dddddd;
}
.language_treatment_section01 .float_box li img {
    display:block;
    width:auto;
    float:left;
}
.language_treatment_section01 .float_box li .normal_text {
    float:left;
    box-sizing:border-box;
    width:299px;
    font-size:16px;
    line-height:25px;
    padding:28px 0 0 30px;
}
.language_treatment_section01 .float_box li .normal_text span {
    display:block;
    margin-bottom:14px;
    font-family:"noto-sans-scott-b";
    font-size:20px;
    line-height:20px;
}
.language_treatment_section01 .float_num_box li {
    width:100%;
}
.language_treatment_section01 .float_num_box li + li {
    margin-left:20px;
}
.language_treatment_section01 .al_center {
    margin-top:30px;
}
/* } 언어치료 */

/* 인지재활치료 { */
.recognition_treatment_section01 .comment_box {
    margin-top:100px;
}
.recognition_treatment_section01 .float_box {
    margin-top:30px;
}
.recognition_treatment_section01 .float_box li img {
    display:block;
    width:auto;
    float:left;
}
.recognition_treatment_section01 .float_box li .normal_text {
    float:left;
    box-sizing:border-box;
    width:299px;
    font-size:16px;
    line-height:25px;
    padding:10px 0 21px 20px;
}
.recognition_treatment_section01 .float_box li .normal_text span {
    display:block;
    margin-bottom:14px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
}
.recognition_treatment_section01 .float_num_box li {
    width:580px;
}
.recognition_treatment_section01 .float_num_box li + li {
    margin-left:20px;
}
.recognition_treatment_section01 .al_center {
    margin-top:30px;
}
/* } 인지재활치료 */

/* 통증치료 { */
.pain_treatment_section01 .comment_box {
    margin-top:100px;
}
.pain_treatment_section01 .comment_box > ul {
    float:left;
    margin-top:0;
    padding:4px 0 4px 49px;
}
.pain_treatment_section01 .float_num_box li {
    width:580px;
    height:134px;
}
.pain_treatment_section01 .float_num_box li + li {
    margin-left:20px;
}
.pain_treatment_section01 .pain_treatment_section01_float_content {
    margin-top:30px;
}
.pain_treatment_section01 .pain_treatment_section01_float_content > li {
    overflow:hidden;
}
.pain_treatment_section01 .pain_treatment_section01_float_content > li + li {
    margin-top:80px;
}
.pain_treatment_section01 .pain_treatment_section01_float_content li img {
    display:block;
    float:left;
}
.pain_treatment_section01 .pain_treatment_section01_float_content li div {
    float:left;
    box-sizing:border-box;
    width:530px;
    padding-left:50px;
}
.pain_treatment_section01 .pain_treatment_section01_float_content li.right div {
    padding-left:0;
    padding-right:50px;
}
.pain_treatment_section01 .pain_treatment_section01_float_content li .tit01 {
    display:block;
}
.pain_treatment_section01 .pain_treatment_section01_float_content li .tit01 span {
    font-size:20px;
}
.pain_treatment_section01 .pain_treatment_section01_float_content li .normal_text {
    padding-top:0;
}
/* } 통증치료 */

/* 암케어센터 소개 { */
.sub_section.cancercare_introduce_section01 {
    padding:50px 0;
}
.cancercare_introduce_section01 .center_box {
    overflow:hidden;
}
.cancercare_introduce_section01 .center_box img {
    display:block;
    float:left;
}
.cancercare_introduce_section01 .center_box ul {
    float:left;
    margin:50px 0 0 60px;
}
/* } 암케어센터 소개 */

/* 양방면역암치료 { */
.sub_section.westernmedicine_immunitycancer_section {
    padding:50px 0 0;
    display:none;
}
.sub_section.westernmedicine_immunitycancer_section.on {
    display:block;
}
.sub_section.westernmedicine_immunitycancer_section .al_center {
    margin-top:50px;
}
.sub_section.westernmedicine_immunitycancer_section .al_center.m_top{
    margin-top:30px;
}
.westernmedicine_immunitycancer_section .bul_list.westernmedicine_immunitycancer {
    margin-top:42px;
}
.westernmedicine_immunitycancer_section .float_num_box li {
    background:#daeaf2;
    border:1px solid #daeaf2;
}
.westernmedicine_immunitycancer_section .float_num_box li span {
    color:#305063;
    opacity:0.4;
}
.westernmedicine_immunitycancer_section .float_num_box li .normal_text {
    color:#111111;
}
.westernmedicine_immunitycancer_float_content {
    margin-top:30px;
}
.westernmedicine_immunitycancer_float_content > li {
    overflow:hidden;
}
.westernmedicine_immunitycancer_float_content > li + li {
    margin-top:80px;
}
.westernmedicine_immunitycancer_float_content li img {
    display:block;
    float:left;
}
.westernmedicine_immunitycancer_float_content li div {
    float:left;
    box-sizing:border-box;
    width:530px;
    padding-left:50px;
}
.westernmedicine_immunitycancer_float_content li.right div {
    padding-left:0;
    padding-right:50px;
}
.westernmedicine_immunitycancer_float_content li div .bul_list {
    margin-top:0;
}
.westernmedicine_immunitycancer_section .float_box.westernmedicine_immunitycancer {
    margin-top:50px;
}
.westernmedicine_immunitycancer_section .float_box.westernmedicine_immunitycancer > li + li {
    padding-left:70px;
    border-left:1px solid #dddddd;
}
.westernmedicine_immunitycancer_section .float_box.westernmedicine_immunitycancer .tit02 {
    margin-bottom:24px;
}
.westernmedicine_immunitycancer_section .float_box.westernmedicine_immunitycancer .normal_text {
    padding-top:0;
}
.westernmedicine_immunitycancer_section .float_box.westernmedicine_immunitycancer .bul_list {
    margin-top:0;
}
.westernmedicine_immunitycancer_section .float_box.westernmedicine_immunitycancer .normal_text + .bul_list {
    margin-top:10px;
}
.westernmedicine_immunitycancer_section02 .bul_list {
    margin-top:24px;
}
.westernmedicine_immunitycancer_section03 .bul_list {
    margin-top:24px;
}
.westernmedicine_immunitycancer_section04 .float_box {
    margin-top:30px;
}
.westernmedicine_immunitycancer_section04 .float_box > li {
    overflow:hidden;
    height:300px;
    border:1px solid #dddddd;
}
.westernmedicine_immunitycancer_section04 .float_box li img {
    display:block;
    width:auto;
    float:left;
    margin-top:20px;
}
.westernmedicine_immunitycancer_section04 .float_box li + li + li + li + li img {
    margin-top:30px;
}
.westernmedicine_immunitycancer_section04 .float_box li .normal_text {
    float:left;
    box-sizing:border-box;
    width:299px;
    font-size:16px;
    line-height:25px;
    padding:28px 0 0 30px;
}
.westernmedicine_immunitycancer_section04 .float_box li .normal_text .s_tit {
    display:block;
    margin-bottom:14px;
    font-family:"noto-sans-scott-b";
    font-size:20px;
    line-height:20px;
}
.westernmedicine_immunitycancer_section04 .float_box li .normal_text li {
    padding-left:25px;
    text-indent:-25px;
}
.westernmedicine_immunitycancer_section04 .float_box li .normal_text li span {
    color:#1a9ad8;
}
/* } 양방면역암치료 */

/* 한방면역암치료 { */
.sub_section.chinesemedicine_immunitycancer_section + .chinesemedicine_immunitycancer_section {
    padding:80px 0 0;
}
.sub_section.chinesemedicine_immunitycancer_section .al_center {
    margin-top:50px;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 {
    margin-top:50px;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 li {
    position:relative;
    box-sizing:border-box;
    width:580px;
    height:252px;
    padding:30px 0 0 30px;
    border:1px solid #dddddd;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 li + li {
    margin-left:20px;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 li:before {
    content:'';
    display:block;
    width:50px;
    border-bottom:10px solid #1499dd;
    position:absolute;
    top:54px;
    left:30px;
    z-index:1;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 li .s_tit01 {
    display:block;
    margin-bottom:16px;
    text-indent:4px;
    position:relative;
    font-family:"noto-sans-scott-l";
    font-size:40px;
    line-height:30px;
    color:#444444;
    z-index:2;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 li .s_tit02 {
   display:block;
   font-family:"noto-sans-scott-b";
   font-size:18px;
   line-height:30px;
   color:#111111;
}
.chinesemedicine_immunitycancer_section01 .float_box.x2 li .normal_text {
    padding-top:0;
}
/* } 한방면역암치료 */

/* 면역암식단 { */
.immunitycancer_menu_section01 .float_icon_box {
    margin-top:50px;
}
.immunitycancer_menu_section01 .float_icon_box li {
    width:393px;
    min-height:298px;
    padding:22px 0 0;
    background:none;
    border-left:1px solid #dddddd;
}
.immunitycancer_menu_section01 .float_icon_box li.first {
    border-left:none;
}
.immunitycancer_menu_section01 .float_icon_box li + li + li {
    width:392px;
}
.immunitycancer_menu_section01 .float_icon_box li img {
    margin-bottom:26px;
}
.immunitycancer_menu_section01 .float_icon_box li .normal_text {
    font-size:18px;
    line-height:30px;
}
.immunitycancer_menu_section03 .float_box > li {
    height:352px;
}
.immunitycancer_menu_section03 .float_box > li a {
    display:block;
}
.immunitycancer_menu_section03 .float_box > li a .normal_text {
    padding:12px 9px 0;
    box-sizing:border-box;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.immunitycancer_menu_section03 .float_box > li a .normal_text .date {
    display:block;
    margin-top:5px;
    font-size:16px;
    line-height:16px;
    color:#999999;
}
/* } 면역암식단 */

/* 와상케어센터 소개 { */
.sub_section.injurycarecenter_introduce_section01 {
    padding:76px 0;
}
.injurycarecenter_introduce_section01 .center_box {
    overflow:hidden;
}
.injurycarecenter_introduce_section01 .center_box img {
    display:block;
    float:left;
}
.injurycarecenter_introduce_section01 .center_box ul {
    float:left;
    width:665px;
    margin:40px 0 0 84px;
}
.injurycarecenter_introduce_section01 .center_box ul li + li {
    margin-top:10px;
}
.injurycarecenter_introduce_section02 .center_box > ul > li {
    overflow:hidden;
}
.injurycarecenter_introduce_section02 .center_box > ul > li + li {
    margin-top:80px;
}
.injurycarecenter_introduce_section02 .center_box > ul > li img {
    display:block;
    float:left;
}
.injurycarecenter_introduce_section02 .center_box > ul > li div {
    float:left;
    width:480px;
    padding-top:10px;
    margin:0 0 0 50px;
}
.injurycarecenter_introduce_section02 .center_box > ul > li.right div {
    width:470px;
    margin:0 30px 0 0;
}
.injurycarecenter_introduce_section02 .center_box > ul > li .tit01 {
    font-family:"noto-sans-scott-l";
    margin-bottom:20px;
    font-size:18px;
    line-height:30px;
    color:#111111;
}
.injurycarecenter_introduce_section02 .content_bar02 {
    margin:80px 0 42px;
}
/* } 와상케어센터 소개 */

/* 프라임병동 소개 { */
.primeward_introduce_section01 .center_box > ul > li {
    overflow:hidden;
}
.primeward_introduce_section01 .center_box > ul > li + li {
    margin-top:80px;
}
.primeward_introduce_section01 .center_box > ul > li img {
    display:block;
    float:left;
}
.primeward_introduce_section01 .center_box > ul > li div {
    float:left;
    width:480px;
    padding-top:10px;
    margin:0 0 0 50px;
}
.primeward_introduce_section01 .center_box > ul > li.right div {
    width:470px;
    margin:0 30px 0 0;
}
/* } 프라임병동 소개 */

/* 한방클리닉 소개 { */
.sub_section.chinesemedicineclinic_introduce_section {
    padding:0;
}
.sub_section.chinesemedicineclinic_introduce_section .al_center {
    margin-bottom:50px;
}
.chinesemedicineclinic_introduce_section01 .tab {
    margin:90px 0 50px;
}
/* } 한방클리닉 소개 */

/* 구강클리닉 소개 { */
.sub_section.oralcavityclinic_introduce_section01 {
    padding:50px 0;
}
.oralcavityclinic_introduce_section01 .center_box {
    overflow:hidden;
}
.oralcavityclinic_introduce_section01 .center_box img {
    display:block;
    float:left;
}
.oralcavityclinic_introduce_section01 .center_box div {
    float:left;
    margin:68px 0 0 68px;

}
.oralcavityclinic_introduce_section01 .center_box .tit01 {
    margin-bottom:12px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:30px;
    color:#111111;
}
.sub_section.oralcavityclinic_introduce_section02 {
    padding-top:80px;
}
.oralcavityclinic_introduce_section02 .float_box.x4 li {
    position:relative;
    box-sizing:border-box;
    width:280px;
    height:320px;
    padding:30px 30px 0 30px;
    border:1px solid #dddddd;
}
.oralcavityclinic_introduce_section02 .float_box.x4 li + li {
    margin-left:20px;
}
.oralcavityclinic_introduce_section02 .float_box.x4 li:before {
    content:'';
    display:block;
    width:50px;
    border-bottom:10px solid #1499dd;
    position:absolute;
    top:54px;
    left:30px;
    z-index:1;
}
.oralcavityclinic_introduce_section02 .float_box.x4 li .s_tit01 {
    display:block;
    margin-bottom:16px;
    text-indent:4px;
    position:relative;
    font-family:"noto-sans-scott-l";
    font-size:40px;
    line-height:30px;
    color:#444444;
    z-index:2;
}
.oralcavityclinic_introduce_section02 .float_box.x4 li .al_center {
    margin-top:32px;
}
.oralcavityclinic_introduce_section02 .float_box.x4 li img {
    width:auto;
}
/* } 구강클리닉 소개 */

/* 고려소식지 { */
.hospital_news_list {
    overflow:hidden;
}
.hospital_news_list li {
    float:left;
    width:278px;
    height:442px;
    margin-left:20px;
}
.hospital_news_list li.first {
    margin-left:0;
}
.hospital_news_list li + li + li + li + li {
    margin-top:50px;
}
.hospital_news_list li img {
    display:block;
    box-sizing:border-box;
    width:100%;
    border:1px solid #dddddd;
}
.hospital_news_list li p {
    margin-top:17px;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.hospital_news_list li a.download {
    display:block;
    box-sizing:border-box;
    width:110px;
    height:35px;
    padding:7px 0 0 32px;
    margin-top:17px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
    color:#1a9ad8;
    background:url("../images/hospital_news_down_btn.png") no-repeat 12px 10px;
    border:1px solid #1a9ad8;
}
.hospital_news_list li a.download.on {
    color:#111111;
    border:1px solid #111111;
}
/* } 고려소식지 */

/* 사회공헌활동 { */
.socialcontribution_section01 .float_box > li a {
    display:block;
}
.socialcontribution_section01 .float_box > li a .normal_text {
    padding:12px 9px 0;
    box-sizing:border-box;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.socialcontribution_section01 .float_box > li a .normal_text .date {
    display:block;
    margin-top:5px;
    font-size:16px;
    line-height:16px;
    color:#999999;
}
/* } 사회공헌활동 */

/* 제휴기관 { */
.partnershipagency_section01 .float_box.x3 > li + li + li + li {
    margin-top:48px;
}
.partnershipagency_section01 .float_box > li a {
    display:block;
}
.partnershipagency_section01 .float_box > li a img {
    box-sizing:border-box;
    border:1px solid #dddddd;
}
.partnershipagency_section01 .float_box > li a .normal_text {
    padding:12px 0 0;
    box-sizing:border-box;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-family:"noto-sans-scott-r";
}
.partnershipagency_section01 .float_box > li a .normal_text .date {
    display:block;
    margin-top:5px;
    font-size:16px;
    line-height:16px;
    color:#999999;
}
/* } 제휴기관 */

/* 채용공고 { */
.recruit_information_section01 .tab {
    margin-bottom:30px;
}
.recruit_information_section01 .tab li {
    box-sizing:border-box;
}
/* } 채용공고 */

/* 채용절차 { */
.recruit_step_section01 .tab {
    margin-bottom:50px;
}
.recruit_step_section01 .tab li {
    box-sizing:border-box;
}
.recruit_step_section02 .recruit_step_download {
    display:block;
    padding:38px 0;
    margin-top:30px;
    text-align:center;
    background:#daeaf2;
}
.recruit_step_section02 .recruit_step_download span {
    display:inline-block;
    height:20px;
    padding-left:40px;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:20px;
    color:#111111;
    background:url("../images/download_img01.png") no-repeat 0 0;
}
.recruit_step_section02 .float_box.x5 li {
    position:relative;
    box-sizing:border-box;
    width:220px;
    height:240px;
    padding:30px 30px 0 30px;
    border:1px solid #dddddd;
}
.recruit_step_section02 .float_box.x5 {
    margin-top:30px;
}
.recruit_step_section02 .float_box.x5 li + li {
    margin-left:20px;
}
.recruit_step_section02 .float_box.x5 li:before {
    content:'';
    display:block;
    width:50px;
    border-bottom:10px solid #1499dd;
    position:absolute;
    top:54px;
    left:30px;
    z-index:1;
}
.recruit_step_section02 .float_box.x5 li .s_tit01 {
    display:block;
    margin-bottom:16px;
    text-indent:4px;
    position:relative;
    font-family:"noto-sans-scott-l";
    font-size:40px;
    line-height:30px;
    color:#444444;
    z-index:2;
}
.recruit_step_section02 .float_box.x5 li .al_center {
    margin-top:32px;
}
.recruit_step_section02 .float_box.x5 li img {
    width:auto;
}
.recruit_step_section02 .recruit_step_phone_banner {
    display:block;
    height:43px;
    padding:29px 0 28px;
    margin-top:30px;
    text-align:center;
    background:#f8f8f8;
	box-sizing: unset;
	-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
}
.recruit_step_section02 .recruit_step_phone_banner > span {
    display:inline-block;
    height:43px;
    padding-left:58px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:43px;
    color:#111111;
    background:url("../images/phone_img01.png") no-repeat 0 0;

}
.recruit_step_section02 .recruit_step_phone_banner > span + span {
    display:inline-block;
    height:25px;
    padding-bottom:10px;
    padding-left:0;
    margin-left:15px;
    font-family:"noto-sans-scott-b";
    font-size:25px;
    line-height:25px;
    vertical-align:bottom;
    color:#305063;
    background:none;
	box-sizing: unset;
	-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
}
/* } 채용절차 */

/* 자원봉사안내 { */
.volunteerwork_information_section01 .normal_text span {
    font-family:"noto-sans-scott-b";
    font-size:18px;
    color:#1a9ad8;
}
.volunteerwork_information_section01 .float_num_box li {
    background:#daeaf2;
    border:1px solid #daeaf2;
}
.volunteerwork_information_section01 .float_num_box li span {
    color:#305063;
    opacity:0.4;
}
.volunteerwork_information_section01 .float_num_box li .normal_text {
    color:#111111;
}
/* } 자원봉사안내 */

/* 대관안내 { */
.borrow_information_section03 .al_center {
    margin-top:50px;
}
/* } 대관안내 */

/* 병원소개/미션 { */
.hospital_introducemission_section01 .sub_tit_text {
    font-family:"noto-sans-scott-l";
    font-size:30px;
    line-height:40px;
    text-align:center;
    color:#111111;
}
.hospital_introducemission_section01 .sub_tit_text span {
    font-family:"noto-sans-scott-m";
}

.hospital_introducemission_section02 .center_box > .normal_text + .normal_text {
    padding-top:10px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content {
    margin-top:72px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content > li {
    overflow:hidden;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content > li + li {
    margin-top:72px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li img {
    display:block;
    float:left;
    margin-top:8px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li div {
    float:left;
    box-sizing:border-box;
    width: 500px;
    padding-left:20px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li.right div {
    padding-left:0;
    padding-right:20px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li .tit01 {
    display:block;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li .tit01 span {
    font-size:20px;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li .normal_text {
    padding-top:0;
}
.hospital_introducemission_section02 .hospital_introducemission_section02_float_content li .normal_text + .normal_text {
    padding-top:10px;
}

.sub_section.hospital_introducemission_section03 {
    padding-top:185px;
}
.sub_section.hospital_introducemission_section03 .dqm_text {
    position:relative;
    margin-top:50px;
    padding:63px 0;
    font-family:"noto-sans-scott-l";
    font-size:30px;
    line-height:40px;
    text-align:center;
    color:#111111;
}
.sub_section.hospital_introducemission_section03 .dqm_text:before, .sub_section.hospital_introducemission_section03 .dqm_text:after {
    display:block;
    width:35px;
    height:29px;
    margin-left:-17px;
    content:"";
    position:absolute;
    left:50%;
}
.sub_section.hospital_introducemission_section03 .dqm_text:before {
    top:0;
    background:url("../images/dqm_top.png") no-repeat left top;
}
.sub_section.hospital_introducemission_section03 .dqm_text:after {
    bottom:0;
    background:url("../images/dqm_bottom.png") no-repeat left top;
}

.sub_section.hospital_introducemission_section04, .sub_section.hospital_introducemission_section05 {
    padding-top:150px;
}
.sub_section.hospital_introducemission_section04 ul {
    overflow:hidden;
    margin-top:30px;
}
.sub_section.hospital_introducemission_section04 ul li {
    box-sizing:border-box;
    float:left;
    width:220px;
    height:170px;
    border:1px solid #dddddd;
}
.sub_section.hospital_introducemission_section04 ul li + li {
    margin-left:20px;
}
.sub_section.hospital_introducemission_section04 ul li p {
    padding:28px 0 0 30px;
    font-family:"noto-sans-scott-l";
    font-size:16px;
    line-height:25px;
    color:#111111;
}
.sub_section.hospital_introducemission_section04 ul li p span {
    display:block;
    margin-bottom:18px;
    font-family:"noto-sans-scott-b";
    font-size:16px;
    line-height:16px;
    color:#1a9ad8;
}

.hospital_introducemission_section05 ul {
    overflow:hidden;
    margin-top:75px;
}
.hospital_introducemission_section05 ul + ul {
    margin-top:38px;
}
.hospital_introducemission_section05 ul li {
    box-sizing:border-box;
    float:left;
    width:50%;
}
.hospital_introducemission_section05 ul li + li{
    padding-left:30px;
    border-left:1px solid #dddddd;
}
.hospital_introducemission_section05 ul li .hospital_introducemission_section05_text {
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.hospital_introducemission_section05 ul li .hospital_introducemission_section05_text > span {
    display:block;
    margin-bottom:20px;
    font-family:"noto-sans-scott-b";
    font-size:18px;
    line-height:18px;
    color:#111111;
}
.hospital_introducemission_section05 ul li .hospital_introducemission_section05_text > span span {
    font-family:"noto-sans-scott-b";
    font-size:18px;
    line-height:18px;
    color:#1a9ad8;
}
.hospital_introducemission_section05_ul01 li {
    height:140px;
}
.hospital_introducemission_section05_ul02 li {
    height:90px;
}

.hospital_introducemission_section .al_center_sub_tit {
    margin-top:20px;
    font-family:"noto-sans-scott-l";
    font-size:20px;
    line-height:20px;
    text-align:center;
    color:#111111;
}
.hospital_introducemission_section .al_center_sub_tit + .al_center {
    margin-top:32px;
}
/* } 병원소개/미션 */

/* 병원연혁 { */
.hospital_history_tit {
    margin-bottom:50px;
    font-family:"noto-sans-scott-r";
    font-size:25px;
    line-height:25px;
    text-align:center;
    color:#111111;
}
.hospital_history_tit span {
    display:block;
    margin-top:20px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:18px;
    text-align:center;
    color:#111111;
}
.hospital_history_box {
    overflow:hidden;
}
.hospital_history_box .hospital_history_bul {
    display:block;
    width:14px;
    height:14px;
    margin:0 auto;
    background:url("../images/hospital_history_bul01.png") no-repeat top left;
}
.hospital_history_content {
    padding:45px 0;
    background:url("../images/hospital_history_line.jpg") repeat-y center top;
}
.hospital_history_content > ul > li {
    overflow:hidden;
}
.hospital_history_content > ul > li + li {
    margin-top:80px;
}
.hospital_history_content > ul > li .history_img_box, .hospital_history_content > ul > li .history_content_box {
    box-sizing:border-box;
    position:relative;
}
.hospital_history_content > ul > li .history_content_box {
    padding-top:38px;
}
.hospital_history_content > ul > li .history_img_box.x2 img + img {
    margin-left:20px;
}
.hospital_history_content > ul > li.left .history_img_box {
    float:left;
    width:50%;
    padding:0 50px 0 0;
    text-align:right;
}
.hospital_history_content > ul > li.left .history_content_box {
    float:right;
    width:50%;
    padding-left:30px;
    text-align:left;
}
.hospital_history_content > ul > li.right .history_img_box {
    float:right;
    width:50%;
    padding:0 0 0 50px;
    text-align:left;
}
.hospital_history_content > ul > li.right .history_content_box {
    float:left;
    width:50%;
    padding-right:30px;
    text-align:right;
}

.hospital_history_content > ul > li.left .history_img_box:before {
    display:block;
    content:"";
    position:absolute;
    width:40px;
    height:1px;
    top:50px;
    right:10px;
    background:url("../images/hospital_history_line.jpg") repeat-x left top;
}
.hospital_history_content > ul > li.left .history_img_box:after {
    display:block;
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    top:41px;
    right:-10px;
    background:url("../images/hospital_history_bul02.png") no-repeat left top;
}

.hospital_history_content > ul > li.right .history_img_box:before {
    display:block;
    content:"";
    position:absolute;
    width:40px;
    height:1px;
    top:50px;
    left:10px;
    background:url("../images/hospital_history_line.jpg") repeat-x left top;
}
.hospital_history_content > ul > li.right .history_img_box:after {
    display:block;
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    top:41px;
    left:-10px;
    background:url("../images/hospital_history_bul02.png") no-repeat left top;
}
.hospital_history_content > ul > li .history_content_box {
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.hospital_history_content > ul > li .history_content_box .history_year {
    display:block;
    margin-bottom:20px;
    font-family:"noto-sans-scott-r";
    font-size:25px;
    line-height:25px;
    color:#111111;
}
.hospital_history_content > ul > li .history_content_box .history_name {
    display:block;
    margin-bottom:20px;
    color:#1a9ad8;
}
.hospital_history_content > ul > li .history_content_box ul {
    margin-top:20px;
}
.hospital_history_content > ul > li .history_content_box ul li {
    padding-left:14px;
    background:url("../images/hospital_history_bul03.jpg") no-repeat 0 11px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
/* } 병원연혁 */

/* HI { */
.hi_box01 {
    overflow:hidden;
    margin-top:50px;
}
.hi_box01 > img {
    display:block;
    float:left;
}
.hi_box01 > ul {
    float:left;
    width:180px;
    margin-left:20px;
}
.hi_box01 > ul li {
    box-sizing:border-box;
    height:100px;
    padding:38px 0;
    text-align:center;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#ffffff;
}
.hi_box01 > ul li + li {
    margin-top:20px;
}
.hi_box01 > ul li.line_two {
    padding:22px 0;
}
.hi_box01 > ul li.hi_blue {
    background:#1f9bde;
}
.hi_box01 > ul li.hi_green {
    background:#94d60a;
}
.hi_box01 > ul li.hi_gray {
    background:#77777b;
}
.hi_box01 > ul li.hi_down_btn {
    height:auto;
    padding:0;
}
.hi_box01 > ul li.hi_down_btn a {
    display:block;
    box-sizing:border-box;
    height:50px;
    padding:12px 0;
    border:1px solid #666666;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#333333;
}
.hi_box01 > ul li.hi_down_btn.hi_down_btn01 {
    margin-top:40px;
}
.hi_box01 > ul .hi_down_btn + .hi_down_btn {
    margin-top:20px;
}

.hi_box02 {
    overflow:hidden;
    margin-top:30px;
}
.hi_box02 ul {
    float:left;
}
.hi_box02 .hi_section02_ul01 {
    overflow:hidden;
}
.hi_box02 .hi_section02_ul01 li {
    float:left;
}
.hi_box02 .hi_section02_ul01 li + li {
    margin-left:18px;
}
.hi_box02 .hi_section02_ul01 li img {
    display:block;
}
.hi_box02 .hi_section02_ul01 li span {
    display:block;
    margin-top:20px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.hi_box02 .hi_section02_ul02 {
    width:180px;
    margin-left:20px;
}
.hi_box02 .hi_section02_ul02 li {
    margin-top:120px;
}
.hi_box02 .hi_section02_ul02 li + li {
    margin-top:20px;
}
.hi_box02 ul li.hi_down_btn a {
    display:block;
    box-sizing:border-box;
    height:50px;
    padding:12px 0;
    border:1px solid #666666;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#333333;
    text-align:center;
}

.hi_section03 .al_center {
    margin-top:30px;
}
/* } HI */

/* 입퇴원안내 { */
.enter_information_section01 .al_center {
    margin-top:50px;
}
.enter_information_section01 .board_table02 {
    margin-top:30px;
}

.enter_information_section02 .al_center {
    margin-top:50px;
}

.enter_information_section04 ul {
    overflow:hidden;
}
.enter_information_section04 ul li {
    float:left;
}
.enter_information_section04 ul li + li {
    margin-left:20px;
}
.enter_information_section04 ul li p {
    box-sizing:border-box;
    width:380px;
    padding-left:130px;
    border:1px solid #dddddd;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:108px;
    color:#111111;
    text-align:left;
}
.enter_information_section04 ul li + li p {
    padding-left:155px;
}
.enter_information_section04 ul li + li + li p {
    padding-left:133px;
}
.enter_information_section04 ul li {
    background:url("../images/enter_information_icon01.png") no-repeat 60px 31px;
}
.enter_information_section04 ul li + li {
    background:url("../images/enter_information_icon02.png") no-repeat 76px 30px;
}
.enter_information_section04 ul li + li + li {
    background:url("../images/enter_information_icon03.png") no-repeat 50px 36px;
}

.enter_information_section05 .enter_information_list > li {
    display:inline-block;
    box-sizing:border-box;
    width:50%;
    vertical-align:top;
}
.enter_information_section05 .enter_information_list > li + li + li {
    margin-top:50px;
}
.enter_information_section05 .enter_information_list > li.right {
    padding-left:70px;
}
.enter_information_section05 .enter_information_list > li.long {
    width:100%;
}
.enter_information_section05 .enter_information_list > li .tit02 {
    margin-bottom:28px;
}
/* } 입퇴원안내 */

/* 병원둘러보기 { */
.hospital_around_list a {
    display:block;
    position:relative;
}
.hospital_around_list a.on:after {
    display:block;
    box-sizing:border-box;
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border:3px solid #1a9ad8;
}
.hospital_around_layer_pop {
    visibility:hidden;
    width:1180px;
    height:660px;
    position:absolute;
    top:965px;
    left:50%;
    margin-left:-590px;
    z-index:10;
}
.hospital_around_layer_pop.on {
    visibility:visible;
}
.hospital_around_layer_pop .left, .hospital_around_layer_pop .right {
    position:absolute;
    top:50%;
    margin-top:-40px;
    z-index:9999;
    background:none;
    border:none;
}
.hospital_around_layer_pop .left {
    left:0;
    right:auto;
}
.hospital_around_layer_pop .right {
    left:auto;
    right:0;
}
.hospital_around_layer_pop p {
    height:16px;
    padding:17px 20px;
    background:#ffffff;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:20px;
    color:#111111;
}
.hospital_around_layer_pop span {
    display:inline-block;
    border-left:1px solid #999999;
    margin-left:12px;
    padding-left:14px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:20px;
    color:#111111;
}
.hospital_around_layer_pop_bg {
    display:none;
    position:absolute;
    background:url("../images/hospital_around_layer_pop_bg.png") repeat left top;
    width:100%;
    top:1px;
    left:0;
    z-index:9;
}
.hospital_around_layer_pop_bg.on {
    display:block;
}
/* } 병원둘러보기 */

/* 협력병원/기관 { */
.hospital_cooperationagency_section .float_box.x3 > li + li + li + li {
    margin-top:48px;
}
.hospital_cooperationagency_section .float_box > li a {
    display:block;
}
.hospital_cooperationagency_section .float_box > li a img {
    box-sizing:border-box;
    border:1px solid #dddddd;
}
.hospital_cooperationagency_section .float_box > li a .normal_text {
    padding:12px 0 0;
    box-sizing:border-box;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-family:"noto-sans-scott-r";
}
.hospital_cooperationagency_section .float_box > li a .normal_text .date {
    display:block;
    margin-top:5px;
    font-size:16px;
    line-height:16px;
    color:#999999;
}
/* } 협력병원/기관 */

/* 오시는길 { */
#map_canvas {
    height:560px;
}
.map_section_top {
    overflow:hidden;
    margin-top:30px;
}
.map_section_top li {
    float:left;
    width:50%;
    box-sizing:border-box;
}
.map_section_top li + li {
    border-left:1px solid #dddddd;
}
.map_section_top li p {
    position:relative;
    padding-left:110px;
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.map_section_top li + li p {
    padding-left:150px;
}
.map_section_top li .map_icon01 {
    background:url("../images/map_section_top_icon01.jpg") no-repeat 0 3px;
}
.map_section_top li .map_icon02 {
    background:url("../images/map_section_top_icon02.jpg") no-repeat 38px 4px;
}
.map_section_top li .map_icon03 {
    background:url("../images/map_section_top_icon03.jpg") no-repeat 38px 4px;
}
.map_section_top li p span {
    display:block;
    position:absolute;
    left:34px;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:25px;
    color:#111111;
}
.map_section_top li + li p span {
    left:75px;
}

.map_section_bottom {
    overflow:hidden;
    margin-top:50px;
}
.map_section_bottom li {
    box-sizing:border-box;
    float:left;
    width:380px;
    height:260px;
    padding:72px 0 0 30px ;
    border:1px solid #dddddd;
}
.map_section_bottom li + li {
    margin-left:20px;
}
.map_section_bottom .map_icon01 {
    background:url("../images/map_section_bottom_icon01.jpg") no-repeat 31px 29px;
}
.map_section_bottom .map_icon02 {
    background:url("../images/map_section_bottom_icon02.jpg") no-repeat 31px 29px;
}
.map_section_bottom .map_icon03 {
    background:url("../images/map_section_bottom_icon03.jpg") no-repeat 31px 29px;
}
.map_section_bottom li p {
    font-family:"noto-sans-scott-l";
    font-size:18px;
    line-height:25px;
    color:#111111;
	/* word-break:keep-all; */
}
.map_section_bottom li p + p {
    margin-top:15px;
}
.map_section_bottom li p span {
    display:block;
    font-family:"noto-sans-scott-r";
    font-size:18px;
    line-height:25px;
    color:#1a9ad8;
}
.map_section_bottom li p em {
    font-family:"noto-sans-scott-l";
    font-size:14px;
    line-height:25px;
    font-weight:normal;
    font-style:normal;
    color:#111111;
}
/* } 오시는길 */

/*병원소식-비급여수가표*/
.nonpayment_Table > table { width:100%; float:left; text-align: center; border-top: #1a9ad9; }
.nonpayment_Table > table .t_box { background-color: #f8f8f8; }
.nonpayment_Table > table > td { border:1px solid #dddddd; border-collapse:collapse; height: 60px; line-height: 60px; font-size: 17px; text-align: center; }
