/* 웹폰트 임포트 */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');

/* Noto Sans */
@font-face {
    font-family: 'NotoThin';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/noto/NotoSansKR-Thin.eot);
    src: url(../fonts/noto/NotoSansKR-Thin.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-Thin.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'NotoLight';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/noto/NotoSansKR-Light.eot);
    src: url(../fonts/noto/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-Light.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'NotoDemi';
    font-style: normal;
    font-weight: 350;
    src:  url(../fonts/noto/NotoSansKR-DemiLight.eot);
    src: url(../fonts/noto/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-DemiLight.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-DemiLight.otf) format('opentype');
}

@font-face {
    font-family: 'NotoReg';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/noto/NotoSansKR-Regular.eot);
    src: url(../fonts/noto/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-Regular.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'NotoMed';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/noto/NotoSansKR-Medium.eot);
    src: url(../fonts/noto/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-Medium.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'NotoBold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/noto/NotoSansKR-Bold.eot);
    src: url(../fonts/noto/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-Bold.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'NotoBlack';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/noto/NotoSansKR-Black.eot);
    src: url(../fonts/noto/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
    url(../fonts/noto/NotoSansKR-Black.woff) format('woff'),
    url(../fonts/noto/NotoSansKR-Black.otf) format('opentype');
}

/* Futura */

@font-face {
  font-family: 'Futura-EB';
  src: url('../fonts/futura/Futura-EB.eot');
  src: url('../fonts/futura/Futura-EB.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura/Futura-EB.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-HV';
  src: url('../fonts/futura/Futura-Heavy.eot');
  src: url('../fonts/futura/Futura-Heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura/Futura-Heavy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-BD';
  src: url('../fonts/futura/Futura-Bold.eot');
  src: url('../fonts/futura/Futura-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura/Futura-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-MD';
  src: url('../fonts/futura/Futura-Medium.eot');
  src: url('../fonts/futura/Futura-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura/Futura-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-BK';
  src: url('../fonts/futura/Futura-Book.eot');
  src: url('../fonts/futura/Futura-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura/Futura-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-LT';
  src: url('../fonts/futura/Futura-Light.eot');
  src: url('../fonts/futura/Futura-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura/Futura-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* 기본 */
.clearBoth {clear:both;padding:0;margin:0;}

.floatLeft {float:left;}
.floatRight {float:right;}

.identColor1 {color:#005851 !important;}
.identColor2 {color:#4bb000 !important;}
.blueColor {color:#0019d6 !important;}

.respImg {width:100%;}
.outLine {border:1px solid #eee;}

.bgLGrey {background: #eee;}

.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.mb0 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb80 {margin-bottom:80px !important;}

.pt0 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}

.pb0 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}

.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}

.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}

.pl0 {padding-left:0 !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}

.pr0 {padding-right:0 !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}

.txtCenter {text-align:center !important;}
.txtRight {text-align:right !important;}
.txtLeft {text-align:left !important;}
.txtJustify {text-align:justify !important;}

.txtBold {font-family: 'Titillium Web','NotoBold', sans-serif;font-weight:700;}
.txtSmall {font-size:0.8em !important;line-height:150%;}
.txtBig {font-size:18px !important;}

.txtBox {padding:20px;background:#f3f3f3;border:1px solid #eee;}

.txtWhite{color:#fff !important;}
.txtBlack{color:#000 !important;}
.txtOrange {color:#f98d00 !important;}
.txtBgreen {color:#00c1cd !important;}
.txtViolet {color:#bc00cd !important;}
.txtGreen {color:#3b9c00 !important;}
.txtBlue {color:#005cce !important;}
.txtRed{color:#ce2700 !important;}

.txtWhite60p {color:rgba(255, 255, 255, 0.6);}

.partition {height: 1px; margin: 20px 0; background:#eee; clear:both;}

/* 추가 */
table th {font-weight:normal !important;}

.ct_50p {float:left; width: calc(50% - 30px); margin-right: 30px;}
.ct_50p img {width: 100%;}

@media (max-width: 768px){
	.ct_50p {clear:both; width: 100%;}
}

.sets.spc {
    position: relative;
    padding: 2.5rem;
    background-image: url('../img/sub/special-bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.sets.spc.treat {
    background-image: none;
}
.sets.spc.treat.white-border {
    background-color: #fff;
    border: 1px solid #ddd;
}
.treat {
    background-color: #eee;
}
.treat.diet-end-bg {
    background-image: url('../img/sub/diet_a_09.jpg') !important;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: right top;
}
.sets.qna {
    position: relative;
    padding: 2.5rem;
    background: url('../img/sub/special-bg.png') no-repeat 0 0;
    background-size: cover;
}
.sets.qna.bg-diag {
    background-image: url('../img/sub/dig-bg.jpg');
}
.sets.spc .stit:before {
    background-color: #7c4c16;
}
.sets.spc.treat .stit:before {
    background-color: #00b7bb;
}
.sets.spc .stit em {
    color: #7c4c16;
}
.sets.spc.treat .stit em {
    color: #00b7bb;
}
.sets.spc .spc-list {
    position: relative;
}
.spc-list .item {
    position: relative;
    float: left;
    margin-right: 40px;
    margin-top: 30px;
    padding-top: 30px;
    width: calc(100% / 2 - 20px);
    border-top: 1px solid rgba(124,76,22,.2);
}
.spc-list .item.full {
    float: none;
    width: auto;
    margin-right: 0;
}
.spc-list .item:nth-child(2), .spc-list .item:nth-child(4), .spc-list .item:nth-child(6) {
    margin-right: 0;
}
.spc-list .item:nth-child(1), .spc-list .item:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.spc-list .item.full:nth-child(2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(124,76,22,.2);
}
.spc-list .item .in, .spc-list .item .in > * {
    position: relative;
    display: block;
}
.spc-list .item .in > * {
    margin-top: 1.25rem;
}
.spc-list .item .num, .doc-list .item .num {
    position: absolute;
    right: 0;
    top: -1rem;
    margin-top: 0;
    opacity: .2;
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
}

.spc-list .item .tit {
    padding-right: 4rem;
    font-weight: bold;
    color: #000;
}
.spc-list .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sets {
    position: relative;
    margin-bottom: 3.125rem;
}
.sets.undercon {
    padding: 3em .5em;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6;
    min-height: 400px;
    background-color: #f7f7f7;
    background-image: url('../img/sub/undercon.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 1px solid #eee;
}
.sets.no-mb {
    margin-bottom: 0;
}
.sets .stit {
    position: relative;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
.sets .stit:before {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    background-color: #c7d49c;
    content: '';
}
.sets .sstit {
    position: relative;
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
}
.sets .sstit2 {
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
}
.sets ul li.sstit2 {
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: normal;
}
.sets.qna ul li.sstit2 > span .po-check {
    width: 18px;
    height: 16px;
    background-color: #ddd;
    background: url('../img/sub/mini-check2.png') no-repeat 0 0;
}
.sets ul li.sstit2.type-check > span .po-check {
    width: 18px;
    height: 16px;
    background-color: #ddd;
    background: url('../img/sub/mini-check.png') no-repeat 0 0;
}
.sets .sstit > span {
    position: relative;
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;
    padding: 0 20px;
}
.sets .sstit2 > span {
    padding: 0;
    z-index: 2;
}
.sets .sstit > span:before, .sets .sstit > span:after {
    display: block;
    position: absolute;
    width: 11px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
}
.sets .sstit > span:before {
    left: 0;
}
.sets .sstit > span:after {
    right: 0;
}
.sets .sstit2 > span:before, .sets .sstit2 > span:after {
    display: none;
}
.fluo {
    position: relative;
    background: url('../img/sub/fluo2.png') repeat-x left bottom;
}
.fluo.type2 {
    position: relative;
    background: url('../img/sub/fluo.png') repeat-x left bottom;
}
.fluo.type3 {
    position: relative;
    background: url('../img/sub/fluo3.png') repeat-x left bottom;
}

.sets .sstit2 > span:after {
    display: block;
    width: 100%;
    height: 12px;
    top: auto;
    margin: 0 -5px 0 -5px;
    bottom: -2px;
    background-color: rgba(142, 195, 31, .25);
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg); /* Standard syntax */
}
.sets .sstit2.fluo2 > span:after {
    background-color: rgba(0, 245, 254, .35);
}
.sets ul li.sstit2 > span:after {
    display: none;
    /* background-color: rgba(251, 100, 110, .2); */
}
.sets .sstit > span .po-check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    width: 21px;
    height: 18px;
    margin-top: -9px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.sets .sstit2 > span .po-check {
    width: 5px;
    height: 5px;
    margin-right: 7px;
    background-color: #8ec31f;
}
.sets .bg-pink .sstit2 > span .po-check {
    background-color: #e3402d;
}
.sets ul li.sstit2.type-num > span .po-check {
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 21px;
    text-align: center;
    color: #fff;
}
.sets .tit i.po-check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 0;
    width: 18px;
    height: 16px;
    background-color: #ddd;
    background: url(../img/sub/mini-check.png) no-repeat 0 0;
}
.sets .sstit.sstit.type-green > span .po-check {
    background-image: url('../img/sub/pch-green.png');
}
.sets .sstit.sstit.type-pink > span .po-check {
    background-image: url('../img/sub/pch-pink.png');
}
.sets .sstit.sstit.type-purple > span .po-check {
    background-image: url('../img/sub/pch-purple.png');
}

/* 의료진 */

.doc-list, .doc-list .item, .doc-list .dtl, .doc-list .dtl > * {
    position: relative;
    display: block;
}
.doc-list .item {
    margin-top: 1.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid #ddd;
	clear:both;
}
.doc-list .item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.doc-list .photo {
    display: block;
    float: left;
    width: 200px;
    font-size: 0;
    line-height: 0;
    border: 1px solid #ccc;
}
.doc-list .dtl {
    float: right;
    width: calc(100% - 230px);
    padding: 1rem 0;
}
.doc-list .dtl > * {
    position: relative;
    margin-top: 15px;
}
.doc-list .dtl > *:first-child {
    margin-top: 0;
}
.scd {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 0 2px;
    background-color: #aaa;
    color: #fff;
}
.scd.trsp {
    background-color: transparent;
    color: inherit;
}
i + .scd.trsp {
    margin-left: 0;
    padding-left: 0;
}
.break > .scd.trsp:first-child {
    margin-left: 0;
    padding-left: 0;
}
.scd.open {
    background-color: #1d9594;
}
.scd.f1 {
    background-color: #4a7dd1;
}
.scd.f2 {
    background-color: #db7e5e;
}
.scd.off2 {
    background-color: #c8b361;
}
.doc-list table {
    /* display: initial; */
    position: initial;
    text-align: center;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.doc-list table td, .doc-list table th {
    display: table-cell;
    position: initial;
    padding: 4px;
    border: 1px solid #ddd;
}
.doc-list table th {
    background-color: #ebf0f1;
}

/*  */
.loc-info .bn-wr {
    padding-top: 15px;
}
.loc-info .bn-wr a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background-color: #ccc;
    color: #fff;
}
.loc-info .bn-wr a {
    background-color: #13d100;
}
.loc-info .bn-wr a.daum {
    background-color: #608ffb;
}



/* font { */
.fn-xs {
    font-size: .750em; /* 16px base 12px */
}
.fn-s {
    font-size: .875em; /* 16px base 16px */
}
.fn-m {
    font-size: 1em; /* 16px base 16px */
}
.fn-l {
    font-size: 1.125em; /* 16px base 18px */
}
.fn-xl {
    font-size: 1.250em; /* 16px base 20px */
}
.fn-xxl {
    font-size: 1.500em; /* 16px base 24px */
}
.ag-r {
    text-align: right;
}
.ag-l {
    text-align: left;
}
.ag-c {
    text-align: center;
}

/*  */
.process, .process .prc-list, .process .prc-list .item, .process .prc-list .in {
    position: relative;
}
.process .prc-list {
    /* margin-left: -20px; */
}
.process .prc-list .item {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc(33.3333% - 20px);
}
.process .prc-list .item:nth-child(3), .process .prc-list .item:nth-child(6) {
    margin-right: 0;
}
.process .prc-list .in {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.process .prc-list .last .in {
    border: 0;
    background-color: #fff;
}
.process .prc-list .prc-hd {
    font-weight: bold;
    background-color: #8ec31f;
    color: #fff;
    text-align: right;
}
.process .prc-list .prc-hd, .process .prc-list .prc-bd, .process .prc-list .prc-dtl {
    position: relative;
    display: block;
    padding: .875rem;
}
.process .prc-list .prc-hd em {
    font-size: 2.5rem;
    margin-left: 4px;
}
.process .prc-list .prc-bd {
    background-color: #fff;
}
.process .prc-dtl li {
    position: relative;
    margin-top: 18px;
}
.process .prc-dtl li:first-child {
    margin-top: 0;
}
.process .prc-dtl li:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 6px;
    top: -11px;
    left: 50%;
    margin-left: -4px;
    background: url('../img/sub/arrow.png') no-repeat;
    content: '';
}
.process .prc-dtl li:first-child:before {
    display: none;
}
.process .prc-dtl li > span {
    position: relative;
    display: block;
    padding: .625rem .625rem .625rem 1.25rem;
    border: 1px solid #d9d9d9;
    background: #fff;
}
.process .prc-dtl li > span:before {
    position: absolute;
    display: block;
    left: .875rem;
    top: 1.25rem;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    content: '';
}