
/* 반응형 */
@media all and (max-width: 1500px) {
    .doc_info_list {
        right: 1%;
    }
    #header .btn_box li:last-child {
        margin-left: 0;
    }
}
@media all and (max-width: 1400px) {
    .doctor_say .say_area {
        padding: 0 90px 50px 76px;
    }
}
@media all and (max-width: 1300px) {
    #header .gnb li+li {
        margin-left: 30px;
    }
}
@media all and (max-width: 1200px) {
    body{
        font-size: 15px;
    }
    #header {
        height: 50px;
    }
    #header .logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header .logo img {
        max-width: 119.5px;
    }
    #header .inner {
        height: 50px;
    }
    #header .btn_box {
        align-items: center;
    }
    #header .btn_box .lang {
        display: none;
    }
    #header.show {background: #fff;}
  
    #header.show .btn_box .lang {
        display: block;
    }
    #header.show .btn_box .lang a {
      color: #999999;
    }
    #header.show .btn_box .lang.on a {
        color: #283885;
      }
    #header .btn_box li+li {
        margin-left: 14px;
    }
    #header .btn_box li:last-child {
        margin-left:  14px;
    }
    #header .btn_box a {
        font-size: 15px;
    }
    #header .ham_btn {
        display: block;
    }
    #header .ham_btn {
        display: block;
        width: 20px;
        height: 15px;
        background: url(../images/main/ham_btn.png) no-repeat center / 18px auto
    }
    #header.on .ham_btn {
        background: url(../images/main/ham_btn_b.png) no-repeat center / 18px auto
    }

    #header .ham_btn.on  {
        background: url(../images/main/all_close_btn.png) no-repeat center / 15px auto
    }

    .shadow_bg {
        display: none;
        /*opacity:0;*/
    }

    .shadow_bg.on {
        display: block;
    }
    #header .gnb  ul{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-left: 0;
        border-top: 1px solid #ddd;
        padding: 30px 10px;
        width: 100%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: center;
    }
    #header .gnb.on ul {display:flex;}
    #header .gnb li+li {
        margin-left: 0;
    }
    #header .gnb  ul a {
        font-size: 21px;
        color: #252525;
        line-height: 2.3;
    }
    #header .gnb  ul a:hover {
        text-decoration: line-through;
    }

    #footer .f_top > div{
        flex-direction: column;
    }
    #footer .f_top .f_label{
        line-height: 2.5;
    }


}

@media all and (max-width: 1023px) {
    .doctor_say .say_area {
        position: static;
        max-width: inherit;
        width: 100%;
        padding: 0 90px 70px 76px;
    }
}