.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

legend {
  display: none;
}

select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}

input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}

.btn-medium {
  font-size: 16px;
  font-weight: 500;
}
.btn-medium:disabled,
.btn-medium:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

.btn-large:disabled,
.btn-large:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

textarea.input-regular[readonly] {
  border: 0;
  background-color: #f9f9f9;
  font-size: 12px;
  color: #868686;
}

.datepickers-container {
  z-index: 102;
}

.datepicker-here.icon-type {
  background: #ffffff url(/image/component/icon_date.png) right 12px
    center no-repeat;
  background-size: 17px;
  padding-right: 37px;
}

.accordion {
  width: 100%;
}

textarea.input-regular {
  display: inline-block;
  min-width: 200px;
  min-height: auto;
  height: auto;
  padding: 12px;
  line-height: 1.3;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.margin-t40 {
  margin-top: 40px !important;
}

.padding-t40 {
  padding-top: 40px !important;
}

select.input-regular {
  min-width: 100px;
  padding-right: 32px;
}

.width312 {
  width: 312px !important;
}

.width400 {
  width: 400px !important;
}

a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}

.help-text {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #a6a6a6;
  margin: 8px 0 0;
}

.clear {
  clear: both;
}

.img-list img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  margin: 0 8px 0 0;
}

.clamp1 {
  display: -webkit-box;
  line-height: 1.5em;
  max-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;
  max-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;
  max-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;
  max-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;
  max-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;
}

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

.like > a:hover {
  transform: scale(1.08);
  background: url(/image/pc/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

.like > a.active {
  background: url(/image/pc/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

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

/*type-b*/
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 60px;
  border: 0;
  padding: 0;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border: 1px solid #e9e9e9;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.9px;
  text-align: center;
  color: #565656;
  background-color: #f9f9f9;
}
.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,
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #ea4923;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c {
  padding: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  margin: 0 0 16px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  border: 0;
  padding-bottom: 12px;
  background-color: #fff;
  border-bottom: 2px solid #999;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #999;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  border: 0;
  background-color: #fff;
  border-bottom: 2px solid #ea4923;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ea4923;
}

/* category-slider */
.category-slider {
  width: 100%;
  border: 0;
  margin: 16px 0 32px;
  padding-left: 0;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}

.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 30px;
  padding: 0 0 5px;
  margin: 0 48px 0 0;
  font-weight: 500;
}

.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #ea4923;
  border-bottom: 2px solid #ea4923;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html,
body {
  position: relative;
  height: 100%;
}
#wrapper {
  min-width: 1124px;
}

/* main */
body.main,
body.main #wrapper,
body.main .container {
  height: 100%;
}
#header.main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #f9f9f9;
}
body.main #header.main {
  display: block;
}
/* main gnb */
#header.main #gnb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90px;
}
#header.main #gnb > .inner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1124px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header.main #gnb > .inner-wrap h1.logo {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
  width: 119px;
  height: 44px;
  background: url(/image/pc/logo_gray.png) no-repeat 0 0;
  background-size: contain;
}
#header.main #gnb > .inner-wrap > ul {
  height: 90px;
  display: flex;
  align-items: center;
}
#header.main #gnb > .inner-wrap > ul > li {
  margin: 0 0 0 40px;
}
#header.main #gnb > .inner-wrap > ul > li > a {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#header.main #gnb > .inner-wrap > ul > li > a.nowshop-logo {
  width: 112px;
  height: 28px;
  background: url(/image/pc/nowshop.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -5000px;
}
/* active */
#header.main #gnb.active {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#header.main #gnb.active > .inner-wrap h1.logo {
  background: url(/image/pc/logo.png) no-repeat 0 0;
  background-size: contain;
}
#header.main #gnb.active > .inner-wrap > ul > li > a {
  color: #565656;
}
#header.main #gnb.active > .inner-wrap > ul > li > a.nowshop-logo {
  background: url(/image/pc/nowshop_dark.png) no-repeat 0 0;
  background-size: contain;
}

.header-inner {
  width: 1180px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* header-unb */
.header-unb {
  background-color: #e9e9e9;
}
.header-unb > div {
  width: 1180px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-unb .tab-btn {
  margin-bottom: -1px;
  display: flex;
  align-items: flex-end;
}
.header-unb .tab-btn > li > a {
  display: inline-block;
  height: 29px;
  padding: 0 16px;
  border: solid 1px #d6d6d6;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.header-unb .tab-btn > li > a.myoffice {
  background-color: #80bce8;
}
.header-unb .tab-btn > li > a.nowshop {
  background-color: #e97d63;
}
.header-unb .tab-btn > li > a.active {
  border: solid 1px #d6d6d6;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  font-weight: normal;
}
.header-unb .unb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 6px;
}
.header-unb .unb li + li {
  border-left: 1px solid #565656;
  line-height: 0.7;
}
.header-unb .unb a {
  padding: 0 8px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.7;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.header-unb .unb a:hover {
  text-decoration: underline;
}

#header.nowshop,
#header.myoffice {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-top: 1px solid #ddd;
}

/* #header.nowshop */
#header.nowshop {
  height: 90px;
  background-color: #fff;
  border-bottom: solid 2px #ea4923;
}
#header.nowshop .left {
  display: flex;
  align-items: center;
}
#header.nowshop .right {
  display: flex;
  align-items: center;
}
#header.nowshop .logo {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin: 0 18px 0 0;
  background: url(/image/pc/logo_nowshop.png) no-repeat;
  background-size: contain;
}
#header.nowshop .cate {
  height: 86px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 86px;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
}
#header.nowshop .cate:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 4px 0 0;
  background: url(/image/pc/icon_menu.png) no-repeat;
  background-size: contain;
}
#header.nowshop .cate:after {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 0 0 4px;
  background: url(/image/pc/icon_arrow_down.png) no-repeat;
  background-size: contain;
  transition: all ease 0.2s;
}
#header.nowshop .cate.active,
#header.nowshop .cate:hover {
  color: #ea4923;
  border-bottom: 4px solid #ea4923;
}
#header.nowshop .cate.active:before,
#header.nowshop .cate:hover:before {
  background: url(/image/pc/icon_menu_active.png) no-repeat;
  background-size: contain;
}
#header.nowshop .cate.active:after,
#header.nowshop .cate:hover:after {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 0 0 4px;
  background: url(/image/pc/icon_arrow_down_active.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

#header.nowshop .gnb {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
#header.nowshop .gnb a {
  height: 86px;
  padding: 0 2px;
  margin: 0 8px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 86px;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
}
#header.nowshop .gnb a.active,
#header.nowshop .gnb a:hover {
  color: #ea4923;
  border-bottom: 4px solid #ea4923;
}
#header.nowshop .point {
  margin: 0 20px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
#header.nowshop .point strong {
  font-weight: 600;
  color: #ea4923;
}
#header.nowshop .point span {
  font-weight: 500;
  color: #565656;
}
#header.nowshop .search {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header.nowshop .search:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(/image/pc/icon_search.png) no-repeat;
  background-size: contain;
}
#header.nowshop .cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header.nowshop .cart:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(/image/pc/icon_cart.png) no-repeat;
  background-size: contain;
}
#header.nowshop .cart small {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  left: 11px;
  z-index: 1;
  background-color: #ea4923;
  border-radius: 50%;
  padding: 2px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8;
  text-align: center;
  color: #fff;
}

/* #header.myoffice */
#header.myoffice {
  height: 90px;
  background-color: #fff;
  border-bottom: solid 2px #2054a1;
}
#header.myoffice .left {
  display: flex;
  align-items: center;
}
#header.myoffice .right {
  display: flex;
  align-items: center;
}
#header.myoffice .logo {
  display: flex;
  align-items: center;
  height: 51px;
  margin: 0 60px 0 0;
  padding-left: 146px;
  background: url(/image/pc/logo_myoffice.png) no-repeat 0 center;
  background-size: 137px 51px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #1652a7;
}
#header.myoffice .gnb {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
#header.myoffice .gnb > li {
  position: relative;
  height: 102px;
  padding: 0 0 50px;
  margin-top: 16px;
}
#header.myoffice .gnb > li > a {
  position: relative;
  height: 86px;
  padding: 0 2px;
  margin: 0 16px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 86px;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
}
#header.myoffice .gnb > li > a:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #2054a1;
  transform: translateX(-50%);
}
#header.myoffice .gnb > li.active > a,
#header.myoffice .gnb > li:hover > a {
  color: #2054a1;
}
#header.myoffice .gnb > li.active > a:after,
#header.myoffice .gnb > li:hover > a:after {
  width: 100%;
  transition: width 0.5s ease-in-out;
}
#header.myoffice .gnb > li > div {
  display: none;
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}
#header.myoffice .gnb.onscroll > li > div {
  top: 88px;
}
#header.myoffice .gnb > li.active > div,
#header.myoffice .gnb > li:hover > div {
  display: block;
}
#header.myoffice .gnb > li > div > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header.myoffice .gnb > li:nth-child(1) > div > ul {
  margin: 0 130px 0 0;
}
#header.myoffice .gnb > li:nth-child(2) > div > ul {
  margin: 0 0 0 40px;
}
#header.myoffice .gnb > li:nth-child(3) > div > ul {
}
#header.myoffice .gnb > li > div > ul > li {
  margin-right: 24px;
}
#header.myoffice .gnb > li > div > ul a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header.myoffice .gnb > li > div > ul a.active,
#header.myoffice .gnb > li > div > ul a:hover {
  color: #1652a7;
}
#header.myoffice .gnb > li > div > ul a[disabled] {
  color: #d6d6d6;
}
#header.myoffice .pv {
  margin: 0 20px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
#header.myoffice .pv strong {
  font-weight: 600;
  color: #2054a1;
}
#header.myoffice .pv span {
  font-weight: 500;
  color: #565656;
}
#header.myoffice .allowance-wallet {
  width: 70px;
  height: 25px;
  flex-grow: 0;
  border-radius: 4px;
  background-color: #3e70bb;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#header.myoffice .allowance-wallet:hover {
  background-color: #2054a1;
}

.container-inner {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
  margin: 60px auto 0;
}

.left-menu {
  width: 180px;
  margin-right: 40px;
}

.left-menu > ul {
  padding: 24px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  border-top: solid 2px #ea4923;
}

.left-menu > ul > li.tit {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin-bottom: 22px;
}

.left-menu > ul > li > a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding: 12px 0;
  display: block;
}

.left-menu > ul > li > a.active,
.left-menu > ul > li > a:hover {
  font-weight: bold;
  color: #ea4923;
}

.left-menu + #content {
  max-width: calc(100% - 230px);
}

#content {
  position: relative;
  flex-grow: 1;
  min-height: 617px;
  padding-bottom: 120px;
}

/****** footer start ******/
.footer {
  background-color: #e9e9e9;
}

/* fnb */
.fnb {
  display: flex;
  justify-content: center;
  align-items: cetner;
  border-bottom: solid 1px #d6d6d6;
}
.fnb a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding: 16px;
}
.fnb a:hover {
  text-decoration: underline;
}

/* footer-info */
.footer-info {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-info .tit {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.footer-info li span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}
.footer-info li span + span {
  margin-left: 24px;
}
.footer-info li span a {
  color: #565656;
}
.footer .copyright {
  display: flex;
  justify-content: center;
  align-items: cetner;
  padding: 16px 0;
  border-top: solid 1px #d6d6d6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #868686;
}
.to-top {
  position: fixed;
  bottom: 140px;
  right: 50%;
  margin-right: -588px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(/image/pc/to_top.png) center center no-repeat;
  background-size: contain;
}
/** footer end **/

/* 활성화 */
body.active-footer .footer,
body.active-to-top #to-top {
  display: block;
}

/* 비활성화 */
body.inactive-footer .footer {
  display: none;
}

/*swiper*/
.swiper,
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  box-sizing: border-box;
}

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

/*========== 컨텐츠 공용 시작 ==========*/
/*서브타이틀*/
.sub-title-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px solid #161616;
}
.tab-menu.type-c + .sub-title-area {
  margin-top: 80px;
}
.sub-title-area.not-border {
  border-bottom: 0;
}
.sub-title-area h1 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
}
.sub-title-area .search-result {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: right;
  padding-top: 18px;
}
.sub-title-area .search-result strong {
  font-weight: bold;
}
.sub-title-area .path {
  display: flex;
  align-items: flex-end;
}
.sub-title-area .path li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
}
.sub-title-area .path li + li:before {
  content: "";
  width: 17px;
  height: 16px;
  margin: 0 16px;
  background: url(/image/pc/icon_move.png) no-repeat 0 0;
  background-size: contain;
}
.sub-title-area .path .now {
  font-weight: bold;
}
.sub-title-area .navi {
  display: flex;
  align-items: center;
}
.sub-title-area .navi li {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  display: flex;
  align-items: center;
}
.sub-title-area .navi .input-regular {
  height: 29px;
  line-height: 29px;
  font-size: 10px !important;
}
.sub-title-area .navi li + li:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: url(/image/pc/icon_move.png) no-repeat 0 0;
  background-size: contain;
}

/*list-empty*/
.list-empty {
  padding: 247px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: #a6a6a6;
  margin: 8px 0 0;
}
.list-empty.small {
  padding: 180px 0;
}
.list-empty.large {
  padding: 128px 0;
}

/*search-area*/
.search-area {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #eee;
  margin-left: -200px;
  width: 400px;
  height: 52px;
  overflow: hidden;
  padding: 8px 12px;
  z-index: 100;
}

.search-area input[type="text"] {
  width: 100%;
  height: 36px;
  margin: 0;
  border: none;
  padding: 9px 16px;
  font-size: 13px;
  background-color: #f9f9f9;
  border-radius: 18px;
}

.search-area .btn-search {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  border: none;
}

.search-area .btn-search:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 40px;
  height: 28px;
  background: url(/image/pc/icon_search.png) center center no-repeat;
  background-size: contain;
}

.select-delete {
  overflow: hidden;
  padding: 24px 0 16px;
  border-bottom: 1px solid #e6e6e6;
}

.select-delete select {
  float: left;
  min-width: 120px;
}

.select-delete button {
  float: right;
  height: 28px;
  line-height: 28px;
}

.btn-large {
  font-size: 20px;
}

/* Login */
.login-area {
  width: 312px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 40px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 300px;
  height: 75px;
}
.login-area .input-medium {
  width: 100%;
  border-radius: 4px;
}
.login-area .input-large {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
  border-radius: 8px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  width: 100%;
  font-size: 20px;
}
.login-area button[type="submit"] + .btn-medium {
  margin-top: 16px;
}
.login-area .btn-medium {
  width: 100%;
}
.login-area .btn-medium + .btn-medium {
  margin-top: 8px;
}
.login-chk-link {
  margin-top: 12px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 8px;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.8;
  border-left: 1px solid #a6a6a6;
}
.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;
}
.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/pc/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(/image/pc/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(/image/pc/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(/image/pc/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: 32px;
  height: 32px;
  background: url(/image/pc/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*알림*/
.push-list {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 16px 0 0;
}

.push-list > button {
  float: right;
  margin: 0 0 8px;
}

.push-list > ul {
  overflow: hidden;
  clear: both;
}

.push-list > ul > li {
  position: relative;
  margin: 16px 0 0;
}

.push-list > ul > li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 24px 32px;
  background: #fff;
}

.push-list > ul > li .date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

.push-list > ul > li .con {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: keep-all;
  margin: 10px 0 0;
}

.push-list > ul > li .delete {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}

.push-list > ul > li.read a {
  background: #f9f9f9;
}

.push-list > ul > li.read .con {
  color: #a6a6a6;
}

.push-list > ul > li.read .date {
  color: #a6a6a6;
}

.push-list .list-empty {
  padding: 100px 0;
}

.btn-group + .push-list {
  margin: 16px 0 0;
}

/*table-type-area*/
.table-type-area > ul {
  border-top: 1px solid #e6e6e6;
}

.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 68px;
  border-bottom: 1px solid #e6e6e6;
}

.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  text-align: left;
}

.table-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  width: 180px;
  background-color: #f9f9f9;
  padding-left: 24px;
}

.table-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}

.table-type-area > ul > li > .con {
  font-size: 13px;
  color: #161616;
  padding: 8px 16px;
  padding-right: 0;
}

.table-type-area > ul > li > .con input[type="radio"] {
  margin: 0 4px 0 0;
}

.table-type-area > ul > li > .con .input-regular {
  width: 314px;
}

.table-type-area > ul > li > .con .input-regular.width100 {
  min-width: 100px;
  width: auto;
}

.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 4px;
}

.table-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
  margin: 8px 0;
}

/*block-type-area*/
.block-type-area {
  background: #fff;
  padding: 0 16px 16px;
  overflow: hidden;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  overflow: hidden;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
}
.block-type-area > ul > li > .con .unit-box .input-regular {
  width: calc(100% - 40px);
}
.block-type-area > ul > li input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
}
.block-type-area > ul > li > .con .search-date input.input-regular {
  width: calc(50% - 10px);
}
.block-type-area > ul > li > .con input[type="radio"] {
  margin-left: 0;
}
.block-type-area > ul > li > .con .input-regular {
  width: 314px;
}
.block-type-area > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
}
.block-type-area .btn-group-area {
  padding-top: 40px;
}
.block-type-area .btn-group-area .btn-medium {
  width: 100% !important;
}

/* BTT */
.BTT > ul {
  background: #fff;
  padding: 0 16px;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > ul > li > .tit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.BTT > ul > li > .tit.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #565656;
}
.BTT > ul > li > .con .input-regular {
  width: 100%;
  border-radius: 4px;
}
.BTT > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.BTT > ul > li > .con input[type="radio"],
.BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.BTT > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  margin-left: 8px;
  font-size: 13px;
}
.BTT > ul > li > .con .input-regular.btn-add + button + .input-regular {
  display: block;
  margin: 8px 0 0;
}
.BTT > ul > li > .con textarea.input-regular {
  width: 100%;
}
.BTT .btn-group-area {
  padding: 40px 16px 0;
}
.popup .BTT .btn-group-area {
  padding: 32px 0 0;
}
.popup .BTT .btn-group-area .btn-medium {
  width: 100%;
}
.popup .BTT .btn-group-area .btn-medium.btn-split2 {
  width: 160px;
}
/* type-b */
.BTT.type-b > h1 {
  margin: 40px 0 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
}
.BTT.type-b > h1 + ul {
  border-top: 1px solid #565656;
}
.BTT.type-b > ul {
  padding: 0;
  border-top: 1px solid #d6d6d6;
}
.BTT.type-b > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 48px;
  border-bottom: 1px solid #d6d6d6;
}
.BTT.type-b > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  text-align: left;
}
.BTT.type-b > ul > li > .tit {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  width: 180px;
  background-color: #f9f9f9;
  padding-left: 24px;
}
.BTT.type-b > ul > li > .con {
  font-size: 15px;
  color: #565656;
  padding-right: 0;
}
.BTT.type-b > ul > li > .con input[type="radio"],
.BTT.type-b > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT.type-b > ul > li > .con .input-regular {
  width: 314px;
  height: 44px;
  font-size: 15px;
}
.BTT.type-b > ul > li > .con .input-regular.subject {
  width: 100%;
}
.BTT.type-b > ul > li > .con .input-regular.width100 {
  min-width: 100px;
  width: auto;
}
.BTT.type-b > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  height: 44px;
  line-height: 42px;
  font-size: 15px;
  padding: 0;
  margin-left: 8px;
}
.BTT.type-b > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
  margin: 8px 0;
}
.BTT.type-b .btn-group-area {
  padding-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BTT.type-b .btn-group-area .btn-large {
  width: 312px !important;
}
.BTT.type-b .subject-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* type-c */
.BTT.type-c > ul {
  padding: 0;
  border-top: 1px solid #565656;
}
.BTT.type-c > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 48px;
  border-bottom: 1px solid #d6d6d6;
}
.BTT.type-c > ul > li > * {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.BTT.type-c > ul > li > .tit {
  padding: 24px 24px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  width: 180px;
  background-color: #f1f6ff;
  padding-left: 24px;
}
.BTT.type-c > ul > li > .con {
  padding: 12px 24px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-right: 0;
}
.BTT.type-c > ul > li > .con .input-regular {
  width: 314px;
  height: 44px;
  font-size: 15px;
}
.BTT.type-c > ul > li > .con .input-regular.btn-add + button {
  width: 120px;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin-left: 8px;
}
.BTT.type-c > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
  margin: 8px 0;
}
.BTT.type-c .btn-group-area {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*회원약관*/
.member-content {
  background: #fff;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #868686;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content label span {
  font-size: 13px;
  color: #161616;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content .btn-group-area {
  padding: 40px 0 0;
}
.member-content .btn-group-area .btn-large {
  width: 312px !important;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

/* a-underline-group */
.a-underline-group {
  margin-top: 17px;
  text-align: center;
}
.a-underline-group a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  margin: 0 8px;
  text-decoration: underline;
}

/*결과*/
.result-area {
  padding: 80px 0;
  text-align: center;
}
.result-area.border-top {
  border-top: 1px solid #e6e6e6;
}
.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/pc/icon_result_chk.png) center center no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  margin: 34px 0 0;
}
.result-area p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  margin: 14px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-large {
  display: block;
  width: 312px;
  margin: 64px 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 .logo {
  width: 300px;
  height: 75px;
}

/*게시판 목록 공통*/
.search-type1 + .board-list-area {
  border-top: 1px solid #e9e9e9;
}
.sub-title-area + .board-list-area {
  border-top: 0;
}
.board-list-area {
  border-top: 1px solid #565656;
}
.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: 10%;
}
.board-list-area ul li.chk {
  width: 68px;
}
.board-list-area ul li.type {
  width: 15%;
}
.board-list-area ul li.date {
  width: 15%;
}
.board-list-area ul li.writer {
  width: 12%;
}
.board-list-area ul li.hit {
  width: 8%;
}
.board-list-area ul li.status {
  width: 20%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.point {
  width: 20%;
}
.board-list-area ul li.split3 {
  width: 33.33%;
}
.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 ul li.split8 {
  width: 12.5%;
}
.board-list-header ul li {
  background-color: #f9f9f9;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div.end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.board-list-content > div > ul > li {
  background: #fff;
  padding: 16px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.board-list-area .board-list-content > div > ul > li.subject {
  position: relative;
  text-align: left;
  padding-left: 8px;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #000;
  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:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject .comn {
  float: left;
  font-size: 16px;
  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-content > div > ul > li.num {
  font-size: 16px;
}
.board-list-content > div > ul > li.date {
  font-size: 16px;
  color: #000;
}
.board-list-content > div > ul > li.status span {
  display: inline-block;
  width: 100px;
  height: 35px;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.board-list-content > div > ul > li.status span.done {
  background-color: #ea4923;
  color: #fff;
}
.board-list-content > div > ul > li.term {
  font-size: 16px;
}
.board-list-content > div > ul > li.term span {
  color: #a6a6a6;
  font-size: 16px;
}
.board-list-content > div > ul > li.point {
  font-size: 16px;
}
.board-list-area .btn-group-area {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 0;
}
.board-list-area .list-empty {
  padding: 100px 0;
  border-bottom: 1px solid #d6d6d6;
}

/* faq */
.accordion.faq {
  width: 100%;
}
.accordion.faq .inner-wrap > ul > li {
  display: block;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 16px 44px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 24px;
  top: 17px;
  content: "Q.";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #a6a6a6;
  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;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-content {
  display: block;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 16px;
  line-height: 1.5;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  padding-left: 44px;
  min-height: auto;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 24px;
  top: 16px;
  content: "A.";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #5cc4ef;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  font-size: 16px;
  color: #565656;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 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: 16px;
  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 .accordion-content {
  display: none;
  background: #fff;
  width: 100%;
  min-height: auto;
  padding: 8px 90px 16px;
}
.board-list-content .accordion.active .accordion-content {
  display: block;
  border-top: 1px solid #e9e9e9;
}
.board-list-content .accordion .accordion-content > p {
  font-size: 16px;
  color: #565656;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    0 0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  position: relative;
  background-color: #fff;
  min-height: auto;
}
.board-list-content .accordion .accordion-content p {
  padding: 16px;
  font-size: 16px;
  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;
}

/*temp-content*/
.temp-content pre {
  min-height: 600px;
  padding: 24px;
  font-size: 16px;
  color: #565656;
  line-height: 1.5;
  letter-spacing: -0.36px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 24px 0 0;
  white-space: pre-line;
  border-radius: 4px;
  background-color: #f9f9f9;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0;
  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: 18px;
  font-weight: bold;
  color: #464646;
  word-break: break-all;
}
.board-view-area .header h1 .cate {
  min-width: 54px;
  height: 22px;
  line-height: 20px;
  padding: 0 8px;
  border: solid 1px #ff416f;
  background-color: #fff;
  font-size: 11px;
  color: #ff416f;
  text-align: center;
  margin: -2px 16px 0 0;
}
.board-view-area .header .info {
  margin: 8px 0 0;
}
.board-view-area .header .info > ul {
  position: relative;
}
.board-view-area .header .info > ul > li {
  float: left;
  font-size: 14px;
  color: #868686;
  margin: 0 16px 0 0;
}
.board-view-area .header .info > ul > li a {
  font-size: 12px;
  color: #868686;
  text-decoration: underline;
}
.board-view-area .header .info > ul > li.writer {
  font-weight: 500;
  color: #565656;
}
.board-view-area .header .info > ul > li.hit {
  position: absolute;
  top: 0;
  right: 0;
  color: #a6a6a6;
}
.board-view-area .header .info > ul > li.hit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(/image/pc/icon_hit.png);
  background-size: contain;
}
.board-view-area .content {
  padding: 16px 0 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: break-all;
}
.board-view-area .content.notice {
  padding: 40px 85px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.board-view-area .content.notice img {
  margin: 0 0 40px;
}
.board-view-area .content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
}
.board-view-area + .btn-group {
  padding-top: 16px;
}
.board-view-area .swiper-container {
  margin: 16px 0 0;
}
.board-view-area .swiper-container .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.board-view-area .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.board-view-area + .btn-group-area {
  width: 100%;
}
.board-view-area + .btn-group-area .btn-regular {
  height: 35px;
  line-height: 33px;
  font-size: 12px;
  font-weight: 500;
}

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

/*board-re*/
.board-re > h1 {
  position: relative;
  background-color: #f9f9f9;
  padding: 13px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  border-bottom: 1px solid #e6e6e6;
}
.board-re > h1 .name {
  position: absolute;
  top: 15px;
  left: 43px;
}
.board-re > div {
  padding: 16px 0 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

/* 회원용 */
.member-write-area {
  width: 312px;
  margin: 0 auto;
  padding: 70px 0;
}
.member-write-area .icon-result {
  display: block;
  margin: 50px auto 0;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/pc/icon_result_chk.png) center center no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.success {
  background: url(/image/pc/icon_result_success.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.fail {
  background: url(/image/pc/icon_result_fail.png) center center no-repeat;
  background-size: contain;
}
.member-write-area h1 {
  margin-top: 100px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.member-write-area .icon-result + h1 {
  margin-top: 24px;
}
.member-write-area .btn-large {
  width: 100%;
}
.member-write-area h1 + .btn-large {
  margin-top: 40px;
}
.member-write-area h1 + .btn-large + .align-center {
  margin-top: 12px;
}
.member-write-area .member-guide-text {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

/*인덱스팝업*/
.index-popup {
  min-width: 312px;
}
.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: 312px;
  height: 312px;
}

/* quantity-change */
.quantity-change {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  width: 96px;
  margin: 0 auto;
}
.quantity-change .btn-minus {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-minus span {
  width: 24px;
  height: 24px;
  background: url(/image/pc/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.quantity-change .input {
  min-width: 32px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.quantity-change .btn-plus {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-plus span {
  width: 24px;
  height: 24px;
  background: url(/image/pc/icon_plus.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

/* btn-group-area */
.btn-group-area {
  width: 328px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-area .btn-large {
  width: 310px;
}
.btn-group-area .f-left {
  float: left;
}
.btn-group-area .f-left .btn-regular + .btn-regular {
  margin-left: 8px;
}
.btn-group-area .f-right {
  float: right;
}
.btn-group-area .btn-medium,
.btn-group-area .btn-large {
}
.btn-group-area .btn-split2 {
  width: 160px !important;
  margin: 0;
}
.btn-group-area .btn-split2 + .btn-split2 {
  margin-left: 8px;
}
.btn-group-area .btn-split3 {
  width: 160px !important;
  margin: 0;
}
.btn-group-area .btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.board-list-area + .btn-group-area {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.board-view-area + .btn-group-area {
  padding-top: 16px;
}
.btn-group-area + .paginate-area {
  margin-top: 8px;
}

.service-info {
  min-height: 600px;
  padding: 24px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  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;
  margin-top: 16px;
}

/* .event-list-type */
.event-list-type {
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type .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-type .subject a:hover {
  text-decoration: underline;
}
.event-list-type .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;
}

.text-decoration {
  text-decoration: underline;
}

.search-type1 {
  padding: 24px 0 16px;
  text-align: right;
}
.search-type1 select.input-small {
  min-width: 120px;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 60px 0 0;
}
.board-comment-area h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 32px;
}
.board-comment-write textarea {
  width: 100%;
  height: 100px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 16px 144px 16px 16px;
}
.board-comment-write .btn-group-area {
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin: 0;
  padding: 0;
}
.board-comment-write .btn-medium {
  width: 96px;
  height: 96px;
  font-size: 13px;
  margin-left: 8px;
}
.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 0;
  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;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/pc/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn:hover ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 100px;
  height: 105px;
  padding: 16px 61px 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 12px 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: 12px;
  color: #b6b6b6;
}
.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: 8px 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 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(/image/pc/icon_comment_re.png) center center no-repeat;
  background-size: contain;
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 834px;
  height: 100px;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-group-area {
  position: absolute;
  bottom: 28px;
  right: 28px;
  margin: 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-medium {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-medium + .btn-medium {
  margin: 0 0 0 8px;
}
.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(/image/pc/icon_re.png) 0 8px 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;
}

/* popup-report */
.popup-report {
  min-width: 328px;
  width: 328px;
  border-radius: 12px;
  margin-top: -360px;
}
.popup-report .BTT {
  border-top: 0 !important;
}
.popup-report .BTT > ul {
  padding: 0;
}
.popup-report .btn-group-area {
  padding: 24px 0 0;
}
.popup-report .btn-group-area .btn-medium.btn-split2 {
  width: 136px !important;
}

/* member-out */
.member-out {
  padding: 60px 0;
  text-align: center;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/pc/icon_result.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.member-out p {
  font-size: 13px;
  text-align: center;
  color: #565656;
  margin: 8px 0 40px;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}

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

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

/* main-notice */
.main-notice {
  padding: 24px 16px 40px;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}
.main-notice .title h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.main-notice .title .more {
  width: 24px;
  height: 24px;
  background: url(/image/pc/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: 14px;
  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: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.top-right {
  text-align: right;
}

.btn-delete-all {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 40px;
  flex-grow: 0;
  padding: 0 11px 0 10px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
/* fullpage */
/* 2023-03-13 html::-webkit-scrollbar {
  width: 0 !important;
}*/

/* swiper-pagination-bullets */
.fullpage .swiper-pagination-bullets {
  display: none;
  right: 50% !important;
  margin-right: -500px;
  top: calc(100% - 36px) !important;
  transform: translate3d(0px, -50%, 0);
}
.fullpage .swiper-pagination-bullets.active {
  display: block;
}
.fullpage .swiper-pagination-bullets .swiper-pagination-bullet {
  display: none !important;
}
.fullpage .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  display: block !important;
  width: 44px;
  height: 44px;
  background: url(/image/pc/to_top.png) center center no-repeat;
  background-size: contain;
  opacity: 1;
}

/* fade-slide */
.fade-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fade-slide .bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}
.fade-slide .swiper-slide-active .bg img {
  transform: scale(1.02);
}

/* .swiper-slide.section1 Login */
.swiper-slide.section1 .login-area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 400px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
  padding: 0;
}
.swiper-slide.section1 .login-area fieldset {
  display: block;
  padding: 40px 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-slide.section1 .login-area .input-regular {
  width: 234px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 15px;
}
.swiper-slide.section1 .login-area fieldset li + li {
  margin-top: 16px;
}
.swiper-slide.section1 .login-area button[type="submit"] {
  border-radius: 0;
  width: 91px;
  height: 96px;
  line-height: 94px;
  border-radius: 2px;
  border: solid 1px #a6a6a6 !important;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.swiper-slide.section1 .login-chk-link {
  margin: 16px 28px 0;
}
.swiper-slide.section1 .login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.swiper-slide.section1 .login-chk-link .chk {
  float: left;
}
.swiper-slide.section1 .login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.swiper-slide.section1 .login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.swiper-slide.section1 .login-chk-link .link {
  float: right;
}
.swiper-slide.section1 .login-chk-link .link a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-left: 8px;
}
.swiper-slide.section1 .login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.8;
  border-left: 1px solid #a6a6a6;
}
.swiper-slide.section1 .login-area .guide-text {
  margin: 40px 18px 0;
}
.swiper-slide.section1 .login-area .guide-text li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  word-break: keep-all;
  padding-left: 20px;
}
.swiper-slide.section1 .login-area .guide-text li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-slide.section1 .login-area .login-join {
  margin: 52px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 28px;
  background: rgba(0, 0, 0, 0.7);
}
.swiper-slide.section1 .login-area .login-join .tit {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.swiper-slide.section1 .login-area .login-join .con {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.8;
  text-align: left;
  color: #a6a6a6;
  word-break: keep-all;
}
.swiper-slide.section1 .login-area .login-join .btn-large {
  width: 134px;
  height: 93px;
  padding: 0;
  border-radius: 2px;
  border: solid 1px #fff !important;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullpage > .swiper-wrapper > .swiper-slide {
  position: relative !important;
}

.fullpage > .swiper-wrapper > .swiper-slide .inner-wrap {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1124px;
  height: 100%;
}

/* section1 */
.swiper-slide.section1 {
  height: 1180px;
}
.swiper-slide.section1 .text {
  margin: 140px 0 0;
}
.swiper-slide.section1 .text h2 {
  display: inline-block;
  height: 33px;
  flex-grow: 0;
  padding: 0 16px;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: 4.4px;
  text-align: center;
  color: #0084b9;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section1 .text h1 {
  margin: 12px 0 0;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
/*  */
.swiper-slide.section1-1 .text h2 {
  height: auto;
  padding: 0;
  background-color: transparent !important;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 3.6px;
  text-align: left;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section1-1 .text h1 {
  margin: 16px 0 0;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.7px;
  text-align: left;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
.swiper-slide.section1-3 .text h2 {
  height: auto;
  padding: 0;
  background-color: transparent !important;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section1-3 .text h1 {
  margin: 16px 0 0;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.7px;
  text-align: left;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
/*  */
.swiper-slide-active.section1 .fade-slide .swiper-slide-active .text h2,
.swiper-slide-active.section1 .fade-slide .swiper-slide-active .text h1 {
  transform: translateY(0);
  opacity: 1;
}
.swiper-slide-active.section1 .login-area {
  transform: translateY(0);
  opacity: 1;
}

/* section2 */
.swiper-slide.section2 {
  position: relative;
}
.swiper-slide.section2 .text {
  width: 660px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide.section2 .text h1 {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.65;
  letter-spacing: normal;
  text-align: right;
  color: #111;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section2 .text h2 {
  margin: 20% 0 0;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -1.44px;
  text-align: left;
  color: #333;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
.swiper-slide.section2 .text h3 {
  margin: 5% 0 12%;
  width: 467px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.96px;
  text-align: left;
  color: #767676;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
}
.swiper-slide.section2 .img img {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
  width: 463px;
  height: 391px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.6s ease-in-out, opacity 0.5s 0.6s ease-in-out;
}
.swiper-slide-active.section2 .text h1,
.swiper-slide-active.section2 .text h2,
.swiper-slide-active.section2 .text h3,
.swiper-slide-active.section2 .img img {
  transform: translateY(0);
  opacity: 1;
  transform: rotateY(0);
}

/* section3 */
.swiper-slide.section3 {
  position: relative;
  background: url(/image/pc/section3_bg.png) no-repeat center bottom;
  background-size: cover;
}
.swiper-slide.section3 .inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide.section3 h1 {
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section3 ul {
  margin: 6% 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-slide.section3 li {
  width: calc((100% - 16px) / 3);
  height: 368px;
  padding: 63px 16px 59px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(100px);
  opacity: 0;
}

.swiper-slide.section3 li:before {
  content: "";
  width: 96px;
  height: 58px;
  background-size: contain !important;
  transform: rotateY(180deg);
}
.swiper-slide.section3 li:nth-child(1) {
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
.swiper-slide.section3 li:nth-child(2) {
  transition: transform 1s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
}
.swiper-slide.section3 li:nth-child(3) {
  transition: transform 1s 0.6s ease-in-out, opacity 0.5s 0.6s ease-in-out;
}
.swiper-slide.section3 li:nth-child(1):before {
  transition: transform 0.5s 0.4s ease-in-out;
  background: url(/image/pc/section3_1.png);
}
.swiper-slide.section3 li:nth-child(2):before {
  transition: transform 0.5s 0.6s ease-in-out;
  background: url(/image/pc/section3_2.png);
}
.swiper-slide.section3 li:nth-child(3):before {
  transition: transform 0.5s 0.8s ease-in-out;
  background: url(/image/pc/section3_3.png);
}
.swiper-slide.section3 .tit {
  margin: 29px 0 16px;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.44px;
  text-align: center;
  color: #333;
}
.swiper-slide.section3 .con {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.96px;
  text-align: center;
  color: #767676;
}
.swiper-slide-active.section3 h1,
.swiper-slide-active.section3 li {
  transform: translateY(0);
  opacity: 1;
}
.swiper-slide-active.section3 li:before {
  transform: rotateY(0);
}

/* section4 */
.swiper-slide.section4 {
  position: relative;
  background-image: url(/image/pc/section4_bg2.png),
    url(/image/pc/section4_bg1.png);
  background-size: 353px auto, 484px auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat;
}
.swiper-slide.section4 div.n1 {
  display: flex;
  margin: 120px 0 0;
}
.swiper-slide.section4 div.n1 img {
  width: 436px;
  height: 353px;
  margin: 0 23px 0 0;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section4 div.n1 h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.1s ease-in-out, opacity 0.5s 0.1s ease-in-out;
}
.swiper-slide.section4 div.n1 h2 {
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
.swiper-slide.section4 div.n2 {
  display: flex;
  justify-content: flex-end;
  margin: 80px 0 0;
}
.swiper-slide.section4 div.n2 img {
  width: 436px;
  height: 353px;
  margin: 0 0 0 44px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.3s ease-in-out, opacity 0.5s 0.3s ease-in-out;
}
.swiper-slide.section4 div.n2 h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
}
.swiper-slide.section4 div.n2 h2 {
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.5s ease-in-out, opacity 0.5s 0.5s ease-in-out;
}

.swiper-slide-active.section4 div.n1 img,
.swiper-slide-active.section4 div.n1 h1,
.swiper-slide-active.section4 div.n1 h2,
.swiper-slide-active.section4 div.n2 img,
.swiper-slide-active.section4 div.n2 h1,
.swiper-slide-active.section4 div.n2 h2 {
  transform: rotateY(0);
  opacity: 1;
}

/* section5 */
.swiper-slide.section5 .cs-center {
  background: url(/image/pc/section5_bg.png) no-repeat center center;
  background-size: cover;
  height: 322px;
  margin: 90px 0 0;
  padding: 57px 0 0;
}
.swiper-slide.section5 .cs-center h1 {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.swiper-slide.section5 .cs-center h1:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  flex-grow: 0;
  margin: 30px auto 0;
  background-color: #fff;
}
.swiper-slide.section5 .cs-center h2 {
  margin: 36px 0 0;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.swiper-slide.section5 .cs-center .btn-regular {
  display: block;
  width: 140px;
  height: 40px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 0;
  margin: 22px auto 0;
}
.swiper-slide.section5 .copyright {
  margin: 0;
  height: 80px;
  background-color: #1d1d21;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 80px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/* section45 */
.swiper-slide.section45 .magic-ball {
  position: relative;
  background-image: url(/image/pc/section4_bg2.png),
    url(/image/pc/section4_bg1.png);
  background-size: 260px auto, 260px auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  height: calc(100% - 402px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide.section45 .magic-ball > div {
  width: 1124px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide.section45 div.n1 {
  position: relative;
  padding-left: 340px;
}
.swiper-slide.section45 div.n1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 272px;
  height: 220px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
.swiper-slide.section45 div.n1 h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.1s ease-in-out, opacity 0.5s 0.1s ease-in-out;
}
.swiper-slide.section45 div.n1 h2 {
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.2s ease-in-out, opacity 0.5s 0.2s ease-in-out;
}
.swiper-slide.section45 div.n2 {
  position: relative;
  padding-right: 320px;
  margin: 4% 0 0;
  display: flex;
  justify-content: flex-end;
}
.swiper-slide.section45 div.n2 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 272px;
  height: 220px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.3s ease-in-out, opacity 0.5s 0.3s ease-in-out;
}
.swiper-slide.section45 div.n2 h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
}
.swiper-slide.section45 div.n2 h2 {
  margin: 17px 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s 0.5s ease-in-out, opacity 0.5s 0.5s ease-in-out;
}
/* cs-center */
.swiper-slide.section45 .cs-center {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 322px;
  background: url(/image/pc/section5_bg.png) no-repeat center center;
  background-size: cover;
  padding: 57px 0 0;
}
.swiper-slide.section45 .cs-center h1 {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.swiper-slide.section45 .cs-center h1:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  flex-grow: 0;
  margin: 16px auto 0;
  background-color: #fff;
}
.swiper-slide.section45 .cs-center h2 {
  margin: 24px 0 0;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.swiper-slide.section45 .cs-center .btn-regular {
  display: block;
  width: 140px;
  height: 40px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 0;
  margin: 22px auto 0;
}
.swiper-slide.section45 .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1d1d21;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 80px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.swiper-slide-active.section45 div.n1 img,
.swiper-slide-active.section45 div.n1 h1,
.swiper-slide-active.section45 div.n1 h2,
.swiper-slide-active.section45 div.n2 img,
.swiper-slide-active.section45 div.n2 h1,
.swiper-slide-active.section45 div.n2 h2 {
  transform: rotateY(0);
  opacity: 1;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  border: 1px solid #a6a6a6;
}

.all-delete {
  padding: 14px 24px;
  margin: 0 0 65px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.all-delete input {
  margin: 0 16px 0 0;
}
.all-delete button {
  margin: 0 0 0 32px;
}

/* product-img */
.product-img {
  margin: 0 auto;
  width: 130px;
  height: 130px;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* btn-add-list */
.btn-add-list {
  height: 40px;
  padding: 0 18px;
  flex-grow: 0;
  border-radius: 999px;
  background-color: #e9e9e9;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-add-list:before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  background: url(/image/pc/icon_add.png) no-repeat;
  background-size: contain;
}

/* address-list */
.address-list {
  width: 800px;
  margin: 56px auto 0;
}
.address-list > ul > li {
  position: relative;
  margin: 16px 0 0;
  padding: 24px 64px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.address-list > ul > li.default .name:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 0 24px;
  background: url(/image/pc/icon_default.png) no-repeat;
  background-size: contain;
}
.address-list .name {
  margin: 0 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.address-list .address {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.address-list .set {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/image/pc/icon_dot3.png);
  background-size: contain;
  width: 32px;
  height: 32px;
}
.address-list .set > ul {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 2;
  width: 170px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.address-list .set.active > ul {
  display: block;
}
.address-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.address-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 16px 0 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.address-list .set > ul > li > button.del {
  color: #f90909;
}
.address-list .set > ul > li > button:after {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 0 0 16px;
  background-size: contain !important;
}
.address-list .set > ul > li > button.del:after {
  background: url(/image/pc/set_del.png);
}
.address-list .set > ul > li > button.modify:after {
  background: url(/image/pc/set_modify.png);
}
.address-list .set > ul > li > button.default:after {
  background: url(/image/pc/set_default.png);
}
.address-list > ul > li.default .set > ul > li:first-child {
  display: none;
}

/* creditcard-list */
.creditcard-list {
  width: 800px;
  margin: 56px auto 0;
}
.creditcard-list > ul > li {
  position: relative;
  margin: 16px 0 0;
  padding: 24px 64px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.creditcard-list > ul > li.default .number:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 0 24px;
  background: url(/image/pc/icon_default.png) no-repeat;
  background-size: contain;
}
.creditcard-list .number {
  margin: 0 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.creditcard-list .name {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.creditcard-list .set {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/image/pc/icon_dot3.png);
  background-size: contain;
  width: 32px;
  height: 32px;
}
.creditcard-list .set > ul {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 2;
  width: 170px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.creditcard-list .set.active > ul {
  display: block;
}
.creditcard-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.creditcard-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 16px 0 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.creditcard-list .set > ul > li > button.del {
  color: #f90909;
}
.creditcard-list .set > ul > li > button:after {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 0 0 16px;
  background-size: contain !important;
}
.creditcard-list .set > ul > li > button.del:after {
  background: url(/image/pc/set_del.png);
}
.creditcard-list .set > ul > li > button.default:after {
  background: url(/image/pc/set_default.png);
}
.creditcard-list > ul > li.default .set > ul > li:first-child {
  display: none;
}

/* popup */
.popup {
  border-radius: 16px;
}
.popup .inner-wrap .popup-header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.popup .list-empty {
  padding: 230px 0;
}
.popup .list-empty p {
  font-size: 13px;
  color: #161616;
}
.popup .title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 8px;
  border-bottom: 1px solid #d6d6d6;
}
.popup .title-btn h1 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.popup .title-btn p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.popup .btn-add-list {
  height: 22px;
  padding: 0 8px;
  flex-grow: 0;
  border-radius: 999px;
  background-color: #e9e9e9;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .btn-add-list:before {
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 4px 0 0;
  background: url(/image/pc/icon_add.png) no-repeat;
  background-size: contain;
}
.popup .address-list {
  width: auto;
  margin: 0 16px;
}
.popup .BTT {
  border-top: 1px solid #d6d6d6;
}

/* popup-address */
.popup-address {
  min-width: 360px !important;
  max-width: 360px !important;
  width: 360px !important;
}
.popup-address .inner-wrap {
  padding: 32px 0 24px;
}
.popup-address .address-list {
  margin-bottom: 80px;
}
.popup-address .address-list > ul > li {
  margin: 16px 0 0;
  padding: 16px;
}
.popup-address .address-list > ul > li.default .name:after {
  width: 16px;
  height: 16px;
  margin: 0 0 0 6px;
}
.popup-address .address-list .name {
  font-size: 14px;
}
.popup-address .address-list .address {
  font-size: 12px;
}
.popup-address .address-list .set {
  top: 16px;
  right: 8px;
  width: 20px;
  height: 20px;
}
.popup-address .address-list .set > ul {
  right: 20px;
  width: 117px;
}
.popup-address .address-list .set.active > ul {
  display: block;
}
.popup-address .address-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.popup-address .address-list .set > ul > li > button {
  height: 32px;
  padding: 0 8px 0 12px;
  font-size: 13px;
}
.popup-address .address-list .set > ul > li > button.del {
  color: #f90909;
}
.popup-address .address-list .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  background-size: contain !important;
}

/* popup-creditcard */
.popup-creditcard {
  min-width: 360px !important;
  max-width: 360px !important;
  width: 360px !important;
}
.popup-creditcard .inner-wrap {
  padding: 32px 0 24px;
}
.popup-creditcard .title-btn {
  border-bottom: 0;
}
.popup-creditcard .creditcard-list {
  width: 100%;
  margin: 0 0 40px;
  padding: 8px 16px 0;
}
.popup-creditcard .creditcard-list > ul > li {
  position: relative;
  margin: 10px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.popup-creditcard .creditcard-list > ul > li.default .number:after {
  margin: 0 0 0 6px;
  background: url(/image/pc/icon_default.png) no-repeat;
  background-size: contain;
}
.popup-creditcard .creditcard-list .number {
  font-size: 14px;
  font-weight: 500;
}
.popup-creditcard .creditcard-list .name {
  font-size: 12px;
  font-weight: 500;
}
.popup-creditcard .creditcard-list .set {
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
}
.popup-creditcard .creditcard-list .set > ul {
  width: 117px;
  right: 20px;
}
.popup-creditcard .creditcard-list .set.active > ul {
  display: block;
}
.popup-creditcard .creditcard-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.popup-creditcard .creditcard-list .set > ul > li > button {
  height: 32px;
  padding: 0 8px 0 12px;
  font-size: 13px;
}
.popup-creditcard .creditcard-list .set > ul > li > button:after {
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
}

/* creditcard-select */
.creditcard-select {
  display: flex;
  margin: 0;
}
.creditcard-select label {
  width: 120px;
}
.creditcard-select label input {
  margin: 0 12px 0 0;
}

/* card-number-insert */
.card-number-insert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-number-insert .input-regular {
  min-width: calc((100% - 15px) / 4) !important;
  width: calc((100% - 15px) / 4) !important;
  text-align: center;
}

/* expiration-period-insert */
.expiration-period-insert {
  display: flex;
  align-items: center;
}
.expiration-period-insert .input-regular {
  min-width: 80px !important;
  width: 80px !important;
  text-align: center;
  margin: 0 5px 0 0;
}

/* popup-creditcard-add */
.popup-creditcard-add {
  min-width: 360px !important;
  max-width: 360px !important;
  width: 360px !important;
}
.popup-creditcard-add .inner-wrap {
  padding: 32px 0 24px;
}
.popup-creditcard-add .block-type-area {
  border-top: 1px solid #d6d6d6;
}

/* review-list */
.review-list > ul > li {
  padding: 20px 0 30px;
  border-bottom: 1px solid #d6d6d6;
}
.review-list .date-star-rating-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-list .date-star-rating-view > div {
  display: flex;
  align-items: center;
}
.review-list .date {
  margin: 0 24px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.review-list .view {
  padding-right: 28px;
  background: url(/image/pc/icon_page_move.png) no-repeat right center;
  background-size: contain;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.review-list .r-cont {
  margin: 16px 0 32px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.review-list .img-list-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.review-list .img-list img {
  margin-right: 24px;
}
.review-list .btn-group-area {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.review-list .btn-group-area .btn-regular {
  height: 35px;
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

/* order-check-period */
.order-check-period {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}
.order-check-period .tit {
  width: 200px;
  height: 95px;
  padding: 1 79px;
  background-color: #f6f6f6;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 95px;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.order-check-period .con {
  padding: 25px 18px;
  display: flex;
  align-items: center;
}
.order-check-period .datepicker-here {
  min-width: 200px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
}
.order-check-period .datepicker-here + span {
  width: 30px;
  text-align: center;
}
.order-check-period .btn-regular {
  width: 103px;
  height: 44px !important;
  line-height: 42px !important;
  font-size: 14px !important;
  color: #999;
  margin-left: 8px;
}
.order-check-period .btn-regular.active {
  background-color: #fff;
  border: solid 2px #ea4923;
  color: #ea4923;
  line-height: 40px !important;
}
.order-check-period .btn-regular:hover {
  background-color: #fff;
}
.order-guide-text {
  padding: 40px 32px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.order-guide-text li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.order-guide-text li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #a6a6a6;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

/* sub-title-small */
.sub-title-small {
  margin: 40px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #565656;
  display: flex;
  align-items: center;
}
.sub-title-small h1 {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* order-check-list */
.order-check-list .ohead {
  background-color: #f6f6f6;
}
.order-check-list .ohead ul,
.order-check-list .obody ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #565656;
}
.order-check-list .obody ul {
  border-bottom: 1px solid #d6d6d6;
}
.order-check-list .ohead ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.order-check-list .obody ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 113px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.order-check-list .date {
  width: 230px !important;
}
.order-check-list .product-info {
  width: 230px !important;
}
.order-check-list .obody ul li .btn-regular {
  width: 88px;
  height: 30px !important;
  line-height: 28px !important;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  color: #565656;
}
.order-check-list .obody ul li .btn-regular + .btn-regular {
  margin: 4px 0 0;
}
.order-check-list .obody ul li strong {
  font-weight: 500;
}
.order-check-list .list-empty {
  padding: 128px 0;
  border-bottom: 1px solid #d6d6d6;
}

/* order-status */
.order-status ul {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.order-status li {
  position: relative;
  width: 20%;
  padding-left: 100px;
}
.order-status li:before {
  content: "";
  display: inline-block;
  width: 88px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain !important;
}
.order-status li.n1:before {
  background: url(/image/pc/ostatus_1.png) no-repeat 0 0;
}
.order-status li.n2:before {
  background: url(/image/pc/ostatus_2.png) no-repeat 0 0;
}
.order-status li.n3:before {
  background: url(/image/pc/ostatus_3.png) no-repeat 0 0;
}
.order-status li.n4:before {
  background: url(/image/pc/ostatus_4.png) no-repeat 0 0;
}
.order-status li.n5:before {
  background: url(/image/pc/ostatus_5.png) no-repeat 0 0;
}
.order-status .tit {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.order-status .con {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}

/* seller-name-title */
.seller-name-title {
  margin: 80px 0 0;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
}
.seller-name-title h1 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
}
.seller-name-title .order-number {
  margin: 0 0 0 32px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.seller-name-title .order-number a {
  color: #ea4923;
}

/* pname-option */
.pname-option {
  width: 174px;
  margin: 0 auto;
  text-align: left;
}
.pname-option .pname {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.pname-option .option {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

/* total-amount-payment */
.total-amount-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #d6d6d6;
}
.total-amount-payment > * {
  margin: 0 42px;
}
.total-amount-payment .tit {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.total-amount-payment .con {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.total-amount-payment .plus {
  width: 17px;
  height: 16px;
  background: url(/image/pc/icon_plus_bold.png) no-repeat 0 0;
  background-size: contain;
}
.total-amount-payment .equal {
  width: 17px;
  height: 12px;
  background: url(/image/pc/icon_equal_bold.png) no-repeat 0 0;
  background-size: contain;
}

/* total-payment-amount */
.total-payment-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #d6d6d6;
}
.total-payment-amount .tit {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.total-payment-amount .con {
  margin: 0 0 0 64px;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.grand-total + .btn-group-area,
.total-payment-amount + .btn-group-area {
  padding-top: 40px;
  width: 328px;
  margin: 0 auto;
}

/* cart-guide */
.cart-guide .tit {
  margin: 100px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.cart-guide .con {
  margin: 16px 0 0 21px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* grand-total */
.grand-total {
  margin: 90px 0 0;
  padding: 44px 0;
  border: solid 1px #d6d6d6;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grand-total > * {
  margin: 0 23px;
}
.grand-total .title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
  margin-right: 60px;
}
.grand-total .tit {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.grand-total .con {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.grand-total .plus {
  width: 17px;
  height: 16px;
  background: url(/image/pc/icon_plus_bold.png) no-repeat 0 0;
  background-size: contain;
}
.grand-total .equal {
  width: 17px;
  height: 12px;
  background: url(/image/pc/icon_equal_bold.png) no-repeat 0 0;
  background-size: contain;
}
.grand-total .amount-payment {
  text-align: center;
}
.grand-total .amount-payment strong {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ea4923;
}
.grand-total .amount-payment .point {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.grand-total .amount-payment .point span {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

/* select-shipping-address */
.select-shipping-address {
  display: flex;
  align-items: center;
  padding-left: 64px;
}
.select-shipping-address input {
  margin: 0 8px 0 24px;
}
.select-shipping-address .btn-regular {
  height: 39px;
  line-height: 37px;
  font-size: 16px !important;
  color: #000;
  margin: 0 0 0 16px;
}

/* point-input */
.point-input {
  display: flex;
  align-items: center;
}
.point-input .input-regular {
  width: 160px !important;
}
.point-input p {
  margin: 0 18px 0 26px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.point-input p span {
  font-weight: 600;
  color: #0688ff;
}
.point-input .btn-regular {
  width: 76px;
  height: 40px;
  line-height: 38px;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 !important;
}

.total-amount {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}

/* choose-payment-method */
.choose-payment-method {
  margin: 80px 0 0;
}
.choose-payment-method label {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.choose-payment-method label input {
  margin: 0 8px;
}

#cardinfo + .choose-payment-method {
  margin: 40px 0 0;
}

/* cardinfo */
#cardinfo {
  display: flex;
  align-items: center;
}
.cardinfo {
  width: 365px;
  height: 100px;
  margin: 24px 16px 0 0;
  padding: 0 32px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardinfo .tit {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.cardinfo .btn-insert,
.cardinfo .btn-changeNadd {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
  background: url(/image/pc/icon_move.png) no-repeat right center;
  background-size: 16px;
  padding-right: 24px;
}

#general-payment {
  padding: 16px 16px 0;
  display: flex;
  align-items: center;
}
#general-payment label {
  margin: 0 16px 0 0;
  height: 72px;
  flex-grow: 0;
  padding: 0 24px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  line-height: 72px;
}
#general-payment input {
  margin-right: 8px;
}

/* point-use-view */
.point-use-view {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #e9e9e9;
  background-color: #f6f6f6;
}
.point-use-view li {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.point-use-view li > * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.point-use-view .con {
  margin-left: 16px;
  width: 150px;
  text-align: right;
}

/* select-category */
.select-category {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
}
.select-category button {
  width: calc((100% - 200px) / 6);
  margin: 16px 40px 0 0;
  height: 44px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
}
.select-category button:nth-child(6n) {
  margin-right: 0;
}
.select-category button.active {
  background-color: #ea4923;
  color: #fff;
  border: solid 1px #ea4923;
}

/* number-type-orderby */
.number-type-orderby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0;
  padding-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.number-type-orderby .number {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.number-type-orderby .type-orderby {
  display: flex;
  align-items: center;
}
.number-type-orderby button {
  margin: 0 16px 0 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
}
.number-type-orderby button.active {
  color: #ea4923;
}
.number-type-orderby button:before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  background-size: contain !important;
}
.number-type-orderby .btn-gallery:before {
  background: url(/image/pc/icon_gallery.png) no-repeat 0 0;
}
.number-type-orderby .btn-list:before {
  background: url(/image/pc/icon_list.png) no-repeat 0 0;
}
.number-type-orderby .btn-gallery.active:before {
  background: url(/image/pc/icon_gallery_active.png) no-repeat 0 0;
}
.number-type-orderby .btn-list.active:before {
  background: url(/image/pc/icon_list_active.png) no-repeat 0 0;
}
.number-type-orderby select + select {
  margin-left: 16px;
}

/* recom-banner */
.recom-banner {
  margin: 8px 0 0;
}
.recom-banner > a {
  display: block;
}
.recom-banner img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.recom-banner > a + a {
  margin: 40px 0 0;
}

/* category-orderby  */
.category-orderby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 0;
}
.category-orderby .category {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 220px);
  margin: 16px 0 0;
}
.category-orderby .category button {
  width: 162px;
  margin: 0 8px 8px 0;
  height: 44px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
}
.category-orderby .category button:nth-child(6n) {
  margin-right: 0;
}
.category-orderby .category button.active {
  background-color: #ea4923;
  color: #fff;
}

/* item-list */
.item-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.item-list > ul > li {
  width: calc((100% - 168px) / 4);
  margin: 32px 56px 0 0;
}
.item-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.item-list .img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.item-list .name {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.item-list .retail-price {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.item-list .retail-price span {
  text-decoration: line-through;
}
.item-list .member-price {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.item-list .point {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* nowshop-shop */
.nowshop-shop {
  margin: 0 50px;
}
.nowshop-shop > div {
  margin: 80px 0 0;
}
.nowshop-shop .seller-info {
  margin: 60px 0 0;
}
.nowshop-shop .seller-info h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
}
.nowshop-shop .seller-info li {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
}
.nowshop-shop .seller-info .tit {
  width: 150px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.nowshop-shop .seller-info .con {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.nowshop-shop .seller-item-list h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
}
.nowshop-shop .seller-item-list .item-list > ul > li {
  width: calc((100% - 72px) / 4);
  margin: 32px 24px 0 0;
}
.nowshop-shop .seller-item-list .item-list > ul > li:nth-child(4n) {
  margin-right: 0;
}

/* product-view */
.product-view .product-img-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-view .product-view-img {
  width: 498px;
}
.product-view .product-view-info {
  width: calc(100% - 543px);
}
.product-view .gallery-type {
  width: 498px;
  height: 553px;
  border: solid 1px #d6d6d6;
}
.product-view .thumb-type {
  height: 100px;
  box-sizing: border-box;
  padding: 0;
}
.product-view .thumb-type .swiper-slide {
  height: 100%;
  border: solid 1px #fff;
}
.product-view .thumb-type .swiper-slide-thumb-active {
  border: solid 1px #ea4923;
}
.product-view .gallery-type .swiper-slide img,
.product-view .thumb-type .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-view-info .name {
  width: 478px;
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.product-view-info .retail-price {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d6d6d6;
}
.product-view-info .retail-price span {
  text-decoration: line-through;
}
.product-view-info .member-price {
  margin: 13px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d6d6d6;
}
.product-view-info .member-price span {
  font-size: 24px;
  font-weight: 500;
  color: #ea4923;
}
.product-view-info .point {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.product-view-info .detail {
  margin: 23px 0 0;
  border-top: 1px solid #e9e9e9;
}
.product-view-info .detail > li {
  display: flex;
  align-items: flex-start;
}
.product-view-info .detail > li + li {
  border-top: 1px solid #e9e9e9;
}
.product-view-info .detail > li > .tit {
  width: 125px;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.product-view-info .detail > li > .tit.product-selection {
  padding-top: 30px;
}
.product-view-info .detail > li > .con {
  width: calc(100% - 125px);
  padding: 16px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.product-view-info .detail .input-medium {
  width: 100%;
  margin: 0 0 8px;
}
.product-view-info .pv-option {
  position: relative;
  padding: 7px 16px 16px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.product-view-info .pv-option + .pv-option {
  border-top: solid 1px #d6d6d6;
}
.product-view-info .pv-option .option {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.75px;
  text-align: left;
  color: #161616;
}
.product-view-info .pv-option .quantity-change-price {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-view-info .pv-option .quantity-change {
  margin: 0;
}
.product-view-info .pv-option .delete {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_search_cancel.png);
  background-size: contain;
  z-index: 1;
}
.product-view-info .total-product-amount {
  margin: 40px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.75px;
  text-align: left;
  color: #565656;
}
.product-view-info .total-product-amount span {
  margin: 0 0 0 12px;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.product-view-info .btn-group {
  margin: 32px 0 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-view-info .btn-group button {
  margin-left: 8px;
}
.product-view-info .btn-group .btn-heart {
  width: 45px;
  height: 45px;
  background: url(/image/pc/icon_heart.png) no-repeat 0 0;
  background-size: contain;
}
.product-view-info .btn-group .btn-heart.active {
  background: url(/image/pc/icon_heart_active.png) no-repeat 0 0;
  background-size: contain;
}
.product-view-info .btn-group .btn-home {
  width: 45px;
  height: 45px;
  background: url(/image/pc/icon_home.png) no-repeat 0 0;
  background-size: contain;
}
.product-view-info .btn-group .btn-report {
  width: 45px;
  height: 45px;
  background: url(/image/pc/icon_report.png) no-repeat 0 0;
  background-size: contain;
}
.product-view-info .btn-group .btn-cart {
  width: 157px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #565656;
}
.product-view-info .btn-group .btn-buy {
  width: 157px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #ea4923;
  background-color: #ea4923;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #fff;
}

.shipping-exchange-return {
  padding: 54px 100px;
}

/* product-review */
.product-review {
  padding: 80px 40px 0;
}
.product-review > h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
}
.product-review > ul > li {
  padding: 24px 0;
  border-bottom: 1px solid #d6d6d6;
}
.product-review .date-star-rating-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-review .date-star-rating-view > div {
  display: flex;
  align-items: center;
}
.product-review .id {
  margin: 0 24px 0 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.product-review .date {
  margin: 0 24px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.product-review .r-cont {
  margin: 16px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.product-review .img-list-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-review .img-list-btn.img-list img {
  margin-right: 24px;
}
.product-review .img-list-btn .btn-group {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-review .img-list-btn .btn-group button {
  margin: 0 0 0 8px;
  width: 85px;
  height: 35px;
  border-radius: 999px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  background-size: 24px !important;
  padding-left: 20px;
}
.product-review .img-list-btn .btn-group .btn-review-report {
  background: url(/image/pc/icon_review_report.png) no-repeat 14px center;
}
.product-review .img-list-btn .btn-group .btn-modify {
  background: url(/image/pc/icon_modify.png) no-repeat 14px center;
}
.product-review .img-list-btn .btn-group .btn-delete {
  background: url(/image/pc/icon_delete.png) no-repeat 14px center;
}

.btn-event {
  width: 105px;
  height: 36px;
  flex-grow: 0;
  padding: 0;
  border-radius: 8px;
  border: solid 1px #bbb;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* wallet-check-period */
.wallet-check-period {
  display: flex;
  align-items: center;
  padding: 25px 36px 26px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.wallet-check-period select.input-medium {
  width: 210px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wallet-check-period .datepicker-here {
  min-width: 210px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
}
.wallet-check-period .datepicker-here + span {
  width: 30px;
  text-align: center;
}
.wallet-check-period .datepicker-here + .btn-regular {
  margin-left: 34px;
}
.wallet-check-period .btn-regular {
  width: 120px;
  height: 44px !important;
  line-height: 42px !important;
  font-size: 14px !important;
  color: #999;
  margin-left: 12px;
}
.wallet-check-period .btn-regular.active {
  background-color: #fff;
  border: solid 2px #1652a7;
  color: #1652a7;
  line-height: 40px !important;
}
.wallet-check-period .btn-regular:hover {
  background-color: #fff;
}

/* number-view */
.number-view {
  margin: 40px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.number-view .number {
  display: flex;
  align-items: center;
}
.number-view .number p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
}
.number-view .number p + p:before {
  content: "";
  width: 1px;
  height: 10px;
  flex-grow: 0;
  margin: 0 10px;
  background-color: #ddd;
}
.number-view .number p span {
  font-weight: bold;
  color: #000;
  margin-left: 12px;
}
.number-view .number p strong {
  margin-left: 4px;
}
.number-view .input-medium {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.font-color-blue {
  color: #0e4ff4 !important;
}
.font-color-red {
  color: #f40e0e !important;
}

.board-list-content .history {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  margin: 0 auto;
  text-align: center;
}
.board-list-content .history span {
  width: 100px;
}

.board-list-content .accordion {
  cursor: pointer;
}
.board-list-content .accordion .price {
  background: url(/image/pc/icon_accordion_arrow_down.png) no-repeat right
    24px center;
  background-size: 37px;
}
.board-list-content .accordion.active .price {
  background: url(/image/pc/icon_accordion_arrow_up.png) no-repeat right
    24px center;
  background-size: 37px;
}
.board-list-content .accordion.active .accordion-content.transaction-history {
  border-top: 1px solid #015693;
  background-color: #f7f7f7;
  padding-top: 16px;
  transition: 0.5s !important;
}
.board-list-content .accordion .accordion-content.transaction-history > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board-list-content .accordion .accordion-content.transaction-history p {
  margin: 0 28px 0 100px;
  padding: 0;
  font-size: 16px;
  color: #565656;
  line-height: 1.2;
}
.board-list-content .accordion .accordion-content.transaction-history p span {
  margin-left: 16px;
  font-weight: bold;
  color: #000;
}

/* member-list */
.member-list {
  width: 440px;
  height: 304px;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  margin: 13px 0 0;
}
.member-list .mhead {
  background-color: #f7f7f7;
}
.member-list ul {
  display: flex;
  align-items: center;
}
.member-list li {
  width: 33.33%;
  height: 43px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 43px;
  letter-spacing: normal;
  text-align: center;
  color: #222;
}
.member-list .mbody {
  padding: 13px 6px;
}
.member-list .mbody > div {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 248px;
  padding: 8px 0;
}
.member-list .mbody > div::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.member-list .mbody > div::-webkit-scrollbar-thumb {
  background: #e9e9e9;
  border-radius: 3px;
}
.member-list .mbody li {
  height: 38px;
  line-height: 38px;
}

/* wft-greet */
.wft-greet .section-1 {
  display: flex;
  justify-content: space-between;
}
.wft-greet .section-1 .img img {
  width: 580px;
  height: 390px;
}
.wft-greet .section-1 .text {
  width: 528px;
}
.wft-greet .section-1 h1 {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.66;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-greet .section-1 h1 span {
  color: #1652a7;
}
.wft-greet .section-1 p {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #555;
}
.wft-greet .section-2 {
  margin: 72px 0 0;
}
.wft-greet .section-2 h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-greet .section-2 h2 {
  margin: 12px 0 0;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.66;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-greet .section-2 h2 span {
  color: #1652a7;
}
.wft-greet .section-2 p {
  margin: 19px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #555;
}

/* wft-event-list */
.wft-event-list .section-1 {
  display: flex;
}
.wft-event-list .section-1 .img img {
  width: 646px;
  height: 431px;
}
.wft-event-list .section-1 .text {
  width: 378px;
  margin-left: 34px;
}
.wft-event-list .section-1 h1 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-event-list .section-1 p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
.wft-event-list .section-2 {
  margin: 50px 0 0;
}
.wft-event-list .section-2 .title {
  display: flex;
  align-items: center;
}
.wft-event-list .section-2 .title h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-event-list .section-2 .title span {
  margin: 0 0 0 7px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* event-list */
.event-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -35px;
}
.event-list > ul > li {
  position: relative;
  width: calc((100% - 70px) / 3);
  margin: 60px 35px 0 0;
}
.event-list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.event-list > ul > li.end:before {
  content: "종료";
  display: block;
  position: absolute;
  top: 16px;
  left: 26px;
  z-index: 1;
  width: 49px;
  height: 20px;
  flex-grow: 0;
  border-radius: 50px;
  background-color: #131313;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.event-list .subject {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.event-list .date {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
}

/* event-view */
.event-view .ehead {
  padding: 40px 0;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #ddd;
}
.event-view .ehead h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.event-view .ehead ul {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.event-view .ehead ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
}
.event-view .ehead ul li span {
  display: inline-block;
  margin-left: 16px;
  font-weight: bold;
  color: #000;
}
.event-view .ehead ul li + li::before {
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: #ddd;
}
.event-view .ebody {
  margin: 60px auto 78px;
  width: 800px;
}
.event-view .ebody .period {
  margin: 67px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #777;
}
.event-view .ebody .period span {
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}
.event-view .ebody .btn-medium {
  display: block;
  margin: 27px auto 0;
  width: 246px;
  font-size: 21px;
  font-weight: bold;
}
.event-view .event-point {
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.event-view .event-point p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
  margin-right: 95px;
  display: flex;
  align-items: center;
}
.event-view .event-point p::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1652a7;
  margin: 0 10px 0 0;
}
.event-view .event-point p span {
  font-size: 26px;
  font-weight: bold;
  color: #1652a7;
  margin: 0 8px 0 16px;
}
.event-view .event-point p em {
  text-decoration: none;
  font-size: 23px;
  color: #000;
}
.event-view .title {
  margin: 52px 0 0;
  padding-bottom: 16px;
}
.event-view .title h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.event-view hr {
  margin-top: 70px;
}
.event-view hr + .btn-medium {
  display: block;
  margin: 44px auto 0;
  width: 246px;
  font-size: 21px;
  font-weight: bold;
}
.event-view .btn-group-area {
  width: 100%;
  padding-top: 16px;
}

/* wft-info */
.wft-info .inner-wrap {
  width: 1180px;
  margin: 0 auto;
}
.wft-info .sub-title-area {
  margin: 60px 0 0;
}
.wft-info .section-1 .text {
  display: flex;
  justify-content: space-between;
}
.wft-info .section-1 .text h1 {
  width: 490px;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-info .section-1 .text h1 span {
  color: #1652a7;
}
.wft-info .section-1 .text p {
  width: 579px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #555;
}
.wft-info .section-2 {
  margin: 70px 0 0;
}
.wft-info .section-2 img {
  height: 450px;
  object-fit: cover;
}
.wft-info .section-3 {
  margin: 98px 0 100px;
}
.wft-info .section-3 h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-info .section-3 p {
  margin: 19px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #555;
}
.wft-info .section-3 h2 {
  margin: 80px 0 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1652a7;
}

.wft-info .section-3 .core-values {
  margin: 40px 0 0;
  padding: 0 0 32px;
  background-color: #f9f9f9;
}
.wft-info .section-3 ul {
  display: flex;
  flex-wrap: wrap;
  width: 1180px;
  margin: 0 auto;
}
.wft-info .section-3 li {
  width: calc((100% - 64px) / 5);
  margin: 32px 16px 0 0;
}
.wft-info .section-3 li:nth-child(5n) {
  margin-right: 0;
}
.wft-info .section-3 .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.wft-info .section-3 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.wft-info .section-3 h3 {
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-info .section-3 h3:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin: 16px 0;
  background-color: #adadad;
}
.wft-info .section-3 h3 span {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.wft-info .section-3 .con {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #444;
  word-break: keep-all;
}

/* wft-index */
.wft-index {
  margin: 0 0 100px;
}
.wft-index .inner-wrap {
  width: 1180px;
  margin: 0 auto;
}
.wft-index .section-1 {
  height: 400px;
  padding: 93px 0 85px;
  background-image: linear-gradient(119deg, #00c1ec 20%, #006dbc 70%);
}
.wft-index .section-1 .inner-wrap {
  display: flex;
  justify-content: space-between;
}
.wft-index .section-1 .text {
  width: 432px;
}
.wft-index .section-1 h1 {
  font-size: 51px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wft-index .section-1 p {
  margin: 24px 0 0;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wft-index .section-1 .img {
  width: 626px;
}
.wft-index .section-2 {
  padding: 43px 0;
  background-color: #f5f9ff;
}
.wft-index .section-2 ul {
  display: flex;
  justify-content: space-between;
}
.wft-index .section-2 li {
  width: 260px;
  height: 174px;
  border-radius: 10px;
  padding: 24px 20px 20px;
  cursor: pointer;
}
.wft-index .section-2 li:nth-child(1) {
  background-image: linear-gradient(131deg, #dd4f83 6%, #ae519d 92%);
}
.wft-index .section-2 li:nth-child(2) {
  background-image: linear-gradient(131deg, #8755cc 6%, #4935ab 92%);
}
.wft-index .section-2 li:nth-child(3) {
  background-image: linear-gradient(131deg, #52b8d2 6%, #3f7acb 92%);
}
.wft-index .section-2 li:nth-child(4) {
  background-image: linear-gradient(131deg, #f1b426 6%, #f38040 92%);
}
.wft-index .section-2 .icon-info {
  display: flex;
  align-items: center;
}
.wft-index .section-2 .icon-info .tit {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wft-index .section-2 .icon-info .con {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wft-index .section-2 .icon-info .con span {
  font-size: 25px;
  font-weight: bold;
}
.wft-index .section-2 button {
  margin: 23px 0 0;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
}
.wft-index .section-2 li:nth-child(1):hover button {
  border: 0;
  background-image: linear-gradient(131deg, #c81569, #a7167e);
}
.wft-index .section-2 li:nth-child(2):hover button {
  border: 0;
  background-image: linear-gradient(131deg, #4f13c3, #2300ae);
}
.wft-index .section-2 li:nth-child(3):hover button {
  border: 0;
  background-image: linear-gradient(131deg, #158dca, #095dc4);
}
.wft-index .section-2 li:nth-child(4):hover button {
  border: 0;
  background-image: linear-gradient(131deg, #ef8500, #f05c02);
}
.wft-index .section-2 .icon {
  width: 69px;
  height: 69px;
  margin: 0 16px 0 0;
}
.wft-index .my-wft-info-pay {
  margin: 70px 30px 0;
  display: flex;
  justify-content: space-between;
}
/* my-wft-info */
.wft-index .my-wft-info {
  position: relative;
  width: 547px;
}
.wft-index .my-wft-info > h1 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-index .my-wft-info > div {
  width: 100%;
  min-height: 267px;
  max-height: 490px;
  flex-grow: 0;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
}
.wft-index .my-wft-info .ihead {
  width: 100%;
  height: 112px;
  flex-grow: 0;
  padding: 20px 40px;
  background: #606e84 url(/image/pc/ihead_bg.png) no-repeat right center;
  background-size: auto 112px;
  display: flex;
  align-items: center;
}
.wft-index .my-wft-info .ihead .pimg {
  margin: 0 30px 0 0;
}
.wft-index .my-wft-info .ihead .pimg img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.wft-index .my-wft-info .ihead .name {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wft-index .my-wft-info .ihead .team {
  margin: 7px 0 0;
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wft-index .my-wft-info .ibody {
  padding: 16px 44px 35px;
}
.wft-index .my-wft-info .ibody li {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
}
.wft-index .my-wft-info .ibody .tit {
  width: 132px;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-index .my-wft-info .ibody .con {
  width: calc(100% - 132px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
.wft-index .my-wft-info .btn-group {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d6;
}
.wft-index .my-wft-info .btn-group button {
  width: 50%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: center;
  color: #0092c6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wft-index .my-wft-info .btn-group button:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
}
.wft-index .my-wft-info .btn-group button:nth-child(1):before {
  background: url(/image/pc/icon_user.png) no-repeat 0 0;
  background-size: contain;
}
.wft-index .my-wft-info .btn-group button:nth-child(2):before {
  background: url(/image/pc/icon_environment.png) no-repeat 0 0;
  background-size: contain;
}
.wft-index .my-wft-info .btn-group button:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  background: url(/image/pc/icon_user.png) no-repeat 0 0;
  background-size: contain;
}
.wft-index .my-wft-info .btn-group button + button {
  border-left: 1px solid #d6d6d6;
}
.wft-index .my-wft-info .list-empty {
  padding: 52px 0;
}
.wft-index .my-wft-info .list-empty p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* my-pay-info */
.wft-index .my-pay-info {
  width: 547px;
}
.wft-index .my-pay-info > h1 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-index .my-pay-info .info {
  width: 100%;
  height: 200px;
  padding: 39px 37px 39px 30px;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.wft-index .my-pay-info .info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wft-index .my-pay-info .info li + li {
  margin: 30px 0 0;
}
.wft-index .my-pay-info .info .tit {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-index .my-pay-info .info .tit:before {
  content: "";
  width: 46px;
  height: 46px;
  flex-grow: 0;
  margin: 0 11px 0 0;
  background-size: contain !important;
}
.wft-index .my-pay-info .info li:nth-child(1) .tit:before {
  background: url(/image/pc/icon_money.png) no-repeat 0 0;
}
.wft-index .my-pay-info .info li:nth-child(2) .tit:before {
  background: url(/image/pc/icon_card.png) no-repeat 0 0;
}
.wft-index .my-pay-info .info .tit button {
  width: 76px;
  height: 25px;
  flex-grow: 0;
  border-radius: 30px;
  border: solid 1px #005492;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  text-align: center;
  color: #005492;
}
.wft-index .my-pay-info .info .tit span {
  width: 1px;
  height: 10px;
  margin: 0 7.5px;
  background-color: #ddd;
}
.wft-index .my-pay-info .info .con {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-index .my-pay-info .info .con span {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.wft-index .slider-banner {
  position: relative;
  margin: 40px 0 0;
  width: 547px;
  height: 267px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}
.wft-index .info + .slider-banner {
  margin: 23px 0 0;
}
.wft-index .slider-banner .swiper-wrapper .swiper-slide {
  width: 547px;
  height: 267px;
  padding: 48px 32px;
  background: #fffbdb url(/image/pc/slider-banner_bg1.png) no-repeat right
    8px bottom;
  background-size: auto 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wft-index .slider-banner h1 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-index .slider-banner .btn-regular {
  margin: 24px 0 0;
  width: 151px;
  height: 38px;
  flex-grow: 0;
  border-radius: 5px;
  background-color: #0092c6;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.slider-banner .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 220px;
  left: 50%;
  transform: translate(-50%, 0);
}
.slider-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.slider-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.8);
}
/* table-member-info */
.table-member-info {
  margin: 60px 30px 0;
  width: calc(100% - 60px);
  border-top: 2px solid #0092c6;
}
.table-member-info th {
  background-color: #f9f9f9;
  padding: 10px 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.table-member-info td {
  padding: 13px 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* wft-notice-guide */
.wft-notice-guide {
  margin: 60px 30px 0;
  display: flex;
  justify-content: space-between;
}
.wft-notice-guide article {
  width: calc((100% - 40px) / 2);
}
.wft-notice-guide .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wft-notice-guide .title h1 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-notice-guide .title .more {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-notice-guide .title .more:after {
  content: "";
  width: 12px;
  height: 12px;
  flex-grow: 0;
  margin: 0 0 0 6px;
  background: url(/image/pc/icon_more.png) no-repeat 0 0;
  background-size: contain;
}
.wft-notice-guide ul {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wft-notice-guide li {
  width: 260px;
  height: 214px;
  padding: 24px 15px 23px 23px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
  margin: 0 20px 20px 0;
}
.wft-notice-guide li:nth-child(2n) {
  margin-right: 0;
}
.wft-notice-guide .subject {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-notice-guide .con {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wft-notice-guide .date {
  margin: 19px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #999;
}

/* shared-layout */
.shared-layout ul {
  display: flex;
  flex-wrap: wrap;
}
.shared-layout li {
  width: calc((100% - 99px) / 4);
  height: 91px;
  margin: 0 33px 30px 0;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.shared-layout li:nth-child(4n) {
  margin-right: 0;
}
.shared-layout li .num {
  width: 53px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #999;
}
.shared-layout li > div {
  width: 151px;
}
.shared-layout li .account-number {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1652a7;
}
.shared-layout li .date {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
.shared-layout li button {
  width: 66px;
  height: 91px;
  flex-grow: 0;
  border-left: solid 1px #ddd;
  background-color: #f7f7f7;
  border-radius: 0 11px 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.shared-layout li button:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/image/pc/icon_search2.png);
  background-size: contain;
}
.shared-layout li:hover {
  background-color: #1652a7;
}
.shared-layout li:hover .num,
.shared-layout li:hover .account-number,
.shared-layout li:hover .date {
  color: #fff;
}
.shared-layout li:hover button {
  background-color: #1652a7;
  border-left: solid 1px #000;
}
.shared-layout li:hover button:before {
  background: url(/image/pc/icon_search2_white.png);
  background-size: contain;
}

/* shared-layout-detail */
.shared-layout-detail .icon {
  width: 367px;
  height: 70px;
  flex-grow: 0;
  margin: 0 auto 60px;
  padding: 20px 0 7px;
  border-radius: 110px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shared-layout-detail .icon li {
  margin: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.shared-layout-detail .icon li:before {
  content: "";
  width: 14px;
  height: 14px;
  flex-grow: 0;
  margin: 0 auto 9px;
  border-radius: 50%;
}
.shared-layout-detail .icon li.Lv1:before {
  background-color: #616985;
}
.shared-layout-detail .icon li.Lv2:before {
  background-color: #0e939b;
}
.shared-layout-detail .icon li.Lv3:before {
  background-color: #69ac78;
}
.shared-layout-detail .icon li.Lv4:before {
  background-color: #eea230;
}
.shared-layout-detail .icon li.Lv5:before {
  background-color: #f66c27;
}
.shared-layout-detail .icon li.Lv6:before {
  background-color: #e54444;
}

/* organization-chart-search */
.organization-chart-search {
  margin: 36px 0 60px;
  height: 95px;
  padding: 25px 36px;
  border-radius: 10px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.organization-chart-search .tit {
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.organization-chart-search .level {
  min-width: 100px;
  width: 100px;
  height: 44px;
  margin: 0 45px 0 0;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.organization-chart-search .name {
  min-width: 210px;
  width: 210px;
  height: 44px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.organization-chart-search button {
  font-size: 14px;
}

/* category-product-gallery */
.category-product-gallery > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -36px;
}
.category-product-gallery > ul > li {
  width: calc((100% - 168px) / 4);
  margin: 60px 56px 0 0;
}
.category-product-gallery > ul > li:nth-child(4n) {
  margin-right: 0;
}
.category-product-gallery .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.category-product-gallery .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.category-product-gallery .name {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.category-product-gallery .retail-price {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.category-product-gallery .retail-price span {
  text-decoration: line-through;
}
.category-product-gallery .member-price {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.category-product-gallery .point {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
/* type-b */
.category-product-gallery.type-b .name {
  margin: 16px 0 0;
  font-size: 15px;
}
.category-product-gallery.type-b .retail-price {
  margin: 0;
  font-size: 14px;
}
.category-product-gallery.type-b .member-price {
  margin: 2px 0 0;
  font-size: 16px;
}
.category-product-gallery.type-b .point {
  margin: 0;
  font-size: 13px;
}
/* split5 */
.category-product-gallery.split5 > ul > li {
  width: calc((100% - 160px) / 5);
  margin: 42px 40px 0 0;
}
.category-product-gallery.split5 > ul > li:nth-child(5n) {
  margin-right: 0;
}
.category-product-gallery.split5 .name {
  font-size: 15px;
}
.category-product-gallery.split5 .retail-price {
  margin: 4px 0 0;
  font-size: 14px;
}
.category-product-gallery.split5 .retail-price span {
  text-decoration: line-through;
}
.category-product-gallery.split5 .member-price {
  font-size: 16px;
}
.category-product-gallery.split5 .point {
  margin: 4px 0 0;
  font-size: 13px;
}

/* category-product-list */
.category-product-list {
  display: none;
  width: 1000px;
  margin: 0 auto;
}
.category-product-list > ul > li {
  padding: 40px 50px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-product-list .img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
.category-product-list .name {
  width: 160px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.category-product-list .summary {
  width: 160px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.category-product-list .price {
  width: 160px;
}
.category-product-list .retail-price {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.category-product-list .retail-price span {
  text-decoration: line-through;
}
.category-product-list .member-price {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.category-product-list .point {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
/* type-b */
.category-product-list.type-b .retail-price {
  font-size: 13px;
}
.category-product-list.type-b .member-price {
  margin: 4px 0 0;
  font-size: 16px;
}
.category-product-list.type-b .point {
  margin: 4px 0 0;
  font-size: 13px;
}

/* popup-password-change */
.popup-password-change {
  border-radius: 16px;
}
.popup-password-change .BTT {
  border-top: 0;
}
.popup-password-change .BTT > ul {
  padding: 0;
}

/* noeshop-main */
.noeshop-main {
  margin: 0 0 80px;
}
.noeshop-main .gallery-type {
  width: 100%;
  height: 400px;
  border: 0;
}
.noeshop-main .thumb-type {
  width: 1180px;
  height: 40px;
  box-sizing: border-box;
  padding: 0;
  border: solid 1px #d6d6d6;
  border-radius: 0 0 8px 8px;
  padding-right: 110px;
}
.noeshop-main .thumb-type .swiper-slide {
  cursor: pointer;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  border-right: solid 1px #d6d6d6;
}
.noeshop-main .thumb-type .swiper-slide-thumb-active {
  font-weight: bold;
  color: #ea4923;
}
.noeshop-main .gallery-type .swiper-slide img,
.noeshop-main .thumb-type .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.noeshop-main .thumb-type .swiper-button-prev {
  z-index: 10;
  position: absolute;
  width: 55px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  left: auto;
  right: 55px;
  background: url(/image/pc/r_prev.png) no-repeat center center;
  background-size: 24px auto;
}
.noeshop-main .thumb-type .swiper-button-next {
  z-index: 10;
  position: absolute;
  width: 55px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  right: 0;
  background: url(/image/pc/r_next.png) no-repeat center center;
  background-size: 24px auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* noeshop-main section2 */
.noeshop-main .section2 {
  width: 1180px;
  margin: 0 auto;
  padding: 76px 0 0;
}

.noeshop-main .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.noeshop-main .title > div {
  display: flex;
  align-items: flex-end;
}
.noeshop-main .title h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.noeshop-main .title span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.noeshop-main .title span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #000;
  margin: 0 16px;
}
.noeshop-main .title .btn-group button {
  margin: 0 0 0 24px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.noeshop-main .title .btn-group button.active {
  font-weight: 600;
}
.noeshop-main .title .more {
  display: flex;
  align-items: center;
  margin: 0 0 0 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.noeshop-main .title .more:after {
  content: "";
  width: 20px;
  height: 20px;
  flex-grow: 0;
  margin: 0 0 0 8px;
  background: url(/image/pc/icon_move.png);
  background-size: contain;
  opacity: 0.5;
}

/* noeshop-main section3 */
.noeshop-main .section3 {
  margin: 64px 0 0;
  padding: 35px 0 40px;
  background-color: #f2f2f2;
}
.noeshop-main .section3 > .inner-wrap {
  position: relative;
  display: block;
  width: 1180px;
  margin: 0 auto;
}
.noeshop-main .section3 .title .more {
  color: #161616;
}
.noeshop-main .section3 .title .more:after {
  opacity: 1;
}
.noeshop-main .section3 .swiper {
  width: 942px;
  margin: 32px auto 0;
}
.noeshop-main .section3 .swiper > ul > li {
  background-color: #fff;
  padding: 19px 14px 27px;
  border: 1px solid #ddd;
}
.noeshop-main .section3 .swiper .name {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.noeshop-main .section3 .swiper .retail-price {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.noeshop-main .section3 .swiper .retail-price span {
  text-decoration: line-through;
}
.noeshop-main .section3 .swiper .member-price {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.noeshop-main .section3 .swiper .point {
  margin: 4px 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;
}
.noeshop-main .section3 .swiper-button-prev,
.noeshop-main .section3 .swiper-button-next {
  z-index: 10;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  border: solid 1px #d6d6d6;
  border-radius: 4px;
}
.noeshop-main .section3 .swiper-button-prev {
  left: 55px;
  background: #fff url(/image/pc/r_prev.png) no-repeat center center;
  background-size: 24px auto;
}
.noeshop-main .section3 .swiper-button-next {
  right: 55px;
  background: #fff url(/image/pc/r_next.png) no-repeat center center;
  background-size: 24px auto;
}

/* noeshop-main section4 */
.noeshop-main .section4 {
  margin: 75px auto 0;
  width: 1180px;
}
.noeshop-main .section4 .banner {
  margin: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  flex-grow: 0;
  background-color: #ea4923;
}
.noeshop-main .section4 .banner p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.noeshop-main .section4 .banner strong {
  margin-left: 16px;
  font-size: 32px;
  font-weight: 600;
}
/* category-product-select */
.noeshop-main .category-product-select {
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noeshop-main .category-product-select button {
  width: 100px;
  height: 100px;
  flex-grow: 0;
  border-radius: 35px;
  border: solid 0 #d6d6d6;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noeshop-main .category-product-select button.active {
  background-color: #ffce3b;
}
.noeshop-main .category-product-select button:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 0 0.3px;
  background-size: contain !important;
}
.noeshop-main .category-product-select button.n1:before {
  background: url(/image/pc/category_icon_1.png);
}
.noeshop-main .category-product-select button.n2:before {
  background: url(/image/pc/category_icon_2.png);
}
.noeshop-main .category-product-select button.n3:before {
  background: url(/image/pc/category_icon_3.png);
}
.noeshop-main .category-product-select button.n4:before {
  background: url(/image/pc/category_icon_4.png);
}
.noeshop-main .category-product-select button.n5:before {
  background: url(/image/pc/category_icon_5.png);
}
.noeshop-main .category-product-select button.n6:before {
  background: url(/image/pc/category_icon_6.png);
}
.noeshop-main .category-product-select button.n7:before {
  background: url(/image/pc/category_icon_7.png);
}
.noeshop-main .category-product-select button.n8:before {
  background: url(/image/pc/category_icon_8.png);
}
.noeshop-main .category-product-select button.n9:before {
  background: url(/image/pc/category_icon_9.png);
}
.noeshop-main .category-product-select button.n1.active:before {
  background: url(/image/pc/category_icon_1_active.png);
}
.noeshop-main .category-product-select button.n2.active:before {
  background: url(/image/pc/category_icon_2_active.png);
}
.noeshop-main .category-product-select button.n3.active:before {
  background: url(/image/pc/category_icon_3_active.png);
}
.noeshop-main .category-product-select button.n4.active:before {
  background: url(/image/pc/category_icon_4_active.png);
}
.noeshop-main .category-product-select button.n5.active:before {
  background: url(/image/pc/category_icon_5_active.png);
}
.noeshop-main .category-product-select button.n6.active:before {
  background: url(/image/pc/category_icon_6_active.png);
}
.noeshop-main .category-product-select button.n7.active:before {
  background: url(/image/pc/category_icon_7_active.png);
}
.noeshop-main .category-product-select button.n8.active:before {
  background: url(/image/pc/category_icon_8_active.png);
}
.noeshop-main .category-product-select button.n9.active:before {
  background: url(/image/pc/category_icon_9_active.png);
}
/* category-banner-slider */
.noeshop-main .category-banner-slider {
  margin: 40px 0 0;
  display: none;
}
.noeshop-main .category-banner-slider.active {
  display: block;
}
.noeshop-main .category-banner-slider article {
  display: flex;
  justify-content: space-between;
}
.noeshop-main .category-banner-slider .category-banner img {
  width: 406px;
  height: 382px;
  object-fit: cover;
}
/* category-slider */
.noeshop-main .category-banner-slider ul {
  width: 752px;
  display: flex;
  flex-wrap: wrap;
}
.noeshop-main .category-banner-slider ul > li {
  width: calc((100% - 42px) / 3);
  margin: 0 21px 0 0;
}
.noeshop-main .category-banner-slider ul > li:nth-child(3n) {
  margin-right: 0;
}
.noeshop-main .category-banner-slider .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.noeshop-main .category-banner-slider .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.noeshop-main .category-banner-slider .name {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.noeshop-main .category-banner-slider a + div {
  padding: 8px 16px;
}
.noeshop-main .category-banner-slider .retail-price {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.noeshop-main .category-banner-slider .retail-price span {
  text-decoration: line-through;
}
.noeshop-main .category-banner-slider .member-price {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.noeshop-main .category-banner-slider .point {
  margin: 4px 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;
}

/* noeshop-main section5 */
.noeshop-main .section5 {
  width: 1180px;
  margin: 114px auto 0;
}

/* bottom-banner */
.bottom-banner {
  width: 1180px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-banner img {
  width: 258px;
  height: 180px;
  object-fit: cover;
}

/* bottom-link */
.bottom-link {
  width: 1180px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-link a {
  width: 33.33%;
  height: 150px;
  border: solid 1px #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-link .tit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.bottom-link .con {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.bottom-link a:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  flex-grow: 0;
  margin: 0 16px 0 0;
  background-size: contain;
}
.bottom-link a:nth-child(1):before {
  background: url(/image/pc/bottom_link1.png) no-repeat 0 0;
}
.bottom-link a:nth-child(2):before {
  background: url(/image/pc/bottom_link2.png) no-repeat 0 0;
}
.bottom-link a:nth-child(3):before {
  background: url(/image/pc/bottom_link3.png) no-repeat 0 0;
}

/* popup-categoryall */
.popup-categoryall {
  position: fixed !important;
  top: 130px !important;
  left: 0;
  margin-top: 0 !important;
  z-index: 100;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 564px;
  flex-grow: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 0;
}
.popup-categoryall.onscroll {
  top: 90px !important;
}
.popup-categoryall > div {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 0 200px;
}
.popup-categoryall > div > ul {
  display: flex;
  flex-wrap: wrap;
}
.popup-categoryall > div > ul > li {
  width: 16.66%;
  height: 260px;
  padding-top: 40px;
}
.popup-categoryall > div > ul > li > a {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.popup-categoryall > div > ul > li li a {
  display: inline-block;
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.popup-categoryall > div > ul > li li a:hover {
  color: #ea4923;
  border-bottom: 1px solid #ea4923;
}
.popup-categoryall .b-close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 100;
  width: 24px;
  height: 37px;
  opacity: 0.8;
  background: url(/image/pc/icon_categoryall_close.png) no-repeat 0 0;
  background-size: 24px 37px;
}

/* number-orderby */
.number-orderby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.number-orderby .number {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.number-orderby .orderby {
  display: flex;
  align-items: center;
}
.number-orderby button {
  margin: 0 0 0 16px;
  display: flex;
  align-items: center;
  width: 120px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: solid 1px #e6e6e6;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #565656;
}
.number-orderby button.active {
  border: solid 1px #ea4923;
  background-color: #ea4923;
  font-weight: bold;
  color: #fff;
}

/* category-search */
.category-search {
  padding: 32px 0;
  display: flex;
  align-items: center;
}
.category-search .input-regular {
  height: 40px;
  margin-right: 16px;
  font-size: 14px;
}
.category-search select.input-regular {
  width: 167px;
}
.category-search button {
  width: 100px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: solid 2px #ea4923;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #ea4923;
}

.product-view-product-info {
  margin: 40px 0 0;
}

/* body.nowshop */
body.nowshop input[type="checkbox"]:checked {
  background: #ea4923 url(/image/component/icon_check.png) center center
    no-repeat;
  background-size: 16px;
  border: 1px solid #ea4923;
}
body.nowshop input[type="radio"]:checked {
  border: 1px solid #ea4923;
}
body.nowshop input[type="radio"]:checked:before {
  background: #ea4923;
}
body.nowshop .btn-regular {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
}

/* body.myoffice */
body.myoffice .paginate-area ul li.on a,
body.myoffice .paginate-area ul li.on a:hover {
  background: #015693;
  border: 1px solid #015693;
}
body.myoffice .board-list-area {
  border-top: 1px solid #565656;
}
body.myoffice .sub-title-area {
  padding: 0 0 50px;
  border-bottom: 0;
}
body.myoffice .sub-title-area h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
body.myoffice .board-list-header ul li {
  background-color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}
body.myoffice .tab-menu.type-c > .inner-wrap > .tab-header li.active {
  border-bottom: 2px solid #015693;
  color: #015693;
}
body.myoffice .theme1-c-btn {
  background-color: #1652a7 !important;
  color: #fff !important;
  border: 1px solid #1652a7 !important;
}
body.myoffice .theme1-c-btn:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #1652a7 !important;
  border: 1px solid #1652a7 !important;
}
body.myoffice .theme1-c-btn.line {
  background-color: #fff !important;
  color: #1652a7 !important;
  border: 1px solid #1652a7 !important;
}
body.myoffice .theme1-c-btn.line:hover {
  background-color: #1652a7 !important;
  color: #fff !important;
  border: 1px solid #1652a7 !important;
}
body.myoffice .theme1-c-font {
  color: #1652a7 !important;
}
body.myoffice .theme1-c-bg {
  background-color: #1652a7 !important;
}
body.myoffice .theme1-c-line {
  border-color: #1652a7 !important;
}

body.myoffice .btn-medium:disabled,
body.myoffice .btn-medium:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

body.myoffice .btn-large:disabled,
body.myoffice .btn-large:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

/* 2023-01-12 */
body.myoffice .to-top {
  margin-right: -618px;
  z-index: 100;
  bottom: 100px;
  width: 44px;
  height: 44px;
}
body.nowshop .to-top {
  margin-right: -648px;
  z-index: 100;
  bottom: 100px;
  width: 44px;
  height: 44px;
}
#header.myoffice .gnb > li > div {
  top: 130px;
  background-color: #fff;
}
body.myoffice-main #header.myoffice .gnb > li > div {
  background-color: rgba(255, 255, 255, 0.3);
}
#chart-container,
#chart-container.type-b {
  width: 1180px !important;
}
.fullpage .swiper-pagination-bullets {
  top: calc(100% - 114px) !important;
}
.category-search-text {
  margin: 32px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}
.category-search-text + .category-search {
  padding-top: 16px;
}
#header.nowshop .search:hover,
#header.nowshop .cart:hover {
  text-decoration: underline;
}
#header.myoffice .gnb.onscroll > li > div {
  top: 90px;
}

/* 2023-01-16 */
#header.myoffice .gnb {
  height: 90px;
}
#header.myoffice .gnb > li {
  height: 90px;
  margin-top: 0;
}
#header.myoffice .gnb > li > a:after {
  top: 53px;
}
.header-unb .tab-btn > li > span {
  display: inline-block;
  height: 29px;
  padding: 0 16px;
  border: solid 1px #d6d6d6;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: normal;
  text-align: left;
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  font-weight: normal;
}

/* 2023-01-17 */
.estimated-payment-amount .total-amount-payment {
  border: solid 1px #a6a6a6;
  background-color: #f9f9f9;
}
.estimated-payment-amount .total-amount-payment .equal + div strong {
  font-size: 32px;
  font-weight: bold;
}

/* 2023-01-18 */
.to-top {
  margin-right: -638px !important;
  bottom: 48px !important;
}
.fullpage .swiper-pagination-bullets {
  margin-right: -638px;
  top: auto !important;
  bottom: 14px !important;
}
.category-search-text {
  margin: 0 0 32px;
  font-size: 15px;
}
body.content-padding-b0 #content {
  padding-bottom: 0;
}
.shared-layout-detail {
  position: absolute;
  top: 94px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 367px;
}
.shared-layout-detail.type-b {
  top: 280px;
}
#chart-container {
  padding-top: 120px;
}
body.nowshop .to-top {
  background: url(/image/pc/to_top_red.png) center center no-repeat;
  background-size: contain;
}

/* 2023-02-01 */
#header.nowshop .search:before {
  background: url(/image/pc/icon_search3.png) no-repeat;
  background-size: contain;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 16px;
  background: url(/image/pc/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(/image/pc/icon_alirm_new.png) center center no-repeat;
  background-size: contain;
}
#header.nowshop .cate:hover:after {
  transform: rotate(0);
}
#header.nowshop .cate.active,
#header.nowshop .cate:hover {
  color: #ea4923;
  border-bottom: 4px solid #fff;
}
.btn-account {
  display: inline-block;
  margin: 0 0 0 16px;
  width: 76px;
  height: 25px;
  border-radius: 30px;
  border: solid 1px #005492;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #005492;
}
.help-text.red,
.help-text .red {
  color: #cc0026;
}
#header.myoffice .gnb > li > div > ul a,
#header.myoffice .gnb > li > div > ul a:hover {
  font-weight: bold;
}
#header.myoffice .gnb > li:nth-child(3) > div > ul {
  margin-left: 216px;
}
.wallet-check-period.type-b {
  justify-content: space-between;
}
.wallet-check-period.type-b > div {
  display: flex;
  align-items: center;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  font-size: 18px;
}
body.myoffice .left-menu > ul {
  border-top: solid 2px #2054a1;
}
body.myoffice .left-menu > ul > li > a.active,
body.myoffice .left-menu > ul > li > a:hover {
  font-weight: bold;
  color: #2054a1;
}
.sub-title-area.type-b {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #161616 !important;
}
.board-view-area .content.type-b {
  padding: 40px 85px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: break-all;
}
body.myoffice .board-list-content > div > ul > li.status span.done {
  background-color: #2054a1;
}
.board-list-area .btn-group-area {
  width: 100%;
}
body.myoffice
  .category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  color: #2054a1;
  border-bottom: 2px solid #2054a1;
}
.board-list-content .accordion > ul > li.subject p {
  position: relative;
}
.board-list-content .accordion > ul > li p:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    0 0;
  background-size: contain;
}
.category-search {
  border-bottom: 1px solid #d6d6d6;
}
.category-search-text {
  padding: 216px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.category-search input.input-regular {
  width: 568px;
}
.category-search select.input-regular {
  width: 167px;
}
.category-search select.input-regular + input.input-regular {
  width: 167px;
}
.category-product-gallery .pnumber {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.category-product-gallery .pnumber + .name {
  margin: 4px 0 0;
  height: 3em !important;
}
.category-product-list {
  width: 1080px;
}
.category-product-list .img img {
  width: 200px;
  height: 200px;
}
.category-product-list.type-b .pnumber {
  width: 160px;
  text-align: center;
}
.category-product-list.type-b .pnumber a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  text-decoration: underline;
}
.category-product-list.type-b .name {
  width: 280px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.category-product-gallery .btn-product-add {
  display: block;
  width: 60px;
  height: 35px;
  margin: 16px auto 0;
  padding: 8px 0;
  border-radius: 4px;
  border: solid 1px #a6a6a6;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.acquisition-pv {
  width: 700px;
  height: 80px;
  margin: 0 auto;
  padding: 24px 90px 24px 126px;
  border: solid 1px #a6a6a6;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acquisition-pv .tit {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
}
.acquisition-pv .con {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}
.not-border-bottom {
  border-bottom: 0;
}
.total-amount-payment .minus {
  width: 17px;
  height: 16px;
  background: url(/image/pc/icon_minus_bold.png) no-repeat 0 0;
  background-size: contain;
}
.receiving-method-shipping {
  border-top: 1px solid #000;
  margin: 80px 0 0;
}
.receiving-method-shipping .sub-title-small {
  margin: 0;
  padding: 16px 0 !important;
  height: 68px;
}
.receiving-method-shipping .sub-title-small h1 {
  width: 180px;
  margin: 0;
  color: #000;
  padding-left: 24px;
}
.receiving-method-shipping .sub-title-small .select-shipping-address {
  width: calc(100% - 180px);
  margin: 0;
  padding-left: 0;
}
.popup-product-inquiry {
  width: 600px;
}
.nowshop-shop .seller-info h1,
.nowshop-shop .seller-item-list h1 {
  font-size: 20px;
  font-weight: bold;
  color: #161616;
}
.seller-item-list .number-type-orderby {
  margin: 0;
  padding-top: 30px;
  border-top: 0;
}
.all-delete2 {
  padding: 24px 0 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.all-delete2 button {
  margin: 0 16px 0 0;
}
.all-delete2 + .seller-name-title {
  margin: 0;
}
.pname-option .pnumber {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.left-menu > ul > li.ar > a {
  position: relative;
  display: block;
}
.left-menu > ul > li.ar > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(/image/pc/icon_accordion_arrow_down.png) no-repeat right
    center;
  background-size: contain !important;
}
.left-menu > ul > li.ar.active > a {
  font-weight: bold;
  color: #ea4923;
}
.left-menu > ul > li.ar.active > a:after {
  background: url(/image/pc/icon_accordion_arrow_up.png) no-repeat right
    center;
  opacity: 0.5;
}
.left-menu > ul > li.ar ul {
  display: none;
}
.left-menu > ul > li.ar.active ul {
  display: block;
}
.left-menu > ul > li.ar ul a {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.left-menu > ul > li.ar ul a.active,
.left-menu > ul > li.ar ul a:hover {
  font-weight: bold;
  color: #565656;
}
.estimated-payment-amount2 {
  padding: 24px 0;
  border-top: solid 1px #565656;
  border-bottom: solid 1px #565656;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.estimated-payment-amount2 > div {
  width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.estimated-payment-amount2 > div + div {
  margin: 24px 0 0;
}
.estimated-payment-amount2 .tit {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.estimated-payment-amount2 .con {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}
.estimated-payment-amount2 .total .con {
  font-size: 24px;
  color: #ea4923;
}
.seller-name-title .order-number {
  margin: 0;
}
.seller-name-title h1 + .order-number {
  margin: 0 0 0 32px;
}
.sub-title-area + .seller-name-title {
  margin: 40px 0 0;
}
.pname-option {
  width: 240px;
}
.order-status ul {
  width: 800px;
  margin: 80px auto 32px;
}
.order-status li {
  width: 33.33%;
}
.order-guide-text {
  padding: 24px 0 0;
}
.popup-review {
  position: fixed !important;
  width: 600px !important;
  margin: 80px 0 0 !important;
}
.popup-review .inner-wrap {
  padding-bottom: 40px;
}
.star-rating-insert ul li {
  width: 60px;
  height: 60px;
}
.registered-shipping-address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 0;
}
.registered-shipping-address-title h1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.registered-shipping-address-title > div p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.registered-shipping-address-title button {
  height: 40px;
  padding: 9px 18px;
  border-radius: 999px;
  background-color: #e9e9e9;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
}
.registered-shipping-address-title button:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  background: url(/image/pc/icon_add.png) no-repeat 0 0;
  background-size: contain;
}
.address-list .set > ul {
  width: 190px;
}
.address-list .set > ul > li > button.del:after {
  background: url(/image/pc/set_del.png) no-repeat;
}
.address-list .set > ul > li > button.modify:after {
  background: url(/image/pc/set_modify.png) no-repeat;
}
.address-list .set > ul > li > button.default:after {
  background: url(/image/pc/set_default.png) no-repeat;
}
.popup-address .address-list .set > ul {
  width: 134px;
}
.input-zipcode {
  min-width: 62px;
  width: 62px !important;
  margin-right: 8px;
}
.input-address {
  min-width: calc(100% - 138px) !important;
  width: calc(100% - 138px) !important;
}
.input-address + .btn-regular {
  min-width: 59px;
  width: 59px;
  height: 34px !important;
  line-height: 32px !important;
  padding: 0 !important;
  font-size: 13px !important;
  margin-left: 8px;
}
.input-address + .btn-regular + .input-regular {
  margin: 8px 0 0;
}
.creditcard-view {
  padding: 24px 8px;
  border-top: 1px solid #d6d6d6;
}
.creditcard-view h1 {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.creditcard-view > div {
  display: flex;
  align-items: center;
  margin: 16px 0 0 16px;
}
.creditcard-view .tit {
  width: 77px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.creditcard-view .con {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.recommender-insert {
  border-top: 1px solid #565656;
  padding-top: 24px;
}
.recommender-insert .input-regular {
  width: 360px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
}
.recommender-insert .btn-regular {
  width: 120px;
  height: 44px !important;
  line-height: 42px !important;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-left: 6px;
  padding: 0;
}
.recommender-insert > div {
  width: 486px;
  height: 304px;
  flex-grow: 0;
  margin: 12px 0 0;
  border-radius: 5px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  overflow: hidden;
}
.recommender-insert .thead {
  display: flex;
  align-items: center;
  height: 43px;
  background-color: #f7f7f7;
}
.recommender-insert .thead li {
  width: 33.33%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222;
}
.recommender-insert .tbody {
  margin: 24px 8px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 220px;
}
.recommender-insert .tbody::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.recommender-insert .tbody::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}
.recommender-insert .tbody ul {
  display: flex;
  align-items: center;
  height: 40px;
}
.recommender-insert .tbody li {
  width: 33.33%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222;
}
.member-list .mbody ul,
.recommender-insert .tbody ul {
  cursor: pointer;
}
.member-list .mbody ul.active,
.recommender-insert .tbody ul.active {
  background-color: #f6f6f6;
}
#header.nowshop .cart small {
  top: 1px;
  padding: 4px 2px;
  transform: scale(0.8);
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  max-width: 94%;
}
.secret {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  margin: 0 0 0 4px;
  background: url(/image/pc/icon_secret.png);
  background-size: contain;
}

/* 2023-02-14 */
.my-purchases-pv {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
}
.my-purchases-pv .tit {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
}
.my-purchases-pv .con {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.my-purchases-pv .con:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #d6d6d6;
  margin: 0 16px;
}

.wft-index .my-wft-info .ibody {
  height: 318px;
}
.wft-index .my-wft-info > div {
  max-height: 520px;
}

/* 정필우 2023-02-15 카테고리 */
.popup-categoryall {
	height:auto;
	min-height:564px;
	padding-bottom:40px;
}
.popup-categoryall > div > ul > li {
	height:auto;
	min-height:260px;
}
/* 정필우 2023-02-15 카테고리 */

/* 정필우 2023-02-17 WFT 소개 센터 */
.wft-info .section-2 {
	text-align:center;
}
/* 정필우 2023-02-17 WFT 소개 센터 */


/* 2023-02-18 정필우 파일업로드 */
/*■■■파일업로드*/
.file-upload2 .gallery {
  display: block;
  margin-top: 8px;
}
.file-upload2 .gallery:after {
  display: block;
  content: "";
  display: block;
  clear: both;
}
.file-upload2 .gallery .img-thumb {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: url(/image/component/bg_upload_img_default.png) no-repeat 0 0;
  background-size: contain;
}
.file-upload2 .gallery .img-thumb + .img-thumb {
  margin-left: 8px;
}
.file-upload2 .gallery .delete {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  z-index: 1;
  background: url(/image/component/icon_file_upload_delete.png) no-repeat 0 0;
  background-size: contain;
}
.file-upload2 .gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.file-upload2 .gallery .file-thumb {
  float: left;
  position: relative;
  width: 78px;
  height: 78px;
  margin-top: 4px;
  margin-right: 4px;
  border-radius: 8px;
  overflow: hidden;
  background: url(/image/component/bg_upload_file_default.png) no-repeat 0 0;
  background-size: contain;
}
.file-upload2 .gallery .file-thumb + .file-thumb {
  margin-left: 4px;
}
.file-upload2 .gallery .file-thumb .name {
  display: block;
  text-align: center;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 56px;
  font-size: 11px;
  color: #868686;
  letter-spacing: -1px;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.file-upload2 .gallery .file-thumb .size {
  display: block;
  text-align: center;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 76px;
  font-size: 10px;
  color: #a6a6a6;
}
.file-upload2 .upload {
  cursor: pointer;
  display: inline;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.file-upload2 .upload > input {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
::-webkit-file-upload2-button {
  cursor: pointer;
}

.file-upload2.inner-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.file-upload2.inner-btn .gallery {
  position: relative;
  margin: 9px 9px 0 0;
}
.file-upload2.inner-btn .gallery .img-thumb {
  background: #fff url(/image/component/bg_upload_img_default.png) center center
    no-repeat;
  background-size: cover;
  border-radius: 8px;
  border: dotted 1px #b6b6b6;
}
.file-upload2.inner-btn .gallery .img-thumb > div {
  width: 100%;
  height: 100%;
}
.file-upload2.inner-btn .gallery .img-thumb img {
  position: relative;
  z-index: 2;
}
.file-upload2.inner-btn .gallery .delete {
  z-index: 3 !important;
}
.file-upload2.inner-btn .upload {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 16px 0 0;
}
.file-upload2.inner-btn .upload > input {
  top: 0;
  height: 100px;
}

.file-upload2.inner-btn .upload button {
  display: none;
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0;
}
/* 2023-02-18 정필우 파일업로드 */

/* 2023-02-20 정필우 달력 */
.datepicker_noBtn1.icon-type {
  background: #ffffff url(/image/component/icon_date.png) right 12px
    center no-repeat;
  background-size: 17px;
  padding-right: 37px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
}
/* 2023-02-20 정필우 달력 */

/* 2023-02-20 정필우 목록 단일화 */
.category-product-gallery .pnumber a
{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.category-product-list {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
/* 2023-02-20 정필우 목록 단일화 */


/* 2023-02-17 */
.popup.full {
  min-width: auto;
  max-width: 1180px !important;
  width: 100% !important;
  border-radius: 0;
}
.popup-product-freeview .popup-header {
  font-size: 24px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: left;
  color: #000;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.popup-product-freeview .tab-menu.type-b {
  margin-top: 120px;
}

/* 2023-02-21 */
.wft-event-list .section-1 .list-empty {
  width: 100%;
}
.wft-event-list .section-1 .list-empty p {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.96px;
  text-align: center;
  color: #444;
}

/* grand-total-pv */
.grand-total-pv {
  margin: 90px 0 0;
  padding: 44px 0;
  border: solid 1px #d6d6d6;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grand-total-pv > * {
  margin: 0 60px;
}
.grand-total-pv .title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
  margin-right: 60px;
}
.grand-total-pv .tit {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.grand-total-pv .con {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ea4923;
}

/* popup-delivery-check */
.popup-delivery-check {
  width: 600px;
  margin-top: -250px !important;
}
.popup-delivery-check .popup-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #565656;
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.popup-delivery-check .title {
  height: 45px;
  line-height: 45px;
  padding: 0 24px;
  background-color: #f6f6f6;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.popup-delivery-check ul > li {
  display: flex;
  align-items: center;
}
.popup-delivery-check ul > li > .tit {
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.popup-delivery-check ul > li > .con {
  width: calc(100% - 120px);
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.popup-delivery-check .delivery-status {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.popup-delivery-check ul.process > li {
  border-bottom: 1px solid #d6d6d6;
}
.popup-delivery-check ul.process > li > .tit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.64px;
  text-align: center;
  color: #ea4923;
}
.popup-delivery-check ul.process > li .con {
  height: auto;
  padding: 13px 8px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}


/* 2023-02-28 */
#chart-container.type-b .flag {
  width: 52px !important;
  height: 36px !important;
  background-color: none;
  background-repeat: no-repeat;
  border: 1px solid #d6d6d6;
}
.category-search {
  position: relative;
}
.category-search .navi {
  position: absolute;
  top: 32px;
  right: 0;
  display: flex;
  align-items: center;
}
.category-search .navi li {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  display: flex;
  align-items: center;
}
.category-search .navi .input-regular {
  height: 29px;
  line-height: 29px;
  font-size: 10px !important;
}
.category-search .navi li + li:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: url(/image/pc/icon_move.png) no-repeat 0 0;
  background-size: contain;
}
.tab-menu .board-view-area .secret {
  margin: 2px 0 0;
}
.seller-name-title.type-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 2023-02-28 */

/* 2023-03-04 정필우 카드정보 width */
.cardinfo {
  min-width: 365px;
  width: 500px;
}
/* 2023-03-04 정필우 카드정보 width  */

/* 2023-03-06 정필우 국기 */
#chart-container.type-b .flag {
  width: 52px !important;
  height: 52px !important;
  background-color:#FFF !important;

  background-repeat: no-repeat;
  border: 1px solid #d6d6d6;
  border-radius:50%;
}
.orgchart {
	text-align:center;
    display: flex !important;
	align-items: center;
}
/* 2023-03-06 정필우 국기 */

/* 2023-03-06 */
.section3 .swiper .swiper-slide .img {
  width: 198px;
  height: 198px;
}
.section3 .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 2023-03-06 */

/* 2023-03-09 정필우 나우샵 메인 이벤트상품*/
.section3 .swiper .swiper-slide{
	height:357px;
}
/* 2023-03-09 정필우 */


/* 2023-03-13 */
.swiper-slide.section1 .login-area {
  top: 90px;
  right: 50%;
  margin-right: -560px;
  z-index: 100;
}
.category-product-gallery > ul > li {
  width: calc((100% - 177px) / 4);
  margin: 60px 59px 0 0;
}
.category-product-gallery > ul > li {
  width: calc((100% - 180px) / 4);
  margin: 60px 60px 0 0;
}
.category-product-gallery.split5 > ul > li {
  width: calc((100% - 180px) / 5);
  margin: 42px 45px 0 0;
}
.section3 .swiper .swiper-slide .img {
  width: 200px;
  height: 200px;
}
.category-product-list .img img {
  width: 200px;
  height: 200px;
}
.product-img {
  width: 140px;
  height: 140px;
}
.product-view .product-view-img {
  width: 602px;
}
.product-view .product-view-info {
  width: calc(100% - 647px);
}
.product-view .gallery-type {
  width: 601px;
  height: 601.15px;
}
.product-view .thumb-type {
  height: 92px;
}
.product-view .thumb-type .swiper-slide-thumb-active {
  border: 0;
}
.product-view .thumb-type .swiper-slide img {
  cursor: pointer;
  width: 90px;
  height: 90px;
}
.product-view .thumb-type .swiper-slide-thumb-active img {
  border: solid 1px #ea4923;
}
.wft-event-list .img {
  position: relative;
}
.wft-event-list .btn-event {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1px;
  width: 129px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
#header.nowshop .cate.active,
#header.nowshop .cate:hover {
  color: #ea4923;
  border-bottom: 4px solid #ea4923;
}
.popup-categoryall > div > ul > li {
  width: 25%;
}
.category-search-text {
  padding: 80px 0;
}
.category-search.type-b select.input-regular {
  width: 160px;
}
.category-search.type-b select.input-regular + input.input-regular {
  width: 538px;
}
.bottom-link > div {
  width: 33.33%;
  height: 150px;
  border: solid 1px #d6d6d6;
  background: url(/image/pc/bottom_link1.png) no-repeat 86px 40px;
  background-size: 70px;
  padding: 43.5px 0 0 172px;
}
.section5 .title {
  margin-bottom: 24px;
}
.noeshop-main .category-banner-slider ul > li {
  width: calc((100% - 152px) / 3);
  margin: 0 75.5px 0 0;
}

/* 2023-03-14 정필우 메인중단 배너 */
.noeshop-main .section4 .banner3 {
	margin-bottom:75px;
}
/* 2023-03-14 정필우 메인중단 배너 */

/* 2023-03-14 정필우 이벤트 페이지 내용 */
.event-view .ebody {
  width: 95%;
}
/* 2023-03-14 정필우 이벤트 페이지 내용 */

/* 2023-03-14 정필우 추천조직도 회원검색 */
.wrap_find_user{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.wrap_find_user .con .input-regular {
  width: 314px;
  height: 44px;
  font-size: 15px;
}
.wrap_find_user .con .input-regular.btn-add + button {
  width: 120px;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin-left: 8px;
}
/* 2023-03-14 정필우 추천조직도 회원검색 */

/* 2023-03-14 */
/* myoffice */
.footer-info.myoffice li {
  margin-top: 6px;
  line-height: normal;
}
.footer-info.myoffice {
  padding-left: 96px;
  background: url(/image/pc/WFT_logo_footer.png) no-repeat 0 center;
  background-size: 64px 68px;
}
.footer-info.myoffice .tit {
  margin: 0 0 6px;
}
.footer-info.myoffice li span + span {
  margin-left: 32px;
}
/* nowshop */
.footer-info.nowshop {
  padding-left: 205px;
  background: url(/image/pc/nowshop_logo_footer.png) no-repeat 0 center;
  background-size: 170px 33px;
}
.footer-info.nowshop ul {
  border-left: 1px solid #c0c0c0;
  padding-left: 34px;
}
.footer-info.nowshop li {
  margin-top: 6px;
  line-height: normal;
}
.footer-info.nowshop li .tit {
  margin: 0 0 6px;
}
.footer-info.nowshop li span + span {
  margin-left: 24px;
}

/* 2023-04-22 */
.board-list-content .accordion > ul > li p {
  width: calc(100% - 16px);
  padding-right: 40px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion .num {
  vertical-align: top;
  padding-top: 18px;
}

/* 2023-04-28 */
body.inactive-to-top .to-top {
  display: none;
}
.pv-floating-to-top {
  position: fixed;
  bottom: 346px !important;
  right: 50%;
  z-index: 100;
  margin-right: -600px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(/image/pc/to_top_red.png) center center no-repeat;
  background-size: contain;
}
.pv-floating-order {
  position: fixed;
  bottom: 288px !important;
  right: 50%;
  z-index: 100;
  margin-right: -600px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(/image/pc/floating_order_red.png) center center
    no-repeat;
  background-size: contain;
}
.full.popup-product-view {
  min-width: auto;
  max-width: 1228px !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  height: 100%;
  border-radius: 0;
	/* 2023-07-07 */
  top: 0 !important;
}
.full.popup-product-view > .inner-wrap {
  padding: 104px 24px 24px;
  overflow-y: auto;
}
.full.popup-product-view .popup-header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 1228px;
  width: 1228px;
  height: 80px;
  line-height: 80px !important;
  font-size: 26px !important;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.full.popup-product-view .inner-wrap .popup-close {
  position: fixed;
  top: 20px;
  right: 50%;
  margin-right: -600px;
  z-index: 100;
}

/* 2023-05-03 */
.product-view-info .soldout {
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -1px;
  text-align: center;
  color: #989898;
}

/* 2023-05-04 정필우 약관동의 에디터 */
.member-content .member-agree pre {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #868686;
  margin: 8px 0 0;

  line-height: 1.5;
  letter-spacing: -0.36px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}
/* 2023-05-04 정필우 약관동의 에디터 */


/* 2023-05-04 */
.wft-index .section-1 {
  height: 400px;
  padding: 0;
}
.wft-index .section-1 .banner {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.wft-index .section-1 .banner img {
  height: 400px;
  object-fit: cover;
}
.wft-index .slider-banner .swiper-wrapper .swiper-slide {
  padding: 0;
  background: none;
}
.wft-index .slider-banner .swiper-wrapper .swiper-slide img {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.product-view-info .btn-group .btn-add-pv-product {
  width: 50%;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #ea4923;
  background-color: #ea4923;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #fff;
}


/* 2023-06-13 */
.delivery-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery-fee .btn-small {
  width: 113px;
  height: 26px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border-radius: 4px;
  background-color: #1652a7 !important;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff !important;
}
/* table-basket-order */
.table-basket-order {
  width: 100%;
  border-top: 1px solid #565656;
}
.table-basket-order thead th {
  height: 50px;
  vertical-align: middle;
  padding: 14px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background-color: #f6f6f6;
}
.table-basket-order tbody td {
  vertical-align: middle;
  padding: 32px 8px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #d6d6d6;
}
.total-amount-payment .con small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* 2023-06-21 정필우 홈/신고 */
.product-view-info .detail > li > .con .btn-home {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
  background: url(/image/pc/icon_home.png) no-repeat 0 0;
  background-size: contain;
}
.product-view-info .detail > li > .con .btn-report {
  margin: 0 0 0 2px;
  width: 24px;
  height: 24px;
  background: url(/image/pc/icon_report.png) no-repeat 0 0;
  background-size: contain;
}
/* 2023-06-21 정필우 홈/신고 */

/* 2024-01-23 */
.footer-info.myoffice {
  padding-left: 205px;
	background: url(/image/pc/nowshop_logo_footer.png) no-repeat 0 center;
	background-size: 170px 33px;
}
.footer-info.myoffice ul {
	border-left: 1px solid #c0c0c0;
	padding-left: 34px;
}
.cs-center .time {
	margin: 4px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}