@charset "utf-8";
/*********************************************************
	common styles
 **********************************************************/

html {
    font-size: 100%;}
body {
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #aaa;
    text-decoration: none;
}
em {
    font-style: normal;}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
blockquote {
    margin: 0;
    padding: 0;}

label {
    margin-bottom: 0;
    font-weight: inherit;
}
legend {
    width: auto;
    border: 0;
}

input[type="file"] {
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}
.custom-checkbox--circle {
    line-height: 1.75rem;
}
small {
    font-size: 0.85em;
}

/* 내용 숨기기 */
.content-off {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* 이미지  */
.img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.img-responsive2 {
    width: 100%;
    height: auto;
}
.img--full {
    width: 100%;
    height: auto;
}

/* 화면에서 숨기기 */
.hidden {
    display: none;
}


/* float 해제 class */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*customblock*/
.custom-block {
    display:block;
}

/*custom-inline*/
.custom-inline {
    display:inline;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-invalid {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.54);
    font-style: italic;
    text-decoration: line-through;
}

/* 공통 버튼 스타일 */
.btn-style {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #2fadaa;
    background: #2fadaa;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}
.btn-style-admin {
    color:#fff;
    background-color:#2fadaa;
}
.btn-style-admin:hover {
    color:#fff;
}
.btn-style-admin-ctrl {
    color: #606060;
    background-color: #dcdcdc;
}
.btn-style-admin-ctrl:hover {
    color: #606060;
    background-color:#ccc;
}
.btn-style-basic {
    color: #fff;
    background-color: #3e3e3e;
}
.btn-style-basic:hover {
    color: #fff;
    background-color: #424242;
}
.btn-style-black {
    color:#fff;
    background-color:#333;
}
.btn-style-black:hover {
    color:#fff;
    background-color:#616161;
}
.btn-style-gray {
    background-color:#666;
}
.btn-style-gray:hover {
    background-color:#888;
}

.alert-info {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    background-color: inherit;
}

.bo-sch1 {
    padding: 1.5em 0;
    text-align: center;
}
.select-style {
    padding: 0.5em;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #ccc;

}
.input-style {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.5em;
    /* margin:2px 0; */
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #ccc;
}
.bo-sch1 .submit-style {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    background-color: #808080;
    border: 0;
}

.input-box1 {
    display: block;
    padding: 0.5em;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #ccc;
}
.input-box1 .input-box-style {
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    outline: none;
}

.input-group .form-control {
    z-index: 1;
}

.cmm-list1 .cmm-item {
    position: relative;
    margin: 0.5em 0;
    padding: 0 0 10px 8.5em;
    border-bottom:1px solid #ddd;
}
.cmm-list1 .cmm-label {
    position: absolute;
    left: 0;
    width: 8em;
    font-weight:500;
}


/*
 * layout
 */

.l-block {
    display: block;
}

.l-inlineblock {
    display: inline-block;
}

.l-floated--left {
    float: left;
}

@media (min-width: 768px) {
    .l-floated--sm-left {
        float: left;
    }
    .l-floated--sm-right {
        float: right;
    }
}

.l-floated--right {
    float: right;
}

@media (min-width: 992px) {
    .l-floated--md-right {
        float: right;
    }
}

@media (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
}

/* layout : 전체 12 grid 기준
 * cols-* 로 영역 나눌시 상위 요소(즉 해당 부모 요소)는 cols-wrapper 로
 * 반드시 감싸야 float 가 해제되어 다음 요소의 흐름에 영향을 주지 않음
 * 공통적으로 쓸수 있는 스타일을 나타내고 있으니
 * 예외적으로 영역의 너비를 다르게 하고 싶을시엔
 * 클래스를 새로 만들어 새 스타일 추가해서 사용해 주세요.
 */

.cols-wrapper:before,
.cols-wrapper:after {
    content: "";
    display: table;
}
.cols-wrapper:after {
    clear: both;
}

.cols12-6 { /* 12 grid 중 6 grid 설정 */
    float: left;
    width: 50%;
}
.cols12-5 {
    float: left;
    width: 41.6666%;
}
.cols12-4 { /* 12 grid 중 4 grid 설정 */
    float: left;
    width: 33.3333%;
}
.cols12-3 { /* 12 grid 중 3 grid 설정 */
    float: left;
    width: 25%;
}

.cols12-pull-1 {
    margin-right: 8.3333%;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: 40px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters .col-xs-1, .row.no-gutters .col-sm-1, .row.no-gutters .col-md-1, .row.no-gutters .col-lg-1,
.row.no-gutters .col-xs-2, .row.no-gutters .col-sm-2, .row.no-gutters .col-md-2, .row.no-gutters .col-lg-2,
.row.no-gutters .col-xs-3, .row.no-gutters .col-sm-3, .row.no-gutters .col-md-3, .row.no-gutters .col-lg-3,
.row.no-gutters .col-xs-4, .row.no-gutters .col-sm-4, .row.no-gutters .col-md-4, .row.no-gutters .col-lg-4,
.row.no-gutters .col-xs-5, .row.no-gutters .col-sm-5, .row.no-gutters .col-md-5, .row.no-gutters .col-lg-5,
.row.no-gutters .col-xs-6, .row.no-gutters .col-sm-6, .row.no-gutters .col-md-6, .row.no-gutters .col-lg-6,
.row.no-gutters .col-xs-7, .row.no-gutters .col-sm-7, .row.no-gutters .col-md-7, .row.no-gutters .col-lg-7,
.row.no-gutters .col-xs-8, .row.no-gutters .col-sm-8, .row.no-gutters .col-md-8, .row.no-gutters .col-lg-8,
.row.no-gutters .col-xs-9, .row.no-gutters .col-sm-9, .row.no-gutters .col-md-9, .row.no-gutters .col-lg-9,
.row.no-gutters .col-xs-10, .row.no-gutters .col-sm-10, .row.no-gutters .col-md-10, .row.no-gutters .col-lg-10,
.row.no-gutters .col-xs-11, .row.no-gutters .col-sm-11, .row.no-gutters .col-md-11, .row.no-gutters .col-lg-11,
.row.no-gutters .col-xs-12, .row.no-gutters .col-sm-12, .row.no-gutters .col-md-12, .row.no-gutters .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 540px) {
    .col-xxs-12 {
        width: 100%;
    }
}

/*
 * cell widths
 */
.cell8 		{ width: 8em; }
.cell10 	{ width: 10em; }
.cell12 	{ width: 12em; }
.cell15 	{ width: 15em; }
.cell18 	{ width: 18em; }

.cell5--min		{ min-width: 5em; }
.cell6--min		{ min-width: 6em; }
.cell15--min	{ min-width: 15em; }

.cell10--max 	{ max-width: 10em; }
.cell12--max 	{ max-width: 12em; }
.cell16--max 	{ max-width: 16em; }
.cell20--max 	{ max-width: 20em; }

.max-width--full {
    max-width: 100%;
}

.max-width--md {
    max-width: 991px;
    margin: auto;
}

/*
 * nav-tabs
 */
.nav-tabs--primary > li.active > a,
.nav-tabs--primary > li.active > a:hover,
.nav-tabs--primary > li.active > a:focus {
    color: #000;
    background-color: #fdb813;
    border-color: #fdb813;
}
.nav-tabs--dark > li.active > a,
.nav-tabs--dark > li.active > a:hover,
.nav-tabs--dark > li.active > a:focus {
    color: #fff;
    background-color: #251b03;
    border-color: #251b03;
}
.nav-tabs--deep > li.active > a,
.nav-tabs--deep > li.active > a:hover,
.nav-tabs--deep > li.active > a:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/*
 * tabs
 */
.tabs > a,
.board-tabs li,
.board-tabs__pill li,
.tabs__pill > a {
    opacity: 0.8;
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
.board-tabs a,
.tabs > a,
.board-tabs__pill a,
.tabs__pill > a {
    padding: 5px 10px;
}
.board-tabs a:hover,
.tabs > a:hover {
    color:#000;
}
.board-tabs a.active,
.board-tabs #bo_cate_on,
.tabs > a.active {
    opacity: 1;
    color:#000;
}

.board-tabs a,
.board-tabs__pill a {
    display: block;
}

.board-tabs--primary a:hover,
.tabs--primary> a:hover {
    color:#fdb813;
}
.board-tabs--primary a.active,
.board-tabs--primary #bo_cate_on,
.tabs--primary > a.active {
    opacity: 1;
    color:#fdb813;
}

.board-tabs--secondary a:hover,
.tabs--secondary > a:hover {
    color: #2fadaa;
}
.board-tabs--secondary a.active,
.board-tabs--secondary #bo_cate_on,
.tabs--secondary > a.active {
    opacity: 1;
    color:#2fadaa;
    border-color: #2fadaa;
}

.board-tabs--accent a:hover,
.tabs--accent> a:hover {
    color:#2fadaa;
}
.board-tabs--accent a.active,
.board-tabs--accent #bo_cate_on,
.tabs--accent > a.active {
    opacity: 1;
    color:#2fadaa;
    border-color: #2fadaa;
}

.board-tabs__pill li + li,
.tabs__pill > a + a {
    margin-left: 6px;
}
.board-tabs__pill--primary a:hover,
.tabs__pill--primary > a:hover {
    color: #000;
    background-color:#fdb813;
}
.board-tabs__pill--primary a.active,
.board-tabs__pill--primary #bo_cate_on,
.tabs__pill--primary > a.active {
    opacity: 1;
    color: #000;
    background-color: #fdb813;
    border-color: #fdb813;
}

.tabs__pill--accent-outline > a {
    color: #2fadaa;
    background-color: #f5f5f5;
    border: 1px solid #2fadaa;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.tabs__pill--accent-outline > a:hover,
.tabs__pill--accent-outline > a.active {
    color: #f5f5f5;
    background-color: #2fadaa;
    border-color: #2fadaa;
}


@media (max-width: 768px) {
    .tabs > a,
    .board-tabs li,
    .board-tabs__pill li,
    .tabs__pill > a {
        font-size: 18px;
        font-weight: 400;
    }
}



.tabs__box a {
    display: block;
}

.tabs-col3::before,
.tabs-col3::after {
    display: table;
    content: " ";
}
.tabs-col3::after {
    clear: both;
}
.tabs-col3 a {
    float: left;
    width: 33.3333%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.25em;
    font-weight: 400;
    border: 1px solid #E9E9E7;
}


/*
 * btns
 */
.btn {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    font-size: 1em;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-sm {
    padding: 4px 10px;
    font-size: 0.875em;
}
.btn-lg {
    padding: 12px 24px;
}
.btn-wide {
    padding-right: 48px;
    padding-left: 48px;
}
.btn-primary {
    color: #000;
    background-color: #fdb813;
    border-color: #fdb813;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #966c08;
    background-color: #fff;
    border-color: #966c08;
}
.btn-secondary {
    color: #fff;
    background-color: #2fadaa;
    border-color: #2fadaa;
}
.btn-secondary:hover {
    color: #2fadaa;
    background-color: #fff;
    border-color: #2fadaa;
}
.btn-secondary--air {
    color: #fff;
    background-color:#2fadaa;
    border-color: #2fadaa;
}
.btn-secondary--air:hover {
    background-color:#06918e;
}
.btn-accent {
    color: #fff;
    background-color: #468ae9;
    border-color: #468ae9;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent.focus {
    color: #468ae9;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #f44336;
}
.btn-dark {
    color: #fff;
    background-color: #251b03;
    border-color: #251b03;
}
.btn-dark:hover {
    color: #251b03;
    background-color: #fff;
}
.btn-gray {
    color: #f5f5f5;
    background-color: #95928B;
    border-color: #95928B;
}
.btn-gray:hover {
    color: #95928B;
    background-color: #f5f5f5;
}

.btn-mint {
    color:#fff;
    background-color:#2fadaa;
    border-color:#2fadaa;
}
.btn-mint:hover {
    color:#fff;
    background-color:#06918e;
}
.btn-lightgray {
    color: #fff;
    background-color: #95928B;
    border-color: #95928B;
}
.btn-lightgray:hover {
    color: #95928B;
    background-color: #fff;
    border-color: #95928B;
}
.btn-outline-accent {
    color: #2fadaa;
    background-color: #fff;
    border-color: #2fadaa;
}
.btn-outline-accent:hover,
.btn-outline-accent:focus,
.btn-outline-accent.focus {
    color: #fff;
    background-color: #2fadaa;
}
.btn-outline-deep {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-outline-deep:hover {
    color: #fff;
    background-color: #000;
}
.btn-outline-gray {
    color: #95928B;
    background-color: #f5f5f5;
    border-color: #95928B;
}
.btn-outline-gray:hover {
    color: #f5f5f5;
    background-color: #95928B;
}
.btn-outline-danger {
    color: #f44336;
    background-color: #fff;
    border-color: #f44336;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f44336;
}

.btn-collapse {
    opacity: 0.6;
    padding: 2px 4px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
}
.btn-collapse:focus,
.btn-collapse:active {
    outline: none;
    box-shadow: none;
}
.btn-collapse:not(.collapsed) .btn-collapse__open {
    display: none;
}
.btn-collapse.collapsed .btn-collapse__close {
    display: none;
}

.btn-collapse--wrapper {
    position: relative;
    padding-right: 50px;
    border-bottom: 1px solid #ddd;
}
.btn-collapse--wrapper .btn-collapse {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*
 * alert
 */
.alert-sm {
    margin-bottom: 10px;
    padding: 8px;
    font-size: 0.85em;
}


/* board-tip */
.board-tip {
    padding: 10px 0;
}
.board-tip .heading {
    padding-bottom: 0.5em;
    font-size:1.2em;
    font-weight:600;
    text-align: left;
}
.board-tip .board-tip-info {
    padding: 0.5em;
    color: #808080;
}
.board-tip-list {
    padding: 10px 0.5em;
    color:#555;
    font-weight: 600;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.board-tip-list li {
    padding: 0.3em;
    line-height: 1.5;
}
/*-board-tip */

/* form-style */
.form-style {
    width: 100%;
}
.form-btns {
    padding: 2em 0;
    text-align: center;
}
.form-btn {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    font-size: 1em;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.form-btn--dark {
    color: #fff;
    background-color: #251b03;
    border-color: #251b03;
}
.form-btn--dark:hover {
    color: #251b03;
    background-color: #fff;
}
.form-submit {
    color: #fff;
    background-color: #67af31;
    border: 1px solid #67af31;
}
.form-cancel {
    color: #67af31;
    border: 1px solid #67af31;
}
.form-tip {
    color: #808080;
    font-size: 12px;
    line-height: 2;
}
/* form-fieldset */
.form-fieldset .heading {
    position: relative;
    display: block;
    padding: 2em 0 1em;
    width: 100%;
    height: 30px;
    color: #303030;
    font-size: 18px;
    line-height: 35px;
    text-indent: 0;
}
.form-fieldset .form-list {
    padding: 1em;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.form-fieldset .form-item {
    position: relative;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 2;

}
.form-fieldset .form-item .dummy {
    display: inline-block;
    *display: inline; *zoom: 1;
    padding: 0.3em;
    vertical-align: top;
}
.form-fieldset .form-item .label {
    display: block;
    font-weight: 600;
}
.form-fieldset .input-box {
    display: block;
    padding: 0.3em;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.form-fieldset .input-box-inline {
    display: inline-block;
    width: 6em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: top;
}
.form-fieldset .form-item.email-field .input-box-inline {
    width: 11em;

}
.form-fieldset .input-style {
    display: block;
    width: 100%;
    height: 2em;
    padding: 0;
    font-size: inherit;
    border: 0;
    outline: none;
}
.form-fieldset .input-style1 {
    border: 1px solid #ccc;
}
.form-fieldset .select-style {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    /* float:left; */
    width: 100%;
    height: 2.6em;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    /* vertical-align: top; */
}
.form-fieldset .form-with-select {
    padding-left: 12.5em;
}
.form-fieldset .form-with-select .select-box {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 12em;
}
.form-fieldset .form-item .input-box-pull {
    display: block;
    position: relative;
    padding: 0 3.5em 0 0;
    border: 0;
}
.input-box-pull .input-style {
    /* width: 98%;
    padding: 0 1%;
    border: 1px solid #ccc; */
}
.input-box-pull .pull {
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 3em;
    line-height: 2;
}

.form-fieldset .form-item textarea {
    height: 5em;
    padding: 0;
    border: 0;
    outline: none;
}
/*- form-fieldset */


/*
 * form
 */

.form {
    max-width: 1024px;
    margin: 0 auto 24px;
}
.form-divider {
    margin-bottom: 8px;
}
.form-header {
    padding: 16px 45px;
    border-bottom: 1px solid #ededed;
}
.form-body {
    padding: 24px;
    position: relative;
}
.form-footer {
    padding: 16px 24px;
}

.form-actions {
    padding: 12px 24px;
}
.form-actions--v1 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-title {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.form-subtitle {
    margin-bottom: 8px;
    font-size: 1.125em;
    font-weight: 500;
}

.form-row:not(:last-child) {
    margin-bottom: 15px;
}
.form-row--small:not(:last-child) {
    margin-bottom: 6px;
}
.form-row--v1 {
    margin: 0 -24px !important;
    padding: 24px;
    border-bottom: 1px dashed #ccc;
}
.form-row--v1:last-child {
    border-bottom: 0;
}


.form-label {
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
}
.form-label--required::after {
    content: '*';
    display: inline-block;
    padding-left: 4px;
    color: #f44336;
    font-weight: 700;
}

.form-control {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    padding: 8px 12px;
    color: #000;
    font-size: 0.85em;
    line-height: 1.5;
    border: solid 1px #ededed;
    background: #ffffff;
    border-radius: 3px;
}

.form-row--inline .form-label,
.form-row--inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: inherit;
}

/*
 * form-secondary
 */
.form-secondary__header,
.form-secondary__body {
    margin: 12px 0 ;
}

.form-secondary .form-title {
    margin-bottom: 0;
    font-size: 1.125em;
    font-weight: 400;
    letter-spacing: -0.01em;
}


/*
 * forms variants
 */

.form-body--v1 {
    padding: 0;
    border-radius: 4px;
}
.form-body--v1 .form-row {
    margin-bottom: 0;
    padding: 24px;
    border-bottom: 1px dashed #ccc;
}
.form-body--v1 .form-row:last-child {
    border-bottom: 0;
}



/*
 * form01
 */

.form01 {
    max-width: 520px;
    margin: 30px auto;
    background-color: #fff;
    border: solid 1px #ededed;
}
.form01 .form-title {
    color: #000;
    font-weight: 500;
}
.form01 .form-body {
    background: #ffffff;
    box-sizing: border-box;
    padding: 32px 48px 32px 48px;
}
.form01 .agrees_wrap {
    padding: 20px 20px 0px;
}


/*
* custom-checkbox
*/

.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px; height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.custom-checkbox .checkbox-label {
    cursor: pointer;
    position: relative;
    display: block;
}

/* custom-checkbox--circle */
.custom-checkbox--circle {
    line-height: 24px;
}
.custom-checkbox--circle .checkbox-label {
    position: relative;
    padding-left: 28px;
    padding-right: 4px;
}
.custom-checkbox--circle .checkbox-label::before,
.custom-checkbox--circle .checkbox-label::after {
    content: '';
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.custom-checkbox--circle .checkbox-label::before {
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.custom-checkbox--circle .checkbox-label::after {
    opacity: 0;
    left: 3px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-color: #ccc;
    border-radius: 7px;
}
.custom-checkbox--circle input[type="radio"]:focus + .checkbox-label::before {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.custom-checkbox--circle input[type="radio"]:checked + .checkbox-label::before {
    border-color: #bbb;
}
.custom-checkbox--circle input[type="radio"]:checked + .checkbox-label::after {
    opacity: 1;
}
.custom-checkbox--circle-dark .checkbox-label::after {
    background-color: #251b03;
}
.custom-checkbox--circle-dark input[type="radio"]:checked + .checkbox-label::before {
    border-color: #251b03;
}

/* custom-checkbox--box */
.custom-checkbox--box .checkbox-label {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px dotted #ccc;
    transition: background-color 0.3s ease-in-out;
}
.custom-checkbox--box input[type="radio"]:hover + .checkbox-label {
    background-color: #eee;
}
.custom-checkbox--box input[type="radio"]:checked + .checkbox-label {
    background-color: #ccc;
}
.custom-checkbox--primary input[type="radio"]:checked + .checkbox-label {
    background-color: #fdb813;
    border-color: #fdb813;
}
.custom-checkbox--box-dark input[type="radio"]:checked + .checkbox-label {
    color: #fff;
    background-color: #251b03;
    border-color: #251b03;
}


/*
 * bordered
 */
.bordered {
    border: 1px solid #ddd;
}
.bordered-fff {
    border: 1px solid #fff;
}
.bordered-top {
    border-top: 1px solid #ddd;
}
.bordered-bottom {
    border-bottom: 1px solid #ddd;
}

.bordered-top--dashed {
    border-top-style: dashed;
}

/*
 * shadow
 */
.shadow-bottom {
    position: relative; /* 다음 형제 요소가 배경색을 가질시 그림자를 덮어서 임시 방편으로 줌*/
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.12)
}

/*
 * progress
 */
.progress {
    height: 8px;
    margin-bottom: 0;
    background-color: #ddd;
    border-radius: 5px;
}
.progress-bar {
    font-size: 10px;
    line-height: 10px;
    background-color: #fdb813;
}
.progress-primary .progress-bar {
    background-color: #fdb813;
}
.progress-secondary .progress-bar {
    background-color: #2fadaa;
}


/*
 * textbox
 */
.textbox-label,
.textbox-text {
    display: inline-block;
    vertical-align: middle;
}
.textbox-label + .textbox-text {
    margin-left: 4px;
}

.textbox--stacked .textbox-label,
.textbox--stacked .textbox-text {
    display: block;
}
.textbox--stacked .textbox-label {
    margin-bottom: 4px;
}
.textbox--stacked .textbox-text {
    margin-left: 0;
}

.textboxes--inline .textbox {
    display: inline-block;
    vertical-align: middle;
}
.textboxes--inline .textbox + .textbox {
    margin-left: 4px;
}

.textboxes-seperator .textbox:not(:first-of-type) {
    position: relative;
    padding-left: 6px;
}
.textboxes-seperator .textbox:not(:first-of-type)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background-color: #999;
}


/*
 * table
 */
.table--empty {
    padding: 7em 0 !important;
}

/*
 * tag
 */

.tag {
    display: inline-block;
    padding: 6px 10px;
    color: #000;
    font-size: 0.785em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f4f5f6;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out;
}
a.tag:hover,
a.tag.active {
    color: #fff;
    background-color: #333;
}

.tags .tag {
    margin-right: 4px;
    margin-bottom: 4px;
}

.tags-primary a.tag:hover {
    color: #251b03;
    background-color: #fdb813;
    border-color: #fdb813;;
}
.tags-primary a.tag.active {
    color: #251b03;
    background-color: #fdb813;
    border-color: #d49502;
}

.tags-secondary a.tag:hover {
    color: #fff;
    background-color: #2fadaa;
    border-color: #2fadaa;;
}
.tags-secondary a.tag.active {
    color: #fff;
    background-color: #2fadaa;
    border-color: #2fadaa;
}


/*
 * section
 */

.section-header {
    margin-bottom: 60px;
}

.section-title {
    margin-bottom: 10px;
    font-size: 22px;
}


/*
 * card-board
 */

.card-board__divider {
    margin-bottom: 12px;
}
.card-board__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.card-board__body {
    padding: 15px;
}

.card-board__author {
    padding: 2px 6px;
    font-size: 13px;
}

.card-board__provider {
    padding: 2px 6px;
    font-size: 13px;
}


.project-card__thumbnail img{
    border-radius:10px 10px 0 0;
}

/* project-card */
.project-card .project, .owl-carousel.owl-drag .card-board__thumbnail{
    border-radius:10px;
}

.project-card__header {}
.project-card__body {
    padding: 15px;
}
.project-card__divider {
    margin-bottom: 5px;
}
.project-card__thumbnail {}
.project-card__approval {
    position: relative;
    height: 36px;
    font-size: 13px;
    border-top: 1px solid #ccc;
}
.project-card__approval-check,
.project-card__approval-state {
    position: absolute;
    top: 8px;
}
.project-card__approval-check {
    left: 0;
}
.project-card__approval-check input,
.project-card__approval-check label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.project-card__approval-state {
    right: 0;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 2px;
}

.project-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.project-card__provider {
    padding: 2px 6px;
    font-size: 13px;
}


/*
 * history-card
 */
.history-card {
    border-radius: 4px;
}
.history-card__body {
    padding: 16px;
}
.history-card__footer {
    padding: 12px 16px;
}
.history-card__divider {
    margin-bottom: 12px;
}
.history-card__link-hover:hover {
    text-decoration: underline;
}
.history-card__title {
    font-size: 1.125em;
}
.history-card__number {
    font-size: 1.5em;
    font-weight: 500;
}
.history-card__funding {
    padding-top: 16px;
}
.history-card__date {
    display: block;
    text-align: center;
}
.history-card__date-year,
.history-card__date-day {
    display: block;
}
.history-card__date-year {
    letter-spacing: -0.01em;
}
.history-card__date-day {
    font-size: 1.125em;
    letter-spacing: 0.01em;
}

.history-card--empty {
    padding: 7em 0;
}

.history-cards .history-card {
    margin-bottom: 24px;
}


/*
 * board-group
 */

.board-groups {
    padding: 24px 0;
    border:1px solid #f5f5f5;
}
.board-group__header {

}
.board-group__header:after {
    /*margin-bottom: -16px;*/
    content: '';
    display: block;
    clear: both;
}
.board-group__header > ul {
    clear: both;
}
.board-group__header > ul > li {
    float: left;
}

.board-group__header--v1 {
    position: relative;
}
.board-group__header--v1::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    border-bottom: 1px solid #fff;
    background-color: #ddd;
}

.board-group__body {
    padding: 24px 0;
}

.board-group__title {
    font-size: 1.375em;
    font-weight: 700;
}
.board-group__title-link {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    line-height: 1;
    transition: color 0.3s ease-in-out;
}
/*
.board-group__title .btn::after {
	opacity: 0.6;
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 32px;
	height: 28px;
	margin-top: -16px;
	background: url('../img/arrow_ctrl.png') no-repeat 100% 50%;
}
*/
.board-group__title-link:hover {
    color: #fdb813;
}

.board-group__title-link.active {
    color: #fdb813;
}

.board-group__body .empty_list {
    border-top: 1px solid #ddd;
}


/*
 * board
 */
.board-header {
    padding: 32px 0;
}
.board-body {
    min-height: 40%;
    min-height: 40vh;
    padding: 48px 0;
}
.board-pagination {
    padding: 24px 0;
}
.board-actions {
    padding: 32px 0;
}
.board-divider {
    margin-bottom: 16px;
}
.board-divider:last-child {
    margin-bottom: 0;
}
.board-title {
    font-size: 2.25em;
    font-weight: 500;
    letter-spacing: -0.04em;
    word-break: break-word;
}
.board-tags {
    padding: 16px 0;
}
.board-search {
    padding: 24px 0;
}
@media (max-width: 767px) {
    .board-search {
        max-width: 540px;
        margin: 0 auto;
    }
    .board-search .board-search__submit {
        display: block;
        width: 100%;
        margin-top: 8px;
    }
}

.board-post__actions {
    padding: 16px 0;
}


@media (max-width: 768px) {
    .board-tabs__wrapper {
        padding-top: 24px;
    }

    .btn-wide {
        padding-right: 36px;
        padding-left: 36px;
    }
}

.board-header__wrapper .board-search {
    padding-top: 0;
}

.board-sort {
    margin-bottom: -16px;
    padding-top: 48px;
}
.board-sort .form-control {
    min-width: 10em;
}

/*
 * board-view
 */

.board-view .wrap {
    max-width: 1024px;
}
@media (max-width: 991px) {
    .board-view .wrap {
        max-width: 640px;
    }
}

.board-view__tabs {
    margin-top: 32px;
}
.board-view__tabs .nav-tabs {
    border-bottom: 0;
}
.board-view__tabs .nav-tabs a {
    min-width: 6em;
    padding: 16px;
    text-align: center;
    border-left-color: transparent;
    border-radius: 0;
}


.board-view__information {
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 4px;
}
.board-view__information--full {
    margin: 0 -16px 12px;
    padding: 16px;
}
.board-view__information--full:last-child {
    margin-bottom: -12px;
}
.board-view__information-title {
    margin-bottom: 12px;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.board-view__information-description {
    font-size: 0.85em;
    line-height: 1.3;
}

.board-view__slider {
    position: relative;
}
.board-view__slider img {
    max-width: 100%;
    width: auto !important;
    max-height: 510px;
}

.board-view__slider .owl-nav button.owl-next,
.board-view__slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    background: url('../img/arrow_ctrl_100x50.png') no-repeat 0 50%;
}
.board-view__slider .owl-nav button.owl-next.disabled,
.board-view__slider .owl-nav button.owl-prev.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.board-view__slider .owl-nav button.owl-prev {
    left: 0;
    background-position: 0 50%;
}
.board-view__slider .owl-nav button.owl-next {
    right: 0;
    background-position: -50px 50%;
}
.external-funding {
    border-radius: 0 0 4px 4px;
}
.external-funding__header {
    padding: 16px;
}
.external-funding__body {
    padding: 24px 16px;
}

.external-funding__title {
    font-size: 1.125em;
}

.project-badge {
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.project-badge--wide {
    padding-left: 12px;
    padding-right: 12px;
}
.project-badge--primary {
    color: #000;
    background-color: #fdb813;
    border-color: #fdb813;
}
.project-badge--primary-air {
    color: #333;
    /*background-color: rgba(253, 184, 19, 0.5);*/
    background-color: rgba(253, 184, 19, 0.5);
    border-color: #fdb813;
}
a.project-badge--primary-air:hover {
    background-color: rgba(253, 184, 19, 1);
}
.project-badge--primary-outline {
    color: #fdb813;
    border-color: #fdb813;
}
.project-badge--secondary {
    color: #fff;
    background-color: #2fadaa;
    border-color: #2fadaa;
}
.project-badge--secondary-air {
    color: #fff;
    background-color: #2fadaa;
    border-color: #2fadaa;
}
a.project-badge--secondary-air:hover {
    background-color:#06918e;
}
.project-badge--secondary-outline {
    color: #2fadaa;
    border-color: #2fadaa;
}

.project-badge--danger {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
}
.project-badge--danger-air {
    color: #fff;
    background-color: rgba(250, 22, 22, 0.7);
    border-color: #FA1616;
}
.project-badge--accent-outline {
    color: #468ae9;
    border-color: #468ae9;
}
.project-badge--gray-outline {
    color: #95928B;
    border-color: #95928B;
}

.project__remaingin-days {
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 2px;
}
.project__remaingin-days--accent {
    color: #468ae9;
    border-color: #468ae9;
}

.board-view__states {
    margin-bottom: 32px;
    padding: 12px;
}

.board-view__content {
    padding-top: 48px;
    padding-bottom: 48px;
    bac kground-color: #f6f5f5;
}

.project-text-emphasize {
    font-size: 1.75em;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.project-text-emphasize--sm {
    font-size: 1.375em;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.project-category {
    display: inline-block;
    padding: 6px 12px;
    font-size: 0.85em;
    line-height: 1;
    border-radius: 4px;
}

.project--disabled {
    position: relative;
}
.project--disabled::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    background-color: rgba(204, 204, 204, 0.54);
}
.project--disabled:hover {
    border-color: #cfcfcf !important;
}

.board-view__section-header {
    padding: 16px 24px;
}
.board-view__section-body {
    padding: 24px;
    border-radius: 4px;
}
.board-view__section-footer {
    padding: 16px 24px;
    border-radius: 0 0 4px 4px;
}
.board-view__section-title {
    font-size: 1.375em;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.board-view__section + .board-view__section {
    margin-top: 32px;
}


/*
 * hover
 */
.hover--v1 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: border-color 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    -moz-transition: border-color 0.35s ease-in-out, -moz-transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    -ms-transition: border-color 0.35s ease-in-out, -ms-transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    -o-transition: border-color 0.35s ease-in-out, -o-transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    transition: border-color 0.35s ease-in-out, transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}
.hover--v1:hover {
    border-color: #333;
    box-shadow: 0 4px 50px -3px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.hover--v1-primary:hover {
    border-color: #999;
}
.hover--v1-secondary:hover {
    border-color: #999;
}


/*
 * panel
 */
.panel-gray--light {
    background-color: #E9E9E7;
    border-color: #ddd;
}
.panel-gray--light .panel-heading {
    background-color: #fff;
}


/*
 * ratio
 */

.ratio-16v9 {
    position: relative;
    padding-bottom: 56.25%;
}


/*
 * calendarTable
 */
#calendarTable .modal-header {
    padding-top: 8px;
    padding-bottom: 0;
    border-bottom: 0;
}
#calendarTable .modal-header  .close {
    font-size: 2em;
}

#calendarTable .modal-footer {
    padding-top: 0;
    border-top: 0;
}


/*
 * theme colors
 */

.theme-primary {
    color: #000;
    background-color: #fdb813;
}
.theme-on-primary {
    color: #fdb813;
}

.theme-secondary {
    color: #000;
    background-color: #fdb813;
}
.theme-on-secondary {
    color: #2fadaa;
}

.theme-accent {
    color: #fff;
    background-color: #468ae9;
}

.theme-on-accent {
    color: #468ae9;
}

.theme-danger {
    color: #fff;
    background-color: #f44336;
}
.theme-on-danger {
    color: #f44336;
}

.theme-dark {
    color: #333;
    font-weight:400;
    bac kground-color: #251b03;
}

.theme-on-deep {
    color: #000;
}
.theme-gray {
    color: #000;
    background-color: #ccc;
}
.theme-on-gray {
    color: #ccc;
}
.theme-gray--light {
    color: #000;
    background-color: #E9E9E7;
}
.theme-on-gray--light {
    color: #E9E9E7;
}

.theme-white {
    background-color: #fff;
}

.surface--gray-pale {
    background-color: #f4f5f6;
}


/*
 * js-flexible-form-fields
 */
.js-flexible-form-fields:first-of-type .js-flexible-delete {
    display: none;
}


/*
 * content__vertical-scroll
 */
.content__vertical-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 15em;
    padding: 0.5em;
    border: 1px solid #ddd;
}
.content__vertical-scroll p {
    margin-bottom: 0.5em;
}


/*
 *
 */

/* VIEW SNS style */
#view_sns_wrap { padding:15px 0 0; }

.sns_wrap { /*border:1px solid #ddd;*/ }
.sns_wrap:after { content: ''; display: block; clear: both;}
.sns_wrap > ul {
    margin-top: 8px;
    text-align: left;
}
.sns_wrap > ul > li {
    display: inline-block;
}
.sns_wrap > ul > li.shot_url {
    display: block;
}

.sns_wrap > ul > li a {
    display: block;
    padding: 8px 13.5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: backgrond-color 0.3s ease-in-out;
    letter-spacing: -0.03em;
}
.sns_wrap > ul > li a:hover {
    color: #162849;
    background-color: #eee;
}
.sns_wrap > ul > li a span { text-indent:-9999em; width:0; height:0; display: inline-block; }
.sns_wrap > ul > li a .fa { padding:0; text-align: center;}
.sns_wrap > ul > li a .fa:before {  }

@media (max-width: 768px) {
    .sns_wrap > ul > li {
        display: inline-block;
        width: 32.6%;
    }
    .sns_wrap > ul > li a {

        padding: 8px 0px;
    }
    .sns_wrap > ul > li.shot_url {
        display: block;
        width: 100%;
    }


    /*
    * bo_table list mobile new design
     */
    .project-card__thumbnail { float:left; width:40%; padding:15px 0.5em; }
    .project-card__thumbnail img { border-radius: 5px; }
    .project-card__body { float:left; width:60%; }

    .owl-carousel.owl-drag .card-board:after {
        content:'';
        display: block;
        clear: both;
    }
    .owl-carousel.owl-drag .card-board__thumbnail img {
        border-radius:10px;
    }
    .owl-carousel.owl-drag .card-board__thumbnail{
        float:left; width:40%; padding:15px 0.5em;
    }
    .project-card .project:after {
        content:'';
        display: block;
        clear: both;
    }
    .latest-index .project-card:after { content:'';
        display: block;
        clear: both;}
}



