:root {
  --white: #fff;
}

html {
  overflow-y: scroll;
}
.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: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 {
  min-width: auto;
  width: 160px !important;
  background: #ffffff url(/image/component/icon_date.png) right 16px center
    no-repeat;
  background-size: 17px;
  padding-right: 37px;
}
.datepicker-here.flexible {
  width: 546px !important;
}

.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: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.55px;
  text-align: left;
  color: #ff8c8c;
  margin: 8px 0 0;
}
.help-text.gray {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.55px;
  text-align: left;
  color: #656565;
  margin: 8px 0 0;
}
.clear {
  clear: both;
}
.img-list {
  margin: 0 0 16px;
}
.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(/image/pc/no_image_type_a.png) center center no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}
.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 {
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 35px;
  border: 0;
  padding: 0 16px;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #161616;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #565656;
  border: 1px solid #252c3a;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #252c3a;
  border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c {
  margin: 32px 0 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  margin: 0;
  height: 36px;
  width: auto;
  table-layout: fixed;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  padding: 0 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #999;
  border: 0;
  border-bottom: epx solid transparent;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #6053f5;
  border-bottom: 2px solid #6053f5;
}

/* type-d */
.tab-menu.type-d {
  padding: 16px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tab-menu.type-d .inner-wrap {
  width: 200px;
  border-radius: 50px;
  overflow: hidden;
}
.tab-menu.type-d .inner-wrap .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 36px;
  background-color: #d9d9d9;
  border: 0;
  padding: 2px;
}
.tab-menu.type-d .inner-wrap .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  border-left: 0;
  color: #161616;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #656565;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: #d9d9d9;
  border: 0;
}
.tab-menu.type-d .inner-wrap .tab-header li.active,
.tab-menu.type-d .inner-wrap .tab-header li.active:hover {
  background: #6053f5;
  color: #fff;
  border: 1px solid #6053f5;
  border-radius: 50px;
}

/* 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: 13px;
  color: #a6a6a6;
  line-height: 40px;
  padding: 0 0 9px;
  margin: 0 16px 0 8px;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #5cc4ef;
  border-bottom: 2px solid #5cc4ef;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/

.container {
  display: table;
  width: 1150px;
  table-layout: fixed;
  margin: 16px auto 22px;
}

/* left-menu */
.left-menu {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eaeaea;
  background-color: #fff;
  padding-top: 20px;
}
.left-menu .logo {
  display: block;
  margin: 0 auto;
  width: 125px;
  height: 96px;
}
.left-menu .logo img {
  width: 100%;
  height: auto;
}
.left-menu .btn-work-request {
  width: 127px;
  height: 30px;
  flex-grow: 0;
  padding: 0 18px0;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(255, 140, 237, 0.52);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(
    105deg,
    #6aa6ff -1%,
    #ff9b9b 64%,
    #ffa4fb 100%
  );
  border-image-slice: 1;
  background-image: linear-gradient(
      105deg,
      #6aa6ff -1%,
      #ff9b9b 64%,
      #ffa4fb 100%
    ),
    linear-gradient(105deg, #6aa6ff -1%, #ff9b9b 64%, #ffa4fb 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: -0.36px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 17.3px auto 29px;
}
.left-menu > ul {
  padding: 5px 0 22px;
  box-shadow: 0 -6px 5px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 15px;
}
.left-menu > ul .dash-board {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9d9d9d;
}
.left-menu > ul > li {
  padding: 14px 0;
}
.left-menu > ul > li > span {
  display: flex;
  align-items: center;
  margin: 0 20px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #9c9e9f;
  background: url(/image/pc/icon_plus2.png) no-repeat right center;
  background-size: 11px;
  cursor: pointer;
}
.left-menu > ul > li > span:before {
  content: "";
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  background-size: contain !important;
}
.left-menu > ul > li.n1 > span:before {
  background: url(/image/pc/lm_n1.png) no-repeat;
}
.left-menu > ul > li.n2 > span:before {
  background: url(/image/pc/lm_n2.png) no-repeat;
}
.left-menu > ul > li.n3 > span:before {
  background: url(/image/pc/lm_n3.png) no-repeat;
}
.left-menu > ul > li.n4 > span:before {
  background: url(/image/pc/lm_n4.png) no-repeat;
}

/* active */
.left-menu > ul > li.active > span {
  color: #000;
  background: url(/image/pc/icon_minus2.png) no-repeat right center;
  background-size: 11px;
}
.left-menu > ul > li.active ul {
  display: block;
}
.left-menu > ul > li ul {
  display: none;
  margin: 15px 0 0;
  padding: 10px 20px 16px;
  background-color: #f7f7f7;
}
.left-menu > ul > li li {
  margin: 8px 0 0;
}
.left-menu > ul > li li a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.left-menu > ul > li li.active a,
.left-menu > ul > li li a:hover {
  font-weight: 500;
  color: #000;
}

#content {
  display: table-cell;
  vertical-align: top;
  width: 960px;
  padding-left: 20px;
}
.content-inner {
  padding: 20px 20px 32px 24px;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eaeaea;
  background-color: #fff;
}
.content-inner.type-b {
  padding: 20px 0 0;
}
.content-inner.type-b .sub-title-area {
  margin: 0 20px 0 24px;
}

/****** footer start ******/
.footer {
  background-color: #f9f9f9;
}
.footer-inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  padding: 32px 0;
}
.footer-logo {
  margin: 0 110px 0 32px;
  width: 120px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-inner > article {
  min-width: 157px;
  margin-right: 66px;
}
.footer-inner > article .tit {
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a8a8a8;
}
.footer-inner > article li,
.footer-inner > article li a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #a8a8a8;
}
.footer-inner > article li a:hover {
  color: #000;
}

/** footer end **/

/*======================================
2. 메인페이지 영역 (메인페이지 관련)
======================================*/

/*swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  box-sizing: border-box;
}
.slider-btn-next,
.slider-btn-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}
.slider-btn-prev {
  left: 40px;
  background: url(/image/pc/r_prev.png) center center no-repeat;
  background-size: contain;
}
.slider-btn-next {
  right: 40px;
  background: url(/image/pc/r_next.png) center center no-repeat;
  background-size: contain;
}
.slider-btn-prev:after,
.slider-btn-next:after {
  display: none;
}

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

/*========== 메인비주얼 시작 ==========*/
.swiper-container.main-visual {
  width: 100%;
  margin: 0 auto;
}
.swiper-container.main-visual .swiper-wrapper {
  width: 100%;
}
.swiper-container.main-visual .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.swiper-container.main-visual .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-scrollbar {
  opacity: 1 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #0055aa;
}
.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;
}
/* type-b */
.file-upload.type-b {
  display: flex;
  align-items: flex-start;
}
.file-upload.type-b .gallery {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
}
.file-upload.type-b .upload .btn-small {
  width: 73px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*서브타이틀*/
.sub-title-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 8px;
  border-bottom: 1px solid #ccc;
}
.sub-title-area h1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.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;
}

/*list-empty*/
.list-empty {
  padding: 160px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #7a7e85;
  margin: 8px 0 0;
}
.list-empty.small {
  padding: 80px 0;
}
.list-empty.xsmall {
  padding: 26px 0;
}
.list-empty.xsmall img {
  width: 60px;
  height: 60px;
}
.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;
}

/*알림*/
.push-list {
  background: #fff;
  padding: 4px 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;
  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: #6053f5;
}
.push-list > ul > li .con {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  word-break: keep-all;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  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: #656565;
}
.push-list > ul > li.read .date {
  color: #485e96;
}
.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%;
}

/* BTT */
.BTT > ul {
  border-top: 1px solid #e6e6e6;
}
.BTT > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 68px;
  border-bottom: 1px solid #e6e6e6;
}
.BTT > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  text-align: left;
}
.BTT > ul > li > .tit {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a7e85;
  width: 164px;
  background-color: #f9f9f9;
  padding-left: 34px;
}
.BTT > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #ff7193;
  margin-left: 4px;
}
.BTT > ul > li > .con {
  font-size: 13px;
  color: #161616;
  padding-right: 0;
}
.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 {
  width: 314px;
}
.BTT > ul > li > .con select.input-regular {
  width: 160px;
}
.BTT > ul > li > .con .input-regular.width100 {
  min-width: 100px;
  width: auto;
}
.BTT > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.BTT > ul > li > .con textarea.input-regular {
  width: 100%;
  margin: 8px 0;
}
.BTT .btn-group-area {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BTT .btn-group-area .btn-medium {
  min-width: 185px;
}
.BTT > ul > li > .con select.input-regular {
  color: #999;
}
/* type-b */
.BTT.type-b > ul {
  padding: 16px 0 0;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.BTT.type-b > ul > li {
  padding: 0 0 16px;
  display: block;
  height: auto;
  border-bottom: 0;
}
.BTT.type-b > ul > li > * {
  display: block;
  padding: 0;
}
.BTT.type-b > ul > li > .tit {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  background-color: #fff;
  padding: 0;
}
.BTT.type-b > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #ff7193;
  margin-left: 4px;
}
.BTT.type-b > ul > li > .con {
  margin: 8px 0 0;
  padding: 0;
  font-size: 14px;
  color: #565656;
}
.BTT.type-b > ul > li > .con .input-regular {
  width: 546px;
  height: 35px;
  font-size: 14px;
  border-radius: 4px;
}
.BTT.type-b > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.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.btn-add {
  width: calc(100% - 108px);
}
.BTT.type-b > ul > li > .con .input-regular.btn-add + button {
  width: 104px;
  height: 44px;
  padding: 0;
  margin-left: 4px;
  font-size: 14px;
}
.BTT.type-b > ul > li > .con .input-regular.btn-add + button + .input-regular {
  margin: 8px 0 0;
}
.BTT.type-b > ul > li > .con .input-regular.unit-add {
  width: calc(100% - 82px);
}
.BTT.type-b > ul > li > .con textarea.input-regular {
  width: 546px;
  height: auto;
}
.BTT.type-b > ul > li > .con .editor-input {
  width: 546px;
  height: auto;
  min-height: 100px;
}
/* type-c */
.BTT.type-c > ul {
  margin: 16px 0 0;
  padding: 5px 0;
  text-align: left;
  border-top: 1px solid #696969;
}
.BTT.type-c > ul > li {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  border: 0;
}
.BTT.type-c > ul > li > * {
  width: 50%;
  padding: 0;
}
.BTT.type-c > ul > li > .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
  background-color: #fff;
  padding: 0;
}
.BTT.type-c > ul > li > .con {
  margin: 8px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #444;
}
.BTT.type-c > ul > li.total {
  border-top: 1px solid #bfbfbf;
  margin: 4px 0 0;
  padding: 10px 0 0;
}
.BTT.type-c > ul > li.total .tit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
.BTT.type-c > ul > li.total .con {
  font-size: 16px;
}
/* type-d */
.BTT.type-d > ul {
  padding: 16px 0 0;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.BTT.type-d > ul > li {
  padding: 20px 0;
  display: block;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.BTT.type-d > ul > li > * {
  display: block;
  padding: 0;
}
.BTT.type-d > ul > li > .tit {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  background-color: #fff;
  padding: 0;
}
.BTT.type-d > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #ff7193;
  margin-left: 4px;
}
.BTT.type-d > ul > li > .tit span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #999;
}
.BTT.type-d > ul > li > .con {
  margin: 8px 0 0;
  padding: 0;
  font-size: 14px;
  color: #565656;
}
.BTT.type-d > ul > li > .con .input-regular {
  width: 546px;
  height: 35px;
  font-size: 14px;
  border-radius: 4px;
}
.BTT.type-d > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.BTT.type-d > ul > li > .con input[type="radio"],
.BTT.type-d > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT.type-d > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 108px);
}
.BTT.type-d > ul > li > .con .input-regular.btn-add + button {
  width: 104px;
  height: 44px;
  padding: 0;
  margin-left: 4px;
  font-size: 14px;
}
.BTT.type-d > ul > li > .con .input-regular.btn-add + button + .input-regular {
  margin: 8px 0 0;
}
.BTT.type-d > ul > li > .con .input-regular.unit-add {
  width: calc(100% - 82px);
}
.BTT.type-d > ul > li > .con textarea.input-regular {
  width: 546px;
  height: auto;
}

/* Login */
.login-area {
  width: 300px;
  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: 200px;
}
.login-area .input-medium {
  width: 100%;
  border-radius: 4px;
}
.login-area input[type="text"]::placeholder,
.login-area input[type="password"]::placeholder {
  color: #999;
}
.login-area .input-large {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 16px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  height: 44px;
  border-radius: 4px;
  width: 100%;
}
.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: 12px;
  font-weight: 500;
  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 {
  margin: 14px 0 0;
  font-size: 12px;
  color: #a6a6a6;
  text-align: left;
}
.login-area .login-join > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}
.login-area .login-join a {
  font-size: 12px;
  color: #a6a6a6;
  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;
}

/*회원약관*/
.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 label {
  display: block;
  text-align: center;
}
.member-content .btn-group-area {
  padding: 24px 0 0;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}

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

/*결과*/
.result-area {
  width: 300px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}
.result-area .logo {
  width: 180px;
}
.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: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  margin: 60px 0 0;
}
.result-area p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #656565;
  margin: 8px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-medium {
  display: block;
  width: 100%;
  margin: 32px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}

/*게시판 목록 공통*/
.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.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: 12%;
}
.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: #f4f3ff;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  border-bottom: 1px solid #ccc;
}
.board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
}
.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;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: center;
  color: #565656;
}
.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;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject .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;
}
.board-list-content > div > ul > li.writer {
  color: #868686;
}
.board-list-content > div > ul > li.status span {
  width: 99px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #4f5764;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4f5764;
}
.board-list-content > div > ul > li.status span.complete {
  background-color: #7e7d83;
  border: solid 1px #7e7d83;
  color: #ffffff;
}
.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: 80px 0 48px;
}

/* hover */
.board-list-area.hover .board-list-content > div:hover > ul > li {
  background-color: #e4e1ff;
}
.board-list-area.hover .board-list-content > div:hover > ul > li.subject > a p,
.board-list-area.hover .board-list-content > div:hover > ul > li.num,
.board-list-area.hover .board-list-content > div:hover > ul > li.date {
  color: #6053f5;
}
.board-list-area.hover .board-list-content > div:hover > ul > li.subject > a p {
  font-weight: bold;
}

/* 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: 12px;
  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: 13px;
  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: 12px;
  font-weight: bold;
  color: #5cc4ef;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  font-size: 13px;
  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% - 32px);
  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 .num {
  width: 10%;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  vertical-align: top;
  padding-top: 18px;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat
    0 0;
  background-size: contain;
  opacity: 0.3;
}
.board-list-content .accordion .accordion-content {
  background: #fff;
  width: 100%;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  min-height: 0;
  opacity: 0;
}
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion.active .accordion-content {
  border-top: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  height: auto;
  opacity: 1;
}
.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 166px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 0 0 16px;
}

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

/*게시판 보기*/
.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;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  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;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  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: 40px 66px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  min-height: 440px;
  word-break: break-all;
}
.board-view-area .content.type-b {
  padding: 16px 0;
  min-height: auto;
}
.board-view-area .content.type-b img {
  margin: 0 0 18px;
}
.board-view-area .editor-input {
  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.small {
  min-height: 250px;
}
.board-view-area .content img {
  display: block;
  max-width: 100%;
  margin: 0 0 40px;
}
.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 {
  display: block;
}

/* 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 {
  background-color: #f9f9f9;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #7a7e85;
}
.board-re > div {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  padding: 24px 0;
}

/* 회원용 */
.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 #d6d6d6;
  border-radius: 4px;
  width: 100px;
}
.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 {
  width: calc(100% - 64px);
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.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 {
  padding: 32px 0 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 {
  width: 160px !important;
}
.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,
.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 .block-type-area {
  padding: 0 0 24px;
}

/* member-out */
.member-out {
  padding: 105px 0;
  text-align: center;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: url(/image/pc/icon_result.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: center;
  color: #565656;
  margin: 50px 0 0;
}
.member-out p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.52px;
  text-align: center;
  color: #656565;
  margin: 19px 0 33px;
}
.member-out .btn-group-area {
  padding: 0;
}
.member-out .btn-medium {
  width: 185px;
  margin: 0 5px;
}
.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 {
  padding: 16px 0 0;
  text-align: right;
}
.btn-delete-all {
  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;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
.welcome-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 9px 0 22px;
}
.welcome-btn .welcome {
  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: left;
  color: #656565;
}
.welcome-btn .welcome strong {
  font-weight: bold;
  color: #6053f5;
  margin: 0 4px 0 0;
}
.welcome-btn .welcome .icon {
  margin: 0 9px 0 0;
  width: 30px;
  height: 30px;
  background-color: #ced5ea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-btn .welcome .icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.welcome-btn .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
/*alirm*/
.welcome-btn .btn .alirm {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/image/pc/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
.welcome-btn .btn .alirm.new {
  background: url(/image/pc/icon_alirm_new.png) center center no-repeat;
  background-size: contain;
}
.welcome-btn .btn .btn-mypage {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/image/pc/icon_mypage.png) center center no-repeat;
  background-size: contain;
  margin: 0 0 0 12px;
}

.chatbot-area {
}

/* btn-add-regi */
.btn-add-regi {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6053f5;
  color: #fff;
}
.btn-add-regi:before {
  content: "+";
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin: 0 4px 3px 0;
}

/* business-request-list */
.business-request-list > ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 44px;
}
.business-request-list > ul > li:nth-child(odd) {
  background-color: #f5f5f5;
}
.business-request-list > ul > li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.business-request-list div.date {
  width: 170px;
  color: #777;
}
.business-request-list div.date span {
  font-weight: 500;
  color: #111;
}
.business-request-list div.status {
  width: 100px;
}
.business-request-list div.status p {
  height: 14px;
  display: inline-block;
  padding: 0 3px;
  border-radius: 4px;
  border: solid 1px #fe4b4b;
  background-color: #fe4b4b;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 13px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  transform: scale(0.8);
}
.business-request-list div.category {
  text-align: left;
  padding-left: 16px;
}
.business-request-list div.writer {
  width: 170px;
}
.business-request-list .profile-img {
  margin: 0 12px 0 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.business-request-list .profile-img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}
/* active */
.business-request-list li.active {
  background-color: #f8f9fe !important;
}
.business-request-list li.active .date,
.business-request-list li.active .status,
.business-request-list li.active .category,
.business-request-list li.active .writer {
  color: #6053f5;
}

/* outsourcing-company-list */
.outsourcing-company-list > ul {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.outsourcing-company-list > ul > li {
  margin: 20px 10px 0 0;
  width: calc((100% - 30px) / 4);
  border-radius: 10px 10px 5px 5px;
  background-color: #fff;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.outsourcing-company-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.outsourcing-company-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 51.17%;
  height: 0;
  overflow: hidden;
}
.outsourcing-company-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.outsourcing-company-list .info {
  padding: 16px 10px 21px;
}
.outsourcing-company-list .name {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  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;
}
.outsourcing-company-list .keyword {
  margin: 10px 0 0;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 7px;
  background-color: #eff1ff;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #6053f5;
}
.outsourcing-company-list .view-partners {
  margin: 13px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.outsourcing-company-list .view {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.outsourcing-company-list .partners {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6053f5;
}

/* banner-search */
.banner-search {
  padding: 22px 48px;
  text-align: center;
}
.banner-search .search {
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-search .search > div {
  width: calc(100% - 111px);
  height: 40px;
  border-radius: 30px;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-search .search .name {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.28px;
  text-align: left;
  color: #000;
}
.banner-search .search .name:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #6053f5;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.banner-search .search .input-regular {
  width: calc(100% - 198px);
  height: 40px;
  line-height: 40px;
  border-radius: 20px !important;
  padding: 0 24px;
}
.banner-search .search .btn-regular {
  width: 102px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}

.btn-accept {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 4px;
  width: 45px;
  height: 18px;
  padding: 0 12px;
  background-color: #fe4b4b;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/* download-list */
.download-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.download-list > ul > li {
  margin: 20px 10px 0 0;
  width: calc((100% - 30px) / 4);
  border-radius: 10px 10px 5px 5px;
  background-color: #fff;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.download-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.download-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 51.17%;
  height: 0;
  overflow: hidden;
}
.download-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-list .info {
  padding: 16px 10px 21px;
}
.download-list .name {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  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;
}
.download-list .view {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.download-list .download-price {
  margin: 9px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-list .download {
  height: 18px;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #9990ff;
  background-color: #f5f4ff;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #6053f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-list .download:after {
  content: "";
  width: 7px;
  height: 7px;
  background: url(/image/pc/icon_download.png) no-repeat;
  background-size: contain;
  margin: 0 0 1px 4px;
}
.download-list .price {
  height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  border: solid 1px #656565;
  background-color: #e8e8e8;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  color: #656565;
}

/* external-site-search */
.external-site-search {
  margin: 32px 0 0;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #efefef;
  border: solid 1px #ddd;
}
.external-site-search .input-regular {
  width: calc(100% - 198px);
  height: 40px;
  line-height: 40px;
  border-radius: 20px !important;
  padding: 0 24px;
  background-color: transparent;
  font-size: 14px;
}
.external-site-search input[type="text"]::placeholder {
  color: #656565;
}
.external-site-search .btn-regular {
  width: 102px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}

.sum-of-amount {
  margin: 19px 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}

/* review-list */
.review-list > ul > li {
  margin: 16px 0 0;
  padding: 20px 32px;
  border-radius: 10px;
  border: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
}
.review-list .rl-ndsrc {
  width: calc(100% - 112px);
}
.review-list .name-date-score-recommendation {
  display: flex;
  align-items: center;
}
.review-list .name-date-score {
  display: flex;
  align-items: center;
}
.review-list .name a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.review-list .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #999;
}
.review-list .date:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #a6a6a6;
  margin: 0 10px;
}
.review-list .star-rating-regular {
  margin: 0 24px;
}
.review-list .recommendation {
  display: flex;
  align-items: center;
}
.review-list .recommendation span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #999;
  margin: 3px 0 0;
}
.review-list .recommendation:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
  background: url(/image/pc/icon_recommend.png) no-repeat;
  background-size: contain;
}
.review-list .rl-cont {
  margin: 20px 0 0;
}
/* type-b */
.review-list.type-b {
  margin: 38px 0 0;
}
.review-list.type-b .title {
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  border-bottom: 1px solid #696969;
}
.review-list.type-b > ul > li {
  margin: 0;
  padding: 20px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
}

/* creditcard-list */
.creditcard-list > ul > li {
  position: relative;
  margin: 16px 0 0;
}
.creditcard-list > ul > li > .wrap {
  padding: 16px 24px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.creditcard-list > ul > li > .wrap.active {
  border: solid 1px #6053f5;
}
.creditcard-list .number {
  margin: 0 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: #161616;
  display: flex;
  align-items: center;
}
.creditcard-list > ul > li.default .number:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url(/image/pc/set_default.png) no-repeat;
  background-size: contain;
}
.creditcard-list .name {
  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: #565656;
  display: flex;
  align-items: center;
}
.creditcard-list .name:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
  background: url(/image/pc/icon_card.png);
  background-size: contain;
}
.creditcard-list .set {
  position: absolute;
  top: 16px;
  right: 8px;
  z-index: 100;
  background: url(/image/pc/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.creditcard-list .set > ul {
  position: absolute;
  top: 24px;
  right: -8px;
  z-index: 2;
  width: 120px;
  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 .default .set > ul > li + li {
  border-top: 0;
}
.creditcard-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  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: 16px;
  height: 16px;
  background-size: contain !important;
}
.creditcard-list .set > ul > li > button.del:after {
  background: url(/image/pc/set_del.png) no-repeat;
}
.creditcard-list .set > ul > li > button.default:after {
  background: url(/image/pc/set_default.png) no-repeat;
}
.creditcard-list > ul > li.default .set > ul > li:first-child {
  display: none;
}

/* registered-payment-method */
.registered-payment-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}
.registered-payment-method h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.registered-payment-method > div p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #acacac;
}

/* member-type-guide */
.member-type-guide {
  padding-bottom: 16px;
}
.member-type-guide p {
  margin: 16px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.member-type-guide .btn {
  display: flex;
  align-items: center;
}
.member-type-guide .btn .btn-regular {
  margin: 0 8px 0 0;
  width: 176.7px;
  height: 41px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(210, 206, 222, 0.3);
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #999;
}
.member-type-guide .btn .btn-regular.active {
  background-color: #6053f5;
  color: #fff;
}

/* business-request */
.business-request {
  padding: 16px 0;
}
.business-request .title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #656565;
}
.business-request .category {
  margin: 14px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-request .category select {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(210, 206, 222, 0.3);
  color: #999;
}
.business-request .category select + select {
  margin-left: 10px;
}
.business-request label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
  display: flex;
  align-items: center;
}
.business-request label input {
  margin: 0 6px 0 0;
}

.BTT .editor-input {
  height: 321px;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
}
.input-regular.request {
  background-color: #fff9f9;
  border: 0;
  color: #fe4b4b;
}

/* current-plan */
.current-plan {
  margin: 16px 0 0;
  padding: 18px 0;
  border-radius: 10px;
  background-color: #f3f5f8;
  display: flex;
  align-items: center;
}
.current-plan .title {
  width: 175px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #656565;
  border-right: 1px solid #e2e2e2;
}
.current-plan .title:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background: url(/image/pc/icon_current_plan.png) no-repeat;
  background-size: contain;
}
.current-plan ul.list {
  padding: 0 40px;
}
.current-plan ul.list li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.current-plan ul.list li + li {
  margin: 4px 0 0;
}

/* utilization-plan-use */
.utilization-plan-use {
  margin: 26px 0 0;
}
.utilization-plan-use h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.utilization-plan-use ul {
  margin: 16px 0 0;
}
.utilization-plan-use li {
  padding: 24px 22.8px;
  border-radius: 10px;
  border: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.utilization-plan-use li + li {
  margin: 24px 0 0;
}
.utilization-plan-use .name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.utilization-plan-use .cont {
  margin: 8px 128px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  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;
}
.utilization-plan-use .type {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #444;
}
.utilization-plan-use .price {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #111;
}
.utilization-plan-use .btn-small {
  margin: 10px 0 0;
  font-size: 12px;
}

/* utilization-plan-pay-insert */
.utilization-plan-pay-insert section {
  padding: 16px 20px 20px 24px;
}
.utilization-plan-pay-insert section + section {
  border-top: 7px solid #ecf0f6;
}
.utilization-plan-pay-insert .plan-pay {
  padding: 23px 23.9px 31px 18px;
  border-radius: 10px;
  background-color: #f3f5f8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.utilization-plan-pay-insert .plan-pay .name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6053f5;
}
.utilization-plan-pay-insert .plan-pay .cont {
  margin: 8px 128px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  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;
}
.utilization-plan-pay-insert .plan-pay .type {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #444;
}
.utilization-plan-pay-insert .plan-pay .price {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #6053f5;
}
.utilization-plan-pay-insert section .title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.utilization-plan-pay-insert .search {
  margin: 21px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.utilization-plan-pay-insert .search .input-regular {
  width: calc(100% - 142px);
  height: 40px;
  font-size: 14px;
}
.utilization-plan-pay-insert .search .btn-regular {
  width: 131px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}

/* payment-instructions */
.payment-instructions {
  margin: 2px 0 0;
}
.payment-instructions li {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}

/* choose-payment-method */
.choose-payment-method {
  margin: 32px 0 0;
}
.choose-payment-method label {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}
.choose-payment-method label input {
  margin: 0 8px 0 0;
}

.choose-payment-method-scroll {
  margin: 24px 0 0;
  overflow-y: hidden;
  overflow-x: auto;
}
.choose-payment-method-scroll::-webkit-scrollbar {
  height: 0;
  background: #f9f9f9;
}
.choose-payment-method-scroll::-webkit-scrollbar-thumb {
  background: #e9e9e9;
}
.choose-payment-method-scroll > div {
  width: 2000px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

/* cardinfo */
.cardinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 328px;
  height: 80px;
  margin: 0 10px 0 0 !important;
  padding: 24px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
.cardinfo .tit {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.cardinfo .tit .cardname {
  margin: 0 0 2px;
  display: block;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: left;
  color: #000;
}
.cardinfo .btn-insert2,
.cardinfo .btn-changeNadd {
  font-size: 10px;
  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: 12px;
  padding-right: 12px;
}

.utilization-plan-pay-insert .btn-group-area {
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* popup-cancellation-penalty */
.popup-cancellation-penalty {
  min-width: auto !important;
  width: 328px !important;
}
.popup-cancellation-penalty .inner-wrap {
  padding: 32px 52px;
}
.popup-cancellation-penalty .popup-content {
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #444;
}

/* item-view */
.item-view {
  padding: 10px 20px 11px 20px;
  border-radius: 5px;
  background-color: #fbfbff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.item-view .urgency {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px;
  padding: 2px 6px;
  border-radius: 4px;
  border: solid 1px #fe4b4b;
  background-color: #fe4b4b;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  transform: scale(0.8);
}

/* progress */
.progress ul {
  margin: 14px auto 0;
  width: 770px;
  display: flex;
  align-items: center;
}
.progress li {
  position: relative;
  width: 25%;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}
.progress li:before {
  content: "";
  z-index: 2;
  display: flex;
  margin: 0 auto 8px;
  width: 33px;
  height: 35px;
  border-radius: 50%;
  background-color: #e9e9e9;
  border: 2px solid #e9e9e9;
}
.progress li:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 113px;
  width: 160px;
  height: 4px;
  background-color: #e9e9e9;
}
.progress li:last-child:after {
  display: none;
}
.progress li.active {
  font-weight: 500;
  color: #5a88ff;
}
.progress li.active:before {
  border: 0;
  background: url(/image/pc/icon_in_progress.png) no-repeat;
  background-size: contain;
}
.progress li.done {
  font-weight: 500;
  color: #5a88ff;
}
.progress li.done:before {
  border: 0;
  background: url(/image/pc/icon_done_progress.png) no-repeat;
  background-size: contain;
}
.progress li.done:after {
  background-color: #e9e9e9;
}

/* comment-wrap */
.comment-wrap {
  padding: 20px 20px 32px 24px;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eaeaea;
  background-color: #fff;
  margin: 20px 0 0;
}
.comment-wrap .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.comment-wrap .list .title h1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.comment-wrap .list .title p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777;
}
.comment-wrap .list .title p span {
  color: #fe4b4b;
}
.comment-wrap .list > ul > li {
  padding: 18px 0 53px;
}
/* 댓글 의 답글 작성 */
.comment-wrap .list ul li .re_insert {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin: 44px 24px -29px 21.8px;
  padding: 24px 0 24px 0;
}
.comment-wrap .list ul li .re_insert .title {
  border: 0;
}
.comment-wrap .list ul li .re_insert .title h1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.comment-wrap .list ul li .re_insert textarea {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 11px 13.3px;
  border: 0; border-radius: 5px;
  background-color: #fbfbff;
  font-size: 14px;
}
.comment-wrap .list ul li .re_insert .file-upload-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-wrap .list ul li .re_insert .file-upload-btn .toRight {
  margin-left: auto;
}
/* 댓글 의 답글 작성 */

/* re */
.comment-wrap .list > ul > li.re {
  padding: 19px 24px 20px 21.8px;
  border-radius: 5px;
  background-color: #fbfbff;
}
.comment-wrap .list > ul > li.re .img-name-date-btn > div:before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: solid 2px #878787;
  border-bottom: solid 2px #878787;
  margin: 0 13px 0 0;
}
.comment-wrap .list .img-name-date-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-wrap .list .img-name-date-btn > div {
  display: flex;
  align-items: center;
}
.comment-wrap .list .img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50vw;
  border: solid 1px #ddd;
}
.comment-wrap .list .name {
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.comment-wrap .list .date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #999;
  display: flex;
  align-items: center;
}
.comment-wrap .list .date::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #a9a9a9;
  margin: 0 8px;
}
.comment-wrap .list .cont {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.comment-wrap .file-download a {
  margin: 8px 0 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #6053f5;
}
/* insert */
.comment-wrap .insert {
  border-top: solid 1px #bfbfbf;
  margin: 24px 0 0;
  padding: 18px 0 0;
}
.comment-wrap .insert .title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.comment-wrap .insert textarea {
  margin: 11px 0 20px;
  width: 100%;
  padding: 11px 13.3px;
  border-radius: 5px;
  background-color: #fbfbff;
  border: 0;
  font-size: 14px;
}
.comment-wrap .insert .file-upload-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* beta-service-after */
.beta-service-after {
  position: relative;
}
.beta-service-after .btn-analysis-request {
  position: absolute;
  top: -64px;
  right: 0;
}
.beta-service-after .cont {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.beta-service-after .ranking {
  margin: 21px 0 0;
  padding: 38px;
  border-radius: 10px;
  background-color: #f3f5f8;
}
.beta-service-after .ranking > div {
  text-align: center;
}
.beta-service-after .ranking .tit,
.beta-service-after .ranking .con {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin: 0 24px 0 0;
}
.beta-service-after .ranking span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin: 0 100px 0 0;
}
.beta-service-after .list .title {
  margin: 24px 0 9px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.beta-service-after .list > ul > li {
  display: flex;
  align-items: center;
  height: 49px;
  border-top: solid 1px #ddd;
}
.beta-service-after .list .tit {
  width: 102px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
.beta-service-after .list .tit span {
  color: #6053f5;
}

/* mypage-payment */
.mypage-payment > div > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mypage-payment > div > ul > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 21px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
}
.mypage-payment > div > ul > li.n1 {
  width: 200px;
}
.mypage-payment > div > ul > li.n2 {
  width: 220px;
}
.mypage-payment > div > ul > li.n4 {
  width: 130px;
}
.mypage-payment > div > ul > li.n5 {
  width: 130px;
}
.mypage-payment .header li {
  height: 58px;
  padding: 20px 0;
  background-color: #f3f5f8;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a7e85;
}

/* team-member-list */
.team-member-list {
  position: relative;
  padding: 16px 24px 0;
}
.team-member-list .btn-add-regi {
  position: absolute;
  top: -40px;
  right: 0;
}
.team-member-list > ul > li {
  padding: 53px 24px;
  border-radius: 10px;
  border: solid 1px #d7d7d7;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-member-list > ul > li + li {
  margin: 16px 0 0;
}
.team-member-list .email {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.team-member-list .status-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-member-list .status {
  margin-right: 50px;
  width: 56px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.team-member-list .status.requesting {
  color: #4086ee;
}
.team-member-list .status.complete {
  color: #6053f5;
}
.team-member-list .status.refuse {
  color: #a6a6a6;
}

/* outsourcing-company-view-review */
.outsourcing-company-view-review {
  display: flex;
  justify-content: space-between;
}
.outsourcing-company-view-review .img {
  position: relative;
}
.outsourcing-company-view-review .img img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}
.outsourcing-company-view-review .img .partners {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 67px;
  height: 27px;
  padding: 7px 11px;
  border-radius: 4px;
  background-color: #6e90c2;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.outsourcing-company-view-review .info {
  width: 459px;
}
.outsourcing-company-view-review .cname {
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.outsourcing-company-view-review .cname {
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.outsourcing-company-view-review .info .partners {
  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: #333;
}
.outsourcing-company-view-review .info > ul {
  margin: 11px 0 0;
  border-top: 1px solid #e9e9e9;
}
.outsourcing-company-view-review .info > ul > li {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e9e9e9;
}
.outsourcing-company-view-review .info .tit {
  width: 125px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.outsourcing-company-view-review .info .con {
  width: calc(100% - 125px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.outsourcing-company-view-review .info .star-rating-regular .star-score {
  padding-top: 4px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.outsourcing-company-view-review .btn-group {
  margin: 24px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.outsourcing-company-view-review .btn-group .btn-medium {
  margin: 0 0 0 10px;
  width: 141px;
}

/* document-templates-view */
.document-templates-view {
  display: flex;
  justify-content: space-between;
  padding: 48px 8px;
}
.document-templates-view .img {
  position: relative;
  width: 286px;
  height: 326px;
  object-fit: cover;
  border-radius: 5px;
  padding: 30px 52px;
  border: solid 1px #eaeaea;
  background-color: #c2c7d1;
}
.document-templates-view .img img {
  width: 182px;
  height: 267px;
  object-fit: cover;
}
.document-templates-view .info {
  width: calc(100% - 326px);
}
.document-templates-view .subject {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.document-templates-view .info ul {
  margin: 11px 0 0;
  border-top: 1px solid #e9e9e9;
}
.document-templates-view .info li {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
}
.document-templates-view .info .tit {
  width: 80px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.document-templates-view .info .con {
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.document-templates-view .info .con.price {
  font-size: 18px;
}
.document-templates-view .btn-group {
  margin: 24px 0 0;
}
.document-templates-view .btn-group .btn-medium {
  width: 141px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.document-templates-view .btn-group .btn-medium::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -4px 0 0 8px;
  background: url(/image/pc/icon_download2.png);
  background-size: contain;
}

/* beta-service-view-before */
.beta-service-view-before > ul {
  margin: 8px 0 0;
}
.beta-service-view-before > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
}
.beta-service-view-before > ul > li .tit {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #111;
  display: flex;
  align-items: center;
}
.beta-service-view-before > ul > li .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 16px 0 0;
  background-color: #ff7193;
  border-radius: 50%;
}
.beta-service-view-before > ul > li .con {
  margin: 8px 0 0;
  padding: 0 0 0 22px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.beta-service-view-before > ul > li.result .tit:before {
  display: none;
}
.beta-service-view-before > ul > li.result .con {
  margin: 16px 0 0;
  min-height: 100px;
  padding: 16px;
  border-radius: 10px;
  background-color: #f3f5f8;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* beta-service-view-after */
.beta-service-view-after .graph-score {
  position: relative;
  display: flex;
  width: 758px;
  height: 465px;
  padding-left: 465px;
  margin: 24px 62px;
  border-radius: 15px;
  background-color: #f7f7ff;
}
.beta-service-view-after .graph {
  position: absolute;
  top: -4px;
  left: -8px;
  width: 485px;
  height: 485px;
  border-radius: 15px;
}
.beta-service-view-after .graph img {
  width: 100%;
}
.beta-service-view-after .score-info {
  width: 293px;
  height: 465px;
  padding: 26px;
}
.beta-service-view-after .score-info .title {
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.beta-service-view-after .score-info .score {
  margin: 8px 0 0;
  font-size: 149px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #2124ff;
}
.beta-service-view-after .score-info .total-score {
  margin: 8px 0 0;
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.beta-service-view-after .detail {
  margin: 32px 0 0;
}
.beta-service-view-after .detail li {
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.beta-service-view-after .detail .tit {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #aaa;
  display: flex;
  align-items: center;
}
.beta-service-view-after .detail .tit:before {
  content: "-";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #aaa;
  margin: 0 8px 0 4px;
}
.beta-service-view-after .detail .con {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  text-align: center;
  color: #9c9ef5;
}
/* chk */
.beta-service-view-after .detail li.chk .tit:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(/image/pc/icon_chk.png) no-repeat;
  background-size: contain;
  margin: 0 6px 0 0;
}
.beta-service-view-after .detail li.chk .tit {
  color: #323232;
}
.beta-service-view-after .detail li.chk .con {
  color: #2124ff;
}

.beta-service-view-after .result {
  padding: 24px 16px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: var(--white);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}

.ranking-pass-rate {
  margin: 0 0 16px;
  padding: 48px 0;
  border-radius: 10px;
  border: solid 1px #ddd;
}
.ranking-pass-rate .ranking {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.ranking-pass-rate .pass-rate {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* checkbox-wrap */
.checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 546px;
}
.checkbox-wrap label {
  width: 25%;
  margin: 8px 0 0;
}

/* radio-wrap */
.radio-wrap > div {
  margin: 16px 0 0;
}
.radio-wrap > div > div {
  display: flex;
  align-items: center;
}
.radio-wrap label {
  width: 100px;
}
.radio-wrap .quantity-change {
  margin: 0 4px 0 0;
}
.radio-wrap .quantity-change + .input-regular {
  min-width: auto;
  width: 190px !important;
  margin: 0 8px 0 40px;
}
.radio-wrap .quantity-price {
  display: flex;
  align-items: center;
}

/* subheading */
.subheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px 15px;
  border-bottom: 1px solid #eaeaea;
}
.subheading h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.subheading .btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  border: solid 1px #6053f5;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #6053f5;
}
.subheading .btn-more:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/image/pc/icon_more.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 8px;
}

/* dashboard-business-management */
.dashboard-business-management {
  padding: 0 0 19.5px;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eaeaea;
  background-color: var(--white);
}
.dashboard-business-management .tab-menu-list {
  padding: 0 16px;
}
.dashboard-business-management .tab-menu-list .tab-menu.type-c {
  margin: 14px 0 0;
}

.dashboard-plan-charge {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}

/* dashboard-current-plan */
.dashboard-current-plan {
  width: 410px;
  height: 265px;
  padding: 0 0 20px;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.dashboard-current-plan .cont {
  padding: 24px;
}
.dashboard-current-plan li {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-current-plan .tit {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
  display: flex;
  align-items: center;
}
.dashboard-current-plan .tit:before {
  content: "";
  width: 7px;
  height: 7px;
  margin: 0 9px 0 0;
  border-radius: 50%;
}
.dashboard-current-plan .con {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.dashboard-current-plan li.n1 .tit:before {
  background-color: #5a88ff;
}
.dashboard-current-plan li.n2 .tit:before {
  background-color: #ff825a;
}
.dashboard-current-plan li.n3 .tit:before {
  background-color: #8f5aff;
}
.dashboard-current-plan li.n1 .con strong {
  color: #5a88ff;
}
.dashboard-current-plan li.n2 .con strong {
  color: #ff825a;
}
.dashboard-current-plan li.n3 .con strong {
  color: #8f5aff;
}
.dashboard-current-plan .btn {
  margin: 24px 0 0;
  display: flex;
  justify-content: flex-end;
}
.dashboard-current-plan .btn .btn-regular {
  width: 114px;
  font-size: 14px;
  font-weight: 500;
}

/* dashboard-buddy-in-charge */
.dashboard-buddy-in-charge {
  width: 510px;
  height: 265px;
  padding: 0 0 20px;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eaeaea;
  background-color: var(--white);
}
.dashboard-buddy-in-charge .cont {
  padding: 24px 16px 16px;
}
.dashboard-buddy-in-charge .img-info {
  display: flex;
}
.dashboard-buddy-in-charge .img img {
  width: 97px;
  height: 97px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px #ddd;
}
.dashboard-buddy-in-charge ul {
  width: calc(100% - 97px);
  padding-left: 37px;
}
.dashboard-buddy-in-charge li {
  display: flex;
  align-items: center;
}
.dashboard-buddy-in-charge li + li {
  margin: 8px 0 0;
}
.dashboard-buddy-in-charge .tit {
  width: 77px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2835a6;
}
.dashboard-buddy-in-charge .con {
  width: calc(100% - 77px);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.dashboard-buddy-in-charge .intro {
  margin: 32px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}
.dashboard-buddy-in-charge .intro strong {
  color: #6053f5;
}

/* popup type-b */
.popup.type-b {
  width: 437px;
  border-radius: 10px;
}
.popup.type-b .popup-header {
  height: 79px;
  background-color: #6e62f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}
.popup.type-b .popup-close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  background: url(/image/pc/icon_close_white.png) no-repeat 0 0;
  background-size: contain;
}
.popup.type-b .popup-content {
  padding: 30px 30px 30px;
  background-color: #fff;
}
.popup.type-b .BTT.type-b > ul {
  border: 0;
  padding: 0;
  margin: 0;
}
.popup.type-b .BTT.type-b > ul > li > .tit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.popup.type-b .BTT.type-b > ul > li > .con {
  margin: 19px 8px 0;
  padding: 0;
  font-size: 16px;
}
.popup.type-b .BTT.type-b > ul > li > .con .input-regular {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  font-size: 16px;
}
.popup.type-b .BTT.type-b > ul > li > .con select.input-regular {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 16px;
  border-radius: 10px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  font-size: 16px;
}
.popup.type-b .BTT.type-b > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
  border: 0;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  font-size: 16px;
}
.popup.type-b .btn-group-area .btn-medium {
  min-width: auto;
  width: 176px !important;
  height: 40px;
  line-height: 38px;
}
.popup.type-b .btn-group-area .btn-medium + .btn-medium {
  margin-left: 10px;
}
.popup.type-b .help-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* star-rating-insert type-b */
.star-rating-insert.type-b ul {
  margin: -8px 0 8px;
  display: flex;
  align-items: center;
}
.star-rating-insert.type-b ul li {
  cursor: pointer;
  margin-right: 14px;
  width: 34px;
  height: 33px;
  background: url(/image/pc/icon_star_rating_n.png) no-repeat 0 0;
  background-size: contain;
}
.star-rating-insert.type-b ul li.active {
  background: url(/image/pc/icon_star_rating_s.png) no-repeat 0 0;
  background-size: contain;
  -webkit-tap-highlight-color: transparent;
}

/* popup-creditcard-list */
.popup-creditcard-list .list-empty {
  padding: 40px 0;
}
.popup-creditcard-list .list-empty p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6053f5;
}
.popup-creditcard-list .registered-payment-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  border-bottom: 0;
  background-color: #fff;
}
.popup-creditcard-list .registered-payment-method h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.popup-creditcard-list .registered-payment-method > div p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #acacac;
}
.popup-creditcard-list .btn-add-regi {
  width: 96px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9;
  border-radius: 50vw;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: right;
  color: #161616;
}
.popup-creditcard-list .btn-add-regi:before {
  content: "+";
  font-size: 18px;
  font-weight: 300;
  color: #161616;
  margin: 0 4px 3px 0;
}

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

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

/* creditcard-view */
.creditcard-view h1 {
  margin: 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.creditcard-view > ul > li {
  margin: 16px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creditcard-view .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}
.creditcard-view .con {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #161616;
}

#card-password .input-regular {
  min-width: auto;
  width: 84px !important;
}

.team-member-accept p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #656565;
}

/* business-request-view */
.business-request-view {
  padding: 16px 0;
}

/* star-insert */
.star-insert {
  position: relative;
  font-size: 4rem;
  color: #ddd;
}
.star-insert input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.star-insert span {
  width: 0;
  position: absolute;
  left: 0;
  color: #35c5f0;
  overflow: hidden;
  pointer-events: none;
}

.text-list p {
  line-height: 1.8;
}


/* 2023-05-12 */
.list-empty.xsmall {
  padding: 26px 0 0;
}
.sub-title-small {
  margin: 32px 0 0;
}
.sub-title-small h1 {
  font-size: 18px;
  font-weight: 600;
}
.dashboard-current-plan .con {
  position: relative;
  padding-right: 36px;
}
.dashboard-current-plan .con span {
  position: absolute;
  top: 0;
  right: 0;
}

/* 2023-05-15 정필우 키워드 한줄 */
.outsourcing-company-list .keyword {
  line-height: 2em;
  max-height: 2em;
  padding:0px 5px;
}
/* 2023-05-15 정필우 키워드 한줄 */

/* 2023-05-16 정필우 리뷰내역 기업명부분 */
.review-list .name a {
	max-width:300px;
}
/* 2023-05-16 정필우 */


/* 2023-05-16 정필우 리뷰목록 별 */
.star-rating-regular .star-insert {
  position: relative;
  font-size: 1rem;
  color: #d6d6d6;
  padding-top: 2px;
}
.star-rating-regular .star-insert span {
  width: 0;
  position: absolute;
  left: 0;
  color: #ffce46;
  overflow: hidden;
  pointer-events: none;
}
/* 2023-05-16 정필우 리뷰목록 별 */


/* 2023-05-16 */
.file-upload-add {
  display: flex;
}
.file-upload-add .btn {
  display: flex;
  margin: 0 10px 0 0;
}
.file-upload-add .btn button {
  width: 21px;
  height: 21px;
  margin: 0 9px 0 0;
  padding: 5px;
  border-radius: 5px;
}
.file-upload-add .btn .btn-plus {
  background: url(/image/pc/icon_add.png) no-repeat;
  background-size: contain;
}
.file-upload-add .btn .btn-minus {
  background: url(/image/pc/icon_minus3.png) no-repeat;
  background-size: contain;
}
.file-upload-add .list li + li {
  margin: 14px 0 0;
}
.file-upload-add .list input[type="file"]::file-selector-button {
  width: 76px;
  height: 30px;
  padding: 6px 0;
  margin-right: 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6053f5;
  border-radius: 5px;
  background-color: #e8e7ff;
  border: 0;
  cursor: pointer;
}

/* 2023-05-16 */
.current-plan ul.list li {
  display: flex;
  align-items: center;
}
.current-plan .routine {
  margin: 0 0 0 9px;
  width: 39px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #6053f5;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

/* suspension-plan */
.suspension-plan {
  margin: 16px 0 0;
  padding: 18px 0;
  border-radius: 10px;
  background-color: #f3f5f8;
  display: flex;
  align-items: center;
}
.suspension-plan .title {
  width: 175px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #656565;
  border-right: 1px solid #e2e2e2;
}
.suspension-plan .title:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background: url(/image/pc/icon_current_plan.png) no-repeat;
  background-size: contain;
}
.suspension-plan ul.list {
  padding: 0 40px;
}
.suspension-plan ul.list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.suspension-plan ul.list li + li {
  margin: 4px 0 0;
}
.suspension-plan .lump-sum {
  margin: 0 0 0 9px;
  width: 39px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #ff5170;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.suspension-plan .routine {
  margin: 0 0 0 9px;
  width: 39px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #6053f5;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.suspension-plan .title:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background: url(/image/pc/icon_suspension_plan.png) no-repeat;
  background-size: contain;
}

/* star-rating-insert type-c */
.star-rating-insert.type-c ul {
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.star-rating-insert.type-c ul li {
  cursor: pointer;
  margin-right: 0;
  width: 17px;
  height: 33px;
  background: url(/image/pc/icon_star_rating_n.png) no-repeat 0 0;
  background-size: cover;
}
.star-rating-insert.type-c ul li:nth-child(even) {
  background: url(/image/pc/icon_star_rating_n_right_h.png) no-repeat 0 0;
  background-size: cover;
}
.star-rating-insert.type-c ul li:nth-child(even) {
  margin-right: 10px;
}
.star-rating-insert.type-c ul li.active {
  background: url(/image/pc/icon_star_rating_s_left_h.png) no-repeat 0 0;
  background-size: cover;
  -webkit-tap-highlight-color: transparent;
}
.star-rating-insert.type-c ul li.active:nth-child(even) {
  background: url(/image/pc/icon_star_rating_s_right_h.png) no-repeat 0 0;
  background-size: cover;
  -webkit-tap-highlight-color: transparent;
}
/* external-site-search */
.external-site-search {
  position: relative;
}
.external-site-search .input-regular {
  width: 100%;
  padding-right: 160px;
}
.external-site-search .btn-regular {
  position: absolute;
  top: 0;
  right: 0;
}
.radio-wrap label {
  margin-top: 8px;
  min-height: 28px;
}
.radio-wrap label:nth-child(2n) {
  margin-top: 0;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
}
.radio-wrap label:nth-child(2n) > div {
  display: none;
}
.radio-wrap label:nth-child(2n) input:checked + div {
  display: flex;
  align-items: center;
  margin: 0 0 0 40px;
}

.team-member-list .status-btn {
  width: 170px;
  justify-content: flex-start;
}
.team-member-list .status-btn .btn-small {
  width: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 2023-05-19 정필우 그래프 영역때문에 */
.beta-service-view-after .graph-score {
  width: 800px;
  padding-left: 507px;
}
.beta-service-view-after .graph {
  left: 22px;
}
/* 2023-05-19 정필우 그래프 영역때문에 */

/* 2023-05-20 정필우 파일첨부 수정 */
.item-view .file_name{
	position:relative;
	width: 100%;
	margin-bottom:4px;
}

.item-view .file_name .name {
  display: block;
  text-align: left;
  width: auto;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-left:50px;
  font-size: 14px;
}

.item-view .file_name .delete {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -2px;
  left: 2px;
  cursor: pointer;
  z-index: 1;
  background: url(/image/component/icon_file_upload_delete.png) no-repeat 0 0;
  background-size: contain;
}

.item-view.is_view .file_name .name {
  display: block;
  text-align: left;
  width: auto;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-left:0px;
}
/* 2023-05-20 정필우 파일첨부 수정 */

/* 2023-05-22 정필우 대댓글 수정*/
.comment-wrap .list > ul > li.re {
  padding: 19px 24px 20px 21.8px;
  border:none;
  background-color: #FFFFFF;
}
/* 2023-05-22 정필우 대댓글 수정*/

/* 2023-05-22 정필우 댓글 파일첨부 수정*/
.item-view.is_view2{
  padding: 10px 20px 11px 20px;
  margin-top:10px;
}
.item-view.is_view2 .file_name .name {
  display: block;
  text-align: left;
  width: auto;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-left:0px;
  font-size: 14px;
}

/* 2023-05-22 정필우 댓글 파일첨부 수정*/

/* 2023-5-30 */
.footer-inner {
  width: 1150px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  padding: 44px 0;
}
.footer-logo {
  margin: 18px 60px 0 32px;
  width: 137px;
  height: 84px;
}
.footer-logo img {
  width: 137px;
  height: 84px;
}
.footer-inner article {
  margin-right: 70px;
}
.footer-inner article .tit {
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a8a8a8;
}


/* 2023-07-25 */
.container {
  width: 100%;
  table-layout: fixed;
  padding: 27px 24px;
	margin: 0;
	background: #F5F5F5;
}
.left-menu {
  width: 184px;
  box-shadow: none;
  border: 0;
	padding: 0;
  background: transparent;
}
#content {
	width: calc(100% - 184px);
}
.left-menu .logo-link {
	border-radius: 15px;
	padding: 32px 28px;
	background-color: #fff;
}
.left-menu .logo {
  width: 122px;
	height: 68px;
}
.left-menu .btn {
	display: flex;
	width: 128px;
	height: 36px;
	margin: 16px auto 0;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #FD4749;
	color: #FD4749;
	font-family: ?????;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 146.154% */
	letter-spacing: -0.39px;
}
.left-menu .dash-board {
	position: absolute;
	top: -8px;
	left: -16px;
	color: #9D9D9D;
	font-family: ?????;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}
.left-menu > ul {
  padding: 0;
  border-radius: 0;
	position: relative;
	margin: 40px 0 0;
	box-shadow: none;
	background: none;
}
.left-menu > ul > li {
	padding: 12px 0;
	margin: 0;
}
.left-menu > ul > li.active {
	border-radius: 15px;
	background: #FFF;
	padding: 12px 0;
}
.left-menu > ul > li > span {
  margin: 0 12px;
}
.left-menu > ul > li ul {
  display: none;
  margin: 0;
  padding: 10px 20px 0;
  background-color: transparent;
}
.left-menu > ul > li > span:before {
  width: 28px;
	height: 28px;
	margin: 0 8px 0 0;
}

.left-menu > ul > li.n1 > span:before {
  background: url(/image/pc/lm_n1.png) no-repeat;
}
.left-menu > ul > li.n2 > span:before {
  background: url(/image/pc/lm_n2.png) no-repeat;
}
.left-menu > ul > li.n3 > span:before {
  background: url(/image/pc/lm_n3.png) no-repeat;
}
.left-menu > ul > li.n4 > span:before {
  background: url(/image/pc/lm_n4.png) no-repeat;
}
.left-menu > ul > li li a {
  color: #1F212D;
}
.left-menu > ul > li li.active a,
.left-menu > ul > li li a:hover {
  color: #FD4749;
}

.welcome-btn .welcome strong {
 	color: #FD4749;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
	color: #FD4749;
	border-bottom: 2px solid #FD4749;
}

.dashboard-current-plan {
	position: relative;
  width: calc((100% - 30px)/2);
}
.dashboard-buddy-in-charge {
 width: calc((100% - 30px)/2);
}

.business-request-list > ul.head > li > div {
  background: #fff2f9;
  color: #ce49eb !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.business-request-list div.use-plan {
  width: 120px;
}

.dashboard-current-plan .btn {
	margin: 0;
	position: absolute;
	top: 8px;
	right: 15px;
}
.dashboard-current-plan .btn button {
	display: flex;
	justify-content: center;
  align-items: center;
}
.dashboard-current-plan .btn button:after {
	content: "";
	width: 11px;
	height: 11px;
	background: url(../../image/pc/icon_white_arrow.png) no-repeat;
	background-size: contain;
	margin: 0 0 0 16px;
}


/* agree-popup-view */
.agree-popup-view {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #f8f8f8;
}
.agree-popup-view > div {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.56px;
}
.agree-popup-view button {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.56px;
}

/* .popup-agree.type-b */
.popup-agree.type-b .inner-wrap {
  padding: 0;
}
.popup-agree.type-b .popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fd4749;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.popup-agree.type-b > .inner-wrap > .popup-close {
	top: 16px;
  width: 24px;
  height: 24px;
  background: url(../../image/pc/icon_popup_close_white.png) no-repeat;
  background-size: contain;
}

.popup-agree .temp-content {
  background-color: #fff;
  padding: 0 24px 24px;
  margin: 0;
}
.popup-agree .temp-content pre {
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  background: var(--black-opacity-0, #fff);
  padding: 16px;
}

.footer-logo img {
  width: 109px;
	height: 68px;
}

body.inactive-left-menu .left-menu {
	display: none;
}

.content-inner.type-c {
	padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: #fff;
}

body.container-type-b .container {
  width: 100%;
  padding: 0;
}
body.container-type-b #content {
  padding-left: 0;
}

.tab-menu.type-d.alignCight {
	justify-content: center;
}

.tab-menu.type-d .inner-wrap .tab-header li.active, .tab-menu.type-d .inner-wrap .tab-header li.active:hover {
	background: #FD4749;
	border: 1px solid #FD4749;
}

.login-area input[type="text"]::placeholder,
.login-area input[type="email"]::placeholder,
.login-area input[type="password"]::placeholder {
  color: #999;
}

/* left-cont-right-red */
.left-cont-right-red {
  display: flex;
  align-items: center;
  background: #f8f8f8;
}
.left-cont-right-red .login-area {
  width: 396px;
  border-radius: 12px;
  background: #fff;
  padding: 24px 50px 50px;
  margin: 0 134px;
}
/* right-red */
.left-cont-right-red .right-red {
  width: calc(100% - 664px);
  height: 903px;
  background: #fd4749;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-cont-right-red .right-red .logo-large img {
  width: 462px;
  height: 258px;
}

.left-cont-right-red .login-area .title {
  margin: 16px 0 0;
  text-align: left;
  color: #191919;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
}
.left-cont-right-red .login-area .guide {
  margin: 16px 0 32px;
  text-align: left;
  color: var(--colors-gray-scale-80, #565656);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}

.left-cont-right-red .login-area .login-join {
  padding: 0 56px;
}

/* member-join-form */
.member-join-form {
  width: 396px;
  border-radius: 12px;
  background: #fff;
  padding: 24px 32px 50px;
  margin: 0 134px;
}
.member-join-form .BTT.type-b > ul > li > .con .input-regular {
  width: 100%;
  height: 40px;
}
.member-join-form .BTT.type-b > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 104px);
}
.member-join-form
  .BTT.type-b
  > ul
  > li
  > .con
  .input-regular.btn-add
  + .btn-regular {
  width: 99px;
  height: 40px;
  padding: 11px 0;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #6053f5;
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.member-join-form input[type="text"]::placeholder,
.member-join-form input[type="tel"]::placeholder,
.member-join-form input[type="email"]::placeholder,
.member-join-form input[type="number"]::placeholder,
.member-join-form input[type="password"]::placeholder {
  color: #999;
}
.member-join-form .BTT.type-b > ul {
  padding: 16px 0 0;
  border: 0;
}
.member-join-form .sub-title-area {
  border: 0;
  justify-content: center;
}
.member-join-form .sub-title-area h1 {
  text-align: center;
}

/* consulting-guide */
.consulting-guide .title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 100% */
}
.consulting-guide .guide {
  margin: 24px 0 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.consulting-guide ul {
  margin: 24px 0 76px;
}
.consulting-guide li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.consulting-guide li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/pc/icon_chk_circle.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.consulting-guide li + li {
  margin: 4px 0 0;
}

/* .popup-agree.type-b */
.popup-agree2.type-b .inner-wrap {
  padding: 0;
}
.popup-agree2.type-b .popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fd4749;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.popup-agree2.type-b > .inner-wrap > .popup-close {
  top: 16px;
  width: 24px;
  height: 24px;
  background: url(../../image/pc/icon_popup_close_white.png) no-repeat;
  background-size: contain;
}
.popup-agree2 .member-content {
  padding: 0 32px 48px;
}
.popup-agree2 .member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  background: var(--black-opacity-0, #fff);
  padding: 12px 16px;
  color: #999;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 8px 0 0;
}
.popup-agree2 .member-checked-all label {
  text-align: left;
}

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

.subheading .btn-more {
    border: solid 1px #FD4749;
    color: #FD4749;
}
.member-type-guide .btn .btn-regular.active {
    background-color: #FD4749;
}
.member-type-guide .btn .btn-regular {
    color: #FD4749;
}
.btn-add-regi {
    background-color: #FD4749;
}


/* 2023-09-01 */
.popup.type-b .popup-header {
  background-color: #fd4749;
}

.dashboard-current-plan .btn .btn-regular {
	width: auto;
	padding: 0 8px 0 12px;
}
.dashboard-current-plan .btn button:after {
	background: url(../../image/pc/icon_red_arrow.png) no-repeat;
	background-size: contain;
	margin: 0 0 0 8px;
}
.dashboard-current-plan .btn button:hover:after {
	background: url(../../image/pc/icon_white_arrow.png) no-repeat;
	background-size: contain;
	margin: 0 0 0 8px;
}

.btn-regular.theme3-c-btn.arrow {
	width: auto;
	padding: 0 8px 0 12px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.btn-regular.theme3-c-btn.arrow:after {
	content: "";
	width: 11px;
	height: 11px;
	margin: 0 0 0 8px;
	background: url(../../image/pc/icon_white_arrow.png) no-repeat;
	background-size: contain;

}
.btn-regular.theme3-c-btn.arrow:hover:after {
	background: url(../../image/pc/icon_red_arrow.png) no-repeat;
	background-size: contain;
}
.btn-regular.theme3-c-btn.line.arrow:after {
	background: url(../../image/pc/icon_red_arrow.png) no-repeat;
	background-size: contain;

}
.btn-regular.theme3-c-btn.line.arrow:hover:after {
	background: url(../../image/pc/icon_white_arrow.png) no-repeat;
	background-size: contain;
}

.dashboard-current-plan .con {
	padding-right: 0;
}
.dashboard-current-plan .con span {
	position: static;
}
.dashboard-current-plan .btn {
	right: 22px;
}
.dashboard-current-plan .cont {
	padding: 24px 22px;
}

.input-regular {
	border: 1px solid #ddd !important;
	box-shadow: none !important;
}
select.input-regular {
	color: #999;
}
select.input-regular option {
	color: #161616;
}

.popup.popup-report > .inner-wrap {
  padding: 0;
}

input[type="text"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="email"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="password"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="number"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="tel"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="button"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="submit"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="reset"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="file"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="search"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="url"]::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
textarea::placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="text"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="email"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="password"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="number"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="button"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="submit"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="reset"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="file"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="search"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="url"]::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
textarea::-webkit-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="text"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="email"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="password"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="number"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="tel"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="button"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="submit"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="reset"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="file"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="search"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}
input[type="url"]:-ms-input-placeholder {
  color: #999;
  letter-spacing: -0.5px;
}

.list-empty p {
  color: #FE4B4B !important;
}

.color-blue {
	color: #6053F5 !important;
}

#card_insert_form .input-regular::placeholder,
#card_insert_form select.input-regular{
	color: #FE4B4B ;
}
#card_insert_form select.input-regular option {
	color: #161616 ;
}

/* 2023-09-26 */
.container {
	padding: 24px;
}
.container-inner {
	display: table;
	width: 100%;
}
.container-inner > #content {
	padding: 20px 20px 32px 24px;
	border-radius: 5px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px #eaeaea;
	background-color: #fff;
}
#content > .container {
	padding: 0;
}
.outsourcing-company-view-review {
	justify-content: center;
}
.outsourcing-company-view-review .info {
	margin-left: 40px;
}
.outsourcing-company-view-review .img img {
	width: 594px;
	height: 594px;
}
.beta-service-after .ranking > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.beta-service-view-after .graph-score {
	margin: 24px auto;
}
.download-list .price {
	border: solid 1px #FD4749;
	background-color: #FD4749;
	color: #fff;
}
.dashboard-buddy-in-charge .img img {
	border: 0;
}
.sub-title-area .btn-small.theme3-c-btn {
	width: 99px;
	height: 38px;
	font-size: 18px;
	padding: 0;
	line-height: 36px;
	font-style: 600;
}
.comment-wrap .list .img-name-date-btn > div {
  flex-wrap: wrap;
}
.comment-wrap .list .img-name-date-btn > div .name {
  width: calc(100% - 40px);
}
.comment-wrap .list .img-name-date-btn > div .date {
  width: 100%;
	padding-left: 36px;
}
.comment-wrap .list .date::before {
  display: none;
}

/* 23-10-06 */
.dashboard-current-plan li.n1 p.tit::before {
  width: 0; height: 0;
  padding: 3px;
}
.dashboard-current-plan p.tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  margin-left: auto;
  font-size: 12px;
}
.dashboard-current-plan .con {
  display: flex;
  min-width: 70px;
  justify-content: right;
  margin-left: auto;
}


/* 2023-10-27 */
.left-menu .btn-work-request {
	border: 1px solid #FD4749;
	background: #fff;
	color: #FD4749;
	box-shadow: none;
}
