
.header{
    position: fixed;
    width: 100%;
    background:rgba(255,255,255,0.4);
    display: flex;
    align-items: center;
    z-index: 100;
}
.body-overHidden .header{
    background: #E0D7C7;
}

.header .menu{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 80px;
    padding: 0 25px;
    align-items: center;
    transition: all 0.2s;
}

.mobile-menu {
    position: relative;
    display: block;
    z-index: 10;

}
.logo img {
    height: 42px;
}

.open {
    cursor: pointer;
    height: 12px;
    width: 18px;
    z-index: 99999;
}

.line {
    position: absolute;
    height: 2px;
    width: 18px;
    background: #000 !important;
    left: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    pointer-events: none;
}
.line.l_top {
    top: 0;
}
.line.l_middle {
    top: 6px;
}
.line.l_low {
    top: 12px;
}


.mobile-nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    background: #fff;
    left: -100%;
    z-index: 9;
    overflow-y: scroll;
    border-top: 1px solid #ededed;
    top: 0;
    margin-top:80px;
}
.mobile-nav .mobile-nav-div {
    padding: 10px 8px 10px 25px;
}
.mobile-nav .mobile-nav-div ul {
    display: flex;
    flex-direction: column;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 20px 5px;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul > li a.active {
    color: #ed1c24;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul > li .menu_plus {
    display: flex;
    justify-content: space-between;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul > li .menu_plus span {
    transition-property: all;
    transition-duration: .2s;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul > li .menu_plus span.icon_on {
    transform: rotate(180deg);
}
.custom-arrow{
    width: 29px;
    height: 29px;
}
.custom-arrow path {
    stroke-width: 2;
}

.mobile-nav .mobile-nav-div ul.mobile-nav-ul li .depth-two {
    display: none;
    opacity: 0;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul li .depth-two li {
    text-align: left;
    padding-left: 20px;
    height: 40px;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul li .depth-two li a {
    font-size: 17px;
    color: #656565;
    display: block;
    width: 100%;
    height: 100%;
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul li .depth-two li.active a {
    color:#111111; font-weight:500; opacity: 1
}
.mobile-nav .mobile-nav-div ul.mobile-nav-ul li.on .depth-two {
    display: block; opacity: 1;
}
.mobile-nav-ul > li.on .menu_icon svg {
    transform: rotate(180deg); 
}
.mobile-nav .mobile-nav-div .m_link {
    flex-direction: row;
    gap: 20px;
    padding: 10px;
}
.mobile-nav .mobile-nav-div .m_link li a {
    font-size: 14px;
}
.mobile-nav .mobile-nav-div .join-menu {
    padding: 20px 25px;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 50px;
    width: 75%;
    text-align: center;
}
.mobile-nav .mobile-nav-div .join-menu li {
    flex: 1 auto;
    line-height: 23px;
}
.mobile-nav .mobile-nav-div .join-menu li a {
    font-size: 15px;
    color: #000;
}
.mobile-nav .menu-vr {
    width: 90%;
    background: #ededed;
    height: 1px;
    margin: 0 auto;
}

.cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 8;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 80px;
}


.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;gap:10px;    margin-top: 20px;}
.new_login li a{
    color: #222222;
    font-size: 15px;
    padding: 10px 0;
}
.header.on{opacity: 0.9; background-color: #272117; }
.header.on .nav .depth1 > li > a { padding: 0 2.7rem 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; opacity: 0.9; background-color: #272117; transform: translate(-50%, 100%); transition: all 0.2s; }
.header.on .nav .gnb_bg { height: 21rem; box-shadow: rgba(39, 33, 23, 0.9) 0 8px 15px; }

.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;
}

.movie_text{
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -167px;
    text-align: center;
    transform: translateY(250px);
}
.movie_text h1{
    color:#fff;
    font-size:23px;
}
.movie_text div{
    margin-top:30px;
}
.movie_text p{
    margin-bottom:10px;
}

.cont_div{
    max-width: 100%;
    padding: 0 25px;
}
.contents{
    padding-top:80px;
}

.section .cont_box {  display: flex;gap:24px;}
.cont_box .cont_box_div{overflow:hidden;background:#fff;border:2px solid #f0f0f1;position: relative;height: 376px; margin-right:15px;}
.cont_box .cont_box_div .tx_bx h1{font-family: "Playfair Display", sans-serif; color:#222222;font-size:29px;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:17px;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:30px 50px 35px 50px; 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;width: 100%;}
.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;
}


.singnature_div{position: relative}
.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;}
.cont_box_div{position: absolute; bottom:0;}
.section .cont_box {  display: flex;gap:16px;}
.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: 50px;
    padding: 100px 0;
    max-width: 100%;
    flex-direction: column;
}
.diet_solution_title{text-align: center;}
.diet_solution_title h2{font-size: 32px; font-weight: 600;font-family: "Playfair Display", sans-serif;}
.diet_solution_title p{font-size: 16px;margin-top: 15px;opacity: 0.8;}
.slider_title{
    margin-top:15px;
    margin-left:25px;
}
.slider_title h2{font-size: 15px; font-weight: 600;color:#222222}
.slider_title p{font-size: 14px; opacity: 0.7;color:#222222}
.slider_title p span{padding-right:5px}
.owl-carousel{height: 300px;    overflow-y: hidden !important;}
.diet_solution .item img{margin-top:0!important;}

.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;
}
img.rsImg {
    border-radius: 20px;
}
.rsDefault .rsBullets {
    bottom: -4%;
}
.rsDefault .rsBullet.rsNavSelected span {
    width: 10px;
    height: 10px;
}

/*since*/
.since_box_div{
    margin-bottom:50px;
    max-width: 100%;
}
.since_box_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.since-badges-container {
    position: relative;
    transform: translateY(100px);
    padding: 50px 0;
}
.since-badges-container_border{
    width: 80px;
    height: 1px;
    background: #E0E0E0;
}
.since-badges-container img{
    height: 70px;
}


.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:50px 25px; }
.map_title{text-align: center;margin-bottom:50px;color:#222222;}
.map_title h2{font-size: 32px; font-weight: 600;margin-bottom:16px;}
.map_title p{font-size: 16px; opacity: 0.8}

.map_box_cont{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.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:4px;
    border-radius: 8px;
    background: #F7F7F7;
    padding: 15px;
}
.map_box .rectangle:hover{
    background: #e0d7c7;
}
.map_box_title{
    display: flex;
    width: 100%;
}

.map_box .map_box_title .text-wrapper {
    font-weight: 400;
    color: #111111;
    font-size: 17px;
    letter-spacing: -0.17px;
    line-height: 28px;
    white-space: nowrap;
}

.map_box .map_box_title .img {
    width: 26px;
    height: 26px;
    border-radius: 16px;
    transition: all 0.3s;
}

.map_box .map_tel {
    font-weight: 500;
    color: #222222;
    font-size: 20px;
    letter-spacing: -0.24px;
    line-height: 28px;
    white-space: nowrap;
    user-select: text;           /* 드래그 가능하도록 명시 */
    -webkit-user-select: text;   /* iOS Safari */
    pointer-events: auto;        /* 필요 시 */
    cursor: text;
    font-family: "Noto Sans KR";
}
.more_btn{
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -94px;
}
.more_btn01{position:relative; width:auto;}
.more_btn01 > a{
    position: relative;
    width: 140px;
    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #413C38;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    font-size: 15px;
}
.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;

}
.footer_cont{
    border-bottom:1px solid #3D3D3D
}
.footer_div{
    display: flex;
    flex-direction: column;
    padding: 50px 25px 45px 25px;
    gap:30px;
}
.footer_info{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.footer_logo{width: 160px;}

.footer_contact{
    display: flex;
    flex-direction: column;
    gap:40px;
}
.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_info{
    padding: 50px 25px 100px 25px;
}
.footer_info_text{
    font-size: 13px;
    line-height: 22px;
    opacity: 0.6;
    color: #F3EDDC;
}
.footer_copy{
    display: flex;
    flex-direction: column;
    color:#BDBDBD;
    font-size: 12px;
}
.footer_copy ul{
    display: flex;
    gap: 15px;
    margin-top: 25px;
}
.footer_copy img{height: 26px }
.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: 0px 4px 9.3px #9e8e7b47;
    align-items: center;
    z-index: 1;
}

.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 */
.cont_div{position: relative}
.cont_div .re05{position: absolute;width: 100%;    bottom: 100px;}


.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;
}
.list_ul{
    display: flex;
    gap:5px;
    flex-wrap: wrap;
}
.list_ul li{
    flex-basis: 49%;
}
.list_ul li img{
    width: 100%;
}

.salary_content{margin:0 auto; padding:0 0 50px 0; width:95%;}
.salary_content .container_title{margin-bottom:15px;font-size:30px; font-weight:350; letter-spacing:-.095em; }
.salary_content .container_stitle {margin-bottom:0;font-size:12px; font-weight:350; letter-spacing:-.095em; }
.salary_content .container_stitle ul li{padding-left: 10px; text-indent: -10px;}
.salary_content p.t6{font-size:20px;margin-top:40px;}
.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;}
.tblm thead th p{font-size:1.15em; 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:17px; vertical-align:middle}
.tblm tbody td.left{padding: 10px ;border-top:1px solid #e6e3e1; border-right:1px solid #e6e3e1; text-align:left; font-size:17px; vertical-align:middle}
.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 25px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:8px;
}
.new_doctor li {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    flex: 0 1 calc( (100% - 8px * 2) / 3 );
    box-sizing: border-box;
    text-align: center;
}
.new_doctor li a{font-size:14px;color:#3d3d3d;display: block;padding:15px;}
.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{
    text-align: center;
}
.new_doctor_menu .new_map_cont_title h2{
    padding-bottom:25px;
    font-size: 40px;
}
.new_doctor_menu .new_map_cont_title p{
    padding-top:0;
    padding-bottom:55px;
    font-size: 20px;
}
.root_daum_roughmap{
    width: 90% !important;
    margin: 0 auto !important;
}
.map_marquee{
    width: 100%;
    overflow: hidden;
    height: 300px;
    padding-bottom: 100px;
}
.map_marquee .client-marquee img{
    height: 300px;
}
.sub_05{width:100%;padding-bottom:30px;}/*height:2940px;*/
.sub_05_con{position:relative;width:100%;margin:0 auto;padding-top:80px;}
.sub_05_con h1{width:90%;text-align:center;font-size:30px;margin:0 auto;color:#231815;margin-bottom:50px;}
.wrap_controllers{display:none;}
.sub_05_con_cont{margin-top:30px;padding-bottom:50px;}
.sub_05_con_cont_box01{width:90%;margin:0 auto; display: flex; gap:10px;}
.sub_05_con_cont h4{font-size:20px;color:#7d4842;margin-bottom:20px;}
.sub_05_con_cont p{font-size:14px;color:#6a6a6a;}
.sub_05_con_cont_box01_01{width:50%;height:100%;}
.sub_05_con_cont_box01_02{width:50%;height:100%;}
.sub_05_con_cont_box02{width:90%;margin:0 auto;;margin-bottom:20px; display: flex;}
.sub_05_con_cont_box02_01{width:45%;height:100%;}
.sub_05_con_cont_box02_02{width:45%;height:100%;}
.sub_05_con_cont_box02 h4{margin-top:30px;}
.sub_05_con_cont_box02 span{display:block;width:60px;height:32px;background-color:#7d4842;color:#fff;font-size:14px;text-align:center;line-height:32px}
.fl_box{width:100%;}
.fl_box span{float:left;margin-bottom:10px;}
.fl_box p{float:left;margin:0 0 10px 10px;width:100%;}
.sub_05 h2{width:90%;margin:0 auto;font-size:30px;color:#7d4842; padding-top:20px}
.sub_05_con_cont_box03{width:100%;}
.sub_05_con_cont_box03_01{width:100%;}
.sub_05_con_cont_box03 .list_box{width: 123px;height: 45px;background-color: #7d4842;font-size: 16px;color: #fff;line-height: 45px; text-align: center; margin-bottom: 30px;}
.sub_05_con_cont_box03 ul{width:90%;margin:0 auto;padding-top:25px;}
.sub_05_con_cont_box03 ul li{font-size:18px;color:#6a6a6a;margin-bottom:20px;}
.sub_05_con_cont_box03 .ul_ri{}
.sub_05_con_cont_box03_02{width:100%;}
.img_mb img{width:100%}

.new_map_{
    padding-top:50px;
    padding-bottom:50px;
}
.new_map_ .new_map_cont_title{text-align: center;padding-bottom:50px;}
.new_map_ .new_map_cont_title h2{
    font-size: 20px;
}
.new_map_ .new_map_cont_title p{
    font-size: 13px;
}
.new_map_cont_img img{width:100%;}

.foot_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.foot_fixed ul{
    display: flex;
    background-color: #ffffffcc;
}
.foot_fixed ul li{
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70px;
    border-right: 1px solid #dbdbdb;
}
.foot_fixed ul li a{
    font-weight: 500;
    color: #50311d;
}
.kakao_ul{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    background: #f9e000;
}
.kakao_ul li{
    flex: 0 1 calc( 100% / 3 );
    box-sizing: border-box;
    text-align: center;
}
.kakao_ul li img{
    width:100%;
}

.readEdit {
    width: 100%;
    padding:0;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
}
.readBottom{
    padding-top:30px;
}
.programCon{
    padding-bottom:50px;
}
@media (max-width: 640px) {
    .notice_wrap table tr td span {
        display: inline-block;
        width: 50px;
        height: 40px;
        margin-right: 10px;
        background: #fff;
        border: 1px solid #9f9f9f;
        color: #9f9f9f;
        text-align: center;
        line-height: 40px;
        box-sizing: border-box;
        font-size: 12px;
    }
    .notice_wrap table tr td {
        width: 50%;
        float: none;
        padding: 20px 0;
    }
    .writeForm {
        margin-top: 30px;
    }
    .writeForm table tr td input[type="text"] {
        box-sizing: border-box;
    }
    .writeForm table tr td textarea {
        margin: 12px 0;
    }
    .readTop {
        width: 100%;
        border-top: 2px solid #888;
        border-bottom: 1px solid #c4c7ca;
        padding: 30px 0;
    }

}

/* 반응형 */
@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){

}

@media screen and (max-width: 1500px){
}

@media screen and (max-width: 1400px){
}



@media screen and (max-width: 1240px){



}

@media screen and (max-width: 1000px){



}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 620px){

}


