@charset "utf-8";


/*-----------------------------------------------------------------------------------------------------------
기본
-----------------------------------------------------------------------------------------------------------*/
.btnDiv {
    clear: both;
    padding: 10px 0
}

.pageDiv {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center
}

.page_number {
    padding: 20px 0;
    text-align: center;
    clear: both;
}

/*-----------------------------------------------------------------------------------------------------------
버튼
-----------------------------------------------------------------------------------------------------------*/


.btnGry {
    display: inline-block;
    background: #666;
    color: #fff;
    width: 100px;
    height: 40px;
    text-align: center;
    font-weight: 300;
    vertical-align: middle
}

.btn01,
.btn_g1 {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #222;
    background: #555;
    font-size: 13px;
    border-radius: 3px;
    vertical-align: middle;
}

a.btn01,
a.btn_g1,
input.btn01,
input.btn_g1,
button.btn01,
button.btn_g1 {
    color: #fff;
}

a:hover.btn01,
a:hover.btn_g1,
input:hover.btn01,
input:hover.btn_g1,
button:hover.btn01,
button:hover.btn_g1 {
    color: #fff;
    border: 1px solid #222;
    background: #777;
}

.srchBt {
    display: inline-block;
    width: 79px;
    height: 33px;
    background: #5cbcc3;
    line-height: 33px;
    text-align: center;
    vertical-align: middle
}

.srchBt span {
    padding-left: 20px;
    background: url('/SW_bbs/img/srch_icon.png') no-repeat 0 center;
    background-size: 35%;
    color: #fff;
    line-height: 32px;
}

.btn_Gry {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #222;
    background: #555;
    vertical-align: middle;
}

a.btn_Gry,
input.btn_Gry,
button.btn_Gry {
    color: #fff;
}

a:hover.btn_Gry,
input:hover.btn_Gry,
button:hover.btn_Gry {
    color: #fff;
    border: 2px solid #222;
    background: #222;
}

.btn_Pot {
    display: inline-block;
    padding: 10px 20px;
    background: #ec5648;
    border: 2px solid #db4335;
    vertical-align: middle;
}

a.btn_Pot,
input.btn_Pot,
button.btn_Pot {
    color: #fff;
}

a:hover.btn_Pot,
input:hover.btn_Pot,
button:hover.btn_Pot {
    color: #fff;
    border: 2px solid #db4335;
    background: #db4335;
}

.btn_down {
    display: inline-block;
    padding: 10px 35px 10px 10px;
    border: 1px solid #333;
    font-size: 13px;
    vertical-align: middle;
    background: #555;
    position: relative
}

.btn_down:after {
    position: absolute;
    background: url(/img/common/com_img.png) no-repeat;
    content: "";
    top: 8px;
    right: 10px;
    width: 17px;
    height: 17px;
    background-position: -126px -52px
}

a.btn_down,
input.btn_down,
button.btn_down {
    color: #fff !important;
}

a:hover.btn_down,
input:hover.btn_down,
button:hover.btn_down {
    color: #fff !important;
    border: 1px solid #333;
}

.btn_sPot {
    display: inline-block;
    padding: 3px 5px;
    background: #ec5648;
    border: 1px solid #db4335;
    vertical-align: middle;
    border-radius: 20px;
    color: #fff !important;
    font-size: 14px
}

.btn_sPot:hover {
    color: #fff !important;
    font-size: 14px;
    border: 1px solid #db4335;
    background: #db4335;
}

span.b_ing {
    padding: 3px 5px;
    background: #999;
    color: #fff;
    border-radius: 5px;
    font-size: 13px
}

span.b_end {
    padding: 3px 5px;
    background: #09C;
    color: #fff;
    border-radius: 5px;
    font-size: 13px
}


/* 컨텐츠버튼 */
.point-btn,
.base-btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding-right: 20px;
    vertical-align: baseline;
    transition: background .3s;
    margin-bottom: 5px
}

.point-btn span,
.base-btn span {
    display: block;
    padding: 16px 20px;
    line-height: 1;
    transition: all .3s;
    color: #fff
}

.point-btn span.link,
.base-btn span.link {
    background: url(/img/common/ico_link02.png) no-repeat 95% 50%;
    padding-right: 40px;
}

.point-btn:hover span.link,
.point-btn:focus span.link,
.base-btn:hover span.link,
.base-btn:focus span.link {
    background-position: 100% 50%;
}

.point-btn {
    background: #ec5648;
    border: 1px solid #db4335;
    color: #fff !important;
    border-radius: 30px
}

.point-btn:hover,
.point-btn:focus {
    background: #db4335;
}

.base-btn {
    background: #555;
    border: 1px solid #555;
    color: #fff !important;
    border-radius: 30px
}

.base-btn:hover,
.base-btn:focus {
    background: #222;
}



/* 컨텐츠다운버튼 */
.down_btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding-right: 40px;
    vertical-align: baseline;
    transition: background .3s;
    margin-bottom: 5px
}

.down_btn span {
    display: block;
    padding: 16px 50px;
    line-height: 1;
    transition: all .3s;
    color: #fff
}

.down_btn span.link {
    background: url(/img/common/down.png) no-repeat 95% 50%;
    padding-right: 60px;
}

.down_btn:hover span.link,
.down_btn:focus span.link {
    background-position: 95% 54%;
}

.down_btn {
    background: #bdca39;
    border: 1px solid #bdca39;
    color: #fff !important;
    border-radius: 30px
}

.down_btn:hover,
.down_btn:focus {
    background: #feba1b;
    border: 1px solid #feba1b;
}



/*-----------------------------------------------------------------------------------------------------------
/*게시판
-----------------------------------------------------------------------------------------------------------*/

.tb1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #6fc3ca;
    margin: 10px 0;
    border-left: 1px solid #ccc
}

.tb1 th,
.tb1 td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 8px;
    line-height: 160%;
    vertical-align: middle;
}

.tb1 thead th {
    font-weight: 400;
    background: #f1f7f7;
    text-align: center;
}

.tb1 tbody th {
    background-color: #fafafa;
    font-weight: 500;
    text-align: center;
}

.tb1 td {
    background-color: #fff;
    font-weight: 300;
}

.td_pc_none {
    display: none;
}

.td_pc_block {}

.th_pc_none {
    display: none;
}

.span_pc_none {
    display: none !important;
}

.span_pc_block {
    display: inline;
}

.tb2 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 3px solid #5298c9;
    margin: 10px 0;
}

.tb2 th,
.tb2 td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 8px;
    line-height: 160%;
    vertical-align: middle;
    font-weight: 300;
    background-color: #fff;
    text-align: center;
}

.tb2 thead th {
    font-weight: 400;
    background: #f1f7f7;
    text-align: center
}

.tb2 tbody th {
    background-color: #fafafa;
    font-weight: 400;
    border-right: 1px solid #ccc;
    text-align: center;
}

.tb2 tbody th.type1 {
    background-color: #e5f1f6;
    font-weight: 400;
    text-align: center;
}

.tb2 thead th:last-child,
.tb2 tbody th:last-child,
.tb2 tbody td:last-child {
    border-right: 0
}


.tb2 td span{
    color: red;
}


.tb3 {
    border-top: 2px solid #5298c9;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
     border-bottom: 1px solid #ddd;    
}

.tb3 th {
    padding: 10px 8px;
    line-height: 150%;
    background-color: #f2f2f2;
    color: #333;
    /*    border-radius: 20px;*/
    /*    border: 1px solid #ddd;*/
    font-weight: 500;
    font-size: 17px;
}

.tb3 td {
    background-color: #fff;
    border-bottom: 1px dashed #ddd;
    padding: 10px 8px;
    line-height: 170%;
    font-weight: 300;
    font-size: 15px;
}


.tb3 td.bor0{
    border-bottom: 0;
}

.tb3 td span.type1 {
    font-size: 15px;
    padding-left: 10px;
    color: #5cbcc3
}

span.type2 {
    display: block;
    font-size: 16px;
    padding-left: 10px;
    color: #eb2641;
}



.p_title {
    padding-left: 25px;
    /*    margin-left: 20px;*/
    color: #000;
    clear: both;
    line-height: 190%;
    position: relative;
}

.p_title:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    background: url(/img/common/dot.png) no-repeat center 9px;
    width: 24px;
    height: 26px;
}

.p_tt_red{
    color: #ed3200;
}

.p_tt_bol{
    font-size: 17px;
    font-weight: 500;
    color: #000;
}




.box-type {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.char-tit {
    margin-top: 15px;
}

.char-tit p.tit {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: 'NIXGONM-Vb';
}

.char-tit p.tit span {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 300;
}

.box-type p.txt {
    margin-top: 30px;
    line-height: 160%;
    border: 2px dashed #ddd;
    padding: 20px;
    background: url(/img/common/page_bg.png) no-repeat top;
}

.box-type p.txt strong {
    color: #f66d4b;
    font-weight: 300;
}


.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
    text-indent: 0 !important;
}

.ta_left {
    border-left: 1px solid #ccc !important
}

.col_5 {
    width: 20%
}

.bd_no_m {
    display: none;
}

.table_m,
.board_m {
    display: none
}

.ovf {
    overflow: hidden
}

/* 모바일 해상도 */
@media all and (max-width:800px) {
    /* table_style */

    .tb1 thead tr {
        display: none;
    }

    .tb1 tbody th {
        border-right: 1px solid #f2f2f2;
    }

    .tbody_th {
        border-top: 2px solid #222;
        text-align: left;
    }

    .tb1 tbody .responsive_tr {
        border-bottom: 3px solid #f00 !important;
    }

    .tb1 td {
        text-align: left;
    }

    .tb1 td br {
        display: none !important;
    }

    .tb1 td,
    table.tb1 th {
        padding: 8px 5px;
    }

    .col_5 {
        width: 25%
    }

    .bd_no_pc {
        display: none !important;
    }

    .bd_no_m {
        display: block;
        font-family: 'NIXGONM-Vb';
        font-size: 20px;
        font-weight: bold
    }

    .table_pc,
    .board_pc {
        display: none
    }

    .table_m,
    .board_m {
        display: block
    }

    .table_m img {
        width: 95%;
        text-align: center
    }

    .ta_left {
        border-left: 0px solid #ccc !important
    }


    .srchBt2 {
        width: 50px;
    }

    .ovf {
        overflow-x: scroll;
        padding-bottom: 15px;
        position: relative;
        padding-top: 60px;
    }

    .ovf:after {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0px;
        top: 0;
        display: block;
        content: "";
        background: #eceff1;
        z-index: -1
    }

    .ovf:before {
        width: 360px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 15px;
        font-size: 15px;
        letter-spacing: -0.05em;
        color: #555;
        display: block;
        content: "← 좌우로 스크롤 하시면 자세히 보실 수 있습니다  →";
        box-sizing: border-box;
        line-height: 30px;
    }

    .ovf table {
        width: 620px !important
    }


}

@media all and (max-width:480px) {

    .ovf:before {
        width: 260px;
        font-size: 14px;
        line-height: 120%;
    }
}

/* paging */
.paging {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.paging a {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 0px 0px;
    min-width: 10px;
    height: 22px;
    font-size: 13px;
    color: #b7b7b7;
    letter-spacing: -1px;
    line-height: 22px;
    text-align: center;
    border: #fff solid 1px;
    background: #fff;
}

.paging a:hover {
    color: #e1708e;
}

.paging a.on {
    color: #e1708e;
    border: #e1708e solid 1px;
    background: #fff;
}

.paging a.focus {
    color: #fff;
    border: #e1708e solid 1px;
    background: #e1708e;
}

.paging a.focus:hover {
    color: #fff;
    border: #be1e2d solid 1px;
    background: #be1e2d;
}

/* 리스트검색 */
.listSrch {
    border: 1px solid #ddd;
    background: #f7f7f7;
    text-align: center;
    padding: 15px 0;
}

.listSrch select {
    width: 90px;
}

.listSrch select.type2 {
    width: 360px;
}

.listSrch input {
    width: 360px;
}

.listSrch strong {
    color: #333;
    margin-right: 6px
}

.listSrch .btnGry {
    height: auto;
    width: auto;
    padding: 8px 20px 7px;
    line-height: 18px;
    color: #FFF !important
}


/* 모바일 해상도 */
@media all and (max-width:800px) {

    .listSrch {
        padding: 12px 0;
    }

    .listSrch select {
        width: 20%;
    }

    .listSrch input {
        width: 30%;
    }

    .listSrch select.type2 {
        width: 60%;
    }

    .listSrch strong {
        font-size: 13px
    }

    .listSrch .btnGry {
        font-size: 13px;
        padding: 8px 2% 7px;
    }

}




/*-----------------------------------------------------------------------------------------------------------
공통
-----------------------------------------------------------------------------------------------------------*/


h4.h4_title {
    clear: both;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    padding-left: 15px;
    color: #000;
    line-height: 24px;
    position: relative
}

h4.h4_title:before {
    position: absolute;
    top: -10px;
    left: 0px;
    content: "";
    display: block;
    z-index: 10;
    background: url(/img/common/tt_icon.png);
    width: 24px;
    height: 17px;
/*    background-position: -262px -18px;*/
}

h5.h5_title {
    padding-left: 30px;
/*    margin-left: 20px;*/
    color: #000;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 26px;
    position: relative;
}

h5.h5_title:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    background: url(/img/common/com_img.png);
    background-position: -51px -15px;
    width: 26px;
    height: 26px
}

h5.h5_title2 {
    padding-left: 15px;
    /* margin-left: 20px; */
    font-weight: 400;
    font-family: 'S-CoreDream-5Medium';
    color: #0b9bac;
    clear: both;
    font-size: 18px;
    letter-spacing: -1px;
    position: relative;
}





div.con {
    line-height: 160%;
}


div.con li{
    line-height: 160%;
}


div.con2{
    background: #f9f9f9;
    margin: 15px 0 20px;
    padding: 20px;
}


div.con2 li{
    line-height: 170%;
    background: url(/img/common/ic.png) no-repeat 3px 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

div.con2 li:last-child{
        padding-bottom: 0px;
}







ul.img {
    clear: both;
    margin-top: 20px;
}

ul.img li {
    display: inline-table;
    margin-bottom: 10px;
    margin-right: 1%;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px
}

ul.img li:last-child {
    margin-right: 0
}

.mw100 {
    width: auto
}


ol.bu1 {
    margin: 5px 0 0 10px;
}

ol.bu1 li {
    line-height: 170%;
    list-style: decimal !important
}

ul.bu1 {
    margin: 5px 0 0 10px;
}

ul.bu1 li {
    line-height: 170%;
}

ul.bu2 {
    margin: 5px 0 0 40px;
}

ul.bu2 li {
    line-height: 170%;
    list-style-type: disc !important
}

ul.bu2 li strong {
    font-weight: 400;
    color: #000
}

ul.bu2 li strong.type1 {
    font-weight: 400;
    color: #ed601b !important
}

.line_top {
    border-top: 1px dashed #ddd;
}

/* 테블릿 가로 해상도 */
@media all and (max-width:1199px) {}

/* 모바일 해상도 */
@media all and (max-width:980px) {



    .mw100 {
        width: 100%;
        overflow: hidden
    }


    /* 모바일 해상도 */
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #no-more-tables th {
/*        border-right: none*/
    }

    #no-more-tables td {
        /* Behave  like a "row" */
/*        border: none;*/
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 28%;
        white-space: normal;
        text-align: left;
        font-weight: 400;

    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 20%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 400;
        border-right: 1px solid #ddd;
        color: #000
    }

    /*
		Label the data
		*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    h4.h4_title {
        background-size: 24px;
        font-size: 22px;
    }

    .com-2 li {
        width: 100%;
        margin: 1% 0;
        padding: 10px 0;
    }


}

/* 모바일 해상도 */
@media all and (max-width:640px) {}


.charter-wrap {
    padding: 4px;
    background: url(/img/common/boxTop_bg.gif) repeat 0 0;
}

.charter-wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.charter {
    padding: 30px;
    background: #fff;
    line-height: 170%
}

.charter:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.charter p.img {
    float: left;
    width: 25%;
    text-align: center;
}

.charter p.img img {
    height: 80px
}

.charter p.txt {
    float: left;
    width: 75%;
    background: #fff;
    line-height: 170%
}

.charter p.txt strong {
    padding: 1px 10px;
    background: #ffeaa3;
    border-radius: 10px;
}

.box {
    display: block;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}

.box.bg1 {
    border-top: #e8e7e2 solid 1px;
    border-left: #e2e1dc solid 1px;
    border-right: #e2e1dc solid 1px;
    border-bottom: #b5b4b0 solid 1px;
    border-radius: 12px;
    box-shadow: inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9f8f4);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
}

.box.auto {
    overflow: auto;
}

.box_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative
}


@media only screen and (max-width:768px) {



    .char-tit {
        font-size: 23px;
        line-height: 1.4;
        margin-top: 5px;
        padding-top: 20px
    }


    .box-type p.txt br {
        display: none;
    }

    ul.img {
        clear: both;
        margin-top: 10px;
    }

    ul.img li {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 5px;
    }

    ul.img li img {
        width: 100%;
    }

    .charter p.img {
        width: 100%;
        float: none;
        padding: 20px 0;
        margin: 0;
    }

    .charter p.img img {
        height: 60px;
    }

    .charter p.txt {
        float: none;
        width: 100%;
        background: #fff;
        line-height: 170%
    }

}

@media only screen and (max-width:699px) {
    .char-tit {
        font-size: 18px
    }

    .char-tit .e-tit {
        font-size: 12px;
    }

    .box-type p.txt img {
        width: 100%;
    }

}

@media only screen and (max-width:549px) {

    .char-thum:after,
    .char-tit:after {
        display: none;
    }

    .char-tit {
        margin-bottom: 10px;
    }

}



/*-----------------------------------------------------------------------------------------------------------
사이트맵
-----------------------------------------------------------------------------------------------------------*/
/* 컨텐츠 영역_사이트맵 */
#contents_sitemap {}

#contents_sitemap p.site {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #0f544b;
    letter-spacing: -1px;
    line-height: 60px;
    text-align: center;
    border-top: #e8e7e2 solid 1px;
    border-left: #e2e1dc solid 1px;
    border-right: #e2e1dc solid 1px;
    border-bottom: #b5b4b0 solid 1px;
    border-radius: 12px;
    box-shadow: inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9f8f4);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
    background: linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
}

#contents_sitemap .cate_line {
    margin-bottom: 20px;
}

#contents_sitemap .cate_line:after {
    content: "";
    display: block;
    clear: both;
}

#contents_sitemap .cate_line .cate {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    height: auto;
    margin: 20px 12px;
}

#contents_sitemap .cate_line .cate ul {
    margin: 10px 0 15px 0
}

#contents_sitemap .cate_line .cate ul li {
    padding: 5px 0 10px 0;
    margin: 3px 0 0 30px;
    border-bottom: #f2f2f2 1px solid;
    list-style-type: disc !important
}

#contents_sitemap .cate_line .cate ul li a {
    color: #666;
    letter-spacing: -1px;
}

#contents_sitemap .cate_line .cate ul li a:hover {
    color: #e84e40;
}

.sc_title {
    clear: both;
    padding: 5px 0 5px 10px;
    border: dotted 1px #999;
    font-weight: bold;
    background: #f3f3f3;
}

.sc_text {
    clear: both;
/*    margin: 5px 0 0 20px;*/
    line-height: 180%;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}

.sc_text ul li ol li {
    list-style: decimal !important
}

.sc_text > ul {
    margin: 5px 0 0 20px
}

.sc_text > li {
    line-height: 180%;
    margin-bottom: 5px;
}

.sc_text ul > li > ul{
    margin-bottom: 5px;
    padding-left: 10px;
}
}

.sc_text ul > li > ul > li{
    line-height: 170%;
/*    margin-bottom: 5px;*/
}

/* 테블릿 가로 해상도 */
@media all and (max-width:1199px) {
    #contents_sitemap .cate_line .cate {
        float: left;
        width: 22%;
        height: auto;
        margin: 20px 3% 10px 0px;
    }

    #contents_sitemap .cate_line ul li br {
        display: none
    }

}

/* 모바일 해상도 */
@media all and (max-width:800px) {
    #contents_sitemap .cate_line .cate {
        width: 100%;
        height: auto;
        margin: 20px 0 10px 0px;
        clear: both
    }
}


/*-----------------------------------------------------------------------------------------------------------
탭메뉴
-----------------------------------------------------------------------------------------------------------*/
.tab_menu {
    overflow: hidden;
    width: 100%;
    margin: 1px 0;
    border: 1px #ddd solid;
}

.tab_menu:after {
    content: "";
    display: block;
    clear: both;
}

.tab_menu li {
    _display: inline;
    float: left;
    border-left: 1px #ddd solid;
    background: #f3f3f3;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    height: 45px;
    vertical-align: middle
}

.tab_menu li:first-child {
    border-left: none;
}

.tab_menu li a {
    display: block;
    padding: 15px 0;
    color: #444
}

.tab_menu li a:hover {
    background: #193390;
    color: #fff;
}

.tab_menu li.on {
    background: #193390;
    border: 1px solid #193390;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
}

.tab_menu li.on a {
    color: #fff;
}

.tab_menu .w12 {
    width: 15%
}

.tab_menu .w16 {
    width: 16.666%
}

.tab_menu .w33 {
    width: 33.333%
}

.tab_menu .w25 {
    width: 25%
}

.tab_menu .w20 {
    width: 20%
}

.tab_menu .w50 {
    width: 50%
}


/* 모바일 해상도 */
@media all and (max-width:800px) {
    .tab_menu {
        border: none
    }

    .tab_menu li:first-child {
        border-left: 1px #ddd solid;
    }

    .tab_menu {
        margin-bottom: 2px
    }

    .tab_menu li {
        border: 1px solid #ddd;
        margin: 1px
    }

    .tab_menu .w12,
    .tab_menu .w16,
    .tab_menu .w25,
    .tab_menu .w20,
    .tab_menu .w33,
    .tab_menu .w50 {
        width: 48%
    }

    .tab_menu span br {
        display: block
    }

}


#tabs {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    list-style: none;
    text-align: center
}

#tabs {
    display: inline-block;
}

#tabs li {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-left: none;
    padding: 20px 0;
    transition: all 0.6s
}

#tabs li:first-child {
    border-left: 1px solid #ddd
}

#tabs li#current,
#tabs li.on {
    background: #e6336c;
}

#tabs li#current a,
#tabs li.on a {
    color: #FFF !important;
}

#tabs li a {
    font-size: 17px;
    color: #333;
    font-weight: 400;
}

#tabs li:hover a {
    color: #fff !important;
}

#tabs li:hover {
    background: #e6336c;
}

#content {
    background: #fff;
    height: auto;
    position: relative;
    z-index: 2;
}

#tabs li.w-6 {
    width: 16.5%
}

#tabs li.w-5 {
    width: 20%
}

#tabs li.w-4 {
    width: 25%
}

#tabs li.w-3 {
    width: 33.333%
}

#tabs li.w-2 {
    width: 50%
}

/* 모바일 해상도 */
@media all and (max-width:980px) {


    #tabs {
        border-left: 1px solid #ddd;
    }

    #tabs:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden
    }

    #tabs li:first-child {
        border-left: 0px solid #ddd
    }

    #tabs li:nth-child(3),
    #tabs li:nth-child(4),
    #tabs li:nth-child(5),
    #tabs li:nth-child(6),
    #tabs li:nth-child(7),
    #tabs li:nth-child(8) {
        border-top: 0px
    }

    #tabs li {}

    #tabs li.w-6,
    #tabs li.w-5,
    #tabs li.w-4,
    #tabs li.w-3 {
        width: 50%
    }

}




/*-----------------------------------------------------------------------------------------------------------
컨텐츠-소개
-----------------------------------------------------------------------------------------------------------*/

/*이용절차*/


ul.step_bx {
    margin-top: 0px;
    position: relative;
    width: 100%;
}

ul.step_bx li {
    position: relative;
    margin-right: 3.2%;
    border: 1px solid #ddd;
    border-radius: 8px;
    float: left;
    text-align: center;
    height: 230px;
    transition: all 0.6s;
    color: #333;
    background: #f8f8f8;
    padding: 10px;
    box-sizing: border-box;    
}

ul.step_bx li:after {
    position: absolute;
    top: 50%;
    right: -33px;
    width: 21px;
    height: 36px;
    content: '';
    background: url('/img/common/arrow_right.gif') no-repeat;
}

ul.step_bx li:last-child {
    margin-right: 0;
}

ul.step_bx li:last-child:after {
    background: none;
}

ul.step_bx li:hover {
    border: 1px solid #ef889b;
    border-radius: 8px;
    float: left;
    text-align: center;
    background: #fff;    
    height: 230px;
}

ul.step_bx li img {
    padding-top: 10px
}

ul.step_bx li p.tt {
    font-size: 20px;
    padding: 15px 0;
    line-height: 21px;
    font-weight: 600;
    color:#5298c9;
    font-family: 'NIXGONM-Vb';    
}


ul.step_bx li p.txt {
/*    padding: 15px 0;*/
    line-height: 160%;
}


ul.step_bx li:hover span {
    color: #ffce55;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.step_bx_5 {
    width: 17%;
}

.step_bx_4 {
    width: 22%;
}


@media only screen and (max-width:800px) {
   
    ul.step_bx li {
    margin-right: 0%;
    box-sizing: border-box;
    margin-bottom: 40px;
    height: auto;
    }    

    ul.step_bx li:after {
    position: absolute;
    top: 95%;
    width: 21px;
    height: 36px;
    content: '';
    left: 48%;
    background: url(/img/common/arrow_bottom.gif) no-repeat bottom center;
    }
    
    ul.step_bx li:hover { 
    height: auto;
	}
    
   .step_bx_5 {
    width: 100%;
	}        
    .step_bx_4 {
    width: 100%;
	}
}      
        
    
/*다운로드*/

ul.step_bx2 li {
    position: relative;
    width: 49%;
    margin-left: 1.5%;
    height: 200px;
    border: 2px dashed #ddd;
    border-radius: 0;
    float: left;
    text-align: center;
    transition: all 0.6s;
    padding: 10px 20px;
    box-sizing: border-box;
}
ul.step_bx2 li:first-child{
    margin-left: 0;
    background: #fafafa;
}


ul.step_bx2 li p.tt {
    font-size: 20px;
    padding-top:10px;
    padding-bottom:15px;    
    line-height: 21px;
    font-weight: 500;
    color: #000;    
}

@media only screen and (max-width:800px) {
    ul.step_bx2 li {
    width: 100%;
    margin-left:0;
    height: auto;
    float: none;
    margin-bottom:2%;
	}
    
}


/*-----------------------------------------------------------------------------------------------------------
컨텐츠-복지관소개
-----------------------------------------------------------------------------------------------------------*/
	
	/* 인사말 */
	.about_sub			{ width: 100%; margin-top: 0px; display: inline-block;position: relative; background:url(/img/about/img2.png) no-repeat center bottom;min-height:850px; }
	.about_sub p.txt1	{ color:#000; font-size:32px;font-weight: 500; line-height:46px;padding-bottom: 40px}
	.about_sub p.txt1:after{content:'';display:block;/*overflow:hidden;*/width:80px;height:2px;background: #000;margin-top: 20px;  clear:both}
	.about_sub p.txt1 span	{ color:#0e979d; font-size:32px;font-weight: 500; line-height:40px;/*padding-bottom: 20px*/}
	.about_sub p.txt2	{ clear:both; padding:5px 0 20px; font-size:16px; line-height:26px;color:#555;word-break:break-all;text-align: justify}
	.about_sub p.txt3	{ clear:both; padding-top:30px; width:100%; }
	.about_sub p.txt3 span.name1{text-align: right;width: 81%;padding-right: 3%; color:#000;height: 60px; ;font-weight:400;display: inline-block;font-size: 18px}
	.about_sub p.txt3 span.name2{text-align: left;width: 15%;color:#000; height: 60px;font-weight: 500;line-height: 24px; display: inline-block;font-size: 17px;vertical-align: top  }	
@media only screen and (max-width:980px) {
	.about_sub			{   background:none; }
	.about_sub p.txt3 span.name1{ width: 55%;vertical-align: top  }
	.about_sub p.txt3 span.name2{ width: 41%;  }
	}

/*-----------------------------------------------------------------------------------------------------------
컨텐츠-법적근거
-----------------------------------------------------------------------------------------------------------*/

.legal_wrap{
    margin-bottom: 50px;
}

.legal_tt_con{
    position: relative;
    display: block;
    padding: 25px;
    border: 3px solid #72c5cf;
    text-align: center;
    min-height: 75px;
    cursor: pointer;
    transition: all 0.4s;
}


.legal_tt_con:hover{
    border: 3px solid #0b9bac;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.08);
    cursor: pointer;
}


.legal_tt_con:after {
    position: absolute;
    bottom: -17px;
    left: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.6em;
    background: #0b9bac;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    box-sizing: border-box;
    text-align: center;
    margin-left: -14px;
}


.legal_tt_con p.tt1{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;

}
.legal_tt_con p.tt2{
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}


.legal_tt_con span.more_view{
    font-size: 15px;
    color:#777;
    font-weight: 300;
}

.legal_box_con{
    padding:30px;
    font-weight: 500;
    background: #f9f9f9;
}
.legal_box_con p{
    padding: 15px 0;
    line-height: 160%;
    font-weight: 300;

}	
.legal_box_con li{
    padding-left:10px;
    line-height: 160%;
    font-weight: 300;
}



/*-----------------------------------------------------------------------------------------------------------
컨텐츠-협의체 구성
-----------------------------------------------------------------------------------------------------------*/



.rule_box{
    background: #f9f9f9;
    margin: 15px 0 20px;
    padding: 20px;
}

.r_area{
    position: relative;
    display: inline-block;
    width: 96%;
}


.rule_box li.p_left {
    float: left;
    width: 11%;
    margin: 1% 2%;
    display: inline-block;
}

.rule_box li.p_right {
    float: left;
    width: 85%;
    display: inline-block;
}

.rule_box li > ul > li{
    line-height: 170%;
    background: url(/img/common/ic.png) no-repeat 3px 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.rule_box li:last-child{
        padding-bottom: 0px;
}


@media all and (max-width:680px) {
    .rule_box li.p_left img{width: 100%;}
}



.func_img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

@media all and (max-width:960px) {
    .func_img img{width: 100%;}
}



/* 오시는길 */


.loca_adress{
    background: #0b9bac;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
    color:#fff;
    font-size: 17px;
}

.loca_adress img{
    padding: 3px 5px 3px 3px;
}

.loca_adress span{
    font-weight: 500;
    font-size: 17px;
    color:#ffe71f;
}

.locaTitle {
    text-align: center;
    color: #252525;
    font-size: 2.6rem;
    padding-bottom: 15px;
}

.locaTx {
    text-align: center;
    font-size: 1.7rem;
    color: #252525;
}

.locaTx:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("/img/common/aw_pc.gif") no-repeat 0 0;
    margin-right: 8px;
    vertical-align: 1px;
}

.mapArea {
    margin-top: 35px;
}

.locaInfoArea {
    margin-top: 35px;
    position: relative;
}

.locaInfoArea:after {
    position: absolute;
    content: '';
    background: url(/img/about/map_img_01.gif) no-repeat;
    height: 283px;
    width: 450px;
    top: 390px;
    right: 0
}

.locaInfoArea .infoRow {
    padding: 50px 0 50px 126px;
    border-top: 1px dashed #ddd
}



.locaInfoArea .infoRow:first-child {
    border-top: none;
}

.locaInfoArea .infoRow .infoTitle {
    font-size: 1.3em;
    color: #252525;
    font-weight: normal;
    padding-bottom: 15px;
}

.locaInfoArea .infoRow ul li {
    color: #252525;
    line-height: 150%
}

.locaInfoArea .infoRow ul li span.point {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding-right: 5px;
    position: relative
}

.locaInfoArea .infoRow ul li span.type1 {
    padding: 3px 10px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    background: #ffac2a;
    border-radius: 20px;
    margin-right: 10px;
}

.locaInfoArea .infoRow.row01 {
    background: url("/img/about/loca01.png") no-repeat 0 50px;
    background-size: 90px 90px;
}

.locaInfoArea .infoRow.row01 ul li {
    margin-top: 15px;
}

.locaInfoArea .infoRow.row01 ul li:first-child {
    margin-top: 0;
}

.locaInfoArea .infoRow.row02 {
    background: url("/img/about/loca02.png") no-repeat 0 50px;
    background-size: 90px 90px;
}

.locaInfoArea .infoRow.row03 {
    background: url("/img/about/loca03.png") no-repeat 0 50px;
    background-size: 90px 90px;
}


.locaInfoArea .infoRow ul li > ul {
    padding-left: 0px;
}

.locaInfoArea .infoRow ul li > ul > li {
    padding-left: 15px;
    padding-bottom: 5px;
    position: relative
}

/*
.locaInfoArea .infoRow ul li > ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
}
*/
 

/* 모바일 해상도 */
@media all and (max-width:800px) {


    .locaInfoArea {
        margin-top: 10px;
    }

    .locaInfoArea:after {
        position: absolute;
        content: '';
        background: none;
        height: 0px;
        width: 0px;
        top: 0px;
        right: 0
    }

    .locaInfoArea .infoRow {
        padding: 50px 0;
    }

    .locaInfoArea .infoRow.row01 {
        background: none
    }

    .locaInfoArea .infoRow.row01 ul li {
        margin-top: 15px;
    }

    .locaInfoArea .infoRow.row02,
    .locaInfoArea .infoRow.row03,
    .locaInfoArea .infoRow.row03 {
        background: none
    }


}


/*특화사업*/

/* 절차, 단계 */


.stepCon2 {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.stepCon2 ol::after {
    display: block;
    clear: both;
    content: ''
}

.stepCon2 ol {
    width: 100%;
    text-align: center
}

.stepCon2 ol > li {
    position: relative;
    float: left;
    /*    margin: 10px 0;*/
    padding-right: 50px;
    width: 22%;
    text-align: center;
}

.stepCon2 ol > li::after {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 21px;
    height: 36px;
    content: '';
    background: url('/img/common/arrow_right.png') no-repeat;
}

.stepCon2 ol.step1 > li > div {
    position: relative;
    padding: 20px 5px 0 5px;
    min-height: 120px;
    color: #333;
    background: #fff;
    border: 1px solid #c4c4c4;
    z-index: 2;
}

.stepCon2 ol > li > div span {
    display: block;
}

.stepCon2 ol > li > div .num {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #656565
}

.stepCon2 ol > li > div .num::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    ;
    width: 14px;
    height: 2px;
    content: '';
    background: #c4c4c4
}

.stepCon2 ol > li > div .tit {
    font-size: 16px;
    line-height: 22px;
    /*    font-weight: bold;*/
    word-break: keep-all;
}

.stepCon2 ol.mih > li > ul {
    min-height: 80px
}

.stepCon2 ol > li > ul > li {
    width: 100%;
    font-size: 14px
}

.stepCon2 ol.step1 span.type1 {
    color: #5298c9;
    font-weight: bold;


}

.stepCon2 ol > li:last-child::after {
    display: none;
    background: none
}


.stepCon2 ol.st4 > li:last-child::after {
    display: block
}

.stepCon2 ol.step1.li3 li {
    width: 29% !important
}

.stepCon2 ol.step1.li4 li {
    width: 18% !important
}


/*모바일해상도*/
@media all and (max-width:800px) {

    .stepCon2 ol.step1.li4 li {
        width: 78% !important
    }

    .stepCon2 ol > li::after {
        display: none;
    }

    .stepCon2 ol.step1 > li > div {
        margin-bottom: 2%;
    }



}


/*-----------------------------------------------------------------------------------------------------------
컨텐츠-조직도
-----------------------------------------------------------------------------------------------------------*/

.about_org {
    height: 400px;
    position: relative;
    margin-top: 50px;
}

.about_org:after {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -0.5px;
    content: "";
    display: block;
    width: 1px;
    height: 283px;
    background: #d1d1d1;
    z-index: -1
}

.about_org ul li.org1 p.type1 {
    width: 130px;
    height: 130px;
    margin: 20px auto 30px;
    background: #008898;
    padding: 25px 0;
    line-height: 130%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 5px 5px 0 #eee;
}

.about_org ul li.org1 p.type1 img {
    padding-bottom: 5px;
}

.about_org ul li.org1 p.type1 span{
    font-size: 18px;
    font-weight: 500;    
}


.about_org ul li.org2 p.type2 {
    margin: 0 0 30px 680px;
     width: 130px;
    height: 130px;
    background: #ffaa3b;
    padding: 28px 0;
    line-height: 130%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    font-weight: 500;
    color: #fff;
    box-shadow: 5px 5px 0 #eee;
}




.about_org ul li.org2 p.type2:after {
    position: absolute;
    top: 70px;
    left: -180px;
    content: "";
    display: block;
    width: 252px;
    height: 1px;
    background: #d1d1d1;
    z-index: -1
}



.about_org ul li.org3 ul {
    position: relative
}

.about_org ul li.org3 ul:after {
    position: absolute;
    top: 27px;
    left: 126px;
    content: "";
    display: block;
    width: 74.5%;
    height: 1px;
    background: #d1d1d1;
}

.about_org ul li.org3 ul li {
    width: 25.4%;
    margin-right: 11.8%;
    float: left;
    margin-top: 80px;
    position: relative
}

.about_org ul li.org3 ul li:after {
    position: absolute;
    top: -53px;
    left: 50%;
    margin-left: -0.5px;
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #d1d1d1;
    z-index: -1
}

.about_org ul li.org3 ul li:nth-child(2):after {
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -0.5px;
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #d1d1d1;
    z-index: -1
}

.about_org ul li.org3 p.type3 {
    width: 250px;
    padding: 20px 0;
    color:#fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 5px 5px 0 #eee
}


.about_org ul li.org3 .bg_01 {  
     background: #027cc2;
}

.about_org ul li.org3 .bg_02 {
     background: #f36c97;
}
.about_org ul li.org3 .bg_03 {  
     background: #02c2a0;
}


.about_org ul li.org3 ul li:last-child {
    margin-right: 0;
}



.about_org ul li.org4 ul {
    position: relative;
    margin-left: 50px;
}

.about_org ul li.org4 ul:after {
    position: absolute;
    top: 190px;
    left: 113px;
    content: "";
    display: block;
    width: 72%;
    height: 1px;
    background: #d1d1d1;
}

.about_org ul li.org4 ul li {
    width: 18%;
    margin: 0 3%;
    float: left;
    margin-top: 80px;
    position: relative
}

.about_org ul li.org4 ul li:after {
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -0.5px;
    content: "";
    display: block;
    width: 1px;
    height: 44px;
    background: #d1d1d1;
    z-index: -1;
}

.about_org ul li.org4 p.type4 {
/*    width: 180px;*/
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    position: relative;
    border-radius: 10px;
    font-weight: 400;
    box-shadow: 5px 5px 0 #eee;
}

.about_org ul li.org4 ul li:last-child {
    margin-right: 0;
}



/* 조직도-모바일 해상도 */
@media all and (max-width:980px) {
    .about_org {
        height: auto;
        position: relative
    }

    .about_org:after {
        height: 208px;
    }

    .about_org ul li.org1 p.type1 {
/*        width: 80%;*/
        margin: 0 auto 30px;
    }

    .about_org ul li.org2 p.type2 {
/*        width: 80%;*/
        margin: 0 auto 30px;
    }


    .about_org ul li.org3 ul li {
        width: 100%;
        margin: 0 2% 0 0;
    }

    .about_org ul li.org3 ul:after {
        position: absolute;
        top: 0px;
        left: 24%;
        content: "";
        display: block;
        width: 50%;
        height: 0px;
        background: #d1d1d1;
    }

    .about_org ul li.org3 p.type3 {
        width: 80%;
        margin: 0 auto 30px;
    }
    
    .about_org ul li.org2 p.type2:after,
    .about_org ul li.org4 ul:after,
    .about_org ul li.org4 ul li:after,
    .about_org ul li.org3 ul li:after,
    .about_org ul li.org3 ul li:nth-child(2):after{
         height: 0px;
    }

    .about_org ul li.org4 ul li {
        width: 43%;
        margin: 0 0 2% 0;
    }
    
    .about_org ul li.org4 p.type4 {
        width: 100%;
/*        margin: 0 auto 30px;*/
    }
}

/*-----------------------------------------------------------------------------------------------------------
컨텐츠-협의체운영
-----------------------------------------------------------------------------------------------------------*/

/*동협의체 지도*/

.map_img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
    
    
@media all and (max-width:960px) {
    .map_img img{
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------------------------------
컨텐츠-일정보기
-----------------------------------------------------------------------------------------------------------*/


table.schedule_table {
    width: 100%;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e0dede;
}

table.schedule_table thead tr th {
    width: 102px;
    height: 39px;
    border-bottom: 1px solid #e0dede;
    background: #f2f2f2;
    color: #0f3d7c;
    font-size: 14px;
    text-align: center;
}

table.schedule_table thead tr th.sun {
    color: #d25656
}

table.schedule_table thead tr th.sat {
    color: #1f60b7
}

table.schedule_table thead tr th {
    border-right: 1px solid #e0dede
}

table.schedule_table thead tr th:first-child {
    width: 100px;
    border-left: 1px solid #e0dede
}

table.schedule_table thead tr th span {
    display: block;
    height: 39px;
    line-height: 39px;
    font-weight: 500;
}

table.schedule_table tbody tr td {
    height: 109px;
    border-top: 1px solid #e0dede;
    border-right: 1px solid #e0dede;
    vertical-align: top;
}

table.schedule_table tbody tr:first-child td {
    border-top: 0px;
}

table.schedule_table tbody tr td:first-child {
    border-left: 1px solid #e0dede
}

table.schedule_table tbody tr td div {
    overflow: hidden;
    width: 82px;
    padding: 10px;
}

/* height:89px; */
table.schedule_table tbody tr td:first-child div {}

table.schedule_table tbody tr td div span {
    display: block;
    font-size: 11px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

table.schedule_table tbody tr td.sun div span {
    font-size: 11px;
    color: #d25656
}

table.schedule_table tbody tr td.sat div span {
    font-size: 11px;
    color: #1f60b7
}

table.schedule_table tbody tr td.pre_mon div span a,
table.schedule_table tbody tr td.next_mon div span a {
    font-size: 11px;
    color: #aaa
}

table.schedule_table tbody tr td.schedule {
    background: #f2f2f2;
}

table.schedule_table tbody tr td.schedule div a.schedule_title {
    display: block;
    height: 20px;
    line-height: 15px;
    padding-left: 10px;
    background: url("../../img/bullet.gif") 0 center no-repeat;
    color: #333;
    text-align: left;
}

table.schedule_table tbody tr td.schedule div a.schedule_title:hover {
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: underline;
}

table.schedule_table tbody tr td.schedule div a.more {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 15px;
    line-height: 15px;
    padding-left: 5px;
    background: url("../img/more_skyblue.png") 0 0 no-repeat;
    margin-top: 5px;
}

table.schedule_table tbody tr td.schedule div a.more span {
    display: block;
    line-height: 15px;
    padding-right: 5px;
    background: url("../img/more_skyblue.png") right -15px no-repeat;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

table.schedule_table tbody tr td.today {
    background: #ffaa3b;
}

table.schedule_table tbody tr td.today div span a {
    color: #fff;
}

table.schedule_table tbody tr td.today div a.schedule_title {
    color: #fff;
}

table.schedule_table tbody tr td.today div a.more {
    background: url("../img/more_white.png") 0 0 no-repeat;
}

table.schedule_table tbody tr td.today div a.more span {
    background: url("../img/more_white.png") right -15px no-repeat;
    color: #1f60b7;
}

table.schedule_mobile {
    display: none;
}

/* 스케쥴게시판 list페이지 */
.schedule_top {
    padding: 30px 0;
    text-align: center;

}

.schedule_top a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    line-height: 30px;
    vertical-align: top
}

.schedule_top a.pre_mon {
    margin-right: 45px;
}

.schedule_top a.next_mon {
    margin-left: 45px;
}

.schedule_top a img {
    padding: 3px 0 2px 0
}

.schedule_top span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    line-height: 30px;
    color: #138e7c;
    font-weight: bold;
    font-size: 30px;
    vertical-align: top
}

.schedule_top p {
    padding-top: 10px;
    color: #666
}

.schedule_top p em {
    font-style: normal;
    font-weight: bold;
}



.pop_wrap {
    /*position:fixed; top:0; left:0; z-index:200; width:100%; height:100%;*/
}

.pop_wrap .pop {
    /*position:absolute; top:50%; left:50%; z-index:250;*/
    width: 350px;
    min-height: 188px;
    padding-bottom: 65px;
    border: 2px solid #bf0000;
    background: #fff
}

.pop_wrap .pop .pop_title {
    height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.pop_wrap .pop strong {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #bf0000;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px
}

.pop_wrap .pop strong span {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-family: 'NanumSquareR', dotum, "돋움", sans-serif;
}

.pop_wrap .pop .pop_con {
    padding: 0;
    background: #f4f7fa;
}

.pop_wrap .pop .pop_con ul {
    border-bottom: 1px solid #ccd5e0;
    min-height: 130px;
}

.pop_wrap .pop .pop_con ul li:first-child {
    border-top: 0px;
}

.pop_wrap .pop .pop_con ul.schedule_write {
    padding: 10px 0;
}

/* 일정작성 */
.pop_wrap .pop .pop_con ul.schedule_write li {
    position: relative;
    padding: 15px 0;
}

.pop_wrap .pop .pop_con ul.schedule_write li span.tt {
    float: left;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #ccd5e0;
    padding-right: 20px
}

.pop_wrap .pop .pop_con ul.schedule_write li span {
    display: block;
    font-size: 14px;
    float: left;
    padding-left: 15px
}

.pop_wrap .pop .pop_con ul.schedule_write li textarea {
    width: 268px;
    height: 180px;
    border: 1px solid #ccd5e0;
    padding: 0;
    color: #666;
    font-size: 12px;
}

.pop_wrap .pop .pop_con ul.schedule_write li:last-child {
    padding-bottom: 0;
}

.pop_wrap .pop .pop_con .pop_bt {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.pop_wrap .pop .pop_con .pop_bt a {
    width: 60px;
    border: 1px solid #222;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px
}

.pop_wrap .bg_trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}



/* 모바일 해상도 */
@media all and (max-width:800px) {


    table.schedule_mobile {
        width: 100%;
        border-top: 2px solid #222;
        border-bottom: 1px solid #e0dede;
    }

    table.schedule_mobile th {
        height: 30px;
        padding: 0 15px;
        border-bottom: 1px solid #e0dede;
        background: #f2f2f2;
        color: #0f3d7c;
        text-align: center;
    }

    table.schedule_mobile td {
        height: 30px;
        width: 100%;
        border-bottom: 1px solid #e0dede;
        color: #0f3d7c;
        padding: 10px;
    }

    table.schedule_mobile td.schedule {
        background: #fbfbfb;
    }

    table.schedule_mobile td.schedule a {
        display: block;
    }

    table.schedule_mobile td.today {
        background: #88bc3f;
    }

    table.schedule_mobile td.today a {
        display: block;
        color: #fff;
    }

    table.schedule_mobile {
        display: block;
    }

    table.schedule_table {
        display: none;
    }

}
