@charset "utf-8";

/* Skip navigation */
.skip_navi {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 100%;
  color: #000;
  text-align: center;
}
.skip_navi:focus {
  position: static;
}

/* Button */
.btn {
  display: inline-block;
  vertical-align: top;
}
.btn_blue_30 {
  height: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  background: #041e40;
}
.btn_blue_46 {
  height: 32px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background: #041e40;
  font-weight: normal;
}
.btn_skyblue_h46 {
  height: 46px;
  border-radius: 5px;
  color: #041e40;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  background: #daedf5;
}
.btn_search_w {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  font-size: 0;
  background: #041e40 url(../images/ico_search_w.png) no-repeat center;
}
.btn_calendar {
  width: 46px;
  height: 46px;
  border: 1px solid #dde2e5;
  border-radius: 5px;
  font-size: 0;
  background: #fff url(../images/ico_calendar.png) no-repeat center;
}
.btn_area {
  font-size: 0;
}
.btn_area > .btn + .btn {
  margin-left: 10px;
}

/* Label */
.label {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  vertical-align: top;
}
.label.color_blue {
  color: #fff;
  background: #169bd5;
}

/* Board */
/* Condition */
.lnk {
  color: #222;
}

.search_div {
  display: flex;
  align-items: center;
}

.condition {
  font-size: 0;
  text-align: center;
  margin-bottom: 15px;
}
.condition .item + .item {
  margin-left: 10px;
}

.condition2 {
  padding: 25px;
  text-align: center;
}
.condition2 .item + .item {
  margin-left: 20px;
}
.condition2 .lb {
  display: inline-block;
  height: 30px;
  line-height: 46px;
  vertical-align: top;
}

/* List */
.board_list {
  border-top: 1px solid #aaa;
  margin-top: 10px;
}
.board_list table {
  font-size: 13px;
  font-weight: 300;
}
.board_list th {
  padding: 12px 0;
  border-bottom: 1px solid #aaa;
  color: #000;
  font-weight: 400;
  text-align: center;
  background: #f4f3f1;
}
.board_list td {
  padding: 16px 0 19px 0;
  border-bottom: 1px solid #dde2e5;
  color: #666;
  text-align: center;
}
.board_list td.al {
  padding: 12px 10px 12px 10px;
  text-align: left;
}
.board_list td .lnk {
  color: #222;
}
.board_list td .lnk:hover {
  color: #169bd5;
  text-decoration: underline;
}

.board_list2 {
  border-top: 2px solid #222;
}
.board_list2 table {
  font-size: 16px;
  font-weight: 300;
}
.board_list2 th {
  padding: 15px 0;
  border-bottom: 1px solid #888;
  color: #000;
  text-align: center;
}
.board_list2 td {
  padding: 13px 0 16px 0;
  border-bottom: 1px solid #dde2e5;
  color: #666;
  text-align: center;
}
.board_list2 td.al {
  padding: 13px 10px 16px 10px;
  text-align: left;
}
.board_list2 td .lnk {
  color: #222;
}
.board_list2 td .lnk:hover {
  color: #169bd5;
  text-decoration: underline;
}

.paging {
  font-size: 0;
  text-align: center;
}
.paging .btn {
  margin-top: 0;
}
.paging .btn a {
  width: 30px;
  height: 30px;
  border: 1px solid #daedf5;
  font-size: 0;
}
.paging .first {
  background: url(../images/ico_paging_button_db.png) no-repeat center;
  background-size: 14px 15px;
}
.paging .prev {
  margin-right: 20px;
  background: url(../images/ico_paging_button.png) no-repeat center;
}
.paging .next {
  margin-left: 20px;
  background: url(../images/ico_paging_button.png) no-repeat center;
  transform: rotate(180deg);
}
.paging .last {
  background: url(../images/ico_paging_button_db.png) no-repeat center;
  transform: rotate(180deg);
  background-size: 14px 15px;
}
.paging > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.paging > ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  vertical-align: top;
}
.paging > ul li + li {
  margin-left: 15px;
}
.paging > ul li a,
.paging > ul li strong {
  width: 36px;
  height: 36px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  border: 1px solid #aaa;
  font-size: 12px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > ul li a {
  color: #888;
}
.paging > ul li strong {
  color: #000;
  background: white;
}

.board_list_top {
  display: table;
  width: 100%;
}
.board_list_top .left_col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.board_list_top .right_col {
  display: table-cell;
  width: 50%;
  font-size: 0;
  text-align: right;
  vertical-align: top;
}
.board_list_top .right_col .btn + .btn {
  margin-left: 10px;
}
.list_count {
  padding-top: 26px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.list_count::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: #222;
  vertical-align: 3px;
}
.list_count strong {
  margin-left: 5px;
  color: #0465be;
  font-weight: 500;
}

/* View */
.board_view {
}
.board_view img {
  max-width: 100%;
}
.board_view_top {
  border-bottom: 1px dashed #888;
  background: #f6f6f6;
  padding: 5px 8px;
}

.btn1{display: flex; gap: 5px;justify-content: center};

.board_view_top .tit {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.board_view_top .info {
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
}
.board_view_top .info div:first-child {
  display: flex;
  align-items: center;
}
.board_view_top .info dl,
.board_view_top .info dt,
.board_view_top .info dd {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.board_view_top .info dl {
  margin-right: 15px;
}
.board_view_top .info dl:nth-child(1) {
}
.board_view_top .info dl:nth-child(2) {
}
.board_view_top .info dt {
  width: 100px;
  color: #0e549c;
  text-align: center;
}
.board_view_top .info dd {
  color: #666;
  font-weight: 300;
}

.board_article {
  border-bottom: 1px solid #dde2e5;
}
.board_article img {
  max-width: 100%;
}
.board_article textarea {
  width: 100%;
  min-height: 350px;
  padding: 30px 29px;
  border: 0;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  resize: none;
}

.board_article_faq {
  position: relative;
  padding-left: 74px;
  border-bottom: 1px solid #dde2e5;
}
.board_article_faq .a {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url(../images/ico_a.png) no-repeat;
}
.board_article_faq .q {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url(../images/ico_q.png) no-repeat;
}
.board_article_faq textarea {
  width: 100%;
  min-height: 350px;
  padding: 30px 29px 30px 0;
  border: 0;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  resize: none;
}

.board_article_faq.reg {
  padding: 12px 12px 12px 102px;
}
.board_article_faq.reg textarea {
  padding: 19px;
  border: 1px solid #dde2e5;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
}

.board_faq_top {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #dde2e5;
}
.board_faq_top > * {
  display: table-cell;
  width: auto;
}
.board_faq_top dt {
  width: 102px;
  padding-left: 12px;
  color: #000;
  font-weight: 500;
}
.board_faq_top dt .req {
  display: inline-block;
  width: 7px;
  height: 7px;
  font-size: 0;
  background: url(../images/ico_req.png) no-repeat;
  vertical-align: 15px;
}
.board_faq_top dd {
  padding: 12px 12px 12px 0;
}

.board_attach dl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #dde2e5;
  font-size: 14px;
  font-weight: 300;
}
.board_attach dl > * {
  float: left;
}
.board_attach dl::after {
  content: "";
  display: block;
  clear: both;
}
.board_attach dl dt {
  width: 102px;
  padding-left: 30px;
  color: #000;
}
.board_attach dl dd > span {
  display: block;
}
.board_attach dl dd > span + span {
  margin-top: 5px;
}
.board_attach dl dd > span > * {
  vertical-align: top;
}
.board_attach dl dd a {
  display: inline-block;
  padding-left: 29px;
  color: #aaa;
  vertical-align: top;
  background: url(../images/ico_file.png) no-repeat;
}
.board_attach dl dd a:hover {
  text-decoration: underline;
}
.board_attach dl dd a span {
  color: #666;
}

.board_attach.faqreg dt {
  padding-left: 12px;
  font-weight: 500;
}
.board_attach dd input[type="file"] + span {
  margin-top: 10px;
}
.board_attach span input[type="button"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 0;
  font-size: 0;
  background: url(../images/ico_delete.png) no-repeat;
  background-size: contain;
  vertical-align: -2px;
  cursor: pointer;
}

.board_attach_img {
  padding: 40px 30px;
  border-bottom: 1px solid #dde2e5;
}
.board_attach_img img {
  max-width: 100%;
}
.board_attach_img br + img {
  margin-top: 10px;
}

.board_attach2 > span {
  display: block;
  color: #666;
}
.board_attach2 > span + span {
  margin-top: 5px;
}
.board_attach2 > span a {
  display: inline-block;
  padding-left: 29px;
  color: #169bd5;
  vertical-align: top;
  background: url(../images/ico_file.png) no-repeat;
}
.board_attach2 input[type="button"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 0;
  font-size: 0;
  background: url(../images/ico_delete.png) no-repeat;
  background-size: contain;
  vertical-align: 6px;
  cursor: pointer;
}

.board_view_bot {
  position: relative;
}
.board_view_bot .left_col {
  font-size: 0;
}
.board_view_bot .left_col .btn + .btn {
  margin-left: 10px;
}
.board_view_bot .right_col {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.board_view_bot .right_col .btn + .btn {
  margin-left: 10px;
}

.board_view2 {
  border-top: 2px solid #222;
  margin-bottom: 40px;
}
.board_view2 td {
  padding: 12px 20px;
  border-bottom: 1px solid #dde2e5;
  color: #666;
}
.board_view2 .lb {
  padding: 12px 30px;
  color: #000;
  background: #f5f6f7;
}
.board_view2 .lb .req {
  display: inline-block;
  width: 7px;
  height: 7px;
  font-size: 0;
  background: url(../images/ico_req.png) no-repeat;
  vertical-align: 15px;
}
.board_view2 .lb .min {
  display: inline-block;
  padding: 10.5px 0;
}
.board_view2.txtonly td {
  padding: 23px 20px;
}
.board_view2 .lnk {
  color: #000;
}

.board_view3 {
  border-top: 2px solid #222;
}
.board_view3 td {
  padding: 20px 0;
  border-bottom: 1px dashed #dde2e5;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
.board_view3 tr:last-child td {
  border-bottom-style: solid;
}
.board_view3 .lb {
  padding: 21px 0;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  background: #f5f6f7;
}
.board_view3 .lb .req {
  display: inline-block;
  width: 7px;
  height: 7px;
  font-size: 0;
  background: url(../images/ico_req.png) no-repeat;
  vertical-align: 15px;
}
.board_view3 .writer {
  padding-left: 30px;
  color: #222;
  font-weight: 400;
}

.board_view4 {
  border-top: 2px solid #222;
}
.board_view4 td {
  padding: 23px 30px;
  border-bottom: 1px solid #dde2e5;
}
.board_view4 td .f_rdo + .f_rdo {
  margin-left: 20px;
}
.board_view4 .lb {
  background: #f5f6f7;
}

.board_top {
  position: relative;
}
.board_top .right_col {
  position: absolute;
  right: 0;
  top: 0;
}

.list_cnt {
  display: inline-block;
  padding-top: 12px;
  color: #222;
  font-size: 16xpx;
  font-weight: 300;
  vertical-align: top;
}
.list_cnt strong {
  color: #169bd5;
  font-weight: 500;
}

/* Message */
.msg_1 {
  padding: 32px 40px;
  border-top: 2px solid #0e549c;
  border-radius: 0 0 10px 10px;
  color: #454545;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1px;
  background: #f3f9fd;
}

/* Form */
/* for IE10 */
input::placeholder {
  color: #aaa;
  opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
input::-webkit-input-placeholder {
  color: #aaa;
}
/* IE */
input:-ms-input-placeholder {
  color: #aaa;
}
input[type="text"]::-ms-clear {
  display: none;
}
/* Firefox */
input:-mos-input-placeholder {
  color: #aaa;
}

.f_search {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.f_search input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 0 50px 0 10px;
  border: 0;
  color: #222;
  font-size: 16px;
  border: 1px solid #daedf5;
}
.f_search .btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 0;
  font-size: 0;
  background: url(../images/ico_search_b.png) no-repeat;
  background-size: contain;
}

.f_search2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.f_search2 input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 0 50px 0 20px;
  border: 1px solid #dde2e5;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
  background: #f7f7f7;
}
.f_search2 .btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border: 0;
  font-size: 0;
  background: url(../images/ico_search_b.png) no-repeat;
  background-size: contain;
}

.f_search3 {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.f_search3 input[type="text"] {
  width: 100%;
  height: 46px;
  border: 1px solid #dde2e5;
  border-radius: 5px;
}
.f_search3 .btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border: 0;
  font-size: 0;
  background: url(../images/ico_search_b.png) no-repeat;
  background-size: contain;
}

select {
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  -webkit-border-radius: 0;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

.f_select {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  height: 32px;
  border: 0;
  border-radius: 5px;
  vertical-align: top;
  border: 1px solid #daedf5;
}
.f_select::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 9px;
  background: url(../images/ico_arrow_gray_15x9.png) no-repeat;
}
.f_select select {
  width: 100%;
  height: 100%;
  padding: 0 35px 0 15px;
  border: 0;
  color: #222;
  font-size: 14px;
  background: transparent;
}

.f_chk {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.f_chk::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #e7eef2;
  vertical-align: top;
}
.f_chk.on:before {
  background: #e7eef2 url(../images/bg_chkbox_on.png) no-repeat center;
}
.f_chk input[type="checkbox"] {
  width: 0;
}

.f_chk_only {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  cursor: pointer;
}
.f_chk_only::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dde2e5;
  border-radius: 2px;
  background: #fff;
  vertical-align: top;
}
.f_chk_only.on:before {
  border: 0;
  background: #0075ff url(../images/bg_chkbox2_on.png) no-repeat center;
}
.f_chk_only input[type="checkbox"] {
  width: 0;
}

.f_rdo {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.f_rdo::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: url(../images/bg_rdobox.png) no-repeat;
  vertical-align: top;
}
.f_rdo.on:before {
  background: url(../images/bg_rdobox_on.png) no-repeat center;
}
.f_rdo input[type="radio"] {
  width: 0;
}

.f_txt {
  height: 46px;
  padding: 0 19px;
  border: 1px solid #dde2e5;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  vertical-align: top;
}
.f_txt2 {
  height: 46px;
  padding: 0 19px;
  border: 0;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  background: #f7f7f7;
}

.f_txt_inner {
  display: inline-block;
  height: 46px;
  color: #222;
  font-weight: 300;
  line-height: 46px;
}

.f_txtar {
  padding: 19px;
  border: 1px solid #dde2e5;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  resize: none;
}

.f_date {
  width: 117px;
  height: 46px;
  border: 0;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  background: #f7f7f7;
}

/* Text */
#text {
  width: 100%;
}
.tit_1 {
  color: #222;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
.tit_2 {
  position: relative;
  padding-top: 12px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
}
.tit_2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #0465be;
}
.tit_2.r::before {
  background: #be0404;
}

.tit_3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.tit_4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.txt_1 {
  color: #666;
  font-size: 18px;
}
.txt_2 {
  color: #666;
  font-size: 15px;
  font-weight: 300;
}
.txt_3 {
  color: #eb6877;
  font-size: 14px;
  font-weight: 300;
}

.itemDiv {
  width: 370px;
  height: 310px;
  margin-top: 10px;
}
.img_board {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  gap: 45px;
}
.img_div_board img {
  width: 100%;
  height: 278px;
  margin-bottom: 10px;
}
.img_div_board table {
  display: none;
}

.img_div_board table img {
  display: block; /* 이미지만 표시 */
}

.img_board_title {
  text-align: center;

}

.pagination-buttons {
  align-items: center;
  justify-content: center;
}
.pagination-buttons button {
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 5px 0;
  border: 1px solid #daedf5;
  background-color: #f3f9fd;
  cursor: pointer;
  color: #041e40;
  font-size: 15px;
}
.pagination-buttons button:hover {
  background-color: #169bd5;
}
.pagination-buttons .numberButton {
  width: 40px;
  height: 30px;
  text-align: center;
}
.pagination-buttons .active {
  font-weight: bold;
  color: #0075ff;
}

.img_board_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  border: 1px solid #daedf5;
  background-color: #f3f9fd;
  padding: 10px;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.img_board_detail a {
  color: #000;
  font-size: 14px;
}

.youtube_title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 30px;
  color: #000080;
}
.youtube_title span {
  margin-left: 10px;
  color: #169bd5;
  font-size: 19px;
}
.youtube_title img {
  width: 45px;
  margin-right: 10px;
}

.layout_375806_ {
  display: flex;
  justify-content: space-between;
}
