@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

body {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

body * {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans SC', 'Noto Sans KR', sans-serif;
}

table {
    border-collapse: collapse;
    table-layout: auto;
}

*:focus {
    outline: none;
}

.main_title {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.main_title > h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.main_title > span {
    display: block;
    width: 180px;
    height: 5px;
    position: relative;
    margin: 0 auto;
}

.main_title > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

.mo_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9991;
}

/*서브 배경*/
#sub_sd {
    width: 100%;
    height: 380px;
    position: relative;
}

#sub_sd .sub_sd_area {
    width: 100%;
    height: 100%;
    position: relative;
}

#sub_sd .sub_sd_con {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#sub_sd .sub_sd_con .sub_bg_con {
    width: 100%;
    height: 100%;
    position: relative;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg_01 {
    background-image: url(../img/sub/sub_bg_01.png);
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg_02 {
    background-image: url(../img/sub/sub_bg_02.png);
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg_03 {
    background-image: url(../img/sub/sub_bg_03.png);
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg_04 {
    background-image: url(../img/sub/sub_bg_04.png);
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
    margin-top: 220px;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt > h2 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt > h2 > span {
    font-size: 2.5rem;
    font-weight: 600;
    vertical-align: middle;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 10px;
    letter-spacing: -1px;
    color: #fff;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt > h2 > img {
    vertical-align: middle;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt > p {
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 1px;
}

#sub_sd .sub_sd_con .sub_bg_con > .sub_bg_02 .sub_bg_txt > p {
    color: #fff;
}


#sub_sd .sub_sd_con .sub_bg_con > .sub_bg_04 .sub_bg_txt > p {
    color: #fff;
}

@media all and (max-width: 481px) {
    #sub_sd {
        height: 250px;
    }

    #sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt {
        margin-top: 110px;
    }

    #sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt > h2 > span {
        display: block;
        font-size: 2rem;
        line-height: 50px;
    }

    #sub_sd .sub_sd_con .sub_bg_con > .sub_bg .sub_bg_txt > h2 > img {
        width: 145px;
    }
}

/*서브 배경 end*/

/*서브 탭 메뉴*/
#sub_tab {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_tab .sub_tab_size {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

#sub_tab .sub_tab_size .sub_tab_area {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    height: auto;
    position: relative;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li {
    float: left;
    text-align: center;
    height: auto;
    position: relative;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li::after {
    content: '';
    width: 1px;
    height: 22px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #e5e5e5;
    z-index: 99;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li:last-of-type::after {
    content: none;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_01 > li {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_02 > li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_03 > li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_04 > li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li > a {
    display: block;
    background-color: #fff;
    color: #777;
    /*font-size: 0.875rem;*/
    font-size: 1.125rem;
    line-height: 0.9rem;
    font-weight: 400;
    padding: 30px 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li > a:hover {
    background-color: #0070c0;
    color: #fff;
    z-index: 991;
}

#sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li.open > a {
    background-color: #0070c0;
    color: #fff;
    z-index: 991;
}

@media all and (max-width: 481px) {
    #sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li {
        width: 100%;
    }

    #sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li::after {
        content: none;
    }

    #sub_tab .sub_tab_size .sub_tab_area .sub_tab_con > li > a {
        padding: 12px 0;
    }
}

/*서브 탭 메뉴 end*/

/*서브 옵션*/
#sub_option {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_option .sub_sc_area {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_option .sub_sc_con {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_option .sub_sc_con .sub_size {
    padding-top: 70px;
    padding-bottom: 150px;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    height: auto;
}

#sub_option .sub_sc_con .sub_full {
    max-width: 100%;
}

#sub_option .sub_sc_con .sub_size .sub_box {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_option .sub_sc_con .sub_size .sub_box .sub_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

#sub_option .sub_sc_con .sub_size .sub_box .sub_title > h2 {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 2.313rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #010344;
    letter-spacing: -.5px;
}

@media all and (max-width: 1281px) {
    #sub_option .sub_sc_con .sub_size {
        padding-left: 30px;
        padding-right: 30px;
    }

    #sub_option .sub_sc_con .sub_full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 481px) {
    #sub_option .sub_sc_con .sub_size {
        padding-left: 15px;
        padding-right: 15px;
    }

    #sub_option .sub_sc_con .sub_full {
        padding-left: 0;
        padding-right: 0;
    }
}

/*서브 옵션 end*/


/*게시판 리스트*/
a.btn_admin,
.btn_admin {
    color: #010344;
}

a.btn_admin:hover,
.btn_admin:hover {
    color: #4c50d8;
}

#bo_list .tbl_head01 thead th {
    border-top: 2px solid #010344;
}

#bo_list .chk_box input[type="checkbox"] + label span {
    float: none;
    margin: 0 auto;
}

#bo_list tbody tr:hover {
    border: 0;
}

#bo_list .bo_tit .new_icon {
    margin-bottom: 3px;
}

#bo_list .tbl_head01 thead th.writer {
    width: 140px;
}

#bo_list .bo_tit .fa-lock {
    margin-bottom: 3px;
}

@media all and (max-width: 801px) {
    #bo_list .tbl_head01 {
        border-top: 2px solid #010344;
    }

    #bo_list .tbl_head01 thead th {
        display: none;
    }

    #bo_list .tbl_head01 td.td_subject {
        width: 100%;
        height: auto;
        display: block;
        border-bottom: 0;
    }

    #bo_list .tbl_head01 td.td_name {
        float: left;
        width: auto;
        height: auto;
        padding: 0;
        padding-bottom: 10px;
        border: 0;
    }

    #bo_list .tbl_head01 td.td_name > span {
        font-size: 0.813rem;
        color: #777;
    }

    #bo_list .tbl_head01 td.td_num {
        display: none;
    }

    #bo_list .tbl_head01 td.td_datetime {
        float: left;
        width: auto;
        height: auto;
        padding: 0;
        padding-left: 20px;
        padding-bottom: 10px;
        border: 0;
        font-size: 0.813rem;
        line-height: 24px;
        color: #777;
    }

    #bo_list tbody .even td {
        background-color: #fff;
    }
}

/*게시판 리스트 end*/

/*게시판 글쓰기*/
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {
    margin-top: 4px;
}

.btn_cke_sc {
    font-size: 0.938rem;
    line-height: 20px;
}

#bo_w .bo_w_info .frm_input {
    width: -webkit-calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
}

#bo_w .bo_w_info .frm_input:nth-of-type(2n) {
    margin-right: 0;
}

#bo_w #wr_password,
#bo_w #wr_homepage {
    margin-left: 0;
}

/*게시판 글쓰기 end*/

/*게시판 보기*/

#bo_v_con .support_con {
    width: 100%;
    height: auto;
    position: relative;
}

#bo_v_con .support_con > .p_tag {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#bo_v_con .support_con > .p_tag > span {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 13px;
    color: #fff;
    background-color: #0a3c6e;
    border-radius: 3px;
}

.btn_submit {
    background-color: #010344;
}

.btn_submit:hover {
    background-color: #4c50d8;
}

/*게시판 보기 end*/
