@charset "utf-8";
html,
body {
    height: 100%;
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

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

body {
    min-width: 280px;
    font-family: "Pretendard", "맑은 고딕", "돋움", AppleSDGothicNeo, Dotum, Pretendard, Droid Sans, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666667;
    list-style: none;
    outline: 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.25px;
    -webkit-text-size-adjust: none;
    background-color: #eff0f3;
    opacity: 0;
    /* 웹폰트 적용을 위해 추가함 */
}

body.fixed {
    overflow: hidden;
}


/* skipToContent */

.skip-navigation a {
    position: absolute;
    left: -3000%;
}

.skip-navigation a:focus {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: #039;
    color: #fff;
    text-align: center;
    z-index: 10000000000;
}

caption,
.blind {
    position: absolute;
    top: -50000em;
    left: -50000em;
    color: transparent;
    background: transparent;
    text-shadow: none;
    z-index: -1;
}

.wrapper {
    position: relative;
    margin: 0;
    padding-top: 90px;
    clear: both;
    overflow-x: hidden;
}

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


/* header */

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    padding: 0 64px 0 52px;
    background-color: rgba(255, 255, 255, 1);

    text-align: center;
    z-index: 100;
}

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

.header>h1 {
    float: left;
    display: block;
}

.header>h1>a:after {
    content: "";
    clear: both;
    display: block;
}

.header>h1>a .logo {
    float: left;
    width: 180px;
}

.header .btn-language {
    position: absolute;
    top: 50%;
    right: 60px;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: -19px;
    text-align: center;
    background-color: #3478c1;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;

    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.header .btn-language:hover,
.header .btn-language:focus {
    background-color: #004b95;
}

.container {
    display: block;
}

.contents {
    display: block;
    width: 100%;
}

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

.doctor-information-wrapper {
    position: relative;
    background-color: #e9edf0;
    background-image: url(../../assets/img/doctor/doctor_bg01_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.doctor-information-wrapper.default:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 1479px;
    height: 680px;
    background-repeat: no-repeat;
    background-size: 1479px 680px;
    background-position: right top;
    background-image: url(../../assets/img/doctor/doctor_noimage.png);
}

.doctor-information-wrapper.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 680px;
    background-color: rgba(0, 0, 0, 0.3);
}

.doctor-information-area,
.doctor-information-area-none {
    position: relative;
    height: 845px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}

.doctor-information-area .image-doctor {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 1920px;
    margin-left: -1060px;
}

.doctor-information-area-none .image-doctor {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
}

.doctor-information-wrapper.person .doctor-information-area .image-doctor {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: 845px;
    margin: 0;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.doctor-information-area .image-doctor {
    position: absolute;
    bottom: 0;
    right: -30px;
    display: block;
    height: 845px;
    opacity: 0;
    transition: all 1s ease-in-out;
}

#section1.active .doctor-information-area .image-doctor {
    margin-left: -960px;
    opacity: 1;
}

.doctor-information-area .image-doctor.pc {
    display: block;
}

.doctor-information-area .image-doctor.mobile {
    display: none;
}

.doctor-slider-wrapper {
    position: relative;
    width: 820px;
    height: 845px;
    margin: 0 0 0 100px;
    transition: all 0.2s ease-in-out;
}

#doctor-detail-slider .swiper-slide {
    opacity: 0 !important;
}

#doctor-detail-slider .swiper-slide-active {
    opacity: 1 !important;
    left: 0;
}

#doctor-detail-slider .swiper-slide > img {
    position: relative;
    width: 820px;
    transition: all 0.5s ease-in-out;
}

#doctor-detail-slider .swiper-slide-active > img {
    transition: all 0.5s ease-in-out;
}

.doctor-information {
    position: absolute;
    top: 232px;
    left: 50%;
    margin-left: 55px;
    display: block;
    max-width: 50%;
    width: 540px;
}

.doctor-information .information01 {
    display: block;
    margin-bottom: 52px;
}

.doctor-information .information01 > dt {
    display: block;
    margin-bottom: 22px;
    color: #111112;
    font-size: 43px;
    line-height: 51px;
}

.doctor-information .information01 > dd {
    display: block;
    color: #111112;
    font-size: 80px;
    line-height: 88px;
    font-weight: 700;
    word-break: keep-all;
}

.doctor-information .information02 {
    display: block;
}

.doctor-information .information02 > dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    height: 48px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #0fb6b1
}
.doctor-information .information02 > dd {
    margin-top: 20px;
    word-break: keep-all;
    color: #666666;
    font-size: 24px;
    line-height: 46px;
}




.doctor-information-box {
    position: relative;
    padding: 200px 100px 0 100px;
    z-index: 10;
}

.doctor-information-box>h2 {
    position: relative;
    display: block;
    margin-bottom: 61px;
    color: #fff;
}

.doctor-information-box>h2>span {
    display: block;
    font-size: 43px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -0.5px;
    transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transition: all .5s;
    opacity: 0;
}

.doctor-information-box>h2>strong {
    display: block;
    font-size: 92px;
    line-height: 109px;
    letter-spacing: -5px;
    transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transition: all 0.5s;
    opacity: 0;
    transition-delay: .25s;
}

.doctor-information-box>dl {
    display: block;
    max-width: 625px;
}

.doctor-information-box>dl>dt {
    display: block;
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-weight: 400;
    transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transition: all .8s;
    opacity: 0;
    transition-delay: .75s;
}

.doctor-information-box>dl>dd {
    display: block;
    color: #ffff;
    font-size: 28px;
    line-height: 46px;
    font-weight: 300;
    word-break: keep-all;
    transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transition: all .8s;
    transition-delay: 1.0s;
    opacity: 0;
}

.doctor-information-box>dl>dd>span {
    display: block;
    transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transition: all .8s;
    opacity: 0;
}

.doctor-information-box>dl>dd>span:nth-child(1) {
    transition-delay: 1.0s;
}

.doctor-information-box>dl>dd>span:nth-child(2) {
    transition-delay: 1.25s;
}

.doctor-information-box>dl>dd>span:nth-child(3) {
    transition-delay: 1.5s;
}

.doctor-information-box>dl>dd>span:nth-child(4) {
    transition-delay: 1.75s;
}

.doctor-information-box>dl>dd>span:nth-child(5) {
    transition-delay: 2s;
}

.doctor-information-box>dl>dd>span:nth-child(6) {
    transition-delay: 2.25s;
}

.doctor-information-box>dl>dd>span:nth-child(7) {
    transition-delay: 2.5s;
}

#section1.active .doctor-information-box>h2>span,
#section1.active .doctor-information-box>h2>strong,
#section1.active .doctor-information-box>dl>dt,
#section1.active .doctor-information-box>dl>dd,
#section1.active .doctor-information-box>dl>dd>span {
    transform: none;
    opacity: 1;
}

.doctor-information-wrapper.person .doctor-information-box>h2 {
    color: #111112;
}

.doctor-information-wrapper.person .doctor-information-box>dl>dt {
    color: #333;
}

.doctor-information-wrapper.person .doctor-information-box>dl>dd {
    color: #666
}

.doctor-schdule-wrapper {
    position: relative;
    padding: 19px 298px 23px 64px;
    min-height: 191px;
    background-color: #0054a6
}

.doctor-schdule-wrapper .btn-reservation {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    width: 298px;
    height: 100%;
    text-align: center;
    background-image: url(../../assets/img/doctor/bg_button_type01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    transition: all 0.2s ease-in-out;
}

.doctor-schdule-wrapper .btn-reservation:hover,
.doctor-schdule-wrapper .btn-reservation:focus {
    background-size: 100% 200%;
    background-position: 50% 100%;
}

.doctor-schdule-wrapper .btn-reservation .group {
    display: table-cell;
    vertical-align: middle;
}

.doctor-schdule-wrapper .btn-reservation .group:after {
    display: block;
    content: "";
    clear: both;
}

.doctor-schdule-wrapper .btn-reservation .group>img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    margin-right: 13px;
}

.doctor-schdule-wrapper .btn-reservation .group>strong {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;

    font-weight: bold;
}

.doctor-schdule-area {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 57px;
    padding-right: 111px;
}

.doctor-schdule-box {
    position: relative;
    height: 100%;
    padding-left: 112px;
}

.doctor-schdule-box dl {
    position: absolute;
	top: 50%;
    left: 0;
	margin-top: -30px;
    color: #ffffff;
    text-align: center;
}

.doctor-schdule-box dl>dt {
    display: block;
    font-size: 18px;
    line-height: 25px;
}

.doctor-schdule-box dl>dd {
    display: block;
    font-size: 30px;
    line-height: 35px;

    font-weight: bold;
}

.schdule-table {
    display: block;
}

.schdule-table>table thead th {
    height: 55px;
    padding: 10px 0 7px 0;
    background-color: #004b95;
    border: 1px solid #004283;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.schdule-table>table thead th:first-child {
    width: 50px;
}

.schdule-table>table thead th .day {
    display: block;
    line-height: 20px;
}

.schdule-table>table thead th strong {
    display: block;
    color: #c5c5c5;
    font-weight: 300;
    line-height: 17px;
}

.schdule-table>table tbody th,
.schdule-table>table tbody td {
    height: 32px;
    padding: 5px 0 4px 0;
    border: 1px solid #004a92;
    border-top: 0;
    text-align: center;
}

.schdule-table>table tbody th {
    border: 1px solid #004283;
    border-top: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

.week-end {
    background-color: rgba(255, 255, 255, 0.1) !important
}

.doctor-schdule-box .icon {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.doctor-schdule-box .icon.reservation {
    background-color: #d8904b
}

.doctor-schdule-box .icon.deadline {
    background-color: #d8554b
}

.doctor-schdule-box .word-notice {
    position: absolute;
    top: 0;
    color: #adcfee;
    padding-left: 16px;
    font-size: 14px;
    line-height: 24px;
    max-width: calc(100% - 130px);
}

.doctor-schdule-box .word-notice:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}

.doctor-schdule-box>ul {
    float: right;
    margin-left: 0;
    margin-bottom: 8px;
}

.doctor-schdule-box>ul:after {
    display: block;
    content: "";
    clear: both;
}

.doctor-schdule-box>ul>li {
    position: relative;
    float: left;
    padding-left: 19px;
    color: #adcfee;
    font-size: 14px;
    line-height: 24px;
    margin-left: 30px;
}

.doctor-schdule-box>ul>li:first-child {
    margin-left: 0;
}

.doctor-schdule-box>ul>li>strong {
    font-weight: 400;
}

.doctor-schdule-box>ul>li .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.doctor-schdule-area button {
    position: absolute;
	top: 50%;
	margin-top: -19px;
    width: 22px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: 22px 37px;
    background-position: 0 0;
    text-indent: -5000rem;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.doctor-schdule-area button:hover,
.doctor-schdule-area button:focus {
    opacity: 1;
}

.doctor-schdule-area .btn-previous {
    left: 0;
    background-image: url(../../assets/img/doctor/btn_previous01.png);
}

.doctor-schdule-area .btn-next {
    right: 54px;
    background-image: url(../../assets/img/doctor/btn_next01.png);
}


.doctor-board-wrapper {
    display: block;
    min-height: 856px;
    background-image: url(../../assets/img/doctor/bg_doctor_board01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.doctor-board-area {
    max-width: 1240px;
    padding: 125px 20px 153px 20px;
    margin: 0 auto;
}

.doctor-board-area>h2 {
    text-align: center;
    color: #fff;

    font-size: 50px;
    line-height: 68px;
    font-weight: bold;
    margin-bottom: 44px;
}

.doctor-board-box {
    display: block;
}

.doctor-board-box:after {
    display: block;
    content: "";
    clear: both;
}

.doctor-board-box .item {
    float: left;
    display: block;
    width: 31.7%;
    margin: 0 0.8% 1.6% 0.8%;
}

.doctor-board-box .item>.board-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.doctor-board-box .item>.board-image>img {
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.doctor-board-box .item>.board-contents {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 37px 23px 37px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.doctor-board-box .item>.board-contents:hover,
.doctor-board-box .item>.board-contents:focus {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.5);
}

.doctor-board-box .item>.board-contents .type {
    position: relative;
    display: block;
    color: #287bca;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 8px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    z-index: 10;
}

.doctor-board-box .item>.board-contents>.title-wrapper {
    position: relative;
    display: block;
    margin-bottom: 21px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    z-index: 10;
}

.doctor-board-box .item>.board-contents>.title-wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.doctor-board-box .item>.board-contents>.title-wrapper>strong {
    font-size: 27px;
    line-height: 35px;
    color: #333333;
    font-weight: 500;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.doctor-board-box .item>.board-contents>.title-wrapper>img {
    display: inline-block;
    vertical-align: unset;
    width: 20px;
    line-height: 35px;
}

.doctor-board-box .item>.board-contents>.date {
    position: relative;
    display: block;
    color: #999999;
    font-size: 17px;
    line-height: 23px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    z-index: 10;
}

.doctor-board-box .item>.board-contents:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #004b95;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.doctor-board-box .item>.board-contents:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
}

.doctor-board-box .item:hover>.board-contents:before,
.doctor-board-box .item:focus>.board-contents:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
}

.doctor-board-box .item:hover>.board-image>img,
.doctor-board-box .item:focus>.board-image>img {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
}

.doctor-board-box .item:hover>.board-contents:after,
.doctor-board-box .item:focus>.board-contents:after {
    opacity: 1;
}

.navigation {
    position: fixed;
    top: 50%;
    right: 79px;
    display: block;
    z-index: 400;
    transform: translate(0, -50%);
}

.navigation:before {
    position: absolute;
    top: 20px;
    right: 8px;
    content: "";
    width: 1px;
    height: calc(100% - 45px);
    background-color: #c9d1d8
}

.navigation>a {
    position: relative;
    display: block;
    text-align: right;
    padding: 5px 34px 5px 0;
    margin-bottom: 6px;
    color: #73777c;
    font-size: 16px;
    line-height: 32px;
    transition: all 0.2s ease-in-out;
}

.navigation>a.active {
    color: #000000;
    font-size: 20px;
    font-weight: 700
}


.navigation.active>a.active {
    color: #fff;
}

.navigation>a:before {
    position: absolute;
    top: 50%;
    right: 4px;
    content: "";
    display: block;
    margin-top: -4.5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #c9d1d8;
    border: 0 solid transparent;
    transition: all 0.2s ease-in-out;
}

.navigation>a.active:before {
    right: -8px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url(../../assets/img/doctor/icon_navigation_on.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position:  0 0;
}

.tabmenu-wrapper02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 121px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #d7d7d7;
    z-index: 10;
}

.tabmenu-wrapper02>.mobile-title {
    display: none;
}

.tabmenu-wrapper02>ul {
    display: inline-block;
    vertical-align: middle;
    padding-top: 35px;
}

.tabmenu-wrapper02>ul.active {
    display: inline-block !important;
    vertical-align: middle;
}

.tabmenu-wrapper02>ul>li {
    float: left;
    margin: 0 38px;
}

.tabmenu-wrapper02>ul>li>a {
    position: relative;
    display: block;
    height: 50px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.tabmenu-wrapper02>ul>li>a>strong {
    position: relative;
    display: block;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.5px;
    transition: all 0.2s ease-in-out;
}

.tabmenu-wrapper02>ul>li>a>strong:after {
    content: attr(data-hover);
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    color: #0cac5f;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.tabmenu-wrapper02>ul>li>a:hover>strong,
.tabmenu-wrapper02>ul>li>a.active.point>strong {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
}

.tabmenu-wrapper02>ul>li>a.active.point>strong,
.tabmenu-wrapper02>ul>li>a.active>strong {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    color: #0c4ca3 !important;
}

.holiday {
    background-color: rgba(255, 255, 255, 0.1) !important
}

.header-navigaition {
    position: relative;
    top: initial;
    right: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: initial;
    transform: initial;
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}

.header-navigaition:before {
    display: none;
}

.header-navigaition>a {
    position: relative;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

.header-navigaition>a.active {
    color: #0098bd;
    text-shadow: initial
}

.header-navigaition.active>a {
    text-shadow: initial
}

.header-navigaition.active>a.active {
    color: #0098bd
}

.header-navigaition>a:before {
    display: none;
}

.header-navigaition>a.active:before {
    display: none;
}

.header .right-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 45px;
}


.global-list {
    position: relative;
    float: left;
}

.global-list>dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.global-list>dt>button {
    position: relative;
    display: block;
    height: 24px;
    color: #666666;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    padding-right: 14px;
    cursor: pointer;
}

.global-list>dt>button:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 9px;
    height: 5px;
    margin-top: -2.5px;
    background-image: url(../../assets/img/common/icon_arrow_down00.gif);
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: 0 0;
    transition: all 0.2s ease;
}

.global-list>dt>button.active {
    color: #436706;
}

.global-list>dt>button.active:before {
    transform: rotate(180deg);
}

.global-list>dd {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    display: none;
    z-index: 100;
    text-align: left;
}

.global-list>dd>ul {
    display: block;
    content: "";
    width: 100%;
    background-color: #e5e5e5
}

.global-list>dd>ul>li {
    border-bottom: 1px solid #f9f9f9
}

.global-list>dd>ul>li:last-child {
    border-bottom: 0;
}

.global-list>dd>ul>li>a {
    position: relative;
    display: block;
    padding: 5px;
}

.global-list>dd>ul>li>a > strong {
    position: relative;
    display: inline-block;
    visibility: middle;
    color: #666;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.global-list>dd>ul>li>a[target="_blank"] > strong:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: "";
    display: block;
    width: 9px;
    height: 10px;
    margin-top: -6px;
    background-image: url(../img/icon/icon_new_window01@2x.gif);
    background-repeat: no-repeat;
    background-size: 9px 10px;
    background-position: 0 0;
}

.global-list>dd>ul>li>a:hover>strong,
.global-list>dd>ul>li>a:focus>strong {
    color: #000;
}

.global-list>dd>ul>li>a:hover,
.global-list>dd>ul>li>a:focus {
    background-color: #d5d5d5
}

.global-list>dd>ul>li>a:after {
    display: block;
    content: "";
    clear: both;
}

.global-list>dd>ul>li>a>img {
    float: left;
    width: 25px;
}

.global-list>ul>li {
    float: left;
    margin-left: 29px;
}

.global-list>ul>li>a {
    position: relative;
    display: block;
    padding-left: 11px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.2s ease;
}

.global-list>ul>li>a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #a2a3a5;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.global-list>ul>li>a:after {
    position: absolute;
    bottom: 5px;
    left: 11px;
    content: "";
    width: 0;
    height: 1px;
    background-color: #666;
    transition: all 0.2s ease;
}

.global-list>ul>li>a:hover,
.global-list>ul>li>a:focus {
    color: #000;
}

.global-list>ul>li>a:hover:before,
.global-list>ul>li>a:focus:before {
    background-color: #000;
}

.global-list>ul>li>a:hover:after,
.global-list>ul>li>a:focus:after {
    width: calc(100% - 11px);
}

.share-wrapper .btn-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
}

.share-wrapper .btn-share > img {
    width: 21px;
}
.share-wrapper .btn-share > strong {
    font-size: 16px;
    font-weight: 400;
}

.share-list {
    position: absolute;
    top: 60px;
    right: 10px;
    display: block;
    width: 170px;
    height:230px;
    overflow: hidden;
    opacity: 1;;
}
.share-list > div {
    position: absolute;
    right: -170px;
    background: #fff;
    border:1px solid #000;
    padding:40px 20px 20px 20px;
    transition: 0.5s;
    box-sizing:border-box;
}
.share-list li {
    text-align: left;
    margin-top: 10px;
}
.share-list li > a {
    position: relative;
    display: block;
    width:auto !important;
    font-size:15px;
    height: 32px;
    color:#333333;
    padding-left:40px;
    line-height: 32px;
}

.share-list li > a > .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
}

.share-list li > a > .icon > img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    width: 32px;
    margin: auto;
}


.share-list button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    background:url('../img/icon/icon_close01.png') center center no-repeat;
    width:30px;
    height:30px;
}



#section3 {
    padding: 151px 0 220px;
    background-color: #e8f1f9;
}

#section4 {
    padding: 151px 0 157px;
    background-color: #ffffff;
}

#section5 {
    padding: 151px 0 176px;
    background-color: #f7f7f8;
}

#section5 {
    padding: 151px 0 176px;
    background-color: #f7f7f8;
}

#section6 {
    padding: 151px 0 286px;
    background-image: url(../../assets/img/doctor/bg_doctor_section06_pc.jpg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center bottom;
    background-attachment: fixed;
}

.images-box {
    display: block;
}

.images-box img {
    display: block;
    max-width: 100%;
    margin:  0 auto;
}

.images-box img.pc {
    display: block;
}

.images-box img.mobile {
    display: none;
}




.doctor-career-wrapper {
    position: relative;
    clear: both;
    padding: 0 0;
    overflow: hidden;
}

.doctor-career-area {
    position: relative;
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    z-index: 1;
}

.doctor-career-area > h2 {
    color: #111111;
    font-size: 36px;
    line-height: 66px;
    font-weight: 700;
}

.doctor-career-area > h3 {
    color: #000000;
    font-size: 28px;
    line-height: 66px;
    font-weight: 500;
}


.doctor-career-area .image-doctor02 {
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    margin-left: -230px;
    display: block;
    width: 879px;
    height: 964px;
}

.doctor-career-area>h2 {
    text-align: center;
    color: #111111;
    font-size: 50px;
    line-height: 68px;
    font-weight: bold;
    margin-bottom: 44px;
}

.doctor-career-box {
    display: block;
}

.doctor-career-box h3 {
    margin-bottom: 15px;
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}

.doctor-career-box  + .doctor-career-box {
    margin-top: 68px;
}


.doctor-career-list {
    border-top: 2px solid #373d43;
}

.doctor-career-list > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    gap: 15px;
    font-size: 17px;
    line-height: 28px;
    padding: 10px;
    word-break: keep-all;
    border-bottom: 1px solid #c6ced5
}

.doctor-career-list > li .turm {
    display: block;
    width: 290px;
    text-align: center;
    flex-shrink: 0;
}


.doctor-career-list > li .subject {
    margin-left: 35px;
}

.achievement-list {
    display:block;
}

.achievement-list > li {
    border: 1px solid #c8d4e0;
    border-left: 5px solid #c8d4e0;
    padding: 17px 33px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    word-break: keep-all;
}

.achievement-list > li:last-child {
    margin-bottom: 0;
}


.doctor-board-list {
    display: block;
    border-top: 2px solid #8c8c8c;
}

.doctor-board-list > li {
    border-bottom: 1px solid #dfdfe0
}


.doctor-board-list > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 26px 225px 26px 280px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.2s ease;
}

.doctor-board-list > li > a .type {
    position: absolute;
    left: 0;
    width: 256px;
    color: #287bca;
    text-align: center;
    transition: all 0.2s ease;
}

.doctor-board-list > li > a .title {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overow: ellipsis;
}

.doctor-board-list > li > a .date {
    position: absolute;
    top: 50%;
    right: 0;
    width: 200px;
    margin-top: -14px;
    text-align: center;
    transition: all 0.2s ease;
}

.doctor-board-list > li > a:hover,
.doctor-board-list > li > a:hover .type,
.doctor-board-list > li > a:hover .date {
    color: #000 !important;
}

.doctor-board-list > li > a:hover {
    background-color: #e9e9e9;
}

#section6 .doctor-career-area h2 {
    color: #fff;
}


#doctor-compliment-slider {
}

#doctor-compliment-slider .swiper-wrapper {
    display: flex;
    width: calc(100% + 25px);
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

#doctor-compliment-slider .swiper-slide {
    width: calc(33.3333% - 25px);
}

.doctor-compliment-box {
    display: block;
    width: 100%;
    height: 190px;
    padding: 37px 37px 0 37px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.doctor-compliment-box:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}


.doctor-title-wrapper {
    display: block;
    margin-bottom: 25px;
}

.doctor-title-wrapper .title {
    display: block;
    color: #333333;
    font-size: 26px;
    line-height: 34px;
    max-height: 68px;
    font-weight: 500;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doctor-title-wrapper img {
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
}

.doctor-compliment-box .date {
    color: #999999;
    font-size: 17px;
    line-height: 24px;
}

.empty-message {
    position: relative;
    top: -2px;
    display: flex;
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    align-items:center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    border-top: 2px solid #373d43;
    border-bottom: 1px solid #dddddd;
}

.eng .doctor-information,
.rus .doctor-information,
.mng .doctor-information,
.jap .doctor-information,
.chi .doctor-information {
    width: 584px;
}

.eng .doctor-information .information01 > dd,
.rus .doctor-information .information01 > dd,
.mng .doctor-information .information01 > dd,
.jap .doctor-information .information01 > dd,
.chi .doctor-information .information01 > dd {
    font-size: 60px;
    line-height: 70px;
}

.eng .doctor-information .information02 > dd,
.rus .doctor-information .information02 > dd,
.mng .doctor-information .information02 > dd,
.jap .doctor-information .information02 > dd,
.chi .doctor-information .information02 > dd {
    font-size: 18px;
    line-height: 34px;
}

.eng .doctor-schdule-wrapper .btn-reservation .group>strong,
.rus .doctor-schdule-wrapper .btn-reservation .group>strong,
.mng .doctor-schdule-wrapper .btn-reservation .group>strong,
.jap .doctor-schdule-wrapper .btn-reservation .group>strong,
.chi .doctor-schdule-wrapper .btn-reservation .group>strong {
    font-size: 26px;
    line-height: 42px;
    text-transform: uppercase;
}

.eng .navigation>a,
.rus .navigation>a,
.mng .navigation>a,
.jap .navigation>a,
.chi .navigation>a {
    font-size: 14px;
}

.eng .navigation>a.active,
.rus .navigation>a.active,
.mng .navigation>a.active,
.jap .navigation>a.active,
.chi .navigation>a.active {
    font-size: 16px;
}

.eng .header-navigaition,
.rus .header-navigaition,
.mng .header-navigaition,
.jap .header-navigaition,
.chi .header-navigaition {
    justify-content: center;
    gap: 60px;
}

.eng .header-navigaition>a.active,
.rus .header-navigaition>a.active,
.mng .header-navigaition>a.active,
.jap .header-navigaition>a.active,
.chi .header-navigaition>a.active {
    font-size: 20px;
}


@media only all and (max-width: 1679px) {
    .doctor-slider-wrapper {
        margin: 0 0 0 0;
    }
}

@media only all and (max-width: 1439px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-navigaition {
        right: 0;
        transform: translate(0, 0) !important;
    }

    .eng .header-navigaition,
    .rus .header-navigaition,
    .mng .header-navigaition,
    .jap .header-navigaition,
    .chi .header-navigaition {
        gap: 30px;
    }
    
    .header-navigaition>a {
        font-size: 18px;
    }

    .input-test {
        height: auto !important;
        padding: 10px;
        word-wrap: break-word;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 18px;
        line-height: 28px;
        color: #212121;
        font-weight: 300;
        font-family: "Pretendard", "맑은 고딕", "돋움", AppleSDGothicNeo, Dotum, Pretendard, Droid Sans, arial, sans-serif;
        word-break: keep-all;
    }

    .header .btn-language {
        right: 20px;
    }
    .doctor-information-box {
        padding: 203px 0 0 0;
    }
    .doctor-schdule-wrapper {
        padding-left: 20px;
        padding-right: 250px
    }
    .doctor-schdule-wrapper .btn-reservation {
        width: 250px
    }
    .doctor-schdule-area {
        padding-left: 40px;
        padding-right: 59px;
    }
    .doctor-schdule-area .btn-next {
        right: 20px;
    }
    .doctor-schdule-box {
        padding-left: 77px
    }
    .doctor-schdule-box dl>dt {
        font-size: 16px;
    }
    .doctor-schdule-box dl>dd {
        font-size: 27px;
    }
    .navigation {
        right: 20px;
        transform: translate(0, -50%);
    }
    .navigation.active>a.active {
        color: #53687d
    }
    .doctor-career-area .image-doctor02 {
        margin-left: -50px;
        width: 675px;
        height: 740px;
    }
    .doctor-career-box {
        width: auto;
    }

    .doctor-slider-wrapper {
        margin-left: -100px;
    }
}

@media only all and (max-width: 1239px) {
    .header-navigaition {
        max-width: 550px;
        right: 0;
        transform: translate(0, 0) !important;
    }

    .header-navigaition>a,
    .header-navigaition>a.active {
        font-size: 16px;
    }


    .doctor-schdule-area {
        padding-left: 0;
        padding-right: 20px;
    }
    .doctor-schdule-box {
        padding-left: 60px;
    }
    .doctor-schdule-box dl {
        top: 40px;
    }
    .doctor-schdule-box dl>dt {
        font-size: 13px;
        line-height: 18px;
    }
    .doctor-schdule-box dl>dd {
        font-size: 20px;
        line-height: 24px;
    }
    .btn-schcule-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .btn-schcule-wrapper:after {
        display: block;
        content: "";
        clear: both;
    }
    .btn-schcule-wrapper>button {
        position: static;
        float: left;
        display: block;
        width: 17px;
        height: 29px;
        background-size: 17px 29px;
    }
    .btn-schcule-wrapper>button+button {
        margin-left: 10px;
    }
    .doctor-career-box ul {
        max-width: 100%;
    }
    .doctor-board-box .item>.board-contents {
        padding: 20px 27px 23px 27px;
    }
    .doctor-board-box .item>.board-contents .type {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .doctor-board-box .item>.board-contents>.title-wrapper>strong {
        font-size: 24px;
        line-height: 32px;
    }
    .doctor-board-box .item>.board-contents>.date {
        font-size: 14px;
        line-height: 20px;
    }
    .tabmenu-wrapper02>ul>li {
        float: left;
        margin: 0 20px;
    }

    #section1.active .doctor-information-area .image-doctor {
        margin-left: -760px;
    }


    .doctor-information {
        margin-left: 0;
        display: block;
        width: 500px;
    }

    .doctor-information .information01 {
        margin-bottom: 42px;
    }

    .doctor-information .information01 > dt {
        margin-bottom: 12px;
        font-size: 33px;
        line-height: 41px;
    }

    .doctor-information .information01 > dd {
        font-size: 70px;
        line-height: 78px;
    }

    .doctor-information .information02 > dt {
        padding: 0 15px;
        height: 38px;
        font-size: 19px;
    }
    .doctor-information .information02 > dd {
        margin-top: 16px;
        font-size: 19px;
        line-height: 36px;
    }

    .doctor-slider-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 700px;
        height: 721px
    }

    #doctor-detail-slider .swiper-slide > img {
        width: 700px;
    }
}

@media only all and (max-width: 1198px) {
    .doctor-career-box {
        width: auto;
    }

    .eng .doctor-career-box,
    .rus .doctor-career-box,
    .mng .doctor-career-box,
    .jap .doctor-career-box,
    .chi .doctor-career-box {
        gap: 15px;
    }
        
}

@media only all and (max-width: 1023px) {
    html {
        font-size: 1.5rem;
        /* 기본베이스 폰트사이즈 24px */
        line-height: 1.5rem;
        /* 기본베이스 line-height 사이즈 24px */
    }
    .wrapper {
        padding-top: 4.5833rem;
    }
    /* header */
    .header {
        height: 4.5833rem;
        padding: 0 1.25rem;
    }
    .header:after {
        display: block;
        content: "";
        clear: both;
    }
    .header {
        clear: both;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        border-top: 0;
    }
    .header h1 {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 4.5833rem;
        margin: 0;
    }

    .header h1>a .logo {
        width: 10rem;
    }
    .header .btn-language {
        right: 1.25rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        margin-top: -1rem;
        font-size: 0.75rem;
    }
    .header .btn-language:hover,
    .header .btn-language:focus {
        background-color: #004b95;
    }


    .header .right-btns {
        position: absolute;
        top: 0;
        right: 1.25rem;
        height: 100%;
        gap: 1.875rem;
    }


    .global-list>dt {
        height: 4.5833rem;
    }

    .global-list>dt>button {
        height: 4.5833rem;
        font-size: 0.875rem;
        padding-right: 0.875rem
    }

    .global-list>dt>button:before {
        width: 0.563rem;
        height: 0.313rem;
        margin-top: -0.156rem;
        background-size: 0.563rem 0.313rem;
    }
    .global-list>dd {
        position: absolute;
        top: 4.5833rem;
        left: 50%;
        width: 11.25rem;
        margin-left: -5.625rem;
    }

    .global-list>dd>ul>li>a {
        padding: 0.417rem;
    }

    .global-list>dd>ul>li>a > strong {
        font-size: 0.875rem;
    }

    .global-list>dd>ul>li>a[target="_blank"] > strong:after {
        right: -0.938rem;
        width: 0.563rem;
        height: 0.625rem;
        margin-top: -0.313rem;
        background-size: 0.563rem 0.625rem;
    }

    .global-list>dd>ul>li>a>img {
        width: 1.563rem;
    }

    .global-list>ul>li {
        margin-left: 1.813rem;
    }

    .global-list>ul>li>a {
        padding-left: 0.688rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    .global-list>ul>li>a:before {
        width: 0.25rem;
        height: 0.25rem;
        margin-top: -0.125rem;
    }

    .global-list>ul>li>a:after {
        display: none;
    }


    .share-wrapper .btn-share {
        gap: 0.563rem;
    }

    .share-wrapper .btn-share > img {
        width: 1.313rem;
    }
    .share-wrapper .btn-share > strong {
        font-size: 1rem
    }

    .share-list {
        top: 4.5833rem;
        right: 0.625rem;
        width: 10.625rem;
        height: 14.375rem;
    }
    .share-list > div {
        right: -10.625rem;
        padding: 2.5rem 1.25rem 1.25rem 1.25rem;
    }
    .share-list li {
        margin-top: 0.625rem;
    }
    .share-list li > a {
        font-size: 0.938rem;
        height: 2rem;
        padding-left: 2.5rem;
        line-height: 2rem;
    }

    .share-list li > a > .icon {
        width: 2rem;
        height: 2rem;
    }

    .share-list li > a > .icon > img {
        width: 2rem;
    }


    .share-list button.close {
        position: absolute;
        top: 0.313rem;
        right: 0.313rem;
        width: 1.875rem;
        height: 1.875rem;
    }

    .doctor-information-wrapper {
        /*
            min-height: 52.5rem;
        */
        background-image: url(../../assets/img/doctor/doctor_bg01_mobile.jpg);
    }

    .doctor-information-wrapper.default:after {
        height: 21rem;
    }
    .doctor-information-area {
        position: relative;
        max-width: 100%;
        height: initial;
        min-height: 35.5rem;
        padding: 4.58rem 2.792rem 31rem 2.792rem;
        margin: 0;
    }
    .doctor-information-wrapper.default .doctor-information-area {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        background-image: url(../../assets/img/doctor/doctor_noimage.png);
    }
    .doctor-information-area .image-doctor {
        position: static;
    }

    .doctor-information-area .image-doctor.pc {
        display: none;
    }

    .doctor-information-area .image-doctor.mobile {
        display: block;
        width: 100%;
        height: initial;
        margin: 0;
    }

    #section1.active .doctor-information-area .image-doctor {
        margin-left: 0;
    }

    .doctor-information-wrapper.person .doctor-information-area .image-doctor {
        top: auto;
        top: initial;
        left: initial;
        left: auto;
        bottom: 0;
        height: calc(30.833rem /1.5);
        transform: translate(0, 0);
    }

    .doctor-information-box {
        padding: 0;
        position: absolute;
        bottom: 2.0833rem;
        left: 0;
        width: 100%;
        padding: 0 1.25rem;
    }
    .doctor-information-box>h2 {
        margin-bottom: 1.0417rem;
    }
    .doctor-information-box>h2>span {
        font-size: 1.125rem;
        line-height: 1.5833rem;
        transform: translate3d(0, 1.25rem, 0);
        -ms-transform: translate3d(0, 1.25rem, 0);
    }
    .doctor-information-box>h2>strong {
        display: block;
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0;
        transform: translate3d(0, 1.25rem, 0);
        -ms-transform: translate3d(0, 1.25rem, 0);
    }
    .doctor-information-box>dl {
        width: 100%;
    }
    .doctor-information-box>dl>dt {
        font-size: 1.1667rem;
        line-height: 1.5417rem;
        margin-bottom: 0.25rem;
        transform: translate3d(0, 1.25rem, 0);
        -ms-transform: translate3d(0, 1.25rem, 0);
    }
    .doctor-information-box>dl>dd {
        padding-right: 1.75rem;
        font-size: 1.0833rem;
        line-height: 1.5833rem;
        margin-bottom: 0;
        word-break: keep-all;
    }
    .doctor-information-wrapper.person .doctor-information-box>dl>dd {
        padding-right: 40%;
    }
    .doctor-information-box>dl>dd>span {
        display: inline;
        transform: translate3d(0, 1.25rem, 0);
        -ms-transform: translate3d(0, 1.25rem, 0);
    }
    .doctor-schdule-wrapper {
        padding: 1.375rem 0 0 0;
        height: auto;
    }
    .doctor-schdule-wrapper .btn-reservation {
        position: static;
        display: table;
        width: 100%;
        height: 4.1667rem;
        background-image: url(../../assets/img/doctor/bg_button_type01_mobile.jpg);
        background-repeat: repeat-x;
        background-size: 0.083333rem 4.1667rem;
        background-position: 0 0;
    }
    .doctor-schdule-wrapper .btn-reservation:hover,
    .doctor-schdule-wrapper .btn-reservation:focus {
        background-size: 0.083333rem 4.1667rem;
        background-position: 0 0;
    }
    .doctor-schdule-wrapper .btn-reservation .group>img {
        width: 1.875rem;
        margin-right: 0.54167rem;
    }
    .doctor-schdule-wrapper .btn-reservation .group>strong {
        font-size: 1.4167rem;
        line-height: 1.75rem;
    }
    .doctor-schdule-area {
        height: auto;
        padding: 0 0 1.1667rem 1.5rem;
    }
    .doctor-schdule-box {
        padding-left: 0;
    }
    .doctor-schdule-box:after {
        display: block;
        content: "";
        clear: both;
    }
    .doctor-schdule-box dl {
        position: static;
        float: left;
        margin-bottom: 1rem;
		margin-top: 0;
    }
    .doctor-schdule-box dl>dt {
        float: left;
        font-size: 1.3333rem;
        line-height: 1.6667rem;
        margin-right: 0.83333rem;
    }
    .doctor-schdule-box dl>dd {
        float: left;
        font-size: 1.3333rem;
        line-height: 1.6667rem;
        margin-right: 1.25rem;
    }
    .schdule-table {
        clear: both;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 1.25rem;
    }
    .schdule-table>table thead th {
        width: 3.5417rem;
        height: 3.9167rem;
        padding: 0.625rem 0 0.41667rem 0;
        font-size: 1.0833rem;
    }
    .schdule-table>table thead th:first-child {
        width: 5.8333rem;
    }
    .schdule-table>table thead th .day {
        line-height: 1.4167rem;
    }
    .schdule-table>table thead th strong {
        line-height: 1.25rem;
    }
    .schdule-table>table tbody th,
    .schdule-table>table tbody td {
        height: 2.0833rem;
        padding: 0.375rem 0 0.29167rem 0;
    }
    .schdule-table>table tbody th {
        font-size: 1.0833rem;
        line-height: 1.4167rem;
    }
    .doctor-schdule-box .icon {
        width: 0.58333rem;
        height: 0.58333rem;
    }
    .doctor-schdule-box .word-notice {
        position: relative;
        top: initial;
        color: #adcfee;
        max-width: 100%;
        margin-top: 0.5rem;
        padding-left: 1.25rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .doctor-schdule-box>ul {
        position: absolute;
        top: 0;
        right: 1.25rem;
        margin-left: 0;
    }
    .doctor-schdule-box>ul>li {
        padding-left: 1rem;
        font-size: 1.1667rem;
        line-height: 1.6667rem;
        margin-left: 1.25rem;
    }
    .doctor-schdule-box>ul>li:first-child {
        margin-left: 0;
    }
    .doctor-schdule-box>ul>li .icon {
        margin-top: -0.29167rem;
    }
    .btn-schcule-wrapper {
        position: static;
    }
    .doctor-schdule-area button {
        position: absolute;
        top: 50%;
        margin-top: -0.75rem;
        width: 0.91667rem;
        height: 1.5417rem;
        background-size: 0.91667rem 1.5417rem;
    }
    .doctor-schdule-area .btn-previous {
        left: 0.75rem;
    }
    .doctor-schdule-area .btn-next {
        right: 0.75rem;
    }
    .doctor-career-wrapper {
        position: relative;
        clear: both;
        min-height: auto;
    }
    .doctor-career-wrapper:before {
        display: none;
    }
    .doctor-career-area {
        max-width: 100%;
        min-height: auto;
        padding: 0;
        margin: 0;
    }
    .doctor-career-area .image-doctor02 {
        display: none;
    }
    .doctor-career-area>h2 {
        font-size: 1.667rem;
        line-height: 2.375rem;
        margin-bottom: 1.625rem;
    }
    .doctor-career-box {
        padding-bottom: 0;
        /*
        transform: translate3d(1.25rem, 1.25rem, 0);
        -ms-transform: translate3d(1.25rem, 1.25rem, 0);
        */
    }
    .doctor-career-box h3 {
        font-size: 1.333rem;
        line-height: 2.042rem;
        margin-bottom: 1rem;
    }

    .doctor-career-box + .doctor-career-box {
        margin-top: 2.625rem;
    }

    .navigation {
        display: none;
    }

    .tabmenu-wrapper02 {
        position: relative;
        height: auto;
        text-align: center;
        background: transparent;
        border-bottom: 0;
    }
    .tabmenu-wrapper02>.mobile-title {
        position: relative;
        display: block;
        width: 100%;
        height: 3.3333rem;
        padding: 0 1.6667rem 0 1.25rem;
        border: 1px solid #ddd;
        text-align: left;
        font-size: 1.3333rem;
        font-weight: 500;
        background-color: #fff;
    }
    .tabmenu-wrapper02>.mobile-title:before {
        position: absolute;
        top: 50%;
        right: 0.625rem;
        content: "";
        width: 0.83333rem;
        height: 0.41667rem;
        margin-top: -0.20833rem;
        background-image: url(../img/icon/icon_arrow_down07.png);
        background-repeat: no-repeat;
        background-size: 0.83333rem 0.41667rem;
        background-position: 0 0;
        transition: all 0.2s ease-in-out;
    }
    .tabmenu-wrapper02>.mobile-title.active {
        background-color: rgba(0, 0, 0, 0.1)
    }
    .tabmenu-wrapper02>.mobile-title.active:before {
        transform: rotate(180deg);
    }
    .tabmenu-wrapper02>ul {
        display: none;
        padding-top: 0;
        width: 100%;
    }
    .tabmenu-wrapper02>ul.active {
        display: block;
    }
    .tabmenu-wrapper02>ul>li {
        float: none;
        margin: 0;
        width: 100%;
        border: 1px solid #d3d3d3;
        margin-top: -1px;
    }
    .tabmenu-wrapper02>ul>li>a {
        position: relative;
        display: block;
        height: auto;
        padding: 0.83333rem 1.25rem;
        text-align: left;
    }
    .tabmenu-wrapper02>ul>li>a>strong {
        height: auto;
        font-size: 1.25rem;
        line-height: 1.3333rem
    }
    .tabmenu-wrapper02>ul>li>a.active {
        background-color: transparent;
    }
    .tabmenu-wrapper02>ul>li>a>strong:after {
        display: none;
    }
    .tabmenu-wrapper02>ul>li>a:hover>strong,
    .tabmenu-wrapper02>ul>li>a.active.point>strong {
        transform: none;
    }
    .tabmenu-wrapper02>ul>li>a.active.point>strong,
    .tabmenu-wrapper02>ul>li>a.active>strong {
        transform: none;
    }

    #section3 {
        padding: 4.1667rem 1.25rem;
    }

    #section4 {
        padding: 4.1667rem 1.25rem;
    }

    #section5 {
        padding: 4.1667rem 1.25rem;
    }
    #section6 {
        padding: 4.1667rem 1.25rem;
        background-image: url(../../assets/img/doctor/bg_doctor_section06_mobile.jpg);
        background-size: cover;
        background-attachment: initial
    }

    .images-box  {
        margin: 0 auto;
    }

    .images-box img.pc {
        display: none;
    }

    .images-box img.mobile {
        display: block;
    }

    #section6 .images-box {
        width: calc(100% + 1.25rem);
    }


    .doctor-information {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        display: block;
        max-width: 100%;
        width: 100%;
        z-index: 10;
    }

    .eng .doctor-information,
    .rus .doctor-information,
    .mng .doctor-information,
    .jap .doctor-information,
    .chi .doctor-information {
        position: static;
    }    

    .doctor-information .information01 {
        margin-bottom: 1.5rem;
    }

    .doctor-information .information01 > dt {
        margin-bottom: 0.083rem;
        font-size: 1.167rem;
        line-height: 1.917rem;
    }


    .doctor-information .information01 > dd {
        font-size: 2rem;
        line-height: 2.667rem
    }

    .doctor-information .information02 > dt {
        padding: 0 0.958rem;
        height: 2rem;
        font-size: 1rem;
    }
    .doctor-information .information02 > dd {
        margin-top: 0.5rem;
        font-size: 1rem;
        line-height: 1.917rem;
        text-shadow: 0 1px 1px rgba(255,255,255, 1);
    }


    .doctor-career-list > li {
        display: block;
        min-height: initial;
        gap: 0;
        font-size: 1.083rem;
        line-height: 1.792rem;
        padding: 0.917rem 0;
        color: #000
    }

    .doctor-career-list > li .turm {
        width: initial;
        text-align: left;
        color: #666666;
        font-size: 1rem;
        line-height: 1.583rem;
    }


    .doctor-career-list > li .subject {
        margin-left: 0;
    }

    .achievement-list > li {
        border-left: 0.208rem solid #c8d4e0;
        padding: 0.958rem 1.208rem;
        margin-bottom: 0.833rem;
        font-size: 1rem;
        line-height: 1.583rem;
    }

    .doctor-board-list > li > a {
        padding: 1rem 0 0.875rem 0;
        font-size: 1.083rem;
        line-height: 1.792rem;
    }

    .doctor-board-list > li > a .title-wrapper {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overow: ellipsis;
    }

    .doctor-board-list > li > a .type {
        position: relative;
        left: 0;
        display: inline;
        width: initial;
        margin-right: 0.625rem
    }

    .doctor-board-list > li > a .title {
        display: inline;
    }

    .doctor-board-list > li > a .date {
        position: static;
        width: initial;
        text-align: left;
        color: #666666;
        font-size: 1rem;
        line-height: 1.583rem;
    }

    .doctor-compliment-wrapper {
        width: calc(100% + 1.25rem);
    }

    #doctor-compliment-slider .swiper-wrapper {
        width: 100%;
        gap: initial;
        flex-wrap: initial;
        padding-bottom: 0;
    }

    .doctor-compliment-box {
        height: 9.375rem;
        padding: 2rem 1.5rem 0 1.5rem;
        background-color: #fff;
        transition: all 0.2s ease;
    }

    .doctor-compliment-box:hover {
        box-shadow: 0.208rem 0.208rem 0.625rem rgba(0, 0, 0, 0.8);
    }


    .doctor-title-wrapper {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0.667rem;
    }

    .doctor-title-wrapper .title {
        font-size: 1.083rem;
        line-height: 1.667rem;
        height: 3.334rem;
        word-break: keep-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .doctor-title-wrapper img {
        width: 1.25rem;
        height: 1.25rem;
        vertical-align: sub;
    }

    .doctor-compliment-box .date {
        color: #999999;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #doctor-compliment-pagination {
        position: relative;
        width: 100%;
        margin-top: 2rem;
    }

    #doctor-compliment-pagination .swiper-pagination-bullet {
        display: inline-flex;
        margin: 0 0.333rem;
        width: 0.667rem;
        height: 0.667rem;
        border-radius: 100%;
        background-color: rgba(255,255,255, 0.5)
    }

    #doctor-compliment-pagination .swiper-pagination-bullet-active {
        background-color: rgba(255,255,255, 1)
    }

    .doctor-slider-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: initial;
        margin: 0;
        z-index: 0;
    }

    #doctor-detail-slider .swiper-slide > img {
        left: 0.625rem;
        width: initial;
        max-width: 100%;
        max-height: 35.208rem
    }

    .empty-message {
        padding: 3.125rem 1.25rem;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }    
}

@media only all and (max-width: 767px) {
    html {
        font-size: 1.25rem;
        /* 기본베이스 폰트사이즈 18px */
        line-height: 1.25rem;
        /* 기본베이스 line-height 사이즈 18px */
    }
    .doctor-board-area {
        padding: 2.9167rem 1.25rem;
    }
    .doctor-board-box .item {
        width: 100%;
        margin: 0 0 1.25rem 0;
    }
}

@media only all and (max-width: 600px) {
    html {
        font-size: 1rem;
        /* 기본베이스 폰트사이즈 16px */
        line-height: 1rem;
        /* 기본베이스 line-height 사이즈 16px */
    }
}

@media only all and (max-width: 475px) {
    html {
        font-size: 0.875rem;
        /* 기본베이스 폰트사이즈 13px */
        line-height: 0.875rem;
        /* 기본베이스 line-height 사이즈 13px */
        /* 기본베이스 line-height 사이즈 14px */
    }
}

@media only all and (max-width: 359px) {
    html {
        font-size: 0.75rem;
        /* 기본베이스 폰트사이즈 12px */
        line-height: 0.75rem;
        /* 기본베이스 line-height 사이즈 12px */
    }
}