/* common.css */

body {
    min-width: 1300px;
    margin: 0 auto;
    font-family: 'M PLUS 1p', sans-serif;

}


/* font */
h1.tit {
    font-size: 40px;
    line-height: 60px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
    margin-bottom: 30px;
}

h2.sub_tit {
    font-size: 23px;
    line-height: 33px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

h3.s_sub_tit {
    font-size: 18px;
    line-height: 28px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

p.cont01 {
    font-size: 23px;
    line-height: 23px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

p.cont02 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

p.cont03 {
    font-size: 14px;
    line-height: 24px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #2f302f;
}

/* // font */

.skipNav {
    height: 0;
}

.skipNav a {
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 25px;
    text-align: center;
}

.inner {
    width: 1170px;
    margin: 0 auto;
}


.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    font-size: 0;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.08);
}

.header2 {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .inner {
    position: relative;
    height: 90px;
    overflow: hidden;
}

.header .logo {
    width: 120px;
    height: 19px;
    object-fit: contain;
    float: left;
    margin-top: 32px;
}

.header .logo .sp_logo {
    display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 25px;
    background: url(../images/logo-main.svg) no-repeat 0 0;
    background-size: 120px auto;
    font-size: 1px;
    color: transparent;
    text-indent: -999px;
}

.header nav.gnb {
    display: block;
    float: right;
}

@media (min-width:1001px) {
    .wrap .header nav.gnb {
        display: block !important;
    }
}


.gnb_wrap li {
    float: left;
    margin-left: 37px;
    line-height: 97px;
}

.gnb_wrap li a {
    width: 84px;
    height: 14px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: normal;
    color: #000;

}

.gnb_wrap li a.on {
    padding-bottom: 8px;
    border-bottom: 2px solid #ec0047;
}


.gnb_wrap li a:hover {
    color: #ec0047;
}

.header2 .gnb_wrap li a {
    color: #fff;
}

main {
    /*overflow-x: scroll;*/
    margin-top: 90px;
}

section.cont {
    padding: 100px 0;
   overflow: auto;

}

/*
h1.tit {
    font-family:'M PLUS 1p', sans-serif;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: normal;
    color: #2f302f;
}
*/

p.info {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #2f302f;
}

/*
p.desc {
    font-family:'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #2f302f;
}
*/


/* 문의영역 */
.ask {
    background-image: url(../images/bg_footer.png);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.53);
    background-repeat: no-repeat;
    padding: 150px 0;
}

.ask .inner {
    width: 80%;
    text-align: center;
    color: #fff;
}

.ask_txt {
    margin-bottom: 78px;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: normal;
    color: #ffffff;
}



/*

.ask .inner {
    position: absolute;
    top: 178px;
    left: 50%;
    margin-left: -585px;
    text-align: center
}

.ask_txt {
    width: 1035px;
    margin: 0 auto;
    height: 23px;
    font-family:'M PLUS 1p', sans-serif;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 70px;
}
*/

.btn_pink {
    display: inline-block;
    line-height: 60px;
    width: 232px;
    height: 60px;
    border-radius: 100px;
    background-color: #ec0047;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.btn_pink:focus {
    background: #c6003b;
}

.btn_pink:hover {
    background: #c6003b;
}

/* footer */
footer {
    width: 100%;
    background-color: #252525;
    color: #aaa;
    padding-top: 87px;
    padding-bottom: 79px;
}

footer .layout_desktop {
    margin-top: 19px;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

footer .layout_mobile {
    display: none;
}


footer .footer_logo {
    display: inline-block;
    overflow: hidden;
    width: 104px;
    height: 17px;
    background: url(../images/logo-main.svg) no-repeat 0 0;
    background-size: contain;
    font-size: 1px;
    color: transparent;
    text-indent: -999px;
}

footer .content_left .copyright {
    width: 275px;
    font-family: 'Roboto', SansSerif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    height: 15px;
    color: #aaaaaa;
}

footer .content_left .company_information {
    margin-top: 52px;
}

footer .content_left .company_information dl {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 18px;
}

footer .content_left .company_information dl:nth-of-type(1) {
    margin-top: 0;
}

footer .content_left .company_information dt {
    width: 98px;
    margin-right: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 500;
    color: #ec0047;
}

footer .content_left .company_information dd {
    width: 220px;
    font-family: 'Roboto', SansSerif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
}

dd.big_f {
    width: 226px;
    opacity: 0.67;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 24px;
    margin-top: -4px;
}

dt.num_f {
    margin-top: 8px;
}

dd.num_f {
    margin-top: 4px;
    margin-bottom: 2px;
}


footer .content_right {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

footer .content_right ul {
    font-size: 14px;
    line-height: 1;
}

footer .content_right ul:nth-of-type(1) {
    margin-right: 94px;
}

footer .content_right ul:nth-of-type(2) {
    margin-right: 68px;
}

footer .content_right ul li:not(.first-item) {
    margin-top: 35px;
}

footer .content_right ul li a {
    color: #aaa;
}

@media (max-width:1000px) {
    body {
        min-width: 100%;
    }

    .inner {
        width: calc(100% - 56px);
        margin: 0 auto;
        overflow: hidden;
    }

    .header .inner {
        height: 57px;
        width: calc(100% - 56px);
    }

    .head_inner {
        width: calc(100% - 56px);
        margin: 0 auto;
        overflow: hidden;
    }

    section.cont {
        padding: 35px 0;
        overflow: hidden;
    }


    h1.tit {
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: normal;
        color: #2f302f;
        margin-bottom: 10px;
    }

    p.desc {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #2f302f;
    }

    p.info {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #2f302f;
    }

    .ask {
        width: 100%;
        padding: 50px 0;
    }

    .ask_txt {
        margin-bottom: 19px;
        font-size: 13px;
    }

    .btn_pink {
        font-size: 13px;
        width: 147px;
        height: 39px;
        line-height: 39px;
    }

    .gnb_wrap li a.on {
        border: 0;
    }

    footer {
        padding-top: 35px;
        padding-bottom: 27px;
    }

    footer .layout_desktop {
        display: none;
    }

    footer .layout_mobile {
        display: block;
    }

    footer h2 {
        padding-bottom: 0;
    }

    footer hr {
        border: none;
        background: transparent;
        border-top: 1px solid #6d7278;
        margin-top: 21px;
        margin-bottom: 24px;
    }

    footer .footer_logo {
        width: 91px;
        height: 14px;
    }

    footer .layout_mobile .footer_desc {
        font-size: 11px;
        line-height: 1.91;
        margin-top: 11px;
    }

    footer .layout_mobile .footer_link_list .list_title {
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.14px;
        color: #ec0047;
    }

    footer .layout_mobile .footer_link_list .list--wrap {
        margin-top: 26px;
        display: flex;
        -webkit-display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    footer .layout_mobile .footer_link_list .list--wrap ul:nth-of-type(1) {
        margin-right: 43px;
    }

    footer .layout_mobile .footer_link_list .list--wrap li:not(.first_list) {
        margin-top: 14px;
    }

    footer .layout_mobile .footer_link_list .list--wrap li a {
        font-size: 11px;
        line-height: 1;
        letter-spacing: -0.12px;
        color: #aaa;
    }

    footer .layout_mobile .company_information p {
        font-size: 11px;
    }

    footer .layout_mobile .company_information p.footer_address {
        line-height: 2.18;
    }

    footer .layout_mobile .company_information p:not(.footer_address) {
        margin-top: 11px;
    }

    footer .layout_mobile .copyright {
        font-size: 11px;
        margin-top: 60px;
        letter-spacing: -0.16px;
        line-height: normal;
    }



    .company_info {
        overflow: hidden;
        width: 100%;
        margin-bottom: 55px;
    }

    .company_info p {
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: normal;
        color: #ffffff;
        opacity: 0.67;
    }
}

/* sora-start */
.btn_gnb {
    display: none;
}

.header .copyright {
    display: none;
}

.blind {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width:1000px) {
    .header {
        box-shadow: none;
        position: fixed;
        height: 57px;
        background-color: #000;
    }

    .main.mobile .header {
        background-color: #000;
    }

    .main.mobile .header.header2 {
        background-color: transparent;
    }

    .main.mobile .header.opened,
    .header.opened {
        position: fixed;
        height: 100%;
        background-color: #252525;
    }

    .header .inner {
        width: calc(100% - 56px);
        height: auto;
        padding-top: 22px;
    }

    .head_inner {
        width: 82.5%;
        margin: 0 auto;
    }

    .header nav.gnb {
        display: none;
        float: none;
        margin-top: 40px;
    }

    .header .logo {
        display: block;
        width: 80px;
        line-height: 14px;
        float: none;
        margin-top: 0;
    }

    .header .logo .sp_logo {
        width: 100%;
        height: 14px;
        background-size: contain;
    }

    .header.opened .copyright {
        display: block;
        color: #6d7278;
        font-size: 11px;
        line-height: 47px;
        border-top: 1px solid #6d7278;
        margin-top: 116px;
    }

    .btn_gnb {
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 0;
        top: 22px;
        background: url(../images/menu_on.png)no-repeat 0 0;
    }

    .btn_gnb.open {
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 0;
        top: 22px;
        background: url(../images/menu_off.png)no-repeat 0 0;
    }

    .gnb_wrap li {
        float: none;
        margin-left: 15px;
        line-height: 1;
        margin-bottom: 0;
    }

    .gnb_wrap li a {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 15px 0;
        color: #fff;
    }
}

/* sora-end */

@media (min-width:1001px) and (max-width:1234px){
    .inner {
        /*        width: calc(100% - 64px);*/
        margin: 0 auto;
    }

    header .inner {
        width: calc(100% - 64px);
        margin: 0 auto;
    }

    .gnb_wrap {
        overflow: hidden;
    }

    footer .inner {
        width: 1170px;
        margin: 0 auto;
    }

}
