/*@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css); */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");

h2 {
  margin: auto !important;
  margin-bottom: auto !important;
  /* margin: 0; */
  /* padding: 0; */
}

* {
  font-family: 'NanumSquare', sans-serif;
  box-sizing: border-box;
}

.mt100{margin-top: 100px !important}

.inner1300{width: 1300px; margin: 0 auto; display: block; position: relative}

html,
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; color: #000;
}

.about__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
}

.about__banner {
  width: 100%;
}

.tabs {
  display: flex;
  /* width: 1440px; */
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.tab {
  padding: 18px 20px;
  cursor: pointer;
  width: 400px;
  text-align: center;
}

.tab_v2 {
  width: 280px;
}
.tab.active {
  color: #1b5970;
  border-bottom: 3px solid #1b5970;
  font-weight:700;
}
.tab-content {
  display: none; margin-bottom: 100px;
  /* padding: 20px; */
}
.tab-content.active {
  display: block;
}

.about__title {
  font-size: 50px;
  font-weight:700;
  margin-bottom: 10px;
}

.tab-content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px; width: 100%;text-align: center
}

.tab-content_wrap > p {
  font-size: 20px;
  color: #00687f !important;width: 100%; 
  margin-top: 10px; 
}

.youtube__submenu {
  width: 1300px;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.youtube__submenub {
  width: 1300px;
  display: flex;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f2f2f2; 
}
.submenu_2 {
  display: flex;
  width: 100%;
  height: 77px;border:1px solid #ccc ; border-bottom: none;
}
.submenu_2 div {
  flex-grow: 1;
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-size: 20px;
    display: flex; width: 25%;
    line-height: 1.3; justify-content:center; align-items:center;
}
.submenu_2 div + div{border-left:1px solid #ccc }
.submenu_2 div:last-child {
  border-right: none;
}
.submenu_2 div:hover {
  background-color: #ddd;
}
.submenu_2 div.selected {
  background-color: #27687d;
  color: white;
  font-weight:700;
}
.submenu_2 div a{display: block; line-height: 77px; width: 100%;}

.submenu_3 {
  display: block;
  width: 100%;
  border-bottom: none ;  font-size: 0; background: #fff; border-top: 1px solid #ccc;
}
.submenu_3 div {
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;font-size: 20px;
  color: #333;
  text-decoration: none;
   margin: 0;
    display: inline-flex; width: 20%; height: 77px;cursor:pointer;
    line-height: 1.3; justify-content:center; align-items:center; border-bottom:1px solid #ccc ;
}

.submenu_3 div{border-left:1px solid #ccc; }
.submenu_3 div:last-child {
  border-right: 1px solid #ccc;width: 20.1%
}
.submenu_3 div:hover {
  background-color: #ddd;
}
.submenu_3 div.selected {
  background-color: #27687d;
  color: white;
  font-weight:700;
}
.submenu_3 div:nth-child(5n){border-right: 1px solid #ccc;  }




.tab__content-wrap {
  display: flex;
  width: 1300px;
  align-items: center;
  
}

.tab__content-wrap + .tab__content-wrap{border-top: 2px solid #ccc;}


.tab__content-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 40px 42px 40px 50px; 
 
}

.tab__content-itemb {
   width: 50%;
  display: flex;
  flex-direction: column;
  padding: 40px 50px 40px 28px; 
 
}
.tab__content-itemb img{width: auto}

.tab__content-title {
  color: #025365;
                font-weight: 700;
                font-size: 30px;
                margin-bottom: 10px; width: 560px;
}
.tab__content-stitle {font-size: 25px; border-bottom: #cbcbcb 1px solid;padding-bottom: 30px; margin-bottom: 40px}

.tab__content-info1{font-size: 20px; font-weight: 300; line-height: 1.3}

.tab__content-info2{font-size: 20px; font-weight: 300; margin-top: 20px; line-height: 1.3}

.tab__content-btn{text-align: center; margin-bottom: 100px; margin-top: 20px }
.tab__content-btn a{display: flex; width: 115px; height: 43px; color: #fff !important; background: #025365; font-size: 18px; text-align: center; margin: 0 auto; border-radius: 30px; justify-content:center; align-items:center; z-index: 99}
.tab__content-btn a:hover{color: #fff}
.line {
  width: 50%; 
  height: 1px;
  background-color: rgb(203, 203, 203); margin: 0 auto;
}

.item {
  width: 420px;
  height: 420px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.item > img {
  width: 300px;
}

.item-2 {
  width: 420px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reservation__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
}

.reservation__bg {
  width: 2000px;
}

.reservation__header {
  width: 1440px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgb(203, 203, 203);
}

.reservation__header-title {
  border-bottom: 4px solid #1b5970;
  padding: 18px;
  color: #1b5970;
  font-weight: 600;
}

.reservation__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}

.reservation__title {
  font-size: 50px;
  font-weight: 700;
}

.reservation__desc {
  font-size: 25px;
  text-align: center;
  color: #666666;
  line-height: 1.5; font-weight: 300;
  margin-top: 22px;
}

.doctors__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 1300px; padding-left: 20px;
  margin-top: 60px;
}

.doctors__item {
  position: relative;
  width: 300px;
  height: 440px;
  padding: 45px 20px;
  display: flex;
  align-items: center;
  
  flex-direction: column;
  border: 1px solid rgb(203, 203, 203);
  margin-bottom: 30px;
  margin-right: 20px;
}

.doctors__item > img {
  width: 170px;
  margin-bottom: 30px; border-radius: 170px
}

.doctors__title {
  font-size: 30px;
  font-weight:700;
  margin-bottom: 30px;
}

.major {
  color: #05a3ae;
  font-weight:700;
  font-size: 20px;
  margin-bottom: 9px; display: block; padding-bottom: 8px;
  text-align: center; 
}
.line_v2{border-bottom: #c4c4c4 1px solid; width: 100%;}
.detail {
  font-size: 20px;
  color: #05a3ae;
  margin-top: 9px;
  text-align: center; line-height: 1.3;
}

.buttons {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.buttons button {
 
  border: none;
  cursor: pointer;
  font-size: 24px; 
  width: 170px; height: 60px; display: flex;justify-content:center; align-items:center;
  border-radius: 8px;
  background-color: #9f572f;
  color: white;font-weight: 400;letter-spacing:-0.06em;
 
}
.doctors__item:hover .buttons {
  display: flex;
}
.buttons button img{width: auto; padding-right: 10px}
.buttons .wish__doctor__button{font-size: 22px;}
.medical__wrapper {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.medical__tag {
  width: 97px;
  line-height: 32px; text-align: center;
  border-radius: 20px;
  background-color: #00687f;
  color: white;
  font-weight:700;
  text-align: center;
  font-size: 20px;
}

.medical__title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 34px;
}

.medical__inputwrap {
  align-self: flex-start;
  width: 600px;
  padding: 40px 20px 2px 45px;
}

.medical__inputwrapb {
  width: 100%;
  padding: 0px 20px 2px 45px;
}

.medical__input {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 18px;
}

.label {
  width: 175px;
  font-size: 24px;
}

.medical__input > input {
  flex: 1;
  height: 40px;
  padding: 10px;
}

.medical__input > textarea{  flex: 1 ;
  height: 145px;
  padding: 10px;background: none;resize: none;
}

.medical__inputb {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 18px;
}

.medical__inputb .label {
  width: 345px;
  font-size: 24px;
}

.medical__inputc {
  display: block;
  width: 100%;
  align-items: center;
  margin-bottom: 18px;
}

.medical__inputc .label {
  width: 345px; display: block;
  font-size: 24px;
}
.medical__inputc > textarea{  display: block; margin-top: 10px; margin-left: 175px;
  height: 145px; width: 85%; background: none; resize: none;
  padding: 10px;
}

.line-black {
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
}

.input {
  width: 320px;
  height: 40px;
  padding: 10px;
}

.medical__checkboxwrap {
  display: flex;
  align-items: center;
}

.popup__agreebox {
  background-color: #f5f8fa;
  padding: 10px;
  width: 100%;
  align-self: flex-start;
  margin-top: 10px;
}

.popup__agreeboxB {
  background-color: #f5f8fa;
  width: 100%;
  align-self: flex-start;
  padding: 30px; margin-top: 44px	
}

.reservation__circlewrap {
  display: flex;
  align-items: center;
}

.popup__agreetitle {
  font-weight: 600;
  font-size: 13px;
}

.popup__agreetitle dt{
  font-weight: 700;
  font-size: 30px;
}

.popup__agreecontent {
  background-color: #ffffff;
  padding: 7px 15px;
  width: 100%;
  margin-top: 3px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
}

.popup__txt01{display: flex; align-items: center; margin-top: 25px}
.popup__txt01 span{font-size: 20px}

.popup__btn {
  background-color: #01a4ad;
   display: inline-flex;
  border-radius: 30px; width: 175px; text-align: center;
  color:#fff !important;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 100px; font-size: 25px; height: 50px; justify-content:center; align-items:center;
}

.content__wrap {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 240px;
}

.img__title {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 16px;
}

#slider {
  position: relative;
  width: 300px;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-image.active {
  display: block;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
}

.indicator.active {
  background-color: #64b7bc;
}

.menu__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}

.menu__item {
  width: 600px;
  display: flex;
  flex-direction: column;
  padding: 0px 70px;
}

.menu__itemB {
  
  display: flex;
  flex-direction: column;
 width: 750px; padding: 0px 50px;
}

.map__infotext {
  display: flex;
  margin-bottom: 12px;
}

.map__desc_2 {
  color: #333333;
  font-size: 23px;
}

.map__desc_2 > span {
  font-weight:700;
}

.map__time {
  margin-left: 30px;
}

.map__infotextitem_2 {
  display: flex;
  justify-content: space-between;
  width: 150px;
  font-weight:700;
}

.menu__btn {
  width: 80%;
  background-color: #1b5970;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 18px;
  color: white;
}
.menu__btn img{width: 50px !important}

.number {
  font-size: 32px;
  font-weight:700;
  margin-left: 30px;
}
.doctors__hours-wrap {
  width: 100%;
  background-color: #f5f8fa;
  padding: 50px 100px;
  display: flex;
  margin-bottom: 24px;
}

.doctors__profile {
  width: auto;
}

.doctors__contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  padding: 20px 0px 0px 0px;
  	
}

.doctors__contentsB {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  padding: 20px 0px 0px 0px;
  width: 600px; padding-top: 70px;	
}

.doctors__profile-title {
  font-size: 40px;
  margin-bottom: 30px;
}

.doctors__profile-type {
  color: #00687f;
  font-size: 30px;
  margin-bottom: 4px;
}

.doctors__profile-desc {
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.doctors__profile-btnwrap {
  display: flex;
  padding: 0px 0px;
  text-align: left;
  margin-bottom: 40px; margin-top: 20px;
}

.doctors__profile-btn {
  width: 280px;
  height: 60px; justify-content:center; align-items:center;display: flex;
  text-align: center;
  background-color: #01a4ad;
  color: white;
  font-size: 25px;
}
.doctors__profile-btn2{ background-color: #00687f;
                  margin-left: 34px;}

.doctors__profile-btn img{width: auto; padding-right: 10px}

.doctors__profile-btnwrap2 .doctors__profile-btn{width: 250px}
.doctors__profile-btnwrap2 .doctors__profile-btn2{ margin-left: 24px;}

.doctors__profile-btn3{margin-top: 30px}
.doctors__profile-btn3 a{color: #fff !important}

.doctors__datewrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
}

.doctors__datewrap2 {
    width: 530px;}
.doctors__datewrap3{justify-content:right; }

.circle__wrap {
  display: flex;
  align-items: center;
}

.circle__item {
  display: flex;
  margin-right: 8px;
  align-items: center;
}
.date__circle {
  width: 18px;
  height: 18px;
  border-radius: 50% 50%;
  background-color: #01a4ad;
  margin-right: 4px;
}

.date__circle-text {
  font-size: 18px;
  color: #01a4ad;
  font-weight:400;
}

.doctors__dateimg {
  width: 530px;
  margin-top: 12px;
}

.map__wrap {
  background-color: #01a4ad;
  margin-top: 50px;
}

.map__bg {
  width: 100%;
  height: 530px;
  position: relative;
}
.map__box01 {
  width: 100%;
  height: 530px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.map__box01 div {
  position: absolute;
  width: 3000px;
  top: 0;
}
.map__box {
  width: 400px;
  height: 530px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 10%;
  box-sizing: border-box;
  position: absolute;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.directions__wrap {
  width: 1300px;
  margin-top: 50px;
}

.directions__textwrap {
  background-color: #f8f8f8;
  padding: 40px 100px;
  margin-top: -10px;
  display: flex;
}

.directions__item {
  width: 300px;color: #7c7c7c; font-weight: bold; font-size: 30px
}

.directions__item-text {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.item__a {
  width: 120px;
  font-weight:700; font-size: 22px;
}
.item__b {font-size: 24px; font-weight: 300}
.item__btn_Box{display: flex; align-items: center; margin-top: 30px;}

.item__btn {
  width: 236px; height: 48px; font-weight: 700; font-size: 20px; display: flex; justify-content:center; align-items:center;
  color: white;background-color: #01a4ad
}
.item__btn a{width: 236px; height: 48px; display: flex; justify-content:center; align-items:center;  color: white;}
.item__btn a:hover{color: #fff}
.item__btn img{width: auto}
.item__btn span{padding: 0 10px}
.item__btn + .item__btn {background-color: #38cf5c; margin-left: 28px}

.faq-section {
  margin-top: 40px;
  width: 1300px;
}
.directions__map{height: 540px; width: 100%; overflow: hidden}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px; /* Increased padding */
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 18px; /* Set a fixed font size */
  width: 1300px; }


.faq-answer {
  display: flex;
  justify-content: flex-start;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  border-top: none; font-size: 20px; font-weight: 300; line-height: 1.5
}
.img1300{width: 1300px !important}	
.faq-icon {
  transition: transform 0.3s ease; color: #000
}
.faq-icon.rotate {
  transform: rotate(90deg); color: #01a4ad
}
.faq-question dt{display: flex;
                    align-items: center;
                    font-size: 24px;
                    font-weight: bold; color: #000}
.faq-question.active dt{color: #01a4ad}

.bus__wrap {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 16px 50px;
}

.bus__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bus__stop {
  margin-bottom: 24px;
}

.tag {
  padding: 4px 12px;
  border-radius: 20px;
  color: white;
  background-color: #0066cc;
  margin-right: 12px;
}

.career__text {
  text-align: center;
  line-height: 32px;
  margin-top: 52px;
  font-size: 22px;
}

.career__wrap {
  width: 1300px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f9fa;
  margin-top: 50px;
  margin-bottom: 200px;
}
.career__wrapB {display: block; width: 900px !important; margin-bottom: 30px !important}
.career__title{font-size: 28px; font-weight: bold}
.career__inputwrap {
  width: 100%;
  padding: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #666666;
}

.career__inputflex {
  display: flex;
  align-items: center;
  width: 400px;
  margin-bottom: 20px;
}

.carrer__inputlabel {
  color: black;
  width: 150px;
}

.career__inputflex > input {
  height: 40px;
  width: 100%;
  background-color: #f5f8fa;
  border: 1px solid #ccc;
}
.career__inputflex > select{ height: 40px;background-color: #f5f8fa; border: 1px solid #ccc; padding-top: 7px; }
.career__inputflex > select .h1{line-height: 20px}

.career__img{width: 1200px}



.doctors__w {
  width: 2000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
}

.doctors__detailwrap {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 50px 0px 0px;
}

.doctors__coment {
  font-family: "NanumMyeongjo";
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 80px;
  line-height: 34px;
  font-size: 28px;
}

.detail__faq {
  width: 1200px;
  color: white;
  line-height: 30px;
}

.answer__flex {
  display: flex;
  background-color: transparent;
  border-bottom: none;
}

.answer__flexitem {
  flex: 1;
}

.faq_q_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight:700;
  color: #7ad0e3;
}

.wrap1__top {
  position: relative;
  width: 100%;
  
  
}

.wrap1__textwrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrap1__text {
  font-size: 40px;
  color: #00687f;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 100px;
}

.wrap1__textwrap img {
  margin-top: 50px; /* 텍스트와 이미지 사이의 간격을 조절 */
}

.wrap2__top {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 450px;
}

.background-image {
  width: 100%;
}

.wrap2__textwrap {

  text-align: center;
  width: 100%; margin-top: 20px;
}

.wrap2__text {
  font-size: 40px;
  color: #00687f;
  line-height: 1.5;
  font-weight: 400;
}

.mission {
  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translate(-50%);
  background-color: #fafafa;
  padding: 40px 70px;
  border-radius: 10px;
  width: 1300px;
  display: flex;
  align-items: center;
}

.h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px !important;
}

.mission p {
  font-size: 40px;
  color: #025365;
  line-height: 1.6;
}

.mission-vision-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  width: 1440px;
}

.vision {
  text-align: center;
  margin-bottom: 50px;
}

.vision h2 {
  font-size: 50px;
  color: black;
  font-weight: 800;
  margin-bottom: 20px !important;
}

.vision p {
  font-size: 40px;
  color: #025365;
  font-weight: 400;
  line-height: 1.6;
}

.vision-items {
  display: flex;
  width: 1200px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.vision-item {
  width: 285px;
  height: 285px;
  border-radius: 50% 50%;
  background-color: #025365;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vision-item p {
  font-weight:700;
  font-size: 45px;
  margin: 0;
  color: #58a8b1; height: 1;
}

.vision-text {
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  color: white;
}

.item-line {
  width: 26px;
  background: white;
  height: 1px;
  margin-bottom: 20px; margin-top: -10px
}

.core-values {
  background-color: #edeff2;
  padding: 100px 20px 50px;
  text-align: center;
  margin: 50px auto;
  width: 1440px;
  margin-bottom: 200px;
}

.core-values__title {
  font-size: 50px;
  color: #000;
  margin-bottom: 40px !important; font-weight: 800;
}
.core-values__img{margin-bottom: 150px; width: 750px;}

.core-values__items {
  display: flex; 
  justify-content: space-around;
  flex-wrap: wrap;
}

.core-values__item {
  width: 22%;
  min-width: 200px;
  margin: 20px 0;
  text-align: center;
}

.core-values__icon {
  width: 130px;
  margin-bottom: 20px;
}

.core-values__item h3 {
  font-size: 30px;
  color: #00687f; font-weight: 700;
  margin-bottom: 10px !important;
}

.core-values__item p {
  font-size: 26px;
  color: #000; font-weight: 300;
  line-height: 1.5;
}

.hi__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
}

.hi__subtext {
  align-self: flex-start;
  justify-self: flex-start;
  text-align: left;
}

.hi__subtext-1 {
  font-size: 30px;
  font-weight:700;
  color: #025365;
}
.hi__subtext-2 {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 10px;
}

.hi__img01{width: auto}
.hi__img02{width: auto}
.hi__img03{width: auto}
.hi__img04{width: auto}

.hi__txtBox01{width: 850px; margin-top: 150px}


.category__4wrap {
  width: 1300px;
  display: flex;
  flex-direction: column;
}

.category__4item {
  width: 100%;
  border: 1px solid #ccd1d4;
  padding: 53px 44px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin-top: 38px;
}
.category__4item img{width: 400px;}

.category__4itemBox01{margin-left: 23px; flex: 1}

.c__title {
  font-size: 30px;
  font-weight:700;
  margin-bottom: 20px;
}

.c__subtitle {
  font-size: 24px;
  margin-bottom: 8px;
}

.c__desc {
  font-size: 20px; font-weight: 300;
  line-height: 1.5;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.timeline {
  position: relative;
  padding: 70px 0; text-align: left;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #93bfc1;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}







.entry__title {
  font-size: 20px; margin-bottom: 15px; cursor: pointer;
}

.entry__title > b {
  font-weight: 800; font-size:25px;
}
.entry__title span{font-weight: 800}

.timeInfo{text-align:center; color: #01a4ad; font-size: 16px; padding: 15px 0 36px; position: relative}
.timeInfo span{position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #01a4ad; bottom: 0; left: 50%; margin-left: -8px}
.timeInfo2{padding: 0 0 0px; margin-bottom: 100px}


.entry {
  padding: 0px 0px;
  position: relative; 
  width: 50%;
  left: 50%; letter-spacing:-0.09em; 
}

.entry.left {
  left: 0;
  text-align: right; padding-right:30px;
}

.entry.left b{position: absolute; right: 0px; margin-top: -3px}

.entry.left .entry__title { padding-right: 50px;}
.entry.left .entry__titleb { padding-right: 120px;}

.entry.right {
  left: 50%; padding-left: 30px;
}
.entry.right b{position: absolute; left: 0px; margin-top: -3px}

.entry.right .entry__title { padding-left: 50px; }
.entry.right .entry__titleb { padding-left: 120px; }

.entry-content {
  position: relative;
  border-radius: 6px;
  margin: 0 !important;
}

.entry-content h4 {
  /*margin-top: 30px;*/
}

.entry-content img {
  max-width: 100%;
  margin-bottom: 30px;
}

.entry__year {
  font-size: 70px;
  font-weight: 700; position: absolute; letter-spacing:-0.09em;
}
.entry__year2 {
  right: 40px
}

.entry__line{position: absolute; height: 2px; background: #93bfc1; width: 24px; margin-top: 10px; left:0}
.entry__lineR{position: absolute; height: 2px; background: #93bfc1; width: 24px; margin-top: 10px; right:0}

.entry__abs{position: absolute;}
.mt-290{margin-top: -290px}
.mt-250{margin-top: -250px}
.mt-180{margin-top: -180px}
.mt-150{margin-top: -150px}
.mt-120{margin-top: -120px}
.mt-100{margin-top: -100px}
.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
.mt80{margin-top: 80px}
.mt100{margin-top: 100px}
.mt220{margin-top: 220px}

.bg__container {
  background-image: url("/img/1_2-2.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 600px;
  margin-top: 60px;
  margin-bottom: 250px;
}

.overlay {
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 60px;
  padding-top: 170px; 
}

.header-text h1 {
  margin: 0;
  color: white !important;
  font-size: 40px; font-weight: 700;
}

.header-text p {
  margin: 10px 0;
  font-size: 20px; font-weight: 300;
}

.header-text h2 {
  margin: 10px 0;
  font-size: 80px;
  color: #29c7d0;
  font-weight:800; letter-spacing:-0.04em;
}
.header-text h2 span{font-size: 40px; color: #fff; padding-left: 10px}

.stats {
  display: flex;
  justify-content: space-around;
  background-color: #fafafa;
  padding: 70px 0;
  width: 1300px;
  margin-top: 100px;
}

.stat-item p {
  margin-bottom: 30px;
  font-size: 25px;
  color: black;
  font-weight:700;
}

.stat-item h3 {
  margin: 10px 0;
  font-size: 50px;
  font-weight: 800 !important;
  color: #29c7d0;
}
.stat-item h3 span{color: #000; font-weight: 700; font-size: 20px}

.statsBox01{  margin-top: 0px;
              margin-bottom: 60px;
              font-weight: 700;
              font-size: 40px; width: 100%; text-align: center;}


.entry__desc {
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 50px;
}

.entry__desc-2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 50px;
}

.history03Box01{width: 1300px;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 70px;
            justify-content: space-between;}


.history03Box01_item {
  width: 310px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; text-align: center;
  margin-bottom: 20px; background: #f7f7f7;
}
.history03Box01_info{font-size: 20px; margin-top: 20px; line-height: 1.3; letter-spacing:-0.04em;}


.history03Box02{margin-bottom: 100px;text-align: center; }
.history03Box02 a{font-size: 18px; display: inline-block; font-weight: 700}
.history03Box02 a img{display: block; margin-bottom: 15px}

.history04Box01{width: 1300px;
            display: flex;
            flex-wrap: wrap;
            
            justify-content: space-between;}


.history04Box01_item-2 {
  width: 420px;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.history04Box01_item-2 dt{text-align: center;
                margin-top: 16px;
                font-weight: 700;
                margin-bottom: 15px; font-size: 20px; line-height: 1.4}
.history04Box01_item-2 dl{font-size: 18px; font-weight: 300}



.mt_referralBox01{background: url("/img/doctor_banner.png") top center no-repeat; height: 284px; display: flex; justify-content:center; align-items:center; color: #fff; text-align: center}
.mt_referralBox01 dt{font-size: 50px; font-weight: 700; line-height: 43px; display: flex; justify-content:center; align-items:center;}
.mt_referralBox01 dt span{border-left:#fff 3px solid; font-size: 30px; font-weight: 300; padding-left:10px; margin-left: 10px }

.mt_referralBox02{text-align: center; margin-top: 100px; margin-bottom: 70px; }
.mt_referralBox02 dl{font-size: 30px; margin-top: 50px; line-height: 1.4 ; font-weight: 300}

.mt_referralBox03{text-align: center; background: #f6fcfc;  padding-bottom: 100px}
.mt_referralBox03 dt{font-size: 40px; font-weight: 400; }
.mt_referralBox03 dl{font-size: 0; margin-top: 50px}
.mt_referralBox03 dl img + img{margin-left: 20px}

.mt_referralBox04{text-align: center; padding: 100px 0}
.mt_referralBox04 dt{font-size: 40px; margin-bottom: 80px}

.mt_referralBox04 ul li{display:inline-flex; background: #00687f; color: #fff; width: 234px; height: 234px; border-radius: 200px; font-size: 30px; font-weight: 700; justify-content:center; align-items:center;flex-direction: column; vertical-align: top}
.mt_referralBox04 ul li dl{ margin-top: 20px; font-size: 20px; font-weight: 700 }
.mt_referralBox04 ul li+li{margin-left: 7px}

.mt_referralBox05{text-align: center; background: #f6fcfc; padding: 100px 0 70px}
.mt_referralBox05 dt{font-size: 40px; margin-bottom: 100px}
.mt_referralBox05 dl img{margin-left: 10px; margin-bottom: 30px}

.mt_referralBox06{text-align: center; padding: 100px 0}
.mt_referralBox06 dt{font-size: 40px; margin-bottom: 80px}
.mt_referralBox06 dl{margin-top: 70px}
.mt_referralBox06 dl a + a{margin-left:38px }

.mt_referralBox07{text-align: center; padding-bottom: 100px }
.mt_referralBox07 dt{font-size: 40px; font-weight: 400; margin-bottom: 80px}

.mt_referralBox08{text-align: center; background: #f6fcfc;  padding-bottom: 100px}
.mt_referralBox08 dt{font-size: 40px; font-weight: 400; margin-bottom: 80px }
.mt_referralBox08 ul{font-size: 0}
.mt_referralBox08 ul li{display:inline-block; width: 559px;  font-size: 30px; font-weight: 700; text-align: center; vertical-align: top}
.mt_referralBox08 ul li img{border-radius: 20px; margin-bottom: 12px}
.mt_referralBox08 ul li:nth-child(2n){margin-left: 82px; margin-bottom: 60px}
.mt_referralBox08 dl{font-size: 30px; text-align: center; border: #45bcc3 5px solid; background: #fff; padding: 50px 0; border-radius: 20px}


.doctors__time{ border-spacing:0; padding:0; border-collapse:collapse; border: #c6c6c6 1px solid; text-align: center; font-size: 20px; margin-top: 20px; background: #fff}
.doctors__time tr th{border-right:#c6c6c6 1px solid; border-bottom: #c6c6c6 1px solid; width: 16%;font-weight: 400 }
.doctors__time tr td{border: none; border-bottom: #c6c6c6 1px solid; height: 60px; width: 14%}
.doctors__time tr td span{width: 18px; height: 18px; background: #01a4ad; display: block; border-radius: 20px; margin: 0 auto}
.doctors__time tr td span.co1{background: #f07e7e}
.doctors__time tr td span.co2{background: #dbdbdb}


.doctors__time2{ border-spacing:0; padding:0; border-collapse:collapse; border: #d3d3d3 1px solid; text-align: center; font-size: 18px; margin-top: 20px; background: #fff}
.doctors__time2 tr th{border:#d3d3d3 1px solid; width: 11.111% !important;font-weight: 400 ; height: 66px; background: #f6f6f6 !important}
.doctors__time2 tr td{border: none; border: #d3d3d3 1px solid; height: 70px; }
.doctors__time2 tr td span{width: 18px; height: 18px; background: #01a4ad; display: block; border-radius: 20px; margin: 0 auto}
.doctors__time2 tr td span.co1{background: #f07e7e}
.doctors__time2 tr td span.co2{background: #dbdbdb}
.doctors__time2 tr{background: #fafdfd}
.doctors__time2 tr:nth-child(2),
.doctors__time2 tr:nth-child(3),
.doctors__time2 tr:nth-child(6),
.doctors__time2 tr:nth-child(7),
.doctors__time2 tr:nth-child(10),
.doctors__time2 tr:nth-child(11),
.doctors__time2 tr:nth-child(14),
.doctors__time2 tr:nth-child(15),
.doctors__time2 tr:nth-child(18),
.doctors__time2 tr:nth-child(19)
{background: #fff !important; }




.equipmentI{ margin-bottom:100px; text-align: center}
.equipmentI .col{position: relative !important; width:402px;  cursor: pointer; display:inline-block !important; margin: 0 7px 75px ; vertical-align: top; line-height: 1.5}
.equipmentI .col2{ margin: 0 0px 75px ;}
.equipmentI .col2 + .col2{margin-left: 14px}

.equipmentI .col .img_box{width:100%; height:371px; overflow: hidden; border: #dedcdc 1px solid}
.equipmentI .col .txt_box{display: flex !important;justify-content:center; align-items:center;  font-size: 24px; font-weight:700; text-align:center;}
.equipmentI .col .txt_box2{background:#f3f7fa;display: flex !important;justify-content:center; align-items:center; width: 90%; border-radius: 50px; height: 77px; color: #6b6b6b; font-size: 20px; margin: 12px auto 20px ; padding: 0 20px  }

.equipmentI .col ol.overlay{display:none ; position: absolute ; top: 0; left: 0; width: 100%; height: 371px;  }
.equipmentI .col ol.overlay .detail-btn { border: none; cursor: pointer; color:#fff; border-radius:10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.500em; letter-spacing:-0.04em; background: none }
 
.modalI {display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5);}
.modal-contentI {margin:150px auto 0; background-color: #fff; padding:20px 25px;width: 1200px; text-align:center;}
.modal-headerI{display:block; text-align:center;}
.close-btnI {position: absolute;  color: #000; font-size:60px; font-weight: bold; cursor: pointer; margin-top: -100px }
.close-btnI img{width: auto}

.modal-bodyI{padding:30px 0 60px; word-break:keep-all; word-wrap:break-word}


.modal-topBoxI{ text-align:center;  vertical-align: top}
.modal-topBoxI .img_box{width: 400px; display: inline-block !important;  vertical-align: top; }
.modal-topBoxI .txtBox01{width: 720px;  display: inline-block !important;   vertical-align: top; text-align: left;  position: relative; }
.modal-topBoxI .txtBox01 dt{font-size: 20px;  line-height: 1.4; color: #5ba9ad; margin-top: 30px}
.modal-topBoxI .txtBox01 h2{position:relative; font-size: 30px; font-weight:700; margin-bottom:30px !important;  text-align: left; padding-bottom: 30px; border-bottom: #000 1px solid; padding-top: 35px}

.modal-topBoxI .txtBox01 p{font-size: 26px; line-height:1.4; text-align: left; font-weight: 300; }

.aboutBox01{width: 1400px;
              padding-left: 0px;
              line-height: 1.6;
              margin-top: 60px;
              font-weight: 300;
              font-size: 24px;}

.aboutBox02{ width: 400px;
                  margin-top: 120px;
                  margin-bottom: 200px;
                  align-self: flex-end;}

.aboutBox03{margin-top: 70px; color: #035162; font-size: 25px; font-weight: 400}
.aboutBox03 span {font-size: 30px}

.missionBox01{flex: 1; text-align: left; padding-left: 100px}
.missionBox01 p{font-size: 30px; font-weight: 300; color: black}

.missionBox01b{flex: 1; text-align: center; padding-left: 0px}
.missionBox01b p{font-size: 30px; font-weight: 300; color: black}


/* 모바일 */
@media screen and (max-width:1024px) {
	.about__wrap {
  display: flex;
  flex-direction: column;
  width: 250%;
  align-items: center;
  position: relative;
}
.tabs {
  display: flex;
  /* width: 1440px; */
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc; width: 100%;
}
.tab {
  padding: 18px 0px;
  cursor: pointer;
  width: 33.333%;
  text-align: center; font-size: 14px; letter-spacing:-0.08em;
}

.tab_v2 {
  width: 280px;
}
.tab.active {
  color: #1b5970;
  border-bottom: 3px solid #1b5970;
  font-weight:700;
}
.tab-content {
  display: none; margin-bottom: 0px;
  /* padding: 20px; */
}
.tab-content.active {
  display: block; width: 100%; 
}
.tab-content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}

.tab-content_wrap > p {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}	
	
.wrap1__text {
  font-size: 30px;
  color: #00687f;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 100px;
}	
.aboutBox01{width: 96%;
              padding-left: 0;
              line-height: 1.4;
              margin-top: 60px;
              font-weight: 300;
              font-size: 17px; margin: 60px  auto 0; text-align: left !important; display: block !important}	
.aboutBox02{ width: 50%;
                  margin-top: 120px;
                  margin-bottom: 200px;
                  align-self: flex-end;}	


.aboutBox03{margin-top: 70px; color: #035162; font-size: 20px; font-weight: 400}
.aboutBox03 span {font-size: 25px; display: block}

.mission {
  position: relative;
  bottom: -400px;
  left: 50%;
  transform: translate(-50%);
  background-color: #fafafa;
  padding: 40px 10px;
  border-radius: 10px;
  width: 100%;
  display: block;
  align-items: center; margin-top: -400px
}

.h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px !important; text-align: left
}

.mission p {
  font-size: 20px;
  color: #025365;
  line-height: 1.4; margin-bottom: 30px; text-align: left
}

.mission-vision-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  width: 100%;
}	

.missionBox01{flex: 1; text-align: left; padding-left: 0px}
.missionBox01 p{font-size: 20px; font-weight: 300; color: black}	

.mission-vision-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 10px;
  width: 100%;
}

.vision {
  text-align: center;
  margin-bottom: 50px;
}

.vision h2 {
  font-size: 30px;
  color: black;
  font-weight: 800; 
  margin-bottom: 20px !important; text-align: left
}

.vision p {
  font-size: 20px;
  color: #025365;
  font-weight: 400;
  line-height: 1.6; text-align: left
}

.vision-items {
  display: flex;
  width: 96%;
  justify-content: space-around;
  flex-wrap: wrap; margin-left: 2%
}

.vision-item {
  width: 48%;
  height: 46vw;
  border-radius: 50% 50%;
  background-color: #025365;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vision-item p {
  font-weight:700;
  font-size: 30px;
  margin: 0;
  color: #58a8b1; height: 1;
}

.vision-text {
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  color: white;
}	
.core-values {
  background-color: #edeff2;
  padding: 100px 10px 50px;
  text-align: center;
  margin: 50px auto;
  width: 100%;
  margin-bottom: 200px;
}

.core-values__title {
  font-size: 30px;
  color: #000; display: block;
  margin-bottom: 20px !important; font-weight: 800; text-align: left !important;
}
.core-values__img{margin-bottom: 150px; width:90%;}
.core-values__items {
  display: flex; 
  justify-content: space-around;
  flex-wrap: wrap;
}

.core-values__item {
  width: 100%;
  min-width: 90%;
  margin: 20px 0;
  text-align: center;
}

.core-values__icon {
  width: 60px;
  margin-bottom: 20px;
}

.core-values__item h3 {
  font-size: 25px;
  color: #00687f; font-weight: 700;
  margin-bottom: 10px !important;
}

.core-values__item p {
  font-size: 20px;
  color: #000; font-weight: 300;
  line-height: 1.4;
}
.hi__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 80px; text-align: left !important; display: block; width: 100%; padding-left: 2%
}

.hi__subtext {
  align-self: flex-start;
  justify-self: flex-start;
  text-align: left;
}

.hi__subtext-1 {
  font-size: 25px;
  font-weight:700;
  color: #025365;
}
.hi__subtext-2 {
  font-size: 21px;
  line-height: 1.4;
  margin-top: 10px;
}	
.hi__img01{width: 94%}	
.hi__img02{width: 94%}
.hi__img03{width: 94%}
.hi__img04{width: 94%}

.hi__txtBox01{width: 96%; margin-top: 150px; margin-left: 2%}
	
.about__title {
  font-size: 30px;
  font-weight:700;
  margin-bottom: 10px;color: #00687f; width: 100%; 
}	
	
.bg__container {
  background-image: url("/img/1_2-2.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 80vw;
  margin-top: 60px ;
  margin-bottom: 200px;
}

.overlay {
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 60px 10px;
  padding-top: 100px; 
}

.header-text h1 {
  margin: 0;
  color: white !important;
  font-size: 30px; font-weight: 700;
}

.header-text p {
  margin: 10px 0;
  font-size: 15px; font-weight: 300;
}

.header-text h2 {
  margin: 10px 0;
  font-size: 60px;
  color: #29c7d0;
  font-weight:800; letter-spacing:-0.04em;
}
.header-text h2 span{font-size: 30px; color: #fff; padding-left: 10px}	
.stats {
  display: block;
  justify-content: space-around;
  background-color: #fafafa;
  padding: 70px 0 0px;
  width: 100%;
  margin-top: -30px; 
flex-direction: column	
}
	.stat-item {margin-bottom: 50px}
.stat-item p {
  margin-bottom: 10px;
  font-size: 20px;
  color: black;
  font-weight:700;
}

.stat-item h3 {
  margin: 10px 0 ;
  font-size: 40px;
  font-weight: 800 !important;
  color: #29c7d0;
}
.stat-item h3 span{color: #000; font-weight: 700; font-size: 15px}
.statsBox01{  display: block; text-align: left;
	
	margin-top:350px !important;
              margin-bottom: 60px;
              font-weight: 700;
              font-size: 30px;  padding-left: 2%}	
.youtube__submenu {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.youtube__submenub {
  width: 100%;
  display: flex;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f2f2f2; 
}
.submenu_2 {
  display: flex;
  width: 100%;
  height: 51px;border:1px solid #ccc ; border-bottom: none;
}
.submenu_2 div {
  flex-grow: 1;
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-size: 15px;
    display: flex; width: 100%;
    line-height: 1.3; justify-content:center; align-items:center;
}
.submenu_2 div + div{border-left:1px solid #ccc }
.submenu_2 div:last-child {
  border-right: none;
}
.submenu_2 div:hover {
  background-color: #ddd;
}
.submenu_2 div.selected {
  background-color: #27687d;
  color: white; line-height: 1.3;
  font-weight:700;
}
.submenu_2 div a{display: block; line-height: 1.4; width: 100%;}
	
	
.submenu_2B div {
 flex-grow: 0 !important;
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-size: 12px;
    display: inline-flex !important; width: 33.333% !important;
    line-height: 1.3; justify-content:center; align-items:center;
}
	

.submenu_3 {
  display: block;
  width: 100%;
  border-bottom: none ;  font-size: 0; background: #fff; border-top: 1px solid #ccc;
}
.submenu_3 div {
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;font-size: 15px;
  color: #333;
  text-decoration: none;
   margin: 0;
    display: inline-flex; width: 20%; height: 50px;cursor:pointer;
    line-height: 1.3; justify-content:center; align-items:center; border-bottom:1px solid #ccc ;
}

.submenu_3 div{border-left:1px solid #ccc; }
.submenu_3 div:last-child {
  border-right: 1px solid #ccc;width: 20.1%
}
.submenu_3 div:hover {
  background-color: #ddd;
}
.submenu_3 div.selected {
  background-color: #27687d; line-height: 1.3;
  color: white;
  font-weight:700;
}
.submenu_3 div:nth-child(5n){border-right: 1px solid #ccc;  }	
	

.timeline {
  position: relative;
  padding: 70px 0;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #93bfc1;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px; ;
}







.entry__title {
  font-size: 12px; margin-bottom: 15px; cursor: pointer; position: relative
}

.entry__title > b {
  font-weight: 800; font-size:15px; top:0;
}
.entry__title span{font-weight: 800}

.timeInfo{text-align:center; color: #01a4ad; font-size: 11px; padding: 15px 0 36px; position: relative}
.timeInfo span{position: absolute; width: 16px; height: 11px; border-radius: 50%; background: #01a4ad; bottom: 0; left: 50%; margin-left: -8px}
.timeInfo2{padding: 0 0 0px; margin-bottom: 100px}


.entry {
  padding: 0px 0px;
  position: relative; 
  width: 50%;
  left: 50%; letter-spacing:-0.09em; 
}

.entry.left {
  left: 0;
  text-align: right; padding-right:20px;
}

.entry.left b{position: absolute; right: 0px; margin-top: -3px}

.entry.left .entry__title { padding-right: 20px;}
.entry.left .entry__titleb { padding-right: 60px;}

.entry.right {
  left: 50%; padding-left: 20px;
}
.entry.right b{position: absolute; left: 0px; margin-top: -3px}

.entry.right .entry__title { padding-left: 20px; }
.entry.right .entry__titleb { padding-left: 60px; display: block}


.entry-content {
  position: relative;
  border-radius: 6px;
  margin: 0 !important;
}

.entry-content h4 {
  /*margin-top: 30px;*/
}

.entry-content img {
  max-width:100%;
  margin-bottom: 30px;
}

.entry__year {
  font-size: 40px;
  font-weight: 700; position: absolute; letter-spacing:-0.09em;
}
.entry__year2 {
  right: 40px
}

.entry__line{position: absolute; height: 2px; background: #93bfc1; width: 14px; margin-top: 10px; left:0}
.entry__lineR{position: absolute; height: 2px; background: #93bfc1; width: 14px; margin-top: 10px; right:0}

.entry__abs{position: absolute;}
.mt-290{margin-top: -140px}
.mt-250{margin-top: -120px}
.mt-180{margin-top: -90px}
.mt-150{margin-top: -70px}
.mt-120{margin-top: -60px}
.mt-100{margin-top: -50px}
.mt30{margin-top: 15px}
.mt50{margin-top: 25px}
.mt80{margin-top: 40px}
.mt100{margin-top: 50px}
.mt220{margin-top: 110px}

.entry__desc {
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.entry__desc-2 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.tab__content-wrap {
  display: block;
  width: 100%;
  align-items: center;
  
}

.tab__content-wrap + .tab__content-wrap{border-top: 2px solid #ccc;}


.tab__content-item {
  width: 100%;
  display: block;
  flex-direction: column;
  padding: 40px 0px 40px 0px; 
 
}

.tab__content-itemb {
   width: 100%;
  display: block;
  flex-direction: column;
  padding: 40px 0px 40px 0px; 
 
}
.tab__content-itemb img{width: 100%}

.tab__content-title {
  color: #025365;
                font-weight: 700;
                font-size: 25px;
                margin-bottom: 10px; width: 100%;
}
.tab__content-stitle {font-size: 20px; border-bottom: #cbcbcb 1px solid;padding-bottom: 30px; margin-bottom: 40px}

.tab__content-info1{font-size: 15px; font-weight: 300; line-height: 1.3}

.tab__content-info2{font-size: 15px; font-weight: 300; margin-top: 20px; line-height: 1.3}

.tab__content-btn{text-align: center; margin-bottom: 100px; margin-top: 20px }
.tab__content-btn a{display: flex; width: 115px; height: 43px; color: #fff !important; background: #025365; font-size: 13px; text-align: center; margin: 0 auto; border-radius: 30px; justify-content:center; align-items:center; z-index: 99}
.tab__content-btn a:hover{color: #fff}	
	
	.tab__content-wrap__box{width: 96%; margin: 0 auto}	
	
.history03Box01{width: 96%;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 70px;
            justify-content: space-between; margin: 0 auto 70px}


.history03Box01_item {
  width: 48%;
  padding-bottom: 15px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; text-align: center;
  margin-bottom: 20px; background: #f7f7f7;
}
.history03Box01_info{font-size: 15px; margin-top: 20px; line-height: 1.3; letter-spacing:-0.04em;}


.history03Box02{margin-bottom: 100px;text-align: center; }
.history03Box02 a{font-size: 13px; display: inline-block; font-weight: 700}
.history03Box02 a img{display: block; margin-bottom: 15px}

.history04Box01{width: 96%;
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
            justify-content: space-between;}


.history04Box01_item-2 {
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.history04Box01_item-2 dt{text-align: center;
                margin-top: 16px;
                font-weight: 700;
                margin-bottom: 15px; font-size: 20px; line-height: 1.4}
.history04Box01_item-2 dl{font-size: 13px; font-weight: 300}	
	
.mt_referralBox01{background: url("/img/doctor_bannerM.png") top center no-repeat; height: 60vw; display: flex; justify-content:center; align-items:center; color: #fff; text-align: center; background-size: cover; flex-direction: column; padding: 0; margin: 0}
.mt_referralBox01 dt{font-size: 30px; font-weight: 700; line-height: 43px; padding: 0; margin: 0; flex-direction: column}
.mt_referralBox01 dt span{border-left:#fff 0px solid; font-size: 20px; font-weight: 300; padding-left:0px; margin-left:0px ; display: block}

	
	
	
.mt_referralBox02{text-align: left; margin-top: 100px; margin-bottom: 70px; }
.mt_referralBox02 dl{font-size: 20px; margin-top: 50px; line-height: 1.4 ; font-weight: 300}

.mt_referralBox03{text-align: center !important; background: #f6fcfc;  padding-bottom: 100px; padding-top: 100px }
.mt_referralBox03 dt{font-size: 30px; font-weight: 400; text-align: center}
.mt_referralBox03 dl{font-size: 0; margin-top: 50px}
.mt_referralBox03 dl img + img{margin-left: 00px}
	.mt_referralBox03 dl img {width: 48% !important; margin-bottom: 20px}
	.mt_referralBox03 dl img:nth-child(2n){margin-left: 4% !important}

.mt_referralBox04{text-align: center; padding: 100px 0}
.mt_referralBox04 dt{font-size: 30px; margin-bottom: 80px}
	.mt_referralBox04 ul{margin: 0; padding: 0}
.mt_referralBox04 ul li{display:inline-flex; background: #00687f; color: #fff; width: 100%; height: 38vw; border-radius: 200px; font-size: 25px; font-weight: 700; justify-content:center; align-items:center;flex-direction: column; vertical-align: top}
.mt_referralBox04 ul li dl{ margin-top: 10px; font-size: 15px; font-weight: 700 }
.mt_referralBox04 ul li+li{margin-left: 0; margin-top:20px}


.mt_referralBox05{text-align: center; background: #f6fcfc; padding: 100px 0 70px}
.mt_referralBox05 dt{font-size: 30px; margin-bottom: 100px}
.mt_referralBox05 dl img{margin-left:0px; margin-bottom: 0px}
.mt_referralBox05 dl img {width: 46% !important; margin-bottom: 10px}
.mt_referralBox05 dl img:nth-child(2n){margin-left: 2% !important}

.mt_referralBox06{text-align: center; padding: 100px 0}
.mt_referralBox06 dt{font-size: 30px; margin-bottom: 80px}
.mt_referralBox06 dl{margin-top: 70px}
.mt_referralBox06 dl a + a{margin-left:0px; margin-top: 20px }	
	.mt_referralBox06 dl a img{width: 100%;}
	
.mt_referralBox07{text-align: center; padding-bottom: 100px; padding-top: 100px}
.mt_referralBox07 dt{font-size: 30px;  font-weight: 400; margin-bottom: 80px}
	
	.mt_referralBox08{text-align: center; background: #f6fcfc;  padding-bottom: 100px; padding-top: 100px}
.mt_referralBox08 dt{font-size: 30px; font-weight: 400; margin-bottom: 80px }
.mt_referralBox08 ul{font-size: 0}
.mt_referralBox08 ul li{display:block; width: 100%;  font-size: 25px; font-weight: 700; text-align: center; vertical-align: top}
.mt_referralBox08 ul li img{border-radius: 20px; margin-bottom: 12px; width: 100%}
.mt_referralBox08 ul li:nth-child(2n){margin-left: 0px; margin-bottom: 60px; margin-top: 60px}
.mt_referralBox08 dl{font-size: 25px; text-align: center; border: #45bcc3 5px solid; background: #fff; padding: 50px 10px; border-radius: 20px}


.doctors__time{ border-spacing:0; padding:0; border-collapse:collapse; border: #c6c6c6 1px solid; text-align: center; font-size: 15px; margin-top: 20px; background: #fff}
.doctors__time tr th{border-right:#c6c6c6 1px solid; border-bottom: #c6c6c6 1px solid; width: 16%;font-weight: 400 }
.doctors__time tr td{border: none; border-bottom: #c6c6c6 1px solid; height: 60px; width: 14%}
.doctors__time tr td span{width: 18px; height: 18px; background: #01a4ad; display: block; border-radius: 20px; margin: 0 auto}
.doctors__time tr td span.co1{background: #f07e7e}
.doctors__time tr td span.co2{background: #dbdbdb}


.doctors__time2{ border-spacing:0; padding:0; border-collapse:collapse; border: #d3d3d3 1px solid; text-align: center; font-size: 13px; margin-top: 20px; background: #fff}
.doctors__time2 tr th{border:#d3d3d3 1px solid; width: 9% !important;font-weight: 400 ; height: 66px; background: #f6f6f6 !important}
	.doctors__time2 tr th:nth-child(1){width: 28% !important}
.doctors__time2 tr td{border: none; border: #d3d3d3 1px solid; height: 70px; }
.doctors__time2 tr td span{width: 15px; height: 15px; background: #01a4ad; display: block; border-radius: 20px; margin: 0 auto}
.doctors__time2 tr td span.co1{background: #f07e7e}
.doctors__time2 tr td span.co2{background: #dbdbdb}
.doctors__time2 tr{background: #fafdfd}
.doctors__time2 tr:nth-child(2),
.doctors__time2 tr:nth-child(3),
.doctors__time2 tr:nth-child(6),
.doctors__time2 tr:nth-child(7),
.doctors__time2 tr:nth-child(10),
.doctors__time2 tr:nth-child(11),
.doctors__time2 tr:nth-child(14),
.doctors__time2 tr:nth-child(15),
.doctors__time2 tr:nth-child(18),
.doctors__time2 tr:nth-child(19)
{background: #fff !important; }	
	.doctors__time2 tr td img{width: 100% !important; border-radius: 50% 50%}
	
.doctors__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 96%; padding-left: 0px;
  margin-top: 60px; margin: 60px auto 0;
}

.doctors__item {
  position: relative;
  width: 48%;
  height: 95vw;
  padding: 25px 5px;
  display: flex;
  align-items: center;
  
  flex-direction: column;
  border: 1px solid rgb(203, 203, 203);
  margin-bottom: 30px;
  margin-right: 0;
}
	.doctors__item:nth-child(2n){margin-left: 4%}	

.doctors__item > img {
  width: 94%;
  margin-bottom: 15px; border-radius: 170px
}

.doctors__title {
  font-size: 25px;
  font-weight:700;
  margin-bottom: 15px;
}
.major {
  color: #05a3ae;
  font-weight:700;
  font-size: 15px;
  margin-bottom: 9px; display: block; padding-bottom: 8px;
  text-align: center; 
}
.line_v2{border-bottom: #c4c4c4 1px solid; width: 100%;}
.detail {
  font-size: 15px;
  color: #05a3ae;
  margin-top: 9px;
  text-align: center; line-height: 1.3;
}

.buttons {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.buttons button {
 
  border: none;
  cursor: pointer;
  font-size: 19px; 
  width: 100%; height: 50px; display: flex;justify-content:center; align-items:center;
  border-radius: 8px;
  background-color: #9f572f;
  color: white;font-weight: 400;letter-spacing:-0.06em;
 
}
.doctors__item:hover .buttons {
  display: flex;
}
.buttons button img{width: auto; padding-right: 10px}
.buttons .wish__doctor__button{font-size: 17px;}	

.doctors__w {
  width: 100%;
  display: block;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6; 
}	
.doctors__detailwrap {
  width:100%;
  display: block;
  justify-content: space-between;
  padding: 50px 0px 0px;
}	
	.doctors__detailwrap img{width: 100%; height: auto}	
.doctors__contentsB {
  display: block;
  flex-direction: column;
  margin-left: 0px;
  padding: 20px 10px 0px 10px;
  width: 100%; padding-top: 70px;	
}
.doctors__profile-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.doctors__profile-type {
  color: #00687f;
  font-size: 20px;
  margin-bottom: 4px;
}

.doctors__profile-desc {
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.doctors__profile-btnwrap {
  display: flex;
  padding: 0px 0px;
  text-align: left;
  margin-bottom: 40px; margin-top: 20px;
}

.doctors__profile-btn {
  width: 280px;
  height: 60px; justify-content:center; align-items:center;display: flex;
  text-align: center;
  background-color: #01a4ad;
  color: white;
  font-size: 20px;
}
.doctors__profile-btn2{ background-color: #00687f;
                  margin-left: 34px;}

.doctors__profile-btn img{width: auto; padding-right: 10px}

.doctors__profile-btnwrap2 .doctors__profile-btn{width: 250px}
.doctors__profile-btnwrap2 .doctors__profile-btn2{ margin-left: 24px;}

.doctors__profile-btn3{margin-top: 30px}
.doctors__profile-btn3 a{color: #fff !important}

.doctors__datewrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
}

.doctors__datewrap2 {
    width: 100%;}
.doctors__datewrap3{justify-content:right; }	
.doctors__coment {
  font-family: "NanumMyeongjo";
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 23px;
}	
	
.faq-section {
  margin-top: 40px;
  width: 100% !important; padding: 0 10px; 
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px; /* Increased padding */
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 13px; /* Set a fixed font size */
  width: 100% }


.faq-answer {
  display: block; width: 100%;
  justify-content: flex-start;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  border-top: none; font-size: 15px; font-weight: 300; line-height: 1.5
}
.img1300{width: 100% !important}	
	
.faq-icon {
  transition: transform 0.3s ease; color: #000
}
.faq-icon.rotate {
  transform: rotate(90deg); color: #01a4ad
}
.faq-question dt{display: flex;
                    align-items: center;
                    font-size: 19px;
                    font-weight: bold; color: #000}
.faq-question.active dt{color: #01a4ad}	
.detail__faq {
  width: 100%;
  color: white;
  line-height: 1.4;
}
	
	
.answer__flexitem {
 flex: auto; flex-direction: column !important; width: 100% !important; display: block !important;
}	
.equipmentI{ margin-bottom:100px; text-align: center}
.equipmentI .col{position: relative !important; width:100%;  cursor: pointer; display:inline-block !important; margin: 0 0px 75px ; vertical-align: top; line-height: 1.5}
.equipmentI .col2{ margin: 0 0px 75px ;}
.equipmentI .col2 + .col2{margin-left: 0px; margin-top: 0}

.equipmentI .col .img_box{width:100%; height:auto; overflow: hidden; border: #dedcdc 1px solid}
.equipmentI .col .txt_box{display: flex !important;justify-content:center; align-items:center;  font-size: 19px; font-weight:700; text-align:center;}
.equipmentI .col .txt_box2{background:#f3f7fa;display: flex !important;justify-content:center; align-items:center; width: 90%; border-radius: 50px; height: 77px; color: #6b6b6b; font-size: 15px; margin: 12px auto 20px ; padding: 0 20px  }

.equipmentI .col ol.overlay{display:none ; position: absolute ; top: 0; left: 0; width: 100%; height: 100%;  }
.equipmentI .col ol.overlay .detail-btn { border: none; cursor: pointer; color:#fff; border-radius:10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.500em; letter-spacing:-0.04em; background: none }
 
.modalI {display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5);}
.modal-contentI {margin:150px auto 0; background-color: #fff; padding:20px 25px;width: 100%; text-align:center;}
.modal-headerI{display:block; text-align:center;}
.close-btnI {position: absolute;  color: #000; font-size:50px; font-weight: bold; cursor: pointer; margin-top: -100px }
.close-btnI img{width: auto}

.modal-bodyI{padding:30px 0 60px; word-break:keep-all; word-wrap:break-word}


.modal-topBoxI{ text-align:center;  vertical-align: top}
.modal-topBoxI .img_box{width: 100%; display: block !important;  vertical-align: top; }
.modal-topBoxI .txtBox01{width: 100%;  display: block !important;   vertical-align: top; text-align: left;  position: relative; }
.modal-topBoxI .txtBox01 dt{font-size: 13px;  line-height: 1.4; color: #5ba9ad; margin-top: 30px}
.modal-topBoxI .txtBox01 h2{position:relative; font-size: 20px; font-weight:700; margin-bottom:30px !important;  text-align: left; padding-bottom: 30px; border-bottom: #000 1px solid; padding-top: 35px}

.modal-topBoxI .txtBox01 p{font-size: 15px; line-height:1.4; text-align: left; font-weight: 300; }	
	
	
.reservation__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}

.reservation__title {
  font-size: 30px !important;
  font-weight: 700; color: #00687f;
}

.reservation__desc {
  font-size: 15px;
  text-align: center !important;
  color: #00687f !important;
  line-height: 1.4 !important; font-weight: 300;
  margin-top: 22px;width: 100%; 
}	
	
.medical__wrapper {
  width: 100% !important;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center; text-align: center;
  margin: 0 auto;
}

.medical__tag {
  width: 97px;
  line-height: 32px; text-align: center;
  border-radius: 20px;
  background-color: #00687f;
  color: white;
  font-weight:700;
 
  font-size: 20px; margin: 0 auto;
}

.medical__title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 34px;
}

.medical__inputwrap {
	display: block;
  align-self: flex-start;
  width: 100%;
  padding: 40px 0px 2px 0px;
}

.medical__inputwrapb {
  width: 100%;
  padding: 0px 0px 2px 0px;
}

.medical__input {
  display: block;
  width: 100%;
  align-items: center;
  margin-bottom: 18px; text-align: left
}

.label {
  width: 100%;display: block;
  font-size: 19px;
}

.medical__input > input { display: block;
  flex: 1;
  height: 40px;
  padding: 10px; width: 100%
}

.medical__input > textarea{  flex: 1 ; display: block;
  height: 145px;
  padding: 10px;background: none;resize: none; width: 100%;
}

.medical__inputb {
  display: block;
  width: 100%;
  align-items: center;
  margin-bottom: 18px; text-align: left;
}

.medical__inputb .label { display: block;
  width: 100%; 
  font-size: 19px;
}

.medical__inputc {
  display: block;
  width: 100%;
  align-items: center; text-align: left;
  margin-bottom: 18px;
}

.medical__inputc .label {
  width: 100%; display: block;
  font-size: 19px;
}
.medical__inputc > textarea{  display: block; margin-top: 10px; margin-left: 0px; 
  height: 145px; width: 100%; background: none; resize: none;
  padding: 10px;
}

.line-black {
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
}

.input {
  width: 320px;
  height: 40px;
  padding: 10px;
}

.medical__checkboxwrap {
  display: block;width: 100%;
  align-items: center;
}
.reservation__header {
  width: 100% !important;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgb(203, 203, 203);
}

.reservation__header-title {
  border-bottom: 4px solid #1b5970;
  padding: 18px;
  color: #1b5970;
  font-weight: 600;
}	
.reservation__wrap {
  display: block;
  flex-direction: column;
  width: 96%;
  align-items: center;
  position: relative; margin: 0 auto; 
}	
	.medical__inputwrapb input[type="text"]{width: 45%}
	.popup__agreeboxB {
  background-color: #f5f8fa;
  width: 100%;
  align-self: flex-start;
  padding: 30px 10px; margin-top: 44px	
}

.reservation__circlewrap {
  display: flex;
  align-items: center;
}

.popup__agreetitle {
  font-weight: 600;
  font-size: 13px;
}

.popup__agreetitle dt{
  font-weight: 700;
  font-size: 25px;
}

.popup__agreecontent {
  background-color: #ffffff;
  padding: 7px 15px;
  width: 100%;
  margin-top: 3px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}
.popup__txt01{display: flex; align-items:flex-start; margin-top: 25px}
.popup__txt01 span{font-size: 13px}	
	.popup__txt01 input{vertical-align: top}

.popup__btn {
  background-color: #01a4ad;
   display: inline-flex;
  border-radius: 30px; width: 175px; text-align: center;
  color:#fff !important;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 100px; font-size: 20px; height: 50px; justify-content:center; align-items:center;
}	
.content__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 240px;
}	
.menu__wrap {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}	
.menu__item {
  width:100%;
  display: block;
  flex-direction: column;
  padding: 0px 0px; margin-top: 50px;
}	
.menu__itemB {
  
  display: block;
  flex-direction: column;
 width: 100%; padding: 0px 0px;
}
.map__infotext {
  display: flex;
  margin-bottom: 12px;
}

.map__desc_2 {
  color: #333333;
  font-size: 15px;
}

.map__desc_2 > span {
  font-weight:700;
}

.map__time {
  margin-left: 30px;
}

.map__infotextitem_2 {
  display: flex;
  justify-content: space-between;
  width: 90px;
  font-weight:700; 
}

.menu__btn {
  width: 100%;
  background-color: #1b5970;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 18px;
  color: white;
}
.menu__btn img{width: 40px !important}	
.date__circle {
  width: 15px;
  height: 15px;
  border-radius: 50% 50%;
  background-color: #01a4ad;
  margin-right: 4px;
}

.date__circle-text {
  font-size: 13px;
  color: #01a4ad;
  font-weight:400;
}	

.directions__wrap {
  width: 100% !important;
  margin-top: 50px;
}

.directions__textwrap {
  background-color: #f8f8f8;
  padding: 40px 10px;
  margin-top: -10px;
  display: block; width: 100% !important; 
}

.directions__item {
  width:100%;color: #7c7c7c; font-weight: bold; font-size: 30px
}

.directions__item-text { 
  display: block;
  align-items: center;
  margin-bottom: 14px; 
}	
	
.directions__map{height: 360px; width: 100%; overflow: hidden; }	
	.item__a {
  width: 100%;
  font-weight:700; font-size: 17px; display: block
}
.item__b {font-size: 19px; font-weight: 300; display: block; }
	
	.faq-item{display: block; width: 100% !important;}	
.bus__wrap {
  display: block;
  width: 100%;
  align-items: center;
  padding: 16px 20px;
}

.bus__item {
  flex: 1;
  display: block;
  flex-direction: column;
}

.bus__stop {
  margin-bottom: 24px;
}

.tag {
  padding: 4px 12px;
  border-radius: 20px;
  color: white;
  background-color: #0066cc;
  margin-right: 12px;
}

.item__btn_Box{display: block; align-items: center; margin-top: 30px;}	
	
.item__btn {
  width: 80%; height: 48px; font-weight: 700; font-size: 15px; display: block; justify-content:center; align-items:center;
  color: white;background-color: #01a4ad; margin-left: 10%;
}
.item__btn a{width: 100%; height: 48px; display: flex; justify-content:center; align-items:center;  color: white;}
.item__btn a:hover{color: #fff}
.item__btn img{width: auto}
.item__btn span{padding: 0 10px}
.item__btn + .item__btn {background-color: #38cf5c; margin-left: 10%; margin-top: 20px}	
	

	

	
	
.career__wrap {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f9fa;
  margin-top: 50px;
  margin-bottom: 200px;
}
.career__wrapB {display: block; width: 90% !important; margin-bottom: 30px !important}
.career__title{font-size: 25px; font-weight: bold}
.career__inputwrap {
  width: 100%;
  padding: 30px 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #666666;
}

.career__inputflex {
  display: block;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
}

.carrer__inputlabel {
  color: black;
  width: 100%; display: block;
}

.career__inputflex > input {
  height: 40px; 
  width: 100%;
  background-color: #f5f8fa;
  border: 1px solid #ccc;
}
.career__inputflex > select{ height: 40px;background-color: #f5f8fa; border: 1px solid #ccc; padding-top: 7px; }
.career__inputflex > select .h1{line-height: 20px}

.career__img{width: 96%}
	
}
