@charset "UTF-8";

body {
  position: relative;
  width:100vw;
}

/* visual */
#visual {
  width: 100%;
  height: auto;
  text-align: center;
  max-width:1920px;
  margin: auto;
}

#visual .pc-skin {
  width:100%;
}

.visual_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  position: relative;
}

.visual_wrap > img {
  display: block; margin: auto;
}

.visual_text_box {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 100px;
  text-align: right;
  width: 680px;
  letter-spacing: -0.09rem;
}

.visual_text_box h2 {
  color: var(--color-black);
}

.visual_text_box h2:nth-child(1) {
  font-size: 49px;
  font-weight: 900;
  letter-spacing: -0.25rem;
}

.visual_text_box h2:nth-child(2) {
  font-size: 2.5rem;
  font-weight: 700;
}

.visual_text_box h2:last-child {
  margin-top: 120px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: -0.2rem;
}

.visual_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 680px;
  z-index: 10;
}

.visual_img_01 {
  position: absolute;
  top: calc(100px - 40px);
  left: calc(0px - 20px);
  width: 340px;
  height: 490px;
  z-index: 20;
  background-image: url("../images/visual_03.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.visual_img_02 {
  position: absolute;
  top: calc(100px + 180px);
  left: calc(0px + 120px);
  width: 520px;
  height: 360px;
  z-index: 30;
  background-image: url("../images/visual_02.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  filter: drop-shadow(-5px -5px 2px rgba(55, 55, 20, 0.12));
}

.visual_img_bg {
  position: absolute;
  top: -100px;
  left: -220px;
  background-color: rgba(20, 40, 40, 0.12);
  width: 350px;
  height: 400px;
  z-index: 15;
  border-radius: 15px;
}

/* contents */
#contents {
  display: block;
  margin: 0 auto; 
  width:100%;
}

#contents h2 {
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}

/* trend */
.trend {
  max-width: 1360px;
  width:100%;
  height: auto;
  margin: auto;
  margin-bottom: 120px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.trend_content {
  width: 23%;
  height: 600px;
  padding: 0 6px;
  margin: 0 2px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 150ms ease-in-out;
}

.trend_content:hover {
  width: 25%;
  background-size: 120%;
  transition: all 150ms ease-in-out;
}

.trend_content:nth-child(1) {
  background-color: var(--color-brown-01);
  background-image: url("../images/trend_image_01.png");
}

.trend_content:nth-child(2) {
  background-color: var(--color-brown-01-5);
  background-image: url("../images/trend_image_02_02.png");
}

.trend_content:nth-child(3) {
  background-color: var(--color-brown-01);
  background-image: url("../images/trend_image_03_02.png");
}

.trend_content:nth-child(4) {
  background-color: var(--color-brown-01-5);
  background-image: url("../images/trend_image_04.png");
}

.trend_content>a {
  display: inline-block;
  width: 100%;
  height: calc(600px - 18px);
  padding-top: 18px;
  color: var(--color-black);
}

.trend_text {
  margin-left: 18px;
  font-size: 2.4rem;
  text-indent: -0.5rem;
  font-weight: 700;
  letter-spacing: -0.09rem;
}

.trend_content .trend_icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background-color: var(--color-brown-03);
  border-radius: 35px;
  color: var(--color-white);
  text-align: center;
  font-size: 2rem;
  line-height: 65px;
  letter-spacing: -0.08rem;
}

.trend_content a:hover+.trend_icon {
  background-color: var(--color-white);
  color: var(--color-brown-03);
}

.trend_content .trend_icon::before {
  display: block;
  content: "";
  width: 4vw;
  min-width: 138px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 100px;
}

/* new */
.new {
  padding: 35px 0 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.new:after {
  content: "";
  display: block;
  clear: both;
}

.new>div {
  float: left;
  display: block;
  margin: 10px 0;
}

.new>div:last-child {
  margin-right: 0;
}

.h7 {
  color: #5d9bcf;
}

.p {
  color: #464b5e;
}

/* time */
.time {
  /* width: 688px; */
  max-width: 688px;
  width: 100%;
  height: 570px;
  background: url("../images/time.jpg") no-repeat center / contain;
}

/* map */
.map_wrap {
  max-width: 688px;
  width: 85%;
  height: 570px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-green);
}

.map_label {
  width: 100%;
  height: 70px;
  text-align: center;
  padding-top: 10px;
}

.map_label>h3 {
  font-size: 2.4rem;
  letter-spacing: -0.1rem;
  color: var(--color-white);
}

#map {
  width: 99.5%;
  height: 85.5%;
  border: 1px solid rgba(55, 55, 20, 0.3);
  margin: auto;
}

/* gallery */
#doctor-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width:1418px;
  min-height: 900px;
  background-color: rgba(138, 207, 253, 0.4);
  margin: auto;
  padding: 60px 0 0 4px;
  justify-content: center;
}

.doctor_label {
  display: flex;
  justify-content: center;
  height: auto;
}

.doctor_label span {
  /* padding-top: 40px; */
  color: var(--color-black);
  font-size: 2.5rem;
  letter-spacing: -0.2rem;
  font-weight: 700;
}

#doctor-section .doctor {
  width: 100%;
  max-width: 678px;
  margin: 10px;
}

#doctor-section > .img-wrapper {
  display: flex;
  flex-direction: row;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.doctor > img {
  width:100%;
}

#img-02 {
  width: 100vw;
  max-width:900px;
  height: auto;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}

#img-02 > .img-wrapper {
  width:100%;
}

#img-02 > .img-wrapper > img,
.img-sub-04 > .img-wrapper > img
{
  width:100%;
}

/* kakao 개발자 맵 ============================================== */
.radius_border {
  border: 1px solid #919191;
  border-radius: 5px;
}

.custom_typecontrol {
  position: absolute;
  top: calc(20px + 70px);
  left: 20px;
  overflow: hidden;
  width: 130px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 12px;
  font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.custom_typecontrol span {
  display: block;
  width: 65px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.custom_typecontrol .btn {
  background: #fff;
  background: linear-gradient(#fff, #e6e6e6);
}

.custom_typecontrol .btn:hover {
  background: #f5f5f5;
  background: linear-gradient(#f5f5f5, #e3e3e3);
}

.custom_typecontrol .btn:active {
  background: #e6e6e6;
  background: linear-gradient(#e6e6e6, #fff);
}

.custom_typecontrol .selected_btn {
  color: #fff;
  background: #425470;
  background: linear-gradient(#425470, #5b6d8a);
}

.custom_typecontrol .selected_btn:hover {
  color: #fff;
}

.custom_zoomcontrol {
  position: absolute;
  top: calc(20px + 70px);
  right: 20px;
  width: 36px;
  height: 80px;
  overflow: hidden;
  z-index: 1;
  background-color: #f5f5f5;
}

.custom_zoomcontrol span {
  display: block;
  width: 36px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.custom_zoomcontrol span img {
  width: 15px;
  height: 15px;
  padding: 12px 0;
  border: none;
}

.custom_zoomcontrol span:first-child {
  border-bottom: 1px solid #bfbfbf;
}

/* modal === */
.popup-modal {
  position: fixed; width:100%; height:100%; top: 0; left: 0;
  background-color: rgba(20, 20, 20, 0.3); z-index: 2000;
}
.popup-img-wrapper {
  position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); 
  width: 80%;
  max-width: 595px;
  max-height: 90vh;
  text-align: center;
}

.popup-img-wrapper > img {
  width:100%;
  max-height: 90vh;
  object-fit: contain;
  filter: drop-shadow(2px 2px 4px rgba(20 20 20 / 0.3));
}

.popup-img-wrapper > button.modal-close {
  position: absolute;
  top: -2rem;
  right: 0;
  background-color: var(--color-black);
  color: #fff;
  font-size: 1.2rem;
}

/* sub-01 */
.img-sub-01 > .img-wrapper {
  padding: 15px 0;
}

/* sub-02 */
.img-sub-02 {
  padding-top:20px;
}

.sub-02-dl {
  padding: 30px 0;
}
.sub-dt {
  font-weight:700;
  font-size:1.5rem;
}
/* sub-04 */

.sub-04-tab {
  display: flex; width:100%; padding:50px 0;align-items: center; justify-content: center;
}
.sub-04-tab-ul {
  display: flex; width:100%; max-width: 900px; height: 50px; align-items: center; justify-content: center;
}
.sub-04-tab-li {
  width:33.333333%; height:100%; text-align: center;
}
.sub-04-tab-li.on {
  background-color: var(--color-green); 
}
.sub-04-tab-li.on > button {
  color:#fff; font-weight:700;
} 
.sub-04-tab-li > button {
  width:100%; height:100%;
  border: 1px solid #dddddf;
  box-sizing: border-box;
}
.img-sub-04 {
  display: none;
}
.img-sub-04.on {
  display: block;
}

/* sub-05 */
/* .qna-box {
  width:900px; margin: auto;
  height:800px;
}
.qna-title {
  font-size:2.5rem;
  padding: 50px 0;
}
.qna-box > form {
  width:100%;
}

.plan-formList {
  width:100%;
  font-size:1.5rem;
  padding:10px 0;
}

.plan-formList > label {
  display: inline-block;
  width:20%;
}
.plan-formList.form_element > label {
  width:80%;
} */