@charset 'utf-8';
.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;
}
input[type="checkbox"] {
  margin: -2px 4px 0 0;
}
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(../../images/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(../../images/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 16px;
  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;
  border-radius: 4px;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
.btn-medium {
  font-size: 13px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}

.help-text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #868686;
  margin: 8px 0 0;
}
.help-text.type-b {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #868686;
  display: flex;
  align-items: center;
}
.help-text.type-b:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(../../images/mobile/icon_help.png);
  background-size: contain;
}
.help-text.type-b + .help-text.type-b {
  margin-top: 5px;
}

.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: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  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(../../images/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(../../images/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

input[type="checkbox"] {
  margin-top: -3px !important;
}
input[type="radio"] {
  margin-top: -2px !important;
}
input[type="checkbox"]:checked {
  background-color: #218af9;
  border: 1px solid #218af9;
}
input[type="radio"]:checked {
  border: 1px solid #218af9;
}
input[type="radio"]:checked:before {
  background: #218af9;
}

.cart-list-quantity {
  display: block;
  width: 88px;
  margin: 0 auto;
  overflow: hidden;
}
.cart-list-quantity .btn-minus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
  margin: 0;
}
.cart-list-quantity .btn-minus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.cart-list-quantity .input {
  float: left;
  width: 40px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.cart-list-quantity .btn-plus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
}
.cart-list-quantity .btn-plus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/mobile/icon_plus.png) center center 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(../../images/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: calc(100% - 32px);
  width: calc(100% - 32px);
  margin-top: 20px;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 18px;
  font-size: 18px;
}
.popup .temp-content {
  padding: 0;
  height: 280px;
}
.popup .temp-content pre {
  border-radius: 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.04px;
  text-align: left;
  color: #868686;
}

/*temp-content*/
.temp-content {
  height: 595px;
  padding: 16px;
  background: #fff;
}
.temp-content pre {
  padding: 12px 16px;
  height: 100%;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.04px;
  text-align: left;
  color: #868686;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}

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

.app-setting {
  background-color: #fff;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-setting > ul > li h1 {
  padding: 16px;
  font-size: 13px;
  font-weight: 500;
}
.app-setting > ul > li .switch-setting {
  padding: 16px;
  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: 103 !important;
}
.datepicker-here.icon-type {
  background: #ffffff url(../../images/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 {
  height: 44px !important;
  border: 0;
  border-bottom: 8px solid #f3f3f3;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.42px;
  text-align: center;
  color: #a6a6a6;
  border: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  background-color: #fff;
  font-weight: bold;
  color: #218af9;
  border-bottom: 3px solid #218af9;
}

/* type-d */
.tab-menu.type-d > .inner-wrap > .tab-header {
  height: 44px !important;
  border: 0;
  padding: 4px;
  border-radius: 50vw;
  background-color: #f3f3f3;
}
.tab-menu.type-d > .inner-wrap > .tab-header li {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.42px;
  text-align: center;
  color: #a6a6a6;
  border: 0;
}
.tab-menu.type-d > .inner-wrap > .tab-header li.active {
  background-color: #fff;
  font-weight: bold;
  color: #565656;
  border-radius: 40px;
  border: 0;
}

/* category-slider */
.category-slider {
  width: 100%;
  border: 0;
  height: 43px;
  margin-bottom: 8px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.39px;
  text-align: left;
  color: #a6a6a6;
  padding: 0 4px 9px;
  margin: 0 4px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 50px;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: bold;
  color: #218af9;
  border-bottom: 2px solid #218af9;
}

.btn-medium {
  font-size: 14px;
}
.input-regular {
  padding: 0 16px;
}

/* search-type1 */
.search-type1 {
  padding: 16px 16px 0;
  background-color: #fff;
}
.search-type1 form {
  display: flex;
  flex-wrap: wrap;
}
.search-type1 select.input-medium {
  min-width: 120px;
  width: 120px;
  border-radius: 4px;
  font-size: 13px;
}
.search-type1 .search-medium {
  width: calc(100% - 120px);
  padding-left: 8px;
}
.search-type1 .search-medium .input-medium {
  width: 100%;
  border-radius: 4px;
  font-size: 13px;
}
/* type-b */
.search-type1.type-b select.input-medium {
  min-width: calc((100% - 8px) / 2);
  width: calc((100% - 8px) / 2);
}
.search-type1.type-b select.input-medium + select.input-medium {
  margin-left: 8px;
}
.search-type1.type-b .search-medium {
  width: 100%;
  padding: 0;
  margin: 8px 0 0;
}
.search-type1 .chk {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  margin: 16px 0 0;
}
.search-type1 .btn-medium.default {
  margin: 24px 0 16px;
}
.search-type1 .search-medium > .btn-medium {
  margin-top: -12px;
  border-radius: 4px;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
}
#sb-site {
  width: 100%;
}
#wrapper {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  padding: 44px 0 0;
}
#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: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content {
  width: 100%;
  min-height: 595px;
}
#content.small {
  min-height: 500px;
}
#footer {
  width: 100%;
  padding: 52px 16px 40px;
  background-color: #f3f3f3;
}

/* 헤더 */
#header .left {
  text-align: left;
}
#header .right {
  text-align: right;
  padding-right: 8px;
}
#header .right > a {
  margin-left: 0;
}
#header > h1 {
  display: none;
  width: 56px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: 10px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../images/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: 48px;
  height: 28px;
  background: url(../../images/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: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .alirm.new {
  background: url(../../images/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}
/*cart*/
#header .cart {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_cart.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.new {
  background: url(../../images/mobile/icon_cart_new.png) center center no-repeat;
  background-size: contain;
}
/*menu*/
#header .menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
  margin-left: 8px;
}

/* 푸터 */
#footer .toggle-btn {
  display: block;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
  margin: 0 0 19px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../../images/component/icon_accordion_arrow_down.png)
    no-repeat left top;
  background-size: cover;
  margin: -3px 0 0 8px;
}
#footer.on .toggle-btn:after {
  background: url(../../images/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .toggle-box {
  display: none;
  background: #ffffff;
  padding: 16px 16px 24px;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer.on .toggle-box {
  display: block;
}
#footer .toggle-box h2 {
  margin: 4px 0;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #868686;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel {
  margin-top: 8px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
#footer .toggle-box li {
  color: #b6b6b6;
  margin: 4px 0 0;
}
#footer .toggle-box span {
  display: inline-block;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  text-align: center;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #d6d6d6;
  margin: 24px 0 0;
}
#footer .fnb {
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .fnb a {
  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;
  padding: 0 8px;
}

#to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#to-top a {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url(../../images/mobile/to_top.png) center center no-repeat;
  background-size: contain;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  z-index: 50;
}
.footer-fixed-menu li {
  float: left;
  width: 20%;
  height: 52px;
  text-align: center;
}
.footer-fixed-menu li a {
  font-size: 10px;
  color: #161616;
}
.footer-fixed-menu li a img {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

/* 메뉴레이어 */
.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.sb-left {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  background: #fff;
  padding: 16px 16px 8px;
  text-align: center;
  overflow: hidden;
  border-bottom: 8px solid #f3f3f3;
}
.sb-slidebar .top h1 {
  display: block; 
  margin-bottom: 12px;
} 
.sb-slidebar .top h1 a img {
  width: 78px;
  height: 56px;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../images/component/icon_modal_close.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  overflow: hidden;
  text-align: center;
}
.sb-slidebar .top .btn .btn-regular {
  width: 192px;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.36px;
  text-align: center;
  color: #868686;
  text-decoration: underline;
}
.sb-slidebar .top .btn .btn-regular.theme1-c-btn {
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 13px;
}
.gnbWrap {
  height: 100%;
  background: #f3f3f3;
  height: calc(100% - 180px);
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.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: 0 20px 0 16px;
  height: auto;
  line-height: 44px;
  font-size: 14px;
  color: #161616;
  font-weight: 500;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(../../images/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 12px;
  margin: 0;
}
.gnbWrap .gnbBox > li ul li a {
  display: block; 
  font-size: 12px;
  line-height: 1.46;
  text-align: left;
  color: #868686;
  margin: 12px 0 0 12px;
}
.gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on .title {
  background: url(../../images/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(../../images/mobile/icon_arrow_next.png) right 10px center
    no-repeat;
  background-size: 24px;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-container.main-visual {
  padding: 24px 16px 0;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  left: 32px;
  bottom: 16px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgb(0, 0, 0, 0.75);​
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 12px;
  font-weight: 400;
  color: #d6d6d6;
  text-align: center;
  margin: 4px 0 0;
  line-height: 1.5;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 160px 0 262px;
}

/*서브타이틀*/
.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: 15px;
  font-weight: 500;
  z-index: 100;
}
.sub-title-area h1.address {
  display: block;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-left: -100px;
}
.sub-title-area h1.address a {
  font-size: 15px;
  font-weight: 500;
}

/*결과*/
.result-area {
  padding: 48px 16px;
  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(../../images/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: 16px 0 0;
}
.result-area p {
  font-size: 13px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-medium {
  display: block;
  width: 160px;
  margin: 32px 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 .odernumber {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #a6a6a6;
  margin: 8px 0 16px;
}

/*게시판 목록 공통*/
.board-list-area {
  background: #fff;
  padding: 16px 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.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.category {
  width: 22%;
}
.board-list-area ul li.coupon-validity {
  width: 20%;
}
.board-list-area ul li.coupon-status {
  width: 20%;
}
.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: 7px 0;
  height: 47px;
  font-size: 12px;
  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: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  max-width: 150px;
}
.board-list-area .board-list-content > div > ul > li.subject > a p.large {
  max-width: 200px;
}
.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: #ed3d51;
  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.category span {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 20px;
  padding: 1px 4px 2px;
  border-radius: 13px;
  background-color: #e8f3ff;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #218af9;
  text-overflow: ellipsis; 
  white-space: nowrap; 
  word-wrap: normal; 
  overflow: hidden;
}
.board-list-area li.coupon-cont .name {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #565656;
  padding: 0 8px;
}
.board-list-area li.coupon-cont .o-number {
  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;
  padding: 0 8px;
  margin-top: 4px;
}

.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: #218af9;
}
.board-list-area .list-empty {
  padding: 160px 0 272px;
}
.board-list-area .list-empty.small {
  padding: 130px 0 272px;
}

/* 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(../../images/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(../../images/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(../../images/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(../../images/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;
}

.file-upload .btn-regular {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: solid 1px#e6e6e6;
}
.file-upload .gallery {
  margin: 0 0 4px;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.accordion.faq .inner-wrap {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #161616;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 19px 40px 19px 24px;
  height: 56px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 14px;
  top: 18px;
  content: "Q";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #218af9;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #565656;
}
.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: #a6a6a6;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 16px 24px;
  font-size: 12px;
  color: #868686;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.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 #e6e6e6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  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 {
  position: relative;
  margin: 12px 0 0;
  overflow: hidden;
}
.board-view-area .header .info li {
  float: left;
  font-size: 11px;
  color: #868686;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li.file {
  width: 100%;
  display: block;
  margin: 8px 0 0;
}
.board-view-area .header .info li.file a {
  font-size: 11px;
  color: #a6a6a6;
  line-height: 1.55;
  margin-right: 8px;
}
.board-view-area .btn-like {
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_like_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-like.active {
  background: url(../../images/mobile/icon_like_s.png) center center no-repeat;
  background-size: contain;
}

.board-view-area .content {
  padding: 16px 0 24px;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  min-height: 388px;
}
.board-view-area .content.small {
  min-height: 124px;
}
.board-view-area .content img {
  max-width: 100%;
  margin-top: 16px;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}
.board-view-area .content .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overfloew: hidden;
  margin-top: 16px;
}
.board-view-area .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*답변*/
.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;
}
.board-re > h1 {
  background-color: #f9f9f9;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
  border-top: 1px solid #e9e9e9;
}
.board-re > div {
  font-size: 13px;
  color: #161616;
  line-height: 1.46;
  min-height: 180px;
  padding: 16px 0 24px;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 32px 0 0;
}
.board-comment-area h3 {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  margin-top: 24px;
  padding: 0 16px;
}
.board-comment-write {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 8px;
  padding: 0 16px;
}
.board-comment-write textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e6e6e6;
}
.board-comment-write .btn-medium {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  font-size: 13px;
  margin: 16px 0 24px;
}

.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 16px 8px;
  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;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-btn {
  display: block;
  float: right;
}
.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 > span {
  font-size: 12px;
  color: #b6b6b6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid span {
  color: #868686;
}
.board-comment-list ul.comment-btn li {
  display: inline-block;
  margin-left: 2px;
}
.board-comment-list ul.comment-btn button {
  width: 46px;
  height: 26px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
}

.board-comment-list .comment-reply-write {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 16px 16px 24px;
  background: #f9f9f9 url(../../images/mobile/icon_comment_re.png) 16px 16px
    no-repeat;
  background-size: 24px;
  text-align: right;
}
.board-comment-list .comment-reply-write textarea {
  width: calc(100% - 24px);
  height: 120px;
}

.board-comment-list .comment-reply-write .btn-group-type1 {
  margin: 0;
  padding: 16px 0 0;
}
.board-comment-list .comment-reply-write .btn-medium {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-medium + .btn-medium {
  margin: 0 0 0 8px;
}
.board-comment-list .bottom-btn {
  margin-bottom: 16px;
}
.board-comment-list .bottom-btn .btn-re {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #b6b6b6;
}
.board-comment-list .bottom-btn .btn-report {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #b6b6b6;
}
.board-comment-list .bottom-btn .btn-report:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0 16px;
  width: 16px;
  height: 16px;
  background: url(../../images/mobile/icon_report_n.png) center center no-repeat;
  background-size: contain;
}
.board-comment-list .bottom-btn .btn-report.active:before {
  background: url(../../images/mobile/icon_report_s.png) center center no-repeat;
  background-size: contain;
}

.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 16px 16px 0 24px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(../../images/mobile/icon_re.png) 16px 16px no-repeat;
  background-size: 16px;
}
.board-comment-list .comment-box.re .comment-content-area > p {
  color: #868686;
}
.board-comment-list > div > ul > li > .comment-box.re .comment-top-area {
  padding-left: 16px;
}

.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;
  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;
  padding: 8px 0 16px;
}
.board-comment-list > div > ul > li > .comment-reply {
  width: 100%;
  height: auto;
  padding: 8px 0 12px 8px;
  border-bottom: 1px solid #e6e6e6;
  background: #f9f9f9;
  position: relative;
}
.board-comment-list > div > ul > li > .comment-reply:before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/mobile/icon_comment_re.png) center center
    no-repeat;
  background-size: contain;
}
.board-comment-list > div > ul > li > .comment-reply textarea {
  width: calc(100% - 24px);
  height: 120px;
  border: solid 1px #e6e6e6;
  margin: 0 0 0 24px;
}

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

/*table-type-area*/
.table-type-area {
  background: #fff;
  padding: 0 16px;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 46px;
  border-bottom: 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: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  width: 100px;
  padding: 14px 0 14px 16px;
}
.table-type-area > ul > li > .title span {
  color: #c8242c;
}
.table-type-area > ul > li > .con {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
  padding: 14px 12px 14px 16px;
}
.table-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.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%;
}
.table-type-area .btn-group-type1 {
  padding: 24px 0 8px;
}

/*block-type-area*/
.block-type-area > ul {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
}
.block-type-area > ul.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 400;
  color: #565656;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.block-type-area > ul > li > .title.required:before {
  content: "*";
  display: inline-block;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  font-weight: bold;
  color: #ed3d51;
  margin-right: 4px;
}
.block-type-area > ul > li > .title > span {
  color: #218af9;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #161616;
}
.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%;
  border-radius: 4px;
}
.block-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 68px);
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  min-width: 60px;
  width: 60px;
  padding: 0;
  margin-left: 8px;
  border-radius: 4px;
  color: #565656;
}
.block-type-area > ul > li > .con .input-medium {
  width: 100%;
  border-radius: 4px;
  font-size: 13px;
}
.block-type-area > ul > li > .con .input-medium.btn-add {
  width: calc(100% - 68px);
}
.block-type-area > ul > li > .con .input-medium.btn-add + button {
  min-width: 60px;
  width: 60px;
  padding: 0;
  margin-left: 8px;
  border-radius: 4px;
  color: #565656;
}
.block-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}
.block-type-area .btn-group-type1 {
  padding: 32px 16px;
  background: #fff;
}

/* popup-report */
.popup-report {
  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 #e9e9e9;
  border-radius: 4px;
  padding: 16px 40px 16px 16px;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}
.push-list > ul > li .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/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: 144px 0;
}

.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: 24px 24px 64px;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 16px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 210px;
  height: 120px;
}
.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;
}
.login-chk-link {
  margin-top: 12px;
}
.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;
  letter-spacing: -0.55px;
  cursor: pointer;
  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: 11px;
  color: #a6a6a6;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}
.login-area .login-join {
  text-align: center;
  margin: 40px 0 0;
  font-size: 12px;
  color: #868686;
}
.login-area .login-join a {
  font-size: 12px;
  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 .btn-medium {
  font-size: 13px;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.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(../../images/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 1px 16px 115px;
}
.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;
  margin: 8px 0 0;
}
.member-content label span {
  font-size: 13px;
  color: #161616;
  margin-left: 4px;
}
.member-content label input {
  margin-top: 2px !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 {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
}
.member-write-area > h1 {
  font-size: 13px;
  margin: 60px 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: 60px 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 .input-regular.btn-add {
  width: calc(100% - 82px);
}
.member-write-area .input-regular.btn-add + button {
  min-width: 74px;
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.member-write-area .input-medium {
  border-radius: 4px;
}

.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 {
  margin-left: 4px;
}
.btn-group-type1 .btn-medium + .btn-medium {
  margin-left: 8px;
}
.block-type-area + .btn-group-type1 {
  padding: 24px 16px 0;
}

.btn-small[readonly] {
  background-color: #d6d6d6;
  color: #fff;
}

.width160 {
  min-width: 160px !important;
  width: 160px !important;
}

.service-info {
  padding: 16px;
  background-color: #ffffff;
}
.service-info > div {
  min-height: 563px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #f9f9f9;
  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 {
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../images/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: 44px;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  padding: 16px 28px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}
.member-out .textarea-regular {
  height: 284px;
}

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

body.find_id .block-type-area,
body.find_password .block-type-area,
body.find_pw_success .block-type-area,
body.member_check .block-type-area {
  height: 596px;
  background: #fff;
}
body.index #content {
  padding-bottom: 0;
  min-height: auto;
}
body.not-footer #footer {
  display: none;
} 
 
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
.manual-select {
  margin-top: 16px;
  padding: 4px 16px 24px;
}
.manual-select ul {
  border-top: solid 1px #707070;
}
.manual-select li {
  padding: 12px 10px 12px 16px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  background: url(../../images/mobile/icon_arrow_circle.png) right 10px center
    no-repeat;
  background-size: 24px;
}
.manual-select li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* index-main */
.index-main {
  padding-bottom: 32px;
  background-color: #fff;
}
.index-main .header { 
  padding: 24px 16px;
}
.index-main .header .name-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-main .name-status h1 {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.57px;
  text-align: left;
  color: #161616;
  text-align: left;
  display: flex;
  align-items: center;
}
.index-main .name-status .btn-small {
  min-width: 64px;
  padding: 0 16px;
}
.index-main .header .help-text {
  display: flex;
  justify-content: flex-end;
  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-top: 8px;
}
.index-main .search {
  background-color: #fff;
  padding: 0 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
  margin-top: 8px;
}
.index-main .search .input-medium {
  border-radius: 8px;
  background-color: #f6f6f6;
  border: 0;
  margin-top: 16px;
}
.index-main .search .btn-medium {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  padding: ;
  min-width: auto;
  border: 0;
  top: 50%;
  margin-top: -6px;
  right: 8px;
  background: url(../../images/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}



/* 이석호 추가 - 2021-03-12 */
/*Preloading*/
#preloader {position: fixed;top: 0;left: 0;right: 0;width: 100%;height: 100%;bottom: 0;background-color: #fff;z-index: 999999;}
.sk-spinner-wave.sk-spinner {margin: -15px 0 0 -25px;position: absolute;left: 50%;top: 50%;width: 50px;height: 30px;text-align: center;font-size: 10px;}
.ie8 .sk-spinner-wave.sk-spinner {display: none;}
.sk-spinner-wave div {background-color: #ccc;height: 100%;width: 6px;display: inline-block;-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;animation: sk-waveStretchDelay 1.2s infinite ease-in-out;}
.sk-spinner-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-spinner-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s;}
.sk-spinner-wave .sk-rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.sk-spinner-wave .sk-rect5 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
@-webkit-keyframes sk-waveStretchDelay {
	0%, 40%, 100% {-webkit-transform: scaleY(0.4);	transform: scaleY(0.4);}
	20% {	-webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes sk-waveStretchDelay {
	0%, 40%, 100% {-webkit-transform: scaleY(0.4);	transform: scaleY(0.4);}
	20% {	-webkit-transform: scaleY(1);transform: scaleY(1);}
}

/* toast and loading */
div.loadimgWrap {display:none;position: fixed;top:0;left:0;width: 100%;height: 100%;z-index: 10000;background-color: #fff;opacity: 0.5;}
img.loadimg{display:none;width:60px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%,-50%);}
.toast{
    font-size:1.4rem;
	display:none;z-index:10000; width:auto;min-width:250px;height:20px;height:auto;position:fixed;top:50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%,-50%);
	background-color: rgba(56, 56, 56, .9);color: #F0F0F0;padding:10px;text-align:center;border-radius: 2px;
	-webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);-moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

