@charset "utf-8";

/*'Nanum Square'*/

@font-face {
  font-family: 'Nanum Square';
  font-weight: 400;
  src: url(../fonts/NanumSquareR.eot);
  src: url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(../fonts/NanumSquareR.woff) format('woff'), url(../fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Square';
  font-weight: 700;
  src: url(../fonts/NanumSquareB.eot);
  src: url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'), url(../fonts/NanumSquareB.woff) format('woff'), url(../fonts/NanumSquareB.ttf) format('truetype');
}


/*'Lato'*/

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url(../fonts/Lato-Regular.eot);
  src: url(../fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  src: url(../fonts/Lato-Bold.eot);
  src: url(../fonts/Lato-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Bold.woff) format('woff'), url(../fonts/Lato-Bold.ttf) format('truetype');
}


/* Noto Sans KR */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&display=swap&subset=korean');

/* Reset */

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

html,
body {
  height: 100%;
  word-break: keep-all;
}

body,
table,
input,
textarea,
select,
button,
th,
td,
input,
select,
textarea,
th,
td,
p,
dl,
dt,
dd,
li,
pre {
  color: #444;
}

body {
  font-family: 'Lato', 'Nanum Square', 'Apple 산돌 Gothic Neo', 'Malgun Gothic', sans-serif;
}

fieldset,
img {
  border: 0
}

fieldset {
  display: block
}

table {
  border-collapse: collapse
}

ul,
ol,
li {
  list-style: none
}

var,
em,
dfn {
  font-style: normal
}

.blind,
legend {
  overflow: hidden;
  position: absolute;
  top: -999em;
  left: 0;
  display: block
}

caption {
  display: none !important
}

.none {
  display: none !important
}

a:link,
a:visited,
a:active {
  color: #444;
  text-decoration: none
}

a:hover {
  color: #1179ea;
  text-decoration: underline;
  cursor: pointer
}

button {
  border: 0;
  cursor: pointer;
  font-family: 'Lato', 'Nanum Square', 'Apple 산돌 Gothic Neo', 'Malgun Gothic', sans-serif;
}

input[type="text"],
input[type="password"],
input[type="image"],
input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}


/*Hide Spinner in Input Number - Firefox */

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  text-indent: -5000em;
}

.row {
  width: 100%;
  display: block;
  clear: both;
  overflow: auto;
  padding: 20px 0;
}


/* swiper --default plugin style */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00c7fb;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #e5e5e5;
  border-radius: 50%;
  margin-left: 5px;
}

.swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0
}


/*layout*/

#wrapper {
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden;
  padding-right: 27%;
  box-sizing: border-box;
}

#content {
  display: block;
  width: 100%;
  float: right;
  box-sizing: border-box;
}

#gnb {
  float: right;
  display: block;
  width: 27%;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  z-index: 5;
  background: #fff;
  z-index: 100;
}

#gnb .btn-gnb-folder {
  display: block;
}

#favorite {
  float: right;
  width: 60%;
  display: block;
  padding: 0 120px;
  box-sizing: border-box;
}

#new {
  float: right;
  width: 40%;
  display: block;
  padding: 0 120px;
  box-sizing: border-box;
}

#main-visual-title {}

#member {
  padding: 40px 120px;
  text-align: right;
}

#policy {
  padding: 40px;
  text-align: right;
  width: 800px;
}

#wrapper.gnb-folder {
  padding-right: 80px;
}

#wrapper.gnb-folder #gnb {
  width: 80px;
}

#wrapper.gnb-folder #gnb .gnb-wrapper .gnb-icon {
  background: url(../images/common/gnb-icon-small.png) no-repeat center right;
  position: fixed;
  top: 40px;
  right: 25px;
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  background-size: cover;
}

#wrapper.gnb-folder #gnb .menu-open {
  background-image: url(../images/common/gnb-menu.png);
  right: 25px;
}

#wrapper.gnb-folder .gnb-wrapper .gnb-icon .link {
  display: none;
}

#wrapper.gnb-folder #gnb .bottom {
  display: none;
}

#wrapper.gnb-folder #gnb .gnb-wrapper .gnb-icon:after {
  display: none
}


/*popup  effect   */

.popup-layer {
  display: none;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition-timing-function: cubic-bezier(.71, .24, .05, .98);
  -webkit-transition-timing-function: cubic-bezier(.71, .24, .05, .98);
}

.popup-layer.active {
  display: block;
  z-index: 999;
  opacity: 1;
}


/*galaxy note 2 bug -- solved :  z-index: -1; opacity:1;   */

.popup-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-layer:after {
  content: ""
}

.popup-layer .pop-position {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
}

.popup-layer .btn-close {
  top: 40px;
  left: 40px;
  z-index: 100;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/common/mobile-close.png) no-repeat;
  background-size: 40px auto;
  font-size: 0;
}

.popup-layer .pop-contents {
  z-index: 90;
  width: auto;
  height: auto;
  min-width: 200px;
  padding: 38px 50px 0 50px;
  background: #fff;
}


/*gnb*/

.gnb-wrapper {
  padding: 40px 80px;
  text-align: right;
  position: fixed;
  border-left: 1px solid #a080cf;
  height: 100%;
  min-height: 700px;
  box-sizing: border-box;
  width: inherit;
}

.gnb-wrapper .gnb-icon-wrapper {
  margin-bottom: 20px;
}

.gnb-wrapper .link {
  display: inline-block;
}

.gnb-wrapper .gnb-icon {
  display: inline-block;
  width: 200px;
  height: 120px;
  background: url(../images/common/gnb-icon.png) no-repeat center right;
  background-size: contain;
}

.gnb-wrapper .menu-open {
  position: absolute;
  left: 25px;
  top: 50%;
  cursor: pointer;
  background: url(../images/common/gnb-menu-on.png) no-repeat center right;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: block;
  margin-top: -15px;
  z-index: 10;
  outline: none;
}

.gnb-wrapper .bottom {
  position: absolute;
  bottom: 40px;
  right: 80px;
}

.gnb-wrapper .bottom .copyright {
  font-size: 10px;
  color: #999999;
  line-height: 20px;
  display: block;
  text-align: right;
  margin-top: 15px;
}

.gnb-wrapper .main-menu {
  display: block;
  margin-bottom: 50px;
  text-align: right;
}

.gnb-wrapper .main-menu li {
  text-align: right;
  display: block;
}

.gnb-wrapper .main-menu .link {
  display: inline-block;
  font-size: 28px;
  line-height: 60px;
  color: # +;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  padding-left: 10px;
}

.gnb-wrapper .main-menu .link.active {
  position: relative;
  color: #fff;
  z-index: 10;
  background: #544297;
}

.gnb-wrapper .main-menu .link.active:before {
  content: '';
  background: #544297;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
}

.gnb-wrapper .sub-menu {
  margin-bottom: 20px;
  display: block;
}

.gnb-wrapper .sub-menu .link {
  font-size: 12px;
  line-height: 30px;
  color: #544297;
  text-transform: uppercase;
}

.gnb-wrapper .sub-menu .link.bold {
  font-size: 14px !important;
  font-weight: bold;
}

.gnb-wrapper .share {
  display: inline-block;
  overflow: auto;
  text-align: right;
  margin-bottom: 30px;
}

.gnb-wrapper .share li {
  display: inline-block;
  margin-left: 12px;
}

.gnb-wrapper .share .link {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.gnb-wrapper .share .link.facebook {
  background: url("../images/common/facebook.png") no-repeat center center;
  background-size: auto 20px;
}

.gnb-wrapper .share .link.instagram {
  background: url("../images/common/instagram.png") no-repeat center center;
  background-size: auto 20px
}

.gnb-wrapper .share .link.naverblog {
  background: url("../images/common/naverblog.png") no-repeat center center;
  background-size: auto 20px
}

.gnb-wrapper .share .link.kakaotalk {
  background: url("../images/common/kakaotalk.png") no-repeat center center;
  background-size: auto 20px
}

.gnb-wrapper .share .link.navertv {
  background: url("../images/common/navertv.png") no-repeat center center;
  background-size: auto 20px
}

.gnb-wrapper .share .link.twitter {
  background: url("../images/common/share-twitter.png") no-repeat center center;
  background-size: auto 20px
}

.gnb-wrapper .site-rule {
  display: block;
  margin-bottom: 15px;
  text-align: right;
}

.gnb-wrapper .site-rule .link {
  font-size: 11px;
  color: #544297;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
}

.gnb-wrapper .site-rule span {
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  margin: 0 5px;
  display: inline-block;
}

.gnb-wrapper .footer-info {
  font-size: 10px;
  color: #999999;
  line-height: 15px;
  display: block;
  text-align: right;
}


/*main-top-bg*/

.main-top-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 250px;
  width: 100%;
  padding: 37px 120px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.main-top-bg h2 {
  display: block;
}

.main-top-bg h2 span {
  display: inline-block;
  font-size: 32px;
  background-color: #fff;
  line-height: 40px;
  color: #333333;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Nanum Square';
}

.main-top-bg .link-more {
  margin-top: 16px;
  display: block;
}

.main-top-bg .link-more span {
  background: #fff;
  text-transform: uppercase;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  padding: 7px 11px;
  display: inline-block;
}

.section-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #544297;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.item-lists {
  display: block;
  position: relative;
  width: 100%;
}

.item-lists li {
  margin-bottom: 40px
}

.card-large {
  width: 100%;
  display: block;
}

.card-large .image-area {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.card-large .image-area .image {
  display: block;
  width: 100%;
  height: auto;
}

.card-large .image-area .more {
  position: relative;
  display: block;
}

.card-large .image-area .more:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff url("../images/common/icon-plus.png") no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
}

.card-large .image-area .more span {}

.card-large .image-info {
  padding: 20px 0;
  display: block;
  width: 100%;
}

.card-large .image-info .text {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  max-height: 44px;
  min-height: 44px;
  overflow: hidden;
}

.card-post {
  display: block;
  width: 100%;
}

.card-post .image-area {
  width: 100%;
  display: block;
  position: relative;
}

.card-post .image-area .more {
  display: block;
  width: 100%;
  height: 100%;
}

.card-post .image-area .more .image {
  width: 100%;
  height: auto;
}

.card-post .image-area .more .text {
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 90px;
  display: block;
  box-sizing: border-box;
}

.card-post .image-area .writer {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  font-size: 16px;
  padding: 10px 11px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 2px;
  z-index: 5;
}

.card-large .image-info .price {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #544297;
  margin-top: 10px;
  font-weight: bold
}

#main .row.col-2 {
  position: relative;
  padding-bottom: 0;
}

#main .row.col-2:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  background: #ccc;
  left: 40%;
}

#main .card-large .image-area {
  overflow: hidden
}

#main .card-large .image-area .image {
  transform: scale(1);
  transition: all .4s cubic-bezier(.555, .205, .295, .975);
}

#main .card-large .image-area:hover .image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#main .card-post .image-area {
  overflow: hidden
}

#main .card-post .image-area .image {
  transform: scale(1);
  transition: all .4s cubic-bezier(.555, .205, .295, .975);
}

#main .card-post .image-area:hover .image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#main .card-post .image-area:hover .text {
  text-decoration: underline
}

#main-post {
  background: transparent;
  margin: 0 120px;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}

#main-post .item-lists li {
  width: 50%;
  box-sizing: border-box;
}

#main-post .item-lists li:nth-child(even) {
  padding-left: 60px;
}

#main-post .item-lists li:nth-child(even) .text {
  color: #fff
}

#main-post .item-lists li:nth-child(odd) {
  padding-right: 60px;
}

#post .item-lists li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#post .item-lists li:nth-child(even) {
  padding-left: 60px;
}

#post .item-lists li:nth-child(even) .text {
  color: #fff
}

#post .item-lists li:nth-child(odd) {
  padding-right: 60px;
  margin-bottom: 45px;
}

#member .member-wrapper {
  max-width: 360px;
  display: inline-block;
}

#member .title {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 110px;
}

#member .top {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

#member .top .rule {
  margin-bottom: 10px;
}

#member .top .rule a {
  color: #544297;
  text-decoration: underline
}

#member .member-sns {
  margin-bottom: 40px;
  max-width: 360px;
  display: inline-block;
}

#member .member-sns .link {
  border: 1px solid #2db400;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 360px;
  text-align: left;
}

#member .member-sns .link:hover {
  text-decoration: none;
}

#member .member-sns .link:hover .text {
  color: #2db400;
  text-decoration: underline
}

#member .member-sns .link .logo {
  background: green;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}

#member .member-sns .link .text {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding-left: 10px;
  border-left: 1px solid #2db400;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

#member .member-self {
  max-width: 360px;
  margin: 0;
  display: inline-block;
}

#member .member-self .link {
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 360px;
  text-align: left;
}

#member .member-self .link:hover {
  text-decoration: none;
}

#member .member-self .link:hover .text {
  color: #000;
  text-decoration: underline
}

#member .member-self .link .logo {
  background: green;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}

#member .member-self .link .text {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

#member .member-self .form-group {
  margin-bottom: 20px;
}

#member .member-self .form-group.division {
  border-top: 1px dotted #eee;
  margin-top: 40px;
  padding-top: 40px;
}

#member .member-self .form-group label {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

#member .member-self .form-group .form-control {
  width: 360px;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #544297;
}

#member .member-self .form-group .form-control[type="password"] {
  font-family: Arial
}

#member .member-self .bottom {
  border-top: 1px dotted #eee;
  margin-top: 40px;
  padding-top: 40px;
  text-align: left;
  position: relative;
  overflow: auto;
}

#member .member-self .bottom .form-control {}

#member .member-self .bottom button {
  display: inline-block;
  float: right;
  height: 50px;
  background: #544297;
  color: #fff;
  padding: 15px 10px 15px 50px;
}

#member .member-self .bottom span {
  font-size: 14px;
  color: #544297;
  display: inline-block;
  margin-top: 15px;
}

#member .member-self .find-link {
  margin-top: 60px;
  display: block;
}

#member .member-self .find-link .user-link {
  display: block;
  margin-bottom: 20px;
}

#member .member-self .find-link .user-link .text {
  color: #544297;
  border-bottom: 1px solid #544297;
}

#mypage {
  padding: 40px 120px;
  text-align: right;
  min-width: 880px;
  overflow-x: auto;
  width: 100%;
  box-sizing: border-box;
}

#mypage .member-wrapper {
  max-width: 360px;
  display: inline-block;
}

#mypage .title {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 110px;
}

#mypage .lnb {
  display: block;
  overflow: auto;
  height: auto;
  margin-bottom: 40px;
  text-align: right;
}

#mypage .lnb li {
  display: inline-block;
}

#mypage .lnb li:before {
  content: '/';
  margin: 0 14px;
  color: #cccccc;
  font-size: 24px;
}

#mypage .lnb li:first-child:before {
  display: none;
}

#mypage .lnb li a {
  display: inline-block;
  color: #544297;
  font-weight: bold;
}

#mypage .lnb li.active a {
  background: #544297;
  color: #fff;
  padding: 0 2px;
}

#mypage .lnb li a .text {
  font-size: 20px
}

#mypage .mypage-table {
  display: block;
  width: 100%;
}

#mypage .mypage-table .list {
  display: table;
  width: 100%;
}

#mypage .mypage-table .list li.table-header {
  display: table-row;
  overflow: auto;
  padding: 10px 0;
}

#mypage .mypage-table .list li.table-header>div[class^="area-"] {
  border-bottom: 4px solid #544297;
  padding-bottom: 16px;
}

#mypage .mypage-table .list li.table-body {
  display: table-row;
  overflow: auto;
  padding: 10px 0;
  min-height: 70px;
  border-bottom: 1px solid #ddd;
}

#mypage .mypage-table .list li .title {
  font-size: 14px;
  color: #544297;
  margin-bottom: 0;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}

#mypage .mypage-table .list li .text {
  font-size: 16px;
  color: #999;
}

#mypage .mypage-table .list li .area-date .text {}

#mypage .mypage-table .list li .area-title .text {
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  white-space: nowrap;
}

#mypage .mypage-table .list li .area-seller .text {
  color: #666;
}

#mypage .mypage-table .list li .area-cost .text {
  color: #544297;
  font-weight: bold;
}

#mypage .mypage-table .list li .text em {
  color: #544297;
}

#mypage .mypage-table .list li .image {
  width: 60px;
  position: absolute;
  left: 0;
  top: 10px;
}

#mypage .mypage-table .table-body div[class^="area-"] {
  vertical-align: middle;
}

#mypage .mypage-table .list li .area-date {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
  box-sizing: border-box;
}

#mypage .mypage-table .list li .area-title {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding: 28px 0 27px 70px;
}

#mypage .mypage-table .list li .area-seller {
  display: table-cell;
  padding: 0 10px;
  box-sizing: border-box;
}

#mypage .mypage-table .list li .area-cost {
  display: table-cell;
  padding: 0 10px;
  box-sizing: border-box;
}

#mypage .mypage-table .list li .area-status {
  display: table-cell;
  box-sizing: border-box;
}

#mypage .mypage-table .list li .area-status.request .text {
  border: 1px solid #544297;
  color: #544297;
  padding: 10px;
}

#mypage .mypage-table .list li .area-status.wait .text {
  border: 1px solid #a080cf;
  color: #a080cf;
  padding: 10px;
}

#mypage .mypage-table .list li .area-status.success .text {
  background: #544297;
  color: #fff;
  padding: 10px;
}

#mypage .total {
  margin: 40px 0;
  text-align: left
}

#mypage .total .label {
  font-size: 16px;
  color: #666666
}

#mypage .total .value {
  font-size: 24px;
  color: #544297;
}

#mypage .mypage-host {
  display: block;
  width: 100%;
}

#mypage .mypage-host .list {
  display: table;
  width: 100%;
}

#mypage .mypage-host .list li.table-header {
  display: table-row;
  overflow: auto;
  padding: 10px 0;
}

#mypage .mypage-host .list li.table-header>div[class^="area-"] {
  border-bottom: 4px solid #544297;
  padding-bottom: 16px;
}

#mypage .mypage-host .list li.table-body {
  display: table-row;
  overflow: auto;
  padding: 10px 0;
  min-height: 70px;
  border-bottom: 1px solid #ddd;
}

#mypage .mypage-host .list li .title {
  font-size: 14px;
  color: #544297;
  margin-bottom: 0;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}

#mypage .mypage-host .list li .text {
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  white-space: nowrap;
}

#mypage .mypage-host .list li .text-purple {
  color: #544297;
  font-weight: bold
}

#mypage .mypage-host .list li .area-number .text {
  color: #999;
}

#mypage .mypage-host .list li .area-date .text {
  color: #999;
}

#mypage .mypage-host .list li .area-title .text {
  color: #544297;
  font-weight: bold;
  vertical-align: middle;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  white-space: nowrap;
}

#mypage .mypage-host .list li .area-seller .text {
  color: #666;
}

#mypage .mypage-host .list li .area-cost .text {
  color: #544297;
  font-weight: bold;
}

#mypage .mypage-host .list li .area-linkdin .text {
  line-height: 30px;
  text-align: left;
}

#mypage .mypage-host .list li .text em {
  color: #544297;
  vertical-align: middle;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  white-space: nowrap;
}

#mypage .mypage-host .list li .image {
  position: absolute;
  top: 0;
  left: 0;
}

#mypage .mypage-host .list li .area-number {
  text-align: left;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

#mypage .mypage-host .list li .area-date {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

#mypage .mypage-host .list li .area-title {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
  padding-left: 70px;
  text-align: left;
}

#mypage .mypage-host .list li .area-linkdin {
  display: table-cell;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left
}

#mypage .mypage-host .list li .area-cost {
  display: table-cell;
  padding: 0 10px;
  box-sizing: border-box;
}

#mypage .mypage-host .list li .area-pay {
  display: table-cell;
  padding: 0 10px;
  box-sizing: border-box;
}

#mypage .mypage-host .list li .area-status {
  display: table-cell;
  padding: 0 10px;
  box-sizing: border-box;
}

#mypage .mypage-form {
  max-width: 360px;
  margin: 0;
  display: inline-block;
}

#mypage .mypage-form .form-group {
  margin-bottom: 20px;
}

#mypage .mypage-form .division {
  border-top: 1px dotted #eee;
  margin-top: 40px;
  padding-top: 40px;
}

#mypage .mypage-form .read-area .form-group label {
  font-size: 14px;
  line-height: 22px;
  color: #544297;
  margin-bottom: 20px;
}

#mypage .mypage-form .read-area .form-group span {
  display: block;
  border-bottom: 2px solid #666;
  padding-bottom: 15px;
  font-weight: bold;
}

#mypage .mypage-form .read-area .form-group .form-control {
  width: 360px;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 4px 0px;
  box-sizing: border-box;
  color: #544297;
  border: 0;
  text-align: right;
  font-size: 16px;
  color: #333333;
}

#mypage .mypage-form .read-area .form-group .form-control[type="password"] {
  font-family: Arial
}

#mypage .mypage-form .read-area .form-group textarea {
  height: 120px !important;
  text-align: left;
  padding: 0;
}

#mypage .mypage-form .write-area {
  margin-top: 40px;
  border-top: 1px dotted #ccc;
  padding-top: 40px;
  display: block;
  overflow: auto;
}

#mypage .mypage-form .write-area .form-group {
  margin-bottom: 20px;
}

#mypage .mypage-form .write-area .form-group.division {
  border-top: 1px dotted #eee;
  margin-top: 40px;
  padding-top: 40px;
}

#mypage .mypage-form .write-area .form-group label {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

#mypage .mypage-form .write-area .form-group span {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
}

#mypage .mypage-form .write-area .form-group .selectbox {
  width: 100%;
  box-sizing: border-box;
}

#mypage .mypage-form .write-area .form-group .selectbox select {
  height: 40px;
}

#mypage .mypage-form .write-area .form-group .form-control {
  width: 360px;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #544297;
}

#mypage .mypage-form .write-area .form-group .form-control[type="password"] {
  font-family: Arial
}

#mypage .mypage-form .write-area .form-group textarea {
  height: 120px !important;
  text-align: left;
  padding: 0;
}

#mypage .mypage-form .user-link {
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
}

#mypage .mypage-form .user-link .text {
  color: #544297;
  border-bottom: 1px solid #544297;
}

#mypage .mypage-form .button-area {}

#mypage .mypage-form .button-area .btn-minor {
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #a080cf;
  padding: 15px 10px 15px 50px;
  border: 1px dotted #a080cf;
}

#mypage .mypage-form .button-area .btn-major {
  display: inline-block;
  height: 50px;
  background: #544297;
  color: #fff;
  padding: 15px 10px 15px 50px;
}

#mypage .util {
  overflow: auto;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

#mypage .util .left {
  float: left;
}

#mypage .util .right {
  float: right;
}

#mypage .util .right .selectbox {
  width: 100px !important
}

#mypage .util .text {
  font-size: 16px;
  color: #544297;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: text-bottom;
  line-height: 52px;
}

#mypage .guide {
  margin: 20px 0;
}

#mypage .guide p {
  line-height: 24px;
  color: #666666;
  font-size: 14px
}

#mypage .selectbox {
  position: relative;
  width: 400px;
  display: inline-block;
  border: 1px solid #544297;
  overflow: hidden;
}

#mypage .selectbox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #544297;
}

#mypage .selectbox.date:before {
  border-top: 5px solid #666;
}

#mypage .selectbox label {
  position: absolute;
  top: 1px;
  left: 5px;
  padding: 10px 10px;
  z-index: -1;
  font-size: 14px;
  color: #544297;
  font-family: inherit;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}

#mypage .selectbox.date label {
  color: #666;
  font-weight: normal;
  text-align: center;
}

#mypage .selectbox select {
  width: 100%;
  height: 50px;
  line-height: normal;
  font-family: inherit;
  padding: 0px 10px;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mypage .mypage-pagination {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
}

#mypage .mypage-pagination ul {
  overflow: auto;
  text-align: center;
  display: inline-block;
  width: auto;
}

#mypage .mypage-pagination ul li {
  float: left;
  line-height: 30px;
  vertical-align: middle
}

#mypage .mypage-pagination ul li a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 25px;
  margin: 0 10px;
  line-height: 30px;
  vertical-align: middle
}

#mypage .mypage-pagination ul li.active {}

#mypage .mypage-pagination ul li.active a {
  color: #544297;
  border-bottom: 1px solid #544297;
}

#mypage .mypage-pagination ul li.prev a {
  background: url(../images/common/page-prev.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

#mypage .mypage-pagination ul li.next a {
  background: url(../images/common/page-next.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

#mypage .mypage-pagination ul li.first a {
  background: url(../images/common/page-first.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

#mypage .mypage-pagination ul li.last a {
  background: url(../images/common/page-last.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

#mypage .mypage-scrap {
  margin-right: -60px;
}

#mypage .mypage-scrap .item-lists {
  display: block;
  width: 100%;
}

#mypage .mypage-scrap .item-lists li {
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
  padding: 0 60px;
  box-sizing: border-box;
}

#mypage .mypage-action {
  padding-top: 40px;
  text-align: right;
  display: block;
  width: 100%;
}

#mypage .mypage-action .btn-minor {
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #a080cf;
  padding: 15px 10px 15px 50px;
  border: 1px dotted #a080cf;
  font-size: 16px;
}

#mypage .mypage-action .btn-major {
  display: inline-block;
  height: 50px;
  background: #a080cf;
  color: #fff;
  padding: 15px 10px 15px 50px;
  font-size: 16px;
}

#mypage .info {
  font-size: 14px;
  color: #544297;
}

#yacht {
  width: 100%;
  display: block;
  padding: 0 60px;
  box-sizing: border-box;
}

#yacht .section-title {
  margin: 0 60px;
  margin-bottom: 30px;
}

#yacht .item-lists {
  display: block;
  width: 100%;
}

#yacht .item-lists li {
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
  padding: 0 60px;
  box-sizing: border-box;
}

#yacht .tab {
  margin: 0 60px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

#yacht .tab a {
  color: #666;
  font-size: 16px;
  line-height: 20px;
}

#yacht .tab a.active {
  color: #544297;
}

#yacht .tab span {
  font-size: 16px;
  line-height: 20px;
  color: #ccc;
  margin: 0 10px;
}

#yacht .search {
  margin: 0 60px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #544297;
}

#yacht .search .search-box {
  position: relative;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

#yacht .search .search-box .form-control {
  width: 100%;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 4px 0px;
  box-sizing: border-box;
  color: #544297;
  font-size: 16px
}

#yacht .search .search-box .form-control::placeholder {
  color: #544297;
  font-size: 16px
}

#yacht .search .search-box button {
  width: 22px;
  height: 22px;
  background: url(../images/yacht/icon-search.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

#yacht .yacht-pagination {
  width: 100%;
  text-align: center;
}

#yacht .yacht-pagination ul {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  width: auto;
}

#yacht .yacht-pagination ul li {
  float: left;
  line-height: 30px;
  vertical-align: middle
}

#yacht .yacht-pagination ul li a {
  display: inline-block;
  color: #999999;
  font-size: 18px;
  line-height: 25px;
  margin: 0 10px;
  line-height: 30px;
  vertical-align: middle
}

#yacht .yacht-pagination ul li.active {}

#yacht .yacht-pagination ul li.active a {
  color: #544297;
  border-bottom: 1px solid #544297;
}

#yacht .yacht-pagination ul li.pagination a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
}

#yacht .yacht-pagination ul li.prev a {
  background-image: url(../images/common/page-prev.png);
}

#yacht .yacht-pagination ul li.next a {
  background-image: url(../images/common/page-next.png);
}

#yacht .yacht-pagination ul li.first a {
  background-image: url(../images/common/page-first.png);
}

#yacht .yacht-pagination ul li.last a {
  background-image: url(../images/common/page-last.png);
}

#yacht .yacht-pagination ul .pagination.prev.disabled a {
  background-image: url(../images/common/page-prev-disabled.png);
}

#yacht .yacht-pagination ul .pagination.next.disabled a {
  background-image: url(../images/common/page-next-disabled.png);
}

#yacht .yacht-pagination ul .pagination.first.disabled a {
  background-image: url(../images/common/page-first-disabled.png);
}

#yacht .yacht-pagination ul .pagination.last.disabled a {
  background-image: url(../images/common/page-last-disabled.png);
}

#post {
  background: #222;
  width: 100%;
  display: block;
  padding: 0 60px;
  box-sizing: border-box;
  min-height: 100vh;
}

#post-list {
  background: #222;
  width: 100%;
  display: block;
  padding: 0 60px;
  box-sizing: border-box;
}

#post-list .section-title {
  margin: 0 60px;
  margin-bottom: 30px;
}

#post-list .item-lists:after {
  content: '';
  display: block;
  clear: both;
}

#post-list .item-lists li {
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
  padding: 0 60px;
  box-sizing: border-box;
}

#post-list .search {
  margin: 0 60px;
  border-bottom: 1px dotted #666;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#post-list .search .search-box {
  margin-bottom: 30px;
  position: relative;
  width: 340px;
  border-bottom: 1px solid #Fff;
}

#post-list .search .search-box .form-control {
  border: 0;
  height: 40px;
  line-height: 40px;
  background: transparent;
  width: 340px;
  color: #fff;
  padding-right: 20px;
  box-sizing: border-box
}

#post-list .search .search-box .form-control::placeholder {
  color: #fff
}

#post-list .search .search-box button {
  width: 22px;
  height: 22px;
  background: url(../images/post/icon-search.png) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 10px;
}

#post-list .search .keyword {}

#post-list .search .keyword .link {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-right: 10px;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

#post-list .search .keyword .link:hover {
  text-decoration: none;
}

#post-list .search .keyword .link:last-child:after {
  content: '';
}

#post-list .group-column:after {
  content: '';
  display: block;
  clear: both;
}


/*
#post-list .search .keyword .link.highlight{color: #a080cf;font-weight: bold;font-size: 26px;}
#post-list .search .keyword .link.gray{color: #999999;}
#post-list .search .keyword .link.zoom{font-size: 26px;}
*/

#post-list .card-post .image-area .more .text {
  padding: 0 10px;
}

#post-list .post-pagination {
  width: 100%;
  text-align: center;
}

#post-list .post-pagination ul {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  width: auto;
}

#post-list .post-pagination ul li {
  float: left;
  line-height: 30px;
  vertical-align: middle
}

#post-list .post-pagination ul li a {
  display: inline-block;
  color: #999999;
  font-size: 18px;
  line-height: 25px;
  margin: 0 10px;
  line-height: 30px;
  vertical-align: middle;
}

#post-list .post-pagination ul li.active {}

#post-list .post-pagination ul li.active a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#post-list .post-pagination ul li.pagination a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
}

#post-list .post-pagination ul li.pagination.prev a {
  background-image: url(../images/post/page-prev.png);
}

#post-list .post-pagination ul li.pagination.next a {
  background-image: url(../images/post/page-next.png);
}

#post-list .post-pagination ul li.pagination.first a {
  background-image: url(../images/post/page-first.png);
}

#post-list .post-pagination ul li.pagination.last a {
  background-image: url(../images/post/page-last.png);
}

#post-list .post-pagination ul li.pagination.prev.disabled a {
  background-image: url(../images/post/page-prev-disabled.png);
}

#post-list .post-pagination ul li.pagination.next.disabled a {
  background-image: url(../images/post/page-next-disabled.png);
}

#post-list .post-pagination ul li.pagination.first.disabled a {
  background-image: url(../images/post/page-first-disabled.png);
}

#post-list .post-pagination ul li.pagination.last.disabled a {
  background-image: url(../images/post/page-last-disabled.png);
}

#post-detail {
  width: 100%;
  display: block;
  padding: 0;
  box-sizing: border-box;
}

#post-detail .title {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  padding: 0 120px;
  margin-bottom: 30px;
}

#post-detail .title .writer {
  font-size: 24px;
  color: #000;
  margin: 20px 0;
  display: block;
  line-height: 24px;
}

#post-detail .title .date {
  font-size: 16px;
  color: #544297;
  display: block;
  font-weight: normal;
  line-height: 16px;
}

#post-detail .share-area {
  float: none;
  margin-bottom: 100px;
  padding: 0 120px;
  text-align: left;
}

#post-detail .share-area li {
  margin-left: 0;
  margin-right: 20px;
}

#post-detail .visual {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

#post-detail .visual .image {
  height: auto;
  width: 100%;
}

#post-detail .info {
  margin: 0 auto;
  padding: 0 120px;
  overflow: auto;
  max-width: 1200px;
  display: block;
}

#post-detail .info p {
  font-size: 16px;
  line-height: 32px;
  width: 50%;
  display: inline-block;
  color: #999999;
  float: left;
}

#post-detail .info .keyword {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
}

#post-detail .info .keyword .link {
  font-size: 16px;
  line-height: 32px;
  color: #544297;
  text-decoration: underline;
  margin-right: 10px;
  vertical-align: middle;
  display: block;
}

#post-detail .editor {
  margin: 40px auto 0 auto;
  padding: 0 120px;
  max-width: 1200px;
}

#post-detail .sns-api {
  margin-top: 40px;
  margin: 40px 120px;
  border-top: 1px solid #ccc;
}

#post-detail .other-post {
  padding: 0 60px;
}

#post-detail .section-title {
  margin: 0 120px;
  /* margin-bottom: 30px; */
  margin-bottom: 20px;
  /* margin-top: 40px; */
  /* padding-top: 40px; */
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

#post-detail .item-lists {
  display: block;
  width: 100%;
}

#post-detail .item-lists li {
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
  padding: 0 60px;
  box-sizing: border-box;
}

#post-detail .card-post .image-area .more .text {
  padding: 0 10px;
}

.post-gallery {
  position: relative;
  min-height: 450px;
  padding: 60px 0;
}

.post-gallery .swiper-wrapper .swiper-slide {
  text-align: center
}

.post-gallery .card-post {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 380px;
  overflow: auto;
}

.post-gallery .card-post .image-area {
  width: auto;
  height: 100%;
  float: left;
  text-align: left
}

.post-gallery .card-post .image-area .more {
  position: relative;
  display: block;
  width: auto;
  padding-right: 200px;
}

.post-gallery .card-post .image-area .more .image {
  height: calc(100vh - 300px);
  min-height: 400px;
  width: auto;
}

.post-gallery .card-post .image-area .more .flexbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.post-gallery .card-post .image-area .more .flexitem {
  padding-left: 100px;
}

.post-gallery .card-post .image-area .more .text {
  position: static;
  display: block;
  max-width: 100%;
  width: 100%;
  padding-right: 0;
  text-align: right;
  transform: translateY(0);
  font-size: 40px;
  line-height: 52px;
}

.post-gallery .card-post .image-area .more .content {
  display: block;
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: right;
  box-sizing: border-box;
}

.swiper-pgnt-wrap,
.swiper-btngrp-wrap {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  top: 0;
}

.post-gallery .swiper-pagination {
  color: #fff;
  z-index: 10;
  margin-left: 80px;
  font-size: 0;
}

.post-gallery .swiper-pagination .swiper-pagination-current {
  font-size: 72px;
  font-weight: bold;
  display: block;
}

.post-gallery .swiper-pagination .swiper-pagination-total {
  color: #666666;
  font-size: 72px;
  font-weight: bold;
  display: block;
}

.post-gallery .swiper-button-group {
  width: 100%;
  display: block;
  border-top: 1px solid #666;
}

.post-gallery .swiper-button-prev {
  position: absolute;
  width: 24px;
  height: 42px;
  background: url(../images/post/swiper-prev.png) no-repeat center center;
  left: 0;
  z-index: 30;
  cursor: pointer;
  margin-top: -22px;
}

.post-gallery .swiper-button-next {
  position: absolute;
  width: 24px;
  height: 42px;
  background: url(../images/post/swiper-next.png) no-repeat center center;
  right: 0;
  z-index: 30;
  cursor: pointer;
  margin-top: -22px;
}

.post-gallery .keyword {
  position: absolute;
  right: 0;
  top: 550px;
}

.post-gallery .keyword .link {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: underline;
  margin-right: 10px;
  vertical-align: middle;
  display: block;
  text-align: right;
}

.post-gallery .filter {
  position: absolute;
  bottom: -53px;
  left: 280px;
  width: auto;
}

.post-gallery .selectbox {
  position: relative;
  width: 200px;
  display: inline-block;
}

.post-gallery .selectbox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.post-gallery .selectbox.date:before {
  border-top: 5px solid #666;
}

.post-gallery .selectbox label {
  position: absolute;
  top: 1px;
  left: 5px;
  padding: 10px 10px;
  z-index: -1;
  font-size: 24px;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
}

.post-gallery .selectbox.date label {
  color: #666;
  font-weight: normal;
  text-align: center;
}

.post-gallery .selectbox select {
  width: 100%;
  height: 50px;
  line-height: normal;
  font-family: inherit;
  padding: 0px 10px;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-gallery-more {
  vertical-align: bottom;
  overflow: auto;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  background: #222
}

.post-gallery-more .btn-more {
  background: none;
  /* float: left; */
  width: 300px;
  text-align: left;
  padding: 0;
  vertical-align: bottom;
  display: inline-block;
}

.post-gallery-more .btn-more .icon {
  background: url(../images/post/btn-more.png);
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  border: 1px solid #414141;
}

.post-gallery-more .btn-more .text {
  line-height: 80px;
  vertical-align: top;
  display: inline-block;
  color: #666;
  font-size: 18px;
  margin-left: 10px;
  text-decoration: underline;
}

.post-gallery-more .btn-more:hover .icon {
  border-color: #fff
}

.post-gallery-more .btn-more:hover .text {
  color: #fff
}

.post-gallery-more .thumbnail {
  /* float: left; */
  padding: 0;
  margin: 0;
  display: none;
}

.post-gallery-more .thumbnail.active {
  display: inline-block;
}

.post-gallery-more .thumbnail li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 20px;
}

.post-gallery-more .thumbnail li a {}

.post-gallery-more .thumbnail li .image {
  width: 100px;
  height: auto;
}

.stickybar {
  display: none;
  width: 100%;
  padding: 16px 0 16px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #a080cf;
  /* box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2); */
}

.sticky {
  position: fixed;
  display: block;
  top: 0;
  z-index: 5;
}

.stickybar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(100% - 180px);
  margin: 0 auto;
  padding-right: 27%;
}

.stickybar__title {
  font-size: 24px;
}

.stickybar__button {
  min-width: 250px;
  text-align: right;
}

.stickybar__button .btn-minor {
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #544297;
  padding: 15px 20px 15px 50px;
  border: 1px dotted #a080cf;
  font-size: 16px;
}

.stickybar__button .scrap {
  background-image: url(../images/common/icon-scrap.png);
  background-size: 14px 20px;
  background-position: 19px 15px;
  background-repeat: no-repeat;
}

.stickybar__button .btn-major {
  display: inline-block;
  height: 50px;
  background: #a080cf;
  color: #fff;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  border: 1px solid #a080cf;
}

#yacht-detail {
  width: 100%;
}

#yacht-detail .row {
  padding: 0;
}

#yacht-detail .visual-summary {
  height: auto;
  background: #f5f5f5;
  width: 100%;
  padding: 40px 80px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  padding-bottom: 120px;
}

#yacht-detail .visual-summary .image-area {
  float: left;
}

#yacht-detail .visual-summary .image-area .image {
  height: 360px;
  width: auto;
}

#yacht-detail .visual-summary .info-area {
  display: block;
  text-align: right;
  width: 100%;
}

#yacht-detail .visual-summary .info-area .category {
  color: #544297;
  font-size: 16px;
  display: block;
  text-align: right;
  margin-bottom: 25px;
}

#yacht-detail .visual-summary .info-area .title {
  font-size: 33px;
  color: #333333;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}

#yacht-detail .visual-summary .info-area .desc {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

#yacht-detail .visual-summary .info-area .seller {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

#yacht-detail .visual-summary .info-area .desc em {
  color: #544297;
}

.share-area {
  display: block;
  overflow: auto;
  text-align: right;
  margin-top: 20px;
  width: auto;
  float: right;
}

.share-area li {
  display: inline-block;
  margin-left: 20px;
}

.share-area .link {
  height: 40px;
  width: 40px;
  display: inline-block;
}

.share-area .link.facebook {
  background: url("../images/common/share-facebook-bg.png") no-repeat center center;
  background-size: auto 40px;
}

.share-area .link.twitter {
  background: url("../images/common/share-twitter-bg.png") no-repeat center center;
  background-size: auto 40px;
}

.share-area .link.kakao {
  background: url("../images/common/share-kakao-bg.png") no-repeat center center;
  background-size: auto 40px;
}

.share-area .link.copy {
  background: url("../images/common/share-copy-bg.png") no-repeat center center;
  background-size: auto 40px;
}

.share-area .link.instagram {
  background: url("../images/common/share-instagram.png") no-repeat center center;
  background-size: auto 20px
}

#yacht-detail .visual-summary .button-area {
  position: absolute;
  bottom: 40px;
  right: 80px;
}

#yacht-detail .visual-summary .button-area .btn-minor {
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #544297;
  padding: 15px 20px 15px 50px;
  border: 1px dotted #a080cf;
  font-size: 16px;
}

#yacht-detail .visual-summary .button-area .btn-minor.scrap {
  background-image: url("../images/common/icon-scrap.png");
  background-size: 14px 20px;
  background-position: 19px 15px;
  background-repeat: no-repeat;
}

#yacht-detail .visual-summary .button-area .btn-minor.scrap-done {
  background-image: url("../images/common/icon-scrap-done.png");
}

#yacht-detail .visual-summary .button-area .btn-major {
  display: inline-block;
  height: 50px;
  background: #a080cf;
  color: #fff;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  border: 1px solid #a080cf;
}

#yacht-detail .visual-summary .button-area .icon {
  vertical-align: top;
  margin-right: 4px
}

#yacht-detail .visual-detail {
  position: relative;
  /* height: calc(100vh - 440px); */
  width: calc(100% - 180px);
  margin: 30px auto 0 auto;
  /* overflow: hidden; */
  padding-bottom: 40px;
}

#yacht-detail .visual-detail .float-text {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0px;
  width: 60%;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: right;
}

#yacht-detail .visual-detail .float-text .text-decoration {
  position: relative;
  padding-top: 40px;
  width: 100%;
  display: inline-block;
  z-index: 10;
}

#yacht-detail .visual-detail .float-text .text-decoration .seller {
  font-size: 16px;
  color: #fff;
  background: #544297;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 4px;
}

#yacht-detail .visual-detail .float-text .text-decoration .cont {
  color: #999999;
  font-size: 16px;
  line-height: 32px;
  display: inline;
  background: #fff;
  padding: 2px 4px;
}

#yacht-detail .visual-detail .float-editor {
  font-family: 'Noto Sans KR', 'Apple 산돌 Gothic Neo', 'Malgun Gothic', sans-serif;
  text-align: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  font-size: 16px;
}

#yacht-detail .visual-detail .float-editor p {
  line-height: 1.9;
}

#yacht-detail .visual-detail .float-editor .image {
  display: block;
  margin-bottom: 20px;
}

#yacht-detail .visual-detail .notice-refund {
  margin-top: 40px;
  display: block;
}

#yacht-detail .visual-detail .notice-refund strong {
  font-size: 16px;
  color: #544297;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}

#yacht-detail .visual-detail .notice-refund li {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}

#yacht-detail .visual-detail .sns-api {
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

#yacht-detail .visual-detail .map-api {
  margin-top: 40px;
  display: block;
}

#yacht-detail .visual-detail .map-api strong {
  font-size: 16px;
  color: #544297;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}

#yacht-detail .visual-detail .map-api .located {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  display: block
}

#yacht-complete {
  padding: 40px 120px;
  text-align: right;
  min-width: 880px;
  overflow-x: auto;
  width: 100%;
  box-sizing: border-box;
}

#yacht-complete .title {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 110px;
}

#yacht-complete .yacht-form {
  max-width: 360px;
  margin: 0;
  display: inline-block;
}

#yacht-complete .yacht-form .form-group {
  margin-bottom: 40px;
}

#yacht-complete .yacht-form .form-group label {
  font-size: 14px;
  line-height: 22px;
  color: #544297;
  margin-bottom: 20px;
}

#yacht-complete .yacht-form .form-group span {
  display: block;
  border-bottom: 2px solid #666;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
}

#yacht-complete .yacht-form .form-group .form-control {
  width: 360px;
  height: 40px;
  line-height: 22px;
  padding: 4px 0px;
  box-sizing: border-box;
  border: 0;
  text-align: right;
  font-size: 16px;
  color: #666;
}

#yacht-complete .yacht-form .form-group .form-control[type="password"] {
  font-family: Arial
}

#yacht-complete .yacht-form .form-group textarea {
  height: 120px !important;
  text-align: left;
  padding: 0;
}

#yacht-complete .button-area .btn-minor {
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #a080cf;
  padding: 15px 10px 15px 50px;
  border: 1px dotted #a080cf;
}

#policy .policy-wrapper {
  max-width: 360px;
  display: block;
  max-width: none;
}

#policy .title {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 110px;
}

#policy .notice {
  background: #f5f5f5;
  border-top: 3px solid #544297;
  padding: 30px;
  width: auto;
  margin-bottom: 20px;
  line-height: 25px;
  text-align: left;
}

#policy .policy-detail {
  display: block;
  text-align: left;
  height: 280px;
  overflow: auto;
  padding-right: 10px;
}

#policy .policy-detail .group {
  margin-top: 40px;
  line-height: 20px;
  font-size: 14px;
}

#policy .policy-detail .group strong {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

#policy .policy-detail .group b {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

#policy .policy-detail .group p {
  font-size: 13px;
  display: block;
  line-height: 20px;
}

#policy .button-area {
  margin-top: 40px;
  overflow: auto;
}

#policy .button-area button {
  display: inline-block;
  float: right;
  height: 50px;
  background: #544297;
  color: #fff;
  padding: 15px 20px 15px 60px;
  font-size: 16px;
}

#modal-01 .btn-close,
#modal-02 .btn-close {
  right: 0;
  left: auto;
  top: 0;
}

#modal .modal-wrapper {
  max-width: 360px;
  display: block;
  max-width: none;
  padding: 40px 120px;
}

#modal .title {
  font-size: 14px;
  line-height: 50px;
  color: #666;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #666;
  line-height: 22px;
  text-align: right;
}

#modal .button-area {
  margin-top: 40px;
  overflow: auto;
  padding-left: 100px;
  text-align: right;
}

#modal .button-area .btn-minor {
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #544297;
  padding: 15px 10px 15px 50px;
  border: 1px dotted #a080cf;
  font-size: 16px;
}

#modal .button-area .btn-major {
  display: inline-block;
  height: 50px;
  background: #544297;
  color: #fff;
  padding: 15px 20px 15px 60px;
  font-size: 16px;
  border: 1px dotted #544297;
}

#modal .form-group span {
  display: block;
  text-align: right;
  color: #544297;
  font-size: 16px;
  margin-bottom: 20px;
}

#modal .form-group .form-control {
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #544297;
}


/* overriding for edited field */

.editor {
  font-family: 'Noto Sans KR', 'Apple 산돌 Gothic Neo', 'Malgun Gothic', sans-serif;
  line-height: 1.9;
  font-size: 16px;
}

.editor em {
  font-style: italic;
}

.editor p {
  margin-bottom: 20px;
}

.editor ul {
  margin-left: 2em;
}

.editor li {
  list-style: disc;
}

.editor a:link {
  color: #1179ea;
}

.editor table {
  margin-top: 40px;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  letter-spacing: -.7px;
  color: #333;
  box-sizing: border-box;
}

.editor table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.editor table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.editor table th,
.editor table td {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: none;
  word-break: break-all;
  box-sizing: border-box;
}

.editor table td {
  padding-left: 15px;
  padding-right: 15px;
}

.editor table th {
  background-color: #fafafa;
  padding-left: 15px;
  padding-right: 15px;
}

.float-editor table {
  margin-top: 40px;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  letter-spacing: -.7px;
  color: #333;
  box-sizing: border-box;
}

.float-editor table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.float-editor table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.float-editor table th,
.float-editor table td {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: none;
  word-break: break-all;
  box-sizing: border-box;
}

.float-editor table td {
  padding-left: 15px;
  padding-right: 15px;
}

.float-editor table th {
  background-color: #fafafa;
  padding-left: 15px;
  padding-right: 15px;
}


/*detail list button*/

.content .btnDtlAr {
  margin: 40px 0;
  text-align: right;
}

.content #post-detail .btnDtlAr {
  /* max-width: 1000px; */
  margin: 0 auto;
  padding: 0 120px;
}

.content .btnDtlAr .btn-major {
  height: 3em;
  line-height: 3em;
  padding: 0 1em 0 3em;
  background: #544297;
  font-size: 16px;
  color: #fff;
}


/*포커스시 plaeceholder 삭제*/

.search-box .form-control:focus::placeholder {
  color: transparent !important;
}


/*프로그램 하단 페이지네이션*/

.pgntn {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
}

.pgntn ul {
  overflow: auto;
  text-align: center;
  display: inline-block;
  width: auto;
}

.pgntn ul li {
  float: left;
  line-height: 30px;
  vertical-align: middle
}

.pgntn ul li a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 25px;
  margin: 0 10px;
  line-height: 30px;
  vertical-align: middle
}

.pgntn ul li.active {}

.pgntn ul li.active a {
  color: #544297;
  border-bottom: 1px solid #544297;
}

.pgntn ul li.prev a {
  background: url(../images/common/page-prev.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

.pgntn ul li.next a {
  background: url(../images/common/page-next.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

.pgntn ul li.first a {
  background: url(../images/common/page-first.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

.pgntn ul li.last a {
  background: url(../images/common/page-last.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

#notice {
  padding: 40px 120px;
  text-align: right;
  min-width: 880px;
  overflow-x: auto;
  width: 100%;
  box-sizing: border-box;
}

#notice .title {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  /* margin-bottom: 110px; */
}

#notice .yacht-sale-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#notice .notice-list {
  display: block;
  width: 100%;
}

#notice .notice-list .list {
  display: table;
  width: 100%;
}

#notice .notice-list .list li.table-header {
  display: table-row;
}

#notice .notice-list .list .table-header div {
  display: table-cell;
  border-bottom: 4px solid #544297;
  padding: 15px 0;
}

#notice .notice-list .list li.table-body {
  display: table-row;
  width: 100%;
  overflow: auto;
  padding: 10px 0;
  min-height: 70px;
  border-bottom: 1px solid #ddd;
}

#notice .notice-list .list li.table-body {
  display: table-row;
  position: relative;
}

#notice .notice-list .list li .title {
  font-size: 14px;
  color: #544297;
  margin-bottom: 0;
  line-height: 14px;
  font-weight: bold;
}

#notice .notice-list .list li .text {
  font-size: 16px;
  vertical-align: middle;
  line-height: 80px;
}

#notice .notice-list .list .table-body div {
  display: table-cell;
  color: #333;
  border-bottom: 1px solid #ddd;
}

#notice .notice-list .list li .area-title .text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}

#notice .notice-list .table-body.fixed .text {
  color: #544297;
}

#notice .notice-list .table-body.fixed .area-number .text {
  color: #fff;
  background-color: #544297;
  padding: 13px 16px;
}

#notice .notice-list .table-body.fixed .area-category {
  font-weight: bold;
}

#notice .notice-list .table-body .area-title a {}

#notice .notice-list .table-body .area-title a:hover {
  text-decoration: none;
  color: #333;
}

#notice .notice-list .list li .area-number {
  width: 110px;
  text-align: left;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

#notice .notice-list .list li .area-category {
  box-sizing: border-box;
  text-align: left;
  width: 120px;
}

#notice .notice-list .list li .area-title {
  width: auto;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

#notice .notice-list .list li .area-date {
  width: 100px;
  text-align: right;
  box-sizing: border-box;
  vertical-align: top;
}

#notice .notice-pagination {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

#notice .notice-pagination ul {
  overflow: auto;
  text-align: center;
  display: inline-block;
  width: auto;
}

#notice .notice-pagination ul li {
  float: left;
  line-height: 30px;
  vertical-align: middle
}

#notice .notice-pagination ul li a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 25px;
  margin: 0 10px;
  line-height: 30px;
  vertical-align: middle
}

#notice .notice-pagination ul li.active {}

#notice .notice-pagination ul li.active a {
  color: #544297;
  border-bottom: 1px solid #544297;
}

#notice .notice-pagination ul li.pagination a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0
}

#notice .notice-pagination ul .pagination.prev a {
  background-image: url(../images/common/page-prev.png);
}

#notice .notice-pagination ul .pagination.next a {
  background-image: url(../images/common/page-next.png);
}

#notice .notice-pagination ul .pagination.first a {
  background-image: url(../images/common/page-first.png);
}

#notice .notice-pagination ul .pagination.last a {
  background-image: url(../images/common/page-last.png);
}

#notice .notice-pagination ul .pagination.prev.disabled a {
  background-image: url(../images/common/page-prev-disabled.png);
}

#notice .notice-pagination ul .pagination.next.disabled a {
  background-image: url(../images/common/page-next-disabled.png);
}

#notice .notice-pagination ul .pagination.first.disabled a {
  background-image: url(../images/common/page-first-disabled.png);
}

#notice .notice-pagination ul .pagination.last.disabled a {
  background-image: url(../images/common/page-last-disabled.png);
}

#notice .notice-form {
  margin: 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}

#notice .notice-form .form-group {
  margin-bottom: 40px;
}

#notice .notice-form .division {
  border-top: 1px dotted #eee;
  margin-top: 40px;
  padding-top: 40px;
}

#notice .notice-form .read-area .form-group .form-area {
  font-size: 14px;
  line-height: 22px;
  color: #544297;
  margin-bottom: 20px;
}

#notice .notice-form .read-area .form-group span {
  display: block;
  border-bottom: 2px solid #666;
  padding-bottom: 15px;
  font-weight: bold;
}

.form-content {
  font-family: 'Noto Sans KR', 'Apple 산돌 Gothic Neo', 'Malgun Gothic', sans-serif;
  line-height: 1.9;
  font-size: 16px;
}

.form-content span {
  border: 0px !important;
  display: contents !important;
}

#notice .notice-form .read-area .form-group .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 4px 0px;
  box-sizing: border-box;
  color: #ccc;
  border: 0;
  text-align: left;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}

#notice .notice-form .read-area .form-group .form-control[type="password"] {
  font-family: Arial
}

#notice .notice-form .read-area .form-group textarea {
  height: 120px !important;
  text-align: left;
  padding: 0;
}

#notice .button-area .btn-major {
  display: inline-block;
  height: 50px;
  background: #544297;
  color: #fff;
  padding: 15px 20px 15px 60px;
  font-size: 16px;
  border: 1px dotted #544297;
}

#notice .search {
  float: left;
  margin-bottom: 20px;
}

#notice .category-box {
  float: left;
  margin-right: 20px;
}

#notice .selectbox #category {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  border: 1px solid #544297;
  border-radius: 0;
  width: 120px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 20px;
  background: url('../images/common/caret.png') no-repeat right 14px center;
  background-size: 7px 5px;
}

#notice .search-box {
  float: left;
  position: relative;
}

#notice .search-box input.form-control {
  line-height: 37px;
  font-size: 16px;
  color: #544297;
  width: 200px;
  border: none;
  border-bottom: 1px solid #a080cf;
}

#notice .search-box button {
  width: 20px;
  height: 20px;
  background: url(../images/yacht/icon-search.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

#notice .notice-count {
  float: right;
  font-size: 16px;
  line-height: 40px;
}

#notice .notice-count span {
  color: #544297;
}

@media all and (max-width:1440px) {
  .main-top-bg {
    padding: 37px 60px;
  }
  #favorite {
    padding: 0 60px;
  }
  #new {
    padding: 0 60px;
  }
  #main-post {
    margin: 0 60px;
  }
}

@media all and (max-width: 1200px) {
  .popup-layer .pop-position {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .popup-layer .btn-close {
    top: 0;
    left: 0;
  }
  #policy {
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
    overflow: auto;
    max-height: calc(100vh - 100px);
  }
  #policy .policy-wrapper {
    max-width: none;
    display: block;
  }
  #policy .title {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
  }
  #policy .notice {
    background: #f5f5f5;
    border-top: 3px solid #544297;
    padding: 10px;
    width: auto;
    margin-bottom: 10px;
    line-height: 14px;
    font-size: 11px;
  }
  #policy .policy-detail {
    display: block;
    height: 100vh;
    overflow: visible;
    padding-right: 0;
    width: 100%;
  }
  #policy .policy-detail .group {
    margin-top: 20px;
    line-height: 14px;
    font-size: 11px;
  }
  #policy .policy-detail .group strong {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
  }
  #policy .policy-detail .group b {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
  }
  #policy .policy-detail .group p {
    font-size: 10px;
    display: block;
    line-height: 18px;
  }
  #policy .button-area {
    margin-top: 40px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  #policy .button-area button {
    display: inline-block;
    float: none;
    height: 50px;
    background: #544297;
    color: #fff;
    padding: 15px 20px 15px 60px;
    font-size: 16px;
  }
  #wrapper {
    padding-right: 40px;
  }
  #content {}
  #gnb {
    width: 100%;
    transition: all .4s cubic-bezier(.555, .205, .295, .975);
  }
  #gnb .btn-gnb-folder {
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    right: 12px;
    display: none;
  }
  #favorite {
    width: 100%;
    padding: 0 20px;
    float: none;
  }
  #new {
    width: 100%;
    padding: 0 20px;
    float: none;
    display: inline-block;
  }
  #member {
    padding: 20px;
  }
  #wrapper.gnb-folder {
    padding-right: 40px;
  }
  #wrapper.gnb-folder #gnb {
    width: 40px;
  }
  #wrapper.gnb-folder #gnb .gnb-wrapper .gnb-icon {
    right: 10px;
    background-size: 20px auto;
    z-index: 200;
  }
  #wrapper.gnb-folder #gnb .menu-open {
    background-size: 15px auto;
    background-position: 0;
    width: 15px;
    height: 15px;
    left: 12.5px;
  }
  /*gnb*/
  .row {
    padding: 20px 0;
  }
  .section-title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .gnb-wrapper {
    padding: 20px;
    position: fixed;
    height: 100%;
    min-height: auto;
    box-sizing: border-box;
    width: 100%;
    /* overflow-y: scroll; */
  }
  .gnb-wrapper .gnb-icon {
    width: 200px;
    height: 120px;
    background: url(../images/common/gnb-icon.png) no-repeat center right;
    background-size: contain;
  }
  .gnb-wrapper .menu-open {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: 0;
    left: 0;
  }
  .gnb-wrapper .gnb-icon-wrapper {
    margin-bottom: 20px;
  }
  .gnb-wrapper .gnb-icon:after {
    display: none;
  }
  .gnb-wrapper .bottom {
    right: 0;
    position: relative;
  }
  .gnb-wrapper .main-menu {
    margin-bottom: 50px;
  }
  .gnb-wrapper .main-menu li {
    text-align: right;
    display: block;
  }
  .gnb-wrapper .main-menu .link {
    line-height: 50px;
    padding-left: 10px;
  }
  .gnb-wrapper .main-menu .link.active {
    position: relative;
    color: #fff;
    z-index: 10;
    background: #544297;
  }
  .gnb-wrapper .main-menu .link.active:before {
    content: '';
    background: #544297;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
  }
  .gnb-wrapper .sub-menu {
    margin-bottom: 20px;
    display: block;
  }
  .gnb-wrapper .sub-menu li {
    margin-bottom: 10px;
  }
  .gnb-wrapper .sub-menu .link {
    font-size: 13px;
    line-height: 20px;
  }
  .gnb-wrapper .sub-menu .link.bold {
    font-size: 15px !important;
    font-weight: bold;
  }
  .gnb-wrapper .share {
    margin-bottom: 15px;
  }
  .gnb-wrapper .share li {
    display: inline-block;
    margin-left: 12px;
  }
  .gnb-wrapper .share .link {
    height: 20px;
    width: 20px;
    display: inline-block;
  }
  .gnb-wrapper .share .link.facebook {
    background: url("../images/common/facebook.png") no-repeat center center;
    background-size: auto 20px;
  }
  .gnb-wrapper .share .link.instagram {
    background: url("../images/common/instagram.png") no-repeat center center;
    background-size: auto 20px
  }
  .gnb-wrapper .share .link.naverblog {
    background: url("../images/common/naverblog.png") no-repeat center center;
    background-size: auto 20px
  }
  .gnb-wrapper .share .link.kakaotalk {
    background: url("../images/common/kakaotalk.png") no-repeat center center;
    background-size: auto 20px
  }
  .gnb-wrapper .share .link.navertv {
    background: url("../images/common/navertv.png") no-repeat center center;
    background-size: auto 20px
  }
  .gnb-wrapper .share .link.twitter {
    background: url("../images/common/share-twitter.png") no-repeat center center;
    background-size: auto 20px
  }
  .gnb-wrapper .site-rule {
    display: block;
    margin-bottom: 15px;
    text-align: right;
  }
  .gnb-wrapper .site-rule .link {
    font-size: 11px;
    color: #666;
    line-height: 20px;
  }
  .gnb-wrapper .site-rule span {
    color: #cccccc;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin: 0 5px;
    display: inline-block;
  }
  .gnb-wrapper .footer-info {
    font-size: 10px;
    color: #666;
    line-height: 15px;
  }
  .main-top-bg {
    background: url("../images/common/visual.png") no-repeat center center;
    background-size: cover;
    height: 120px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .main-top-bg h2 {
    display: block;
  }
  .main-top-bg h2 span {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    padding: 1px 5px;
  }
  .main-top-bg .link-more {
    margin-top: 10px;
  }
  .main-top-bg .link-more span {
    font-size: 8px;
    padding: 5px 8px;
  }
  .item-lists li {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .item-lists li:nth-child(odd) {
    padding-right: 10px;
  }
  .item-lists li:nth-child(even) {
    padding-left: 10px;
  }
  .card-large {}
  .card-large .image-area {}
  .card-large .image-area .image {
    width: 100%;
    height: auto;
  }
  .card-large .image-area .more {
    padding: 5px;
    box-sizing: border-box;
  }
  .card-large .image-area .more:before {
    background-size: 12px auto;
    width: 12px;
    height: 12px;
  }
  .card-large .image-info {
    padding: 5px 0;
  }
  .card-large .image-info .text {
    font-size: 13px;
    line-height: 16px;
    min-height: 48px;
    max-height: 48px;
  }
  .card-large .image-info .price {
    font-size: 13px;
    line-height: 16px;
  }
  .card-post .image-area .more .text {
    font-size: 18px;
    line-height: 27px;
    transform: translateY(-50%);
    padding: 0 10px;
  }
  .card-post .image-area .more .writer {
    font-size: 8px;
    padding: 5px;
    letter-spacing: 2px;
  }
  #favorite .item-lists li:first-child {
    width: 100%;
    padding: 0 !important;
  }
  #favorite .item-lists li:nth-child(odd) {
    padding-right: 0;
    padding-left: 10px;
  }
  #favorite .item-lists li:nth-child(even) {
    padding-left: 0;
    padding-right: 10px;
  }
  #main .row.col-2 {
    position: relative;
    padding-bottom: 0;
  }
  #main .row.col-2:before {
    display: none
  }
  #main-post {
    padding-top: 0;
    margin: 0;
    border-top: 0;
    height: auto !important;
  }
  #main-post .section-title {
    margin: 0 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  #main-post .item-lists li:nth-child(even) {
    padding-left: 10px;
  }
  #main-post .item-lists li:nth-child(odd) {
    padding-right: 10px;
  }
  #main-post .item-lists {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 0;
  }
  #main-post .item-lists li {
    float: none;
    width: 50%;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: static !important;
    margin-bottom: 20px;
  }
  #main-post .item-lists li .text {
    font-size: 13px;
    line-height: 16px;
  }
  #member .member-wrapper {
    max-width: 100%;
    display: block;
  }
  #member .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 50px;
  }
  #member .member-sns {
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
  }
  #member .member-sns .link {
    padding: 10px;
    width: 100%;
    display: block;
  }
  #member .member-sns .link:hover {
    text-decoration: none;
  }
  #member .member-sns .link:hover .text {
    color: #2db400;
    text-decoration: underline
  }
  #member .member-sns .link .logo {
    background: green;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
  }
  #member .member-sns .link .text {
    font-size: 14px;
    line-height: 30px;
  }
  #member .member-self {
    max-width: 100%;
    margin: 0;
    display: block;
  }
  #member .member-self .link {
    width: 100%;
  }
  #member .member-self .link:hover {
    text-decoration: none;
  }
  #member .member-self .link:hover .text {
    color: #000;
    text-decoration: underline
  }
  #member .member-self .link .logo {
    background: green;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
  }
  #member .member-self .link .text {
    font-size: 14px;
  }
  #member .member-self .form-group {
    margin-bottom: 20px;
  }
  #member .member-self .form-group.division {
    border-top: 1px dotted #eee;
    margin-top: 40px;
    padding-top: 40px;
  }
  #member .member-self .form-group label {
    font-size: 14px;
    line-height: 22px;
    color: #333;
  }
  #member .member-self .form-group .form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 4px 10px;
    box-sizing: border-box;
    color: #544297;
  }
  #member .member-self .form-group .form-control[type="password"] {
    font-family: Arial
  }
  #member .member-self .bottom {
    border-top: 1px dotted #eee;
    margin-top: 40px;
    padding-top: 40px;
    text-align: left;
    position: relative;
  }
  #member .member-self .bottom .form-control {}
  #member .member-self .bottom button {
    display: inline-block;
    float: right;
    height: 50px;
    background: #544297;
    color: #fff;
    padding: 15px 10px 15px 50px;
  }
  #member .member-self .bottom span {
    font-size: 14px;
    color: #544297;
    display: inline-block;
    margin-top: 15px;
  }
  #member .member-self .find-link {
    margin-top: 30px;
  }
  #member .member-self .find-link .user-link {
    display: block;
    margin-bottom: 10px;
  }
  #member .member-self .find-link .user-link .text {
    color: #544297;
    border-bottom: 1px solid #544297;
    font-size: 14px
  }
  #mypage {
    padding: 20px;
    min-width: auto;
  }
  #mypage .member-wrapper {
    max-width: 360px;
    display: inline-block;
  }
  #mypage .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 60px;
  }
  #mypage .mypage-table .list {
    display: block;
    width: 100%;
    border-top: 3px solid #544297;
  }
  #mypage .mypage-table .list li.table-header {
    display: none;
  }
  #mypage .mypage-table .list li.table-body {
    display: block;
    min-height: auto;
    padding: 15px 0;
  }
  #mypage .mypage-table .list li .title {
    font-size: 14px;
    color: #544297;
    margin-bottom: 0;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
  }
  #mypage .mypage-table .list li .text {
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    display: inline-block;
  }
  #mypage .mypage-table .list li .area-title .text {
    line-height: 1.5;
    overflow: visible;
    display: inline-block;
    white-space: inherit;
  }
  #mypage .mypage-table .list li .area-seller .text {
    font-weight: bold;
  }
  #mypage .mypage-table .list li .area-cost .text {
    color: #544297;
    font-weight: bold;
  }
  #mypage .mypage-table .list li .text em {
    color: #544297;
  }
  #mypage .mypage-table .list li .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: auto;
  }
  #mypage .mypage-table .list li .area-date {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    padding-right: 0;
    vertical-align: top;
    margin-bottom: 5px;
  }
  #mypage .mypage-table .list li .area-title {
    float: none;
    width: 100%;
    padding: 0 0 0 85px;
    text-align: right;
    min-height: 45px;
  }
  #mypage .mypage-table .list li .area-seller {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    text-align: right;
    margin-bottom: 10px;
  }
  #mypage .mypage-table .list li .area-cost {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    display: inline-block;
    line-height: 15px;
    vertical-align: top;
    display: block;
    height: auto;
  }
  #mypage .mypage-table .list li .area-status {
    float: none;
    width: auto;
    padding: 0;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    display: block;
    margin-top: 10px;
    height: auto;
  }
  #mypage .mypage-table .list li .area-status:before {
    content: '/';
    color: #cccccc;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    display: none;
  }
  #mypage .mypage-action {
    padding-top: 30px;
    width: 100%;
  }
  #mypage .mypage-action .btn-minor {
    display: inline-block;
    height: 50px;
    background: #fff;
    color: #a080cf;
    padding: 15px 10px 15px 30px;
    border: 1px dotted #a080cf;
    font-size: 13px;
  }
  #mypage .mypage-action .btn-major {
    display: inline-block;
    height: 50px;
    background: #a080cf;
    color: #fff;
    padding: 15px 10px 15px 30px;
    font-size: 13px;
  }
  #mypage .mypage-pagination {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  #mypage .mypage-pagination ul {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 400;
  }
  #mypage .mypage-pagination ul li {
    display: none
  }
  #mypage .mypage-pagination ul li:nth-child(2) {
    display: block
  }
  #mypage .mypage-pagination ul li:nth-child(3) {
    display: block
  }
  #mypage .mypage-pagination ul li:nth-child(4) {
    display: block
  }
  #mypage .mypage-pagination ul li:nth-child(5) {
    display: block
  }
  #mypage .mypage-pagination ul li:nth-child(6) {
    display: block
  }
  #mypage .mypage-pagination ul li.next {
    display: block
  }
  #mypage .mypage-pagination ul li.first {
    display: none
  }
  #mypage .mypage-pagination ul li.last {
    display: none
  }
  #mypage .lnb {
    display: block;
    overflow: auto;
    height: auto;
    margin-bottom: 40px;
    text-align: right;
  }
  #mypage .lnb li {
    display: inline-block;
  }
  #mypage .lnb li:before {
    content: '/';
    margin: 0 7px;
    color: #cccccc;
    font-size: 16px;
  }
  #mypage .lnb li:first-child:before {
    display: none;
  }
  #mypage .lnb li a {
    display: inline-block;
    color: #544297;
    font-weight: bold;
  }
  #mypage .lnb li.active a {
    background: #544297;
    color: #fff;
    padding: 0 2px;
  }
  #mypage .lnb li a .text {
    font-size: 17px;
  }
  #mypage .mypage-form {
    max-width: none;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  #mypage .mypage-form .form-group {
    margin-bottom: 20px;
  }
  #mypage .mypage-form .form-group label {
    font-size: 14px;
    line-height: 22px;
    color: #544297;
    margin-bottom: 20px;
  }
  #mypage .mypage-form .form-group span {
    display: block;
    border-bottom: 2px solid #666;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  #mypage .mypage-form .form-group .form-control {
    width: 100% !important;
    line-height: 22px !important;
    padding: 4px 0px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    text-align: right !important;
    color: #666 !important;
    font-size: 13px !important;
    display: block !important;
    height: auto !important;
  }
  #mypage .mypage-form .form-group .form-control[type="password"] {
    font-family: Arial
  }
  #mypage .mypage-form .form-group textarea.form-control {
    height: 120px !important;
    text-align: left;
    padding: 0;
    border: 1px solid #ccc !important;
  }
  #mypage .guide {}
  #mypage .guide p {
    font-size: 12px
  }
  #mypage .util {
    overflow: auto;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  #mypage .util .left {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #mypage .util .right {
    float: none;
    display: block;
    width: 100%;
  }
  #mypage .util .right .selectbox {
    width: 100% !important;
  }
  #mypage .util .text {
    font-size: 14px;
    color: #544297;
    margin-right: 10px;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    line-height: initial;
  }
  #mypage .selectbox {
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #544297;
    box-sizing: border-box;
  }
  #mypage .selectbox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #544297;
  }
  #mypage .selectbox.date:before {
    border-top: 5px solid #666;
  }
  #mypage .selectbox label {
    position: absolute;
    top: 1px;
    left: 5px;
    padding: 0px 10px;
    z-index: -1;
    font-size: 14px;
    color: #544297;
    font-family: inherit;
    font-weight: bold;
    line-height: 30px;
  }
  #mypage .selectbox.date label {
    color: #666;
    font-weight: normal;
    text-align: center;
  }
  #mypage .selectbox select {
    width: 100%;
    height: 30px;
    line-height: normal;
    font-family: inherit;
    padding: 0px 10px;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #mypage .total {
    margin: 40px 0;
    text-align: left
  }
  #mypage .total .label:first-child {
    font-size: 13px;
    color: #666666;
    display: block;
  }
  #mypage .total .label {
    font-size: 20px;
    color: #544297;
    display: inline-block;
  }
  #mypage .total .value {
    font-size: 20px;
    color: #544297;
    display: inline-block;
  }
  #mypage .mypage-host {
    display: block;
    width: 100%;
  }
  #mypage .mypage-host .list {
    display: block;
    width: 100%;
    border-top: 2px solid #544297;
  }
  #mypage .mypage-host .list li.table-header {
    display: none;
  }
  #mypage .mypage-host .list li.table-body {
    display: block;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
    min-height: 70px;
    border-bottom: 1px solid #ddd;
  }
  #mypage .mypage-host .list li .title {
    font-size: 14px;
    color: #544297;
    margin-bottom: 0;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
  }
  #mypage .mypage-host .list li .text {
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    white-space: nowrap;
  }
  #mypage .mypage-host .list li .text-purple {
    color: #544297;
    font-weight: bold
  }
  #mypage .mypage-host .list li .area-number .text {
    color: #999;
  }
  #mypage .mypage-host .list li .area-date .text {
    color: #999;
  }
  #mypage .mypage-host .list li .area-title .text {
    color: #544297;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    white-space: nowrap;
  }
  #mypage .mypage-host .list li .area-seller .text {
    color: #666;
  }
  #mypage .mypage-host .list li .area-cost .text {
    color: #544297;
    font-weight: bold;
  }
  #mypage .mypage-host .list li .area-linkdin .text {
    line-height: 30px;
    text-align: left;
  }
  #mypage .mypage-host .list li .text em {
    color: #544297;
    vertical-align: middle;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    white-space: nowrap;
  }
  #mypage .mypage-host .list li .image {
    position: absolute;
    top: 0;
    left: 0;
  }
  #mypage .mypage-host .list li .area-number {
    display: none;
  }
  #mypage .mypage-host .list li .area-date {
    float: none;
    width: 100%;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    display: block;
  }
  #mypage .mypage-host .list li .area-title {
    float: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: block;
    padding: 0;
  }
  #mypage .mypage-host .list li .area-linkdin {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    display: block;
  }
  #mypage .mypage-host .list li .area-cost {
    float: none;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: block;
    padding: 0;
  }
  #mypage .mypage-host .list li .area-pay {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-align: left;
  }
  #mypage .mypage-host .list li .area-status {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-align: left;
  }
  #mypage .mypage-scrap {
    margin-right: 0;
  }
  #mypage .mypage-scrap .item-lists {
    display: block;
    width: 100%;
    overflow: auto;
  }
  #mypage .mypage-scrap .item-lists li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
  }
  #mypage .mypage-scrap .item-lists li:nth-child(2n-1) {
    padding-right: 10px;
  }
  #mypage .mypage-scrap .item-lists li:nth-child(2n) {
    padding-left: 10px;
  }
  #post {
    padding: 0;
    min-height: 100vh;
  }
  #post-list {
    width: 100%;
    padding: 0;
    min-height: 100vh;
  }
  #post-list .section-title {
    margin: 0 60px;
    margin-bottom: 30px;
  }
  #post-list .group-column {
    overflow: auto;
    padding: 0 10px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #post-list .item-lists {
    width: auto;
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
    height: auto;
  }
  #post-list .item-lists li {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    position: static !important;
    display: inline-block;
    vertical-align: top;
  }
  #post-list .item-lists li {
    float: left;
    display: inline-block;
    width: 33.3%;
    margin-bottom: 40px;
    padding: 0 60px;
    box-sizing: border-box;
    vertical-align: top;
  }
  #post-list .search {
    margin: 0;
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
    margin: 0 20px;
  }
  #post-list .search .search-box {
    margin-bottom: 20px;
    width: 100%;
  }
  #post-list .search .search-box .form-control {
    height: 40px;
    line-height: 40px;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
  }
  #post-list .search .search-box .form-control::placeholder {
    color: #fff
  }
  #post-list .search .search-box button {
    width: 22px;
    height: 22px;
    background: url(../images/post/icon-search.png) no-repeat center center;
    background-size: 20px;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  #post-list .search .keyword .link {
    font-size: 13px;
    margin-right: 5px;
  }
  #post-list .card-post .image-area .more .text {
    padding: 0 10px;
  }
  #post-list .post-pagination {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  #post-list .post-pagination ul {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 400;
  }
  #post-list .post-pagination ul li {
    display: none
  }
  #post-list .post-pagination ul li:nth-child(2) {
    display: block
  }
  #post-list .post-pagination ul li:nth-child(3) {
    display: block
  }
  #post-list .post-pagination ul li:nth-child(4) {
    display: block
  }
  #post-list .post-pagination ul li:nth-child(5) {
    display: block
  }
  #post-list .post-pagination ul li:nth-child(6) {
    display: block
  }
  #post-list .post-pagination ul li.next {
    display: block
  }
  #post-list .post-pagination ul li.first {
    display: none
  }
  #post-list .post-pagination ul li.last {
    display: none
  }
  #post-detail {
    display: block;
  }
  #post-detail .title {
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #post-detail .title .writer {
    font-size: 15px;
    color: #544297;
  }
  #post-detail .title .date {
    font-size: 11px;
  }
  #post-detail .share-area {
    padding: 0 16px;
    margin-bottom: 30px;
  }
  #post-detail .visual {
    margin-bottom: 25px;
  }
  #post-detail .visual .image {
    height: auto;
    width: 100%;
  }
  #post-detail .info {
    padding: 0 20px;
    width: auto;
  }
  #post-detail .info strong {
    font-size: 15px;
    color: #544297;
    margin-bottom: 20px;
  }
  #post-detail .info p {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
    display: block;
    float: none;
    font-weight: normal;
  }
  #post-detail .info .keyword {
    display: block;
    width: 100%;
    vertical-align: top;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
  #post-detail .info .keyword .link {
    font-size: 11px;
    line-height: 32px;
    color: #544297;
    text-decoration: underline;
    margin-right: 10px;
    vertical-align: middle;
    display: block;
  }
  #post-detail .editor {
    margin: 20px auto auto auto;
    padding: 0 20px;
    width: auto;
  }
  .content #post-detail .btnDtlAr {
    width: auto;
    padding: 0 20px;
  }
  #post-detail .other-post {
    padding: 0 10px;
  }
  #post-detail .section-title {
    margin: 0 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
  }
  #post-detail .item-lists {
    display: block;
    width: 100%;
    overflow: auto;
  }
  #post-detail .item-lists li {
    float: left;
    width: 33.3%;
    margin-bottom: 0;
    padding: 0 1px;
    box-sizing: border-box;
  }
  #post-detail .card-post .image-area .more .text {
    padding: 0 10px;
  }
  #post-detail .sns-api {
    margin: 20px;
  }
  .post-gallery {
    padding: 0 20px 50px;
  }
  .post-gallery .card-post {
    padding-left: 0;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
  }
  .post-gallery .card-post .image-area {
    width: 100%;
    height: auto;
    float: none;
    overflow: visible;
  }
  .post-gallery .card-post .image-area .more {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }
  .post-gallery .card-post .image-area .more .flexitem {
    padding: 20px;
  }
  .post-gallery .card-post .image-area .more .image {
    height: auto;
    width: 100%;
    max-width: none;
  }
  .post-gallery .card-post .image-area .more .text {
    font-size: 20px;
    line-height: 26px;
    display: block;
  }
  .post-gallery .card-post .image-area .more .content {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .swiper-btngrp-wrap {
    display: block;
    position: absolute;
    top: 75px;
    height: auto;
  }
  .swiper-pgnt-wrap {
    display: block;
  }
  .post-gallery .swiper-wrapper {
    margin-top: 110px;
  }
  .post-gallery .swiper-pagination {
    position: static;
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    height: 110px;
    margin-left: 0;
  }
  .post-gallery .swiper-pagination .swiper-pagination-current {
    font-size: 36px;
    display: inline-block;
    color: #fff;
  }
  .post-gallery .swiper-pagination .swiper-pagination-total {
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
  }
  .post-gallery .swiper-button-prev {
    left: -6px;
    background-size: 50%;
  }
  .post-gallery .swiper-button-group {
    top: 56px;
    left: 0;
    background: none;
    height: 50px;
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .post-gallery .swiper-button-next {
    right: -6px;
    background-size: 50%;
  }
  .post-gallery .keyword {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 20px;
  }
  .post-gallery .keyword .link {
    font-size: 11px;
    line-height: 20px;
    text-decoration: underline;
    margin-right: 0;
  }
  .post-gallery .filter {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    display: block;
  }
  .post-gallery .selectbox {
    width: 110px;
  }
  .post-gallery .selectbox:before {
    top: 48%;
    right: 15px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
  }
  .post-gallery .selectbox label {
    padding: 10px 0px;
    font-size: 15px;
    color: #fff;
    font-family: inherit;
    font-weight: bold;
  }
  .post-gallery .selectbox select {
    width: 100%;
    height: 39px;
    line-height: normal;
    font-family: inherit;
    padding: 0px 10px;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .post-gallery-more {
    padding: 0;
    position: static;
    height: auto;
    margin-top: 50px;
  }
  .post-gallery-more .btn-more {
    background: none;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
    vertical-align: bottom;
    display: inline-block;
    position: static;
    bottom: 0;
  }
  .post-gallery-more .btn-more .icon {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .post-gallery-more .btn-more .text {
    line-height: 40px;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: underline;
  }
  .post-gallery-more .btn-more:hover .icon {
    border-color: #fff
  }
  .post-gallery-more .btn-more:hover .text {
    color: #fff
  }
  .post-gallery-more .thumbnail {
    float: none;
    display: none;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .post-gallery-more .thumbnail.active {
    display: inline-block;
  }
  .post-gallery-more .thumbnail li {
    float: none;
    width: auto;
    height: auto;
    margin-right: 0;
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
  }
  .post-gallery-more .thumbnail li a {
    display: block;
    margin-right: 10px;
  }
  .post-gallery-more .thumbnail li .image {
    width: 100px;
    height: auto;
  }
  #yacht {
    padding: 0;
  }
  #yacht .section-title {
    margin: 0 20px;
    margin-bottom: 10px;
  }
  #yacht .item-lists {
    padding: 0 10px;
    box-sizing: border-box;
    overflow: auto;
  }
  #yacht .item-lists li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #yacht .tab {
    margin: 0 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #yacht .tab a {
    font-size: 14px;
    line-height: 16px;
  }
  #yacht .tab span {
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px;
  }
  #yacht .search {
    display: block;
    border-bottom: 1px solid #544297;
    margin: 0 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  #yacht .search .search-box {
    position: relative;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  #yacht .search .search-box .form-control {
    width: 100%;
    border: 0;
    height: 30px;
    line-height: 30px;
    padding: 4px 0px;
    box-sizing: border-box;
    color: #544297;
    font-size: 14px;
  }
  #yacht .search .search-box .form-control::placeholder {
    color: #544297;
    font-size: 16px
  }
  #yacht .search .search-box button {
    width: 22px;
    height: 22px;
    background: url(../images/yacht/icon-search.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 4px;
  }
  .stickybar {
    width: 100%;
    padding: 8px 0 8px 0;
    bottom: 0;
    top: initial;
    border-bottom: none;
    border-top: 1px solid #544297;
  }
  .stickybar__container {
    width: auto;
    padding-right: 40px;
  }
  .stickybar__title {
    display: none;
    float: none;
  }
  .stickybar__button {
    float: none;
    margin: 0 auto;
    width: auto;
    min-width: auto;
    justify-content: center;
  }
  #yacht-detail {
    width: 100%;
  }
  #yacht-detail .row {
    padding: 0;
  }
  #yacht-detail .visual-summary {
    height: auto;
    background: #f5f5f5;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
  }
  #yacht-detail .visual-summary .image-area {
    float: none;
  }
  #yacht-detail .visual-summary .image-area .image {
    height: auto;
    width: 100%;
  }
  #yacht-detail .visual-summary .info-area {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
    width: 100%;
  }
  #yacht-detail .visual-summary .info-area .category {
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
  }
  #yacht-detail .visual-summary .info-area .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #yacht-detail .visual-summary .info-area .desc {
    font-size: 13px;
    line-height: 18px;
  }
  #yacht-detail .visual-summary .info-area .desc em {
    font-weight: bold;
  }
  #yacht-detail .visual-summary .share-area {
    display: block;
    float: none;
  }
  #yacht-detail .visual-summary .button-area {
    position: static;
    bottom: auto;
    right: auto;
    text-align: right;
    margin: 25px 0;
    width: 100%;
    display: block;
  }
  #yacht-detail .visual-summary .button-area .btn-minor {
    display: inline-block;
    height: 50px;
    background: #fff;
    color: #a080cf;
    padding: 15px 10px 15px 50px;
    border: 1px dotted #a080cf;
  }
  #yacht-detail .visual-summary .button-area .btn-major {
    display: inline-block;
    height: 50px;
    background: #a080cf;
    color: #fff;
    padding: 15px 10px 15px 50px;
  }
  #yacht-detail .visual-detail {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
  #yacht-detail .visual-detail .float-text {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: static;
    right: auto;
    width: 100%;
    padding: 20px 20px 0 40px;
    box-sizing: border-box;
    text-align: right;
  }
  #yacht-detail .visual-detail .float-text .text-decoration {
    position: relative;
    padding-top: 40px;
    width: 100%;
    display: inline-block;
    z-index: 10;
    text-align: right;
  }
  #yacht-detail .visual-detail .float-text .text-decoration .seller {
    font-size: 15px;
  }
  #yacht-detail .visual-detail .float-text .text-decoration .cont {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    display: inline;
    background: transparent;
    padding: 0;
  }
  #yacht-detail .visual-detail .float-editor {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    position: static;
    left: auto;
    width: auto;
    padding: 0 20px;
    margin-top: 40px;
  }
  #yacht-detail .visual-detail .float-editor p {
    font-size: 13px;
    line-height: 1.75;
  }
  #yacht-detail .visual-detail .float-editor .image {
    display: block;
    margin-bottom: 0px;
    width: 100%;
  }
  #yacht-detail .visual-detail .notice-refund {
    margin-top: 40px;
    text-align: right;
    display: block;
    width: auto;
    padding: 0 20px;
    margin-top: 40px;
  }
  #yacht-detail .visual-detail .notice-refund strong {
    font-size: 14px;
    color: #544297;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #666;
  }
  #yacht-detail .visual-detail .notice-refund li {
    font-size: 14px;
    line-height: 25px;
    color: #666;
  }
  #yacht-detail .visual-detail .sns-api {
    margin-top: 40px;
    width: 100%;
    border-top: 1px solid #ccc;
    width: auto;
    margin: 20px;
  }
  #yacht-detail .visual-detail .map-api {
    margin-top: 20px;
    text-align: right;
    display: block;
    width: auto;
    padding: 0 20px;
    margin-top: 40px;
  }
  #yacht-detail .visual-detail .map-api strong {
    font-size: 14px;
    color: #544297;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #666;
  }
  #yacht-detail .visual-detail .map-api .located {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: block;
  }
  #yacht-complete {
    padding: 0;
    text-align: right;
    min-width: auto;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  #yacht-complete .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
  }
  #yacht-complete .yacht-form {
    max-width: none;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  #yacht-complete .yacht-form .form-group {
    margin-bottom: 20px;
  }
  #yacht-complete .yacht-form .form-group label {
    font-size: 14px;
    line-height: 22px;
    color: #544297;
    margin-bottom: 20px;
  }
  #yacht-complete .yacht-form .form-group span {
    display: block;
    border-bottom: 2px solid #666;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  #yacht-complete .yacht-form .form-group .form-control {
    width: 100%;
    line-height: 22px;
    padding: 4px 0px;
    box-sizing: border-box;
    border: 0;
    text-align: right;
    color: #666;
    font-size: 13px;
    display: block;
    height: auto;
  }
  #yacht-complete .yacht-form .form-group .form-control[type="password"] {
    font-family: Arial
  }
  #yacht-complete .yacht-form .form-group textarea {
    height: 120px !important;
    text-align: left;
    padding: 0;
  }
  #yacht-complete .button-area .btn-minor {
    display: inline-block;
    height: 50px;
    background: #fff;
    color: #a080cf;
    padding: 15px 10px 15px 50px;
    border: 1px dotted #a080cf;
  }
  #yacht .yacht-pagination {
    /* margin-top: 40px; */
    width: 100%;
    text-align: center;
    position: relative;
  }
  #yacht .yacht-pagination ul {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 400;
  }
  #yacht .yacht-pagination ul li {
    display: none
  }
  #yacht .yacht-pagination ul li:nth-child(2) {
    display: block
  }
  #yacht .yacht-pagination ul li:nth-child(3) {
    display: block
  }
  #yacht .yacht-pagination ul li:nth-child(4) {
    display: block
  }
  #yacht .yacht-pagination ul li:nth-child(5) {
    display: block
  }
  #yacht .yacht-pagination ul li:nth-child(6) {
    display: block
  }
  #yacht .yacht-pagination ul li.next {
    display: block
  }
  #yacht .yacht-pagination ul li.first {
    display: none
  }
  #yacht .yacht-pagination ul li.last {
    display: none
  }
  .editor p {
    font-size: 13px;
    line-height: 1.75;
  }
  .editor ul {
    margin-left: 1em;
    font-size: 13px;
    line-height: 1.75;
  }
  #modal .modal-wrapper {
    padding: 60px 20px;
  }
  #modal .button-area {
    padding-left: 0;
  }
  #notice {
    padding: 20px;
    min-width: auto;
  }
  #notice .yacht-sale-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  #notice .search {
    float: none;
    margin-bottom: 5px;
  }
  #notice .search-box {
    float: none;
    width: 100%;
  }
  #notice .search-box input.form-control {
    width: 100%;
    font-size: 13px;
  }
  #notice .category-box {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
  #notice .selectbox #category {
    width: 100%;
  }
  #notice .notice-count {
    float: none;
    text-align: left;
    font-size: 13px;
  }
  #notice .notice-wrapper {}
  #notice .notice-list {
    border-top: 4px solid #544297;
    padding: 7px 0;
  }
  #notice .notice-list .list li.table-header {
    display: none;
  }
  #notice .notice-list .list li.table-body {
    display: block;
  }
  #notice .notice-list .list .table-body div {
    display: inline-block;
    width: 100%;
    border: none;
    padding-left: 60px;
    margin-bottom: 10px;
    position: relative;
  }
  #notice .notice-list .list .table-body div::before {
    position: absolute;
    left: 0;
    top: 4px;
    color: #544297;
    font-weight: bold;
    font-size: 11px;
  }
  #notice .notice-list .list .table-body .area-number::before {
    content: "번호";
  }
  #notice .notice-list .list .table-body .area-category::before {
    content: "분류";
  }
  #notice .notice-list .list .table-body .area-title::before {
    content: "제목";
  }
  #notice .notice-list .list .table-body .area-date::before {
    content: "등록일";
  }
  #notice .notice-list .list li .area-number .text {
    font-size: 11px;
    color: #999;
  }
  #notice .notice-list .table-body.fixed .area-number .text {
    padding: 8px 18px;
    font-size: 13px;
  }
  #notice .notice-list .list .area-number {
    height: 23px;
  }
  #notice .notice-list .list .area-number::before {}
  #notice .notice-list .list li .text {
    line-height: 1.2em;
  }
  #notice .notice-list .list li .area-title .text,
  #notice .notice-list .table-body.fixed .area-number .text {
    font-size: 13px;
  }
  #notice .notice-list .list li .area-category .text,
  #notice .notice-list .list li .area-date .text {
    font-size: 11px;
  }
  #notice .notice-list .list li .area-date {
    text-align: left;
    color: #999;
  }
  #notice .notice-pagination {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  #notice .notice-pagination ul {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 400;
  }
  #notice .notice-pagination ul li {
    display: none
  }
  #notice .notice-pagination ul li:nth-child(2) {
    display: block
  }
  #notice .notice-pagination ul li:nth-child(3) {
    display: block
  }
  #notice .notice-pagination ul li:nth-child(4) {
    display: block
  }
  #notice .notice-pagination ul li:nth-child(5) {
    display: block
  }
  #notice .notice-pagination ul li:nth-child(6) {
    display: block
  }
  #notice .notice-pagination ul li.next {
    display: block
  }
  #notice .notice-pagination ul li.first {
    display: none
  }
  #notice .notice-pagination ul li.last {
    display: none
  }
}

@media all and (max-width: 576px) {
  #post-list .item-lists li {
    float: none;
    width: 100%;
    padding: 0 1%;
  }
  .card-large .image-area .more:after {
    background-size: 10px 10px;
    width: 20px;
    height: 20px;
  }
}