@charset "utf-8";

/*공통*/
.sub-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-wrap .title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
.sub-wrap .title h2 span {font-size: 24px;}

@media all and (max-width: 767px) {
    .sub-wrap .title h2 {font-size: 24px;}
    .sub-wrap .title h2 span {font-size: 18px;}
}


/*오시는길*/
#location .office {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}
#location .title {margin-bottom: 30px;}
#location .title h2 {
    display: inline-block;
}
#location .title .address {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 40px;
    font-size: 16px;
}
#location .title .address img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
#location .title .address span {
    display: inline-block;
    vertical-align: top;
    word-break: keep-all;
}
#location .map iframe {
    width: 100%;
    height: 400px;
}
@media all and (max-width: 767px) {
    #location .office {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    #location .title .address {
        display: block;
        margin: 15px 0 0;
        font-size: 15px;
    }
    #location .title .address img {
        width: 14px;
        margin-right: 5px;
    }
    #location .title .address span {width: calc(100% - 25px);}
    #location .map iframe {height: 300px;}
}

/*주요거래선*/
#customers .title {margin-bottom: 50px;}
#customers .list-wrap > div {position: relative;}
#customers .list-wrap .offline {margin-bottom: 50px;}
#customers .list-wrap h3 {
    background: #2064ce;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#customers .list-wrap .box {
    border: 1px solid #ddd;
    padding: 30px;
}
#customers .admin-btn {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 14px;
    color: #888;
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    #customers .title {margin-bottom: 30px;}
    #customers .list-wrap h3 {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #customers .list-wrap .box {padding: 15px;}
}