@charset 'utf-8';
@font-face {
  font-family: "jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.not-border-bottom {
  border-bottom: 0 !important;
}
.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(/image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(/image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
.textarea-regular {
  display: inline-block;
  min-width: 200px;
  padding: 12px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #565656;
  letter-spacing: -0.65px;
  transition: all 0.5s;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}
.help-text {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
  margin: 8px 0 0;
}

.help-text.disc p {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding-left: 16px;
  word-break: keep-all;
}

.help-text.disc p:before {
  content: "";
  display: inline-block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #161616;
  position: absolute;
  top: 6.5px;
  left: 6px;
}

.width312 {
  width: 312px !important;
}

.btn-split2 {
  float: left;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.btn-split2 + .btn-split2 {
  margin-left: 8px;
}

.btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.btn-split3 {
  float: left;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}

.clamp1 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp2 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp3 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 6em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp5 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

/*input-split*/
.input-split2 {
  float: left;
  min-width: calc((100% - 8px) / 2) !important;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.input-split2 + .input-split2 {
  margin-left: 8px;
}
.input-split3 {
  float: left;
  min-width: calc((100% - 16px) / 3) !important;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.input-split3 + .input-split3 {
  margin-left: 8px;
}
.input-split4 {
  float: left;
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  margin: 0;
}
.input-split4 + .input-split4 {
  margin-left: 8px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

.like > a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(/image/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

/* quantity-change */
.quantity-change {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.quantity-change .btn-minus {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-minus span {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.quantity-change .input {
  width: calc(100% - 80px);
  height: 44px;
  line-height: 42px;
  font-size: 13px;
  text-align: center;
}
.quantity-change .btn-plus {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-plus span {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_plus.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

.img-list {
  margin: 0 0 16px;
}
.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(/image/mobile/no_image_type_a.png) center center
    no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}

/*인덱스팝업*/
.index-popup {
  min-width: calc(100% - 48px) !important;
  max-width: calc(100% - 48px) !important;
}
.index-popup .btn-split2 {
  width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
  border: 0 !important;
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
  width: 100%;
}

/*mobile용*/
.popup {
  min-width: 320px;
  width: auto !important;
  margin-top: 40px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}
/* full */
.popup.full {
  min-width: auto;
  max-width: 700px !important;
  width: 100% !important;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  overflow-y: auto;
}
.popup.full .inner-wrap {
  padding: 44px 0 24px;
}
.popup.full .popup-header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  width: 100%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 700px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.popup.full .inner-wrap .popup-close {
  position: static;
  float: left;
  width: 28px;
  height: 28px;
  margin: 8px 0 0 8px;
}
.popup.full .btn-group-type1 {
  padding: 16px 0 0;
}
.popup.full .block-type-area {
  margin-top: 8px;
}

/*temp-content*/
.temp-content {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100% - 44px);
  background: #fff;
}
.temp-content pre {
  padding: 24px 16px;
  height: 100%;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}

.btn-switch {
  width: 54px !important;
  height: 26px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -11px;
  right: 1px;
}
.btn-switch.inactive:after {
  left: 1px !important;
}

.app-setting {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.app-setting > ul {
  overflow: hidden;
}
.app-setting > ul > li h1 {
  padding: 16px 16px;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.app-setting > ul > li .switch-setting {
  padding: 10px 16px;
  float: right;
  text-align: right;
}
.app-setting > ul > li p {
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.7px;
  text-align: left;
  color: #767676;
  padding: 0 16px 12px;
}

.datepickers-container {
  z-index: 102;
}
.datepicker-here.icon-type {
  background: #ffffff url(/image/component/icon_date.png) right 6px center
    no-repeat;
  background-size: 24px 24px;
  padding-right: 37px;
}

/*tab-menu*/
.tab-menu .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/*type-b*/
.tab-menu.type-b {
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 35px;
  border: 0;
  padding: 0 16px;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #161616;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #565656;
  border: 1px solid #252c3a;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #252c3a;
  border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  border-bottom: 8px solid #f3f3f3;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #868686;
  border: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #5cc4ef;
  border-bottom: 2px solid #5cc4ef;
}

/* tab-menu-pview */
.tab-menu-pview.active {
  padding-top: 40px;
}
.tab-menu-pview .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.tab-menu-pview .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  color: #161616;
  vertical-align: middle;
  cursor: pointer;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #c6c6c9;
  border: 0;
}
.tab-menu-pview .tab-header li.active {
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #f05b7b;
  border-bottom: 2px solid #f05b7b;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #f05b7b;
}
.tab-menu-pview .tab-content {
  width: 100%;
  background: #fff;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu-pview .tab-content > div {
  display: none;
  font-size: 13px;
}
.tab-menu-pview .tab-content > div.active {
  display: block;
}
.pv-content {
  padding: 24px 16px;
}

/* category-slider */
.category-slider {
  border: 0;
  margin-bottom: 8px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #a6a6a6;
  line-height: 40px;
  padding: 0 4px 9px;
  margin: 0 4px;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #5cc4ef;
  border-bottom: 2px solid #5cc4ef;
}

.search-type1 {
  padding: 24px 16px 0;
}
.search-type1 form {
  display: flex;
}
.search-type1 select.input-medium {
  min-width: 108px;
  width: 108px;
  padding: 0 30px 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: center;
  color: #161616;
  border-radius: 6px;
}
.search-type1 .search-medium {
  width: calc(100% - 108px);
  padding-left: 4px;
}
.search-type1 .search-medium .input-medium {
  width: 100%;
  padding: 0 4px 0 12px;
  border-radius: 6px;
}
.search-type1 .search-medium > .btn-medium {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  padding: 0 0 0 0;
  min-width: auto;
  border: 0;
  top: 50%;
  margin-top: -12px;
  right: 8px;
  background: url(/image/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}
.search-type1 .search-medium > .btn-medium.black {
  background: url(/image/mobile/icon_search_black.png) no-repeat 0 0;
  background-size: contain;
}
.search-type1 .search-regular > .btn-regular {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  padding: 0 0 0 0;
  min-width: auto;
  border: 0;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  background: url(/image/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #f05b7b !important;
  color: #fff !important;
  border: 1px solid #f05b7b !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #f05b7b !important;
  border: 1px solid #f05b7b !important;
}
.theme2-c-btn.line:not(.btn-switch):hover {
  background-color: #ffa023 !important;
  color: #fff !important;
  border: 1px solid #ffa023 !important;
}
.theme2-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #ffa023 !important;
  border: 1px solid #ffa023 !important;
}
.theme3-c-btn.line:not(.btn-switch):hover {
  background-color: #00c993 !important;
  color: #fff !important;
  border: 1px solid #00c993 !important;
}
.theme3-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #00c993 !important;
  border: 1px solid #00c993 !important;
}
.btn-small:not(.btn-switch):hover,
.btn-regular:not(.btn-switch):hover,
.btn-medium:not(.btn-switch):hover,
.btn-large:not(.btn-switch):hover {
  border: solid 1px #d6d6d6;
  background-color: #fff;
  color: #565656;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#sb-site {
  width: 100%;
}
#wrapper {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  padding: 44px 0 0;
}

#content {
  width: 100%;
  min-height: 596px;
  padding-bottom: 24px;
}

.left-menu {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  height: 44px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
  z-index: 21;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
#header .right > a {
  margin-left: 4px;
}
#header > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  display: none;
  width: 85px;
  height: 28px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}
#header .back.not {
  display: none;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(/image/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}
/*menu*/
#header .menu {
  display: none;
}
#header .menu.active {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

/* 푸터 */
#footer {
  display: block;
  width: 100%;
  padding: 40px 16px 68px;
  background-color: #f6f6f6;
  border-top: 1px solid #e9e9e9;
}

#footer > h1 {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

#footer > ul {
  margin-top: 16px;
}

#footer > ul > li {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

#footer > ul > li > p {
  display: flex;
  align-items: center;
}

#footer > ul > li > p + p {
  margin-left: 16px;
}

#footer > ul > li > p .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

#footer > ul > li > p .con {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

#footer > ul > li > p span + span {
  margin-left: 8px;
}

#footer .copyright {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* 메뉴레이어 */
.con_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -5000px;
  z-index: 200;
}
.con_bg.on {
  display: block;
}
.sb-slidebar {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  position: relative;
  background: #fff;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.sb-slidebar .top h1 {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.sb-slidebar .top h1 a img {
  width: 100%;
  height: 100%;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_back.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  overflow: hidden;
  padding-top: 16px;
}
.sb-slidebar .top .btn .btn-regular {
  border: 0;
  font-weight: bold;
  color: #565656;
}
.gnbWrap {
  background: #e9e9e9;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  line-height: 1.47;
  font-size: 14px;
  color: #585a5b;
  font-weight: 500;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(/image/component/icon_accordion_arrow_down.png) right
    10px center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li ul {
  display: none;
  background: #f6f6f6;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 4px 4px;
  margin: 0;
}
.gnbWrap .gnbBox > li ul li a {
  display: block;
  height: 19px;
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
  color: #868686;
  margin: 12px 0 12px 12px;
}
.gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on .title {
  background: url(/image/component/icon_accordion_arrow_up.png) right 10px
    center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li.on ul {
  display: block;
}
.gnbWrap .gnbBox > li .btn-all-cate {
  background: url(/image/mobile/icon_arrow_next.png) right 10px center
    no-repeat;
  background-size: 24px;
}

.a-underline {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  text-decoration: underline;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c8242c;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination {
  max-width: 700px;
  width: 100%;
}

.list-empty {
  padding: 150px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  margin: 8px 0 0;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 218px 0;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 6px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  z-index: 100;
}
.sub-title-area.type-b h1 {
  left: 45px;
  width: calc(100% - 90px);
}

/*결과*/
.result-area {
  padding: 40px 24px;
  text-align: center;
  background: #fff;
}
.result-area.border-top {
  border-top: 1px solid #e6e6e6;
}

.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 30px 0 0;
}
.result-area p {
  font-size: 14px;
  text-align: center;
  color: #9e9ea2;
  margin: 16px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-medium {
  display: block;
  width: 160px;
  margin: 24px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}
.result-area .block-type-area > ul {
  padding: 0;
}
.result-area .logo {
  width: 212px;
  height: 70px;
}

/*게시판 목록 공통*/
.board-list-area {
  background: #fff;
  padding: 18px 16px 0;
}
.board-list-area > button {
  float: right;
  margin: 0 0 12px;
}
.board-list-area > .board-list-header {
  clear: both;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 14%;
}
.board-list-area ul li.class {
  width: 14%;
}
.board-list-area ul li.error {
  width: 16%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.writer {
  width: 20%;
}
.board-list-area ul li.board {
  width: 24%;
}
.board-list-area ul li.date {
  width: 20%;
}
.board-list-area ul li.status {
  width: 20%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}

.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #a6a6a6;
  background: #f9f9f9;
  border-top: 1px solid #707070;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-area .board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
}
.board-list-area .board-list-content > div + div {
  border-top: 1px solid #e6e6e6;
}
.board-list-area .board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-area .board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p.small {
  max-width: 140px;
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #5cc4ef;
  margin: 0 0 0 8px;
}
.board-list-area .board-list-content > div > ul > li.subject .writer-date {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 4px;
}
.board-list-area li.subject .writer-date .writer {
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  margin-right: 8px;
}
.board-list-area li.subject .writer-date .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #a6a6a6;
  margin-right: 8px;
}
.board-list-area li.subject .writer-date .hit {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area li.subject .writer-date .hit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -2px 2px 0 0;
  background: url(/image/mobile/icon_hit.png);
  background-size: contain;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.term {
  text-align: right;
}
.board-list-area .board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div.notice .num {
  font-weight: bold;
  color: #5cc4ef;
}
.board-list-area .board-list-content > div.notice ul > li.subject > a p {
  font-weight: 500;
}

/* board-file */
.board-file {
  padding: 20px 0;
}
.board-file a {
  display: inline-block;
  height: 32px;
  margin: 0 16px 0 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: solid 2px #e9e9e9;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.board-file a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -3px 8px 0 0;
  background: url(/image/mobile/icon_download.png);
  background-size: contain;
}

/* 게시판형 faq */
.board-list-content .accordion {
  width: auto;
}
.board-list-content .accordion > ul > li {
  height: auto;
  position: relative;
  background: #fff;
  padding: 16px;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 50px);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
  text-decoration: none;
  cursor: pointer;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: red;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(/image/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  display: none;
  background: #fff;
  width: 100%;
  min-height: auto;
}
.board-list-content .accordion.active .accordion-content {
  display: block;
  border-top: 1px solid #e9e9e9;
}
.board-list-content .accordion .accordion-content > p {
  padding: 16px;
  font-size: 13px;
  color: #565656;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    0 0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  position: relative;
  background-color: #fff;
  min-height: auto;
}
.board-list-content .accordion .accordion-content p {
  padding: 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}

/*검색*/
.board-search {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 16px 16px 0;
}
.board-search select.input-regular {
  float: left;
  min-width: 120px;
}
.board-search input.input-regular {
  float: left;
  width: calc(100% - 128px);
  margin-left: 8px;
}
.board-search button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(/image/mobile/icon_search.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.board-search:after {
  content: "";
  clear: both;
  display: block;
  padding-top: 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
/* type-b */
.board-search.type-b select.input-regular {
  float: left;
  min-width: calc(50% - 4px);
  width: calc(50% - 4px);
}
.board-search.type-b select.input-regular + select.input-regular {
  margin-left: 8px;
}
.board-search.type-b input.input-regular {
  min-width: 100%;
  width: 100%;
  margin: 8px 0 0;
}
.board-search.type-b button {
  top: 65px;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px 0;
  width: 100%;
}
.accordion.faq .inner-wrap {
  border-top: 1px solid #d6d6d6;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 16px 40px 16px 24px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 14px;
  top: 16px;
  content: "Q";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #a6a6a6;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  max-width: 100%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-header p {
  height: auto;
  -webkit-line-clamp: initial;
}

.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  background-color: #f9f9f9;
  padding-left: 24px;
  min-height: 120px;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 14px;
  top: 12px;
  content: "A";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #f05b7b;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 16px 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header h1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  word-break: keep-all;
}
.board-view-area .header .info {
  margin: 10px 0 0;
  overflow: hidden;
}
.board-view-area .header .info li {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #a6a6a6;
  text-decoration: underline;
}
.board-view-area .header.scrap {
  padding-right: 32px;
}
.board-view-area .btn-scrap {
  position: absolute;
  top: 16px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/scrap_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-scrap.active {
  background: url(/image/mobile/scrap_s.png) center center no-repeat;
  background-size: contain;
}

.board-view-area .content {
  padding: 16px 0;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  min-height: 100px;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  max-width: 100%;
  margin-top: 16px;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}

.board-view-area .swiper-container {
  margin-top: 16px;
}

.board-view-area .swiper-container .swiper-slide {
  position: relative;
  width: 64px !important;
  padding-bottom: 64px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.board-view-area .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/*답변*/
.board-view-area .re-header {
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}

/*board-re*/
.board-re {
  margin: 16px 0 0;
}
.board-re > h1 {
  background-color: #f9f9f9;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
  border-top: 1px solid #d6d6d6;
}
.board-re > div {
  font-size: 13px;
  color: #161616;
  line-height: 1.46;
  min-height: 100px;
  padding: 16px 0;
}

.board-re .swiper-container {
  margin-top: 16px;
}

.board-re .swiper-container .swiper-slide {
  position: relative;
  width: 64px !important;
  padding-bottom: 64px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.board-re .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 32px 0 0;
}
.board-comment-area h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 24px;
  padding: 0 16px 16px;
}
.board-comment-write textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 10px 12px;
}
.board-comment-write .btn-group-type1 {
  margin: 16px 0 0;
  padding: 0;
}

.board-comment-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}

/* comment-btn */
.comment-btn {
  display: block;
  float: right;
  position: relative;
  margin-right: -8px;
}
.comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.comment-btn ul {
  display: none;
}
.comment-btn.active ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 88px;
  height: 105px;
  margin: 0 0 0 60px;
  padding: 8px 0 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
}
.comment-btn li + li {
  margin-top: 8px;
}
.comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 11px;
  color: #a6a6a6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #565656;
}

.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.46;
  display: block;
  color: #161616;
  font-size: 13px;
  padding: 4px 0;
}

.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}

.board-comment-list > div > ul > li .comment-reply-write {
  width: 100%;
  height: auto;
  padding: 12px 12px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(/image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 100%;
  height: 120px;
}

.board-comment-list > div > ul > li .comment-reply-write .btn-group-type1 {
  margin: 16px 0 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-regular {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-regular + .btn-regular {
  margin: 0 0 0 8px;
}

.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(/image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
  color: #868686;
}
.comment-content-area ul {
  display: flex;
  margin: 8px 0;
}
.comment-content-area li.tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 64px;
  height: 18px;
}
.comment-content-area li.con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  width: calc(100% - 64px);
  padding-left: 8px;
}

/*table-type-area*/
.table-type-area {
  background: #fff;
}
.table-type-area > ul {
  padding: 0 16px 24px;
  border-top: 0;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 36px;
  border: 1px solid #e6e6e6;
}
.table-type-area > ul > li + li {
  border-top: 0;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
}
.table-type-area > ul > li > .title {
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 400;
  color: #565656;
  width: 100px;
  padding: 12px 0 12px 16px;
}
.table-type-area > ul > li > .title span {
  color: #c8242c;
}
.table-type-area > ul > li > .con {
  text-align: left;
  font-size: 13px;
  color: #161616;
  padding: 12px 12px 12px 16px;
}
.table-type-area > ul > li > .con .input-regular {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
}
.table-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.table-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}

/*block-type-area*/
.block-type-area > ul {
  background: #fff;
  padding: 0 16px;
  overflow: auto;
  border-bottom: 0;
  text-align: left;
  margin: 8px 0 150px;
}
.block-type-area > ul > li {
  margin: 16px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 14px;
  font-weight: 400;
  color: #161616;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .title > span {
  color: #5cc4ef;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #565656;
}
.block-type-area > ul > li > .con .unit-box .input-regular {
  width: calc(100% - 40px);
}
.block-type-area > ul > li input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
}
.block-type-area > ul > li > .con .search-date input.input-regular {
  width: calc(50% - 10px);
}
.block-type-area > ul > li > .con input[type="radio"] {
  margin-left: 0;
}
.block-type-area > ul > li > .con .input-regular {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
}
.block-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 78px);
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 4px;
}
.block-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}
.block-type-area .btn-group-type1 {
  padding: 24px 16px 0;
  background: #fff;
}

/* popup-report */
.popup-report {
  width: 320px;
  padding-bottom: 8px;
}
.popup-report .block-type-area {
  padding: 0 0 24px;
}
.popup-report .block-type-area > ul {
  padding: 0;
  border-bottom: 0;
}
.popup-report .block-type-area > ul > li:first-child {
  margin-top: 0;
}
.popup-report .btn-group-area {
  padding: 0 8px 24px;
}

.push-list {
  background: #fff;
  padding: 16px 16px 0;
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  margin-top: -8px;
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
  margin: 8px 0 0;
}
.push-list > ul > li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 14px 16px;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 13px;
  color: #5cc4ef;
}
.push-list > ul > li .con {
  font-size: 13px;
  color: #565656;
  word-break: keep-all;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list > ul > li.read .con {
  color: #a6a6a6;
}
.push-list > ul > li.read .date {
  color: #a6a6a6;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

.block-type-area.my_info_c > ul {
  padding-bottom: 24px;
  border-bottom: 0;
}
.block-type-area.my_info_c + .btn-group-type1 {
  padding-top: 0;
}

.block-type-area.member_out {
  background-color: #ffffff;
  padding: 0 0 32px;
}
.block-type-area.member_out ul {
  border-bottom: 0;
  padding-bottom: 8px;
}

/* Login */
.login-area {
  background: #fff;
  padding: 40px 24px;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 38px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 212px;
  height: 70px;
}
.login-area .input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area li input.input-large {
  font-size: 14px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.login-chk-link {
  margin: 16px 0 38px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  padding: 0 8px;
}
.login-chk-link .link a:last-child {
  padding-right: 0;
}
.login-chk-link .link a + a {
  border-left: 1px solid #a6a6a6;
}
.login-area .login-join {
  text-align: center;
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a6a6a6;
}
.login-area .login-join a {
  color: #f05b7b;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}

.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}

.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
  font-size: 13px;
  color: #868686;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
  font-size: 13px;
  color: #868686;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
  font-size: 13px;
  color: #868686;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
  font-size: 13px;
  color: #868686;
}
.login-area .apple,
.login-area .apple:hover {
  background: #000;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 1px 16px 86px;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.textarea-regular {
  height: 120px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #868686;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content label span {
  font-size: 14px;
  color: #1b1b24;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content input[type="checkbox"] {
  margin-left: 0;
}
.member-content .btn-group-type1 {
  padding: 32px 0 0;
}

/* 회원용 */
.member-write-area {
  text-align: center;
  padding: 0 16px;
  background: #fff;
}
.member-write-area > h1 {
  font-size: 13px;
  margin: 32px 0 0;
  text-align: center;
}
.member-write-area label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  margin: 24px 0 8px;
}
.member-write-area label span {
  font-weight: bold;
  color: #ff3939;
}
.member-write-area .btn-group-area {
  margin: 24px 0 0;
  text-align: center;
}
.member-write-area .btn-group-area .btn-small {
  display: inline-block;
  width: calc((100% - 15px) / 3);
  font-size: 13px;
  height: 36px;
  line-height: 34px;
}
.member-write-area .btn-group-area .btn-small + .btn-small {
  margin-left: 4px;
}
.member-write-area .member-guide-text {
  font-size: 13px;
  color: #161616;
  line-height: 1.8;
  margin: 32px;
  text-align: center;
  word-break: keep-all;
}
.member-write-area .member-guide-text strong {
  font-weight: 900;
}
.member-write-area .btn-regular {
  padding: 0;
}
.member-write-area .icon-result {
  display: none;
}
.member-write-area .agree {
  position: relative;
  padding-left: 28px;
  margin: 24px 0 0;
  font-size: 13px;
  color: #565656;
}
.member-write-area .agree input {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
}
.member-write-area .align-center {
  overflow: hidden;
}

.btn-group-type1 {
  padding: 16px 16px 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-type1 .btn-small + .btn-small,
.btn-group-type1 .btn-regular + .btn-regular,
.btn-group-type1 .btn-medium + .btn-medium {
  margin-left: 8px;
}
.block-type-area + .btn-group-type1 {
  padding: 24px 24px 0;
}

.service-info {
  min-height: 600px;
  padding: 16px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
}

/* .event-list-type2 */
.event-list-type2 {
  background-color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type2 .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type2 .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type2 .subject a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: center;
  color: #565656;
}
.event-list-type2 .subject a:hover {
  text-decoration: underline;
}
.event-list-type2 .term {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 16px;
}

/* member-out */
.member-out {
  padding: 40px 16px 0;
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url(/image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: 40px;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  margin: 16px 0 0;
}
.member-out p {
  position: relative;
  margin: 16px 0 0;
  padding: 0 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  word-break: keep-all;
}
.member-out p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f90909;
  position: absolute;
  top: 6px;
  left: 10px;
}

.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}

body.index #content {
  padding-bottom: 0;
}
body.not-footer #footer {
  display: none;
}
body.content-padding-b0 #content {
  padding-bottom: 0;
}

.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  width: 100%;
  height: 0;
}
.file-upload .gallery-scroll .gallery {
  width: 700px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

.btn-medium.file-type:before {
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_fileupload_img.png) center center
    no-repeat;
  background-size: contain;
}

.btn-regular {
  font-size: 13px;
  font-weight: bold;
}

.btn-medium {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
}

.btn-large {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
}

.red {
  color: #f90909;
}

img {
  max-width: 100%;
}

/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
/* main-link */
.main-link {
  padding: 16px;
}

.main-link > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-link > ul > li {
  width: calc((100% - 16px) / 2);
  height: 156px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 16px 8px;
}

.main-link > ul > li + li {
  margin-left: 16px;
}

.main-link .tit {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.main-link .con {
  margin: 8px 0 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.main-link .img {
  display: flex;
  justify-content: flex-end;
  margin: 2px 0 0;
}

.main-link .img img {
  width: 64px;
  height: 64px;
}

/* slidebar-menu */
.slidebar-menu {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f6f6f6;
}

.slidebar-menu > h1 {
  padding: 24px 16px 8px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  border-top: 1px solid #e9e9e9;
}

.slidebar-menu > ul {
  background-color: #fff;
  padding: 8px 0 6px;
}

.slidebar-menu > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.slidebar-menu > ul > li > a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_page_move.png);
  background-size: contain;
}

/* board-list */
.board-list {
  margin: 24px 16px 0;
  border-top: 1px solid #d6d6d6;
}

.board-list > ul {
}

.board-list > ul > li {
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.board-list .num {
  width: 52px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.board-list .info {
  width: calc(100% - 52px);
}

.board-list .subject {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.board-list .date-status {
  display: flex;
  align-items: center;
}

.board-list .date-status .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.board-list .date-status .status {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin-left: 8px;
}

.board-list .list-empty {
  padding: 150px 0 190px;
  border-bottom: 1px solid #d6d6d6;
}

.paginate-area {
  margin: 16px auto 0;
}

/* receipt-history */
.receipt-history {
  margin: 10px 0 0;
}

.receipt-history > ul > li {
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.receipt-history .cont {
  padding-right: 32px;
}

.receipt-history .price {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f05b7b;
}

.receipt-history .number-date {
  display: flex;
  align-items: center;
}

.receipt-history .number {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.receipt-history .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin-left: 8px;
}

.receipt-history .credit-card {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.btn-group-type1.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 24px;
  background-color: #fff;
}

/* sub-title-small */
.sub-title-small {
  margin: 24px 16px 0;
}

.sub-title-small h1 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

/* pay-page */
.pay-page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 24px;
}

.pay-page .btn-close {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 1;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_close.png);
  background-size: contain;
}

.pay-page .banner {
  position: relative;
  width: 100%;
  padding-bottom: 66.38%;
  height: 0;
  overflow: hidden;
  background: url(/image/mobile/banner_payment.png);
  background-size: contain;
}

.pay-page .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pay-page .banner .title {
  position: absolute;
  bottom: 48px;
  left: 16px;
  z-index: 1;
}

.pay-page .banner .title h1 {
  font-family: Jalnan;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.pay-page .banner .title h2 {
  margin: 4px 0 0;
  font-family: Jalnan;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.pay-page form {
  padding: 24px 16px 0;
}

/* membership-payment */
.membership-payment {
  padding: 16px 0 0;
}

.membership-payment label {
  position: relative;
  display: block;
  width: 100%;
}

.membership-payment label input[type="radio"] {
  position: absolute;
  top: 18px;
  right: 12px;
}

.membership-payment label p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  margin: 0 0 8px;
  padding: 16px 40px 16px 16px;
  border-radius: 12px;
  border: solid 2px #d6d6d6;
  background-color: #fff;
}

.membership-payment label p .tit {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.membership-payment label p .con {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

.membership-payment label input[type="radio"]:checked + p {
  border: solid 2px #f05b7b;
}

.membership-payment label input[type="radio"]:checked + p .tit,
.membership-payment label input[type="radio"]:checked + p .con {
  color: #f05b7b;
}

/* qr-code-generation */
.qr-code-generation {
  padding: 30px 16px 68px;
}

.qr-code-generation > img {
  display: block;
  width: 172px;
  height: 172px;
  margin: 0 auto 16px;
}

.qr-code-generation > img.code-failed {
  width: 112px;
  height: 112px;
  margin: 24px auto;
}

.qr-code-generation > h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f05b7b;
}

.qr-code-generation > h2 {
  margin: 8px auto 50px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.qr-code-generation > p {
  margin: 50px 0 8px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 72.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrap .controls {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.video-wrap .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url(/image/mobile/icon_play.png);
  background-size: contain;
}

.video-wrap .timer div {
  display: none;
}

.video-wrap .timer span {
  position: absolute;
  bottom: 8px;
  left: 8px;
  min-width: 31px;
  height: 18px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.video-wrap .time {
  position: absolute;
  bottom: 8px;
  left: 8px;
  min-width: 31px;
  height: 18px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.video-wrap .btn-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(/image/component/icon_file_upload_delete.png);
  background-size: contain;
}

.qr-code-generation .video-attachment {
  position: relative;
  width: 261px;
  margin: 30px auto 8px;
  border-top: 1px solid #e4e4e5;
}

.qr-code-generation .video-attachment span {
  display: block;
  min-width: 131px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6d6d73;
}

/* qr-code-history */
.qr-code-history {
  padding: 0 16px;
  margin-top: -8px;
}

.qr-code-history > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.qr-code-history > ul > li {
  width: calc((100% - 8px) / 2);
  margin: 24px 8px 0 0;
}

.qr-code-history > ul > li:nth-child(2n) {
  margin-right: 0;
}

.qr-code-history .video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.qr-code-history .video-wrap .time {
  bottom: 4px;
  left: 4px;
}

.qr-code-history .video-wrap .timer span {
  bottom: 4px;
  left: 4px;
}

.qr-code-history .video-wrap input[type="checkbox"] {
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0;
}

.qr-code-history .video-wrap .btn-play {
  position: absolute;
  top: -100px;
  left: 0;
}

.qr-code-history .info {
  position: relative;
  padding: 8px 0 0;
}

.qr-code-history .comment-btn {
  position: absolute;
  top: 8px;
  right: 4px;
}

.qr-code-history .comment-btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/image/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}

.qr-code-history .comment-btn.active ul {
  top: 24px;
  right: 0;
  width: 94px;
  height: 64px;
  padding: 0;
}

.qr-code-history .comment-btn li {
  padding: 0;
  margin: 0;
}

.qr-code-history .comment-btn li button {
  width: 100%;
  line-height: 32px;
  color: #161616;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-code-history .comment-btn li button:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}

.qr-code-history .comment-btn li .edit:after {
  background: url(/image/mobile/icon_edit.png);
  background-size: contain;
}

.qr-code-history .comment-btn li .delete {
  color: #f90909;
}

.qr-code-history .comment-btn li .delete:after {
  background: url(/image/mobile/icon_trash.png);
  background-size: contain;
}

.qr-code-history .comment-btn li + li {
  margin-top: 0;
  border-top: 1px solid #e4e4e5;
}

.qr-code-history .subject {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin-right: 32px;
}

.qr-code-history .date-kb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 0;
}

.qr-code-history .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.qr-code-history .kb {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

.select-check-all {
  margin: 24px 16px 0;
}

.select-check-all label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.select-check-all input {
  margin: 0 8px 0 0;
}

input[type="checkbox"].type-b {
  border-radius: 50%;
  background: #fff;
}

input[type="checkbox"].type-b:checked {
  background: #f05b7b url(/image/component/icon_check.png) center center
    no-repeat;
  background-size: 16px;
  border: 1px solid #f05b7b;
}

/* permanently-delete-recovery */
.permanently-delete-recovery {
  margin-top: 24px;
  height: 55px;
  background-color: #fff;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e4e4e5;
}

.permanently-delete-recovery .permanently-delete {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f90909;
  display: flex;
  align-items: center;
}

.permanently-delete-recovery .permanently-delete:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_trash.png);
  background-size: contain;
}

.permanently-delete-recovery .recovery {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

/* code-history-view */
.code-history-view {
  padding: 24px 16px 0;
}

.code-history-view .img {
  text-align: center;
  margin-bottom: 16px;
}

.code-history-view .img img {
  width: 172px;
  height: 172px;
}

.code-history-view .date-kb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
}

.code-history-view .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.code-history-view .kb {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

.code-history-view .subject {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.code-history-view .btn-group {
  padding: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.btn-medium.icon-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-medium.icon-arrow:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
  background: url(/image/mobile/icon_arrow_right.png);
  background-size: contain;
}

.btn-medium.icon-arrow.disabled,
.btn-medium.icon-arrow.disabled:hover {
  border: solid 1px #d6d6d6 !important;
  background-color: #fff !important;
  color: #d6d6d6 !important;
  cursor: not-allowed !important;
}

.btn-medium.icon-arrow.disabled:after,
.btn-medium.icon-arrow.disabled:hover:after {
  background: url(/image/mobile/icon_arrow_right_deactive.png);
  background-size: contain;
}

.code-history-view .help-text.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 16px;
  background-color: #f6f6f6;
}

.code-history-view .block-type-area > ul {
  padding: 0;
  margin: 0;
  height: 280px;
}

.code-history-view .block-type-area > ul > li {
  margin: 0;
}


/* 2022-09-15 */
#footer > ul > li {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.slidebar-menu > h1 {
  font-size: 14px;
}

#header > h1 {
  width: 85px;
  height: 27px;
}

/* 2022-09-27 */
body.bgcolor {
  background-color: #fef9ef;
}

body.bgcolor #header {
  background-color: #fef9ef;
}

body.bgcolor .sub-title-area h1 {
  top: 4px;
}

body.bgcolor .sub-title-area h1 img {
  width: 129px;
  height: 36.5px;
}

.slider-guide .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.slider-guide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee7953;
}
.slider-guide
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

/* guide-page */
.guide-page {
  text-align: center;
  padding: 16px 8px 24px;
}

.guide-page .how-to img {
  width: 220px;
  height: auto;
}

.guide-page p {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.guide-page .btn-large {
  display: block;
}

/* 2022-09-30 */
.btn-medium.theme1-c-btn.line[disabled] {
  border: 1px solid #a6a6a6 !important;
  background-color: #fff !important;
  color: #a6a6a6 !important;
}

.btn-medium.file-type[disabled]:before {
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_camera_gray.png) center center
    no-repeat !important;
  background-size: 24px !important;
}

.btn-medium[disabled] {
  background-color: #a6a6a6 !important;
  border: 1px solid #a6a6a6 !important;
}

.guide-page .how-to {
  margin: -40px 0 24px;
}

.slider-guide .swiper-pagination {
  bottom: 110px;
}

body.inactive-header #header {
  display: none;
}

body.inactive-header #wrapper {
  padding: 0;
}

.slider-guide {
  position: relative;
  padding-bottom: 100px;
}

.slider-guide .btn {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.guide-page .btn-large {
  display: block;
  width: 280px;
}

.slider-guide {
  margin: -20px 0 0;
}

.slider-guide .swiper-slide {
  text-align: center;
}

.slider-guide .swiper-slide > img {
  width: 80%;
}

.guide-page p {
  margin: 16px 0 0;
  letter-spacing: -0.8;
}

.slider-guide .swiper-pagination {
  bottom: 100px;
}


/* 2022-10-21 */
.main-add-text {
  margin: 0 16px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1;
  text-align: left;
  color: #000;
}


/* 20202-11-21 */
/* main-notice */
.main-notice {
  padding: 24px 16px 40px;
}

.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}

.main-notice .title h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.main-notice .title .more {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_more.png);
  background-size: contain;
}

.main-notice > ul > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.main-notice > ul > li:last-child {
  padding-bottom: 0;
}

.main-notice > ul > li + li {
  border-top: 1px solid #e9e9e9;
}

.main-notice > ul > li a {
  width: calc(100% - 86px);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding-right: 24px;
}

.main-notice > ul > li span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

.main-notice .empty {
  height: 68px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f6f6f6;
  margin: 16px 0 0;
}

.main-notice .empty p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

/* 2022-12-30 */
.top-right {
  padding: 24px 16px 0;
  text-align: right;
}
.btn-delete-all {
  width: 87px;
  height: 30px;
  flex-grow: 0;
  padding: 0 11px 0 10px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #868686;
}
.push-list > ul > li a {
  padding: 20px 16px 16px;
}
.push-list > ul > li .date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}
.push-list > ul > li .con {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: keep-all;
  margin: 8px 0 0;
}

#content.new {
  padding: 24px 0 0;
  background: url(../../image/mobile/content_new_bg.png) no-repeat 0 0;
  background-size: cover;
}

/* main-link-new */
.main-link-new {
  padding: 0 16px;
}
.main-link-new a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  padding: 10px 16px 10px 26px;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #fff url(../../image/mobile/btn_click.png) no-repeat right 16px
    center;
  background-size: 42px;
}
.main-link-new a + a {
  margin: 16px 0 0;
}
.main-link-new .icon {
  width: 45px;
  height: 45px;
  flex-grow: 0;
  margin: 0 18px 0 0;
  padding: 8px;
  background-size: 30px !important;
  border-radius: 8px;
}
.main-link-new a:nth-child(1) .icon {
  background: #eac98d url(../../image/mobile/icon_mln_1.png) no-repeat center
    center;
}
.main-link-new a:nth-child(2) .icon {
  background: #eac98d url(../../image/mobile/icon_mln_2.png) no-repeat center
    center;
}
.main-link-new a:nth-child(3) .icon {
  background: #eac98d url(../../image/mobile/icon_mln_3.png) no-repeat center
    center;
}
.main-link-new div {
  width: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-link-new h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3c3c3c;
}
.main-link-new span {
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.main-bottom-banner {
  display: block;
  margin: 8px 8px 16px;
}

.qr-code-history .date-kb {
  margin: 0;
}
.qr-code-history .opened:before {
  content: "Opened";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}
.qr-code-history .unopened:before {
  content: "Unopened";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #cc0026;
}

.radio-checkbox label {
  margin-right: 32px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.password4 {
  display: flex;
  align-items: center;
}
.password4 .input-medium {
  min-width: 45px;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 4px;
  text-align: center;
}

.help-text {
  word-break: keep-all;
}

.code-history-view {
  padding-bottom: 100px;
}
.code-history-view .img.large img {
  width: 328px;
  height: 328px;
}
.code-history-view .password-info {
  margin: 24px 0;
}
.code-history-view .password-info p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

/* popup-password */
.popup-password .inner-wrap {
  padding: 24px;
}
.popup-password .popup-content {
  width: 184px !important;
  margin: 0 auto;
}
.popup-password .popup-content .help-text {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cc0026;
}

.btn-group-type1 .help-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .con input.btn-add {
  width: calc(100% - 88px);
}
.block-type-area > ul > li > .con input.btn-add + button {
  width: 79px;
  padding: 0;
  margin-left: 8px;
}

#email-list {
  margin: 16px 0 0;
}
#email-list li {
  display: flex;
  align-items: center;
  margin: 8px 16px 0;
}
#email-list li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a6a6a6;
  margin: 0 8px 0 0;
}
#email-list p {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
#email-list .btn-del {
  width: 17px;
  height: 17px;
  flex-grow: 0;
  margin: 0 0 0 16px;
  background: url(../../image/mobile/icon_del.png) no-repeat 0 0;
  background-size: contain;
}

.email-info {
  margin: 40px 0 24px;
}
.email-info .title {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.margin-t70 {
  margin-top: 70px !important;
}

.code-history-view.type-b {
  padding-bottom: 0;
}
.code-history-view.type-b + .btn-group-type1 {
  padding-top: 8px;
}
.code-history-view.type-b + .btn-group-type1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  margin: 0 0 16px;
}


/* 2023-01-09 */
.popup-slidebar-menu .top {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.popup-slidebar-menu .popup-close {
  position: absolute !important;
  top: 6px;
  left: 8px;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  background: url(../../image/component/icon_modal_close.png) no-repeat 0 0;
  background-size: contain;
}


/*.sb-slidebar.flexible {
  width: 100% !important;
  max-width: 700px !important;
  margin-left: 0 !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}*/

/* 2023-01-31 */
.slider-guide {
  padding: 64px 0 0;
}
.slider-guide .skip-done {
  position: absolute;
  top: -24px;
  right: 24px;
  z-index: 100;
}
.slider-guide .skip-done a.skip {
  display: block;
  width: 32px;
  height: 16px;
  background: url(../../image/mobile/text_skip.png) no-repeat 0 0;
  background-size: contain;
}
.slider-guide .skip-done a.done {
  display: block;
  width: 32px;
  height: 16px;
  background: url(../../image/mobile/text_done.png) no-repeat 0 0;
  background-size: contain;
}
.guide-page .how-to {
  margin: 8px 0 24px;
  padding: 0 16px;
}
.guide-page .how-to img {
  width: 100%;
  height: auto;
}
.slider-guide .swiper-pagination {
  width: 120px;
  left: 16px;
  bottom: 24px;
}
.slider-guide .swiper-pagination-bullet {
  background: #fff !important;
  border: 2px solid #ee7953 !important;
  opacity: 1;
}
.slider-guide .swiper-pagination-bullet-active {
  background: #ee7953 !important;
}

.slider-guide .slider-btn-next {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: block;
  width: 32px;
  height: 16px;
  background: url(../../image/mobile/text_next.png) no-repeat 0 0;
  background-size: contain;
}

.slider-guide .btn {
  position: static;
  margin-top: 32px;
}