@charset "utf-8";

/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
    margin: 0;
    padding: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
    display: block;
}

html,
body {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body,
input,
select,
textarea,
button {
    font-family: "pretendard", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

fieldset,
li,
img {
    border: 0;
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

button {
    overflow: visible;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

address,
caption,
em {
    font-style: normal;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    color: #666;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.blind,
caption span,
legend {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 100px;
    white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* 본문 바로가기 */
#skip_navigation a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#skip_navigation a:focus,
#skip_navigation a:active {
    width: 100%;
    height: 40px;
    background: #21272e;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 2em
}

/*common*/
.maintitle {
    text-shadow: 1px 1px 3px black;
    font-size: 34px;
    letter-spacing: -0.5px;
}

a:hover {
    font-weight: 700;
}

h2 {
    font-weight: 700;
}

.f_wrap {
    display: flex
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33% !important;
}

.w-40 {
    width: 40% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.pb-12 {
    padding-bottom: 10rem !important;
}

.ico {
    color: #fff;
    font-size: 13px;
}

.ico:hover {
    color: #e6e6e6;
}

.ico.orange {
    color: #c30d23;
}

.ico.orange:hover {
    color: #e24705;
}

.ico.gray {
    color: #dedede;
}

.indigo {
    color: #041e42 !important;
}

.gray {
    color: #7a7a7a !important;
}

.orange {
    color: #c30d23 !important;
}

.btn-primary {
    background-color: #c30d23;
    border-color: #c30d23;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #c30d23 !important;
    border-color: #c30d23 !important;
}

.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
}

.btn-outline-white:hover,
.btn-outline-white:active {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-outline-white.btn_detail {
    padding: 15px 45px 15px 45px;
}

.btn_search {
    width: 32px;
    background: #c30d23;
    border-radius: 4px;
}

.has_bgoverlay {
    position: relative;
    background-size: cover;
    background-position: center;
}

.has_bgoverlay .inner {
    position: relative;
    z-index: 1;
}

.background_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern1.png);
    opacity: 0.3
}

.flex-none {
    flex: none;
}

.img_wrap img {
    width: auto;
    height: auto;
}

.font-weight-bolder {
    font-weight: 900 !important
}

/*그누보드 - 로그인*/
#mb_login {
    padding: 50px 20px;
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
}

#mb_login h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#mb_login .mbskin_box {
    border: 1px solid #dde7e9;
    background: #fff;
}

#mb_login .mb_log_cate h2 {
    width: 50%;
    float: left;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

#mb_login .mb_log_cate .join {
    width: 50%;
    float: left;
    padding: 20px 0;
    text-align: center;
    background: #f7f7f7;
    color: #6e6e6e;
}

#mb_login .mb_log_cate:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#mb_login #login_fs {
    padding: 10%;
}

#mb_login #login_fs .frm_input {
    width: 100%;
    height: 40px;
    padding: 5px;
    margin: 0 0 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-family: auto;
}

#mb_login .btn_submit {
    width: 100%;
    margin: 10px 0 0;
    height: 45px;
    font-size: 1.25em;
}

#mb_login #login_info {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.btn_submit {
    background: #c30d23;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

#mb_login .chk_box input[type="checkbox"]+label span {
    float: left;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

#mb_login .chk_box input[type="checkbox"]:checked+label span {
    background: url(../img/chk.png) no-repeat 50% 50%#c30d23;
    border-color: #c30d23;
    border-radius: 3px;
}

/*그누보드 - 회원약관*/
#fregister,
#fregisterform,
#fwrite {
    padding: 0px 20px 50px;
    max-width: 1000px;
    margin: 0 auto;
}

#fregister>p {
    color: #c30d23;
}

#fregister section {
    position: relative;
    margin: 10px auto 15px;
    border: 1px solid #dde7e9;
    border-radius: 3px;
    font-size: 14px;
}

#fregister h2 {
    padding: 20px;
    border-bottom: 1px solid #dde7e9;
    font-size: 1.2em;
    text-align: left;
}

#fregister textarea {
    display: block;
    padding: 20px;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 0;
    line-height: 1.6em;
}

.fregister_agree {
    position: absolute;
    top: 0;
    right: 0;
}

.selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}

.fregister_agree input[type="checkbox"]+label span {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.fregister_agree input[type="checkbox"]:checked+label span {
    background: url(../img/chk.png) no-repeat 50% 50%#c30d23;
    border-color: #c30d23;
    border-radius: 3px;
}

#fregister_private div {
    padding: 20px;
    background: #fff;
}

#fregister_private table {
    width: 100%;
    border-collapse: collapse;
}

#fregister_private table caption {
    position: absolute;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

#fregister_private table th {
    background: #f7f7f9;
    width: 33.33%;
    padding: 10px;
    border: 1px solid #d8dbdf;
    color: #000;
}

#fregister_private table td {
    padding: 10px;
    border: 1px solid #e7e9ec;
    border-top: 0;
}

#fregister_chkall {
    position: relative;
    margin-bottom: 15px;
    background: #f5f7fa;
    border: 1px solid #e5e9f0;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
}

#fregister_chkall label {
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 14px;
}

#fregister .btn_confirm,
#fregisterform .btn_confirm,
#fwrite .btn_confirm {
    display: flex;
}

#fregister .btn_confirm>*,
#fregisterform .btn_confirm>*,
#fwrite .btn_confirm>* {
    height: 40px;
    width: 50%;
}

#fregister .btn_confirm .btn_close,
#fregisterform .btn_confirm .btn_close,
#fwrite .btn_confirm .btn_cancel {
    margin-right: 10px;
    background: rgb(209, 209, 209);
    color: #333;
    text-align: center;
    line-height: 40px;
}

#fwrite .btn_confirm .btn_cancel {
    line-height: inherit;
}

/*그누보드 - 회원가입*/
#register_form {
    background: #fff;
    margin-bottom: 20px;
}

#fregisterform .form_01 div {
    margin: 0 0 20px;
}

.register_form_inner {
    border: 1px solid #dde7e9;
    border-radius: 3px;
}

#register_form h2 {
    margin: 0 0 20px;
    padding: 20px;
    border-bottom: 1px solid #dde7e9;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.register_form_inner ul {
    padding: 0 20px 20px;
}

.form_01 li {
    margin: 10px 0;
}

.register_form_inner label {
    display: block;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}

.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
}

#fregisterform input {
    width: 100%;
}

.required,
textarea.required {
    background-image: url(../img/require.png) !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.chk_box input[type="checkbox"]+label span {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: block;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.chk_box input[type="checkbox"]:checked+label span {
    background: url(../img/chk.png) no-repeat 50% 50% #c30d23;
    border-color: #c30d23;
    border-radius: 3px;
}

#fregisterform .captcha {
    display: block;
    margin: 5px 0 0;
}

.tooltip_icon {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    color: #b3b5b8;
    border: 0;
    font-size: 1.4em;
    background: transparent;
    cursor: pointer;
}

.tooltip {
    position: relative;
    width: auto;
    color: #fff;
    background: #000;
    padding: 10px;
    font-size: small;
    line-height: 18px;
    display: none;
    position: absolute;
    z-index: 9;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 10px;
    opacity: 1;
}

.tooltip:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0;
    border-right: 10px solid #000;
}

/*layout*/
.inner {
    width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

/*header*/
.header .widget {
    background: #c30d23;
    color: #fff;
}

.header .widget a {
    display: block;
    color: #fff;
}

.nav {
    position: relative;
    height: 90px;
    border-bottom: 1px solid #e3e5e4;
    background: #fff
}

.logo {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 72px;
    margin-top: 12px;
}

.logo a {
    display: inline-block;
    width: 100%;
}

.nav .util {
    position: relative;
    z-index: 1;
}

.nav .util .search {
    display: block !important
}

.nav input {
    max-width: 150px;
    font-size: 13px
}

.header .gnb .depth1 {
    padding-left: 180px;
}

.header .gnb .depth1>li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.header .gnb .depth1>li>button {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 90px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 90px;
    color: #000;
}

.header .gnb .depth1>li>button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    width: 0%;
    height: 4px;
    background: #c30d23;
    transition: all 0.3s;
}

.header .gnb .depth1>li>button:hover:after {
    width: 100%
}

.header .depth2 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 380px;
    padding-top: 10px;
    display: none;
}

/*.header .depth2:after {content:'';position:absolute;right:-12px;top:0;bottom:0;width:1px;background-color:#e3e5e4}*/
/* .header .depth2 li {text-align:left;border-bottom:1px solid #e3e5e4;text-align:center} */
.header .depth2 li {
    text-align: left;
    border-bottom: 1px solid #e3e5e4;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 4px;
    width: 130px;
}

.header .depth2 li:last-child {
    border-bottom-width: 0
}

.header .depth2 li a {
    display: block;
    padding: 5px 0;
    color: #000;
    font-size: 17px;
    letter-spacing: -1px;
}

.header .depth2 li a:hover {
    font-weight: 600;
    color: #000;
}

.header .btn_gnb_mo {
    display: none;
    width: 42px;
}

.gnb.on .depth2 {
    display: block;
}

/*.nav.on:after {content:'';position:absolute;top:86px;left:0;right:0;height:4px;background-color:#e3e5e4}*/
/*footer*/
section#sid_footer {
    margin-top: 30px;
}

.footer,
.footer a {
    color: #7a7a7a;
    font-size: 15px;
}

.footer .widget {
    background-color: #bdbdbd80;
}

.footer .info_wrap .inner>div {
    flex: 1;
}

.footer .info_wrap .inner .description {
    flex: 2;
}

/*main visual*/
.home .visual_top {
    height: 450px;
}

.visual_top {
    background-size: 100%;
    background-size: cover;
}

.sub .visual_top {
    position: relative;
    background-repeat: no-repeat;
    height: 300px;
}

.detail {
    padding: 50px 0;
    line-height: 1.7;
    color: #666;
    font-size: 18px;
}

.detail .inner {
    max-width: 1200px;
    width: auto;
}

.detail h3 {
    color: #c30d23;
}

.detail .page_title {
    display: block;
    color: #041e42;
    text-align: center;
    color: #041e42;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.detail .page_subtitle {
    display: block;
    color: #041e42;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #888;
    margin-top: -10px;
    letter-spacing: -0.5px;
    margin-bottom: 35px;
}

.detail .panel .inner {
    width: auto;
    padding: 0;
    color: #fff;
}

.detail .panel .inner p {
    color: #fff;
}

/* 슬라이드 */
.carousel-img {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-indicators li.active {
    background-color: #c30d23;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.carousel .carousel-btn-box {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%)
}

/*table*/
.board table caption+thead tr:first-child td,
.board table caption+thead tr:first-child th,
.board table colgroup+thead tr:first-child td,
.board table colgroup+thead tr:first-child th,
.board table thead:first-child tr:first-child td,
.board table thead:first-child tr:first-child th {
    border-top: 1px solid #ccc;
}

.board table tbody>tr:nth-child(odd)>td,
.board table tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.board table tbody tr:hover>td,
.board table tbody tr:hover>th {
    background-color: #e9e9e9;
}

.board table tbody+tbody {
    border-top: 2px solid #ccc;
}

.board_title {
    border-bottom: 1px solid #777;
}

.board_title .btn_more {
    color: #aaa;
}

/*board*/
.board table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}

.board table tr {
    padding: 0;
    border: 0;
}

.board table th {
    padding: 8px 0;
    height: auto;
    border: 0;
    text-align: center;
}

.board table td {
    padding: 8px 0;
    height: auto;
    border: 0;
    border-top: 1px solid #f1f1f1;
    vertical-align: middle;
}

.board table td.title {
    text-align: left;
}

.board table .title {
    padding-left: 5px;
}

.board table .title a {
    display: block;
    line-height: 1;
    color: #222;
    vertical-align: middle;
}

.board table .uid,
.board table .date,
.board table .num {
    width: 80px;
    text-align: center;
}

.board.type_simple thead {
    display: none;
}

.board.type_simple table .title img {
    display: inline;
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

.board.type_basic .uid .ico_notice {
    color: #c30d23;
}

/*그누보드 - 게시판*/
.magazine div>img {
    border: 1px solid #eee;
    margin: 10px 0px;
}

#bo_list .bo_tit .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 13px;
    padding: 2px;
    color: #fff;
    background: #c30d23;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: text-top;
}

#bo_list .bo_tit .fa-download {
    padding: 3px 4px;
    font-size: 13px;
    color: #fff;
    background-color: #bbb;
    border-radius: 3px;
    margin-left: 5px;
}

#bo_list .bo_tit .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #c30d23;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #c30d23;
    vertical-align: middle;
}

#bo_list #bo_btn_top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px 0;
}

#bo_list #bo_btn_top:after {
    display: none;
}

#bo_list #bo_btn_top #bo_list_total {
    font-size: 14px;
}

#bo_list #bo_btn_top .btn_bo_user .btn.btn_b01.btn_bo_sch {
    display: none;
}

#bo_list #bo_btn_top .btn_bo_user .btn.btn_b01 {
    background: #c30d23;
    color: #fff;
}

#bo_list .tbl_head01.tbl_wrap table {
    display: table;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}

#bo_list .tbl_head01.tbl_wrap table tr {
    padding: 0;
    border: 0;
}

#bo_list .tbl_head01.tbl_wrap table th {
    padding: 10px;
    height: auto;
    border: 0;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
}

#bo_list .tbl_head01.tbl_wrap table td {
    padding: 10px;
    height: auto;
    border: 0;
    border-top: 1px solid #f1f1f1;
    vertical-align: middle;
    font-size: 14px;
}

#bo_list .tbl_head01.tbl_wrap table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#bo_list .tbl_head01.tbl_wrap table thead th {
    font-size: 14px;
}

#bo_list .tbl_head01.tbl_wrap table .td_num,
#bo_list .tbl_head01.tbl_wrap table .td_num2,
#bo_list .tbl_head01.tbl_wrap table .td_datetime {
    width: 9%;
    text-align: center;
}

#bo_list .tbl_head01.tbl_wrap table .td_subject a {
    font-size: 17px;
    text-align: left;
    letter-spacing: -0.3px
}

#bo_list .tbl_head01.tbl_wrap table .td_subject .bo_tit {
    font-size: 17px;
    text-align: left;
    line-height: 24px;
}

#bo_list .tbl_head01.tbl_wrap table .td_name {
    width: 15%;
}

#bo_list .tbl_head01.tbl_wrap table .sv_use .sv_member {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bo_list .bo_notice .notice_icon {
    color: #c30d23;
}

#bo_list .bo_notice td {
    background: rgb(214, 136, 136, 0.05) !important;
}

#bo_list .bo_fx {
    display: none;
}

.bo_sch_wrap {
    padding: 30px 0;
}

.bo_sch_wrap .bo_sch h3 {
    display: none;
}

.bo_sch_wrap .bo_sch form {
    display: flex;
    justify-content: center;
}

.bo_sch_wrap .bo_sch .bo_sch_cls {
    display: none;
}

.bo_sch_wrap .bo_sch select,
#bo_sch select {
    display: inline-block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.bo_sch_wrap .bo_sch .sch_bar {
    display: flex;
    margin-left: 10px;
}

.bo_sch_wrap .bo_sch .sch_bar input,
#bo_sch .sch_input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.bo_sch_wrap .bo_sch .sch_bar .sch_btn,
#bo_sch .sch_btn {
    width: 42px;
    background: #c30d23;
    border-radius: 4px;
    border-width: 0;
    color: #fff;
}

#bo_sch form {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

#bo_sch select {
    margin-right: 10px;
}

#bo_sch .sch_input {
    max-width: 250px;
}

.sound_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 그누보드 - 글 상세*/
#bo_v {
    padding: 80px 0;
}

#bo_v #bo_v_title {
    padding: 15px 20px 15px 0;
    font-size: 22px;
}

#bo_v #bo_v_info {
    position: relative;
}

#bo_v #bo_v_info h2,
#bo_v #bo_v_atc #bo_v_atc_title,
#bo_v #bo_vc h2,
#bo_v #bo_vc_w h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#bo_v #bo_v_info .profile_info .profile_info_ct {
    display: flex;
    padding: 0 10px;
    border: solid #f1f1f1;
    border-width: 1px 0;
    background-color: #f9f9f9;
}

#bo_v #bo_v_info .profile_info .pf_img {
    display: none;
}

#bo_v #bo_v_info .profile_info .profile_info_ct>strong {
    padding: 10px;
    font-weight: normal;
}

#bo_v #bo_v_info .profile_info .profile_info_ct>strong:first-child {
    margin-right: auto;
}

#bo_v #bo_v_info .profile_info .profile_info_ct>strong>i {
    margin-right: 5px;
}

#bo_v #bo_v_info #bo_v_top {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
}

#bo_v #bo_v_info #bo_v_top .bo_v_com {
    display: flex;
}

#bo_v #bo_v_info #bo_v_top .bo_v_com a.btn_b01 {
    width: 42px;
    margin-left: 5px;
    background: #c30d23;
    border-radius: 4px;
    color: #fff;
}

#bo_v #bo_v_info #bo_v_top .bo_v_com a.btn_b01 i {
    vertical-align: middle;
}

#bo_v #bo_v_atc #bo_v_con {
    padding: 20px 10px;
}

#bo_v_bot>ul.bo_v_com {
    display: flex;
}

#bo_v_bot>ul.bo_v_com>li {
    margin-right: 30px;
}

#bo_v .bo_v_nb {
    margin: 40px 0;
    border: solid #efefef;
    border-width: 1px 0;
}

#bo_v .bo_v_nb li {
    padding: 10px;
}

#bo_v .bo_v_nb li:first-child {
    border-bottom: 1px solid #efefef;
}

#bo_v .bo_v_nb .nb_tit {
    padding-right: 20px;
    color: #c30d23;
}

#bo_v .bo_v_nb .nb_tit i {
    padding-right: 6px;
    color: #cccaca;
}

#bo_v .cmt_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

#bo_v .cmt_btn .total {
    color: #c30d23;
}

#bo_v .cmt_btn .total b {
    padding-right: 5px;
    color: #666;
}

#bo_v .cmt_btn span.cmt_more {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("../img/btn_cmt.png") no-repeat right 2px;
    margin-top: 5px;
}

#bo_v #bo_vc {
    border-top: 1px solid #efefef;
}

#bo_v #bo_vc #bo_vc_empty {
    padding: 60px 0;
    text-align: center;
}

#bo_v #bo_vc article {
    position: relative;
    padding: 10px 0;
    margin: 15px 0;
    border-bottom: 1px solid #efefef;
}

#bo_v #bo_vc article:first-child {
    border-bottom: 0;
}

#bo_v #bo_vc .pf_img {
    display: none;
}

#bo_v #bo_vc .cm_wrap .guest {
    font-weight: 700;
}

#bo_v #bo_vc .bo_vc_hdinfo {
    padding-left: 10px;
}

#bo_v #bo_vc .cmt_contents {
    padding: 10px;
    color: #888;
}

#bo_v #bo_vc .bo_vl_opt {
    position: absolute;
    top: 0;
    right: 0;
}

#bo_v #bo_vc .bo_vl_opt .btn_cm_opt {
    color: #c30d23;
    border-radius: 4px;
}

#bo_v #bo_vc .bo_vl_opt .bo_vc_act {
    position: absolute;
    top: 40px;
    right: 0;
    width: 55px;
    border: 1px solid #efefef;
    background: #fff;
}

#bo_v #bo_vc .bo_vl_opt .bo_vc_act li {
    padding: 6px 12px;
    border-top: 1px solid #efefef;
}

#bo_v #bo_vc .bo_vl_opt .bo_vc_act li:first-child {
    border-top: 0;
}

#bo_v #bo_vc_w form textarea {
    width: 100%;
    min-height: 140px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

#bo_v #bo_vc_w form .bo_vc_w_info input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#bo_v #bo_vc_w form .bo_vc_w_info #captcha {
    display: block;
    padding: 10px 0;
}

#bo_v #bo_vc_w form .bo_vc_w_info #captcha #captcha_info {
    color: #c30d23;
}

#bo_v #bo_vc_w form .btn_confirm {
    display: flex;
    justify-content: space-between;
}

#bo_v #bo_vc_w form .btn_confirm .btn_submit {
    padding: 4px 16px;
    background: #c30d23;
    border-radius: 0.25rem;
    color: #fff;
}

/* 그누보드 - 갤러리 */
#bo_gall #bo_btn_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#bo_gall .btn_bo_user .btn.btn_b01.btn_bo_sch {
    display: none;
}

#bo_gall .btn_bo_user .btn.btn_b01,
#bo_gall .btn_bo_user .btn.btn_b02 {
    background: #c30d23;
    color: #fff;
}

#bo_gall #gall_ul {
    display: flex;
    flex-wrap: wrap;
}

#bo_gall #gall_ul li {
    width: 33.3%;
}

#bo_gall #gall_ul li .gall_box {
    margin: 15px;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_img a {
    display: block;
    height: 100%;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_text_href,
#bo_gall #gall_ul li .gall_box .gall_con .gall_name {
    padding: 6px;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_name {
    font-size: 13px;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_text_href .bo_tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 17px;
    font-family: 'nsb';
    letter-spacing: -.5px;
    font-weight: 700;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_text_href .bo_cnt {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 14px;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_info {
    display: flex;
    padding: 10px 6px 10px;
    font-size: 13px;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_info .sv_member,
.sv_guest {
    display: inline-block;
    margin-right: auto;
    color: #4a4a4a;
}

#bo_gall #gall_ul li .gall_box .gall_con .gall_info .gall_date {
    padding: 0 8px;
}

#bo_gall .bo_fx {
    display: none;
}

/*그누보드 - 글 작성 */
#fwrite .write_div {
    margin: 10px 0;
    position: relative;
}

#fwrite .bo_w_info .frm_input {
    width: 30%;
    margin: 10px;
}

#fwrite #wr_password,
#fwrite #wr_homepage {
    margin-left: 1%;
}

#fwrite .bo_w_tit {
    position: relative;
}

#fwrite .write_div {
    margin: 10px 0;
    position: relative;
}

#fwrite .bo_w_tit .frm_input {
    width: 100%;
}

.cke_sc {
    margin: 0 0 5px;
    text-align: right;
}

.btn_cke_sc {
    display: inline-block;
    padding: 10px;
    height: 36px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1;
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold;
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#fwrite .bo_w_link label,
#fwrite .bo_w_flie label {
    padding-right: 10px;
}

#fwrite .bo_w_link input,
#fwrite .bo_w_flie input {
    width: 90%;
}

#fwrite #captcha {
    margin: 20px 0;
}

/*그누보드 - 달력*/
.schedule {
    padding: 30px 0;
}

.schedule table:first-child {
    border: 0;
}

.schedule #bo_list table {
    margin: 20px 0;
    border-top: 2px solid #c30d23;
}

.schedule #bo_list table th {
    padding: 10px;
    background: #efefef;
    border-left: 1px solid #ccc;
}

.schedule #bo_list table th:first-child {
    border-left: 0;
}

.schedule #bo_list table th,
.schedule #bo_list table td {
    border-bottom: 1px solid #ccc;
    color: #4b4b4b;
}

.schedule #bo_list table td {
    padding: 10px;
    border-left: 1px solid #ccc;
    font-size: 14px;
}

.schedule #bo_list table tr td:first-child {
    border-left: 0;
}

#today_schedule h3 {
    padding: 20px 0;
    font-size: 16px;
    color: #c30d23;
}

/*box link*/
.box_link {
    border-radius: 8px;
}

.service .box_link:hover {
    background-color: #c30d23;
}

.service .box_link:hover .text-dark {
    color: #fff !important;
}

.sub .visual_top .box_link {
    width: 100%;
    height: 100%;
}

.home .box_link svg path {
    fill: #9b9b9b
}

.home .box_link:hover svg path {
    fill: #c30d23
}

.home .news .box_link:hover svg path {
    fill: #fff
}

.home .box_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home .box_link {
    border: 1px solid rgba(175, 175, 175, 0.4);
    color: #777
}

.home .news .box_link {
    width: 120px;
    height: 115px
}

.home .news .box_link:hover {
    background-color: #c30d23;
    color: #fff
}

.card-box {
    height: 200px;
    overflow: hidden;
}

.user-desc {
    font-size: 14px;
    color: #999;
}

.box_link .link_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.box_link.orange {
    background: rgba(252, 76, 2, 0.5);
}

.box_link.orange:hover {
    background: #c30d23;
}

.box_link:hover .link_icon {
    filter: invert(100%);
}

.box_link:hover .icontext {
    color: #fff !important
}

.box_link.white {
    background: #fff;
}

.sub .visual_top .box_link {
    width: 150px;
    height: 100px;
    padding: 15px !important
}

.sub .visual_top .box_link .link_icon {
    width: 50px;
    height: 50px
}

.sub .visual_top .box_link strong {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -1px;
}

.sub .visual_top .box_link svg path {
    fill: #666;
}

.sub .visual_top .box_link:hover,
.sub .visual_top .box_link.on {
    background: #c30d23
}

.sub .visual_top .box_link:hover .link_icon {
    filter: invert(100%)
}

.sub .visual_top .box_link.on .link_icon {
    filter: invert(100%)
}

.sub .visual_top .box_link.on .text-dark {
    color: #fff !important;
}

.sub .visual_top .box_link:hover .text-dark {
    color: #fff !important;
}

.sub .visual_top .link_list {
    display: block !important;
    max-width: 1120px;
    margin: 0 auto !important;
    text-align: center
}

.sub .visual_top .link_list li {
    display: inline-block;
    width: auto !important;
    padding: 5px;
}

/*service*/
.service {
    position: relative;
    background-size: contain;
}

.service .service_title strong,
.service .service_title p {
    color: #7a7a7a;
    letter-spacing: -0.5px;
}

.service .link_list {
    max-width: 712px
}

.service .deco_line {
    margin: 0 auto 0 0
}

.service .book_link {
    width: 200px;
    height: 270px;
    margin: 0 auto;
    flex: 1 0 auto
}

.service .box_link {
    width: 152px;
    height: 125px;
    border: 1px solid rgba(143, 143, 143, 0.47);
    box-shadow: 10px 10px 5px 0px rgba(77, 77, 77, 0.1)
}

.news .inner>div {
    flex: 1 0 0px;
    margin-top: 10px
}

.news .news_title_card {
    padding: 25px;
    background-image: url("../img/bg_program.gif");
    border-radius: 10px;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    height: 270px;
    background-position: center;
}

.news .news_title_card h2 span {
    font-weight: 500
}

.news .news_card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 30px;
    color: #7a7a7a
}

.news .news_card .category {
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #c30d23;
}

.news .news_card .title {
    font-size: 21px;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.news .news_card .date {
    border-bottom: 1px dotted #959595;
    font-size: 14px;
    color: #b3b3b3
}

/*form*/
.form_header {
    border-bottom: 3px solid #c30d23;
}

.form_wrap {
    border: 1px solid #ddd;
}

.form_wrap>div {
    border-top: 1px solid #ddd;
}

.form_wrap>div:first-child {
    border-top: 0;
}

.form_wrap .form_label {
    background: #fafafa;
}

.form_wrap .guide_text {
    padding: 4px 0;
    color: #c30d23;
}

.form_term {
    line-height: 1.8;
}

.form_term b {
    font-weight: 500;
    color: #c30d23;
}

.form_term .box {
    border-top: 1px solid #ddd;
}

.form_term .w10 {
    padding-right: 10px;
}

.attached_wrap a {
    width: 250px;
    min-height: 120px;
    margin-top: 12px;
    border-radius: 20px 0px 20px 20px;
    text-align: center;
}

.attached_wrap a:first-child {
    margin-right: 12px;
}

/*deco_line*/
.deco_line {
    display: inline-block;
    margin: 0 auto;
}

.horizontal_line1 {
    height: 1px;
    background: #222;
}

.vertical_line1 {
    width: 2px;
    background: #fff;
}

.dotted_line {
    height: 1px;
    border-bottom: 1px dotted #c6c6c6;
}

/*신규 제작 UI*/
.highlight_box {
    position: relative;
    padding: 20px 21% 20px 20px;
    border-radius: 15px;
    background: #f7f7f7;
    line-height: 1.5;
}

.highlight_box strong {
    font-weight: 400;
    color: #c30d23;
}

.highlight_box .img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 200px;
    height: 200px;
    background-size: cover;
}

.highlight_box .icon img {
    width: 100%;
    height: auto;
}

.highlight_box.type_icon {
    padding: 20px;
}

.highlight_box.type_big {
    padding-right: 38%;
}

.highlight_box.type_big .img {
    right: 0;
    width: 275px;
    background-repeat: no-repeat;
}

.process_box {
    background: #f0f0f0;
    border-radius: 8px;
}

.process_box .title {
    text-align: center;
    color: #c30d23;
}

.process_box .process_list {
    background: #fff;
    border-radius: 8px;
}

.process_box .process_list li {
    width: 15%;
    margin-left: 5%;
    text-align: center;
    margin-left: 10px;
}

.process_box .process_list li:first-child {
    margin-left: 0;
}

.process_box .process_list .icon {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 3px;
}

.process_box .process_list .ico {
    position: absolute;
    top: 50%;
    right: -28%;
    transform: translateY(-50%);
}

.process_box .process_list .icon img {
    width: 80%;
    min-width: 40px;
    height: auto;
    min-height: 40px;
}

.contact_box {
    background: #f7f7f7;
    border-radius: 8px;
}

.contact_box .txt {
    display: inline-block;
    height: 100%;
    min-width: 85px;
    background: #c30d23;
    border-radius: 8px;
    color: #fff;
}

.contact_box img {
    width: 100%;
    max-width: 60px;
    height: auto;
}

.contact_box img {
    width: 100%;
    max-width: 60px;
    height: auto;
}

.contact_box .text {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}

.sub_title_box {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.sub_title_box .page_sub_title {
    padding: 10px 20px;
    border-bottom: 1px solid #000;
    color: #000;
}

.sub_title_box p {
    padding: 20px 0;
}

.board_info_box {
    border-radius: 8px;
    border: 40px solid #f0f0f0;
    background: #fff;
    text-align: center;
}

.board_info_box.type_small {
    border-radius: 8px;
    border-width: 0;
    background: #f0f0f0;
}

.board_info_box .title {
    color: #c30d23;
}

.board_info_box .text {
    color: #7a7a7a;
}

.tab_menu button {
    padding: 10px 15px;
    background: #f3f3f3;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    width: 100%;
}

.tab_menu li.on button {
    background: #c30d23;
    color: #fff;
}

.tbl_wrap {
    overflow-x: auto;
}

.tab_content .tbl_title {
    color: #c30d23;
    position: relative;
}

.detail table {
    width: 100%;
    min-width: 800px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-bottom: 1px;
    font-size: 15px;
    border-top: 2px solid #121212;
    border-bottom: 2px solid #121212;
}

.detail table th {
    text-align: center;
    background-color: rgba(192, 192, 192, 0.37);
    color: #4b4b4b;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 10px;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.detail table td {
    border-style: solid;
    border-width: 1px;
    padding: 6px;
    background-color: #fff;
    border-color: #ccc;
    text-align: center;
}

.organization .tab_menu li {
    width: 18%;
}

.organization .tab_menu button {
    background: #fff;
    border: 1px dotted #a2a2a2;
    color: #999;
}

.organization .tab_menu li.on button {
    border: 0;
}

.organization .tab_menu button {
    width: 100%;
    height: 75px;
    letter-spacing: -0.5px;
}

.floor_info .tab_menu button {
    position: relative;
    width: 100%;
    border-radius: 0;
    border: 1px solid rgba(198, 198, 198, 0.5);
}

.floor_info .tab_menu button:hover {
    background: #c30d23;
    color: #fff;
}

.floor_info .tab_menu li.on button {
    background: rgba(122, 122, 122, 0.25);
    color: #000;
    font-weight: 700;
}

.floor_info .tab_menu li.on button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #c30d23;
}

.organization table {
    font-size: 17px;
    color: #7a7a7a;
}

.organization table th {
    background: #e7ebef;
}

.organization table td {
    padding: 12px;
}

.map iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
}

.photo_library .img_box {
    position: relative;
    width: 100%;
    height: 240px;
}

.photo_library .img_box .img_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.photo_library .img_box .img_wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.photo_library .img_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
}

.photo_library .img_box:after {
    content: "크게 보기";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    color: white;
    cursor: pointer;
    display: none;
}

.photo_library .img_box:hover:after,
.photo_library .img_box:hover:before {
    display: block;
}

.photo_library .img_box button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo_layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: none;
}

.photo_layer .dimmed {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.photo_layer .layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.photo_layer .btn_close {
    position: absolute;
    top: -40px;
    right: -25px;
    font-size: 30px;
    color: #fff;
}

/*animation*/
.animation-float .link_icon {
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.animation-float:active .link_icon,
.animation-float:focus .link_icon,
.animation-float:hover .link_icon {
    transform: translateY(-8px);
}

.description_box {
    min-height: 600px;
}

.description_box .img {
    position: relative;
    min-height: 300px;
}

.description_box .img .img_bg {
    height: 100%;
    opacity: 0.4;
}

.description_box .img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.description_box .img_set {
    position: relative;
}

.description_box .img_set .img_item_wrap {
    margin-right: 10px;
}

.description_box .img_set .img_item {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.description_box .img_set .img_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.description_box .img.type_frame {
    position: relative;
}

.description_box .img.type_frame img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.description_box .img_frame {
    width: 90%;
    margin: 0 auto;
    border: 40px solid #c30d23;
}

.description_box .text p {
    width: 100%;
}

.description_box .text .title {
    color: #002171;
}

.description_box .text .sub_text {
    color: #bbbbbb;
}

.description_box .text .link {
    display: inline-block;
    padding: 10px 30px;
    background: #002171;
    color: #fff;
}

.building_info .info_box {
    height: 100%;
    border: 1px dotted #b1b1b1;
    background: #f5f5f5;
}

/*bg*/
.fixed_bg {
    background-attachment: fixed;
}

.bg_orange {
    background-color: #c30d23
}

.bg_gray {
    background: #fafafa;
}

.bg_gray2 {
    background: rgba(233, 233, 233, 0.3);
}

.bg_orange2 {
    background: #c30d2361;
}

#bo_list .ing {
    background: #be1e2d;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

#bo_list .end {
    background: #6d6e71;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

/*font*/
.font_red {
    color: #ff0000;
}

.font_bold {
    font-weight: 700;
}

.ft_13 {
    font-size: 13px;
}

.ft_14 {
    font-size: 14px;
}

.ft_15 {
    font-size: 15px;
}

.ft_16 {
    font-size: 16px;
}

.ft_17 {
    font-size: 17px;
}

.ft_18 {
    font-size: 18px;
}

.ft_20 {
    font-size: 20px;
}

.ft_22 {
    font-size: 22px;
}

.ft_24 {
    font-size: 24px;
}

.ft_25 {
    font-size: 25px;
}

.ft_26 {
    font-size: 26px;
}

.ft_27 {
    font-size: 27px;
}

.ft_28 {
    font-size: 28px;
}

.ft_30 {
    font-size: 30px;
}

.ft_32 {
    font-size: 32px;
}

.ft_34 {
    font-size: 34px;
}

.ft_36 {
    font-size: 36px;
}

.ft_40 {
    font-size: 40px;
}

.ft_60 {
    font-size: 60px;
}

.ft_white {
    color: #fff;
}

/*img size*/
.img80 {
    width: 80%;
}

.img100 {
    width: 100%;
}

@media (max-width:1210px) {
    .inner {
        width: 100%;
    }

    .logo {
        width: 230px;
        margin-top: 0
    }

    .header .gnb .depth1 {
        padding-left: 70px
    }

    .header .gnb .depth1>li>button {
        padding: 0 20px;
        font-size: 17px;
    }

    .header .gnb .depth2 a {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .header .nav {
        height: 130px;
        padding-bottom: 50px;
    }

    .header .nav .search {
        position: absolute;
        top: 86px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

    .header .nav .search input {
        max-width: initial;
    }

    .header .gnb {
        display: none;
        max-height: 500px;
        overflow-y: auto;
    }

    .header .btn_gnb_mo {
        display: block;
    }

    .header .gnb.on {
        display: block;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        z-index: 21;
        background: #fff;
        border-top: 1px solid #eee;
        transition: all 0.3s;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

    .header .gnb .depth1 {
        padding-left: 0
    }

    .header .gnb.on .depth1>li {
        display: block;
        margin: 0;
    }

    .header .gnb.on .depth1>li>button {
        height: 50px;
        padding-left: 30px;
        line-height: 50px;
        text-align: left;
        ;
        border-bottom: 2px solid #e3e5e4
    }

    .header .gnb .depth1>li>button:after {
        bottom: -2px;
        height: 2px;
    }

    .header .gnb.on .depth1>li {
        overflow: hidden;
        height: 50px;
        transition: all 0.5s;
    }

    .header .gnb.on .depth1>li>button+.depth2 {
        display: block
    }

    .header .gnb .depth2 {
        display: none;
    }

    .header .gnb.on .depth2 {
        overflow: hidden;
        position: initial;
        padding: 0;
        height: auto
    }

    .header .depth2:after {
        display: none
    }

    .header .gnb.on .depth2 li {
        margin: 0 15px;
    }

    .header .gnb.on .depth2 li:last-child {
        margin: 0;
        border-bottom-width: 1px
    }

    .header .gnb.on .depth2 li:last-child a {
        padding-left: 40px
    }

    .header .gnb.on .depth2 a {
        padding-left: 25px;
        border-bottom: 1px solid #fff;
        font-size: 17px;
    }

    .home .visual_top {
        height: 350px;
    }

    .nav .util {
        position: initial;
    }

    .visual_top {
        background-size: 190%;
    }

    .visual_top:hover {
        background-size: 200%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 9%;
    }

    .service .deco_line {
        margin: 0 auto
    }

    .service .link_list li {
        width: 50%;
    }

    .service .box_link {
        width: 100%;
    }

    .home .news .box_link {
        width: auto;
        height: 115px
    }
}

@media (min-width:576px) {
    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .pb-12 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width:992px) {
    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-33 {
        width: 33.3% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .gnb {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        transition: all 0.5s
    }

    .gnb.on {
        height: 515px;
    }

    .gnb.on:before {
        content: '';
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 20;
        height: 300px;
    }
}

@media (max-width:767px) {
    .ft_13 {
        font-size: 12px;
    }

    .ft_14 {
        font-size: 13px;
    }

    .ft_15 {
        font-size: 14px;
    }

    .ft_16 {
        font-size: 15px;
    }

    .ft_17 {
        font-size: 16px;
    }

    .ft_18 {
        font-size: 17px;
    }

    .ft_20 {
        font-size: 18px;
    }

    .ft_24 {
        font-size: 18px;
    }

    .ft_25 {
        font-size: 25px;
    }

    .ft_28 {
        font-size: 22px;
    }

    .ft_30 {
        font-size: 24px;
    }

    .ft_32 {
        font-size: 26px;
    }

    .ft_34 {
        font-size: 28px;
    }

    .ft_36 {
        font-size: 30px;
    }

    .ft_40 {
        font-size: 30px;
    }

    .ft_white {
        color: #fff;
    }

    .ft_black {
        color: #000;
    }

    .ft_yellow {
        color: #ffff00;
    }

    .inner {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .footer .logo {
        width: 200px;
    }

    .hide_mo {
        display: none;
    }

    .carousel-caption {
        width: 84%;
        padding: 0;
        text-align: center !important;
        left: 50% !important;
    }

    .carousel-img {
        background-position: right;
    }

    .box_link .link_icon {
        width: 40px;
        height: 40px;
    }

    .attached_wrap a {
        width: 100%;
    }

    .attached_wrap a:first-child {
        margin-right: 0;
    }

    .highlight_box,
    .highlight_box.type_big {
        padding: 20px;
    }

    #bo_list .tbl_head01.tbl_wrap table thead th,
    #bo_list .tbl_head01.tbl_wrap table .td_num,
    #bo_list .tbl_head01.tbl_wrap table .td_num2,
    #bo_list .tbl_head01.tbl_wrap table .td_datetime {
        display: none;
    }

    .detail table {
        min-width: 0
    }

    #bo_gall #gall_ul li {
        width: 100%;
    }

    .organization table {
        font-size: 14px;
    }

    .organization .tab_menu button {
        font-size: 14px;
        letter-spacing: -0.5px;
        line-height: 1.1;
    }

    .animation-float:active .link_icon,
    .animation-float:focus .link_icon,
    .animation-float:hover .link_icon {
        transform: translateY(-3px);
    }

    .main-slide-title1 {
        font-size: 17px !important;
    }

    .main-slide-title2 {
        font-size: 32px !important;
        letter-spacing: -0.5px;
    }

    .footbtm {
        margin: 20px 50px;
        text-align: center;
        width: 70%;
    }

    .addr {
        text-align: center;
    }

    .sns {
        justify-content: center !important;
        margin: 20px;
    }

    /* 캡챠 자동등록(입력)방지 기본 -pc */
    #captcha {
        display: inline-block;
        position: relative;
    }

    #captcha legend {
        position: absolute;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        text-indent: -9999em;
        overflow: hidden;
    }

    #captcha #captcha_img {
        height: 40px;
        border: 1px solid #898989;
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

    #captcha #captcha_mp3 {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        vertical-align: middle;
        overflow: hidden;
        cursor: pointer;
        background: url("../img/captcha2.png") no-repeat;
        text-indent: -999px;
        border-radius: 3px;
    }

    #captcha #captcha_reload {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        vertical-align: middle;
        overflow: hidden;
        cursor: pointer;
        background: url("../img/captcha2.png") no-repeat 0 -40px;
        text-indent: -999px;
        border-radius: 3px;
    }

    #captcha #captcha_key {
        margin: 0 0 0 3px;
        padding: 0 5px;
        width: 90px;
        height: 40px;
        border: 1px solid #ccc;
        background: #fff;
        font-size: 1.333em;
        font-weight: 500;
        text-align: center;
        border-radius: 3px;
        vertical-align: top;
    }

    #captcha #captcha_info {
        display: block;
        margin: 5px 0 0;
        font-size: 0.95em;
        letter-spacing: -0.1em;
    }

    /* 캡챠 자동등록(입력)방지 기본 - mobile */
    #captcha.m_captcha audio {
        display: block;
        margin: 0 0 5px;
        width: 187px;
    }

    #captcha.m_captcha #captcha_img {
        width: 160px;
        height: 60px;
        border: 1px solid #e9e9e9;
        margin-bottom: 3px;
        margin-top: 5px;
        display: block;
    }

    #captcha.m_captcha #captcha_reload {
        position: static;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        vertical-align: middle;
        overflow: hidden;
        cursor: pointer;
        background: url("../../../img/captcha2.png") no-repeat 0 -40px;
        text-indent: -999px;
    }

    #captcha.m_captcha #captcha_reload span {
        display: none;
    }

    #captcha.m_captcha #captcha_key {
        margin: 0;
        padding: 0 5px;
        width: 115px;
        height: 29px;
        border: 1px solid #b8c9c2;
        background: #f7f7f7;
        font-size: 1.333em;
        font-weight: 500;
        text-align: center;
        line-height: 29px;
        margin-left: 3px;
    }

    #captcha.m_captcha #captcha_info {
        display: block;
        margin: 5px 0 0;
        font-size: 0.95em;
        letter-spacing: -0.1em;
    }

    #captcha.m_captcha #captcha_mp3 {
        width: 31px;
        height: 31px;
        background: url("../../../img/captcha2.png") no-repeat 0 0;
        vertical-align: top;
        overflow: hidden;
        cursor: pointer;
        text-indent: -9999px;
        border: none;
    }


    h3 .ico {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        top: 3px;
    }

    h3 .ico:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background-color: #c30d23;
        border-radius: 50%
    }

    h3 .ico:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%
    }

    .snsthumb {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        height: 184px;
        margin-bottom: 20px;
        border: 10px solid
    }

    .snstitle {
        color: #c30d23;
        font-weight: 600;
    }

    .snstext {
        font-size: 17px;
        color: #999;
        letter-spacing: -0.5px;
        text-align: justify;
    }