@charset "utf-8";
#sub {position: relative;}

.sub-visual {height:400px; margin-top:100px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.sub-visual01 {background-image: url('../img/sub/sub-visual01.jpg');}
.sub-visual02 {background-image: url('../img/sub/sub-visual02.jpg');}
.sub-visual03 {background-image: url('../img/sub/sub-visual03.jpg');}
.sub-visual04 {background-image: url('../img/sub/sub-visual04.jpg');}
.sub-visual .title {display: flex; justify-content: center; align-items: center; height: calc(100% - 35px);}
.sub-visual .title h2 {font-family: 'NanumSquare'; font-size: 60px; font-weight: 800; line-height: 1.3em; color: #fff;}

#lnb {margin-top: -35px;}
.lnb-slide {border-radius: 35px; box-shadow: 0px 0px 10px 0px rgba(152, 151, 151, 0.25); overflow: hidden;}
#lnb ul {display: flex; background: #fff;}
#lnb ul li {position: relative; flex: 1; z-index: 1;}
#lnb ul li:after {position: absolute; top: 50%; right: 0; content: ''; width: 1px; height: 15px; background: #ddd; margin-top: -7px;}
#lnb ul li:last-child:after {display: none;}
#lnb ul li a {position: relative; font-size: 20px; font-weight: 500; color: #666; text-align: center; padding: 21px 0; transition: all 0.4s;}
#lnb ul li a:before {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: #fcaf15; border-radius: 35px; opacity: 0; z-index: -1; transition: all 0.4s;}
#lnb ul li.active a {font-weight: 700; color: #fff;}
#lnb ul li.active a:before {opacity: 1;}
#lnb ul li a:hover {font-weight: 700; color: #fff;}
#lnb ul li a:hover:before {opacity: 1;}

.real-cont {padding: 120px 0 225px;}
.page-title {margin-bottom: 90px;}
.page-title h3 {position: relative; font-family: 'NanumSquare'; font-size: 55px; font-weight: 800; line-height: 1em; color: #000; text-align: center; padding-top: 51px;}
.page-title h3:before {content: ''; width: 47px; height: 29px; background-image: url('../img/main/title-deco.png'); background-repeat: no-repeat; background-position: center center; background-size: contain; position: absolute; top: 0; left: 50%; margin-left: -23px;}
.page-title p {font-size: 20px; line-height: 1.7em; color: #666; text-align: center; margin-top: 18px;}

/* 1-1 */
.greeting {position: relative;}
.greeting:before {position: absolute; left: 0; bottom: 0; content: ''; width: 451px; height: 633px; background-image: url('../img/sub/greeting-bg.png'); background-repeat: no-repeat; background-position: left bottom; background-size: contain;}
.greeting .wrap {display: flex;}
.greeting .img-wrap {max-width: 620px; width: 100%;}
.greeting .text-wrap {padding-left: 105px; margin-top: -8px;}
.greeting .text-wrap h4 {font-family: 'NanumSquare'; font-size: 45px; font-weight: 800; line-height: 1.44em; letter-spacing: -0.05em; color: #000; margin-bottom: 40px;}
.greeting .text-wrap p {font-size: 20px; line-height: 1.7em; color: #666;}
.greeting .text-wrap p:not(:last-child) {margin-bottom: 34px;}
.greeting .text-wrap b {display: block; font-size: 22px; font-weight: 400; line-height: 1.6em; color: #000; margin-bottom: 13px;}
.greeting .text-wrap b:nth-of-type(2) {margin-bottom: 34px;}
.greeting .text-wrap b span {font-size: 25px; font-weight: 600; color: #00a650;}

/* article 공통 */
article:not(:last-child) {margin-bottom: 140px;}
.arti-title {margin-bottom: 38px;}
.arti-title.type02 {margin-bottom: 62px;}
.arti-title h4 {position: relative; font-size: 45px; font-weight: 700; line-height: 1.4em; color: #000; padding-left: 30px;} 
.arti-title h4:before {position: absolute; top: 14px; left: 0; content: ''; width: 5px; height: 35px; background: #00a650;}
.arti-title h4:after {position: absolute; top: 14px; left: 0; content: ''; width: 5px; height: 5px; background: #fcaf15;}
.arti-title p {font-size: 20px; line-height: 1.7em; color: #666; margin-top: 20px; letter-spacing: -0.04em;}
.arti-title p span {font-weight: 600; color: #000;}

/* 1-2 */
.head article .wrap {display: flex;	margin: 0 -15px;}
.head article .wrap > ul {width: 33.333%; padding: 0 15px;}
.head article .wrap > ul:nth-of-type(1) li:nth-child(1) {border-top: 1px solid #8dc63f;}
.head article .wrap > ul:nth-of-type(2) li:nth-child(1) {border-top: 1px solid #0aa957;}
.head article .wrap > ul:nth-of-type(3) li:nth-child(1) {border-top: 1px solid #fcaf15;}
.head article .wrap > ul li {position: relative; font-size: 18px; line-height: 1.3em; color: #666; padding: 18px 0 18px 13px; border-bottom: 1px dashed #ddd; letter-spacing: -0.07em;}
.head article .wrap > ul li:last-child {border-bottom: 1px solid #ddd;}
.head article .wrap > ul li:before {position: absolute; top: 27px; left: 0; content: ''; width: 3px; height: 3px; border-radius: 50%;}
.head article .wrap > ul:nth-of-type(1) li:before {background: #8dc63f;}
.head article .wrap > ul:nth-of-type(2) li:before {background: #0aa957;}
.head article .wrap > ul:nth-of-type(3) li:before {background: #fcaf15;}
.table-responsive {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.table-responsive table {width: 100%; min-width: 700px;}
.head table col:nth-child(1), .head table col:nth-child(2) {width: 18.3%;}
.table02 {border-top: 2px solid #8dc63f; border-spacing: 0; border-collapse: collapse;}
table thead {background: #f7f7f7;}
table th {font-size: 18px; font-weight: 600; line-height: 1.3em; color: #000; padding: 23px 5px; text-align: center;}
table th:not(:last-child), table td:not(:last-child) {border-right: 1px solid #ddd;}
table tbody tr {border-bottom: 1px solid #ddd;}
table td {font-size: 18px; line-height: 1.3em; color: #666; padding: 23px 5px; text-align: center;}

/* 1-3 */
.doctor .table-responsive table {width: 100%; min-width: 1024px;}
.doctor table col:nth-child(1) {width: 4.9%;}
.doctor table col:nth-child(2) {width: 260px;}
.doctor table col:nth-child(3) {width: 11.4%;}
.doctor table col:nth-child(4) {width: 32.7%;}
.doctor table col:nth-child(5) {width: 32.7%;} 
.doctor table td {line-height: 1.77em;}
.doctor table td:nth-child(2) {padding: 20px;}
.doctor table td:nth-child(4), .doctor table td:nth-child(5) {text-align: left; padding: 38px 30px;}
.doctor table .pic {position:relative; height:0; padding-bottom:75%; border-radius: 10px; overflow:hidden; transition:all 0.6s;}
.doctor table .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}

/* 1-4 */
.img-col02 {display: flex; margin: 0 -20px;}
.img-col02 figure {width: 50%; padding: 0 20px;}
.img-col02 figure img {border-radius: 10px; overflow: hidden;}
.img-col02 figure.border img {border: 1px solid #ddd;} 
.device .arti04 .img-col01, .device .arti05 .img-col01, .device .arti06 .img-col01 {position: relative; width: 100%; height: 450px; background: #f7f7f7; text-align: center;}
.device .img-col01 .logo {position: absolute; bottom: 20px; right: 20px;}

/* 1-5 */
.hour .row {display: flex; border-radius: 10px; overflow: hidden; margin-bottom: 50px;}
.hour .col {position: relative; width: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: -2;}
.hour .col01 {background-image: url('../img/sub/hour-bg01.jpg');}
.hour .col02 {position: relative; background-image: url('../img/sub/hour-bg02.jpg'); padding: 55px 80px;}
.hour .col02:before {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: #f1a40a; opacity: 0.85; z-index: -1;}
.hour .col02 .text {position: relative; z-index: 10;}
.hour .col02 h4 {position: relative; font-family: 'NanumSquare'; font-size: 40px; line-height: 1.4em; font-weight: 800; color: #fff; padding-left: 50px; margin-bottom: 10px;}
.hour .col02 h4:before{position: absolute; top: 9px; left: 0; content: ''; width: 37px; height: 37px; background-image: url('../img/sub/hour-icon.png'); background-repeat: no-repeat; background-position: left center; background-size: contain;}
.hour .col02 ol {margin-bottom: 15px;}
.hour .col02 ol li {position: relative; display: flex; font-size: 20px; line-height: 1.3em; color: #fff; padding: 16.5px 0; border-bottom: 1px solid rgba(255,255,255,0.4);}
.hour .col02 ol li:before {position: absolute; top: 28px; left: 0; content: ''; width: 4px; height: 4px; border-radius: 50%; background: #fff;}
.hour .col02 ol li b {display: inline-block; max-width: 77px; width: 100%; padding-left: 8px; font-weight: 600;}
.hour .col02 ul {display: flex; flex-wrap: wrap;}
.hour .col02 ul li {position: relative; width: 50%; font-size: 17px; line-height: 1.76em; color: #fff; padding-left: 7px ;}
.hour .col02 ul li:before {position: absolute; top: 12px; left: 0; content: ''; width: 3px; height: 3px; border-radius: 50%; background: #fff;}
.notice-box {padding: 42px 30px 42px 65px; background: #f7f7f7; border-radius: 10px; overflow: hidden;}
.notice-box b {display: block; font-size: 20px; font-weight: 700; line-height: 1.5em; color: #00a650; margin-bottom: 8px;}
.notice-box li {position: relative; font-size: 17px; line-height: 1.76em; color: #666; padding-left: 7px;}
.notice-box li:before {position: absolute; top: 12px; left: 0; content: ''; width: 3px; height: 3px; border-radius: 50%; background: #666;}

/* 1-6 */
.location .map {margin-bottom: 32px;}
.location .map iframe {width: 100%; height: 450px; border-radius: 10px; overflow: hidden;}
.location .details {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px;}
.location .info dl {display: flex; margin-bottom: 10px;}
.location .info dt {width: 75px; font-size: 20px; line-height: 1.5em; font-weight: 600; color: #000;}
.location .info dd {font-size: 20px; line-height: 1.5em; color: #666;}
.location .btn-area {display: flex; margin-bottom: 5px;}
.location .btn-area a {display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 50%; transition: all 0.4s;} 
.location .btn-area a.search {background: #fcaf15; margin-right: 10px;}
.location .btn-area a.print {background: #00a650;}
.location .btn-area a:hover {transform: rotate(-15deg);}
.location .notice-box b {color: #000;}
.location .notice-box p {font-size: 17px; line-height: 1.76em; color: #666;}

/* 1-7 */
.tour .slide-view {margin-bottom: 10px; border-radius: 10px; overflow: hidden;}
.tour .slide-view .items {position: relative;}
.tour .slick-arrow {position: absolute; top: 50%; margin-top: -40px; width: 80px; height: 80px; background-repeat: no-repeat; background-position: center center; background-color: #fcaf15; font-size: 0; border: 0; z-index: 5;  transition: all 0.4s;}
.tour .slick-prev {left: 0; background-image: url('../img/sub/tour-prev-btn.png');}
.tour .slick-next {right: 0; background-image: url('../img/sub/tour-next-btn.png');}
.tour .slick-prev:hover {background-position: left 25px center;}
.tour .slick-next:hover {background-position: right 25px center;}
.tour .slide-tab .items {margin: 0 -5px;}
.tour .slide-tab .item {padding: 0 5px; cursor: pointer;}
.tour .slide-tab .item img {border-radius: 10px; overflow: hidden;}
/* .tour .slide-tab .item.slick-current img {} */

/* 2-1 */
.growth .text-box02 {margin: 70px 0 60px;}
.growth ol {display: flex; margin: 0 -15px;}
.growth ol li {width: 33.333%; padding: 0 15px;}
.growth ol li .inner {height: 100%; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; padding: 50px 10px 45px; text-align: center;}
.growth ol li .icon {width: 122px; height: 122px; border-radius: 50%; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: contain; box-shadow: 3.5px 6.062px 7px 0px rgba(64, 63, 63, 0.15); margin: 0 auto 35px;}
.growth ol li:nth-child(1) .icon {background-image: url('../img/sub/growth01-icon01.png');}
.growth ol li:nth-child(2) .icon {background-image: url('../img/sub/growth01-icon02.png');}
.growth ol li:nth-child(3) .icon {background-image: url('../img/sub/growth01-icon03.png');}
.growth ol li b {display: block; font-size: 30px; line-height: 1.3em; font-weight: 700; color: #000; margin-bottom: 12px;}
.growth ol li p {font-size: 18px; line-height: 1.55em; color: #666;}
.growth .text-box:last-child {padding-bottom: 0;}
.growth .col-02 li:nth-child(1) .icon {background-image: url('../img/sub/growth01-col01.png');}
.growth .col-02 li:nth-child(2) .icon {background-image: url('../img/sub/growth01-col02.png');}

/* 2-2 */
.img-col01 {border-radius: 10px; overflow: hidden;}
.sub_2 .img-col01 {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 450px; background-image: url('../img/sub/low01-bg.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 20px 30px;}
.sub_2 .img-col01 img {margin-top: 13px;}
.col-02 {display: flex; margin: 0 -23px;}
.col-02 li {width: 50%; padding: 0 23px;}
.col-02 li .inner {height: 100%; background: #f7f7f7; border-radius: 10px; overflow: hidden; padding: 64px 20px 55px;}
.col-02 li .icon {width: 100%; height: 140px; background-repeat: no-repeat; background-position: center center; margin-bottom: 25px;}
.low .col-02 li:nth-child(1) .icon {background-image: url('../img/sub/low02-col01.png');}
.low .col-02 li:nth-child(2) .icon {background-image: url('../img/sub/low02-col02.png');}
.col-02 li .text p {font-size: 20px; line-height: 1.7em; color: #666; text-align: center;}
.text-box {padding: 72px 10px 60px;}
.text-box p {font-size: 20px; font-weight: 500; line-height: 1.7em; color: #000; text-align: center;}
.text-box02 b {display: block; font-size: 30px; line-height: 1.5em; font-weight: 700; color: #fff; text-align: center; padding: 18px 10px; background: #adabab; border-radius: 10px; overflow: hidden; margin-bottom: 60px;}
.low .arti02 .col-03 {display: flex; flex-wrap: wrap; border-top: 1px solid #000;}
.low .arti02 .col-03 li {display: flex; align-items: center; width: 33.333%; padding: 50px 10px 50px 40px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.low .arti02 .col-03 li:nth-child(3n) {border-right: 0;}
.low .arti02 .col-03 li .icon {max-width: 80px; width: 100%; height: 80px; border-radius: 50%; overflow: hidden; box-shadow: 5px 8.66px 10px 0px rgba(64, 63, 63, 0.15); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.low .arti02 .col-03 li:nth-child(1) .icon {background-image: url('../img/sub/low02-icon01.png');}
.low .arti02 .col-03 li:nth-child(2) .icon {background-image: url('../img/sub/low02-icon02.png');}
.low .arti02 .col-03 li:nth-child(3) .icon {background-image: url('../img/sub/low02-icon03.png');}
.low .arti02 .col-03 li:nth-child(4) .icon {background-image: url('../img/sub/low02-icon04.png');}
.low .arti02 .col-03 li:nth-child(5) .icon {background-image: url('../img/sub/low02-icon05.png');}
.low .arti02 .col-03 li:nth-child(6) .icon {background-image: url('../img/sub/low02-icon06.png');}
.low .arti02 .col-03 li:nth-child(7) .icon {background-image: url('../img/sub/low02-icon07.png');}
.low .arti02 .col-03 li:nth-child(8) .icon {background-image: url('../img/sub/low02-icon08.png');}
.low .arti02 .col-03 li:nth-child(9) .icon {background-image: url('../img/sub/low02-icon09.png');}
.low .arti02 .col-03 li:nth-child(10) .icon {background-image: url('../img/sub/low02-icon10.png');}
.low .arti02 .col-03 li:nth-child(11) .icon {background-image: url('../img/sub/low02-icon11.png');}
.low .arti02 .col-03 li:nth-child(12) .icon {background-image: url('../img/sub/low02-icon12.png');}
.low .arti02 .col-03 li:nth-child(13) .icon {background-image: url('../img/sub/low02-icon13.png');}
.low .arti02 .col-03 li:nth-child(14) .icon {background-image: url('../img/sub/low02-icon14.png');}
.low .arti02 .col-03 li p {padding-left: 18px; font-size: 20px; line-height: 1.6em; font-weight: 500; color: #000;}

/* 2-3 */
.precocious .arti01 .img-col01 .row {display: flex; margin: 0 -60px;}
.precocious .arti01 .img-col01 .row > div {padding: 0 60px;}
.precocious .arti01 .img-col01 .col01 {position: relative;}
.precocious .arti01 .img-col01 .col01:after {position: absolute; top: 50%; right: 0; margin-top: -13px; margin-right: -20px; content: ''; width: 41px; height: 26px; background-image: url('../img/sub/precocious01-arrow.png'); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.precocious .arti01 .img-col01 .wrap {display: flex; margin: 0 -20px;}
.precocious .arti01 .img-col01 .col02 {padding: 0 20px;}
.precocious .arti01 .img-col01 .col .inner {display: flex; justify-content: center; align-items: center; width: 240px; height: 240px; border-radius: 50%;}
.precocious .arti01 .img-col01 .col01 .inner {background: #00a650;}
.precocious .arti01 .img-col01 .col02 .inner {background: #fdaf17;}
.precocious .arti01 .img-col01 .col .inner p {font-size: 26px; font-weight: 700; line-height: 1.53em; color: #fff; text-align: center;}
.precocious .arti03 ul {display: flex; max-width: 1250px; width: 100%; margin: 0 -20px;}
.precocious .arti03 ul li {width: 33.333% ;padding: 0 20px;}
.precocious .arti03 ul li .inner {height: 100%; border-radius: 10px; overflow: hidden; background: #fff;}
.precocious .arti03 ul li:nth-child(1) .inner {border: 1px solid #fcaf17;}
.precocious .arti03 ul li:nth-child(2) .inner {border: 1px solid #8dc63f;}
.precocious .arti03 ul li:nth-child(3) .inner {border: 1px solid #00a650;}
.precocious .arti03 ul li b {display: block; font-size: 26px; font-weight: 700; color: #fff; text-align: center; padding: 15px 0;}
.precocious .arti03 ul li:nth-child(1) b {background: #fcaf17;}
.precocious .arti03 ul li:nth-child(2) b {background: #8dc63f;}
.precocious .arti03 ul li:nth-child(3) b {background: #00a650;}
.precocious .arti03 ul li p {font-size: 20px; line-height: 1.7em; font-weight: 500; color: #666; text-align: center; padding: 30px 20px;}
.precocious .col-02 li:nth-child(1) .icon {background-image: url('../img/sub/precocious04-col01.png');}
.precocious .col-02 li:nth-child(2) .icon {background-image: url('../img/sub/precocious04-col02.png');}
.precocious .arti05 .img-wrap {width: 100%; height: 450px; background-image: url('../img/sub/precocious05-01.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 10px; overflow: hidden;}
.precocious .arti06 .img-wrap {width: 100%; height: 450px; background-image: url('../img/sub/precocious06-01.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 10px; overflow: hidden;}

/* 2-4 */
.obesity .arti01 .img-col01 {height: 565px;}
.obesity .arti01 .img-col01 figcaption {font-size: 20px; line-height: 1.7em; font-weight: 700; color: #000; text-align: center; margin-top: 40px;}
.obesity .col-02 li:nth-child(1) .icon {background-image: url('../img/sub/obesity01-col01.png');}
.obesity .col-02 li:nth-child(2) .icon {background-image: url('../img/sub/obesity01-col02.png');}
.obesity .arti01 .text-box:last-child {padding-bottom: 0;}

/* 2-5 */
.thyroid .col-02 li:nth-child(1) .icon {background-image: url('../img/sub/thyroid01-col01.png');}
.thyroid .col-02 li:nth-child(2) .icon {background-image: url('../img/sub/thyroid01-col02.png');}
.thyroid .arti01 .text-box:last-child {padding-bottom: 0;}




