@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*@font-face{font-family: 'Nanum Gothic'; src:url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css') format('woff');}*/
* {
  margin: 0;
  padding: 0;
}
.youtube-link {
  text-decoration: underline !important;
}
a {
  text-decoration: none !important;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none !important;
  color: #333;
}
ul,
li {
  list-style-type: none;
}
body,
header,
footer,
section,
div,
label,
button,
p,
h1,
h2,
h3,
h4,
a,
ul,
li,
input,
textarea,
table,
tr,
td,
th {
  box-sizing: border-box;
}
body {
  text-align: left;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #f1f2f5;
  font-size: 13px;
  min-width: 320px !important;
  color: #000000;
}
button {
  color: #111111;
}
body.fixed {
  overflow: hidden;
}
div.layer-background {
  display: none;
}
div:after,
li:after,
section:after {
  content: "";
  clear: both;
  display: block;
}
table {
  border-spacing: 0px 0px;
  border-collapse: collapse;
}
h5 {
  font-size: 1em;
  font-weight: normal;
}
/* input reset*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans KR", sans-serif;
}
select::-ms-expand {
  display: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans KR", sans-serif;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  border: none;
  text-indent: 5px;
  font-size: 13px;
  height: 35px;
  display: block;
  width: 100%;
  outline: none;
}

input::placeholder {
  color: #999;
  font-family: "Noto Sans KR", sans-serif;
}
textarea::placeholder {
  color: #aaa;
  font-family: "Noto Sans KR", sans-serif;
}
textarea {
  font-family: "Noto Sans KR", sans-serif;
}
.select-box {
  margin: 5px 2px 5px 15px;
  border: 1px solid #e7e7e7;
  display: inline-block;
}
select {
  font-size: 13px;
  padding: 5px 20px 5px 5px;
  background: url(../images/common/icon_selectbox.png) no-repeat right;
  background-size: 16px 12px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

/*input style*/
/*radio*/
.radio {
  position: relative;
}
.radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.radio input[type="radio"] + label:active:before,
.radio input[type="radio"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.radio input[type="radio"]:checked + label:before {
  background: #fff;
  border-color: #0096ff;
}
.radio input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0096ff;
  border-radius: 100%;
}

/*CHECKBOX*/
.checks {
  position: relative;
}
.checks input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.checks input[type="checkbox"]:checked + label:before {
  background: #fff;
}
.checks input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_check.png) no-repeat;
  background-size: 18px 18px;
}

/*FILEBOX*/
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox label {
  display: inline-block;
  padding: 0.5em 0.75em;
  color: #999;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: 0.25em;
} /* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: 0.5em 0.75em; /* label의 패딩값과 일치 */
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: 0.25em;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

.eye-box {
  position: relative;
}
.ico-eye {
  background: url(../images/common/icon_eye_on.png) no-repeat center;
  background-size: 24px 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 8px;
}
.ico-eye-off {
  background: url(../images/common/icon_eye_off.png) no-repeat center;
  background-size: 24px 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 8px;
}

/* POSITION */
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}

/* DISPLAY */
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.table {
  display: table !important;
}
.table-row {
  display: table-row !important;
}
.table-cell {
  display: table-cell !important;
}

/* LIKE TABLE */
.tbl {
  display: table; /* table-layout: fixed*/
}
.tbl_row {
  display: table-row;
}
.tbl_cell {
  display: table-cell;
}

/* ALING */
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}

/* TEXT-ALING*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-bottom {
  vertical-align: bottom;
}

/* BUTTON */
button:hover {
  cursor: pointer;
}
.btn {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2px;
}
.btn-subpoint {
  text-align: center;
  background-color: #222;
  color: #fff !important;
}
.btn-point {
  text-align: center;
  border-radius: 2px;
  border: 1px solid #0096ff;
  background-color: #0096ff;
  color: #fff !important;
}
.app_btn {
  background-color: #63bcc3;
  border: solid 1px #765dc1;
}

/*FONT STYLE*/
.bold {
  font-weight: bold;
}
.gray {
  color: #888 !important;
}
.black {
  color: #000 !important;
}
.red {
  color: #e1241a !important;
}
.point,
.point:hover,
.point:active,
.point:focus,
.point:visited {
  color: #0096ff !important;
}
.point2,
.point2:hover,
.point2:active,
.point2:focus,
.point2:visited {
  color: #2e80b9 !important;
}
.subpoint,
.subpoint:hover,
.subpoint:active,
.subpoint:focus,
.subpoint:visited {
  color: #fe6c00;
}
.size15 {
  font-size: 15px;
}
.size18 {
  font-size: 18px;
}
.size21 {
  font-size: 21px;
}
.size8em {
  font-size: 0.8em;
}
.size9em {
  font-size: 12px;
}
.size10em {
  font-size: 1em;
}
.size11em {
  font-size: 1.1em;
}
.size12em {
  font-size: 1.2em;
}
.size13em {
  font-size: 1.3em;
}

/* VALIDATE*/
input[type="text"].allow {
  background: url(../images/common/icon_allow.png) no-repeat right 5px center;
  background-size: 18px 18px;
}
input[type="text"].deny {
  background: url(../images/common/icon_deny.png) no-repeat right 5px center;
  background-size: 18px 18px;
}

/* ELLIPSIS */
.ellipsis1 {
  display: inline-block;
  max-width: 100%;
  padding-right: 5px;
}
.ellipsis1 .reply_icon {
  float: right;
  margin-left: 5px;
  padding: 0;
  display: inline-block;
}
.ellipsis1 .contents_title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.ellipsis1 .contents_title_thumb {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-right: 30px;
}
.ellipsis2 {
  display: inline-block;
  max-width: 100%;
}
.ellipsis2 .reply_icon {
  float: right;
  margin-left: 5px;
  padding: 0;
  display: inline-block;
}
.ellipsis2.contents_title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.notify_box .ellipsis2 .contents_title {
  -webkit-line-clamp: 1;
}
.notify_box .list_userinfo {
  padding-left: 0;
}
.ellipsis2 .contents_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수*/
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.ellipsis2 .contents_title_thumb {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-right: 30px;
}
.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수*/
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

/*BOX STYLE*/
.box {
  background-color: #fff;
}
.gray-txt-box {
  background-color: #888;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}
.border-box {
  padding: 5px 10px;
  color: #333;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
.border-active-box {
  padding: 0px 20px;
  color: #0096ff !important;
  border: 1px solid #0096ff;
  border-radius: 2px;
  background-color: #fff;
  height: 29px;
  line-height: 29px;
}
.red-txt-box {
  background-color: #f04040;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}

/*LINE STYLE*/
.line {
  border-top: 1px solid #ddd;
}
.border-0 {
  border: 0 !important;
}
.border-b {
  border-bottom: 1px solid #e7e7e7 !important;
}
.border-b2 {
  border-bottom: 1px solid #d8d8d8 !important;
}
.border-t {
  border-top: 1px solid #e7e7e7 !important;
}
.border-r {
  border-right: 1px solid #e7e7e7 !important;
}
.border-l {
  border-left: 1px solid #e7e7e7 !important;
}
/* BACKGROUND */
.bgW {
  background-color: #fff !important;
}
.bgG {
  background-color: #f2f2f2;
}
.bgGa {
  background-color: #aaa !important;
}
.bgN {
  background: none !important;
}
/*WIDTH*/
.w60 {
  width: 60px !important;
}
.w80 {
  width: 80px !important;
}
.w100 {
  width: 100px !important;
}
.w200 {
  width: 200px;
}
.w240 {
  width: 240px;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30% !important;
}
.w33p {
  width: 33% !important;
}
.w40p {
  width: 40%;
}
.w45p {
  width: 45%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w80p {
  width: 80%;
}
.w100p {
  width: 100%;
}
.min-w200 {
  min-width: 200px;
}

/*PADDING/ MARGIN*/
.pd0 {
  padding: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.ph5 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.px5 {
  padding-left: 5px;
  padding-right: 5px !important;
}
.ph10 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.px10 {
  padding-left: 10px;
  padding-right: 10px !important;
}
.ph15 {
  padding-top: 15px;
  padding-bottom: 15px !important;
}
.px15 {
  padding-left: 15px;
  padding-right: 15px !important;
}
.ph35 {
  padding-top: 35px;
  padding-bottom: 35px !important;
}
.pr50 {
  padding-right: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mh15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.topA {
  top: auto !important;
}
.top0 {
  top: 0px !important;
}
.top1 {
  top: 1px !important;
}
.top5 {
  top: 5px !important;
}
.top13 {
  top: 13px !important;
}
.top50 {
  top: 50px !important;
}
.top150 {
  top: 150px !important;
}
.top200 {
  top: 200px !important;
}
/* USER LEVEL */
.list_userinfo {
  display: inline;
  padding-left: 22px;
  position: relative;
}
.user_level_0 {
  background: url(../images/common/0.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_1 {
  background: url(../images/common/1.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_2 {
  background: url(../images/common/2.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_3 {
  background: url(../images/common/3.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_4 {
  background: url(../images/common/4.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_5 {
  background: url(../images/common/5.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_6 {
  background: url(../images/common/6.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_7 {
  background: url(../images/common/7.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_8 {
  background: url(../images/common/8.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_9 {
  background: url(../images/common/9.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_10 {
  background: url(../images/common/10.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_11 {
  background: url(../images/common/11.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_12 {
  background: url(../images/common/12.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_13 {
  background: url(../images/common/13.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_14 {
  background: url(../images/common/14.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_15 {
  background: url(../images/common/15.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_16 {
  background: url(../images/common/16.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_17 {
  background: url(../images/common/17.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_18 {
  background: url(../images/common/18.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_19 {
  background: url(../images/common/19.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_20 {
  background: url(../images/common/20.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_21 {
  background: url(../images/common/21.png) no-repeat left;
  background-size: 20px 20px;
}
.user_level_9999 {
  padding-left: 0;
}
/* TOGGLE BUTTON */
.toggle-btn {
  position: relative;
  width: 50px;
  height: 15px;
  margin: -2px auto;
  border-radius: 20px;
}
.toggle-btn input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.toggle-btn span {
  display: block;
  width: 45px;
  height: 15px;
  background-color: #e4e4e4;
  border-radius: 10px;
  transition: 0.5s ease background-color;
}
.toggle-btn span:before {
  content: "";
  position: absolute;
  top: -4px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  background-color: #a6a6a6;
  border-radius: 50%;
  box-shadow: -3px 1px 5px #d7d7d7;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
/*
.toggle-btn span:after{content: '';position: absolute;top: 15px;right: 0px;left: 11.5px;width: 0px;height: 10px;margin-top: -15px;margin-left: -3px;border: 3px solid #000;border-radius: 10px;transform:translate(0px,0px);transition: 0.4s ease width, 0.4s ease border-radius, 0.62s ease transform;}
*/
.toggle-btn input[type="checkbox"]:checked + span:before {
  box-shadow: 3px 1px 5px #e6e6e6;
  transform: translate(25px, 0px);
}
.toggle-btn input[type="checkbox"]:checked + span:after {
  width: 10px;
  border-radius: 50%;
  transform: translate(20px, 0px);
}
.toggle-btn input[type="checkbox"]:checked + span {
  background-color: #000;
}

/* ETC */
.hide {
  display: none !important;
}
.board_list_normal ul li {
  min-height: 60px;
  font-size: 15px;
}

.shadow_box {
  padding-top: 0px;
}
/*shadow_box {background: linear-gradient(to bottom, #d9d9d9 0, #ffffff 7px, #ffffff 60%);padding-top:10px;} */
.shadow_box.board_list_img ul li:first-child {
  /* padding-top: 10px !important; */
}
.btn_list_more {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 40px;
  border: 0px;
  border-left: 1px solid #e7e7e7;
  background: url(../images/common/ic_arr_bot.png) no-repeat center #f9f9f9;
  background-size: 1rem;
}
.btn_list_more.on {
  background: url(../images/common/ic_arr_top.png) no-repeat center #f9f9f9;
  background-size: 1rem;
}
.scroll_box {
  padding: 10px;
  background-color: #f8f8f8;
  overflow-y: scroll;
  height: 125px;
  margin: 10px 15px;
}
.bottom_fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 15px 15px 15px;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
}
.bottom_fix button {
  height: 35px !important;
  border-radius: 18px;
}

.darkmode .btn_list_more {
  background: url(../images/common/ic_arr_bot.png) no-repeat center #333;
  background-size: 1.3rem;
  border-left: 1px solid #888;
}

/* HEADER */
header {
  margin: 0 auto;
}
header.wrap {
  margin: 0 auto;
}
header.sub {
  display: table;
  margin: 0 auto;
  height: 50px;
  background-color: #fff;
  padding: 10px 15px 10px 13px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #0096ff;
}
header.sub div.tbl_row {
  display: table-row;
}
header.sub div.tbl_row .btn_back {
  display: table-cell;
  vertical-align: middle;
  width: 16px;
  padding-top: 2px;
}
header.sub div.tbl_row .btn_back img {
  width: 16px;
}
header.sub div.tbl_row .logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transform: translateZ(0);
}
header.sub div.tbl_row .logo {
  display: table-cell;
  width: 19px;
  vertical-align: middle;
  padding-top: 3px;
  padding-left: 15px;
}
header.sub div.tbl_row h3 {
  display: table-cell;
  font-size: 17px;
}
header.sub div.tbl_row .btn_head {
  display: table-cell;
  text-align: center;
  width: 80px;
  padding: 5px 10px;
  background-color: #f2f2f2;
  height: 30px;
  border-radius: 20px;
  font-size: 15px;
}
header.sub .btn_head.point {
  color: #0096ff;
}

div.swiper-area {
  margin: 0 auto;
}
section {
  margin: 0 auto;
}

/*QUICK BTN*/
.quick_btn {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 50px;
  z-index: 5;
  display: none;
}
.quick_btn a {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.quick_btn a.btn-top {
  background: url(../images/common/icon_top.png) no-repeat center;
}
.quick_btn a.btn-top span {
  padding: 20px 7px 0px 13px;
  font-size: 0.7em;
  position: absolute;
  font-weight: bold;
}
.quick_btn a.btn-write {
  background: url(../images/common/icon_write_circle.png) no-repeat center;
  margin-bottom: 0;
}
.quick_btn a.btn-write span {
  padding: 20px 7px 0px 13px;
  font-size: 0.7em;
  position: absolute;
  font-weight: bold;
}

.wrapper {
  padding: 0 50px;
  height: 50px;
}
/* START MENU MOBILE */
.menu-mobile {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  /*z-index:99999;*/
}
.menu-mobile span {
  background: #fff;
  overflow: hidden;
  display: block;
  height: 2px;
  padding: 0px;
}
.menu-mobile:active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.menu-mobile span {
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(1, -0.55, 0.2, 1.37);
  -moz-transition: all 0.4s cubic-bezier(1, -0.55, 0.2, 1.37);
  -ms-transition: all 0.4s cubic-bezier(1, -0.55, 0.2, 1.37);
  -o-transition: all 0.4s cubic-bezier(1, -0.55, 0.2, 1.37);
  width: 25px;
  height: 3px;
  background-color: #0096ff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 5px;
}
.menu-mobile span:nth-of-type(1) {
  margin-top: -8px;
}
.menu-mobile span:nth-of-type(3) {
  margin-top: 8px;
}
.menu-mobile.active span {
  background: #0096ff;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
.menu-mobile.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

/*header.menu.open .menu-user{left: 240px;}*/
.menu-user {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 19;
  display: inline-block;
}
.menu-user .btn-user {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: url(../images/common/ic_user_on.png) no-repeat center center;
  background-size: 85%;
}
.menu-user .btn-user > img {
  vertical-align: middle;
}
.menu-user:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.menu-user:active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.user_slide_close {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/common/btn_close_g.png) no-repeat center;
  background-size: 100%;
}
.btn_logout {
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid #d6d6d6;
}

.user_level {
  padding: 5px 15px 10px 15px;
  background-color: #fff;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_level img {
  vertical-align: middle;
}
.user_level .level_name {
  vertical-align: middle;
  font-size: 1rem;
  padding-left: 5px;
}
.user_level .level_name span.bold {
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffa41c;
}
.login_type {
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.login_fb {
  background: url(../images/common/icon_facebook.png) no-repeat center;
}

.user_menu {
  padding: 18px 0 13px 10px;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.user_menu div {
  width: 65px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.user_menu div a {
  color: #888;
}
.user_menu div img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.user_menu p {
  display: block;
  margin: 0 auto;
}
.user_menu .navm01 {
  width: 100%;
  height: 1.5rem;
  padding: 1rem;
  background: url(/m/assets/images/common/ic_my01.png) no-repeat center;
  background-size: 50%;
  display: inline-block;
}
.user_menu .navm02 {
  width: 100%;
  height: 1.5rem;
  padding: 1rem;
  background: url(/m/assets/images/common/ic_my02.png) no-repeat center;
  background-size: 50%;
  display: inline-block;
}
.user_menu .navm03 {
  width: 100%;
  height: 1.5rem;
  padding: 1rem;
  background: url(/m/assets/images/common/ic_my03.png) no-repeat center;
  background-size: 50%;
  display: inline-block;
}
.user_menu .navm04 {
  width: 100%;
  height: 1.5rem;
  padding: 1rem;
  background: url(/m/assets/images/common/ic_my04.png) no-repeat center;
  background-size: 50%;
  display: inline-block;
}

.user_piont {
  padding: 0.8rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #0095ff, #0072ff);
}
.user_piont .title {
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  letter-spacing: -1px;
}
.user_piont .title_info {
  display: inline-block;
  float: right;
}
.user_piont .title_info .ic_point {
  color: #fff;
  display: inline-block;
  color: #fff;
  line-height: 150%;
  font-size: 15px;
  font-weight: 400;
  padding-right: 5px;
}
.user_piont .title_info .ic_pt {
  background-color: #00497c;
  font-size: 0.9rem;
  border-radius: 10rem;
  color: #c2ddfd;
  text-align: center;
  padding: 0px 7px;
}

.user_freech {
  background-color: #dff2ff;
  padding: 0.8rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.user_freech li {
  width: 50%;
  color: #146298;
  display: inline-block;
  font-weight: bold;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
.user_freech li:first-child {
  border-right: 1px #cbe2f2 solid;
}
.user_freech .ic_my05 {
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  background: url(../images/common/ic_my05.png) no-repeat center;
  background-size: 100%;
}
.user_freech .ic_my06 {
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  background: url(../images/common/ic_my06.png) no-repeat center;
  background-size: 100%;
}

.user_norbx {
  background-color: #f5f7f9;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
  vertical-align: middle;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user_norbx .dk_img {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
}
.user_norbx .dk_img span {
  padding-left: 5px;
  font-size: 0.8rem;
  letter-spacing: 0px;
}
.user_norbx .dk_img .ic_dark {
  width: 3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 5rem;
  background: url(../images/common/ic_moon.png) no-repeat center #606060;
  background-size: 100%;
}
.user_norbx .dk_switch {
  position: absolute;
  right: 0.8rem;
  top: 5px;
  height: 2rem;
  line-height: 2rem;
  margin-top: 5px;
  display: inline-block;
}

.user_norbx .noti_img {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
}
.user_norbx .noti_img .ic_noti {
  width: 3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 5rem;
  background: url(../images/common/ic_notice.png) no-repeat center #0096ff;
  background-size: 100%;
}
.user_norbx .noti_txt {
  width: 80%;
  height: 24px;
  padding-left: 5px;
  font-size: 0.8rem;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.user_norbx .btn_more {
  height: 24px;
  padding: 0.2rem 0.8rem;
  background: url(../images/common/ic_arr_rig.png) no-repeat center right;
  background-size: 20px;
}
.user_norbx .btn_more img {
  width: 25px;
}

.notice-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;

  flex-direction: column;
  transition: transform 0.5s ease;
}

.notice-slide {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}

.user_csinfo {
  padding: 1rem;
  text-align: center;
}
.user_csinfo div {
  margin: 1rem 3rem;
  padding: 0.2rem 2rem;
  border-radius: 5rem;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background-color: #0090ff;
}

/* 내정보 레이어 다크모드  */
.darkmode .user_norbx {
  background-color: #282828;
}
.darkmode .user_norbx .dk_img .ic_dark {
  background: url(../images/common/ic_sun.png) no-repeat center #dff2ff;
  background-size: 100%;
}

/*  더보기 페이징   */
.load-more {
  padding: 2rem 0;
  text-align: center;
  background: #fff;
}
#load-more-btn {
  width: 90%;
  height: 2.5rem;
  margin: 0 auto;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.load-more button {
  outline: 0;
  font-size: 1rem !important;
}
.load-more span {
  padding: 5px 2px 2px 5px;
}
.load-more .current-page {
  color: #007bff;
  font-weight: bold;
}
.load-more .total-pages {
  padding-left: 5px;
}

/*  #load-more-btn:disabled {
	background-color: #f1f1f1;
	color: #999;
	cursor: not-allowed;
}
#load-more-btn span.total-pages {
	color: #555;
	padding-top: 2px;
}
*/

.darkmode-toggle1 {
  background-color: #444;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  right: unset;
  bottom: 64px;
  left: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  display: inline-block;
  justify-content: center;
  align-items: center;
  float: left;
}

.darkmode-toggle--white {
  background-color: #fff;
}

/* 지정 - 스위치 버튼 */
.l-switch {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 1.5rem;
}

.l-switch .slider:before {
  position: absolute;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  left: 0.2rem;
  top: 0.2rem;
  background-color: #0090ff;
  transition: 0.4s;
}

.l-switch input:checked + .slider:before {
  transform: translateX(1.7rem);
}

.l-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.l-switch .slider {
  position: absolute;
  cursor: pointer;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.l-switch .slider span {
  font-size: 1.125rem;
  padding: 0;
  background-color: #0090ff;
}

.l-switch input:checked + .slider {
  background-color: #0090ff;
}

.l-switch .slider.round {
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-switch .slider.round::before {
  border-radius: 50%;
}

.my_news {
  position: absolute;
  top: -6px;
  right: 9px;
  border-radius: 50%;
  background-color: #fe6c00;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
}

.user_manager {
  background-color: #fff;
  padding: 0;
}
.user_manager h3 {
  height: 45px;
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 15px;
}
.user_manager ul li {
  height: 35px;
  padding: 7px 15px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 15px;
}
.user_manager ul span {
  float: right;
  font-size: 12px;
  color: #888;
  padding-right: 15px;
  background: url(../images/common/more_arrow.png) no-repeat right;
  background-size: 15px 13px;
  background-position-y: 3px;
}

.user_point {
  padding: 20px 15px 10px 15px;
  background-color: #fff;
}
.user_point .cash_info_box {
  border: 2px solid #0096ff;
  border-radius: 5px;
  position: relative;
  height: 70px;
  padding: 13px 12px;
}
.user_point .cash_info_box .cash_req {
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #0096ff;
  position: absolute;
  height: 30px;
  right: 10px;
  top: 18px;
  font-size: 15px;
  vertical-align: middle;
  line-height: 20px;
}
.user_point .cash_info_box .cash_req a {
  color: #fff;
}
.user_point .cash_info_box .cash_txt {
  font-size: 12px;
}
.user_point .cash_info_box .cash_info {
  font-weight: bold;
  font-size: 17px;
  padding: 5px 20px 0 0;
  background: url(../images/common/icon_cash.png) no-repeat right;
  background-size: 15px 15px;
  background-position-y: 11px;
}
.user_point .point_info_box {
  border-radius: 3px;
  background-color: #f8f8f8;
  height: 40px;
  padding: 10px 10px 10px 15px;
  margin-top: 10px;
}
.user_point .point_info_box .point_info {
  padding-right: 20px;
  float: right;
  background: url(../images/common/icon_point.png) no-repeat right;
  background-size: 15px 15px;
  font-size: 15px;
  font-weight: bold;
}
.user_point .point_info_box img {
  width: 15px;
  padding-top: 8px;
}
.user_notice {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  font-size: 15px;
}
.user_notice h3 {
  display: inline-block;
  font-size: 1em;
  padding-right: 10px;
}
.user_inquiry {
  padding: 15px;
  font-size: 15px;
}

/*SUB MENU SWIPER*/
.swiper-area1 {
  position: relative;
  height: 45px;
  overflow: hidden;
  background-color: #fff;
}

.swiper-area1 .tabs > li {
  width: max-content;
  float: left;
  padding: 12px 10px 11px;
  border-bottom: 2px solid #0096ff;
}
.swiper-area1 .tabs > li > a {
  width: max-content;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-area1 .tabs > li.active {
  border-bottom: 2px solid #ffffff9e;
  color: #fff;
}
.swiper-area1 .tabs > li:first-child {
  margin-left: 5px;
}
.swiper-container1 {
  position: relative;
  overflow: hidden;
  height: 45px;
  z-index: 10;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 45px;
  z-index: 1;
  clear: both;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-area1:before,
.swiper-area1:after,
.swiper-area1 .swiper-container1:after {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 17px;
  height: 43px;
  background: url(../images/common/slide_bg_new.png) no-repeat;
  background-size: 37px 45px;
  content: "";
}
.swiper-area1:before {
  left: 0;
  background-position: 0;
}
.swiper-area1:after,
.swiper-container1:after {
  right: 0;
  background-position: -17px 0;
}

/*SUB MENU SWIPER*/
.swiper-area2 {
  /*position: absolute; top:50px; */
  height: 45px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.swiper-area2.w100 {
  width: 100%;
  z-index: 999999;
}

.swiper-area2 .tabs > li {
  width: max-content;
  float: left;
  padding: 12px 10px 11px;
}
.swiper-area2 .tabs > li > a {
  width: max-content;
  color: #888;
  font-size: 1.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-area2 .tabs > li.active a {
  color: #333;
}
.swiper-area2 .tabs > li:first-child {
  margin-left: 5px;
}
.swiper-area2 .swiper-container2 {
  position: relative;
  overflow: hidden;
  height: 45px;
  z-index: 9999;
}

.swiper-area2:before {
  left: 0;
  background-position: 0;
}
.swiper-area2:after,
.swiper-container2:after {
  right: 0;
  background-position: -17px 0;
}

.sub_board_list {
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  background-color: #fff;
}
.sub_board_list ul {
  padding: 10px 0;
  background-color: #fff;
  color: #333;
}
.sub_board_list ul li {
  height: 30px;
  width: 50%;
  float: left;
  background-color: #fff;
  padding-left: 15px;
}
.sub_board_list .btn_sub_board_list {
  position: absolute;
  width: 55.5px;
  height: 26px;
  left: 45%;
  bottom: 0;
  background: url(../images/common/icon_fold.png) no-repeat center;
  background-size: 55.5px 26px;
}
.sub_board_list .btn_sub_board_list.open {
  background: url(../images/common/icon_unfold.png) no-repeat center;
  background-size: 55.5px 26px;
}
/* sticky */
#sticky_area {
  /*position:absolute;top:105px;*/
  width: 100%;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 10;
}

#subnav {
  background-color: #f5f7f9;
}

/*SUB new MENU SWIPER  2024 추가 */
.swiper-area3 {
  position: relative;
  height: 45px;
  overflow: hidden;
}
.swiper-area3 .sub_tabs > li {
  width: max-content;
  float: left;
  padding: 5px 15px;
  margin: 5px;
  border: 1px solid #c8c8c8;
  color: #555555;
  border-radius: 5rem;
}
.swiper-area3 .sub_tabs > li > a {
  width: max-content;
  color: #555555;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
}
.swiper-area3 .sub_tabs > li.active {
  background-color: #0096ff;
  color: #fff;
  border: 1px solid #0096ff;
}
.swiper-area3 .sub_tabs > li.active > a {
  color: #fff;
}
.swiper-area3 .sub_tabs > li:first-child {
  margin-left: 10px;
  color: #fff;
}
.swiper-container3 {
  position: relative;
  overflow: hidden;
  height: 45px;
  z-index: 10;
}
.swiper-area3:before,
.swiper-area3:after,
.swiper-area3 .swiper-container1:after {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 17px;
  height: 43px;
  background: url(../images/common/slide_bg_new1.png) no-repeat;
  background-size: 37px 45px;
  content: "";
}
.swiper-area3:before {
  left: 0;
  background-position: 0;
}
.swiper-area3:after,
.swiper-container3:after {
  right: 0;
  background-position: -17px 0;
}

/* DOTS */
.dots {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: rayscale;
}
.dots.active {
  opacity: 0.75;
  color: black;
}

header.menu {
  width: 100%;
  height: 50px;
  z-index: 99;
  background-color: #fff;
}
header.menu .logo {
  position: relative;
  height: 100%;
  text-align: center;
}
header.menu .logo > a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -37px;
  width: 75px;
  height: 26px;
  background: url("../images/common/logo_211101.png") no-repeat 0 0;
  background-size: 75px 26px;
}
header.menu .logo--season > a {
  display: block;
  height: 50px;
  text-align: center;
}
header.menu .logo--season > a > img {
  height: 100%;
  vertical-align: top;
}
/* SIDE MENU */
header.menu .menu-mobile {
  display: inline-block;
  /*z-index:19;*/
  right: 0px;
}
header.menu nav.menu {
  display: block;
  position: fixed;
  z-index: 95;
  top: 50px;
  background-color: #fff;
  width: 300px;
  height: 100vh;
  text-align: left;
  padding: 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header.menu nav#user_info {
  left: -300px;
  top: 0px;
}
header.menu nav#cate_list {
  right: -300px;
  overflow-y: scroll;
}
header.menu nav#cate_list .layer-space {
  height: 45px;
}

#navbar {
  background: linear-gradient(to right, #0095ff, #0072ff);
}
#navbar nav ul li a {
  color: #fff;
}

header.menu nav#user_info.open {
  display: block;
  position: fixed;
  z-index: 95;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
}
header.menu nav#cate_list.open {
  display: block;
  position: fixed;
  z-index: 95;
  top: 50px;
  right: 0px;
  width: 100%;
}
header.menu nav.menu > ul {
  padding: 0px;
  overflow: auto;
}
/*header.menu nav.menu li > a { display:block;font-weight:500;font-size:14px;padding:15px 0px;padding-left:45px;color:#000; cursor: pointer;}*/
header.menu nav.menu > ul li {
  clear: both;
  background-color: #fff;
}
header.menu nav.menu > ul li.line {
  height: 10px;
  background-color: #f8f8f8;
}
header.menu nav.menu > ul li.profile {
  padding: 30px 15px 0px 15px;
  text-align: center;
  background-color: #fff;
}
header.menu nav.menu > ul li.profile:after {
  content: "";
  clear: both;
  display: block;
}
header.menu nav.menu > ul li.profile div {
  text-align: center;
}
header.menu nav.menu > ul li.profile div.img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
header.menu nav.menu > ul li.profile div.img img {
  width: 100%;
  height: auto;
}
header.menu nav.menu > ul li.profile div.text {
  display: block;
  padding-top: 10px;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #333;
}
header.menu nav.menu > ul li.profile div.text-level {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  color: #888;
}
header.menu nav.menu > ul li.profile a.btn {
  display: inline-block;
  font-size: 16px;
  padding: 8px 15px;
  margin: 0 auto;
  width: 48%;
}
header.menu nav.menu > ul li a span.badge {
  display: inline-block;
  text-align: center;
  min-width: 20px;
  margin-left: 6px;
  padding: 2px;
  background-color: #ef3a64;
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  font-weight: bold;
}
div.layer-background {
  display: none;
}
div.layer-background.open {
  display: block;
  position: fixed;
  z-index: 94;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.3;
}

/*SEARCH BOX*/
.search-box.open {
  display: block;
  top: 0px;
}
.search-box {
  /*position: absolute; 
	top:50px;*/
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  padding: 0 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.search-box.open {
  top: 0px;
}
.search-box form {
  position: relative;
  margin: 0 auto;
  display: block;
}
.search-box input {
  height: 40px;
  padding: 0 50px 0 10px;
  font-size: 1rem;
  border: 4px solid transparent;
  border-image: linear-gradient(to right, #0095ff 0%, #0072ff 100%);
  border-radius: 0px 10px 0px 10px;
  border-image-slice: 1;
  background-color: #fff;
}

.search-box input::placeholder {
  color: #888888;
}
.search-box button {
  position: fixed;
  background-color: #0096ff;
  color: #ffffff;
  line-height: 35px;
  width: 50px;
  height: 65px;
  border: none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
.search-box button.search-button {
  top: 2px;
  right: 5px;
  background: url(../images/common/ic_search_on.png) no-repeat center;
  background-size: 100%;
  width: 35px;
  height: 35px;
}
.search-box button.search-close {
  right: 0px;
  background: url(../images/icon_close.png) no-repeat center;
  width: 40px;
  height: 45px;
  background-size: 26px 26px;
}

.search-box .search_in {
  position: absolute;
  top: 5px;
  left: 14px;
  height: 30px;
  line-height: 33px;
  font-weight: bold;
  font-size: 12px;
  width: 70%;
  color: #a8a8a8;
}

@media (min-width: 600px) {
  .swiper-wrapper {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .manager_box .control_box input[type="text"] {
    width: 170px !important;
  }
}

/*CATEGORY SLIDE MENU*/
.cate_menu {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
}
.cate_menu .cate_more {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/common/more_arrow.png) no-repeat center;
}
.cate_menu h3 {
  background-color: #dff2ff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  vertical-align: middle;
  position: relative;
  margin-bottom: 10px;
}
.cate_menu h3 a {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.cate_menu h3 span {
  color: #0096ff;
  padding-left: 5px;
}

.cate_menu h4 {
  background-color: #0096ff;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.cate_menu h4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.jjang_league h4 a {
  color: #666;
}
.cate_menu h4 i {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.cate_menu h4 i.ic_top {
  background: url(../images/common/ic_hotstar.png) no-repeat center;
  background-size: 100%;
}

.cate_menu h5 {
  background-color: #0096ff;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.cate_menu h5 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.cate_menu h5 i {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.cate_menu h5 i.ic_top {
  background: url(../images/common/ic_hotstar.png) no-repeat center;
  background-size: 100%;
}

.cate_menu ul li {
  list-style: none;
  text-decoration: none;
  width: 49.8%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: left;
  background-color: #fff;
  padding: 0 10px;
  font-size: 1rem;
}
.cate_menu ul li a {
  background-color: #fff;
  width: 100%;
}
.cate_menu ul li:nth-child(2n) {
  border-left: 0px solid #e7e7e7;
}

.jjang_league {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
}
.jjang_league .make_league {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 15px;
  background-color: #0096ff;
  color: #fff;
  border-radius: 3rem;
}

.jjang_league h3 {
  padding: 10px;
  background-color: #fff;
  height: 40px;
}
.jjang_league h3 a {
  font-size: 15px;
  font-weight: normal;
  color: #0096ff;
}
.jjang_league h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  height: 45px;
  clear: both;
}
.jjang_league ul li {
  list-style: none;
  text-decoration: none;
  border-top: 1px solid #e7e7e7;
  width: 49.8%;
  display: inline-block;
  height: 45px;
  float: left;
  background-color: #fff;
  padding: 10px;
}
.jjang_league ul li:nth-child(2n) {
  border-left: 1px solid #e7e7e7;
}
.new {
  background-color: #ff271b;
  padding: 0 5px 3px 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 1em;
  font-size: 13px;
  height: 25px;
  margin-left: 5px;
}
.notice {
  background-color: #0096ff;
  padding: 0 5px 1px 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 2em;
  font-size: 13px;
  height: 20px;
  margin-right: 7px;
}
.alarm {
  background-color: #666666;
  padding: 0 5px 1px 5px;
  color: #fff;
  line-height: 1em;
  font-size: 13px;
  height: 20px;
}

/*CONTENT BOX*/
.content_box {
  /*position:relative;top:150px;*/
}
.content_box .ad_area1,
.content_box .ad_area2 {
  /* width:100%; */
  padding: 10px 0;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.ad_area1.text-center + .box.pos-rel.mt10 {
  margin-top: 0px !important;
}
.content_box .ad_area1 img,
.content_box .ad_area2 img {
  width: 100%;
  max-width: 100%;
}

.content_box h4 {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: bold;
}
.content_box ul {
  margin: 0 15px;
}
.content_box ul li {
  list-style: none;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  min-height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 15px;
}
.content_box ul li:last-child {
  border-bottom: 0;
}
.content_box ul li a {
  border-bottom: 0;
}
.content_box .notice_box {
  padding: 0;
}
.content_box .notice_box ul {
  position: relative;
  padding-right: 5px;
}
.content_box .notice_box ul li {
  padding: 6px 25px 6px 0;
  height: 36px;
}
.content_box .notice_box ul li a {
  font-size: 15px;
}
.content_box .alarm_box {
  padding: 10px 15px;
  border-bottom: 1px solid #e7e7e7 !important;
  background-color: #fff;
  font-size: 13px;
}
.content_box .alarm_box .alarm {
  margin-right: 5px;
}
.list_more {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 14px;
}
.content_box .board_name {
  color: #888888;
  margin-right: 5px;
}

.content_box .notice_more_box {
  padding: 0;
  border-bottom: 1px solid #e7e7e7 !important;
}
.content_box .notice_more_box ul {
  margin: 0 10px;
}
.content_box .notice_more_box ul li {
  list-style: none;
  height: 25px !important;
  text-decoration: none;
  border-collapse: collapse;
}

/*
.content_box ul li a {display:inline-block;width:80%;}
.content_box .best_list ul li a {display:inline-block;width:60%;}
*/
.content_box .thumb-list {
  padding: 10px 0 10px 0;
}
.content_box .thumb-list li {
  position: relative;
  float: left;
  width: 48%;
  padding: 0px;
  height: auto;
  border: 0;
}
.content_box .thumb-list li:last-child {
  margin: 0 0 0 2px;
  float: right;
}
.content_box .thumb-list li a {
  display: block;
  position: relative;
  background: #fff;
}
.content_box .thumb-list li a img {
  border-radius: 3px;
  width: 100%;
}
.content_box .text-list1 {
  padding-top: 15px !important;
}

.sub_noti_tot {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 80px;
  background: #fff;
}
.sub_noti_tot .notice_box {
  width: 70%;
  padding: 0;
  display: inline-block;
}
.sub_noti_tot .notice_box.sub {
  width: 100%;
}
.sub_noti_tot .notice_box.sub li {
  width: 95%;
}
.sub_noti_tot .notice_box ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.sub_noti_tot .notice_box ul li {
  height: 36px;
  display: block;
  padding-left: 10px;
}

.sub_noti_tot .select-box {
  width: 90px;
  height: 36px;
  text-align: left;
  border: 0px #ccc solid;
  padding-right: 10px;
  position: absolute;
  right: 80px;
  display: flex;
  align-items: center;
}
.sub_noti_tot .select-box select {
  font-size: 13px;
  padding: 5px 35px 5px 10px;
  background: url(../images/common/icon_selectbox.png) no-repeat 55px 9px;
  background-size: 16px 12px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

.sub_noti_tot .btn_tog {
  width: 80px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  text-align: center;
}
.sub_noti_tot .btn_tog a.list_sort {
  padding: 0 6px;
  color: #888;
}
.sub_noti_tot .btn_tog a.list_sort.on {
  color: #333;
}
.sub_noti_tot .btn_tog .btn_tog a.list_view {
  padding: 0px 0;
  display: block;
}
.sub_noti_tot .btn_tog a.list_view img {
  width: 30px;
}
.sub_noti_tot .btn_tog a.list_view {
  display: inline-block;
}
.sub_noti_tot .btn_tog a.list_view.list_view_txt {
  right: 0px;
}

/*FOOTER*/
.footer-area {
  /*position: relative;top: 150px;*/
  border-top: 2px solid #0096ff;
}
.footer {
  text-align: center;
}
.footer div.footer-btn {
  padding: 15px;
}
.footer div.footer-btn a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #333;
  padding: 5px 0;
  background-color: #fff;
  margin-right: 4px;
  font-size: 12px;
  width: 60px;
  height: 30px;
}

.footer div.footer-link {
  padding-bottom: 10px;
}
.footer div.footer-link a {
  display: inline-block;
  color: #888888;
  font-size: 0.8rem;
}
.footer div.footer-link span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d8d8d8;
  margin: 0px 5px 0px 7px;
}
.footer div.footer-link p {
  color: #888888;
  font-size: 0.6rem;
  line-height: 1.3em;
  margin: 10px 0 20px 0;
}

.footer div.footer-btn span {
  color: #ccc;
  padding: 0px 15px;
}
div.swiper-area {
  border-bottom: 1px solid #ddd;
}
.right-area a.btn-app {
  position: absolute;
  top: 0px;
  right: 90px;
  background: url(../images/icon_app.png) no-repeat center;
  width: 40px;
  height: 45px;
  background-size: 26px 26px;
}
.subtabs {
  box-shadow: 0 1 5px rgba(0, 0, 0, 0.5);
}
.subtabs > li {
  width: max-content;
  float: left;
  border-bottom: 1px solid #ccc;
}
.subtabs > li > a {
  width: max-content;
  color: #666;
  padding: 12px 10px 11px;
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.subtabs > li > a.active {
  font-weight: bold;
  color: #0096ff;
}
.subtabs > li > a.active2 {
  font-weight: bold;
  color: #63bcc3;
  border-bottom: 2px solid #63bcc3;
}
.subtabs > li > a i {
  font-size: 13px;
  margin-right: 5px;
  color: #999;
}
.subtabs > li > a.active i {
  color: #0096ff;
}
.subtabs > li > a.active2 i {
  color: #63bcc3;
}

/*POPUP*/
#layer-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}
#layer-popup {
  position: relative;
  margin: 35% auto;
  width: 310px;
  background-color: #fff;
}
#layer-popup a.pop-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/icon_close2.png) no-repeat center #fff;
  background-size: 25px;
}
#layer-popup div.title {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
}
#layer-popup div.body {
  padding: 20px;
}
#layer-popup form input {
  border: 1px solid #ddd;
  border-radius: 0px;
}
#layer-popup form div.upload-file {
  display: block;
  margin-right: 70px;
}
#layer-popup form .filebox {
  position: relative;
  margin-top: 10px;
}
#layer-popup form .filebox label {
  position: absolute;
  border-radius: 0px;
  top: 0px;
  right: 0px;
  padding: 10px 10px 9px 10px;
}
#layer-popup form textarea {
  margin-top: 10px;
  border-radius: 0px;
  border: 1px solid #ddd;
  width: 100%;
  height: 100px;
  padding: 10px;
}
#layer-popup form div.marks-star {
  margin-top: 10px;
}
#layer-popup form div.marks-star select {
  width: 120px;
  border: 1px solid #ddd;
}
#layer-popup form div.marks-star select option span.gray {
  color: #999 !important;
}

/* LIST PAGE */
.sub-category-box {
  /*position:relative;top:150px;*/
  width: 100%;
  background-color: #fff;
  padding: 8px 15px;
  z-index: 10;
  line-height: 30px;
  font-size: 15px;
}
.sub-category-box .category {
  color: #888;
  vertical-align: top;
  background: url(../images/common/icon_next.png) no-repeat right;
  background-size: 12px 14px;
  padding-right: 23px;
  margin-right: 5px;
  line-height: 32px;
}

.sub-category-box .now-category {
  color: #333;
  vertical-align: top;
  line-height: 32px;
}
.sub-category-box img.arrow {
  color: #888;
  padding: 10px;
  width: 12px;
}
.sub-category-box img.btn_fav,
.sub-category-box img.btn_write {
  float: right;
  width: 32px;
}
.sub-category-box img.btn_write {
  padding-left: 10px;
}

.search_condition span {
  display: inline-block;
  /* color:#888; */
  width: 1px;
  height: 12px;
  text-indent: -999px;
  background: #aaa;
  vertical-align: middle;
  overflow: hidden;
  margin: -2px 4px 0;
}

.list_tab ul {
  margin: 0 5px;
}
.list_tab ul li {
  display: inline-block;
  /* padding: 8px 0; */
  margin: 0 10px;
  float: left;
  width: auto;
  border-bottom: 0;
  height: 35px;
  font-size: 0.857rem;
}
.list_tab ul li.active {
  border-bottom: 2px solid #0096ff;
}
.list_tab ul li.active a {
  color: #0096ff;
}
.contents_info {
  color: #888;
  line-height: 16px;
}
.contents_info span {
  font-size: 12px;
}
.contents_info span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d8d8d8;
  margin: 0 8px;
}
.contents_info span > em {
  font-style: normal;
}
.board_list_normal ul li:last-child {
  border-bottom: 1px solid #e7e7e7 !important;
}
.page_box {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page_box .page_num {
  height: 66px;
  margin: 0;
  background: #fff;
  padding: 20px;
}
.page_box .page_num a {
  padding: 5px 10px;
  margin: 0 3%;
}
.page_box .btn_prev {
  background: url(../images/common/icon_prev.png) no-repeat left;
  background-size: 12px 14px;
  width: 20%;
  padding-left: 0 !important;
}
.page_box .btn_next {
  background: url(../images/common/icon_next.png) no-repeat right;
  background-size: 12px 14px;
  width: 20%;
  padding-right: 0 !important;
}
.page_box .page_num a.on {
  background-color: #666;
  color: #fff;
  border-radius: 100%;
}
.page_btn_box {
  height: 40px;
}
.page_btn_box .page_btn {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 5px 10px;
}
.page_btn_box .page_btn.btn_first_page {
  background: url(../images/common/icon_page_first.png) no-repeat left;
  background-size: 9px 10px;
  background-position-x: 10px;
  padding-left: 23px;
}
.page_btn_box .page_btn.btn_prev_page {
  background: url(../images/common/icon_page_prev.png) no-repeat left;
  background-size: 9px 10px;
  background-position-x: 10px;
  padding-left: 23px;
}
.page_btn_box .page_btn.btn_next_page {
  background: url(../images/common/icon_page_next.png) no-repeat right;
  background-size: 9px 10px;
  background-position-x: 68px;
  padding-left: 40px;
  padding-right: 55px;
  border-color: #666;
}
.page_btn_box .page_btn.btn_last_page {
  background: url(../images/common/icon_page_last.png) no-repeat right;
  background-size: 9px 10px;
  background-position-x: 25px;
  padding-right: 22px;
}

.board_list_img ul li {
  height: auto;
  padding: 5px 0;
}
.board_list_img ul li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.board_list_img ul li .thumb_box {
  width: 90px;
  height: 64px;
  float: left;
  padding-right: 0px;
  background-color: #4f50512b;
  border-radius: 10px;
}
.shadow_box.board_list_img ul li {
  height: auto !important;
}

.board_list_img ul li .thumb_box p {
  width: 115px;
  height: 79px;
  border-radius: 3px;
  overflow: hidden;
}
.board_list_img ul li .thumb_box .img_vert {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.board_list_img ul li .thumb_box .img_hori {
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.board_list_img ul li .thumb_contents_info {
  display: block;
  padding-left: 104px;
}
.board_list_img ul li .thumb_contents_info p,
.board_list_img ul li .thumb_contents_info span.board_name {
  font-size: 15px;
}
.board_list_img ul li .thumb_contents_info p.list_userinfo,
.board_list_img ul li .thumb_contents_info span {
  font-size: 12px;
}
.info_box {
  color: #888;
}
.info_box:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d8d8d8;
  margin: 0 8px;
}

.list_userinfo a {
  color: #888;
}

.banner_box {
  width: 100%;
}
.banner_box img {
  width: 100%;
}

.popular {
  position: relative;
  margin: 10px 0 0 0;
  background-color: #fff;
  width: 100%;
  padding: 0;
}
.popular .popular_more {
  position: absolute;
  top: 13px;
  right: 15px;
  height: 15px;
  font-size: 14px;
}
.popular h3 {
  font-size: 15px;
  font-weight: bold;
  color: #0096ff;
  height: 45px;
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 15px;
}
.popular ul {
  width: 49%;
  display: inline-block;
  margin: 0;
  padding-top: 10px;
  vertical-align: top;
}
.popular ul li {
  list-style: none;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 30px !important;
  background-color: #fff;
  border: 0;
  padding: 0;
}
.popular ul li a {
  background-color: #fff;
}
.popular ul li a span {
  padding-left: 27px;
}
.popular_rank1 {
  background: url(../images/common/icon_rank_1.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank2 {
  background: url(../images/common/icon_rank_2.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank3 {
  background: url(../images/common/icon_rank_3.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank4 {
  background: url(../images/common/icon_rank_4.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank5 {
  background: url(../images/common/icon_rank_5.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank6 {
  background: url(../images/common/icon_rank_6.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank7 {
  background: url(../images/common/icon_rank_7.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank8 {
  background: url(../images/common/icon_rank_8.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank9 {
  background: url(../images/common/icon_rank_9.png) no-repeat left;
  background-size: 17px 17px;
}
.popular_rank10 {
  background: url(../images/common/icon_rank_10.png) no-repeat left;
  background-size: 17px 17px;
}

.new_league_board {
  position: relative;
  margin: 0;
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.new_league_board h3 {
  font-size: 15px;
  font-weight: bold;
  color: #0096ff;
  height: 45px;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px;
}
.new_league_board ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding: 5px 15px;
  vertical-align: top;
}
.new_league_board ul li {
  list-style: none;
  text-decoration: none;
  width: 49%;
  display: inline-block;
  height: 30px !important;
  background-color: #fff;
  border: 0;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
  float: left;
}

.new_league_board .make_league {
  position: absolute;
  padding: 5px 10px;
  top: 7px;
  right: 15px;
  border: 1px solid #fe6c00;
  border-radius: 15px;
}
.league_list h3 {
  padding: 10px 15px;
  height: 43px;
}
.league_list h3 a {
  font-size: 15px;
  font-weight: bold;
}
.league_list h4 {
  border-top: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  height: 35px;
  font-size: 15px;
  padding: 6px 15px;
}
.league_list ul {
  margin: 0;
  padding: 0;
}
.league_list > ul > li {
  width: 50%;
  padding: 0 15px;
  border: 0;
  border-top: 1px solid #e7e7e7;
  border-collapse: collapse;
  height: 40px;
  font-size: 14px;
}
.league_list > ul > li > a {
  background: none;
  line-height: 40px;
  display: block;
}
.league_list ul li:nth-child(even) {
  border-left: 1px solid #e7e7e7;
}

.league_board_list {
  background-color: #fff;
  position: relative;
  background: linear-gradient(to bottom, #d9d9d9 0, #ffffff 7px, #ffffff 60%);
  padding-top: 10px;
}
.league_board_list ul li:first-child {
  padding-top: 0 !important;
  height: 50px !important;
  margin-top: 10px;
}
.league_board_list ul li .contents_info span {
  font-size: 12px;
}

.title_box {
  background-color: #fff;
  padding: 15px 15px 10px 15px;
}
.title_box h2.view_title {
  font-size: 26px;
  font-weight: normal;
  word-break: break-all;
}
.title_box h2.view_title .vote-cup {
  width: 40px;
  vertical-align: middle;
  margin-left: 10px;
}
.view_info {
  background-color: #fff;
  line-height: 16px;
}
.view_info2 {
  padding: 20px 15px 20px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.right-box {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-right: 15px;
}
.right-box a {
  color: #666;
}
.right-box span {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 0.6rem;
  color: #aaa;
}

.main_img {
  max-width: 100%;
  width: 100%;
  padding: 15px 0;
}
.main_img img {
  max-width: 100%;
}
.content_box .view_content {
  max-width: 100%;
  padding: 0 15px 15px 15px;
  font-size: 17px;
}
.recom_area {
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.recom_area .recom_btn {
  border: 0;
  width: 105px;
  height: 85px;
  background: url(../images/common/btn_recom.png) no-repeat left;
  background-size: 105px 85px;
  position: relative;
}
.recom_area .unrecom_btn {
  border: 0;
  width: 105px;
  height: 85px;
  background: url(../images/common/btn_unrecom.png) no-repeat left;
  background-size: 105px 85px;
  position: relative;
}
.recom_area .recom_btn span {
  position: absolute;
  color: #fff;
  font-weight: bold;
  width: 100%;
  left: -3px;
  bottom: 20px;
}
.recom_area .unrecom_btn span {
  position: absolute;
  color: #999;
  font-weight: bold;
  width: 100%;
  left: -3px;
  bottom: 20px;
}
.util_area {
  padding: 15px 15px;
}
.util_area span {
  color: #e7e7e7;
  font-size: 0.6rem;
  display: inline-block;
  position: relative;
  top: -2px;
}
.btn_share {
  background: url(../images/common/icon_share.png) no-repeat left;
  background-size: 24px 15px;
  padding-left: 24px;
}

.board_btn {
  padding: 15px 15px 20px 15px;
  background: #fff;
}
.board_btn .border-box {
  padding: 3px 8px;
}
.board_btn .border-box.btn_write_reply {
  border-color: #666;
  color: #333;
}

.my-post {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  padding: 10px 0 0 0;
}
.my-post p {
  color: #888;
}
.my-post ul {
  text-align: left;
  border-top: 1px solid #e7e7e7;
  margin: 0 15px;
}
.my-post ul li {
  padding: 10px 0;
}
.my-post .bg_triangle_fold {
  color: #333;
  background: url(../images/common/icon_triangle_fold.png) no-repeat right;
  background-size: 12px 12px;
  padding-right: 15px;
}
.my-post .bg_triangle_fold.on {
  background: url(../images/common/icon_triangle_unfold.png) no-repeat right;
  background-size: 12px 12px;
  padding-right: 15px;
}

.best_reply_box {
  /* border-top: 1px solid #c8cbde; */
  /* border-bottom: 1px solid #c8cbde; */
  background-color: #ebedfb;
  padding: 0 0;
}
.best_reply_box .best_replys {
  border-bottom: 1px solid #c8cbde;
  padding: 10px 15px 18px;
}
.best_reply_box .best_replys:last-child {
  border: 0;
}
.best_reply_box .best_replys .best_reply_info {
  background: url(../images/common/icon_best_reply.png) no-repeat left;
  background-size: 37px 24px;
  padding-left: 45px;
  height: 24px;
  line-height: 24px;
}
.best_reply_box .best_replys .best_reply_info p {
  margin-bottom: 3px;
}
.best_reply_box .best_replys .best_reply_info p .pop_user {
  color: #333;
}
.best_reply_box .best_replys .best_reply_info .reply_date {
  color: #aaa;
}
.best_reply_box .best_replys .best_reply_info .icon_block {
  width: 24px;
  vertical-align: bottom;
}
.best_reply_box .best_replys .best_reply_content {
  padding: 5px 0;
  font-size: 14px;
  word-break: break-all;
}
.best_reply_box .best_replys .best_reply_btns {
  padding: 15px 0 0 0;
}

.reply_box {
  width: 100%;
  /* padding: 10px 0; */
  /* margin-bottom: 10px; */
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
.reply_box .reply_view_condition {
  padding: 15px 15px;
}
.reply_box .reply_view_condition a {
  color: #888;
}
.reply_box .reply_view_condition a.on {
  color: #333;
}

.reply_box .reply_view_condition .btn_fold_reply.open {
  color: #333;
  background: url(../images/common/icon_triangle_unfold.png) no-repeat right
    10px center;
  background-size: 12px 12px;
  padding-right: 32px;
}
.reply_box .reply_view_condition .btn_fold_reply {
  color: #333;
  background: url(../images/common/icon_triangle_fold.png) no-repeat right 10px
    center;
  background-size: 12px 12px;
  padding-right: 32px;
}
.reply_box .reply_view_condition .bars {
  display: inline-block;
  /* color:#888; */
  width: 1px;
  height: 12px;
  text-indent: -999px;
  background: #aaa;
  vertical-align: middle;
  overflow: hidden;
  margin: -2px 4px 0;
}

.play-btn {
  width: 25px;
  height: 25px;
  padding: 0px;
  display: inline;
  vertical-align: middle;
  margin-bottom: 3px;
}
.close-btn {
  width: 25px;
  height: 25px;
  padding: 0px;
  display: inline;
  vertical-align: middle;
}
.mbest_reply {
  background: #ebedfb;
}
.reply_box .reply {
  border-top: 1px solid #e7e7e7;
  padding: 10px 15px 18px;
}
.reply_box .reply:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.reply_box .reply .reply_info {
  height: 24px;
  line-height: 24px;
}
.reply_box .reply .reply_info .icon_reply {
  margin-right: 7px;
}
.reply_box .reply .reply_info.best_writer {
  background: url(../images/common/icon_best_reply.png) no-repeat left;
  background-size: 37px 24px;
  padding-left: 45px;
  height: 24px;
  line-height: 24px;
}
.reply_box .reply .reply_info p {
  margin-bottom: 3px;
}
.reply_box .reply .reply_info p .pop_user {
  color: #333;
}
.reply_box .reply .reply_info .reply_date {
  color: #aaa;
}
.reply_box .reply .reply_info .icon_block {
  width: 24px;
  vertical-align: bottom;
}
.reply_box .reply .reply_content {
  padding: 5px 0;
  font-size: 14px;
  word-break: break-all;
}
.reply_box .reply .reply_btns {
  padding: 15px 0 0 0;
}

.reply_box .reply_more {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.reply_box .btn_reply_more img {
  width: 17px;
  height: 10px;
  margin-left: 3px;
}

.reply_box .reply_write_box {
  border: 1px solid #aaa;
  width: 100%;
}
.reply_box .reply_write_box textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  height: 130px;
  font-size: 15px;
}
.reply_box .reply_write_box textarea:placeholder {
  font-size: 15px;
}
.reply_box .reply_write_box .reply_write_btn {
  background-color: #f8f8f8;
  height: 45px;
  padding: 12px 0;
}
.reply_box .reply_write_box .reply_write_btn a {
  padding: 12px 15px;
  width: auto;
}
.reply_box .reply_write_box .reply_write_btn a.point {
  padding-left: 0;
  padding-right: 20px;
}

.reply_box .reply_write_box .reply_write_btn button {
  padding: 12px 15px;
  width: auto;
  border: 0;
  background: none;
  line-height: 0;
}
.reply_box .reply_write_box .reply_write_btn button.point {
  padding-left: 0;
  padding-right: 20px;
  border: 0;
  background: none;
  line-height: 0;
}

.reply_box .reply_write_box .reply_write_btn .btn_emoticon {
  background: url(../images/common/icon_emoticon.png) no-repeat center;
  background-size: 18px 16px;
  margin-left: 8px;
}
.reply_box .reply_write_box .reply_write_btn .btn_picture {
  background: url(../images/common/icon_picture.png) no-repeat center;
  background-size: 18px 16px;
}

/* SUB PAGE */
.sub_content {
  /* background-color: #fff; */
}
.sub_content p {
  font-size: 12px;
}
.sub_content .box {
  padding: 0;
}
.sub_content .category {
  color: #888;
  vertical-align: middle;
  background: url(../images/common/icon_next.png) no-repeat right;
  background-size: 12px 14px;
  padding-right: 23px;
  margin-right: 5px;
  line-height: 32px;
}
.sub_content .now-category {
  color: #333;
  vertical-align: middle;
  line-height: 32px;
}
.sub_content .write_submit {
  background-color: #f2f2f2;
  color: #888;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 23px;
}
.sub_content .write_submit.on {
  background-color: #0096ff;
  color: #fff;
}
.sub_content .write_cancel {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 23px;
  color: #333;
  width: 100%;
  height: 45px;
}

.sub_content .ip_title {
  color: #333;
  font-size: 1.4em;
  padding-bottom: 5px;
}
.sub_content .ip_title::placeholder {
  color: #333;
}
.sub_content .ip_textarea {
  font-size: 1.2em;
  width: 100%;
  border: 0;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
  height: 200px;
}
.sub_content .tmp_editor_img {
  border-bottom: 1px solid #e7e7e7;
}
.sub_content .tmp_editor_img img {
  width: 330px;
  max-width: 100%;
}
.sub_content .file_regist {
  height: 150px;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
.sub_content .file_regist .border-box {
  margin-bottom: 15px;
  background-color: #fff;
  padding-bottom: 8px;
}
.sub_content .file_upload {
  border-top: 1px solid #e7e7e7;
}
.sub_content .file_upload .file_total {
  padding: 5px 0;
}
.sub_content .file_upload .file_total p {
  display: inline-block;
}
.sub_content .file_upload .file_total .file_count,
.sub_content .file_upload .file_total .file_total_size {
  color: #333;
}
.sub_content .file_upload .img_box {
  width: 100%;
}
.sub_content .file_upload .upload_list {
  padding: 20px 0 20px 10px;
  width: 100%;
  overflow-x: scroll;
  margin-left: 0px;
}
.sub_content .file_upload .upload_list li {
  position: relative;
  display: table-cell;
  width: 90px;
  height: 90px;
  padding: 0 15px 0 0;
}
.sub_content .file_upload .upload_list li img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 3px;
}
.sub_content .file_upload .upload_list li .del_img {
  position: absolute;
  top: -10px;
  right: 5px;
  background: url(../images/common/icon_close2.png) no-repeat center;
  background-size: 8px 8px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.sub_content .file_upload .upload_list li .repr_img {
  position: absolute;
  top: -10px;
  left: -10px;
  background: url(../images/common/icon_repr.png) no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  border: 0;
}

.form_box {
  padding: 10px 15px;
}
.form_box dl {
  padding-top: 5px;
  width: 100%;
  display: table;
}
.form_box dl dt {
  width: 85px;
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
}
.form_box dl dd {
  display: table-cell;
}
.form_box div {
  display: inline-block;
}
.form_box .league_url {
  font-size: 0.8em;
}
.form_box .ip_league_url {
  width: 100%;
}
.form_box input[type="text"],
.form_box input[type="number"],
.form_box input[type="password"],
.form_box textarea {
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 8px;
  font-size: 1em;
}
.form_box textarea {
  height: 130px;
  width: 100%;
}
.form_box .select-box {
  margin: 0;
}
.form_box .select-box select {
  padding: 8px 20px 8px 5px;
}
/*.form_box .league_url_dd{text-align:right;}*/
.form_box .league_url_dd div {
  width: 34%;
}
.form_box .alert_text {
  color: #f00;
}
.form_box.form_text {
  padding: 0;
}
.league_complete {
  padding: 0 15px 50px 15px;
}
.league_complete .form_box {
  padding: 25px 0;
}
.league_complete .league_comment_box {
  text-align: center;
  padding: 35px 0;
  border-bottom: 1px solid #e7e7e7;
}
.league_complete .league_comment_box h3 {
  font-size: 17px;
  padding-bottom: 15px;
}
.league_complete .form_box dl dt {
  padding: 0;
  vertical-align: middle;
}

/* SIGNUP */
.signup_box .signup_comment_box {
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.signup_box .signup_comment_box p {
  position: relative;
}
.signup_box .signup_comment_box p span {
  font-size: 25px;
  padding: 0 5px;
  color: #d8d8d8;
}
.signup_box .signup_comment_box p span.active {
  font-size: 25px;
  padding: 0 3px;
  color: #666;
}
.signup_box .signup_comment_box h3 {
  font-size: 17px;
}
.signup_box .signup_comment_box h5 {
  font-size: 1.1em;
  padding: 0 13%;
}
.signup_box .form_box {
  padding: 15px;
}
.signup_box .form_box dl {
  padding: 5px 0;
}
.signup_box .form_box dl dt {
  padding: 0;
}
.signup_box .link_txt {
  text-align: center;
  padding: 15px;
}
.signup_box .link_txt a {
  font-size: 1.1em;
  color: #0096ff;
}
.signup_box .login_icon {
  background-position: left;
  padding-left: 20px;
}
.signup_box .write_submit {
  height: 35px;
  line-height: 35px;
}
.signup_box .signup_form {
  padding-bottom: 30px;
  padding-top: 30px;
}
.signup_box .signup_form div {
  width: 100%;
  padding-bottom: 10px;
}
.signup_box .signup_form div input[type="text"],
.signup_box .signup_form div input[type="password"] {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 38px;
  font-size: 13px;
}
.signup_box .signup_form div input[type="text"]:focus,
.signup_box .signup_form div input[type="password"]:focus {
  border: 1px solid #333;
}
.signup_box .signup_form div p {
  padding: 3px 0 0 10px;
}
.signup_box .alert_text.point {
  color: #0096ff;
}
.signup_box .signup_comment_box.sns_login {
  padding: 20px 0;
  margin: 0 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 0;
}
.signup_box .signup_comment_box.sns_login h4 {
  height: 35px;
}
.signup_box .signup_comment_box.sns_login p {
  color: #888;
  font-size: 1em;
}
.signup_box .sns_btn {
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.signup_box .sns_btn div {
  width: 100%;
  padding: 7px 10px 0 10px;
}
.signup_box .sns_btn a {
  border: 1px solid #e7e7e7;
  padding: 8px 0 8px 28px;
  border-radius: 5px;
  width: 48%;
  display: inline-block;
  font-weight: bold;
  position: relative;
  color: #888;
}
.signup_box .sns_btn a:before {
  content: "|";
  position: absolute;
  top: 7px;
  left: 35px;
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
}
.signup_box .sns_btn a.login_ka {
  background: url(../images/common/icon_kakao.png) no-repeat left 10px center;
  background-size: 18px 18px;
}
.signup_box .sns_btn a.login_na {
  background: url(../images/common/icon_na.png) no-repeat left 10px center;
  background-size: 18px 18px;
}
.signup_box .sns_btn a.login_fa {
  background: url(../images/common/icon_fa.png) no-repeat left 10px center;
  background-size: 18px 18px;
}
.signup_box .sns_btn a.login_go {
  background: url(../images/common/icon_go.png) no-repeat left 10px center;
  background-size: 18px 18px;
}
.signup_box .signup_form .right-box {
  width: 50%;
  text-align: right;
  margin: 0;
}
.signup_box .adult_comment_box {
  padding: 20px 15px 20px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.signup_box .adult_comment_box p {
  padding-bottom: 5px;
  font-size: 13px;
}
.signup_box .adult_btn_box {
  margin: 0 auto;
  text-align: center;
}
.signup_box .adult_btn_box button {
  width: 47% !important;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.signup_box .adult_btn_box button {
  background-color: #fff;
  color: #333;
  border: 1px solid #d8d8d8;
  border-radius: 23px;
}
.signup_box .adult_btn_box button.on {
  background-color: #0096ff;
  color: #fff;
  border: 0;
  border-radius: 23px;
}
.signup_box .adult_btn_box button:last-child {
  margin-left: 10px;
}
.signup_box .info_txt {
  padding: 25px 15px;
  border-top: 1px solid #e7e7e7;
  color: #888;
  font-size: 13px;
  line-height: 20px;
}
.terms_box p {
  font-size: 13px;
}

/* CS CENTER */
.cs_menu {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.cs_menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.cs_menu ul li {
  width: 19%;
  padding: 7px 0;
  border: 0;
  border-collapse: collapse;
  height: 34px;
  display: inline-block;
}
.cs_menu ul li a {
  padding: 7px 0;
}
.cs_menu ul li a.active {
  border-bottom: 2px solid #0096ff;
  color: #0096ff;
}
.cs_box {
  background-color: #fff;
}
.cs_box ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0 9px 0;
  height: auto;
}
.cs_box .content {
  padding-bottom: 3px;
  font-size: 15px;
}
.cs_box .content span {
  padding-right: 3px;
}
.cs_box ul li p {
  color: #888;
  font-size: 12px;
}
.cs_box .more {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
  margin: 0 15px;
  text-align: center;
}
.cs_box .more img {
  width: 17px;
  height: auto;
}
.faq-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
}
.faq-box div {
  display: table-row;
  width: 100%;
}
.faq-box div a {
  display: table-cell;
  border: 1px solid #e7e7e7;
  width: 33.5%;
  padding: 8px;
  color: #888;
}
.faq-box div a.active {
  color: #333;
}
.cs_box .inquiry_list li {
  display: table;
  table-layout: fixed;
}
.cs_box .inquiry_list li .content {
  display: table-cell;
  width: 75%;
}
.cs_box .inquiry_list li span {
  display: table-cell;
  width: 25%;
  text-align: right;
  font-size: 13px;
  vertical-align: middle;
}
.sub_content .inquiry_form {
  padding: 15px;
}
.sub_content .inquiry_form .ip_title {
  font-size: 26px;
}
.sub_content .inquiry_form textarea {
  font-size: 17px;
}
.cs_box .go_list {
  padding: 10px;
  background-color: #fff;
  color: #333;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  width: 100%;
  margin: 30px 0 70px 0;
}
.cs_box .title_box {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #e7e7e7;
}
.cs_box .title_box p {
  font-size: 12px;
  line-height: 19px;
}
.cs_box .view_title {
  font-weight: normal;
  font-size: 15px;
}
.cs_box .view_content {
  padding: 15px;
  font-size: 15px;
}
.cs_box .view_content img {
  max-width: 100% !important;
}
.cs_box .answer_box {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 15px 30px 15px;
  background-color: #f8f8f8;
}
.cs_box .answer_box div {
  display: table-cell;
  font-size: 15px;
}
.cs_box .answer_box div.answer_indent {
  width: 45px;
}
.cs_box .answer_box div.answer_indent p {
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-color: #0096ff;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  line-height: 30px;
}
.cs_box .answer_box div.answer_content {
  width: 85%;
  vertical-align: top;
  padding-top: 5px;
}
.cs_box .answer_box div.answer_content p {
  padding: 20px 0 10px 0;
}
.cs_box .question_box {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 15px 30px 15px;
  background-color: #fff;
  border-bottom: #e7e7e7;
}
.cs_box .question_box div {
  display: table-cell;
  font-size: 15px;
}
.cs_box .question_box div.question_indent {
  width: 45px;
}
.cs_box .question_box div.question_indent p {
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-color: #f2f2f2;
  border-radius: 100%;
  color: #888;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  line-height: 30px;
}
.cs_box .question_box div.question_content {
  width: 85%;
  vertical-align: top;
  padding-top: 5px;
}
.cs_box .question_box div.question_content p {
  padding: 20px 0 10px 0;
}
.cs_box .checks input[type="checkbox"] + label {
  display: inline;
  padding-left: 25px;
  top: 2px;
}
.cs_box ul li .list_userinfo span::before {
  content: "|";
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
  margin: 0 10px;
}
.cs_box ul li .list_userinfo button {
  background-color: #fff;
  border: 0;
  color: #0096ff;
  font-size: 12px;
}
.cs_box .control_box {
  height: 42px;
  padding: 11px 15px;
}
.cs_box .control_box div {
  display: inline-block;
}
.cs_box .control_box div a {
  padding: 5px 8px;
}
.cs_box .title_box dl {
  margin-bottom: 8px;
}
.cs_box .title_box dt,
.cs_box .title_box dd {
  display: inline-block;
}
.cs_box .title_box dt {
  color: #333;
  font-size: 12px;
}
.cs_box .title_box dd {
  color: #888;
  font-size: 12px;
  margin-left: 15px;
}
.cs_box .title_box button {
  margin-left: 10px;
  padding: 3px 7px;
  border: 0;
  font-size: 12px;
  color: #333;
}

/* MESSAGE */
.message_box {
  background-color: #fff;
}
.message_box ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0;
  height: auto;
}
.message_box ul li div.table {
  display: table-cell;
}
.message_box .content .content_title {
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.message_box .content span {
  padding-right: 3px;
}
.message_box ul li p {
  color: #888;
  font-size: 12px;
}
.message_box .checks input[type="checkbox"] + label {
  display: inline;
  padding-left: 25px;
  top: 2px;
}
.message_box ul li .list_userinfo span::before {
  content: "|";
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
  margin: 0 10px;
}
.message_box ul li .list_userinfo button {
  background-color: #fff;
  border: 0;
  color: #0096ff;
  font-size: 12px;
}
.message_box .control_box {
  height: 42px;
  padding: 11px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.message_box .control_box div {
  display: inline-block;
}
.message_box .control_box div a {
  padding: 5px 8px;
}
.message_box .title_box {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #e7e7e7;
}
.message_box .title_box p {
  font-size: 12px;
  line-height: 19px;
}
.message_box .title_box dl {
  margin-bottom: 8px;
}
.message_box .title_box dt,
.message_box .title_box dd {
  display: inline-block;
}
.message_box .title_box dt {
  color: #333;
  font-size: 12px;
}
.message_box .title_box dd {
  color: #888;
  font-size: 12px;
  margin-left: 15px;
}
.message_box .title_box button {
  margin-left: 10px;
  padding: 3px 7px;
  border: 0;
  font-size: 12px;
  color: #333;
}
.message_box .view_content {
  padding: 15px;
  font-size: 15px;
}
.message_box .view_content img {
  max-width: 100% !important;
}

/* NOTIFY */
.notify_menu {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.notify_menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.notify_menu ul li {
  width: 19%;
  padding: 7px 0;
  border: 0;
  border-collapse: collapse;
  height: 34px;
  display: inline-block;
}
.notify_menu ul li a {
  padding: 7px 0;
}
.notify_menu ul li a.active {
  border-bottom: 2px solid #0096ff;
  color: #0096ff;
}
.notify_box {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
}
.notify_box ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0 9px 0;
  height: auto;
  position: relative;
  background: url(../images/common/more_arrow.png) no-repeat 100% 50%;
}
.notify_box .content {
  padding: 0 20px 0 0;
  font-size: 15px;
  display: block;
}
.notify_box .content span {
  padding-right: 3px;
}
.notify_box ul li p {
  color: #888;
  font-size: 12px;
}
.notify_box ul li .list_userinfo a {
  color: #333;
}
.notify_box ul li p span::before {
  content: "|";
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
  margin: 0 5px;
}
.notify_box .control_box {
  height: 42px;
  padding: 11px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.notify_box .control_box div {
  display: inline-block;
}
.notify_box .control_box div a {
  padding: 5px 8px;
}
.notify_box .alarm_box {
  font-size: 13px;
}
.notify_box .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
}
.notify_box .ellipsis1 {
  font-size: 15px;
  padding-right: 20px;
}

/* MYPAGE */
.mypage_menu {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.mypage_menu ul {
  margin: 0;
  padding: 0.6rem;
  text-align: center;
}
.mypage_menu ul li {
  width: calc((100% - 0px) / 4);
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.mypage_menu ul li a {
  display: block;
  white-space: nowrap;
  border-radius: 3rem;
}
.mypage_menu ul li a.active {
  background-color: #0096ff;
  color: #fff;
  border-radius: 3rem;
}
.mypage_menu .p-menu-wrap {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mypage_box {
  background-color: #fff;
}
.mypage_box .myimg {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 40px;
  border: 1px solid #e2e2e2;
}
.mypage_box .img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
.mypage_box .myimg img {
  width: 100%;
  height: auto;
}
.mypage_box .myimg input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mypage_box .myimg label {
  display: inline-block;
  width: 160px;
  height: 33px;
  color: #333;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 35px;
  text-align: center;
  padding-top: 6px;
  margin-top: 15px;
}
.empty-content {
  min-height: 400px;
}
.mypage_form {
  margin-top: 10px;
  padding-bottom: 40px;
  background: #fff;
}
.mypage_form h4,
.mypage_form p {
  display: inline-block;
}
.mypage_form h4 {
  padding: 5px 5px 0 0;
  height: 35px;
  font-size: 15px;
}
.mypage_form p.alert_text {
  display: block;
}
.mypage_form p span {
  color: #888;
  font-size: 12px;
}
.mypage_form .form_box {
  margin-bottom: 10px;
  background-color: #fff;
}
.mypage_form .form_box dl {
  height: 35px;
  padding-top: 7px;
}
.mypage_form .form_box dd {
  position: relative;
  vertical-align: middle;
}
.mypage_form .form_box dd div {
  padding-right: 90px;
}
.mypage_form .form_box dd input {
  padding-left: 3px;
  border-radius: 2px;
}
/*.mypage_form .form_box button {width:84px;height:35px;background-color:#fff;color:#333;position:absolute;right:0;top:0;font-size:13px;}*/
.mypage_form .form_box span {
  height: 35px;
}
.mypage_form .form_box button.change_login,
.mypage_form .form_box button.phone_auth {
  padding: 0;
}
.mypage_form .form_box button.email_auth {
  padding: 0;
  color: #888;
  background-color: #e7e7e7;
}
.mypage_form .form_box button.search_zipcode {
  width: 92px;
  padding: 0;
  position: relative;
}
.mypage_form .form_box ul {
  margin: 15px 0 8px 0;
}
.mypage_form .form_box ul li {
  color: #888;
  height: 1.2em;
  font-size: 12px;
  border: 0;
  padding: 0;
}
.mypage_form .form_box .radio input[type="radio"] + label {
  padding-left: 25px;
}
.mypage_form .form_box .radio input[type="radio"] + label:before {
  background-color: #fff;
}
.mypage_form .form_box .radio input[type="radio"] + label:last-child {
  margin-left: 15px;
}
.mypage_form .edit_submit {
  background-color: #0096ff;
  color: #fff;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 23px;
  margin-top: 5px;
}

.activity_menu_box ul {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 10px 15px;
  overflow: hidden;
}
.activity_menu_box ul li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  background-color: #fff;
  padding: 10px 0;
  width: 33.3%;
  border: 0;
  text-align: center;
  float: left;
}
.activity_menu_box ul li:nth-child(2),
.activity_menu_box ul li:nth-child(3) {
  border-left: 1px solid #d8d8d8;
  border-collapse: collapse;
}
.activity_menu_box ul li.active {
  background-color: #f8f8f8;
}
.activity_menu_box ul li.active a {
  color: #0096ff;
  font-weight: bold;
}
.mypage_info_box1 {
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px 10px;
}
.mypage_info_box1 .user_info {
  display: inline-block;
  padding: 8px 0 8px 25px;
  margin-top: 5px;
  font-size: 17px;
}
.mypage_info_box1 .level_info {
  width: 100%;
  text-align: center;
}
.mypage_info_box1 .level_info a {
  display: inline-block;
  width: 160px;
  height: 33px;
  color: #333;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
  border-radius: 35px;
  padding-top: 6px;
  margin-top: 20px;
}
.mypage_info_box1 dt,
.mypage_info_box1 dd {
  display: inline-block;
  font-size: 12px;
}
.mypage_info_box1 dt {
  color: #888;
}

.mypage_info_box2 {
  border-radius: 5px;
}
.mypage_info_box2 ul {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 15px;
  overflow: hidden;
  height: 90px;
}
.mypage_info_box2 ul li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  background-color: #fff;
  margin: 25px 0;
  width: 33.3%;
  border: 0;
  text-align: center;
  float: left;
}
.mypage_info_box2 ul li:nth-child(2),
.mypage_info_box2 ul li:nth-child(3) {
  border-left: 1px solid #d8d8d8;
}
.mypage_info_box2 ul li dl {
  position: relative;
  text-align: center;
  height: 40px;
}
.mypage_info_box2 ul li dt {
  position: absolute;
  top: 23px;
  text-align: center;
  width: 100%;
  color: #888;
  font-size: 12px;
}
.mypage_info_box2 ul li dd {
  position: absolute;
  top: -5px;
  text-align: center;
  width: 100%;
  font-size: 23px;
}
.mypage_point_box {
  border-radius: 5px;
  margin: 10px 15px;
  height: 100px;
  background-color: #fff;
  color: #333;
}
.mypage_point_box dl {
  padding: 20px;
}
.mypage_point_box dt {
  font-size: 20px;
}
.mypage_point_box dd {
  display: inline-block;
  font-size: 30px;
  padding-right: 23px;
  background: url(../images/common/icon_point.png) no-repeat right 40%;
  background-size: 15px 15px;
}
.mypage_cash_box {
  border-radius: 5px;
  margin: 10px 15px;
  height: 100px;
  background-color: #0096ff;
  color: #fff;
}
.mypage_cash_box dl {
  padding: 20px;
}
.mypage_cash_box dd {
  display: inline-block;
  font-size: 30px;
  padding-right: 23px;
  background: url(../images/common/icon_cashW.png) no-repeat right 40%;
  background-size: 15px 15px;
}
p.point_info_txt {
  color: #888;
  margin: 20px 15px 40px 15px;
  font-size: 12px;
}

.mypage_box .control_box {
  height: 42px;
  padding: 11px 15px;
  border-bottom: 1px solid #e7e7e7 !important;
  position: relative;
}
.mypage_box .control_box div {
  display: inline-block;
}
.mypage_box .checks input[type="checkbox"] + label {
  display: inline;
  padding-left: 23px;
}
.mypage_box .content {
  display: inline-block;
  padding: 0 0 3px 0;
}
.mypage_box ul li p.list_userinfo {
  color: #888;
  font-size: 12px;
  vertical-align: top;
}
.mypage_box ul li span.right-box {
  padding-right: 3px;
  color: #888;
  font-size: 12px;
}
.mypage_more {
  border-top: 1px solid #e7e7e7;
  padding: 25px 0 50px 0;
  margin: 0 15px;
  text-align: center;
  background-color: #f1f2f5;
}
.mypage_more img {
  width: 17px;
  height: auto;
}
.mypage_more.sanction {
  border: 0;
  padding-top: 0;
}
.mypage_more.bgW {
  background-color: #fff;
  margin: 0;
  border: 0;
  padding-top: 10px;
}
.mypage_box.ac_box {
  margin: 10px 15px;
}
.mypage_box.ac_box ul {
  margin: 0;
  background-color: #f1f2f5;
}
.mypage_box.ac_box ul li {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  height: auto;
  margin: 5px 0;
}
.mypage_box.ac_box ul li p {
  font-size: 13px;
  color: #333;
  padding: 0 15px;
}
.mypage_box.ac_box ul li p.date {
  padding-bottom: 10px;
}
.mypage_box.ac_box ul li .content {
  font-size: 12px;
  padding: 0 15px;
}
.mypage_box.ac_box ul li .right-box {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #ffb71b;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0;
}

.mypage_box.ac_box ul li .ellipsis1 {
  transition: all 1s;
}
.mypage_box.ac_box ul li dl {
  margin-top: 10px;
}
.mypage_box.ac_box ul li dt {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.mypage_box.ac_box ul li dd {
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 8px;
  width: 66%;
  font-size: 13px;
}

.favorites_menu_box ul {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 10px 15px;
  overflow: hidden;
}
.favorites_menu_box ul li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  background-color: #fff;
  padding: 10px 0;
  width: 50%;
  border: 0;
  text-align: center;
  float: left;
}
.favorites_menu_box ul li:nth-child(2) {
  border-left: 1px solid #d8d8d8;
  border-collapse: collapse;
}
.favorites_menu_box ul li.active {
  background-color: #f8f8f8;
}
.favorites_menu_box ul li.active a {
  color: #0096ff;
  font-weight: bold;
}

.mypage_box.fav_box .favorite_category {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
.mypage_box.fav_box .title_area {
  width: 52%;
  position: absolute;
  right: 15px;
  font-size: 13px;
}
.mypage_box.fav_box ul li {
  height: 45px;
  padding: 12px 0;
}
.mypage_box.fav_box .checks input[type="checkbox"] + label {
  padding-left: 28px;
}

.mypage_cash_box2 {
  border-radius: 5px;
  margin: 10px 15px;
  height: 100px;
  background-color: #0096ff;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.mypage_cash_box2 dl {
  padding: 20px;
  margin-left: 23px;
}
.mypage_cash_box2 dd {
  display: inline-block;
  font-size: 30px;
  padding-right: 23px;
  background: url(../images/common/icon_cashW.png) no-repeat right 40%;
  background-size: 15px 15px;
}

.mypage_box .cash_list_search {
  padding: 15px;
}
.mypage_box .cash_list_search .select-box {
  margin: 0;
}
.mypage_box ul.cash_history li {
  background-color: #f4f4f4;
  padding: 10px 15px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 7px;
  border: 0;
  position: relative;
}
.mypage_box ul.cash_history li .record_date {
  font-size: 21px;
}
.mypage_box ul.cash_history li .record_amount {
  font-size: 15px;
  padding-left: 25px;
  position: absolute;
  top: 15px;
}
.mypage_box ul.cash_history li .right-box {
  padding: 5px 0 0 0;
  font-size: 15px;
}
.mypage_box ul.cash_history li.cash_minus {
  background-color: #f6ede0;
}
.mypage_form.exchange_form {
  padding-bottom: 0;
}
.mypage_form.exchange_form .exchange_money {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
}
.mypage_form.exchange_form dl {
  padding-top: 10px;
}
.mypage_form.exchange_form dd span:nth-child(1) {
  font-weight: bold;
}
.mypage_form.exchange_form .select-box {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.mypage_form.exchange_form .select-box select {
  width: 100%;
}
.mypage_form.exchange_form .img_box {
  width: 100%;
}
.mypage_form.exchange_form .img_box img {
  width: 100%;
  max-width: 100%;
}
.mypage_form.exchange_form .for_border {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}
.mypage_form.exchange_form .for_border span {
  display: inline-block;
  height: 23px;
  padding: 5px;
  font-weight: normal !important;
}
.mypage_form.exchange_form .delete_id {
  top: 45px;
}
.mypage_form .form_box .chk_process {
  width: 80px;
  color: #0096ff;
  position: absolute;
  right: 0;
  top: 85px;
  font-size: 12px;
}
.mypage_form .btn_box {
  background-color: #fff;
  padding: 0 15px;
}
.mypage_form .btn_box .btn_save {
  background-color: #0096ff;
  color: #fff;
  width: 100%;
  height: 35px;
  border: 0;
  border-radius: 18px;
  margin-top: 5px;
}
.mypage_form .append_txt {
  background-color: #fff;
  border: 0;
  padding: 10px 15px 20px 15px;
  width: 100%;
  text-align: center;
}
.mypage_form .append_txt span {
  font-size: 13px;
}

.mypage_box h4 {
  display: block;
  padding: 5px 0;
  height: 35px;
  font-size: 15px;
  margin-bottom: 5px;
}
.mypage_box .checks input[type="checkbox"] + label {
  padding-left: 28px;
}
.mypage_box ul.chks_ul {
  border: 0;
  margin: 5px 0 0 0;
}
.mypage_box ul.chks_ul li {
  padding: 0;
  width: 50%;
  border: 0;
  float: left;
  height: 35px;
}
.mypage_box ul.chks_ul li label {
  font-size: 13px;
}
.mypage_box .append_txt {
  background-color: #fff;
  color: #888;
  border: 0;
  padding: 13px 15px;
  width: 100%;
  text-align: left;
}
.mypage_box .append_txt span {
  font-size: 13px;
}
.mypage_box .toggle_setting {
  top: 20px;
}

.mypage_box .toggle_setting .add_text {
  margin-right: 30px;
}

/* MANAGER */
.manager_menu {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.manager_menu ul {
  margin: 0;
  padding: 0 15px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.manager_menu ul li {
  width: 24%;
  padding: 7px 0;
  border: 0;
  border-collapse: collapse;
  height: 34px;
  display: inline-block;
}
.manager_menu ul li a {
  padding: 7px 0;
}
.manager_menu ul li a.active {
  border-bottom: 2px solid #0096ff;
  color: #0096ff;
}

.manager_menu_box ul {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 10px 15px;
  overflow: hidden;
}
.manager_menu_box ul li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  background-color: #fff;
  padding: 10px 0;
  width: 33.3%;
  border: 0;
  text-align: center;
  float: left;
}
.manager_menu_box ul li:nth-child(2),
.manager_menu_box ul li:nth-child(3) {
  border-left: 1px solid #d8d8d8;
  border-collapse: collapse;
}
.manager_menu_box ul li.active {
  background-color: #f8f8f8;
}
.manager_menu_box ul li.active a {
  color: #0096ff;
  font-weight: bold;
}

.manager_box .control_box {
  position: relative;
}
.manager_box .control_box input[type="text"] {
  min-width: 135px;
  width: 130px;
  height: 31px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  position: relative;
}
.manager_box .control_box .right-box {
  top: 6px;
}
.manager_box .control_box .right-box a {
  padding: 5px 7px;
}
.manager_box .control_box .select-box {
  padding-right: 10px;
  width: 105px;
}
.manager_box .control_box select {
  width: 95px;
}
.manager_box .control_box .select-box:last-child {
  margin-top: 0;
}
.manager_box {
  background-color: #fff;
}
.manager_box table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.manager_box table th,
.manager_box table td {
  height: 45px;
  border-bottom: 1px solid #e7e7e7;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}
.manager_box table th {
  font-size: 15px;
}
.manager_box table td {
  font-size: 12px;
}
.manager_box .more {
  padding: 20px 0;
  text-align: center;
}
.manager_box .more img {
  width: 17px;
  height: auto;
}

.manager_box ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0 9px 0;
  height: auto;
  position: relative;
  background: url(../images/common/more_arrow.png) no-repeat 100% 50%;
}
.manager_box .content {
  padding: 0 20px 3px 0;
  font-size: 14px;
}
.manager_box .content span {
  padding-right: 3px;
}
.manager_box ul li p {
  color: #888;
  font-size: 12px;
}
.manager_box ul li .list_userinfo a {
  color: #888;
}
.manager_box ul li p span::before {
  content: "|";
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
  margin: 0 7px;
}
.manager_box .ellipsis1 {
  font-size: 14px;
  padding-right: 20px;
}
.manager_box .ellipsis1 .contents_title {
  font-size: 15px;
  padding-right: 5px;
}
.manager_box .list_userinfo {
  display: inline-block;
}

.manager_box .control_box .contents_title {
  padding: 9px 15px;
  font-size: 15px;
}
.manager_box .view_content {
  padding-top: 15px;
  font-size: 15px;
}
.manager_box .control_box .top13 {
  top: 13px;
}
.manager_box .title_box {
  border-bottom: 1px solid #e7e7e7;
  margin: 15px 15px 0 15px;
  padding: 0 0 10px 0;
}
.manager_box .title_box dl {
  margin-bottom: 8px;
}
.manager_box .title_box dt,
.manager_box .title_box dd {
  display: inline-block;
}
.manager_box .title_box dt {
  color: #333;
  font-size: 12px;
  width: 60px;
}
.manager_box .title_box dd {
  color: #888;
  font-size: 12px;
}
.manager_box .title_box button {
  margin-left: 10px;
  padding: 3px 7px;
  border: 0;
  font-size: 12px;
  color: #333;
}

.manager_box.block_list .control_box {
  height: 42px;
  padding: 11px 15px;
  border-bottom: 1px solid #e7e7e7 !important;
  position: relative;
}
.manager_box.block_list .control_box div {
  display: inline-block;
}
.manager_box.block_list .control_box .block_count {
  color: #333;
}
.manager_box.block_list .checks input[type="checkbox"] + label {
  display: inline;
  padding-left: 23px;
}
.manager_box.block_list .content {
  display: inline-block;
  padding: 0 0 3px 0;
}
.manager_box.block_list ul li p.list_userinfo {
  color: #888;
  font-size: 12px;
}
.manager_box.block_list ul li p.list_userinfo {
  vertical-align: top;
}
.manager_box.block_list ul li span.right-box {
  width: 120px;
  color: #888;
  font-size: 13px;
  margin-right: 0;
  text-align: right;
}
.manager_box.block_list ul li span.block_reason {
  color: #0096ff;
  width: 60px;
  position: absolute;
  right: 130px;
  font-size: 13px;
}
.manager_box.block_list ul li {
  padding: 10px 0 10px 0;
  height: 40px;
  background: none;
}
.manager_box.block_list ul li:last-child {
  border-bottom: 1px solid #e7e7e7 !important;
}
.manager_form {
  background-color: #fff;
}
.manager_form {
  padding-bottom: 0;
}
.manager_form .form_box {
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 15px;
}
.manager_form .form_box dl {
  padding-top: 8px;
  height: 36px;
}
.manager_form .form_box dd,
.manager_form .form_box dt {
  vertical-align: middle;
  padding-top: 0px;
}
.manager_form .select-box {
  width: 140px;
  padding-right: 10px;
}
.manager_form .select-box select {
  width: 100%;
}
.manager_form textarea {
  height: 90px;
}
.manager_form .btn_box {
  background-color: #fff;
  padding: 0 15px;
}
.manager_form .btn_box .btn_save {
  background-color: #0096ff;
  color: #fff;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 23px;
  margin-top: 5px;
  margin-bottom: 40px;
}
.manager_form .append_txt {
  background-color: #fff;
  color: #888;
  border: 0;
  padding: 15px 15px 20px 15px;
  width: 100%;
  text-align: center;
}
.manager_form .append_txt span {
  color: #333;
}
.manager_form input[type="text"],
.manager_form input[type="number"] {
  text-align: right;
}
.manager_form input[type="text"],
.manager_form input[type="number"],
.manager_form select {
  width: 140px;
}

/* SEARCH */
.recent_keyword_list {
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.recent_keyword_list h4 {
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 15px;
  font-weight: normal;
}
.recent_keyword_list ul {
  padding: 10px 15px 10px 0;
  color: #333;
  font-size: 14px;
}
.recent_keyword_list ul li {
  height: 30px;
  float: left;
  padding-left: 15px;
}
.recent_keyword_list .right-box {
  top: 11px;
}

.search_board_list {
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.search_board_list h4 {
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 15px;
  font-weight: normal;
}
.search_board_list ul {
  color: #333;
}
.search_board_list ul li {
  height: 35px;
  float: left;
  width: 100%;
  padding: 7px 15px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
}

.search_result_box {
  background-color: #fff;
  position: relative;
}
.search_result_box h4 {
  padding: 10px 15px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 15px;
  font-weight: normal;
}
.search_result_box ul li {
  height: auto;
  padding: 10px 0;
}
.search_result_box .right-box {
  top: 11px;
}
.search_result_box .right-box a {
  color: #888;
}
.search_result_box .right-box a.on {
  color: #333;
}
.search_result_box .right-box a::after {
  content: "";
  display: inline-block;
  margin: -2px 7px;
  background: #e7e7e7;
  width: 1px;
  height: 12px;
}

.search_result_box .right-box a:last-child:after {
  display: none;
}
.search_result_box .contents_title {
  padding-bottom: 5px;
}
.search_result_box .contents_title,
.search_result_box .contents_txt {
  font-size: 14px;
  color: #888;
  word-break: break-all;
}
.search_result_box .contents_info {
  padding-top: 5px;
  font-size: 12px;
}
.search_result_box .list_userinfo {
  padding-left: 0;
}
.search_result_box .list_userinfo a {
  color: #333;
}
.search_result_box .list_userinfo img {
  vertical-align: middle;
  margin-top: -4px;
}
.search_result_box .more {
  padding: 20px 15px;
  text-align: right;
}
.search_result_box .more img {
  width: 10px;
  height: auto;
  margin-left: 7px;
}
.search_result_box .more_rst {
  padding: 20px 15px;
  text-align: center;
}
.search_result_box .more_rst img {
  width: 17px;
  height: auto;
  margin-left: 7px;
}

.search_result_box ul li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

/* POPUP ADM*/
.pop_adm {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
}
.pop_adm header {
  border-bottom: 1px solid #d8d8d8;
}
.pop_adm input[type="text"],
.pop_adm input[type="number"],
.pop_adm textarea {
  border-radius: 3px;
}
/*.pop_adm .content_box dl dt {vertical-align:top;}*/
.pop_adm .form_box {
  padding-bottom: 15px;
}
.pop_adm textarea {
  height: 135px;
}
.pop_adm dl dd .select-box {
  width: 100%;
}
.pop_adm h3 {
  font-size: 17px;
}
.pop_adm .close {
  position: absolute;
  top: 17.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_close3.png) no-repeat center;
  background-size: 16px 16px;
  border: 0;
}
.pop_adm .point_give {
  width: 75px !important;
}
.pop_adm .point_give_plus {
  border: 1px solid #e7e7e7;
  width: 35px;
  height: 35px;
  background: url(../images/common/icon_plus.png) no-repeat center;
  background-size: 21px 21px;
  border-radius: 3px;
  vertical-align: bottom;
}
.pop_adm .point_give_minus {
  border: 1px solid #e7e7e7;
  width: 35px;
  height: 35px;
  background: url(../images/common/icon_minus.png) no-repeat center;
  background-size: 21px 21px;
  border-radius: 3px;
  vertical-align: bottom;
}
.pop_adm .content_box .btn_box button {
  width: 160px;
  margin-top: 15px;
  height: 35px;
  padding-bottom: 5px;
}
.pop_adm .content_box .btn_box button:last-child {
  margin-left: 5px;
}
.pop_adm .btn_box .btn_cancel {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 23px;
}

/* UTIL */
.user_pop {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  width: 170px;
  height: 145px;
  position: absolute;
  left: 38px;
  z-index: 999;
  margin-top: 5px;
}
.user_pop ul li {
  border: 0;
  padding: 15px 0 0 3px;
  height: auto;
  line-height: 15px;
}
.user_pop .close_user {
  position: absolute;
  top: 17.5px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_close3.png) no-repeat center;
  background-size: 16px 16px;
  border: 0;
}

.util_box {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
}
.util_box .content_head {
  font-size: 17px;
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 15px;
}
.util_box .content_head img {
  vertical-align: middle;
}
.util_box ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0 9px 0;
  height: auto;
  position: relative;
}
.util_box .content {
  padding: 0 20px 3px 0;
  font-size: 14px;
}
.util_box .content span {
  padding-right: 3px;
}
.util_box ul li p {
  color: #888;
  font-size: 12px;
}
.util_box ul li .list_userinfo a {
  color: #333;
}
.util_box ul li p span::before {
  content: "|";
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
  margin: 0 8px;
}
.util_box .control_box {
  height: 42px;
  padding: 11px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.util_box .control_box div {
  display: inline-block;
}
.util_box .control_box div a {
  padding: 5px 8px;
}
.util_box .ellipsis1 {
  font-size: 15px;
}

.util_box .more {
  padding: 20px 15px;
  text-align: center;
}
.util_box .more img {
  width: 17px;
  height: auto;
  margin-left: 7px;
}
.util_box .msg_box {
  margin: 0 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.util_box .msg_box textarea {
  width: 100%;
  height: 350px;
  border: 0;
  padding: 30px 5px;
  font-size: 17px;
}
.util_box .msg_box textarea:placeholder {
  font-size: 17px;
}
.util_box .msg_box div {
  text-align: right;
  color: #888;
  padding: 5px 0 20px 0;
}
.util_box .check_box {
  margin: 20px 15px;
}

.util_box .btn_box {
  background-color: #fff;
  padding: 0 15px;
}
.util_box .btn_box .btn_save {
  background-color: #f2f2f2;
  color: #888;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 23px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.util_my_info {
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 40px;
}
.util_my_info .myimg .img img {
  width: 60px;
  border-radius: 30px;
}
.util_my_info .user_info {
  display: inline-block;
  padding: 5px 0 0 20px;
  font-size: 16px;
}
.util_my_info .level_info {
  width: 100%;
  text-align: center;
}
.util_my_info .level_info a {
  display: inline-block;
  width: 160px;
  height: 33px;
  color: #333;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
  border-radius: 35px;
  padding-top: 6px;
  margin-top: 20px;
}
.util_my_info dl {
  display: inline-block;
}
.util_my_info dt,
.util_my_info dd {
  display: inline-block;
  font-size: 12px;
}
.util_my_info dt,
.util_my_info span {
  color: #888;
}
.util_my_info .level_info a:last-child {
  margin-left: 5px;
}

.util_my_info2 {
  border-radius: 5px;
}
.util_my_info2 ul {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 15px;
  overflow: hidden;
  height: 90px;
}
.util_my_info2 ul li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  background-color: #fff;
  margin: 25px 0;
  width: 33.3%;
  border: 0;
  text-align: center;
  float: left;
}
.util_my_info2 ul li:nth-child(2),
.util_my_info2 ul li:nth-child(3) {
  border-left: 1px solid #d8d8d8;
}
.util_my_info2 ul li dl {
  position: relative;
  text-align: center;
  height: 40px;
}
.util_my_info2 ul li dt {
  position: absolute;
  top: 23px;
  text-align: center;
  width: 100%;
  color: #888;
  font-size: 12px;
}
.util_my_info2 ul li dd {
  font-weight: bold;
  position: absolute;
  top: -5px;
  text-align: center;
  width: 100%;
  font-size: 22px;
}

.util_my_info3 {
  border-radius: 5px;
  margin: 10px 15px;
  height: 100px;
  background-color: #fff;
  color: #333;
}
.util_my_info3 dl {
  padding: 20px;
}
.util_my_info3 dt {
  font-size: 12px;
}
.util_my_info3 dd {
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  padding-right: 23px;
  background: url(../images/common/icon_point.png) no-repeat right 40%;
  background-size: 15px 15px;
}

/* LAYER POPUP */
.lazy-openner:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.3;
  z-index: 999998;
}
.lazy-group {
  position: fixed;
  top: 150px;
  z-index: 999999;
  background: #fff;
  width: 230px;
  height: 110px;
  left: 50%;
  margin-left: -115px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.23),
    0 0 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.23), 0 0 3px rgba(0, 0, 0, 0.23);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.23), 0 0 3px rgba(0, 0, 0, 0.23);
}
.lazy-group .lazy-close {
  position: absolute;
  top: 11px;
  right: 10px;
}
.lazy-group .lazy-close > button {
  background: none;
  color: #fff;
  border: 0;
}
.lazy-group .lazy-content {
  font-size: small;
  padding: 15px;
  color: #525252;
}
.lazy-group .lazy-content .inner-offset .inner-text {
  line-height: 15px;
  font-size: 15px;
  line-height: 23px;
  color: #333;
}
.lazy-group .lazy-content .inner-offset .inner-text .block_user_info {
  display: inline-block;
}
.lazy-group .lazy-content .inner-offset .inner-text .block_user_info a {
  color: #333;
}
.lazy-group .inner-fn {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.lazy-group .inner-fn button {
  border: 0;
  background-color: #fff;
  margin-right: 20px;
  font-size: 15px;
  color: #888;
}
.LayerPopup {
  position: fixed;
  top: 25%;
  z-index: 10000;
  background: #fff;
  left: 15%;
  right: 15%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px #4e4e4e;
  padding: 10px;
}
.LayerPopup p.con {
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.LayerPopup p.con strong {
  font-size: 15px;
  line-height: 22px;
  display: block;
  color: #000;
  margin-bottom: 5px;
}
.LayerPopup p.con span {
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 15px;
  display: block;
}
.LayerPopup button {
  background: #574394;
  width: 100%;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
}
.LayerPopup button .wd40 {
  background: #574394;
  width: 40%;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
}

/* ALARM POPUP */
.pop_alarm_bars {
  width: 100%;
  position: fixed;
  bottom: 40px;
  z-index: 20;
}
.pop_alarm_bars .alarm_bar {
  position: relative;
  width: 95%;
  height: 35px;
  background-color: #fff;
  border-radius: 18px;
  margin: 10px auto;
  padding: 5px 10px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.pop_alarm_bars .alarm_bar .ellipsis1 {
  padding-right: 20px;
}
.pop_alarm_bars .alarm_bar img {
  width: 50px;
  height: 21px;
  vertical-align: middle;
  margin-right: 8px;
}
.pop_alarm_bars .alarm_bar p {
  font-size: 12px;
}
.pop_alarm_bars .alarm_bar.alarm_best {
  border: 1px solid #0096ff;
}
.pop_alarm_bars .alarm_bar.alarm_reply {
  border: 1px solid #ffb400;
}
.pop_alarm_bars .alarm_bar.alarm_message {
  border: 1px solid #ff5400;
}

.pop_alarm_bars .alarm_bar .right-box {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-right: 10px;
}
.pop_alarm_bars .alarm_bar .right-box .alarm_close {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 13px;
  height: 13px;
  background: url(../images/common/icon_close3.png) no-repeat center;
  background-size: 15px 15px;
  border: 0;
}

/*add*/

figure.image {
  display: table;
  clear: both;
}
figure.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

figure.image-style-align-left {
  float: left;
  margin-right: 21px;
}
figure.image-style-align-right {
  float: right;
  margin-left: 21px;
}
.write-form p {
  font-size: 16px;
}
.black-list {
  text-decoration: line-through !important;
}
.page-search-wrap {
  text-align: center;
  /* margin-bottom: 15px; */
}
.search {
  display: inline-block;
}
.search-select-box {
  margin: 0;
}
.search .serach_text_box {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #e7e7e7;
  width: 200px;
  height: 31px;
}
.search .btn-search {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #e7e7e7;
  width: 40px;
  height: 31px;
  margin-top: 1px;
}
#post_content {
  /* padding:0 6px;  */
  font-size: 16px;
  word-break: break-all;
  padding-top: 10px;
}

#post_content img {
  max-width: 100%;
}
#post_content p {
  font-size: 16px;
  padding: 0 15px;
}

.comp-item-list {
  min-height: 33px;
  margin-top: 7px;
}
.comp-item-list:first-child {
  margin-top: 0;
}
.comp-item-list::after {
  content: "";
  display: block;
  clear: both;
}
.comp-item-list > dt {
  float: left;
  width: 70px;
  line-height: 33px;
  margin-right: 16px;
}
.comp-item-list > dd {
  float: left;
  width: 218px;
}
.comp-nick-line {
  line-height: 33px;
}
.comp-textarea {
  width: 218px;
  height: 82px;
}
.comp-tip {
  width: 100%;
  font-size: 12px;
}

.mypage_form .edit_submit2 {
  background-color: #0096ff;
  color: #fff;
  width: 60%;
  height: 30px;
  border: 0;
  border-radius: 5px;
  margin-top: 5px;
}
.mypage_form .submit_wrap {
  text-align: center;
  width: 100%;
  margin: 10px 0px;
}

.btn-writeform {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 5px 8px;
}
.btn-writeform.on {
  background-color: #0096ff;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 5px 8px;
}
.my-detail-list {
  font-size: 12px;
  width: 100%;
  border-top: 1px solid #333;
  table-layout: fixed;
}
.my-detail-list th {
  text-align: center;
}
.my-detail-list th > em {
  font-weight: 400;
}
.my-detail-list--body {
  border-top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 420px;
  width: 100%;
}
.my-detail-list--body img {
  vertical-align: middle;
}
.my-detail-list--body > table {
  border-top: 0;
}
.my-detail-list th {
  border-bottom: 1px solid #e7e7e7;
  height: 30px;
  vertical-align: middle;
  font-weight: 700;
}
.my-detail-list td {
  padding: 0 5px;
  border-bottom: 1px solid #e7e7e7;
  height: 24px;
  vertical-align: middle;
  color: #888;
  text-align: center;
}
.empty-content {
  text-align: center;
  padding: 15px 0;
}
.login-log li {
  background: none !important;
}
.login-log li span {
  display: inline-block;
  width: 23%;
  color: #888;
  font-size: 12px;
  text-align: center;
}
.login-log .head {
  font-weight: bold;
  color: #555;
}
/*CHECKBOX*/
.chk {
  display: inline-flex;
}
.chk input[type="checkbox"] {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.chk input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.chk input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.chk input[type="checkbox"]:checked + label:before {
  background: #fff;
}
.chk input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_check.png) no-repeat;
  background-size: 18px 18px;
}
.chk-all:before {
  top: -16px !important;
}
.chk-all:after {
  top: -16px !important;
}

.text-tiny {
  font-size: 0.7em;
}
.text-small {
  font-size: 0.85em;
}
.text-big {
  font-size: 1.4em;
}
.text-huge {
  font-size: 1.8em;
}

.info_menu_box ul {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 10px 15px;
  overflow: hidden;
}
.info_menu_box ul li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  background-color: #fff;
  width: 25%;
  border: 0;
  text-align: center;
  float: left;
}
.info_menu_box ul li:nth-child(1) {
  line-height: 38px;
}
.info_menu_box ul li:nth-child(n + 2) {
  border-left: 1px solid #d8d8d8;
  border-collapse: collapse;
}
.info_menu_box ul li.active {
  background-color: #f8f8f8;
}
.info_menu_box ul li.active a {
  color: #0096ff;
  font-weight: bold;
}

.mycommunity_box {
  padding: 10px 15px;
  background: #fff;
}
.mycommunity_box dl {
  width: 100%;
  display: table;
  margin-top: 8px;
}
.mycommunity_box dl dt {
  width: 65px;
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
}
.mycommunity_box dl dd {
  display: table-cell;
  font-size: 12px;
  color: #7a7a7a;
}
.mycommunity_box div {
  display: inline-block;
  font-size: 12px;
}
.mycommunity_box dd span:before {
  content: "|";
  color: #e7e7e7;
  width: 1px;
  font-weight: normal;
  margin: 0 10px;
}
.mycommunity_box button {
  background-color: #fff;
  padding: 1px 5px !important;
  color: #7a7a7a;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
}
.item-icon {
  font-size: 15px;
}
.item-icon > img {
  margin-left: 3px;
  vertical-align: middle;
}
.item-icon > img {
  width: 11px;
}

.board_list_normal .item-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#wrap_new_commnet {
  padding: 0 15px;
  line-height: 32px;
}
.btn-new-comment {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  background: #fafafa;
}

.box-click {
  padding: 0 10px 0 0 !important;
  line-height: 40px;
  height: 43px;
}
.box-click a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.box-click .ellipsis1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.board-list-title {
  font-size: 15px;
  line-height: 22px;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
/* .board-list-title-webzine{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    margin-bottom: 4px;
} */
.board-list-title-webzine {
  word-wrap: break-word;
  margin-bottom: 4px;
  font-size: 15px;
}
.board-list-link {
  width: 100%;
  display: block;
  font-size: 0;
}
.board-list-link:visited {
  color: #7078d2;
}
.board-list-info {
  /* margin-bottom:6px; */
}
.board-list-info p {
  font-size: 12px !important;
}

.block-title {
  text-decoration: line-through !important;
  color: #aaa;
}

.top_wrap {
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: none;
  z-index: 5;
}

.top_wrap > button {
  display: block;
  width: 46px;
  height: 46px;
  border: 0;
  margin-bottom: 8px;
}
.top_wrap > button.arrow {
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.22);
  border-color: #eee;
}

.top_wrap > button.write {
  border-radius: 23px;
  background: #0096ff;
}
.top_wrap > button:last-child {
  margin-bottom: 0px;
}
.top_wrap > button > span.up {
  width: 18px;
  height: 23px;
  background-position: 0 0;
  margin-bottom: -5px;
}

.top_wrap > button > span.down {
  width: 18px;
  height: 23px;
  background-position: 0 -23px;
  margin-bottom: -5px;
}

.top_wrap > button > span.write {
  width: 22px;
  height: 24px;
  background-position: -18px 0px;
}

.ico-arrow {
  background: url(images/icon_arrows.png?1) no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

#post_content video {
  max-width: 100%;
}
.side-catemenu a {
  display: inline-block;
}
.item-icon .vote-cup {
  width: 26px;
  margin-left: 6px;
}
.board_list_normal > ul {
  /* padding-top: 10px; */
}
.board_list_img > ul {
  /* padding-top: 10px; */
}
.board-list-info .recommend-count {
  display: inline;
  padding-left: 2px;
  position: relative;
  font-size: 12px;
}
.content_box .banner-web {
  padding: 10px 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.padding-w-10 {
  padding: 0 10px !important;
}

.video-wrap {
  position: relative;
  display: inline-block;
}
.video-wrap .convert-gif {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.video-wrap .convert-gif > a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 7px;
  border-radius: 2px;
  font-size: 12px;
  text-decoration: none;
}

/* 2020-12-03 */

.adult_comment_box > img {
  width: 100px;
  vertical-align: top;
  margin-right: 20px;
}
.adult_comment_box > em {
  display: inline-block;
  width: calc(100% - 120px);
  font-style: normal;
  line-height: 1.6em;
}
.adult_comment_box > em > button {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 34px;
  margin-top: 10px;
}

/* 2020-12-22 */

.board-list-title2 {
  font-size: 15px;
  line-height: 22px;
}
.ellipsis1 .reply_icon2 {
  margin-left: 5px;
  padding: 0;
  display: inline-block;
}
.icon-container .reply_icon2 {
  /* margin-left: 5px;
  padding: 0;
  display: inline-block; */
  font-size: 12px;
}

.ad {
  background-color: #93a2b0;
  padding: 0 8px 1px 8px;
  border-radius: 3px;
  color: #fff;
  line-height: 2em;
  font-size: 13px;
  height: 20px;
  margin-right: 7px;
}

figure.image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: 0.3em;
  font-size: 0.75em;
  outline-offset: -1px;

  text-align: center;
}

/* 2021-06-07 */
.icon-block2 {
  width: 24px;
  vertical-align: bottom;
}

.icon-best {
  width: 37px;
  vertical-align: middle;
  margin-right: 3px;
}

/* 실시간 키워드 */
.realtime-keywords {
  background-color: #fff;
  padding: 0;
  height: 50px;
  position: relative;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.realtime-keywords .realtime-header {
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.realtime-keywords .realtime-header span {
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -1px;
}
/* .realtime-keywords .realtime-header button {
  width: 50px;
  height: 48px;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: 0px;
  border-left: 1px solid #e2e2e2;
} */
.realtime-keywords .realtime-header button.toggle-btn {
  border-radius: 0;
}
.realtime-keywords .arrow-down-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 30px;
  background: url(../images/common/ic_barr_bot.png) no-repeat center #ffffff;
  background-size: 1.4rem;
  border: 0;
}
.realtime-keywords .arrow-up-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 30px;
  background: url(../images/common/ic_barr_top.png) no-repeat center #ffffff;
  background-size: 1.4rem;
  border: 0;
}

.realtime-keywords .badge {
  background-color: #ff2a2c;
  border-radius: 10rem;
  padding: 0 3px;
  font-size: 0.8rem;
  color: #fff;
  display: none;
}
.realtime-keywords .badge.red {
  color: #fff !important;
}

.realtime-keywords .keywords-inline {
  width: 70%;
  padding: 0 5px;
  font-size: 1rem;
}
.rank-status {
  float: right;
  color: #888;
  vertical-align: middle;
}
.ico-pc {
  background: url(/css/img/icon_common.png?211202) no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
.rank-status > em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
.rank-status .up {
  width: 8px;
  height: 8px;
  background-position: -216px -14px;
}
.rank-status .down {
  width: 8px;
  height: 8px;
  background-position: -216px -24px;
}
.realtime-keywords .keywords-inline .keyword-rank {
  border-radius: 10rem;
  background-color: #ff2a2c;
  padding: 1px 6px;
  font-size: 0.7rem;
  color: #fff;
}
.realtime-keywords .keywords-inline .keyword-rank::after {
  text-align: left;
  font-size: 1rem;
  color: #4e4e4e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.realtime-keywords ul {
  padding: 0 0.8rem 0.8rem 0.8rem;
  margin: 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  z-index: 100;
}
.realtime-keywords ul .keyword-list {
  padding: 0;
  position: relative;
  z-index: 9;
}
.realtime-keywords ul li {
  height: 25px;
  line-height: 130%;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.9rem;
}
.realtime-keywords ul li a .keyword-rank {
  border-radius: 10rem;
  background-color: #ff2a2c;
  padding: 1px 6px;
  font-size: 0.6rem;
  color: #fff;
}
.realtime-keywords ul li a .keyword-rank::after {
  text-align: left;
  font-size: 1rem;
  color: #4e4e4e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board_name {
  display: inline;
  /* margin-right: 0px !important; */
}

.thumb_contents_info .contents_title {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
}

.board-wrapper {
  font-size: 15px;
  line-height: 22px;
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.title-container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 22px;
}

.icon-container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.board_list_img ul li .thumb_contents_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 5px;
  height: 64px;
}

.thumb_contents_info .contents_info {
  margin-top: auto;
}
.list_tabs {
  background: #f5f7f9;
  display: block;
  height: 25px;
  background: #f5f7f9;
  line-height: 23px;
  padding: 0 10px;
  border-radius: 100px;
}
.list_tab {
  margin-bottom: 5px;
}
body#m_common #board_search_form {
  background-color: #fff;
}
.page-search-under {
  height: 40px !important;
  background-color: #fff;
}
#list_in_view {
  border-top: 1px solid #eee;
}
/* 방문 페이지 정보 출력 */
.search-area {
  width: calc(100% - 40px);
  /* 화살표 버튼 영역 제외 */
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  border-bottom: 1px solid #ddd;
  /* border-top: 1px solid #ddd; */
  height: 30px;
  line-height: 30px;
  background: #ffffff;
}

.swiper-slide-top {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  margin: 0;
}

.swiper-container-top {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#lately_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.arrow-down-btn {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 40px;
  height: 30px;
  /* border-left: 1px solid #ff0000; */
  background: url(../images/common/ic_barr_bot.png) no-repeat center #ffffff;
  background-size: 1.4rem;
  border: 0;
  border-bottom: 1px solid #ddd;
  /* border-left: 1px solid #ddd; */
  /* border-top: 1px solid #ddd; */
}
.arrow-up-btn {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 40px;
  height: 30px;
  /* border-left: 1px solid #ff0000; */
  background: url(../images/common/ic_barr_top.png) no-repeat center #ffffff;
  background-size: 1.4rem;
  border: 0;
  border-bottom: 1px solid #ddd;
  /* border-left: 1px solid #ddd; */
  /* border-top: 1px solid #ddd; */
}
.lately_visit {
  font-size: 13px;
  color: #555;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}

/* 최근 방문 게시판 */
/* .recent-visit-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: transform 0.3s ease;
  transform: translateY(100%);
} */

/* .recent-visit-container.active {
  transform: translateY(0);
} */

.search-area-slider {
  padding-left: 10px;
}

.recent_tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
}

.recent_tab-btn {
  flex: 1;
  padding: 10px;
  text-align: center;
  border: none;
  background: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.recent_tab-btn.active {
  border-bottom: 3px solid #007bff;
  color: #007bff;
}

.recent_tab-content {
  display: none;
  padding: 10px;
}

.recent_tab-content.active {
  display: block;
}

.recent-visit-header {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}

.recent-visit-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.recent-visit-container.active {
  max-height: 300px;
}

.recent-visit-header span {
  font-size: 15px;
  font-weight: bold;
  font-family: "Noto Sans KR", sans-serif;
}

.recent-visit-body {
  padding: 10px 10px 0px 10px;
  min-height: 220px;
}

.swiper-slide-toggle {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.visit-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
  height: 40px;
}

.visit-name {
  flex: 1;
  text-align: left;
  border: none;
  background: none;
  color: #222;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
}

.delete-btn {
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  background: url(../images/common/btn_close_on.png) no-repeat center #f2fbff;
  background-size: 60%;
  border: 1px solid #b6d8e7;
}

.delete-btn:hover {
  background: #f2fbff;
}

.recent-visit-header .close-btn {
  background: none;
  border: none;
  color: #555;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.recent-visit-container .swiper-pagination {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.recent-visit-container.active .swiper-pagination {
  padding-top: 15px;
  display: flex;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  padding-bottom: 5px;
  background-color: transparent;
}

.tab-content {
  display: none;
}

.recent-visit-body .active {
  display: block;
}

.swiper-slide-toggle-empty {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  color: #555;
  text-align: center;
}

.empty_message {
  line-height: 165px;
  font-size: 14px;
}

.login_message {
  text-decoration: underline !important;
  color: #007aff;
}

.recent-visit-container.active .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

#footerBanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: -4px;
  z-index: 20;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}
.ad_footer_bann {
  background: #fff;
}
#closeFooterBanner {
  position: absolute;
  top: 0px;
  right: 1px;
  background: #0096ff;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}
#float_wrap {
  position: fixed;
  text-align: center;
  z-index: 999;
  /* width: 150px;
  height: 150px; */
  right: 10px;
  bottom: 210px;
  /* bottom: 10px;
  left: 10px; */
  display: none;
}
