@charset "UTF-8";

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url("/fonts/NanumBarunGothic.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "NanumBarunGothicBold";
  src: url("/fonts/NanumBarunGothicBold.ttf") format("truetype");
  font-weight: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
  font: inherit; */
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "NanumBarunGothic";
}

th {
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input {
  border-radius: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: black;
}

button {
  background-color: white;
  border: 0;
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea {
  transition: unset;
}

select:focus,
input:focus {
  outline: unset;
}

input,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

select::-ms-expand {
  /* 화살표 없애기 for IE10, 11*/
  display: none;
}

button {
  color: #000;
}

#sfl:focus {
  border: 1px solid #d7d7d7 !important;
  border-right: 0px !important;
}

/* a:hover,
button:hover {
  opacity: .7;
} */


/* 바디 START*/
body {
  width: 100%;
}

body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .page_wrapper {
  width: 100%;
  max-width: 1520px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
  /* 메인섹션 */
  /* 메인섹션 */
  /* 사이드섹션 */
  /* 사이드섹션 */
}

body .page_wrapper .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}

body .page_wrapper .main_section {
  width: 1180px;
  /* margin-right: 20px; */
}

body .page_wrapper .main_section .product_part.type_1 {
  margin-top: 0px;
}

body .page_wrapper .main_section .product_part {
  margin-top: 30px;
  margin-bottom: 30px;
}

body .page_wrapper .main_section .product_part .product_top_title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333333;
}

body .page_wrapper .main_section .product_part .product_top_title h1 {
  font-weight: bolder;
  font-size: 30px;
}

body .page_wrapper .main_section .product_part .product_top_title a {
  font-size: 13px;
  font-family: "NanumBarunGothic";
  font-weight: bold;
  margin-left: 20px;
  color: #333333;
  margin-bottom: 3px;
}

body .page_wrapper .main_section .product_part .product-paging-wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

body .page_wrapper .main_section .product_part .product-paging-wrapper .paging_dot {
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  border-radius: 100%;
  margin-right: 13px;
}

body .page_wrapper .main_section .product_part .product-paging-wrapper .paging_dot.active {
  background-color: #06162f;
}

body .page_wrapper .main_section .product_part .product-paging-wrapper .paging_dot:last-child {
  margin-right: 0;
}

body .page_wrapper .main_section .product_part.type_1 h1 {
  font-family: "Montserrat-Bold";
}

body .page_wrapper .main_section .product_part.type_1 .multi_row_top {
  padding-bottom: 26px;
}

.swiper-container:hover .type_1 .product-nav-btn,
.swiper-container:hover .product-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s;
}

body .page_wrapper .main_section .product_part.type_1 .product-nav-btn {
  top: 45%;
}

body .page_wrapper .main_section .product_part.type_2 h1 {
  font-family: "NanumBarunGothic";
  font-weight: bold;
}

body .page_wrapper .main_section .inner_ad {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  font-family: "Montserrat-Bold";
  color: #bababa;
  font-size: 30px;
  z-index: 0;
}

body .page_wrapper .main_section.type_board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* left-layout */
  /* left-layout */
  /* board-layout */
  /* board-layout */
}

body .page_wrapper .main_section.type_board .left-layout {
  width: 180px;
  height: 100%;
  margin-right: 15px;
  flex: 0 0 auto;
}

body .page_wrapper .main_section.type_board .left-layout .ad-box {
  width: 100%;
  height: 200px;
  background-color: #f8f8f8;
  color: #cccccc;
  font-family: "Montserrat-Bold";
  font-size: 30px;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .category-title {
  width: 100%;
  background-color: #f8f8f8;
  font-family: "NanumBarunGothic";
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box {
  padding: 10px 20px;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* &.plus{
                                    display: flex;
                                    position: relative;
                                    
                                    & .sub-title::before{
                                        content: '+';
                                    }
                                    &.active .sub-title::before{
                                        content: '-';
                                    }
                                } */
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item .sub-sub-item {
  display: none;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item .sub-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item .sub-title-box .sub-title {
  font-size: 14px;
  margin-right: 10px;
  padding: 10px 0;
}

body .inner-item-count {
  color: #ff4338;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item.plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: .2s;
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item.plus>.sub-title-box>.sub-title::before {
  content: "+ ";
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item.plus.active>.sub-title-box>.sub-title::before {
  content: "- ";
}

body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item.active .sub-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 14px;
}

body .page_wrapper .main_section.type_board .board-layout {
  width: 960px;
  flex: 0 0 auto;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .page_wrapper .main_section.type_board .board-layout .board-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .page_wrapper .main_section.type_board .board-layout .board-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}

body .page_wrapper .main_section.type_board .board-layout .board-title h1 div {
  margin-right: 5px;
}

body .page_wrapper .main_section.type_board .board-layout .board-title h1::before {
  content: "";
  margin-right: 15px;
  width: 5px;
  height: 100%;
  background-color: #ff4338;
}

body .page_wrapper .main_section.type_board .board-layout .board-caution-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
}

body .page_wrapper .main_section.type_board .board-layout .board-caution-box .top-simple-link {
  font-size: 12px;
}

body .page_wrapper .main_section.type_board .board-layout .board-caution-box .top-simple-link>a:first-child {
  margin-right: 15px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid #222222;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area span.profile_img {
  display: none !important;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal {
  font-size: 14px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate {
  width: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area

/* .content_block.normal
  .cate */
.fire-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate .fire-icon img {
  height: 19px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area

/* .content_block.normal
  .cate */
.fire-icon.active {
  visibility: visible;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate .content-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-wrap: nowrap;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 525px;
  position: relative;
  /* justify-content: space-between; */
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .comment,
body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .content_reply_count {
  position: absolute;
  right: 0;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content img {
  margin-right: 5px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content a {
  line-height: 1.1;
  display: inline-block;
  /* width: 240px; */
  width: auto;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .reply_cnt {
  font-size: 12px;
  line-height: 14px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .warning {
  position: absolute;
  right: 0;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  background-color: #f8f8f8;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .product_img_wrapper {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  margin-right: 15px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .product_img_wrapper img {
  width: 100%;

  /* height: 100%; */
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .product_img_wrapper .img_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .product_img_wrapper .img_tag.hot_deal {
  background-image: url(/images/dasaja/icon/hot_tag.png);
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content .product_img_wrapper .img_tag.end_deal {
  background-image: url(/images/dasaja/icon/end_tag.png);
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-3 {
  width: 90px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-4 {
  width: 80px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-5 {
  width: 44px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-6 {
  padding-right: 15px;
  min-width: 76px;
  text-align: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.notice .content-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.AD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  background-color: #f8f8f8;
  font-family: "Montserrat-Bold";
  color: #d7d7d7;
  border: 0;
  margin: 7px 0;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.AD+.content_block {
  border-top: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line {
  height: 65px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line.end_deal_status {
  background-color: #f2f2f2;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .cate {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .cate .content-cate {
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .cate .content-cate>div:first-child {
  margin-bottom: 5px;
  word-break: keep-all;
  text-align: center;
  cursor: pointer;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 565px;
  position: relative;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content a {
  width: auto;
  max-width: 360px;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4;
  height: 2.8;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

/* body
  .page_wrapper
  .main_section.type_board
  .board-layout
  .board-main-content-wrapper
  .content-area
  .content_block.double_line
  .content */

/* 댓글 위치, 사이즈 지정 스타일 start */
.content .content-top-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.content .comment {
  width: 60px;
}

.content .comment.time-comment {
  width: 70px;
}

.content .comment.comment-resize {
  width: 60px;
}

.content .content_reply_count {
  width: 60px;
}

.content .content_reply_count.comment-resize {
  width: 60px;
}

/* 댓글 위치, 사이즈 지정 스타일 end */

.content_reply_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  /*margin-left: 10px;*/
  margin-bottom: 3px;
  width: 80px;
}

.content_reply_count::before {
  content: "";
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  background-image: url(/images/dasaja/icon/svg/icon-comment-lgray.svg);
}

.content_file_count::before {
  content: "";
  width: 19px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  background-image: url(/images/dasaja/icon/svg/photo_icon.svg);
  background-size: cover;
  margin-bottom: 1px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info {
  height: 100%;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .td-3 {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .td-3 .min_price {
  margin-bottom: 5px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .td-4,
body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .td-5,
body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .td-6 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .nick_with_info_wrapper {
  padding: 10px 0px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .nick_with_info_wrapper>div {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line.card .td-3 {
  font-weight: normal;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line.p2p .td-3 .p2p_type {
  font-weight: normal;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.cs .cate {
  width: 85px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #000;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content-top-bar .all-select-btn {
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content-top-bar .board-option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content-top-bar .board-option-box select {
  width: 115px;
  padding: 0 10px;
  height: 24px;
  margin-right: 15px;
  border: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal {
  font-size: 14px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .tr.top {
  font-weight: bold;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.1;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_0 {
  width: 249px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_1 {
  width: 135px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_2 {
  width: 150px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_3 {
  width: 100px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_3 img {
  margin-right: 9px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_3 img:last-child {
  margin-right: 0;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_4 {
  width: 65px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_5 {
  width: 60px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_6 {
  width: 55px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_7 {
  width: 62px;
}

.slide_btn {
  width: 40px;
  height: 18px;
  border-radius: 10px;

  background-color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s;
}

.this_row_remove {
  cursor: pointer;
}

.this_row_remove.desktop {
  cursor: pointer;
  width: 19px;
  height: 19px;
  background-color: black;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.slide_btn.active {
  background-color: #ff4338;
  transition: 0.3s;
  /* -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; */
}

.slide_btn.active .btn_ball {
  transition: 0.3s;
  margin-left: 22px;
}

.slide_btn .btn_ball {
  width: 14px;
  height: 14px;
  transition: 0.3s;
  background-color: white;
  border-radius: 100%;
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.5);
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_8 {
  width: 84px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_0 {
  width: 237px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_1 {
  width: 135px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_2 {
  width: 325px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_3 {
  width: 100px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_3 img {
  margin-right: 10px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_3 img:last-child {
  margin-right: 0;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_4 {
  width: 140px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_5 {
  width: 60px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_6 {
  width: 55px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_7 {
  width: 62px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_8 {
  width: 84px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area {
  /* border: 1px solid;
                            & *{
                                border: 1px solid;
                            } */
  margin-bottom: 28px;
  border-top: 2px solid #222222;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area .tab_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

/* body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area .tab_menu_wrapper .tap_menu:hover {
  opacity: 0.7;

} */

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area .tab_menu_wrapper .tap_menu {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-size: 17px;
  border-bottom: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area .tab_menu_wrapper .tap_menu.active {
  font-weight: bold;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
}

.register.ad-box {
  margin-top: 100px;
}

body .page_wrapper .main_section.type_board .board-layout .board_button_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 23px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  margin-right: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pagination a.active {
  font-weight: bold;
  border-bottom: 1px solid;
}

.pagination .near_btn {
  font-size: 10px;
  /* border: 1px solid #d7d7d7; */
  width: 26px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .near_btn img {
  width: 12px;
}

.pagination .near_btn img.rotate_img {
  transform: rotate(180deg);
}

li.page_number a.active {
  border-color: #ff4338 !important;
  color: #ff4338 !important;
}
li.page_number a {
  margin-right: 10px !important;
}
li.page_number a {
  border: 1px solid #d7d7d7 !important;
  padding: 3px 6px 0px !important;
}


nav.pagination a.active {
  border-color: #ff4338 !important;
  color: #ff4338 !important;
}
nav.pagination a {
  margin-right: 10px !important;
}
nav.pagination a {
  /* border: 1px solid #d7d7d7 !important; */
  padding: 3px 6px 0px !important;
}

body .page_wrapper .main_section.type_board .board-layout .board_button_wrapper .write_btn {
  position: absolute;
  width: auto;
  padding: 0 17px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  color: white;
  font-size: 14px;
  background-color: #06162f;
  top: -4px;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper input,
body .page_wrapper .main_section.type_board .board-layout .search_wrapper select {
  height: 30px;
  border: 1px solid #d7d7d7;
  color: #d7d7d7;
  font-size: 12px;
  padding: 0 8px;
}



body .page_wrapper .main_section.type_board .board-layout .search_wrapper input::-webkit-input-placeholder,
body .page_wrapper .main_section.type_board .board-layout .search_wrapper select::-webkit-input-placeholder {
  color: #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper input:-ms-input-placeholder,
body .page_wrapper .main_section.type_board .board-layout .search_wrapper select:-ms-input-placeholder {
  color: #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper input::-ms-input-placeholder,
body .page_wrapper .main_section.type_board .board-layout .search_wrapper select::-ms-input-placeholder {
  color: #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper input::placeholder,
body .page_wrapper .main_section.type_board .board-layout .search_wrapper select::placeholder {
  color: #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper input {
  width: 340px;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper .search_cate {
  width: 95px;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper .search_input_wrapper {
  position: relative;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper .search_input_wrapper .search_btn {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper .search_input_wrapper .search_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box {
  width: 25%;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .photo_wrapper {
  width: 209px;
  height: 209px;
  margin-bottom: 10px;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .photo_wrapper a {
  width: 100%;
  height: 100%;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .photo_wrapper img {
  width: 100%;
  height: 100%;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .photo_title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #888888;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info .like_up img {
  width: 15px;
  margin: 0 5px 7px 0;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info .like_down img {
  width: 15px;
  /*margin-top: 3px;*/
  transform: rotate(180deg) scaleX(-1);
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info .reply_img img {
  width: 15px;
  margin-bottom: 2px;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info img {
  margin: 0 5px 0 7px;
}

body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .content_info .content_count {
  margin-left: auto;
}

body .page_wrapper .main_section.type_board .board-nav {
  width: 30px;
}

body .page_wrapper .main_section.type_board .board-nav .board_nav_box {
  position: sticky;
  top: 300px;
  width: 30px;
  /* height: 180px; */
  /* border: 1px solid #d7d7d7; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu {
  width: 100%;
  height: 30px;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu:last-child {
  border-bottom: 1px solid #d7d7d7;
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu.next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu.next_post img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu.scroll.up img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu.scroll.down img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu:hover {
  background-color: #3de6df;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu:hover img {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

body .page_wrapper .side_section {
  width: 320px;
}

body .page_wrapper .full_layout_ad {
  width: 100%;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: #bababa;
}

/* 바디 END*/
/* 푸터 start */
footer {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

footer .footer_wrapper {
  margin: 0 auto;
}

.gray_back.on {
  display: block !important;
}
.gray_back {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 99998; */
  z-index: 100;
}

.login_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 500px;
  height: 555px;
  background-color: white;
  border: 1px solid;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}

.login_popup .logo {
  width: 180px;
  height: 35px;
  margin-top: 60px;
}

.login_popup .logo img {
  width: 100%;
  height: 100%;
}

.login_popup .width_box {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.login_popup .width_box .id_input {
  margin-top: 40px;
}

.login_popup .width_box .input {
  height: 50px;
  margin-bottom: 10px;
}

.login_popup .width_box .submit {
  height: 50px;
  background-color: #06162f;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.login_popup .width_box label {
  margin-right: auto;
  margin-top: 15px;
}

.login_popup .width_box label span {
  font-size: 14px;
}

.login_popup .width_box .sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  font-size: 14px;
  color: #222222;
}

.login_popup .width_box .sns_wrapper .sns_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login_popup .width_box .sns_wrapper .sns_login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  /* background-size: 40%; */
}

.login_popup .width_box .sns_wrapper .sns_login_btn:last-child {
  margin-right: 0;
}

.login_popup .width_box .sns_wrapper .sns_login_btn {
  transition: .2s;
}

.login_popup .width_box .sns_wrapper .sns_login_btn.active {
  border: 1px solid #06162f;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:hover {
  border: 1px solid #06162f;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(1) {
  color: #888888;
  font-family: "Montserrat-Bold";
  font-size: 23px;
  font-weight: bolder;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(1):hover {
  color: #06162f;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(2) {
  background-image: url(/images/dasaja/icon/svg/icon-kakao.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(2):hover {
  background-image: url(/images/dasaja/icon/svg/icon-kakao-navy.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(3) {
  background-image: url(/images/dasaja/icon/svg/icon-facebook.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(3):hover {
  background-image: url(/images/dasaja/icon/svg/icon-facebook-navy.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(4) {
  background-image: url(/images/dasaja/icon/svg/icon-google.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(4):hover {
  background-image: url(/images/dasaja/icon/svg/icon-google-navy.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(5) {
  background-image: url(/images/dasaja/icon/svg/icon-apple.svg);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(5):hover {
  background-image: url(/images/dasaja/icon/svg/icon-apple-navy.svg);
  background-size: 50%;
}

/* .login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(1) {
  color: #888888;
  font-family: "Montserrat-Bold";
  font-size: 23px;
  font-weight: bolder;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(1):hover {
  color: #fff;
  background-color: #1edb00;
  border: 1px solid #1edb00;
  opacity: 1;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(2) {
  background-image: url(/images/dasaja/icon/kakao_small_icon_default.png);
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(2):hover {
  background-color: #f7e400;
  border: 1px solid #f7e400;
  opacity: 1;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(3) {
  background-size: 30%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(3):hover img {
  filter: brightness(200%);
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(3):hover {
  background-color: #1773ea;
  border: 1px solid #1773ea;
  opacity: 1;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(4):hover img {
  filter: brightness(200%);
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(4):hover {
  border: 1px solid #ea4335;
  background-color: #ea4335;
  opacity: 1;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(4) {
  background-size: 50%;
}

.login_popup .width_box .sns_wrapper .sns_login_btn:nth-child(5) {
  background-image: url(/images/dasaja/icon/apple_small_icon_default.png);
} */

.login_popup .width_box .sns_wrapper .etc_btn_wrapper {
  margin-top: 30px;
}

/* 푸터 end */

/* style END */
/* common START */
@charset "UTF-8";

/* 포인트컬러 */
/* 서브컬러 */
/* 무채색컬러 */
/* 첨부된 ttf 파일 */
/* 헤더 */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #06162f;
  font-family: "Montserrat-Bold";
}

header .header_wrapper {
  width: 100%;
  max-width: 1520px;
  height: 50px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "NanumBarunGothicBold";
  font-size: 16px;
}

header .header_wrapper #header_logo {
  width: 220px;
}

header .header_wrapper #header_logo img {
  width: 118px;
  height: 23px;
}

header .header_wrapper #header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 35px;
}

header .header_wrapper #header_nav .nav_item:hover {
  color: #3de6df;
  transition: 0.2s;
  opacity: 1;
}

header .header_wrapper #header_nav .nav_item {
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  color: white;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

header .header_wrapper #header_nav .nav_icon img {
  padding-left: 10px;
}

header .header_wrapper .drop_menu_wrapper {
  display: none;
  position: absolute;
  /* display: flex; */
  top: 50px;
  left: 0;
  -webkit-box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

header .header_wrapper .drop_menu_wrapper .drop_menu {
  width: 160px;
  background-color: white;
  z-index: 2;
  border-right: 1px solid #d7d7d7;
}

header .header_wrapper .drop_menu_wrapper .drop_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  height: 35px !important;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu li {
  height: 30px !important;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu li a {
  height: auto;
}

header .header_wrapper .drop_menu_wrapper .drop_menu li a {
  padding: 12px 20px;
  width: 100%;
  height: 100%;
  color: #888888;
}

header .header_wrapper .drop_menu_wrapper .drop_menu li a.cate_title {
  color: #222222;
  text-align: center;
}

header .header_wrapper .drop_menu_wrapper .drop_menu li a:hover {
  color: #ff4338;
  font-weight: bold;
  opacity: 1;
}

header .header_wrapper .drop_menu_wrapper .drop_menu li.active {
  font-weight: bold;
}

header .header_wrapper .drop_menu_wrapper .drop_menu li.active a {
  color: #ff4338;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword {
  width: 100%;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu {
  width: 100%;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu a {
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #222222;
  width: auto;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu a.cate_title {
  color: #222222;
  text-align: center;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu a:hover {
  color: #222222;
  font-weight: 700;
}

header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu a:hover span.pop_keyword_index {
  font-weight: 500;
}

header .header_wrapper .search_box {
  position: relative;
  margin-left: auto;
  height: 100%;
}

header .header_wrapper .search_box form {
  height: 40px;
}

header .header_wrapper .search_box .search_input_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 2px solid white;
  padding-bottom: 3px;
  width: 320px;
  height: 100%;
  align-items: flex-end;
}

header .header_wrapper .search_box .search_input_wrapper .search_btn {
  content: "";
  right: 10px;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url(/images/dasaja/icon/svg/glasses.svg);
  top: 64%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
}

header .header_wrapper .search_box .search_input_wrapper input {
  padding-left: 0;
  background-color: transparent;
  border: 0px transparent;
  color: white;
  font-size: 13px;
  width: 100%;
  padding-bottom: 3px;

}

header .header_wrapper .search_box .search_input_wrapper input:focus {
  outline: 0;
}

header .header_wrapper .search_box .search_input_wrapper input::-webkit-input-placeholder {
  color: white;
}

header .header_wrapper .search_box .search_input_wrapper input:-ms-input-placeholder {
  color: white;
}

header .header_wrapper .search_box .search_input_wrapper input::-ms-input-placeholder {
  color: white;
}

header .header_wrapper .search_box .search_input_wrapper input::placeholder {
  color: white;
}

/* 헤더 END*/
.toggle_btn_wrapper {
  position: relative;
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
  padding-bottom: 30px;
}

.toggle_btn_wrapper .product_row_toggle_btn.active img {
  transform: rotate(270deg);
  transition: 0.2s;
}

.toggle_btn_wrapper .product_row_toggle_btn img {
  transition: 0.2s;
  transform: rotate(90deg);
  fill: #fff;
  width: 12px;
  height: 12px;
}

.toggle_btn_wrapper .product_row_toggle_btn {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0;
  width: 70px;
  height: 25px;
  z-index: 1;
  background-color: #d7d7d7;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "NanumBarunGothicBold";
  transition: .2s;
}

.toggle_btn_wrapper .product_row_toggle_btn:hover {
  background-color: #06162f;
  transition: .2s;
}

.items-row-wrapper {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  flex-direction: column;
}

.items-row-wrapper .product-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 0 3px; */
  width: 180px;
}

.items-row-wrapper .product-item-box .top-noti-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  line-height: 22px;
  font-family: "NanumBarunGothic";
  font-size: 12px;
}

.items-row-wrapper .product-item-box .top-noti-box .profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-row-wrapper .product-item-box .top-noti-box .profile-box .profile-icon .sv_wrap .profile_img {
  border-radius: 100%;
  border: 0px solid #d7d7d7;
  background-color: #f8f8f8;
}

.items-row-wrapper .product-item-box .top-noti-box .profile-box .profile-icon .sv_wrap .sv_member {
  font-weight: 700;
}

.items-row-wrapper .product-item-box .top-noti-box .profile-box .profile-icon {
  /* width: 22px; */
  height: 22px;
  border-radius: 100%;
  margin-right: 5px;
}

.items-row-wrapper .product-item-box .top-noti-box .profile-box .profile-icon img {
  width: 100%;
  height: 100%;
}

.items-row-wrapper .product-item-box .top-noti-box .profile-box .profile-id {
  font-weight: bold;
}

.items-row-wrapper .product-item-box .top-noti-box .late-min-noti {
  font-weight: normal;
}

.items-row-wrapper .product-item-box .item-thumbNail {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 5px; */
}

.items-row-wrapper .product-item-box .item-thumbNail img {
  width: 100%;
}

.items-row-wrapper .product-item-box .item-thumbNail img.up_hand_img {
  width: 15px;
  height: 15px;
  margin-bottom: 7px;
}

.items-row-wrapper .product-item-box .item-thumbNail img.down_hand_img {
  width: 15px;
  height: 15px;
}

.items-row-wrapper .product-item-box .item-thumbNail img.fade_in_replace_img {
  /* width: 14px; */
  height: 14px;
  margin-bottom: 4px;
}


.items-row-wrapper .product-item-box .item-thumbNail .image_over_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(6,22,47,.8);
  opacity: 0;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 6px;
  font-size: 12px;
  font-family: "NanumBarunGothic";
}

.items-row-wrapper .product-item-box .item-thumbNail .image_over_box div {
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-row-wrapper .product-item-box .item-thumbNail .image_over_box .down_btn img {
  /* margin-top: 2px; */
  margin-bottom: 2px;
  transform: rotate(180deg) scaleX(-1);
}

.items-row-wrapper .product-item-box .item-thumbNail:hover .image_over_box {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.items-row-wrapper .product-item-box .mid-brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
}

.items-row-wrapper .product-item-box .mid-brand-info .brand-icon {
  height: 100%;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
}

.items-row-wrapper .product-item-box .mid-brand-info .brand-icon img {
  max-height: 15px;
}

.items-row-wrapper .product-item-box .mid-brand-info .deilvery-info {
  font-size: 11px;
  line-height: 20px;
  font-family: "NanumBarunGothic";
  font-weight: 700;
  margin-top: 2px;
}

.items-row-wrapper .product-item-box .item-title {
  margin-bottom: 13px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.items-row-wrapper .product-item-box .item-title .title {
  font-size: 14px;
  font-family: "NanumBarunGothic";
  line-height: 20px;
}

.items-row-wrapper .product-item-box .bottom-noti-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.items-row-wrapper .product-item-box .bottom-noti-box .price-box .price-numeric {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  margin-right: 2px;
}

.items-row-wrapper .product-item-box .bottom-noti-box .price-box .fixed-text {
  font-family: "NanumBarunGothic";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  vertical-align: bottom;
}

.items-row-wrapper .product-item-box .bottom-noti-box .fire-box {
  position: relative;
}

.items-row-wrapper .product-item-box .bottom-noti-box .fire-box::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 16px;
  height: 19px;
  top: 0;
  background-image: url("/images/dasaja/icon/svg/fire_icon.svg");
  background-size: cover;
}

.items-row-wrapper .product-item-box .bottom-noti-box .fire-box .fire-count {
  font-family: "NanumBarunGothic";
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  height: 100%;
  padding-top: 1px;
}

.items-row-wrapper .product-nav-btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  z-index: 1;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: 0.2s;
}

.items-row-wrapper .product-nav-btn .next-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
}

.items-row-wrapper .product-nav-btn .next-btn img {
  height: 50%;
}

.items-row-wrapper .product-nav-btn .prev-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
}

.items-row-wrapper .product-nav-btn .prev-btn img {
  height: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.type_1 {
  position: relative;
}

.type_1 .product-nav-btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  z-index: 1;

  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type_1 .product-nav-btn .next-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
}



.type_1 .product-nav-btn .next-btn img {
  height: 50%;
}

.type_1 .product-nav-btn .prev-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
}

.type_1 .product-nav-btn .prev-btn img {
  height: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.between_pipe {
  color: #d7d7d7;
  display: inline-block;
  margin: 0 10px;
}

/* common END */
/* common2 START */
input[type="checkbox"]:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 1px solid #d7d7d7;
  background: #fff;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  background: url("/images/dasaja/icon/svg/icon-chekbox-active.svg") no-repeat center center / cover;
  width: 15px;
  height: 15px;
  border: 0;
}

input.orange[type="checkbox"]:checked:after {
  content: "";
  display: block;
  background: url("/images/dasaja/icon/svg/icon-chekbox-active2.svg") no-repeat center center / cover;
  width: 15px;
  height: 15px;
}

input[type="radio"]:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  /* border: 1px solid #d7d7d7;
  border-radius: 100%; */
  /* background: url("/images/dasaja/icon/icon-radio.png") no-repeat center center / cover; */
}
.subject.deal input[type="radio"]:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  /* background: url("/images/dasaja/icon/icon-radio.png") no-repeat center center / cover; */
}
.subject.deal input[type="radio"]:checked::before{
  position: absolute;
  content: "";
  display: block;
  background-color: #06162f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 7.5px;
  height: 7.5px;
}

input[type="radio"]:checked{
  position: relative;
}
input[type="radio"]:checked:after {
  content: "";
  display: block;
  /* background: url("/images/dasaja/icon/icon-radio-active.png") no-repeat center center / cover; */

  width: 15px;
  height: 15px;
}

label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 4px;
  vertical-align: middle;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

textarea {
  width: 100%;
  resize: none;
  border: 1px solid #d7d7d7;
  padding: 20px;
  overflow: hidden;
  line-height: 24px;
}

select {
  border: 1px solid #d7d7d7;
  padding: 9px 30px 8px 20px;
  background: url(/images/dasaja/icon/icon-select-arrow.png) no-repeat calc(100% - 8px) center / 9px;
  outline: 0 none;
}

select::-ms-expand,
input[type="radio"]::-ms-expand,
input[type="checkbox"]::-ms-expand {
  display: none;
}

select,
input[type="radio"],
input[type="checkbox"] {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.delivery_price>input {
  width: 95px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"] {
  border: 1px solid #d7d7d7;
  padding: 10px 13px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

div.modal.report {
  width: 700px;
}

div.modal {
  display: none;
  position: fixed;
  top: 50%;
  /* bottom: 0; */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 9999;
}

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

.modal .modal-header h3 {
  font-size: 16px;
  font-weight: bold;
}

.modal .modal-header .close-btn {
  padding: 0 0 10px 10px;
}

.modal .modal-box {
  padding: 30px;
  border: 1px solid #dbdbdb;
  background: #fff;
  font-size: 14px;
}

.modal .modal-close {
  background: url("/images/dasaja/icon/svg/icon-close.svg") no-repeat center center / cover;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.modal .modal-body {
  margin: 20px 0;
  min-height: 100px;
  line-height: 1.8;
}

.modal .modal-footer {
  text-align: right;
}

.modal .modal-footer .confirm-btn {
  text-align: center;
  display: inline-block;
  width: 70px;
  line-height: 26px;
  background: #06162f;
  color: #fff;
}

.modal .modal-footer .confirm-btn.white {
  background:  #fff;
  border: 1px solid #d7d7d7;
  color: #06162f;
}

#background-modal {
  background: #0000007d;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.modal.show {
  display: block;
}

.bold {
  font-weight: bold;
}

.datepicker-area,
.timepicker-area {
  position: relative;
}

input[type="text"].datepicker+span {
  min-width: unset;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/images/dasaja/icon/svg/icon-calendar.svg') no-repeat center center / cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

input[type="text"].timepicker+span {
  min-width: unset;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/images/dasaja/icon/svg/timer-gray.svg') no-repeat center center / cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

body .page_wrapper.mypage {
  margin-top: 50px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.flex-column {
  flex-direction: column;
}

.gap-10 {
  gap: 10px;
}

/* common2 END */

/* style2 START */

.member-box:not(.mypage) {
  width: 320px;
  height: auto;
  border: 1px solid rgb(215, 215, 215);
  background-color: rgb(248, 248, 248);
  padding: 21px 20px 17px;
}

.member-box .login-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-box .login-btn-area .login-btn {
  width: 280px;
  height: 50px;
  background-color: rgb(6, 22, 47);
  color: rgb(255, 255, 255);
  font-family: "NanumBarunGothic";
  font-size: 20px;
  line-height: 55px;
  text-align: center;
}

.member-box .member-link-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.member-box .member-link-area .icon {
  margin-right: 6px;
  width: 15px;
  height: 15px;
}

.member-box .member-link-area .find-account-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

.member-box .member-link-area .join-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

/*  */
.member-box.mypage {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.alarm-box {
  margin-top: 5px;
  /* margin-bottom: 20px; */
  border: 1px solid rgb(215, 215, 215);
  background-color: rgb(248, 248, 248);
  width: 320px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alarm-box .alarm-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.alarm-box .alarm-text {
  font-size: 14px;
  color: #222222;
}

.ad-box {
  /* width: 320px; */
  height: 260px;
  background-color: rgb(242, 242, 242);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-box .ad {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  font-weight: bold;
  color: rgb(186, 186, 186);
}

.sticky_box {
  position: sticky;
  top: 0;
}

.main-small-board-box {
  margin: 20px 0 30px;
  margin-bottom:
    width: 100%;
}

.main-small-board-box .small-board-menu {
  width: 100%;
  height: 40px;
  border: 1px solid rgb(215, 215, 215);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-small-board-box .small-board-menu a {
  width: calc(100% / 3);
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  border-right: 1px solid rgb(215, 215, 215);
}

.main-small-board-box .small-board-menu a:last-child {
  border-right: none;
}

.main-small-board-box .small-board-menu a.active {
  background-color: #ff4338;
  color: #ffffff;
  /* border: 1px solid #ff4338; */
}

.main-small-board-box .small-board-list-type {
  padding: 15px 0 19px;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 50px;
}

.main-small-board-box .small-board-list-type a {
  color: #222222;
  border-right: 1px solid #d8d8d8;
  padding: 0 10px;
}

.main-small-board-box .small-board-list-type a:last-child {
  border-right: none;
}

.main-small-board-box .small-board-list-type a.active span {
  border-bottom: 1px solid #222222;
}

.main-small-board-box .small-board-list-type a span {
  font-size: 14px;
}

table.mypage-point-view,
table.mypage-dashboard-view .my-post-wrap {
  width: 346px;
}

.small-board-list-wrap {
  width: 100%;
  /* padding: 20px; */
}

.small-board-list-wrap .small-board-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.small-board-list-wrap .small-board-list li {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}



.small-board-list-wrap .small-board-list li .category.green {
  background-color: #04d261;
  width: 32px;
}

.small-board-list-wrap .small-board-list li .category {
  width: 28px;
  height: 16px;
  background-color: #06162f;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  overflow: hidden;
}

.small-board-list-wrap .small-board-list li .title {
  width: calc(100% - 90px);
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #222222;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.small-board-list-wrap .small-board-list li .comment {
  width: 40px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.small-board-list-wrap .small-board-list li .comment .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.small-board-list-wrap .small-board-list li .comment .count {
  font-size: 12px;
}

.small-board-list-wrap .small-board-list li .date {
  font-size: 12px;
  margin-left: auto;
}

.small-board-paging-area {
  padding: 30px 0;
  position: relative;
}

.small-board-paging-area .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 12px;
  color: #222222;
}

.small-board-paging-area .pagination {
  width: 103px;
  height: 21px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #222222;
  position: relative;
}

.small-board-paging-area .pagination a {
  width: 21px;
  height: 21px;
  /* border: 1px solid #cccccc; */
  font-size: 14px;
  color: #6b6e72;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  margin: 0;
}

.small-board-paging-area .pagination .pages {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.small-board-paging-area .pagination .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-board-paging-area .pagination .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#site-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 13px 0;
  border-top: 1px solid rgb(215, 215, 215);
  border-bottom: 1px solid rgb(215, 215, 215);
  padding-right:320px;
}

#site-link-wrap li {
  padding: 0 20px;
}

#site-link-wrap li a {
  font-size: 14px;
  color: #222222;
}

#site-link-wrap li a.bold {
  font-weight: bold;
}

#site-info {
  padding-bottom: 25px;
  text-align: center;
  font-size: 14px;
  color: #222222;
}

#site-info ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}

#site-info ul li {
  font-size: 14px;
  color: #222222;
  padding: 0 20px;
  border-right: 1px solid rgb(215, 215, 215);
}

#site-info ul li:last-child {
  border-right: none;
}

.window-popup-title {
  margin: 20px;
}

.window-popup {
  border: 1px solid rgb(136, 136, 136);
  z-index: 1150;
  box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.1);
  /* width: 420px; */
  height: auto;
  min-height: 100vh;
  background-color: #fff;
  min-width:320px;
}

.window-popup .window-popup-wrap {
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.window-popup-wrap .profile-tab-menu {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.window-popup-wrap .profile-tab-menu a {
  width: calc(100% / 3);
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}

.window-popup-wrap .profile-tab-menu a.active {
  border-bottom: 4px solid #06162f;
}

/* .window-popup-wrap .profile-tab-menu a.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% / 3);
  height: 4px;
  background-color: #06162f;
} */

.window-popup-wrap .profile-tab-menu a.active:nth-child(2):after {
  left: 139.33px;
}

.window-popup-wrap .profile-tab-menu a.active:nth-child(3):after {
  left: calc(139.33px * 2);
}

.window-popup-wrap .profile-tab-content {
  width: 100%;
  /* height: 392px;*/
}

.window-popup-wrap .profile-tab-content .row {
  width: 100%;
}

.window-popup-wrap .profile-tab-content .row.profile {
  padding: 22px 30px 19px;
  height: 120px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-image {
  width: 79px;
  height: 79px;
  background-image: url("/images/user-basic-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #d7d7d7;
  flex: 0 0 auto;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-info {
  width: 194px;
  height: 79px;
  padding: 7px 0 7px 19px;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-info .name {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-info .grade {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-info .attendance {
  font-size: 14px;
  color: #333333;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu {
  width: 86px;
  height: 100%;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu a.my-page {
  display: block;
  width: 86px;
  height: calc(100% / 3);
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  color: #222222;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu ul {
  width: 86px;
  height: 100%;
  border: 1px solid #d7d7d7;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu ul li {
  width: 100%;
  height: calc(100% / 3);
  border-bottom: 1px solid #d7d7d7;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu ul li:last-child {
  border-bottom: none;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  color: #888888;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu ul li a.active {
  color: #222222;
  border: 1px solid rgb(136, 136, 136);
}

.window-popup-wrap .profile-tab-content .row.date {
  padding: 14px 30px 14px;
  height: 70px;
  border-bottom: 1px solid #d7d7d7;
}

.window-popup-wrap .profile-tab-content .row.date div {
  margin-bottom: 14px;
  font-size: 14px;
  color: #333333;
}

.window-popup-wrap .profile-tab-content .row.date div:last-child {
  margin-bottom: 0;
}

.window-popup-wrap .profile-tab-content .row.statics {
  padding: 28px 30px;
  height: 201px;
}

.window-popup-wrap .profile-tab-content .row.statics .progress-wrap {
  width: 100%;
  height: 79px;
  margin-bottom: 25px;
}

.window-popup-wrap .profile-tab-content .row.statics .progress-wrap .progress-row {
  width: 100%;
  height: 19px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.window-popup-wrap .profile-tab-content .row.statics .progress-wrap .progress-row:last-child {
  margin-bottom: 0;
}

/* .window-popup-wrap .profile-tab-content .row.statics .progress-wrap .progress-row .progress-type {
  width: calc(100% - 308px);
  height: 19px;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
} */
.window-popup-wrap .profile-tab-content .row.statics .progress-wrap .progress-row .progress-type {
  width: 75px;
  height: 19px;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}

.window-popup-wrap .profile-tab-content .row.statics .progress-wrap .progress-row .progress-rate-bar {
  width: calc(100% - 75px);
  height: 19px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
}

.window-popup-wrap .profile-tab-content .row.statics .progress-wrap .progress-row .progress-rate-bar .rate {
  height: 19px;
  border: none;
  background-color: #06162f;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}

.window-popup-wrap .profile-tab-content .row.statics .report-buttons {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.window-popup-wrap .profile-tab-content .row.statics .report-buttons a {
  width: calc(100% / 2);
  height: 36px;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.window-popup-wrap .profile-tab-content .row.statics .report-buttons .recommendation {
  border-right: none;
}

.window-popup-wrap .profile-tab-content .row.board {
  height: 100%;
  padding: 30px;
}

.window-popup-wrap .profile-tab-content .row.board .popup-board-list {
  width: 100%;
  height: calc(100% - 45px);
}

.row.board .popup-board-list .board-item {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.row.board .popup-board-list .board-item:last-child {
  margin-bottom: 0;
}

.row.board .popup-board-list .board-item .category {
  width: 28px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #06162f;
  font-size: 10px;
  text-align: center;
  margin-right: 10px;
}

.row.board .popup-board-list .board-item .title {
  width: calc(100% - 129px);
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #222222;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

.row.board .popup-board-list .board-item .comment {
  width: 40px;
  height: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.row.board .popup-board-list .board-item .comment .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.row.board .popup-board-list .board-item .comment .count {
  font-size: 12px;
  color: #222222;
}

.row.board .popup-board-list .board-item .date {
  width: 26px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #222222;
  margin-left: 15px;
}

.window-popup-wrap .popup-board-pagination {
  margin-top: 20px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.window-popup-wrap .popup-board-pagination.message {
  margin-top: 0;
}

.window-popup-wrap .popup-board-pagination li {
  width: 21px;
  height: 21px;
  line-height: 21px;
  border: 1px solid #d7d7d7;
  border-right: none;
  text-align: center;
}

.window-popup-wrap .popup-board-pagination li:last-child {
  border-right: 1px solid #d7d7d7;
}

.window-popup-wrap .popup-board-pagination li a {
  width: 21px;
  height: 21px;
  font-size: 12px;
  color: #222222;
  vertical-align: middle;
}

.window-popup-wrap .popup-board-pagination li a.active {
  font-weight: bold;
}

.window-popup .window-popup-wrap .popup-header {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

.window-popup .window-popup-wrap .popup-content {
  width: 100%;
  padding: 30px;
}

/* .popup-content p{
  margin-top:20px;
} */
.window-popup .window-popup-wrap .popup-content.message {
  padding: 0;
}

.window-popup .window-popup-wrap .popup-content .name {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.window-popup .window-popup-wrap .popup-content .memo {
  width: 100%;
  height: 50px;
}

.window-popup .window-popup-wrap .popup-content .memo textarea {
  width: 100%;
  height: 50px;
  padding: 14px;
  font-size: 14px;
  color: #333333;
}

.window-popup .window-popup-wrap .popup-content .reject-check {
  width: 100%;
  height: 15px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.window-popup .window-popup-wrap .popup-content .script {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 30px;
}

.window-popup .window-popup-wrap .popup-content .reject-check input[type="checkbox"] {
  margin-right: 10px;
}

.window-popup .window-popup-wrap .popup-content .popup-buttons {
  width: 100%;
  height: 36px;
  text-align: center;
}

.window-popup .window-popup-wrap .popup-content .popup-buttons .btn {
  display: inline-block;
  width: 75px;
  height: 36px;
  line-height: 36px;
  background-color: #06162f;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.window-popup-wrap .popup-header .send-message-button {
  position: absolute;
  top: 9px;
  right: 15px;
  display: inline-block;
  width: 110px;
  height: 30px;
  background-color: #06162f;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.window-popup-wrap .popup-header .send-message-button .message-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.popup-content.message .message-tab-menu {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-bottom: 1px solid #d7d7d7;
}

.popup-content.message .message-tab-menu a {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 20px 0;
  margin-right: 27px;
  font-size: 14px;
  color: #222222;
  position: relative;
}

.popup-content.message .message-tab-menu a.active {
  font-weight: bold;
}

.popup-content.message .message-tab-menu a:last-child {
  margin-right: 0;
}

.popup-content.message .message-tab-menu a.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #222222;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.popup-content.message .message-list-wrap {
  width: 100%;
  height: 61vh;
}

.popup-content.message .message-list-wrap .message-item-wrap {
  width: 100%;
  height: 64px;
  padding: 10px 30px;
  border-bottom: 1px solid #d7d7d7;
}

.popup-content.message .message-list-wrap .message-item-wrap .message-title {
  width: 100%;
  height: 17px;
  margin-bottom: 10px;
}

.popup-content.message .message-list-wrap .message-item-wrap .message-title .check-box {
  margin-right: 10px;
  float: left;
}

.popup-content.message .message-list-wrap .message-item-wrap .message-title .title {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  float: left;
  line-height: 17px;
}

.popup-content.message .message-list-wrap .message-item-wrap .message-title .title.new {
  color: #ff4338;
}

.popup-content.message .message-list-wrap .message-item-wrap .message-title .time {
  font-size: 12px;
  color: #222222;
  float: right;
  line-height: 25px;
}

.popup-content.message .message-list-wrap .message-item-wrap .message-content {
  font-size: 12px;
  color: #222222;
  line-height: 17px;
  padding-left: 27px;
}

.popup-content.message .checked-message-menu {
  width: 100%;
  height: 64px;
  padding: 12px 30px;
  margin-bottom: 24px;
}

.popup-content.message .checked-message-menu .menu-area {
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #222222;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.popup-content.message .checked-message-menu .menu-area li {
  padding: 0 12px;
  border-right: 1px solid #d7d7d7;
}

.popup-content.message .checked-message-menu .menu-area li:first-child {
  padding-left: 0;
}

.popup-content.message .checked-message-menu .menu-area li:last-child {
  border-right: none;
}

.popup-content.message .checked-message-menu .menu-area li a.active {
  border-bottom: 1px solid #939393;
}

.popup-content.message .checked-message-menu .script-area {
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #888888;
}

/* style2 END */
/* style3 START */

.bookmark {
  display: none;
  padding: 0 8px;
  cursor: pointer;
}

.bookmark.off:before {
  content: "";
  background: url("/images/dasaja/icon/svg/blank_star.svg") no-repeat center center / cover;
  display: inline-block;
  width: 23px;
  height: 21px;
  color: #d7d7d7;
}

.bookmark.on:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/svg/fill_star.svg") no-repeat center center / cover;
  width: 23px;
  height: 21px;
  color: #3de6df;
}

.content-top-wrap .content-title {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.content-top-wrap .content-title .sub1 {
  display: flex;
  gap: 33px;
  font-size: 18px;
  font-weight: bold;
}

.content-top-wrap .content-title .sub1 h3.subject_title {
  word-break: break-all;
}

.content-top-wrap .content-title .sub2 {
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.content-top-wrap .content-title .sub2 .recommend {
  color: #ff4338;
}

.content-top-wrap .content-title .sub2 .unrecommend {
  color: #888888;
}

.content-top-wrap .content-title .sub2 span>span {
  display: inline-block;
  margin-left: 7px;
}

.content-area.board-view {
  border-top: 2px solid #000;
}

.icon-comment {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}

.icon-comment:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  line-height: 14px;
  /* background: url("/images/dasaja/icon/icon-comment.png") no-repeat center center / cover; */
  background: url("/images/dasaja/icon/svg/icon-comment.svg") no-repeat center center / cover;
  margin: 0 5px 0 10px;
  vertical-align: text-top;
}

.content-top-wrap .content-title-sub {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.content-top-wrap .content-title-sub .sub1 .nickname {
  font-size: 14px;
  gap: 5px;

}

.content-top-wrap .content-title-sub .sub2 .update-date:before {
  content: "Update";
  font-weight: bold;
  margin-right: 5px;
}

.content-top-wrap .content-title-sub .sub2 {
  font-size: 12px;
  display: flex;
  gap: 25px;
}

.content-top-wrap .content-title-sub .sub2 span {
  line-height: 16px;
}

.location-wrap {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
  display: flex;
}

.location-wrap .icon-location-pin:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 17px;
  background: url("/images/dasaja/icon/svg/icon-location-pin.svg") no-repeat center center / cover;
  vertical-align: sub;
  margin-right: 5px;
}

.content-main-wrap {
  padding: 20px 10px;
}

.content-main-wrap .contents {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 100px;
  word-break: break-all;
  overflow: auto;
}
.content-main-wrap .contents iframe,
.content-main-wrap .contents img {
  max-width: 100% !important;
}

.content-bottom-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.content-bottom-wrap .type1 {
  padding: 20px;
  padding-bottom: 13px;
}

.content-bottom-wrap .type2 {
  border-top: 2px solid #000;
}

.content-bottom-wrap .type2 .report-top-area,
.content-bottom-wrap .type2 .report-main-area {
  padding: 20px;
}

.content-bottom-wrap .type2 .report-main-area {
  border: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 24px;
}

.content-bottom-wrap .type2 .report-main-area p:last-child {
  margin-top: 10px;
}

.content-bottom-wrap .type2 .report-top-area .report-message {
  font-weight: bold;
}

.content-bottom-wrap .type2 .report-bottom-area {
  display: flex;
  flex-direction: column;
  padding: 20px 0 40px 0;
}

.content-bottom-wrap .button-wrap {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 20px 0;
}

.content-bottom-wrap .button-wrap .recommend-btn {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: #fff;
  gap: 10px;
  cursor: pointer;
}

.content-bottom-wrap .button-wrap .recommend-btn.recommend {
  background: #ff4338;
}

.content-bottom-wrap .button-wrap .recommend-btn.recommend:before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  background: url("/images/dasaja/icon/svg/mo_footer_good_white.svg") no-repeat center center / cover;
}

.content-bottom-wrap .button-wrap .recommend-btn.unrecommend {
  background: #06162f;
}

.content-bottom-wrap .button-wrap .recommend-btn.unrecommend:before {
  content: "";
  display: block;
  width: 21px;
  height: 30px;
  background: url("/images/dasaja/icon/svg/mo_footer_good_white.svg") no-repeat center center / cover;
  transform: rotate(180deg) scaleX(-1);
}

.content-bottom-wrap .button-wrap .support-btn,
.content-bottom-wrap .button-wrap .opposition-btn {
  width: 140px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.content-bottom-wrap .button-wrap .support-btn {
  background: #ff4338;
}

.content-bottom-wrap .button-wrap .opposition-btn {
  background: #06162f;
}

.content-bottom-wrap .notify-wrap {
  border: 1px solid #d7d7d7;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.content-bottom-wrap .sub-method-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 30px;
}

.content-bottom-wrap .sub-method-wrap span {
  font-size: 14px;
  color: #222222;
}

.content-bottom-wrap .sub-method-wrap span:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 17px;
  vertical-align: sub;
  margin-right: 5px;
}

.content-bottom-wrap .sub-method-wrap .icon-report:before {
  background: url("/images/dasaja/icon/svg/icon-report.svg") no-repeat center center / cover;
}

.content-bottom-wrap .sub-method-wrap .icon-share:before {
  background: url("/images/dasaja/icon/svg/icon-share.svg") no-repeat center center / cover;

}

.content-bottom-wrap .sub-method-wrap .icon-clipping:before {
  background: url("/images/dasaja/icon/svg/icon-clipping.svg") no-repeat center center / cover;
}


/* .icon-ending,
.icon-clipping {
  display: none;
} */
.icon-clipping {
  display: none;
}

.content-bottom-wrap .sub-method-wrap .icon-ending:before {
  background: url("/images/dasaja/icon/svg/ending.svg") no-repeat center center / cover;
  width: 16px;
  height: 16px;
}

.comment-area {
  margin-bottom: 0px;
}

.comment-area .comment-top-wrap {
  padding: 50px 0;
  display: flex;
  gap: 20px;
  min-height: 421px;
}

.comment-area .comment-top-wrap>div {
  width: 33.333333%;
  max-width: 299px;
}

.comment-area .comment-top-wrap div.my-info-wrap {
  border: 1px solid #d7d7d7;
}

div.my-post-wrap ul {
  display: flex;
}

div.my-post-wrap>ul li {
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  width: 33.333%;
  height: 35px;
}

div.my-post-wrap ul li.active {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  font-weight: bold;
}

div.my-post-wrap ul li .title a {
  justify-content: flex-start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}

div.my-post-wrap ul li a {
  color: #c7c7c7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

div.my-post-wrap ul li.active a {
  color: #000;
}

.my-post-wrap .small-board-list-wrap {
  margin-top: 20px;
}

.comment-top-wrap .ad-box {
  height: auto;
}

.my-info-wrap .info {
  padding: 20px;
  display: flex;
  gap: 10px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #fff;
}

.my-info-wrap .info ul {
  font-size: 12px;
  line-height: 20px;
}

.my-info-wrap .info li.nickname {
  font-weight: bold;
  font-size: 14px;
}

.my-info-wrap .info li.nickname:after {
  content: " 님";
}

.my-info-wrap .info .subscription-button {
  text-align: right;
  flex: 1 0 auto;
}

.my-info-wrap .info .subscription-button a {
  font-size: 12px;
  background: #cccccc;
  /* padding: 5px 11px; */
  color: #fff;
  height: 27px;
  width: 66px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

.my-info-wrap .connect-info,
.my-info-wrap .activity-info {
  padding: 12px 20px;
  display: flex;
  font-size: 12px;
  gap: 10px;
}

.my-info-wrap .connect-info ul,
.my-info-wrap .activity-info ul {
  line-height: 24px;
}

.my-info-wrap .connect-info ul:first-child {
  width: 20%;
}

.profile_title_wrap {
  flex-wrap: wrap;
  width: 28% !important;
}
.profile_title_wrap.data-wrap {
  width: 100% !important;
}

.profile_static_wrap {
  width: 15%;
  flex-wrap: wrap;
}


.table {
  display: table;
  border-collapse: collapse;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.my-info-wrap .table-row .table-cell {
  border: 1px solid #d7d7d7;
}

.my-info-wrap .activity-info {
  /* justify-content: space-between; */
}

.wrapping_progress_li {
  display: flex;
  align-items: center;
  height: 16px;
}

.wrapping_progress_li>.progress-count-right {
  height: 100%;
  line-height: 16px;
  margin-left: 5px;
  font-size: 10px;
}

.my-info-wrap .activity-info .progress .progress-bar span:hover {
  color: #fff !important;
  border-right: 1px solid transparent !important;
  transition: .2s;
}

.my-info-wrap .activity-info .progress .progress-bar span.relative_span {
  position: relative;
}

.my-info-wrap .activity-info .progress .progress-bar span {
  position: unset;
  display: flex;
  justify-content: center;
  border: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.my-info-wrap .activity-info .progress .progress-bar {
  width: 80%;
  display: flex;
}

.my-info-wrap .activity-info .progress {
  width: 83%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.progress-bar .progress_width_manager {
  background-color: #06162f;
}

.progress-bar .ab_string {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: transparent;
  color: #d7d7d7;
}

.progress-bar {
  display: block;
  border: 1px solid #d7d7d7;
  height: 16px;
  position: relative;
  background: #fff;
}

.progress-bar span {
  display: block;
  background: #06162f;
  font-size: 12px;
  line-height: 16px;
  top: -1px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  white-space: nowrap;
}

.my-info-wrap .etc-info {
  font-size: 14px;
  font-weight: bold;
}

.my-info-wrap .etc-info ul {
  display: flex;
  text-align: center;
}

.my-info-wrap .etc-info ul li {
  width: 50%;
  line-height: 30px;
}

.my-info-wrap .etc-info ul li span {
  display: inline-block;
  margin-left: 5px;
}

.my-info-wrap .etc-info ul li:last-child {
  border-left: 1px solid #d7d7d7;
}

.comment-list-area {
  border-top: 2px solid #000;
  /* border-bottom: 2px solid #000; */
  font-size: 14px;
}

.comment-list-area .comment-list-message-wrap {
  padding: 20px;
}

.comment-message {
  font-weight: bold;
  content: #222222;
}

.reply-list {
  display: flex;
  flex-direction: column;
  color: #333333;
  border-top: 1px solid #d7d7d7;
}

.reply-list .reply .content {
  width: 100%;
}

.reply-list .reply {
  padding: 20px;
  /* border-top: 1px solid #d7d7d7; */
  display: flex;
  gap: 15px;
}

.reply-list .reply ul {
  display: flex;
  line-height: 24px;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.reply-list .reply ul li.nickname {
  font-weight: bold;
  font-size: 16px;
}

.reply-list .reply ul li.etc:last-child {
  flex: 1 0 auto;
  text-align: right;
}

.reply-list .reply ul li.etc span {
  font-size: 12px;
  padding: 3px 5px 1px 5px;
  vertical-align: middle;
}

.reply-list .reply ul span.btn {
  cursor: pointer;
}

.reply-list .reply ul li.etc span.knowing-me {
  background: #f8f8f8;
  padding: 3px 8px 1px 8px;
  font-weight: bold;
}

.reply-list .reply ul li.etc span.recommend {
  border: 1px solid #ff4338;
  color: #ff4338;
}

.reply-list .reply ul li.etc span.recommend:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/svg/mo_footer_good.svg") no-repeat center center / cover;
  width: 9px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-2px);
}

.reply-list .reply ul li.etc span.unrecommend {
  border: 1px solid #06162f;
  color: #06162f;
}

.reply-list .reply ul li.etc span.unrecommend:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/svg/mo_footer_nogood.svg") no-repeat center center / cover;
  width: 9px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}

.reply-list .reply ul li.etc:last-child span {
  font-size: 10px;
  color: #888888;
}

.reply-list .reply ul li.etc span.update-date:before {
  content: "Update";
  font-weight: bold;
  margin-right: 5px;
}

.reply-list .reply .reply-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reply-list .reply .reply-content .content {
  line-height: 22px;
  font-size: 14px;
  word-break: break-all;
}

.tag {
  font-weight: bold;
  margin-right: 5px;
}

.tag:before {
  content: "@";
}

.reply-list .reply .etc ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  font-size: 12px;
  height: 25px;
}

.reply-list .reply .etc ul li {
  cursor: pointer;
}

.reply-list .reply .etc ul li button,
.reply-list .reply .etc ul li a {
  border-bottom: 1px solid transparent;
}

.reply-list .reply .etc ul li button:hover,
.reply-list .reply .etc ul li a:hover {
  border-bottom: 1px solid #333333;
}

.reply-list .reply li.etc ul {
  display: inline-flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 12px;
  height: 25px;
}

.reply-list .reply.my-comment {
  background: #d7e9ff7c;
}

.reply-list .reply.best {
  background: #dfedff;
}

.reply-list .reply.others {
  background: #c8fffd;
}

.reply-list .reply.others.friend {
  background: #ffe1dfc7;
}

.reply-list .reply.comment-reply .icon-reply {
  padding-left: 50px;
}

.reply-list .reply.comment-reply.delete-comment .icon-reply {
  padding-left: 65px;
}

.reply-list .reply.comment-reply.delete-comment .icon-reply:before {
  display: none;
}

.reply-list .reply.modify-comment {
  display: block;
}

.reply-list .reply.modify-comment .comment-write-area {
  padding: 0;
}

.reply-list .reply.new-comment {
  display: block;
  text-align: center;
}

.reply-list .reply.new-comment .load-new-comments {
  display: inline-block;
  background: #f2f2f2;
  color: #333333;
  padding: 15px 50px;
  font-size: 14px;
  margin: 20px 0;
}

.reply-list .reply.blind {
  padding-top: 12px;
  padding-bottom: 14px;
}

.comment-write-area {
  padding: 20px 0;
  font-size: 14px;
}

.comment-write-area>p {
  font-weight: bold;
}

.comment-write-area .textarea {
  margin: 20px 0 10px 0;
  width: 100%;
}

.comment-write-area .textarea .reply-write {
  border: 1px solid #d7d7d7;
  padding: 20px;
  min-height: 100px;
}

.comment-write-area .textarea .reply-write:empty:before {
  content: attr(placeholder);
  color: #ccc;
}


.add-image-wrap {
  line-height: 26px;
  display: flex;
  align-items: start;
  gap: 5px;
  /* width: 100%; */
}

.bo_vc_w .btn_submit {
  margin-left: auto;
}

.comment_prev_area {
  display: flex;
  align-items: flex-start;
  font-size: 10px;
}



.add-image-wrap label {
  /* margin-left: 10px; */
}

.reply-btn {
  padding: 6px 13px;
  color: #fff;
  background: #06162f;
}

.content-subject-wrap {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-subject-wrap .subject {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  font-size: 14px;
  min-height: 37px;
}

.content-subject-wrap .subject.deal {
  padding: 0 20px;
}

.content-subject-wrap .subject span {
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
}

.board-write .content-main-wrap {
  padding: 0;
}

.board-write .content-main-wrap .contents {
  margin-bottom: 0;
}

.content-main-wrap .sources {
  margin-top: 10px;
}

.content-main-wrap .sources ul {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  font-size: 14px;
}

.content-main-wrap .sources ul li:first-child {
  width: 30px;
  font-weight: bold;
}

.content-main-wrap .sources ul li {
  width: calc(100% - 30px);
}

.temporary-storage-btn,
.register-btn {
  font-size: 14px;
  width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.temporary-storage-btn {
  background: #f5f5f5;
}

.register-btn {
  background: #06162f;
  color: #fff;
}

.board-write .content-bottom-wrap {
  border-bottom: none;
}

.my-content-method {
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.my-content-method li:hover a {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

li.divide:after {
  content: "┃";
  display: block;
  color: #d7d7d7;
  font-size: 12px;
  line-height: 14px;
}

.icon-location:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/svg/icon-location.svg") no-repeat center center / cover;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  margin-right: 3px;
}

.icon-reply:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/svg/icon-reply.svg") no-repeat center center / cover;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
}

.subject label {
  margin-right: 20px;
}

.modal .modal-body .logo {
  display: block;
  text-align: center;
  background: url("/images/dasaja/icon/svg/dasaja_logo2.svg") no-repeat center center / contain;
  width: auto;
  padding-bottom: 10%;
}

.modal .modal-body .login-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 40px 0;
}

.modal .modal-body .login-input-wrap input:not("checkbox") {
  padding: 18px 20px;
}

.modal .modal-body .login-input-wrap input[type="checkbox"]:checked:after {
  background: url("/images/dasaja/icon/svg/icon-chekbox-active2.svg") no-repeat center center / cover;
  width: 15px;
  height: 15px;
}

.modal .modal-body .login-input-wrap a.login {
  width: 100%;
  padding: 18px 20px;
  background: #06162f;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.modal .modal-footer .social-login-wrap p {
  text-align: center;
}

.modal .modal-footer .social-login-wrap ul.social-login {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0 30px 0;
}

.modal .modal-footer .social-login-wrap ul.social-login li {
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.modal .modal-footer .social-login-wrap ul.social-login li.active,
.modal .modal-footer .social-login-wrap ul.social-login li:hover {
  border: 1px solid #06162f;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.icon-naver:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-naver.png") no-repeat center center / cover;
  width: 17px;
  height: 16px;
}

li.active .icon-naver:before,
li:hover .icon-naver:before {
  background: url("/images/dasaja/icon/icon-naver-active.png") no-repeat center center / cover;
}

.icon-kakao:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-kakao.png") no-repeat center center / cover;
  width: 20px;
  height: 18px;
}

li.active .icon-kakao:before,
li:hover .icon-kakao:before {
  background: url("/images/dasaja/icon/icon-kakao-active.png") no-repeat center center / cover;
}

.icon-facebook:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-facebook.png") no-repeat center center / cover;
  width: 13px;
  height: 24px;
}

li.active .icon-facebook:before,
li:hover .icon-facebook:before {
  background: url("/images/dasaja/icon/icon-facebook-active.png") no-repeat center center / cover;
}

.icon-google:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-google.png") no-repeat center center / cover;
  width: 19px;
  height: 19px;
}

li.active .icon-google:before,
li:hover .icon-google:before {
  background: url("/images/dasaja/icon/icon-google-active.png") no-repeat center center / cover;
}

.icon-apple:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-apple.png") no-repeat center center / cover;
  width: 18px;
  height: 21px;
}

li.active .icon-apple:before,
li:hover .icon-apple:before {
  background: url("/images/dasaja/icon/icon-apple-active.png") no-repeat center center / cover;
}

.modal .modal-footer .member-method-wrap ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

#loginModal {
  width: 25%;
}

#loginModal .modal-header {
  justify-content: flex-end;
}

#loginModal .close-btn .modal-close {
  background: url(/images/dasaja/icon/svg/icon-close.svg) no-repeat center center / cover;
  width: 23px;
  height: 21px;
}

.my-info {
  display: flex;
  padding: 30px 20px;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
}

.my-info .subject {
  font-size: 16px;
  font-weight: bold;
  width: 12%;
}

.my-info.nick .subject {
  height: 33px;
  display: inline-flex;
  align-items: center;
}

.my-info.nick .info-contents {
  height: 33px;
  display: inline-flex;
  align-items: center;
}

.my-info .info-contents {
  font-size: 14px;
  width: 88%;
}

.my-info .info-contents .profile-wrap {
  width: 100px;
  height: 100px;
  display: flex;
}

.my-info .info-contents .profile-wrap .image {
  margin: auto;
}

.my-info .info-contents ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.my-info .info-contents ul li {
  display: flex;
}

.my-info .info-contents ul li span:first-child {
  flex: 1 0 90px;
  font-weight: bold;
}

.my-info .info-contents ul li span:last-child {
  font-weight: normal;
  flex: 1 0 calc(100% - 80px);
  color: #888888;
}

.content-area.mypage .content-main-wrap {
  padding: 0;
}

.icon-switch:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 18px;
  background: url("/images/dasaja/icon/svg/icon-switch.svg") no-repeat center center / cover;
  margin: 0 5px 0 10px;
  vertical-align: middle;
}

.icon-switch.active:before {
  background: url("/images/dasaja/icon/svg/icon-switch-active.svg") no-repeat center center / cover;
}

.alarms {
  margin-bottom: 10px;
}

.alarms.d-flex {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}

.my-board-list table {
  width: 100%;
}

.my-board-list table tr {
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-left: none;
  border-right: none;
}

.my-board-list table tr td {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
}

.my-board-list table tr td.category {
  font-weight: bold;
}

.mypage .content-bottom-wrap {
  border-bottom: none;
  margin-top: 40px;
}

.pagination {
  display: flex;
  justify-content: center;
  /* gap: 15px; */
}

.pagination li a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.pagination li.current a {
  border-bottom: 1px solid #333333;
  color: #000;
  font-weight: bold;
}

.pagination li span {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
}

.pagination li:not(.prev, .next) a:hover {
  border-bottom: 1px solid #333333;
}

span.icon-prev:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-prev.png") no-repeat center center / cover;
  width: 21px;
  height: 21px;
}

span.icon-next:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/icon-next.png") no-repeat center center / cover;
  width: 21px;
  height: 21px;
}

span.icon-option:before {
  content: "";
  display: inline-block;
  background: url("/images/dasaja/icon/svg/icon-option.svg") no-repeat center center / cover;
  width: 14px;
  height: 13px;
}

.member-box.mypage .login-info-wrap {
  display: flex;
  flex-direction: row;
  gap: 0px;
  width: 100%;
}

.member-box .login-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-box .profile-wrap {
  display: flex;
  gap: 20px;
}

.member-box.mypage .profile-wrap {
  width: 360px;
}

.member-box .profile-wrap .image-wrap {
  position: relative;
  width: fit-content;
}

.member-box .profile-wrap .icon-option {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 0;
}

.member-box .profile-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-box .profile-wrap ul:last-child {
  flex: 1 0 auto;
  text-align: right;
}

.member-box.mypage .profile-wrap ul:last-child {
  flex: 1 0 auto;
  text-align: left;
}

.member-box .profile-wrap ul li {
  font-size: 12px;
}

.member-box .profile-wrap ul li.nickname {
  font-size: 14px;
  font-weight: bold;
}

.member-box .profile-wrap ul li.nickname a {
  color: #333333;
}

.member-box .profile-wrap ul li.nickname:after {
  content: "님";
  margin-left: 3px;
  display: inline-block;
  color: #333333;
}

.member-box .profile-wrap ul li .mypage-btn {
  padding: 8px 0;
  margin-right: 5px
}

.member-box .profile-wrap ul li .logout-btn {
  display: inline-block;
  padding: 7px 10px;
  color: #fff;
  background: #cccccc;
  text-align: center;
}

.member-box .login-info-wrap .progress-bar+span {
  margin-top: 7px;
  display: block;
  color: #333333;
}

.member-box.mypage .login-info-wrap {
  display: flex;
}

.member-box.mypage .login-info-wrap>div {
  padding: 20px;
  border: 1px solid #d7d7d7;
}

.point_value {
  text-align: right;
  font-family: "Montserrat-Bold";
}

.member-box.mypage .login-info-wrap .cash-info-wrap {
  width: 100%;
}

.member-box.mypage .login-info-wrap .cash-info-wrap>div:last-child {
  border-right: 0;
}

.member-box.mypage .login-info-wrap .cash-info-wrap>div {
  width: 200px;
  border-right: 1px solid #d7d7d7;
  padding: 30px 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.member-box.mypage .login-info-wrap .cash-info-wrap {
  margin-top: 0px;
  gap: 0;
}

.member-box .login-info-wrap .cash-info-wrap {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}

.icon-point:before {
  content: "P";
  color: #fff;
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #06162f;
  vertical-align: middle;
  line-height: 16px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 2px;
}

.icon-cash:before {
  content: "C";
  color: #fff;
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #06162f;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 2px;
}

.login-btn-wrap {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.login-btn-wrap li {
  display: table-cell;
  text-align: center;
  color: #333333;
  font-size: 14px;
  padding: 10px 5px;
  border: 1px solid rgb(215, 215, 215);
  border-top: none;
  background-color: rgb(248, 248, 248);
  position: relative;
}

.login-btn-wrap li a {
  padding: 10px 5px;
}

table.mypage-point-view,
table.mypage-dashboard-view {
  width: 100%;
  margin-bottom: 20px;
}

table.mypage-point-view tr td {
  border: 1px solid #d7d7d7;
  padding: 20px;
  font-weight: bold;
  vertical-align: top;
}

table.mypage-dashboard-view tr td {
  border: 1px solid #d7d7d7;
  /* padding: 20px 10px; */
  padding: 20px;
  vertical-align: top;
}

.mypage-point-view ul,
.mypage-dashboard-view ul:not(.top-button, .small-board-list, .positions) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 20px;
  width: calc(100% - 100px);
}

.mypage-point-view ul li.level {
  font-weight: normal;
}

.mypage-point-view tr td p:last-child {
  margin-top: 30px;
  font-size: 20px;
}

#wrapper>div>div>div>article>div.board-main-content-wrapper>div>div.content-main-wrap>div>table>tbody>tr:nth-child(1)>td:nth-child(1) {
  text-align: right;
}

.my-board-list table tr td:first-child {
  text-align: left;
  padding: 8px 10px;
}

.my-board-list table tr td:last-child {
  padding-right: 15px !important;
  text-align: end;
}

.my-board-table td select {
  padding: 2px 28px 2px 13px;
  height: 24px;
}

.my-board-table td:last-child select {
  /* margin-right: 15px; */
}

.mypage-dashboard-view tr td ul:not(.top-button, .positions) li {
  /* text-align: center; */
  flex: 1 0 auto;
}

.mypage-dashboard-view tr td ul.default li {
  flex: none;
}

.mypage-dashboard-view tr td .attendance-rate {
  font-size: 14px;
  margin-top: 10px;
}

.mypage-dashboard-view tr td .attendance-rate:before {
  content: "출석률";
  margin-right: 5px;
  font-weight: bold;
}

.mypage-dashboard-view .activity-histories-wrap {
  margin-top: 20px;
}

.mypage-dashboard-view .activity-histories-wrap ul.ul-table {
  display: table;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

.mypage-dashboard-view .activity-histories-wrap ul.ul-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
  margin: 20px 0 0 0;
  line-height: 20px;
}

.mypage-dashboard-view .activity-histories-wrap ul li {
  display: table-cell;
}

.mypage-dashboard-view .save-per-deal {
  margin: 35px 0 0 0;
  font: 40px "Montserrat-Bold";
}

.mypage-dashboard-view .save-per-deal:after {
  content: "%";
  font-size: 20px;
}

.mypage-dashboard-view .requirements-wrap {
  margin-top: 20px;
  display: flex;
  width: 100%;
}

.mypage-dashboard-view .requirements-wrap div {
  display: flex;
  gap: 10px;
  width: auto;
  flex: 2 0 auto;
}

.mypage-dashboard-view .requirements-wrap ul {
  display: flex;
  margin: 0;
  font-size: 14px;
  gap: 7px;
}

.mypage-dashboard-view .requirements-wrap ul li {
  flex: none;
  line-height: 16px;
}

.mypage-dashboard-view .requirements-wrap ul.ul-subject {
  width: auto;
}

.mypage-dashboard-view .requirements-wrap ul.ul-progress-bar {
  width: calc(100% - 70px);
}

.mypage-dashboard-view .requirements-wrap div.second {
  justify-content: flex-end;
}

/* .mypage-dashboard-view .requirements-wrap  */
a.upgrade-btn.active {
  background: #06162f;
}

/* .mypage-dashboard-view .requirements-wrap  */
a.upgrade-btn {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #d7d7d7;
  text-align: center;
  padding: 20px;
  line-height: 22px;
}
.position-line-bar {
  display: block;
  width: 100%;
  height: 10px;
  background: #d7d7d7;
  position: relative;
  margin: 0 auto;
  
}

.position-line-bar:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url("/images/dasaja/icon/svg/icon-line-scroll.svg") no-repeat center center / cover;
  position: absolute;
  top: -3px;
  right: calc(100% - 30% - 10px);
  z-index: 1;
}

.position-line-bar:after {
  content: "";
  display: block;
  width: 30%;
  height: 10px;
  background: #06162f;
}

.position-line-bar-wrap .positions {
  display: flex;
  flex-direction: row;
  margin:10px 0 0 0;
  width: 100%;
  font-size: 12px;
}

.position-line-bar-wrap .positions li {
  flex: 1 0 51px;
  color: #222222;
  text-align: center;
  position: relative;
}

.position-line-bar-wrap .positions li:before {
  content: "";
  background: #d7d7d7;
  width: 1px;
  height: 7px;
  display: inline-block;
  top: -10px;
  position: absolute;
  left: 50%;
}

/* .position-line-bar-wrap .positions li:last-child:after {
  content: "";
  background: #d7d7d7;
  width: 1px;
  height: 7px;
  display: inline-block;
  top: -12px;
  position: relative;
  left: 16px;
} */

.save-info p {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}

.save-info p:last-child {
  font: bold 18px "Montserrat-Bold";
  line-height: 28px;
}

.withdraw-info p {
  font-size: 12px;
  line-height: 24px;
}

.withdraw-info p:last-child {
  font: bold 14px "Montserrat-Bold";
  line-height: 24px;
}

.mypage-dashboard-view .level-info {
  display: flex;
  height: 30px;
  justify-content: space-between;
}

.mypage-dashboard-view .level-info span {
  /* line-height: 28px; */
}

.mypage-dashboard-view .level-info span:first-child {
  font-weight: bold;
}

.mypage-dashboard-view .level-info span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
}

.mypage-dashboard-view .level-info span:nth-child(3) {
  font-size: 14px;
}

.mypage-dashboard-view .level-info span:last-child {
  font-weight: bold;
  font-size: 16px;
}

.mypage-dashboard-view .level-info span.digit {
  font-family: "Montserrat-Bold";
}

.chart-wrap span {
  display: block;
  margin-bottom: 30px;
}

.mypage-dashboard-view div.my-post-wrap ul.top-button {
  display: flex;
  flex-direction: unset;
  gap: 0;
  margin-left: 0;
  width: 100%;
  text-align: center;
}

div.my-post-wrap ul li.active {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  font-weight: bold;
}

div.my-post-wrap ul li a {
  color: #c7c7c7;
}

div.my-post-wrap ul li.active a {
  color: #000;
}

.my-post-wrap .small-board-list-wrap {
  margin-top: 20px;
}

/* style3 END */

/* deal_view  START*/
.deal_info_wrapper {
  display: flex;
  margin-bottom: 50px;
}

.deal_info_wrapper .info_area {
  width: calc(100% - 475px);
  display: flex;
  flex-direction: column;
}

.deal_info_wrapper .info_area .price {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding-top: 9px;
  flex-wrap: wrap;
  padding-left: 10px;
}

.deal_info_wrapper .info_area .price h1 {
  font-family: "Montserrat-Bold";
  font-weight: bolder;
  font-size: 30px;
}

.deal_info_wrapper .info_area .price .exchange_prefix {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 5px;
  padding-bottom: 4px;
}

.deal_info_wrapper .info_area .price .exchange_prefix.sign {
  margin: 0;
  padding: 0;
  font-size: 30px;
}

.deal_info_wrapper .info_area .price .exchange_prefix.krw {
  margin: 0;
  padding: 0;
  padding-top: 5px;

}

.deal_info_wrapper .info_area .price.saja_world div {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  /* margin-left: 5px; */
}

.info_addon_box {
  height: 45px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  font-size: 14px;
}

.addon_item.card_event span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

.addon_item.card_event {
  max-width: 158px;
  overflow: hidden;
}

.addon_item {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 0 13px;
}

.addon_item.down_arrow {
  margin-right: 8px;
}

.addon_item.down_arrow::after {
  cursor: pointer;
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  display: flex;
  width: 15px;
  height: 15px;
  background-image: url(/images/dasaja/icon/nav_arrow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border: 1px solid #d7d7d7;
}

.deal_info_wrapper .thumb_area img {
  width: 100%;
}

.deal_info_wrapper .thumb_area {
  overflow: hidden;
  width: 455px;
  height: 455px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  margin-right: 20px;
}

.deal_info_wrapper .thumb_area img {
  height: 100%;
}

.average_price {
  display: flex;
  height: 65px;
  margin-bottom: 10px;
}

.price_info:last-child {
  border-right: 1px solid #d7d7d7;
}

.price_info {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-right: 0;
}

.price_info>div:nth-child(1) {
  font-size: 12px;
}

.price_info>div:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}

.point_button {
  font-family: NanumBarunGothic;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #ff4338;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prd_price_chart {
  margin-top: 10px;

  background-color: #f8f8f8;
  padding: 5px 20px;
  height: 264px;
}

/* deal_view  END*/

.console {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 10000;
  width: 40vw;
  height: 60vh;
  line-height: 1.4;
  font-weight: normal !important;
  font-size: 14px !important;
}

/* div.modal.prd_box.applicate {
  left: 50%;
}
div.modal.prd_box.search_box {
  left: 50%;
} */
.modal.prd_box {
  width: 600px;
}

.modal.prd_box .modal-header {
  justify-content: center;
}

.modal_input_wrapper {
  position: relative;
}
#prd_name_2{
  height: 41px;
}
.api_search_btn_wrapper{
  word-break: keep-all;
}
#search_api_btn,
.prd_search_btn:not(.search_subject_prd) {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 41px;
  background-color: #06162f;
  background-image: url(/images/dasaja/icon/svg/glasses_white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px 18px;
}

.guide_notice {
  margin-top: 20px;
}

.guide_notice p {
  line-height: 2;
  font-size: 12px;
}

.normal_bold_font {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.prd_submit_btn {
  background-color: #06162f;
  color: white;
  float: left;
  opacity: 1;
  padding: 5px;
  margin: 20px 0;
}

.search_displayer {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.search_displayer button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.test_div {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.search_item_btn:not(.search_subject_prd) {
  position: absolute;
  right: 0%;
  color: white;
  background-color: #06162f;
  height: 39px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}

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

.result_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result_item img {
  width: 88px;
  height: 88px;
}

.prd_cate_selector {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.prd_cate_selector select {
  height: 35px;
  width: 23%;
  padding: 5px;
}

.search_table {
  width: 100%;
  text-align: center;
}

.search_table thead tr {
  height: 40px;
  border-top: 2px solid #06162f;
  border-bottom: 1px solid #d7d7d7;
}

#result_body tr>*,
#result_body_api tr>* {
  vertical-align: middle;
}

.no_wrap_wrapper b {
  font-weight: bold;
}

.no_wrap_wrapper {
  width: 100%;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

/* #result_body tr{
  height: 66px;
}
#result_body td:nth-child(1){ width:  80px;}
#result_body td:nth-child(2){ padding-right:  12px;} */
.no_wrap_wrapper {
  text-align: start;
}

.search_table {
  font-size: 12px;
}

.search_table thead {
  font-weight: 700;
}

.search_table thead tr th {
  vertical-align: middle;
}

#result_body,
#result_body_api {
  overflow-y: auto;
}

#result_body img,
#result_body_api img {
  width: 50px;
  height: 50px;
  margin: 10px 0;
}

#result_body_api .prd_title {
  max-width: 260px;
}

#result_body_api .prd_img {
  width: 70px;
}

#result_body {
  display: flex;
  flex-direction: column;
  max-height: 17vh;
  overflow-y: scroll;
  min-height: 7vh;
}

#result_body .prd_code {
  width: 100px;
}

.nodata_applicate,
.nodata_notice {
  margin-top: 20px;
}

#result_body>tr>td:nth-child(2) {
  width: 60px;
}

.search_table:not(.api) thead tr {
  display: block;
}

.search_table:not(.api) {
  display: flex;
  flex-direction: column;
}

.search_table:not(.api) thead tr th:nth-child(1) {
  width: 100px;
}

.search_table:not(.api) thead tr th:nth-child(2) {
  width: 60px;
}

.search_table:not(.api) thead tr th:nth-child(3) {
  width: 336px;
}

.search_table:not(.api) thead tr th:nth-child(4) {
  width: 37px;

}

.search_table:not(.api) thead tr {
  display: flex;
}

.search_table:not(.api) thead tr th {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_table:not(.api) tbody tr:not(.non_data) td:nth-child(1) {
  width: 100px;
}

.search_table:not(.api) tbody tr.non_data td:nth-child(1) {
  width: 100%;
}

.search_table:not(.api) tbody tr td:nth-child(2) {
  width: 60px;
}

.search_table:not(.api) tbody tr td:nth-child(3) {
  width: 340px;
  justify-content: flex-start;
}

.search_table tbody tr td:nth-child(4) {
  width: 37px;
}

.search_table:not(.api) tbody tr {
  display: flex;
  /*height: 64px;*/
  padding: 5px 7px;
  align-items: center;
}

.search_table:not(.api) tbody tr td {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.reply-content {
  width: 100%;
}

.modal.alarm_config .notice_basic {
  margin-top: 10px;
  display: block;
}

.modal.alarm_config {
  width: 520px;
}

.modal.alarm_config input[type="text"],
.modal.alarm_config select {
  height: 35px;
}

.modal.alarm_config label {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.modal-body h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.modal-body h4.no_m {
  margin-bottom: 0px;
  margin-top: 0px;
}

.modal-body .one_line {
  margin-bottom: 15px;
  margin-top: 15px;
}

.red-font {
  color: red;
}

.red-font.dot {
  /* margin-left: 5px; */
  display: inline-block;
}

.alarm_keyword_input_area {
  display: flex;
  gap: 10px;
}

.alarm_keyword_input_area input {
  flex: 1;
  width: 150px;
}

.notice_basic {
  color: #9b9b9b;
  line-height: 1.8;
  font-size: 12px;
}

.modal .one_line {
  display: flex;
  align-items: center;
}

.one_line h4 {
  display: inline-block;
  width: 80px;
}

.one_line input[type="text"] {
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

.write_btn {
  cursor: pointer;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.payment {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-top: 0;
}

.alimi_product_box:last-child {
  margin-right: 0;
}

.alimi_product_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  border: 1px solid #cbcbcb;
  margin-right: 20px;
  border-top: 3px solid #06162f;
  text-align: center;
}

.alimi_product_box h1 {
  /* font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  position: relative; */
  font-size: 16px;
    font-weight: bold;
    /* padding: 10px 0; */
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    height: 47px;
    line-height: 47px;
}

.alimi_prd_name {
  font-size: 14px;
  margin-bottom: 10px;
}

.alimi_price {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

b.won {
  font-size: 16px;
}

.alimi_prd_info_area {
  padding: 25px 0;
  position: relative;
  width: 100%;
}

.alimi_prd_btn.off {
  background-color: #dbdbdb;
}

.alimi_prd_btn {
  background-color: #06162f;
  color: white;
  width: 100%;
  padding: 15px;
}

div.modal.alarm_setting {
  width: 520px;
}

.modal.alarm_setting button {
  font-size: 12px;
  padding: 0 12px;
}

.user_phone_alimi_setup {
  width: 108px;
}

.alarm_setting .no_m {
  width: auto;
  margin-right: 15px;
}

.alarm_setting select {
  padding: 6px 30px 8px 20px;
}

.alarm_setting select,
.alarm_setting input {
  height: 35px;
}

select[name=not_working_time_start] {
  margin-right: 5px;
}

select[name=not_working_time_end] {
  margin-left: 15px;
  margin-right: 5px;
}

.alarm_setting .one_line button {
  background-color: #f8f8f8;
  border: 1px solid #d7d7d7;
  padding: 0 12px;
  height: 35px;
  white-space: nowrap;
  letter-spacing: -1px;
}

.alarm_setting .one_line input[type="text"] {
  width: 130px;
  padding: 0 10px;
}

.chart_date_btn>span.active {
  /*border-bottom: 1px solid;*/
  color: #111;
}

.chart_date_btn>span {
  color: #888;
  font-size: 12px;
  cursor: pointer;
}

.chart_date_btn>span:hover {
  opacity: 0.7;
}

.basic_btn:hover {
  opacity: 0.7;
}

.basic_btn {
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 7px 10px;
  color: #000;
  background: #f8f8f8;
  text-align: center;
}

.basic_btn.black {
  background-color: #06162f;
  color: white;
}

.basic_btn.white {
  background-color: #f8f8f8;
  color: #222222;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.dev_input_console>input {
  background-color: transparent;
  height: 20px;
}

.dev_input_console {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  width: 300px;
  padding: 20px;
}

.prd_model,
.prd_brand {
  margin-top: 10px;
}

.modal_hr {
  margin-top: 15px;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #dbdbdb;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .wr_category {
  margin-left: 15px;
}

#detail_time_deal_limit_box img {
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  margin-left:auto;
}

#detail_time_deal_limit_box {
  font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    width: 100%;
}

#detail_time_deal_limit_box :first-child {
  font-weight: 400;
  margin-right: 15px;
}

#detail_time_deal_limit_box :last-child {
  font-weight: 700;
  margin-left: 10px;
  color:#ff4338;
}

.board_title_caption *:not(a) {
  font-size: 14px !important;
  font-family: "NanumBarunGothic" !important;
  margin: 0 !important;
  line-height: 1;
}

.board_title_caption {
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 30px;
}

#detail_world_deal_box {
  display: flex;
  flex-direction: column;
}

.just_world_info {
  display: none;
}

.deal_info_wrapper .info_area .price.saja_world {
  padding: 0;
}


.deal_info_wrapper .info_area .price.saja_world h1 {
  line-height: 1.3;
}

.saja_world .just_world_info {
  display: flex;
}

.deal_info_wrapper .info_area .price.saja_world div.just_world_info.exchange {
  align-items: flex-end;
}

.deal_info_wrapper .info_area .price.saja_world div {
  align-items: center;
}

.deal_info_wrapper .info_area .price.saja_world div.addon_title,
.deal_info_wrapper .info_area .price.saja_world div.addon_price {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  height: auto;
}

.deal_info_wrapper .info_area .price .addon_delv_wrap {
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  min-height: 40px;
  gap: 2px;
}

.deal_info_wrapper .info_area .price.saja_world .addon_delv_wrap .addon_delv {}

.deal_info_wrapper .info_area .price.saja_world .addon_delv {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}

.deal_info_wrapper .info_area .price.saja_world .just_world_info.addon_data {
  border-top: 1px solid #d7d7d7;
  display: flex;
  margin: 0;
  width: 100%;
  height: 40px;
}

.deal_info_wrapper .info_area .price.saja_world .just_world_info.addon_data>div {
  min-width: 150px;
  justify-content: space-between;
  flex: 1;
  margin: 0;
  padding: 0 10px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
}

.deal_info_wrapper .info_area .price.saja_world .just_world_info.addon_data>div:first-child {
  border-right: 1px solid #d7d7d7;
}

#exchange_price_box {
  font-size: 16px;
}

#exchange_price_box .exchange_price {
  font-weight: 700;
}

#exchange_price_box .exchange_prefix {
  font-weight: 400;
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu.page_move.list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

body .page_wrapper .main_section.type_board .board-nav .board-nav-menu:hover .pml_line {
  border-top: 1px solid #ffffff;
}

.pml_line {
  border-top: 1px solid #bbbbbb;
  width: 60%;
}

span.recommend,
span.unrecommend {
  cursor: pointer;
}

.sub-method-wrap {
  align-items: center;
}

.dive_btn_design {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  color: #fff;
  background-color: #06162f;
  font-weight: 500;
  font-size: 12px;
}

.dive_btn_design.dive_cancel {
  border: 1px solid #ff4338;
  color: #ff4338;
}

#damoim_progress {
  width: 100%;
  margin-bottom: 10px;
}

.pagination li {
  list-style: none;
}

.reply-content .sv_wrap img,
.reply-content .sv_wrap span.profile_img {
  display: none !important;
}

.re_re_icon {
  height: 14px;
  width: 14px;
}

.combo_box {
  display: flex;
  position: relative;
  height: 37px;
}

.combo_box>input {
  top: 1px;
  left: 1px;
  border: 0;
}

.combo_box>input,
.combo_box>select {
  position: absolute;

  width: 150px;
  height: 100%;

  margin: 0;
  z-index: 2;
  box-sizing: border-box;
}

.combo_box>select {
  left: 0;
  width: 180px;
  cursor: pointer;
  height: calc(100% + 2px);
  z-index: 1;
}

.alimi_ball {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -45%;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  font-size: 10px;
}

.target_user_memo.basic {
  position: absolute;
  left: -50px;
  background-color: #f8f8f8;
}

.change_prd_btn {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #d7d7d7;
  margin-top: 10px;
}

.contents>b {
  font-weight: 700;
}

.rank_popup {
  cursor: pointer;
}

.rank_popup:hover {
  opacity: 0.7;
  cursor: pointer;
}

.modal.report input[type="radio"]:after {
  background: url(/images/dasaja/icon/report_radio_black.png) no-repeat center center / cover;
}

.modal.report input[type="radio"]:checked::after {
  background: url(/images/dasaja/icon/report_radio_fill.png) no-repeat center center / cover;
}

.report_radio_label {
  width: 33.3333%;
  margin-bottom: 15px;
  display: flex;
  word-break: keep-all;
  line-height: 1.3;
}

.report_text_area {
  padding: 10px;
}

.profile-wrap .image {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mypage-profile-img .button_wrapper {
  display: flex;
  margin-top: 300px;
  justify-content: center;
  background-color: #fff;
  gap: 20px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal .cate .content-cate {
  margin-left: 20px;
  font-weight: 700;
}

.point_last_col {
  font-weight: 700;
  margin-right: 20px;
  min-width: 45px;
  text-align: end;
}

.info-contents.agree_wrapper {
  display: flex;
  gap: 18px;
}

.info-contents.agree_wrapper label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-contents.agree_wrapper label input {
  height: auto;
}



.ULR_div{
  border: 1px solid #e5e5e5;
  display: flex;
  padding: 10px;
  width: fit-content;
  margin-bottom: 20px;
  width: 396px;
  height: 60px;
  background-color: #06162f;
  color: white;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.ULR_div > a{
  text-decoration: underline;
  word-break: break-all;
}
.ULR_div >div:first-child{
margin-right: 10px;
font-weight: 700;
}




.del_list.subscript {
  display: inline-flex;
  color: white;
  background-color: #06162f;
  width: 60px;
  height: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  font-size: 12px;
}

.my-board-list table tr td.del_btn_td {
  padding: 0;
}
.reply-list .reply ul li.etc span.comment_select{
  border: 1px solid #ff4338;
  font-weight: 400;
  color: #ff4338;
  padding:3px 15px 1px;
  margin-right:10px;
}
.reply-list .reply ul li.etc span.report {
  font-weight: 400;
  padding: 0;
}

.reply-list .reply ul li.etc span.modify {
  font-weight: 400;
  padding: 0;
}

.reply-list .reply ul li.etc span.delete {
  font-weight: 400;
  padding: 0;
}

.reply-list .reply ul li.etc span.report:hover {
  font-weight: 700;
  text-decoration-line: underline;
}

.reply-list .reply ul li.etc span.modify:hover {
  font-weight: 700;
  text-decoration-line: underline;
}

.reply-list .reply ul li.etc span.delete:hover {
  font-weight: 700;
  text-decoration-line: underline;
}

.reply-list .reply ul li.nickname {
  display: flex;
  align-items: center;
}

.evolute_table {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.part_title_row {
  display: flex;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  font-size: 14px;
}

.part_info_row {
  display: flex;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.part_info_row>div {
  flex: 1;
  padding: 7px 16px;
}

.part_info_row>div:nth-child(2n-1) {
  border-right: 1px solid #d7d7d7;
}

.content_block.normal.notice>div {
  height: 100%;
  display: flex;
  align-items: center;
}


#fog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
  background: rgba(5, 5, 5, 0.7);
}

.popup-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 798px;
  height: 690px;
  background-color: #FFFFFF;
  z-index: 10000;
  color: #222222;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 25px;
  box-sizing: border-box;
  max-width: 95vw;
  z-index: 99999;
}

.popup-wrap .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popup-wrap .popup-content {
  width: 100%;
  height: 560px;
  overflow: scroll;
  font-size: 14px;
  line-height: 1.3;
}

.popup-wrap .popup-header .popup-title {
  font-size: 20px;
  font-weight: bold;
}

.popup-wrap .popup-header .popup-close {
  width: 22px;
  height: 22px;
}

.popup-wrap .popup-header .popup-close img {
  width: 100%;
  height: 100%;
}

.basic_btn.white.member_leave {
  border: 0;
}


.api_loading_rotate {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  max-width: 80px;z-index: 999953454;
  border-radius: 15px;
}

.modal.recommend_modal{
  max-width: 300px;
  
}
.modal.recommend_modal .modal-box{
  padding: 20px 12px;
}
.modal.recommend_modal .modal_hr{
  margin-left: -13px;
  margin-right: -13px;
}
.modal.recommend_modal .modal-box .modal-header{
  justify-content: center;
  align-items: center;
}
.modal.recommend_modal .modal-box .modal-close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 769px) {

  
.dfs-14{
  font-size: 14px;
}

.chart-wrap.activity-section-bar-wrap{
  width: 245px;
}
#deal-category,
#activity-section{
  width: 216px !important;
  height: 216px !important;
  margin:0 auto;
}

  .reply-list .reply ul li.etc:last-child .ip,
  .reply-list .reply ul li.etc:last-child .create-date {
    line-height: 35px;
  }

  .hotdeal_font_img {
    margin-bottom: 4px;
  }

  .non_data td {
    width: 100% !important;
  }

  /* fixer */
  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .content_info .td-6 {
    min-width: 76px;
    justify-content: center;
  }

  #mb_joinmapper .login_popup .width_box .join_box #register_button {
    background-color: #06162f;
    color: white;
  }


  .type_1 .product-nav-btn .prev-btn,
  .items-row-wrapper .product-nav-btn .prev-btn {
    padding-left: 4px;
  }

  .items-row-wrapper .product-nav-btn .next-btn,
  .type_1 .product-nav-btn .next-btn {
    padding-right: 4px;
  }

  .type_1 .product-nav-btn .prev-btn,
  .items-row-wrapper .product-nav-btn .prev-btn,
  .items-row-wrapper .product-nav-btn .next-btn,
  .type_1 .product-nav-btn .next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .items-row-wrapper .product-nav-btn {
    top: 43%;
    height: 0;
  }

  .items-row-wrapper .product-nav-btn .next-btn {
    position: absolute;
    z-index: 1;
    left: 0;
  }

  .items-row-wrapper .product-nav-btn .prev-btn {
    position: absolute;
    z-index: 1;
    right: 0;
  }

  header .header_wrapper .drop_menu_wrapper .drop_menu.drop_menu_0 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  header .header_wrapper .drop_menu_wrapper .drop_menu.drop_menu_0:first-child {
    border: 1px solid #d7d7d7;
  }

  header .header_wrapper .drop_menu_wrapper .drop_menu.drop_menu_0:last-child {
    border: 1px solid #d7d7d7;
  }

  header .header_wrapper .drop_menu_wrapper.pop_keyword {
    top: unset;
    padding: 10px 0;
    background-color: #fff;
  }

  header .header_wrapper .drop_menu_wrapper.pop_keyword .drop_menu a {
    margin: 10px 20px;
  }

  header .header_wrapper .drop_menu_wrapper .drop_menu li a.cate_title {
    font-weight: bold;
  }

  .small-board-list-wrap .small-board-list li .comment .count {
    display: inline-flex;
    align-items: flex-end;
    height: 17px;
  }

  .small-board-list-wrap .small-board-list li {
    font-size: 14px;
  }

  body .inner-item-count {
    display: inline-flex;
    height: 100%;
    align-items: flex-end;
    font-weight: bold;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.AD {
    margin: 10px 0;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.AD:last-child {
    margin-top: 12px;
  }

  .page_wrapper .main_section.type_board .board-layout .search_wrapper select#sfl {
    border-right: 0;
    width: 85px;
  }

  body .page_wrapper .main_section.type_board .board-layout .search_wrapper input,
  body .page_wrapper .main_section.type_board .board-layout .search_wrapper select {
    color: #888888;
  }

  body .page_wrapper .main_section.type_board .board-layout .search_wrapper input::placeholder {
    color: #888888;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate .fire-icon img {
    position: absolute;
  }

  .my-info-wrap .info {
    padding-bottom: 15px;
  }

  .comment-area .comment-top-wrap {
    min-height: unset;
  }

  .my-info-wrap .info ul {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .my-info-wrap .connect-info {
    padding: 10px 20px;
  }

  .my-info-wrap .etc-info ul li {
    height: 30px;
    line-height: 32px;
  }

  .bo_vc_w textarea {
    padding: 17px 18px !important;
    box-shadow: unset !important;
    border-radius: unset !important;
  }

  .bo_vc_w .btn_submit {
    border-radius: 0 !important;
  }

  .bo_vc_w .btn_submit {
    width: 80px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .bo_vc_w .btn_confirm {
    clear: unset !important;
  }

  body .page_wrapper .main_section.type_board .left-layout .board-category-box .sub-categori-box .sub-item .sub-title-box {
    align-items: center;
  }

  #anonymous_check_label {
    font-size: 14px;
  }

  .bo_vc_w .btn_confirm .secret_cm label#comment_att {
    font-size: 14px !important;
    cursor: pointer;
  }

  .reply-list .reply ul li.etc span.between-pipe {
    padding: 0;
    color: #d7d7d7;
  }

  .reply-list .reply ul li.etc span.between-pipe:last-child {
    display: none !important;
  }

  .reply-list .reply ul li.etc span.unrecommend {
    margin-right: 10px;
  }

  .modal.report .modal-header h3 {
    font-size: 20px;
  }

  .modal .modal-footer .confirm-btn {
    text-align: center;
    display: inline-block;
    width: 70px;
    line-height: 29px;
    background: #06162f;
    color: #fff;
    height: 30px;
  }

  .modal .modal-footer .confirm-btn.white {
    text-align: center;
    display: inline-block;
    width: 70px;
    line-height: 29px;
    background: #fff;
    color: #06162f;
    border: 1px solid #d7d7d7;
    height: 30px;
  }

  .modal .modal-footer .confirm-btn.tomato {
    background-color: #ff4338;
  }

  .report_radio_label span {
    padding-left: 6px;
  }

  .content-subject-wrap .subject.deal {
    padding-right: 0;
  }


  .deal_info_wrapper .info_area .price h1{
    line-height: 40px;
  }
  .deal_info_wrapper .info_area .price .exchange_prefix.krw{
    padding: 0;
    padding-left:5px;
  }

  /* for_adsense */

  /* for_adsense */

  .bo_vc_w textarea::placeholder {
    font-size: 12px !important;
  }

  .content-top-wrap .content-title,
  .content-top-wrap .content-title .sub2 {
    line-height: 1.3;
  }

  .footer_nav_bar {
    display: none !important;
  }

  /* fixer */

  .reply-list .reply.best {
    padding-left: 20px !important;
  }

  .prd_price_chart .chart_date_btn {
    padding-top: 15px;
    /* padding-bottom: 32px; */
  }

  .deal_info_wrapper {
    margin-bottom: 50px;
  }

  .items-row-wrapper .product-item-box .top-noti-box {
    /* width: 180px; */
  }


}

.time_deal_area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.bo_vc_w #char_cnt {
  display: none !important;
}

.comment_image_att {
  max-width: 50%;
}

.report_element_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 9px
}

.modal.recommend_modal .modal-body {
  max-height: 268px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu a.my-page {
  border: 1px solid #d7d7d7;
  border-top: 0;
  color: #888888;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu a.my-page:first-child {
  border-top: 1px solid #d7d7d7;
}

.window-popup-wrap .profile-tab-content .row.profile .profile-menu a.my-page:hover {
  border: 1px solid #888888;
  color: #333333;
}

.row.board .popup-board-list .board-item .comment .icon {
  margin-bottom: 5px;
}

.window-popup-wrap .popup-board-pagination a.active {
  font-weight: 700;
}

.new_win #win_title {
  border-bottom: 1px solid #d7d7d7;
  box-shadow: unset;
  font-size: 16px;
  font-weight: 700;

}

#profile section {
  padding: 0 !important;
}

.new_win .btn_close {
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  height: 35px;
  line-height: 35px;
  font-family: "NanumBarunGothic";
}

body .page_wrapper .main_section.type_board .board-layout .search_wrapper .search_input_wrapper .search_btn {
  right: 15px;
}

.items-row-wrapper .product-item-box .mid-brand-info .brand-icon {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.items-row-wrapper .product-item-box .mid-brand-info .brand-icon {
  padding-top: 5px;
}

.adsbygoogle {
  display: flex !important;
  justify-content: center;
}

input#prd_name {
  height: 40px;
}

body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.none_content {
  width: 100%;
  justify-content: center;
}

.pop_keyword_index {
  background-color: #06162f;
  color: white;
  display: inline-flex;
  width: 16px;
  height: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 12px;
  padding-top: 2px;
}

/* 2022-10-14 상품확대표시기능 삭제요청 확정전 임시 display:none */
#list_hover_fixed_img_box,
#zoom_display {
  display: none !important;
}

/* 2022-10-14 상품확대표시기능 삭제요청 확정전 임시 display:none */

.popup-wrap.tail .popup-close {
  position: relative;
}

.popup-close .close_line_01,
.popup-close .close_line_02 {
  width: 24px;
  height: 2px;
  background-color: #d7d7d7;
  top: 50%;
  position: absolute;
}

.popup-close .close_line_01 {
  transform: rotate(45deg)
}

.popup-close .close_line_02 {
  transform: rotate(-45deg)
}

.bo_vc_w_wr {
  margin-top: 15px;
}

.search_subject_prd {
  padding: 10px 20px;
  background-color: #06162f;
  color: white;
  width: 110px;
}

.s_w_p {
  font-weight: 500;
  box-shadow: inset 0 15px 0 #d8d8d8;
}
.search_key_word_point {
  font-weight: 500;
  box-shadow: inset 0 15px 0 #d8d8d8;
}

/* 핫딜 알리미 추가 퍼블 2022.11.07 */
/* 사용중 스타일 */
.alimi_ing_contents_wrapper {
  display: flex;
  padding: 30px 60px;
  gap: 50px;
  background-color: rgb(248, 248, 248);
}

.alimi_ing_contents_wrapper .content_ing_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid #ff4338;
  border-radius: 50%;
  font-weight: bold;
  color: #ff4338;
  font-size: 20px;
}

.alimi_ing_contents_wrapper ul {
  align-self: center;
}

.alimi_ing_contents_wrapper ul li {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.alimi_ing_contents_wrapper ul li span:nth-child(2) {
  min-width: 125px;
}

.alimi_ing_contents_wrapper ul li:first-child {
  text-align: left;
}

.alimi_ing_contents_wrapper ul li:last-child {
  margin-bottom: 0;
}

.alimi_ing_contents_wrapper ul li span:first-child {
  font-weight: bold;
  min-width: 150px;
}

.alimi_ing_contents_wrapper ul li span:first-child:before {
  content: '\00B7';
  margin-right: 5px;
}

/* 구매내역 스타일 */
.alimi_payment_contents_wrapper {
  margin-top: 52px;
  text-align: center;
}

.alimi_payment_contents_wrapper table {
  width: 100%;
  height: 300px;
  border-collapse: collapse;
  border-top: 2px solid #000;
}

.alimi_payment_contents_wrapper table thead {
  height: 50px;
  font-weight: bold;
}

.alimi_payment_contents_wrapper table thead tr,
.alimi_payment_contents_wrapper table tbody tr {
  line-height: 50px;
}

.alimi_payment_contents_wrapper table tr {
  border-bottom: 1px solid #d8d8d8;
}

/* 게시판 차트 스타일 2022.11.08 */
.progress_circle {
  position: absolute;
}


.hotdeal-icons {
  width: 15px;
}

.hotdeal-icons.message {
  width: 18px;
}

.hotdeal-icons.kakao {
  width: 21px;
}

.hotdeal-icons.call {
  width: 17px;
}

.side-icons {
  width: 15px;
}

.side-icons.arrow {
  width: 10px;
}

.board-option-box .category_select_box {
  width: 105px !important;
}

#comment_att {
  cursor: pointer;
}

.cmt_file_name {
  cursor: pointer;
}

.close-btn.login_popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.gallery_img_wrapper {
  margin-right: 5px;
}


.deal_h1_after {
  max-width: 22px;
  /* max-height: 25px; */
  position: absolute;
  top: 50%;
  right: 12px;
    transform: translateY(-50%);
}

.alert_method_caption {
  font-size: 10px;
  color: #6e6e6e;
}

.alimi_caption {
  font-size: 10px;
  color: #6e6e6e;

  position: absolute;
  right: 0;
  left: 0;
  bottom: 7px;
}

.sec_score {
  font-size: 12px;
  display: flex;
  gap: 10px;
}

.sec_progress_wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #888888;
  transition: .5s;
}



#password_progress {
  height: 5px;
  width: 150px;
  -webkit-appearance: none;
  transition: .5s;
}

#password_progress::-webkit-progress-bar {
  background-color: #d7d7d7;
  transition: .5s;
}

#password_progress::-webkit-progress-value {
  background-color: #ff4338;
  transition: .5s;
}


.hot_html {
  display: none;
  margin-right: 20px;
  color: #ff4338;
}

.checked_id_message {
  margin-left: 20px;
}

.items-row-wrapper .product-item-box .bottom-noti-box .price-box {
  display: flex;
  align-items: center;
  gap: 1px;
}


.pagination .sidetab_arrow{
  width: 12px;
}
.pagination .sidetab_arrow.rotate{
  transform: rotate(180deg);
}

.my-info-wrap .user_memo {
  width: 66px;
  background-color: #f8f8f8;
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  font-size: 12px;
  margin-top: 5px;
  margin-left: auto;
}

.sv_click_area{
  position: fixed;
  /* background-color: rgba(0, 0, 0, 0.1); */
  background-color: transparent;
  /* border: 1px solid; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 98;
}

.sv_click_area.on{
  
  display: block;
}

div.subject_wrapper a:active, 
div.subject_wrapper a:visited,
div.mo_prd_info_wrapper a:active,
div.mo_prd_info_wrapper a:visited,
div.content a:active, 
div.content a:visited{
  color: #ccc;
}
div.mall a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: clip;
}
div.all-activity {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 13px;
}
div.first-activity {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: left;
}
div.second-activity {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: left;
}
ul.first-activity-list {
  gap: 0px !important;
  margin-left: 0px !important;
  width: 100% !important;
}
ul.second-activity-list {
  gap: 0px !important;
  margin-left: 0px !important;
  width: 100% !important;
}
ul.first-activity-list li.activity {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  height: 20px;
  color: #888;
  margin-right: 15px;
}
ul.second-activity-list li.activity {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  height: 20px;
  color: #888;
  margin-right: 0px;
}
span.activity-name {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: left;
}
span.activity-value {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: right;
}