@charset "utf-8";

/* 카테고리 */
.list-category .div-tab-box { margin-bottom:15px; }
.list-category .dropdown { margin-bottom:15px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* PC 목록 */
table.list-pc { border-bottom: 1px solid #ddd; margin-bottom:15px; }
table.list-pc th { white-space:nowrap; clear:both; height:43px; background: url('./img/head.gif') repeat-x !important; font-weight:bold; font-size:12px; color:#333; border:0px !important; padding:0px !important; margin:0px !important; text-align:center; }
table.list-pc th a { text-decoration:none; color:#333; }
table.list-pc th a:hover, table.bo-list th a:focus, table.bo-list th a:active { color:#000; }
table.list-pc td { white-space:nowrap; }
table.list-pc tbody tr:first-child td { border-top:0 !important; }
table.list-pc .list-now { background: #fafafa; }
table.list-pc .list-img img { width:40px; height:40px; border-radius:50%; }
table.list-pc .list-img i { width: 40px; height: 40px; line-height:40px; margin:0px; font-size: 24px; background: rgb(238, 238, 238); border-radius:50%; text-align: center; color: rgb(255, 255, 255); display: inline-block; }
table.list-pc .list-subject { text-align:left !important;  white-space:normal !important;}
table.list-pc .list-subject a { display:block; }
table.list-pc .list-subject.now { font-weight:bold !important; }
table.list-pc .list-subject.notice { font-weight:bold !important; }
table.list-pc .list-none { padding:100px 0px; }

/* 모바일 목록 */
.list-mobile { margin-bottom:15px; border-top:1px solid #eee; }
.list-mobile strong { font-weight:normal; margin:0px; line-height:40px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.list-mobile.no-img strong { line-height:30px; }
.list-mobile strong.notice a { font-weight:bold; }
.list-mobile strong.best a { }
.list-mobile strong.now a { font-weight:bold; color:crimson; }
.list-mobile .list-img img { width:40px; height:40px; border-radius:50%; }
.list-mobile .list-img i { width: 40px; height: 40px; line-height:40px; margin:0px; font-size: 24px; background: rgb(238, 238, 238); border-radius:50%; text-align: center; color: rgb(255, 255, 255); display: inline-block; }
.list-mobile .list-cnt { color: orangered; font-size: 12px; font-weight:bold; font-family:verdana; letter-spacing:-1px; }
.list-mobile .media { border-bottom:1px solid #eee; margin:0px; padding:6px 8px; }
.list-mobile .media.list-notice {  background:#fafafa; }
.list-mobile .media.list-now { background:#fafafa; }
.list-mobile :first-child.media { margin-top:0px; }
.list-mobile .media .media-body { padding-left:0px; }

/* 목록 공통 */
.list-wrap { width:100%; }
.list-btn-box { margin-bottom: 15px; }
.list-btn-box a span { margin-left: 4px; }
.list-btn-box .sort a { color:crimson !important; font-weight:bold !important; }
.list-btn-box .dropdown-menu { font-size: 12px; }
.list-none { margin:0px 0px 15px; padding:80px 0px; }
.list-page { margin-bottom:15px; }
.list-page .pagination { margin:0; }

/* 아이콘 */
.list-wrap .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.list-wrap .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-wrap .wr-notice { width:37px; height:19px; background-image: url('./img/icon_notice.gif'); }
.list-wrap .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.list-wrap .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.list-wrap .wr-hot { width:12px; height:12px; background-image: url('./img/icon_hot.gif'); }

/* 내용 공통 */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap h1 { font-size: 22px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color: rgb(59, 62, 67); letter-spacing:-1px; }
.view-wrap h1 .photo { border-radius: 50%; width: 50px; height: 50px; margin-bottom:10px; margin-right:10px; }
.view-wrap .no-attach { border-bottom:0px; }

.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content { padding:0px 15px 20px }
.view-mobile .view-content { padding:0px 0px 20px; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:22px; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top:14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-comment { color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; margin: 0px 0px 10px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; font-size: 20px; font-weight: 500; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative; }

#bo_v_sns {margin:4px 0 15px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 댓글 */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content {	margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('./img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('./img/cmt_nogood.gif') no-repeat left center; color:#888; }

#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 0 0 20px; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

/* 쓰기 공통 */
.write-wrap { width:100%; overflow:hidden; }
.write-wrap h2 { padding:0px; margin:0px; font-size:14px; font-weight:bold; }
.write-wrap label { font-weight:bold; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border:0;box-shadow:none; }
.write-wrap .write-btn { margin:15px 0px 25px; text-align:center; }
.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight:normal; margin-right:10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top:0px; }

#autosave_pop div { text-align:right; }
#autosave_pop button { margin:0; margin-left:10px; padding:0; border:0; background:transparent; color:#888; }
#autosave_pop ul { margin:0; padding:0; padding-left:15px; list-style:disc; }
#autosave_pop li { padding:2px 5px;  }
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:""; }
#autosave_pop a { display:block; float:left; }
#autosave_pop span { display:block;; float:right; }

/* 반응형 공통 */
@media all and (max-width:460px) {
	.responsive .list-btn { text-align:center; margin:0px auto; }
	.responsive .pull-right.list-btn { float:none !important; margin-bottom:14px; }
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 24px; font-size: 18px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
	.responsive .view-btn i { margin-right:0px; }
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .comment-btn { text-align:center; }
	.responsive .comment-btn .pull-right { float:none !important; }
}


@keyframes bg-scale-up {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(16);
    }
  }

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0)
  }

  100% {
      opacity: 1;
      transform: none
  }
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0)
  }

  100% {
      opacity: 1;
      transform: none
  }
}



/* 이벤트&행사 250720 s*/
.at-side { display: none; }
.board-list {
	
}

.main_visual {
  text-align: center;
  padding: 200px 0 0;
  margin: 0 auto;
  overflow: hidden;
  top: -92px;
  height: 1520px;
  position: relative;
  background-color: #DAF0F7;
}
.main_visual:after{
  content: "";
  position: absolute;
  background: url(/thema/Basic/img/main_bg.png) no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.page_title {
	text-align: center;
  margin-bottom: 30px;
  font-size: 62px;
  font-weight: 900;
  line-height: normal;
  color: #ec8f26;
  font-family: Paperlogy;
  z-index: 10;
  position: relative;
}
.main_visual .intro_txt { z-index: 10; position: relative; }
.main_visual .div_img {
  width: 100% !important;
  max-width: 530px;
  z-index: 10;
  display: block;
  margin: 188px auto 0;
  position: sticky;
}
.div_subimg {
  position: absolute;
  width: 100%;
  max-width: 124px;
  top: 8%;
  left: 38%;  
  transform-origin: 50% 50%;
  animation-name: shake;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg)
  }
  75% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#pro_tab .tab { 
	display: flex; 
	justify-content: center; 
	margin-bottom: 80px;
}
#pro_tab .tab li {
    font-size: 18px;
    font-weight: 500;
}
#pro_tab .tab li a { 
	color:#858585;
	margin: 0 15px;
	text-align: center;
    display: inline-block; 
}
#pro_tab .tab li a:hover { color: #ec8f26; }
#pro_tab .tab li a:after {
	display:block;
	content: '';
	border-bottom: solid 2px #ec8f26;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
	transform-origin:  0% 50%;
}
#pro_tab .tab li a:hover:after { transform: scaleX(1); }





/* Brand Story */
.info_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 60px;
  animation: fadeInUp 1s;
}
.intro_txt {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
  padding: 40px 0;
  font-weight: 500;
}
.info_title {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 40px 0;
  font-family: Paperlogy;
}
.img_title { 
    max-width: 80px;
    display: block;
    margin: 80px auto 0;
}
.img_title img { width: 100%; height: 100%; }
.line {
  width: 2px;
  height: 45px;
  background-color: #000;
  margin: 60px auto 30px;
}
/*.info_title:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -10px;
  background: url(/skin/board/brand/img/egg.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}*/
.center_img img { display: block; margin: 0 auto; width: 100%; max-width: 900px; }
.info_txt {
  font-size: 22px;
  font-weight: 400;
  display: block;
  margin-top: 30px;
  text-align: center;
  line-height: 1.3;
}
.ul_flex {
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
  text-align: center;
}
.ul_grid {
  display: grid;
  justify-items: center;
/*  gap: 40px;*/
  margin: 80px 0 0;
}
.txt_bd {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: normal; 
  margin-bottom: 20px;
  font-family: Paperlogy;
}
.cr01 { 
  background: url(/skin/board/brand/img/cr_img03.png) no-repeat;
  background-size: contain; 
  display: inline-block;
  width: 354px;
  height: 354px;
  border-radius: 100%;
  font-size: 22px;
  color: #fff;
  position: relative;
  letter-spacing: -1px;
  text-align: center;
  padding: 100px 0 120px;
  margin-left: -80px;
}
.cr01:first-child { background: url(/skin/board/brand/img/cr_img01.png) no-repeat; background-size: contain; }
.cr01:last-child { background: url(/skin/board/brand/img/cr_img02.png) no-repeat; background-size: contain; height: 450px; }
.logo_div {

}
.concept01 .ul_grid { gap: 0;}
.concept01 .ul_grid li {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 700px;
  height: 220px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
.concept01 .ul_grid li:last-child { border-bottom: 0px }
.concept01 .ul_grid li div img { width: 100%; }
.concept01 .ul_grid li div:first-child { 
    width: 40%;
    max-width: 320px;
}
.concept01 .ul_grid li div:last-child { width: 50%; }
.concept01 .ul_flex li {
  width: 300px;
  border: 2px solid #fcd13e;
  padding: 28px;
  border-left: none;
  border-right: none; 
}
.concept01 .ul_flex li:first-child { border: 2px solid #fcd13e; }
.concept01 .ul_flex li:last-child { border: 2px solid #fcd13e; border-radius: 0 0 50px 0; }

.concept02 .ul_flex {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  text-align: center;
  max-width: 900px;
}
.concept02 .ul_flex li {
  width: 100%;
  max-width: 400px;
  background-color: #fdd23c;
  border-radius: 0 0 30px 0;
  text-align: center;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4;
}
.concept02 .ul_flex li:first-child { background-color: #e2e2e2; }

.concept02 .ul_grid li {
  position: relative;
  background: url(/skin/board/brand/img/pic02.png) no-repeat;
  background-size: cover;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  width: 100%;
  height: 400px;
  max-width: 900px;
}
.concept02 .ul_grid li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000069;
}
.concept02 .ul_grid li > div {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.concept02 .ul_grid li > div > span { color: #fff; text-align: center; line-height: 1.7;} 
.ul_logo {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 40px;
}
.ul_logo li { 
  border: none !important; 
  padding: 0 !important; 
}
.ul_logo li img { max-height: 280px;}
.ul_logo li .txt_bd {}
.ul_logo li span {
  display: block;
}

.concept03 { margin-top: 40px; padding: 0 !important; max-width: 100%; }
.concept03 .ul_grid > li {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}
.li_char01 { background-color: #ffca67; color: #db5e00; }
.li_char02 { background-color: #5b8ec2; color: #0f3063; }
.li_char03 { background-color: #a1cded; color: #104ca5; }
.li_char04 { background-color: #87be68; color: #125c1d; }
.concept03 .ul_grid > li .div_txt > div {
  display: flex;
  flex-direction: column;
}
.concept03 .ul_grid > li .div_txt > div > span:last-child { font-size: 22px; font-weight: 400;}
.div_img { max-width: 300px; max-height: 300px; height: 100%; width: 30%; }
.div_img img { width: 100%; height: 100%; object-fit: contain; }
.concept03 .ul_grid li .div_img img {  }
.li_char03 .li_wrap .div_img img { width: 133%; }
.div_txt {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.div_txt2 > div {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.div_txt2 div .txt_bd {
  font-size: 58px;
  font-family: 'BagleFatone';
  font-weight: 400;
  margin: 0 !important;
  line-height: 1.2;
}
.div_txt span {
  font-size: 28px;
  display: block;
  line-height: normal;
  font-weight: 700;
}
.div_txt2 div > span:last-child { font-size: 20px; }
.txt_sub {
  font-size: 22px !important;
  margin: 8px 0 20px !important;
  background-color: #ffffff8a;
  padding: 4px 20px;
  border-radius: 50px;
  font-family: Paperlogy;
}
.div_txt .ul_txt { padding-left: 23px;}
.div_txt .ul_txt li { margin-bottom: 8px;}
.li_wrap {
  width: 920px;
  height: 320px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.li_char01 .div_txt .ul_txt li::marker { content: '❤ '; color: #db5e00; }
.li_char02 .div_txt .ul_txt li::marker { content: '❤ '; color: #0f3063; }
.li_char03 .div_txt .ul_txt li::marker { content: '❤ '; color: #104ca5; }
.li_char04 .div_txt .ul_txt li::marker { content: '❤ '; color: #125c1d; }
.concept03 .div_img {
  max-width: 300px;
  max-height: 320px;
  height: 100%;
  width: 100%;
}
.concept03 .div_img img {
  transform: scaleX(-1);
    width: unset;
    height: unset;
}


.br_position_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 500px; 
}
.br_char_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.br_char_wrap .char_div {
  position: absolute;
    max-width: 220px;
    width: 30%;
    height: 20%;
    z-index: 10;
    animation: float 3s ease-in-out infinite;
}
.br_char_wrap .char_div img { width: 100%; }
.br_char_wrap .main_char01 {
  top: -10%;
  left: 30%;
}
.br_char_wrap .main_char02 {
  top: 20%;
  left: 67%;
}
.br_char_wrap .main_char03 {
  top: 20%;
  left: 17%;
}
.br_char_wrap .main_char02 img,
.br_char_wrap .main_char03 img { transform: scaleX(-1); }

.br_char_wrap .main_char04 {
  top: -10%;
  right: 32%;
}
.fade-in { opacity: 0; }
.mo_br { display:none; }




@media (max-width: 1440px) {
    #board-menu {right: 27%;}
    .info_container { padding: 0 20px; margin: 0px 0 60px; }
}
@media (max-width: 1200px) {
    .br_char_wrap .main_char04 { right: 28%; }
    .br_char_wrap .char_div { max-width: 200px; }

}
@media (max-width: 992px) {
    .ul_flex { margin: 40px 0 0 !important; }
    .concept03 .div_img img { width: 100%; height:100%; }
    .concept03 .li_wrap { width: 100%; height: 100%; padding: 0 20px; }
    .br_position_wrap { max-height: 400px; }
    .br_char_wrap { max-height: 400px; }
}
@media (max-width: 768px) {
    .ul_flex { flex-direction: column; margin: 40px 0 0; }
    .concept01 .ul_flex li { width:100%; border-left: 2px solid #fcd13e; border-right: 2px solid #fcd13e;}
    .concept02 .ul_flex { gap: 40px; }
    .concept02 .ul_flex li { max-width: 100%; }
    .ul_grid { margin: 40px 0 0; }
    .concept02 .ul_grid li { height: 280px; }
    .info_txt { font-size: 18px; line-height: 1.4; padding: 0 20px; }
    .concept03 .ul_grid > li { flex-direction: column; align-items: center; width: 100%; }

    .page_title { font-size: 50px; }
    .concept01 .ul_grid li { 
      flex-direction: column;
      gap: 30px;
      width: 100%;
      height: 100%;
      padding: 30px 0;
     }
    .concept01 .ul_grid li div:last-child { width: 100%; text-align: center; }
    .concept02 .ul_grid li > div { padding: 0 30px; }
    .concept02 .ul_grid li > div > span { font-size: 22px; }

    .main_visual .intro_txt { padding: 0 20px; font-size: 18px; }
    .main_visual .div_img { bottom:0; max-width: 440px; }
    .div_subimg  { max-width: 80px; top: 24%; left: 41%; }
    .br_char_wrap .main_char01 { top: 10%; left: 16%;}
    .br_char_wrap .main_char02 { top: 22%; left: 74%;}
    .br_char_wrap .main_char03 { top: 52%; left: 6%; }
    .br_char_wrap .main_char04 { top: 2%; right: 23%; }

    .concept03 .li_wrap { flex-direction: column; }
    .concept03 .div_img { max-width: 100%; display: grid; justify-content: end; }
    .concept03 .div_img img { width: unset; height: unset; }
    .li_char03 .li_wrap .div_img img { width: 85%; }
    .mo_br { display: block; }
}

@media (min-width: 1200px) {
    #bo_w .fieldset-box {display: flex; flex-wrap: wrap;}
    #bo_w .fieldset-box fieldset {display: flex; flex: 1 1 calc(50% - 10px);}
    #bo_w .fieldset-box fieldset:nth-of-type(even) {margin-left: 15px;}
    #bo_w .fieldset-box fieldset:nth-of-type(3), #bo_w .fieldset-box fieldset:nth-of-type(4) {margin-bottom: 0;}
    #bo_w .fieldset-box fieldset label {width: 80px; line-height: 50px; margin: 0;}
    #board-menu {right: 10%; bottom: 100px;}
    #gallery-list > article figure .no_image svg {min-height: 287.5px;}
}
@media (min-width: 992px) {
  #gallery-list .info-box2 li:nth-child(2) {margin: 0;}
  #gallery-list .info-box2 li:nth-child(3) {flex-basis: auto; margin: 0 0 0 auto;};
  #gallery-list > article figure .no_image svg {min-height: 243.5px;}

}
@media (min-width: 768px) {
    #bo_w .bo_w_select select {width: 300px;}
    #captcha #captcha_info {margin-top: 0; padding-top: 0; line-height: 40px; margin-left: 10px;}
    #captcha_info:after {right: 290px; top: 5px;}
    .bo_vc_w_info {display: flex; flex-wrap: wrap;}
    .bo_vc_w_info #captcha {margin-top: auto;}
    .bo_vc_w_info #wr_name {width: calc((100%/2 - 5px)); margin: 0 !important;}
    .bo_vc_w_info #wr_password {width: calc((100%/2 - 5px)); margin: 0 0 0 10px !important;}
    .category-box {width: 280px;}
    .list-header {display: grid; grid-template-columns: 400px 1fr; grid-template-areas: 'bo_cate bo_sch';}
    #bo_cate {grid-area: bo_cate; margin: 0;}    
    .bo_sch {grid-area: bo_sch; margin-left: auto;} 
    .bo_sch form {display: grid; grid-template-columns: 100px 240px; gap: 5px; grid-template-areas: 'sfl stx';} 
    #sfl {grid-area: sfl;}  
    #stx {grid-area: stx; margin: 0;} 
    .sch_bar {margin: 0;} 
    .btn_bo_user {grid-area: menu; display: flex; justify-content: flex-end;}
    #gallery-list {grid-template-columns: repeat(4, 1fr);}
    #gallery-list > article:nth-of-type(1) {grid-row: span 2 / span 2;}
    #gallery-list > article:nth-of-type(2) {grid-row: span 2 / span 2; grid-column-start: 1; grid-row-start: 3;}
    #gallery-list > article:nth-of-type(3) {grid-row: span 2 / span 2; grid-column-start: 1; grid-row-start: 5;}
    #gallery-list > article:nth-of-type(4) {grid-row: span 3 / span 3; grid-column-start: 2; grid-row-start: 1;}
    #gallery-list > article:nth-of-type(5) {grid-row: span 3 / span 3; grid-column-start: 2; grid-row-start: 4;}
    #gallery-list > article:nth-of-type(6) {grid-row: span 2 / span 2; grid-column-start: 3; grid-row-start: 1;}
    #gallery-list > article:nth-of-type(7) {grid-row: span 2 / span 2; grid-column-start: 3; grid-row-start: 3;}
    #gallery-list > article:nth-of-type(8) {grid-row: span 2 / span 2; grid-column-start: 3; grid-row-start: 5;}
    #gallery-list > article:nth-of-type(9) {grid-row: span 3 / span 3; grid-column-start: 4; grid-row-start: 1;}
    #gallery-list > article:nth-of-type(10) {grid-row: span 3 / span 3; grid-column-start: 4; grid-row-start: 4;}
    #gallery-list > article figure .no_image svg {width: 40px; height: 40px; min-height: 179.5px;}
    #gallery-list .info-box2 li:nth-child(3) {flex-basis: 100%; margin: 5px 0 0 0;};

    
}

@media (max-width: 320px) {
}