@charset "utf-8";

/* 포트폴리오 - 리스트 */
.board_wrap .portfolio-list {
    margin: 0px;
    border-bottom: 0px solid #d8d8d8;
    text-align: justify;
}
.board_wrap .portfolio-list > li {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-bottom: 50px;
    padding: 0px;
    vertical-align: top;
}
.board_wrap .portfolio-list > li.empty_list {
    clear: both;
    float: none !important;
    width: 100% !important;
}
.board_wrap .portfolio-list > li .imgBox {
    margin-bottom: 15px;
    overflow: hidden;
    border: solid 0px #ddd;
}
.board_wrap .portfolio-list > li .imgBox img {
    display: block;
    width: 100%;
    height: auto !important;
}
.board_wrap .portfolio-list > li a > img {
    display: block;
    width: 100%;
    height: auto !important;
    transition: all 0.5s ease;
}
.board_wrap .portfolio-list > li a:hover > img {
    transform: scale(1.1);
}
.board_wrap .portfolio-list > li .infoArea h3 {
    font-size: 17px;
    font-weight: 500;
    color: #010101;
    margin-bottom: 5px;
    text-align: center;
}
.board_wrap .portfolio-list > li .infoArea p {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.board_wrap .portfolio-list > li .infoArea p.small {
    font-size: 12px;
    color: #000;
}
.board_wrap .portfolio-list > li input[type='checkbox'] {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.tech .board_wrap .portfolio-list > li {
    position: relative;
    display: inline-block;
    width: 23.5%;
}

.board_wrap .portfolio-list2 {
    margin: 0px;
    border-bottom: 1px solid #d8d8d8;
    text-align: justify;
}
.board_wrap .portfolio-list2 > li {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-bottom: 50px;
    padding: 0px;
}
.board_wrap .portfolio-list2 > li.empty_list {
    clear: both;
    float: none !important;
    width: 100% !important;
}
.board_wrap .portfolio-list2 > li .imgBox {
    margin-bottom: 0px;
    border: solid 1px #ddd;
}
.board_wrap .portfolio-list2 > li .imgBox img {
    display: block;
    width: 100%;
    height: auto !important;
}
.board_wrap .portfolio-list2 > li .infoArea h3 {
    font-size: 17px;
    font-weight: 500;
    color: #010101;
    margin-bottom: 5px;
}
.board_wrap .portfolio-list2 > li .infoArea p {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.board_wrap .portfolio-list2 > li input[type='checkbox'] {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.board_wrap .portfolio-list2 .hoverBox {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32% 30px 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
.board_wrap .portfolio-list2 .hoverBox .inner {
}
.board_wrap .portfolio-list2 .hoverBox .inner h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.board_wrap .portfolio-list2 .hoverBox .inner h3:after {
    display: block;
    width: 40px;
    height: 1px;
    margin: 20px auto;
    content: '';
    background: #fff;
    opacity: 0.5;
}
.board_wrap .portfolio-list2 .hoverBox .inner p {
    display: -webkit-box;
    color: #fff;
    max-height: 69px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_wrap .portfolio-list2 .bbsnewf5:hover .hoverBox {
    opacity: 1;
}
.board_wrap .portfolio-list2 .infoArea {
    display: none;
}

.board_wrap .video_list .hoverBox {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32% 30px 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
.board_wrap .video_list .hoverBox .inner {
}
.board_wrap .video_list .hoverBox .inner h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.board_wrap .video_list .hoverBox .inner h3:after {
    display: block;
    width: 40px;
    height: 1px;
    margin: 20px auto;
    content: '';
    background: #fff;
    opacity: 0.5;
}
.board_wrap .video_list .hoverBox .inner p {
    display: -webkit-box;
    color: #fff;
    max-height: 69px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_wrap .video_list .bbsnewf5:hover .hoverBox {
    opacity: 1;
}
.board_wrap .video_list .infoArea {
    display: none;
}

/* 포트폴리오 - 레이어 모달 */
#pf-layer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
}
#pf-layer .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c0c0c;
    opacity: 0.5;
    z-index: 1050;
}
#pf-layer .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 780px;
    margin: -390px 0 0 -550px;
    padding: 50px 50px 0;
    background: #fff;
    overflow: hidden;
    z-index: 1080;
}
#pf-layer .content .title {
    margin-bottom: 30px;
}
#pf-layer .content .title h2 {
    font-size: 17px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 5px;
}
#pf-layer .content .title p {
    font-size: 14px;
    font-weight: 600;
    color: #777;
}
#pf-layer .btn-close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    border: 1px solid #d0d0d0;
    background: #fff;
    cursor: pointer;
    outline: none;
}
#pf-layer .btn-close span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #d0d0d0;
}
#pf-layer .btn-close span.line1 {
    transform: rotate(45deg);
}
#pf-layer .btn-close span.line2 {
    transform: rotate(-45deg);
}
#pf-layer .btn-close:hover {
    border-color: #aaa;
}
#pf-layer .btn-close:hover span {
    background: #aaa;
}
#pf-layer .content .inner {
    height: 560px;
    overflow-y: auto;
}
#pf-layer .content .inner img {
    display: block;
    max-width: 100%;
    margin: auto;
}
#pf-layer .content .inner br {
    display: none;
}

.cate_select {
    display: none !important;
}
#bo_gall {
    position: relative;
    margin-bottom: 50px;
}
#bo_gall .board_tab_spec > a {
    display: none;
}
#bo_gall ul.tab {
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
}
#bo_gall ul.tab > li {
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}
#bo_gall ul.tab > li:first-child {
}
#bo_gall ul.tab > li > a {
    display: block;
    padding: 12px 30px;
    color: #999;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
}
#bo_gall ul.tab > li > a#bo_cate_on {
    position: relative;
    color: #333;
    border-color: #aaa;
    border-bottom-color: #fff;
    background: #fff;
    z-index: 10;
}

#bo_list {
    position: relative;
    margin-bottom: 50px;
}
#bo_list .board_tab_spec > a {
    display: none;
}
#bo_list ul.tab {
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
}
#bo_list ul.tab > li {
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}
#bo_list ul.tab > li:first-child {
}
#bo_list ul.tab > li > a {
    display: block;
    padding: 12px 30px;
    color: #999;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
}
#bo_list ul.tab > li > a#bo_cate_on {
    position: relative;
    color: #333;
    border-color: #aaa;
    border-bottom-color: #fff;
    background: #fff;
    z-index: 10;
}

/*  FAQ 리스트 */
.board_wrap .faq-list {
    margin-bottom: 30px;
    border-top: 3px solid #0c0c0c;
}
.board_wrap .faq-list > li {
    position: relative;
}
.board_wrap .faq-list > li .faq-check {
    float: left;
    display: inline-block;
    margin: 0 10px;
    padding-top: 13px;
}
.board_wrap .faq-list > li .balloon {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}
.board_wrap .faq-list > li .balloon.balloon-q {
    background: #507cd3;
    font-family: 'Montserrat';
}
.board_wrap .faq-list > li .balloon.balloon-a {
    background: #63a24d;
    font-family: 'Montserrat';
}
.board_wrap .faq-list > li .question {
    padding: 12px 20px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
}
.board_wrap .faq-list > li .question:hover {
    background: #f7f7f7;
}
.board_wrap .faq-list > li .question:after {
    clear: both;
    display: block;
    content: '';
}
.board_wrap .faq-list > li .question h3 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 30px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board_wrap .faq-list > li .answer {
    display: none;
    padding: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    border-bottom: 1px solid #e2e2e2;
    background: #f6f6f6;
}
.board_wrap .faq-list > li .answer .content {
    margin-left: 40px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}
.board_wrap .faq-list > li .answer .content img {
    max-width: 100%;
}

/* 미디어 쿼리 */
@media screen and (max-width: 1740px) {
    #aside {
        display: none !important;
    }
}

@media screen and (max-width: 1366px) {
    .board_wrap .portfoliom {
        margin: 0px;
        border-bottom: 1px solid #d8d8d8;
        text-align: justify;
    }
    .board_wrap .portfoliom > li {
        position: relative;
        display: inline-block; /*width:48%;*/
        margin-bottom: 50px;
        padding: 0px;
    }
    .board_wrap .portfoliom > li.empty_list {
        clear: both;
        float: none !important;
        width: 100% !important;
    }
    .board_wrap .portfoliom > li .imgBox {
        margin-bottom: 15px;
    }
    .board_wrap .portfoliom > li .imgBox img {
        display: block;
        width: 100%;
        height: auto !important;
    }
    .board_wrap .portfoliom > li .infoArea h3 {
        font-size: 17px;
        font-weight: 500;
        color: #010101;
        margin-bottom: 5px;
    }
    .board_wrap .portfoliom > li .infoArea p {
        font-size: 14px;
        font-weight: 500;
        color: #777;
    }
    .board_wrap .portfoliom > li input[type='checkbox'] {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 5;
    }
    .board_wrap .portfolio-list2 > li {
        /*width:48%;*/
        margin-bottom: 50px;
        padding: 0px;
    }
    .board_wrap .portfolio-list2 .hoverBox {
        display: none;
    }
    .board_wrap .portfolio-list2 .infoArea {
        display: block;
        margin-top: 15px;
    }

    .board_wrap .faq-list > li .question {
        padding: 12px 0px 12px 5px;
    }
    .board_wrap .faq-list > li .answer {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 1280px) {
    .board_wrap .mobile th {
        display: block;
        width: 100%;
    }
    .board_wrap .mobile td {
        display: block;
        width: 100%;
    }
    .board_wrap .mobile td select {
        width: 100%;
    }
    .board_wrap .mobile td input {
        width: 100%;
    }
    .board_wrap .mobile td button#btn_autosave {
        display: none;
    }
    .board_wrap .mobile td input[name='notice'] {
        width: 15px;
    }
    .board_wrap .tbl-basic td input[name='html'] {
        width: 15px;
    }

    .board_wrap .tbl-basic th.th_num {
        display: none;
    }
    .board_wrap .tbl-basic th.th_name {
        display: none;
    }
    /* .board_wrap .tbl-basic th.th_date {display:none;} */

    /* .board_wrap .tbl-basic td {padding:10px 0px} */
    .board_wrap .tbl-basic td.td_num {
        display: none;
    }
    .board_wrap .tbl-basic td.td_name {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #pf-layer {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .td_title a {
        display: block;
        width: 60%; /* 또는 max-width: 80%; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*게시판리스트*/
    .board_wrap .portfoliom > li {
        width: 48%;
        margin-bottom: 20px;
    }
    .board_wrap .portfoliom > li .infoArea h3 {
        font-size: 14px;
        margin: 0px;
    }
    .board_wrap .portfoliom > li .infoArea p {
        font-size: 12px;
    }
    .board_wrap .portfolio-list2 > li {
        width: 48%;
    }
    .tech .board_wrap .portfolio-list > li {
        position: relative;
        display: inline-block;
        width: 48%;
    }
    /*게시판뷰페이지*/
    #bo_v_top {
        display: none;
    }
    #bo_v_title {
        font-size: clamp(1.375rem, 4vw, 1.5rem);
        padding: 5px 0px;
    }
    #bo_v_info {
        font-size: 12px;
    }
    #bo_v_info a {
        font-size: 12px;
    }
    #bo_v_con {
        font-size: 16px;
    }

    #bo_gall {
        margin: auto auto 50px auto;
    }
    #bo_gall .board_tab_spec > a {
        position: relative;
        display: block !important;
        width: 100%;
        height: 50px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 50px;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
    }
    #bo_gall .board_tab_spec > a:after {
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #333;
        right: 20px;
        content: '\f107';
    }
    #bo_gall .board_tab_spec > a.open:after {
        content: '\f106';
    }
    #bo_gall ul.tab {
        display: none;
        position: absolute;
        top: 49px;
        width: 100%;
        margin: 0;
        border: 1px solid #e8e8e8;
        border-top: none;
        background: #fff;
        z-index: 30;
        box-sizing: border-box;
    }
    #bo_gall ul.tab > li {
        float: none;
        display: block;
        margin: 0;
    }
    #bo_gall ul.tab > li > a {
        display: block;
        padding: 12px 15px;
        font-size: 16px;
        color: #999;
        border: none;
        border-top: 1px solid #f0f0f0;
        background: none;
    }
    #bo_gall ul.tab > li > a#bo_cate_on {
        color: #333;
        border-color: #f0f0f0;
    }

    #bo_list {
        margin: auto auto 50px auto;
        overflow: hidden;
    }
    #bo_list .board_tab_spec > a {
        position: relative;
        display: block !important;
        width: 100%;
        height: 50px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 50px;
        border: 1px solid #e0e0e0;
    }
    #bo_list .board_tab_spec > a:after {
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #333;
        right: 20px;
        content: '\f107';
    }
    #bo_list .board_tab_spec > a.open:after {
        content: '\f106';
    }
    #bo_list ul.tab {
        display: none;
        position: absolute;
        top: 49px;
        width: 100%;
        margin: 0;
        border: 1px solid #e8e8e8;
        border-top: none;
        background: #fff;
        z-index: 1;
    }
    #bo_list ul.tab > li {
        float: none;
        display: block;
        margin: 0;
    }
    #bo_list ul.tab > li > a {
        display: block;
        padding: 12px 15px;
        font-size: 16px;
        color: #999;
        border: none;
        border-top: 1px solid #f0f0f0;
        background: none;
    }
    #bo_list ul.tab > li > a#bo_cate_on {
        color: #333;
        border-color: #f0f0f0;
    }
    .td_title {
        text-align: start;
        padding: 0 0 0 20px;
    }
    .tbl_board > thead > tr > th:nth-child(2) {
        padding: 10px 0 10px 0;
    }
    #bo_v_title {
        font-size: clamp(18px, 4vw, 20px);
    }
}

@media screen and (max-width: 640px) {
    .board_wrap .section {
        padding-bottom: 35px !important;
    }
    .board_wrap .section h2.sub_tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .board_wrap .section h2.sub_tit:after {
        width: 30px;
    }

    .board_wrap img.img_mob {
        display: block !important;
    }
    .board_wrap img.img_pc {
        display: none !important;
    }

    .board_wrap #bo_sch select {
        display: none;
    }
    .media-none {
        display: none;
    }
}

/*------------------------ 게시판 공통 스타일시트 ------------------------*/
#board_nav {
    display: none;
}

/*------------------------ 공통 UI 스타일시트 ------------------------*/
/* 탭 */
.tab-primary {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tab-primary > li {
    display: table-cell;
    width: auto;
    height: 50px;
    border: 1px solid #d0d0d0;
    cursor: pointer;
}
.tab-primary > li:hover {
    background: #f9f9f9;
}
.tab-primary > li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #0c0c0c;
    line-height: 50px;
    text-align: center;
}
.tab-primary > li.selected {
    border-color: #0c0c0c;
    background: #0c0c0c;
}
.tab-primary > li.selected a {
    color: #fff;
}
.tab-submenu,
.tab-category {
    margin-bottom: 40px;
}
.tab-category > li:first-child {
    display: none;
}

/* 텍스트 에어리어 */
.area-primary {
    padding: 20px;
    font-family: inherit;
    font-size: 14px;
    color: #777;
    line-height: 25px;
    border: 1px solid #d8d8d8;
}
.area-agree {
    width: 100%;
    height: 200px;
}
.area-content {
    width: 100%;
    height: 230px;
}
.area-comment {
    width: 100%;
    height: 120px;
}

/* 체크박스 */
.check-agree {
    margin-top: 25px;
}
.check-primary.check-inline {
    display: inline-block;
}
/*
.check-primary {position:relative}
.check-primary input[type=checkbox] {position:absolute; width:1px; height:1px; margin:-1px; padding:0; border:0; overflow:hidden; clip:rect(0,0,0,0)}
.check-primary input[type=checkbox] + label {position:relative; display:inline-block; font-size:14px; font-weight:600; color:#777; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none}
.check-primary input[type=checkbox] + label:before {display:inline-block; width:15px; height:15px; margin:-2px 8px 0 0; text-align:center; content:''; border:1px solid #d0d0d0; background:#fff; vertical-align:-3px}
.check-primary input[type=checkbox]:checked + label:before {border-color:#0c0c0c}
.check-primary input[type=checkbox]:checked + label:after {display:block; position:absolute; top:50%; left:5px; width:5px; height:5px; margin-top:-2px; content:''; background:#0c0c0c}*/

/* 테이블 */
.tbl-basic {
    width: 100%;
    border-top: 1px solid #2e2e88;
}
.tbl-basic thead th {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    background: rgba(46, 46, 136, 0.1);
}
.tbl-basic tbody th {
    font-weight: 600;
    color: #0c0c0c;
    text-align: left;
    padding: 13px 0 13px 40px;
    background: #f7f7f7;
}
.tbl-basic tbody th,
.tbl-basic tbody td {
    line-height: 1.6;
    border-bottom: 1px solid #d8d8d8;
}
.tbl-basic tbody td {
    font-size: 16px;
    color: #777;
    padding: 15px 25px;
}
.tbl-basic tbody td a:hover {
    color: #0c0c0c;
    text-decoration: underline;
}
.tbl-basic tbody td input.block {
    margin: 4px 0;
}

.tbl-simple {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-simple th,
.tbl-simple td {
    font-size: 14px;
    padding: 13px 15px;
    line-height: 1.75;
}
.tbl-simple td:nth-child(2) p {
    font-size: 13px;
    font-weight: 600;
}
.tbl-simple td:nth-child(2) span {
    font-size: 12px;
    color: #ababab;
}
.tbl-simple th {
    color: #0c0c0c;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #d0d0d0;
    background: #f7f7f7;
}
.tbl-simple td {
    color: #777;
    border-bottom: 1px solid #d0d0d0;
}
.tbl-simple td .btn-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 5px 8px;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.tbl-simple td .btn-link:hover {
    border-color: #bbb;
}
.tbl-simple td.td_on,
.tbl-simple td.td_on a {
    color: #d40000 !important;
}
.tbl-simple td.td_on,
.tbl-simple td.td_on a em {
    color: #d40000 !important;
}
.tbl-simple td strong {
    color: #d40000;
}

.tbl-board tbody tr:hover td {
    background: #f8f8f8;
}

tr.hide,
td.hide {
    display: none;
}

.tbl-transparent {
    width: 100%;
}
.tbl-transparent tbody th,
.tbl-transparent tbody td {
    font-size: 14px;
    color: #777;
    padding: 5px 0;
    border: none;
    background: none;
}
.tbl-transparent tbody th {
    font-weight: 600;
    text-align: left;
}
span.required {
    margin-left: 5px;
    font-size: 20px;
    color: #d80606;
    vertical-align: inherit;
}
.td_center {
    text-align: center;
}

/* 서식 진행 */
.btn_confirm {
    margin-top: 80px;
    text-align: center;
}

/* 입력 요소 */
.text-primary {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #777;
    border: 1px solid #d0d0d0;
}
.text-primary.half {
    width: 50%;
}
.text-primary.block {
    display: block;
    width: 100%;
}
.file-transparent {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* 셀렉트 박스 */
.combo-primary {
    display: inline-block;
    padding: 0 10px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    background: #fff;
    cursor: pointer;
    vertical-align: top;
}

/* 버튼 */
.btn {
    display: inline-block;
    padding: 0 25px;
    height: 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    border: 1px solid #d0d0d0;
    background: transparent;
    cursor: pointer;
    vertical-align: top;
}
.btn.btn-grey {
    color: #2d2d2d;
    background: #f7f7f7;
}
.btn.btn-black {
    color: #fff;
    border-color: #2d2d2d;
    background: #2d2d2d;
}
.btn.btn-black-o {
    color: #2d2d2d;
    border-color: #2d2d2d;
}
.btn.btn-red {
    color: #fff;
    border-color: #9c0000;
    background: #9c0000;
}
.btn.btn-red-o {
    color: #d40000;
    border-color: #9c0000;
}
.btn.btn-white {
    color: #2d2d2d;
    border-color: #fff;
    background: #fff;
}

.btn.btn-lg {
    font-size: 17px;
    line-height: 43px;
    height: 45px;
    padding: 0 35px;
}
.btn.btn-xl {
    font-size: 20px;
    line-height: 48px;
    height: 50px;
    padding: 0 45px;
}

/* 레이블 */
.lbl-chain {
    margin-right: 20px;
}

/* 참고사항 */
blockquote {
    margin: 40px 0 0 0;
    padding: 20px;
    border: 1px solid #dedede;
    border-top: 2px solid #0c0c0c;
    line-height: 35px;
    text-align: center;
    display: none;
}
blockquote h3 {
    display: inline-block;
    width: 10%;
    font-size: 15px;
    font-weight: 600;
    color: #0c0c0c;
    margin-bottom: 10px;
}
blockquote h3:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 16px;
    content: '!';
    margin-right: 8px;
    background: #0c0c0c;
}
blockquote p {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

/* 페이지네이션 */
ol.pagination {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
ol.pagination > li {
    display: inline-block;
    font-size: 14px;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    border: 1px solid #d0d0d0;
    vertical-align: middle;
}
ol.pagination > li:hover {
    background: #f6f6f6;
}
ol.pagination > li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 24px;
}
ol.pagination > li.current {
    border-color: #2d2d2d;
    background: #2d2d2d;
}
ol.pagination > li.current a {
    color: #fff;
}

.pg_wrap {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.pg_wrap strong,
.pg_wrap a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    line-height: 40px;
    border: 1px solid #d0d0d0;
    vertical-align: middle;
    border-radius: 5px;
}
.pg_wrap a:hover {
    background: #f6f6f6;
}
.pg_wrap a {
    font-size: 16px;
    font-weight: 600;
    color: #777;
}
.pg_wrap .pg_current {
    color: #fff;
    border-color: #2e2e88;
    background: #2e2e88;
}
.pg_wrap .pg_start,
.pg_wrap .pg_end {
    font-size: 0;
    text-indent: -9999em;
}
.pg_wrap .pg_start:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    content: '\f100';
}
.pg_wrap .pg_end:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    content: '\f101';
}

@media screen and (max-width: 768px) {
    .tbl-basic thead th {
        font-size: 15px;
    }
    .tbl-basic thead th a {
        font-size: 15px;
    }
    .tbl-basic tbody th,
    .tbl-basic tbody td {
        font-size: 15px;
    }
    .tbl-basic tbody th,
    .tbl-basic tbody td a {
        font-size: 15px;
    }
    .board_wrap .faq-list > li .question h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .board_wrap .faq-list > li .balloon {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 22px;
    }
    .board_wrap .faq-list > li .answer .content {
        font-size: 15px;
        margin-left: 30px;
        line-height: 20px;
    }

    /*검색창*/
    input[type='text'],
    input[type='tel'],
    input[type='password'],
    input[type='search'],
    input[type='number'],
    input[type='email'],
    textarea {
        height: 45px;
        padding-left: 5px;
    }
    /*게시판글쓰기*/
    .board_wrap .mobile th {
    }
    .tbl-basic tbody th {
        padding: 8px 0px 8px 10px;
        display: none;
    }
    /*게시판버튼*/
    .btn {
        padding: 0px 18px;
        font-size: 13px;
        height: 28px;
        line-height: 28px;
    }
    .btn.btn-lg {
        padding: 0px 18px;
        font-size: 13px;
        height: 28px;
        line-height: 28px;
    }
    .combo-primary {
        display: none;
    }
}
