@charset "utf-8";

#con_lf {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    min-height: 550px;
}

.tbl_wrap {
    margin-top: 150px;
    position: relative;
    border-top: none !important;
}

.tbl_frm02 {
    width: 800px !important;
    margin: 50px auto;
}

.tbl_custom {
    width: 800px !important;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
}

.tbl_custom_th {
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #f9f9f9;
    color: #555;
    float: left;
    width: 100px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tbl_custom_td {
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    color: #555;
    float: left;
    width: calc(100% - 110px);
    margin-bottom: 10px;
    overflow: hidden;
}

.tbl_custom_td input,
.tbl_custom_td textarea {
    width: 100%;
    padding: 0 20px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    margin-top: -4px;
    resize: none;
}

.tbl_custom_td input::placeholder,
.tbl_custom_td textarea::placeholder {
    color: #cfcfcf;
}

.text_box_th {
    line-height: 300px;
}

.text_box_th,
.text_box_td {
    height: 300px;
}

.tbl_custom_td textarea {
    padding-top: 15px;
}

.required, textarea.required {
    background: none;
}

.scr_td span {
    color: #EB0000;
    padding-left: 15px;
}

.scr_td input {
    display: none;
}

.scr_td input + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin: 10px 0 0 10px;
    background: url('../img/ico_check_gray.svg') no-repeat center/cover;
    transition: all 0.2s ease-in;
}

.scr_td input:checked + label {
    border-color: #EB0000;
    background-image: url('../img/ico_check_red.svg');
}

.scr_number_td {
    margin-left: 110px;
    clear: both;
    position: absolute;
    bottom: 0;
    display: none;
}

.tbl_head02 thead th:nth-child(2) {
    text-align: left !important;
    padding-left: 30px;
}

.tbl_head02 td:nth-child(2) {
    padding-left: 30px;
}

.tbl_head02 thead {
    border-bottom: 2px solid #cccccc;
}

.tbl_head02 th, .tbl_head02 td {
    font-size: 16px;
}

.tbl_head02 a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 17px 0;
    line-height: 30px;
}

.tbl_head02 td {
    border-left: none !important;
    padding: 0;
}

.tbl_head02 th {
    border-left: none !important;
    padding: 17px 0;
}

.tbl_head02 th {
    font-weight: normal;
}

.tbl_head02 tr.noti_pin_bg {
    background: #fafafa;
}

.tar a {
    width: 120px;
    display: block;
    float: right;
    background: #555;
    color: #FFF;
    text-align: center;
    padding: 0 0 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 10px;
    margin-left: 15px;
}

.tar a:hover {
    background: #1d2088;
}

.tbl_head02 td span.secret_qa img {
    width: 30px;
}

.tbl_head02 td span.secret_qa {
    line-height: 30px;
}

.tbl_head02 td span.new_tag {
    font-size: 10px;
    font-weight: 400;
    color: #EB0000;
    padding-left: 5px;
}

.pageTit h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
}

.fq_tap_box {
    position: relative;
    overflow: hidden;
}

.fq_tap_box a {
    width: 50%;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    float: left;
    border: 1px solid #EEEEEE;
}

.fq_tap_box a.active {
    border: 1px solid #1d2088;
    background: #1d2088;
    color: #FFF;
    font-weight: bold;
}

.top_btn_box {
    position: absolute;
    top: -50px;
    right: 0;
}

.fc_ccc {
    color: #cccccc;
}

.icon-write {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.icon-write::before {
    content: '';
    background: url('../img/ico_write_wht.svg') no-repeat center/cover;
    width: 35px;
    height: 35px;
    display: block;
}

/* lpSearch */
.pagination_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    margin: 100px 0 50px;
    flex-wrap: nowrap;
}

.pagination_wrap p a {
    font-size: 16px;
    color: #AAA;
    font-family: 'Lato', sans-serif;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: block;
}

.pagination_wrap p.on a {
    font-weight: bold;
    color: #202020;
}

.btn_confirm a {
    width: 180px;
    padding: 10px 0;
    background: #555;
    color: #FFF;
    font-size: 25px;
    display: inline-block;
    border-radius: 15px;

}

.btn_confirm .btn_lsmall {
    background: #555555;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    width: 100px;
    color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.1s ease-in;
}

.btn_confirm .bx-white {
    background: #AAAAAA;
}

.btn_confirm .btn_lsmall:hover {
    background: #222222;
}

.qa_view_wrap {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

.qa_view_wrap div {
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    padding: 20px 30px;
    max-height: 300px;
    overflow-y: scroll;
}

.qa_view_wrap::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.qa_a::before {
    background: url('../img/ico_faq_a.svg') no-repeat center/cover;
}

.qa_q::before {
    background: url('../img/ico_faq_q.svg') no-repeat center/cover;
}

.qa_view_wrap .qna_tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    color: #2b2b2b;
}

.qa_view_wrap .qna_script {
    font-size: 16px;
    line-height: 50px;
    color: #2b2b2b;
}

.noti_search_wrap {
    width: 220px;
    height: 35px;
    position: relative;
    float: right;
    z-index: 9;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 10px;
}

.noti_search_wrap button {
    width: 35px;
    height: 35px;
    float: left;
    background: #555555;
    border-radius: 10px;
}

.noti_search_wrap button i {
    font-size: 26px;
    color: #fff
}

.noti_search_wrap input {
    width: calc(100% - 35px);
    float: left;
    font-size: 16px;
    color: #202020;
    height: 35px;
    line-height: 35px;
}

.noti_search_wrap input::placeholder {
    color: #ccc;
}

.faq_btn {
    padding-left: 0 !important;
}

#tab_cate_ul {
    margin-top: 80px;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

}

#tab_cate_ul li {
    border: 1px solid #1d2088;
    margin-left: 10px;
    padding: 5px 15px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}

#tab_cate_ul li.active a {
    color: #1d2088;
    font-weight: bold;
}

#tab_cate_ul li:first-child {
    margin-left: 0;
}

.faq_li {
    border-top: 2px solid #1d2088;
    margin-top: 50px;
}

.faq_li li {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 35px;
    font-size: 20px;
}

.faq_q img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.faq_a {
    padding-left: 50px;
    padding-right: 50px;
    background: #f2f3f5;
}

.faq_a * {
    font-size: 18px !important;
    color: #202020 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: normal !important;
}