@charset "utf-8";
body{
    background-color: #f3f3f3;
}

.notice_logo{
    height: 75px;
    display: flex;
    justify-content: center;
}

.notice_logo a{
    display: block;
    width: 150px;
    height: 75px;
    background: url(../img/ggpaycolorlogo.png) no-repeat center center /contain;
    text-indent: -9999px;
}

.faq_banner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.banner_inner{
    width: 1200px;
    background-color: rgb(39, 140, 255);
    padding: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-direction: column;
    color: white;
}

.notice_faq{
    display: flex;
    justify-content: center;
}
.notice_faq_inner{
    width: 1200px;
    display: flex;
    justify-content: start;
    padding: 10px 0;
    align-items: center;
    gap: 20px;
    position: relative;
}

.btn_line::after{
    content: "|";
    display: inline-block;
    padding-left: 20px;
}

.notice_base_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice_lookup_inner{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    align-items: flex-end;
}

.notice_count{
    color: rgb(88, 166, 255);
}

.notice_search{
    position: relative;
}
.notice_search input{
    padding: 10px 70px 10px 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.notice_search input::placeholder{
    color: #cccccc;
}

.search_btn{
    position: absolute;
    top: 25%;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/search_btn.png) no-repeat center center /contain;
    text-indent: -9999px;
    cursor: pointer;
}

.banner_base_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_list{
    padding-bottom: 70px;
}

.faq_list_inner{
    width: 1200px;
}

.faq_list_title{
    text-align: center;
    padding: 8px 0 10px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background: white;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.faq_categorie{
    width: 5%;
    text-align: center;
}
.faq_list_name{
    width: 95%;
    text-align: center;
}

.faq_list_content li{
    background: #ececec;
    border-bottom: 1px solid #888888;
    font-size: 12px;
}

.faq_item.hidden {
    display: none;
  }

.faq_question{
    display: flex;
}

.categorie_cont{
    width: 5%;
    text-align: center;
    padding: 8px 0 10px;
    color: rgb(0, 78, 138);
}

.faqlist_cont{
    padding: 8px 0 10px 10px;
    cursor: pointer;
    color: #888888;
}

.faqlist_cont:hover{
    color: black;
}

.faq_answer{
    display: none;
    width: 100%;
    padding: 20px;
    background-color: white;
}

/* faq 다음이전버튼 */
.faq_next_btn{
    padding: 70px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.faq_next_btn span{
    color: #888888;
    cursor: pointer;
}

.faq_checked{
    color: black !important;
}