.r-sub-con {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 1520px) {
  .r-sub-con {
    padding: 70px 16px;
  }
}
@media (max-width: 768px) {
  .r-sub-con {
    padding: 50px 16px;
  }
}
#bo_w {
  width: 100%;
  max-width: 1024px;
  padding: 0;
}
#bo_w .btn_cke_sc {
  display: none;
}
#bo_w #fwrite {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#bo_w #fwrite .register-wrap {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
#bo_w #fwrite .register-wrap .photo_div {
  flex: 0 0 auto;
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#bo_w #fwrite .register-wrap .photo_div .get-registed-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
  border: 1px solid #ddd;
}
#bo_w #fwrite .register-wrap .photo_div .get-registed-photo > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bo_w #fwrite .register-wrap .photo_div > input {
  width: 100%;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  border: 1px solid #ddd;
}
#bo_w #fwrite .register-wrap .photo_div > input::file-selector-button {
  width: auto;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: black;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
}
#bo_w #fwrite .register-wrap .normal-write-group {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#bo_w #fwrite .register-wrap .normal-write-group .choose-cate {
  width: 100%;
}
#bo_w #fwrite .register-wrap .normal-write-group .choose-cate > select {
  width: 100%;
  height: 40px;
  max-width: 200px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 0;
}
#bo_w #fwrite .register-wrap .normal-write-group .write_div {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#bo_w #fwrite .register-wrap .normal-write-group .write_div .input-wrap {
  width: 100%;
}
#bo_w #fwrite .register-wrap .normal-write-group .write_div .input-wrap > input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 0;
}
#bo_w #fwrite .register-wrap .normal-write-group .write_div #autosave_pop {
  display: none;
}
#bo_w #fwrite .write_div {
  width: 100%;
  margin-bottom: 50px;
}
#bo_w #fwrite .btn_confirm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#bo_w #fwrite .btn_confirm > a, #bo_w #fwrite .btn_confirm > button, #bo_w #fwrite .btn_confirm > input {
  width: 90px;
  height: 45px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  background: #f0f0f0;
  border: none;
  border-radius: 0;
}
#bo_w #fwrite .btn_confirm > a.btn_cancel, #bo_w #fwrite .btn_confirm > button.btn_cancel, #bo_w #fwrite .btn_confirm > input.btn_cancel {
  background: #da4242;
  color: white;
}
#bo_w #fwrite .btn_confirm > a.btn_submit, #bo_w #fwrite .btn_confirm > button.btn_submit, #bo_w #fwrite .btn_confirm > input.btn_submit {
  background: rgb(82, 177, 78);
  color: white;
}

@media (max-width: 1280px) {
  #bo_w #fwrite .btn_confirm > a, #bo_w #fwrite .btn_confirm > input, #bo_w #fwrite .btn_confirm > button {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #bo_w #fwrite .register-wrap .photo_div {
    width: 200px;
  }
  #bo_w #fwrite .register-wrap .photo_div > input {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .register-wrap .photo_div > input::-webkit-file-upload-button {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .register-wrap .normal-write-group .choose-cate > select {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .register-wrap .normal-write-group .write_div .input-wrap > input {
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #bo_w #fwrite .register-wrap {
    flex-direction: column;
    align-items: center;
  }
  #bo_w #fwrite .register-wrap .photo_div {
    width: 100%;
    max-width: 250px;
  }
  #bo_w #fwrite .register-wrap .photo_div > input {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .register-wrap .photo_div > input::-webkit-file-upload-button {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .register-wrap .normal-write-group .choose-cate > select {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .register-wrap .normal-write-group .write_div .input-wrap > input {
    height: 30px;
    font-size: 14px;
  }
  #bo_w #fwrite .btn_confirm > a, #bo_w #fwrite .btn_confirm > input, #bo_w #fwrite .btn_confirm > button {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
}
#bo_list {
  width: 100%;
  max-width: 1520px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#bo_list #fboardlist {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#bo_list #fboardlist .bo_youtube {
  width: 100%;
}
#bo_list #fboardlist .bo_youtube > ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 10px;
}
#bo_list #fboardlist .bo_youtube > ul > li {
  width: 100%;
}
#bo_list #fboardlist .bo_youtube > ul > li > a {
  position: relative;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: white;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-check {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 50;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .thumbnail-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .thumbnail-frame > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .cate {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap {
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #ddd;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .kr, #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .en {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .kr {
  color: #333;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .en {
  color: #707070;
  font-style: italic;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item > svg {
  flex: 0 0 auto;
  width: 20px;
  fill: #333;
}
#bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item > span {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  word-break: keep-all;
}
#bo_list #fboardlist .bo_fx {
  width: 100%;
}
#bo_list #fboardlist .bo_fx .btn_bo_user {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
#bo_list #fboardlist .bo_fx .btn_bo_user > li > a, #bo_list #fboardlist .bo_fx .btn_bo_user > li > button, #bo_list #fboardlist .bo_fx .btn_bo_user > li > input {
  width: 90px;
  height: 45px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  background: #f0f0f0;
  border: none;
  border-radius: 0;
}
#bo_list #fboardlist .bo_fx .btn_bo_user > li > a.btn_del, #bo_list #fboardlist .bo_fx .btn_bo_user > li > button.btn_del, #bo_list #fboardlist .bo_fx .btn_bo_user > li > input.btn_del {
  background: #da4242;
  color: white;
}
#bo_list #fboardlist .bo_fx .btn_bo_user > li > a.btn_b02, #bo_list #fboardlist .bo_fx .btn_bo_user > li > button.btn_b02, #bo_list #fboardlist .bo_fx .btn_bo_user > li > input.btn_b02 {
  background: rgb(82, 177, 78);
  color: white;
}
#bo_list #bo_sch {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#bo_list #bo_sch > form {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
#bo_list #bo_sch > form #sfl {
  flex: 0 0 auto;
  width: 120px;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 0;
}
#bo_list #bo_sch > form .sch_input {
  flex: 1 1 auto;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 0;
}
#bo_list #bo_sch > form > button[type=submit] {
  height: 35px;
  aspect-ratio: 1/1;
  border: none;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background: white;
}

@media (max-width: 1280px) {
  #bo_list #fboardlist .bo_youtube > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a {
    padding: 10px;
    gap: 12px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .cate {
    margin-bottom: 8px;
    font-size: 14px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap {
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .kr, #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .en {
    font-size: 16px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list {
    gap: 8px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item > svg {
    width: 18px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item > span {
    font-size: 14px;
  }
  #bo_list #fboardlist .bo_fx .btn_bo_user > li > a, #bo_list #fboardlist .bo_fx .btn_bo_user > li > button, #bo_list #fboardlist .bo_fx .btn_bo_user > li > input {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
  #bo_list #bo_sch > form #sfl {
    width: 100px;
    font-size: 12px;
  }
  #bo_list #bo_sch > form .sch_input {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #bo_list #fboardlist .bo_youtube > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #bo_list #fboardlist .bo_youtube > ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .cate {
    font-size: 12px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap {
    padding-bottom: 8px;
    margin-bottom: 8px;
    gap: 8px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .kr, #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .name-wrap .en {
    font-size: 14px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item > svg {
    width: 16px;
  }
  #bo_list #fboardlist .bo_youtube > ul > li > a .s-list-content-wrap .contact-list .item > span {
    font-size: 12px;
  }
  #bo_list #fboardlist .bo_fx .btn_bo_user > li > a, #bo_list #fboardlist .bo_fx .btn_bo_user > li > button, #bo_list #fboardlist .bo_fx .btn_bo_user > li > input {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
  #bo_list #bo_sch > form {
    flex-wrap: wrap;
  }
  #bo_list #bo_sch > form #sfl {
    width: auto;
    height: 30px;
    flex: 1 1 100%;
  }
  #bo_list #bo_sch > form .sch_input {
    height: 30px;
  }
  #bo_list #bo_sch > form > button[type=submit] {
    height: 30px;
  }
  #bo_list #bo_sch > form > button[type=submit] > i {
    font-size: 14px;
  }
}
#bo_cate {
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 4px;
}
#bo_cate ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 5px;
}
#bo_cate ul li {
  flex: 0 0 auto;
}
#bo_cate a {
  display: block;
  padding: 8px 10px;
  border-radius: 3px;
  background: #f0f0f0;
  color: #0B2A56;
}
#bo_cate #bo_cate_on {
  background: #0B2A56;
  color: white;
  font-weight: bold;
}

#bo_v {
  width: 100%;
  max-width: 1280px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#bo_v .hidden {
  display: none;
}
#bo_v .view-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
#bo_v .view-container .profile-area {
  flex: 0 0 auto;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#bo_v .view-container .profile-area .registed-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
  overflow: hidden;
}
#bo_v .view-container .profile-area .registed-photo > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bo_v .view-container .profile-area .information-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#bo_v .view-container .profile-area .information-group .cate {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #333;
}
#bo_v .view-container .profile-area .information-group .name-wrap {
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #ddd;
}
#bo_v .view-container .profile-area .information-group .name-wrap .kr, #bo_v .view-container .profile-area .information-group .name-wrap .en {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#bo_v .view-container .profile-area .information-group .name-wrap .kr {
  color: #333;
}
#bo_v .view-container .profile-area .information-group .name-wrap .en {
  color: #707070;
  font-style: italic;
}
#bo_v .view-container .profile-area .information-group .contact-infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bo_v .view-container .profile-area .information-group .contact-infos > li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#bo_v .view-container .profile-area .information-group .contact-infos > li > svg {
  flex: 0 0 auto;
  width: 24px;
  fill: #333;
}
#bo_v .view-container .profile-area .information-group .contact-infos > li > span {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  word-break: keep-all;
}
#bo_v .view-container .content-area {
  flex: 1 1 auto;
  align-self: flex-start;
  padding: 30px;
  background: #fafafa;
  box-shadow: 0 0 16px -8px rgba(0, 0, 0, 0.3);
}
#bo_v .view-container .content-area b {
  font-weight: 600;
}
#bo_v #bo_v_top {
  width: 100%;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #ddd;
}
#bo_v #bo_v_top > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
#bo_v #bo_v_top > ul > li > a, #bo_v #bo_v_top > ul > li > button, #bo_v #bo_v_top > ul > li > input {
  width: 90px;
  height: 45px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  background: #f0f0f0;
  border: none;
  border-radius: 0;
}
#bo_v #bo_v_top > ul > li > a.btn_del, #bo_v #bo_v_top > ul > li > button.btn_del, #bo_v #bo_v_top > ul > li > input.btn_del {
  background: #da4242;
  color: white;
}
#bo_v #bo_v_top > ul > li > a.btn_b02, #bo_v #bo_v_top > ul > li > button.btn_b02, #bo_v #bo_v_top > ul > li > input.btn_b02 {
  background: rgb(82, 177, 78);
  color: white;
}

@media (max-width: 1280px) {
  #bo_v .view-container {
    gap: 30px;
  }
  #bo_v #bo_v_top > ul > li > a, #bo_v #bo_v_top > ul > li > button, #bo_v #bo_v_top > ul > li > input {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #bo_v .view-container {
    gap: 20px;
  }
  #bo_v .view-container .profile-area {
    width: 300px;
    gap: 12px;
  }
  #bo_v .view-container .profile-area .information-group .cate {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #bo_v .view-container .profile-area .information-group .name-wrap {
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
  #bo_v .view-container .profile-area .information-group .name-wrap .kr, #bo_v .view-container .profile-area .information-group .name-wrap .en {
    font-size: 20px;
  }
  #bo_v .view-container .profile-area .information-group .contact-infos .item > svg {
    width: 20px;
  }
  #bo_v .view-container .profile-area .information-group .contact-infos .item > span {
    font-size: 16px;
  }
  #bo_v .view-container .content-area {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  #bo_v .view-container {
    flex-direction: column;
    gap: 16px;
  }
  #bo_v .view-container .profile-area {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  #bo_v .view-container .profile-area .registed-photo {
    flex: 1 1 40%;
    width: auto;
  }
  #bo_v .view-container .profile-area .information-group {
    flex: 1 1 50%;
  }
  #bo_v .view-container .content-area {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #bo_v .view-container {
    flex-direction: column;
    gap: 16px;
  }
  #bo_v .view-container .profile-area {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #bo_v .view-container .profile-area .registed-photo {
    flex: unset;
    width: 100%;
    max-width: 320px;
  }
  #bo_v .view-container .profile-area .information-group {
    flex: unset;
  }
  #bo_v .view-container .profile-area .information-group .cate {
    margin-bottom: 8px;
    font-size: 14px;
  }
  #bo_v .view-container .profile-area .information-group .name-wrap {
    margin-bottom: 8px;
    padding-bottom: 8px;
    gap: 8px;
  }
  #bo_v .view-container .profile-area .information-group .name-wrap .kr, #bo_v .view-container .profile-area .information-group .name-wrap .en {
    font-size: 16px;
  }
  #bo_v .view-container .profile-area .information-group .contact-infos {
    gap: 8px;
  }
  #bo_v .view-container .profile-area .information-group .contact-infos .item > svg {
    width: 16px;
    height: auto;
  }
  #bo_v .view-container .profile-area .information-group .contact-infos .item > span {
    font-size: 14px;
  }
  #bo_v .view-container .content-area {
    width: 100%;
  }
  #bo_v #bo_v_top {
    padding-top: 12px;
  }
  #bo_v #bo_v_top > ul > li > a, #bo_v #bo_v_top > ul > li > button, #bo_v #bo_v_top > ul > li > input {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
}/*# sourceMappingURL=for_gallery.css.map */