/*인사말*/
.greeting {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  zoom: 1;
}
.greeting:after {
  display: block;
  clear: both;
  content: "";
}
.greeting .photo {
  max-width: 660px;
  width: calc(100% - 700px);
  position: relative;
  float: left;
}
.greeting .photo img {
  width: 100%;
}
.greeting .txt {
  position: relative;
  float: right;
  margin: 0 100px 0 0;
  max-width: 620px;
  z-index: 1;
  color: #333;
}
/* .greeting .txt:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #e7599b;
  width: 788px;
  height: 5px;
} */
.greeting .txt .point {
  max-width: 470px;
  word-break: keep-all;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.greeting .txt .point span {
  color: #006fce;
}
.greeting .subtitle{
  font-size: 30px;
  font-weight: 500;
  color: #280616;
  margin: 60px 0 0 0;
}
.greeting .txt ul li {
  word-break: keep-all;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 5px 0;
}
.greeting .txt p {
  text-indent: 10px;
  font-weight: 200;
}
@media (max-width: 980px) {
  .greeting .photo {
    max-width: 660px;
    margin: 0 auto;
    width: inherit;
    float: none;
  }
  .greeting .txt .point {
    font-size: 38px;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 640px) {
  .greeting .txt{
    margin: 0;
    float: left;
  }
  .greeting .txt ul li {
    font-size: 18px;
  }
}
/*인사말*/

/*병원소개*/
.company_info .clearfix{
  margin: 0 0 150px 0;
}
/* .company_info .floatR{
  width: 70%;
} */
.company_info .logo_info .floatR{
  text-align: center;
}
.company_info .logo_part{
  margin: 80px 0 0 0 ;
  width: 350px;
}
.company_info .logo_info .logo_all img{
  width: 100%;
}
.company_info .logo_part div{
  float: left;
}
.company_info .logo_part,
.company_info .logo_part .logo_img,
.company_info .logo_part .logo_text{
  display: inline-block;
}
.company_info .logo_part .logo_img,
.company_info .logo_part .logo_text{
  margin: 0 auto;
  width: 100%;
}
.company_info .logo_part .logo_text{
  font-size: 1.12rem;
  font-weight: 400;
  padding: 10px 0 0 0;
}
.company_info .full_img img{
  margin: 0 auto;
  width: 100%;
}
.company_info .full_img{
  position: relative;
}
.company_info .full_img .over_text{
  position: absolute;
  font-family: 'KyoboHandwriting2020A';
  font-size: 2.1rem;
  color: #fff;
  top: 50px;
  right: 50px;
}
.company_info .strength_info{
  position: relative;
  padding: 80px 0;
  background-color: #f8fdff;
}
.company_info .strength_info:before {
  position: absolute;
  content: '';
  background-color: #f8fdff;
  top: 0px;
  left: -1000px;
  bottom: 0px;
  width: 250%;
  z-index: -1;
}

.company_info .strength_info .floatR .strength_ul{
  padding: 0;
  margin: 40px 0 40px 80px;
}
.company_info .strength_info .floatR .strength_ul li{
  font-size: 1.2rem;
  font-weight: 400; 
  padding: 10px 30px 10px 45px; 
  position: relative;
}     
/* .company_info .strength_info .floatR .strength_ul li:after{
  content: '';
  top: 16px;
  left: -45px;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url('../img/checkbox_round.png');
  background-size: cover;
  background-position: center;
} */
.company_info .strength_info .floatR .strength_ul li:before{
  background: url('../img/checkbox_round.png') no-repeat;
  top: 16px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
}

.company_info .strength_info .floatR .strength_ul li span{
  vertical-align: text-bottom;
}
.company_info .vision .floatR .vision_wrap{
  position: relative;
}
.company_info .vision .floatR .vision_wrap .vision_circle{
  float: left;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  opacity: 0.8;
  text-align: center;
  font-weight: 700;
  transition: all 0.4s;    
  line-height: 1.4;
  font-size: 1.7rem;
  color: #000;
}
.company_info .vision .floatR .vision_wrap .vision_circle .vision_contents img{
  margin: 0 0 20px 0;
}
.company_info .vision .floatR .vision_wrap .vision02 .vision_contents img{
  margin: 0 0 30px 0;
}
.company_info .vision .floatR .vision_wrap .vision_circle .vision_contents{
  margin: 80px 0;
}
.company_info .vision .floatR .vision01{
  background: #bfeafd;
  margin: 0 350px 0 0;
}
.company_info .vision .floatR .vision02{
  background: #cff3e1;
  position: absolute;
  left: 360px;
}
.company_info .vision .floatR .vision01:hover{
  background: #b0e7ff;
}
.company_info .vision .floatR .vision02:hover{
  background: #b5e7ce;
}
.company_info .vision .floatR .vision_wrap .vision_circle:hover{
  -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.company_info .mission .floatR .text_wrap{
  /* font-family: 'Eulyoo1945-SemiBold'; */
  font-size: 2.1rem;
  font-weight: 600;
  color: #d7458e;
  line-height: 1.3;
  margin: 50px 210px 0 0;
}

.company_info .mission{
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  width: 100%;
  height: 600px;

}
.company_info .mission:before {
  position: absolute;
  content: '';
  background-color: #fffcfd;
  top: 0px;
  left: -1000px;
  bottom: -180px;
  width: 250%;
  z-index: -1;
}

.company_info .mission .bg{
  margin: -500px;
}


.company_info .mission .floatR .text_wrap .text_top{
  margin: 0 0 30px 0;
}


@media screen and (max-width: 640px){
  .company_info .strength_info .floatR .strength_ul{ 
    margin: 0 20px;
  }
  .company_info .strength_info .floatR .strength_ul li{
    padding: 10px 0 10px 45px;
  }
  .company_info .mission .bg{
    margin: 0;
  }
  .company_info .mission .bg img{
    width: 100%;
    margin: 50px 0;
}
  }
}


/* iPad in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1366px) 
and (orientation : landscape) {
  .company_info .clearfix {
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .company_info .floatL{
    float: inherit;
  }
  .company_info .clearfix{
    margin: 0 0 200px 0;
  }
  .company_info .full_img img,
  .company_info .strength_info img,
  .company_info .floatL,
  .company_info .floatR{
    width: 100% !important;
  }
  .company_info .logo_info img{
    width: 70%;
  }
  .company_info .full_img .over_text{
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    top: 10px;
    right: 10px;
  }
  .company_info .strength_info .floatR .strength_ul{
    margin: 0;
  }
  .company_info .strength_info .floatR .strength_ul li{
    padding: 0 0 0 45px;
    font-size: 1.1rem;
  }
  .company_info .strength_info .floatR .strength_ul li:before{
    top: 2px;
  }
  .company_info .vision .floatR .vision_wrap .vision_circle{
    font-size: 1.2rem;
    width: 300px;
    height: 300px;
    position: relative;
    float: inherit;
  }
  .company_info .vision .floatR .vision_wrap .vision_circle .vision_contents{
    margin: 45px 0;
    display: inline-block;
  }
  .company_info .vision .floatR .vision_wrap .vision_circle img{
    width: 80px;
  }
  .company_info .vision .floatR .vision01{
    margin: 0 auto;
  }
  .company_info .vision .floatR .vision02{
    position: relative;
  }

  .company_info .mission .floatR .text_wrap{
    font-size: 1.5rem;
    width: 80%;
  }
  .company_info .mission{
    height: 300px;
  }
  .company_info .strength_info:before,
  .company_info .mission:before {
    right: 0;
    left: -300px;
  }
}


.company_info {
  width: 100%;
  height: auto;
}
.company_info .img_page {
  width: 100%;
  height: 550px;
  background-image: url(../img/company_info_bg_company.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.company_info .txt_page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.company_info .txt_page h2 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 44px;
  padding-top: 100px;
  display: block;
}
.company_info .txt_page p {
  font-size: 16px;
  word-break: keep-all;
  line-height: 1.8;
  color: #555;
  padding-bottom: 15px;
}
.company_info .Ideology {
  width: 100%;
  padding-bottom: 100px;
}
.company_info .Ideology .inner {
  max-width: 1240px;
  margin: auto;
  clear: both;
}
.company_info .Ideology .inner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  letter-spacing: 5px;
  text-align: center;
  padding: 95px 0 50px 0;
}
.company_info .Ideology .inner .point {
  color: #06f;
}
.company_info .Ideology .inner h2:after {
  content: " ";
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 2px;
  background-color: #000;
  clear: both;
}
.company_info .Ideology dl {
  float: left;
  width: 33.3333%;
  padding: 20px;
  border-right: 1px solid #ddd;
}
.company_info .Ideology dl:last-child {
  border: 0;
}
.company_info .Ideology dl .web_icon {
  padding: 0 0 20px 0;
  text-align: center;
  color: #ff4200;
}
.company_info .Ideology dl dt {
  font-size: 20px;
  height: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
.company_info .Ideology dd {
  line-height: 2.2;
  text-align: center;
  font-size: 16px;
  color: #555;
}

.tl_title_box_wrap {
  width: 100%;
  height: auto;
  padding: 150px 20px;
  clear: both;
  background-image: url(../img/work_page_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tl_title_box_wrap li {
  position: relative;
  width: 23.5%;
  min-height: 400px;
  background-color: #fff;
  margin-left: 2%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tl_title_box_wrap li .bg {
  background-color: #2c3856;
  color: #fff;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tl_title_box_wrap li:hover .bg {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tl_title_box_wrap li:hover {
  -webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.tl_title_box_wrap li .txt_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  display: table;
  z-index: 2;
}
.tl_title_box_wrap li:hover .txt_wrap {
  opacity: 1;
  color: #fff;
}
.tl_title_box_wrap li:hover .txt_wrap .cell I {
  color: #fff;
}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 {
  color: #fff;
}
.tl_title_box_wrap li:hover .txt_wrap .cell p {
  color: #fff;
}
.tl_title_box_wrap li .txt_wrap .cell {
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.tl_title_box_wrap li .txt_wrap .cell i {
  font-size: 35px;
  padding-bottom: 20px;
  color: #1a1a1a;
}
.tl_title_box_wrap li .txt_wrap .cell h2 {
  font-size: 24px;
  color: #1a1a1a;
  margin: 0;
  font-weight: bold;
}
.tl_title_box_wrap li .txt_wrap .cell p {
  font-size: 16px;
  color: #555;
  padding-top: 50px;
  word-break: keep-all;
  line-height: 1.6;
}
.tl_title_box_wrap li:nth-child(4n + 1) {
  margin-left: 0;
}

@media (max-width: 960px) {
  .company_info .work_page ul li {
    width: 47%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 2%;
  }
  .company_info .work_page ul li:last-child {
    margin-right: 0;
  }
  .company_info .work_page ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .company_info .Ideology dl {
    width: 100%;
    padding-bottom: 30px;
    clear: both;
  }
}
@media (max-width: 640px) {
  .company_info .clearfix{
    margin: 0 0 50px 0;
  }
  .company_info .floatR{
    padding: 0;
    width: 100% !important;
  }
  /* .company_info .vision .floatR{
    padding: 0 0 0 15px !important;
  } */
  .company_info .vision_part{
    display: flex;
    justify-content: center;
  }
  .company_info .logo_part{
    width: 100%;
  }
  .company_info .logo_part .logo_img img{
    width: 70% !important;
  }
  .company_info .logo_part .logo_text{
    font-size: 1.12rem;
  }
  .company_info .img_page {
    background-size: cover;
    height: 300px;
  }
  .company_info .tl_title_box_wrap li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3%;
  }
  .company_info .mission .floatR .text_wrap{
    margin: 0;
  }
  .company_info .vision .floatR .vision_wrap .vision01,
  .company_info .vision .floatR .vision_wrap .vision02{
    /* display: none; */
    width: 300px;
    height: 300px;
  }
  .company_info .vision .floatR .vision_wrap .vision_circle{
    font-size: 1.3rem;
    margin: 0 0 20px 0;
  }
  .company_info .vision .floatR .vision_wrap .vision_circle .vision_contents{
    margin: 40px 0;
  }
  .company_info .vision .floatR .vision_wrap .vision_circle .vision_contents img{
    width: 70px;
    margin: 10px 0 20px 0
  }
  .company_info .vision .floatR .vision_wrap .vision02 .vision_contents img{
    margin: 20px 0 40px 0;
  }
  .company_info .vision .floatR .vision02{  
    position: relative;
    left: 0;
  }
  .company_info .mission .floatR .text_wrap{
    font-size: 1.6rem;
  }
}
/*병원소개*/

/*연혁*/
.history_area {
  position: relative;
  width: 100%;
  padding-top: 37px;
}
.history_area .history_point {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
  bottom: 20px;
  width: 8px;
  background-color: #f6f6f6;
  overflow: hidden;
}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {
  width: 50%;
  padding-right: 94px;
  padding-left: 20px;
  box-sizing: border-box;
}
.history_area div:nth-child(odd) dl {
  padding-right: 20px;
  padding-left: 94px;
}
.history_area dt {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.3;
  color: #555;
  font-weight: bold;
}
.history_area dd strong {
  display: block;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  font-weight: 500;
}
.history_area dd p {
  display: block;
}
.history_area dd .img_box {
  display: block;
  margin-top: 39px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.fr {
  float: right;
}
.img_box img {
  max-width: 100%;
}
@media (max-width: 960px) {
  .history_area .history_point {
    left: 10px;
    margin-left: 0;
  }
  .history_area dl {
    float: none !important;
    width: 100%;
    padding-right: 0;
    padding-left: 50px;
    text-align: left;
  }
  .history_area div:nth-child(odd) dl {
    /* padding-right: 0; */
    padding-left: 50px;
  }
  .history_area div + div {
    margin-top: 40px;
  }
  .history_area div:nth-child(2) {
    margin-top: 0;
  }
  .history_area dt {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .history_area dd p br {
    display: none;
  }
  .history_area dd .img_box {
    margin-top: 20px;
  }
}
/*연혁*/

/*둘러보기*/
.tl_touring_tab{
  margin: 0 0 30px 0;
}
.tl_touring_tab ul {
  padding-bottom: 30px;
  margin: 0 auto;
}
.tl_touring_tab ul:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.tl_touring_tab ul li {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.tl_touring_tab ul li a {
  display: block;
  font-size: 15px;
  color: #222;
  height: 150px;
  line-height: 55px;
  padding: 0;
}

.touring_area .ts2 ul li {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.touring_area .ts3 ul li {
  width: 33.3333%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.touring_area .ts4 ul li {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.touring_area .ts5 ul li {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.touring_area .ts6 ul li {
  width: 16.74%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.touring_area .ts7 ul li {
  width: 14.28571428571429%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.touring_area .ts8 ul li {
  width: 12.57%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.touring_area ul li a {
  display: block;
  font-size: 1rem;
  color: #222;
  height: 55px;
  line-height: 55px;
  padding: 0;
}
.touring_area ul li a.on {
  background-color: #e5599a;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 5px 5px rgb(65 71 143 / 20%);
}
.touring_area .slider li {
  position: relative;
  display: block;
}
.touring_area .slider li .box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
}
.thumbnails ul li a{
  height: 100%;
}
.touring_area .slider li p {
  color: #fff;
  text-align: center;
  line-height: inherit;
}
.touring_area .photo-box {
  position: relative;
}
.touring_area .photo-box .btn-adm-link {
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: tomato;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .touring_area .ts ul li {
    width: 50%;
    margin-top: -1px;
  }
}
/*둘러보기*/

/*진료시간*/
.cs_center {
  width: 100%;
}
.surgery_hours .sub_title h4 {
  font-size: 1.3rem;
}
.cs_center .photo {
  width: 50%;
  height: 570px;
  float: left;
  background: url("../img/time_hospital.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .cs_center .photo{
    width: 100% !important;
    height: 300px;
    margin: 0 auto !important;
  }
}
.cs_center .time {
  width: 50%;
  /* height: 473px; */
  height: 570px;
  float: right;
  padding: 3% 6%;
  box-sizing: border-box;
  color: #212121;
  background-color: #f5f5f5;
}
.cs_center .time h4 {
  font-size: 28px;
}
.cs_center .time ul {
  margin: 4% 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6% 0;
}
.cs_center .time ul li {
  overflow: hidden;
  line-height: 1.8;
  font-size: 22px;
  font-weight: bold;
}
.cs_center .time ul li span.day {
  width: 50%;
  float: left;
  font-weight: 400;
}
.cs_center .time ul li span.kor {
  font-size: 0.9em;
  font-weight: 400;
}
.cs_center .time ul li.off {
  font-weight: 400;
  font-size: 1.25em;
  color: #d30707;
}
.cs_center .time .cs-tel {
  padding: 10px 10px 10px 70px;
  font-weight: bold;
}
.cs_center .time .cs-tel dt {
  font-size: 1.08rem;
  line-height: 1.6;
}
.cs_center .time .cs-tel dd {
  font-size: 45px;
  line-height: 1;
  font-family: "Louis George Cafe Bold";
}

.cs_center .txt{
  margin: 100px 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.cs_center .txt h3{
  font-size: 26px;
}

@media all and (max-width: 1240px) {
  .cs_center .time ul li span.day {
    width: 40%;
  }
}

@media all and (max-width: 990px) {
  .cs_center .photo {
    width: 100%;
  }
  .cs_center .time {
    padding: 4% 5%;
  }
  .cs_center .time ul li span.kor {
    font-size: 0.8em;
  }
  .cs_center .time ul li {
    font-size: 1rem;
    line-height: 1.9;
  }
  .cs_center .csImg {
    width: 100%;
    top: 0;
    height: 50vw;
  }
  .cs_center .time {
    width: 100%;
    padding: 8%;
  }
  .cs_center .time ul {
    margin: 3% 0;
    padding: 4% 0;
  }
  .cs_center .time .cs-tel {
    background-size: auto 100%;
    padding: 10px 0 10px 0px;
  }
  .cs_center .time ul li.off {
    font-size: 20px;
  }
}
/*진료시간*/

/*오시는 길*/
.map_area {
  position: relative;
}
.map_area .txt {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  z-index: 1;
}
.map_area .txt .txt_wrap {
  background-color: #26374a;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 45px 0;
}
.map_area .txt .logo {
  position: absolute;
  top: 34px;
  left: 0;
  border-right: 1px solid #c0c0c0;
  text-align: center;
  width: 315px;
  line-height: 90px;
  height: 90px;
}
.map_area .txt .contact {
  display: block;
  color: #e9e9e9;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  padding: 0 0 0 405px;
}
.map_area .txt .tx .tel {
  font-weight: 300;
}
.map_area .txt .bt {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -35px;
  display: block;
  border-radius: 65px;
  border: 3px solid #e9e9e9;
  color: #e9e9e9;
  font-size: 20px;
  text-align: center;
  min-width: 220px;
  line-height: 60px;
  height: 65px;
}

.contact_address {
  width: 100%;
  height: auto;
  line-height: 1.7;
}
.contact_address ul {
  max-width: 1240px;
  clear: both;
  padding: 0 20px 20px 0px;
  border-bottom: 1px solid #ddd;
}
.contact_address ul li {
  color: #555;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
.contact_traffic {
  max-width: 1040px;
  margin: 70px auto;
  padding: 20px;
  letter-spacing: -0.8px;
  clear: both;
}
.contact_traffic:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  padding-bottom: 50px;
  clear: both;
}
.contact_traffic ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.contact_traffic .bus {
  width: 100%;
}
.contact_traffic .subway {
  width: 100%;
}
.contact_traffic ul li {
  color: #555;
  line-height: 40px;
  font-size: 1.1rem;
  text-indent: 3px;
}
.contact_traffic h3 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -1px;
  color: #1a1a1a;
  padding-bottom: 10px;
  margin-top: 50px;
  text-align: left;
}
@media (max-width: 1400px) {
  .map_area .txt {
    margin-top: -30px;
    width: 1024px;
  }
  .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }
  .map_area .txt .logo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .map_area .txt .logo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -88px;
    background-color: #eee;
    width: 177px;
    height: 1px;
  }
  .map_area .txt .contact {
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
  }
  .map_area .txt .contact .tel {
    font-weight: 300;
  }
  .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    margin: 35px auto 0;
    width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .contact_traffic{
    margin: 50px 0 100px 0;
  }
  .map_area .txt {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-top: -30px;
    width: auto;
  }
  .map_area .txt .logo img {
    width: 200px !important;
    padding: 30px 0;
    display: inline-block;
    position: relative;
  }
  .map_area .txt .contact {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
  }
  .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }
  .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    border-width: 2px;
    font-size: 15px;
    margin: 25px auto 0;
    width: 150px;
    line-height: 45px;
    height: 50px;
  }
  .map_area .txt .logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    border-right: 0;
    width: 100%;
    line-height: 70px;
    height: 100%;
  }
}
/*오시는 길*/

/*장비소개*/
:root {
  --swiper-theme-color: #2f3236 !important;
}
.equipment_area .btn_navi div {
  overflow: hidden;
  margin: 20px 0 48px;
}
.equipment_area .btn_navi div a {
  display: block;
  float: left;
  width: 33.3%;
  height: 68px;
  line-height: 65px;
  font-size: 19px;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  margin-right: -1px;
  cursor: pointer;
  letter-spacing: -1px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .equipment_area .btn_navi div a:last-child{
    width: 100%;
  }
  .equipment_area .slide li .slide_tit{
    font-size: 24px !important;
    padding: 0 10px;
  }
}
.equipment_area .btn_navi div a.active {
  color: #fff;
  background: #e7599b;
}
.equipment_area .slide li {
  overflow: hidden;
  cursor: pointer;
    
}
.equipment_area .slide li .slide_tit {
  max-width: 580px;
  margin: 0 auto 52px;
  font-size: 30px;
  color: #403f3f;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  word-break: keep-all;
}
.equipment_area .slide li .slide_cont_area {
  display: block;
  max-width: 600px;
  color: #000;
}
.equipment_area .sub_img,
.equipment_area .equip_img{
  display: inline-block;
}
.equipment_area .equip_img{
  float: right;
}

.equipment_area .slide li .slide_cont_area ul{
  list-style-position: inside;
  list-style-type: disc !important;
  font-size: 1.1rem;
  padding: 0 0 0 5px;
}
.equipment_area .slide li .slide_cont_area p {
  margin: 0;
  text-align: left;
  word-break: keep-all;
  line-height: 2.1;
}

.equipment_area .slide li .slide_cont_area span{
  color: #e7599b;
  font-weight: 500;
}
.equipment_area .slide li .box {
  max-width: 1100px;
  margin: auto;
}
.equipment_area .slide li img {
  max-width: 500px;
  height: 100%;
  margin: 20px 0 0;
  display: block;
  box-sizing: border-box;
}


.equipment_area .slide .sub_img img {
  margin: 30px 20px 0 0;
}

.equipment_area .slide .owl-nav {
  position: absolute;
  width: 100%;
  top: 30px;
}
.equipment_area .slide .owl-nav .owl-prev {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 50px;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #fff;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.equipment_area .slide .owl-nav .owl-next {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 50px;
  font-size: 14px;
  color: #000;
  /* border-top: 1px solid #fff; */
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .equipment_area .btn_navi div a {
    width: 50%;
  }
  .equipment_area .slide .sub_img img {
    margin: 10px 0;
  }
  .equipment_area .slide .owl-nav .owl-prev {
    left: -10px;
  }
  .equipment_area .slide .owl-nav .owl-next {
    right: -10px;
  }
  .equipment_area .slide li .slide_cont_area ul{
    font-size: 1.08rem;
  }
  
}
/*장비소개*/

/* content01 */
.content01 .box {
  position: relative;
  padding-bottom: 80px;
  display: block;
}
.content01 .box .img_right {
  float: right;
}
.content01 .box .txt_wrap {
  position: absolute;
  right: 0;
  top: 45px;
  background: #fff;
  width: 60%;
}
.content01 .box .txt_wrap .half-round-tit {
  padding: 50px 0 50px 50px;
}
.content01 .box .txt_wrap .half-round-tit strong {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.6;
  letter-spacing: 0;
  float: left;
}
.content01 .box .txt_wrap .half-round-tit span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.content01 .box .txt_wrap .half-round-tit span {
  background: #8abd00;
  margin-right: 10px;
  float: left;
}
.content01 .box .txt_wrap p {
  padding-left: 1rem;
  padding: 20px 50px;
  text-align: justify;
}
.content01 .box .txt_wrap02 {
  position: absolute;
  left: 0;
  top: 45px;
  background: #fff;
  width: 60%;
}

@media screen and (max-width: 960px) {
  .content01 .box .img {
    text-align: center;
    display: block;
    float: none;
    clear: both;
  }
  .content01 .box .img img {
    width: 100%;
  }
  .content01 .box .txt_wrap {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
  }
  .content01 .colum .left .box .img img {
    width: 100%;
  }
  .content01 .list_wrap h2 {
    margin-left: 0;
  }
  .content01 .list_wrap ul {
    padding-left: 0;
    margin-left: 0;
  }
  .content01 .list_wrap ul li {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .content01 .box .txt_wrap .txt {
    padding: 0 20px 50px 20px;
  }
  .content01 .box .txt_wrap .half-round-tit {
    padding: 0 20px 50px 20px;
  }
}
/* content01 */

/* breast01 */
.breast01 .circle_area .circle01 {
  background-color: #e9c9db;
}
.breast01 .circle_area .circle02 {
  background-color: #cbb0c0;
}
.breast01 .circle_area .circle03 {
  background-color: #d3a4bf;
}
.content_area .clearfix {
  margin: 0 0 100px 0;
}


@media screen and (min-width: 1080px) {
  /* .content_area img{
    width: 100% !important;
  } */
  .breast04 .width100 img{
    width: auto !important;
  }
  .breast01 .circle_area .circle{
    width: 190px !important;
    height: 190px !important;
  }
  .breast01 .circle_area li p{
    font-size: 1.4rem !important;
  }
  .breast01 .circle_area li .btm{
    font-size: 1.1rem !important;
  }
  .breast01 .circle_area .circle_content{
    padding: 40px 0 !important;
  }
  .breast01 .circle_area li .top:after{
    margin: 10px auto !important;
  }

}

.breast01 .circle_area ul{
  padding-bottom: 80px;
  margin: 0 auto;
}
.breast01 .circle_area li{
  float: left;
  width: 33.3%;
  text-align: center;
}
.breast01 .circle_area li:first-child{
  margin-left: 0;
}
.breast01 .circle_area li p{
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  float: left;
  text-align: center;
}
.breast01 .circle_area li .circle_content .top{
  font-weight: 600;
}
.breast01 .circle_area li .top:after{
  content: "";
  display: block;
  width: 120px;
  border-bottom: 2px solid #555;
  margin: 15px auto;
}
.breast01 .circle_area .circle {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: 0 10px 0 0;
}
.breast01 .circle_area .circle_content{
  padding: 50px 0;
}
.breast01 .circle_area li .btm {
  font-size: 1.4rem;
  display: block;
  color: #000;
  padding-top: 5px;
}
.breast01 .circle_area .floatR .add_text ul{
  width: 100%;
}
.breast01 .circle_area .floatR .add_text p{
  font-size: 1.25rem;
  color: #b93b83;
  padding: 10px 0;
  font-family: 'NanumSquare';
  font-weight: 800;
}
.breast01 .circle_area .floatR .add_text li{
  list-style-type: disc;
  list-style-position: inside;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  text-indent: 7px;
  font-weight: 400;
}
::marker {
  font-size: 1rem;
}
/* .breast01 .floatL {
  width: 33%;
} */
.floatL {
  padding: 0 15px 0 0;
  float: left;
}
.floatR {
  padding: 0 0 0 15px;
  float: right;
}
/* .left30 img, .right30 img,
.left50 img, .right50 img,                       
.left70 img, .right70 img{
  text-align: center;
} */
.left30 img, .right30 img{
  width: 100%;
}
.left50{
  width: 50%;
}
.right50{
  width: 50%;
}
.left30{
  width: 33%;
}
.right70{
  width: 65%;
}
.left70{
  width: 65%;
  padding: 0 100px 0 0;
}
.right30{
  width: 33%;
}
.sub_title_small, .circle {
  font-family: 'NanumSquare';
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.sub_title_small p{
  font-weight: 800;
}

.breast01 .text_area .floatR p:not(.sub_title_small p){
  font-size: 1.1rem;
  font-weight: 300;
}
.breast01 .selfexam_area img{
    width: 100%;
}
@media screen and (max-width: 1024px) {
  .sub_title_small {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .sub_title_small {
    font-size: 33px;
    margin: 30px 0;
  }
  .breast01 .circle_area .floatR .add_text li{
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .breast01 .circle_area .floatR .add_text li{
    font-size: 1rem;
  }
  .sub_title_small {
    text-align: center;
    font-size: 1.5rem;
  }
  .xi-angle-right:before{
    display: none;
  }
  .breast01 .floatL, 
  .breast01 .floatR  {
    width: 100%;
  }
  .floatL, .floatR{
    display: inline-block;
  }
  .floatR{
    float: inherit;
  }
  .breast01 .floatR .circleR {
    float: inherit;
    width: 250px;
    margin: 0 auto;
  }
  .sub_title_small img{
    width: 100%;
  }
  .breast01 .circle_area .circle {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 0 0 20px 0;
  }
  .breast01 .circle_area .floatR ul{
    display: table;
    margin: auto;
    padding: 0;
  }
  .breast01 .circle_area .floatR ul li{
    float: left;
    text-align: center;
  }
  .breast01 .circle_area .add_text li {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    text-align: center;
  }
  .breast01 .circle_area .circle_content {
    padding: 45px 0;
  }
  .breast01 .text_area .floatR p:not(.sub_title_small p){
    font-size: 1.08rem;
  }
}



/* breast02 */
/* .content_area .left70, .content_area .right70{
  margin: 10px 0 20px 20px;
}
 */
.text_area, .text_area p{
  font-size: 1.15rem;
}
@media screen and (max-width: 1024px) {
  .text_area, .text_area p{
    font-size: 1.1rem;
  }
  .text_area .sub_title_small p{
    font-size: 1.5rem !important;
  }
}

.breast02 .text_area,
.breast02 .us_area .text_area .name,
.breast02 .us_area .text_area .icon,
.breast02 .us_area .equipment_info{
  display: inline-block;
}
.breast02 .us_area .equipment_info{
  margin: 90px 0 0 150px;
  padding: 10px 15px;
  text-align: right;
}
.breast03 .equipment_info{
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #b93b83;
}
.breast02 .us_area .equipment_info{
  font-family: 'NanumSquare';
  font-weight: 600;
  color: #b93b83;
  line-height: 30px;
  border: 1px solid #b93b83;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breast02 .us_area .equipment_info:active{
  box-shadow: none;
}
.breast02 .us_area .us_equipment{
  margin: -300px 0 90px 0;
  float: right;
  width: 350px;
  text-align: right;
  overflow: hidden;
  z-index: -10000;
}
/* pad */
@media screen and (max-width: 1080px) {
  .breast02 .us_area .us_equipment img{
    width: auto !important;
  }
}

.breast02 .usdetail_area .text_area{
  padding: 0 50px 0 0;
}
.width100{
  padding: 40px 0 0 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
} 
.breast02 .width100 img{
  width: 33% !important;
}
.breast02 .width100 img:last-child{
  margin: 0;
}

@media screen and (max-width: 640px) {
  .breast02 .us_area .floatL img,
  .breast02 .usdetail_area img{
    width: 100% !important;
  }
  .content_area .left60, .content_area .right60{
    width: 100%;
    margin: 0;
  }
  .breast02 .us_area .equipment_info{
    padding: 10px;
    margin: 80px 0 0 0;
    font-size: 1.1rem;
  }
    
  .breast02 .us_area .us_equipment{
    margin: 10px 0 90px 0;
  }

  .breast02 .usdetail_area .text_area{
    padding: 0 0 50px 0;
  }
}

@media screen and (max-width: 1080px) {
  .breast02 .us_area .equipment_info{
    margin: 90px 0 0 0;
    padding: 10px 15px;
    text-align: right;
  }
}
/* breast 03 */
.left50{
  width: 50% !important;
}
.breast03 .mammo_equipment{
  margin: 20px 0 0 0;
  float: right;
  text-align: right;
  overflow: hidden;
  z-index: -10000;
}
.breast03 .left50{
  margin: 0;
}
.breast03 .left50 img{
  width: 100%;
}

.breast03 .equipment_info{
  font-family: 'NanumSquare';
  font-weight: 600;
  color: #fc4a9c;
  line-height: 30px;
}
.text_area p > span{
  color: #0066d3;
  font-weight: 500;
}
.text_area p > span > b{
  color: #fc4a9c;
  font-weight: 500;
}
.mammodetail_area .text_area{
  margin: 0 70px 0 0;
}
.mammodetail_area2 .text_wrap{
  margin: 50px 35px 0 0;
}
.mammodetail_area2 .img_txt{
  margin: 10px 0 0 10px;
}
.mammodetail_area2 .img_txt p{
  font-size: 1rem;
}

.equipment_info .name, .equipment_info .icon{
  display: inline-block;
  color: #b93b83;
  transition: all .1s ease-out;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .mammodetail_area2 .text_wrap{
    margin: 50px 0 50px 0;
  }
  .content_area .clearfix{
    margin: 0 0 80px 0;
  }
  .mammodetail_area2 .img_txt p{
    font-size: 0.98rem;
  }
  .mammodetail_area2 .text_area{
    margin: 50px 0 0 0;
  }
  .breast03 img{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .breast03 .right60{
    display: inline-block;
  }
  .breast03 .sub_title_small p{
    margin: 30px 0;
  }
  .left50{
    width: 100% !important;
  }
  .mammodetail_area .text_area{
    margin: 0 !important;
  }
  
  .mammodetail_area2 .floatR{
    margin: 50px 0;
    display: inline-block;
  }
}


/* breast 04 */
.breast04 .first .right70{
  text-align: right;
}


@media screen and (max-width: 640px) {
  .content_area img{
    width: 100%;
    margin: 10px 0;
  }
  .breast04 .first .sub_title_small{
    text-align: left !important;
  }
}

/* breast 05 */
.breast05 .first .left30{
  text-align: center;
}
.breast05 .first .left30 img{
  width: auto !important;
}

.breast05 .second .width100 img{
  margin: 0 20px 30px 0;
}

.breast05 .second .width100 img:last-child{
  margin-right: 0;
}

.breast05 .handwriting_title{
  margin: 30px 0 0 0;
}
.handwriting_title{
  font-family: 'Cafe24Shiningstar';
  color: #c22138;
}

.handwriting_title p{
  font-size: 1.8rem;
}

.breast05 .third{
  margin: 10px 40px 20px 20px;
}

.breast05 .second .add_text .handwriting_title,
.breast05 .second .add_text .text_area{
  text-align: left;
  display: inline-block;
}
.breast05 .second .add_text {
  margin: 20px 200px 0 100px;
}
.breast05 .second .add_text .handwriting_title{
  margin: 0 10px;
}
.breast05 .second .add_text .text_area{
  float: right;
}
@media screen and (max-width: 640px) {
  .breast05 .second .width100 img{
    margin: 0 0 20px 0;
  }
  .breast05 .second .add_text {
    margin: 0;
  }
  .left50,
  .right50,
  .left30,
  .left70,
  .right30,
  .right70{
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }
}

.breast06 .second .left70 .text_area{
  margin: 30px 0 0 0;
}

.breast07 .second img,
.breast08 .second img{
  width: 100%;
}
.breast08 .second{
  margin: 0 0 80px 0 !important;
}
.under{
  text-decoration: underline;
}

@media screen and (max-width: 640px) {

  .breast08 .third .sub_title_small{
    text-align: left;
  }
  .breast08 .third .sub_title_small span{
    margin: 0 0 15px 0;
    display: inline-block;
  }
  .breast08 .third .sub_title_small span:last-child{
    margin: 0;
  }
}

.breast09 .second .text_area{
  margin: 20px 0 0 0;
}

.breast10 .first .floatL img{
  width: 100%;
}

.breast11 .first .width100{
  text-align: left;
}
.breast11 .first .floatL img{
  margin: 20px 0 !important;
}
.breast11 .second .floatR img{
  margin: 40px 0 0 0 !important;
}

.breast11 .fourth .floatL img,
.breast11 .fourth .floatR img{
  width: 100%;
}

/* thyroid 01 */
.thyroid01_03 .floatR .sub_title_small p{
  margin: 20px 0;
  display: inline-block;
}
.thyroid01 .thyroid01_02 .floatL .text_area{
  margin: 0 100px 0 0;
}
.thyroid01_03 .floatR .text_area ul li{
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 400;
  padding: 10px 0;

}
.thyroid01_03 .floatR .text_area ul li p{
  text-indent: 30px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  
  .thyroid01 .thyroid01_01 .floatL,
  .thyroid01 .thyroid01_03 .floatL,
  .thyroid01 .thyroid01_02 .floatL{
    width: 100%;
  }
  .thyroid01 img{
    width: 100% !important;
  }
  .thyroid01 .thyroid01_02 .floatL .text_area{
    margin: 0 0 30px 0;
  }
  .thyroid01_03 .floatR .text_area ul li p{
    text-indent: 20px;
  }
}

/* thyroid02 갑상선 기능 저하증 */
/* thyroid03 갑상선 기능 항진증 */
.thyroid02 .width100,
.thyroid03 .width100{
  text-align: left;
}
.thyroid02 .second .floatL,
.thyroid03 .second .floatL{
  text-align: center;
}

.thyroid02 .second .floatR img,
.thyroid03 .second .floatR img{
  margin: 60px 0 0 0;
  width: 100%;
}


@media screen and (max-width: 640px) {
  .thyroid02 .second .floatL img,
  .thyroid03 .second .floatL img{
    width: 70%;
  }
}

/* thyroid04 갑상선암 */
.thyroid04 .second .floatL{
  text-align: center;
}
.thyroid04 .fourth .floatL img{
  width: 100%;
}

.thyroid04 .fourth .floatL .img_txt{
  margin: 20px 0 0 0;
  font-size: 0.95rem;
}

@media screen and (max-width: 640px) {
  .thyroid04 .fourth .floatL .img_txt{
    font-size: 1rem;
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 1080px) {
  .thyroid04 .second .floatL img{
    width: 80% !important;
  }
}

.thyroid05 .first .floatL,
.thyroid05 .third .floatL{
  text-align: center;
}

.thyroid05 .third .fn_img{
  margin: 20px 0 0 0;
}
.thyroid05 .third .floatR .text_area .title{
  font-size: 1.4rem;
  font-weight: 700;
}
.thyroid05 .third .floatR .fineneedle{
  margin: 40px 0 0 0;
}

.thyroid06 .second_title{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 80px 0;
  background: #d6e5f7;
  padding: 20px 0;
}

@media screen and (max-width: 640px)  {
  .thyroid06 .second_title,
  .thyroid07 .second_title{
    font-size: 1.8rem;
  }
}
.thyroid07 .second_content{
  margin: 0 0 50px 0;
}


/* subject.php */
.subject .subject_area .width100 img{
  margin: 0 0 20px 0;
}
.subject .subject_area .thyroid_area{
  margin: 40px 0 0 0;
}
.subject .subject_area .width100 .table{
  margin: 0 auto;
  width: 1000px;
  font-size: 1.1rem;
  font-weight: 400;
}
.subject .subject_area .width100 .left,
.subject .subject_area .width100 .right{
  text-align: left;
  padding: 5px 0;
}
.subject .subject_area .width100 .left_wrap,
.subject .subject_area .width100 .right_wrap{
  display: inline-block;
  width: 50%;
  text-align: left;
  float: left;
}
@media screen and (max-width: 640px)  {
  .subject .subject_area .width100 .table{
    width: 300px;
  }
  .subject .subject_area .width100 .table .left_wrap,
  .subject .subject_area .width100 .table .right_wrap{
    width: 100%;
    height: auto !important;
  }
}

/*의료진 소개*/
.btn-adm {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  color: tomato;
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #fff;
}
.doctor_area {
  width: 100%;
  position: relative;
}
.doctor_area .doctor_profile {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 80px 0;
}
.doctor_area .doctor-list .thumb {
  float: left;
  width: 320px;
  height: 410px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  background-size: cover;
  background-position: center;
}
.doctor_area .info {
  width: 65%;
  padding: 20px 0;
  float: right;
}
.doctor_area .info .name {
  display: block;
  margin-bottom: 15px;
  font-size: 23px;
  color: #222;
  font-weight: 500;
}
.doctor_area .info span {
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.doctor_area .info .postion {
  color: #2352ab;
  font-weight: 500;
}
.doctor_area .info dl dt {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #333;
}
.doctor_area .info dl dt:after {
  content: ":";
  display: inline-block;
  padding: 0 4px;
}
.doctor_area .info dl dd {
  display: inline;
  font-size: 16px;
  color: #666;
}
.doctor_area .info dl dd:after {
  content: "";
  display: block;
}
.doctor_area .schedule {
  margin: 34px -1px 0;
}
.doctor_area .schedule .surgery {
  color: #f00;
  font-size: 16px;
}
.doctor_area .btn-group {
  margin-top: 20px;
}
.doctor_area .btn-group .btn-rt {
  float: right;
}
.doctor_area .btn-group .btn-doctor {
  display: inline-block;
  margin: 0 5px;
  padding: 7px;
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  border: 1px solid transparent;
}
.doctor_area .btn-group .btn-Introduction {
  color: #333;
  border-color: #ddd;
  background-color: #f8f8f8;
}
.doctor_area .btn-group .btn-reservation {
  color: #fff;
  border-color: #384451;
  background-color: #384451;
}
.doctor_area .btn-group .btn-reservation span {
  color: #fff;
}
.doctor_area .sub_navi {
  width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #ddd;
  clear: both;
}
.doctor_area .sub_navi ul {
  padding-top: 50px;
}
.doctor_area .sub_navi li {
  display: inline-block;
  margin-left: -3px;
  width: 19%;
}
.doctor_area .sub_navi li a {
  display: block;
  box-sizing: border-box;
  color: #555;
  text-align: center;
  font-size: 17px;
  position: relative;
  height: 55px;
  line-height: 55px;
}
.doctor_area .sub_navi li a.on {
  color: #0ba2b3;
  border-bottom: 1px solid #0ba2b3;
}
.tab_content ul li {
  display: block;
  line-height: 2.4;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}
.tab_content p {
  line-height: 2.1;
  color: #555;
  font-size: 16px;
  background-image: url(../img/icon_dot.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  .doctor_area .doctor-list {
    float: none;
  }
  .doctor_area .doctor-list .thumb {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
  }
  .doctor_area .info {
    width: 100%;
  }
}
/*의료진 소개*/

/*외래진료*/
.process_area .ing_area h2 {
  font-size: 24px;
  color: #333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
  background-image: url(../img/title_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.process_area .ing_area ul {
  max-width: 1000px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.process_area .ing_area li {
  float: left;
  width: 25%;
  text-align: center;
}
.process_area .ing_area .circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: table;
  margin: 0 auto;
}
.process_area .ing_area li:first-child {
  margin-left: 0;
}
.process_area .ing_area li span {
  display: block;
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
}
.process_area .ing_area li p {
  font-size: 13px;
  color: #f5f5f5;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}
.process_area .ing_area02 ul {
  max-width: 1200px;
  padding-bottom: 80px;
}
.process_area .ing_area02 li {
  float: left;
  width: 14.2857142857%;
  text-align: center;
}
.process_area .ing_area02 .circle02 {
  border-radius: 50%;
  width: 145px;
  height: 145px;
  display: table;
  margin: 0 auto;
}
.process_area .ing_area .step01 {
  background-color: #5a93d9;
}
.process_area .ing_area .step02 {
  background-color: #099;
}
.process_area .ing_area .step03 {
  background-color: #5a93d9;
}
.process_area .ing_area .step04 {
  background-color: #099;
}
.process_area .ing_area .step05 {
  background-color: #5a93d9;
}
.process_area .ing_area .step06 {
  background-color: #099;
}
.process_area .ing_area .step07 {
  background-color: #5a93d9;
}
.process_area .ing_area .list_tit h3 {
  font-size: 20px;
  padding-top: 20px;
  font-weight: bold;
}
.process_area .ing_area .list_tit p {
  display: block;
  padding-left: 10px;
  background-image: url(../img/icon_dot.gif);
  background-repeat: no-repeat;
  background-position: left 12px;
}
@media screen and (max-width: 960px) {
  .process_area .ing_area ul {
    max-width: 500px;
    margin: 0 auto;
  }
  .process_area .ing_area li {
    width: 50%;
    margin-bottom: 7%;
  }
  .process_area .ing_area li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .process_area .ing_area .circle {
    width: 180px;
    height: 180px;
  }
}
/*외래진료*/

/*비급여안내*/
.non-payment_area .notice {
  text-align: center;
  margin-bottom: 50px;
}
.non-payment_area ul {
  padding-bottom: 30px;
  margin: 0 auto;
}
.non-payment_area ul:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.non-payment_area .ts2 ul li {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.non-payment_area .ts3 ul li {
  width: 33.3333%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.non-payment_area .ts4 ul li {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.non-payment_area .ts5 ul li {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.non-payment_area .ts6 ul li {
  width: 16.66666666666667%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.non-payment_area .ts7 ul li {
  width: 14.28571428571429%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.non-payment_area .ts8 ul li {
  width: 12.57%;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.non-payment_area .ts ul li a {
  display: block;
  font-size: 15px;
  color: #222;
  height: 55px;
  line-height: 55px;
  padding: 0;
}
.non-payment_area .ts ul li a.on {
  background-color: #3181cb;
  color: #fff;
  box-shadow: 0 15px 15px rgba(65, 71, 143, 0.2);
}

@media screen and (max-width: 640px) {
  .non-payment_area .ts ul li {
    width: 50%;
    margin-top: -1px;
  }
}
/*비급여안내*/

/*입퇴원*/
.documents .right{
  margin: 0 0 50px 0;
}
.Instructions_area .download_btn ul{
  text-align: center;
  /* overflow: auto; */
}
.Instructions_area .download_btn .mobile_on{
  display: none;
}
.Instructions_area .download_btn ul > a {
  width: 45%;
  height: 55px;
  line-height: 50px;
  margin: 20px 10px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.Instructions_area .download_btn ul > li a{
  color: #fff;
}

.Instructions_area .download_btn .btn{
  height: 80px;
  line-height: 80px;
  color: #fff;
}
.Instructions_area .download_btn .left_btn{
  background-color: #e7599b;
}
.Instructions_area .download_btn .left_btn:hover{
  background-color: #bb4a7f;
}

.Instructions_area .download_btn .right_btn{
  background-color: #009ce0;
}
.Instructions_area .download_btn .right_btn:hover{
  background-color: #117aa7;
}

@media screen and (max-width: 960px) {
  .Instructions_area .download_btn ul > a{
    width: 100%;
    margin: 40px 0;
    display: block;
  }
  .Instructions_area .download_btn ul li{
    margin: 20px 0;
  }
    
  .Instructions_area .download_btn .btn{
    width: 100%;
    font-size: 1.2rem;
    color:  #fff;
  }
}


.Instructions_area .colum {
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.Instructions_area .colum .left {
  width: 33%;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  float: left;
  padding: 0 40px 0 0;
}
.Instructions_area .colum .right {
  width: 67%;
  float: right;
}
.Instructions_area .colum .right ul li {
  text-align: left;
  background-repeat: no-repeat;
  padding-left: 15px;
  background-image: url(../img/icon_dot.gif);
  background-position: left 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .Instructions_area .colum .left {
    width: 100%;
    float: none;
    clear: both;
    padding: 20px 0;
  }
  .Instructions_area .colum .right {
    width: 100%;
    float: none;
    clear: both;
  }
  .Instructions_area .colum .right ul li {
    padding-left: 13px;
  }
  
}
/*입퇴원*/

@media screen and (max-width: 960px) {
  /*	.content_area .photo_box .img { max-width:100%; text-align:center; display:block; float:none; clear:both}
	.content_area .photo_box .img img { width:100%}
	.content_area .photo_box .txt_wrap { width:100%; display:block; position:relative; clear:both}
	.content_area .photo_box .txt {max-width: 100%; float:none}*/
}
