.icon-sports {
    display:inline-block;
    vertical-align:middle;
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:0 0;
    margin-right:5px;
}
.icon-sports.baseball {background-image:url(/design/images/icon/icon_baseball.png);}
.icon-sports.basketball {background-image:url(/design/images/icon/icon_basketball.png);}
.icon-sports.hockey {background-image:url(/design/images/icon/icon_hockey.png);}
.icon-sports.football {background-image:url(/design/images/icon/icon_football.png);}
.icon-sports.volleyball {background-image:url(/design/images/icon/icon_volleyball.png);}
.icon-sports.etc {background-image:url(/design/images/icon/icon_etc.png);}

.file_del {
    display:flex;
    width: 100%;
    padding-left: 141px;
    font-size:13px;
    color:var(--text-sub-color);
}
.file_del input[type="checkbox"] {
    flex:none;
    margin-right:3px;
}
.from-group__body .file_del {
    padding-left: 0;
}

.sv_wrap {
    position:relative;
}   
.sv_wrap .profile_img {
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:2px;
}
.sv_wrap .profile_img img {
    width:100%;
    height:auto;
}

.level-icon {
    display: inline-block;
    width:20px;
    height:20px;
    margin-right:3px;
}
.na-ticon {
    position: relative;
    width: 12px;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/design/images/icon/icon_image.webp);
    font-size: 1px;
    padding: 0;
    margin: 0 0 0 5px;
}
.na-hot-icon {
    position: relative;
    width: 12px;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/design/images/icon/icon_hot.svg);
    font-size: 1px;
    padding: 0;
    margin-right:5px;
}
.na-bar {
    display: inline-block;
    width: 1px;
    height:15px;
    margin: -1px 4px 0;
    background:var(--border-light-color);
    vertical-align: middle !important;
}
.na-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top;
    width: 12px;
    height: 12px;
}
.na-new {
    background-image: url(/design/images/icon/icon_board_new.svg);
}
.na-hot {
    background-image: url(/design/images/icon/icon_board_hot.svg);
}
.na-notice {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top;
    width: 37px;
    min-width: 37px;
    height: 19px;
    line-height: 19px;
    font-size: 1px;
    font-size:12px;
    background-color:var(--color-element-point);
}


.item-score {
    display: inline-block;
    color:var(--color-element-point);
    font-weight: 700;
}

.board-write {
    position: relative;
    margin-top:30px;
}
.board-write__btnbox {
    margin-top: 30px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}
.board-detail {
    position: relative;
}
.board-detail__bottom-btns {
    position: relative;
    display:flex;
    justify-content:flex-end;
    margin-top:30px;
}
.bo_v_top {
    position:relative;
    margin-top:16px;
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid var(--border-light-color);
}
#bo_v_title {
    font-size:23px;
    font-weight:700;
    color:var(--text-basic-color);
}
.board-detail__title {
    display: block;
    font-size: 23px;
    font-weight: 600;
    word-break: break-all;
    margin-bottom: 6px;
    color:var(--text-basic-color);
}
.board-detail__info {
    margin-top: 16px;
}
.board-detail__info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.board-detail__info ul li {
  position: relative;
  padding: 0 27px;
  color:var(--text-sub-color);
  font-size: 15px;
  line-height: 1.2;
}
.board-detail__info ul li:first-child {
  padding-left: 0;
}
.board-detail__info ul li:last-child {
  padding-right: 0;
}
.board-detail__info ul li strong,
.board-detail__info ul li span {
  display: inline-block;
  position: relative;
}
.board-detail__info ul li strong.dot,
.board-detail__info ul li span.dot {
  margin: 0 4px;
}
.board-detail__info ul li strong {
  padding-left: 15px;
  font-weight: 500;
}
.board-detail__info ul li strong:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #555;
}
.board-detail__cate {
  font-size: 15px;
  color:var(--text-sub-color);
}
.board-detail__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  color:var(--text-sub-color);
  font-size: 15px;
  background-color: #171717;
  padding: 20px;
  border-radius: 10px;
}
.board-detail__info .job-title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.board-detail__info dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.board-detail__info dl dt {
  flex: none;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  margin-right: 10px;
}
.board-detail__info dl dd {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.board-detail__info .job-count {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
}
.board-detail__text {
  font-size: 16px;
  color:var(--text-sub-color);
  line-height: 1.5;
}
.board-detail__text img {
  max-width: 100%;
}
.board-detail__image {text-align:center;}
.board-detail__text h2 {
  margin-bottom: 30px;
}
.board-detail__text h2:not(:nth-child(1)) {
  margin-top: 40px;
}
.board-detail__image {
  margin-bottom: 20px;
}
.board-detail__image img {
  max-width: 100%;
}
.board-detail__file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  color:var(--text-sub-color);
  font-size: 15px;
  background-color: #212121;
  padding: 20px;
  border-radius: 10px;
}
.board-detail__file .file__tit {
  position: relative;
  display: block;
  font-weight: 500;
}
.board-detail__file .file__tit span {
  display: inline-block;
  position: relative;
  margin: 0 0.16px;
}
.board-detail__file .file__items {
  position: relative;
  width: calc(100% - 70px);
  margin-left: auto;
}
.board-detail__file .file__items a {
  display: block;
  position: relative;
  color:var(--text-sub-color);
}
.board-detail__file .file__item {
  position: relative;
}
.board-detail__file .file__item + .file__item {
  margin-top: 4px;
}
.board-detail__content {
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 1.3;
  color:var(--text-sub-color);
}
.board-detail__content .gall_img {
  text-align: left;
  margin-bottom: 20px;
}
.board-detail__tags {
    margin-top:30px;
    padding:10px;
    font-size:16px;
    color:var(--text-sub-color);
}
.board-detail__tags a {color:var(--text-sub-color);}
.board-detail__signature {
    margin-top:20px;
    border-top:1px solid var(--border-light-color);
    border-bottom:1px solid var(--border-light-color);
    padding:10px;
}
.board-detail__signature dl {
    display:flex;
    flex-direction:row;
    align-items:center;
}
.board-detail__signature dl dt {
    width:100px;
    font-size:16px;
    color:var(--text-sub-color);
}
.board-detail__signature dl dd {
    width:calc(100% - 100px);
    font-size:16px;
    color:var(--text-sub-color);
}
.board-detail__signature .svg-icon {
    display:inline-block;
    vertical-align:middle;
}
.board-detail .answer {
  margin-top: 30px;
  padding: 30px 30px;
  padding-bottom: 20px;
  border-top: 1px solid var(--border-light-color);
  color:var(--text-sub-color);
}
.board-detail .answer__title {
  font-size: 20px;
  font-weight: 500;
  color:var(--text-basic-color);
}
.board-detail .answer__text {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

.board-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.board-icon--new {
  background-color: #db0e0e;
}
.board-icon--notice {
  width: auto;
  padding-left: 5px;
  padding-right: 9px;
  font-size: 14px;
  background-color: var( --color-divider-point);
}
.board-icon--rock {
  width: auto;
  padding-left: 5px;
  padding-right: 9px;
  font-size: 14px;
  background-color: #1351f9;
}

.job-type {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-right: 4px;
}
.job-type--green {
  background-color: #0dbc5f;
}
.job-type--red {
  background-color: #cf0c34;
}

.recomment-content {
  position: relative;
  padding: 30px;
}

.ans_datetime {
  font-size: 18px;
}

.board-detail__btnbox {
  margin-top: 30px;
  text-align: center;
}

.board-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.board-top__btnbox {
    position:relative;
    margin-left:10px;
}
.search-list-top {
    position:relative;
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-top:20px;
    margin-bottom:20px;
    justify-content:space-between;
    font-size:16px;
    color:var(--text-basic-color);
    z-index:5;
}
.search-list-top .filter-wrap {
    position:relative;
    display:flex;
    align-items:center;
}
.search-list-top .filter {position:relative;}
.search-list-top__btnbox {
    display:flex;
    align-items:center;
    gap:5px;
}
.sort {position:relative;}
.sort-select {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width:120px;
    padding:5px;
    background-color:var(--color-textbox);
    border: 1px solid var(--border-light-color);
    border-radius:5px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index:3;
}
.sort-select .b-btn.text {
    position:relative;
    display: block;
    width: 100%;
    padding:5px;
    text-align: left;
    z-index: 3;
}
.sort-select .b-btn.small {
    height: auto;
    line-height:1.5;
}

.board-total {
    position: relative;
    margin-top:20px;
    font-size: 16px;
    color:var(--text-sub-color);
}
.board-total__left {margin-right:10px;}
.board-total em {
    color:var(--color-element-point);
}

.board-filter {
    position: relative;
    display:flex;
    justify-content:center;
    border:1px solid var(--border-light-color);
    padding:24px;
}
.board-filter__form {
    position: relative;
    display: flex;
    width: 430px;
    flex-wrap: wrap;
    margin-left:auto;
    margin-right:auto;
}
.board-filter__content {
    position: relative;
    width: 100%;
    max-width:430px;
}
.board-filter__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.board-filter__item {
    position:relative;
    padding: 0 3px;
}
.board-filter__item .frm-input {
    width: 100%;
    border-radius: 5px !important;
}
.board-filter__item--fst {
    width: 100%;
    max-width: 130px;
}
.board-filter__item--grid100 {width:100%;}
.modal-tab-content .board-filter__item--fst {max-width:30%;}

.board-filter__item--mid {
    width: 100%;
    max-width: 300px;
}
.modal-content .board-filter__item--mid {max-width:100%;}
.board-filter__item--last {
    width: 100%;
    max-width: 74px;
    padding-right: 0;
}
.board-filter__item--wd420 {
    max-width: 430px;
}
.board-filter__item .btn {
    width: 100%;
    padding: 0 10px;
}

.board-filter__tag {
    position:relative;
    width:100%;
    margin-top:20px;
}
.tag-list {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:5px;
}
.tag-name {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:var(--text-sub-color);
    background-color:var(--color-textbox);
    border:1px solid var(--border-light-color);
    border-radius:20px;
    cursor:pointer;
}
.tag input[type="checkbox"]:checked + .tag-name {
    background-color:var(--primary-color);
    border-color:var(--primary-color);
    color:#fff;
}
.tab-btn-box {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin-top:20px;
    gap:10px;
}

.board-btn-box {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    margin-top:20px;
    margin-bottom:24px;
}

.board-detail__page {
  width: 100%;
  margin-top: 20px;
}

.board-detail__page .page-items {
  border-top: 1px solid var(--border-light-color);
}

.board-detail__page .page-items__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid var(--border-light-color);
  padding: 0;
}

.board-detail__page .page-items__tit {
  display: block;
  width: 130px;
  padding: 14px 0;
  text-align:left;
  color:var(--text-sub-color);
  font-size: 16px;
}

.board-detail__page .page-items__link {
  display: block;
  width: calc(100% - 130px - 130px);
  padding: 14px 0;
  text-align: left;
  color:var(--text-sub-color);
  font-size: 16px;
  font-weight: 400;
}

.board-detail__page .page-items__link a {
  display: block;
  width: 100%;
  color:var(--text-sub-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.board-detail__page .page-items__date {
  display: block;
  width: 130px;
  padding: 14px 0;
  text-align: right;
  color:var(--text-sub-color);
  font-size: 16px;
  font-weight: 400;
}

.board-detail__page .page-items__tit,
.board-detail__page .page-items__link,
.board-detail__page .page-items__date {
  vertical-align: middle;
}

.board-detail__page + .board-detail__btnbox {
  margin-top: 30px;
}

.board_view_btn_box {
  padding-top: 30px;
  text-align: center;
}

.ml-10 {
  margin-left: 10px;
}

.w-txt2 {
  display: block;
  width: 100%;
  margin-top: 10px;
}

#bo_v_title .bo_v_cate {
  display: inline-block;
  line-height: 20px;
  color: #3a8afd;
  font-size: 14px;
}

#bo_v_title .bo_v_tit {
  display: block;
  font-size: 2em;
  margin: 5px 0 0;
  word-break: break-all;
  font-size: 14px;
}
#bo_v_img {
    position:relative;
    text-align:center;
    margin-bottom:20px;
}
#bo_v_img img {
    max-width:100%;
    height:auto;
}

#bo_v_info {  
  border-bottom: 1px solid var(--border-light-color);
  color: var(--text-sub-color);
  font-size: 16px;  
  padding-bottom:20px;
}
.profile_info_wrap {
    padding:0 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.profile_info {position:relative;}


#bo_v_info h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_info .profile_info {  
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#bo_v_info .profile_info .pf_img {
  margin-right: 10px;
}

#bo_v_info .profile_info .pf_img img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

#bo_v_info .profile_info .profile-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

#bo_v_info .profile_info .profile_info_ct {
  padding: 5px 0;
  color:var(--text-sub-color);
}
#bo_v_info .pf_name {position:relative;}
#bo_v_info .pf_name .sv_on {top:37px;}

#bo_v_info strong {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
}
#bo_v_info a.sv_member {
   justify-content:flex-start;
}
#bo_v_info .pf_name .sv_wrap .profile_img {
    width:20px;
    margin-right:5px;
}

#bo_v_info .pf_name .sv_wrap .profile_img  img {
    width:100%;
    height:auto;
}
#bo_v_info .sv_member {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items: center;
    color:var(--text-sub-color);
    font-size:14px;
}
#bo_v_info .sv_member .sv_item {
    display:flex;
    flex-direction:row;
    align-items: center;
}
#bo_v_info .sv_member .sv_info {
    display:flex;
    flex-direction:row;
    align-items: center;
} 
#bo_v_info .sv_member .sv_info i {
    margin-right:5px;
    font-size:16px;
}
#bo_v_info .sv_member .sv_info .sv_item + .sv_item {
    margin-left:10px;
}
#bo_v_info .if_date {
  margin: 0;
  font-size:14px;
  color:var(--text-sub-color);
}

#bo_v_top {
  zoom: 1;
}

#bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_top h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_top ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  word-break: break-all;
}


.btn_bo_adm {
  float: left;
}

.btn_bo_adm li {
  float: left;
  margin-right: 5px;
}

.btn_bo_adm input {
  padding: 0 8px;
  border: 0;
  background: #a5a5a5;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.bo_notice td {
  background: #fff6fa !important;
  border-bottom: 1px solid #f8e6ee;
}

.bo_notice td a {
  font-weight: bold;
}

.bo_notice .notice_icon {
  display: inline-block;
  line-height: 25px;
  border-radius: 5px;
  font-weight: bold;
  color: #f9267f;
}

.bo_v_com {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

.bo_v_com > li {
  position: relative;
  margin-left: 5px;
}

.more_opt {
  display: none;
  position: absolute;
  width:82px;
  top: 45px;
  right: 0;
  background:var(--color-textbox);
  z-index: 999;
}

.more_opt:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent var(--border-light-color) transparent;
}

.more_opt:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent var(--color-textbox) transparent;
}

.more_opt li {
  border-bottom: 1px solid var(--border-light-color);
  width:100% !important;
  margin: 0;
  color:var(--text-sub-color);
  text-align: left;
  font-size: 12px;
}

.more_opt li:last-child {
  border-bottom: 0;
}

.more_opt li button, .more_opt li a {
  display:flex;
  align-items:center;
  position: relative;
  width: 100% !important;
  padding: 10px 10px 10px 10px !important;
  border: 0 !important;
  color:var(--text-sub-color);
}
.more_opt li:hover a,
.more_opt li:hover button {
  color:var(--text-basic-color);
}

.more_opt li i {
  display: block;
  margin-right:5px;  
}

.datetime-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 !important;
}

.datetime-box__item {
  position: relative;
  width: 50%;
  padding-right: 10px;
  margin: 0 !important;
}

.datetime-box__item:first-child::after {
  content: "~";
  display: block;
  position: absolute;
  top: 11px;
  right: -4px;
  font-size: 17px;
  color:var(--text-sub-color);
}

.datetime-box__item + .datetime-box__item {
  padding-left: 10px;
  padding-right: 0;
}

.datetime-box__item .frm-input,
.datetime-box__item .frm_input {
  width: 100%;
}

.label-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  margin-bottom: 0 !important;
}

.type-selector {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  width: 134px;
}

.type-selector + .type-selector {
  margin-left: 10px;
}

.type-selector .box {
  width: 100%;
  height: 50px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  background-color: #252525;
  color:var(--text-sub-color);
  margin-bottom: 0 !important;
}

.type-selector .box .title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.type-selector .box .title span {
  font-weight: 400;
}

.type-selector input:checked + .box {
  border-color: #f2391f;
  color: #f2391f;
}

#bo_v_act {
  margin-top: 20px;
  text-align: center;
}

#bo_v_act .bo_v_act_gng {
  position: relative;
}

#bo_v_act a {
  margin-right: 5px;
  vertical-align: middle;
  color:var(--text-sub-color);
}

#bo_v_act a:hover {
  color: #ff484f;
  border-color: #ff484f;
}

#bo_v_act i {
  font-size: 1.4em;
  margin-right: 5px;
}

#bo_v_act_good, #bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  width: 165px;
  background: #ff3061;
  color: #fff;
  text-align: center;
}

#bo_v_act .bo_v_good {
  display: inline-block;
  border: 1px solid var(--border-light-color);
  padding: 0 20px;
  line-height: 46px;
  border-radius: 30px;
  cursor: pointer;
  color:var(--text-sub-color);
}

#bo_v_act .bo_v_nogood {
  display: inline-block;
  border: 1px solid var(--border-light-color);
  padding: 0 20px;
  line-height: 46px;
  border-radius: 30px;
  cursor: pointer;
  color:var(--text-sub-color);
}

#bo_v_file {
    display:none;
    position:relative;
    margin-top:30px;
}
#bo_v_file h2 {
    position:absolute;
    font-size:0;
    line-height:0;
    overflow:hidden;
}
#bo_v_file ul {
    margin:0;
    list-style:none;
}
#bo_v_file li {
    padding:15px;
    position:relative;
    margin:10px 0;
    border:1px solid var(--border-light-color);
    border-radius:5px;
    font-size:15px;
}
#bo_v_file li i {
    font-size:18px;
    color:var(--text-sub-color);
}
#bo_v_file a {    
    display:block;
    text-decoration:none;
    word-wrap:break-word;
    color:var(--text-sub-color);
}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {
    text-decoration:underline;
    color:var(--text-basic-color);
}
#bo_v_file img {
    margin:0 10px 0 0;
}
#bo_v_file .bo_v_file_cnt {
    color:var(--text-sub-color);
    font-size:13px;
}
#bo_v_file li:hover i {color:var(--text-basic-color);}

.board-act {
  position: relative;
  width: 100%;
  border: 2px solid #2f2f2f;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.board-act__title {
  text-align: center;
  position: relative;
  margin-top: -39px;
}

.board-act__title span {
  display: inline-block;
  font-size: 16px;
  padding: 12px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #1351f9;
  border-radius: 20px;
}

.board-act__items {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.board-act__item {
  width: 20%;
  font-size: 13px;
  color:var(--text-sub-color);
  position: relative;
}

.board-act__item label {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
}

.board-act__image {
  display: inline-block;
  width: 50px;
  border-radius: 50px;
  vertical-align: top;
}

.board-act__image img {
  width: 100%;
}

.board-act__text {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
  padding-left: 5px;
  font-size: 12px;
}

.board-act__text em {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}

.board-act__item input:checked + label {
  border-color: #1351f9;
}

.board-act-box {
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  padding: 3px 8px;
  background-color: #3C63E6;
  align-items: center;
  border-radius: 3px;
}

.board-act-box__image {
  width: 20px;
  border-radius: 50%;
}

.board-act-box__image img {
  width: 100%;
}

.board-act-box__text {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-left: 5px;
}

.memo-text {
  text-align: center;
  margin-bottom: 8px;
}

.char-count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

.char-count .info {
  position: relative;
}

.char-count .count {
  position: relative;
}

.comment {
    position: relative;
    padding-top: 30px;
}
.comment__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-light-color);
    padding-bottom: 10px;
}
.comment__title {
    font-size: 16px;
    color:var(--text-sub-color);
    font-weight: 400;
    padding-bottom: 20px;
}
.comment__title em {
    color:var(--text-basic-color);
    font-weight:700;
}
.comment__item {
    margin-top: 10px;
    border-bottom: 1px solid var(--border-light-color);
    padding-bottom: 10px;
}
.comment__item__linkbox {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top:10px;
}
.comment__item__linkbox .b-btn + .b-btn {
    margin-left:5px;
}
.comment__item__linkbox a {
    font-size: 14px;
    color:var(--text-sub-color);
}
.comment__item__1dept {
    margin-top: 15px;
    padding-left: 20px;
    border-bottom: 0;
}
.comment__item__1dept strong {
  color: #ec7d37;
}
.comment__item__head {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.comment__item__head_info {
    display: flex;
    flex-direction: row; 
    align-items:center;   
}
.comment__item__head .comment-date {
    font-size:14px;
    color:var(--text-sub-color);
}

.comment__item__head .profile-image {
    flex:none;
    width:25px;
    height:25px;
    margin-right:5px;
}
.comment__item__head .profile-image img {
    border-radius:100%;
    width:100%;
    height:auto;
}

.comment__item__head div {
    font-size: 14px;
    color:var(--text-sub-color);
}
.comment__item__body {
    margin-top:10px;
    font-size: 14px;
    line-height: 1.5;
    
}
.comment__frm {
    position: relative;
    padding:24px;
    border-radius:10px;
    border:1px solid var(--border-light-color);
}
.comment__frm fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.comment__frm .b-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height:90px;
    border-radius: 0 10px 10px 0 !important;
}
.comment-info-text {
    margin-top:20px;
    margin-bottom:5px;
    font-size:16px;
    color:var(--color-text-point);    
}
.comment__frm__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.comment__frm__content {
    position: relative;
    width: 90%;
}
.comment__frm textarea {
    display: block;
    position: relative;
    width: 100%;
    height:90px;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    background:var(--color-textbox);
    border:1px solid var(--color-input-border);
    border-right:0;
    font-size: 16px;
    color:var(--text-sub-color);    
    resize: none;
    outline: none;
}
.comment__frm textarea:focus {
    outline: 0;
}
.comment__frm__btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width:100%;
    margin-top:10px;
}
.comment__frm__info {
    position: relative;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
    font-size:14px;
    color:var(--text-sub-color);
    margin-bottom:5px;
}
.comment__frm__info .svg-icon {margin-right:5px;}



.comment_sub__frm {
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
}
.comment_sub__frm fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.comment_sub__frm .b-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height:90px;
    border-radius: 0 10px 10px 0 !important;
}
 
.comment_sub__frm__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.comment_sub__frm__content {
    position: relative;
    width: 90%;
}
.comment_sub__frm textarea {
    display: block;
    position: relative;
    width: 100%;
    height:90px;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    background:var(--color-textbox);
    border:1px solid var(--color-input-border);
    border-right:0;
    font-size: 16px;
    color:var(--text-sub-color);    
    resize: none;
    outline: none;
}
.comment_sub__frm textarea:focus {
    outline: 0;
}
.comment_sub__frm__btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width:100%;
    margin-top:10px;
}
.comment_sub__frm__info {
    position: relative;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
    font-size:14px;
    color:var(--text-sub-color);
    margin-bottom:5px;
}
.comment_sub__frm__info .svg-icon {margin-right:5px;}




.comment__pagination {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin-top:20px;
}
.comment__frm__score {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:5px;
    width:100%;
    margin-bottom:10px;
}
.comment__frm__score select.frm-input {
    width:100px;
    height:35px;
    font-size:13px;
}

.comment__pagination .pg_wrap {
    position:relative;
    margin-top:0;
}

#bo_gallery {position:relative;}

.cp-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:10px;
}
.cp-gallery__item {
    position: relative;
    border-radius:10px;
    border: 1px solid var(--border-light-color);
    overflow: hidden;
    padding:5px;
    background-color:var(--color-textbox);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.cp-gallery__item .checkbox {
    position: absolute;
    top:10px;
    left:10px;
    z-index: 10;
}
.cp-gallery__item:hover {
    border-color:var(--primary-color);
}
.cp-gallery__item__image-box {
    position: relative;
    padding-top:81.56%;
}
.cp-gallery__item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cp-gallery__item__image img {    
    border-radius:10px;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.cp-gallery__item__desc {
    background-color: var(--color-textbox);
    padding: 16px;
}
.cp-gallery__item__subject {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.cp-gallery__item__subject p {
    display: block;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cp-gallery__item__subject p.long {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
    white-space: wrap;
    word-break: break-all;
}
.cp-gallery__item__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.cp-gallery__item__date_tag {
    position:absolute;
    bottom:5px;
    left:5px;
    z-index:10;
    font-size: 13px;
    color:#fff;
    background-color:var(--color-element-point);
    padding:2px 8px;
    border-radius:5px;
}

.cp-gallery__item__date {
    font-size: 13px;
    color:var(--text-sub-color);
}
.cp-gallery__item__write {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    color:var(--text-sub-color);
}
.cp-gallery__item__write .profile-image {
    flex: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.cp-gallery .verification {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 15px;
    color: var(--text-sub-color);
}
.cp-gallery .verification:first-child {
    border-bottom: 1px solid var(--border-light-color);
}
.cp-gallery .verification:first-child dt {
    border-top-left-radius: 5px;
}
.cp-gallery .verification:last-child dt {
    border-bottom-left-radius: 5px;
}
.cp-gallery .verification dt {
    padding: 10px;
    width: 100px;
    background-color: var(--color-light-secondary);
}
.cp-gallery .verification dd {
    width: calc(100% - 100px);
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cp-gallery__btn-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}
.cp-gallery__btn-box .b-btn {
    display: block;
}
.cp-gallery__btn-box .b-btn i {
    vertical-align: middle;
}
.cp-gallery__btn-box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.cp-gallery__btn-box2 .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color:var(--text-sub-color);
    font-size:13px;
}
.cp-gallery__btn-box2 .info i {
    vertical-align: middle;
}
.cp-gallery__btn-box2 .info > div + div {
    margin-left: 7px;
}
.cp-gallery__btn-box2 .b-btn {
    display: block;
}
.cp-gallery__btn-box2 .b-btn i {
    vertical-align: middle;
}

.gallery {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px 10px;    
}
.gallery li {
    position:relative;
}
.gallery__image .checkbox {
    position: absolute;
    top:10px;
    left:10px;
    z-index: 10;
}
.gallery__image {
    width:100%;
    border-radius:3px;
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom:56.25%;
    margin-bottom:10px;
}
.gallery__title {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
}
.gallery__title .na-item {
    display: flex;
    align-items: center;
} 
.gallery__title .na-item .checkbox {
    margin-right: 5px;
}
.gallery__info {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    font-size:14px;
    color:var(--text-sub-color);
    margin-top:5px;
}
.gallery .profile__image {
    flex:none;
    width:20px;
    height:20px;
    margin-right:5px;
}
.gallery .profile__image img {
    width:100%;
    height:100%;
}

.gallery__title .na-subject {
    width:80%;
    display: inline-block;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:15px;
    color:var(--text-basic-color);
}
.gallery__title .na-info {
    position: relative;
    top: -1px;
    text-align: right;
    margin: 0 0 0 5px;
}

.slots-list {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px 10px;    
}
.slots-list li {
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--border-light-color);
    overflow: hidden;
    padding:10px;
    background-color: var(--color-textbox);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.slots-list__image {
    width:100%;
    border-radius:3px;
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom:73.25%;
    margin-bottom:10px;
}
.slots-list__image .checkbox {
    position: absolute;
    top:10px;
    left:10px;
    z-index: 10;
}
.slots-list__image img {
    transition: all 0.3s ease;
}
.slots-list .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slots-list li:hover .overlay{
    opacity: 1;
}
.slots-list li .overlay__inner {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align: center;
    width:100%;
    height:100%;    
    font-size: 18px;
    font-weight: 700;
    color:#fff;
}
.slots-list li .overlay__text {
    display:inline-block;
    padding:10px 20px;
    background-color: var(--color-element-warning);
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius:10px;
    color:#fff;
}
.slots-list li .overlay__text:hover {
    background-color:var(--color-icon-warning);
}
.slots-list li:hover img {
    transform:rotate(45deg) scale(1.1);  
}
.slots-list li .overlay__icon {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:60px;
    height:60px;
    background-color: transparent;
    border: none;
    color: #fff;
    position: relative;
    font-size: 15px;
    text-align: center;
}

/* play icon container — 기본 스타일만 유지 */
.slots-list li .overlay__icon svg.play-ring {
    position: absolute;
    top: 1px;
    left: -1px;
    width:60px;
    height:60px;
    pointer-events: none;
}

/* play-ring 회전 애니메이션 */
.slots-list li .overlay__icon svg.play-ring .ring {
    /* ring 자체는 별도 변형 없이 그대로 둠 */
    transform-box: fill-box;
}

/* SVG 전체를 중심으로 회전시키기 */
.slots-list li .overlay__icon svg.play-ring {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    animation: playring-rotate 3s linear infinite;
}

@keyframes playring-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .slots-list li .overlay__icon svg.play-ring {
        animation: none;
    }
}


.slots-list__title {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
}
.slots-list__title .na-item {
    display: flex;
    align-items: center;
}
.slots-list__title .na-item .checkbox {
    margin-right:5px;
}
.slots-list__info {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    font-size:14px;
    color:var(--text-sub-color);
}
.slots-list .profile__image {
    flex:none;
    width:20px;
    height:20px;
    margin-right:5px;
}
.slots-list .profile__image img {
    width:100%;
    height:100%;
}

.slots-list__title .na-subject {
    width:80%;
    display: inline-block;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:15px;
    color:var(--text-basic-color);
}
.slots-list__title .na-info {
    position: relative;
    top: -1px;
    text-align: right;
    margin: 0 0 0 5px;
}
.count-plus {
    position: relative;
    font-size:11px;
    font-weight:700;
    font-family: verdana;
    letter-spacing: -1px;
    line-height: 1.1;
    white-space: nowrap;
    color: orangered;
}
.count-plus::before {
    content: "+";
}
.compelete {
    position: relative;
    font-size:13px;
    font-weight:700;
    font-family: verdana;
    letter-spacing: -1px;
    line-height: 1.1;
    white-space: nowrap;
    color: orangered;
}

.img-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-wrap .img,
.img-wrap a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-wrap .img-item img, 
.img-wrap .img-item video {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.b-company {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 16px;
}
.b-company.center {
    justify-content: center;
}   
.b-company.column {
    flex-direction: column;
}
.b-company.wd-480 {
    position:relative;
    width:480px;
    margin-left:auto;
    margin-right:auto;
}
.b-company.wd-480 .b-company__image {
    width:100%;    
    margin-bottom:10px;
}
.b-company.wd-480 .b-company__image img {object-fit: cover;}
.b-company.wd-480 .b-company__text-box {
    width:100%;
    margin-left:auto;
}
.b-company .btn-annotation {
    display:inline-block;
    width:30px;
    height:30px;
}
.b-company .btn-annotation .svg-icon {
    width:100%;
    height:100%;
}
.b-company dl {
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
}
.b-company dl dt {
    width: 100px;
    background-color:var(--color-light-gray-95);
    padding:11.5px;
    color:#fff;
}
.b-company dl dd {
    width: calc(100% - 100px);
    color:var(--text-sub-color);
    padding: 10px;
}

.b-company__image {
    position: relative;
    width:330px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.b-company__image img {
    width: 100%;
    height:100%;
    object-fit:fill;
}
.b-company__text-box {
    width:calc(100% - 330px - 24px);
    margin-left:24px;
    background-color: var(--color-textbox);
    border-radius:10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    overflow:hidden;
}
.bo_safety_view_con_line {
    position: relative;
    margin-bottom:20px;
    text-align:left;
}
.bo_safety_view_con_line.mt40 {
    margin-top:40px;
}
.bo_safety_view_con_line .text {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 4px solid var(--primary-color);
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    padding: 7px 25px;
    color: var(--text-bacsic-color);
    font-weight: bold;
    background-color:var(--background-color);
}
.bo_safety_view_con_line .bar {
    position: relative;
    z-index: 1;
    background: var(--primary-color);
    width: 100%;
    height: 4px;
    margin-top: -4px;
}
#bo_v_btn_group {
    margin-top:30px;
    text-align:center;
}
#bo_v_btn_group .btn-group {   
    align-items: center;
    justify-content: center;
}
#bo_v_btn_group #btn_bo_good {
    position:relative;
    background-color:#e5e9ed;
    color: #000 !important;
    border: 1px solid #e5e9ed;
    border-right: 0 !important;
    border-radius: 10px 0 0 10px;
    font-size:16px;
    width: 130px;
    padding: 10px 45px 10px 10px;
}
#bo_v_btn_group #btn_bo_good.active {
    background-color:var(--color-element-point);
    border: 1px solid var(--color-element-point);
    color:#fff !important;    
}
#bo_v_btn_group #btn_bo_good .svg-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color:#000;
}
#bo_v_btn_group #btn_bo_good.active .svg-icon {
    background-color:#fff;
}

#bo_v_btn_group #btn_bo_good #wr_good {
    position:relative;
    margin-right:5px;
}
#bo_v_btn_group #btn_bo_nogood {
    position:relative;
    border-radius: 0 10px 10px 0;
    font-size:16px;
    width: 130px;
    padding: 10px 10px 10px 36px;
    text-align: left;
    background-color:#e5e9ed;
    color: #000 !important;
    border: 1px solid #e5e9ed;
    border-left: 0 !important;
    margin-left: 0;
}
#bo_v_btn_group #btn_bo_nogood.active {
    background-color:var(--color-element-point);
    border: 1px solid var(--color-element-point);
    color:#fff !important;    
}
#bo_v_btn_group #btn_bo_nogood #wr_nogood {
    position:relative;
    margin-left:5px;
}
#bo_v_btn_group #btn_bo_nogood .svg-icon {
    position: absolute;
    left:2px;
    top: 50%;
    transform: translateY(-50%);
    background-color:#000;
}
#bo_v_btn_group #btn_bo_nogood.active .svg-icon {
    background-color:#fff;
}

.review-cp-wrap {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}
.review-cp-left {position:relative;}
.review-cp-left .review-cp-left-div {
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.review-cp-left .review-cp-left-div:last-child {
    margin-bottom: 0;
}
.review-cp-left .review-cp-left-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 10px 10px 0 0;
}
.review-cp-left .review-site-img {
    position: relative;
    height: 285px;
    margin-bottom:10px;
}    
.review-cp-left .review-site-img label.safety {
    position: absolute;
    top: 0;
    left: 14px;
}
.review-cp-left .review-site-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.tbl-review-info {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.tbl-review-info tr th {
  width: 130px;
  border: 1px solid #333;
  border-bottom: 1px solid #424242;
  border-top: 0;
  background-color:var(--table-th-bg-color);
  color: #fff;
  font-weight: normal;
  height: 40px;
  letter-spacing: -0.05rem;
  padding: 8px 18px;
  font-size: 16px;
}   
.tbl-review-info tr td {
    word-break: break-all;
    height: 40px;
    overflow: hidden;
    border: 1px solid var(--border-light-color);
    border-top: 0;
    padding: 8px 16px;
    font-size: 16px;
    color:var(--text-sub-color);
    background:var(--color-textbox);
}  
.tbl-review-info tbody tr:first-child th {
    border-top: 1px solid #333;
    height: 45px;
    border-radius: 10px 0 0 0;
}
.tbl-review-info tbody tr:first-child td {
    border-top: 1px solid var(--border-light-color);
    height: 45px;
    border-radius: 0 10px 0 0;
}
.tbl-review-info tbody tr:last-child th {
    border-radius: 0 0 0 10px;
}
.tbl-review-info tbody tr:last-child td {
    border-radius: 0 0 10px 0;
}
.review-cp-right {
    background:var(--color-textbox);   
    margin-left: 5px;
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    border-radius: 10px;
    padding-bottom: 20px;
}
.review-cp-right .review-cp-right-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2b60cd;
    border-radius: 10px 10px 0 0;
}
.review-cp-right .highcharts-credits {
    display: none;
}
.review-cp-right .review_total_score {
    position: relative;
    text-align: center;
    margin: -22px 0 12px 0;
    height: 21px;
    font-size: 13px;
    color: rgb(233, 27, 35);
}
#review-eval-graph {
    height: 265px;
    margin-top: 45px;
}
#bo_v_btn_group {
    margin-top: 20px;
}
.review_good {
    text-align: center;
}
.review_good button {
    display: inline-block;
    border-radius: 30px;
    width: 99px;
    height: 40px;
    font-weight: bold;
    border: 0;
    margin: 0 6px;
    font-size: 13px;
}
.review_good button.btn_review_good {
    background: #315fd6;
    color: #fff;
}
.review_good button.btn_review_nogood {
    background: #434343;
    color: #fff;
}
.review_good button span {
    margin-left: 10px;
}
.review_mt_search {
    padding: 12px 20px 0;
}
.bo_review_safety_guide {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 16px;
}
.bo_review_safety_guide > img {
    width: 21px;
}
.bo_review_safety_guide strong {
    color: var( --color-divider-point);
}
.bo_review_safety_guide div {
    margin-top: 3px;
    text-align: center;
}
.bo_review_safety_guide div a {
    display: inline-block;
    border: 2px solid var( --color-divider-point);
    color: var( --color-divider-point);
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 12px 0;
    transition: background .15s;
    font-size: 14px;
}
.bo_review_safety_guide div a:hover {
    background: #fff2f2;
}
.bo_review_safety_guide div a img {
    margin-top: -1px;
    margin-left: 2px;
}

.comment-site-score {position:relative;}
.comment-site-score span {
    color: rgb(233, 27, 35);
}
.comment-lucky-point {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    color:var(--text-sub-color);
}

.board-tab-style1 {
    font-size:16px;
    margin-bottom:10px;
    overflow: hidden;
    margin-top:20px;
}
.board-tab-style1__inner {
    display:flex;
    border-bottom:1px solid var(--border-light-color);
}
.board-tab-style1 #bo_cate_list {
    flex-grow:1;
    overflow:hidden;
}
.board-tab-style1 .sly-list {
    display:flex;
    white-space: nowrap;
    border-left:0;
}
.board-tab-style1  li a {
    display: block;
    text-align: center;
    border: 1px solid var(--border-light-color);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:var(--border-light-color);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--border-light-color);
    border-left: 0;
    color: var(--text-sub-color);
    background: var(--color-textbox);
    padding:7px 10px;
}
.board-tab-style1 li.active a {
    font-weight: bold;
    background:var(--color-textbox);
    border-bottom: 1px solid var(--color-textbox);
}
.board-tab-style1 .sly-btn {
    display: none;
    text-align: center;
    border: 1px solid var(--border-light-color);
    color:var(--text-bacsic-color);
    background:var(--color-textbox);
    padding:5px 10px;
}

.board-tab-style2 {
    position:relative;
    font-size:16px;
    margin-bottom:10px;
    overflow: hidden;
    margin-top:20px;
}
.board-tab-style2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background:var(--primary-color);
    z-index: 1;
}
.board-tab-style2__inner {
    display:flex;    
}
.board-tab-style2 #bo_cate_list {
    position:relative;
    flex-grow:1;
    overflow:hidden;
}
.board-tab-style2 .sly-list {
    display:flex;
    white-space: nowrap;
    border-left:0;
}
.board-tab-style2  li a {
    display: block;
    text-align: center;    
    color: var(--text-sub-color);
    padding:10px 20px;
}
.board-tab-style2 li.active a {
    position:relative;
    font-weight: bold;
    background:var(--color-textbox);    
    border: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--color-textbox);
    border-radius:8px 8px 0 0;   
    z-index:2; 
}
.board-tab-style2.sly-btn {
    display: none;
    text-align: center;
    border: 1px solid var(--border-light-color);
    color:var(--text-bacsic-color);
    background:var(--color-textbox);
    padding:5px 10px;
}

.sport-mb-info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left:10px;
    font-size: 14px;
    color:var(--text-sub-color);
    margin-left:5px;
}
.sport-mb-info .label {
    display: inline-block;
    padding: 2px 0 1px;
    border-radius: 5px;
    text-align: center;
    width:60px;
    margin-right:5px;
}
.sport-mb-info .label {
    background: #414141;
    border: 1px solid #262626;
    color: #ffcc00;
}
.sport-mb-info .text {font-weight: 700;}
.sport-mb-info.total .label {
    background: var( --color-divider-point);
    border: 1px solid #c22d2d;
    color: #fff;
}
.sport-mb-info .text span {
    color: var( --color-divider-point);
}

.event-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px 10px;
}
.event-list--mt20 {
    margin-top:20px;
}
.event-list li {
    position:relative;
    background: var(--color-textbox);
    box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
    border-radius: 10px;
    overflow: hidden;
}
.event-image {
    position: relative;
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding-bottom: 78.787878787879%;
}
.event-item__header {
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.event-item__header .checkbox {margin-right:5px;}
.event-image.event-ing .event-item__header {background:var( --color-divider-point);}
.event-image.event-end .event-item__header {background:#999;}
.event-item__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.event-item__meta__inner {
    position:relative;
    height:100%;
    text-align:right;
}
.event-item__meta__inner span {
    font-size: 13px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    margin-right: 10px;
}
.event-item__meta__inner .svg-icon.icon-hand-up {    
    background-color: #ffffff;
    margin-right:3px;
}
.event-item__meta__inner .svg-icon.icon-chat-comment {    
    background-color: #ffffff;
    margin-right:3px;
}
.event-item__title {
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-item__info {padding: 5px 10px 10px;}
.event-item__date {
    background:var(--color-surface-primary-subtler);
    text-align: center;
    font-size: 14px;
    padding:5px;
    border-radius: 5px;
    color:var(--text-sub-color);
    margin:0 10px 10px;
}
.event-item .img-hover-cover {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}
.event-image.event-ing .img-hover-cover {
    display: none;
    background-color: rgba(219, 50, 50, 0.8);
}
.event-image.event-ing:hover .img-hover-cover {
    display: block;
}
.event-image.event-end .img-hover-cover {
    background-color: rgba(0, 0, 0, 0.8);
}
.event-image .img-hover-cover > div {
    position: relative;
    height: 100%;
}
.event-image .img-hover-cover > div > span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.event-top {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    margin-top: 20px;
}
.event-top__image {
    position: relative;
    width: 330px;
    height: 260px;
}
.event-top__image .img-wrap {
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    border-radius: 10px;
}
.event-top__image #bo_v_img {
    width: 100%;
    height:100%;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}
.event-top__image #bo_v_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.event-top__info {
    width: calc(100% - 345px);
    padding-left:20px;
}
.event-top__title {
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
}
.event-top__title.ing {
    background: var( --color-divider-point);
}
.event-top__title.end {
    background: #999;
}
.event-top__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
}
.event-top__table tr th {
    width: 120px;
    border: 1px solid #333;
    border-bottom: 1px solid #424242;
    border-top: 0;
    background: #333;
    color: #fff;
    font-weight: normal;
    height: 44px;
    letter-spacing: -0.05rem;
    padding: 8px 18px;
    font-size: 16px;
    vertical-align:middle;
}
.event-top__table tr td {
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    border: 1px solid var(--border-light-color);
    border-top: 0;
    padding: 8px 16px;
    font-size: 16px;
    color: var(--text-color);
    background: var(--color-textbox);
    vertical-align:middle;
}
#bo_event_date {
    border-radius: 10px;
    margin-top: 6px;
}
#bo_event_date tbody tr:first-child th {
    border-radius: 10px 0 0 10px;
}
#bo_event_date tbody th, #bo_event_date tbody td {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
}
#bo_event_date tbody tr:first-child td {
    border: 1px solid var(--border-light-color);
    border-left: 0;
    border-radius: 0 10px 10px 0;
}
#bo_event_benefit tbody tr:first-child th {
    border-radius: 10px 10px 0 0;
}
#bo_event_benefit tbody tr:last-child td {
    border-radius: 0 0 10px 10px;
}
#bo_event_benefit tbody tr td {
    text-align: center;
    height:115px;
}
#bo_event_benefit {
    border-radius: 10px;
    margin-top: 6px;
}
.event-bet {
    margin: 40px 0;
    text-align: center;
}
.event-bet__info {
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 16px;
    text-align: center;
    margin-top:30px;
    margin-bottom: 30px;
}
.event-bet__info > div {
    display: inline-block;
    margin: 0 15px;
}
.event-bet__info > div.status img.icon {
    vertical-align: top;
    margin-top: 4px;
}
.event-bet__info > div.select span {
    display: inline-block;
    border: 2px solid #e33030;
    border-radius: 8px;
    color: #e33030;
    padding: 3px 11px 1px;
    font-weight: bold;
    vertical-align: middle;
    margin: -1px 6px 0 0;
}
.event-bet__select {
    display: inline-block;
    margin-bottom: 25px;
    text-align: left;
}
.event-bet__select__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    margin-bottom: 10px;
}
.event-bet__select button {
    position: relative;
    width: 230px;
    height: 120px;
    background-color: var(--color-textbox);
    background-repeat: repeat-x;
    background-size: auto 101%;
    box-shadow: 0px 2px 4px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 0px 2px 4px rgb(50 60 70 / 10%);
    -moz-box-shadow: 0px 2px 4px rgb(50 60 70 / 10%);
    border-radius: 15px;
    margin: 5px 3px;
    border: 1px solid var(--border-light-color);
    padding: 24px 15px 22px;
    cursor:pointer;
}
.event-bet__select button:hover {    
    border: 1px solid var(--primary-color);
}
.event-bet__select .button-inner {
    position:relative;
    display:flex;
    align-items:center;
    flex-direction:column;
}
.event-bet__select button .name {
    font-size: 34px;
    font-weight: bold;
    color: #e33030;
    line-height: 1.4;
    letter-spacing: -0.05em;
}
.event-bet__select button .num-percent {
    margin-top: 5px;
    font-size:16px;
}
.event-bet__select button.select {
     color:#fff;
     background: #e33030;
}
.event-bet__select button.select .name {color:#fff;}
.event-bet__datetime {
    font-size: 14px;
    color:var(--text-sub-color);
    margin-bottom:20px;
}
.event-bet__footer {
    position:relative;
    text-align:center;
}
.event-bet__footer button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height: 60px;
    border: 0;
    padding: 6px 0 4px;
    width: 240px;
    background: #e33030;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border-radius: 15px;
}
.event-bet__footer button img.icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.event-bet.end .event-bet__select button {
    pointer-events: none;
    padding: 24px 15px 22px;
    cursor: unset;
}
.exist_event_bet_text {
    font-size: 28px;
    font-weight: bold;
}
.exist_event_bet_text span {
    color: #e33030;
}
.point-notice {
    display:flex;
    position:relative;
    margin-bottom:20px;
}
.point-notice__left {
    flex: 0 0 63.38%;
    max-width: 63.38%;
}
.point-notice .head {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    height: 36px;
    padding: 0 10px;
}
.read-list {
    display:flex;
    flex-wrap: wrap;
}
.read-list__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    max-width: calc(50% - 1px);
    border: 1px solid #f8c5c5;
    border-radius: 5px;
    background:var(--color-textbox);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-sub-color);
    min-height: 32px;
    padding: 0 8px;
    margin-top: 2px;
}
.read-list__item .num {
    color: var( --color-divider-point);
    font-weight: 700;
    margin-right: 0.275rem;
}
.read-list__item .underline span {
    text-decoration: underline;
}
.read-list__item a.btn-safety {
    position: relative;
    top: 0;
    display: inline-block;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    padding-top: 1px;
    border-radius: 5px;
    transition: background .15s;
    margin-left: 5px;
}
.point-price {
    flex: 0 0 36.62%;
    max-width: 36.62%;
    padding-left: 10px;
}
.point-price .head {
    border-radius: 5px 5px 0 0;
}
.point-price .item {
    display: flex !important;
    align-items: center !important;
    justify-content:center !important;
    font-size: 30px;
    font-weight: 700;
    min-height: 68px;
    height: calc(100% - 36px);
    border: 2px solid #333;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0 10px;
    background: var(--color-textbox);
    letter-spacing: -0.05rem;
    text-align:center;
}
.odometer-value {
    color: var( --color-divider-point);
}
.money-list {
    position:relative;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:14px;
}
.money-list__box {
    background:var(--color-textbox);
    box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
    border-radius: 10px;
}
.money-list__inner {position:relative;}
.money-list .img-wrap {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border: 2px solid var( --color-divider-point);
    padding-bottom: 56.25%;
}
.money-list .img-wrap .img-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.money-list .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.money-list .img-wrap .img-item .overlay_label {
    position: absolute;
    top: 0;
    left: 0;
    background: var( --color-divider-point);
    color: #fff;
    padding: 0 0.75rem;
    font-weight: 700;
    border-radius: 0 0 10px 0;
}
.money-list .info-wrap {
    padding: 6px 5px;
}
.money-list .exchange-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    font-size:15px;
    min-height:30px;
}
.money-list .exchange-info .title {
    display:flex;
    align-items:center;
    justify-content:center;
    width:80px;
    text-align: center;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    letter-spacing: -0.05rem;
    border-radius: 5px 0 0 5px;
    padding: 0 7px;
}
.money-list .exchange-info .cont {
    display:flex;
    align-items:center;
    justify-content:center;
    width:calc(100% - 80px);
    word-break: break-all;
    text-align: center;
    border: 1px solid var(--border-light-color);
    background: var(--color-textbox);
    letter-spacing: -0.05rem;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
    padding: 0 7px;
}
.money-list .exchange-info .cont span span {
    color: var( --color-divider-point);
}
.money-list .status-wrap {   
    display:flex;
    position: relative;
    border: 1px solid var(--border-light-color);
    min-height: 30px;
    font-size: 14px;
    color: var(--text-sub-color);
    border-radius: 5px;
    margin-top: 5px;
    letter-spacing: -1px;
}
.money-list .status-wrap .compelete {
    display:flex;
    align-items:center;
    justify-content:center;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 0.5rem;
    border-right: 1px solid var(--border-light-color);
}
.money-list .status-wrap .cancle {
    display:flex;
    align-items:center;
    justify-content:center;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 0.5rem;
}
.money-list .btn-wrap {
    margin-top:5px;
}
.money-list .btn-wrap .b-btn {width:100%;}
.point-detail-top {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom:21px;
}
.point-detail-top .img-box {    
    flex: 0 0 350px;
    max-width: 350px;
    text-align: center;    
}
.point-detail-top .img-box .img-box__inner {
    width:100%;    
    height: 240px;
    border-radius: 10px;
    border: 2px solid var( --color-divider-point);
    box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
    -webkit-box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
    -moz-box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);  
    overflow:hidden;
}
.point-detail-top .img-box img {
    width: 100%;
    object-fit: cover;
}
.point-detail-top .info-box-wrap {
    -ms-flex: 0 0 calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
    margin-left: 10px;
}
.point-detail-top .info-box  {       
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    overflow:hidden;
}
.point-detail-top .info-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;    
}
.info-box-guide-text {
    margin-top:10px;
    text-align:center;
    font-size:16px;
    color: var(--text-sub-color);
}

.point-detail-top .info-box table tr th {
    width: 120px;
    border: 1px solid #333;
    border-bottom: 1px solid #424242;
    border-top: 0;
    background: #333;
    color: #fff;
    font-weight: normal;
    height: 60px;
    letter-spacing: -0.05rem;
    padding: 8px 18px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}
[data-theme="dark"]  {
    .point-detail-top .info-box table tr th {
        background-color:var(--color-surface-secondary-subtler);
        border-bottom-color:var(--border-light-color);
    }
}
.point-detail-top .info-box table tr:first-child th {
    border-top: 1px solid #333;
    border-radius: 10px 0 0 0;
}
[data-theme="dark"]  .point-detail-top .info-box table tr:first-child th {
    .point-detail-top .info-box table tr:first-child th {
        border-top-color:var(--border-light-color);
    }
}   
.point-detail-top .info-box table  tr td {
    position: relative;
    word-break: break-all;
    height: 60px;
    overflow: hidden;
    border: 1px solid var(--border-light-color);
    border-top: 0;
    padding: 8px 25px;
    font-size: 16px;
    color:var(--text-sub-color);
    background: var(--color-textbox);
}
.point-detail-top .info-box table tr:first-child td {
    border-top: 1px solid var(--boarder-light-color);
    border-radius: 0 10px 0 0;
}
.point-detail-top .info-box table tr td .info-div-wrap {
    display:flex;
    align-items:center;
    padding: 0 25px;
}
.point-detail-top .info-box table tr td .info-div-wrap div {
    position: relative;
    padding: 0 20px;
    letter-spacing: -0.05rem;
    font-size: 15px;
    min-width: 100px;
}
.point-detail-top .info-box table tr td .info-div-wrap div:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ccc;
}
.point-detail-top .info-box table tr td .info-div-wrap div:first-child {padding-left: 0 !important;}
.point-detail-top .info-box table tr td .info-div-wrap div:last-child {padding-right: 0 !important;}
.point-detail-top .info-box table tr td .info-div-wrap div:last-child:before {display:none;}
.point-detail-top .info-box table .td-complete-price {
    font-weight:700;
    font-size:20px;
}
.point-detail-top .info-box table tr td.td-complete-price span span {color: var( --color-divider-point);}

.point-detaill-middle {
    display:flex;
    flex-direction:row;
    margin-bottom:21px;
    align-items:center;
}
.point-detail-title {
    display:flex;
    align-items:center;
    margin-bottom:20px;
    font-size:24px;
    font-weight:700;
    color: var(--text-bacsic-color);
    margin-right:10px;
}
.point-detail-title a {color: var(--text-bacsic-color);}

.point-payment-day {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    width:100%;
    margin-bottom:20px;
}
.point-payment-day .point-detail-title {margin-bottom:0;}
.point-payment-day .day-control {
    display:flex;
    align-items:center;
}
.point-payment-day .day-control a {line-height:0;}
.point-payment-day .day-control .text {
    display:inline-block;
    font-size:16px;
    color: var(--text-basic-color);
    margin-right:10px;
    padding-left:10px;
}
.point-payment-day .btn-group {
    display:flex;
    align-items:center;
}
.point-payment-day .btn-group .b-btn + .b-btn {
    margin-left:5px;
}
.bo_point_info_guide_text {
    position:relative;
    z-index:2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: var( --color-divider-point);
    padding: .75em;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    margin-bottom:20px;
    margin-top:-5px;
}
.img-box__inner .bo_point_info_guide_text {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.list-front table {
    width: 100%;
    margin: 20px 0;
}
.list-front table th {
    text-align: center;
    padding: 8px 12px;
    background-color:var(--table-th-bg-color);
    font-weight: normal;
    color:#fff;
}

.list-front table tr > * {
    border: 1px solid var(--border-light-color);
}

.list-front table td {
    padding: 2px 13px;
    background: var(--color-textbox);
}

.list-front .s2 {
    font-weight: bold;
    color: red;
}

.list-front .s3 {
    padding: 14px 0 12px 0;
    text-align: center;
    color: #888;
}

.notification-list {position:relative;}
.notification-list li {
    display:flex;
    position:relative;
    border-bottom: 1px solid var(--border-light-color);
    padding: 16px 0;
    font-size: 16px;
    color: var(--text-basic-color);
}
.notification-list li .checkbox {
    flex:none;
    margin-right:10px;
}
.notification-list__item__date {
    display:block;
    font-size:13px;
    color: var(--text-sub-color);
}

.date_ctrl {
    display:flex;
    align-items:center;
}
.date_ctrl .year {
    font-size:16px;
    margin-right:10px;
    color: var(--text-basic-color);
    font-weight:700;
}
.date_ctrl .btn-month .svg-icon {
    width:14px;
    height:14px;
    vertical-align:middle;
}
.date_ctrl  .month {
    font-size:14px;
    color:var(--text-sub-color);
    margin: 0 5px;
}

.gallery-notice {
    margin-top:20px;
    margin-bottom:30px;
}
.gallery-notice .swiper-button-prev:after, 
.gallery-notice .swiper-rtl .swiper-button-prev:after, 
.gallery-notice .swiper-button-next:after, 
.gallery-notice .swiper-rtl .swiper-button-prev:after {display:none;}
.gallery-notice .swiper-button-prev {
    left:auto;
    right:5px;
    top:16px;
    color:var(--text-bacsic-color);
}
.gallery-notice .swiper-button-next {
    left:auto;
    right:5px;
    top:30px;
    color:var(--text-bacsic-color);
}

.gallery-notice__list {
    position: relative;
    box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    -moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
    background:var(--color-textbox);
    overflow: hidden;
    border-radius:10px;
    margin-bottom:10px;
    color:var(--text-basic-color);
}
.gallery-notice__list .icon-notice {
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 8px;
    height: 22px;
    line-height: 22px;
    background: #5c24b2;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: middle !important;
}
.gallery-notice__list .swiper {
    padding-left: 60px;
    padding-right: 10px;
}
.gallery-notice__list .swiper-wrapper {
    height:52px;
    line-height:52px;
}
.gallery-notice__list .swiper-slide {
    padding:0 20px;
    color: var(--text-basic-color);
}
.gallery-notice__list a.na-subject {
    display: inline-block;
    max-width: 90%;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:700;
}
.gallery-notice__list .na-info {
    display: inline-block;
    vertical-align: top;
}
.gallery-notice__list .wr-name-wrap {
    display:inline-block;
    vertical-align: top;
    margin-left: 30px;
    float: right;
}
.gallery-notice__list .profile {align-items:baseline;}

.comment_cancel { 
    padding-left: 10px; 
    padding-right: 10px; 
    background: #cc0000; 
    color: #ffffff; 
    margin-left:20px; 
}
.sns-id {
    display:flex;
    align-items:center;
}
.sns-id__icon {
    width:20px;
    height:20px;
    margin-right:5px;
    background-size:100% auto;
    background-repeat:no-repeat;
    background-position:0 0;
}
.sns-id__icon.kakao {
    background-image:url(/design/images/icon/icon_kakao.svg);
}
.sns-id__icon.telegram {
    background-image:url(/design/images/icon/icon_telegram.svg);
}
.sns-id__text {
    color: var(--text-sub-color);
}

.bo_vc_w_info {
    position:relative;
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
    gap:5px;
}
.bo_vc_w_info #captcha {
    width:100%;
    margin-top:5px;
}

#bo_btn_top {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
#bo_btn_top::after {display:none !important;}
#bo_btn_top .btn_bo_user {
    margin-left:auto;
    float:none !important;   
}
.btn_bo_user {
    display:flex;
    flex-direction:row;
    align-items:center;
}
.btn_bo_user > li {
    position:relative;
}
.btn_bo_user > li + li {
    margin-left:5px;
}
.btn_bo_user > li > button,
.btn_bo_user > li > a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:38px;
    padding: 6px 12px;
    background: var(--color-textbox);
    border: 1px solid var(--border-light-color);
    border-radius: 5px;
}   

.frm-input-group {
    position:relative;
    width:100%;
}

.tagify__input {
    flex-grow: 1;
    display: inline-block;
    margin: 5px;
    padding: var(--tag-pad);
    line-height: normal;
    min-width: 110px;
    min-height: 1.5lh;
    position: relative;
    white-space: pre-wrap;
    color: var(--text-basic-color) !important;
    box-sizing: inherit;
    overflow: hidden;
}
.tagify__input::before {
    content: attr(data-placeholder);
    width: 100%;
    height: 100%;
    margin: auto 0;
    z-index: 1;
    color: var(--text-basic-color) !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    position: absolute;
}