@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 {
  width: 92px;
  height: 32px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  background: #2F4D8D;
  font-weight: normal;
}

.btn_blue_46_inq {
  width: 92px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  background: #2F4D8D;
  font-weight: normal;
}

.btn_blue_pr {
  height: 32px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  background: #2F4D8D;
  font-weight: normal;
}

.btn_skyblue_h46 {
  width: 92px;
  height: 42px;
  border: 1px solid #2F4D8D;
  border-radius: 8px;
  color: #2F4D8D;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  background: #EDF3FC;
}
.btn_del_h46 {
  width: 92px;
  height: 42px;
  border: 1px solid #8D362F;
  border-radius: 8px;
  color: #8D362F;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  background: #FCEEED;
}
.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 {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
.condition .item + .item {
  margin-left: 0px;
}

.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_nav_list {
  border-top: 1px solid #CCCCCC;
  display: flex;
}
.board_list_nav_list a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  font-weight: 400;
}
.board_list_nav_list a.on {
  border-top: 2px solid #0e549c;
  background: rgba(237, 243, 252, 1);
}
.board_list_nav_list a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  right: 0px;
  background: #f0f0f0;
}

.board_list_nav_list a:last-child:after{
  display: none;
}

.border_top_none {border-top: none !important;}
.board_list {
  border-top: 2px solid #0e549c;
}
.board_list table {
  font-size: 16px;
  font-weight: 300;
}
.board_list th {
  padding: 18px 0;
  border-bottom: 1px dotted #0e549c;
  color: #000;
  font-weight: 400;
  text-align: center;
  background: rgba(237, 243, 252, 1);
}
.board_list td {
  padding: 16px 0 19px 0;
  border-bottom: 1px solid #dde2e5;
  color: #666;
  text-align: center;
}
.board_list td.al {
  padding: 16px 10px 19px 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;
  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: 30px;
  height: 30px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > ul li a {
  color: #000;
}
.paging > ul li strong {
  color: #2F4D8D;
}

.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 {
  border-top: 2px solid #1172ba;
}
.board_view_top {
  border-bottom: 1px dotted #888;
}
.board_view_top .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #EDF3FC;
}
.inq_link {
  display: flex;
  align-items: center;
}
.inq_link a {
  color: #2F4D8D;
}
.inq_link img {
  margin-right: 5px;
}
.inq_title_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inq_title_l {
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #111111;
  width: 70%;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #111111;
}
.inq_date {
}

.copy_link {
	color:#fff;
	background: #2F4D8D;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:3px;
}

.inq_info {
  color: #555555;
  font-size: 16px;
  margin-right:15px;
}
.inq_down_btn {
  width: 120px;
  height: 36px;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #2F4D8D;
  font-size: 16px;
  padding: 0px;
}
.inq_down_btn img {
  margin-left: 5px;
}
.board_view_top .info {
  font-size: 0;
}
.board_view_top .info dl,
.board_view_top .info dt,
.board_view_top .info dd {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.board_view_top .info dl {
  padding: 22px 0;
}
.board_view_top .info dl:nth-child(1) {
  margin-right: 185px;
}
.board_view_top .info dl:nth-child(2) {
  margin-right: 145px;
}
.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% !important;
}

.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 {
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.board_attach dl {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-bottom: 1px solid #dde2e5;
  font-size: 16px;
  font-weight: 300;
}
.board_attach dl > * {
  float: left;
}
.board_attach dl::after {
  content: "";
  display: block;
  clear: both;
}
.board_attach dl dt {
  width: 102px;
  color: #000;
  margin-bottom: 10px;
}
.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: 25px;
  color: #2F4D8D;
  vertical-align: top;
  background: url(../images/ic_uil_file.png) no-repeat;
  font-size: 16px;
}
.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;
  margin-top: 15px;
}
.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;
}
.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;
}
.notice_list_form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* 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_flex {
  display: flex;
  position: relative;
  align-items: center;
}
.f_search input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 0 50px 0 8px;
  border: 0;
  border-radius: 5px;
  color: #222;
  font-size: 14px;
  border: 1px solid rgba(204, 204, 204, 1);
}

.f_search_flex input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 0 50px 0 8px;
  border: 0;
  border-radius: 5px;
  color: #222;
  font-size: 14px;
  border: 1px solid rgba(204, 204, 204, 1);
}

.f_search .btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  font-size: 0;
  background: url(../images/ic_search.png) no-repeat;
  background-size: contain;
}

.f_search_flex .btn {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  font-size: 0;
  background: url(../images/ic_search.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 {
  display: inline-block;
  position: relative;
  height: 32px;
  border: 0;
  border-radius: 5px;
  vertical-align: top;
  border: 1px solid rgba(204, 204, 204, 1);
}
.f_select::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  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 30px 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_3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.tit_4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

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

.img_board {
}

.img_board_img_box img {
  width: 100%;
}

.img_board_title {
  align-items: center;
  text-align: left;
  padding: 15px;
  border-bottom: 1px dotted #0075ff;
  display: flex;
  justify-content: space-between;
  background: rgba(237, 243, 252, 1);
  margin-bottom: 35px;
  border-top: 2px solid #0e549c;
}
.img_board_title_start_box {
  display: flex;
  align-items: center;
}
.img_board_title_start_box img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-top: 3px;
}

.img_board .paging {
  text-align: left;
  margin-bottom: 35px;
}

.img_box_Squere img {
  width: 100%;
  max-height: 535px;
  border-radius: 8px;
}


.img_board_Squere {
 
}
.img_board_Squere_wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.itemDiv_Squere {
  border: 1px solid #AAAAAA;
  border-radius: 8px;
}

.img_board_Squere img {}
 

.img_board_title_Squere {
  margin-top: 20px;
  margin-bottom: 8px;
}
.img_board_title_start_box_Squere a {
  font-size: 20px;
  font-weight: 600;
}
.img_board_title_start_box_Squere img {

}
.post_info_Squere span{
  font-size: 14px;
  color: #666;
}

.img_board_title_start_box_Squere {
  display: flex;
  justify-content: space-between;
  align-items: 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;
}

.post_info {
  margin-left: auto;
  margin-right: 10px;
}

.img_board_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid rgba(47, 77, 141, 1);
  color: rgba(47, 77, 141, 1);
  background-color: rgba(247, 247, 247, 1);
  padding: 15px;
}

.img_board_detail a {
  color: rgba(47, 77, 141, 1);
  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: #2F4D8D;
  font-size: 25px;
}
.youtube_title img {
  width: 45px;
}

.layout_375806_ {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 440px;
}

.layout_375806_ iframe {
  border-radius: 8px;
}

.youtube_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.youtube_con img {
  max-height: 440px;
}

.youtube_first {
  position: relative;
  border-radius: 8px;
}

.youtube_first img {
  border-radius: 8px;
}

.youtube_first button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 40px;
  color: #fff;
  align-items: center;
  background-color: #2F4D8D;
  border-radius: 100px;
}

.youtube_last img {
  border-radius: 8px;
}

.itemDiv_network {
}

.img_board_network {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 한 줄에 3개 */
  gap: 10px; /* 이미지 간격 */
}

.img_div_board_network img {
  border-radius: 8px;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  object-fit: cover;
}
.img_div_board_network table {
  display: none;
}

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

.img_board_title_network {

}

.download_online_box {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.download_online {
  border-radius: 8px;
    color: #fff;
    background: #2F4D8D;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
}
.download_online img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.download_online:last-child {
  border: 1px solid #2F4D8D;
  background: #fff;
  color: #2F4D8D;
}