/*
Theme Name: 모두모아
Theme URI: http://onestroke.co.kr
Author: 한획
Author URI: http://onestroke.co.kr
Description: 모두모아 테마 입니다.
Requires at least: 
Requires PHP: 
Version: 1.1.0
Text Domain: mdma
Tags: 
*/
html, body {
  background-color: #FFF;
}
body::before {
  display: none;
}
body.event-ban {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1#title {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin: 40.0005px 0 0;
}
h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 12px 0;
  color: #ADADAD;
}
.button-link {
  display: inline-block;
  margin: 12px 0;
  padding: 1.0667rem;
  border-radius: 10px;
  background-color: var(--gray);
  color: #fff;
  font-size: 1.3333rem;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button-link:hover {
  background-color: #444;
}
.notice {
  margin: 0;
  padding: 0;
  color: var(--gray);
  font-size: 1.0667rem;
  line-height: 1.0667rem;
}
.notice.with-ic::before {
  content: '';
  display: inline-block;
  width: 1.0667rem;
  height: 1.0667rem;
  background-image: url(../img/icon/ic-notice.svg);
  background-size: 100%;
  vertical-align: top;
  margin: 1px 3px 0 0;
}
.notice.red {
  color: var(--point-red);
}
.notice.with-ic.red::before {
  background-image: url(../img/icon/ic-notice-red.svg);
}
.prepare-box {
  overflow: hidden;
  pointer-events: none;
}
.prepare-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.8);
  background-image: url(../img/icon/준비중.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/*header START*/
.container {
  padding: 0 19.9995px;
  position: relative;
}
section {
  z-index: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 67.0005px;
  padding: 10.0005px 0;
  background-color: #fff;
  border-bottom: solid 1.0005px var(--light-blue2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.admin-bar header {
  top: 32px;
}
header > .container > a,
header > .container > nav,
header > .container > div {
  display: inline-block;
  vertical-align: top;
}
header #collection-button {
  width: 40.0005px;
  height: 40.0005px;
  margin-right: 12px;
  position: relative;
}
header #collection-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 1.0005px;
  height: 40.0005px;
  background-color: var(--light-gray);
}
header #collection-title {
  font-family: var(--point-font);
  color: var(--point-red);
  font-size: 24px;
  line-height: 37.9995px;
  margin-left: 12px;
}
/*header dt-menu START*/
header nav.dt-menu ul.gnb ul.lnb > li > a svg,
header nav.dt-menu ul.gnb > li > a svg {
  width: 0.8em;
  height: 0.8em;
}
header nav.dt-menu ul.gnb ul.lnb > li > a svg .cls-1 {
  stroke: var(--gray);
}
/*header dt-menu END*/
/*header user-profile START*/
header #user-profile-wrapper {
  position: relative;
  float: right;
  width: 40.0005px;
  height: 40.0005px;
}
header #user-profile-wrapper #alarm {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 9;
}
header #user-profile-wrapper #user-profile {
  background-color: unset;
  border: none;
  outline: unset;
  padding: 0;
  margin: 0;
  border-radius: 19.9995px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

header #user-profile-wrapper #user-profile > img {
  width: 40.0005px;
  height: 40.0005px;
  border-radius: 19.9995px;
}
header #user-profile-wrapper #user-profile-info {                         
  position: absolute;
  z-index: 99999;
  top: 60px;
  right: 0;
  width: 180px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0px 1.9995px 6px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transform: scale(0.5);
  opacity: 0;
  transform-origin: top right;
  pointer-events: none;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
header #user-profile-wrapper #user-profile.on + #user-profile-info {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
header #user-profile-wrapper #user-profile-info > #user-name {
  padding: 0 6px;
  font-size: 16.0005px;
  line-height: 16.0005px;
  vertical-align: top;
  font-weight: 700;
}
header #user-profile-wrapper #user-profile-info > #user-name > .text-overflow {
  display: inline-block;
  max-width: 124.0005px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header #user-profile-wrapper #user-profile-info > ul {
  border-top: solid 1.0005px var(--light-blue2);
  list-style: none;
  padding: 4.0005px 0;
  margin-top: 12px;
}
header #user-profile-wrapper #user-profile-info > ul > li {
  padding: 8px 6px;
}
header #user-profile-wrapper #user-profile-info > ul > li > a {
  display: block;
  font-size: 14px;
}
header #user-profile-wrapper #user-profile-info > ul > li > a > img {
  width: 19px;
  height: 19px;
  vertical-align: top;
  margin: 1px 6px 0 0;
}
header #user-profile-wrapper #user-profile-info > ul > li > a > span {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
header #user-profile-wrapper #user-profile-info > ul > li > a:not(#logout-button) > img {
  opacity: 0.8;
}
header #user-profile-wrapper #user-profile-info > ul > li > a#logout-button {
  font-weight: 700;
  color: #444;
}
header #login-button {
  position: relative;
  float: right;
  background-color: var(--point-red);
  color: #fff;
  margin: 4.0005px 0;
  padding: 4.0005px 12px;
  height: 34.0005px;
  border-radius: 19.9995px;
  font-size: 16.0005px;
  font-weight: 500;
}
/*header user-profile END*/
/*login-light-box START*/
#login-light-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%,-50%);
  width: 600px;
  min-height: 600px;
  padding: 82px 20px 32px;
  background-color: var( --light-blue);
  box-shadow: 0 0 0 9999px rgb(0 0 0 / 40%);
  border-radius: 12px;
  border-top: solid 14px var(--point-red);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
}
header #login-button.on + #login-light-box {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#login-light-box .social-login-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 24px;
}
#login-light-box .social-login-title > span {
  display: inline-block;
  margin-top: 36px;
  font-size: 18px;
  font-weight: 500;
  color: var(--gray);
}
#login-light-box .social-login-button {
  position: relative;
  display: block;
  margin: 12px auto;
  padding: 18px 0;
  width: 370px;
  height: 62px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.084)) drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.168));
}
#login-light-box .social-login-button > img {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
#login-light-box #naver-social-login {
  background-color: #03C75A;
  color: #fff;
}
#login-light-box #kakao-social-login {
  background-color: #FEE500;
  color: rgba(0, 0, 0, 0.85);
}
#login-light-box #facebook-social-login {
  background-color: #1877f2;
  color: #fff;
}
#login-light-box #social-login-close {
  color: var(--gray);
  margin: 42px 0 0;
  padding: 6px;
  border: none;
  outline: none;
  background: unset;
  position: relative;
  cursor: pointer;
}
#login-light-box #social-login-close::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 6px;
  width: calc(100% - 12px);
  height: 1px;
  background-color: var(--gray);
}
/*login-light-box END*/
/*header END*/

section.contents,
section#info-section,
section#mypage { /*menu fixed때문에 밀어놓은것*/
  margin-top: 67px;
}
/*도감page START*/
section#info-section {
  background-color: var(--light-blue);
  padding: 2rem 0;
}
section#info-section #hof {
  background-color: var(--hof-yellow)
}
section#info-section #hof:hover {
  background-color: #444;
}
section#info-section #hof > img {
  display: inline-block;
  width: 2.8667rem;
  height: 2.2rem;
  margin-right: 6px;
  vertical-align: top;
}
section#info-section #hof > span {
  vertical-align: top;
  line-height: 2.2rem;
}
section#info-section #all-counts {
  margin: 52px 0 0;
  font-size: 2rem;
  color: #333;
  font-weight: 700;
}
section#info-section #source {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #444;
}
section#info-section #source a {
  display: inline-block;
  padding: 8px 12px;
  margin-left: 12px;
  background-color: #ffebb6;
  border-radius: 18px;
  font-size: 18px;
  line-height: 22px;
  color: #444;
  font-weight: 700;
}
section#info-section #source a.youtube::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/ic-youtube.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: top;
  margin-top: -1px;
  margin-right: 6px;
}
section#info-section .sync-button {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 0;
  border: none;
  outline: none;
  background-color: var(--light-blue);
  cursor: pointer;
  background-image: url(../img/icon/ic-sync.svg);
}
section#info-section .sync-button img {
  width: 30px;
  height: 30px;
}
section#info-section .sync-button .transition {
  transition: all 0.3s ease-in-out;
}
section#info-section .sync-button .on {
  transform: rotateZ(180deg);
  transform-origin: 50% 50%;
}
/* user-info START*/
section#info-section #user-info,
section#mypage .user-info {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 20px 30px 30px;
  min-width: 480px;
  background-color: #fff;
  border: solid 4px #333;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
section#mypage .user-info {
  position: relative;
  top: unset;
  right: unset;
  margin-bottom: 24px;
  max-width: 540px;
  padding: 20px 20px 20px 30px;
}
section#info-section #user-info .notice > a {
  color: var(--point-font);
  position: relative;
}

section#info-section #user-info .notice > a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--point-red);
}
section#info-section #user-info #my-collection {
  margin: .9333rem 0 .6667rem;
}
section#info-section #user-info #my-collection .key,
section#mypage .user-info .collection-title .key {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
section#info-section #user-info #my-collection .value,
section#mypage .user-info .collection-title .value {
  margin: -28px 0 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: right;
}
section#mypage .user-info .collection-title .value {
  margin: -30px 14px 0 0;
  font-size: 24px;
  line-height: 24px;
}
section#info-section #user-info #my-collection .value span {
  font-size: 48px;
  line-height: 48px;
}
section#mypage .user-info .collection-title .value span {
  font-size: 30px;
  line-height: 30px;
}
section#info-section #user-info #my-collection-details {
  font-size: 0;
  margin-top: 20px;
}
section#mypage .user-info .my-collection-details {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
section#info-section #user-info #my-collection-details .wrapper,
section#mypage .user-info .my-collection-details .wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 6px)/2);
  min-height: 118px;
  padding: 22px;
  background-color: var(--light-blue);
}
section#mypage .user-info .my-collection-details .wrapper {
  width: 200px;
  min-height: unset;
  padding: 14px;
}
section#info-section #user-info #my-collection-details .wrapper:not(:first-child),
section#mypage .user-info .my-collection-details .wrapper:not(:first-child) {
  margin-left: 6px;
}
section#info-section #user-info #my-collection-details .wrapper .key,
section#mypage .user-info .my-collection-details .wrapper .key {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #444;
}
section#mypage .user-info .my-collection-details .wrapper .key {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
}
section#info-section #user-info #my-collection-details .wrapper .value,
section#mypage .user-info .my-collection-details .wrapper .value {
  margin: 24px 0 0;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #444;
}
section#mypage .user-info .my-collection-details .wrapper .value {
  float: right;
  margin: 0;
  font-size: 20px;
}
section#info-section #user-info #my-collection-details .wrapper .value span {
  font-size: 24px;
  line-height: 24px;
}
/* user-info END*/
/*도감page - list START*/
section#list-section {
  padding: 2.1333rem 0 4.2667rem;
}
section#list-section #filter-toolbar {
  float: left;
}
section#list-section #filter-toolbar .whether-to-collect button,
section#list-section #filter-toolbar .whether-to-check button {
  border: none;
  color: #444;
  background-color: #EFF2F6;
  padding: 8px 12px;
  border-radius: 20px;
  font-family: #959595;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
section#list-section #filter-toolbar .whether-to-collect,
section#list-section #filter-toolbar .whether-to-check {
  display: inline-block;
  margin: 0 24px;
  background-color: #EFF2F6;
  border-radius: 20px;
}
section#list-section #filter-toolbar .whether-to-collect button.on,
section#list-section #filter-toolbar .whether-to-check button.on {
  background-color: var(--point-green);
  color: #fff;
}
section#list-section #sort-toolbar {
  margin-bottom: 42px;
  text-align: right;
}
section#list-section #sort-toolbar .sort-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 32px;
}
section#list-section #sort-toolbar button {
  border: none;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 19px;
  font-family: var(--basic-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
section#list-section #sort-toolbar button:not(:nth-of-type(1)) {
  margin-left: 4px;
}
section#list-section #sort-toolbar button.on {
  background-color: #EFF2F6;
}
section#list-section #list-item-wrapper.flex {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section#list-section #list-item-wrapper .item {
  width: 206px;
  min-height: 250px;
  margin: 0 16px 24px;
}
section#list-section #list-item-wrapper .item .photo {
  width: 206px;
  height: 206px;
  background-color: #f5f5f5;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
section#list-section #list-item-wrapper .item .photo .option {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
}
section#list-section #list-item-wrapper .item .photo .option:not(.default).on,
section#list-section #list-item-wrapper:not(.default) .item .photo .option.on {
  background-color: rgba(242, 242, 242,0.8);
  background-image: url(../img/icon/collection-page/pocetball-basic.svg);
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: center;
}
section#list-section #list-item-wrapper .item .photo .option:not(.default)[data-status="true"].on,
section#list-section #list-item-wrapper:not(.default) .item .photo .option[data-status="true"].on {
  background-image: url(../img/icon/collection-page/pocetball-basic-catch.svg);
}
section#list-section #list-item-wrapper .item .photo .option button {
  background-color: unset;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
section#list-section #list-item-wrapper .item .photo .option .catch,
section#list-section #list-item-wrapper .item .photo .option .miss {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}
section#list-section #list-item-wrapper .item .photo .option .catch {
  display: block;
}
@media (hover: hover) {
  section#list-section #list-item-wrapper .item .photo .option .catch:hover {
    opacity: 1;
    background-color: rgba(242, 242, 242,0.8);
  }
}
section#list-section #list-item-wrapper .item .photo .option .catch::after,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss::after {
  content: '잡았다!!';
  position: absolute;
  top: 36px;
  left: 50%;
  transform-origin: center;
  transform: translateX(-50%) scale(0.8);
  font-family: var(--basic-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss::after {
  top: 18px;
  transform: translateX(-50%) scale(1);
}
section#list-section #list-item-wrapper .item .photo .option .catch.touch::after,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss.touch::after {
  top: 18px;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
section#list-section #list-item-wrapper .item .photo .option .catch::before,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss::before {
  content: 'click';
  position: absolute;
  top: 36%;
  left: 49%;
  transform-origin: center;
  transform: translateX(-50%) rotateZ(0);
  font-family: var(--basic-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  opacity: 0;
  color: #ffffff;
  text-shadow: 0 0 10px rgb(169 114 114);
}
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss::before {
  text-shadow: 0 0 10px rgb(161, 161, 161);
}
section#list-section #list-item-wrapper .item .photo .option .catch:hover::before,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss:hover::before {
  transform: translateX(-50%) rotateZ(-15deg) scale(1.05);
  opacity: 1;
  animation-name: clickShow;
  animation-duration: 1.6s;
  animation-iteration-count: 1;
}
@keyframes clickShow {
  from {
    transform: translateX(-50%) rotateZ(-15deg);
    opacity: 0;
  }
  10% {
    transform: translateX(-50%) rotateZ(-15deg);
    opacity: 0;
  }
  30% {
    transform: translateX(-50%) rotateZ(-15deg);
    opacity: 0.7;
  }
  64% {
    transform: translateX(-50%) rotateZ(0);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) rotateZ(-15deg) scale(1.05);
    opacity: 0;
  }
}
section#list-section #list-item-wrapper.default .item .photo .option .catch,
section#list-section #list-item-wrapper.default .item .photo .option[data-status="true"] .miss,
section#list-section #list-item-wrapper .item .photo .option.default .catch,
section#list-section #list-item-wrapper .item .photo .option.default[data-status="true"] .miss {
  display: none;
  opacity: 0;
}
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss {
  display: block;
}
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss.touch::after {
  content: '잘가!!';
}
@media (hover: hover) {
  section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss:hover {
    opacity: 1;
    background-color: rgba(242, 242, 242,0.8);
  }
}
section#list-section #list-item-wrapper .item .photo .option .catch.touch,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .catch.touch { /*클릭 됐을때 효과*/
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(242, 242, 242,0.8);
  opacity: 1;
  animation-name: fadein;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.12);
  }
  to {
    transform: translate(-50%, -50%) scale(1.12);
  }
}
section#list-section #list-item-wrapper .item .photo .option .miss.touch,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss.touch { /*클릭 됐을때 효과*/
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(242, 242, 242,0.8);
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
section#list-section #list-item-wrapper .item .photo .option .catch.touch::before,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .catch.touch::before,
section#list-section #list-item-wrapper .item .photo .option .miss.touch::before,
section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss.touch::before {
  display: none;
}
section#list-section #list-item-wrapper .item .photo .option .catch img,
section#list-section #list-item-wrapper .item .photo .option .miss img {
  width: 110px;
  height: 110px;
}
section#list-section #list-item-wrapper .item .photo .option .like {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  width: 30px;
  height: 30px;
}
section#list-section #list-item-wrapper .item .photo .option .like img {
  width: 30px;
  height: 30px;
  filter: grayscale(100%);
}



section#list-section #list-item-wrapper .item .photo > img {
  width: 126px;
  height: 168px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0,0,0,0;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 14%);
}
section#list-section.cookie_run_kingdom2021 #list-item-wrapper .item .photo img {
  height: 164px;
}
section#list-section #list-item-wrapper .item .item-name {
  margin: 8px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
/* 도감page - list END */
/* 도감page END */

/* page - contents 게시판 스타일 START */
section.contents { 
  min-height: 770px;
}
section.contents .title-wrapper {
  background-color: var(--light-blue);
  padding: 3rem 0 2rem;
}
section.contents h1#title {
  font-size: 32px;
  line-height: 32px;
  margin: 40px 0 0;
}
section.contents .title-wrapper p {
  font-size: 16px;
  line-height: 20px;
  margin: 12px 0 0;
}
section.contents #kboard-default-list .kboard-search {
  position: absolute;
  top: -2.8rem;
  right: 20px;
  transform: translateY(-100%);
  font-size: 0;
  width: auto;
  padding-bottom: 0;
}
section.contents #kboard-default-list .kboard-search select {
  background-color: unset;
  border: none;
  color: #444;
  max-width: 67px;
  outline: none;
  font-family: var(--basic-font);
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
}
section.contents #kboard-default-list .kboard-search input {
  box-sizing: border-box;
  width: 260px;
  max-width: 260px;
  height: 40px;
  border: none;
  border-radius: 20px 0 0 20px;
  padding-left: 1rem;
  outline: none;
  font-family: var(--basic-font);
}
section.contents #kboard-default-list .kboard-search select option {
  font-size: 15px;
}
section.contents #kboard-default-list .kboard-search input + button {
  height: 40px;
  width: 50px;
  background-color: #fff !important;
  border-radius: 0 20px 20px 0;
  font-size: 0;
  margin: 0;
}
section.contents #kboard-default-list .kboard-search input + button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/icon/ic-search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
section.contents #kboard-default-list .kboard-list-header {
  padding: 32px 0;
}
section.contents #kboard-document + #kboard-default-list .kboard-list-header {
  padding: 10px 0;
}
section.contents #kboard-default-list .kboard-list-header .kboard-sort select {
  box-sizing: border-box;
  outline: none;
  height: 32px;
  width: 108px;
  border-radius: 18px;
  padding-left: 8px;
  border: solid 1px var(--light-blue2);
  font-family: var(--basic-font);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
section.contents #kboard-default-list .kboard-list-header .kboard-sort select option {
  font-size: 15px;
}
section.contents #kboard-default-list .kboard-list-header .kboard-total-count {
  font-size: 16px;
  font-family: var(--basic-font);
  font-weight: 500;
}
section.contents #kboard-default-list .kboard-list tbody tr:hover {
  background-color: var(--light-blue);
}
section.contents #kboard-default-list .kboard-list thead tr td {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid var(--point-red);
}
section.contents #kboard-default-list .kboard-list tbody tr td {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
}
section.contents #kboard-default-list .kboard-list tr td.kboard-list-user,
section.contents #kboard-default-list .kboard-list tr td.kboard-list-date {
  width: 12%;
  max-width: 126px;
}
section.contents #kboard-default-list .kboard-list table a {
  font-size: 16px;
  font-weight: 400;
}
section.contents .kboard-default-new-notify {
  background-color: var(--light-red);
  padding: 5px 8px;
  border-radius: 12px;
  margin-right: 2px;
}
section.contents a.kboard-default-button-small, 
section.contents input.kboard-default-button-small, 
section.contents button.kboard-default-button-small {
  box-sizing: border-box;
  padding: 6px 16px;
  margin: 0 4px;
  height: 35px;
  border-radius: 20px;
  background-color: var(--point-red) !important;
  background-color: #444 !important;
  color: #fff !important;
  font-family: var(--basic-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
section.contents a.kboard-default-button-small:hover, 
section.contents a.kboard-default-button-small:focus, 
section.contents a.kboard-default-button-small:active, 
section.contents input.kboard-default-button-small:hover, 
section.contents input.kboard-default-button-small:focus, 
section.contents input.kboard-default-button-small:active, 
section.contents button.kboard-default-button-small:hover, 
section.contents button.kboard-default-button-small:focus, 
section.contents button.kboard-default-button-small:active {
  opacity: 1;
  background-color: var(--point-red) !important;
}
section.contents #kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a, 
section.contents #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
  background-color: var(--light-blue);
  border-radius: 20px;
}
section.contents #kboard-document {
  padding: 3rem 0;
}
/* page - contents 게시판 스타일 END */
/* page - contents 게시판 - document 스타일 START */
section.contents #kboard-default-document .kboard-detail {
  border-top: 2px solid #d8e0eb;
  border-bottom: none;
  background-color: unset;
  font-size: 14px;
}
section.contents #kboard-default-document .kboard-detail .detail-attr {
  float: right;
}
section.contents #kboard-default-document .kboard-detail .detail-writer {
  float: none;
}
section.contents #kboard-default-document .kboard-detail .detail-attr .detail-value {
  padding-left: 12px;
}
section.contents #kboard-default-document .kboard-button-action {
  padding: 8px 12px;
  border-radius: 20px;
  margin: 8px 4px;
}
section.contents #kboard-default-document .kboard-button-like,
section.contents #kboard-default-document .kboard-button-unlike {
  padding: 12px 20px;
  border: solid 1px;
}
section.contents #kboard-default-document .kboard-button-like {
  color: #fff;
  background-color: var(--point-green);
}
section.contents #kboard-default-document .kboard-button-unlike {
  color: #8b8b8b;
  background-color: #fff;
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-unlike {
  color: #8b8b8b;
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-like {
  color: var(--point-green);
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-like .icon, 
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-unlike .icon {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-right: 4px;
}
section.contents #kboard-default-document .kboard-document-action .left {
  float: none;
  text-align: center;
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .right {
  margin-right: 12px;
}
section.contents .kboard-comments-default .comments-header {
  padding: 0 0 15px 15px;
}
section.contents .kboard-comments-default {
  border-radius: 12px;
  background-color: #fff;
}
section.contents .kboard-comments-default hr {
  display: none;
}
section.contents .kboard-comments-default .comments-list ul li {
  padding: 12px 0 12px 16px !important;
  border-top: solid 1px #ddd;
}
section.contents .kboard-comments-default .comments-list .comments-list ul li {
  background-color: #f9f9f9;
  border-top: none;
  border-radius: 8px;
  margin-bottom: 6px !important;
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-action {
  padding: 6px 10px;
  border-radius: 16px;
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-delete,
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-edit {
  background-color: unset;
  border: none;
  padding: 6px 5px;
}
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-delete,
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-edit,
section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-reply {
  color: #8b8b8b;
}
section.contents .kboard-comments-default .kboard-comments-form .comments-submit-button input[type=submit] {
  background-color: #444;
  padding: 6px 10px;
  border-radius: 20px;
  margin-right: 12px;
  font-size: 13px;
  line-height: 15px;
}
section.contents .kboard-comments-default .comments-list .comments-list-create {
  color: #bdbdbd;
  font-size: 12px;
  line-height: 26px;
}
section.contents .kboard-comments-default .kboard-comments-form .comment-textarea {
  font-family: var(--basic-font);
  color: #444;
  outline: none;
  border-color: #ddd;
}
section.contents .kboard-comments-default .kboard-comments-form {
  padding: 12px;
  overflow: hidden;
}
section.contents .kboard-comments-default .kboard-comments-login {
  padding: 24px 12px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  border-radius: 12px;
  margin-left: 12px;
  background-color: #f9f9f9;
  line-height: 12px;
  font-weight: 500;
}
section.contents .cosmosfarm-social-login {
  text-align: center;
  display: inline-block;
  margin-left: 24px;
  padding: 0 12px 12px;
  min-width: 240px;
  width: 30%;
  max-width: 356px;
  border-radius: 12px;
  background-color: #fff;
  font-weight: 400;
}
section.contents .cosmosfarm-social-login .cosmosfarm-social-login-title {
  padding: 10px 0 6px;
}
/* page - contents 게시판 - document 스타일 END */
/* page - contents 게시판 - editor 스타일 START */
section.contents #kboard-default-editor {
  margin: 2rem 0;
}
section.contents #kboard-default-editor .kboard-attr-media .attr-value a {
  border: solid 1px #b9b9b9;
  border-radius: 6px;
  padding: 4px 12px;
}
/* page - contents 게시판 - editor 스타일 END */
/* page - mypage 스타일 START */
section#mypage {
  background: linear-gradient(90deg, var(--light-blue) 50%, transparent 50%);
}
section#mypage .container.grid {
  background: linear-gradient(90deg, var(--light-blue) 200px, transparent 200px);
  min-height: 770px;
  display: grid;
  grid-template-columns: 200px 1fr;
}
section#mypage #left {
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
}
section#mypage #right {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 122px 0 0 32px;
}
section#mypage #profile {
  padding: 42px 0 30px;
  margin: 0 20px 0 0;
  border-bottom: solid 1px var(--gray);
}

section#mypage #profile .profile-image {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--light-blue2);
  border-radius: 50px;
  margin: 0 40px;
  text-align: center;
  padding: 26px 0;
}
section#mypage #profile .profile-image::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../img/icon/ic-camera.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
section#mypage h3 {
  font-size: 1.8667rem;
  margin: 16px 0 14px;
}
section#mypage .profile-info > h3 {
  text-align: center;
  margin: 16px 0 0;
}
section#mypage #profile #info-modify {
  display: block;
  position: relative;
  background-color: unset;
  border: unset;
  outline: unset;
  padding: 4px 4px 4px 20px;
  margin: 0 auto;
  color: var(--gray);
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
section#mypage #profile #info-modify::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
  width: 18px;
  height: 18px;
  background-image: url(../img/icon/ic-setting.svg);
  background-size: cover;
}
section#mypage #profile #info-modify-light-box {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 700px;
  padding: 24px 12px 42px;
  background-color: #fff;
  box-shadow: 0 0 10px 999999px rgb(0 0 0 / 40%);
  border-radius: 12px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform-origin: top right;
  pointer-events: none;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
section#mypage #profile #info-modify.on + #info-modify-light-box {
  opacity: 1;
  pointer-events: all;
}
section#mypage #profile #info-modify-light-box h3 {
  text-align: center;
  color: #444;
  margin-top: 42px;
}
section#mypage #profile #info-modify-light-box .cosmosfarm-members-form {
  min-width: 240px;
}
section#mypage #profile #info-modify-light-box button.close {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  height: 36px;
  width: 36px;
  background-color: unset;
  border: unset;
  outline: unset;
  cursor: pointer;
}
section#mypage #profile #info-modify-light-box button.close::before,
section#mypage #profile #info-modify-light-box button.close::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #444;
  transform: translate(-50%,-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
section#mypage #profile #info-modify-light-box button.close::after {
  transform: translate(-50%,-50%) rotate(45deg);
}
section#mypage #profile #info-modify-light-box .cosmosfarm-members-form input[type=submit] {
  border-radius: 21px;
  margin-top: 32px;
  font-family: var(--basic-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  height: 41px;
}
section#mypage #profile #info-modify-light-box .req-text {
  font-size: 14px;
}
section#mypage #profile .logout-button {
  position: relative;
  display: block;
  background-color: var(--point-red);
  color: #fff;
  margin: 40px auto 0;
  padding: 11px 45px;
  width: 88%;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
section#mypage #mypage-menu {
  padding: 42px 0 80px 0;
  margin: 0 0 0 10px;
}
section#mypage #mypage-menu ul {
  list-style: none;
}
section#mypage #mypage-menu ul > li {
  border-radius: 30px 0 0 30px;
  margin-bottom: 12px;
}
section#mypage #mypage-menu ul > li > a {
  display: block;
  height: 60px;
  border-radius: 30px 0 0 30px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
section#mypage #mypage-menu ul > li > a > img {
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
section#mypage #mypage-menu ul > li.on > a {
  background-color: #fff;
}
section#mypage #mypage-menu ul > li.gray {
  position: absolute;
  bottom: 0;
  left: calc(30px);
}
section#mypage #mypage-menu ul > li.gray a {
  color: var(--gray);
}
section#mypage #right .cosmosfarm-members-header .header-menu {
  display: none;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-search,
section#mypage #right #cosmosfarm-members-messages .messages-search {
  border-radius: 20px;
  width: 260px;
  float: right;
  margin-top: -4px;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-search input,
section#mypage #right #cosmosfarm-members-messages .messages-search input {
  font-size: 15px;
  padding: 8px;
  outline: none;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-controlbar,
section#mypage #right #cosmosfarm-members-messages .messages-controlbar {
  margin: 0 0 12px 0;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-controlbar .controlbar-left select,
section#mypage #right #cosmosfarm-members-messages .messages-controlbar .messages-left select {
  height: 34px;
  font-size: 15px;
  padding: 0 6px;
  border-radius: 20px;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-more,
section#mypage #right #cosmosfarm-members-messages .messages-more {
  border-radius: 25px;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-list .notifications-list-item .add-item-middot a,
section#mypage #right #cosmosfarm-members-messages .messages-list .messages-list-item .add-item-middot a {
  padding: 4px 10px;
  display: inline-block;
  border-radius: 20px;
}
section#mypage #right #cosmosfarm-members-notifications .notifications-list .notifications-list-item .item-button-url a,
section#mypage #right #cosmosfarm-members-messages .messages-list .messages-list-item .item-button-delete a[title="답장쓰기"] {
  border: solid 1px #e1e1e1;
}
section#mypage #right #cosmosfarm-members-messages .messages-list .cosmosfarm-members-item-wrap:last-child {
  display: flex;
}
section#mypage #right #cosmosfarm-members-messages .messages-list .messages-list-item .item-button-delete:not(:last-child) {
  order: -1;
}
section#mypage #right .cosmosfarm-members-item-wrap .add-item-middot:before {
  display: none;
}
/* page - mypage 스타일 END */



@media screen and (max-width: 940px) { /*모바일 메뉴 적용 범위*/
  header {
    z-index: 999;
    height: 46.9995px;
    padding: 0;
  }
  header #collection-button {
    width: 36px;
    height: 36px;
  }
  header #collection-button::after {
    display: none;
  }
  header #collection-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 16.0005px;
  }
  header #user-profile-wrapper {
    width: 36px;
    height: 36px;
    padding: 3px;
  }
  header #user-profile-wrapper #user-profile > img {
    width: 30px;
    height: 30px;
    border-radius: 18px;
  }
  header #user-profile-wrapper #user-profile-info {
    width: 160.0005px;
    padding: 10.0005px;
    border-radius: 10.0005px;
  }
  header #user-profile-wrapper #user-profile-info > #user-name {
    font-size: 13.9995px;
    line-height: 13.9995px;
  }
  header #user-profile-wrapper #user-profile-info > #user-name > .text-overflow {
    max-width: 111px;
  }
  header #user-profile-wrapper #user-profile-info > ul {
    margin-top: 10.0005px;
  }
  header #user-profile-wrapper #user-profile-info > ul > li {
    padding: 7px 5px;
  }
  header #user-profile-wrapper #user-profile-info > ul > li > a {
    font-size: 13.0005px;
  }
  header #login-button {
    margin: 4.9995px 0;
    padding: 3px 9px;
    height: 28.0005px;
    border-radius: 13.9995px;
    font-size: 13.9995px;
  }
  /* mb - login-light-box START*/
  #login-light-box {
    top: 45%;
    width: 310px;
    min-height: 440px;
    padding: 60px 20px 18px;
  }
  #login-light-box .social-login-title {
    font-size: 20px;
    margin: 0 0 18px;
  }
  #login-light-box .social-login-title > span {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
  }
  #login-light-box .social-login-button {
    padding: 14px 0;
    width: 266px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  #login-light-box .social-login-button > img {
    left: 16px;
    width: 24px;
    height: 24px;
  }
  #login-light-box #social-login-close {
    margin: 32px 0 0;
    font-size: 12px;
    padding: 8px;
  }
  #login-light-box #social-login-close::after {
    bottom: 5px;
    left: 8px;
    width: calc(100% - 16px);
  }

  /* mb - login-light-box END*/

  header > .container > .dt-menu {
    position: absolute;
    top: 40.0005px;
    left: 0;
    z-index: 99;
    transform: translateX(100%);
    background-color: var(--light-blue);
    display: block;
    width: 100%;
    height: 100vh;
    padding: 12px;
    opacity: 0;
    box-shadow: 0 999px 0 999px rgb(0 0 0 / 40%);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  header > .container > .dt-menu.on {
    transform: translateX(0);
    opacity: 1;
  }
  header > .container > .dt-menu ul {
    list-style: none;
  }
  header > .container > .dt-menu .gnb > li {
    margin: 12px;
  }
  header > .container > .dt-menu .gnb > li > a {
    display: inline-block;
    padding: 6px;
    font-size: 16.0005px;
    font-weight: 500;
  }
  header > .container > .dt-menu .lnb {
    padding-left: 12px;
  }
  header > .container > .dt-menu .lnb > li > a {
    display: inline-block;
    padding: 4.0005px;
    color: #444;
    font-size: 13.9995px;
    font-weight: 500;
  }
  #tab-bar {
    width: 100%;
    height: 56px;
    padding: 4px 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0px 0px 10.0005px rgba(0, 0, 0, 0.1);
  }
  #tab-bar ul {
    list-style: none;
  }
  #tab-bar #tab-bar-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  #tab-bar #tab-bar-button a {
    text-align: center;
    font-size: 10.0005px;
    line-height: 10.0005px;
    vertical-align: top;
    display: inline-block;
    height: 48px;
    padding: 3px 6px;
  }
  #tab-bar #tab-bar-button a > img {
    display: block;
    margin: 0 auto;
  }
  
  section.contents,
  section#info-section,
  section#mypage { /*menu fixed때문에 밀어놓은것*/
    margin-top: 47px;
  }
  /*도감 내수집현황 위치조절 START*/
  section#info-section #all-counts {
    margin: 95px 0 0;
  }
  section#info-section #user-info {
    top: 52px;
  }
  /*도감 내수집현황 위치조절 END*/
}
/*모바일 일때*/
@media screen and (max-width: 767px){
  html #wpadminbar { /*워드프레스 adminbar */
    position: fixed;
  }
  h1#title {
    font-size: 22px;
    margin-top: 12px;
  }
  h2 {
    font-size: 15px;
    margin: 6px 0;
  }
  .container { padding: 0 12px;}
  .button-link {
    margin: 8px 0;
    padding: 8px;
    font-size: 13px;
  }
  /* mb - 도감page START */
  section#info-section {
    background-color: var(--light-blue);
    padding: 2rem 0 1rem;
  }
  section#info-section #all-counts {
    margin: 80px 0 0;
    font-size: 16px;
  }
  section#info-section #source {
    font-size: 12px;
    line-height: 14px;
  }
  section#info-section #source a {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
    margin-left: 4px;
  }
  section#info-section #source a.youtube::before {
    width: 20px;
    height: 20px;
    margin-top: -1px;
  }
  section#info-section #hof > img {
    width: 24px;
    height: 20px;
    margin-right: 4px;
    margin-top: 2px;
  }
  /* mb - user-info START*/
  section#info-section #user-info {
    top: 42px;
    right: -4px;
    padding: 8px 12px 12px 10px;
    border-width: 3px;
    border-radius: 12px 0 0 12px;
    min-width: 44vw;
    width: 44vw;
  }
  section#mypage .user-info {
    padding: 12px;
    border-width: 3px;
    min-width: unset;
    width: calc(100% - 16px);
    max-width: 314px;
  }
  section#info-section #user-info #my-collection,
  section#mypage .user-info .collection-title {
    margin-top: 4px;
  }
  section#info-section #user-info #my-collection .key,
  section#mypage .user-info .collection-title .key {
    font-size: 15px;
    line-height: 18px;
  }
  section#info-section #user-info #my-collection .value,
  section#mypage .user-info .collection-title .value,
  section#mypage .user-info .collection-title .value span {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 18px;
  }
  section#mypage .user-info .collection-title .value, 
  section#mypage .user-info .collection-title .value span {
    margin: -18px 0 0;
  }
  section#info-section #user-info #my-collection .value span {
    font-size: 24px;
    line-height: 24px;
  }
  section#info-section #user-info #my-collection-details,
  section#mypage .user-info .my-collection-details {
    margin-top: 12px;
  }
  section#info-section #user-info #my-collection-details .wrapper,
  section#mypage .user-info .my-collection-details .wrapper {
    display: block;
    width: calc(100% + 12px);
    min-height: unset;
    padding: 6px 12px 6px 8px;
  }
  section#mypage .user-info .my-collection-details .wrapper {
    width: calc(50% - 4px);
    max-width: 120px;
  }
  section#info-section #user-info #my-collection-details .wrapper:not(:first-child) {
    margin-left: 0;
    margin-top: 4px;
  }
  section#mypage .user-info .my-collection-details .wrapper:not(:first-child) {
    margin-left: 6px;
  }
  section#info-section #user-info #my-collection-details .wrapper .key,
  section#mypage .user-info .my-collection-details .wrapper .key {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }
  section#info-section #user-info #my-collection-details .wrapper .value{
    margin: -16px 0 0;
    font-size: 11px;
    line-height: 20px;
  }
  section#mypage .user-info .my-collection-details .wrapper .value,
  section#mypage .user-info .my-collection-details .wrapper .value span {
    margin: 0;
    font-size: 11px;
    line-height: 16px;
  }
  section#info-section #user-info #my-collection-details .wrapper .value span {
    font-size: 16px;
    line-height: 16px;
  }
  /* mb -  user-info END*/
  /* mb - 도감page - list START */
  section#list-section #filter-toolbar {
    float: none;
    margin-bottom: 18px;
    max-width: 336px;
  }
  section#list-section #filter-toolbar .whether-to-collect, 
  section#list-section #filter-toolbar .whether-to-check {
    margin: 0;
  }
  section#list-section #filter-toolbar .whether-to-check {
    float: right;
  }
  section#list-section #sort-toolbar {
    margin-bottom: 18px;
  }
  section#list-section #filter-toolbar .whether-to-collect button, 
  section#list-section #filter-toolbar .whether-to-check button {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 15px;
  }
  section#list-section #sort-toolbar .sort-title {
    font-size: 11px;
    margin-right: 16px;
  }
  section#list-section #sort-toolbar button {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 13px;
  }
  section#list-section #list-item-wrapper .item {
    width: 100px;
    min-height: 130px;
    margin: 0 6px 12px;
  }
  section#list-section #list-item-wrapper .item .photo .option .catch::before, 
  section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss::before {
    top: 32%;
    font-size: 20px;
  }
  section#list-section #list-item-wrapper .item .photo .option:not(.default).on, 
  section#list-section #list-item-wrapper:not(.default) .item .photo .option.on {
    background-size: 52px;
  }
  section#list-section #list-item-wrapper .item .photo .option .catch img, 
  section#list-section #list-item-wrapper .item .photo .option .miss img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }
  section#list-section #list-item-wrapper .item .photo .option .catch::after, 
  section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss::after {
    font-size: 13px;
  }
  section#list-section #list-item-wrapper .item .photo .option .catch:hover::after, 
  section#list-section #list-item-wrapper .item .photo .option[data-status="true"] .miss:hover::after {
    top: 5px;
  }
  section#list-section #list-item-wrapper .item .photo .option .catch.touch, 
  section#list-section #list-item-wrapper .item .photo .option .miss.touch { /*모바일 환경일때 적용*/
    opacity: 1;
    background-color: rgba(242, 242, 242,0.8);
  }
  section#list-section #list-item-wrapper .item .photo {
    width: 100px;
    height: 100px;
  }
  section#list-section #list-item-wrapper .item .photo img {
    min-width: 63px;
    min-height: 84px;
    width: 60px;
    height: 84px;
    max-width: 126px;
    max-height: 168px;
  }
  section#list-section.cookie_run_kingdom2021 #list-item-wrapper .item .photo img {
    min-height: 82px;
    height: 82px;
    max-height: 164px;
  }
  section#list-section #list-item-wrapper .item .item-name {
    margin: 7px 0;
    font-size: 12px;
    line-height: 15px;
  }
  .prepare-box:after {
    background-size: 100px;
  }
  /* mb - 도감page - list END */
  /* mb - 도감page END */
  /* mb - page - contents 게시판 스타일 START */
  section.contents .title-wrapper {
    padding: 2rem 0 7.6rem;
    text-align: center;
  }
  section.contents h1#title {
    font-size: 24px;
    line-height: 24px;
    margin: 16px 0 0;
  }
  section.contents .title-wrapper p {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 0;
  }
  section.contents #kboard-default-list .kboard-search select {
    font-size: 13px;
  }
  section.contents #kboard-default-list .kboard-search input {
    width: 160px;
    height: 34px;
  }
  section.contents #kboard-default-list .kboard-search input + button {
    height: 34px;
    width: 50px;
    min-width: 50px;
    box-sizing: border-box;
  }
  section.contents #kboard-default-list .kboard-search input + button::after {
    width: 26px;
    height: 26px;
  }
  section.contents #kboard-default-list .kboard-list-header {padding: 18px 0;}
  section.contents #kboard-default-list .kboard-list-header .kboard-sort select {
    height: 30px;
    width: 90px;
    font-size: 13px;
    padding-left: 6px;
  }
  section.contents #kboard-default-list .kboard-list-header .kboard-total-count {font-size: 14px;}
  section.contents #kboard-default-list .kboard-list thead tr td {
    font-size: 14px;
  }
  section.contents #kboard-default-list .kboard-list tbody tr td {
    font-size: 13px;
    padding: 8px 0;
  }
  section.contents #kboard-default-list .kboard-list table a {
    font-size: 13px;
  }
  section.contents a.kboard-default-button-small, 
  section.contents input.kboard-default-button-small, 
  section.contents button.kboard-default-button-small {
    padding: 5px 12px;
    height: 28px;
    font-size: 12px;
    line-height: 16px;
  }
  /* mb - page - contents 게시판 스타일 END */
  /* mb - page - contents 게시판 -document 스타일 START */
  section.contents #kboard-document {
    padding: 1rem 0;
  }
  section.contents #kboard-default-document .kboard-title h1 {
    padding: 8px 4px;
    font-size: 16px;
    line-height: 20px;
  }
  section.contents #kboard-default-document .kboard-detail {
    font-size: 11px;
    line-height: 11px;
  }
  section.contents #kboard-default-document .kboard-detail .detail-attr {
    padding: 8px 4px 0;
  }
  section.contents #kboard-default-document .kboard-button-like, 
  section.contents #kboard-default-document .kboard-button-unlike {
    padding: 8px 14px;
    border: solid 1px;
    font-size: 12px;
  }
  section.contents #kboard-default-document .kboard-button-action {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 11px;
  }
  section.contents .kboard-comments-default .kboard-comments-wrap {
    padding: 8px 0 0 0;
  }
  section.contents .kboard-comments-default .comments-header {
    padding: 0 0 8px 8px;
  }
  section.contents .kboard-comments-default .comments-count,
  section.contents .kboard-comments-default .comments-count .comments-total-count,
  section.contents .kboard-comments-default .comments-sort select {
    font-size: 12px;
  }
  section.contents .kboard-comments-default .comments-list {
    padding: 0 0 0 8px;
  }
  section.contents .kboard-comments-default .comments-list ul li {
    padding: 6px 0 0 8px !important;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-username {
    font-size: 12px;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-create {
    font-size: 11px;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-content {
    padding: 8px 0;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-delete, 
  section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-edit {
    background-color: unset;
    border: none;
    padding: 5px 6px;
    font-size: 11px;
    line-height: 11px;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-action {
    padding: 5px 8px;
    border-radius: 16px;
    font-size: 11px;
    line-height: 11px;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-like .icon, section.contents .kboard-comments-default .comments-list .comments-list-controller .comments-button-unlike .icon {
    width: 11px;
    height: 11px;
    margin-right: 2px;
    margin-top: 1px;
  }
  section.contents .kboard-comments-default .comments-list .comments-list-controller .right {
    margin-right: 4px;
  }
  section.contents .kboard-comments-default .kboard-comments-form .comments-field {
    margin-bottom: 4px;
  }
  section.contents .kboard-comments-default .kboard-comments-form {
    padding: 8px;
    overflow: hidden;
  }
  section.contents .kboard-comments-default .kboard-comments-login {
    border-radius: 8px;
    margin: 12px;
    font-size: 14px;
  }
  section.contents .cosmosfarm-social-login {
    margin: 24px auto 0;
    font-size: 13px;
    background-color: unset;
    display: block;
  }
  /* mb - page - contents 게시판 -document 스타일 END */
  /* mb - page - contents 게시판 -editor 스타일 START */
  section.contents #kboard-default-editor {
    margin: 4px 0;
  }
  section.contents #kboard-default-editor .kboard-attr-row {
    padding: 4px 0;
  }
  section.contents .note-btn {
    padding: 4px 8px;
    font-size: 12px;
  }
  section.contents #kboard-default-editor .kboard-attr-row .attr-name {
    font-size: 13px;
  }
  section.contents #kboard-default-editor .kboard-attr-option .attr-value {
    margin-left: 11%;
    width: 91%;
  }
  section.contents #kboard-default-editor .kboard-attr-row .attr-value .attr-value-option {
    display: inline-block;
  }
  section.contents #kboard-default-editor .kboard-attr-media .attr-value a {
    font-size: 13px;
  }
  /* mb - page - contents 게시판 -editor 스타일 END */
  /* mb - mypage START */
  section#mypage .container.grid {
    background: linear-gradient(90deg, var(--light-blue) 52px, transparent 52px);
    grid-template-columns: 52px 1fr;
  }
  section#mypage #left h1#title {
    display: none;
  }
  section#mypage #profile {
    padding: 12px 0 24px;
    margin: 0;
  }
  section#mypage #profile .profile-image {
    padding: 9px 0;
    width: 40px;
    height: 70px;
    margin: 0;
  }
  section#mypage #profile .profile-image::after {
    bottom: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
  section#mypage .profile-info > h3 {
    display: none;
  }
  section#mypage #profile #info-modify {
    margin: 12px 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 0;
  }
  section#mypage #profile #info-modify::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
  }
  section#mypage #profile #info-modify-light-box {
    width: 320px;
  }




  section#mypage #profile .logout-button {
    padding: 7px 11px;
    width: 40px;
    height: 35px;
    margin: 12px 0 0;
  }
  section#mypage #profile .logout-button img {
    width: 22px;
    height: 22px;
    margin: 0;
  }
  section#mypage #profile .logout-button, 
  section#mypage #mypage-menu ul > li:not(.gray) > a {
    font-size: 0;
  }
  section#mypage #mypage-menu ul > li > a {
    height: 50px;
    padding: 13px 14px;
    margin-left: -6px;
  }
  section#mypage #mypage-menu ul > li > a > img {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  section#mypage #mypage-menu ul > li.gray {
    bottom: 0;
    left: 24px;
  }
  section#mypage #mypage-menu ul > li.gray a {
    font-size: 14px;
    line-height: 18px;
    width: 40px;
    padding: 0;
  }
  section#mypage #mypage-menu {
    padding: 24px 0 80px 0;
    margin: 0;
  }
  section#mypage #right {
    padding: 0 0 0 6vw;
  }
  section#mypage #right #cosmosfarm-members-notifications .notifications-search, 
  section#mypage #right #cosmosfarm-members-messages .messages-search {
    border-radius: 20px;
    width: 200px;
    float: none;
  }
  section#mypage #right #cosmosfarm-members-notifications .notifications-search input, 
  section#mypage #right #cosmosfarm-members-messages .messages-search input {
    font-size: 12px;
    padding: 6px;
  }
  section#mypage #right #cosmosfarm-members-notifications .notifications-controlbar .controlbar-left select, 
  section#mypage #right #cosmosfarm-members-messages .messages-controlbar .messages-left select {
    height: 30px;
    font-size: 12px;
  }
  /* mb - mypage END */
  footer {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px){ /*kboard 모바일 스타일*/
  /* mb - 도감page START */
  section#list-section #filter-toolbar {
    padding: 0 4px;
  }
  section#list-section #filter-toolbar .whether-to-collect button, 
  section#list-section #filter-toolbar .whether-to-check button {
    padding: 8px 11px;
  }
  /* mb - 도감page END */
  /* mb - page - contents 게시판 스타일 START */
  section.contents #kboard-default-list .kboard-search {
    right: 50%;
    transform: translate(50%, -100%);
    float: unset;
    min-width: 300px;
  }
  section.contents #kboard-default-list .kboard-search select {
    max-width: 74px;
    width: 23%;
    min-width: 23%;
    font-size: 13px;
  }
  section.contents #kboard-default-list .kboard-search select option {
    font-size: 12px;
  }
  section.contents #kboard-default-list .kboard-search input {
    width: 52%;
    max-width: 260px;
    height: 34px;
    border: none;
    border-radius: 17px 0 0 17px;
    margin-right: 0;
  }
  section.contents #kboard-default-list .kboard-search input + button {
    height: 34px;
    width: 50px;
    min-width: 50px;
    border-radius: 0 17px 17px 0;
    margin: 0;
  }
  section.contents #kboard-default-list .kboard-search input + button::after {
    width: 26px;
    height: 26px;
  }
  section.contents #kboard-default-list .kboard-list table td.kboard-list-title .kboard-default-cut-strings {
    margin-bottom: 4px;
    font-size: 14px;
  }
  section.contents #kboard-default-list .kboard-list .kboard-mobile-contents {
    text-align: right;
  }
  /* mb - page - contents 게시판 스타일 END */
  /* mb - page - contents 게시판 - editor 스타일 START */
  section.contents #kboard-default-editor .kboard-attr-row .attr-name {
    width: 12%;
  }
  /* mb - page - contents 게시판 - editor 스타일 END */
  /* mb - mypage 스타일 START */
  section#mypage #profile #info-modify-light-box .cosmosfarm-members-form {
    width: 240px !important;
  }
  /* mb - mypage 스타일 END */
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}
/*모바일 320px~360px 일때*/
@media screen and (min-width: 320px) and (max-width: 359px){
  .container { padding: 0; width: 320px;}
  header .container { padding: 0 12px;}
  header > .container > .dt-menu {
    left: -20px;
    width: 360px;
  }
  section#info-section #user-info {
    right: -20px;
  }
  section#list-section #list-item-wrapper .item {
    width: 100px;
    min-height: 130px;
    margin: 0 3px 12px;
  }
  section#list-section #list-item-wrapper .item .photo {
    width: 100px;
    height: 100px;
  }
  section#list-section #list-item-wrapper .item .item-name {
    margin: 7px 0;
    font-size: 13px;
    line-height: 15px;
  }
  /* mb - mypage 스타일 START */
  section#mypage #profile #info-modify-light-box {
    width: 300px;
  }
  /* mb - mypage 스타일 END */
}
@media screen and (min-width: 360px) and (max-width: 471px) { /*flex구간 center정렬을 위해*/
  section#list-section #list-item-wrapper.flex {
    width: 336px;
  }
}
@media screen and (min-width: 472px) and (max-width: 583px) { /*flex구간 center정렬을 위해*/
  section#list-section #list-item-wrapper.flex {
    width: 448px;
  }
}
@media screen and (min-width: 584px) and (max-width: 695px) { /*flex구간 center정렬을 위해*/
  section#list-section #list-item-wrapper.flex {
    width: 560px;
  }
}
@media screen and (min-width: 696px) and (max-width: 767px) { /*flex구간 center정렬을 위해*/
  section#list-section #list-item-wrapper.flex {
    width: 672px;
  }
}
/*태블릿 이상 일때*/
@media screen and (min-width: 768px){
  .dt-hide {
    display: none;
  }
  .mb-hide {
    display: inline-block;
  }
  .container {
    max-width: 1440px;
    padding: 0 20px;
  }
  #list-section .container {
    max-width: 1440px;
    padding: 0;
  }
  .contents .container {
    max-width: 1280px;
  }
  section#list-section #list-item-wrapper {
    width: 714px;
  }

}

@media screen and (min-width: 992px) {/*flex구간 center정렬을 위해*/
  section#list-section #list-item-wrapper {
    width: 952px;
  }
}
@media screen and (max-width: 940px) { 
  /*모바일 메뉴일때 tab-bar가 나타나게 하기 위함. 
  (모바일사이즈에서 태블릿사이즈 일정부분까지로 확장되면서 필요하게 됨)*/
  #tab-bar.dt-hide {
    display: block;
  }
}
@media screen and (min-width: 941px) { /*데스크탑 메뉴 사이즈 적용*/
  header nav.dt-menu {
    text-align: center;
    position: absolute;
    top: 0;
    right: 91.9995px;
    z-index: 999;
  }
  header nav.dt-menu ul {
    list-style: none;
    position: relative;
    z-index: 9999;
  }
  header nav.dt-menu ul.gnb {
    text-align: right;
    font-size: 0;
  }
  header nav.dt-menu ul.gnb > li > a {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 16px 15px;
    position: relative;
    width: 100%;
  }
  header nav.dt-menu ul.gnb > li > a.two-lines {
    padding: 18px .2rem;
  }
  header nav.dt-menu ul.gnb > li {
    display: inline-block;
    height: 50px;
  }
  header nav.dt-menu ul.gnb > li.on {
    height: 92px;
  }
  header nav.dt-menu ul.gnb ul.lnb {
    position: absolute;
    top: 50px;
    right: 0;
    max-width: 1340px;
    width: 90vw;
    padding: 0;
    text-align: right;
    height: 42px;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
  }
  header nav.dt-menu ul.gnb > li.on ul.lnb {
    opacity: 1;
    z-index: 9;
    pointer-events: all;
  }
  header nav.dt-menu ul.gnb ul.lnb > li {
    display: inline-block;
  }
  header nav.dt-menu ul.gnb ul.lnb > li > a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 12px;
    line-height: 16px;
    word-break: keep-all;
    color: #444;
  }
  header #lnb-background {
    background-color: #e8edf3;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 0;
    z-index: 9;
    overflow: hidden;
    transition: height 0.1s ease-in-out;
  }
  header #lnb-background.on {
    height: 42px;
  }
}
/*데스크탑 이상 일때*/
@media screen and (min-width: 1200px) {
  /* 마이페이지 START */
  section#mypage .container.grid {
    background: linear-gradient(90deg, var(--light-blue) 420px, transparent 420px);
    grid-template-columns: 420px 1fr;
  }
  section#mypage #right {
    padding: 122px 0 0 72px;
  }
  section#mypage #profile.grid {
    display: grid;
    grid-template-columns: 180px 1fr;
  }
  section#mypage #profile {
    margin: 0 20px;
  }
  section#mypage .profile-info > h3 {
    text-align: left;
    margin: 16px 0 14px;
  }
  section#mypage #profile #info-modify {
    padding: 0 0 0 20px;
    margin: 0;
  }
  section#mypage #profile .logout-button {
    margin: 60px 0 0;
  }
  section#mypage #mypage-menu {
    padding: 42px 0 80px 180px;
    margin: 0 0 0 20px;
  }
  section#mypage #mypage-menu ul > li.gray {
    left: calc(180px + 40px);
  }
  /* 마이페이지 END */
}
@media screen and (min-width: 1230px) {/*flex구간 center정렬을 위해*/
  section#list-section #list-item-wrapper {
    width: 1190px;
  }
}
/*풀스크린 데스크탑 일때*/
@media screen and (min-width: 1440px) {
  section#list-section #list-item-wrapper {
    width: 1428px;
  }
}

/*풀스크린 데스크탑 이상 일때*/
@media screen and (min-width: 1920px) {
  header nav.dt-menu #lnb-background #lnb-background-left {
    width: calc((100vw - 1240.0005px) / 2);
    max-width: unset;
  }
}
