@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2020. 10. 03.
-------------------------------------------------*/

/* 레이아웃 */
.container {
    max-width: 1200px;
    margin: auto;
}
#contents_wrap {
    padding-top: 72px;
    min-width: 1200px;
}
#contents_wrap.main {
    padding-top: 0;
}

/* header */
header {
    position: fixed;
    width: 100%;
    height: 72px;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    z-index: 150;
}
header.main {
    background: transparent;
    border: 0;
}
header h1 {
    float: left;
}
header h1 a {
    display: block;
    padding: 22px 0;
    box-sizing: border-box;
}
header h1 a img {
    display: block;
    width: 180px;
}
header .container > a {
    float: right;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-sizing: border-box;
    color: #707070;
    font-weight: 500;
    margin-top: 16px;
    padding: 0 16px;
}
header.main .container > a {
    border-color: #fff;
    color: #fff;
}
header .container > a.ios {
    margin-left: 8px;
}
header .container > a i {
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url(../img/google_i.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: -6px;
}
header .container > a.ios i {
    background: url(../img/apple_i.png) no-repeat center center;
    background-size: contain;
}
header.main .container > a i {
    background: url(../img/google_i_w.png) no-repeat center center;
    background-size: contain;
}
header.main .container > a.ios i {
    background: url(../img/apple_i_w.png) no-repeat center center;
    background-size: contain;
}

footer {
    background: #F5F5F5;
    padding: 40px 0;
    min-width: 1200px;
}
footer ul li {
    float: left;
}
footer ul li:nth-child(2) {
    float: right;
    width: 30%;
    padding-left: 22px;
    box-sizing: border-box;
    text-align: right;
}
footer ul li h2 img {
    width: 106px;
    height: 70px;
}
footer ul li dl dt {
    font-size: 18px;
    line-height: 27px;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}
footer ul li dl dd {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
footer ul li:nth-child(2) > a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #999;
    border-radius: 8px;
    color: #999;
    padding: 0 16px;
    box-sizing: border-box;
    font-weight: 500;
    text-align: left;
}
footer ul li:nth-child(2) > a i {
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url(../img/google_i.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: -6px;
}
footer ul li:nth-child(2) > a.ios i {
    background: url(../img/apple_i.png) no-repeat center center;
    background-size: contain;
}
footer ul li:nth-child(2) dl dt {
    margin-top: 54px;
}
footer ul li:nth-child(2) dl dd:nth-of-type(3) {
    margin-top: 24px;
}
footer ul li:nth-child(2) dl dd a {
    display: inline-block;
    color: #707070;
    font-weight: 500;
    margin-top: 12px;
    padding-right: 10px;
    margin-right: 6px;
    line-height: 12px;
    border-right: 1px solid #999;
}
footer ul li:nth-child(2) dl dd a:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
footer .copyright {
    font-size: 12px;
    line-height: 24px;
    color: #999;
}



@media (max-width: 1200px) {
    .container {
        padding: 0 10px;
        box-sizing: border-box;
    }
}
@media (max-width: 767px) {
    #contents_wrap {
        min-width: 100%;
        padding-top: 58px;
    }
    header {
        height: 58px;
    }
    header h1 a img {
        width: 90px;
    }
    header .container > a {
        height: 32px;
        line-height: 30px;
        width: 140px;
        margin-top: 13px;
    }
    footer {
        padding: 30px 0;
        min-width: 100%;
    }
    footer ul li {
        float: none !important;
        width: 100% !important;
    }
    footer ul li:nth-child(2) {
        padding: 0;
        margin-top: 16px;
        text-align: left;
    }
    footer ul li h2 img {
        width: 53px;
        height: 35px;
    }
    footer ul li dl dt {
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px;
        margin-bottom: 6px;
    }
    footer ul li dl dd {
        font-size: 12px;
        line-height: 22px;
    }
    footer ul li:nth-child(2) > a {
        height: 32px;
        line-height: 30px;
        width: 140px;
    }
    footer ul li:nth-child(2) dl dt {
        margin-top: 24px;
    }
    footer ul li:nth-child(2) dl dd:nth-of-type(3) {
        margin-top: 16px;
    }
}














