/* BASIC css start */
#faqWrap #faqTable img { width:100%; }

body #header .menuArea{display:none}
#header .logo_top .logo{display:none;}
.main_cate_tab.top_swiper_navi{display:none;}
#container{margin: 88px 0 0;}

/* Å¸ÀÌÆ² */
#faqWrap .h_title{
    position: fixed;
    top: 36px;
    left: 0;
    width: 50%;
    height: 52px;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}
#faqWrap.z_num .h_title{
    z-index: 0;
}
#faqWrap .back{ 
    margin: 0 0 0 5px;
    background: url(/design/nak3618/2021new/m/datail_prev_btn.png) no-repeat center center;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    position: relative;
    background-size: 10px;
    filter: invert(1);
}
#faqWrap .h_title h3{
    margin: 0; 
    font-size: 18px; 
    font-weight: 700;
    transform: translateX(50%);
    white-space: nowrap;
}

/* °Ë»ö */
#faqWrap .search-wrap.custom_st{
    padding: 10px 16px;
}
#faqWrap .search-wrap.custom_st .item-search{
    height: 40px;
    border-radius: 40px;
    background: var(--bg-color-gray);
    padding: 5px;
    box-sizing: border-box;
}
#faqWrap .search-wrap.custom_st .item-search .select_box{
    height: 30px;
    border: none;
    width: 110px;
}
#faqWrap .search-wrap.custom_st .item-search .select_box select{
    height: 30px;
    border-radius: 40px;
}
#faqWrap .search-wrap.custom_st .item-search.st2 .input_box{
    width: calc(100% - 145px);
    height: 30px;
    margin-right: 0;
    border: none;
}
#faqWrap .search-wrap.custom_st .item-search .input_box input{
    height: 30px;
    background: transparent;
}
#faqWrap .search-wrap.custom_st .item-search .btn_search{
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
}
#faqWrap .search-wrap.custom_st .item-search .btn_search img{
    width: 16px;
    margin: 2px 5px 0 0;
    vertical-align: middle;
}

/* ÅÇ ¿µ¿ª */
#faqWrap .basic_tab_menu_wrap{
    border-top: none;
    border-bottom: none;
}
#faqWrap .basic_tab_menu_wrap ul{
    width: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 8px;
    margin-right: 0;
    margin-bottom: 0;
}
#faqWrap .basic_tab_menu_wrap.tab_3x ul li{
    width: fit-content;
    border: 1px solid var(--border-color-gray);
    border-radius: 7px;
}
#faqWrap .basic_tab_menu_wrap ul li a{
    font-size: 12px;
    font-weight: 400;
}

/* ¸ñ·Ï */
#faqWrap #faqTable.custom_table{
    margin: 20px auto;
    width: calc(100% - 32px);
}
#faqWrap #faqTable.custom_table tr{
    border-bottom: none;
    border-top: 1px solid var(--border-color-gray);
}
#faqWrap #faqTable.custom_table tr:nth-of-type(1){
    border-top: none;
}
#faqWrap #faqTable.custom_table tr td{
    padding: 15px 10px;
    font-size: 14px;
}
#faqWrap #faqTable.custom_table tr.slide-show{
    border-top: none;
}
#faqWrap #faqTable.custom_table tr.slide-show td{
    background: #fff!important;
    padding: 0 10px;
}
#faqWrap #faqTable.custom_table tr.slide-show dl{
    font-size: 13px;
    color: var(--text-color-gray);
    border-top: 1px solid #f1f1f1;
}
#faqWrap #faqTable.custom_table tr.slide-show dl dt{
    display: none;
}
#faqWrap #faqTable.custom_table tr.slide-show dl dd{
    line-height: 18px;
    padding: 15px 0;
    word-break: keep-all;
}
#faqWrap #faqTable.custom_table tr.slide-show dl dd:before{
    display:none;
}
/* BASIC css end */

