@charset "utf-8";

/*** 기본 ***/
.board_sch {
    padding: 17px 20px;
    background: #f7f7fb;
    margin-bottom: 20px
}

.board_sch input {
    height: 48px;
    width: 100%;
    padding-left: 8px
}

.board_sch .bSch_box label {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    font-size: 18px
}

.board_sch .bSch_box {
    width: 625px;
    padding-left: 65px;
    padding-right: 55px;
    position: relative;
    margin: 0 auto;
}

.board_sch .bSch_btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}

.board_sch .bSch_date input {
    width: calc((100% - 19px) / 2);
    padding-right: 40px;
    background: #fff url(/images/common/board/call_blit.png) right 10px center no-repeat;
}

.board_sch input::placeholder {
    color: #444;
}

.board_sch .bSch_date .mid {
    display: inline-block;
    width: 3%;
    text-align: center
}

.board_sch .item-last {
    position: relative;
    width: 45%;
    padding-right: 120px;
}

/*입력 및 달력*/
.board_sch.t01 {
    padding: 20px 43px;
}

.board_sch.t01 > * {
    display: flex;
}

.board_sch.t01 .bSchSelect,
.board_sch.t01 .bSchInput,
.board_sch.t01 .bSch_date {
    margin-left: 0.5%;
}

.board_sch.t01 .bSchSelect {
    width: 20%;
}

.board_sch.t01 .bSchSelect select {
    width: 100%;
    height: 48px
}

.board_sch.t01 .bSchSelect.sel_type2 {
    width: 15%;
    margin: 0 0 0 auto
}

.board_sch.t01 .bSch_date {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

@media (max-width:1190px) {
    .board_sch.t01 .bSchSelect.sel_type2 {
        width: 15%;
    }
}


@media (max-width:1024px) {
    .board_sch.t01 {
        padding: 15px;
    }
}

@media (max-width:780px) {
    .board_sch.t01 {
        padding: 15px;
    }

    .board_sch.t01 > * {
        display: block;
        width: 100%;
    }

    .board_sch .bSch_box {
        width: 100%;
        padding-left: 0
    }

    .board_sch .bSch_box label {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin: 0 0 10px 0
    }

    .board_sch.t01 .bSchSelect,
    .board_sch.t01 .bSchInput,
    .board_sch.t01 .bSch_date {
        width: 100%;
        margin: 8px 0 0
    }

    .board_sch.t01 .bSchSelect,
    .board_sch.t01 .bSchInput {
        width: 100%
    }

    .board_sch.t01 .bSchSelect.sel_type2 {
        width: 100%
    }

    .board_sch.t01 .bSchInput {
        margin-left: 0
    }

    .board_sch .item-last {
        padding-right: 0;
    }

    .board_sch .bSch_btn,
    .board_sch .bSch_btn .btn-default {
        position: static;
        display: block;
    }

    .board_sch .bSch_btn .btn-default {
        margin-top: 8px;
    }
}


/*** 게시판정보 ***/
.pageInfo {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.pageInfo .condi_num {
    float: right
}

.pageInfo .condi_num select {
    height: 30px;
    vertical-align: middle
}

.pageInfo .condi_num button {
    padding: 0 10px;
    height: 30px;
    background: #009afa;
    color: #fff;
    vertical-align: middle
}

.pageInfo .pageCount {
    margin-top: 10px
}

.pageInfo.icon_page .pageCount {
    margin-top: 20px
}

.pageInfo .condi_num.t02 {
    float: right
}

.pageInfo .condi_num.t02 select {
    width: 70px;
    height: 40px;
    border: 1px solid #d2d2d2;
    background: #fff
}

.pageInfo .condi_num.t02 label {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-right: 5px
}

.pageInfo .pageCount {
    float: left;
    font-size: 15px;
    color: #000
}

.pageInfo .pageCount span:first-child {
    color: #273dac
}

.pageInfo .board_etcM {
    float: right
}

.pageInfo .board_etcM ul {
    float: left;
    overflow: hidden
}

.pageInfo .board_etcM ul li {
    float: left
}

.pageInfo .board_etcM ul li a {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #c9c9c9;
    background: #f7f7fb;
    text-align: center
}

.pageInfo .board_etcM ul li a.on {
    background: #3e4856;
    color: #fff
}

.pageInfo .board_etcM ul li:first-child a {
    border-left: 1px solid #c9c9c9
}

.pageInfo .boardSel {
    float: left;
    margin-left: 10px;
}

@media(max-width: 480px) {

    .pageInfo .board_etcM,
    .pageInfo .boardSel {
        width: 100%;
        float: none;
    }

    .pageInfo .boardSel {
        margin-left: 0;
        margin-top: 5px;
    }
}







/*** pagenation ***/
.page_list {
    text-align: center;
    margin-top: 40px;
    display: block
}

.page_list strong {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #595b5c;
    border: 1px solid #d5d5db;
    color: #fff;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
    font-weight: normal
}

.page_list > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 36px;
    text-align: center;
    border: 1px solid #d5d5db;
    vertical-align: middle
}

.page_list .p_first > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list .p_prev > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list .p_next > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list .p_end > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    vertical-align: middle
}

.page_list > a:hover,
.page > a:focus {
    border: 1px solid #797979;
    background: #fff
}

.page_list > a.start,
.page > a.prev,
.page > a.next,
.page > a.end,
.page_list > a.start:hover,
.page > a.prev:hover,
.page > a.next:hover,
.page_list > a.end:hover,
.page_list > a.start:focus,
.page > a.prev:focus,
.page > a.next:focus,
.page_list > a.end:focus {
    border: 0;
    background: none
}



/***게시판상세***/
.board_view {
    overflow: hidden;
    border-top: 2px solid #848692;
    clear: both
}

.board_view .view_bg {
    background: #f7f7fb;
    overflow: hidden
}

.board_view .b_info {
    border-bottom: 1px solid #848692;
}

.board_view .b_info strong {
    padding: 20px 10px;
    color: #323232;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    display: block;
    font-weight: 600;
}

.board_view .b_info .infoWrap {
    overflow: hidden;
    padding: 17px 33px;
}

.board_view .b_info .infoWrap .left {
    float: left
}

.board_view .b_info .infoWrap .right {
    float: right
}

.board_view .b_info .infoWrap .infoItem:after {
    content: '';
    display: block;
    clear: both
}

.board_view .b_info .infoWrap .infoItem em {
    float: left;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-weight: 600;
}

.board_view .b_info .infoWrap .infoItem em:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: #d2d2d2
}

.board_view .b_info .infoWrap .infoItem > span {
    float: left;
    padding-left: 20px;
    font-weight: 500;
}

.board_view .b_content {
    position: relative;
    padding: 30px;
    line-height: 1.9;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

b_content > h2 {
    line-height: 1.5;
}

.board_view .view-items {
    display: flex;
}

.board_view .view-items-tit {
    display: inline-block;
    width: 106px;
    text-align: center;
    padding: 21px 0;
    font-weight: 600;
    margin-right: 8px;
}

.view-items-content {
    width: calc(100% - 106px);
    padding: 6px 0;
    position: relative;
    padding-left: 10px;
}

.view-items-content:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 33px);
    background: #ccc;
    position: absolute;
    top: 17px;
    left: -12px;
}

.view-items-content li {
    display: block;
    padding: 11px 0;
}

.view-items-content li:first-of-type {
    padding-bottom: 0
}

.view-items-content li a:hover,
.view-items-content li a:focus {
    text-decoration: underline;
}

.view-items-content li .ico-file-upload {
    padding-left: 5px;
}

@media all and (max-width:1024px) {
    .board_view .b_info strong {
        font-size: 17px;
        padding: 9px 0;
    }

    .board_view .b_info .infoWrap {
        padding: 10px 15px
    }
}

@media all and (max-width:780px) {

    .board_view .view_bg {
        padding: 0 20px 20px
    }

    .board_view .b_info .infoWrap {
        padding: 0
    }

    .board_view .b_info .infoWrap .infoItem {
        margin-top: 10px
    }

    .board_view .b_info .infoWrap .infoItem em {
        min-width: inherit;
        padding-right: 10px;
        font-size: 13px
    }

    .board_view .b_info .infoWrap .infoItem > span {
        padding-left: 10px;
        font-size: 13px
    }

    .board_view .b_info .infoWrap .infoItem {
        float: none
    }

    .board_view .view-items,
    .board_view .view-items-tit,
    .view-items-content {
        display: block;
        width: 100%;
    }

    .board_view .view-items-tit {
        text-align: left;
        padding-bottom: 0;
    }

    .board_view .b_content {
        padding: 30px 0px;
    }

}


/*** 상세 이전글,다음글 ***/
.b_page {
    overflow: hidden;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    margin-top: 40px
}

.b_page ul li {
    width: 50%;
    float: left
}

.b_page ul li:first-child {
    border-right: 1px solid #ccc;
}

.b_page ul li a {
    display: block;
    padding: 28px 0;
    text-align: center
}

.b_page ul li a div:first-child {
    color: #323232
}

.b_page ul li a div span {
    font-size: 18px;
    color: #323232;
    font-weight: 600;
    margin-left: 6px;
}

.b_page ul li a div span img {
    margin-top: -8px;
}

.b_page ul li a .before_txt {
    display: block;
    margin-top: 6px;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #444;
    font-size: 16px
}

.form_text input[type=text] {
    width: 400px
}

.b_page ul li a .ico-arr-next,
.b_page ul li a .ico-arr-prev,
.b_page ul li a:hover .ico-arr-next,
.b_page ul li a:focus .ico-arr-prev {
    transition: all 0.3s ease;
}

.b_page ul li a:hover .ico-arr-next,
.b_page ul li a:focus .ico-arr-next {
    transform: translate(10px, 0);
}

.b_page ul li a:hover .ico-arr-prev,
.b_page ul li a:focus .ico-arr-prev {
    transform: translate(-10px, 0);
}






@media(max-width:1000px) {
    .b_page ul li a div span {
        font-size: 16px
    }

    .b_page ul li a .before_txt {
        font-size: 14px
    }

    aBtn.board:link,
    aBtn.board:active {
        font-size: 14px
    }
}

@media all and (max-width:800px) {
    .b_page ul {
        display: table;
        width: 100%
    }

    .b_page ul li {
        display: table-cell;
        vertical-align: middle
    }

    .b_page ul li a {
        padding: 20px 10px
    }

    .b_page ul li a .before_txt {
        text-overflow: clip;
        white-space: normal
    }
}




/*** 게시판 write ***/
.board_write {
    overflow: hidden;
    border-top: 2px solid #848692;
    font-size: 14px;
    clear: both;
    border-right: 0;
    border-left: 0
}

.board_write input[type="text"],
.board_write input[type="password"],
.board_write select {
    height: 45px
}

.board_write dl {
    position: relative;
    display: table;
    border-bottom: 1px solid #d5d5db;
    float: left
}

.board_write dl dt {
    width: 185px;
    text-align: center;
    color: #222;
    background: #f7f7fb;
    border-right: 1px solid #d5d5db;
    border-left: 0;
    font-weight: 600;
}

.board_write dl dt,
.board_write dl dd {
    padding: 12px 7px;
    display: table-cell;
    vertical-align: middle;
    border-right: 0;
    border-left: 0
}

.board_write dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 185px;
    border-right: 0
}

.board_write dl.fileWrap dd {
    white-space: normal
}

.board_write dl:nth-of-type(1) dt,
.board_write .b_info dl:nth-of-type(3) dt,
.board_write .b_info dl:nth-of-type(6) dt {
    border-left: 0
}

.board_write dl.b_full {
    width: 100%
}

.board_write dl.b_full .n_title input {
    width: 100%
}

.board_write dl.b_full .n_writer input {
    width: 200px
}

.board_write dl.b_full .w_cont textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d2d2d2
}

.board_write dl.b_full .n_mail input,
.board_write dl.b_full .n_mail select {
    width: 200px
}

.board_write dl.b_full .p_mobile input,
.board_write dl.b_full .p_mobile select {
    width: 200px
}

.board_write dl.b_half {
    width: 50%
}

.board_write dl.b_tit {
    width: 66.6%
}

.board_write dl.b_date {
    width: 33.4%
}

.board_write dl.b_team {
    width: 40%
}

.board_write dl.b_writer {
    width: 26.6%
}

.board_write dl.b_tel {
    width: 33.4%
}

.blit_h {
    display: none
}

.text_w {
    overflow: hidden
}

.text_w .w_cont {
    width: 100%;
    resize: none;
    border: 1px solid #d5d5db;
    padding: 10px;
    background: #f2f5f8;
    border-top: 0;
    border-bottom: 0
}

.file_w {
    overflow: hidden
}

.file_w dl {
    position: relative;
    float: left;
    border: 1px solid #d5d5db;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #848692
}

.file_w dl dt,
.file_w dl dd {
    padding: 12px 10px;
    border-right: 0;
    border-left: 0
}

.file_w dl dt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 185px;
    text-align: center;
    background: #f7f7fb;
    border-right: 0;
    border-left: 0;
    color: #222
}

.file_w dl dd {
    margin-left: 185px
}

.file_w dl dd div {
    margin-bottom: 5px
}

.file_w dl dd .last {
    margin-bottom: 0
}

.filebox {
    overflow: hidden;
    position: relative;
    width: 580px;
    padding-right: 137px;
    margin-bottom: 5px
}

.file_name {
    height: 45px;
    background: #fff;
    display: block;
    border: 1px solid #d2d2d2;
    padding: 10px 15px 10px 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/images/common/content/filie-close.png)no-repeat 97% center;
}


.file_name > a {
    float: right;
    right: 0;
}

.upload-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.upload {
    position: absolute;
    right: 0;
    top: 0
}

.filebox .btn {
    margin: 0;
    padding: 10px 23px;
    border: 1px solid #3f44a0;
    color: #3f44a0;
    background: url(/images/common/board/file_add.png) 20px center no-repeat;
    padding-left: 44px;
    font-weight: 500;
    height: 100%;
    border-radius: 3px;
    line-height: 24px;
}

.filebox .btn:hover {
    background-color: #ebeeff;
    color: #5468c7 !important
}

.fileDel {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 151px;
    border: 0;
    top: 0;
    color: #fff;
    text-align: center;
    text-indent: -9999px;
    border-left: 1px solid #d2d2d2
}

.fileDel:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: url(/images/common/snsLayer_close.png) center center no-repeat;
    transition: all .3s
}

.fileDel:hover:before {
    transform: rotate(180deg)
}

.memberF_box.write input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 5px
}

.file_add_p {
    color: #444
}

.n_mail {
    display: inline-block
}

.memInfo_change {
    display: inline-block;
    margin-left: 10px
}

.memInfo_change label input[type=checkbox] {
    margin-right: 5px
}

@media all and (max-width:1100px) {
    .n_mail {
        display: block
    }

    .memInfo_change {
        margin: 8px 0 0 0
    }
}

@media all and (max-width:680px) {
    .file_name {
        font-size: 14px
    }

    .board_write dl.b_full .w_cont textarea {
        height: 250px
    }
}

@media (max-width:1000px) {
    .filebox {
        width: 100%;
        padding-right: 147px;
        margin-bottom: 5px
    }

    .fileDel {
        right: 148px
    }

    .file_name {
        white-space: normal
    }

    .board_write dl.b_full .n_mail input,
    .board_write dl.b_full .n_mail select {
        width: 30%;
        width: -webkit-calc(33% - 7px);
        width: calc(33% - 7px)
    }

    .board_write dl.b_full .p_mobile input,
    .board_write dl.b_full .p_mobile select {
        width: 30%;
        width: -webkit-calc(33% - 7px);
        width: calc(33% - 7px)
    }

    .board_write dl.b_full .n_mail.dt_p input,
    .board_write dl.b_full .n_mail.dt_p select {
        width: 32%;
        width: -webkit-calc(33% - 1px);
        width: calc(33% - 1px)
    }

    .board_write dl.b_full .n_mail.solo input,
    .board_write dl.b_full .n_mail.solo select {
        width: 50%
    }
}

@media (max-width:767px) {
    .board_write dl.b_half {
        width: 100%
    }
}

@media all and (max-width:650px) {
    .filebox {
        padding-right: 47px
    }

    .filebox .btn {
        padding: 0;
        text-indent: -9999px;
        width: 42px;
        height: 42px;
        background-position: center
    }

    .fileDel {
        right: 47px
    }
}

@media (max-width:540px) {
    .file_w dl dt {
        width: 90px
    }

    .file_w dl dd {
        margin-left: 90px
    }

    .board_write {
        border-width: 2px 0 0 0
    }

    .file_w dl dt {
        width: 100%;
        position: relative;
        border-right: 0;
        border-bottom: 1px solid #d5d5db;
        text-align: left
    }

    .file_w dl dd {
        margin-left: 0
    }

    .board_write dl dt {
        width: 100%;
        position: relative;
        border-right: 0;
        border-bottom: 0;
        background: none;
        padding-bottom: 0;
        text-align: left
    }

    .board_write dl dd {
        margin-left: 0
    }

    .board_write dl dt,
    .board_write dl dd {
        display: block
    }

    .board_write dl.b_full .n_writer input {
        width: 100%
    }

    .board_write dl.b_full .n_mail input,
    .board_write dl.b_full .n_mail select {
        width: 40%;
        width: -webkit-calc(49% - 7px);
        width: calc(49% - 7px);
    }

    .board_write dl.b_full .n_mail.solo input,
    .board_write dl.b_full .n_mail.solo select {
        width: 100%
    }

    .board_write dl.b_full .n_mail.dt_p input,
    .board_write dl.b_full .n_mail.dt_p select {
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
        display: inline-block
    }

    .board_write dl.b_full .n_mail .mail_03 {
        width: 100%;
        display: block;
        margin-top: 5px
    }

    .board_write dl.b_full .n_mail.dt_p .mail_01 {
        width: 100%;
        display: block
    }

    .board_write dl {
        border-bottom: 1px dashed #d5d5db
    }

    .board_write dl.no_line {
        border-bottom: 0
    }

    .board_write dl dt.d_date {
        position: absolute;
        width: 90px;
        padding: 12px 7px
    }

    .board_write dl dt.d_date div {
        position: relative
    }

    .board_write dl dt.d_date div:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 50%;
        left: 71px;
        height: 14px;
        display: block;
        background: #d5d5db;
        margin-top: -7px
    }

    .board_write dl dd.e_date {
        margin-left: 90px;
        padding: 12px 7px
    }

    .blit_h {
        display: block
    }

    .board_write dl:nth-of-type(1) dt {
        margin-top: 10px
    }

    .file_w dl dt {
        background: none;
        border-bottom: 0
    }

    .file_w dl {
        border: 0;
        border-bottom: 1px solid #d5d5db
    }

    .board_write dl.fileWrap {
        display: block;
        white-space: nowrap
    }

    .file_name {
        white-space: nowrap
    }
}



/*** 갤러리형 게시판 ***/
.board-photo .photo-list {
    padding: 45px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.board-photo .photo-list:after {
    content: "";
    display: block;
    clear: both;
}

.board-photo .photo-list li {
    border: 1px solid #ddd;
    width: calc((100% - 95px) / 3);
    float: left;
    margin-right: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.board-photo .photo-list li:nth-child(3n) {
    margin-right: 0;
}

.board-photo .photo-list li:nth-child(n+4) {
    margin-top: 45px;
}

.board-photo .photo-list li:hover,
.board-photo .photo-list li:focus {
    box-shadow: 5px 4px 37px rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease;
}

.board-photo .photo-list li .img-wrap {
    height: 235px;
    background: #e7e7e7;
}

.board-photo .photo-list li .img-wrap {
    position: relative;
    overflow: hidden;
}

.board-photo .photo-list li .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
    transition: all 0.3s ease;
}

.board-photo .photo-list li > a:hover .img-wrap img,
.board-photo .photo-list li > a:focus .img-wrap img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.3s ease;
}

.board-photo .photo-list li .txt-wrap {
    padding: 15px 40px;
}

.board-photo .photo-list li .txt-wrap strong {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}

.board-photo .photo-list li .txt-wrap .date {
    display: block;
}


@media (max-width:1024px) {
    .board-photo .photo-list li {
        margin-right: 20px;
        width: calc((100% - 46px) / 3);
    }

    .board-photo .photo-list li:nth-child(n+4) {
        margin-top: 20px;
    }

    .board-photo .photo-list li .txt-wrap {
        padding: 15px 10px;
    }

    .board-photo .photo-list li .txt-wrap strong {
        width: 100%;
    }
}

@media (max-width:780px) {
    .board-photo .photo-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .board-photo .photo-list li:nth-child(n+4) {
        margin-top: 0
    }

}




/*** slick slider ***/
.board_view .slick-list {
    max-width: 1000px;
    margin: 0 auto;
}

.board_view .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 50px;
    width: 25px;
    text-indent: -9999px;
    z-index: 1;
}

.board_view .slick-next {
    right: 0;
    background: url(/images/common/board/sl_right.png) no-repeat;
}

.board_view .slick-prev {
    left: 0;
    background: url(/images/common/board/sl_left.png) no-repeat;
}

.board_view .slider-thmb {
    margin-top: 32px;
    border-top: 1px solid #ddd;
    padding-top: 32px;
}

.board_view .slider-thmb .slick-slide {
    margin-right: 15px;
    height: 93px;
    position: relative;
}

.board_view .slider-thmb .slick-slide > div {
    height: 100%;
}

.board_view .slider-thmb .slick-current:after {
    position: absolute;
    width: 97%;
    height: 93%;
    z-index: 2;
    content: "";
    display: block;
    top: 0;
    left: 0;
    border: 4px solid #4357b3;
    background: none;
}

.board_view .slider-thmb .slick-arrow {
    margin-top: -3px;
}





.board_view .img-wrap {
    width: 100%;
    background: #ddd;
}

.board_view .img-wrap img {
    margin: 0 auto;
}

.slider-thmb .slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slider-thmb .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    min-width: 100%;
    background: #dfdfde;
}

@media (max-width:1200px) {
    .board_view .slick-list {
        max-width: 80%;
    }

    .board_view .slider-main .slick-arrow {
        transform: scale(0.8) translate(0px, -13px);
    }

    .board_view .slider-thmb .slick-arrow {
        transform: scale(0.8) translate(0px, 12px);
        margin-top: 0;
    }
}

@media (max-width:780px) {
    .board_view .slider-thmb {
        padding-top: 20px;
        margin-top: 20px;
    }

}






/***보도형 게시판 ***/
.board-list {
    border-top: 1px solid #46474f;
}

.board-list .search-result.type-list {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
}

.board-list .search-result.type-list > li {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
}

.board-list .search-result.type-list a {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid #e2e2e3;
    max-height: 190px;
    border-right: 0;
    border-left: 0;
}

.board-list .type-list .media_cont {
    margin-bottom: 0;
}

.board-list .type-list .img_area {
    display: table-cell;
    overflow: hidden;
    width: 212px;
    min-height: 160px;
    max-height: 160px;
    text-align: left;
    position: relative;
}

.board-list .type-list .img_area .img-wrap {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.board-list .type-list .img_area img {
    max-height: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
}

.board-list .type-list .news_info {
    display: table-cell;
    width: 100%;
    padding: 0 37px;
    padding-right: 0;
    vertical-align: middle;
    text-align: left;
}

.board-list .type-list .news_info h4 {
    font-size: 20px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0;
    background: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 4px;
}

.board-list .type-list .news_info:hover h4,
.board-list .type-list .news_info:focus h4 {
    text-decoration: underline;
}

.board-list .type-list .news_info .news_date {
    display: block;
    margin-top: 9px;
    color: #676767;
    font-weight: 300;
    text-align: left;
    font-size: 0.938em;
}

.board-list .type-list .news_info .date {
    position: relative;
    padding-left: 23px;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

.board-list .type-list .news_info .date:before {
    content: "";
    display: block;
    background: url(/images/common/board/ico-date.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.board-list .type-list .news_txt {
    word-wrap: break-word;
    line-height: 22px;
    height: 5em;
    margin-top: 13px;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: none;
    padding-left: 0;
}

.board-list .type-list .news_txt > strong {
    color: #f84040 !important;
}

.board-list .search-result.type-list a {
    padding: 31px 15px;
    border-top: 0;
}

.board-list .search-result.type-list > li:hover {
    box-shadow: 1px 9px 31px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
}

.board-list .search-result.type-list > li:hover h4,
.board-list .search-result.type-list > li:focus h4 {
    text-decoration: underline;
}



@media only screen and (max-width: 780px) {
    .search-top.type03 {
        padding: 32px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .search-top.type03 {
        padding: 40px 15px;
    }

    .search-result.type-list .img_area {
        width: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    .board-list .search-result.type-list a {
        padding: 20px 15px;
        display: block;
        max-height: inherit;
    }

    .search-result.type-list .img_area,
    .board-list .type-list .news_info {
        display: block;
    }

    .board-list .type-list .news_info {
        padding-left: 0;
    }

    .search-result.type-list .img_area {
        margin: 0 auto;
        width: 70%;
        max-width: 310px;
        height: auto;
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 20px;
    }
}

/* FAQ */
.faq {
    border-top: 2px solid #000
}

.faq li {
    border-bottom: 1px solid #e7e7e7;
}

.faq li > a {
    display: block;
    position: relative;
    padding: 20px 30px 20px 97px;
    background: url('/images/common/content/Q.png') 30px center no-repeat;
    font-weight: 500;
    font-size: 17px;
}

.faq li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 17px;
    height: 10px;
    margin-right: 30px;
    margin-top: -3px;
    background: url('/images/common/content/arr_t1.png') bottom center no-repeat;
    content: '';
    transition: all .4s
}

.faq li > a.on:after {
    width: 17px;
    height: 10px;
    margin-top: -1px;
    background: url('/images/common/content/arr_t1.png') no-repeat top center;
    transform: rotate(180deg);
}

.faq li .faq_a {
    display: none;
    padding: 30px 30px 30px 95px;
    border-top: 1px solid #c8c8c8;
    background: #f8f8f8 url('/images/common/content/A.png') 30px 30px no-repeat;
    line-height: 1.5;
}

.faq li .faq_a p {
    margin-top: 10px;
    padding-left: 20px;
}

.faq li .faq_a p:first-child {
    margin-top: 0;
    font-weight: 200;
    font-size: 16px;
    padding: 0 10px 0 65px;
    line-height: 2;
    letter-spacing: -1px;
}

.faq li .faq_a p a {
    text-decoration: underline
}

.faq li .faq_a p a:hover {
    color: #418117
}

.page_list.faq_page {
    margin-top: 50px;
}

.container_title1.type0001 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
}

.board_sch.t01.align_center > * {
    justify-content: center;
}

.board_sch.t01.align_center {
    margin: 30px 0;
}

@media(max-width:639px) {
    .faq li > a {
        padding: 20px 30px 20px 60px;
        background: url('/images/common/content/Q.png') 10px center no-repeat;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .faq li > a:after {
        margin: 0 5px;
    }

    .faq li .faq_a p:first-child {
        padding: 40px 10px;
    }

    .faq li .faq_a {
        padding: 20px 40px 30px 60px;
        background: #f8f8f8 url(/images/common/content/A.png) 10px 10px no-repeat;
    }

    .container_title1.type0001 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 15px;
    }
}

/*로그인*/
.login_page {
    max-width: 1260px;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.login_page h3 {
    color: #313a68;
    padding: 20px;
    border-bottom: 2px solid #a0a0a0;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

.login_page .login_txt {
    margin: 20px 0 0;
}

.login_page .login_txt > p {
    text-align: center;
    font-size: 17px;
    color: #444;
    word-break: keep-all
}

.login_page .login_txt p.loginStr {
    margin: 15px 0
}

.login_page .login_txt p strong {
    font-weight: 500;
    color: #323232;
    word-break: keep-all
}

.login_page .loginType {
    margin: 60px auto 0;
    width: 100%;
}

.login_page .loginType:after {
    content: "";
    display: block;
    clear: both
}

.login_page .loginType .loginItem {
    float: left;
    width: 35%;
    padding: 0 20px;
}

.login_page .loginType .loginItem:nth-child(1) {
    padding-left: 0;
    margin-left: 150px;
    margin-right: 100px;
    position: relative;
}

.log1::after {
    content: "";
    position: absolute;
    width: 1.5px;
    background: #ddd;
    height: 100%;
    top: 0;
    right: -50px;
}

.login_page .loginType .loginItem:nth-child(2) {}



.login_page .loginType .loginItem .login_tit {
    display: block;
    margin-bottom: 30px;
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
}

.login_page .login_form {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.login_page .login_form input {
    width: 100%;
    height: 60px;
    background: #fff;
    padding-left: 20px;
    font-size: 18px;
    color: #606060;
}

.login_page .login_form input:first-child {
    border-bottom: 0;
}

.login_page .login_check {
    margin: 20px 0;
    color: #444;
}

.login_page .login_check label {
    font-size: 16px;
}

.login_page .login_check label:first-child {
    margin-right: 20px;
}

.login_page .login_check label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: -2px
}

.login_page .login_button a {
    display: block;
    width: 100%;
    padding: 18px 10px;
    text-align: center;
    background: #00905B;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    border: 3px solid #00905B;
    font-weight: 500;
    border-radius: 10px;
}


.login_page .login_modify {
    overflow: hidden;
    text-align: center
}

.login_page .login_modify ul li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin: 26px 0 0 -3px;
    font-size: 18px;
    color: #444;
}

.login_page .login_modify ul li:hover {
    text-decoration: underline;
}

.login_page .login_modify ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background: #d2d2d2;
}

.login_page .login_modify ul li:first-child:before {
    display: none
}

.login_page .other_social a {
    display: block;
    padding: 30px 20px 20px 100px;
    border-radius: 10px;
    margin-bottom: 16px;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    width: 90%
}

.login_page .other_social a:nth-child(1) {
    background: #FAE832;
}

.login_page .other_social a:nth-child(2) {
    background: #2BB73D;
}

.login_page .other_social a .icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 36%;
    ;
    left: 30px;
    margin-top: -15px;
}

.login_page .other_social a .icon.naver {
    background: url(/images/common/content/member/naver.png) center center no-repeat;
}

.login_page .other_social a .icon.kakao {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.login_page .other_social a .icon.kakao img {
    position: absolute;
    top: 13px;
    left: 12px;
}

.login_page .other_social a .icon.naver {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.login_page .other_social a .icon.naver img {
    position: absolute;
    top: 14px;
    left: 13.1px;
}

.login_page .other_social a .so_txt {
    position: relative;
    font-size: 18px;
    top: -7px;
    padding-left: 10px;
    color: #444444;
    font-weight: 600;
}

.login_page .other_social a .so_txt1 {
    position: relative;
    font-size: 18px;
    top: -7px;
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
}

/*.login_page .other_social a:hover .so_txt { font-weight:700 } */


.digital_onePass {}

.sns_log {
    min-height: 75px;
    line-height: 24px;
    color: #606060;
    word-break: break-word;
    width: 85%;
}

.sns_log > div {
    line-height: 1.7;
}

.sns_log div:nth-child(2) {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: -1px
}



.digital_onePass .onePassText {
    min-height: 60px;
    line-height: 24px;
    color: #606060;
    word-break: break-word;
}

.digital_onePass .onePassText div:nth-child(2) {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: -1px
}

.digital_onePass .onePassText .blue {
    color: #284d9e
}






.digital_onePass .onePass_id {}

.digital_onePass .onePass_id input {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    background-color: #fff
}

.digital_onePass .onPassBtn {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #284d9e;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}

.digital_onePass .onPassBtn img {
    vertical-align: -3px;
    margin-right: 15px
}

.log_mr{
    padding-left:30px;
}


@media (max-width:1400px) {
    .login_page .loginType {
        padding: 0 20px
    }

    .login_page .loginType .loginItem,
    .login_page .loginType .loginItem:first-child {
        float: none;
        width: 100%;
        max-width: 748px;
        padding: 50px 0;
        margin: 0 auto
    }

    .log1::after {
        content: none;

    }

    .login_page .loginType .loginItem:nth-child(1) {
        padding-top: 0
    }

    .login_page .loginType .loginItem:nth-child(2) {
        border-width: 1px 0
    }

    .login_page .loginType .loginItem:nth-child(3) {
        padding-bottom: 0
    }

    .log_mr{
        padding-left:0;
    }
    .sns_log{
        margin:0;
        min-height:65px;
    }
    .login_page .other_social a{
        margin:0;
        margin-bottom:30px;
    }

}

@media (max-width:600px) {
    .login_page .login_modify ul li {
        padding: 0 10px;
        margin-top: 10px
    }

    .login_page .login_modify ul li:before {
        height: 10px;
        top: 23px
    }

    .login_page .login_modify ul li a {
        font-size: 17px
    }

    .digital_onePass .onePassText {
        min-height: auto;
        margin-bottom: 15px
    }

    .digital_onePass .onePassText div {
        line-height: 24px
    }
}

.digital_onePass .onePassText {
    min-height: 60px;
    line-height: 24px;
    color: #606060;
    word-break: break-word;
}

.digital_onePass .onePassText div:nth-child(2) {
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: -1px
}

.digital_onePass .onePassText .blue {
    color: #284d9e
}


.l_Top {
    margin-bottom: 80px;
    padding: 40px 20px;
    background: #f7f7fb;
    text-align: center;
    margin-top: 40px;
    height: 135px;
}

.l_Top span {
    display: inline-block;
    padding: 8px 0 8px 15px;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    height: 60px;
    line-height: 2.2;
}

@media screen and (max-width:639px) {
    .l_Top {
        margin-bottom: -20px;
        padding: 15px 20px;
        background: #f7f7fb;
        text-align: center;
        height: 160px;
    }

    .l_Top span {
        display: inline-block;
        padding: 8px 0 8px 0px;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        height: 60px;
        line-height: 2;
        width: 90%;
    }

    .login_page .other_social a {
        display: block;
        padding: 32px 20px 20px 92px;
        border-radius: 10px;
        margin-bottom: 16px;
        position: relative;
        box-sizing: border-box;
        border-radius: 10px;
        width: 100%
    }
}

/*회원탈퇴*/
.refund_wrap {
    padding: 40px 60px;
    overflow: hidden;
    position: relative;
    background: #f7f7fb;
    border: 1px solid #c9c9c9;
    border-left: 0;
    border-right: 0
}

.refund_wrap .refund_select {
    padding: 20px 0;
    overflow: hidden
}

.refund_wrap .refund_select .refun_box {
    position: relative;
    float: left;
    padding-left: 70px;
    width: 280px;
    margin-right: 40px;
    margin-bottom: 5px
}

.refund_wrap .refund_select .refun_box select,
.refund_wrap .refund_select .refun_box input {
    width: 100%
}

.refund_wrap .refund_select .refun_box label {
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: bold
}

.refund_wrap .refund_select .refun_box.refund_bank {
    padding-right: 30px
}

.refund_wrap .refund_select .refun_box.refund_bank a {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 21px;
    height: 21px;
    background: url(/images/common/board/refun_box_close.png) center center no-repeat;
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
    margin-top: -10.5px
}

.refund_wrap .refund_select .refun_box.refund_people {
    width: 180px
}

.refund_wrap .refund_select .refun_box.refund_num {
    width: 220px;
    margin-right: 20px
}

.refund_wrap .refund_select .refun_p {
    padding: 10px 0;
    display: block;
    float: left
}

@media (max-width:696px) {
    .refund_wrap .refund_select .refun_box.refund_bank {
        width: 100%
    }

    .refund_wrap .refund_select .refun_box.refund_people {
        width: 100%
    }

    .refund_wrap .refund_select .refun_box.refund_num {
        width: 100%
    }

    .refund_wrap .refund_select .refun_box {
        margin-right: 0
    }

    .refund_wrap {
        padding: 40px 20px
    }
}

.refund_wrap.delete .pass_box {
    width: 645px;
    margin: 0 auto
}

.refund_wrap.delete .refund_select .refun_box {
    width: 625px;
    float: none
}

.refund_wrap.delete .refund_select .refun_box label {
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: normal;
    color: #000
}

.refund_wrap.delete .refund_select .refun_box {
    padding-left: 120px
}

.refund_wrap.delete .pass_box .refun_box label {
    font-size: 18px
}

.refund_wrap.delete .refun_box textarea {
    width: 100%;
    padding: 10px;
    resize: vertical
}

.delete_box {
    overflow: hidden
}

.delete_box ul li {
    color: #606060
}

.delete_box .del_check {
    padding-left: 20px
}

.delete_box .del_check label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -4px
}

.txt_list.del li {
    color: #606060
}

@media (max-width:1000px) {
    .refund_wrap.delete .pass_box {
        width: 570px
    }

    .refund_wrap.delete .refund_select .refun_box {
        width: auto;
        padding-left: 75px
    }

    .refund_wrap.delete .pass_box .refun_box label {
        font-size: 16px
    }

    .delete_box .del_check label input {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        vertical-align: -2px
    }
}

@media (max-width:640px) {
    .refund_wrap.delete .pass_box {
        width: 100%
    }

    .refund_wrap.delete .refund_select .refun_box.pt {
        padding: 0
    }

    .refund_wrap.delete .refund_select .refun_box.pt label {
        position: static
    }

    .refund_wrap.delete .refund_select .refun_box.pt textarea {
        width: 100%;
        margin-top: 7px
    }
}

.imgArea_box > img {
    max-width: 100%;
}

.img_area01 {
    width: 100%;
    text-align: center;
}

.filebox > a {
    position: absolute;
    top: 10px;
    right: 26%;
    float: right;
    display: none;
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .filebox > a {
        right: 30%;
        top: 12px;
    }
}

@media screen and (max-width:639px) {
    .filebox > a {
        right: 19%;
        top: 12px;
    }
}
.login_page .login_form input:active,
.login_page .login_form input:focus{
    border:1px solid #c9c9c9!important;
}
