@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css);
/*doctor_wrap css*/
/*common*/
.doctor_wrap {
  width:100%;
  height:auto;

}
.doctor_wrap>* {
  /*font-family: font-family: 'NanumSquare', sans-serif;*/
font-family: "Nanum Gothic", sans-serif;
box-sizing: border-box;
}

/*컨텐츠01*/
.doctor_title {
  font-size:15px;
  line-height: 19px;
  font-weight:600;
  display: block;
  width:100%;
  border-bottom:5px solid #333;
  padding:20px 0 10px;
  margin-bottom:15px;
}
.doctor_con01,.doctor_con02,.doctor_con03{
  position:relative;
  width:100%;
  height:73px;
  background-color: #e3e5e6;
  border-radius: 10px;
  z-index:0;
  margin-bottom:20px;

}

  .doctor_s01 {
    position:absolute;
    width:25.898%;
    height:73px;
    z-index: 5;
    background-color:#a3a4a4;
    border-radius: 10px;
    transition:all 0.3s;
    cursor: pointer;
  }
  .doctor_s01:hover {
    background-color:#1da1f2;
  }

    .doctor_s01_rel {
      position:relative;
      width:100%;
      height:100%;
    }
    .doctor_s01_rel>* {
      position:absolute;
      display: block;
    }
    .s01_img01 {
      top:16px;
      left:16px;
    }

    .s01_title {
      left:80px;
      top:16px;
      color:#fff;
      font-size:20px;
      font-weight:600;
    }
    .s01_small {
      top:45px;
      left:80px;
      color:#fff;
      font-size:11px;
    }

  .doctor_s02 {
    position:absolute;
    width:80.089%;
    height:73px;
    z-index:1;
    left:19.9101%;
    top:0;
    overflow:hidden;
  }
    .doctor_s02_rel {
      position:relative;
      width:100%;
      height:100%;
    }
    .doctor_s02_rel>* {
      display: block;
      position:absolute;
    }
      .s02_title {
        top:17px;
        left:11.214%;
        font-size:14px;
        line-height: 16px;
        color:#333;
        font-weight:600;
      }
      .s02_bar {
        top:14px;
        left:45.233%;
      }
      .s02_text {
        top:14px;
        left:47.8504%;
        width:38.684%;
        color:#000;
        font-size:11px;
        line-height: 14px;
        text-indent: 5px;
      }
      .s02_img {
        top:7px;
        left:87.102%;
        border-radius:7px;
      }
  .doctor_s03 {
    position:absolute;
    top:0;
    height:73px;
    width:80.089%;
    left:19.9101%;
    z-index:4;
    background-image: url("../img/sub/doctor_bg03.jpg");
    background-repeat:repeat;
    overflow:hidden;
    border-radius: 10px;
  }
    .doctor_s03_rel {
      position:relative;
      width:100%;
      height:100%;
      z-index:0;
    }
    .doctor_s03_rel>* {
      display: block;
      position:absolute;
    }
      .s03_text01 {
        top:16px;
        left:11.214%;
        color:#fff;
        font-weight:600;
        font-size:16px;
        line-height: 19px;
      }
      .s03_img01 {
        top:10px;
        left:55.125%;
      }
      .s03_box {
        left:68.037%;
        top:0;
        width:31.962%;
        height: 73px;
        background-image: url("../img/sub/doctor_bg04.jpg");
        background-repeat:repeat;
        border-radius: 0 10px 10px 0;
        box-sizing: border-box;
      }
      .s03_box_rel {
        position:relative;
        width:100%;
        height:100%;
      }
      .s03_text02 {
        position:absolute;
        top:25px;
        left:4.6738%;
        text-decoration: underline;
        color:#fff;
        font-weight:600;
        font-size:14px;
      }
      .s03_btn {
        position:absolute;
        top:16px;
        left:72.269%;
      }
  .doctor_con04 {
    position:relative;
    width:100%;
    height:240px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .doctor_con05 {
    position:relative;
    width:100%;
    height:180px;;
    border-radius: 10px;
    margin-bottom: 10px;

  }
  .con04_tile {
    position:absolute;
    top:0;
    left:0px;
    width:122px;
    height:40px;
    background-image: url("../img/sub/doctor_bg03.jpg");
    border-radius:10px 10px 0 0;
    text-align:center;
    color:#fff;
    font-weight:600;
    font-size:16px;
    box-sizing: border-box;
    padding-top:7px;
    z-index: 1;
  }
  .con04_list {
    position:absolute;
    border-radius: 10px;
    background-color:#e3e5e6;
    z-index: 2;
    top:30px;
    left:0;
    height:auto;
        width:100%;
        box-sizing: border-box;
        padding:20px;
  }
  .con04_list li {
    height:25px;
    font-size:13px;
    border-bottom: 1px solid #dcddde;
    margin-bottom:5px;
  }
  /*tablet*/
  @media all and (min-width:640px) and (max-width:730px){
    .s02_img {
      display: none;
    }
    .s02_title {
      left:10%
    }
    .s02_text {
      width:42%
    }
    .s03_img01 {
      display: none;
    }
  }
  @media all and (max-width:639px) {
    .doctor_s01 {
      width:77px;
    }
    .s01_small {
      display: none;
    }
    .s01_title {
      top:50px;
      margin-left:-36.5px;
      left:50%;
      font-size: 13px;
      text-align: center;
      width:77px;

    }
    .s01_img01 {
      top:13px;
      margin-left:-17px;
      left:50%;
      width:34px;
      height:auto;
    }
    .s02_img,.s02_text,.s02_img,.s02_bar {
      display: none;
    }
    .s03_img01 {
      display: none;
    }
    .doctor_s02 {
      left:40px;
      width:87.14%;
    }
    .s03_text01 {
      font-size:12px;
      left:20%;
    }
    .doctor_s03,.s03_text02 {
      display: none;
    }
    .s03_box {
      left:81.94%;
      width:18%;
    }
    .s03_btn {
      width:30px;
      height:auto;
      top:20px;
      left:50%;
      margin-left:-30%
    }
    .doctor_s03 {
      left:10%;
      width:90%;
    }
    .s02_title {
      left:20%;

    }
    .s03_text01 {
      height:50px;
      top:5px;
      width:54%;
    }
    .s03_text01 br {
      display: none;
    }
  }
