@charset "utf-8";

/* color */
:root {
    --color-primary: #DE2A2A;
    --color-primary-active: #9C1C1C;
}

/****** Reset ******/
* {
    outline: 0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
}

address, article, aside, blockquote, body, button,
caption, code, dd, div, dl, dt, fieldset, figcaption, figure, form,
h1, h2, h3, h4, h5, h6, hr, html, input, label, legend, li,
menu, nav, object, ol, p, pre, section, table, tbody, td,
textarea, tfoot, th, thead, ul {
    margin: 0;
    padding: 0
}

body, html {
    width: 100%
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    width: 100%;
    background: #fff;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box
}

body, button, input, select, textarea {
    border: none;
    font-size: 12px;
    color: #727272
}

li, ol, ul {
    list-style: none
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

fieldset, img {
    border: 0
}

address, cite, code, em {
    font-style: normal;
    font-weight: normal
}

button, img, input, select, textarea {
    vertical-align: middle
}

.hide, caption, legend {
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

hr {
    display: none
}

article, aside, figure, footer, header, main, nav, section {
    display: block
}

a {
    color: #444;
    text-decoration: none
}

p {
    word-break: keep-all
}

/* Font */
body, button, input, select, td, textarea, th {
    font-size: 13px;
    line-height: 1.6;
    font-family: 'NotoSansKR', AppleGothic, Dotum, sans-serif;
    color: #222;
    letter-spacing: -0.05em
}

a, h1, h2, h3, h4, h5, h6, p {
    word-break: keep-all
}

/* Form */
textarea {
    border: 1px solid #dbdbdb
}

select {
    height: 32px;
    font-size: 13px;
    color: #373737;
    border: 1px solid #e9e9e9;
    background: #fff
}

input[type=date], input[type=email], input[type=file], input[type=number],
input[type=password], input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], textarea {
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #373737;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-indent: 20px;
    transition: all 0.5s;
    vertical-align: middle;
    box-sizing: border-box
}

textarea {
    text-indent: 0
}

input, textarea {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

input::-webkit-input-placeholder,
input::placeholder, texarea::placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    padding-top: 2px !important;
    color: #c4c4c4;
}

textarea {
    padding: 5px 0
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #727272
}

input[type=email][disabled], input[type=email][readonly],
input[type=password][disabled], input[type=password][readonly],
input[type=search][disabled], input[type=search][readonly],
input[type=tel][disabled], input[type=tel][readonly],
input[type=text][disabled], input[type=text][readonly] {
    background: #eaeaea;
    border-color: #c0c0c0;
    color: #666;
    -webkit-appearance: none;
    font-size: 12px
}

input::-webkit-input-placeholder {
    padding-top: 4px
}

textarea[disabled],
textarea[readonly] {
    padding: 11px;
    font-size: 16px;
    color: #555 !important;
    font-weight: normal;
    line-height: 140%;
    height: 78px;
    background: #f7f8f9;
    border: 1px solid #c0c0c0
}

.clear {
    clear: both
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.skip {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    transition: all 0.5s
}

.skip:focus {
    top: 0
}

button {
    cursor: pointer;
}

/**** sub_menu ****/
.on {
    color: #455b30
}

/* 트랜지션 */
.all_transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

/* font */
.bbt_font {
    font-family: 'BBT';
    font-size: 50px
}

.roboto_txt {
    font-family: 'roboto', sans-serif;
}

/***** 버튼 *****/
.write_btn {
    text-align: right;
    margin-top: 10px
}

.write_btn a {
    background: #000;
    font-size: 13px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block
}

/* sub_title */
#container .sec_subMenu {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative
}

#container .sec_subMenu .slogan_txt {
    display: table-cell;
    vertical-align: middle
}

#container .sec_subMenu .slogan_txt h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    animation: subTit_ani 0.8s ease-in;
    -webkit-animation: subTit_ani 0.8s ease-in;
    -moz-animation: subTit_ani 0.8s ease-in;
    -o-animation: subTit_ani 0.8s ease-in;
    -ms-animation: subTit_ani 0.8s ease-in;
}

#container .sec_subMenu .slogan_txt h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 60px;
    background: #455b30
}

#container .sec_subMenu .slogan_txt p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    position: relative;
    top: 0;
    animation: subTit_ani2 0.8s ease-in;
    -webkit-animation: subTit_ani2 0.8s ease-in;
    -moz-animation: subTit_ani2 0.8s ease-in;
    -o-animation: subTit_ani2 0.8s ease-in;
    -ms-animation: subTit_ani2 0.8s ease-in;
}

@-webkit-keyframes subTit_ani {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
    }
}

@keyframes subTit_ani {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes subTit_ani2 {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
    }
}

@keyframes subTit_ani2 {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
    }
}

/***** 아코디언 *****/
.accordion_wrap {
    width: 100%;
    border-top: 3px solid #000;
    font-size: 16px;
    color: #666;
    margin-top: 32px
}

.accordion_wrap a {
    color: #666
}

.accordion_wrap .answer,
.accordion_wrap .question {
    padding: 12px 20px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left
}

.accordion_wrap .question {
    position: relative;
    cursor: pointer
}

.accordion_wrap .answer {
    background: #f6f6f6;
    display: none
}

.accordion_wrap .question img {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px
}

/* 게시판 페이저 */
.board_pager {
    text-align: center;
    margin-bottom: 40px;
}

.board_pager img {
    width: 10px;
    height: 10px;
    vertical-align: baseline
}

.board_pager ul {
    display: inline-block
}

.board_pager ul li {
    float: left;
    margin: 0 2px;
    border: 1px solid #e4e4e4;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.board_pager ul li.pager-active a {
    background: #000;
    color: #fff;
    width: 34px;
    height: 34px
}

.board_pager ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    transition: all 0.5s;
    cursor: pointer
}

.board_pager ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    right: 0;
    margin: -5px auto 0;
    width: 10px;
    height: 10px;
}

.board_pager ul li.all_prev a:after {
    background-image: url(../images/all_prev.png);
}

.board_pager ul li.all_next a:after {
    background-image: url(../images/all_next.png);
}

.board_pager ul li.prev a:after {
    background-image: url(../images/prev.png);
}

.board_pager ul li.next a:after {
    background-image: url(../images/next.png);
}

.board_pager ul .prev {
    margin-right: 10px
}

.board_pager ul .next {
    margin-left: 10px
}

/* 게시판 리스트 */
.board_wrap {
    margin-top: 30px;
    width: 100%;
    border-top: 3px solid #000;
    font-size: 16px;
    text-align: center;
    color: #666
}

.board_wrap .board_list,
.board_wrap .board_title {
    height: 50px;
    line-height: 50px
}

.board_wrap .board_title {
    background: #f6f6f6;
    border-bottom: 1px solid #666
}

.board_wrap .board_list {
    font-family: 'NotosansKr', sans-serif
}

.board_wrap .board_list > a {
    display: block;
    color: #666
}

.board_wrap .board_list a > div {
    border-bottom: 1px solid #e4e4e4
}

.board_wrap .board_list > a > div div,
.board_wrap .board_title li {
    float: left
}

.board_wrap .board_num {
    width: 10%;
    font-weight: 300;
}

.board_wrap .board_title .board_num {
    font-weight: 400;
}

.board_wrap .board_title .board_tit {
    text-align: center
}

.board_wrap .board_tit {
    width: 70%;
    text-align: left
}

.board_wrap .board_date {
    width: 10%
}

.board_wrap .board_view {
    width: 10%
}

/* 게시판 view */
.viewPage_wrap {
    border-top: 3px solid #000;
    margin-top: 30px;
    font-size: 16px;
    color: #666
}

.viewPage_wrap .view_header {
    height: 60px;
    line-height: 60px;
    background: #f6f6f6
}

.viewPage_wrap .view_header li {
    float: left
}

.viewPage_wrap .view_header .view_tit {
    width: 45%;
    text-align: left;
    padding-left: 30px
}

.viewPage_wrap .view_header .view_name {
    width: 10%;
    padding-left: 15px
}

.viewPage_wrap .view_header .view_date {
    width: 20%
}

.viewPage_wrap .view_header .view_count {
    width: 10%
}

.board_viewTxt {
    text-align: left;
    padding: 20px 40px 50px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 400
}

/***** check button *****/
.checks input[type=checkbox] + label span {
    color: #fff;
}

.checks input[type="checkbox"] + label:before {
    background: #fafafa;
    border-color: #cacece;
}

.checks input[type="checkbox"]:checked + label:before {
    background: #fff;
    border-color: #aaaaaa;
}

/* 로딩화면 */
.loading_wrap {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.loading_wrap.active {
    display: block;
}

.loading_wrap .loading_cont_wrap {
    width: 300px;
    height: 220px;
    background: #fff;
    padding: 40px;
    margin: -150px auto 0;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.loading_wrap .loading_cont_wrap .loading_img {
    background: url(../images/loading.gif) no-repeat;
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: 0 auto;
}

.loading_wrap .loading_cont_wrap .loading_txt {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

/* 팝업 */
.hd_pops {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.hd_pops_footer button {
    background: none;
}

.hd_pops_footer button.hd_pops_close {
    float: right;
    background: #fff;
}

.hd_pops_con {
    overflow-y: scroll;
}

.hd_pops_con img {
    width: 100%;
}

.hd_pops_footer {
    padding: 10px;
    border-top: 1px solid #e1e1e1;
}

/* 스크롤 */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}

