
.header{
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.4);
    display: flex;
    align-items: center;
    z-index: 100;
    border-bottom: 1px solid #ededed;
}

.header .menu_div{
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    gap: 0;
    width: 100%;
    max-width: 100%;
    height: 95px;
    padding: 0 8.5rem;
    align-items: center;
    transition: all 0.2s;
}

.header .menu_div .gnb2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 3;
    grid-row: 1;
    height: 100%;

}
.header .menu_div .logo{
    grid-row: 1;
    width: 170px;
}
.header .menu_div .nav{
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    margin: 0 auto;
}
.header .nav {grid-column: 2; grid-row: 1; height: 100%; margin: 0 auto; font-size: 17px; }
.header .nav .depth1 { position: relative; display: flex; height: 100%; align-items: center; justify-content: center; z-index: 10; }
.header .nav .depth1 > li { position: relative; height: 100%; }
.header .nav .depth1 > li > a { position: relative; display: flex; height: 100%; padding: 0 1.5rem 0; align-items: center; justify-content: center; color: #222222; font-weight: 500; transition: padding 0.5s; }


.header .nav .depth2 { position: absolute; left: 50%; bottom: 0; width: 100%;
    padding-top: 20px; transform: translate(-50%, 100%); white-space: nowrap;
    text-align: center; opacity: 0; pointer-events: none; transition: all 0.3s; transition-delay: -0.1s; z-index: 1;
    height: 19.7rem;
}
.header .nav .depth2 > li > a { display: block; padding: 9px 0; font-size: 15px;color:#222222; opacity: 0.7; font-weight: 400 }
.header .nav .depth2 > li:hover a{color:#111111; font-weight:500; opacity: 1 }
.header .nav .depth2 > li.active > a { color:#111111; font-weight:500; opacity: 1 }


.header .menu_div .new_login{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 3;
    grid-row: 1;
    height: 100%;

}
.menu_online h2{font-size:18px;color:#fff;    padding: 5px;    text-align: center;}
.new_login{display: flex;align-items: center;gap:10px;}
.new_login li a{
    color:#222222;
    font-size: 15px;
}
.header.on{opacity: 0.9; background-color: #E0D7C7; }
.header.on .nav .depth1 > li > a { padding: 0 2rem 0; }
.header.on .nav .depth2 { transition-delay: 0.1s; pointer-events: auto; opacity: 1; }
.header .nav .gnb_bg { position: absolute; left: 50%; bottom: 1px; width: 100%; height: 0;background-color: rgba(255,255,255,0.9); transform: translate(-50%, 100%); transition: all 0.2s; }
.header.on .nav .gnb_bg { height: 18rem;  }

.section{position: relative}
.section .back_img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.section .basic_img {
    max-width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
}

.cont_div{
    max-width: 100%;
    padding: 0 12.5rem;
}
.section .cont_box {  display: flex;gap:24px;position: absolute;top: 45%;    justify-content: center;margin: 0 50px;}
.cont_box .cont_box_div{overflow:hidden;background:#fff;border:2px solid #f0f0f1;position: relative; flex-basis: 25%;}
.cont_box .cont_box_div .tx_bx h1{font-family: "Playfair Display", sans-serif; color:#222222;font-size:31px; font-weight: 600;border-bottom: 1px solid #F0F0F1;padding-bottom:17px;margin-bottom:22px;}
.cont_box .cont_box_div .tx_bx p{color:#222222;font-size:16px;font-weight:400}
.cont_box .cont_box_div img.off {width: 100%;transition: opacity 0.4s ease;}
.cont_box .cont_box_div .nothv_con {position: relative;padding: 0;width: 100%;height: 100%;transition: transform 0.4s ease;z-index: 2;display: flex;flex-direction: column;justify-content: space-between;}
.cont_box .cont_box_div .nothv_con .tx_bx {padding: 25px 0 135px 0; height:100%;background:#fff;transition: transform 0.4s ease;z-index:1}
.cont_box .cont_box_div .hv_content {position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;transition: opacity 0.4s ease,transform 2.0s ease;}
.cont_box .cont_box_div .hv_content img{transition: opacity 0.4s ease,transform 2.0s ease;}
.cont_box .cont_box_div:hover .nothv_con .tx_bx {transform: translateY(-100%);}
.cont_box .cont_box_div:hover .hv_content {opacity: 1;}
.cont_box .cont_box_div:hover .hv_content img {transform: scale(1.1);}
.cont_box .cont_box_div:hover img.off{opacity: 0; }
.cont_box .cont_box_div:hover {border-radius:10px;}
.hv_content .tx_bx{padding: 35px 45px;width:100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.cont_box .cont_box_div .hv_content .tx_bx p{color:#222222;    margin-top: 20px;}
.cont_box .cont_box_div .hv_content .tx_bx h1{
    font-family: "Playfair Display", sans-serif;color:#222222;
    width: 70%;
    border-bottom: 1px solid #AA9C88;
    margin: 0 auto;
}

.movie_text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -96px;
    margin-left: -300px;
    text-align: center;
    transform: translateY(250px);
}
.movie_text div{
    margin-top:90px;
}
.movie_text div p{
    margin-bottom:15px;
}

.singnature_div{margin: 10rem 0; }
.singnature_title{text-align: center;margin-bottom:70px;}
.singnature_title h2{font-family: "Playfair Display", sans-serif;font-size: 54px; font-weight: 600;margin-bottom:16px;}
.singnature_title p{font-size: 18px;}

.section .cont_box .cont { display: block; overflow: hidden; position: relative; flex: 1; border-radius: 2rem;  opacity: 1; transition-property: transform , opacity; transition-duration: 0.8s ; }
.section .cont_box .cont:nth-child(2) {transition-delay: 0.1s}
.section .cont_box .cont:nth-child(3) {transition-delay: 0.2s}
.section .cont_box .cont:nth-child(4) {transition-delay: 0.3s}
.section .cont_box .cont:nth-child(4) {transition-delay: 0.4s}
.section .cont_box .cont:nth-child(5) {transition-delay: 0.5s}
.section .cont_box .cont + .cont {margin-left: 3rem}
.section .cont_box .cont .img {padding-top: 133%;}
.section .cont_box .cont .img img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover; object-position: center; filter: blur(0px); transition: filter 0.3s ease-in-out}
.section .cont_box .cont .hover_box {content: "";  display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top:0; width: 100%; height: 100%; color: #fff;
    /*background-color: rgba(0,129,108,0.45);*/ background-color: rgba(0,0,0,0.4); z-index: 2; opacity: 0; transition: opacity 0.3s ease-in-out;}
.section .cont_box .cont .hover_box svg {display: none; width: 6rem; fill: #fff; transition: transform 0.3s ease-in-out}
.section .cont_box .cont .txt_box {
    position: absolute; left: 0; bottom: 0; transform: translateY(calc(100% + -12.3rem));
    width: 100%; padding:20px; color: #fff; z-index: 3; transition: transform 0.5s;
    text-align: center;
    box-sizing: border-box;
}

.section .cont_box .cont .txt_box .en {
    font-family: "Playfair Display", sans-serif;
    font-size: 36px; font-weight: 600;
    color:#000;
    margin-bottom:8px
}
.section .cont_box .cont .txt_box .tit{font-size: 20px; font-weight: 400;color:#000;}
.section .cont_box .cont .txt_box .driver{margin:100px 0; height: 1px; background: #fff; opacity: 0.3;transition: all 0.3s;}
.section .cont_box .cont .txt_box .txt{color:#fff;font-size:16px;font-weight: 400;margin-bottom:20px; opacity: 0.8}
.section .cont_box.active .cont {transform: translateY(0); opacity: 1; }

.section .cont_box .cont:hover .img img {}
.section .cont_box .cont:hover .hover_box {opacity: 1}

.section .cont_box .cont:hover .txt_box{transform: translateY(0);}
.section .cont_box .cont:hover .txt_box .en{color:#fff;}
.section .cont_box .cont:hover .txt_box .driver{margin:20px 0;}
.section .cont_box .cont:hover .txt_box .tit{color:#fff; opacity: 0.8}


.diet_solution{
    display: flex;
    gap: 90px;
    padding: 10rem 0 ;
    max-width: 100%;
}
.diet_solution_title{width: 500px}
.diet_solution_title h2{font-size: 54px; font-weight: 600;font-family: "Playfair Display", sans-serif;}
.diet_solution_title p{font-size: 17px;margin-top:24px;}
.slider_title{
    margin-top:24px;
}
.slider_title h2{font-size: 18px; font-weight: 600;color:#222222}
.slider_title p{font-size: 16px; opacity: 0.7;color:#222222}
.slider_title p span{padding-right:12px}

.slider_arrow{
    margin-top:48px;
    display: flex;
    gap:16px;
}
.slider_arrow div{
    width: 66px;
}
.slider_arrow div img{
    width: 100%;
    border-radius: 40px;
}


.room_cont_div{
    padding: 10rem 0 11rem 0;max-width: 100%;
}
.room_title{text-align: center;margin-bottom:64px;}
.room_title h2{font-size: 54px; font-weight: 600;font-family: "Playfair Display", sans-serif;margin-bottom: 16px;}
.room_title p{font-size: 17px; opacity: 0.8}

.room_cont_div .rsOverflow{
    border-radius: 16px;
}

/*since*/
.since_badges_div{
    height: 620px;
}
.since_box_div{
    margin: 7rem 0;max-width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -372px;
}
.since_box_cont{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.since-badges-container {
    position: relative;
    transform: translateY(100px);
}

.since-badge {
    width: 268px;
    height: 268px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left {
    background: #7D654C;
    z-index: 1;
    width: 317px;
    height: 317px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}

.right {
    background: #7D654C;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -134px;
    margin-top: -134px;
    opacity: 0.8;
}

.since-content {
    text-align: center;
    color: white;
    line-height: 1.05;
}

.since-label {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1.5px;
    opacity: 0.9;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.year {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.year span {
    font-size: 30px;
    font-weight: 600;
    margin-top: 4px;
}

/*map*/
.map_box_div{max-width: 100%;padding:10rem 14.5rem; }
.map_title{text-align: center;margin-bottom:70px;color:#111111;}
.map_title h2{font-size: 44px; font-weight: 600;margin-bottom:16px;}
.map_title p{font-size: 17px; opacity: 0.8}

.map_box_cont{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.map_box {
    position: relative;
    flex-basis: 49%;
}
.map_box .group{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
}

.map_box .group:hover .map_box_title .img{
    transform: translate(5px, -5px);

}

.map_box .rectangle {
    display: flex;
    flex-direction: column;
    gap:12px;
    border-radius: 12px;
    background: #F7F7F7;
}
.map_box .rectangle:hover{
    background: #E0D7C7;
}
.map_box_title{
    display: flex;
    padding: 24px;
}

.map_box .map_box_title .text-wrapper {
    font-weight: 500;
    color: #222222;
    font-size: 24px;
    letter-spacing: -0.17px;
    line-height: 33px;
    white-space: nowrap;
}

.map_box .map_box_title .img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: all 0.3s;
}
.more_btn{position: absolute;bottom: 20%;right: 33%;}
.more_btn2{ position: absolute;left: 34%;bottom: 25%;}
.more_btn01{position:relative; width:auto;}
.more_btn01 > a{position:relative; width:160px; padding:1rem 1.5rem; color:#fff; background-color:#000; display:inline-block; overflow:hidden; border-radius:50px; font-size: 16px;}
.more_btn01 > a:hover{
    color:#000;
    background-color:transparent;
    transition: background 0.1s 0.1s ease;
    -webkit-transition: background 0.1s 0.1s ease;
    -moz-transition: background 0.1s 0.1s ease;
    -ms-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
}
.more_btn01 > a > p{position:relative; width:100%; display:flex; justify-content:center; align-items:center;}
.more_btn01 > a > p > span{position:relative; display:inline-block; z-index:2;}
.more_btn01 > a > p > span + span{margin-left:0.8rem;}
.more_btn01 > a::after{
    content:''; position:absolute; top:-1rem; left:-1rem; width:calc(100% + 2rem); height:calc(100% + 2rem); background-color:#fff; z-index:1;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.19,1,0.22,1);
    transition: transform 0.8s cubic-bezier(0.19,1,0.22,1);
}
.more_btn01 > a:hover::after{
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}


.footer{
    background: #000000;
}
.contents .sub_div .footer{
    margin-top:100px;
}
.footer_cont{
    border-bottom:1px solid #3D3D3D
}
.footer_div{
    display: flex;
    padding: 5rem 12.5rem;
}
.footer_info{
    display: flex;
    flex-direction: column;
    gap:35px;
}
.footer_logo{width: 180px;}
.footer_info_text{
    font-size: 15px; opacity: 0.6;
    color:#F3EDDC;
}
.footer_contact{
    display: flex;
    gap:200px;
}
.footer_contact h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.footer_contact ul{margin-top:10px;}
.footer_contact ul li{
    color:#E0D7C7;
    font-size: 16px;
    font-weight: 300;
    margin-bottom:6px;
}
.footer_contact ul li a{
    color:#E0D7C7;
    font-size: 15px;
    font-weight: 300;
}
.footer_contact ul li img{
    margin-right:5px;
}
.footer_contact ul li a:hover{
    opacity: 0.7;
}
.footer_copy{
    padding: 2rem 12.5rem 5rem 12.5rem;
    display: flex;
    color:#BDBDBD;
    font-size: 14px;
}
.footer_copy ul{
    display: flex;
    gap:25px;
}
.footer_copy ul li a:hover{
    opacity: 0.7;
}


/*퀵*/

.quick_div {
    position: fixed;
    top: 55%;
    right: 25px;
    width: 81px;
    height: 360px;
    margin-top: -180px;
    display: flex;
    flex-direction: column;
    background-color: #ffffffcc;
    border-radius: 16px;
    border: 2px solid;
    border-color: #ffffffe6;
    box-shadow: 0 4px 9.3px #9e8e7b47;
    align-items: center;
    z-index: 999;
}

.quick_div .quick_group {

}

.quick_div .group_div {
    width: 53px;
    height: 52px;
    position: relative;
    margin-top: 34px;
    text-align: center;
}

.quick_div .text-wrapper {
    font-weight: 500;
    color: #50311d;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.42px;
    line-height: normal;
}

.quick_div .ellipse {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 51px;
    background-color: #222222;
    border-radius: 25.5px;
}

.quick_div .group_top .text-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_div .group_top .text-wrapper a{
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.quick_div .group_div a:hover{opacity: 0.8}

/* rection04 */

.pc_cont_768{display:block; opacity:1; visibility:visible;}
.cont_div .text_bx span{color:#807b7b;}
.cont_div .text_bx .re01_f_img01{transform:translate(-184%, -46px)}
.cont_div .text_bx h1{font-weight:700;padding:25px 0 18px;}
.cont_div {position: relative;margin:0 auto;}
.swiper-container.re05_cont{overflow:visible; position: absolute; left: 50%; transform: translateX(-50%); }
.re05_slide img{width:100%;height:100%; object-fit: cover;border-radius:100px;}
.re05_slide:hover img{border-radius:0}
.cont_div .re05{position: relative;height:630px;padding-top:400px;width: 100%;max-width: 1740px;margin: 0 auto;}
.cont_div .re_05_pc {position: relative;width: 91%;height:100%;max-width: 1740px;margin: 0 auto; overflow: hidden;}
.re05_slide{width:178px;height:426px;margin:0 4px;transform-origin:center center;}
.re05_slide.swiper-slide-active img{border-radius:50px}
.cont_div .text_bx p{font-weight:600}
.cont_div .re05_slide.swiper-slide-active .sw_tx{display:block}
.cont_div .re05_slide .sw_tx{position: absolute;bottom:33px;right:64px;display:none}
.cont_div .re05_slide .sw_tx h1{font-size:15px;color:#e7e7e7;padding-bottom:16px}
.cont_div .re05_slide .sw_tx p{font-size:12px;color:#c5c5c5}


.event3 .section3 p{
    display:flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.event3 .section p img {
    opacity: 0;
    visibility: hidden;
    vertical-align: top;
}

.popup-layer {
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
}
.popup-layer__content__wrap {
    overflow: hidden;
}
.popup-layer .popup-layer__btn__wrap {
    display: flex;
    height: 40px;
    width: 100%;
    border-top: 1px solid #E2E2E2;
}
.popup-layer .popup-layer__btn__wrap .popup-layer__btn__cookie-close {
    border-right: 1px solid #E2E2E2;
    opacity: 0.5;
}
.popup-layer .popup-layer__btn__wrap .popup-layer__btn__cookie-close, .popup-layer .popup-layer__btn__wrap .popup-layer__btn__close {
    height: auto;
    flex-grow: 1;
    cursor: pointer;
    z-index: 100000;
}

.salary_content{max-width:1000px;margin:0 auto; padding:150px 0; width:100%;}
.salary_content .container_title{margin-bottom:15px;font-size:45px; font-weight:350; letter-spacing:-.095em; color:#272727}
.salary_content .container_stitle {margin-bottom:0;font-size:17px; font-weight:350; letter-spacing:-.095em; color:#272727 }
.salary_content p.t6{font-size:20px;margin-top:40px;  color:#272727}
.salary_content .ctt_use03{padding-top:40px;}

/*테이블*/
.tblm {border-top:2px solid #76675b;border-bottom:1px solid #9f9fa1;width:100%; margin:10px auto}
.tblm table { width:100%; background:#fff; border-collapse:collapse}
.tblm table caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tblm thead th {padding: 15px;background:#f7f5f2;border-right:1px solid #e6e3e1;text-align:center;letter-spacing:-0.5px;color:#76675b;  vertical-align: middle;font-size:17px;}
.tblm thead th p{font-size:20px; font-weight:400;}
.tblm thead th.none { border-right:none}
.tblm thead th p{color:#25497d;}
.tblm thead th:last-child { border-right:none}
.tblm tbody th {padding: 15px;background:#f7f5f2;border-bottom:1px solid #e6e3e1;border-right:1px solid #e6e3e1;text-align:center;letter-spacing:-0.5px;color:#76675b;  vertical-align: middle;}
.tblm tbody th.none { border-bottom:none; border-right:1px solid #e6e3e1;}
.tblm tbody th:last-child { border-bottom:none}
.tblm tbody td.title{padding: 10px ;border-top:1px solid #e6e3e1; background:#f8f8f8; color:#333; text-align:center; font-size:1em; font-weight:bold; border-right:1px solid #e6e3e1;}
.tblm tbody td.title2{padding: 15px ;border-top:1px solid #e6e3e1; background:#fff; color:#333;font-size:16px; font-weight:bold }
.tblm tbody td.price{padding: 15px ;border-top:1px solid #e6e3e1; color:#fb7030; font-size:16px; }
.tblm tbody td {padding: 10px ;border-top:1px solid #e6e3e1; border-right:1px solid #e6e3e1; text-align:center; font-size:15px; vertical-align:middle;color:#272727}
.tblm tbody td.left{padding: 10px ;border-top:1px solid #e6e3e1; border-right:1px solid #e6e3e1; text-align:left; font-size:15px; vertical-align:middle;color:#272727}
.tblm tbody td.none { border-right:none}
.tblm tbody td.tnone { border-top:none}
.tblm tbody td:last-child { border-right:none}
.tblm tbody td.check{padding: 10px ;border-top:1px solid #e6e3e1; text-align:center; font-size:0.9em; background:#f5f5f5; font-weight:bold}
.tblm tbody td input{color:333333;  font-size: 11px; background:#fff; border:1px solid #ded7d5; height:22px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.tblm tbody td select{color:333333;  font-size: 12px; background:#fff; border:1px solid #a3a3a3; height:24px;}
.tblm tr:first-child th.
.tblm tr:first-child td {border-top:none;}
.tblm select {height:20px;font-size:11px;}
.tblm .tdDiv {padding:4px 0;}

.sub_01_con{
    width: 100%;
}
.new_doctor{
    width: auto;
    margin: 0 auto;
    padding: 0 12.5rem;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:8px;
}
.new_doctor li {
    height: 64px;
    line-height: 64px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    flex: 0 1 calc( (100% - 8px * 8) / 9 );
    box-sizing: border-box;
    text-align: center;
}
.new_doctor li a{font-size:18px;color:#3d3d3d;display: block}
.new_doctor li:hover {background: #222222}
.new_doctor li:hover a{color:#fff;}
.new_doctor li.on {background: #222222}
.new_doctor li.on a{color:#fff; }

.new_doctor_menu .new_map_cont_title{
    padding-top:120px;
    padding-bottom:0;
}
.new_doctor_menu .new_map_cont_title h2{
    padding-bottom:24px;
    font-size: 56px;
}
.new_doctor_menu .new_map_cont_title p{
    padding-top:0;
    padding-bottom:64px;
    font-size: 18px;
}

.sub_05_con{
    padding-top:200px;
}
.sub_05_con_cont{
    margin-top:40px;
    margin-bottom:200px;
}
.map_marquee{
    width: 100%;
    overflow: hidden;
    padding-bottom: 200px;
}



/* 반응형 */
@media screen and (min-width: 3200px){
    html { font-size: 12px; }
}

@media screen and (max-width: 2400px){

}



@media screen and (max-width: 2000px){

}


@media screen and (max-width: 1650px){
    .header .menu_div{
        padding: 0 4rem;
    }
    .header.on .nav .depth1 > li > a { padding: 0 1.4rem 0; }
    .new_doctor{padding: 0 8.5rem;}
    .since_box_div {
        margin-left: -674px;
    }
    .since_box_cont{
        gap: 30px;
    }
    .cont_box .cont_box_div .tx_bx h1{font-size:28px;}
    .cont_box .cont_box_div .tx_bx p{font-size:14px;}

}

@media screen and (max-width: 1500px){
    .new_doctor{padding: 0 6.5rem;}
    .since_box_div {
        margin-left: -664px;
    }
    .since_box_cont{
        gap: 20px;
    }
}

@media screen and (max-width: 1400px){
    .header .menu_div{
        padding: 0 2rem;
    }
    .new_doctor{padding: 0 4.5rem;}
    .header .nav .depth1 > li > a{ padding: 0 1rem 0; }
    .header.on .nav .depth1 > li > a { padding: 0 1rem 0; }
    .since_box_div {
        margin-left: -649px;
    }
    .since_box_cont{
        gap: 10px;
    }
}



@media screen and (max-width: 1240px){



}

@media screen and (max-width: 1000px){



}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 620px){

}


