/* BASIC css start */
#content { width: 1320px; }

h2.aside-tit{
    font-size:26px;
    text-align:center;
    padding:80px 0 30px;
    font-weight:bold;
}

.boardUseInfo,
.boardUseInfo > *{
    box-sizing:border-box;
}

.boardUseInfo{
    width:1320px;
    padding:25px;
    margin:35px 0 20px;
    border:1px solid #ddd;
}

.boardUseInfo h3{
    margin-bottom:30px;
    font-size:24px;
    font-weight:bold;
}

.boardUseInfo .infoBox{
    margin-bottom:30px;
}

.boardUseInfo .infoBox:last-child{
    margin-bottom:0;
}

.boardUseInfo h4{
    margin-bottom:7px;
    font-size:20px;
    font-weight:bold;
}

.boardUseInfo .infoBox ul li{
    font-size:13px;
    line-height:24px;
    color:#777;
}

.boardUseInfo .infoBox ul li.bankList span{
    position:relative;
    margin-right:20px;
}

.boardUseInfo .infoBox ul li.bankList span:after{
    content:'';
    display:block;
    position:absolute;
    width:1px;
    height:13px;
    background: #ddd;
    top: 2px;
    right: -12px;
}

.boardUseInfo .infoBox ul li.bankList span:last-child:after{
    display:none;
}

.boardUseInfo .infoBox ul li a.returnGuide{
    display: inline-block;
    padding: 0 10px;
    margin-top: -15px;
    margin-left: 20px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ddd;
}

.boardUseInfo ol li{
    font-size:13px;
    line-height:24px;
    color:#777;
}

.boardUseInfo ol li span{
    color:#111;
    font-weight:500;
}

.faqMenuList ul{
    display:flex;
    width:100%;
    margin-bottom:50px;
}

.faqMenuList ul li{
    flex-grow:1;
}

.faqMenuList ul li a{
    display:block;
    font-size:12px;
    text-align:center;
    line-height:40px;
    border:1px solid #ddd;
    border-right:0;
}

.faqMenuList ul li:last-child a{
    border-right:1px solid #ddd;
}
/* BASIC css end */

