@charset 'utf-8';
/* ~mo tiny */
/* @media screen and (max-width: 280px) {} */

/* ~mo */
/* @media screen and (min-width: 281px) and (max-width: 767px) {} */


/* ~mo */
@media screen and (max-width: 767px) {
    body.hidden .logo_design {
        color: #fff;
    }
    .hd_btn .login_btn {
        display: none;
    }
    .btn .login_btn, .btn .heart_btn {
        display: none;
    }
    #ld_gnb {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        background-color: rgba(0,0,0,0.9);
        opacity: 0;
        z-index: 100;
    }
    #ld_gnb a {
        color: #fff;
    }
    .gnb {
        flex-direction: column;
        align-items: flex-start;
    }
    .depth1 {
        width: 204px;
        margin-bottom: 20px;
    }
    .depth1 > a {
        height: 40px;
    }
    #ld_gnb .depth1.active > a {
        font-size: 1.3em;
    }
    .depth2 {
        position: static;
        /* left: 100%;
        top: 0; */
        margin-left: 24px;
        background-color: var(--brick);
        border-radius: 0 24px;
    }
    .depth2 a {
        padding-left: 0.8em;
    }
    .depth2 a:before {
        display: block;
    }
    
}

/* tb~ */
@media screen and (min-width: 768px) {
    
    
}

/* only tb */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .depth1 > a {
        padding: 0 12px;
        font-size: 1em;
    }
}

/* pc */
@media screen and (min-width: 1280px) {
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    /* 여백 */
    .pd_large {
        padding: 100px 0;
    }
    .pd_medium {
        padding: 80px 0;
    }
    .pd_small {
        padding: 40px 0;
    }
    .bg_box:before {
        height: 36px;
    }
    .ft_container {
        
    }
    .ft_menu_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ft_menu {
        display: flex;
        flex-wrap: wrap;
    }
    .ft_menu li {
        padding: 1.125rem 0;
    }
    .ft_menu li:after {
        content: '|';
        padding: 0 1.25rem;
    }
    .ft_menu li:nth-of-type(3):after,
    .ft_menu li:nth-of-type(5):after {
        content: '|';
    }
    .ft_menu li:nth-of-type(8):after {
        content: '';
    }
    .ft_menu_txt03 {
        color: rgba(140, 74, 59, 0.7);
    }
    .ft_info_btn {
        display: flex;
        flex-direction: row;
    }
    .ft_info_btn li {
        padding: 1.125rem 0;
    }
    .ft_info_btn_txt01 {
        margin-right: 1.25rem;
    }
    .ft_info_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .ft_info_wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 50rem;
    }
    .ft_info_txt01 {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .ft_info_top {
        display: flex;
        flex-wrap: wrap;
        padding: 1.25rem 0;
        font-size: 0.875rem;
    }
    .ft_info_address {
        display: block;
    }
    .ft_info_top dt:after {
        content: ':';
        padding: 0 0.625rem;
    }
    .ft_info_top dd:after {
        content: '|';
        padding: 0 0.625rem;
    }
    .ft_info_top dd:nth-of-type(1):after,
    .ft_info_top dd:nth-of-type(2):after,
    .ft_info_top dd:nth-of-type(4):after,
    .ft_info_top dd:nth-of-type(5):after {
        content: '|';
    }
    .ft_info_top dd:nth-of-type(3):after,
    .ft_info_top dd:nth-of-type(6):after {
        content: '';
    }
    .ft_info_num span {
        border-bottom: 1px solid #000;
    }
    .ft_info_txt02 {
        font-weight: 500;
    }
    .ft_info_bottom {
        font-size: 0.875rem;
        padding-top: 1.25rem;
    }
    .ft_info_right {
        top: 10.5%;
        right: 2.5%;
    }
    .ft_info_help_wrap {
        padding-top: 20px;
    }
    .ft_info_txt03 {
        font-size: 1.25rem;
    }
    .ft_info_help {
        display: flex;
        font-size: 0.875rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .ft_info_help dt:after {
        content: ':';
        padding: 0 0.625rem;
    }
    .ft_info_icons {
        padding-top: 1.875rem;
    }
    .ft_info_icons a {
        padding-right: 1.25rem;
    }
}