@charset "utf-8";

/* 테이블 공통 */
.table th {text-align: center;}
.table td.td_bg {background: #f7faf1;}


/* 다운로드 링크박스 */
.ui-banner__box.file .ui-banner__title {padding-left: 0;}
.ui-banner__box.file .ui-banner__title:before {display: none;}
.ui-banner__box.file .ui-banner__title .icon_hwp {display: inline-block; width: 32px;height: 32px;margin-right:20px;background: url(/images/main/sub02/down_icon.png); background-position: 0 0;vertical-align: middle;}
.ui-banner__box.file .ui-banner__title .icon_docx {display: inline-block; width: 32px;height: 32px;margin-right: 20px;background: url(/images/main/sub02/down_icon.png); background-position: -41px 0;vertical-align: middle;}
.ui-banner__box.file .item { padding: 20px 120px 20px 30px;}
@media (max-width: 420px){
    .ui-banner__box.file .item {padding: 20px 120px 20px 20px;}
    .ui-banner__box.file .ui-banner__title {font-size: 15px;}
    .ui-banner__box.file .ui-banner__title .icon_hwp {margin-right: 10px;}
    .ui-banner__box.file .ui-banner__title .icon_docx {margin-right: 10px;}
}


/* sub01_02 센터소개 */
.s0102 .bottom-detail {padding-top: 30px; margin-top: 40px; border-top: 1px dotted #000;}
.s0102 .bottom-detail em {display: block; margin-bottom: 30px; color: #016b3b; font-size: 20px; letter-spacing: -0.025em; font-weight: bold; font-family: 'gmarket'; text-align: left;}
.s0102 .bottom-detail .detail-list {display: flex; flex-wrap: wrap;}
.s0102 .bottom-detail .detail-list .detail-item {flex: 1 1 25%; max-width: 25%; position: relative; padding: 0 10px;}
.s0102 .bottom-detail .detail-list .detail-item:not(:first-child):before {content: ""; display: block; position: absolute; top: 60px; left: 0; width: 1px; height: 80px; background-color: #cbd4ce;}
.s0102 .bottom-detail .detail-list .detail-item strong {display: block; font-size: 17px; padding-top: 20px;}
.s0102 .bottom-detail .detail-list .detail-item p {font-size: 16px; letter-spacing: -1px;}

.kyuh_video{border: 1px solid #ddd;padding:50px 3.572%;}
.kyuh_video .video{position:relative;padding-top:56.25%;width: 100%;height:auto;}
.kyuh_video .video iframe{position: absolute;left:0;top:0;width: 100%;height:100%;border:0;}

@media (max-width:1024px) {
    .s0102 .bottom-detail em {margin-bottom: 5px;}
    .s0102 .bottom-detail .detail-list .detail-item {flex: 1 1 50%; max-width: 50%; padding: 25px 10px;}
    .s0102 .bottom-detail .detail-list .detail-item:not(:first-child):before {top: 85px;}
}
@media (max-width:1024px) and (min-width:621px) {
    .s0102 .bottom-detail .detail-list .detail-item:nth-child(2n + 1):before {display: none;}
}
@media (max-width:767px) {
    .kyuh_video{padding:30px 3.572%;}
}
@media (max-width:620px) {
    .s0102 .bottom-detail .detail-list .detail-item {flex: 1 1 100%; max-width: 100%;}
    .s0102 .bottom-detail .detail-list .detail-item:not(:first-child):before {top: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 1px;}
}

/* sub01_02 센터소개 End */

/* sub01_03 의료진소개 */
.professor-info {display: flex; position: relative; margin-bottom: 80px;}
.professor-info:before {content: ""; display: block;position: absolute; right: 0; bottom: 0px; width: 462px; height: 124px; background: url(/images/health/sub01/ky_bg.png) no-repeat; background-size: 100%;z-index: 1}
.professor-info strong {font-family: 'gmarket';}
.professor-info .info-img {position: relative;}
.professor-info .info-img:before {content: ""; display: block; position: absolute; right: -15px; bottom: -10px; width: 100%; height: 100%; background-color: #dce8e4;}
.professor-info .info-img img {position: relative;}
.professor-info .info-left {flex-basis: 67%; max-width: 67%; padding: 90px 30px; background-color: #016B3B; color: #fff;position: relative;z-index: 2}
.professor-info .info-left .left-inner {max-width: 720px; margin: 0 auto;}
.professor-info .info-left .info-img {display: none;}
.professor-info .info-left .name {display: block; padding-bottom: 30px; font-weight: bold; font-size: 40px;}
.professor-info .info-left .name em {display: block; font-weight: normal; font-size: 30px;}
.professor-info .info-left .point {font-size: 20px; padding: 13px 20px 13px; border-top: 2px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.5); font-weight: bold;}
.professor-info .info-left .info-list {padding: 5px 20px 15px 10px;}
.professor-info .info-left .info-list:nth-of-last-type {border-bottom: 1px solid rgba(255,255,255,0.5);}
.professor-info .info-left .info-list li {display: flex;justify-content: space-between; color: #fff;} 
.professor-info .info-left .info-list li:before {background-color: #fff;}
.professor-info .info-right {flex-basis: 33%; max-width: 33%; padding: 90px 20px; background-color: #eef3f1;}
.professor-info .info-right .right-inner {max-width: 220px; margin: 0 auto;}
@media (max-width:1024px) {
    .professor-info {display: block;}
    .professor-info:before {display: none; width: 120px; height: 113px; bottom: -30px; background: url(/images/health/sub01/ky_bg_m.png) no-repeat;}
    .professor-info .info-right {display: none;}
    .professor-info .info-left {flex-basis: auto; max-width: 100%;}
    .professor-info .info-left .info-img {display: block; width: 220px; margin: 0 auto 30px;}
    .professor-info .info-left .info-img img {display: inline-block;}
  }
  @media (max-width:767px) {
    .professor-info {margin-bottom: 40px;}
    .professor-info .info-left {padding: 70px 20px 50px;}
    .professor-info .info-left .info-img {text-align: center;}
    .professor-info .info-left .name {font-size: 32px;}
    .professor-info .info-left .name em {font-size: 24px;}
  }
  @media (max-width:600px) {
    .professor-info .info-left .info-list li {flex-direction: column; margin: 0 0 10px 0;}
  }
/* sub01_03 의료진소개 End */

/* sub02_01 건강검진절차안내 */
.s0201 .vlist__column.type02 .inner .item {padding: 30px 20px; min-height: 290px;}
.s0201 .prc.type5 > li {min-height: auto;width: calc(16.6% - 48px);}
.s0201 .prc.type5.step3 > li:nth-child(3):before{top: 50%;transform: none;left: 100%;}
.s0201 .prc.type5.step3 > li:nth-child(4), .s0201 .prc.type5.step3 > li:nth-child(5), .s0201 .prc.type5.step3 > li:nth-child(6){float:left}
.s0201 .prc.type5.step3 > li:nth-child(4):before, .s0201 .prc.type5.step3 > li:nth-child(5):before{top: 50%;left: 100%;transform: none;}
@media (max-width: 1350px){
    .s0201 .prc.type5 > li {min-height: auto;width: calc(33.3% - 48px);}
    .s0201 .prc.type5.step3 > li:nth-child(3):before{transform: rotate(90deg);left: 50%;top: auto;margin-left: -6.5px;}
    .s0201 .prc.type5.step3 > li:nth-child(4), .s0201 .prc.type5.step3 > li:nth-child(5), .s0201 .prc.type5.step3 > li:nth-child(6){float: right;}
    .s0201 .prc.type5.step3 > li:nth-child(4):before, .s0201 .prc.type5.step3 > li:nth-child(5):before{top: 50%;left: -32px;transform: translateY(-50%) rotate(-180deg);margin-top: 6.5px;}
}
@media (max-width: 767px){
    .s0201 .vlist__column.type02 .inner .item {min-height: auto;}
    .s0201 .prc.type5 > li {width: calc(100% - 48px);}
    .s0201 .prc.type5.step3 > li:nth-child(1):before, .s0201 .prc.type5.step3 > li:nth-child(2):before, .s0201 .prc.type5.step3 > li:nth-child(3):before, .s0201 .prc.type5.step3 > li:nth-child(4):before, .s0201 .prc.type5.step3 > li:nth-child(5):before{top: auto;bottom: -24px;left: 50%;margin-left: -16px;transform: rotate(90deg);}
}
/* sub02_01 건강검진절차안내 End */

/* sub02 개인종합검진 */
.s0202{}
.s0202 .box_wrap{margin-top:60px;}
.s0202 .box_wrap .box{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #ddd;}
.s0202 .box_wrap .box:last-child{border:0;padding-bottom:0;margin-bottom:0;}

.individual .infobox{padding: 55px 400px 40px 50px;}
.individual .infobox.type02 .pic {width: auto;height:auto;top: auto;bottom: 0; right: 4%;transform: translateY(0);}
.individual .infobox.type02 .pic img {position: static; left: auto; margin-top: 0; margin-left: 0;}
.individual .infobox.type02 .txt .title strong {font-family: 'gmarket';}
.individual .infobox.type02 .txt .title em {font-family: 'gmarket';}
.individual .infobox.type02 .gray_box{margin-top:30px;background: #f5f5f5;font-size:15px;padding:13px 25px;display: inline-block;}

.individual .info_textbox{}
.individual .info_textbox + .info_textbox{margin-top:30px;}
.individual .info_textbox .title{position: relative;;background: #016b3b;width:100%;height:80px;display: table;table-layout: fixed;padding:10px 40px;border-radius:15px 15px 0 0;overflow: hidden;}
.individual .info_textbox .title::after{content: "";position: absolute;right:35px;top:50%;background: url(/images/health/sub02/title_bg.png) no-repeat;background-size:cover;width:210px;height:256px;margin-top:-128px;}
.individual .info_textbox .title strong{width: 100%;display: table-cell;vertical-align: middle;color:#fff;font-size:20px;letter-spacing: -0.025em;}
.individual .info_textbox .title strong span{position: relative;display: inline-block;margin-left:24px;color:#fdf500;font-size:17px;letter-spacing: -0.025em;padding-left:25px;}
.individual .info_textbox .title strong span::before{content: "";display: inline-block;position: absolute;left:0;top:50%;background: url(/images/health/sub02/sub02_cash.png) no-repeat;width:20px;height:15px;margin-top:-7.5px;}

.individual .info_textbox .conbox{border:1px solid #83a79b;border-radius:0 0 15px 15px;padding:40px;}
.individual .info_textbox .conbox p:first-child{margin-top:0;}
.individual .info_textbox .conbox .list-1st{margin-left:0;}
.individual .info_textbox .conbox .gray_box{padding:30px;background: #f5f5f5;margin-top:25px;}
.individual .info_textbox .conbox .gray_box strong{color:#222;font-size:16px;letter-spacing: -0.025em;font-weight:600;}

@media(max-width:500px){
    .individual .info_textbox .title strong span{display: block;margin-top:5px;margin-left:0;}
    .individual .info_textbox .title::after{width:164px;height:200px;margin-top:-100px;right:-10px;}
}

@media (max-width:991px) {
    .individual .infobox {padding: 40px 40px 50px;}
    .individual .infobox.type02 .pic {display: none;}
}
/* sub02 개인종합검진 End */


/* sub02_05 검진 전 준비사항 안내 */
@media (max-width: 767px){
    .sub0205 .vlist__bodo .obj .item .inner .ui-bodo__summary .list-1st li{text-align:left;}
}

/* sub02_05 검진 전 준비사항 안내 End */

/* sub04_0402 의무기록사본 발급 */
.s040402 .prc.type5.con1 > li {min-height: 158px;}
.s040402 .prc.type5.con2 > li {min-height: 97px;}
.s040402 .prc.type5.con3 > li {min-height: 138px;}
@media (max-width: 1240px){
    .s040402 .prc.type5.con3 > li {min-height: 163px;}
}
@media (max-width: 1050px){
    .s040402 .prc.type5.con1 > li {min-height: 183px;}
    .s040402 .prc.type5.con3 > li {min-height: 183px;}
}
@media (max-width: 840px){
    .s040402 .prc.type5.con1 > li {min-height: 208px;}
    .s040402 .prc.type5.con2 > li {min-height: 122px;}
    .s040402 .prc.type5.con3 > li {min-height: 208px;}
}
@media (max-width: 767px){
    .s040402 .prc.type5.con1 > li {min-height: 181px;}
    .s040402 .prc.type5.con2 > li {min-height: auto;}
    .s040402 .prc.type5.con3 > li {min-height: 161px;}
}
@media (max-width: 500px){
    .s040402 .prc.type5.con1 > li {min-height: auto;}
    .s040402 .prc.type5.con3 > li {min-height: auto;}
}
/* sub04_0402 의무기록사본 발급 End */


/* sub04_0404 대리처방 안내 */
.s040404 .list-box {margin-top: 50px;}
.s040404 .list-box > li {overflow: hidden; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px dashed #888;}
.s040404 .list-box .tit {overflow: hidden; position: relative; float: left; width: 316px; border: 1px solid #94c0aa; border-radius: 0 50px 0 0; min-height: 172px;}
.s040404 .list-box .tit .bg {overflow: hidden; display: table; width: 100%; min-height: 172px;}
.s040404 .list-box .tit:before {position: absolute; width: 267px; height: 294px; right:-103px; top:-2px; background: url(/images/main/sub02/sub020304_bg1.png); content: ""; z-index: -1;}
.s040404 .list-box > li:nth-child(2) .tit {border-color:#97becd;}
.s040404 .list-box > li:nth-child(2) .tit:before {background: url(/images/main/sub02/sub020304_bg2.png);}
.s040404 .list-box > li:nth-child(3) .tit {border-color:#a1c094;}
.s040404 .list-box > li:nth-child(3) .tit:before {background: url(/images/main/sub02/sub020304_bg3.png);}
.s040404 .list-box .tit strong { display: table-cell; font-size: 17px; color:#222; font-weight: bold; text-align: center; vertical-align: middle;}
.s040404 .list-box .txt {float: right; width: calc(92% - 316px);}
.s040404 .list-box .txt .list > li{position: relative; padding-left: 27px; margin: 10px 0; font-size: 17px; color:#555; letter-spacing: -0.045em;}
.s040404 .list-box .txt .list > li .num {position: absolute; left: 0; font-weight: bold;letter-spacing: -0.045em;}
.s040404 .list-box .txt .list > li .list-1st {margin: 10px 0 0;}
@media (max-width: 850px){
    .s040404 .ui-banner__box .item {float: none; margin-left: 0; width: 100%;}
    .s040404 .list-box .tit {float: none; width: 100%; min-height: auto; padding: 15px; margin-bottom: 20px;}
    .s040404 .list-box .tit .bg {min-height: auto;}
    .s040404 .list-box .tit strong br {display: none;}
    .s040404 .list-box .txt {float: none; width: 100%;}
}
@media (max-width: 460px){
    .s040404 .list-box .tit strong br {display: block}
}
/* sub04_0404 대리처방 안내 End */

/* sub06_03 검진 전 준비사항 안내 */
.ingest{border: 1px solid #ddd;border-radius:10px;padding:20px;}
.ingest ul li{position: relative;padding-left:85px;}
.ingest ul li+li{margin-top:10px;}
.ingest ul li em{position: absolute;left:0;top:0;display:block;border-radius: 10px;background: #E12B4D;color:#fff;font-size:14px;line-height: 24px;padding:0 10px;}
/* sub06_03 검진 전 준비사항 안내 End */
