/* 스타일클래스추가 */
.w_100p {
  width: 100% !important;
}
.w_75p {
  width: 75% !important;
}
.w_50p {
  width: 50% !important;
}
.w_25p {
  width: 25% !important;
}
.w_100 {
  width: 100px !important;
}
.w_200 {
  width: 200px !important;
}
.w_300 {
  width: 300px !important;
}
.w_400 {
  width: 400px !important;
}
.w_500 {
  width: 500px !important;
}
.w_750 {
  width: 750px !important;
}
.w_1000 {
  width: 1000px !important;
}
.w_auto {
  width: auto !important;
}
.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mt_auto {
  margin-top: auto !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_60 {
  margin-top: 60px !important;
}
.mt_70 {
  margin-top: 70px !important;
}
.mt_80 {
  margin-top: 80px !important;
}
.mt_90 {
  margin-top: 90px !important;
}
.mt_100 {
  margin-top: 100px !important;
}
.mt_200 {
  margin-top: 200px !important;
}
.mt_300 {
  margin-top: 300px !important;
}
.mb_auto {
  margin-bottom: auto !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}
.mb_200 {
  margin-bottom: 200px !important;
}
.mb_300 {
  margin-bottom: 300px !important;
}
.ml_auto {
  margin-left: auto !important;
}
.ml_10 {
  margin-left: 10px !important;
}
.ml_20 {
  margin-left: 20px !important;
}
.ml_30 {
  margin-left: 30px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.ml_50 {
  margin-left: 50px !important;
}
.mr_auto {
  margin-right: auto !important;
}
.mr_10 {
  margin-right: 10px !important;
}
.mr_20 {
  margin-right: 20px !important;
}
.mr_30 {
  margin-right: 30px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.mr_50 {
  margin-right: 50px !important;
}
.p_10 {
  padding: 10px !important;
}
.p_20 {
  padding: 20px !important;
}
.p_30 {
  padding: 30px !important;
}
.p_40 {
  padding: 40px !important;
}
.p_50 {
  padding: 50px !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pt_20 {
  padding-top: 20px !important;
}
.pt_30 {
  padding-top: 30px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pt_50 {
  padding-top: 50px !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.pb_20 {
  padding-bottom: 20px !important;
}
.pb_30 {
  padding-bottom: 30px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pb_50 {
  padding-bottom: 50px !important;
}
.pr_10 {
  padding-right: 10px !important;
}
.pr_20 {
  padding-right: 20px !important;
}
.pr_30 {
  padding-right: 30px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.pr_50 {
  padding-right: 50px !important;
}
.pl_10 {
  padding-left: 10px !important;
}
.pl_20 {
  padding-left: 20px !important;
}
.pl_30 {
  padding-left: 30px !important;
}
.pl_40 {
  padding-left: 40px !important;
}
.pl_50 {
  padding-left: 50px !important;
}
.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}
.ta_left {
  text-align: left;
}
.va_center {
  vertical-align: center;
}
.va_top {
  vertical-align: top;
}
.va_bottom {
  vertical-align: bottom;
}
.d_block {
  display: block;
}
.d_inline_block {
  display: inline-block;
}
.d_inline {
  display: inline;
}
.d_none {
  display: none;
}
.p_relative {
  position: relative;
}
.p_absolute {
  position: absolute;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.zi_1 {
  z-index: 1;
}
.zi_2 {
  z-index: 2;
}
.zi_3 {
  z-index: 3;
}
.zi_4 {
  z-index: 4;
}
.zi_5 {
  z-index: 5;
}
.zi_10 {
  z-index: 10;
}
.zi_100 {
  z-index: 100;
}
.zi_1000 {
  z-index: 1000;
}
.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
}
.hidden {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: normal;
  word-wrap: normal;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/* 일반게시판 타입01 */
.board_wrap .board_list.type01 {
  border-top: 2px solid #000;
}
.board_wrap .board_list.type01 .tr {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dddddd;
}
.board_wrap .board_list .tr:last-child {
  border-bottom: 1px solid #162b58;
}
.board_wrap .board_list.type01 .tr:not(.thead):hover {
  background: #eff7f8;
}
.board_wrap .board_list.type01 .tr.notice_row {
  background: #f8f8f8;
}
.board_wrap .board_list.type01 .tr>td {
  text-align: center;
  vertical-align: middle;
}
.board_wrap .board_list.type01 .tr.thead span {
  font-weight: 500;
}
.board_wrap .board_list.type01 .tr .board_num {
  width: 95px;
}
.board_wrap .board_list.type01 .tr .board_view {
  width: 9%;
}
.board_wrap .board_list.type01 .tr .board_write_date {
  width: 10%;
}
.board_wrap .board_list.type01 .tr .board_tit {
  text-align: left;
}
.board_wrap .board_list.type01 .thead .board_tit {
  text-align: center;
}
.board_wrap .board_list.type01 .tr>td span {
  font-size: 18px;
  color: #222;
}
.board_wrap .board_list.type01 .tr.thead>td span {
  color: #000;
}
.board_wrap .board_list.type01 .tr .board_tit a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  vertical-align: bottom;
}
.board_wrap .board_list.type01 .tr .board_tit a:hover {
  color: #4085c3;
}
.board_wrap .board_list.type01 .tr .notice span {
  display: inline-block;
  width: 64px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
  color: #2267af;
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.board_wrap .board_list.type01 .tr .board_writer {
  width: 12%;
}
.board_wrap .board_list.type01 .tr .board_whether_open {
  width: 10%;
}
.board_wrap .board_list.type01 .tr .board_status {
  width: 12%;
}
.board_wrap .board_list.type01 .tr .board_status span {
  display: inline-block;
  width: 92px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}
.no_data {
  text-align: center;
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid #162b58;
  padding: 0;
}
.no_data span {
  line-height: 65px;
}
.board_wrap .board_list.type01 .board_btn_down {
  width: 95px;
}
.board_wrap.type01 .board_btn_down .btn_wrap {
  display: inline-block;
}
.board_wrap.type01 .board_btn_down .btn_wrap+.btn_wrap {
  margin-left: 20px;
}
.board_wrap .board_list.type01 .tr>.board_btn_down .btn_wrap>span {
  display: inline-block;
  color: #000;
  line-height: 71px;
}
.board_wrap .board_list.type01 .tr>.board_btn_down .download {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/module/ico_file-down.png) no-repeat center;
}
.board_wrap .board_list.type01 .tr .secret::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 11px;
  background: url(../img/module/ico_board_secret.png) no-repeat;
}
@media screen and (max-width:1250px) {
  .board_wrap .board_list.type01 .tr .board_write_date {
    width: 13%;
  }
}
@media screen and (max-width:768px) {
  .board_wrap .board_list.type01 .tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: auto;
    padding: 23px 5px;
  }
  .no_data {
    font-size: 16px;
  }
  .board_wrap .board_list.type01 .thead {
    display: none;
  }
  .board_wrap .board_list.type01 .tr .board_num {
    display: none;
  }
  .board_wrap .board_list.type01 .tr .board_tit {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .board_wrap .board_list.type01 .tr>td {
    display: block;
  }
  .board_wrap .board_list.type01 .tr .board_num.notice {
    display: block;
    width: auto;
    margin-right: 7px;
  }
  .board_wrap .board_list.type01 .tr.notice_row .board_tit {
    width: calc(100% - 61px);
  }
  .board_wrap .board_list.type01 .tr .board_tit a {
    line-height: 30px;
  }
  .board_wrap .board_list.type01 .tr .notice span {
    width: 54px;
    height: 26px;
    font-size: 16px;
    line-height: 23px;
  }
  .board_wrap .board_list.type01 .tr .board_writer {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type01 .tr>td:nth-child(n+3):not(:last-of-type)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px -1px;
    background: #cbcbcb;
  }
  .board_wrap .board_list.type01 .tr>.board_writer span {
    font-size: 14px;
    color: #000;
  }
  .board_wrap .board_list.type01 .tr>.board_writer span+span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_wrap .board_list.type01 .tr .board_status {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type01 .tr>.board_status span {
    width: auto;
    font-size: 16px;
    color: #000;
  }
  .board_wrap .board_list.type01 .tr .board_status span+span {
    width: 70px;
    height: 24px;
    margin-left: 9px;
    font-size: 12px;
    line-height: 22px;
  }
  .board_wrap .board_list.type01 .tr .board_whether_open {
    display: none;
  }
  .board_wrap .board_list.type01 .tr>td span {
    font-size: 16px;
  }
  .board_wrap .board_list.type01 .tr .board_write_date {
    width: auto;
    display: flex;
    align-items: center;
  }
  .board_wrap .board_list.type01 .tr .board_date {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type01 .tr>.board_date span {
    font-size: 16px;
    color: #000;
  }
  .board_wrap .board_list.type01 .tr .board_view {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type01 .tr>.board_view span {
    font-size: 16px;
    color: #000;
  }
  .board_wrap .board_list.type01 .tr>.board_view span+span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_wrap .board_list.type01 .tr>.board_btn_down {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type01 .tr>.board_btn_down::after {
    display: none !important;
  }
  .board_wrap .board_list.type01 .tr>.board_btn_down .btn_wrap::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px 2px;
    background: #cbcbcb;
  }
  .board_wrap .board_list.type01 .tr>.board_btn_down .btn_wrap>span {
    font-size: 14px;
    line-height: 20.5px;
  }
}
/* 일반게시판 타입01 - 이미지 슬라이드 추가 */
.board_detail_wrap .slick.detail_slide2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.board_detail_wrap .slick.detail_slide2 .slick-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.board_detail_wrap .slick.detail_slide2 .slick-item>img {
  object-fit: cover;
  margin: 0 auto;
}
.board_detail_wrap .slide_show_box {
  width: 100%;
  min-height: 730px;
}
.board_detail_wrap .slide_ctrl_wrap {
  position: relative;
  border: 1px solid #c4c4c4;
  padding: 17px 90px;
  max-width: 1100px;
  margin: 20px auto 40px;
  height: 150px;
  overflow: hidden;
}
.board_detail_wrap .slick.detail_slide2 .slick-wrapper {
  width: 100%;
}
.board_detail_wrap .slick-button-next,
.board_detail_wrap .slick-button-prev {
  width: 50px;
  background-color: #f5f5f5;
  height: 100%;
  top: 0px;
  margin: 0;
  background-size: 8px 15px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.board_detail_wrap .slick-button-next {
  right: 0;
  background-image: url(../img/module/ico_detail_slide_next.png);
  border-left: 1px solid #c4c4c4;
}
.board_detail_wrap .slick-button-prev {
  left: 0;
  background-image: url(../img/module/ico_detail_slide_prev.png);
  border-right: 1px solid #c4c4c4;
}
.board_detail_wrap .slick.swiper-container-initialized {
  height: 100%;
  overflow: hidden;
}
.board_detail_wrap .detail_slide1 .slick-slide>div {
  height: 110px;
}
.board_detail_wrap .detail_slide1 .slick-item img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.board_detail_wrap .detail_slide1 .slick-slide {
  margin: 0 10px;
  border: 2px solid #5f6972;
}
.board_detail_wrap .detail_slide1 .slick-slide.slick-current {
  border: 2px solid #3987d7;
}
.board_detail_wrap .detail_slide1 .slick-track {
  margin: 0 !important;
}
.board_detail_wrap .detail_slide1 .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width:768px) {
  .board_detail_wrap .slide_ctrl_wrap {
    height: 120px;
    padding: 12px 45px;
  }
  .board_detail_wrap .slick-button-next,
  .board_detail_wrap .slick-button-prev {
    width: 30px;
    background-size: 6px 11px;
  }
  .board_detail_wrap .slick.detail_slide2 .slick-item {
    min-height: auto;
  }
  .board_detail_wrap .detail_slide1 .slick-slide>div {
    height: 90px;
  }
  .board_detail_wrap .detail_slide1 .slick-item img {
    height: 90px;
  }
}
/* 일반게시판 타입02 */
.board_wrap .board_list.type02 .tr.no_data {
  text-align: center;
  justify-content: center;
  font-size: 18px;
}
.sch_box_wrap.type02 .select_box {
  width: 120px;
  margin-right: 6px;
  position: relative;
}
.sch_box_wrap.type02 {
  display: block;
}
.sch_box_wrap.type02 .input_item {
  display: flex;
  justify-content: center;
  background: #f3f3f4;
  padding: 15px;
  margin-bottom: 35px;
}
.sch_box_wrap.type02 .select_box .btn_select {
  width: 100%;
  height: 100%;
  padding: 14px 20px 14px 15px;
  font-size: 16px;
  background: url(../img/module/ico_select_arrow02.png) #fff no-repeat center right 15px;
  background-size: 13px 7px;
  border: 1px solid #d0d0d0;
  letter-spacing: -0.02em;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sch_box_wrap.type02 .select_box .select_list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  font-size: 16px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  z-index: 100;
}
.sch_box_wrap.type02 .select_box .select_list li a {
  padding: 14px 20px 14px 15px;
  display: block;
}
.sch_box_wrap.type02 .select_box .select_list li a:hover {
  background: #f3f3f4;
}
.sch_box_wrap.type02 .select_box .select_list li:not(:first-child) {
  border-top: 1px solid #d0d0d0;
}
.sch_box_wrap.type02 .input_item input {
  width: 100%;
  padding: 14px 15px 14px 15px;
  text-align: left;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #000;
  letter-spacing: -0.02em;
  height: 100%;
}
.sch_box_wrap.type02 .input_item .btn_sch {
  border: 1px solid #d0d0d0;
  border-left: none;
  background: #fff;
  padding: 0 14px;
}
.sch_box_wrap.type02 .sch_box {
  max-width: 400px;
  min-width: auto;
  width: 100%;
  display: flex;
  position: inherit;
}
.sch_box_wrap.type02 .count_wrap p {
  font-size: 18px;
  font-weight: 500;
  background: url(../img/module/ico_count.png) no-repeat top 6px left 0;
  padding-left: 24px;
  margin-bottom: 23px;
}
.sch_box_wrap.type02 .count_wrap p span {
  color: #004ea6;
}
.sch_box_wrap.type02 .input_item input::placeholder {
  color: #5e5e5e;
}
.board_wrap .board_list.type02 thead {
  background: #4c5e81;
}
.board_wrap .board_list.type02 .tr {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dddddd;
}
.board_wrap .board_list.type02 .tr>td {
  text-align: center;
  vertical-align: middle;
}
.board_wrap .board_list.type02 .tr.thead span {
  font-weight: 500;
  font-size: 19px;
}
.board_wrap .board_list.type02 .tr .board_num {
  width: 95px;
}
.board_wrap .board_list.type02 .tr .board_view {
  width: 95px;
}
.board_wrap .board_list.type02 .tr .board_write_date {
  width: 10%;
}
.board_wrap .board_list.type02 .tr .board_tit {
  text-align: left;
}
.board_wrap .board_list.type02 .thead .board_tit {
  text-align: center;
}
.board_wrap .board_list.type02 .tr>td span {
  font-size: 18px;
  color: #000;
}
.board_wrap .board_list.type02 .tr>.notice span {
  color: #004ea6;
  font-weight: 800;
}
.board_wrap .board_list.type02 .tr.thead>th span {
  color: #fff;
}
.board_wrap .board_list.type02 .tr .board_tit a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  vertical-align: bottom;
}
.board_wrap .board_list.type02 .tr .board_tit a:hover {
  color: #4085c3;
}
.board_wrap.type02 .board_t-type {
  width: 15%;
}
.board_wrap .board_list.type02 .tr .board_writer {
  width: 12%;
}
.board_wrap .board_list.type02 .tr .board_whether_open {
  width: 10%;
}
.board_wrap .board_list.type02 .tr .board_status {
  width: 12%;
}
.board_wrap .board_list.type02 .tr .board_status span {
  display: inline-block;
  width: 92px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}
.board_wrap .board_list.type02 .board_btn_down {
  width: 95px;
}
.board_wrap.type02 .board_btn_down .btn_wrap {
  display: inline-block;
}
.board_wrap.type02 .board_btn_down .btn_wrap+.btn_wrap {
  margin-left: 20px;
}
.board_wrap .board_list.type02 .tr>.board_btn_down .btn_wrap>span {
  display: inline-block;
  color: #000;
  line-height: 71px;
}
.board_wrap .board_list.type02 .tr>.board_btn_down .download {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/module/ico_file-down02.png) no-repeat center;
}
.board_wrap .board_list.type02 .tr .secret::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 11px;
  background: url(../img/module/ico_board_secret.png) no-repeat;
}
.board_wrap .board_list.type02 .tr.no_data {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:1024px) {
  .board_wrap .board_list.type02 .tr .board_write_date {
    width: 13%;
  }
}
@media screen and (max-width:768px) {
  .sch_box_wrap.type02 {
    display: block;
    margin-bottom: 13px;
  }
  .sch_box_wrap.type02 .select_box .btn_select {
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    color: #000;
    background: url(../img/module/ico_select_arrow02.png) #fff no-repeat center right 10px;
    background-size: 9px 6px;
  }
  .sch_box_wrap.type02 .select_box .select_list li a {
    padding: 8px 20px 8px 10px;
    font-size: 16px;
  }
  .sch_box_wrap.type02 .input_item {
    display: block;
    padding: 20px 14px;
    margin-bottom: 0;
  }
  .sch_box_wrap.type02 .select_box {
    width: 100%;
    margin-right: 0;
  }
  .sch_box_wrap.type02 .select_box select {
    width: 100%;
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    color: #000;
    background: url(../img/module/ico_select_arrow02.png) #fff no-repeat center right 10px;
    background-size: 9px 6px;
  }
  .sch_box_wrap.type02 .sch_box {
    max-width: 100%;
  }
  .sch_box_wrap.type02 .sch_box input {
    width: 100%;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    color: #000;
  }
  .sch_box_wrap.type02 .sch_box input::placeholder {
    color: #949494;
  }
  .sch_box_wrap.type02 .select_box {
    margin-bottom: 7px;
  }
  .sch_box_wrap.type02 .input_item .btn_sch {
    padding: 0 11px;
    display: flex;
    align-items: center;
  }
  .sch_box_wrap.type02 .sch_box button img {
    width: 18px;
  }
  .sch_box_wrap.type02 .count_wrap p {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 15px;
  }
  .board_wrap .board_list.type02 {
    border-top: 2px solid #4c5e81;
  }
  .board_wrap .board_list.type02 .tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: auto;
    padding: 21px 5px;
  }
  .board_wrap .board_list.type02 .thead {
    display: none;
  }
  .board_wrap .board_list.type02 .tr .board_num {
    display: none;
  }
  .board_wrap .board_list.type02 .tr .board_tit {
    width: 100%;
    padding: 0;
  }
  .board_wrap .board_list.type02 .tr>td {
    display: block;
  }
  .board_wrap .board_list.type02 .tr .board_num.notice {
    display: block;
    width: auto;
    margin-right: 7px;
  }
  .board_wrap .board_list.type02 .tr.notice_row .board_tit {
    width: calc(100% - 61px);
  }
  .board_wrap .board_list.type02 .tr .board_tit a {
    line-height: 30px;
  }
  .board_wrap .board_list.type02 .tr .notice span {
    width: 54px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .board_wrap .board_list.type02 .tr .board_writer {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type02 .tr>td:nth-child(n+3):not(:last-of-type)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px -1px;
    background: #cbcbcb;
  }
  .board_wrap .board_list.type02 .tr>.board_writer span {
    font-size: 14px;
    color: #000;
  }
  .board_wrap .board_list.type02 .tr>.board_writer span+span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_wrap .board_list.type02 .tr .board_status {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type02 .tr>.board_status span {
    width: auto;
    font-size: 16px;
    color: #000;
  }
  .board_wrap .board_list.type02 .tr .board_status span+span {
    width: 70px;
    height: 24px;
    margin-left: 9px;
    font-size: 12px;
    line-height: 22px;
  }
  .board_wrap .board_list.type02 .tr>.board_btn_down .download {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .board_wrap .board_list.type02 .tr .board_whether_open {
    display: none;
  }
  .board_wrap .board_list.type02 .tr>td span {
    font-size: 16px;
  }
  .board_wrap .board_list.type02 .tr .board_write_date {
    width: auto;
    display: flex;
    align-items: center;
  }
  .board_wrap .board_list.type02 .tr .board_date {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type02 .tr>.board_date span {
    font-size: 16px;
    color: #000;
  }
  .board_wrap .board_list.type02 .tr .board_view {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type02 .tr>.board_view span {
    font-size: 16px;
    color: #000;
  }
  .board_wrap .board_list.type02 .tr>.board_view span+span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
  }
  .board_wrap .board_list.type02 .tr>.board_btn_down {
    display: flex;
    align-items: center;
    width: auto;
  }
  .board_wrap .board_list.type02 .tr>.board_btn_down::after {
    display: none !important;
  }
  .board_wrap .board_list.type02 .tr>.board_btn_down .btn_wrap::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px 0px;
    background: #cbcbcb;
  }
  .board_wrap .board_list.type02 .tr>.board_btn_down .btn_wrap>span {
    font-size: 14px;
    line-height: 20.5px;
  }
}
/* 일반게시판 타입03 */
.blue {
  color: #1056ae;
}
.board_wrap .board_list.type03 .table {
  margin-top: 0;
  /* 가져올때는 삭제 */
}
.board_wrap .board_page {
  margin-bottom: 20px;
}
.board_wrap .board_page p {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
}
.board_wrap .board_page p:first-of-type {
  margin-right: 22px;
}
.board_wrap .board_list.type03 {
  border-top: 3px solid #333e58;
  border-bottom: 1px solid #333e58;
}
.board_wrap .board_list.type03 tr {
  width: 100%;
  height: 65px;
  padding: 19px 5px;
}
.board_wrap .board_list.type03 tr:not(.thead):hover {
  background: #f5f7fb;
}
.board_wrap .board_list.type03 tr>td {
  word-break: break-all;
  vertical-align: middle;
  line-height: 35px;
}
.board_wrap .board_list.type03 tr>td .mobile {
  display: none;
}
.board_wrap .board_list.type03 tr.thead {
  background: #f5f5f5;
  font-size: 18px;
  text-align: center;
  color: #333e58;
  font-weight: 800;
}
.board_wrap .board_list.type03 tr .board_num {
  width: 80px;
  text-align: center;
  font-size: 18px;
}
.board_wrap .board_list.type03 tr .notice span {
  display: inline-block;
  width: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  background: #147fd1;
  text-align: center;
  color: #fff;
}
.board_wrap .board_list.type03 tr .board_tit .new {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #f36b22;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-right: 6px;
}
.board_wrap .board_list.type03 tr .board_tit {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.06em;
}
.board_wrap .board_list.type03 tr .board_tit>a:hover {
  text-decoration: underline;
}
.board_wrap .board_list.type03 tr .board_file {
  width: 70px;
  text-align: center;
}
.board_wrap .board_list.type03 tr .board_file .btn_wrap span {
  width: 20px;
  height: 20px;
  background-image: url(../img/module/ico_file.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.board_wrap .board_list.type03 tr .board_file img {
  vertical-align: middle;
}
.board_wrap .board_list.type03 tr .board_date {
  width: 110px;
  text-align: center;
  font-size: 18px;
}
.board_wrap .board_list.type03 tr .board_view {
  width: 100px;
  text-align: center;
  font-size: 18px;
}
.board_wrap .board_list.type03 tr:not(:last-of-type) {
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 768px) {
  .notice_wrap {
    padding-top: 30px;
  }
  .board_wrap .board_page {
    margin-bottom: 15px;
  }
  .board_wrap .board_list.type03 tr.thead {
    display: none;
  }
  .board_wrap .board_page p {
    font-size: 16px;
  }
  .board_wrap .board_page p:first-of-type {
    margin-right: 18px;
  }
  .board_wrap .board_list.type03 tr {
    display: block;
    padding: 19px 3px;
    height: auto;
  }
  .board_wrap .board_list.type03 tr>td {
    display: block;
    line-height: 26px;
    padding: 0;
    /* 가져올때 삭제 */
  }
  .board_wrap .board_list.type03 tr .board_tit {
    margin-bottom: 5px;
  }
  .board_wrap .board_list.type03 tr .board_tit .new {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 13.5px;
    margin-right: 3px;
    position: relative;
    bottom: 1px;
  }
  .board_wrap .board_list.type03 tr .board_num {
    font-size: 0;
  }
  .board_wrap .board_list.type03 tr .board_num:not(.notice) {
    display: none;
  }
  .board_wrap .board_list.type03 tr .notice {
    text-align: left;
  }
  .board_wrap .board_list.type03 tr .notice span {
    width: 46px;
    font-size: 12px;
    line-height: 24px;
  }
  .board_wrap .board_list.type03 tr .board_file {
    width: auto;
    text-align: left;
    display: table-cell;
  }
  .board_wrap .board_list.type03 tr .board_file {
    width: auto;
    height: 17px;
    margin-top: -5px;
  }
  .board_wrap .board_list.type03 tr .board_file .btn_wrap {
    display: inline-block;
  }
  .board_wrap .board_list.type03 tr .board_date {
    width: auto;
    text-align: left;
    font-size: 14px;
    display: table-cell;
  }
  .board_wrap .board_list.type03 tr .board_file::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cbcbcb;
    margin: 0 10px -1px 9px;
  }
  .board_wrap .board_list.type03 tr .board_file.empty::after {
    display: none;
  }
  .board_wrap .board_list.type03 tr .board_date::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cbcbcb;
    margin: 0 10px -1px 9px;
  }
  .board_wrap .board_list.type03 tr>td .mobile {
    color: #333e58;
    font-weight: 800;
    margin-right: 9px;
    display: inline-block !important;
  }
  .board_wrap .board_list.type03 tr .board_view {
    width: auto;
    text-align: left;
    font-size: 14px;
    display: table-cell;
  }
}
/* 일반게시판 타입04 */
.board_wrap .board_list.type04 {
  display: flex;
  flex-wrap: wrap;
}
.board_wrap .board_list.type04 li {
  width: calc((100% - 64px) / 3);
  border: 1px solid #e1e1e1;
  margin-right: 32px;
  position: relative;
  margin-bottom: 30px;
  height: 320px;
}
.board_wrap .board_list.type04 li>a {
  display: block;
  padding: 25px 30px 35px;
  height: 100%;
}
.board_wrap .board_list.type04 li.notice>a {
  padding: 57px 30px 35px;
}
.board_wrap .board_list.type04 li:hover {
  border-color: #1a9fbb;
}
.board_wrap .board_list.type04 li:nth-of-type(3n) {
  margin-right: 0;
}
.board_wrap .board_list.type04 li .notice {
  min-width: 88px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #1a9fbb;
  position: absolute;
  top: 0;
  left: 0;
}
.board_wrap .board_list.type04 li .board_tit {
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
}
.board_wrap .board_list.type04 li .board_con {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
  min-height: 80px;
}
.board_wrap .board_list.type04 li.notice .board_date {
  margin-top: 35px;
}
.board_wrap .board_list.type04 li .board_date {
  margin-top: 66px;
  font-size: 16px;
  color: #222;
}
.board_wrap .board_list.type04 li .board_date>p {
  display: inline-block;
}
.board_wrap .board_list.type04 li .board_date>.new {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ef5b28;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-left: 9px;
  border-radius: 100%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .board_wrap .board_list.type04 li {
    width: calc((100% - 32px) / 2);
  }
  .board_wrap .board_list.type04 li:nth-of-type(3n) {
    margin-right: 32px;
  }
  .board_wrap .board_list.type04 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .board_wrap .board_list.type04 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 300px;
  }
  .board_wrap .board_list.type04 li.notice>a {
    padding: 57px 30px 30px;
  }
  .board_wrap .board_list.type04 li>a {
    padding: 35px 30px 30px;
  }
  .board_wrap .board_list.type04 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .board_wrap .board_list.type04 li .board_tit {
    font-size: 20px;
  }
  .board_wrap .board_list.type04 li .board_con {
    font-size: 16px;
    line-height: 25px;
    min-height: 75px;
    margin-top: 20px;
  }
  .board_wrap .board_list.type04 li .board_date {
    margin-top: 45px;
  }
  .board_wrap .board_list.type04 li.notice .board_date {
    margin-top: 25px;
  }
}
/* 일반게시판 타입05 */
.board_wrap .board_list.type05 {
  display: flex;
  flex-wrap: wrap;
}
.board_wrap .board_list.type05 li {
  width: calc((100% - 100px) / 3);
  border: 1px solid #e1e1e1;
  margin-right: 50px;
  margin-bottom: 45px;
  border-radius: 20px;
  height: 285px;
}
.board_wrap .board_list.type05 li>a {
  display: block;
  padding: 37px 35px 45px;
  height: 100%;
}
.board_wrap .board_list.type05 li>a>div>span {
  display: block;
}
.board_wrap .board_list.type05 li:hover {
  border-color: #1a9fbb;
}
.board_wrap .board_list.type05 li:nth-of-type(3n) {
  margin-right: 0;
}
.board_wrap .board_list.type05 li .notice {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #004ea6;
  text-align: left;
  margin-bottom: 25px;
}
.board_wrap .board_list.type05 li .board_tit {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 85px;
}
.board_wrap .board_list.type05 li:not(.notice) .board_date {
  margin-top: 90px
}
.board_wrap .board_list.type05 li .board_date {
  margin-top: 40px;
  font-size: 16px;
  color: #222;
}
.board_wrap .board_list.type05 li .board_date>p {
  display: inline-block;
}
.board_wrap .board_list.type05 li .board_date>.new {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ef5b28;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-left: 9px;
  border-radius: 100%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .board_wrap .board_list.type05 li {
    width: calc((100% - 50px) / 2);
  }
  .board_wrap .board_list.type05 li:nth-of-type(3n) {
    margin-right: 50px;
  }
  .board_wrap .board_list.type05 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .board_wrap .board_list.type05 li {
    width: 100%;
    height: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .board_wrap .board_list.type05 li.notice>a {
    padding: 28px 30px 30px;
  }
  .board_wrap .board_list.type05 li>a {
    padding: 35px 30px 30px;
  }
  .board_wrap .board_list.type05 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .board_wrap .board_list.type05 li .board_tit {
    font-size: 20px;
  }
  .board_wrap .board_list.type05 li .board_con {
    font-size: 16px;
    line-height: 25px;
    min-height: 75px;
    margin-top: 20px;
  }
  .board_wrap .board_list.type05 li .board_date {
    margin-top: 25px;
  }
  .board_wrap .board_list.type05 li:not(.notice) .board_date {
    margin-top: 70px
  }
  .board_wrap .board_list.type05 li .notice {
    margin-bottom: 15px;
  }
}

/* 페이지네이트 타입01 */
.paginate.type01 {
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paginate.type01 .paginate_input_wrap {
  display: flex;
}
.paginate.type01>a {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #e0dfdc;
}
.paginate.type01>a:nth-child(1) {
  margin-left: 0;
}
.paginate.type01 .prev {
  background: url(../img/module/ico_page-prev.png) no-repeat center, #f4f4f4;
  margin-right: 10px;
}
.paginate.type01 .next {
  background: url(../img/module/ico_page-next.png) no-repeat center, #f4f4f4;
  margin-left: 10px;
}
.paginate.type01_input_wrap>* {
  display: block;
  float: left;
}
.paginate.type01 input[type=text] {
  max-width: 70px;
  height: 45px;
  border: 1px solid #e0dfdc;
  text-align: center;
  font-size: 16px;
}
.paginate.type01 input[type=text]:hover {
  border: 1px solid #4c5e81;
  color: #4c5e81;
}
.paginate.type01 .paginate_input_wrap>.total_num {
  font-size: 16px;
  line-height: 45px;
  margin-left: 0;
}
.paginate.type01 .paginate_input_wrap>span {
  font-size: 16px;
  line-height: 45px;
  display: inline-block;
  margin-left: 12px;
}
.paginate.type01 .btn_page_go {
  display: block;
  width: 70px;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
  font-size: 16px;
  text-align: center;
  background: #4c5e81;
  border-radius: 0;
  color: #fff;
  padding: 0;
}
@media screen and (max-width:768px) {
  .paginate.type01 {
    margin-top: 40px;
  }
  .paginate.type01 input[type=text] {
    width: 70px;
    height: 36px;
  }
  .paginate.type01 .paginate_input_wrap>span {
    line-height: 36px;
    margin-left: 9px;
  }
  .paginate.type01 .paginate_input_wrap>.total_num {
    line-height: 36px;
  }
  .paginate.type01 .total_num {
    line-height: 36px;
  }
  .paginate.type01>a {
    height: 36px;
    width: 36px;
  }
  .paginate.type01 .next,
  .paginate.type01 .prev {
    background-size: 7px auto;
  }
  .paginate.type01 .btn_page_go {
    width: 74px;
    height: 36px;
    line-height: 35px;
    margin-left: 9px;
  }
  .paginate.type01 .prev {
    margin-right: 8px;
  }
  .paginate.type01 .next {
    margin-left: 8px;
  }
}
/* 페이지네이트 타입02 */
.paginate.type02 {
  margin-top: 28px;
}
.paginate.type02 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.paginate.type02 ul li {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
.paginate.type02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.paginate.type02 ul li a.current {
  color: #004ea6;
}
.paginate.type02 ul li.first a {
  background: url(../img/module/ico_first.png) no-repeat;
  width: 16px;
  height: 13px;
  margin-top: 2px;
}
.paginate.type02 ul li.prev a {
  background: url(../img/module/ico_prev.png) no-repeat;
  width: 9px;
  height: 13px;
  margin-top: 2px;
}
.paginate.type02 ul li.last a {
  background: url(../img/module/ico_last.png) no-repeat;
  width: 16px;
  height: 13px;
  margin-top: 2px;
}
.paginate.type02 ul li.next a {
  background: url(../img/module/ico_next.png) no-repeat;
  width: 9px;
  height: 13px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .paginate.type02 ul {
    gap: 12px;
  }
  .paginate.type02 ul li {
    font-size: 16px;
  }
  .paginate.type02 ul li.next a,
  .paginate.type02 ul li.prev a {
    width: 7px;
    height: 10px;
    background-size: contain;
    margin-top: 0;
  }
  .paginate.type02 ul li.first a,
  .paginate.type02 ul li.last a {
    width: 14px;
    height: 10px;
    background-size: contain;
    margin-top: 0;
  }
}
/*페이지네이트 타입03*/
/* 페이지네이트 */
.paginate.type03 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginate.type03 ul li {
  width: 39px;
  height: 39px;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
}
.paginate.type03 ul li:hover {
  border-color: #3e5cbd;
}
.paginate.type03 ul li.current {
  border: 2px solid #3e5cbd;
  color: #3e5cbd;
}
.paginate.type03 ul li>a {
  display: block;
  width: 100%;
  height: 100%;
}
.paginate.type03 ul li:not(:last-of-type) {
  margin-right: 9px;
}
.paginate.type03 ul li.first a {
  background: url(../img/module/ico_first_type03.png) no-repeat center center;
}
.paginate.type03 ul li.prev a {
  background: url(../img/module/ico_prev_type03.png) no-repeat center center;
}
.paginate.type03 ul li.next a {
  background: url(../img/module/ico_next_type03.png) no-repeat center center;
}
.paginate.type03 ul li.last a {
  background: url(../img/module/ico_last_type03.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .paginate.type03 ul {
    margin-top: 35px;
  }
  .paginate.type03 ul li {
    width: auto;
    height: auto;
    border: none;
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
  }
  .paginate.type03 ul li:not(:last-of-type) {
    margin-right: 14px;
  }
  .paginate.type03 ul li.current {
    width: 29px;
    height: 29px;
    margin-right: 7px;
  }
  .paginate.type03 ul li.first,
  .paginate.type03 ul li.last {
    min-width: 14px;
    height: 12px;
    margin-right: 6px;
  }
  .paginate.type03 ul li.prev,
  .paginate.type03 ul li.next {
    min-width: 7px;
    height: 12px;
    margin-right: 6px;
  }
}
/* 검색박스_01 */
.sch_box_wrap.type01 {
  height: 43px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sch_box_wrap.type01>.select_box {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.sch_box_wrap.type01>.select_box .btn_select {
  width: 164px;
  height: 43px;
  padding-left: 5px;
  border-bottom: 1px solid #575757;
  background: url(../img/module/ico_select_arrow.png) no-repeat center right 9px;
  font-size: 18px;
  text-align: left;
  color: #5e5e5e;
}
.sch_box_wrap.type01 .select_box>ul {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 100;
}
.sch_box_wrap.type01 .select_box>ul li {
  background: #fff;
  font-size: 18px;
}
.sch_box_wrap.type01 .select_box>ul li:hover {
  background: #f1f1f1;
}
.sch_box_wrap.type01 .select_box>ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.sch_box_wrap.type01 .select_box>ul li a {
  display: block;
  padding: 7px 0 7px 5px;
}
.sch_box_wrap.type01>.sch_box {
  width: calc(100% - 300px);
  max-width: 325px;
  border-bottom: 1px solid #575757;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.sch_box_wrap.type01>.sch_box input[type=text] {
  width: calc(100% - 30px);
  height: 43px;
  padding-left: 5px;
  border: none;
  background: transparent;
  font-size: 18px;
}
.sch_box_wrap.type01>.sch_box .btn_sch {
  width: 20px;
  height: 20px;
  background: url(../img/module/ico_search.png) no-repeat center right 0;
}
.sch_box_wrap.type01>.sch_result_wrap {
  margin-right: auto;
  font-size: 22px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.sch_box_wrap.type01>.sch_result_wrap .count {
  color: #004ea6;
}
@media screen and (max-width:1024px) {
  .sch_box_wrap.type01>.select_box .btn_select {
    font-size: 16px;
  }
  .sch_box_wrap.type01 .select_box>ul li {
    font-size: 16px;
  }
  .sch_box_wrap.type01 .select_box>ul li a {
    padding: 5px 0 5px 5px;
  }
  .sch_box_wrap.type01>.sch_box input[type=text] {
    font-size: 16px;
  }
  .sch_box_wrap.type01>.sch_result_wrap {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .sch_box_wrap.type01 {
    height: auto;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sch_box_wrap.type01>* {
    width: 100%;
  }
  .sch_box_wrap.type01>.select_box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sch_box_wrap.type01>.select_box .btn_select {
    width: 100%;
    background-position: center right 6px;
  }
  .sch_box_wrap.type01>.sch_box {
    width: 100%;
    max-width: none;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .sch_box_wrap.type01>.sch_result_wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }
}

/* 검색박스_02 */
.board_srh_wrap :is(.inner, .board_total, .board_input) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.board_srh_wrap .board_total_text {
  font-size: 18px;
}
.board_srh_wrap .inner {
  justify-content: space-between;
}
.board_srh_wrap .board_total::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/module/ico_board_total.png) no-repeat center;
  margin-top: 2px;
}
.board_srh_wrap .total_result {
  color: #01a4b3;
  margin-left: 6px;
}
.board_srh_wrap .board_input_item {
  min-height: 45px;
  border: 1px solid #bdbdbd;
  padding: 0px 10px 0;
  font-weight: 300;
  font-size: 16px;
}
.board_srh_wrap .board_srh_input {
  display: flex;
}
.board_srh_wrap .board_input>select {
  width: 120px;
  background: url(../img/module/ico_board_select.png) no-repeat right 10px center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.board_srh_wrap .board_input input[type="text"] {
  border-right: none;
  flex: 1;
  min-width: 0;
  font-size: 18px;
}
.board_srh_wrap .search_btn {
  min-width: 84px;
  transition: 0.3s;
  background: #00a4b3;
  border: 1px solid #00a4b3;
  color: #fff;
  font-size: 18px;
}
.board_srh_wrap .search_btn:hover{
  background: #fff;
  color: #00a4b3;
}
@media screen and (max-width:1024px) {
  .board_srh_wrap {
    font-size: 16px;
  }
  .board_srh_wrap .board_input_item {
    min-height: 38px;
  }
}
@media screen and (max-width:768px) {
  .board_srh_wrap .board_total_text {
    font-size: 16px;
  }
  .board_srh_wrap .board_total::before{
    margin-top: 0;
  }
  .board_srh_wrap .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .board_srh_wrap .board_input {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 8px;
  }
  .board_srh_wrap .board_srh_input {
    width: 100%;
  }
  .board_srh_wrap .board_input>select {
    min-width: 0;
    flex: 1 0 calc(50% - 10px);
    font-size: 14px;
  }
  .board_srh_wrap .board_input input[type="text"]{
    font-size: 14px;
  }
  .board_srh_wrap .search_btn{
    font-size: 14px;
  }
}

/* 검색박스_03 */
.sch_box_wrap.type03{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 35px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}
.sch_box_wrap.type03 .total_wrap{
  display: flex;
  flex-shrink: 0;
  gap: 5px;
}
.sch_box_wrap.type03 .total_wrap > p{
  font-size: 20px;
  font-weight: 500;
}
.sch_box_wrap.type03 .total_wrap > p span{
  color: #0052a4;
  font-weight: 500;
}
.sch_box_wrap.type03 .input_box{
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 6px;
}
.sch_box_wrap.type03 .input_box .sch_box{
  display: flex;
  gap: 4px;
  flex-basis: 380px;
}
.sch_box_wrap.type03 .input_box .btn_sch {
  width: 86px;
  height: auto;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  background: #26498b;
  border: 1px solid #26498b;
  transition: 0.3s;
}
.sch_box_wrap.type03 .input_box .btn_sch:hover{
  background: #fff;
  color: #26498b;
}
.sch_box_wrap.type03 .input_box .select_box {
  max-width: 160px;
  min-width: auto;
  width: 100%;
}
.sch_box_wrap.type03 .input_box .select_box .btn_select{
  width: 100%;
  border: 1px solid #a7a7a7;
  line-height: 38px;
  color: #000;
  font-size: 18px;
  padding: 0 28px 0 15px;
  background: #fff url(../img/module/ico_select04.png) no-repeat center right 15px;
  cursor: pointer;
}
.sch_box_wrap.type03 .input_box .sch_box input{
  flex: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #a7a7a7;
  line-height: 38px;
  color: #000;
  font-size: 18px;
  padding: 0 18px;
  background: #fff;
}
.sch_box_wrap.type03 .input_box .sch_box input::placeholder{
  color: #acacac;
}

@media screen and (max-width: 1024px){
  .sch_box_wrap.type03 .input_box .sch_box {
    width: calc(100% - 132px);
  }
  .sch_box_wrap.type03 .input_box .select_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .sch_box_wrap.type03{
    align-items: baseline;
    flex-direction: column;
    padding: 20px;
  }
  .sch_box_wrap.type03 .input_box {
    display: block;
    width: 100%;
    flex-basis: auto;
  }
  .sch_box_wrap.type03 .input_box .sch_box input {
    width: 100%;
    border-color: #acacac;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .sch_box_wrap.type03 .input_box .select_box {
    max-width: 100%;
    margin-bottom: 10px
  }
  .sch_box_wrap.type03 .input_box .select_box .btn_select{
    font-size: 16px;
  }
  .sch_box_wrap.type03 .input_box .sch_box {
    width: 100%;
    gap: 0;
  }
  .sch_box_wrap.type03 .input_box .btn_sch{
    width: 80px;
    font-size: 16px;
  }
  .sch_box_wrap.type03 .total_wrap {
    order: 2;
  }
  .sch_box_wrap.type03 .total_wrap > p {
    font-size: 16px;
  }
}

/* 갤러리형게시판목록_01 */
.contents_tit {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 36px;
}
.gallery_board.type01 {
  border-top: 2px solid #010101;
  border-bottom: 1px solid #162b58;
}
.gallery_board .gallery_item_list>li:hover {
  background: #f8f8f8;
}
.gallery_board.type01 .gallery_item_list>li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.gallery_board.type01 .gallery_item_list>li a {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery_board.type01 .gallery_item_list .thum_wrap {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 100%;
}
.gallery_board.type01 .gallery_item_list .txt_wrap {
  width: calc(100% - 300px);
}
.gallery_board.type01 .gallery_item_list .txt_wrap .tit {
  overflow: hidden;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_board .gallery_item_list>li a:hover .txt_wrap .tit {
  color: #0056b3;
}
.gallery_board.type01 .gallery_item_list .txt_wrap .desc {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery_board .gallery_item_list .txt_wrap>ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallery_board .gallery_item_list .txt_wrap>ul li {
  font-size: 16px;
  color: #777;
}
.gallery_board .gallery_item_list .txt_wrap>ul li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px 0 10px;
  background: #c9c9c9;
}
.gallery_board .gallery_item_list .txt_wrap>ul li span {
  color: #222;
}
@media screen and (max-width:1024px) {
  .contents_tit {
    font-size: 28px;
  }
  .gallery_board.type01 .gallery_item_list .thum_wrap {
    width: 225px;
  }
  .gallery_board.type01 .gallery_item_list .txt_wrap {
    width: calc(100% - 235px);
  }
  .gallery_board.type01 .gallery_item_list .txt_wrap .tit {
    font-size: 20px;
  }
  .gallery_board.type01 .gallery_item_list .txt_wrap .desc {
    font-size: 16px;
    line-height: 27px;
  }
  .gallery_board .gallery_item_list .txt_wrap>ul li {
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  .contents_tit {
    margin-bottom: 60px;
    text-align: center;
  }
  .gallery_board.type01 .gallery_item_list {
    padding-top: 25px;
  }
  .gallery_board.type01 .gallery_item_list>li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .gallery_board.type01 .gallery_item_list>li a {
    height: auto;
    padding: 0 0 30px;
    flex-wrap: wrap;
  }
  .gallery_board.type01 .gallery_item_list .thum_wrap,
  .gallery_board.type01 .gallery_item_list .txt_wrap {
    width: 100%;
  }
  .gallery_board.type01 .gallery_item_list .thum_wrap {
    margin-bottom: 20px;
  }
  .gallery_board.type01 .gallery_item_list .txt_wrap .desc {
    margin-bottom: 25px;
  }
}
/* 갤러리형게시판목록_02 */
.type02 .contents_tit {
  display: none;
}
.gallery_board.type02 .gallery_item_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.gallery_board.type02 .gallery_item_list>li:not(:last-of-type) {
  border-bottom: none;
}
.gallery_board.type02 .gallery_item_list>li a {
  display: block;
  position: relative;
  height: auto;
  padding: 0;
}
.gallery_board.type02 .gallery_item_list .thum_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 100 / 62;
}
.gallery_board.type02 .gallery_item_list .thum_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_board.type02 .gallery_item_list .over_wrap {
  width: 100%;
  height: 100%;
  display: none;
}
.gallery_board.type02 .gallery_item_list .over_wrap.on {
  display: block;
}
.gallery_board.type02 .gallery_item_list .over_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 76, 118);
  opacity: 0.9;
}
.gallery_board.type02 .gallery_item_list .over_wrap p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.gallery_board.type02 .gallery_item_list .over_wrap p::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 auto 17px;
  background: url(../img/module/ico_btn_plus.png) no-repeat;
}
.gallery_board.type02 .gallery_item_list .txt_wrap {
  width: 100%;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.gallery_board.type02 .gallery_item_list .txt_wrap .tit {
  overflow: hidden;
  height: 56px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  white-space: initial;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery_board.type02 .no_data {
  border-top: 1px solid #000;
}
.gallery_wrap .no_data {
  border-top: 1px solid #000;
}
@media screen and (max-width:1250px) {
  .gallery_board.type02 .gallery_item_list {
    gap: 20px;
  }
}
@media screen and (max-width:1024px) {
  .gallery_board.type02 .gallery_item_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:768px) {
  .gallery_board.type02 .gallery_item_list .txt_wrap>ul li {
    font-size: 14px;
  }
  .gallery_board_wrap.type02 .contents_tit {
    display: block;
  }
  .gallery_board.type02 .gallery_item_list .txt_wrap .tit {
    height: auto;
  }
  .gallery_board.type02 .gallery_item_list {
    grid-template-columns: 1fr;
  }
}

/* 일반게시판 - 상세 타입01 */
.board_detail_wrap .board_detail.type01 {
  border-top: 2px solid #000;
  border-bottom: 1px solid #162b58;
}
.board_detail_wrap .board_detail.type01 .detail_title {
  padding: 21px 15px;
  display: flex;
  align-items: baseline;
}
.board_detail_wrap .board_detail.type01 .detail_title .tag {
  min-width: 64px;
  max-height: 30px;
  display: inline-block;
  line-height: 29px;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #2267af;
  margin-right: 15px;
  vertical-align: top;
}
.board_detail_wrap .board_detail.type01 .detail_title p {
  display: inline-block;
  font-weight: 500;
  word-break: break-all;
  font-size: 24px;
  line-height: 40px;
}
.board_detail_wrap .board_detail.type01 .detail_info {
  background: #f8f8f8;
  padding: 11px 13px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
.board_detail_wrap .board_detail.type01 .detail_info p:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 16px;
  background: #c9c9c9;
  margin: 0 10px -2px 12px;
}
.board_detail_wrap .board_detail.type01 .detail_info p:only-child::after {
  content: none;
}
.board_detail_wrap .board_detail.type01 .detail_info p {
  color: #777;
  font-size: 16px;
}
.board_detail_wrap .board_detail.type01 .detail_info p span {
  color: #000;
}
.board_detail_wrap .board_detail.type01 .detail_contents {
  padding: 48px 15px;
  border-bottom: 1px solid #ddd;
}
.detail_contents table {
  width: auto;
}
.detail_contents img {
	max-width:100%;
	height: auto !important;
}
.board_detail_wrap .board_detail.type01 .detail_file {
  padding: 25px 15px;
  ;
}
.board_detail_wrap .board_detail.type01 .detail_file a {
  display: block;
  color: #777;
  font-size: 16px;
  line-height: 32px;
  background: url(../img/module/ico_file-down.png) no-repeat left 0 top 7px;
  padding-left: 30px;
}
.board_detail_wrap .page_moveWrap.type01 {
  border: 1px solid #a1a1a1;
}
.board_detail_wrap .page_moveWrap.type01 ul li:not(:last-child) {
  border-bottom: 1px solid #a1a1a1;
}
.board_detail_wrap .page_moveWrap.type01 ul li {
  padding: 17px 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board_detail_wrap .page_moveWrap.type01 ul li span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-right: 30px;
}
.board_detail_wrap .page_moveWrap.type01 ul li span img {
  vertical-align: baseline;
  margin-bottom: 3px;
  margin-left: 13px;
}
.board_detail_wrap .page_moveWrap.type01 ul li.prev span img {
  transform: rotate(180deg);
}
.board_detail_wrap .page_moveWrap.type01 ul li {
  font-size: 18px;
  ;
  color: #777;
}
.board_detail_wrap .page_moveWrap.type01 ul li span.no_data {
  font-size: 18px;
  color: #777;
  font-weight: inherit;
  border-bottom: none;
}
.board_detail_wrap .btn_Wrap {
  text-align: right;
  display: block;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .board_detail_wrap .board_detail.type01 .detail_title {
    display: block;
    padding: 21px 5px;
  }
  .board_detail_wrap .board_detail.type01 .detail_title .tag {
    display: block;
    max-width: 54px;
    min-width: 54px;
    max-height: 26px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .board_detail_wrap .board_detail.type01 .detail_title p {
    font-size: 18px;
    line-height: 27px;
  }
  .board_detail_wrap .board_detail.type01 .detail_info {
    padding: 11px 5px;
  }
  .board_detail_wrap .board_detail.type01 .detail_info p {
    font-size: 14px;
  }
  .board_detail_wrap .board_detail.type01 .detail_info p:not(:last-of-type)::after {
    margin: 0 8px -2px 10px;
  }
  .board_detail_wrap .board_detail.type01 .detail_contents {
    padding: 27px 5px;
  }
  .board_detail_wrap .board_detail.type01 .detail_file {
    padding: 20px 5px;
  }
  .board_detail_wrap .board_detail.type01 .detail_file a {
    font-size: 14px;
    line-height: 20px;
    background: url(../img/module/ico_file-down.png) no-repeat left 0 top 0px;
  }
  .board_detail_wrap .board_detail.type01 .detail_file a:not(:last-child) {
    margin-bottom: 10px;
  }
  .board_detail_wrap .page_moveWrap.type01 ul li {
    padding: 17px 13px;
  }
  .board_detail_wrap .page_moveWrap.type01 ul li span {
    font-size: 16px;
    padding-right: 15px;
  }
  .board_detail_wrap .page_moveWrap.type01 ul li span img {
    margin-left: 8px;
    width: auto;
  }
  .board_detail_wrap .page_moveWrap.type01 ul li {
    font-size: 16px;
  }
  .board_detail_wrap .page_moveWrap.type01 ul li span.no_data {
    font-size: 16px;
  }
  .board_detail_wrap .btn_wrap.type02 {
    margin: 30px auto;
    text-align: center;
  }
}

/* 일반게시판 - 상세 타입02 */
.board_detail_wrap .board_detail.type02 .detail_title {
  border-top: 2px solid #dddddd;
  border-bottom: 1px solid #4c5e81;
  padding: 30px 15px;
}
.board_detail_wrap .board_detail.type02 .detail_title .notice {
  font-weight: bold;
  color: #004ea6;
  margin-right: 7px;
  flex-shrink: 0;
}
.board_detail_wrap .board_detail.type02 .detail_title .title {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: 500;
  word-break: break-word;
}
.board_detail_wrap .board_detail.type02 .detail_title .inform_view {
  display: flex;
  margin-top: 16px;
}
.board_detail_wrap .board_detail.type02 .detail_title .inform_view .box {
  display: flex;
  flex-wrap: wrap;
}
.board_detail_wrap .board_detail.type02 .detail_title .inform_view p {
  color: #000;
  font-size: 18px;
}
.board_detail_wrap .board_detail.type02 .detail_title .inform_view .box p:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #c7c7c7;
  margin: 0 14px -1px;
}
.board_detail_wrap .board_detail.type02 .detail_contents {
  padding: 35px 15px;
  border-bottom: 1px solid #ddd;
}
.board_detail_wrap .board_detail.type02 .detail_file {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.board_detail_wrap .board_detail.type02 .detail_file .left_text-wrap p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.board_detail_wrap .board_detail.type02 .detail_file .left_text-wrap {
  width: 11%;
  display: table;
}
.board_detail_wrap .board_detail.type02 .detail_file .file_wrap a {
  color: #535353;
  font-size: 18px;
  line-height: 28px;
}
.board_detail_wrap .board_detail.type02 .detail_file .file_wrap .file:not(:first-child) {
  margin-top: 6px;
}
.board_detail_wrap .board_detail.type02 .detail_file .file_wrap .view {
  min-width: 92px;
  line-height: 30px;
  background: #535353;
  color: #fff;
  transition: all 0.3s;
  margin-left: 15px;
  vertical-align: baseline;
}
.board_detail_wrap .board_detail.type02 .detail_file .file_wrap .view:hover {
  background: #808080;
}
.page_moveWrap.type02 {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  background: #fbfbfb;
}
.page_moveWrap.type02 ul li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.page_moveWrap.type02 ul li {
  padding: 20px 29px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page_moveWrap.type02 ul li span {
  font-size: 18px;
  color: #000;
  padding-right: 50px;
}
.page_moveWrap.type02 ul li span.no_data{
  border-bottom: none;
}
.page_moveWrap.type02 ul li span::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 15px;
  margin-right: 15px;
}
.page_moveWrap.type02 ul li.prev span::before {
  background: url(../img/module/ico_page-prev02.png) no-repeat;
}
.page_moveWrap.type02 ul li.next span::before {
  background: url(../img/module/ico_page-next02.png) no-repeat;
}
.page_moveWrap.type02 ul li {
  font-size: 18px;
  color: #000;
}
.page_moveWrap.type02 ul li .no_data::before {
  display: none;
}
.board_detail_wrap .btn_Wrap.type04 {
  margin: 22px auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .board_detail_wrap .board_detail.type02 .detail_title .title {
    font-size: 18px;
    line-height: 26px;
  }
  .board_detail_wrap .board_detail.type02 .detail_title {
    padding: 20px 5px;
  }
  .board_detail_wrap .board_detail.type02 .detail_title .inform_view p {
    font-size: 14px;
  }
  .board_detail_wrap .board_detail.type02 .detail_title .inform_view {
    margin-top: 10px;
    display: block;
  }
  .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box p:not(:last-child)::after {
    margin: 0 10px -3px;
  }
  .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box:not(:first-child) {
    margin-top: 5px;
  }
  .board_detail_wrap .board_detail.type02 .detail_title .inform_view .box.inline p:not(:last-child)::after {
    height: 13px;
    margin: 0 10px -1px;
  }
  .board_detail_wrap .board_detail.type02 .detail_contents {
    padding: 27px 10px;
  }
  .board_detail_wrap .board_detail.type02 .detail_contents p {
    font-size: 14px;
  }
  .board_detail_wrap .board_detail.type02 .detail_file .left_text-wrap {
    display: none;
  }
  .board_detail_wrap .board_detail.type02 .detail_file .file_wrap a {
    font-size: 14px;
    line-height: 22px;
  }
  .board_detail_wrap .board_detail.type02 .detail_file .file_wrap .view {
    min-width: 79px;
    margin-left: 0;
    display: block;
    margin-top: 8px;
    font-size: 12px;
  }
  .board_detail_wrap .board_detail.type02 .detail_file {
    padding: 17px 5px;
  }
  .board_detail_wrap .board_detail.type02 .detail_file .file_wrap .file:not(:first-child) {
    margin-top: 10px;
  }
  .btn_Wrap.type02 {
    margin: 20px auto 0;
    text-align: right;
  }
  .btn_Wrap.type02 .btn {
    min-width: 110px;
    line-height: 38px;
  }
  .btn_Wrap.type02 .btn.list span::after {
    width: 12px;
    top: 1px;
  }
  .btn_Wrap.type02 .btn span::after {
    margin-left: 5px;
  }
  .page_moveWrap.type02 {
    border-top: 1px solid #677694;
    border-bottom: 1px solid #677694;
  }
  .page_moveWrap.type02 ul li {
    padding: 16px 9px;
  }
  .page_moveWrap.type02 ul li span {
    font-size: 16px;
    padding-right: 14px;
  }
  .page_moveWrap.type02 ul li a {
    font-size: 16px;
  }
  .page_moveWrap.type02 ul li span img {
    max-width: 7px;
    max-height: 11px;
    margin-right: 10px;
  }
  .page_moveWrap.type02 ul li {
    font-size: 14px;
  }
  .page_moveWrap.type02 ul li span::after {
    height: 22px;
    margin-left: 20px;
  }
  .page_moveWrap.type02 ul li span::before {
    margin-right: 8px;
    margin-bottom: -1px;
  }
}
/* Slick Slide_01 */
.slick_slide_wrap.type01 {
  position: relative;
}
.slick_slide_wrap.type01 .slide_control {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  gap: 10px;
}
.slick_slide_wrap.type01 .slick-arrow {
  background: url(../img/module/ico_slide_arrow_type_01.png) no-repeat center top/ 100%;
  width: 11px;
  height: 20px;
  background-size: cover;
}
.slick_slide_wrap.type01 .prev {
  background-position-y: 0;
}
.slick_slide_wrap.type01 .next {
  background-position: 0 100%;
}
.slick_slide_wrap .slick-slide img {
  width: auto;
  margin: auto;
}
.slick_slide_wrap.type01 .dot_wrap ul {
  display: flex;
  gap: 10px;
}
.slick_slide_wrap.type01 .dot_wrap li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 100%;
  background: #fff;
}
.slick_slide_wrap.type01 .dot_wrap li+li {
  margin-left: 10px;
}
.slick_slide_wrap.type01 .dot_wrap li.slick-active button {
  background: #1860b8;
}
@media screen and (max-width:768px) {
  .slick_slide_wrap.type01 .slick-arrow {
    width: 15px;
    height: 27px;
  }
  .slick_slide_wrap.type01 .prev {
    left: 20px;
  }
  .slick_slide_wrap.type01 .next {
    right: 20px;
  }
  .slick_slide_wrap.type01 .dot_wrap {
    bottom: 30px;
  }
  .slick_slide_wrap.type01 .dot_wrap li button {
    width: 8px;
    height: 8px;
  }
}
/* Slick Slide_02 */
.slick_slide_wrap.type02 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 49px;
  height: 49px;
  font-size: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.slick_slide_wrap.type02 .slide_list .slick-arrow:hover {
  background-position-y: 100%;
}
.slick_slide_wrap.type02 .slide_list .slick-prev {
  left: calc((100% - 850px)/2);
  background: url(../img/module/ico_slide_arrow_prev_type_02.png) no-repeat center top/ 100%;
}
.slick_slide_wrap.type02 .slide_list .slick-next {
  right: calc((100% - 850px)/2);
  background: url(../img/module/ico_slide_arrow_next_type_02.png) no-repeat center top/ 100%;
}
.slick_slide_wrap.type02 .slide_list .slick-dots {
  display: block;
  width: 100px;
  margin: 20px auto;
  border: 1px solid #a5a8af;
  border-radius: 30px;
  text-align: center;
}
.slick_slide_wrap.type02 .slide_list .slick-dots li {
  display: none;
}
.slick_slide_wrap.type02 .slide_list .slick-dots .slick-active {
  display: block;
}
.slick_slide_wrap.type02 .slide_list .slick-dots .slick-active a {
  display: inline-block;
  padding: 6px 0;
}
.slick_slide_wrap.type02 .slide_list .slick-dots .slick-active a span {
  font-size: 16px;
  font-weight: 700;
}
.slick_slide_wrap.type02 .slide_list .slick-dots .slick-active a .blue {
  color: #1860b8;
}
.slick_slide_wrap.type02 .slider_nav {
  margin: 0 auto 25px;
}
.slick_slide_wrap.type02 .slider_nav .slick-list {
  width: calc(100% - 80px);
  margin: auto;
}
.slick_slide_wrap.type02 .slider_nav .slick-slide {
  margin: 0 7.5px;
}
.slick_slide_wrap.type02 .slider_nav .thumb {
  display: inline-block;
  opacity: 0.5;
}
.slick_slide_wrap.type02 .slider_nav .slick-current .thumb {
  opacity: 1;
  border: 4px solid #df795e;
}
.slick_slide_wrap.type02 .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 65px;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 1;
}
.slick_slide_wrap.type02 .slider_nav .slick-arrow:hover {
  background-position-y: 0%;
}
.slick_slide_wrap.type02 .slider_nav .slick-prev {
  left: 0;
  background: url(../img/module/ico_slide_nav_prev.png) no-repeat bottom 0 center / 100%;
}
.slick_slide_wrap.type02 .slider_nav .slick-next {
  right: 0;
  background: url(../img/module/ico_slide_nav_next.png) no-repeat bottom 0 center / 100%;
}
@media screen and (max-width:1024px) {
  .slick_slide_wrap.type02 .slide_list .slick-prev {
    left: -19px;
  }
  .slick_slide_wrap.type02 .slide_list .slick-next {
    right: -19px;
  }
}
/* Slick Slide_03 */
.slick_slide_wrap.type03 .slide_list {
  display: inline-block;
  width: calc(100% - 140px);
  vertical-align: middle;
}
.slick_slide_wrap.type03 .slick-control {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.slick_slide_wrap.type03 .slick-control button {
  width: 40px;
  height: 40px;
  border: 1px solid #cacaca;
  border-radius: 100%;
  margin-left: 2px;
}
.slick_slide_wrap.type03 .slick-control button:first-of-type {
  margin-left: 0;
}
.slick_slide_wrap.type03 .slick-prev {
  background: url(../img/module/ico_page-prev02.png) no-repeat center;
}
.slick_slide_wrap.type03 .slick-next {
  background: url(../img/module/ico_page-next02.png) no-repeat center;
}
.slick_slide_wrap.type03 .slick-pause {
  background: url(../img/module/ico_slide_stop.png) no-repeat center;
}
.slick_slide_wrap.type03 .slick-play {
  display: none;
  background: url(../img/module/ico_slide_play.png) no-repeat center;
}
@media screen and (max-width:1024px) {
  .slick_slide_wrap.type03 .slide_list {
    width: 100%;
  }
  .slick_slide_wrap.type03 .slick-control {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .slick_slide_wrap.type03 .slick-slide img {
    width: auto;
  }
}
/* Layer popup - 01 */
.layer_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100vh;
}
.layer_popup .deemed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}
.layer_popup .layer_wrap {
  max-width: 500px;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1003;
}
.layer_popup .layer_wrap .pop_wrap {
  position: relative;
}
.layer_popup .layer_wrap .tit_wrap {
  padding: 0 30px;
  border-bottom: 1px solid #b2b2b2;
  height: 80px;
  display: flex;
  align-items: center;
}
.layer_popup .tit_wrap .tit {
  max-width: calc(100% - 45px);
  font-size: 22px;
  font-weight: 500;
  flex: 1;
}
.layer_popup .layer_wrap .con_wrap {
  max-height: calc(100vh - 100px);
  padding: 30px;
  overflow: hidden;
  overflow-y: auto;
}
.layer_popup .con_wrap .desc {
  font-size: 18px;
  line-height: 30px;
}
.layer_popup .layer_wrap .btn_pop_close {
  width: 20px;
  height: 20px;
  background: url(../img/module/ico_popup_btn_close.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
}
.layer_popup .btn_wrap {
  padding: 0 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.layer_popup .btn_wrap .btn {
  width: 180px;
  height: 49px;
  font-size: 18px;
  font-weight: 500;
}
.layer_popup .btn_wrap .btn+.btn {
  margin-left: 10px;
}
.btn_by_bk {
  border: 1px solid #ddd;
  color: #676767;
  transition: all 0.3s;
}
.btn_by_bk:hover {
  background: #444;
  color: #fff;
}
.btn_bn_bl {
  border: 1px solid #19539a;
  background: #19539a;
  color: #fff;
  transition: all 0.3s;
}
.btn_bn_bl:hover {
  background: #fff;
  color: #19539a;
}
.btn_bn_navy {
  border: 1px solid #063a74;
  background: #063a74;
  color: #fff;
  transition: .3s;
}
.btn_bn_navy:hover {
  background: #fff;
  color: #063a74;
}
@media screen and (max-width:768px) {
  .layer_popup .layer_wrap {
    width: calc(100% - 20px);
  }
}
/* 체크박스 타입 01 */
.check_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 25px;
  position: relative;
  line-height: 0;
  box-sizing: border-box;
}
.check_wrap input[type="checkbox"]:checked+label:before {
  background-position: 0 100%;
}
.check_wrap label {
  display: flex;
  align-items: end;
  gap: 7px;
  cursor: pointer;
  line-height: 22px;
}
.check_wrap input:disabled {
  background-position: 0 0;
}
.check_wrap input:checked {
  background-position: 0 0;
}
.check_wrap.type01 input[type="checkbox"]+label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/module/checkbox01.png) no-repeat 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.check_wrap.type01 input[type="checkbox"]:checked+label:before {
  background-position: 0 100%;
}
.check_wrap input[type="checkbox"]{
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;

}

@media screen and (max-width:768px) {
  .check_wrap.type01 input[type="checkbox"]+label:before {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-bottom: 2px;
  }
  .check_wrap {
    gap: 2px 20px;
  }
  .check_wrap label {
    font-size: 14px;
  }
}
/* 체크박스 타입 02 */
.check_wrap.type02 input[type="checkbox"]+label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/module/checkbox02.png) no-repeat 0 0;
  cursor: pointer;
}
.check_wrap.type02 input[type="checkbox"]:checked+label:before {
  background-position: 0 100%;
}
@media screen and (max-width:768px) {
  .check_wrap.type02 input[type="checkbox"]+label:before {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-bottom: 2px;
  }
}
/* 라디오버튼 타입 01 */
.radiobox_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.radiobox_wrap .radio_box {
  display: flex;
  align-items: center;
  color: #000;
  gap: 5px;
}
.radiobox_wrap .radio_box label {
  cursor: pointer;
}
.radiobox_wrap.type01 input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/module/radiobox01.png) no-repeat;
  cursor: pointer;
  background-position: 0 0;
}
.radiobox_wrap.type01 input[type="radio"]:checked {
  background-position: 100% 100%;
}
@media screen and (max-width:768px) {
  .radiobox_wrap.type01 input[type="radio"] {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
/* 라디오버튼 타입 02 */
.radiobox_wrap.type02 input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/module/radiobox02.png) no-repeat;
  cursor: pointer;
  background-position: 0 0;
}
.radiobox_wrap.type02 input[type="radio"]:checked {
  background-position: 100% 100%;
}
@media screen and (max-width:768px) {
  .radiobox_wrap.type02 input[type="radio"] {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
/* 라디오버튼 타입 03 */
.radiobox_wrap.type03 input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/module/radiobox03.png) no-repeat;
  cursor: pointer;
  background-position: 0 0;
  background-size: cover;
}
.radiobox_wrap.type03 input[type="radio"]:checked {
  background-position: 100% 100%;
}
@media screen and (max-width:768px) {
  .radiobox_wrap.type03 input[type="radio"] {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

/* 일반게시판 글쓰기 타입01 */
.board_detail_wrap .board_detail_top .title .secret {
  width: 22px;
  height: 26px;
  background: url(../img/module/ico_secret.png) no-repeat;
  font-size: 0;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 10px 0 0;
}
.board_detail_wrap .board_detail_top .title .flag.answer {
  background: #2c4a96;
  color: #fff;
}
.board_detail_wrap.board_answer {
  border-bottom: 1px solid #a1a1a1;
}
.btn_bottom-wrap {
  margin-bottom: 0;
  font-size: 0;
}
.btn_bottom-wrap>*:not(:last-child) {
  margin-right: 8px;
}
.btn_bottom-wrap>* {
  height: 40px;
  vertical-align: middle;
}
.btn_delete {
  min-width: 125px;
  height: 40px;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #fff;
  background: #444;
  border: 1px solid #444;
  transition: all 0.3s;
}
.btn_delete:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 19px;
  background: url(../img/module/ico_delete.png) no-repeat;
  margin: -5px 25px 0 0;
  vertical-align: middle;
}
.btn_delete:hover {
  color: #444;
  background: #fff;
}
.btn_delete:hover:before {
  background-image: url(../img/module/ico_delete-on.png);
}
.board_write_wrap .btn_Wrap {
  text-align: right;
}
.board_write_wrap .btn_Wrap>button:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width:768px) {
  .board_detail_wrap .board_detail_top .title .secret {
    width: 18px;
    height: 21px;
    background-size: 18px auto;
    margin-right: 5px;
  }
  .btn_bottom-wrap {
    margin-top: 30px;
  }
  .btn_bottom-wrap>*:not(:last-child) {
    margin-right: 0;
  }
  .btn_bottom-wrap button:not(:last-of-type) {
    margin-right: 8px;
  }
  .btn_delete {
    min-width: auto;
    width: calc((100% - 10px) / 2);
    height: 40px;
    font-size: 14px;
  }
  .btn_bottom-wrap .list_btn {
    margin-top: 12px;
  }
  .btn_wrap .list_btn span {
    font-size: 14px;
  }
  .btn_delete:before {
    width: 14px;
    height: 15px;
    background-size: 14px auto;
    margin: -3px 18px 0 0;
  }
}
/* 일반게시판 - 글쓰기 타입01 */
.board_write_wrap .input_form-wrap.type01 .check_wrap {
  margin-top: 10px;
}
.input_form-wrap.type01 .input_board-list {
  border-top: 2px solid #3d3e3f;
  border-bottom: 1px solid #a1a1a1;
}
.input_form-wrap.type01 .input_board-list li {
  display: flex;
  width: 100%;
  min-height: 65px;
  color: #000;
}
.input_form-wrap.type01 .input_board-list li:last-of-type {
  border-bottom: 0;
}
.input_form-wrap.type01 .input_board-list .th {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  width: 158px;
  background: #f8f8f8;
  padding-left: 28px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.input_form-wrap.type01 .input_board-list .ess:after {
  display: inline-block;
  content: "*";
  font-size: 18px;
  font-weight: 500;
  color: #df4f4f;
  margin-left: 8px;
}
.input_form-wrap.type01 .input_board-list .td {
  flex: 1;
  font-size: 18px;
  letter-spacing: -0.04em;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.input_form-wrap.type01 .input_board-list .data_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.input_form-wrap.type01 .input_board-list .radio_wrap label:before {
  margin-right: 9px;
}
.input_form-wrap.type01 .input_board-list .radio_wrap label:not(:first-of-type) {
  margin-left: 11px;
}
.input_form-wrap.type01 .input_board-list .td input[type="text"],
.input_form-wrap.type01 .input_board-list .td input[type="password"],
.input_form-wrap.type01 .input_board-list .td select {
  border: 1px solid #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 45px;
  width: 100%;
  padding: 0 10px;
}
.input_form-wrap.type01 .input_board-list .td textarea {
  border: 1px solid #ccc;
  height: 157px;
  padding: 10px;
}
.input_form-wrap.type01 .input_board-list .txt_wrap {
  margin-top: 8px;
  font-size: 0;
}
.input_form-wrap.type01 .input_board-list .td .txt {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 28px;
  display: inline;
  vertical-align: middle;
  margin-right: 19px;
}
.input_form-wrap.type01 .input_board-list .td .upload_btn {
  display: inline-block;
  height: 32px;
  min-width: 61px;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.input_board-list .filebox.type01 {
  position: relative;
  padding-bottom: 5px;
}
.input_board-list .filebox.type01 input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.input_board-list .filebox.type01 .text_area {
  margin-top: 10px;
  border: 1px dashed #a6a6a6;
  min-height: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_board-list .filebox.type01 .text_area:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.input_board-list .filebox.type01 .text_center {
  font-size: 18px;
  font-weight: 300;
  color: #5e5e5e;
  line-height: 26px;
  letter-spacing: -0.02em;
}
.input_board-list .filebox.type01 .file_attach {
  display: block;
  max-width: 125px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.04em;
  cursor: pointer;
  background: #444;
  color: #fff;
  transition: all 0.3s;
}
.input_board-list .filebox.type01 .file_attach:hover {
  background: #1f1f1f;
}
.upload_btn {
  background: #3d3d3d;
  color: #fff;
  transition: all 0.3s;
}
.upload_btn:hover {
  background: #1f1f1f;
}
.board_write_wrap .btn_wrap {
  margin: 30px auto 0;
  text-align: right;
}
.board_write_wrap .btn_wrap button:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width:768px) {
  .board_write_wrap {
    padding-top: 6px;
  }
  .input_form-wrap.type01 .input_board-list li {
    flex-wrap: wrap;
    min-height: 40px;
  }
  .input_form-wrap.type01 .input_board-list .th {
    padding-left: 0;
    justify-content: center;
    width: 95px;
    font-size: 14px;
  }
  .input_form-wrap.type01 .input_board-list .ess:after {
    margin-left: 1px;
    font-size: 14px;
    margin-left: 4px;
    vertical-align: top;
  }
  .input_form-wrap.type01 .input_board-list .td {
    flex: auto;
    width: calc(100% - 95px);
    padding: 5px;
    font-size: 14px;
  }
  .input_form-wrap.type01 .input_board-list .td input[type="text"],
  .input_form-wrap.type01 .input_board-list .td input[type="password"],
  .input_form-wrap.type01 .input_board-list .td select {
    min-height: 30px;
  }
  .board_write_wrap .check_wrap {
    margin-top: 5px;
    font-size: 12px;
  }
  .check_wrap input[type="checkbox"]+label:before {
    width: 13px;
    height: 13px;
    background-size: 13px auto;
    margin-bottom: 2px;
  }
  .input_form-wrap.type01 .input_board-list .td textarea {
    height: 80px;
  }
  .input_board-list .filebox.type01 .file_attach {
    max-width: 64px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    letter-spacing: -0.04em;
  }
  .input_board-list .filebox.type01 .text_area {
    margin-top: 5px;
    min-height: 70px;
    text-align: center;
    padding: 0 20px;
  }
  .input_board-list .filebox.type01 .text_center {
    font-size: 12px;
    line-height: 18px;
  }
  .input_board-list .filebox.type01 .td {
    margin-top: 13px;
  }
  .input_form-wrap.type01 .input_board-list .td .txt {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-right: 0;
    color: #222;
  }
  .input_form-wrap.type01 .input_board-list .txt_wrap {
    margin-top: 3px;
  }
  .input_form-wrap.type01 .input_board-list .td .upload_btn {
    min-width: 45px;
    line-height: 28px;
    height: 30px;
    font-size: 12px;
    letter-spacing: -0.04em;
    margin-top: 2px;
  }
  .input_form-wrap.type01 .input_board-list .td .check_box_wrap {
    margin-left: 0;
  }
  .input_form-wrap.type01 .input_board-list .radio_wrap label:not(:first-of-type) {
    margin-left: 20px;
  }
  .btn.save:before {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: -4px 17px 0 0;
  }
}

/* 버튼 */
/* 만족도_01 */
/* 만족도_01 */
.satisfaction_wrap {
  line-height: 1.3;
  margin-top: 60px;
}
.satisfaction_wrap.type01 .radio_wrap {
  font-size: 0;
}
.satisfaction_wrap.type01 .radio_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #b8b8b8;
  cursor: pointer;
}
.satisfaction_wrap.type01 .radio_wrap input[type="radio"]:checked {
  background: #19539a;
}
.satisfaction_wrap.type01 .radio_wrap label {
  color: #000;
}
.satisfaction_wrap.type01 .radio_wrap input[type="radio"]:checked+label {
  color: #19539a;
}
.satisfaction_wrap.type01 .radiobox_wrap {
  flex-shrink: 0;
  font-size: 0;
}
.satisfaction_wrap.type01 .radiobox_wrap ul {
  display: flex;
  gap: 0 13px;
  flex-wrap: wrap;
}
.satisfaction_wrap.type01 .radiobox_wrap input[type="radio"] {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  appearance: none;
  background: url(../img/module/ico_btn_radio.png) no-repeat;
  cursor: pointer;
  background-position: bottom 0 center;
}
.satisfaction_wrap.type01 .radiobox_wrap input[type="radio"]:checked {
  background-position: top 0 center;
}
.satisfaction_wrap.type01 .radio_wrap input[type="radio"]:checked {
  background-position: 0 100%;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap {
  padding: 15px 27px;
  border: 1px solid #dadada;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap .satisfaction_txt {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap .radiobox_wrap li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap .radiobox_wrap input[type="radio"] {
  margin-top: 2px;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap .radiobox_wrap label {
  margin-right: 17px;
  font-size: 14px;
  cursor: pointer;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap .radiobox_wrap label:last-of-type {
  margin-right: 0;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap input[type="text"] {
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap .btn_bn_navy {
  width: 140px;
  height: 35px;
  line-height: 33px;
  flex-shrink: 0;
}
.satisfaction_wrap.type01 .in_charge_wrap {
  padding: 0 30px;
  border: 1px solid #dadada;
  background: #f2f2f2;
}
.satisfaction_wrap.type01 .satisfaction_radio_wrap+.in_charge_wrap {
  border-top: none;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 5px 30px;
  flex-wrap: wrap;
  padding: 10px 0;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li {
  font-size: 14px;
  color: #797979;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-bottom: -2px;
  margin-right: 5px;
  background: url(../img/module/ico_charge_01.png) no-repeat;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li:nth-child(2)::before {
  width: 14px;
  height: 16px;
  margin-bottom: -1px;
  background: url(../img/module/ico_charge_02.png) no-repeat;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li:nth-child(3)::before {
  width: 15px;
  height: 15px;
  background: url(../img/module/ico_charge_03.png) no-repeat;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li:nth-child(4)::before {
  width: 15px;
  height: 12px;
  margin-bottom: 0;
  background: url(../img/module/ico_charge_04.png) no-repeat;
}
.satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li span {
  display: inline-block;
  margin-right: 9px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width:1024px) {
  .satisfaction_wrap.type01 .satisfaction_radio_wrap fieldset {
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .satisfaction_wrap.type01 .satisfaction_radio_wrap {
    padding: 15px 20px;
  }
  .satisfaction_wrap.type01 .satisfaction_radio_wrap .satisfaction_txt {
    margin-bottom: 15px;
  }
  .satisfaction_wrap.type01 .satisfaction_radio_wrap .radiobox_wrap {
    width: 100%;
  }
  .satisfaction_wrap.type01 .satisfaction_radio_wrap input[type="text"] {
    width: calc(100% - 91px);
  }
  .satisfaction_wrap.type01 .satisfaction_radio_wrap .btn_bn_navy {
    width: 81px;
    height: 35px;
    font-size: 14px;
  }
  .satisfaction_wrap.type01 .in_charge_wrap .in_charge_list {
    gap: 15px;
  }
}
@media screen and (max-width:768px) {
  .satisfaction_wrap {
    margin-top: 40px;
  }
  .satisfaction_wrap.type01 .satisfaction_radio_wrap .radiobox_wrap label {
    line-height: 25px;
  }
  .satisfaction_wrap.type01 .in_charge_wrap {
    padding: 15px 20px;
    margin-bottom: 40px;
  }
  .satisfaction_wrap.type01 .in_charge_wrap .in_charge_list {
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
    padding: 0;
  }
  .satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li {
    width: 100%;
  }
  .satisfaction_wrap.type01 .in_charge_wrap .in_charge_list li span {
    width: 50px;
  }
}
/* 만족도_02 */
.satisfaction_wrap.type02 {
  border: 1px solid #ddd;
  background: #f4f4f4;
}
.satisfaction_wrap.type02 .tit_wrap {
  min-height: 65px;
  padding: 10px calc((100% - 1090px)/2);
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
  align-items: center;
}
.satisfaction_wrap.type02 .satisfaction_txt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #222;
}
.satisfaction_wrap.type02 .satisfaction_txt::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 5px;
  background: url(../img/module/img_satisfaction_tit_bg.png) no-repeat;
  flex-shrink: 0;
}
.satisfaction_wrap.type02 .in_charge_list li {
  display: inline-block;
  font-size: 16px;
}
.satisfaction_wrap.type02 .in_charge_list li:not(:last-of-type) {
  margin-right: 15px;
}
.satisfaction_wrap.type02 .radiobox_wrap {
  padding: 30px 0 18px;
}
.satisfaction_wrap.type02 .radiobox_wrap ul {
  padding-right: calc((100% - 1090px)/2);
  padding-left: calc((100% - 1090px)/2);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.satisfaction_wrap.type02 .radiobox_wrap ul li label::after {
  content: '';
  display: inline-block;
  width: 92px;
  height: 22px;
  background-size: cover;
  vertical-align: bottom;
  background: url(../img/module/ico_radio_star_05.png) no-repeat center right 0;
  margin-left: 20px;
}
.satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(2) label::after {
  background-image: url(../img/module/ico_radio_star_04.png);
}
.satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(3) label::after {
  background-image: url(../img/module/ico_radio_star_03.png);
}
.satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(4) label::after {
  background-image: url(../img/module/ico_radio_star_02.png);
}
.satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(5) label::after {
  background-image: url(../img/module/ico_radio_star_01.png);
  ;
}
.satisfaction_wrap.type02 .radiobox_wrap label {
  font-size: 14px;
}
.satisfaction_wrap.type02 .input_wrap {
  padding-right: calc((100% - 1090px)/2);
  padding-left: calc((100% - 1090px)/2);
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
}
.satisfaction_wrap.type02 .input_wrap input[type=text] {
  width: calc(100% - 140px);
  height: 40px;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  padding: 5px 10px;
  background-color: #fff;
}
.satisfaction_wrap.type02 .input_wrap .btn {
  width: 125px;
  font-size: 14px;
}
@media screen and (max-width:1450px) {
  .satisfaction_wrap.type02 .tit_wrap {
    height: auto;
    padding: 20px;
  }
  .satisfaction_wrap.type02 .satisfaction_txt {
    font-size: 14px;
  }
  .satisfaction_wrap.type02 .satisfaction_txt::before {
    display: block;
    float: left;
  }
  .satisfaction_wrap.type02 .in_charge_list li {
    font-size: 14px;
  }
  .satisfaction_wrap.type02 .radiobox_wrap ul {
    padding: 0 20px;
  }
  .satisfaction_wrap.type02 .input_wrap {
    padding: 0 20px 23px;
  }
}
@media screen and (max-width:1250px) {
  .satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(1),
  .satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(2),
  .satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(3),
  .satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(4),
  .satisfaction_wrap.type02 .radiobox_wrap ul li:nth-child(5) {
    background: none;
  }
}
@media screen and (max-width:1024px) {
  .satisfaction_wrap.type02 .tit_wrap {
    flex-wrap: wrap;
  }
  .satisfaction_wrap.type02 .satisfaction_txt {
    width: 100%;
  }
  .satisfaction_wrap.type02 .in_charge_list li {
    font-size: 12px;
  }
  .satisfaction_wrap.type02 .in_charge_list li:not(:last-of-type) {
    margin-right: 0;
  }
  .satisfaction_wrap.type02 .in_charge_list li:nth-child(2n+2) {
    width: calc(100% - 112px);
  }
  .satisfaction_wrap.type02 .in_charge_list li:nth-child(2n+1)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 9px;
    background: #dedede;
    vertical-align: middle;
  }
  .satisfaction_wrap.type02 .in_charge_list li:last-child::after {
    content: none;
  }
  .satisfaction_wrap.type02 .radiobox_wrap {
    padding: 20px 0 15px;
  }
  .satisfaction_wrap.type02 .radiobox_wrap ul {
    gap: 0px 20px;
  }
  .satisfaction_wrap.type02 .radiobox_wrap ul li {
    display: inline-block;
  }
  .satisfaction_wrap.type02 .input_wrap input[type=text] {
    width: calc(100% - 97px);
    height: 30px;
    font-size: 12px;
  }
  .satisfaction_wrap.type02 .input_wrap .btn {
    width: 90px;
    height: 30px;
    font-size: 12px;
  }
  .satisfaction_wrap.type02 .radiobox_wrap ul li label::after {
    margin-left: 10px;
  }
}
/* Date_Picker */
.board {
  line-height: 1.3;
}
.board .type_table {
  border-top: 1px solid #000;
}
.board .type_table .tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.board .type_table .th,
.board .type_table .td {
  display: table-cell;
}
.board .type_table .th {
  width: 24%;
  padding-left: 5px;
  background: #eef4fa;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.board .type_table .td .inner {
  padding: 10px 5px;
}
.board .type_table .date_wrap.type01.type01 {
  display: flex;
  align-items: center;
}
.board .type_table .td .date_wrap.type01>div {
  width: calc((100% - 20px)/2);
  display: flex;
  justify-content: space-between;
}
.board .type_table .td .date_wrap.type01>span {
  margin: 0 7px;
}
.board .type_table input[type=text],
.board .type_table select {
  height: 100%;
  padding: 13px 18px 13px 13px;
  border: 1px solid #d7d7d7;
  font-size: 16px;
}
.board .type_table select {
  background: url(../img/module/ico_select_arrow_type_02.png) no-repeat center right 9px;
  background-size: 9px 5px;
}
.board .type_table .date_wrap .date_picker_wrap {
  position: relative;
}
.board .type_table .date_wrap.type01 .date_picker_wrap {
  display: inline-block;
  width: calc(100% - 152px);
  margin-right: 8px;
}
.board .type_table .date_picker_wrap .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.board .type_table .date_picker_wrap .date {
  width: 100%;
}
.board .type_table .date_wrap.type01 .hour {
  width: 74px;
  margin-right: 8px;
}
.board .type_table .date_wrap.type01 .min {
  width: 62px;
}
.txt_or {
  color: #e0763c;
}
.txt_or.type02 {
  color: #e2421d;
}
@media screen and (max-width:1200px) {
  .board .type_table input[type=text],
  .board .type_table select {
    padding: 13px 30px 13px 5px;
    font-size: 14px;
  }
  .board .type_table .date_picker_wrap .ui-datepicker-trigger {
    right: 10px;
  }
}
@media screen and (max-width:1024px) {
  .board .type_table input[type=text],
  .board .type_table select {
    padding: 13px 20px 13px 5px;
  }
  .board .type_table .date_picker_wrap .ui-datepicker-trigger {
    right: 5px;
  }
}
@media screen and (max-width:768px) {
  .board .type_table .th span {
    font-size: 14px;
  }
  .board .type_table .date_wrap.type01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .board .type_table .td .date_wrap.type01>div {
    width: 100%;
    flex-wrap: wrap;
  }
  .board .type_table .date_picker_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .board .type_table .date_wrap.type01 .hour,
  .board .type_table .date_wrap.type01 .min {
    width: calc((100% - 8px)/2);
  }
  .board .type_table .date_picker_wrap .ui-datepicker-trigger {
    width: auto;
  }
}
/* 탭(분할) 타입01 */
.tab_button-wrap.type01 {
  margin-bottom: 50px;
}
.tab_button-wrap.type01 .tab_button-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.tab_button-wrap.type01 .tab_button-list li:not(:last-of-type) {
  border-right: none;
}
.tab_container .tab_contents {
  display: none;
}
.tab_button-wrap.type01 .tab_button-list li {
  display: table;
  table-layout: fixed;
  font-size: 22px;
  font-weight: 500;
  background: none;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  color: #000;
  text-align: center;
  height: auto;
  position: relative;
}
.tab_button-wrap.type01 .tab_button-list li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 6px;
  padding-bottom: 25px;
}
.tab_button-wrap.type01 .tab_button-list li.on {
  color: #084b85;
}
.tab_button-wrap.type01 .tab_button-list li.on::after {
  display: block;
  width: 100%;
  height: 4px;
  background: #084b85;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tab_button-wrap.type01 .tab_button-list li {
    font-size: 18px;
  }
  .tab_button-wrap.type01 .tab_button-list li a {
    padding-bottom: 19px;
  }
}
/* 탭(분할) 타입02 */
.tab_button-wrap.type02 {
  margin-bottom: 50px;
}
.tab_button-wrap.type02 .tab_button-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.tab_button-wrap.type02 .tab_button-list li:not(:last-of-type) a {
  border-right: none;
}
.tab_container .tab_contents {
  display: none;
}
.tab_button-wrap.type02 .tab_button-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-height: 65px;
  text-align: center;
  padding: 10px;
  border: 1px solid #c2c2c2;
  height: 100%;
}
.tab_button-wrap.type02 .tab_button-list li.on a {
  background: #484c50;
  border-color: #484c50;
  color: #fff;
}
.tab_button-wrap.type02 .tab_button-list li.on::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab_button-wrap.type02 .tab_button-list li a {
    font-size: 14px;
    min-height: 40px;
  }
}
/* 탭(분할) 타입03 */
.tab_button-wrap.type03 {
  margin-bottom: 50px;
}
.tab_button-wrap.type03 .tab_button-list {
  display: flex;
  border-bottom: 1px solid #c2c2c2;
}
.tab_button-wrap.type03 .tab_button-list li:not(:last-of-type) a {
  border-right: none;
}
.tab_button-wrap.type03 .tab_button-list li {
  flex: 1;
  font-size: 20px;
  font-weight: inherit;
  color: #333;
  text-align: center;
  height: auto;
  position: relative;
  background: #fff;
}
.tab_button-wrap.type03 .tab_button-list li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  height: 100%;
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-bottom: none;
}
.tab_button-wrap.type03 .tab_button-list li.on a {
  border-top: 2px solid #1458b4;
  color: #1458b4;
}
.tab_button-wrap.type03 .tab_button-list li.on a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_button-wrap.type03 .tab_button-list li a {
    font-size: 14px;
    line-height: 20px;
    min-height: 45px;
  }
}
/* 탭 - 타입01 */
.tab.list .tab_list-wrap.type01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  position: relative;
  padding-bottom: 156px;
}
.tab_container .tab.list .tab_list-wrap.type01 .tab_click .tab_inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 156px;
}
.tab.list .tab_list-wrap.type01 .btn_tab-tit {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #000;
  text-align: center;
  border-right: 0;
  display: block;
}
.tab.list .tab_list-wrap.type01 .current .btn_tab-tit {
  color: #0a4c86;
}
.tab.list .tab_list-wrap.type01 .tab_click::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #adadad;
  margin-top: 25px;
}
.tab.list .tab_list-wrap.type01 .tab_click.current::after {
  height: 4px;
  background: #0a4c86;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .tab.list .tab_list-wrap.type01 .btn_tab-tit {
    font-size: 18px;
    line-height: 54px;
  }
}
/* 탭 - 타입02 */
.tab.list .tab_list-wrap.type02 {
  margin-top: 34px;
  position: relative;
}
.tab_container .tab.list .tab_list-wrap.type02 .tab_click .tab_inner {
  padding-top: 90px;
}
.tab.list .tab_list-wrap.type02 .btn_tab-tit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #000;
  text-align: center;
  line-height: 56px;
  border: 1px solid #adadad;
  border-right: 0;
  width: 33.33%;
  display: block;
  position: absolute;
  top: 0;
}
.tab.list .tab_list-wrap.type02 .tab_click:last-child .btn_tab-tit {
  border-right: 1px solid #adadad;
}
.tab.list .tab_list-wrap.type02>li:nth-of-type(2) .btn_tab-tit {
  left: 33.33%;
}
.tab.list .tab_list-wrap.type02>li:nth-of-type(3) .btn_tab-tit {
  left: 66.66%;
}
.tab.list .tab_list-wrap.type02 .current .btn_tab-tit {
  background: #484c50;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab.list .tab_list-wrap.type02 .btn_tab-tit {
    font-size: 17px;
  }
}
/* 서브 하단 - 타입01 */
.pathWrap.type01 {
  background: #084a83;
  color: #fff;
}
.pathWrap.type01 .path_content {
  display: flex;
}
.pathWrap.type01 .pathInner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 63px;
  gap: 20px;
}
.pathWrap.type01 .pathInner .addon {
  display: flex;
  align-items: center;
}
.pathWrap.type01 .pathInner .addon .share button.share_btn {
  background: url(../img/module/ico_share.png) no-repeat;
  width: 21px;
  height: 21px;
}
.pathWrap.type01 .pathInner .addon .print button {
  background: url(../img/module/ico_print.png) no-repeat;
  width: 25px;
  height: 24px;
  margin-left: 30px;
  background-position: 100% 100%;
}
.pathWrap.type01 .pathInner .addon .print button:hover {
  background-position: 0 0;
}
.pathWrap.type01 .path_home {
  font-size: 18px;
  font-weight: 500;
  vertical-align: bottom;
  min-width: 175px;
  position: relative;
}
.pathWrap.type01 .path_home::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 37px;
  background: #115a9a;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pathWrap.type01 .path_home::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 37px;
  background: #115a9a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pathWrap.type01 .path_home a {
  display: block;
  width: 100%;
  padding-left: 20px;
  height: 63px;
  line-height: 63px;
}
.pathWrap.type01 .path_list {
  display: flex;
}
.pathWrap.type01 .path_list .path_item .path_panel {
  display: none;
  position: absolute;
  background: #084a83;
  color: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10;
}
.pathWrap.type01 .path_list .path_item .path_panel>ul li {
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  width: 100%;
  text-align: left;
}
.pathWrap.type01 .path_list .path_item .path_panel>ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 10px 13px 25px;
  border-bottom: 1px solid #115a9a;
}
.pathWrap.type01 .path_list .path_item {
  max-width: 200px;
  min-width: 175px;
  background: url(../img/module/ico_path_arrow.png) no-repeat center right 15px;
  position: relative;
}
.pathWrap.type01 .path_list .path_item::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 37px;
  background: #115a9a;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pathWrap.type01 .path_list .path_item.no_list {
  background: none;
}
.pathWrap.type01 .path_list .path_item button {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  padding: 13px 30px 13px 20px;
  width: 100%;
  text-align: left;
}
/* 공유하기 */
.pathWrap .pathInner .addon.type01 .share {
  position: relative;
}
.pathWrap .pathInner .addon.type01 .share .sns {
  position: absolute;
  top: -5px;
  left: -12px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #d2d2d2;
  padding: 30px 6px 10px;
  z-index: 1;
  display: none;
}
.pathWrap .pathInner .addon.type01 .share .sns button:not(:first-child) {
  margin-top: 5px;
}
.pathWrap .pathInner .addon.type01 .share .sns .close {
  background: url(../img/module/share_close.png) no-repeat center center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.pathWrap .pathInner .addon.type01 .share .sns .blog {
  background: url(../img/module/ico_blog.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
.pathWrap .pathInner .addon.type01 .share .sns .facebook {
  background: url(../img/module/ico_facebook.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
.pathWrap .pathInner .addon.type01 .share .sns .twitter {
  background: url(../img/module/ico_twitter.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
.pathWrap .pathInner .addon.type01 .share .sns .youtube {
  background: url(../img/module/ico_youtube.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .pathWrap.type01 .path_list .path_item .path_panel {
    display: none !important;
  }
  .pathWrap.type01 .pathInner .addon .print {
    display: none;
  }
  .pathWrap.type01 .path_home a {
    padding-left: 0;
    height: 40px;
    line-height: 40px;
  }
  .pathWrap.type01 .path_list .path_item {
    background: none;
    padding: 0 14px 0 10px;
  }
  .pathWrap.type01 .path_list .path_item:last-of-type {
    padding-right: 0;
  }
  .pathWrap.type01 .path_home {
    min-width: auto;
    font-size: 14px;
    padding-right: 14px;
  }
  .pathWrap.type01 .path_list .path_item {
    min-width: auto;
  }
  .pathWrap.type01 .path_home::before,
  .pathWrap.type01 .path_list .path_item:last-child::after {
    display: none;
  }
  .pathWrap.type01 .path_home::after,
  .pathWrap.type01 .path_list .path_item:not(:last-child)::after {
    background: url(../img/module/ico_path.png) no-repeat center right;
    width: 4px;
    height: 8px;
  }
  .pathWrap.type01 .path_list .path_item button {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
  }
  .pathWrap.type01 .pathInner {
    height: 40px;
    gap: 0;
  }
  /* 공유하기 */
  .pathWrap .pathInner .addon.type01 .share button.share_btn {
    width: 15px;
    height: 16px;
    background-size: contain;
    margin-bottom: 3px;
  }
  .pathWrap .pathInner .addon.type01 .share .sns {
    right: -10px;
    left: auto;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .path_content {
    overflow: hidden;
    flex: auto;
  }
  .pathWrap.type01 .path_list {
    max-width: calc(100% - 58px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .pathWrap.type01 .path_list .path_item,
  .pathWrap.type01 .path_list .path_item button {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 350px) {
  .pathWrap.type01 .path_home {
    padding-right: 10px;
    font-size: 12px;
  }
  .pathWrap.type01 .path_list .path_item {
    padding: 0 10px 0 6px;
  }
  .pathWrap.type01 .path_list .path_item button {
    font-size: 12px;
  }
}
/* 서브 하단 - 타입02 */
.pathWrap.type02 {
  background: #fff;
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pathWrap.type02 .pathInner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 62px;
}
.pathWrap.type02 .pathInner .addon {
  display: flex;
  align-items: center;
  gap: 25px;
}
.pathWrap.type02 .pathInner .addon .share button.share_btn {
  background: url(../img/module/share_ico.png) no-repeat;
  width: 24px;
  height: 26px;
  background-position: 0 0;
}
.pathWrap.type02 .pathInner .addon .print button {
  background: url(../img/module/print_ico.png) no-repeat;
  width: 26px;
  height: 26px;
  background-position: 0 0;
}
.pathWrap.type02 .pathInner .addon .share button:hover,
.pathWrap.type02 .pathInner .addon .print button:hover {
  background-position: 100% 100%;
}
.pathWrap.type02 .path_home {
  font-size: 16px;
  font-weight: 500;
  vertical-align: bottom;
  float: left;
  position: relative;
}
.pathWrap.type02 .path_home a {
  display: inline-block;
  line-height: 62px;
}
.pathWrap.type02 .path_home a::before {
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  background: url(../img/module/home_btn.png) no-repeat center left;
  margin: 0 7px -2px 0;
}
.pathWrap.type02 .path_home a::after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 13px;
  background: url(../img/module/path_arrow.png) no-repeat center right;
  margin: 0 9px;
}
.pathWrap.type02 .path_list {
  display: flex;
  gap: 10px;
}
.pathWrap.type02 .path_list .path_item:not(:last-child) {
  padding-right: 17px;
}
.pathWrap.type02 .path_list .path_item:not(:last-child)::after {
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 13px;
  background: url(../img/module/path_arrow.png) no-repeat center right;
}
.pathWrap.type02 .path_list .path_item {
  color: #000;
  font-size: 16px;
  line-height: 62px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  position: relative;
}
/* 공유하기 */
.pathWrap .pathInner .addon.type02 .share {
  position: relative;
}
.pathWrap .pathInner .addon.type02 .share .sns {
  min-height: 45px;
  position: absolute;
  top: 40px;
  right: -7px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0px 0 0 9px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pathWrap .pathInner .addon.type02 .share .sns::before {
  display: block;
  content: '';
  background: url(../img/module/ico_sns_top.png) no-repeat;
  width: 9px;
  height: 6px;
  position: absolute;
  top: -6px;
  right: 13px;
}
.pathWrap .pathInner .addon.type02 .share .sns button {
  width: 30px;
  height: 30px;
}
.pathWrap .pathInner .addon.type02 .share .sns .close {
  background: url(../img/module/share_close.png) no-repeat center center;
  width: 14px;
  height: 14px;
  vertical-align: inherit;
}
.pathWrap .pathInner .addon.type02 .share .sns .close_btn {
  position: relative;
  padding: 0 10px;
  margin-left: 4px;
}
.pathWrap .pathInner .addon.type02 .share .sns .close_btn::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 44px;
  background: #c5c5c5;
  position: absolute;
  top: -9px;
  left: 0;
}
.pathWrap .pathInner .addon.type02 .share .sns .send {
  background: url(../img/module/ico_send.png) no-repeat center center;
}
.pathWrap .pathInner .addon.type02 .share .sns .facebook {
  background: url(../img/module/ico_facebook.png) no-repeat center center;
}
.pathWrap .pathInner .addon.type02 .share .sns .twitter {
  background: url(../img/module/ico_twitter.png) no-repeat center center;
}
.pathWrap .pathInner .addon.type02 .share .sns .kakao {
  background: url(../img/module/ico_kakao.png) no-repeat center center;
}
.pathWrap .pathInner .addon.type02 .share .sns .rss {
  background: url(../img/module/ico_rss.png) no-repeat center center;
}
.pathWrap .pathInner .addon.type02 .share .sns .bookmark {
  background: url(../img/module/ico_bookmark.png) no-repeat center center;
}
@media screen and (max-width: 1024px) {
  .pathWrap.type02 .path_list .path_item .path_panel {
    display: none !important;
  }
  .pathWrap.type02 .pathInner .addon .print {
    display: none;
  }
  .pathWrap.type02 .path_home a {
    padding-left: 0;
    height: 40px;
    line-height: 40px;
  }
  .pathWrap.type02 .path_home a>span {
    display: none;
  }
  .pathWrap.type02 .path_list .path_item:last-of-type {
    padding-right: 0;
  }
  .pathWrap.type02 .path_home {
    min-width: auto;
    font-size: 14px;
  }
  .pathWrap.type02 .path_list .path_item {
    min-width: auto;
    line-height: 40px;
    font-size: 12px;
  }
  .pathWrap.type02 .path_home::before,
  .pathWrap.type02 .path_list .path_item:last-child::after {
    display: none;
  }
  .pathWrap.type02 .path_home a::after {
    width: 4px;
    margin: 0 6px -1px 9px;
  }
  .pathWrap.type02 .path_list .path_item:not(:last-child)::after {
    width: 4px;
    height: 13px;
  }
  .pathWrap.type02 .path_home a::before {
    width: 13px;
    height: 13px;
    background-size: cover;
    margin: 0
  }
  .pathWrap.type02 .path_list .path_item button {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
  }
  .pathWrap.type02 .pathInner {
    height: 40px;
  }
  .pathWrap.type02 .path_list .path_item:not(:last-child) {
    padding-right: 11px;
  }
  .pathWrap.type02 .path_list {
    gap: 7px;
  }
  /* 공유하기 */
  .pathWrap.type02 .pathInner .addon .share button.share_btn {
    width: 18px;
    height: 20px;
    background-size: cover;
    margin-bottom: 5px;
  }
  .pathWrap .pathInner .addon.type02 .share .sns {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .path_content {
    overflow: hidden;
    flex: auto;
  }
  .pathWrap.type02 .pathInner .addon {
    width: 20px;
  }
  .pathWrap.type02 .path_list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .pathWrap.type02 .path_list .path_item,
  .pathWrap.type02 .path_list .path_item button {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
  }
  /* 공유하기 */
  .pathWrap .pathInner .addon.type02 .share .sns .close_btn::before {
    top: -10px;
  }
  .pathWrap .pathInner .addon.type02 .share .sns {
    top: 34px;
  }
}
@media screen and (max-width: 350px) {
  .pathWrap.type02 .path_home {
    padding-right: 10px;
    font-size: 12px;
  }
  .pathWrap.type02 .path_list .path_item {
    padding: 0 10px 0 6px;
  }
  .pathWrap.type02 .path_list .path_item button {
    font-size: 12px;
  }
}
/* 서브하단 - 타입03 */
.sub_bottom .bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  width: calc(100% - 40px);
  gap: 10px;
}
.sub_bottom .bottom_inner .route {
  width: calc(100% - 75px);
}
.util_wrap>ul {
  display: flex;
  gap: 13px;
}
.util_wrap>ul>li .share {
  width: 20px;
  height: 20px;
  background: url(../img/module/ico_share02.png) no-repeat;
}
.util_wrap>ul>li .print {
  width: 21px;
  height: 20px;
  background: url(../img/module/ico_print02.png) no-repeat;
}
.util_wrap>ul>li>button:hover {
  background-position: 100% 100%;
}
.sub_bottom {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.sub_bottom .bottom_inner .route>ul {
  display: flex;
  align-items: center;
  height: 54px;
}
.sub_bottom .bottom_inner .route>ul>li {
  flex-basis: 200px;
  height: 100%;
  border-right: 1px solid #d6d6d6;
  font-size: 16px;
  position: relative;
}
.sub_bottom .bottom_inner .route>ul>li:first-of-type {
  border-left: 1px solid #d6d6d6;
}
.sub_bottom .bottom_inner .route>ul>li .home {
  background: url(../img/module/ico_home.png) no-repeat center left 19px;
  padding: 0 18px 0 45px;
  width: 100%;
  height: 100%;
  text-align: left;
  display: inline-block;
  line-height: 54px;
}
.sub_bottom .bottom_inner .route>ul>li>button {
  width: 100%;
  height: 100%;
  padding: 0 35px 0 18px;
  background: url(../img/module/ico_route_ar.png) no-repeat center right 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub_bottom .bottom_inner .route>ul>li button.on {
  background-image: url(../img/module/ico_route_ar_on.png);
}
.depth_panel {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #d6d6d6;
  width: calc(100% + 2px);
  left: -1px;
  background: #fff;
  z-index: 11;
}
.depth_panel>ul>li>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px;
  transition: all 0.2s;
}
.depth_panel>ul>li>a:hover {
  background: #0653bc;
  color: #fff;
}
.depth_panel>ul>li:not(:last-of-type) {
  border-bottom: 1px solid #d6d6d6;
}
.util_wrap>ul>li {
  position: relative;
}
.share_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 11;
}
.share_wrap>ul {
  display: flex;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.share_wrap>ul>li:not(:last-of-type) {
  border-right: 1px solid #d6d6d6;
}
.share_wrap>ul>li :is(a, button) {
  display: block;
  width: 42px;
  height: 42px;
}
.share_wrap>ul>li .youtube {
  background: url(../img/module/share_youtube.png) no-repeat center center;
}
.share_wrap>ul>li .blog {
  background: url(../img/module/share_blog.png) no-repeat center center;
}
.share_wrap>ul>li .insta {
  background: url(../img/module/share_insta.png) no-repeat center center;
}
.share_wrap>ul>li .close {
  background: url(../img/module/share_close.png) no-repeat center center;
}
@media screen and (max-width: 1024px) {
  .sub_bottom .bottom_inner .route>ul>li {
    min-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sub_bottom .bottom_inner .route {
    width: calc(100% - 26px);
  }
  .sub_bottom .bottom_inner .route>ul {
    height: 40px;
  }
  .sub_bottom .bottom_inner .route>ul>li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    flex-basis: auto;
    min-width: auto;
    border-right: none;
    font-size: 13px;
    height: auto;
  }
  .sub_bottom .bottom_inner .route>ul>li:first-of-type {
    border-left: none;
  }
  .sub_bottom .bottom_inner .route>ul>li .home {
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 12px;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-top: -4px
  }
  .sub_bottom .bottom_inner .route>ul>li>button {
    background: none;
    padding: 0;
  }
  .sub_bottom .bottom_inner .route>ul>li:not(:last-of-type) {
    background: url(../img/module/ico_route_ar_m.png) no-repeat top 9px right 6px;
    flex-shrink: 0;
    padding-right: 20px;
  }
  .sub_bottom .bottom_inner .route>ul>li button.on {
    background: none;
  }
  .depth_panel {
    display: none !important;
  }
  .util_wrap>ul>li:last-of-type {
    display: none;
  }
  .util_wrap>ul>li .share {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-top: -4px;
  }
  .share_wrap {
    top: 30px;
  }
  .share_wrap>ul>li :is(a, button) {
    width: 36px;
    height: 37px;
  }
  .share_wrap>ul>li .youtube {
    background-size: 22px 16px;
  }
  .share_wrap>ul>li .blog {
    background-size: 14px 17px;
  }
  .share_wrap>ul>li .insta {
    background-size: 19px 19px;
  }
  .share_wrap>ul>li .close {
    background-size: 12px 12px;
  }
}
/* 버튼 기본01 */
.btn_wrap.type01 .btn.view {
  min-width: 92px;
  line-height: 30px;
  background: #535353;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.btn_wrap.type01 .btn.view:hover {
  background: #808080;
}
.btn_wrap.type01 .btn.down {
  min-width: 92px;
  line-height: 30px;
  background: #2f92dc;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.btn_wrap.type01 .btn.down:hover {
  background: #0b6bb3;
}
.btn_wrap.type01 .btn.apply {
  min-width: 61px;
  line-height: 28px;
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.btn_wrap.type01 .btn.apply:hover {
  background: #fff;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .btn_wrap.type01 .btn.view {
    min-width: 79px;
    font-size: 12px;
  }
  .btn_wrap.type01 .btn.down {
    min-width: 79px;
    font-size: 12px;
  }
  .btn_wrap.type01 .btn.apply {
    font-size: 12px;
  }
}
/* 버튼 기본02 */
.btn_wrap.type02 .btn {
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  min-width: 112px;
  line-height: 38px;
}
/* 목록 */
.btn_wrap.type02 .btn.list {
  color: #fff;
  transition: all .3s;
  text-align: center;
  background: #393f4e;
  border: 1px solid #393f4e;
}
.btn_wrap.type02 .btn.list::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/module/btn_list.png) no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  margin-bottom: -1px;
}
.btn_wrap.type02 .btn:hover::before {
  background-position: 100% 100%;
}
.btn_wrap .btn.list:hover {
  background: #fff;
  color: #393f4e;
}
/* 저장 */
.btn_wrap.type02 .btn.save {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #1458b4;
  border: 1px solid #1458b4;
}
.btn_wrap.type02 .btn.save:before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../img/module/btn_save.png) no-repeat;
  background-position: 0 0;
  margin-right: 8px;
}
.btn_wrap.type02 .btn.save:hover {
  color: #1458b4;
  background: #fff;
}
.btn_wrap.type02 .btn.save:hover:before {
  background-position: 100% 100%;
}
/* 삭제 */
.btn_wrap.type02 .btn.remove {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #e44925;
  border: 1px solid #e44925;
}
.btn_wrap.type02 .btn.remove:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 16px;
  background: url(../img/module/btn_remove.png) no-repeat;
  background-position: 0 0;
  margin-right: 8px;
  margin-bottom: -2px;
}
.btn_wrap.type02 .btn.remove:hover {
  color: #e44925;
  background: #fff;
}
.btn_wrap.type02 .btn.remove:hover:before {
  background-position: 100% 100%;
}
/* 수정 */
.btn_wrap.type02 .btn.modify {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #e27f2e;
  border: 1px solid #e27f2e;
}
.btn_wrap.type02 .btn.modify:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/module/btn_modify.png) no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  margin-bottom: -2px;
}
.btn_wrap.type02 .btn.modify:hover {
  color: #e27f2e;
  background: #fff;
}
.btn_wrap.type02 .btn.modify:hover:before {
  background-position: 100% 100%;
}
/* 글쓰기 */
.btn_wrap.type02 .btn.write {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #604fb6;
  border: 1px solid #604fb6;
}
.btn_wrap.type02 .btn.write:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/module/btn_write.png) no-repeat;
  background-position: 0 0;
  margin-right: 12px;
}
.btn_wrap.type02 .btn.write:hover {
  color: #604fb6;
  background: #fff;
}
.btn_wrap.type02 .btn.write:hover:before {
  background-position: 100% 100%;
}
/* 검색 */
.btn_wrap.type02 .btn.find {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #444444;
  border: 1px solid #444444;
}
.btn_wrap.type02 .btn.find:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 16px;
  background: url(../img/module/btn_find.png) no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  margin-bottom: -2px;
}
.btn_wrap.type02 .btn.find:hover {
  color: #444444;
  background: #fff;
}
.btn_wrap.type02 .btn.find:hover:before {
  background-position: 100% 100%;
}
@media screen and (max-width: 768px) {
  .btn_wrap.type02 .btn {
    line-height: 33px;
    font-size: 14px;
  }
  /* 목록 */
  .btn_wrap.type02 .btn.list:before {
    width: 12px;
    height: 12px;
    background-size: cover;
    margin-bottom: -1px;
  }
  /* 저장 */
  .btn_wrap.type02 .btn.save:before {
    width: 9px;
    height: 12px;
    background-size: cover;
  }
  /* 삭제 */
  .btn_wrap.type02 .btn.remove:before {
    width: 12px;
    height: 13px;
    background-size: cover;
    margin-bottom: -1px;
  }
  /* 수정 */
  .btn_wrap.type02 .btn.modify:before {
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-bottom: -1px;
  }
  /* 글쓰기 */
  .btn_wrap.type02 .btn.write:before {
    width: 14px;
    height: 13px;
    background-size: cover;
    margin-right: 7px;
  }
  /* 검색 */
  .btn_wrap.type02 .btn.find:before {
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-bottom: -3px;
  }
}
/* 버튼 기본03 */
.btn_wrap.type03 .btn {
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  min-width: 112px;
  line-height: 38px;
  border-radius: 20px;
}
/* 목록 */
.btn_wrap.type03 .btn.list {
  color: #fff;
  transition: all .3s;
  text-align: center;
  background: #393f4e;
  border: 1px solid #393f4e;
}
.btn_wrap.type03 .btn.list:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/module/btn_list.png) no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  margin-bottom: -1px;
}
.btn_wrap.type03 .btn:hover:before {
  background-position: 100% 100%;
}
.btn_wrap .btn.list:hover {
  background: #fff;
  color: #393f4e;
}
/* 저장 */
.btn_wrap.type03 .btn.save {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #1458b4;
  border: 1px solid #1458b4;
}
.btn_wrap.type03 .btn.save:before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../img/module/btn_save.png) no-repeat;
  background-position: 0 0;
  margin-right: 8px;
}
.btn_wrap.type03 .btn.save:hover {
  color: #1458b4;
  background: #fff;
}
.btn_wrap.type03 .btn.save:hover:before {
  background-position: 100% 100%;
}
/* 삭제 */
.btn_wrap.type03 .btn.remove {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #e44925;
  border: 1px solid #e44925;
}
.btn_wrap.type03 .btn.remove:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 16px;
  background: url(../img/module/btn_remove.png) no-repeat;
  background-position: 0 0;
  margin-right: 8px;
  margin-bottom: -2px;
}
.btn_wrap.type03 .btn.remove:hover {
  color: #e44925;
  background: #fff;
}
.btn_wrap.type03 .btn.remove:hover:before {
  background-position: 100% 100%;
}
/* 수정 */
.btn_wrap.type03 .btn.modify {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #e27f2e;
  border: 1px solid #e27f2e;
}
.btn_wrap.type03 .btn.modify:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/module/btn_modify.png) no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  margin-bottom: -2px;
}
.btn_wrap.type03 .btn.modify:hover {
  color: #e27f2e;
  background: #fff;
}
.btn_wrap.type03 .btn.modify:hover:before {
  background-position: 100% 100%;
}
/* 글쓰기 */
.btn_wrap.type03 .btn.write {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #604fb6;
  border: 1px solid #604fb6;
}
.btn_wrap.type03 .btn.write:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/module/btn_write.png) no-repeat;
  background-position: 0 0;
  margin-right: 12px;
}
.btn_wrap.type03 .btn.write:hover {
  color: #604fb6;
  background: #fff;
}
.btn_wrap.type03 .btn.write:hover:before {
  background-position: 100% 100%;
}
/* 검색 */
.btn_wrap.type03 .btn.find {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #444444;
  border: 1px solid #444444;
}
.btn_wrap.type03 .btn.find:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 16px;
  background: url(../img/module/btn_find.png) no-repeat;
  background-position: 0 0;
  margin-right: 5px;
  margin-bottom: -2px;
}
.btn_wrap.type03 .btn.find:hover {
  color: #444444;
  background: #fff;
}
.btn_wrap.type03 .btn.find:hover:before {
  background-position: 100% 100%;
}
@media screen and (max-width: 768px) {
  .btn_wrap.type03 .btn {
    line-height: 33px;
    font-size: 14px;
  }
  /* 목록 */
  .btn_wrap.type03 .btn.list:before {
    width: 12px;
    height: 12px;
    background-size: cover;
    margin-bottom: -1px;
  }
  /* 저장 */
  .btn_wrap.type03 .btn.save:before {
    width: 9px;
    height: 12px;
    background-size: cover;
  }
  /* 삭제 */
  .btn_wrap.type03 .btn.remove:before {
    width: 12px;
    height: 13px;
    background-size: cover;
    margin-bottom: -1px;
  }
  /* 수정 */
  .btn_wrap.type03 .btn.modify:before {
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-bottom: -1px;
  }
  /* 글쓰기 */
  .btn_wrap.type03 .btn.write:before {
    width: 14px;
    height: 13px;
    background-size: cover;
    margin-right: 7px;
  }
  /* 검색 */
  .btn_wrap.type03 .btn.find:before {
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-bottom: -3px;
  }
}
/* 버튼 기본04 */
.btn_wrap.type04 .btn {
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  min-width: 120px;
  line-height: 47px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s;
}
.btn_wrap.type04 .btn:before {
  display: none;
}
/* 목록 */
.btn_wrap.type04 .btn.list {
  border: 1px solid #ddd;
  color: #676767;
}
.btn_wrap.type04 .btn::after {
  display: inline-block;
  content: '';
  margin-left: 20px;
  position: relative;
  background-position: 0% 0% !important;
}
.btn_wrap.type04 .btn:hover::after {
  background-position: 100% 100% !important;
}
.btn_wrap.type04 .btn.list::after {
  background: url(../img/module/btn_list02.png) no-repeat;
  width: 20px;
  height: 12px;
}
.btn_wrap.type04 .btn.list:hover {
  background: #787878;
  border-color: #787878;
  color: #fff;
}
/* 저장 */
.btn_wrap.type04 .btn.save {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #2f92dc;
  border: 1px solid #2f92dc;
}
.btn_wrap.type04 .btn.save:hover {
  background: #0b6bb3;
  border-color: #0b6bb3;
  color: #fff;
}
.btn_wrap.type04 .btn.save::before {
  display: none;
}
.btn_wrap.type04 .btn.save:after {
  display: inline-block;
  content: '';
  background: url(../img/module/btn_save02.png) no-repeat;
  width: 17px;
  height: 17px;
  background-position: 0 0;
  margin-left: 18px;
  margin-bottom: -2px;
}
.btn_wrap.type04 .btn.save:hover:before {
  background-position: 100% 100%;
}
/* 삭제 */
.btn_wrap.type04 .btn.remove {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #e44925;
  border: 1px solid #e44925;
}
.btn_wrap.type04 .btn.remove:hover {
  background: #c03414;
  border-color: #c03414;
  color: #fff;
}
.btn_wrap.type04 .btn.remove::before {
  display: none;
}
.btn_wrap.type04 .btn.remove:after {
  display: inline-block;
  content: '';
  background: url(../img/module/btn_remove02.png) no-repeat;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  margin-left: 18px;
  margin-bottom: -3px;
}
.btn_wrap.type04 .btn.remove:hover:before {
  background-position: 100% 100%;
}
/* 검색 */
.btn_wrap.type04 .btn.find {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #676767;
  border: 1px solid #ddd;
}
.btn_wrap.type04 .btn.find:hover {
  background: #787878;
  border-color: #787878;
  color: #fff;
}
.btn_wrap.type04 .btn.find::before {
  display: none;
}
.btn_wrap.type04 .btn.find:after {
  display: inline-block;
  content: '';
  background: url(../img/module/btn_find02.png) no-repeat;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  margin-left: 18px;
  margin-bottom: -2px;
}
.btn_wrap.type04 .btn.find:hover:before {
  background-position: 100% 100%;
}
/* 수정 */
.btn_wrap.type04 .btn.modify {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #e27f2e;
}
.btn_wrap.type04 .btn.modify:hover {
  background: #c95211;
}
.btn_wrap.type04 .btn.modify::before {
  display: none;
}
.btn_wrap.type04 .btn.modify:after {
  display: inline-block;
  content: '';
  background: url(../img/module/btn_modify02.png) no-repeat;
  width: 19px;
  height: 21px;
  margin-left: 18px;
  margin-bottom: -2px;
}
/* 글쓰기 */
.btn_wrap.type04 .btn.write {
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: #fff;
  background: #604fb6;
}
.btn_wrap.type04 .btn.write:hover {
  background: #2f1b96;
}
.btn_wrap.type04 .btn.write::before {
  display: none;
}
.btn_wrap.type04 .btn.write:after {
  display: inline-block;
  content: '';
  background: url(../img/module/btn_write02.png) no-repeat;
  width: 22px;
  height: 19px;
  margin-left: 13px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  .btn_wrap.type04 .btn {
    min-width: 112px;
    line-height: 38px;
    font-size: 14px;
  }
  /* 목록 */
  .btn_wrap.type04 .btn.list::after {
    width: 12px;
    height: 8px;
    background-size: cover;
  }
  /* 저장 */
  .btn_wrap.type04 .btn.save::after {
    width: 11px;
    height: 11px;
    background-size: cover;
  }
  /* 삭제 */
  .btn_wrap.type04 .btn.remove:after {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  /* 검색 */
  .btn_wrap.type04 .btn.find:after {
    width: 13px;
    height: 13px;
    background-size: cover;
  }
  /* 수정 */
  .btn_wrap.type04 .btn.modify:after {
    width: 15px;
    height: 17px;
    background-size: cover;
  }
  /* 글쓰기 */
  .btn_wrap.type04 .btn.write:after {
    width: 17px;
    height: 14px;
    background-size: cover;
  }
}

/* 파일선택 버튼01 */
.file_btn input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.file_btn .file {
  display: inline-block;
  min-width: 135px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.04em;
  cursor: pointer;
  background: #2f92dc;
  color: #fff;
  transition: all 0.3s;
  flex: 1;
  margin-right: 10px;
  font-weight: 300;
}
.file_btn .file::after {
  display: inline-block;
  content: '';
  background: url(../img/module/ico_file.png) no-repeat center right;
  width: 19px;
  height: 17px;
  background-size: contain;
  margin: 0 0 -2px 10px;
}
.file_btn .file:hover {
  background: #0b6bb3;
}
@media screen and (max-width: 768px) {
  .file_btn .file {
    min-width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .file_btn .file::after {
    margin: 0 0 -3px 10px;
  }
}
/* 파일선택 버튼02 */
.file_btn.type02 .file::after {
  display: none;
}
.file_btn.type02 .file {
  display: block;
  max-width: 125px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.04em;
  cursor: pointer;
  background: #444;
  color: #fff;
  transition: all 0.3s;
}
.file_btn.type02 .file:hover {
  background: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .file_btn.type02 .file {
    max-width: 112px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
/* 회원가입 유형선택 */
.sign_up_wrap .contents_tit {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
}
.sign_up_wrap.type01 .type_select_wrap {
  display: flex;
  justify-content: space-between;
}
.sign_up_wrap.type01 .type_box {
  width: calc((100% - 60px)/2);
  padding: 50px 0 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.sign_up_wrap.type01 .type_tit {
  font-weight: 500;
  font-size: 28px;
}
.sign_up_wrap.type01 .type_tit::before {
  content: '';
  display: block;
  margin: 0 auto 22px;
}
.sign_up_wrap.type01 .type_select_wrap>.type_box:nth-of-type(1) .type_tit::before {
  width: 69px;
  height: 73px;
  background: url(../img/module/img_sign_up_type_01.png) no-repeat center / 100%;
}
.sign_up_wrap.type01 .type_select_wrap>.type_box:nth-of-type(2) .type_tit::before {
  width: 89px;
  height: 76px;
  background: url(../img/module/img_sign_up_type_02.png) no-repeat center / 100%;
}
.sign_up_wrap.type01 .type_box .type_txt {
  height: 80px;
  margin-top: 35px;
  font-size: 18px;
}
.sign_up_wrap.type01 .type_box span {
  display: inline-block;
  padding-top: 14px;
  font-size: 14px;
}
.sign_up_wrap.type01 .type_box .btn_by_bl {
  display: inline-block;
  width: 150px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
}
.btn_by_bl {
  border: 1px solid #0a4c86;
  color: #0a4c86;
  transition: all .3s;
}
.btn_by_bl:hover {
  border: 1px solid #0a4c86;
  background: #0a4c86;
  color: #fff;
}
.txt_bl {
  color: #0a4c86;
}
@media screen and (max-width:768px) {
  .sign_up_wrap .contents_tit {
    font-size: 28px;
  }
  .sign_up_wrap.type01 .type_select_wrap {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .sign_up_wrap.type01 .type_select_wrap .type_box {
    width: 100%;
    padding: 30px 0;
  }
  .sign_up_wrap.type01 .type_select_wrap .type_box+.type_box {
    margin-top: 50px;
  }
  .sign_up_wrap.type01 .type_tit {
    font-size: 22px;
  }
  .sign_up_wrap.type01 .type_tit::before {
    margin: 0 auto 17px;
  }
  .sign_up_wrap.type01 .type_select_wrap>.type_box:nth-of-type(1) .type_tit::before {
    width: 55px;
    height: 58px;
  }
  .sign_up_wrap.type01 .type_select_wrap>.type_box:nth-of-type(2) .type_tit::before {
    width: 73px;
    height: 62px;
  }
  .sign_up_wrap.type01 .type_box .type_txt {
    height: auto;
    margin: 25px 0;
    font-size: 16px;
  }
  .sign_up_wrap.type01 .type_box span {
    padding-top: 0;
  }
  .sign_up_wrap.type01 .type_box .btn_by_bl {
    width: 112px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
  }
}
/* 회원가입 - 약관동의 */
.sign_up_wrap.type01 .step_box_wrap .step_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 4fr));
}
.sign_up_wrap.type01 .step_box_wrap .step_list>li {
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  text-align: center;
  line-height: 68px;
}
.sign_up_wrap.type01 .step_box_wrap .step_list>li:not(:last-of-type) {
  border-right: none;
}
.sign_up_wrap.type01 .step_box_wrap .step_list>li.active {
  background: #0a4c86;
}
.sign_up_wrap.type01 .step_list li>span {
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
.sign_up_wrap.type01 .step_list li.active>span {
  color: #fff;
}
.sign_up_wrap.type01 .step_list li>span::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 7px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.sign_up_wrap.type01 .step_list li:nth-child(1)>span::before {
  background: url(../img/module/ico_sign_up_step_01.png) no-repeat top 0 center / 100%;
}
.sign_up_wrap.type01 .step_list li:nth-child(2)>span::before {
  background: url(../img/module/ico_sign_up_step_02.png) no-repeat top 0 center / 100%;
}
.sign_up_wrap.type01 .step_list li:nth-child(3)>span::before {
  background: url(../img/module/ico_sign_up_step_03.png) no-repeat top 0 center / 100%;
}
.sign_up_wrap.type01 .step_list li:nth-child(4)>span::before {
  background: url(../img/module/ico_sign_up_step_04.png) no-repeat top 0 center / 100%;
}
.sign_up_wrap.type01 .step_list li.active>span::before {
  background-position-y: 100%;
}
.sign_up_wrap.type01 .terms .terms_box {
  overflow: auto;
  height: 260px;
  padding: 22px 25px;
  margin-top: 20px;
  border: 1px solid #dcdcdc;
}
.sign_up_wrap.type01 .terms .terms_tit {
  font-weight: 600;
  font-size: 24px;
  color: #193873;
  line-height: 1.3;
}
.sign_up_wrap.type01 .terms .sub_tit {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
.sign_up_wrap.type01 .terms .order_list li,
.sign_up_wrap.type01 .terms .dash_list li,
.sign_up_wrap.type01 .terms .desc,
.sign_up_wrap.type01 .terms .txt-indent {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.3;
}
.sign_up_wrap.type01 .terms .order_list li:not(:last-of-type),
.sign_up_wrap.type01 .terms .dash_list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.sign_up_wrap.type01 .terms .txt-indent {
  padding-left: 30px;
}
.sign_up_wrap.type01 .terms .check_wrap {
  margin-top: 15px;
}
.sign_up_wrap.type01 .terms .check_wrap label {
  font-size: 16px;
}
.sign_up_wrap.type01 .all_check_box {
  margin-top: 30px;
}
.sign_up_wrap.type01 .all_check_box .check_wrap {
  justify-content: center;
}
.sign_up_wrap.type01 .all_check_box label {
  font-weight: 500;
  font-size: 16px;
}
.sign_up_wrap.type01 .btn_wrap {
  display: flex;
  justify-content: center;
}
.sign_up_wrap.type01 .btn_wrap .btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}
.sign_up_wrap.type01 .btn_wrap .btn+.btn {
  margin-left: 10px;
}
.btn_bn_gr_type01 {
  border: 1px solid #787878;
  background: #787878;
  color: #fff;
  transition: all .3s;
}
.btn_bn_gr_type01:hover {
  border: 1px solid #595959;
  background: #595959;
}
.btn_bn_gr_type02 {
  border: 1px solid #535353;
  background: #535353;
  color: #fff;
  transition: all .3s;
}
.btn_bn_gr_type02:hover {
  background: #fff;
  color: #535353;
}
.btn_bn_sk {
  border: 1px solid #2f92dc;
  background: #2f92dc;
  color: #fff;
  transition: all .3s;
}
.btn_bn_sk:hover {
  background: #fff;
  color: #2f92dc;
}
@media screen and (max-width:768px) {
  .sign_up_wrap.type01 .step_box_wrap {
    margin-top: 25px;
  }
  .sign_up_wrap.type01 .step_box_wrap .step_list>li {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 58px;
    flex: auto;
  }
  .sign_up_wrap.type01 .step_box_wrap .step_list>li.active {
    display: block;
  }
  .sign_up_wrap.type01 .step_box_wrap .step_list>li span {
    font-size: 18px;
  }
  .sign_up_wrap.type01 .terms_wrap .terms {
    margin-top: 35px;
  }
  .sign_up_wrap.type01 .terms .terms_box {
    height: 310px;
    padding: 15px 20px;
    margin-top: 15px;
  }
  .sign_up_wrap.type01 .terms .terms_tit {
    font-size: 20px;
  }
  .sign_up_wrap.type01 .terms .sub_tit {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .terms .order_list li,
  .sign_up_wrap.type01 .terms .dash_list li,
  .sign_up_wrap.type01 .terms .desc,
  .sign_up_wrap.type01 .terms .txt-indent {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .terms .check_wrap label {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .btn_wrap {
    margin-top: 20px;
  }
  .sign_up_wrap.type01 .btn_wrap .btn {
    width: 112px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
}
/* 회원가입_본인인증 */
.sign_up_wrap.type01 .confirm_wrap {
  margin-top: 50px;
  padding: 40px 0 68px;
  padding-right: calc((100% - 570px)/2);
  padding-left: calc((100% - 570px)/2);
  border: 1px solid #dcdcdc;
  text-align: center;
}
.sign_up_wrap.type01 .confirm_wrap .confirm_tit {
  font-weight: 500;
  font-size: 28px;
}
.sign_up_wrap.type01 .confirm_wrap .confirm_tit::before {
  content: '';
  display: block;
  width: 79px;
  height: 91px;
  margin: 0 auto 25px;
  background: url(../img/module/img_confirm_top_01.png) no-repeat center center / 100%;
}
.sign_up_wrap.type01 .confirm_wrap .desc {
  margin-top: 35px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.sign_up_wrap.type01 .confirm_wrap .top {
  padding-bottom: 50px;
}
.sign_up_wrap.type01 .confirm_wrap .bot {
  padding-top: 45px;
  border-top: 1px solid #dcdcdc;
}
.sign_up_wrap.type01 .confirm_wrap .sub_txt {
  font-size: 16px;
}
.sign_up_wrap.type01 .confirm_wrap .bot .btn {
  display: block;
  width: 150px;
  height: 50px;
  margin: 40px auto 0;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .sign_up_wrap.type01 .confirm_wrap {
    padding: 35px 20px 30px;
  }
  .sign_up_wrap.type01 .confirm_wrap .top {
    padding-bottom: 25px;
  }
  .sign_up_wrap.type01 .confirm_wrap .confirm_tit {
    font-size: 22px;
  }
  .sign_up_wrap.type01 .confirm_wrap .confirm_tit::before {
    width: 60px;
    height: 70px;
    margin: 0 auto 17px;
  }
  .sign_up_wrap.type01 .confirm_wrap .desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .sign_up_wrap.type01 .confirm_wrap .bot {
    padding-top: 25px;
  }
  .sign_up_wrap.type01 .confirm_wrap .sub_txt {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .confirm_wrap .bot .btn {
    margin: 25px auto 0;
    width: 112px;
    height: 35px;
    font-size: 14px;
  }
}
/* 회원가입_정보입력 */
.board .type_table input[type=password] {
  border: 1px solid #d7d7d7;
}
.table_sub_txt {
  font-size: 18px;
  text-align: right;
}
.sign_up_wrap.type01 .board_wrap {
  margin-top: 45px;
}
.sign_up_wrap.type01 .board {
  margin-top: 13px;
}
.sign_up_wrap.type01 .board .type_table input[type=text],
.sign_up_wrap.type01 .board .type_table input[type=password] {
  width: 100%;
  height: 45px;
  padding: 10px;
  background: #fff;
  font-size: 16px;
}
.sign_up_wrap.type01 .type_table .input_btn_wrap input[type=text] {
  max-width: 400px;
}
.sign_up_wrap.type01 .board .type_table select {
  height: 45px;
  padding: 10px;
  background: #fff url(../img/module/ico_select_arrow02.png) no-repeat center right 10px / 11px 7px;
}
.sign_up_wrap.type01 .board .type_table .th,
.sign_up_wrap.type01 .board .type_table .td {
  height: 66px;
}
.sign_up_wrap.type01 .board .type_table .th {
  width: 15%;
}
.sign_up_wrap.type01 .board .type_table .td {
  vertical-align: middle;
}
.sign_up_wrap.type01 .type_table .td span {
  font-size: 16px;
}
.sign_up_wrap.type01 .type_table input[type=text]+.btn {
  display: inline-block;
  width: 150px;
  height: 45px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 43px;
}
.sign_up_wrap.type01 .type_table input[type=password]+p {
  margin-top: 5px;
  font-size: 14px;
}
.sign_up_wrap.type01 .type_table .tel_box select,
.sign_up_wrap.type01 .type_table .tel_box input[type=text] {
  display: inline-block;
  width: calc((100% - 64px)/3);
  min-width: 0;
}
.sign_up_wrap.type01 .type_table .tel_box .dash {
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: 0 5px;
  background: #000;
  vertical-align: middle;
}
.sign_up_wrap.type01 .type_table .mail_box input[type=text],
.sign_up_wrap.type01 .type_table .mail_box select {
  display: inline-block;
  width: calc((100% - 50px)/3);
  max-width: 150px;
}
.sign_up_wrap.type01 .type_table .mail_box select {
  margin-left: 10px;
}
.sign_up_wrap.type01 .type_table .mail_box .at {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  vertical-align: middle;
}
.sign_up_wrap.type01 .type_table .address_box input[type=text] {
  width: 100%;
  max-width: none;
}
.sign_up_wrap.type01 .type_table .address_box input[type=text]:not(:first-of-type) {
  margin-top: 10px;
}
.sign_up_wrap.type01 .type_table .address_box input[type=text]:disabled {
  max-width: 400px;
  background: #f8f8f8;
}
.sign_up_wrap.type01 .type_table .radiobox_wrap .radio+.radio {
  margin-left: 25px;
}
.sign_up_wrap.type01 .type_table .radiobox_wrap label,
.sign_up_wrap.type01 .type_table .check_wrap label {
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  .table_sub_txt {
    font-size: 16px;
    line-height: 1.3;
  }
  .sign_up_wrap.type01 .board_wrap {
    margin-top: 25px;
  }
  .sign_up_wrap.type01 .board {
    margin-top: 10px;
  }
  .sign_up_wrap.type01 .board .type_table select {
    background-position: center right 5px;
    background-size: 9px 5px;
  }
  .sign_up_wrap.type01 .board .type_table .tr {
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  .sign_up_wrap.type01 .board .type_table .th,
  .sign_up_wrap.type01 .board .type_table .td {
    display: table;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .sign_up_wrap.type01 .board .type_table .th {
    width: 25%;
  }
  .sign_up_wrap.type01 .board .type_table .td {
    width: 75%;
    min-height: 40px;
  }
  .sign_up_wrap.type01 .board .type_table .th .inner,
  .sign_up_wrap.type01 .board .type_table .td .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .sign_up_wrap.type01 .board .type_table .td .inner {
    padding: 5px;
  }
  .sign_up_wrap.type01 .type_table .th label,
  .sign_up_wrap.type01 .type_table .th span {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .type_table .td span {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .board .type_table input[type=text],
  .sign_up_wrap.type01 .board .type_table input[type=password],
  .sign_up_wrap.type01 .board .type_table select {
    height: 30px;
    padding: 5px;
    font-size: 14px;
  }
  .sign_up_wrap.type01 .type_table .input_btn_wrap input[type=text] {
    width: calc(100% - 93px);
  }
  .sign_up_wrap.type01 .type_table input[type=text]+.btn {
    width: 88px;
    height: 30px;
    margin-left: 0;
    font-size: 12px;
    line-height: 28px;
  }
  .sign_up_wrap.type01 .type_table input[type=password]+p {
    font-size: 12px;
  }
  .sign_up_wrap.type01 .type_table .tel_box .dash {
    width: 6px;
    margin: 0 3px;
  }
  .sign_up_wrap.type01 .type_table .tel_box select,
  .sign_up_wrap.type01 .type_table .tel_box input[type=text] {
    width: calc((100% - 44px)/3);
  }
  .sign_up_wrap.type01 .type_table .address_box input[type=text]:disabled {
    width: calc(100% - 93px);
  }
  .sign_up_wrap.type01 .type_table .mail_box input[type=text] {
    width: calc((100% - 29px)/2);
  }
  .sign_up_wrap.type01 .type_table .mail_box select {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 5px;
  }
  .sign_up_wrap.type01 .type_table .mail_box .at {
    margin: 0 4px;
    font-size: 12px;
  }
  .sign_up_wrap.type01 .type_table .address_box input[type=text]:not(:first-of-type) {
    margin-top: 5px;
  }
  .sign_up_wrap.type01 .type_table .check_wrap.type01 .check {
    width: 100%;
  }
  .sign_up_wrap.type01 .type_table .radiobox_wrap label,
  .sign_up_wrap.type01 .type_table .check_wrap label {
    font-size: 14px;
  }
  .sign_up_wrap.type01 .type_table .check_wrap.type01 .check:not(:nth-last-of-type(n+1):nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .sign_up_wrap.type01 .type_table .check_wrap.type01 .check:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .sign_up_wrap.type01 .type_table .radiobox_wrap .radio+.radio {
    margin-left: 20px;
  }
}
/* 회원가입 - 가입완료 */
.sign_up_wrap.type01 .complete_wrap {
  padding: 100px 0;
  margin-top: 50px;
  border: 1px solid #ddd;
  text-align: center;
}
.sign_up_wrap.type01 .complete_wrap .txt {
  font-size: 24px;
  line-height: 40px;
  color: #272727;
}
.sign_up_wrap.type01 .complete_wrap .txt::before {
  content: '';
  display: block;
  width: 210px;
  height: 180px;
  margin: 0 auto 35px;
  background: url(../img/module/img_complete_sample.png) no-repeat center center / 100%;
}
@media screen and (max-width:768px) {
  .sign_up_wrap.type01 .complete_wrap {
    padding: 55px 0;
    margin-top: 30px;
  }
  .sign_up_wrap.type01 .complete_wrap .txt {
    font-size: 16px;
    line-height: 26px;
  }
  .sign_up_wrap.type01 .complete_wrap .txt::before {
    width: 134px;
    height: 115px;
    margin: 0 auto 20px;
  }
}
/* 회원가입02 - 공통 */
.signup_step_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.signup_step_wrap ul li {
  display: flex;
  flex: 1;
  height: 70px;
  background-color: #f6f6f6;
  justify-content: center;
  font-size: 18px;
  align-items: center;
  border: 1px solid #dcdcdc;
}
.signup_step_wrap ul li>span {
  position: relative;
}
.signup_step_wrap ul li>span::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: red;
  margin: 0 14px -6px 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  /* position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0%, -50%); */
}
.signup_step_wrap ul li:not(:last-of-type) {
  border-right: none;
}
.signup_step_wrap ul li:nth-of-type(1)>span:before {
  background: url(../img/module/ico_sign_up_step_01.png);
}
.signup_step_wrap ul li:nth-of-type(2)>span:before {
  background: url(../img/module/ico_sign_up_step_02.png);
}
.signup_step_wrap ul li:nth-of-type(3)>span:before {
  background: url(../img/module/ico_sign_up_step_03.png);
}
.signup_step_wrap ul li:nth-of-type(4)>span:before {
  background: url(../img/module/ico_sign_up_step_04.png);
}
.signup_step_wrap ul li.current {
  background-color: #0a4c86;
  border-color: #0a4c86;
  color: white;
}
.signup_step_wrap ul li.current>span::before {
  background-position: 0 100%;
}
br.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .signup_step_wrap ul li>span::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.mobile {
    display: block;
  }
  .signup_step_wrap ul {
    margin-bottom: 40px;
  }
  .signup_step_wrap ul li {
    height: 55px;
  }
  .signup_step_wrap ul li .mobile_off {
    display: none;
  }
  .signup_step_wrap ul li.current {
    min-width: 214px;
  }
  .signup_step_wrap ul li.current .mobile_off {
    display: inline-block;
  }
}
/* 회원가입02 - 약관동의 */
.signup_step01_wrap .signup_title_wrap {
  font-size: 28px;
  line-height: 36px;
}
.signup_step01_wrap .signup_title_wrap .bold {
  font-weight: 700;
}
.signup_step01_wrap .signup_terms_wrap .terms_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.signup_step01_wrap .all_checked_wrap {
  padding-bottom: 20px;
  font-size: 18px;
}
.check_box {
  display: flex;
  align-items: center;
  position: relative;
}
.signup_step01_wrap .check_box label {
  cursor: pointer;
}
.signup_step01_wrap .check_box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.signup_step01_wrap .check_box input[type="checkbox"]+label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/module/checkbox01.png) no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
}
.signup_step01_wrap .check_box input[type="checkbox"]:checked+label {
  position: relative;
}
.signup_step01_wrap .check_box input[type="checkbox"]:checked+label::before {
  background-position: 0 100%;
}
.signup_step01_wrap .terms_content_wrap {
  border: 1px solid #d7d7d7;
  border-top: 0px solid transparent;
  padding: 20px;
  overflow-y: auto;
  height: 260px;
  clear: both;
  font-size: 16px;
  line-height: 2;
  color: #5a5a5a;
  font-weight: 400;
  display: none;
}
.signup_step01_wrap .terms_content_wrap .terms_title {
  color: #000;
  font-weight: 500;
}
.signup_step01_wrap .terms_toggle_wrap {
  height: 68px;
  line-height: 66px;
  font-size: 18px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup_step01_wrap .terms_toggle_wrap span::after {
  content: '';
  display: inline-block;
  background: url(../img/module/ico_terms_show.png) center;
  background-size: cover;
  width: 13px;
  height: 9px;
  margin-left: 10px;
  margin-bottom: 3px;
  transition: 0.3s;
}
.signup_step01_wrap .terms_toggle_wrap button.active span::after {
  transform: rotate(-180deg);
}
.signup_step01_wrap .checked_wrap {
  font-size: 18px;
}
.signup_step01_wrap .btn_wrap {
  margin-top: 40px;
  display: block;
}
.signup_step01_wrap .btn_wrap button {
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.signup_step01_wrap .btn_wrap button:not(:last-of-type) {
  margin-right: 8px;
}
.btn-bn_gray.type02 {
  border: 1px solid #8a8a8a;
  background: #8a8a8a;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_gray.type02:hover {
  border-color: #5a5a5a;
  background: #5a5a5a;
}
.btn-bn_blue {
  border: 1px solid #22538b;
  background: #22538b;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_blue:hover {
  border: 1px solid #093364;
  background: #093364;
}
@media screen and (max-width: 768px) {
  .signup_step01_wrap .signup_title_wrap {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .signup_step01_wrap .signup_terms_wrap .terms_box:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .signup_step01_wrap .all_checked_wrap {
    padding-bottom: 14px;
    font-size: 14px;
  }
  .signup_step01_wrap .terms_toggle_wrap {
    height: 56px;
    line-height: 54px;
    font-size: 14px;
  }
  .signup_step01_wrap .terms_toggle_wrap span::after {
    width: 11px;
    height: 8px;
  }
  .signup_step01_wrap .terms_content_wrap {
    font-size: 14px;
    height: 310px;
    padding: 15px;
  }
  .signup_step01_wrap .checked_wrap {
    font-size: 14px;
  }
  .signup_step01_wrap .btn_wrap {
    margin-top: 40px;
  }
  .signup_step01_wrap .btn_wrap button {
    width: calc((100% - 13px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
}
/* 회원가입02 - 본인인증 */
.logIn_wrap .logIn_inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.logIn_wrap .login_txt {
  font-size: 28px;
}
.logIn_wrap .login_txt>span {
  font-weight: 800;
}
.find_inform_wrap .choose_member {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 850px;
  margin: 0 auto 40px;
}
.find_inform_wrap .choose_member .wrap {
  width: calc((100% - 30px) / 2);
  position: relative;
}
.find_inform_wrap .choose_member .wrap:first-of-type {
  margin-right: 30px;
}
.find_inform_wrap .choose_member .wrap a {
  width: 100%;
  padding: 60px 20px;
  display: inline-block;
  text-align: center;
}
.find_inform_wrap .choose_member .wrap a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c6c6c6;
  left: 0;
  top: 0;
  z-index: -1;
}
.find_inform_wrap .choose_member .wrap a:hover:after {
  border: 2px solid #ff7044;
}
.find_inform_wrap .choose_member .wrap p {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
}
.find_inform_wrap .choose_member .wrap span {
  font-size: 18px;
  color: #333;
}
.find_inform_wrap .choose_member .wrap p::before {
  content: '';
  display: block;
  width: 91px;
  height: 91px;
  background: url(../img/module/member_img01.png) no-repeat;
  margin: 0 auto 25px;
}
.find_inform_wrap .choose_member .wrap.type02 p::before {
  background-image: url(../img/module/member_img02.png);
}
.find_inform_wrap .inform_bg_wrap {
  background: #f6f6f6;
  padding: 40px;
}
.find_inform_wrap .inform_bg_wrap .inner {
  max-width: 460px;
  margin: 0 auto;
}
.find_inform_wrap .btn_wrap {
  margin-top: 40px;
}
.find_inform_wrap .btn_wrap button {
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.find_inform_wrap .btn_wrap button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .find_inform_wrap .choose_member {
    /* display: block; */
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .find_inform_wrap .choose_member .wrap {
    width: 100%;
  }
  .find_inform_wrap .choose_member .wrap:first-of-type {
    margin-right: 15px;
    /* margin-bottom: 30px; */
  }
  .find_inform_wrap .choose_member .wrap a {
    padding: 30px 10px 35px;
  }
  .find_inform_wrap .choose_member .wrap p::before {
    /* width: 74px;
    height: 70px; */
    width: 64px;
    height: 60px;
    background-size: contain;
    margin: 0 auto 20px;
  }
  .find_inform_wrap .choose_member .wrap p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .find_inform_wrap .choose_member .wrap span {
    font-size: 13px;
  }
  .find_inform_wrap .inform_bg_wrap {
    padding: 25px 15px;
  }
  .find_inform_wrap .inform_bg_wrap .inner {
    max-width: 100%;
  }
  .find_inform_wrap .btn_wrap {
    margin-top: 30px;
  }
  .find_inform_wrap .btn_wrap button {
    width: calc((100% - 13px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
  .logIn_wrap .login_txt {
    font-size: 22px;
    line-height: 30px;
  }
}
/* 회원가입02 - 본인인증 - 이미 등록된 회원 */
.find_inform_wrap .inform_bg_wrap .text_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}
.find_inform_wrap .inform_bg_wrap .text_inner p>span.og {
  color: #e45149;
}
.find_inform_wrap.type02 .inform_bg_wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 160px;
}
.btn-by_gray {
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-by_gray:hover {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: #fff;
}
.btn-by_blue {
  border: 1px solid #1c55a9;
  background: #fff;
  color: #154995;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-by_blue:hover {
  background: #1c55a9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .find_inform_wrap .inform_bg_wrap .text_inner {
    font-size: 16px;
    line-height: 26px;
  }
  .find_inform_wrap .btn_wrap.num03 button {
    width: calc((100% - 25px) / 3);
  }
  .find_inform_wrap.type02 .inform_bg_wrap {
    min-height: 100px;
  }
}
/* 회원가입02 - 정보입력 */
.inform_revise_wrap .txt {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 23px;
}
.inform_revise_wrap .revise_inner:not(:first-of-type) {
  margin-top: 47px;
}
.inform_table {
  border-top: 3px solid #333e58;
}
.inform_table .tr {
  display: table;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  min-height: 80px;
}
.inform_table .tr .th {
  display: table-cell;
  vertical-align: middle;
  background: #f5f5f5;
  color: #333e58;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  width: 200px;
  padding: 20px 5px 20px 28px;
}
.inform_table.add_info .tr .th {
  display: block;
  width: 100%;
  text-align: center;
}
.inform_table .tr .td {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 18px;
}
.inform_table.add_info .tr .td {
  display: block;
  width: 100%;
}
.inform_table .tr .td .id .input_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.inform_table .tr .td span {
  display: block;
}
.inform_table .tr .td input {
  border: 1px solid #cecece;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
  color: #828282;
  max-width: 300px;
  min-width: auto;
  width: 100%;
  height: 42px;
  margin-right: 10px;
}
.inform_table .tr .td .check_wrap input {
  border: 0;
}
.inform_table .tr .td input .inform_table .tr .td .id .id_duplicate_wrap {
  margin-left: 20px;
  display: block;
}
.inform_table .tr .td .id .id_duplicate_wrap span {
  font-size: 15px;
  margin-left: 15px;
  line-height: 20px;
}
.inform_table .tr .td .id .id_not {
  color: #e45149;
}
.inform_table .tr .td .id .id_can {
  color: #0a4c86;
}
.inform_table .tr .td input[type="radio"] {
  border: none;
  max-width: fit-content;
}
.inform_table .tr .td input.w100 {
  max-width: 100%;
}
.inform_table .tr .td input:not(:first-of-type) {
  margin-top: 10px;
}
.inform_table .tr .td input.w_bg {
  background: #f8f8f8;
}
.inform_table .tr .td .gray {
  display: block;
  font-size: 15px;
  color: #828282;
  margin-top: 10px;
}
.inform_table .tr .td .address .input_wrap {
  display: flex;
  margin-bottom: 10px;
}
.inform_table .tr .td .address .input_wrap>input {
  margin-right: 10px;
}
.inform_table .tr .td .address .input_wrap>button {
  min-width: 150px;
  font-weight: 500;
  font-size: 18px;
}
.inform_table .tr .td .check_wrap:not(:last-child) {
  margin-right: 20px;
}
.inform_table .tr .td .check_wrap label {
  color: #000;
}
.inform_table .tr .td .id .input_wrap .input_inner {
  display: flex;
}
.inform_table .tr .td .check_wrap input[type="checkbox"]+label:before {
  margin-bottom: 1px;
}
.inform_revise_wrap .btn_wrap {
  margin-top: 50px;
}
.inform_revise_wrap .btn_wrap button {
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.inform_table .tr .td .id .input_wrap button {
  min-width: 150px;
  font-weight: 500;
  font-size: 18px;
}
.btn-bn_darkgray {
  border: 1px solid #41464d;
  background: #41464d;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-bn_darkgray:hover {
  border: 1px solid #41464d;
  background: #fff;
  color: #41464d;
}
.inform_revise_wrap .btn_wrap button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .inform_table .tr .td .id .input_wrap {
    display: block;
    margin-bottom: 0;
  }
  .inform_table .tr .td .id .id_duplicate_wrap {
    margin-left: 0;
  }
  .inform_table .tr .td .id .id_duplicate_wrap span {
    margin-left: 0;
    margin-top: 5px;
  }
  @media screen and (max-width: 768px) {
    .inform_table .tr .td .id .input_wrap input[type="text"] {
      margin-right: 5px;
      width: calc(100% - 94px);
      min-width: auto;
      height: 30px;
    }
    .inform_table .tr .td .id .input_wrap button {
      min-width: 88px;
      font-size: 12px;
    }
    .inform_revise_wrap {
      padding-bottom: 0;
    }
    .inform_revise_wrap .txt {
      font-size: 16px;
      padding-bottom: 13px;
    }
    .inform_table {
      border-top: 2px solid #333e58;
    }
    .inform_table .tr {
      min-height: 40px;
    }
    .inform_table .tr .th {
      font-size: 14px;
      line-height: 20px;
      min-width: 95px;
      max-width: 96px;
      padding: 10px;
      word-break: keep-all;
    }
    .inform_table.add_info .tr .th {
      min-width: 0;
      max-width: 0;
    }
    .inform_table .tr .td {
      padding: 5px 0 5px 5px;
      font-size: 14px;
    }
    .inform_table.add_info .tr .td .inner {
      display: flex;
      flex-wrap: wrap;
    }
    .inform_table.add_info .tr .td .inner .check_wrap {
      flex-basis: 50%;
      margin-bottom: 5px;
      margin-right: 0;
    }
    .inform_table .tr .td input {
      padding: 0 9px;
      font-size: 14px;
      min-width: 100%;
      height: 30px;
    }
    .inform_table .tr .td .gray {
      font-size: 12px;
      line-height: 18px;
      margin-top: 3px;
    }
    .inform_table .tr .td .address .input_wrap>input {
      margin-right: 5px;
      width: calc(100% - 94px);
      min-width: auto;
      height: 30px;
    }
    .inform_table .tr .td .address .input_wrap>button {
      min-width: 88px;
      font-size: 12px;
    }
    .inform_table .tr .td .address .input_wrap {
      margin-bottom: 5px;
    }
    .inform_table .tr .td input:not(:first-of-type) {
      margin-top: 5px;
    }
    .inform_revise_wrap .revise_inner:not(:first-of-type) {
      margin-top: 27px;
    }
    .inform_table .tr .td .check_wrap input[type="checkbox"]+label:before {
      margin-bottom: 0;
    }
    .inform_revise_wrap .btn_wrap button {
      width: calc((100% - 13px) / 2);
      max-width: 155px;
      min-width: auto;
      font-size: 14px;
      line-height: 43px;
    }
    .inform_revise_wrap .btn_wrap {
      margin-top: 30px;
    }
    .inform_table .tr .td .id .id_duplicate_wrap span {
      font-size: 12px;
    }
  }
}
/* 회원가입02 - 가입완료 */

/* 공통팝업 */
.mainPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5001;
  width: 100%;
  height: 0;
}
.mainPopup .popup {
  max-width: 800px;
  min-width: 250px;
  margin: 20px;
  background: #fff;
  position: relative;
}
.mainPopup .popup_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  align-items: flex-start;
  height: 0;
}
.mainPopup .popup_inner .popup .pop_con img {
  width: 100%;
  height: auto !important;
}
.mainPopup .popup_inner .popup .pop_btn {
  display: flex;
  justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 6px 10px 7px;
  font-size: 14px;
  position: absolute;
  top: 100%;
  width: 100%;
}
.mainPopup .popup_inner .popup .pop_btn button {
  color: #fff;
  font-size: 14px;
  background: url(../img/module/pop_btn.png) no-repeat center right;
  padding-right: 18px;
}
.mainPopup .popup_inner .popup .pop_btn .check_box input[type="checkbox"]+label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/module/pop_checkbox.png) no-repeat center left;
  vertical-align: middle;
  margin-right: 7px;
  cursor: pointer;
  background-position: 0 0;
  margin-bottom: 3px;
}
.mainPopup .popup_inner .popup .pop_btn .check_box input {
  width: 20px;
  height: 20px;
  position: absolute;
}
.mainPopup .popup_inner .popup .pop_btn .check_box label {
  cursor: pointer;
}
.mainPopup .popup_inner .popup .pop_btn .check_box input[type="checkbox"]:checked+label:before {
  background-position: 0 100%;
}
@media screen and (max-width: 768px) {
  .mainPopup {
    position: absolute;
  }
  .mainPopup .popup_inner {
    justify-content: center;
  }
}
/*첨부파일*/
.upload_wrap {
  width: 100%;
  position: relative;
}
.upload_wrap .file-section {
  display: table;
  width: 100%;
  min-height: 100px;
  margin: 10px 0;
  padding: 7px;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: #f3f3f3;
  cursor: pointer;
}
.upload_wrap .text-center {
  display: table-cell;
  vertical-align: middle;
}
.upload_wrap .file_item-wrap {
  display: block;
  padding: 6px 12px;
  margin: 3px;
  border: 0px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.upload_wrap .uploaded-item-preview {
  display: none;
}
.upload_wrap .uploaded-item-holder {
  display: table;
}
.upload_wrap .uploaded-item-holder .file-txt {
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #333;
  border-color: #333;
  color: #fff;
  padding: 2px 5px;
  font-size: 10px;
}
.upload_wrap .uploaded-item-holder .uploaded-item-cell {
  display: table-cell;
  padding: 0 3px;
}
.upload_wrap .text-center {
  text-align: center;
}
.upload_wrap .sub_txt-wrap {
  padding: 5px;
}

/* ax5ui.itg */
@-webkit-keyframes ax-progressbox {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(0)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes ax-progressbox {
  0% {
    opacity: 0.0;
    -moz-transform: scale(0)
  }
  100% {
    opacity: 1.0;
    -moz-transform: scale(1)
  }
}
@keyframes ax-progressbox {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes ax-progressbox-destroy {
  from {
    -webkit-transform: scale(1);
    opacity: 1.0
  }

  to {
    -webkit-transform: scale(0.95);
    opacity: 0.0
  }
}
@-moz-keyframes ax-progressbox-destroy {
  from {
    -moz-transform: scale(1);
    opacity: 1.0
  }

  to {
    -moz-transform: scale(0.95);
    opacity: 0.0
  }
}
@keyframes ax-progressbox-destroy {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1.0
  }

  to {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.0
  }
}
[data-ax5uploader] {
  box-sizing: border-box;
  position: relative
}
[data-ax5uploader] *,
[data-ax5uploader] *:before,
[data-ax5uploader] *:after {
  box-sizing: border-box
}
[data-ax5uploader] [data-ax5uploader-button="selector"] {
  position: relative;
  background-color: #2f588b;
  border-color: #2f588b;
  border-style: solid;
  border-width: 1px;
}
[data-ax5uploader] [data-ax5uploader-button="selector"]:hover {
  color: #2f588b !important;
  background-color: #fff;
}
[data-ax5uploader] [data-ax5uploader-dropzone] {
  background: #f3f3f3;
  border: 2px dashed #7e96b4;
  border-radius: 5px;
  margin: 10px 0;
  padding: 7px;
  cursor: pointer;
  text-align: center;
}
[data-ax5uploader] [data-ax5uploader-dropzone].dragover {
  background: #fff;
  border: 2px solid #0087F7;
  opacity: 0.6
}
[data-ax5uploader-uploaded-box] {
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
  padding: 7px;
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] {
  margin: 10px 0
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] .text-center {
  padding: 25px 10px;
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] {
  display: block;
  color: #333;
  border: 0px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 3px;
  background: #fff
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]:hover,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]:focus,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item].focus {
  color: #333;
  text-decoration: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]:active,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item].disabled,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item][disabled],
fieldset[disabled] [data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-preview {
  display: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder {
  display: flex;
  flex-wrap: wrap;
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder .uploaded-item-cell {
  display: table-cell;
  padding: 0 3px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"] {
  cursor: pointer
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"]:hover,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"]:focus,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"].focus {
  color: #337ab7;
  text-decoration: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"] {
  cursor: pointer
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"]:hover,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"]:focus,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"].focus {
  color: #337ab7;
  text-decoration: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="inline"]:after {
  content: " ";
  display: block;
  clear: both
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="inline"] [data-ax5uploader-uploaded-item] {
  display: block;
  float: left
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"]:after {
  content: " ";
  display: block;
  clear: both
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] {
  display: block;
  float: left;
  width: 120px;
  padding: 0;
  background: transparent
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item]:active,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview {
  display: block
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview.no-image {
  width: 120px;
  height: 120px;
  border: 0px solid #ccc;
  border-radius: 4px;
  background-color: #66b4fb;
  background-image: -webkit-linear-gradient(-290deg, #66b4fb, #ff78b2);
  background-image: linear-gradient(20deg, #66b4fb, #ff78b2);
  text-align: center;
  line-height: 120px;
  color: #fff
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview.no-image:before {
  content: 'No Image'
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview.no-image img {
  display: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview img {
  width: 120px;
  height: 120px;
  border: 0px solid #ccc;
  border-radius: 4px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder {
  position: relative;
  display: block
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder .uploaded-item-cell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"] {
  position: absolute;
  left: 5px;
  top: -115px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"] {
  position: absolute;
  right: 5px;
  top: -115px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="filename"] {
  padding-top: 5px
}
[data-ax5uploader-input] {
  position: absolute;
  left: -1000px;
  top: -1000px;
  opacity: 0;
  cursor: pointer
}
[data-ax5uploader-progressbox] {
  box-sizing: border-box;
  z-index: 1000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: ax-progressbox .1s;
  -o-animation: ax-progressbox .1s;
  animation: ax-progressbox .1s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox] .progress {
  overflow: hidden;
  height: 12px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
[data-ax5uploader-progressbox] .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 12px;
  color: #fff;
  text-align: center;
  background-color: #66b4fb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease
}
[data-ax5uploader-progressbox] .progress-striped .progress-bar,
[data-ax5uploader-progressbox] .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}
[data-ax5uploader-progressbox] .progress.active .progress-bar,
[data-ax5uploader-progressbox] .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}
[data-ax5uploader-progressbox] .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #ddd
}
[data-ax5uploader-progressbox].direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #ddd;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #ddd;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #ddd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #337ab7;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].primary.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].primary.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #337ab7
}
[data-ax5uploader-progressbox].primary.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].primary.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].primary.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #337ab7;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].primary.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #337ab7;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].primary.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].primary.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].primary.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #337ab7;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #d6e9c6;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].success .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].success.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].success.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #d6e9c6
}
[data-ax5uploader-progressbox].success.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].success.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].success.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #d6e9c6;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].success.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #d6e9c6;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].success.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].success.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].success.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #d6e9c6;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #bce8f1;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].info .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].info.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].info.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #bce8f1
}
[data-ax5uploader-progressbox].info.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].info.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].info.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #bce8f1;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].info.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #bce8f1;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].info.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].info.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].info.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #bce8f1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #faebcc;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].warning.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].warning.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #faebcc
}
[data-ax5uploader-progressbox].warning.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].warning.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].warning.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #faebcc;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].warning.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #faebcc;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].warning.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].warning.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].warning.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #faebcc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #ebccd1;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].danger.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].danger.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #ebccd1
}
[data-ax5uploader-progressbox].danger.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].danger.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].danger.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #ebccd1;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].danger.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #ebccd1;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].danger.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].danger.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].danger.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #ebccd1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].destroy {
  -webkit-animation: ax-progressbox-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
  -o-animation: ax-progressbox-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
  animation: ax-progressbox-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards
}
[data-ax5uploader-progressbox].direction-top {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top
}
[data-ax5uploader-progressbox].direction-right {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}
[data-ax5uploader-progressbox].direction-bottom {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}
[data-ax5uploader-progressbox].direction-left {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="previewUrl"] {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  [data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] .text-center {
    padding: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
  }
}
/* 파일 알림창 */
[data-ax5uploader-input] {
  position: absolute;
  left: -1000px;
  top: -1000px;
  opacity: 0;
  cursor: pointer
}
/* dialog */
@-webkit-keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -webkit-transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -moz-transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -moz-transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -moz-transform: scale(1)
  }
}
@keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes ax-dialog-destroy {
  from {
    -webkit-transform: scale(1);
    opacity: 1.0
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.0
  }
}
@-moz-keyframes ax-dialog-destroy {
  from {
    -moz-transform: scale(1);
    opacity: 1.0
  }
  to {
    -moz-transform: scale(0.5);
    opacity: 0.0
  }
}
@keyframes ax-dialog-destroy {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1.0
  }
  to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.0
  }
}
.ax5-ui-dialog {
  -webkit-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175);
  z-index: 2000;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  border: 1px solid #ddd
}
.ax5-ui-dialog .ax-dialog-header {
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid transparent
}
.ax5-ui-dialog .ax-dialog-header .badge {
  font-size: 0.8em;
  color: #f5f5f5;
  background-color: #333
}
.ax5-ui-dialog .ax-dialog-body {
  padding: 15px;
  text-align: center
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-msg {
  padding-top: 15px;
  padding-bottom: 15px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-prompt {
  text-align: left;
  padding-bottom: 7.5px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons {
  margin-top: 15px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons button:not(:last-child) {
  margin-right: 3px
}
.ax5-ui-dialog .ax-dialog-body [data-dialog-els="additional-content"] {
  margin-top: 15px
}
.ax5-ui-dialog .ax-dialog-header {
  color: #333;
  background: #f5f5f5
}
.ax5-ui-dialog .ax-dialog-header .badge {
  color: #f5f5f5;
  background-color: #333
}
.ax5-ui-dialog.primary {
  border: 1px solid #ddd
}
.ax5-ui-dialog.primary .ax-dialog-header {
  color: #fff;
  background: #337ab7
}
.ax5-ui-dialog.primary .ax-dialog-header .badge {
  color: #337ab7;
  background-color: #fff
}
.ax5-ui-dialog.success {
  border: 1px solid #ddd
}
.ax5-ui-dialog.success .ax-dialog-header {
  color: #3c763d;
  background: #dff0d8
}
.ax5-ui-dialog.success .ax-dialog-header .badge {
  color: #dff0d8;
  background-color: #3c763d
}
.ax5-ui-dialog.info {
  border: 1px solid #ddd
}
.ax5-ui-dialog.info .ax-dialog-header {
  color: #31708f;
  background: #d9edf7
}
.ax5-ui-dialog.info .ax-dialog-header .badge {
  color: #d9edf7;
  background-color: #31708f
}
.ax5-ui-dialog.warning {
  border: 1px solid #ddd
}
.ax5-ui-dialog.warning .ax-dialog-header {
  color: #8a6d3b;
  background: #fcf8e3
}
.ax5-ui-dialog.warning .ax-dialog-header .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}
.ax5-ui-dialog.danger {
  border: 1px solid #ddd
}
.ax5-ui-dialog.danger .ax-dialog-header {
  color: #a94442;
  background: #f2dede
}
.ax5-ui-dialog.danger .ax-dialog-header .badge {
  color: #f2dede;
  background-color: #a94442
}
.ax5-ui-dialog.destroy {
  -webkit-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -o-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards
}
.trigger-file-input {
  display: inline-block;
  font-size: 14px;
  height: 36px;
  padding: 0px 10px;
  border-color: #448aca;
  background-color: #448aca;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
}
.trigger-file-input:hover {
  border-color: #084a83;
  background-color: #084a83;
}
.btn-primary {
  display: inline-block;
  width: 60px;
  height: 36px;
  background-color: #7471e3;
  border-color: #7471e3;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.btn-primary:hover {
  background-color: #4946b4;
  border-color: #4946b4;
}
@media screen and (max-width:1024px) {
  .file_wrap .upload-name {
    max-width: calc(50% - 70px);
  }
}
@media screen and (max-width:768px) {
  .upload_wrap .file-section {
    padding: 3px;
  }
  .upload_wrap .file_item-wrap {
    padding: 5px;
    margin: 0;
  }
  .upload_wrap .uploaded-item-holder {
    display: block;
  }
  .upload_wrap .uploaded-item-holder .uploaded-item-cell {
    display: inline-block;
  }
  .upload_wrap .uploaded-item-holder .file-txt {
    display: none;
  }
  span.help {
    line-height: 20px;
  }
  .btn-primary {
    height: 28px;
    margin-left: 0;
    line-height: 26px;
  }
}
@media screen and (max-width:359px) {
  .upload_wrap .uploaded-item-holder .file-txt {
    display: none;
  }
}
/*cms 첨부파일버튼*/
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #dce2ee;
  border-radius: 3px;
}
.btn-warning {
  background-color: #656573;
  border-color: #656573;
  color: #fff;
}
.btn-default {
  background-color: #dce2ee;
  color: #000;
  border-color: #dce2ee;
}
.btn- {
  border-color: #dce2ee;
}
.uploadicon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.uploadicon.download_icon {
  background-image: url(../img/module/download_icon.png);
}
.uploadicon.delete_icon {
  background-image: url(../img/module/del_icon.png);
}
.uploadicon.up_icon {
  background-image: url(../img/module/up_icon.png);
}
.uploadicon.down_icon {
  background-image: url(../img/module/down_icon.png);
}
/* SNB (레프트메뉴) 타입01 */
.aside_menuWrap.type01 {
  min-width: 260px;
  width: 260px;
  margin-right: 40px;
}
.aside_menuWrap.type01 .titleWrap {
  background: url(../img/module/aside_menu_bg.png) no-repeat right -50px top -10px #0056b3;
  width: 100%;
  height: 132px;
  position: relative;
  overflow: hidden;
}
.aside_menuWrap.type01 .titleWrap p {
  font-size: 26px;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.aside_menuWrap.type01 .menu_con li {
  border-bottom: 1px solid #9f9f9f;
}
.aside_menuWrap.type01 .menu_con>.depth_1>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 15px 15px 15px 20px;
}
.aside_menuWrap.type01 .menu_con>.depth_1>a:hover {
  color: #0056b3;
}
.aside_menuWrap.type01 .menu_con>.depth_1.on>a {
  color: #0056b3;
  font-weight: 800;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub>a::after {
  display: inline-block;
  content: '';
  background: url(../img/module/aside_menu_btn.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub.on>a::after {
  background: url(../img/module/aside_menu_btn_on.png) no-repeat;
  height: 2px;
  transition: all .5s;
  transform: translateY(-50%) rotate(180deg);
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 {
  background: #f8f8f8;
  padding: 18px 26px;
  display: none;
  border-top: 2px solid #0056b3;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li {
  border-bottom: none;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li a {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  word-break: keep-all;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li a:hover {
  color: #0056b3;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li a:hover:before {
  background: #0056b3;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li.on a {
  color: #0056b3;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li.on a::before {
  background: #0056b3;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li:not(:last-child) {
  margin-bottom: 10px;
}
.aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 li a::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  background: #8a8a8a;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 1250px) {
  .aside_menuWrap.type01 {
    min-width: 230px;
    width: 230px;
  }
  .aside_menuWrap.type01 .menu_con>.depth_1.hasSub .depth_2 {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .aside_menuWrap.type01 {
    display: none;
  }
}
/* SNB (레프트메뉴) 타입02 */
.aside_menuWrap.type02 {
  min-width: 260px;
  width: 260px;
}
.aside_menuWrap.type02 .titleWrap {
  border-bottom: 3px solid #000;
  padding: 0 20px 30px;
}
.aside_menuWrap.type02 .titleWrap p {
  font-size: 31px;
  color: #000;
  width: 100%;
  font-weight: 600;
}
.aside_menuWrap.type02 .menu_con>.depth_1>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  position: relative;
  padding: 16px 20px;
  border-bottom: 1px solid #9f9f9f;
}
.aside_menuWrap.type02 .menu_con>.depth_1>a:hover {
  color: #0056b3;
}
.aside_menuWrap.type02 .menu_con>.depth_1.on>a {
  background: #1d4e8c;
  color: #fff;
  font-weight: 800;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub>a::after {
  display: inline-block;
  content: '';
  background: url(../img/module/aside_menu_arrow.png) no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub.on>a::after {
  background: url(../img/module/aside_menu_arrow_on.png) no-repeat;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 {
  background: #f8f8f8;
  padding: 18px 26px;
  display: none;
  border-bottom: 1px solid #9f9f9f;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li {
  border-bottom: none;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li a {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  word-break: keep-all;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li a:hover {
  color: #0056b3;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li a:hover:before {
  background: #0056b3;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li.on a {
  color: #0056b3;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li.on a::before {
  background: #0056b3;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li:not(:last-child) {
  margin-bottom: 10px;
}
.aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 li a::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 2px;
  background: #4d4d4d;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 1250px) {
  .aside_menuWrap.type02 {
    width: 230px;
    min-width: 230px;
    margin-right: 30px;
  }
  .aside_menuWrap.type02 .menu_con>.depth_1.hasSub .depth_2 {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .aside_menuWrap.type02 {
    display: none;
  }
}
/* SNB (레프트메뉴) 타입03 */
.aside_menuWrap.type03 {
  width: 260px;
}
.aside_menuWrap.type03 .menu_con>li:first-of-type {
  border-top: 1px solid #9f9f9f;
}
.aside_menuWrap.type03 .menu_con>.depth_1>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  position: relative;
  padding: 21px 20px 21px 22px;
  border-bottom: 1px solid #9f9f9f;
}
.aside_menuWrap.type03 .menu_con>.depth_1>a:hover {
  color: #0056b3;
}
.aside_menuWrap.type03 .menu_con>.depth_1.on>a {
  background: #224594;
  color: #fff;
  font-weight: 800;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub>a::after {
  display: inline-block;
  content: '';
  background: url(../img/module/aside_menu_arrow.png) no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub.on>a::after {
  background: url(../img/module/aside_menu_arrow_on.png) no-repeat;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 {
  background: #f6f6f6;
  padding: 18px 25px;
  border-bottom: 1px solid #9f9f9f;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li {
  border-bottom: none;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li a {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  word-break: keep-all;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li a:hover {
  color: #0056b3;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li a:hover:before {
  background: #0056b3;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li.on a {
  color: #0056b3;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li.on a::before {
  background: #0056b3;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li:not(:last-child) {
  margin-bottom: 5px;
}
.aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 li a::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  background: #4d4d4d;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 1250px) {
  .aside_menuWrap.type03 {
    width: 230px;
    margin-right: 30px;
  }
  .aside_menuWrap.type03 .menu_con>.depth_1.hasSub .depth_2 {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .aside_menuWrap.type03 {
    display: none;
  }
}
/* Swiper Slide */
.swiper-container .swiper-slide {
  text-align: center;
  position: relative;
}
.swiper-container .swiper-prev {
  left: 10px;
  position: absolute;
  top: 50%;
  background: url(../img/module/ico_slide_arrow_type_01.png) no-repeat center top/ 100%;
  width: 30px;
  height: 54px;
  font-size: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.swiper-container .swiper-next {
  right: 10px;
  position: absolute;
  top: 50%;
  background: url(../img/module/ico_slide_arrow_type_01.png) no-repeat center top/ 100%;
  background-position-y: 100%;
  width: 30px;
  height: 54px;
  font-size: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.swiper-container .swiper-stop {
  background: url(../img/module/swiper_stop.png) no-repeat center center;
  width: 11px;
  height: 16px;
  margin: 0 auto;
}
.swiper-container .swiper-start {
  background: url(../img/module/swiper_start.png) no-repeat center center;
  width: 11px;
  height: 16px;
  margin: 0 auto;
  display: none;
}
.swiper-container .swiper-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.swiper-container .swiper-paging .paging {
  width: auto;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: -2px;
}

/* Q&A */
.faq_wrap {
  border-top: 2px solid #575757;
  border-bottom: 1px solid #575757;
}
.faq_wrap .faq_list_wrap {
  width: 100%;
  letter-spacing: -0.02em;
  font-size: 18px;
}
.faq_wrap .faq_list {
  border-bottom: 1px solid #d5d5d5;
}
.faq_wrap .faq_question {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 25px 45px 25px 20px;
  position: relative;
  gap: 20px;
}
.faq_wrap .faq_question::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../img/module/ico_qna_arrow.png) no-repeat center right;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_wrap .faq_question.on::after {
  background-position: 0 100%;
}
.faq_wrap .faq_question>p {
  font-weight: 700;
}
.faq_wrap .faq_question::before {
  flex-shrink: 0;
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../img/module/ico_question.png) no-repeat center left;
  background-size: contain;
  vertical-align: middle;
}
.faq_wrap .faq_answer {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  padding: 25px 20px;
  position: relative;
  gap: 20px;
}
.faq_wrap .faq_answer::before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/module/ico_answer.png) no-repeat center left;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq_wrap .faq_list_wrap {
    font-size: 14px;
  }
  .faq_wrap .faq_question,
  .faq_wrap .faq_answer {
    padding: 15px 40px 15px 15px;
    gap: 15px;
  }
  .faq_wrap .faq_question>p,
  .faq_wrap .faq_answer>p {
    line-height: 20px;
  }
  .faq_wrap .faq_question::after {
    width: 14px;
    height: 8px;
    right: 15px;
  }
  .faq_wrap .faq_question::before,
  .faq_wrap .faq_answer::before {
    width: 32px;
    height: 32px;
  }
}
/* 테이블 타입01 */
.table.type01 {
  border-top: 2px solid #4a4a4a;
  font-size: 18px;
}
.table.type01 tr {
  height: 60px;
  border-bottom: 1px solid #d5d5d5;
}
.table.type01 thead {
  background-color: #f2f2f2;
}
.table.type01 th {
  padding: 10px 15px;
}
.table.type01 td {
  padding: 10px 15px;
  word-break: break-all;
}
.center {
  text-align: center;
}
.table.type01 th:not(:last-of-type),
.table.type01 td:not(:last-of-type) {
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width:768px) {
  .table.type01 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
/* 테이블 타입02 */
.table.type02 {
  border-top: 2px solid #4a4a4a;
  font-size: 18px;
}
.table.type02 tr {
  height: 60px;
  border-bottom: 1px solid #d5d5d5;
}
.table.type02 thead {
  background-color: #f2f2f2;
}
.table.type02 th {
  padding: 10px 15px;
  border-right: 1px solid #d5d5d5;
  background: #f2f2f2;
}
.table.type02 td {
  padding: 10px 15px;
  word-break: break-all;
}
.center {
  text-align: center;
}
.table.type02 th:not(:last-of-type),
.table.type02 td:not(:last-of-type) {
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width:768px) {
  .table.type02 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
/* 셀렉트 */
.site_wrap {
  display: flex;
}
.site_wrap .select_list ul {
  display: none;
  position: absolute;
  z-index: 111;
  background: #fff;
}
.site_wrap .select_list ul li {
  width: 230px;
  font-size: 18px;
  padding: 0 19px;
  border: 1px solid #9e9e9e;
  border-top: none;
  height: 51px;
  line-height: 49px;
}
.site_wrap .select_list ul li>a {
  display: block;
  width: 100%;
  height: 100%;
}
.site_wrap .select_list .select_on {
  border: 1px solid #9e9e9e;
  height: 51px;
  line-height: 49px;
  width: 230px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding: 0 19px;
  text-align: left;
}
.site_wrap .btn_ft-go {
  width: 66px;
  height: 51px;
  border: 1px solid #9e9e9e;
  border-left: 0;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  .site_wrap .select_list .select_on {
    height: 39px;
    line-height: 37px;
    font-size: 12px;
    width: 185px;
    padding: 0 10px;
  }
  .site_wrap .btn_ft-go {
    width: 39px;
    height: 39px;
    font-size: 12px;
  }
  .site_wrap .select_list ul li {
    width: 185px;
    font-size: 12px;
    padding: 0 10px;
    height: 39px;
    line-height: 37px;
  }
}
/* 셀렉트02 */
.link_site {
  min-width: 238px;
  position: relative;
}
.link_site .site_btn {
  width: 100%;
  background: #eee url(../img/module/ico_site.png) no-repeat center right 20px;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
  padding: 0 20px;
  padding-top: 2px;
}
.link_site .site_list {
  display: none;
  position: absolute;
  width: 100%;
  background: #eee;
  padding: 15px 20px;
  max-height: 160px;
  overflow-y: auto;
  top: -160px;
  z-index: 111;
}
.link_site .site_list>li+li {
  margin-top: 10px;
}
.link_site .site_list>li>a:hover {
  color: #1fb0fa;
}
@media screen and (max-width: 768px) {
  .link_site .site_btn {
    font-size: 14px;
  }
  .link_site .site_list {
    font-size: 14px;
    max-height: 130px;
    top: -130px;
  }
  .link_site .site_list>li+li {
    margin-top: 6px;
  }
}
/* 배너 모바일 슬라이드 */
.banner_slide {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
.banner_slide .slick-next {
  right: 10px;
  background: url(../img/module/ico_slide_arrow_type_01.png) no-repeat center top/ 100%;
  background-position-y: 100%;
}
.banner_slide .slick-prev {
  left: 10px;
  background: url(../img/module/ico_slide_arrow_type_01.png) no-repeat center top/ 100%;
  background-position-y: 0%;
}
.banner_slide .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 54px;
  font-size: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.banner_slide .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  display: flex;
  gap: 10px;
  font-size: 0;
  text-align: center;
}
.banner_slide .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}
.banner_slide .slick-dots li.slick-active button {
  background: #0056b3;
}
/* 팝업 dialog */
dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
dialog {
  padding: 0;
  border: none;
  width: 100%;
  max-width: 480px;
  z-index: 100;
  overflow: hidden;
}
dialog .tit_wrap {
  background-color: #004ea1;
  padding: 0 30px;
}
dialog .tit_wrap>p.tit {
  font-size: 22px;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
}
dialog .con_wrap {
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 30px;
  background: #fff;
}
dialog .pop_close {
  width: 20px;
  height: 20px;
  background-image: url(../img/module/ico_pop_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  right: 30px;
}

/* 2023.05.03 설문조사 폼 추가 */
.survey_input_wrap .board_title-box {
  justify-content: flex-start;
  flex-direction: column;
  padding: 35px 50px 45px;
}
.survey_text_box {
  width: 100%;
}
.survey_text_box>.title {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 25px;
  padding-bottom: 20px;
  line-height: 26px;
}
.survey_text_box .survey_info_item {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.survey_text_box .survey_info_item:not(:last-of-type) {
  margin-bottom: 18px;
}
.survey_input_wrap .fieldset_inner {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #606060;
}
.survey_text_box .survey_info_item .info_title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
}
.survey_input_wrap .input_text label {
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
}
.survey_input_wrap .radio_wrap label {
  font-size: 16px;
  line-height: 20px;
}
.survey_input_wrap .input_text input[type="text"] {
  border: 1px solid #cacaca;
  line-height: 39px;
  width: 279px;
  padding: 0 15px;
}
.survey_input_wrap .check_box_wrap label {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 39px;
}
.survey_input_wrap .i_box .radio {
  display: flex;
  gap: 0 30px;
}
.survey_input_wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../img/module/checkbox02.png);
  background-position: 0% 0%;
}
.survey_input_wrap .radio_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.survey_input_wrap .radio_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../img/module/radiobox01.png);
  background-position: 0% 0%;
}
.survey_input_wrap input[type="checkbox"]:checked,
.survey_input_wrap .radio_wrap input[type="radio"]:checked {
  background-position: 0% 100%;
}
.survey_input_wrap .i_box .input_text textarea {
  width: 100%;
  border: 1px solid #cacaca;
  height: 40px;
  padding: 8px 15px;
  min-height: auto;
  font-size: 16px;
}
.survey_input_wrap .i_box .input_text textarea::placeholder {
  color: #cecece;
}
.survey_input_wrap .i_box .radio {
  gap: 0 30px;
}
.survey_input_wrap .q_box {
  position: relative;
  font-size: 18px;
  color: #424242;
  font-weight: 500;
  margin-bottom: 10px;
}
.survey_input_wrap .i_box {
  margin-bottom: 30px;
}
.survey_input_wrap .q_box .num {
  display: inline-block;
  width: 30px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #64920e;
  border: 1px solid #64920e;
  text-align: center;
  position: absolute;
  left: -40px;
  top: -3px;
  font-size: 16px;
  line-height: 28px;
}
.survey_input_wrap .num_list>li {
  padding-left: 50px;
}
.survey_input_wrap .q_list_inner {
  padding: 45px 0px 10px;
  border-bottom: 1px solid #dddddd;
}
.survey_input_wrap .btn_wrap {
  margin-top: 40px;
}
.survey_input_wrap .btn_wrap>a {
  width: 100%;
  max-width: 260px;
  line-height: 75px;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
  align-items: center;
  border-radius: 37.5px;
}
@media screen and (max-width:768px) {
  .survey_input_wrap .board_title-box {
    padding: 25px 10px;
    text-align: left;
  }
  .survey_text_box>.title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .survey_text_box .survey_info_item .info_title {
    font-size: 16px;
    margin-right: 8px;
  }
  .survey_text_box .survey_info_item {
    font-size: 14px;
    line-height: 22px;
  }
  .survey_text_box .survey_info_item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .survey_text_box .m_block {
    display: block;
    margin-bottom: 8px;
  }
  .survey_input_wrap .input_text label {
    font-size: 16px;
    margin-right: 20px;
  }
  .survey_input_wrap .radio_wrap label {
    font-size: 14px;
  }
  .survey_input_wrap .check_box_wrap label {
    font-size: 14px;
  }
  .survey_input_wrap .input_text {
    width: calc(100% - 97px);
    display: flex;
    align-items: center;
  }
  .survey_input_wrap .check_box_wrap {
    display: flex;
    width: 82px;
    align-items: center;
  }
  .survey_input_wrap .input_text input[type="text"] {
    width: calc(100% - 50px);
    max-width: 174px;
  }
  .survey_input_wrap input[type="checkbox"] {
    margin-right: 8px;
  }
  .survey_input_wrap .i_box .radio {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
  }
  .survey_input_wrap .i_box .input_text {
    width: 100%;
  }
  .survey_input_wrap .i_box .input_text textarea {
    min-height: 92px;
    font-size: 14px;
  }
  .survey_input_wrap .fieldset_inner {
    padding-bottom: 20px;
  }
  .survey_input_wrap .q_list_inner {
    padding: 40px 0 0px;
  }
  .survey_input_wrap .num_list>li {
    padding-left: 40px;
  }
  .survey_input_wrap .q_box {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .survey_input_wrap .q_box .num {
    top: -5px;
  }
  .survey_input_wrap .btn_wrap>a {
    max-width: none;
    line-height: 58px;
    font-size: 16px;
    border-radius: 30px;
  }
  .survey_input_wrap .btn_wrap {
    margin-top: 30px;
  }
}
/* 설문 타입02*/
.survey_input_wrap02 {
  padding: 40px 0 0;
  font-size: 20px;
}
.survey_input_wrap02 .require_text {
  color: #d43212;
  margin-bottom: 20px;
}
.survey_input_wrap02 .survey_answer {
  font-size: 20px;
  font-weight: 500;
}
.survey_input_wrap02 .survey_input_list>li {
  position: relative;
}
.survey_input_wrap02 .survey_input_list>li+li {
  margin-top: 30px;
}
.survey_input_wrap02 .survey_input_list>li:not(:last-of-type)::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: url(../img/common/ico_dashed.png);
  bottom: 0px;
  display: block;
  content: '';
}
.survey_input_wrap02 .survey_input {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}
.survey_input_wrap02 .survey_input .radio,
.survey_input_wrap02 .survey_input .check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.survey_input_wrap02 .survey_input input[type=radio] {
  width: 23px;
  aspect-ratio: 1 /1;
  background-image: url(../img/module/radio.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  cursor: pointer
}
.survey_input_wrap02 .survey_input input[type=radio]:checked {
  background-position: 0% 100%;
}
.survey_input_wrap02 .survey_input input[type=checkbox] {
  width: 23px;
  aspect-ratio: 1 /1;
  background-image: url(../img/module/checkbox.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  cursor: pointer
}
.survey_input_wrap02 .survey_input input[type=checkbox]:checked {
  background-position: 0% 100%;
}
.survey_input_wrap02 .survey_input textarea {
  border: 1px solid #b5b5b5;
  padding: 15px;
  min-height: 78px;
  position: relative;
}
.survey_input_wrap02 .survey_input textarea::placeholder {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (max-width:768px) {
  .survey_input_wrap02 .title {
    font-size: 17px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 12px;
  }
  .survey_input_wrap02 .info_list {
    font-size: 15px;
  }
  .survey_input_wrap02 .detail_title {
    padding: 25px 5px;
  }
  .survey_input_wrap02 .survey_input_wrap {
    padding: 30px 0 0;
    font-size: 14px;
  }
  .survey_input_wrap02 .require_text {
    font-size: 16px;
  }
  .survey_input_wrap02 .survey_answer {
    font-size: 16px;
  }
  .survey_input_wrap02 .survey_input_list>li+li {
    margin-top: 20px;
  }
  .survey_input_wrap02 .survey_input {
    gap: 0px 15px;
    font-size: 16px;
    margin-top: 10px;
  }
  .survey_input_wrap02 .survey_input input[type=radio],
  .survey_input_wrap02 .survey_input input[type=checkbox] {
    width: 18px;
    margin-top: 3px;
  }
  .survey_input_wrap02 .survey_input .radio,
  .survey_input_wrap02 .survey_input .check {
    gap: 5px;
  }
  .survey_input_wrap02 .survey_input textarea::placeholder {
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
  .survey_input_wrap02 .survey_input textarea {
    min-height: 65px;
  }
  .survey_input_wrap02 .info_text {
    display: none;
  }
}
/* 2023/05/03 갤러리 형 리스트 */
.gallery_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 50px;
}
.gallery_wrap ul>li {
  border: 1px solid #c6c6c6;
}
.gallery_wrap ul>li .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
}
.gallery_wrap ul>li .img>img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform-origin: center;
  object-fit: cover;
  object-position: center center;
}
.gallery_wrap ul>li:hover .img>img {
  transform: scale(1.08);
}
.gallery_wrap ul>li .txt {
  padding: 15px;
  border-top: 1px solid #c6c6c6;
}
.gallery_wrap ul>li .txt .top_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
  padding-bottom: 15px;
  min-height: 62px;
}
.gallery_wrap ul>li .txt .top_title>p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery_wrap ul>li .txt .sub_con {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 14px;
  line-height: 22px;
}
.gallery_wrap ul>li .txt .date {
  font-size: 14px;
  letter-spacing: -0.02em;
  padding-top: 5px;
}
@media screen and (max-width: 1250px) {
  .gallery_wrap ul {
    gap: 40px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .gallery_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_wrap ul {
    grid-template-columns: 1fr;
  }
  .gallery_wrap ul>li .txt .top_title {
    min-height: 64px;
  }
  .gallery_wrap ul>li .txt .date {
    padding-top: 0;
  }
}
/* 캘린더 */
.schedule-wrap {
  position: relative;
}
.schedule-wrap .cal_util_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  margin-top: 30px;
}
.schedule-wrap .guide_text {
  font-size: 20px;
}
.schedule-wrap .cal_util {
  display: flex;
  gap: 10px;
  position: relative;
}
.schedule-wrap .cal_text {
  border: 1px solid #bdbdbd;
  width: 162px;
  font-size: 18px;
  font-weight: 300;
  line-height: 44px;
  padding: 0 10px 0 55px;
  background: url(../img/module/ico_calendar.png) no-repeat center left 18px;
}
.schedule-wrap .cal_go_btn {
  width: 86px;
  line-height: 44px;
  background-color: #023e7c;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #023e7c;
  transition: 0.3s;
}
.schedule-wrap .cal_go_btn:hover {
  background-color: #fff;
  color: #000;
}
.sch-list {
  padding-top: 30px;
  position: relative;
}
.schedule-wrap table {
  border-top: 2px solid #5c6874;
}
.schedule-wrap thead th {
  font-size: 20px;
  height: 75px;
  background: #f8faff;
  color: #000;
}
.schedule-wrap tbody tr td:first-of-type .num,
.schedule-wrap thead th:first-of-type {
  color: #f62b2d;
}
.schedule-wrap tbody tr td:last-of-type .num,
.schedule-wrap thead th:last-of-type {
  color: #1a76bb;
}
.schedule-wrap tr {
  border-bottom: 1px solid #c1c1c1;
}
.schedule-wrap tr>td {
  border-right: 1px solid #c1c1c1;
}
.schedule-wrap tr>*:last-of-type {
  border-right: 0;
}
.schedule-wrap td {
  height: 210px;
  position: relative;
}
.schedule-wrap td.no_data a {
  cursor: default;
}
.schedule-wrap td.no_data {
  border-bottom: none;
}
.schedule-wrap td a {
  display: block;
  width: 100%;
  height: 100%;
}
.schedule-wrap td:not(.no_data) a:hover {
  background: #f0f7ff;
}
.schedule-wrap td:not(.no_data) a:hover:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #3580ce;
}
.schedule-wrap td .num {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 20px;
}
.schedule-wrap td .date_list {
  padding: 48px 5px 0 15px;
}
.schedule-wrap .flag {
  padding: 0 7px;
  text-align: center;
  background: #fff;
}
.schedule-wrap .flag.type01 {
  border: 1px solid #81bff0;
  color: #0480e2;
}
.schedule-wrap .flag.type02 {
  border: 1px solid #aa97f2;
  color: #5530e5;
}
.schedule-wrap .flag.type03 {
  border: 1px solid #edb98e;
  color: #dc731e;
}
.schedule-wrap .flag.type04 {
  border: 1px solid #7fccaa;
  color: #009956;
}
.schedule-wrap td .flag {
  display: inline-block;
  min-width: 76px;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 9px;
  border-radius: 5px;
}
.schedule-wrap td .txt {
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.schedule-wrap td .date_list li:last-of-type .txt {
  margin-bottom: 0;
}
.schedule-wrap .control_wrap button {
  border: 1px solid #cecece;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: all 0.3s;
  font-size: 0;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 1;
}
.schedule-wrap .btn_sch-prev {
  background-image: url(../img/module/ico_cal_prev.png);
  left: calc(50% - 158px);
}
.schedule-wrap .btn_sch-next {
  background-image: url(../img/module/ico_cal_next.png);
  right: calc(50% - 158px);
}
.schedule-wrap .control_wrap button:hover {
  background-color: #ddd;
  border-color: #ddd;
}
.schedule-wrap .date_wrap {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width:768px) {
  .schedule-wrap .date_wrap {
    font-size: 20px;
    line-height: 38px;
  }
  .schedule-wrap .control_wrap button {
    width: 38px;
    height: 38px;
    background-size: 6px auto;
  }
  .schedule-wrap .btn_sch-prev {
    left: calc(50% - 111px);
  }
  .schedule-wrap .btn_sch-next {
    right: calc(50% - 111px);
  }
  .schedule-wrap .info_box {
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
    top: 58px;
  }
  .schedule-wrap .info_box span {
    display: block;
  }
  .schedule-wrap thead th {
    height: 50px;
    font-size: 15px;
  }
  .schedule-wrap td {
    height: 75px;
  }
  .schedule-wrap td .num {
    left: 7px;
    top: 8px;
    font-size: 14px;
    color: #454545;
  }
  .schedule-wrap td .date_list {
    padding: 29px 3px 0 4px;
    font-size: 0;
  }
  .schedule-wrap td .date_list li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .schedule-wrap td .flag {
    min-width: 100%;
    font-size: 9px;
    line-height: 16px;
    height: 16px;
    padding: 0 3px;
    margin-bottom: 0;
  }
  .schedule-wrap td .txt {
    display: none;
  }
  .schedule-wrap .cal_util_wrap {
    flex-wrap: wrap;
    gap: 15px;
    top: 65px;
  }
  .schedule-wrap .cal_go_btn {
    width: 92px;
    line-height: 40px;
    font-size: 15px;
  }
  .schedule-wrap .cal_text {
    width: calc(100% - 102px);
    font-size: 15px;
    line-height: 40px;
  }
  .schedule-wrap .cal_util {
    width: 100%;
  }
  .schedule-wrap .cal_util_wrap .guide_text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width:360px) {
  .schedule-wrap .flag {
    font-size: 10px;
    padding: 0;
    border-radius: 3px;
  }
}
/* 캘린더 - 팝업 */
.sch_pop-wrap .flag {
  display: inline-block;
  width: 76px;
  line-height: 30px;
  border-radius: 5px;
}
.schedule-wrap .layer_wrap {
  width: 100%;
  max-width: 600px;
}
.layer_popup .layer_wrap.edu_pop .con_wrap {
  padding-top: 0;
}
.sch_pop-wrap .tit {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 12px;
  width: 100%;
  word-break: break-all;
}
.sch_pop-wrap .tit:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.sch_pop-wrap .txt {
  font-size: 16px;
}
.sch_pop-wrap .sch_pop-list {
  padding: 22px 0 10px;
  border-bottom: 1px solid #dfdfdf;
}
.sch_pop-wrap .sch_pop-list:first-of-type {
  padding-top: 0;
}
.schedule-wrap .layer_popup .con_wrap {
  overflow-y: auto;
}
@media screen and (max-width:768px) {
  .sch_pop-wrap .sch_pop-list {
    padding: 20px 0 15px;
  }
  .layer_wrap.edu_pop {
    width: calc(100% - 40px);
  }
  .sch_pop-wrap .tit,
  .sch_pop-wrap .txt,
  .sch_pop-wrap .flag {
    font-size: 15px;
  }
  .sch_pop-wrap .tit {
    line-height: 21px;
    margin-bottom: 10px;
  }
  .sch_pop-wrap .flag {
    width: 66px;
    height: 26px;
    line-height: 24px;
  }
  .schedule-wrap .layer_wrap {
    width: calc(100% - 20px);
  }
}
/* 게시판 상세 - 답변 */
.board_result_wrap {
  border-top: 2px solid #4a4a4a;
  border-bottom: 1px solid #575757;
}
.board_result_wrap .result_title {
  padding: 21px 15px;
}
.board_result_wrap .result_title p {
  display: inline-block;
  font-weight: 500;
  word-break: break-all;
  font-size: 24px;
  color: #004ea6;
}
.board_result_wrap .result_info p:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 16px;
  background: #c9c9c9;
  margin: 0 10px -2px 12px;
}
.board_result_wrap .result_info {
  padding: 0px 13px 11px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
.board_result_wrap .result_info p:only-child::after {
  content: none;
}
.board_result_wrap .result_info p {
  color: #777;
  font-size: 16px;
}
.board_result_wrap .result_info p span {
  color: #000;
}
.board_result_wrap .result_contents {
  padding: 28px 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .board_result_wrap .result_title {
    padding: 21px 5px;
  }
  .board_result_wrap .result_title p {
    font-size: 18px;
    line-height: 27px;
  }
  .board_result_wrap .result_info {
    padding: 0px 5px 11px;
  }
  .board_result_wrap .result_info p {
    font-size: 14px;
  }
  .board_result_wrap .result_contents {
    padding: 20px 5px;
  }
  .board_result_wrap .result_info p:not(:last-of-type)::after {
    margin: 0 8px -2px 10px;
  }
}
/* 게시판 상세 - 댓글 */
.board_comment_wrap .comment_title p {
  font-size: 18px;
  line-height: 1;
}
.board_comment_wrap .comment_title p::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../img/module/ico_comment.png) no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
.board_comment_wrap .comment_title p span {
  color: #004ea6;
}
.comment_contents {
  display: flex;
  background: #f8f8f8;
  padding: 25px 20px;
}
.comment_contents button {
  min-width: 115px;
  background: #393f4e;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
}
.comment_contents form {
  width: 100%;
  border: 1px solid #d0d0d0;
}
.comment_contents textarea {
  background: #fff;
  height: 80px;
  padding: 15px;
  font-size: 16px;
  color: #222;
  word-break: break-all;
}
.comment_list {
  border-top: 2px solid #000;
}
.comment_list li {
  border-bottom: 1px solid #ddd;
}
.comment_list li .comment_box {
  padding: 15px 20px;
}
.comment_list li .comment_box .writer {
  font-size: 18px;
  font-weight: 500;
}
.comment_list li .comment_box .con {
  font-size: 16px;
  line-height: 23px;
  color: #222;
  margin: 5px auto;
}
.comment_list li .comment_box .date_con_wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}
.comment_list li .comment_box .date_con_wrap p {
  font-size: 16px;
  line-height: 1;
  color: #777;
  font-weight: 300;
}
.comment_list li .comment_box .date_con_wrap button {
  min-width: 50px;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.comment_list li .comment_box .date_con_wrap .btn_modify {
  background: #005b9e;
  border: 1px solid #005b9e;
  margin-right: 4px;
}
.comment_list li .comment_box .date_con_wrap .btn_modify:hover {
  background: #fff;
  color: #005b9e;
}
.comment_list li .comment_box .date_con_wrap .btn_remove {
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
}
.comment_list li .comment_box .date_con_wrap .btn_remove:hover {
  background: #fff;
  color: #2b2b2b;
}
.board_comment_wrap.type02 .comment_list li .comment_box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .board_comment_wrap .comment_title p {
    font-size: 16px;
  }
  .comment_contents button {
    min-width: 60px;
    font-size: 14px;
  }
  .board_comment_wrap .comment_title p::before {
    width: 20px;
    height: 15px;
    background-size: contain;
    margin-top: -2px;
    margin-right: 3px;
  }
  .board_comment_wrap.type02 .comment_list li .comment_box {
    flex-direction: column;
  }
  .comment_list li .comment_box {
    padding: 15px;
  }
  .comment_contents {
    padding: 20px 15px;
  }
  .comment_contents textarea {
    padding: 10px;
    font-size: 14px;
  }
  .comment_list li .comment_box .writer {
    font-size: 16px;
  }
  .comment_list li .comment_box .con {
    font-size: 14px;
    line-height: 22px;
  }
  .comment_list li .comment_box .date_con_wrap button {
    font-size: 14px;
  }
  .comment_list li .comment_box .date_con_wrap p {
    font-size: 14px;
  }
}
/* 로그인 */
.logIn_wrap .logIn_inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.logIn_wrap .login_txt {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
}
.logIn_wrap .login_txt>span {
  font-weight: 800;
}
.logIn_wrap .logIn_inner .logIn_form {
  border: 1px solid #c6c6c6;
  padding: 50px 20px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form {
  max-width: 450px;
  margin: 0 auto;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  line-height: 56px;
  padding: 0px 20px;
  font-size: 18px;
  margin: 0 auto;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input:first-child {
  margin-bottom: 15px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input::placeholder {
  color: #828282;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .check_wrap {
  display: block;
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .check_wrap label {
  font-size: 16px;
  line-height: 20px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap {
  margin: 25px auto 18px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap button {
  width: 100%;
  font-size: 20px;
  line-height: 56px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #595959;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .left {
  display: flex;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .left a:first-child::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #747774;
  margin: 0 13px -1px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a::before {
  display: inline-block;
  content: '';
  margin: 0 5px -2px 0;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.id::before {
  width: 19px;
  height: 19px;
  background: url(../img/module/ico_login01.png) no-repeat;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.pw::before {
  width: 15px;
  height: 18px;
  background: url(../img/module/ico_login02.png) no-repeat;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.sign::before {
  width: 19px;
  height: 17px;
  background: url(../img/module/ico_login03.png) no-repeat;
}
@media screen and (max-width: 768px) {
  .logIn_wrap {
    padding-bottom: 0px;
  }
  .logIn_wrap .login_txt {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 25px;
    letter-spacing: -0.06em;
  }
  .logIn_wrap .logIn_inner .logIn_form {
    padding: 30px 20px;
  }
  .logIn_wrap .logIn_inner .logIn_form>img {
    max-width: 228px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input {
    line-height: 48px;
    padding: 0px 19px;
    font-size: 16px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input:first-child {
    margin-bottom: 10px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .check_wrap {
    margin-top: 10px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap {
    margin: 15px auto 13px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap button {
    font-size: 16px;
    line-height: 48px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a {
    font-size: 14px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.id::before {
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.pw::before {
    width: 14px;
    height: 17px;
    background-size: contain;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.sign::before {
    width: 18px;
    height: 16px;
    background-size: contain;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .left a:first-child::after {
    margin: 0 10px -1px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .check_wrap label {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap {
    display: block;
    text-align: left;
  }
}
/* 회원가입 타입03 */
/* 회원가입 - 회원유형 선택 */
.join_wrap {
  --btn_color01: #00a4b3;
  --btn_color02: #787878;
}
.contents_tit.line {
  border-bottom: 2px solid #3a3a3a;
  padding-bottom: 35px;
}
.join_wrap {
  border-top: 2px solid #3a3a3a;
  padding-top: 35px;
}
.join_wrap .btn {
  display: inline-block;
  line-height: 53px;
  font-size: 18px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  transition: all 0.3s;
}
.join_wrap .btn01 {
  border: 1px solid var(--btn_color01);
  background: var(--btn_color01);
  color: #fff;
}
.join_wrap .btn02 {
  border: 1px solid var(--btn_color02);
  background: var(--btn_color02);
  color: #fff;
}
.join_wrap .btn02:hover {
  background: #fff;
  color: var(--btn_color02);
}
.join_wrap .btn01:hover {
  background: #fff;
  color: var(--btn_color01);
}
.join_wrap .contents_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 35px;
  word-break: break-all;
}
.current_step_wrap {
  margin-bottom: 50px;
}
.current_step_wrap>ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 1px;
}
.current_step_wrap>ul.box3 {
  grid-template-columns: repeat(3, 1fr);
}
.current_step_wrap>ul li {
  background: #efefef;
  height: 104px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.current_step_wrap>ul li.current {
  background-color: var(--btn_color01);
  color: #fff;
}
.current_step_wrap>ul li span {
  font-weight: 300;
  font-size: 16px;
}
.current_step_wrap>ul li p {
  font-size: 20px;
  line-height: 21px;
}
.category_ck {
  margin-bottom: 30px;
}
.category_ck .tit_txt {
  font-size: 24px;
  margin-bottom: 15px;
}
.category_ck span {
  font-size: 16px;
  line-height: 22px;
}
.join_ck_wrap {
  display: flex;
  gap: 50px;
}
.join_ck_wrap>div {
  border: 1px solid #c0c0c0;
  padding: 60px 20px 55px;
  flex: 1;
  text-align: center;
}
.join_ck_wrap p {
  font-size: 30px;
}
.join_ck_wrap p::after {
  content: '';
  display: block;
  width: 93px;
  height: 91px;
  background: url(../img/module/ico_member01.png) no-repeat;
  margin: 25px auto 40px;
}
.join_ck_wrap>div:nth-child(2) p::after {
  background-image: url(../img/module/ico_member02.png);
}
.join_ck_wrap .btn {
  max-width: 450px;
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents_tit.line {
    padding-bottom: 25px;
  }
  .join_wrap {
    padding-top: 25px;
  }
  .join_wrap .contents_text {
    margin-bottom: 25px;
  }
  .current_step_wrap {
    margin-bottom: 30px;
  }
  .current_step_wrap>ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .current_step_wrap>ul.box3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .current_step_wrap>ul li {
    height: 70px;
  }
  .current_step_wrap>ul li span {
    font-size: 13px;
  }
  .current_step_wrap>ul li p {
    font-size: 16px;
  }
  .category_ck {
    margin-bottom: 20px;
  }
  .category_ck .tit_txt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .category_ck span {
    font-size: 14px;
  }
  .join_ck_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .join_ck_wrap>div {
    padding: 30px 20px 35px;
  }
  .join_ck_wrap .btn {
    max-width: 220px;
    line-height: 40px;
  }
  .join_ck_wrap p {
    font-size: 22px;
  }
  .join_ck_wrap p::after {
    width: 74px;
    height: 71px;
    background-size: contain;
    margin: 13px auto 20px;
  }
}
/* 회원가입 정보 입력 */
.join_input_wrap .formkit {
  max-width: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}
.join_input_wrap .formkit__title-box {
  padding-bottom: 15px;
  padding-top: 0;
  border-bottom: 1px solid #333e58;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.join_input_wrap input[disabled="disabled"] {
  background-color: #f8f8f8;
}
.join_input_wrap .formkit .input-form,
.join_input_wrap .input-btn__input-box.call,
.join_input_wrap .input-btn__input-box.email {
  max-width: 400px;
}
.join_input_wrap .formkit__input-box.formkit__input-box--multiple {
  flex-direction: column;
}
.join_input_wrap .formkit__input-box,
.input-btn__input-box {
  flex: 1;
  display: flex;
  gap: 10px;
}
.join_input_wrap .formkit .input-form.w_small {
  width: 50px;
  padding: 0 8px;
}
.join_input_wrap .formkit .input-form {
  width: 100%;
  max-width: 360px;
}
.join_input_wrap .formkit .input-form.full {
  max-width: 100%;
}
.join_input_wrap .formkit .input-form.w_small+p {
  line-height: 39px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: 300;
}
.join_input_wrap .formkit .formkit__select {
  max-width: 265px;
  padding-top: 4px;
  background: url(../img/module/ico_form_select.png) no-repeat right 15px center;
}
.join_input_wrap .input-btn__input-box.call,
.join_input_wrap .input-btn__input-box.email {
  align-items: center;
}
.join_input_wrap .input-btn__input-box.call .bar,
.join_input_wrap .input-btn__input-box.email .bar {
  padding-top: 6px;
  font-size: 15px;
}
.join_input_wrap .formkit__title {
  font-size: 24px;
  font-weight: 500;
}
.join_input_wrap .formkit__data {
  font-weight: 300;
  line-height: 43px;
}
.join_input_wrap .formkit__item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
}
.join_input_wrap .formkit__item-title {
  padding: 25px;
  font-size: 18px;
  line-height: 25px;
  width: 280px;
  min-width: 0;
  align-items: center;
  background-color: #f9f9f9;
  display: flex;
}
.join_input_wrap .formkit__input-box {
  padding: 15px 20px;
  min-width: 0;
  background-color: #fff;
}
.join_input_wrap .formkit__input-box.radio {
  padding: 0;
  gap: 30px;
  align-items: center;
}
.join_input_wrap .formkit input[type=radio] {
  width: 22px;
}
.join_input_wrap .formkit__input-box.radio label {
  font-size: 16px;
  padding-top: 4px;
}
.join_input_wrap .info-text {
  color: #545454;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.warning-text {
  position: relative;
  padding-left: 25px;
}
.warning-text::before {
  content: '';
  display: block;
  width: 19px;
  aspect-ratio: 1 / 1;
  background: url(../img/module/ico_warning.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0px;
}
.join_input_wrap .formkit__btn {
  background-color: #41464d;
  color: #fff;
  min-width: 150px;
  font-size: 18px;
  padding-top: 4px;
}
.join_input_wrap .default-input {
  height: 54px;
  font-weight: 300;
  padding: 0 15px;
  border: 1px solid #999999;
  background-color: #fff !important;
  font-size: 1rem;
}
.join_input_wrap .formkit .default-input,
.join_input_wrap .formkit__btn {
  height: 45px;
}
.join_input_wrap .formkit__item-title .require::after {
  content: '*';
  display: inline-block;
  margin-left: 4px;
  color: var(--formkit-warning);
}
@media screen and (max-width:768px) {
  .join_input_wrap .formkit {
    font-size: 14px;
  }
  .join_input_wrap .formkit__title {
    font-size: 20px;
  }
  .join_input_wrap .formkit__title-box {
    padding-bottom: 10px;
  }
  .join_input_wrap .formkit__item-title {
    width: 120px;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    padding: 0 8px;
    display: flex;
    align-items: center;
  }
  .join_input_wrap .input-btn__input-box {
    gap: 6px;
  }
  .join_input_wrap .formkit .default-input,
  .join_input_wrap .formkit__btn {
    height: 38px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
  }
  .join_input_wrap .formkit__input-box {
    padding: 8px 10px;
  }
  .join_input_wrap .input-btn__input-box,
  .join_input_wrap .formkit__input-box {
    flex-direction: column;
    gap: 6px;
  }
  .join_input_wrap .formkit__btn {
    font-size: 16px;
  }
  .join_input_wrap .formkit .input-form,
  .join_input_wrap .input-btn__input-box.call,
  .join_input_wrap .input-btn__input-box.email {
    max-width: 100%;
  }
  .join_input_wrap .info-text {
    font-size: 13px;
    gap: 5px;
    line-height: 20px;
  }
  .join_input_wrap .input-btn__input-box.call,
  .join_input_wrap .input-btn__input-box.email,
  .join_input_wrap .input-btn__input-box.add_text {
    flex-direction: row;
    gap: 6px;
  }
  .join_input_wrap .formkit .input-form.w_small {
    width: 40px;
  }
  .join_input_wrap .formkit .input-form.w_small+p {
    line-height: 34px;
    padding-top: 4px;
    font-size: 16px;
  }
  .join_input_wrap .formkit__input-box.email {
    flex-direction: column;
  }
  .join_input_wrap .input-btn__input-box.emai {
    flex-wrap: wrap;
  }
  .join_input_wrap .input-btn__input-box.call .bar {
    display: none;
  }
  .join_input_wrap .formkit input[type=radio] {
    width: 21px;
  }
  .join_input_wrap .formkit__input-box.radio label {
    font-size: 14px;
  }
  .join_input_wrap .formkit__input-box.radio {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* 회원가입 - 약관동의 */
.all_agree_wrap {
  background: #f4f4f4;
  padding: 25px 34px;
  margin-bottom: 30px;
}
.join_wrap .btn_wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.terms_inner .terms_part:not(:last-of-type) {
  margin-bottom: 50px;
}
.terms_inner .terms_part .term_tit {
  font-size: 24px;
  margin-bottom: 20px;
}
.terms_inner .terms_part .con {
  border: 1px solid #c0c0c0;
  padding: 20px;
  height: 260px;
  overflow-y: auto;
}
.terms_inner .terms_part .check_wrap {
  margin-top: 20px;
}
.join_terms_wrap .terms_inner {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.caution_mark {
  font-size: 16px;
  font-weight: 300;
}
.terms_inner .terms_part .con .box:not(:last-of-type) {
  margin-bottom: 20px;
}
.terms_inner .terms_part .con .num {
  font-size: 16px;
  margin-bottom: 5px;
}
.terms_inner .terms_part .con .circle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 5px;
}
.terms_inner .terms_part .con .txt {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.terms_inner .terms_part .con .txt:not(:last-of-type) {
  margin-bottom: 5px;
}
.terms_inner .terms_part .con table {
  border-top: 1px solid #b6b6b6;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 20px;
}
.terms_inner .terms_part .con table tr {
  border-bottom: 1px solid #e2e2e2;
}
.terms_inner .terms_part .con table th {
  color: #000;
  background: #f4f4f4;
  border-right: none;
  word-break: break-all;
}
.terms_inner .terms_part .con table td {
  font-weight: 300;
  padding: 15px 20px;
}
.terms_inner .terms_part .con table.vertical td {
  text-align: center;
  border-color: #e2e2e2;
}
.terms_inner .terms_part .con table th:not(:last-of-type) {
  border-right: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .join_wrap .btn_wrap {
    gap: 10px;
    margin-top: 30px;
  }
  .terms_inner .terms_part:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .all_agree_wrap {
    padding: 22px;
    margin-bottom: 25px;
  }
  .terms_inner .terms_part .term_tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .terms_inner .terms_part .con {
    max-height: 200px;
  }
  .terms_inner .terms_part .con .num {
    font-size: 14px;
  }
  .terms_inner .terms_part .con .circle {
    font-size: 14px;
    line-height: 22px;
  }
  .terms_inner .terms_part .con table td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .terms_inner .terms_part .con table th {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .join_terms_wrap .terms_inner {
    margin-bottom: 15px;
  }
  .caution_mark {
    font-size: 14px;
    line-height: 22px;
  }
}
/* 회원가입 - 회원가입 완료 */
.join_complete_wrap {
  border: 1px solid #c1c1c1;
  padding: 60px 20px 70px;
}
.join_complete_wrap .complete_confirm {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.complete_confirm .txt {
  font-size: 30px;
}
.complete_confirm .login_txt {
  font-size: 23px;
  font-weight: 300;
  margin-top: 40px;
  background: url(../img/module/ico_login_img.png) no-repeat center bottom;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .join_complete_wrap {
    padding: 35px 20px;
  }
  .complete_confirm .txt {
    font-size: 22px;
    line-height: 32px;
  }
  .complete_confirm .login_txt {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    padding-bottom: 110px;
    background-size: 80px 80px;
  }
}

/* 2023.03.16 인풋 폼 추가 */
.formkit .fk_title_box {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.formkit .fk_title {
  font-size: 24px;
  font-weight: 500;
}
.formkit .fk_text {
  color: #545454;
  font-size: 15px;
}
.formkit .fk_text>span {
  color: #e45149;
}
.formkit .fk_tbody {
  border-top: 1px solid #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
:root {
  --formkit-success: #0055ff;
  --formkit-warning: #d6131b;
  --formkit-info: #222;
}
.fk_title-box {
  padding: 20px 0;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.formkit .warning-text {
  color: var(--formkit-warning);
  display: block;
}
.formkit .success-text {
  color: var(--formkit-success);
  display: block;
}
.formkit .info-text {
  color: var(--formkit-info);
  display: block;
}
.fk_tr {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
}
.fk_tr>.both {
  display: flex;
  flex: 1;
}
.fk_tr .fk_th {
  max-width: 240px;
  width: 100%;
  background-color: #f5f5f5;
  min-height: 75px;
  padding: 15px 20px;
}
.fk_tr .fk_td .inner {
  height: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.input_cell + .input_info {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.input_cell textarea.default {
  max-width: 100%;
  min-height: 90px;
  padding: 15px;
}
.input_cell .default {
  max-width: 400px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ccc;
  font-size: 1rem;
  appearance: none !important;
}
.input_cell input[type=file] {
  font-size: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  margin: -1px;
}
.input_cell .input {
  width: 100%;
}
.input_cell .select {
  width: 100%;
  background: url(../img/module/ico_select.png) no-repeat right 15px center;
  cursor: pointer;
  text-overflow: ellipsis;
  padding: 0 30px 0 15px;
}
.input_cell .full {
  max-width: 100%;
}
.fk_radio,
.fk_check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input_cell input[type=radio] {
  appearance: none;
  width: 20px;
  aspect-ratio: 1 /1;
  background-image: url(../img/module/radio.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
.input_cell input[type=radio]:checked {
  background-position: 0% 100%;
}
.input_cell input[type=checkbox]:checked {
  background-position: 0% 100%;
}
.fk_th {
  width: 180px;
  font-size: 1rem;
  background-color: #f9f9f9;
  display: flex;
}
.fk_td {
  width: 100%;
}
.fk_td.vertical>div {
  display: inline-block;
}
.fk_td.horizon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fk_td.vertical>div:not(:last-of-type) {
  margin-right: 15px;
}
.fk_th .fk_th-title {
  display: flex;
  /* align-items: center; */
  gap: 5px;
  flex-wrap: wrap;
  word-break: break-all;
}
.fk_th .require::after {
  content: '*';
  display: block;
  color: var(--formkit-warning);
}
.input_cell {
  width: 100%;
  display: flex;
  gap: 10px;
}
.fk_td.fk_td-multy {
  flex-direction: column;
}
.input_cell .input_btn{
  transition: 0.3s;
  border: 1px solid #41464d;
  background-color: #41464d;
  color: #fff;
  min-width: 150px;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  height: 45px;
}
.input_btn:hover {
  background-color: #fff;
  color: #41464d;
}
.input_info .fix_text {
  color: #545454;
  font-size: 15px;
}
.input_info .caution_text {
  color: #d6131b;
}
.fk_select {
  position: relative;
}
.formkit .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fk_text-box {
  display: flex;
  font-size: 1.2rem;
  gap: 5px;
}
.fk_text-box::before {
  content: '\203B';
}
.fk_text-box .sub {
  font-size: 1rem;
  line-height: 1;
}
.formkit-tool {
  background-color: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  z-index: 99;
}
.formkit-menu__wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}
.formkit-menu>button {
  width: 50px;
  aspect-ratio: 1 / 1;
  border: 2px solid #000;
  transition: 0.5s;
  font-size: 1.2rem;
}
.formkit-menu.more {
  position: relative;
}
.formkit-menu>button:hover {
  background-color: #000;
  color: #fff;
}
.formkit-board {
  padding: 0 18px 20px;
}
.formkit-board>span {
  color: #000;
}
#form-title {
  display: block;
  width: 100%;
  appearance: none;
}
.input_cell.call {
  align-items: center;
}
.input_cell.call input {
  max-width: 112px;
}
.input_cell.call select {
  max-width: 112px;
}
.input_cell.call .bar {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  display: inline-block;
}
.input_cell .input:disabled {
  background: #f5f5f5;
}
.input_cell .select:disabled {
  background-color: #f5f5f5;
  opacity: 1;
}
.input_cell.email {
  align-items: center;
}
.input_cell.email input {
  max-width: 256px;
}
.input_cell.email select {
  max-width: 256px;
}
.input_cell.email .dot {
  font-size: 15px;
  margin-bottom: 3px;
  display: inline-block;
}
.input_cell.address {
  flex-wrap: wrap;
}
.upload_wrap .trigger-file-input {
  max-width: 125px;
  width: 100%;
  min-width: 0;
  height: 45px;
  line-height: normal;
  transition: 0.3s;
  border: 1px solid #41464d;
  background-color: #41464d;
  font-size: 18px;
}
.upload_wrap .trigger-file-input:hover {
  background-color: #fff;
  color: #41464d;
}
.upload_wrap .file-section {
  border: 1px dashed #a6a6a6;
  border-radius: 0px;
  background-color: #fff;
  margin-bottom: 0;
}
.upload_wrap .empty {
  display: flex;
  width: 100%;
  height: 86px;
  align-items: center;
  justify-content: center;
  color: #9c9c9c;
  text-align: center;
  font-size: 18px;
}
.fk_td .radiobox_wrap.type01 .radio {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fk_td .radiobox_wrap {
  gap: 7px 25px;
}
.fk_td .radiobox_wrap .radio_box input {
  margin-bottom: -1px;
}
.file_input_cell {
  width: 100%;
  display: flex;
  gap: 10px;
}
.file_input_cell:has(.file_type_c-wrap) {
  display: block;
  width: 100%;
}
/* 파일첨부 접근성 */
.file-focus {
  outline: 2px solid #000;
}
@media screen and (max-width: 1250px) {
  .fk_tr .fk_th {
    max-width: 170px;
    padding: 20px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .fk_tr {
    flex-wrap: wrap;
  }
  .fk_tr>.both {
    flex: 100%;
  }
  .fk_tr>.both:first-of-type {
    border-bottom: 1px solid #ddd;
  }
  .fk_tr .fk_th {
    width: 110px;
    font-size: 14px;
    padding: 10px;
    min-height: 60px;
  }
  .fk_tr .fk_td {
    width: calc(100% - 110px);
  }
  .fk_tr .fk_td .inner {
    padding: 10px;
    gap: 6px;
  }
  .input_cell .input_btn {
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .input_cell {
    flex-wrap: wrap;
    gap: 6px;
  }
  .input_cell .input {
    font-size: 14px;
  }
  .input_cell .input,
  .input_cell .select,
  .input_cell .input_btn {
    height: 38px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
  }
  .input_cell.address :is(input, button) {
    max-width: 100%;
    width: 100%;
  }
  .input_cell .input {
    max-width: 100%;
    font-size: 14px;
  }
  .input_btn {
    width: 100%;
  }
  .fk_tr .fk_td .inner>span {
    font-size: 14px;
  }
  .input_info .fix_text {
    font-size: 13px;
    width: 100%;
    line-height: 20px;
  }
  .input_info .warning-text {
    font-size: 13px;
    line-height: 18px;
  }
  .finput_info .warning-text::before {
    top: 1px;
  }
  .input_cell.email select {
    max-width: 100%;
  }
  .input_cell .select {
    max-width: 100%;
    background-size: 9px;
    background-position: right 15px center;
    padding: 0 15px 0 5px;
  }
  .input_cell.email input {
    max-width: calc((100% - 24px) / 2);
  }
  .input_cell.email .dot {
    font-size: 13px;
  }
  .input_cell.call .bar {
    font-size: 10px;
  }
  .input_cell.call input {
    max-width: calc((100% - 41px) / 3);
  }
  .input_cell.call select {
    max-width: calc((100% - 41px) / 3);
  }
  .fk_td .caution_text {
    font-size: 13px;
    line-height: 18px;
  }
  .input_cell textarea.default{
    padding: 5px;
    line-height: 20px;
  }
  .fk_td .trigger-file-input {
    height: 30px;
    font-size: 12px;
    padding: 0 15px;
  }
  .upload_wrap .file-section {
    font-size: 14px;
    line-height: 18px;
  }
  .upload_wrap .empty {
    font-size: 13px;
    line-height: 18px;
  }
  .fk_td .radiobox_wrap {
    gap: 0px 20px;
  }
  .fk_td .radiobox_wrap label {
    font-size: 14px;
  }
  .fk_td .radiobox_wrap.type01 .radio input {
    margin-bottom: 0px;
  }
  .file_input_cell {
    flex-wrap: wrap;
    gap: 6px;
  }
}

/* 팝업 - 슬라이드 */
.slide_popup {
  width: 100%; 
  height: 100%; 
  position: relative;
}
.slide_popup .slide_popup_wrap {
  width: 100%;
  max-width: 1280px;
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 100000;
  padding: 0 40px;
}
.slide_popup .slide_tit {
  text-align: center; 
  color: #fff;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.slide_popup .slide_count {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 25px;
}
.slide_popup .slide_count p {
  min-width: 110px;
  background: #fff;
  border-radius: 30px;
  padding: 7px 0;
  text-align: center;
  font-weight: 600;
}
.slide_popup .slick_slide_wrap {
  position: relative;
}
.slide_popup .slick_slide_wrap .slider_item .slick-list {
  margin: 0 -20px;
}
.slide_popup .slick_slide_wrap .slider_item .slick-slide {
  padding: 0 20px;
}
.slide_popup .slick_slide_wrap .slider_item .slick-slide div {
  line-height: 0;
}
.slide_popup .slick_slide_wrap .slider_item .slick-arrow {
  width: 15px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.slide_popup .slick_slide_wrap .slider_item .slick-prev {
  left: -25px;
  background: url(../img/module/ico_slide_nav_prev02.png) no-repeat center;
}
.slide_popup .slick_slide_wrap .slider_item .slick-next {
  right: -25px;
  background: url(../img/module/ico_slide_nav_next02.png) no-repeat center;
}
.slide_popup .btn_close {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn_close button {
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
.btn_close button::after {
  content: '';
  display: inline-block;
  width: 12px;
  aspect-ratio: 1 / 1;
  background: url(../img/module/ico_slide_close02.png)no-repeat center center;
  margin-left: 5px;
}
.btn_close button.btn_stop {
  background: #ee7700;
}
.btn_close button.btn_esc {
  background: #006bcc;
}

@media screen and (max-width: 768px) {
  .slide_popup .slide_tit {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .slide_popup .slide_count {
    justify-content: center;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .slide_popup .slide_count p {
    min-width: 90px;
    padding: 5px 0;
  }
  .slide_popup .btn_close {
    padding-top: 20px;
  }
}