@charset "UTF-8";

.hdtitle {
    padding: 40px 0 20px 10px;
}

.hdtitle-tl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 25px 0;
}

.bnrbox{
    text-align: center;
    padding: 25px 0 60px 0;
}

.hdtitle-tx a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

.hdtitle-tx a:hover {
    text-decoration: none;
}

.sclttl {
    background: #5c89bd;
    color: #fff;
    padding: 8px 0 8px 25px;
    position: relative;
}

.sclttl-tl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.sclttl-tl rt {
    font-weight: normal;
}

.sclttl-ct {
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    background: #2ab3da;
    padding: 3px 20px;
}

.scldata {
    padding: 20px 50px;
}

.scldata dl {
    padding: 12px 0;
    display: table;
    width: 100%;
}

.scldata dl dt {
    display: table-cell;
    vertical-align: top;
    width: 135px;
    padding: 0 5px 0 0;
}

.scldata dl dd {
    display: table-cell;
    vertical-align: top;
}

.contact {
    margin: 0 0 25px 0;
}

.contact-in {
    padding: 58px 0 45px 40px;
    border: 1px solid #0e519f;
    border-bottom: 2px solid #0e519f;
}

.contact-tel {
    display: inline-block;
    font-weight: bold;
    margin: 0 60px 0 0;
    vertical-align: middle;
}

.contact-tel .nm {
    background: url(/img/icn_freetel.png) no-repeat 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #004799;
    padding: 0 0 0 70px;
    line-height: 1;
}

.contact-tel .st {
    color: #004799;
    font-size: 12px;
    overflow: hidden;
    padding: 4px 0 0 0;
}

.contact-tel .st p {
    float: left;
}

.contact-tel .st p:last-child {
    float: right;
}

.contact-btn {
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 767px) {

    .hdtitle {
        padding: 0;
    }
    
    .bnrbox{
        padding: 10px 10px 0 10px;
    }

    .hdtitle-tl {
        background: #326cac;
        color: #fff;
        font-size: 14px;
        padding:  14px 20px;
        line-height: 1;
        margin: 0;
    }

    .hdtitle-tl span {
         background: url(/img/icn_search.png) 0 50% / 16px auto no-repeat;
         padding: 2px 0 2px 23px;
         font-weight: normal;
     }

     .hdtitle-tx {
        display: none;
     }

     .srchchange {
        padding: 30px 10px 10px 10px;
     }

     .srchchange-in {
        position: relative;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        padding: 20px 5px 0 5px;
     }

     .srchchange-in dl {
        border-bottom: 2px solid #ededed;
        padding: 7px 0;
        display: table;
        width: 100%;
     }

     .srchchange-in dl:last-child {
        border-bottom: 0;
     }

     .srchchange-in dl dt {
        display: table-cell;
        width: 110px;
        padding: 0 0 0 5px;
        vertical-align: top;
        font-size: 14px;
     }

     .srchchange-in dl dt i {
        color: #336cad;
     }

     .srchchange-in dl dd {
        display: table-cell;
        overflow: hidden;
        vertical-align: top;
        position: relative;
     }
     
     .srchchange-in dl dd select {
         background: #fff;
     }
     
     .srchchange-in dl dd select,
     .srchchange-in dl dd input {
        border: 0;
        padding: 0;
        -webkit-appearance: none;
        width: 100%;
        font-size: 14px;
     }

     .srchchange-in dl dd i {
        float: right;
        padding: 5px 0 0 0;
        color: #336cad;
        position: absolute;
        right: 0;
        top: 0;
     }

     .srchchange-tl {
        position: absolute;
        top: -15px;
        width: 100%;
     }

     .srchchange-tl p {
        background: #2a63a5;
        color: #fff;
        margin: 0 20%;
        text-align: center;
        padding: 5px 0;
        border-radius: 2px;
        font-size: 15px;
     }
     .srchchange-tl p span {
         background: url(/img/icn_search.png) 0 50% / 13px auto no-repeat;
         padding: 2px 0 2px 20px;
     }
}