@charset "UTF-8";
.test{background-color:paleturquoise}

.body-layout>.faq-contents-area{width: 90%;height: 100%;margin: 0 auto; max-width: 1533px;}
.contents-faq-wrapper{width: 100%;border-top:2px solid black;margin: 10px 0 50px 0;}
.contents-faq-wrapper>.faq-info>.faq-info-content{display: flex;min-height: 90px;height: 100%;align-items: center;border-bottom: 1px solid #c6c6c6; padding: 15px;}
.contents-faq-wrapper>.faq-info>div:nth-of-type(1){cursor:pointer;}
.contents-faq-wrapper>.faq-info>.faq-info-content>div{margin: 10px 0}
.contents-faq-wrapper>.faq-info>.faq-info-content>div:nth-of-type(1)>p{font-size: 20px;font-weight: bolder; padding: 0 40px 0 10px;}
.contents-faq-wrapper>.faq-info>.faq-info-content>div:nth-of-type(2)>p{font-size: 16px;}
.contents-faq-wrapper>.faq-info>div:nth-of-type(1)>div:nth-of-type(2)>p{font-weight: bolder;}
.contents-faq-wrapper>.faq-info>div:nth-of-type(2)>div:nth-of-type(1)>p{padding: 0 80px 0 10px;}

.contents-faq-wrapper>.faq-info>.display_none{display: none}
.contents-faq-wrapper>.faq-info>.clicked{background-color:#ffffe3}

.faq-contents-area>.faq-list-pages{display: flex; justify-content: center;align-items: center;margin: 30px;}
.faq-contents-area>.faq-list-pages>li{list-style: none;text-align: center;width: 35px;height: 35px;border:1px solid #A0A0A0;margin: 0 5px;cursor: pointer; color:#000; align-content: center; font-size: 15px;}
.faq-contents-area>.faq-search-wrapper{display: flex; justify-content: space-between}
.faq-contents-area>.faq-search-wrapper>.search-box-wrapper{display:flex; align-items: center;}
.srch-txtbox{margin-bottom: 0;}
@media screen and (width: 768px) {
}
@media screen and (max-width: 480px) {
    .contents-faq-wrapper>.faq-info>.faq-info-content{min-height: 50px;}
    .contents-faq-wrapper>.faq-info>.faq-info-content>div:nth-of-type(1)>p{font-size: 15px; padding: 0 20px 0 5px; line-height: 1.5;}
    .contents-faq-wrapper>.faq-info>.faq-info-content>div:nth-of-type(2)>p{font-size: 13px;}
    .contents-faq-wrapper>.faq-info>div:nth-of-type(2)>div:nth-of-type(1)>p{padding: 0 40px 0 5px;}
}

