@charset "utf-8";

.c_gy {border-color:#ccc; color:#666 !important}

.greeting {background: url(/clinic/img/sub/bg_greeting.png) no-repeat right bottom/50rem;}
.greeting .tit {margin-bottom: 4rem; font-size: 2.4rem;}
.greeting .tit .top {font-size: 3.2rem; font-weight: 600;}
.greeting .tit .top strong {color: var(--main-primary-50);}
.greeting .con {display: flex; flex-direction: column; gap: 4rem; padding-right: 40rem;}
.greeting .name {display: flex; align-items: center;}

.history {display: flex; flex-direction: column;}
.history > li {display: flex; gap: 4rem; padding: 4rem 0; border-top: 1px solid var(--krds-light-color-border-gray);}
.history > li:first-of-type {padding-top: 0; border-top: 0;}
.history > li .year {position: relative; flex: 0 0 auto; color: var(--main-primary-70); font-size: 2.4rem; font-weight: 800;}
.history > li > div {display: flex; flex-direction: column; gap: 1.6rem; padding-top: 0.5rem;}
.history > li dl {display: flex; gap: 1.5rem;}
.history > li dl dt {flex: 0 0 auto; color: var(--main-primary-70); font-size: 1.8rem; font-weight: 600;}
.history > li dl dd {display: flex; flex-direction: column; gap: 0.8rem; font-size: 1.6rem; word-break: keep-all;}
.history > li dl dd .info-list {gap: 0;}
.history > li dl dd .info-list > li {color: var(--krds-light-color-text-subtle);}

/*조직도*/
.organization {position: relative; margin-top: 3rem; --list-width: calc((100% - 2 * 1.6rem) / 3);}
.organization a {display: block; position: relative;}
.organization a::before {content: ''; position: absolute;}

.organization .rank1 {text-align: center; width: 100%;}
.organization .rank1 > a {display: flex; align-items: center; justify-content: center; margin: 0 auto 3rem auto; width: 24rem; height: 5rem; color: #fff; font-size: 1.8rem; border-radius: 8px; background: var(--main-primary-50);}
.organization .part1 {display: flex; justify-content: center; align-items: stretch; gap: 1.6rem; position: relative;}
.organization .part1 > li {position: relative; display: flex; flex-direction: column; margin-top: 3rem; width: 100%; min-width: 0; max-width: calc((100% - 3.2rem)/3); background: #7C8993; border-radius: 1rem; border: 1px solid var(--krds-light-color-border-gray);}
.organization .part1 .tit a {flex-shrink: 0; display: flex; align-items: center; justify-content: center; height: 5rem; font-size: 1.8rem; color: #fff;}
.organization .part1 ul {text-align: left; padding: 2.2rem 2rem; height: 100%; border-radius: 0.8rem 0.8rem 0.9rem 0.9rem; background: #fff; box-sizing: border-box;}
.organization .part1 ul li {position: relative; margin-top: 0.6rem; padding-left: 1.2rem; color: var(--krds-light-color-text-subtle); font-weight: 400; font-size: 1.6rem;}
.organization .part1 ul li:first-child {margin-top: 0;}
.organization .part1 ul li::before {content: ''; position: absolute; left: 0; top: 1rem; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #E3E3E3;}

.organization .rank1 > a::before {left: 50%; right: 0; top: 100%; width: 1px; height: 200%; background: var(--krds-light-color-border-gray); z-index: -1; transform: translateX(-50%);}
.organization .part1 .tit::before {content: ''; position: absolute; left: 0; right: 0; top: -3rem; width: 1px; height: 3.2rem; margin: auto; background: var(--krds-light-color-border-gray); z-index: -1;}
.organization .part1::before {content: ''; position: absolute; top: 0; left: 50%; width: calc(100% - var(--list-width)); height: 1px; margin: auto; background: var(--krds-light-color-border-gray); z-index: -1; transform: translateX(-50%);}

div.tbox > p.plan-title {padding-bottom: 1rem; font-size: 1.8rem; font-weight: 700; background: linear-gradient(90.87deg, #358F56 -2.22%, #0096B3 104.82%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

.yellow {background: #FDF1C5;}
.blue {color: #2C4DD3; background: #CEE2FF;}


.life .life-tab {display: flex; flex-wrap: nowrap; gap: 1rem;}
.life .life-tab li {position: relative; width: 100%; border-radius: 1rem; overflow: hidden;}
.life .life-tab li::before {content: ""; position: absolute; top: -14.2rem; left: -14.2rem; width: 0; height: 0; background: #a468cf; border-radius: 100%; transition: 0.3s;}
.life .life-tab li.life02-tab::before {background: #5ec13f;}
.life .life-tab li.life03-tab::before {background: #efa430;}
.life .life-tab li.life04-tab::before {background: #1bbddb;}
.life .life-tab li.life05-tab::before {background: #ff8a8a;}
.life .life-tab li.life06-tab::before {background: #6186e7;}
.life .life-tab li:hover::before {top: -1.3rem; left: -2.5rem; width: 14.5rem; height: 14.5rem;}
.life .life-tab li::after {content: ""; position: absolute; background: url(../img/sub/life-01.svg) no-repeat right -0.5rem bottom -0.5rem / 16.3rem 12.8rem; bottom: 0; right: 0; width: 16.3rem; height: 16rem;}
.life .life-tab li.life02-tab::after {background: url(../img/sub/life-02.svg) no-repeat right bottom / 15rem 10.7rem;}
.life .life-tab li.life03-tab::after {background: url(../img/sub/life-03.svg) no-repeat right bottom / 16.3rem 13.5rem;}
.life .life-tab li.life04-tab::after {background: url(../img/sub/life-04.svg) no-repeat right bottom / 16.3rem 12.5rem;}
.life .life-tab li.life05-tab::after {background: url(../img/sub/life-05.svg) no-repeat right bottom / 14.8rem 12.5rem;}
.life .life-tab li.life06-tab::after {background: url(../img/sub/life-06.svg) no-repeat right bottom / 16.3rem 13.6rem;}
.life .life-tab li > a {position: relative; display: block; min-height: 16rem; padding: 2rem; z-index: 1; text-decoration: none;}
.life .life-tab li a p.title {width: 8rem; font-size: 1.8rem; font-weight: 700; word-break: keep-all; transition: 0.5s;}
.life .life-tab li > a:hover p.title {color: #fff;}
.life .life-tab li a p.title span {position: relative;}
.life .life-tab li a p.title span::after {content: ""; position: absolute; right: -1.5rem; top: calc(50% - 0.3rem); width: 0; height: 0; border-top: 0.6rem solid #333; border-right: 0.5rem solid transparent; border-left: 0.5rem solid transparent;}
.life .life-tab li > a:hover p.title span::after {border-top-color: #fff;}
.life .life-tab li > a:focus p.title span::after {display: none;}

.life .sub-title {padding-bottom: 3.2rem; font-weight: 700; font-size: 2rem; color: rgb(34 34 34 / 80%);}
.life .life-link {display: flex; flex-wrap: wrap; gap: 1rem 3rem;}
.life .life-link li {position: relative; width: 31%; padding-bottom: 1rem; color: #222; border-bottom: 1px dashed #afafaf;}
.life .life-link li a {position: relative; display: inline-block;}
.life .life-link li a:hover,
.life .life-link li a:focus {text-decoration: underline; text-underline-position: under;}
.life .life-link li a::after {content: ""; position: absolute; background: url(../img/sub/life-arr.svg) no-repeat 0.7rem 0.5rem #ecc6b1; top: calc(50% - 1.8rem / 2.1); right: -2.8rem; width: 1.8rem; height: 1.8rem; border-radius: 50%;}
.life > div {display: none;}
.life > div.on {display: block;}

.life #life01, .life #life02, .life #life03, .life #life04, .life #life05, .life #life06, .life .life-all {position: relative; margin-top: 2rem; padding: 5rem 6rem 7rem; background: #faf3ff; border-radius: 1rem;}
.life #life01::before, .life #life02::before, .life #life03::before, .life #life04::before, .life #life05::before, .life #life06::before {content: ""; position: absolute; left: calc(7% - 0.8rem); top: -2rem; border-bottom: 3rem solid #faf3ff; border-left: 1.8rem solid transparent; border-right: 1.8rem solid transparent;}
.life #life01 .life-link li a::after {background-color: #c6acd9;}
.life01-tab {background: #faf3ff;}
.life #life02,
.life02-tab {background: #f0ffd4;}
.life #life02::before {border-bottom-color: #f0ffd4; left: calc(24% - 0.8rem);}
.life #life02 .life-link li a::after {background-color: #bdd78c;}
.life #life03,
.life03-tab {background: #fffdd6;}
.life #life03::before {border-bottom-color: #fffdd6; left: calc(40% - 0.5rem);}
.life #life03 .life-link li a::after {background-color: #ffc84d;}
.life #life04,
.life04-tab {background: #dffaff;}
.life #life04::before {border-bottom-color: #dffaff; left: calc(57% - 0.2rem);}
.life #life04 .life-link li a::after {background-color: #a4d4dd;}
.life #life05,
.life05-tab {background: #ffe8ea;}
.life #life05::before {border-bottom-color: #ffe8ea; left: calc(74% - 0.5rem);}
.life #life05 .life-link li a::after {background-color: #f7b2b8;}
.life #life06,
.life06-tab {background: #e9efff;}
.life #life06::before {border-bottom-color: #e9efff; left: calc(91% - 0.8rem);}
.life #life06 .life-link li a::after {background-color: #a9bae7;}
.life .life-all {display: block !important; background: url(../img/sub/life-all-bg.png) no-repeat right bottom #faf8f4;}

.due-date .top-box {border-radius: 2rem 2rem 0rem 0rem; border: 1px solid #007888; overflow: hidden;}
.due-date .top-box .tit {text-align: center; padding: 3.5rem; color: #fff; font-size: 2.4rem; background: url(../img/sub/due-date-tit.png) no-repeat center top / cover, linear-gradient(90.87deg, #358F56 -2.22%, #0096B3 104.82%);}
.due-date .top-box .search {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem; padding: 3.5%; margin-top: -0.1rem; background: #f5f5f5;}
.due-date .top-box .search p {font-weight: 700;}
.due-date .top-box .search fieldset {display: flex;}
.due-date .top-box .search label {display: none;}
.due-date .top-box .search select {flex: 0 0 auto; width: 13.8rem;}
.due-date .top-box .search input[type="submit"] {flex: 0 0 auto; min-width: auto;}

.search select{font-size: 1.4rem; margin:0 0.4rem 0 0; padding:0 3rem 0 1rem; width:20%; max-width:13.8rem; height:4rem; line-height:4rem; border:1px solid #ccc; appearance:none; -moz-appearance:none; -webkit-appearance:none; -o-appearance:none; -ms-appearance:none; background:#fff url(../img/sub/select_arr.gif) no-repeat right 1.3rem center/1.1rem;}
.search select::-ms-expand{display:none}
.search *:focus-visible {outline:3px solid #ffd84e; box-shadow: inset 2px 2px #000, inset -2px -2px #000;}
.search input[type=submit] {width:10.8rem; height:4rem; line-height:4rem; border-width:0; background:#333; color:#fff; font-size:1.6rem; border-radius: 0.6rem; font-weight: 500; letter-spacing: -0.003rem}



.result-box {text-align: center; margin-top: 3rem; padding: 4rem 2.5rem; border-radius: 0rem 0rem 0.4rem 0.4rem; background: rgba(233, 245, 245, 0.4);}
.result-box .tit {font-size: 1.8rem; margin-bottom: 1.8rem;}
.result-box .tit span {display: inline; padding: 0 0.2rem 0.5rem 0.2rem; background: linear-gradient(transparent 50%, #cef0f0 50.1%);}
.result-box .tit span strong {display: inline; font-size: 3.6rem; font-weight: 800; line-height: 3.6rem; background: linear-gradient(90.87deg, #358F56 -2.22%, #0096B3 104.82%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.result-box .txt {display: inline-block; text-align: left; padding-left: 5.2rem; background: url(../img/sub/due-date-btm.svg) no-repeat left top 0.4rem / 4rem;}

.inform-survey + .inform-survey {padding-top: 8rem; margin-top: 8rem; border-top: 1px dashed #d9d9d9;}
.inform-survey .survey-tit {text-align: center; padding: 3.7rem 4rem; border-radius: 2rem 2rem 0rem 0rem; border: 1px solid #007888; font-size: 1.8rem;}
.inform-survey .survey-tit p {text-align: left; padding-left: 5rem; font-size: 1.5rem; background: url(../img/sub/inform-survey-ic.svg) no-repeat left center / 3.2rem;}
.inform-survey .survey-list {padding: 2.5rem 2.5rem 4rem 2.5rem; border-radius: 0rem 0rem 0.4rem 0.4rem; border: 1px solid #007888; border-top: none; background: rgba(233, 245, 245, 0.4);}
.inform-survey .survey-list .survey-caption {display: flex; justify-content: flex-end; align-items: center; gap: 2.6rem; padding: 1.2rem 2rem; margin-bottom: 4.8rem; background: #e8f2f2;}
.inform-survey .survey-list .survey-caption span {color: #007888;}
.inform-survey .survey-list .bl03 {margin: 0;}
.inform-survey .survey-list .bl03 li {position: relative; display: flex; justify-content: space-between; align-items: center; padding-right: 2rem; gap: 1rem; padding-left: 3rem; margin: 0; border-bottom: 1px dashed #ccc;}
.inform-survey .survey-list .bl03 > li::before {content: ''; position: absolute; left: 0; top: 2.7rem; left: 2rem; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: linear-gradient(90.87deg, #358F56 -2.22%, #0096B3 104.82%);}
.inform-survey .survey-list .bl03 p {flex: 1 1 auto; padding-top: 1.6rem; padding-bottom: 1.6rem; width: 100%; font-size: 1.8rem;}
.inform-survey .survey-list .bl03 .check {position: relative; flex: 0 0 auto; display: flex; gap: 1.2rem; width: auto;}
.inform-survey .survey-list .bl03 .check input {position: absolute; width: 0; height: 0; z-index: -1;}
.inform-survey .survey-list .bl03 .check label {position: relative; padding-left: 2.5rem; font-size: 1.8rem;}
.inform-survey .survey-list .bl03 .check label::after {content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 2rem; height: 2rem; border-radius: 50%; border: 0.2rem solid #d9d9d9; background: #fff; box-sizing: border-box;}
.inform-survey .survey-list .bl03 .check input:checked + label:after {border: none; background: url(../img/sub/inform-survey-check.svg) no-repeat center right / 1rem;}
.inform-survey .survey-list .bl03 .check input:checked + label::before {content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; height: 2rem; width: 0.4rem; border-radius: 10rem; background: var(--main, #109d58);}
.inform-survey .btnBox {margin-top: 7.2rem; margin-bottom: 0;}
.inform-survey .btnBox input {text-align: center; padding: 1.2rem 0; width: 20rem; color: #fff; font-size: 1.8rem; font-weight: 700; border-radius: 0.6rem; border: none; background: linear-gradient(90.87deg, #358F56 -2.22%, #0096B3 104.82%);}
.inform-survey .result-box {display: none;}
.inform-survey .result-box:has(p) {display: block;}
.inform-survey .result-box .tit {margin-bottom: 0;}
.inform-survey .result-box .tit + .tit {margin-top: 1rem;}
.inform-survey .result-box .tit strong {font-size: 2.5rem;}

.search {text-align:center; margin-top:-1px; padding:3.5%; background:#f5f5f5; border:1px solid #ddd}


/* alcohol 전용 스타일 */
.inform-survey.alcohol .survey-list .bl03 p {padding: 0;}
.inform-survey.alcohol .survey-list .bl03 p label {display: inline-block; padding-top: 1.6rem; padding-bottom: 1.6rem; width: 100%; font-size: 1.8rem;}
.inform-survey.alcohol .survey-list .bl03 .check {position: relative; width: 2rem; height: 2rem;}
.inform-survey.alcohol .survey-list .bl03 .check label {position: absolute; right: 0; top: 0; padding: 0; font-size: 0; text-indent: -50000px;}
.inform-survey.alcohol .survey-list .bl03 .check label::after {bottom: auto; border-radius: 0.4rem;}
.inform-survey.alcohol .survey-list .bl03 .check input:checked + label:after {border-color: var(--green); background: var(--green) url(../img/sub/inform-survey-check.svg) no-repeat center / 1rem;}
.inform-survey.alcohol .survey-list .bl03 .check input:checked + label::before {display: none;}

.slcenter_slogan {text-align: center;}
.slcenter_slogan .with {display: inline-block; margin-top: 0.5rem; padding: 0.5rem 2rem; background: #1b9ad7; color: #fff; font-size: 1.7rem;}
.slcenter_slogan .with span {color: #fff229; font-weight: 800;}

.photo-layout {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin-top: 4rem;}
.photo-layout li {width: min(50%, 480px); padding: 0.5rem;}
.photo-layout li img {border-radius: 12px; overflow: hidden;}

.slcenter_box {display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem;}
.slcenter_box li {flex: 1 0 0; display: flex; align-items: center; overflow: hidden; padding: 2rem 2rem; background: #f5f5f5; border-radius: 0.8rem; font-size: 1.6rem; font-weight: 700; gap: 1rem;}

.slcenter_box2 {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin-top: 1rem; gap: 1%;}
.slcenter_box2 li {display: flex; align-items: center; width: 49%; overflow: hidden; margin-top: 1%; padding: 2rem 3rem; background: #f5f5f5; border-radius: 0.8rem; font-size: 1.6rem; gap: 5%;}
.slcenter_box2 li p span {display: block; font-weight: 700;}

.outlink {display:flex; align-items: center;}
.outlink .con {flex-grow: 1;}
.outlink .tit {margin-bottom:25px; padding-bottom:25px; color:#1847ad; font-size:24px; font-weight:bold; border-bottom:1px solid #06314c;}
.outlink .txt {font-size:17px;}
.outlink .txt p {margin-bottom:20px;}
.outlink .txt p.wfont {margin-bottom:0;}


/* pc */
@media screen and (min-width: 1025px) {
	.life .life-link li:nth-last-child(-n + 3) {border-bottom: 0px;}
}

/* mb */
@media screen and (max-width: 1024px) {
	.life .life-link {justify-content: space-between;}
  .life .life-link li {width: 45%;}
  .life .life-link li:nth-last-child(-n + 2) {border-bottom: 0px;}

	.due-date .top-box .search {padding: 2rem;}
  .due-date .top-box .search form {width: 100%;}
  .due-date .top-box .search fieldset {flex-wrap: wrap; justify-content: center; width: 100%;}
  .due-date .top-box .search select {max-width: calc(33.3% - 1.4rem / 3); width: 100%;}
  .due-date .top-box .search input[type="submit"] {margin-top: 0.2rem; width: 100%;}
	
	.greeting {padding-bottom: 40rem;}
	.greeting .tit .top {font-size: 2.4rem;}
	.greeting .con {padding-right: 0;}
}

/* mb (850px) */
@media all and (max-width: 768px) {
  .life .life-tab {overflow-x: auto;}
  .life .life-tab li {overflow: visible;}
  .life .life-tab li > a {width: 16rem;}
  .life #life01::before,
	.life #life02::before,
	.life #life03::before,
	.life #life04::before,
	.life #life05::before,
	.life #life06::before {display: none;}
  .life > div {margin-top: 1rem !important;}
  .life .life-tab li::before {display: none;}
  .life .life-tab li > a:hover p.title {color: #333;}
  .life .life-tab li > a:hover p.title span::after {border-top-color: #333;}

	.slcenter_box2 li {width: 100%;}
	
	.organization .rank1 > a {width: 10rem; height: 6rem; margin-bottom: 6rem;}
  .organization .rank1 .rank1-1 {left: calc(50% + 6.4rem); top: 6rem;}
  .organization .rank1 .rank1-1 > a {width: 10rem; height: 6rem;}
  .organization .rank2 > a {width: 10rem; height: 6rem;}
  .organization .rank2 > a > span {padding-top: 1.5rem; padding-bottom: 1.5rem;}
  .organization .rank2 > ul {flex-wrap: wrap; gap: 10px; margin-top: 30px;}
  .organization .rank2 > ul > li {margin-top: 0; width: calc(50% - 5px); max-width: unset;}
  .organization .rank2 .part1-1 ul {flex-direction: column;}
  .organization .rank2 .part1-1 ul li {width: 100%; height: 100%;}
  .organization .rank2 .part1-1 ul li a {display: flex; align-items: flex-start; justify-content: center;}
	.organization .rank2 .part2 {margin-top: 10px;}
	.organization .rank2 .part2 > li {flex: none; width: calc(50% - 5px); max-width: unset;}
  .organization .rank2 .part2 .dong {flex: none; width: 100%;}
  .organization .rank2 .part2 .dong ul li {width: calc(33.3% - 2.7rem); margin-top: 0; margin-bottom: 0.6rem;}

	.organization a::before,
  .organization ul::before,
  .organization ul::after,
  .organization .tit::before,
  .organization .rank2 .part1-1 ul li a::before {}
  .organization .rank2 ul ul li a::before {}

	.organization .rank2 > a::before {height: 10px;}
	.organization .rank2 .part1::before {top: -20px; width: calc(50% + 5px);}
	.organization .rank2 .part2::before {display: none;}
	.organization .rank2 .tit::before {display: none; top: -20px; height: 20px;}
	.organization .rank2 > .part1 > li:first-child .tit::before,
	.organization .rank2 > .part1 > li:nth-child(2) .tit::before {display: block;}
	
	.outlink {flex-direction: column;}
}

/* min-mb */
@media screen and (max-width: 480px) {
  .history > li dl {flex-direction: column; gap: 0.5rem;}

	.organization .rank2 {gap: 3%;}

	.life .life-link li {width: 100%;}
  .life .life-link li:nth-last-child(2) {border-bottom: 1px dashed #afafaf;}

	.inform-survey .survey-list .survey-caption {flex-direction: column; align-items: flex-end; gap: 1rem;}
  .inform-survey .survey-list .bl03 li {flex-direction: column;}
  .inform-survey .survey-list .bl03 p {padding-bottom: 0;}
  .inform-survey .survey-list .bl03 .check {justify-content: space-between; width: 100%; padding-top: 0; padding-bottom: 1.6rem;}
  .inform-survey.alcohol .survey-list .bl03 li {flex-direction: row;}

	.slcenter_box {flex-direction: column;}
  .slcenter_box li {flex: auto;}
}
