<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
.page-hd {
    position:relative;
    margin:0;
    padding:0;
}

.page-hd h2 {
    font-size: 24px;
    text-align:center;
    margin:100px 0 5px;
    letter-spacing: 0.07em;
}

.page-hd p {
    font-size: 14px;
    text-align:center;
    margin:0 0 100px;
    letter-spacing: 0.07em;
}


@media(max-width: 992px) {
    .page-hd h2 {
        font-size: 20px;
        margin:50px 0 30px;
    }
    
    .topBgBan.page-hd {
        padding: 50px 0;
        margin: 0 -20px 50px;
    }

    .topBgBan.page-hd p{
        font-size:11px;
    }
}

#opt_icons {
    padding:30px 0 0px;
    border-bottom:1px solid #ddd;
}

#opt_icons ul {
    overflow:hidden;
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#opt_icons ul li {
    display: inline-block;
    width: auto;
    text-align:center;
    padding: 0 20px;
}

#opt_icons ul li a {
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
}
#opt_icons ul li.active a {
 border-bottom: 1px solid #000;
}

.store_exp {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
.store_exp h3 {
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
}
.store_exp p {
    font-size: 13px;
    color: #555;
    line-height: 23px;
}

.store_exp p span{
    display: block;
    font-size: 13px;
    font-weight: 100;
    margin-top: -5px;
}

.store_exp .snsWrap{
    margin:30px 0;
}

@media(max-width: 992px) {
    #opt_icons ul li{
        padding: 0 10px;
    }
    
    #opt_icons ul li a {
        font-size: 14px;
    }

    .store_exp {
        padding: 20px 0;
    }
    
    .store_exp p {
        font-size: 12px;
    }
}



/* BASIC css end */

</pre></body></html>