.sectionWrap{
    margin-bottom: 100px;
}
article{
    width:1366px;
    margin:50px auto;
}
.article1>h3{
    font-size: 30px;
    line-height: 60px;
    border-bottom: 2px solid black;
}
.faqCategory{
    overflow: hidden;
}
.faqContentToggle{
    display: none;
}
.faqCategory>li{
    float:left;
    width:49%;
    margin: 2%;
    margin-left:0;
    height: 300px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    color:black;
    background-color: #f1f1f1;
}
.faqCategory>li:hover{
    background-color: rgba(0,0,0,0.2);
    transition: .5s;
}
.faqCategory>li>img{
    margin-top:50px;
}
.faqCategory>li:last-of-type{
    margin-right: 0;
}
.faqContent>li{
    line-height: 70px;
    font-size: 18px;
    color:white;
    margin-bottom: 2px;
    cursor:pointer;
    overflow: hidden;
    background-color: rgba(0,0,0,0.3);
}

.faqContent>li>span:first-of-type{
    width:70px;
    height: 70px;
    float:left;
    text-align: center;
    font-size: 25px;
}
.faqContent>li>span:nth-of-type(2){
    color:white;
    float:right;
    width:70px;
    height: 70px;
    line-height: 55px;
    text-align: center;
    font-size: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    transition: .5s;
}
.faqContentRotate{
    transform: rotate(-90deg);
    color:orange !important;
}
.faqContentRotate2{
    color:orange !important;
}
.faqContentSeleted{
    background-color:black !important;
}
.faqContent>li>ul>li{
    display:none;
    position: relative;
    padding:20px 0;
    padding-left:100px;
    line-height: 20px;
    font-size: 15px;
    background-color: white;
    color:black;
}
.faqContent>li>ul>li::before{
    content:"A";
    position: absolute;
    color:orange;
    font-weight: bold;
    left:80px;
}