/*common*/
.st_bg {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 5px;
    background: #e2e1e0;
    vertical-align: -1px;
} 

/* subTop */
.subTop {
    background-size: cover !important;
}
.subTop .c_wrp {
    height: 300px;
    text-align: center;
}
@media (max-width: 768px) {
    .subTop .c_wrp {
        height: 150px;
    }
}
/*subCommon*/
#subCommon #subCommon_box {
    position: relative;
}
#subCommon #subCommon_box .left .first > h3{
    background: #9b1f4e;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
}
@media (min-width: 992px) {
    #subCommon #subCommon_box {
        padding-left: 330px;
        min-height: 500px;
    }
    #subCommon #subCommon_box .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
    }
    #subCommon #subCommon_box .left .first {
        margin-top: -79px;
    }
}
@media (max-width: 1200px) {
    #subCommon #subCommon_box .coloz_box .svc ul li {
        width: 50%;
    }
}
@media (max-width: 992px) {
    #subCommon #subCommon_box .left {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    #subCommon #subCommon_box .left > div,
    #subCommon #subCommon_box .left > li {
        width: 100%;
    }
    #subCommon #subCommon_box .left .first {
        order: 1;
    }
    #subCommon #subCommon_box .left .second {
        order: 2;
    }
}
/*좌측 메뉴*/
.nav_list {
    margin: 0;
    background-color: #fff;
    padding: 53px 0;
}
.nav_list li {
    display: block;
    float: none;
}
.nav_list > li > a {
    text-decoration: none;
    display: block;
    font-size: 17px;
    line-height: 1em;
    padding: 20px 0;
    color: #333;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
    background-color: transparent;
    letter-spacing: -0.02em;
}
.nav_list > li.current > a {
    color: #ff470f;
}
.nav_list > li.current > a:before {
    opacity: 1;
}
.nav_list > li.current > a:after {
    /*content: "";*/
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
    background-color: #ff470f;
}
.nav_list > li > a:hover,
.nav_list .drop_dw.act > a {
    color: #111;
}
.nav_list > li.act > a {
    color: #9b1f4e;
    border-bottom-color: #9b1f4e !important;
}
@media (min-width: 992px) {
    .nav_list > li > a {
        border-bottom: 1px solid #eee;
    }
    .nav_list > li.act > a {
        background: url(../img/mn_arr_c.png) 90% center no-repeat;
    }
    .nav_list .drop_dw.act {
        border-bottom: 1px solid #ddd;
    }
    .nav_list > li.drop_dw > a:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        height: 100%;
        width: 20px;
        background: url(../img/btn_arr.png) center center no-repeat;
        transform: rotate(90deg);
    }
    .nav_list > li.drop_dw.act > a:before {
        transform: rotate(270deg);
    }
}
@media (max-width: 992px) {
    .nav_list {
        padding: 0 10px;
        margin: 0px -15px 20px;
        background-color: transparent;
        position: relative;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav_list > li {
        display: inline-block;
        text-align: center;
        padding:  0 10px;
    }
    .nav_list > li > a {
        font-size: 14px;
        padding: 10px 0;
        color: #999;
        position: relative;
        letter-spacing: -0.05em;
    }
    .nav_list > li.act > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 2px;
        width: 100%;
        background-color: #111;
    }
    .nav_list > li.drop_dw > a:before {
        background-size: 4px !important;
    }
    .nav_list .drop_dw_menu {
        padding: 8px 25px;
        position: absolute;
        left: 0;
        top: 100%;
        white-space: nowrap;
    }
    .nav_list .drop_dw_menu li {
        display: inline-block;
        white-space: nowrap;
    }
    .nav_list .drop_dw_menu li a {
        padding: 5px 3px;
        font-size: 13px;
    }
    .nav_list .drop_dw_menu li.act a {
        color: #111 !important;
    }
}
@media (max-width: 400px) {
    .nav_list .drop_dw_menu {
        padding: 5px 10px;
    }
    .nav_list > li > a,
    .nav_list .drop_dw_menu li a {
        font-size: 12px;
    }
}
/*site_con_wrp*/
.site_con_wrp {
    display: inline-block;
}
.site_con_wrp ul li {
    display: inline-block;
}
.site_con_wrp ul li a {
    display: inline-block;
    margin-right: 10px;
}
.site_con_wrp ul li a img {
    width: 12px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.site_con_wrp ul li span {
    display: inline-block;
    line-height: 14px;
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 300;
}
.site_con_wrp ul li span {
    background: url(../img/btn_arr.png) 5px center no-repeat;
    padding-left: 20px;
    background-size: 4px;
}
.site_con_wrp ul li:last-child span{
    font-weight: 600;
    color: #333;
}
@media (max-width: 768px) {
    .site_con_wrp {
        padding: 5px 0;
    }
    .site_con_wrp ul li a {
        margin-right: 5px;
    }
    .site_con_wrp ul li a img {
        width: 10px;
        margin-bottom: 1px;
    }
    .site_con_wrp ul li span {
        line-height: 10px;
        font-size: 12px;
    }
    .site_con_wrp ul li:not(:nth-child(2)) span {
        background-position: 5px center;
        padding-left: 14px;
        background-size: 2px;
    }
}


/* topTit */
.topTit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/* contenBox */
.contenBox {
    padding: 50px 0;
}
@media (max-width: 768px) {
    .contenBox {
        padding: 20px 0;
    }
}
/* wanningBox */
.wanningBox {
    padding: 30px;
    margin-top: 20px;
    background-color: #f7f7f7;
}
.wanningBox h5 {
    font-weight: 700;
}
.wanningBox strong {
    font-weight: 500;
}
@media (max-width: 768px) {
    .wanningBox {
        padding: 15px;
        margin-top: 10px;
        background-color: #f7f7f7;
    }
}

/* t_list */
.p_list li {
    margin: 15px 0;
}
.p_list li p {
    position: relative;
    padding-left: 30px;
    line-height: 1.4em;
}
.p_list li p > span {
    position: absolute;
    left: 0;
    top: 1px;
    width: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #9b1f4e;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
}
@media (max-width: 768px) {
    .p_list li p {
        padding-left: 25px;
    }
    .p_list li p > span {
        width: 18px;
        line-height: 18px;
    }
}

/* serialList */
.serialList {
    border-bottom: 0px !important;
}
.serialList li {
    position: relative;
}
.serialList li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
.serialList li a {
    text-decoration: none;
    display: block;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    border: 0px !important;
    padding: 0px;
}
.serialList li a h5 {
    color: #888888;
    font-weight: 600;
    line-height: 60px;
    border-radius: 10px;
    padding: 0 15px;
    background-color: #f1f1f1;
    text-align: left;
    position: relative;
}
.serialList li a h5:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    background: url(../img/arr_des.png) center center no-repeat;
    width: 8px;
    opacity: 0.5;
}
.serialList li a:hover h5:after {
    opacity: 1;
}
.serialList li a .icon {
    padding: 30px 0;
}
.serialList li a .icon .serial {
    display: block;
    height: 59px;
    position: relative;
}
.serialList li a .icon .serial:before,
.serialList li a .icon .serial:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.serialList li a .icon .serial1:before {
    background: url(../img/serial1_hv.png) center center no-repeat;
    opacity: 1;
}
.serialList li a .icon .serial1:after {
    background: url(../img/serial1.png) center center no-repeat;
    opacity: 0;
}
.serialList li a .icon .serial2:before {
    background: url(../img/serial2_hv.png) center center no-repeat;
    opacity: 1;
}
.serialList li a .icon .serial2:after {
    background: url(../img/serial2.png) center center no-repeat;
    opacity: 0;
}
.serialList li a .icon .serial3:before {
    background: url(../img/serial3_hv.png) center center no-repeat;
    opacity: 1;
}
.serialList li a .icon .serial3:after {
    background: url(../img/serial3.png) center center no-repeat;
    opacity: 0;
}
.serialList li a .icon .serial4:before {
    background: url(../img/serial4_hv.png) center center no-repeat;
    opacity: 1;
}
.serialList li a .icon .serial4:after {
    background: url(../img/serial4.png) center center no-repeat;
    opacity: 0;
}
.serialList li a .icon .serial5:before {
    background: url(../img/serial5_hv.png) center center no-repeat;
    opacity: 1;
}
.serialList li a .icon .serial5:after {
    background: url(../img/serial5.png) center center no-repeat;
    opacity: 0;
}
.serialList li.active a .icon .serial1:before,
.serialList li.active a .icon .serial2:before,
.serialList li.active a .icon .serial3:before,
.serialList li.active a .icon .serial4:before,
.serialList li.active a .icon .serial5:before
.serialList li a:hover .icon .serial1:before,
.serialList li a:hover .icon .serial2:before,
.serialList li a:hover .icon .serial3:before,
.serialList li a:hover .icon .serial4:before,
.serialList li a:hover .icon .serial5:before {
    opacity: 0;
}
.serialList li.active a .icon .serial1:after,
.serialList li.active a .icon .serial2:after,
.serialList li.active a .icon .serial3:after,
.serialList li.active a .icon .serial4:after,
.serialList li.active a .icon .serial5:after
.serialList li a:hover .icon .serial1:after,
.serialList li a:hover .icon .serial2:after,
.serialList li a:hover .icon .serial3:after,
.serialList li a:hover .icon .serial4:after,
.serialList li a:hover .icon .serial5:after {
    opacity: 1;
}
@media (min-width: 768px) {
    .serialList li a h5,
    .serialList li a h5:after,
    .serialList li a .icon .serial:before,
    .serialList li a .icon .serial:after{
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .serialList li.active a h5,
    .serialList li a:hover h5 {
        color: #221814;
        background-color: #fff;
        box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
    }
    .serialList li.active a .icon .serial:before,
    .serialList li a:hover .icon .serial:before {
        opacity: 0;
    }
    .serialList li.active a .icon .serial:after,
    .serialList li a:hover .icon .serial:after {
        opacity: 1;
    }
}
@media (max-width: 992px) and (min-width:768px){
    .serialList li {
        margin-bottom: 20px;
    }
    .serialList li:nth-child(3):after {
        display: none;
    }
}
@media (max-width:768px){
    .serialList li {
        margin-bottom: 10px;
    }
    .serialList li:nth-child(3):after {
        display: none;
    }
    .serialList li a h5 {
        line-height: 35px;
        border-radius: 4px;
        color: #221814;
        background-color: #f7f7f7;
        font-size: 14px;
    }
    .serialList li a h5:after {
        opacity: 1;
        background-size: 5px !important;
    }
    .serialList li a .icon {
        padding: 0;
    }
    .serialList li a .icon .serial {
        background-size: 80px !important;
    }
    .serialList li a .icon .serial:before {
        opacity: 0 !important;
    }
    .serialList li a .icon .serial:after {
        opacity: 1 !important;
        background-size: 130px !important;
    }
}
/* serialTable */
.table.serialTable {
    border-top: 2px solid #111;
}
.table.serialTable thead tr th,
.table.serialTable thead tr td,
.table.serialTable tbody tr th,
.table.serialTable tbody tr td {
    border:0px;
    padding: 15px;
}
.table.serialTable thead tr th,
.table.serialTable thead tr td {
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #aaa;
}
.table.serialTable tbody tr th,
.table.serialTable tbody tr td {
    font-size: 17px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    padding-right: 150px;
}
.table.serialTable tbody tr td .keyFile {
    display: inline-block;
    color: #666;
}
.table.serialTable tbody tr td .guideFile a {
    padding-left: 25px;
    background: url(../img/icon_dw.png) left center no-repeat;
    color: #9b1f4e;
    text-decoration: none;
}
@media (min-width:768px){
    .table.serialTable tbody tr td .guideFile {
        position: absolute;
        right: 15px;
        height: 100%;
        top: 0;
    }
}
@media (max-width:768px){
    .table.serialTable thead tr th,
    .table.serialTable thead tr td,
    .table.serialTable tbody tr th,
    .table.serialTable tbody tr td {
        padding: 10px;
    }
    .table.serialTable thead tr th,
    .table.serialTable thead tr td {
        font-size: 16px;
    }
    .table.serialTable tbody tr th,
    .table.serialTable tbody tr td {
        font-size: 14px;
        padding: 10px;
    }
    .table.serialTable tbody tr td .guideFile {
        display: block;
        margin-top: 10px;;
    }
    .table.serialTable tbody tr td .guideFile a {
        background-size: 13px !important;
        padding-left: 20px;
    }
}

/* tab-content */
.serialCon .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0px;
}
.serialCon .tab-content .tabTit {
    position: relative;
    padding-left: 15px;
}
.serialCon .tab-content .tabTit:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 5px;
    height: 5px;
    background-color: #333;
}
@media (max-width: 768px) {
    .serialCon .tab-content .tabTit {
        padding-left: 10px;
    }
    .serialCon .tab-content .tabTit:after {
        top: 11px;
        width: 3px;
        height: 3px;
    }
}


/* boardTabs */
#boardTabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px !important;
}
#boardTabs li {
    display: table-cell;
    vertical-align: middle;
}
#boardTabs li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    background-color: #f7f7f7;
    color: #999;
    font-size: 17px;
    border: 1px solid #ddd;
    font-weight: 600;
}
#boardTabs li:not(:first-child) a {
    /* border-left: 0px; */
    margin-left: -1px;
}
#boardTabs li.act a {
    color: #9b1f4e;
    border-color: #9b1f4e;
    border-bottom-color: transparent;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #boardTabs {
        margin-bottom: 20px !important;
    }
    #boardTabs li a {
        padding: 5px 0;
        font-size: 14px;
    }
}



/* basicTable */
.table.basicTable {
    border-top: 2px solid #111;
}
.table.basicTable thead tr th,
.table.basicTable thead tr td,
.table.basicTable tbody tr th,
.table.basicTable tbody tr td {
    border:0px;
    padding: 15px;
}
.table.basicTable thead tr th:not(.sbj),
.table.basicTable thead tr td:not(.sbj),
.table.basicTable tbody tr th:not(.sbj),
.table.basicTable tbody tr td:not(.sbj) {
    text-align: center;
}
.table.basicTable thead tr th,
.table.basicTable thead tr td {
    color: #333;
    font-size: 17px;
    border-bottom: 1px solid #aaa;
}
.table.basicTable tbody tr th,
.table.basicTable tbody tr td {
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}
.table.basicTable tbody tr td a {
    display: block;
    text-decoration: none;
    color: #666;
}
.table.basicTable tbody tr td a:hover {
    color: #9b1f4e;
}
@media (max-width:768px){
    .table.basicTable thead tr th,
    .table.basicTable thead tr td,
    .table.basicTable tbody tr th,
    .table.basicTable tbody tr td {
        padding: 7px;
        vertical-align: middle;
        word-break: keep-all;
    }
    .table.basicTable thead tr th,
    .table.basicTable thead tr td {
        font-size: 14px;
    }
    .table.basicTable tbody tr th,
    .table.basicTable tbody tr td {
        font-size: 13px;
        padding: 7px;
    }
    .table.basicTable tbody tr td a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
    }
}
@media (max-width:500px){
    .table.basicTable tbody tr td a {
        max-width: 150px;
    }
}

/* pagination_wrp */
.pagination_wrp {
    margin: 10px 0;
}
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
}
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border: 1px solid #c9ccd1;
    border-radius: 6px;
    padding: 0px;
    background: url(../img/arr_des.png) center center no-repeat;
    background-color: #e0e4e9;
}
.pagination_wrp .pagination.ligter li a.next,
.pagination_wrp .pagination.ligter li a.pre {
    background-color: #fff;
    border-color: #dfe1e5;
}
.pagination_wrp .pagination li a.next {
    margin-left: 15px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 15px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 10px;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_big.png) center center no-repeat;
        background-size: 5px !important;
        background-color: #e0e4e9;
    }
}


/* topHasSch */
.topHasSch {
    margin-bottom: 20px;
}
.topHasSch .schBox {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    max-width: 500px;
}
.topHasSch .schBox  .form-control  {
    display: block;
    width: 40%;
    box-shadow: 0 0 0;
    float: left;
}
.topHasSch .schBox  select.form-control  {
    border: 1px solid #b0b6c3;
    color: #626875;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    vertical-align: middle;
    border-radius: 4px;
    width: 39%;
    margin-right: 1%;
    padding: 0 12px;

    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: url(../img/slt_arr.png) no-repeat 93% 50%;
}
.topHasSch .schBox.type2  select.form-control  {
    width: 19%;
}
.topHasSch .schBox  .btnSch {
    display: block;
    width: 20%;
    float: left;
    background-color: #474747;
    border: 0px;
    color: #fff;
}
.topHasSch .schBox  .btnSch,
.topHasSch .schBox  input.form-control  {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0px 15px;
    border-color: #b0b6c3;
    vertical-align: middle;
}
.topHasSch .schBox  input.form-control  {
    border-radius: 4px 0 0 4px;
}
.topHasSch .schBox  .btnSch  {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
@media (min-width:768px){
    .topHasSch {
        text-align: right;
    }
}
@media (max-width:768px){
    .topHasSch {
        text-align: right;
    }
    .topHasSch .schBox {
        padding-top: 15px;
        max-width: 100%;
    }
    .topHasSch .schBox  select.form-control  {
        border-width: 1px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    .topHasSch .schBox  .btnSch,
    .topHasSch .schBox  input.form-control  {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
    .topHasSch .schBox  select.form-control  {
        background-size: 7px !important;
    }
}
/* boardCard */
.boardCard li {
    padding: 0 10px;
}
.boardCard li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 30px 20px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.boardCard li a:hover {
    border-color: #9b1f4e;
}
.boardCard li a:after {
    content: "+";
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 40px;
    color: #ddd;
}
.boardCard li a h6 {
    font-size: 14px;
    color: #9b1f4e;
    font-weight: 600;
}
.boardCard li a h5 {
    color: #1d1e1f;
    font-weight: 500;
    margin-top: 10px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.boardCard li a p {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    margin-top: 15px;
}
@media (max-width:768px){
    .boardCard li {
        margin-bottom: 15px;
    }
    .boardCard li a {
        padding: 20px 15px;
    }
    .boardCard li a h5 {
        height: 50px;
    }
}