/* 헤더 ::s */
.gnb_wrap {
    width: 100vw;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 400; /* 원래600 */
    transition: all 0.4s;
}

.gnb_wrap.fixed_top {
    top: -40px;
}

.gnb_wrap.diet_gnb_wrap.fixed_top {
    top: 0px;
}

.gnb_wrap.behind_cQuick{
    z-index: 400;
}

.gnb_wrap a,
.gnb_wrap span {
    font-family: 'Pretendard';
    letter-spacing: -0.35px;
}

.gnb_wrap.diet_gnb_wrap,
.gnb_wrap.diet_gnb_wrap a,
.gnb_wrap.diet_gnb_wrap span,
.gnb_wrap.diet_gnb_wrap button {
    font-family: 'NexonLv2Gothic';
}

.center_gnb {}

.center_gnb_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 40px;
    padding: 0 40px;
}

.center_gnb_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 40px;
}

.center_gnb_ul li {
    position: relative;
    padding-right: 24px;
}

.center_gnb_ul li:not(:last-child)::after {
    content: '\00B7';
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    right: 12px;
    width: 3px;
    height: 100%;
    color: #D9D9D9;
}

.center_gnb_ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #767676;
}

#rehab_btn.on a{
    color: #E57545;
}

#kmed_btn.on a{
    color: #986B58;
}

#brain_btn.on a{
    color: #733FAB;
}

.com_gnb_ul {
    right: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 40px;
}

.com_gnb_ul>li {
    position: relative;
    height: inherit;
    display: flex;
    align-items: center;
}

.com_gnb_ul>li:not(:last-child){
    margin-right: 20px;
}

.com_gnb_ul>li#gdaj_about,
.com_gnb_ul>li#community{
    margin-right: 15px;
}

.com_gnb_ul>li:not(:last-child)::after {
    content: '\00B7';
    display: block;
    position: absolute;
    top: 12px;
    right: -10px;
    width: 3px;
    height: 100%;
    color: #D9D9D9;
}

.com_gnb_ul>li#gdaj_about::after,
.com_gnb_ul>li#community::after,
.com_gnb_ul>li#counsel_link::after{
    display: none;
}

.com_gnb_ul > li{
    color: #666666;
    font-size: 15px;
    cursor: pointer;
}

.com_gnb_ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    color: #666666;
    font-size: 15px;
    line-height: 40px;
}

.com_gnb_ul > li.customer > a{
    color: #E57545;
}

.com_gnb_ul .sel {}

.com_gnb_ul .sel_list {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    padding: 15px 20px 5px 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

    z-index: 10;
}

.sel_list#about_list {
    top: 40px;
    left: -20px;
}

.sel_list#community_list {
    top: 40px;
    left: 65px;
}

.sel_list#counsel_list {
    top: 40px;
    left: 140px;
}

.com_gnb_ul .sel_list span {
    padding: 0 0 10px 0;
}

.com_gnb_ul .sel_list a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #4C4A46;
}

.gnb_wrap .gnb {
    height: 100px;
    border-bottom: 1px solid #e5e5e5;
}

.gnb_wrap.diet_gnb_wrap .gnb {
    border-bottom: 1px solid #ddd;
}

.gnb_wrap .gnb_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100px;
    padding: 0 40px;
}

.gnb_wrap.diet_gnb_wrap .gnb_inner {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.gnb_wrap.diet_gnb_wrap.diet_gnb_w_slug .gnb_inner{
    max-width: 1600px;
}

.gnb_wrap .gnb_inner>div {
    display: flex;
    align-items: center;
}

.gnb_wrap.diet_gnb_wrap .logo {
    max-width: 162px;
    margin-right: 20px;
}

.gnb_wrap.diet_gnb_wrap.diet_gnb_w_slug .logo{
    max-width: none;
}

.gnb_wrap .logo {}

.gnb_wrap .logo a {
    display: flex;
    align-items: center;
    height: 81px;
}

.gnb_wrap .logo img {
    padding: 0 0px 7px 0;
    margin-right: 6px;
}

.gnb_wrap .logo span {
    padding: 4px 0 0 0;
    /* font-family: 'IBM Plex Sans KR'; */
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.4px;
    color: #767676;
}

.gnb_wrap.diet_gnb_wrap .logo span{
    color: #888888;
}

.gnb_wrap div.drop_list_wrap {
    display: flex;
    position: relative;
    width: 131px;
}

.drop_list_wrap .drop_list_btn {
    position: relative;
    width: calc(100% + 54px);
    height: 36px;
    padding: 0 0px 0 16px;
    background: #fff url('/public/img/common/diet_expand.svg') 92% center no-repeat;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -1px;
    text-align: left;
    border-style: none;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    letter-spacing: -0.5px;
}

.drop_list_wrap .drop_list_btn.active {
    background: #fff url('/public/img/common/diet_expand_u.svg') 92% center no-repeat;
}

.drop_list_wrap .drop_list_btn:focus{
    outline: none;
}

.drop_list_wrap ul {
    display: none;
    position: absolute;
    top:100%;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    padding-bottom: 10px;
    z-index: 200;
}

.drop_list_wrap li {
    padding-top: 10px;
    text-align: center;
}

.drop_list_wrap li:nth-child(1):hover a{color: #E57545;}
.drop_list_wrap li:nth-child(2):hover a{color: #986B58;}
.drop_list_wrap li:nth-child(3):hover a{color: #DC5E75;}

.drop_list_wrap a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 100%;
}

.branch_display {
    min-width: 150px;
    height: 50px;
    margin: 0 0 0 43px;
    line-height: 50px;
    border-bottom: 2px solid;
}

.branch_display a {
    display: block;
    position: relative;
    background: url('/public/img/common/arrow_down.png') right center no-repeat;
}

.branch_display span {
    font-size: 16px;
    font-weight: 400;
}

.branch_display img {}

.branch_list {
    position: absolute;
    top: 85px;
    width: 540px;
    height: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}

.branch_list_ul {
    display: flex;
    flex-flow: row wrap;
    padding: 36px 28px 20px;
}

.branch_list_ul li {
    width: 25%;
    padding: 0 0 22px 0;
    text-align: center;
}

.branch_list_ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.branch_list_ul li:hover a {
    font-weight: 700;
    color: #996c59;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.type_wrap {}

.type_ul {
    display: flex;
}

.type_ul li {}

.type_ul li:not(:last-child) {
    padding: 0 60px 0 0;
}

.type_ul#kmed_menu li:not(:last-child) {
    padding: 0 70px 0 0;
}

.type_ul#brain_menu li:not(:last-child) {
    padding: 0 80px 0 0;
}

.gnb_wrap.diet_gnb_wrap .type_ul li:not(:last-child){
    padding: 0 40px 0 0;
}

.type_ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #362B2C;
}

.gnb_wrap.diet_gnb_wrap .type_ul li a{
    font-size: 20px;
    color: #111;
}

.gnb_wrap.diet_gnb_wrap .type_ul li a:hover{
    color: #DC5E75;
}

.icon_wrap {padding: 0 32px 0 0;}

.icon_wrap .map {}

.icon_wrap .map a {
    padding: 0 40px 0 0;
}

.icon_wrap>div>a {
    display: block;
    position: relative;
}

.gnb_wrap .diet_gnb{display: none;}
.diet_gnb_wrap .diet_gnb{display: block;}

.diet_gnb {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    opacity: 1;
    background: #fff;
    transition: all 0.5s;
}

.diet_gnb.s_hidden {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
}

.diet_gnb_inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.diet_gnb .deps_1 {
    width: calc(100% / 6);
    padding: 30px 0 50px 0;
    border-left: 1px solid #ddd;
    text-align: center;
}

.diet_gnb .deps_1:last-child {
    border-right: 1px solid #ddd;
}

.diet_gnb .deps_1 > li {}

.diet_gnb .deps_1 > li > a {
    display: block;
    padding: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
}

.diet_gnb .deps_2 {}

.diet_gnb .deps_2>li {}

.diet_gnb .deps_2>li>a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -1px;
}

.diet_gnb .deps_2>li>a:hover {
    color: #DC5E75;
}

.diet_gnb .deps_2>li:not(:last-child)>a {
    padding: 0 0 20px 0;
}

@media screen and (max-width:1500px) {
    .gnb_wrap.diet_gnb_wrap .gnb_inner {
        padding: 0 2%;
    }

    .type_ul li:not(:last-child),
    .type_ul#kmed_menu li:not(:last-child),
    .icon_wrap .map a{
        padding: 0 2.6vw 0 0;
    }

    .gnb_wrap .logo span{
        font-size: 1.6vw;
    }

    .type_ul li a{
        font-size: 1.2vw;
    }
}

@media screen and (max-width:1238px){
    .gnb_wrap.diet_gnb_wrap .logo{margin-right: 0.5vw;}
    .gnb_wrap.diet_gnb_wrap .type_ul li:not(:last-child){padding: 0 3vw 0 0;}
    .gnb_wrap.diet_gnb_wrap .type_ul li a{font-size: 1.6vw;}

    .gnb_wrap div.drop_list_wrap{width: 11vw;}
    .drop_list_wrap a{font-size: 1.1vw;}
}

@media screen and (max-width:1200px) {
    .gnb_wrap.diet_gnb_wrap .logo_wrap {
        margin-right: 0px;
    }

    .type_ul li:not(:last-child), 
    .type_ul#kmed_menu li:not(:last-child),
    .icon_wrap .map a
    {
        padding: 0 1.9vw 0 0;
    }

    .type_ul#brain_menu li:not(:last-child){
        padding: 0 5vw 0 0;
    }

    .gnb_wrap .logo a{
        max-width: 16vw;
    }
    
    .gnb_wrap .gnb_inner>div.drop_list_wrap{
        width: 10.9vw;
    }

    .drop_list_wrap .drop_list_btn{
        height: 3vw;
        line-height: 3vw;
        padding: 0 0px 0 0.83vw;
        font-size: 1.1vw;
    }
}

@media screen and (max-width:900px){
    .diet_gnb .deps_1 > li > a{
        font-size: 2vw;
    }

    .diet_gnb .deps_2 > li > a {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:750px) {
    img {
        max-width: none;
    }

    .gnb_wrap {
        width: 100vw;
        position: fixed;
        top: 0;
        z-index: 1000;
        background: #fff;
    }

    .gnb_wrap.fixed_top {
        top: -13.3vw;
    }

    .diet_gnb_wrap .center_gnb {
        border-bottom: 0.267vw solid #ddd;
    }

    .center_gnb_inner {
        align-items: center;
        height: 13.3vw;
        padding: 0 4vw;
    }

    .diet_gnb_wrap .center_gnb_inner {
        height: 14.9vw;
    }

    .center_gnb_ul {
        display: none;
        /*width: 42.6vw;*/
        width: auto;
        height: 6.6vw;
        border-radius: 4vw;
        background: #F2F2F2;
    }

    .center_gnb_ul li {
        padding: 0 2.9vw;
    }

    .center_gnb_ul li:nth-child(2) {
        margin: 0 3.2vw 0 1.3vw;
    }

    .center_gnb_ul li a {
        font-weight: 500;
        font-size: 2.8rem;
        letter-spacing: -0.35px;
    }

    .center_gnb_ul li.on {
        height: 100%;
        line-height: 6.6vw;
        border-radius: 4vw;
        background: #BA967D;
    }

    .gnb_wrap .logo a {
        height: auto;
    }

    .gnb_wrap .logo span{
        font-size: 4.8vw;
    }

    .gnb_wrap .logo img {
        width: 10.667vw;
        height: auto;
        padding: 0;
    }

    .diet_gnb_wrap .center_gnb_inner .logo img{
        width: 31.7vw;
    }

    .gnb_wrap .menu img {
        width: 6.4vw;
        height: 6.4vw;
    }

    .gnb_wrap .gnb {
        display: flex;
        align-items: center;
        height: 9vw;
    }

    .gnb_wrap .gnb_inner {
        height: auto;
        padding: 0 4vw;
    }

    .gnb_wrap .home img {
        width: 4.8vw;
    }

    .gnb_wrap .inner.mo .depth {
        font-weight: 600;
        font-size: 2.8rem;
        letter-spacing: -0.35px;
    }

    .current_page {
        display: flex; 
        justify-content: center;
        align-items: center;
        background: #E57545;
        height: 13.3vw;
    }

    .current_page a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        font-weight: 500;
        font-size: 3.6rem;
        letter-spacing: -0.5px;
        color: #FFFFFF;
    }

    .current_page img {
        position: absolute;
        right: 4.2vw;
        width: 4.2vw;
    }

    .page_list_ul {
        display: none;
    }

    .page_list_ul a {
        display: block;
    }

    .page_list_ul a:not(:last-child) {
        border-bottom: 0.26vw solid #F2F2F2;
    }

    .page_list_ul a li {
        padding: 4vw;
        font-weight: 500;
        font-size: 2.6rem;
        letter-spacing: -0.35px;
    }

    .gnb_wrap.diet_gnb_wrap .gnb,
    .gnb_wrap.diet_gnb_wrap .page_gnb {
        display: none;
    }
}
/* 헤더 ::e */



/* 모바일 사이드바 ::s */
.sidebar{display: none;}
@media screen and (max-width:750px){
    /* .gnb_wrap{display: none;} */

    .sidebar{position: fixed;top: 0;width: 100vw;height: 100vh;background: #fff;z-index: 3000;}
    .sidebar .bg_inner{}

    .sidebar .top .inner,
    .sidebar .quick_gnb .ul_wrap
    {max-width: 91.4vw;margin: 0 auto;}

    .sidebar .top{}
    .sidebar .top .inner{display: flex;justify-content: space-between;align-items: center;padding: 1.6vw 0 1.3vw;}
    .sidebar .top .inner .logo img{width: 16vw;}
    .sidebar .top .inner .close{}

    .sidebar .quick_gnb{display: flex;justify-content: center;align-items: center;height: 26.9vw;border-bottom: 0.267vw solid #ddd;}
    .sidebar .quick_gnb .ul_wrap{width: 100%;}
    .sidebar .quick_gnb ul{display: flex;}
    .sidebar .quick_gnb li{width: 25%;}
    .sidebar .quick_gnb li a{display: flex;flex-flow: column nowrap;align-items: center;}
    .sidebar .quick_gnb li img{width: 6.4vw;}
    .sidebar .quick_gnb li p{padding: 1.6vw 0 0 0;font-weight: 500;font-size: 2.8rem;line-height: 1.5;letter-spacing: -0.35px;color: #362B2C;}

    .sidebar .gnb{}
    .sidebar .gnb .ul_wrap{height: 100vh;background: #F6F6F6;}
    .sidebar .gnb .ul_wrap > ul{position: relative;}

    .sidebar .gnb .ul_wrap .dep1{display: flex;}
    .sidebar .gnb .ul_wrap .dep1 .dep1_btn{position: relative;display: flex;align-items: center;width: 40vw;height: 12vw;line-height: 10vw;padding: 0vw 0 0 7.3vw;margin-top: 10.6vw;}
    .sidebar .gnb .ul_wrap  li:nth-child(n+2) .dep1_btn{margin-top: 8vw;}
    .sidebar .gnb .ul_wrap .dep1.active .dep1_btn{z-index: 1;}

    .sidebar .gnb .ul_wrap .dep1 .dep1_btn span{font-weight: 600;font-size: 3.2rem;letter-spacing: -0.35px;color: #2E3236;}
    .sidebar .gnb .ul_wrap .dep1.active .dep1_btn span{font-weight: 600;color: #FFFFFF;border-radius: 8vw;z-index: 1;}

    .sidebar .gnb .ul_wrap .dep1.active .dep1_btn img{display: block;position: absolute;top: -2vw;left: 0;width: 45.3vw;}
    .sidebar .gnb .ul_wrap .dep1 .dep1_btn img{display: none;}
    .sidebar .gnb .ul_wrap .dep1 .dep1_sub{display: none;position: absolute;top: 0;right: 0;width: 60vw;padding: 10.6vw 0 0 0;background: #fff;}
    .sidebar .gnb .ul_wrap .dep1.active .dep1_sub{display: block;height: 100vh;z-index: 0;}

    .sidebar .gnb .ul_wrap .dep2{padding: 2.9vw 0 2.7vw 9.3vw;}
    .sidebar .gnb .ul_wrap .dep2_btn{font-weight: 600;font-size: 3.2rem;line-height: 1.31;letter-spacing: -0.35px;color: #111;}
}


/* 모바일 사이드바 ::e */



/* 푸터 ::s */
.footer_wrap {
    border-top: 1px solid #333;
}

.footer {
    background: #111111;
}

.footer_inner {}

.branch_area {
    background: #fff;
}

.branch_ul_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.branch_ul {
    display: flex;
}

.branch_ul li {
    display: flex;
    align-items: center;
    width: 50%;
    height: 80px;
}

.branch_ul li:first-child {
    padding: 0 40px 0 0;
    border-right: 1px solid #ddd;
}

.branch_ul p {}

.branch_ul .txt1 {
    min-width: 94px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.branch_ul li:last-child .txt1 {
    padding: 0 40px;
}

.branch_ul .txt2 {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    padding-right: 46px;
    line-height: 80px;
    font-weight: 500;
    font-size: 16px;
    color: #767676;
    background-size: 36px;
    letter-spacing: -0.5px;
    background: url('/public/img/common/foot_arrow.png') right center no-repeat;
}

.info_area {
    max-width: 1280px;
    margin: 0 auto;
}

.corp_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.corp_area ul {
    display: flex;
}

.corp_area li {
    padding: 46px 27px 24px 0;
}

.corp_area li a {
    position: relative;
    color: #fff;
}

.corp_area li:not(:last-child) a::after {
    content: '•';
    display: block;
    position: absolute;
    top: 1px;
    right: -17px;
    width: 9px;
    height: 9px;
}

.corp_area li:nth-child(2) a::after{
    display: none;
}

.diet_footer_wrap .corp_area li:not(:last-child) a::after{
    display: none;
}

.info_detail {
    padding: 24px 0 75px 0;
}

.info_detail>ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info_detail>ul>li {
    max-width: 25%;
}

.info_detail .company {
    min-width: 435px;
}

.info_detail .company p {
    padding: 0 0 10px 0;
}

.info_detail .comp {}

.info_detail .adds {
    line-height: 21px;
}

.info_detail .copyright {}

.info_detail .subtit {
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #fff;
}

.info_detail .adds,
.info_detail .copyright {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.info_detail .tel {}

.info_detail .tel a {}

.info_detail .tel p.tel {
    font-weight: 700;
    font-size: 32px;
}

.info_detail .tel p.tel.tel_rehab{
    color: #E57545;
}

.info_detail .tel p.tel.tel_kmed{
    color: #5C8E94;
}

.info_detail .tel p.tel.tel_brain{
    color: #D4C3E5;
}

.info_detail .sns {}

.info_detail .sns>p {
    padding: 0 0 10px 0;
}

.info_detail .icon_ul {
    display: flex;
}

.info_detail .icon_li {}

.info_detail .icon_li:not(:last-child) {
    margin: 0 10px 0 0;
}

.info_detail .icon_li a {}

.info_detail .icon_li img {}

.info_detail .drop_list {
    display: inline-block;
    position: relative;
    width: 140px;
}

.info_detail .drop_list_btn {
    width: 100%;
    height: 30px;
    border: 0px solid;
    border-bottom: 1px solid #fff;
    appearance: none;
    background: url('/public/img/common/plus.png') right center no-repeat;
    background-size: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.info_detail .drop_list_btn.active {}

.info_detail .drop_list_ul {
    display: none;
    position: absolute;
    bottom: -100%;
    width: 100%;
}

.info_detail .drol_list_li {}

.info_detail .drol_list_li a {
    padding: 0 0 0 5px;
    color: #fff;
}


@media screen and (max-width:1279px) {
    .branch_ul_wrap,
    .info_area {
        max-width: 90%;
        margin: 0 auto;
    }

    .branch_ul .txt1{
        min-width:auto;
        padding: 0 35px 0 0;
    }
}

@media screen and (max-width:1279px){
    .branch_ul .txt2{
        width: 100%;
    }
}

@media screen and (max-width:1079px) {
    .info_detail>ul {
        flex-flow: row wrap;
    }
}

@media screen and (max-width:750px) {

    .branch_ul_wrap,
    .info_area,
    .footer_top .inner {
        max-width: 91.4vw;
        margin: 0 auto;
    }

    .footer_top {
        border-bottom: 0.267vw solid rgba(255, 255, 255, 0.2);
    }

    .footer_top ul {
        display: flex;
    }

    .footer_top li {
        padding: 5.3vw 8vw 5.3vw 0;
    }

    .footer_top li:last-child {
        padding: 5.3vw 0vw 5.3vw 0;
    }

    .footer_top li a {
        font-weight: 700;
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: -0.5px;
        color: #999999;
    }

    .corp_area {
        border-bottom: 0vw solid;
    }

    .corp_area li {
        padding: 5.3vw 0vw;
    }

    .corp_area li a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 1.5;
        letter-spacing: -0.5px;
        color: #999999;
    }

    .corp_area li:not(:last-child) a::after{
        content: '';
        position: relative;
        right: unset;
        top: unset;
        width: 0.8vw;
        height: 0.8vw;
        margin: 0 4vw;
        border-radius: 50%;
        background: #999999;
    }


    .info_detail {
        padding: 0 0 13.3vw 0;
    }

    .info_detail>ul {
        flex-flow: column nowrap;
    }

    .info_detail>ul>li {
        max-width: 100%;
    }

    .info_detail .company {
        min-width: auto;
    }

    .info_detail .company p {
        padding: 0 0 5.3vw 0;
    }

    .info_detail p.subtit {
        padding: 0 0 2.6vw 0;
        font-size: 3.2rem;
        line-height: 1.5;
        letter-spacing: -0.5px;
    }

    .info_detail .adds,
    .info_detail .copyright {
        font-size: 2.8rem;
        line-height: 1.5;
        letter-spacing: -0.5px;
        padding: 0 0 5.3vw 0;
    }

    .info_detail .tel p.tel {
        font-size: 6rem;
        line-height: 1.2;
    }

    .branch_ul li:first-child{
        padding: 0 13vw 0 0;
    }
}

/* 푸터 ::e */

/* 다이어트센터 - 푸터 ::s */
.footer_wrap.diet_footer_wrap {
    border-top: 0px solid;
}

.diet_footer_wrap .footer {
    border-top: 1px solid #ddd;
}

.diet_footer_wrap .footer.footer_gdaj,
.diet_footer_wrap .footer.footer_chegam,
.diet_footer_wrap .footer.footer_habitus,
.diet_footer_wrap .footer.footer_postnatal,
.diet_footer_wrap .footer.footer_male,
.diet_footer_wrap .footer.footer_carbohydrate,
.diet_footer_wrap .footer.footer_booster{
    border-top: 0px solid;
}

.diet_footer_inner {
    background: #FFFFFF;
}

.diet_footer_inner .info_area_1 {
    border-bottom: 1px solid #ddd;
}

.diet_footer_inner .info_area_1 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.diet_footer_inner .info_area_1 .corp_area {
    border-bottom: 0px solid;
}

.diet_footer_inner .info_area_1 .corp_area li {
    padding: 33px 27px 33px 0;
}

.diet_footer_inner .info_area_1 .corp_area li:nth-child(1) a {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -1px;
}

.diet_footer_inner .info_area_1 .corp_area li:nth-child(2) a {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #888888;
}

.diet_footer_inner .info_area_1 .corp_area li:nth-child(2) a:hover{
    color: #111;
}

.diet_footer_inner .info_area_1 .sns_area {}

.diet_footer_inner .info_area_1 .sns_ul {
    display: flex;
}

.diet_footer_inner .info_area_1 .sns_li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.diet_footer_inner .info_area_1 .sns_li:not(:last-child) {
    margin-right: 14px;
}

.diet_footer_inner .info_area_1 .sns_li{
    position: relative;
}

.diet_footer_inner .info_area_1 .sns_li a:nth-child(2) {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.diet_footer_inner .info_area_1 .sns_li:hover a:nth-child(1){
    opacity: 0;
}

.diet_footer_inner .info_area_1 .sns_li:hover a:nth-child(2){
    opacity: 1;
}

.diet_footer_inner .info_area_2 {}

.diet_footer_inner .info_area_2 ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.diet_footer_inner .info_area_2 .comp {
    padding: 0 0 20px 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1px;
    color: #111111;
}

.diet_footer_inner .info_area_2 .adds {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -1px;
    color: #444444;
}

.diet_footer_inner .info_area_2 .subtit {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #444444;
}

.diet_footer_inner .info_area_2 li.tel a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 20px 0;
}

.diet_footer_inner .info_area_2 li .tel {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1px;
}

.diet_footer_inner .info_area_2 .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #888888;
}

.tel_gdaj_number {
    color: #517868!important;
}

.tel_chegam_number {
    color: #9F6371 !important;
}

.tel_chegams_number {
    color: #F25D1D !important;
}

.tel_habitus_number {
    color: #3A7A68 !important;
}

.tel_postnatal_number {
    color: #F57C61 !important;
}

.tel_male_number {
    color: #35779D !important;
}

.tel_carbohydrate_number {
    color: #A48374 !important;
}

.tel_booster_number {
    color: #70589E !important;
}

.corp_area li a.diet_privacy{color: #111;}
.gdaj_diet_privacy:hover{color: #517868 !important;}
.chegam_diet_privacy:hover{color: #9F6370 !important;}
.habitus_diet_privacy:hover{color: #3A7A68 !important;}
.postnatal_diet_privacy:hover{color: #E07057 !important;}
.male_diet_privacy:hover{color: #35779D !important;}
.carbohydrate_diet_privacy:hover{color: #735E57 !important;}
.booster_diet_privacy:hover{color: #70589E !important;}

@media screen and (max-width:750px) {
    .diet_footer_inner .info_area_1 {
        border-bottom: 0px solid;
    }

    .diet_footer_inner .info_area_1 .inner {
        display: block;
    }

    .diet_footer_inner .info_area_1 .corp_area {
        border-bottom: 1px solid #ddd;
    }

    .diet_footer_inner .info_area_1 .corp_area li {
        padding: 0;
        width: 50%;
        text-align: center;
        height: 16vw;
    }

    .diet_footer_inner .info_area_1 .corp_area li:nth-child(1) {
        border-right: 0.267vw solid #ddd;
    }

    .diet_footer_inner .info_area_1 .corp_area li:nth-child(1) a {
        font-size: 3.4rem;
        line-height: 16vw;
    }

    .diet_footer_inner .info_area_1 .corp_area li:nth-child(2) a {
        font-size: 3.4rem;
        line-height: 16vw;
    }

    .diet_footer_inner .corp_area li:not(:last-child) a::after {
        display: none;
    }

    .diet_footer_inner .info_area_1 .sns_ul {
        justify-content: space-around;
    }

    .diet_footer_inner .info_area_1 .sns_area {
        padding: 4.2vw 0 10.6vw;
    }

    .diet_footer_inner .info_area_1 .sns_li a{
        width: 12.2vw;
        height: 12.2vw;
        border: 0.267vw solid #ddd;
    }

    .diet_footer_inner .info_area_1 .sns_li:not(:last-child) {
        margin-right: 0;
    }

    .diet_footer_inner .info_area_1 .sns_li:nth-child(1) img {
        width: 4.5vw;
    }

    .diet_footer_inner .info_area_1 .sns_li:nth-child(2) img {
        width: 2.6vw;
    }

    .diet_footer_inner .info_area_1 .sns_li:nth-child(3) img {
        width: 4.2vw;
    }

    .diet_footer_inner .info_area_1 .sns_li:nth-child(4) img {
        width: 3.4vw;
    }

    .diet_footer_inner .info_area_2 {
        max-width: 91.4vw;
        margin: 0 auto;
    }

    .diet_footer_inner .info_area_2 ul {
        display: block;
        padding: 0 0 10.6vw;
    }

    .diet_footer_inner .info_area_2 .comp {
        display: flex;
        flex-flow: row wrap;
        padding: 0 0 2.6vw 0;
        font-size: 5.8vw;
        line-height: 1.54;
    }

    .diet_footer_inner .info_area_2 li .tel{
        font-size: 5.8vw;
        line-height: 1.54;
        color: #9F6371;
    }

    .diet_footer_inner .info_area_2 .adds {
        font-size: 3rem;
        line-height: 1.53;
        padding: 0 0 4.2vw 0;
    }

    .diet_footer_inner .info_area_2 .copyright {
        font-size: 2.8rem;
        line-height: 1.28;
    }

    .tel_chegam_number {
        /*margin-left: 2.6vw;*/
    }
}

/* 다이어트센터 - 푸터 ::e */


/* 공통 ::s */
.mo {
    display: none;
}


@media screen and (max-width:750px) {
    .pc {
        display: none !important;
    }

    .mo {
        display: block;
    }
}
/* 공통 ::e */