@charset "utf-8";

/* Initialization */
ol,
ul,
dl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
.no-padding {
    padding: 0;
}

/* Common styles */
#hd_pop,
#hd_wrapper,
#gnb .gnb_wrap,
#tnb .inner,
#container_wr,
#bo_v,
#ft_wr {
    max-width: 1200px;
    margin: 0 auto;
}
.contanier {
    padding: var(--spacing-xxl) 0;
}
.ctt_admin {
    display: none;
}
.contanier .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.contanier-full {
    max-width: 100%;
    margin: 0 auto;
    padding: var(--spacing-xxl) 0 0;
}
.inner-full {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.contanier .title {
    text-align: center;
}

.title h2 {
    font-size: var(--font-size-xxlg);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    margin: var(--spacing-md) 0;
    letter-spacing: -1px;
}

.contanier .title p {
    font-size: var(--font-size-md);
    color: var(--color-primary-light);
    font-weight: var(--font-weight-light);
}
#wrapper {
    margin-top: 180px;
}
#container_title,
#bo_list,
#bo_sch,
#bo_w,
#nav {
    max-width: 1200px;
    margin: 0 auto;
    border: none;
}
#container:after {
    display: block;
    content: "";
    clear: both;
}
section {
    position: relative;
}
.nav_wr {
    float: right;
    color: #666;
    font-size: 12px;
    right: 15px;
    position: relative;
}
.bo_w_link.write_div {
    display: none;
}
.bo_w_flie.write_div {
    display: flex;
    margin: 10px auto;
    position: relative;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
section#bo_w {
    margin-bottom: 40px;
}
#nav {
    padding: 30px 0;
}
h2#container_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 20px;
    text-align: center;
}
/* Screen reader */
.msg_sound_only,
.hidden_only,
.sound_only,
#hd_pop h2,
#hd_login_msg,
#skip_to_container a {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
    background: none;
}

/* Header */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: var(--color-primary);
    font-size: 2em;
    font-weight: var(--font-weight-bold);
    text-align: center;
    text-decoration: none;
    line-height: 3.3em;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
    color: #b39768;
}
.navbar-inverse .navbar-nav li a {
    color: var(--color-primary);
}
/*pop*/
#hd_pop {
    z-index: 99999999;
    position: relative;
    margin: 0 auto;
    height: 0;
}

/* Captcha */
#captcha {
    padding: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: var(--spacing-lg);
    margin: 0;
    /* display: flex; */
    /* flex-direction: column; */
    align-content: flex-start;
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
    align-items: flex-start;
}
#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#captcha #captcha_img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 101px;
    height: 43px;
    border: 1px solid #e4eaec;
    order: 1;
}
#captcha #captcha_mp3 {
    position: absolute;
    top: 10px;
    left: 121px;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
#captcha #captcha_mp3 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 22px;
    background: url("../../../plugin/kcaptcha/img/sound.gif");
}
#captcha #captcha_reload {
    position: absolute;
    top: 31px;
    left: 121px;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
#captcha #captcha_reload span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 22px;
    background: url("../../../plugin/kcaptcha/img/reload.gif");
}
audio#captcha_audio {
    max-width: 300px;
    width: 100%;
    margin-top: 60px;
}
#captcha #captcha_key {
    position: absolute;
    top: 10px;
    left: 151px;
    padding: 0 var(--spacing-xs);
    width: 128px;
    height: 43px;
    border: 1px solid #e4eaec;
    background: #fff;
    font-size: 1.333em;
    font-weight: var(--font-weight-bold);
    text-align: center;
    order: 2;
}
#captcha #captcha_info {
    display: block;
    margin-top: 60px;
    position: relative;
}
.write_div {
    margin: 10px 0;
    text-align: right;
}
/* CKEditor */
.cke_sc {
    margin: var(--spacing-sm) 0 var(--spacing-sm);
    text-align: right;
}
.btn_cke_sc {
    display: inline-block;
    padding: 0 var(--spacing-sm);
    height: 35px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: var(--color-text-secondary);
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer;
}
.cke_sc_def {
    margin: var(--spacing-xs) 0 var(--spacing-xs);
    padding: var(--spacing-sm);
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
}
.cke_sc_def dl {
    margin: 0 0 var(--spacing-xs);
    text-align: left;
    zoom: 1;
}
.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: var(--spacing-xs) 0;
    border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
    width: 20%;
    font-weight: var(--font-weight-bold);
}
.cke_sc_def dd {
    width: 30%;
}

/* 버튼*/
a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: var(--color-text-secondary);
    text-decoration: none;
    vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
    text-decoration: none;
}
button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: var(--color-text-secondary);
    text-decoration: none;
}
a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: var(--color-primary);
    text-decoration: none;
    vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
    text-decoration: none;
}
button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: var(--color-primary);
    text-decoration: none;
}
.btn_bo_adm input {
    padding: 8px;
    border: 0;
    background: var(--color-primary-light);
    color: var(--color-secondary);
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 4px;
}
.btn_confirm {
    text-align: center;
    margin: 20px auto;
}
.btn_submit {
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid var(--color-text-tertiary);
    background: var(--color-text-tertiary);
    color: var(--color-secondary);
    text-decoration: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

a.btn_cancel {
    display: inline-block;
    padding: 0 var(--spacing-xl);
    border: 1px solid #ddd;
    background: #eee;
    color: var(--color-text-tertiary);
    text-decoration: none;
    vertical-align: middle;
    border-radius: var(--border-radius-sm);
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 8px;
    cursor: pointer;
}
button.btn_cancel {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: var(--color-text-secondary);
    vertical-align: top;
    text-decoration: none;
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    padding: 0 var(--spacing-xs);
    height: 24px;
    border: 0;
    background: var(--color-text-tertiary);
    color: var(--color-secondary);
    text-decoration: none;
    vertical-align: top;
}
a.btn_frmline {
    line-height: 24px;
}
button.btn_frmline {
    font-size: 1em;
}

/* Board buttons */
a.btn_b01 {
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid var(--color-text-tertiary);
    background: var(--color-text-tertiary);
    color: var(--color-secondary);
    text-decoration: none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0;
}
a.btn_b01:focus,
.btn_b01:hover {
    text-decoration: none;
}
a.btn_b02 {
    display: inline-block;
    padding: 0px var(--spacing-xl);
    border: 1px solid var(--color-text-tertiary);
    text-decoration: none;
    vertical-align: middle;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    margin: 0 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
}
a.btn_b02:focus,
.btn_b02:hover {
    text-decoration: none;
    background: var(--color-secondary);
    color: var(--color-primary);
    transition: all var(--transition-normal);
}
a.btn_admin {
    display: inline-block;
    padding: 0px var(--spacing-xl);
    border: 1px solid var(--color-text-tertiary);
    text-decoration: none;
    vertical-align: middle;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    margin: 0 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
}
a.btn_admin:focus,
a.btn_admin:hover {
    text-decoration: none;
    background: var(--color-text-tertiary);
    color: var(--color-secondary);
    transition: all var(--transition-normal);
}
button.cmt_btn {
    margin: 10px 0;
}
/* Comments */
.cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: var(--font-weight-bold);
}

/* Tables */

.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: var(--font-size-sm);
}
.tbl_wrap caption {
    padding: var(--spacing-sm) 0;
    font-weight: var(--font-weight-bold);
    text-align: left;
}

.tbl_head01 {
    margin: 0 0 var(--spacing-sm);
}
.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.tbl_head01 thead th {
    padding: 12px 0;
    border: 1px solid var(--color-text-senary);
    background: transparent;
    color: var(--color-primary);
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}
.tbl_head01 thead th input {
    vertical-align: top;
}
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: var(--spacing-sm) 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center;
}
.tbl_head01 tbody th {
    padding: 8px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.tbl_head01 td {
    padding: 12px var(--spacing-xs);
    border: 1px solid var(--color-text-senary);
    line-height: 1.3;
    word-break: break-all;
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-regular);
    vertical-align: middle;
}
.tbl_head01 a {
    color: var(--color-primary);
}
.tbl_head01 .copymove_current {
    color: #0054d1;
}

.tbl_head02 {
    margin: 0 0 var(--spacing-sm);
}
.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.tbl_head02 thead th {
    padding: var(--spacing-xs) 0;
    border: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
}
.tbl_head02 thead a {
    color: #383838;
}
.tbl_head02 thead th input {
    vertical-align: top;
}
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
    padding: var(--spacing-sm) 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center;
}
.tbl_head02 tbody th {
    padding: var(--spacing-xs) 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.tbl_head02 td {
    padding: var(--spacing-xs) 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    word-break: break-all;
}

/* Form tables */
.tbl_frm01 {
    margin: 0 0 var(--spacing-lg);
}
.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_frm01 th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    text-align: left;
    vertical-align: middle;
}
.tbl_frm01 td {
    padding: 7px var(--spacing-sm);
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    text-align: left;
}
.tbl_frm01 textarea,
.frm_input {
    border: 1px solid var(--color-text-senary);
    height: 42px;
    width: 100%;
    margin-bottom: 0;
    padding: 0 2px;
}
.tbl_frm01 textarea {
    padding: 2px 2px 3px;
}
.tbl_frm01 textarea {
    width: 98%;
    height: 100px;
}
.tbl_frm01 a {
    text-decoration: none;
}
.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: var(--spacing-xs);
}
.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 var(--spacing-xs);
    line-height: 1.4em;
}

/* Empty states */
.empty_table {
    padding: 50px 0;
    text-align: center;
}
.empty_list {
    padding: var(--spacing-lg) 0;
    text-align: center;
}
.tbl_wrap table thead tr {
    background-color: var(--color-primary-light);
    color: var(--color-secondary);
}
.tbl_wrap table thead tr th,
.tbl_wrap table thead tr th a {
    color: var(--color-secondary);
}
/* Required fields */
.required,
textarea.required {
    background: url("../../../img/wrest.gif") top right no-repeat;
    font-family: inherit;
    text-indent: var(--spacing-xs);
    font-size: var(--font-size-sm);
    width: 99%;
    resize: none;
    color: var(--color-primary);
    border-radius: 4px;
}
#bo_sch select,
select {
    height: 44px;
    border: 1px solid var(--color-text-senary);
    vertical-align: top;
    padding-left: 10px;
    border-radius: 4px;
}
/* Table definitions */
.td_board {
    width: 120px;
    text-align: center;
}
.td_category {
    width: 80px;
    text-align: center;
}
/**게시판**/

/*검색*/
fieldset#bo_sch {
    display: block;
    margin: 50px auto;
}
fieldset#bo_sch form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
a.btn.btn_b01.btn_scrap,
ul.bo_v_left a.btn_b01.btn {
    border: 1px solid var(--color-text-tertiary);
    background: var(--color-secondary);
    color: var(--color-text-tertiary);
    padding: 0px 10px;
}
a.btn.btn_b01.btn_scrap:hover,
ul.bo_v_left a.btn_b01.btn:hover {
    border: 1px solid var(--color-text-tertiary);
    background: var(--color-text-tertiary);
    color: var(--color-secondary);
    transition: all var(--transition-normal);
}
a.btn_b01:hover {
    border: 1px solid var(--color-text-tertiary);
    background: var(--color-secondary);
    color: var(--color-text-tertiary);
    transition: all var(--transition-normal);
}
/**댓글**/
#bo_vc_w {
    padding: 60px 60px 10px;
    background: #f5f5f5;
    border-radius: 15px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
.cmt_contents {
    background: #f5f5f5;
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 8px;
}

.cmt_contents p {
    font-size: 16px;
}

article#c_10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 40px 20px;
    gap: 10px;
}
.cm_wrap h2 {
    font-size: 14px;
    margin-top: 0;
}
.cm_wrap {
    width: 80%;
}
span.comment_profile_img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
textarea#wr_content {
    min-height: 100px;
    width: 100%;
}
.btn_prv a,
.btn_next a {
    font-weight: 500;
    color: #000;
}
@media screen and (max-width: 1024px) {
    div#container {
        width: 100%;
        overflow: hidden;
    }
    #hd_pop,
    #hd_wrapper,
    #gnb .gnb_wrap,
    #tnb .inner,
    #container_wr,
    #ft_wr {
        max-width: 100%;
        margin: 0 auto;
    }
    #wrapper {
        margin-top: 60px;
    }

    .contanier {
        padding: var(--spacing-xl) var(--spacing-md);
    }
    #bo_list,
    #bo_sch,
    #bo_w {
        padding: 50px 0 0;
        display: block;
    }
    #nav {
        padding: 0 15px;
    }
    .bo_fx,
    fieldset#bo_sch {
        padding: 10px 15px;
    }
    /*테이블*/
    .tbl_head01 thead th:nth-child(1),
    .tbl_head01 td:nth-child(1) {
        display: none;
    }
    .tbl_head01 thead th:nth-child(2) {
    }
    .tbl_head01 thead th:nth-child(3) {
    }
    .tbl_head01 thead th:nth-child(4),
    .tbl_head01 td:nth-child(4) {
        display: none;
    }
    .tbl_head01 thead th:nth-child(5) {
    }
    .tbl_head01 thead th:last-child,
    .tbl_head01 td:last-child {
        display: none;
    }

    /*편집기*/
    #smart_editor2 {
        min-width: 100% !important;
    }
    h2#container_title {
        padding: 20px 15px 20px;
    }
    .bo_w_flie.write_div {
        display: flex;
        margin: 0px auto;
        position: relative;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        padding: 0px;
    }
    .write_div,
    #nav,
    #bo_v_atc,
    .bo_v_nb li a {
        padding: 0 15px;
    }
    .nav_wr {
        padding: 10px 15px;
    }
    .btn_wr {
        margin: 10px 0;
    }
}
/* Responsive */
@media screen and (max-width: 640px) {
    .required,
    textarea.required {
        width: 100%;
    }
    .tbl_frm01 textarea,
    .frm_input {
        width: 100%;
    }
    .tbl_frm01 th {
        /* padding: 0; */
    }
    #captcha {
        width: 100%;
    }
    #captcha_audio {
        margin-top: 50px;
    }
    #captcha {
        padding: 10px;
    }
    #captcha #captcha_key {
        position: absolute;
        top: 60px;
        left: 10px;
    }
    audio#captcha_audio {
        max-width: 300px;
        width: 100%;
        margin-top: 110px;
    }
    #bo_vc_w {
        padding: 20px 15px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap;
    }
    #captcha #captcha_info {
        margin-top: 10px;
    }
}
