@charset "utf-8"; /* 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
}

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', Malgun Gothic, "맑은 고딕", 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 {
  padding-left: 5px;
  height: 44px;
  font-size: 13px;
  color: #373737;
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
}

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;
  -webkit-border-radius: none;
}

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] {
  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
}

.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
}

/**** sub_menu ****/
.on {
  color: #0071E3;
}

/* 트랜지션 */
.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;
  color: #666
}

.txt_red {
  color: #f10;
}

/***** 버튼 *****/
/* more_btn */
.more_btn {
  margin-top: 3px;
}

.more_btn button {
  width: 100%;
  padding: 5px 0;
  font-weight: 500;
}

.btn.blue {
  background: #0071E3;
}

.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: #0071E3;
}

#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: 10px;
}

.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 {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 34px;
  height: 34px
}

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

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

/* 게시판 리스트 */
.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
}

/* 팝업 */

.hd_pops {
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  color: #000;
}

.hd_pops_con {
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.hd_pops_con img {
  width: 100%;
}

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

/***** check button *****/
.checks {
  position: relative;
}

.checks input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.checks input[type="checkbox"] + label {
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.checks input[type="checkbox"] + label span {
  margin-left: 10px;
}

.checks input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  transition: all 0.5s
}

.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

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

.checks input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: url(../images/chk_icon.png) no-repeat center;
  background-size: 15px 15px;
  -webkit-background-size: 11px 8px;
}