@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 #e4e4e5;
  margin: 16px 0;
}
hr.type-b {
  margin: 24px 16px;
}
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(../../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;
  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: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin: 8px 0 0;
}

.width312 {
  width: 312px !important;
}

.btn-group {
  overflow: hidden;
}

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

/* 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(../../images/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(../../images/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(../../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: 320px;
  width: auto !important;
  margin-top: 80px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
}
.popup .inner-wrap {
  padding: 32px 14px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}
.popup .block-type-area > ul {
  padding: 0;
}
.popup .block-type-area > ul > li {
  margin: 0;
}
.popup .block-type-area > ul > li + li {
  margin: 24px 0 0;
}
.popup .btn-group-area {
  margin-top: 24px;
}

/* 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 .inner-wrap .sub-title-area{
  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;
}

.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 {
  top:5px;
  z-index: 101;

}
.popup.full .btn-group-type1 {
  padding: 16px 0 0;
}
.popup.full .block-type-area {
  margin-top: 28px;
}

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

.btn-switch {
  width: 40px !important;
  height: 22px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 18px;
  height: 18px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -9px;
  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(../../images/component/icon_date.png) right 6px center
    no-repeat;
  background-size: 20px;
  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;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  border: 0;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active,
.tab-menu.type-c > .inner-wrap > .tab-header li:hover,
.tab-menu.type-c > .inner-wrap > .tab-header li.active:hover {
  border: 0;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #000;
}

/* 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: #000;
  border-bottom: 2px solid #000;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #000;
}
.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;
  height: auto;
  margin: 24px 0 0;
  width: 310px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  display: inline-block;
  min-width: 23px;
  height: 28px;
  border-radius: 50px;
  border: solid 1px #e9e9e9;
  font-size: 13px;
  text-align: center;
  color: #a6a6a6;
  line-height: 28px;
  padding: 0 12px;
  margin: 0 4px 0 0;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 500;
  color: #161616;
  border: solid 1px #cbef1e;
  background-color: #cbef1e;
}

.search-type1 {
  padding: 24px 6px 0;
}
.search-type1 .search_view {
  position: relative;
  width: 100%;
  list-style:none;
  border: solid 1px #e9e9e9;
  color: #161616;
  border-radius: 4px;
  padding:6px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  z-index: 10;
  background-color: #f6f6f6;
  height:100px;
  overflow-y: auto;
}
.search-type1 .search_view li {
  padding: 2px;
  cursor: pointer;
}
.search-type1 > h1 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin: 0 0 16px;
}
.search-type1 form {
  display: flex;
}
.search-type1 select.input-regular {
  min-width: 108px;
  width: 90px;
  padding: 0 30px 0 0;
  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: 4px;
}
.search-type1 .search-regular {
  width: 100%;
}
.search-type1 select.input-regular + .search-regular {
  width: calc(100% - 120px);
  padding-left: 4px;
}
.search-type1 .search-regular .input-regular {
  width: 100%;
  padding: 0 4px 0 12px;
  border-radius: 4px;
}
.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(../../images/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}
.search-type1 hr {
  margin: 24px 0 0;
  border: 0;
  border-bottom: 1px solid #e4e4e5;
}

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !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: 500px;
  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: 10;
  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: 16px;
}
#header .right > a {
  margin-left: 6px;
}
#header > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  display: none;
  width: 47px;
  height: 24px;
}
#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: 28px;
  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;
}
#header .right.not {
  display: none;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(../../images/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}
/*menu*/
#header .menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header .menu.not {
  display: none;
}

/* 푸터 */
#footer {
  display: none;
  margin: 0 16px;
  padding: 40px 0 20px;
  border-top: 1px solid #e9e9e9;
}

#footer h2 {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin: 0 0 8px;
}

#footer li {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}

#footer li,
#footer li span {
  color: #565656;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
}

#footer li span {
  padding: 0 4px;
}

#footer .copyright {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin: 40px 0 0;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  height: 56px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  z-index: 50;
}
.footer-fixed-menu ul {
  display: flex;
  align-items: center;
}
.footer-fixed-menu li {
  width: 100%;
  height: 100%;
  text-align: center;
}
.footer-fixed-menu li a {
  display: block;
  padding: 6px 0 0;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #151515;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
}
.footer-fixed-menu li.n1 a:before {
  background: url(../../images/mobile/ffm_1.png);
  background-size: contain;
}
.footer-fixed-menu li.n2 a:before {
  background: url(../../images/mobile/ffm_2.png);
  background-size: contain;
}
.footer-fixed-menu li.n3 a:before {
  background: url(../../images/mobile/ffm_3.png);
  background-size: contain;
}
.footer-fixed-menu li.n4 a:before {
  background: url(../../images/mobile/ffm_4.png);
  background-size: contain;
}

/* 메뉴레이어 */
.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 {
  overflow-y: auto;
  background: #fff;
  z-index: 100;
}
.sb-slidebar .top {
  background: #fff;
  padding: 10px 0 16px;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.sb-slidebar .top h1 {
  display: inline-block;
  width: 47px;
  height: 24px;
  margin-left: 16px;
}
.sb-slidebar .top h1 a img {
  width: 100%;
  height: 100%;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 28px;
  height: 28px;
  background: url(../../images/component/icon_modal_close.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding: 16px 16px 0;
  border-top: 1px solid #e9e9e9;
}
.sb-slidebar .top .btn .btn-regular {
  font-size: 14px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 8px;
}
.sb-slidebar .mname-bname {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 16px;
}
.sb-slidebar .mname-bname .mname {
  min-width: 90px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  border-right: 1px solid #e9e9e9;
}
.sb-slidebar .mname-bname .mname strong {
  font-size: 18px;
  font-weight: bold;
}
.sb-slidebar .mname-bname .bname {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-left: 13px;
}
.sb-slidebar .mname-bname .btn-small {
  width: 90px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.gnbWrap {
  background: #fff;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #e9e9e9;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 4px 20px 4px 16px;
  height: auto;
  line-height: 1.47;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(../../images/mobile/icon_arrow_down.png) right 16px center
    no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li ul {
  display: none;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  padding: 4px 4px 4px 16px;
  margin: 0;
}
.gnbWrap .gnbBox > li ul li a {
  display: block;
  height: 19px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin: 12px 0 12px 12px;
}

.gnbWrap .gnbBox > li.on .title {
  background: url(../../images/mobile/icon_arrow_up.png) right 16px center
    no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li.on ul {
  display: block;
}

.a-underline {
  display: block;
  font-size: 11px;
  font-weight: 300;
  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: 3px;
  height: 3px;
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination {
  max-width: 700px;
  width: 100%;
}

.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  left: 8px;
  background: url(../../images/mobile/r_prev.png) no-repeat 0 0;
  background-size: contain;
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  right: 8px;
  background: url(../../images/mobile/r_next.png) no-repeat 0 0;
  background-size: contain;
}

.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 12px;
  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: 160px 0 262px;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 0;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0);
  max-width: 700px;
  height: 44px;
  line-height: 44px;
  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: 50px 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: 40px 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: 200px;
  height: 200px;
}

/*게시판 목록 공통*/
.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(../../images/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 {
  margin: 16px 0 0;
}
.board-file a {
  display: inline-block;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  background-color: #fff;
}
.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;
}
.board-file + .board-file {
  margin: 8px 0 0;
}

/* 게시판형 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;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px 0;
  width: 100%;
}
.accordion.faq .inner-wrap > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 16px 32px 16px 8px;
  border-bottom: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 0;
  top: 17px;
  content: "Q.";
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  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 {
  display: block;
  height: auto;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  text-overflow: initial;
  word-wrap: initial;
  overflow: visible;
}

.accordion.faq .inner-wrap > ul > li .accordion-header > p:after {
  right: 0;
  top: 14px;
  margin-top: 0;
}

.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  background-color: #fff;
  padding-left: 8px;
  min-height: 40px;
  border-bottom: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "A.";
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 0 16px 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  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 #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 {
  margin: 10px 0 0;
  overflow: hidden;
}
.board-view-area .header .info li {
  float: left;
  font-size: 12px;
  color: #a6a6a6;
  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(../../images/mobile/scrap_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-scrap.active {
  background: url(../../images/mobile/scrap_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;
}
.board-view-area .content img {
  max-width: 100%;
  margin-top: 16px;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}

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

/* 댓글 작성 */
.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;
}
.board-comment-list .comment-btn {
  display: block;
  float: right;
  position: relative;
  margin-right: -8px;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .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;
}
.board-comment-list .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;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .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(../../images/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(../../images/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%;
}
.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-type2-area*/
.table-type2-area > ul {
  padding: 0;
}
.table-type2-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 36px;
}
.table-type2-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
}
.table-type2-area > ul > li > .title {
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  width: 82px;
  padding: 11px 0;
}
.table-type2-area > ul > li > .con {
  text-align: left;
  font-size: 13px;
  color: #161616;
  padding: 4px 0;
}
.table-type2-area > ul > li > .con .input-regular {
  width: 100%;
}

/*table-type3-area*/
.table-type3-area > ul {
  padding: 0;
}
.table-type3-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 36px;
}
.table-type3-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
}
.table-type3-area > ul > li > .title {
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  width: 35px;
  padding: 11px 0;
}
.table-type3-area > ul > li > .con {
  text-align: left;
  font-size: 13px;
  color: #161616;
  padding: 4px 0;
}
.table-type3-area > ul > li > .con .input-regular {
  width: 100%;
}

/*block-type-area*/
.block-type-area > h1 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin: 24px 16px 0;
}
.block-type-area > ul {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  overflow: hidden;
}
.block-type-area > ul > li > .title.required::after {
  content: "*";
  display: inline-block;
  color: #f90909;
  margin-left: 2px;
}
.block-type-area > ul > li > .title > span {
  color: #000;
}
.block-type-area > ul > li > .title > span,
.block-type-area > ul > li > .title > button,
.block-type-area > ul > li > .title > p,
.block-type-area > ul > li > .title > div {
  float: right;
}
.block-type-area > ul > li > .con {
  position: relative;
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  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 input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.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%;
}
.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 .input-regular.add-radio {
  width: calc(100% - 200px);
  margin-left: 16px;
}
.block-type-area > ul > li > .con .input-regular.add-checkbox {
  min-width: 46%;
  width: 46%;
}
.block-type-area > ul > li > .con .input-regular.add-unit {
  width: calc(100% - 20px);
  margin: 0 5px 0 0;
}
.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: 12px;
  color: #a6a6a6;
}
.push-list > ul > li .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  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(../../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: #d6d6d6;
}
.push-list > ul > li.read .date {
  color: #d6d6d6;
}
.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: 44px 24px;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 44px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 116px;
  height: 58px;
}
.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: 16px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
  display: flex;
  align-items: center;
}
.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;
  cursor: pointer;
}
.login-chk-link .chk input {
  margin: 0 8px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  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: #565656;
}
.login-area .login-join a {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
  color: #000;
}

.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(../../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: 0 16px;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.textarea-regular {
  height: 160px;
  border-radius: 4px;
  background-color: #f6f6f6;
  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: 13px;
  color: #161616;
}
.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: 0;
  margin: 24px 8px 0 !important;
}

.btn-group-type1.border-top {
  margin: 24px 0 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: 24px 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(../../images/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.member-out .icon-result.false {
  background: url(../../images/mobile/icon_notice.png) center center no-repeat;
  background-size: contain;
}
.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 {
  margin: 16px 0;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #f6f6f6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  word-break: keep-all;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}
.member-out .block-type-area > ul {
  padding: 0;
}
.member-out .btn-group-type1 {
  padding: 24px 0 0;
}

.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.content-padding-b0 #content {
  padding-bottom: 0;
}
body.not-alirm #header .alirm {
  display: none;
}
body.footer-active #footer {
  display: block;
}
body.footer-active #content {
  padding-bottom: 0;
}
body.fixed-menu-active #wrapper {
  padding-bottom: 56px;
}
body.fixed-menu-active .footer-fixed-menu {
  display: block;
}

.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;
}

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

.search-type1 + .board-list {
  margin-top: 16px;
}

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

.board-list > ul > li.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.board-list .info {
  width: 100%;
}

.board-list .info a {
  display: block;
}

.board-list .info a.arrow {
  padding-right: 40px;
  background: url(../../images/mobile/icon_arrow_right.png) no-repeat right
    center;
  background-size: 24px;
}

.board-list .info .title-datetime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}

.board-list .info .title-datetime + .subject {
  font-size: 12px;
  color: #565656;
}

.board-list .info .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}

.board-list .info .title {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.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;
  margin: 4px 0 0;
}

.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: #a6a6a6;
}

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

.board-list .date-status .status:before {
  content: "·";
  display: inline-block;
  margin-right: 8px;
}

.board-list .list-empty {
  padding: 150px 0 190px;
}

.btn-regular {
  padding: 0 11px;
  border-radius: 4px;
  color: #565656;
}

.input-medium {
  border-radius: 4px;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/

/* cname-con-btn */
.cname-con-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px 0;
}

.cname-con-btn .cname-con {
  width: calc(100% - 125px);
  padding-right: 24px;
}

.cname-con-btn .btn-regular {
  width: 125px;
}

.cname-con-btn .cname {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.cname-con-btn .con {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

/* number-orderby */
.number-orderby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px 0;
}

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

.number-orderby select.input-small {
  min-width: 90px;
  width: 90px;
}

/* employee-list */
.employee-list {
  margin: 16px 16px 0;
  border-top: 1px solid #e9e9e9;
}

.employee-list > ul > li {
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.employee-list .info {
  width: calc(100% - 95px);
}

.employee-list .status {
  width: 95px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}

.employee-list .name {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

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

.employee-list .job-title {
  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;
}

/* expert-pay-list */
.expert-pay-list {
  margin: 16px 16px 0;
  border-top: 1px solid #e9e9e9;
}

.expert-pay-list > ul > li {
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 0;
}

.expert-pay-list .ym-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expert-pay-list .ym-status .ym {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

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

.expert-pay-list .ym-status .status {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}

.expert-pay-list .cname {
  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;
}

.expert-pay-list .con {
  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;
}

.expert-pay-list .btn-group {
  margin: 8px 0 0;
  overflow: hidden;
}

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

.expert-workplace-list > ul > li {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.expert-workplace-list .info {
  width: calc(100% - 90px);
  height: 38px;
}

.expert-workplace-list .btn-small {
  min-width: 53px;
}

.expert-workplace-list .business-name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.expert-workplace-list .number {
  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;
}

/* workplace-list-select */
.workplace-list-select {
  padding: 16px;
  border-radius: 8px;
  background-color: #cbef1e;
  margin: 16px 16px 24px;
}

.workplace-list-select .business-name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.workplace-list-select .number {
  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;
}

/* login-status */
.login-status {
  padding: 24px 16px;
}

.login-status 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;
  margin: 0 0 16px;
}

.login-status .btn-regular {
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
}

.login-status .btn-regular + .btn-regular {
  margin-left: 6px;
}

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

.btn-chat {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 50px;
  margin: 24px 16px;
  border-radius: 14px;
  background: #cbef1e url(../../images/mobile/btn_main01.png) no-repeat right
    center;
  background-size: contain;
}

/* main-link */
.main-link {
  margin: 0 16px;
}

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

.main-link > ul > li {
  width: 100%;
  height: 100px;
  border-radius: 16px;
  background-color: #000;
}

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

.main-link > ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 36px 0 0;
}

.main-link > ul > li a.n1 {
  background: url(../../images/mobile/main_link_1.png) no-repeat center center;
  background-size: contain;
}

.main-link > ul > li a.n2 {
  background: url(../../images/mobile/main_link_2.png) no-repeat center center;
  background-size: contain;
}

.main-link > ul > li a.n3 {
  background: url(../../images/mobile/main_link_3.png) no-repeat center center;
  background-size: contain;
}

.split2 {
  display: flex;
  flex-wrap: wrap;
}
.split2 > label {
  width: 50%;
}
.split2 + .split2 {
  margin-top: 8px;
}

.split3 {
  display: flex;
  flex-wrap: wrap;
}
.split3 > label {
  width: 33.33%;
}
.split3 + .split3 {
  margin-top: 8px;
}

.split4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.split4 > label {
  width: 25%;
}
.split4 + .split4 {
  margin-top: 8px;
}

.split7 {
  display: flex;
  flex-wrap: wrap;
}
.split7 > label {
  width: 14.28%;
}
.split7 + .split7 {
  margin-top: 8px;
}

/* file-download */
.file-download {
  display: block;
}

.file-download a {
  display: inline-block;
  height: 32px;
  padding: 8px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* number-split3 */
.number-split3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.number-split3 span {
  display: inline-block;
  margin: 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;
}

.number-split3 .input-regular {
  min-width: calc((100% - 44px) / 3);
  width: calc((100% - 44px) / 3);
}

/* number-split2 */
.number-split2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.number-split2 span {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.number-split2 .input-regular {
  min-width: calc((100% - 16px) / 2);
  width: calc((100% - 16px) / 2);
}

/* select-time */
.select-time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-time span {
  margin: 0 8px;
}

.select-time select {
  min-width: calc((100% - 25px) / 2);
}

.extra-pay {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background-color: #f6f6f6;
}

/* management-number */
.management-number {
  display: flex;
  align-items: center;
}

.management-number span {
  display: inline-block;
  margin: 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;
}

.management-number .input-regular.n1 {
  min-width: 70px !important;
  width: 70px !important;
}

.management-number .input-regular.n2 {
  min-width: 58px !important;
  width: 58px !important;
}

.management-number .input-regular.n3 {
  min-width: 92px !important;
  width: 92px !important;
}

.management-number .input-regular.n4 {
  min-width: 42px !important;
  width: 42px !important;
}

.btn-absolute-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* contract-view */
.contract-view {
  margin: 24px 16px;
}

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

.contract-view .con {
  height: 110px;
  margin: 16px 0;
  padding: 8px 24px 24px;
  border-radius: 8px;
  background-color: #f6f6f6;
  text-align: center;
}

.contract-view .con > a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  text-decoration: underline;
  margin: 16px 12px 0;
}

.contract-view .btn-group .btn-medium {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

/* manpower-status */
.manpower-status .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.manpower-status .tit,
.manpower-status .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

.manpower-status .cont {
  margin: 8px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 2px #e9e9e9;
  background-color: #fff;
}

.manpower-status .cont h2 {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.manpower-status .cont > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}

/* work-type */
.work-type {
  margin: 8px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 2px #e9e9e9;
  background-color: #fff;
}

.work-type h2 {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin: 0 0 8px;
}

.work-type > ul > li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}

.work-type > ul > li .tit {
  width: 52px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

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

/* table-a */
.table-a td {
  padding: 4px 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* vacation-info */
.vacation-info {
  margin: 8px 0 0;
  padding: 0 16px;
  border-radius: 8px;
  border: solid 2px #e9e9e9;
  background-color: #fff;
}

.vacation-info > ul > li {
  padding: 16px 0;
}

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

.vacation-info > ul > li .tit {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.vacation-info > ul > li .con {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* chat-room */
.chat-room {
  position: fixed;
  top: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 700px;
  width: 100%;
  height: calc(100% - 44px);
  padding: 52px 0 48px;
}

.chat-room .guide-text {
  position: absolute;
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  padding: 12px 16px 12px 8px;
  border-radius: 4px;
  background-color: #cbef1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-room .guide-text > div {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}

.chat-room .guide-text > div strong {
  font-size: 14px;
  font-weight: bold;
}

.chat-room .guide-text > div:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../../images/mobile/icon_chat_solid.png);
  background-size: contain;
}

.chat-room .guide-text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  text-decoration: underline;
}

.chat-room .cont {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 16px 126px;
}

.chat-room .cont li {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding-bottom: 18px;
}

.chat-room .cont li .text {
  position: relative;
  display: block;
  min-width: 52px;
  padding: 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}

.chat-room .cont li .text + .text {
  clear: both;
}

.chat-room .cont li .date-time {
  position: absolute;
  bottom: -18px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  width: 120px;
}

.chat-room .cont li.left {
  padding-right: 130px;
}

.chat-room .cont li.left .text {
  float: left;
  background: #000;
  border-radius: 16px 16px 16px 0;
  color: #fff;
  border: solid 1px #000;
}

.chat-room .cont li.left .text p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.chat-room .cont li.left .text.file {
  background: none;
  border: 0;
  padding: 0;
}

.chat-room .cont li .text.file img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.chat-room .cont li.left .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: underline;
}

.chat-room .cont li.left .date-time {
  left: 0;
}

.chat-room .cont li.right + li.left,
.chat-room .cont li.left + li.right {
  margin-top: 24px;
}

/* right */
.chat-room .cont li.right {
  padding-left: 120px;
}

.chat-room .cont li.right .text {
  float: right;
  background: #e9e9e9;
  border-radius: 16px 16px 0 16px;
  color: #161616;
}
.chat-room .cont li.right .text img {
  max-width: 100%;
}

.chat-room .cont li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}

.chat-room .cont li.right .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  text-decoration: underline;
}

.chat-room .cont li.right .date-time {
  right: 0;
}

.chat-room .cont li .date-time:before {
  display: none;
}

.chat-room .chat-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  z-index: 50;
}

.chat-room .chat-form .insert {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.chat-room .chat-form .insert .btn-plus {
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(../../images/mobile/icon_chat_plus.png);
  background-size: contain;
}

.chat-room .chat-form.menu-active .insert .btn-plus {
  background: url(../../images/mobile/icon_x.png);
  background-size: contain;
}

.chat-room .chat-form .insert .input-regular {
  width: 100%;
  height: 32px;
  border-radius: 50vh;
  padding: 0 40px 0 16px;
}

.chat-room .chat-form .insert .btn-send {
  position: absolute;
  bottom: 12px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_chat_send.png);
  background-size: contain;
}

/* menu */
.chat-form .menu {
  display: none;
}

.chat-form.menu-active .menu {
  display: block;
}

.chat-form .menu > ul {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.chat-form .menu > ul > li {
  width: 33.33%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.chat-form .menu > ul > li .btn-question-insert:before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #cbef1e url(../../images/mobile/icon_pencil.png) no-repeat center
    center;
  background-size: 32px;
}

/* file-upload */
.chat-form .menu .file-upload {
  position: relative;
  width: 48px;
  height: 72px;
  margin: 0 auto;
}

.chat-form .menu .file-upload .gallery {
  margin: 0;
}

.chat-form .menu .file-upload .gallery .img-thumb,
.chat-form .menu .file-upload .gallery .file-thumb {
  position: relative;
  width: 48px;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.chat-form .menu .file-upload .upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 71px;
}

.chat-form .menu .file-upload .upload button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.chat-form .menu .file-upload #bg_file1_view {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #cbef1e url(../../images/mobile/icon_picture.png) no-repeat center
    center;
  background-size: 32px;
}

.chat-form .menu .file-upload #bg_file2_view {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #cbef1e url(../../images/mobile/icon_file.png) no-repeat center
    center;
  background-size: 32px;
}

.chat-form .menu .file-upload .upload > input {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 48px;
  height: 72px;
}

.chat-form .menu .file-upload .gallery .delete {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  z-index: 1;
  background: url(../../images/component/icon_file_upload_delete.png) no-repeat
    0 0;
  background-size: contain;
}

.chat-form .menu .file-upload .gallery .file-thumb .name {
  display: block;
  text-align: center;
  position: absolute;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  top: 30px;
  font-size: 10px;
  color: #868686;
  letter-spacing: -1px;
  max-width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* table-leave */
.table-leave {
  width: calc(100% - 1px);
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.table-leave th {
  width: 12.5%;
  height: 40px;
  vertical-align: middle;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background-color: #f6f6f6;
}
.table-leave th p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}

.table-leave tbody th {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: center;
  color: #565656;
  background-color: #fff;
}

.table-leave tbody th a {
  display: block;
  margin: 2px 0 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #a6a6a6;
  text-decoration: underline;
}

.table-leave tbody td {
  position: relative;
  width: 12.5%;
  height: 40px;
  padding: 0;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background-color: #d6d6d6;
}

.table-leave input[type="checkbox"] {
  display: none;
}

.table-leave input[type="checkbox"] + span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../../images/mobile/icon_check.png) center center
    no-repeat;
  background-size: 20px;
  text-indent: -5000px;
}

.table-leave input[type="checkbox"]:checked + span {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
  text-indent: 0;
}

.table-leave input[type="checkbox"]:checked + span.red {
  background: #B22222;
}

.table-leave input[type="checkbox"]:checked + span.blue {
  background: #00008B;
}

.table-leave input[type="checkbox"]:checked + span p {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
}

/* working */
.table-leave.working td {
  position: relative;
  background-color: #fff;
}

.table-leave.working td > span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  background-color: #f6f6f6;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.24px;
  text-align: center;
  color: #565656;
}

.table-leave.working td > span.red {
  color: #B22222;
}

.table-leave.working td > span.blue {
  color: #00008B;
}

.table-leave.working td > span.view {
  background-color: #fff;
  color: #161616;
}

.table-leave.working td > .input-regular {
  box-sizing: border-box;
  min-width: 100%;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.24px;
  text-align: center;
  color: #161616;
  border: 0;
}

/* pay-insert-leave */
.pay-insert-leave {
  position: relative;
  margin: 24px 16px 104px;
}

.pay-insert-leave .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  /*left: -8px;*/
  margin: 0;
  background: url(../../images/mobile/icon_previous.png) no-repeat 0 0;
  background-size: contain;
}

.pay-insert-leave .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  /*right: -8px;*/
  margin: 0;
  background: url(../../images/mobile/icon_next.png) no-repeat 0 0;
  background-size: contain;
}

.pay-insert-leave .year-month {
  text-align: center;
  margin: 0 0 24px;
}

.pay-insert-leave .year-month h2 {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.pay-insert-leave .year-month p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

/* pay-insert-leave-bottom */
.pay-insert-leave-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -0);
  max-width: 700px;
  z-index: 1;
  width: 100%;
  min-height: 0px;
  padding: 0 16px 16px;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: solid 1px #e9e9e9;
  border-radius: 16px 16px 0 0;
}

.pay-insert-leave-bottom .leave-bottom-cont {
  display: none;
}

.pay-insert-leave-bottom.active .leave-bottom-cont {
  display: block;
}

.pay-insert-leave-bottom .block-type-area > ul {
  padding: 0;
}

.pay-insert-leave-bottom .block-type-area > ul > li {
  margin: 0;
  padding: 16px 0;
}

.pay-insert-leave-bottom .block-type-area > ul > li:first-child {
  padding-top: 0;
}

.pay-insert-leave-bottom .block-type-area > ul > li + li {
  border-top: 1px solid #e9e9e9;
}

.pay-insert-leave-bottom .btn-group-type1 {
  margin: 10px 0 0;
}

.pay-insert-leave-bottom .btn-group-type1 .btn-medium {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

.pay-insert-leave-bottom .btn-toggle {
  width: 100%;
  height: 20px;
  margin: 4px 0 24px;
  background: url(../../images/mobile/icon_layer_up.png) no-repeat center center;
  background-size: contain;
}
.pay-insert-leave-bottom.active .btn-toggle {
  background: url(../../images/mobile/icon_layer_down.png) no-repeat center
    center;
  background-size: contain;
}

/* radio-btn */
.radio-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.radio-btn label {
  width: calc((100% - 8px) / 4);
}

.radio-btn label input[type="checkbox"] {
  display: none;
}

.radio-btn label input[type="checkbox"] + span {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 9px 10px 10px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}

.radio-btn label input[type="checkbox"]:checked + span {
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
}

/* term-load-area */
.term-load-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.term-load-area select.input-regular {
  min-width: auto;
  width: calc((100% - 92px) / 2) !important;
  margin-right: 4px;
}

.term-load-area .btn-term-load {
  width: 84px !important;
  height: 35px;
  border-radius: 4px;
  border: solid 1px #000;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.22px;
  text-align: center;
  color: #000;
}

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


.main-notice > ul > li a {
  width: calc(100% - 110px);
  padding-right: 0;
  margin-right: 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  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;
}

.main-notice > ul > li span {
  display: inline-block;
}

/* 2022-11-21 */
.popup-question-view .inner-wrap {
  padding: 48px 16px 24px !important;
}
.popup-question-view .inner-wrap .popup-close {
  position: absolute !important;
  top: 0;
  right: 16px;
  z-index: 100 !important;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  background: url(../../images/component/icon_modal_close.png) no-repeat 0 0;
  background-size: contain;
}

/* 2022-12-30 */
.footer-fixed-menu li a {
  height: 56px;
}
.footer-fixed-menu li a.active {
  background-color: #000;
  color: #ffffff;
}
.footer-fixed-menu li aactive:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  margin: 0 auto 3x;
}
.footer-fixed-menu li.n1 a.active:before {
  background: url(../../images/mobile/ffm_1_active.png);
  background-size: contain;
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(../../images/mobile/ffm_2_active.png);
  background-size: contain;
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(../../images/mobile/ffm_3_active.png);
  background-size: contain;
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(../../images/mobile/ffm_4_active.png);
  background-size: contain;
}

/* 2023-01-26 */
.btn-chat {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 50px;
  margin: 24px 16px;
  border-radius: 4px;
  background: #161616 url();
}
.btn-chat:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../../images/mobile/icon_dot_bubble.png) no-repeat 0 0;
  background-size: contain;
}
.btn-chat span {
  width: 168px;
  height: 14px;
  background: url(../../images/mobile/text_btn_chat.png) no-repeat center center;
  background-size: auto 14px;
  text-indent: -5000px;
}
.main-link > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 16px;
  background: url() !important;
  border-radius: 6px !important;
}
.main-link > ul > li a.n1 {
  background-color: #cbef1e !important;
  color: #161616;
}
.main-link > ul > li a.n2 {
  background-color: #161616 !important;
}
.main-link > ul > li a.n3 {
  background-color: #161616 !important;
}
.footer-fixed-menu li a {
  display: block;
}
.footer-fixed-menu li a.active {
  background-color: #fff;
}
.footer-fixed-menu li a:before {
  width: 50px;
  height: 50px;
  margin: 0 auto 4px;
}
.footer-fixed-menu li a.active:before {
  width: 50px;
  height: 50px;
  margin: 0 auto 4px;
}
.footer-fixed-menu li a span {
  display: none;
}
.footer-fixed-menu li.n0 a:before {
  background: url(../../images/mobile/ffm_0.png);
  background-size: contain;
}
.footer-fixed-menu li.n0 a.active:before {
  background: url(../../images/mobile/ffm_0_active.png);
  background-size: contain;
}

/* 2023-03-03 */
#footer {
  background-color: #f9f9f9;
}
#footer .toggle-btn {
  display: block;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
  margin: 0 16px 16px;
}
#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 {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  opacity: 1;
  background: #ffffff;
  padding: 16px 16px;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 16px;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer .toggle-box h2 {
  margin: 0 0 8px;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #161616;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
#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;
  padding: 0;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

/* 23-10-05 */
.footer-fixed-menu li.n1p a:before {
  background: url(../../images/mobile/ffm_1p.png);
  background-size: contain;
}
.footer-fixed-menu li.n1p a.active:before {
  background: url(../../images/mobile/ffm_1p_active.png);
  background-size: contain;
}