/* BASIC css start */
#content {justify-content: center; text-align: center; align-items: center;}

.mb_p {font-size: 22px; margin: 20px 0 29px;}

.mb_div {background: #000; width: 270px; height:60px; color:#fff; text-align: center; display: inline-black; margin: 0 auto; }
.mb_div p {text-align: center; line-height: 60px; font-size: 20px; }


#productWrap {text-align: left;}
.productAlert{
    padding-top:70px;
}

.productAlert h3 a{
    display:block;
    position:relative;
    padding:10px 0;
    font-size:22px;
    font-weight:500;
    line-height:30px;
    border-bottom:1px solid #000;
}

.productAlert h3 a svg{
    position:absolute;
    top:15px;
    right:0;
    width:20px;
}

.productAlert h3 a.active svg{
    transform:rotate(180deg);
}

.productAlert .toggleCon{
    display: none;
    padding-top:15px;
    margin-bottom:35px;
    font-size:13px;
    line-height:38px;
}

.productAlert dl dt{
    font-size:19px;
    font-weight:700;
    margin:20px 0 5px;
}

.productAlert dl dd ul li{
    position:relative;
    padding-left:15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}

.productAlert dl dd ul li:after{
    content:'ㆍ';
    position:absolute;
    top:9px;
    left:0;
    width:15px;
    font-size:18px;
    line-height:20px;
    text-align:center;
}




/* BASIC css end */

