@charset "UTF-8";
/*------------
board
-------------*/
.board i {
  display: inline-block;
  width: auto;
  height: 2rem;
  padding-left: .5rem;
}
.board .wrap-file {
  display: block;
  padding: 2rem;
}
.board .wrap-file.edit-file {
  margin-top: 2rem;
  background: #f1f1f1;
  border-radius: 2rem;
}
.board .wrap-file > li a.file-ico {
  padding-left: 3rem;
  background-size: 2.8rem 2.8rem;
  background-position: left center;
}
.board .wrap-file > li a.file-ico:hover, .board .wrap-file > li a.file-ico:focus, .board .wrap-file > li a.file-ico:active {
  text-decoration: underline;
}
.board .wrap-file > li .file-del {
  display: inline-block;
  margin-left: 1rem;
  color: #ff5683;
  font-size: 2rem;
  font-weight: 600;
}
.board .wrap-file > li + li {
  margin-top: 1rem;
}

/* board list */
.board-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #0080ff;
}
.board-list .bhead {
  border-bottom: 1px solid #787e7b;
}
.board-list .bhead p {
  color: #282a29;
  font-weight: 600;
}
.board-list > li {
  display: table-row;
  position: relative;
  border-bottom: 1px solid #cbd0cd;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.board-list > li.reply {
  background: #f8f9fa;
}
.board-list > li.reply p.number {
  text-indent: -9999px;
}
.board-list > li.reply p.subject {
  position: relative;
  padding-left: 4.5rem;
}
.board-list > li.reply p.subject a::before {
  content: "답변:";
  margin-right: 1rem;
  text-decoration: none;
}
.board-list > li.reply p.subject::before {
  content: "\e946";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 2rem;
  line-height: 2rem;
  color: #0080ff;
  margin-top: -1rem;
  font-family: "feather";
}
.board-list > li:hover p.subject a {
  color: #0049ab;
}
.board-list > li > * {
  display: table-cell;
  padding: 2.5rem 1rem;
}
.board-list > li p {
  text-align: center;
  color: #787e7b;
}
.board-list > li p.subject {
  width: auto;
  color: #282a29;
}
.board-list > li p.subject a {
  display: block;
  color: #282a29;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.board-list > li p.subject a i {
  color: #8f9f97;
}
.board-list > li p.subject a:hover {
  text-decoration: underline;
}
.board-list > li p.number {
  width: 8rem;
}
.board-list > li p.writer {
  width: 18rem;
}
.board-list > li p.date {
  width: 18rem;
}
.board-list > li p.hit {
  width: 10rem;
}
.board-list > li p.file {
  width: 10rem;
}
.board-list > li p.file i {
  color: #0080ff;
}
.board-list > li p > em {
  display: none;
}
.board-list.notice > li p.writer {
  display: none;
}
.board-list.inquiry > li p.hit, .board-list.inquiry > li p.file {
  display: none;
}

/* 아코디언타입 */
.board-accordion {
  display: block;
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid #0080ff;
}
.board-accordion > li {
  position: relative;
  border-bottom: 1px solid #cbd0cd;
  line-height: 150%;
}
.board-accordion > li .subject {
  display: block;
  position: relative;
  width: 100%;
  padding: 2.5rem 6rem 2.5rem 2.5rem;
  font-size: 2rem;
  color: #282a29;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.board-accordion > li .subject::after {
  content: "\e92e";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  font-family: "feather";
  font-size: 3rem;
  transform: translateY(-50%);
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.board-accordion > li .accordion-cont {
  display: none;
  padding: 4rem;
  border-top: 1px solid #cbd0cd;
  word-break: break-word;
}
.board-accordion > li:hover .subject, .board-accordion > li:focus .subject, .board-accordion > li:active .subject, .board-accordion > li.active .subject {
  font-weight: 600;
}
.board-accordion > li.active .subject {
  color: #0080ff;
}
.board-accordion > li.active .subject::after {
  transform: translateY(-50%) rotate(180deg);
}
.board-accordion > li.active .accordion-cont {
  background: #f1f1f1;
}

/* 읽기 */
.board-view {
  margin-top: 2rem;
  border-top: 1px solid #0080ff;
}
.board-view p.subject {
  padding: 2.5rem 2rem;
  color: #282a29;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #cbd0cd;
}
.board-view p.subject i {
  padding-right: .5rem;
  padding-left: 0;
  color: #8f9f97;
  font-size: 80%;
}
.board-view .post-info {
  display: block;
  padding: 2rem 2rem;
  border-bottom: 1px solid #787e7b;
}
.board-view .post-info > li {
  display: inline-block;
  margin-right: 2rem;
  padding: .5rem 0;
}
.board-view .post-info > li strong {
  display: inline-block;
  color: #282a29;
}
.board-view .post-info > li strong::after {
  content: "·";
  padding: 0 .5rem;
}
.board-view .post-cont {
  display: block;
  padding: 3rem 2rem;
  overflow-x: auto;
  border-bottom: 1px solid #cbd0cd;
}
.board-view .post-cont .view-file {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.board-view .post-cont .view-file > p {
  padding: 1rem 0;
}
.board-view .post-cont .view-file > p img {
  max-width: 90%;
  height: auto;
  margin: 1rem 0;
}
.board-view .post-file {
  display: block;
  position: relative;
  min-height: 4rem;
  padding-left: 13rem;
  border-bottom: 1px solid #787e7b;
}
.board-view .post-file > p {
  position: absolute;
  top: 0;
  left: 0;
  width: 13rem;
  height: 100%;
  background: #f1f1f1;
}
.board-view .post-file > p span {
  display: table;
  width: 100%;
  height: 100%;
}
.board-view .post-file > p strong {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #282a29;
}
.board-view .post-inquiry {
  display: table;
  width: 100%;
  padding: 1rem 2rem;
  border-bottom: 1px solid #282a29;
}
.board-view .post-inquiry > li {
  display: table-row;
}
.board-view .post-inquiry > li > * {
  display: table-cell;
  padding: 1rem 0;
}
.board-view .post-inquiry p.title {
  width: 12rem;
  background: #fff;
  color: #282a29;
}
.board-view > li {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #cbd0cd;
}
.board-view > li.view-detail p {
  display: inline-block;
  margin-right: 1rem;
}
.board-view > li.view-detail p > em {
  display: inline-block;
  color: #282a29;
}
.board-view > li.view-detail p > em::after {
  content: "|";
  padding: 0 0.5rem;
}
.board-view > li.view-file, .board-view > li.view-post {
  padding: 0;
}
.board-view > li.view-file > *, .board-view > li.view-post > * {
  padding: 1.5rem 2rem;
}
.board-view > li.view-file > strong, .board-view > li.view-post > strong {
  display: table-cell;
  width: 13rem;
  color: #282a29;
  font-weight: 600;
}
.board-view > li.view-file p a, .board-view > li.view-post p a {
  display: block;
  color: #282a29;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.board-view > li.view-file p a:hover, .board-view > li.view-file p a:focus, .board-view > li.view-file p a:active, .board-view > li.view-post p a:hover, .board-view > li.view-post p a:focus, .board-view > li.view-post p a:active {
  text-decoration: underline;
}
.board-view > li.view-file > strong {
  background: #f1f1f1;
}
.board-view > li.view-file .file {
  padding: .5rem 0;
}
.board-view > li.view-file .file.file-ico {
  padding-left: 3rem;
  background-size: 2.8rem 2.8rem;
  background-position: left center;
}

/* 쓰기 */
.board-write {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-top: 2rem;
  border-top: 1px solid #0080ff;
  border-bottom: 1px solid #787e7b;
}
.board-write:before, .board-write:after {
  display: block;
  clear: both;
  content: "";
}
.board-write.post-info > li {
  border-bottom: none;
}
.board-write .box-privacy {
  padding: 2rem;
}
.board-write .box-privacy > p.privacy-title {
  margin-bottom: 1rem;
  color: #282a29;
  font-weight: 600;
  font-size: 1.8rem;
}
.board-write .box-privacy > span {
  display: block;
  padding: 2rem;
  background: #f1f1f1;
  line-height: 150%;
}
.board-write + .board-write {
  margin-top: 0;
  border-top: none;
}
.board-write > li {
  position: relative;
  width: 100%;
  padding-left: 14rem;
  border-bottom: 1px solid #cbd0cd;
}
.board-write > li:last-of-type {
  border-bottom: none;
}
.board-write > li.notitle {
  padding-left: 1rem;
}
.board-write > li.col2 {
  float: left;
  width: 50%;
}
.board-write > li > * {
  display: inline-block;
  padding: 1rem 1rem;
}
.board-write > li > label, .board-write > li > p.title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12rem;
  color: #282a29;
  font-weight: 500;
  text-align: right;
  transform: translateY(-50%);
}
.board-write > li .board-form {
  display: block;
}
.board-write > li .board-form label {
  padding-right: .5rem;
  font-weight: 600;
}
.board-write > li .date-wrap input {
  width: 14rem;
}

/* board search */
.board-sch {
  display: block;
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 6rem auto 0;
  padding: 0 7rem 0 1rem;
  border-bottom: 2px solid #282a29;
}
.board-sch form {
  position: relative;
  width: 100%;
}
.board-sch input[type=search] {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  border-width: 0;
  font-size: 1.8rem;
}
.board-sch .btn-sch {
  position: absolute;
  top: 0;
  right: -6rem;
  line-height: 5rem;
  width: 5rem;
  font-size: 3rem;
  color: #282a29;
}

/* 페이징 */
.wrap-paging {
  height: auto;
  padding: 5rem 0 2rem;
  text-align: center;
}
.wrap-paging a {
  display: inline-block;
  position: relative;
  margin: 0 .5rem;
  padding: 0 1rem;
  line-height: 4rem;
  color: #787e7b;
  vertical-align: middle;
}
.wrap-paging a:hover {
  color: #282a29;
}
.wrap-paging a.active {
  color: #282a29;
  font-weight: 700;
  padding-right: 4rem;
}
.wrap-paging a.active::after {
  display: block;
}
.wrap-paging a.pagebtn {
  width: 4rem;
  margin: 0;
  background: transparent;
  color: #282a29;
  font-weight: 600;
  font-size: 2rem;
}
.wrap-paging a.pagebtn:hover {
  color: #00a060;
}
.wrap-paging a::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  height: 2px;
  margin-left: 2rem;
  background: #0080ff;
}

.no-item {
  display: block;
  width: 100%;
  opacity: 1;
}
.no-item:before, .no-item:after {
  display: block;
  clear: both;
  content: "";
}
.no-item .wrap {
  display: block;
  width: 100%;
  height: auto;
  padding: 6rem 0;
  background: #f1f1f1;
  text-align: center;
  color: #787e7b;
}

/* 갤러리 타입 */
.board-gallery {
  padding-top: 2rem;
  margin: 0 -4rem;
}
.board-gallery:before, .board-gallery:after {
  display: block;
  clear: both;
  content: "";
}
.board-gallery > li {
  float: left;
  width: 33.3333%;
  padding: 2rem 4rem 5rem;
}
.board-gallery > li .wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.board-gallery > li .thumb {
  display: block;
  position: relative;
  padding-bottom: 60.5%;
  overflow: hidden;
  background: url("/img/board/noimg.jpg") no-repeat center/100%;
}
.board-gallery > li .thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border: 1px solid #fff;
  z-index: 1;
}
.board-gallery > li .thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  -o-transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.board-gallery > li .gallery-cont {
  padding-top: 2rem;
}
.board-gallery > li .gallery-cont p.subject {
  display: -webkit-box;
  min-height: 7rem;
  color: #282a29;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board-gallery > li .gallery-cont p.date {
  color: #787e7b;
}
.board-gallery > li .gallery-cont p.filename {
  color: #282a29;
  font-size: 1.8rem;
}
.board-gallery > li .gallery-cont p > em {
  display: none;
}
.board-gallery > li:hover .thumb img {
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center;
}
.board-gallery > li:hover .gallery-cont p.subject {
  color: #282a29;
  text-decoration: underline;
  font-weight: 600;
}

.tag {
  margin-bottom: 1rem;
}
.tag small {
  display: block;
  margin-top: 1rem;
}
.tag span,
.tag a {
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  color: #00a060;
  background: #fff;
  border: 1px solid #00a060;
  border-radius: 2rem;
}
.tag span::before,
.tag a::before {
  content: "#";
  margin-right: .2rem;
}
.tag span + span, .tag span + a,
.tag a + span,
.tag a + a {
  margin-left: .5rem;
}

/* 동영상 */
.videobox {
  position: relative;
  margin-top: 3rem;
  width: 100%;
  padding-bottom: 56%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1280px) {
  /* 갤러리 타입 */
  .board-gallery {
    margin: 0 -2rem;
  }
  .board-gallery > li {
    padding: 2rem 2rem 4rem;
  }
}
@media all and (max-width: 1024px) {
  /* 쓰기 */
  .board-write > li.col2 {
    float: none;
    width: 100%;
  }

  .board-list .bhead {
    display: none;
  }
  .board-list > li {
    display: block;
    padding: 6rem 1rem 2rem;
  }
  .board-list > li:before, .board-list > li:after {
    display: block;
    clear: both;
    content: "";
  }
  .board-list > li.reply p.subject {
    position: absolute;
  }
  .board-list > li > * {
    display: inline-block;
    padding: 0 1rem;
  }
  .board-list > li p {
    float: left;
    text-align: left;
    width: auto;
  }
  .board-list > li p.subject {
    float: none;
    position: absolute;
    top: 2rem;
    left: 1rem;
    right: 1rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .board-list > li p.number {
    display: none;
  }
  .board-list > li p.hit {
    display: none;
  }
  .board-list > li p.date, .board-list > li p.writer, .board-list > li p.file {
    width: auto;
    line-height: 3rem;
  }
  .board-list > li p > em {
    display: inline-block;
    color: #282a29;
  }
  .board-list > li p > em::after {
    content: "|";
    padding: 0 0.5rem;
  }

  /* 갤러리 타입 */
  .board-gallery > li {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .board .wrap-file.edit-file {
    margin-top: 0;
  }

  /* 읽기 */
  .board-view .post-cont .view-file > p img {
    max-width: 100%;
  }

  .board-write > li {
    position: relative;
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #cbd0cd;
  }
  .board-write > li > label, .board-write > li > p.title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: left;
    transform: none;
  }
  .board-write > li .board-form {
    display: block;
  }
  .board-write > li .board-form label {
    padding-right: .5rem;
    font-weight: 600;
  }
}
@media all and (max-width: 640px) {
  /* 갤러리 타입 */
  .board-gallery > li {
    width: 100%;
  }
  .board-gallery > li .wrap {
    padding: 0 1rem;
    text-align: center;
  }

  /* 아코디언 타입 */
  .board-accordion > li .subject {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 2.5rem 5rem 2.5rem 2rem;
  }
  .board-accordion > li .subject::after {
    right: 1rem;
    font-size: 2.4rem;
  }
  .board-accordion > li .accordion-cont {
    padding: 2.5rem;
    font-size: 14px;
  }
}
/* 첨부파일 */
.uploadResult {
  margin: 1rem;
  background-color: #5d6461;
}
.uploadResult ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.uploadResult li {
  list-style: none;
  padding: 1rem;
  align-content: center;
  text-align: center;
}
.uploadResult li img {
  width: 10rem;
}
.uploadResult li span {
  color: #fff;
}

.bigPictureWrapper {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: darkgray;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}

.bigPicture {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bigPicture img {
  width: 600px;
}

/*------------
form
-------------*/
/* 공통 폼 스타일 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  padding: 0 .5rem;
  background: #fff;
  border: 1px solid #cbd0cd;
}
select[placeholder],
textarea[placeholder],
input[type="text"][placeholder],
input[type="password"][placeholder],
input[type="submit"][placeholder],
input[type="search"][placeholder],
input[type="tel"][placeholder],
input[type="email"][placeholder],
input[type="number"][placeholder] {
  color: #787e7b;
}

input[type="text"], input[type="password"], input[type="date"], input[type="tel"], input[type="email"], input[type="search"] {
  height: 4rem;
}

select {
  display: inline-block;
  height: 4rem;
  padding-right: 3rem;
  background: url("/img/common/select.png") no-repeat right center #fff;
  background-size: 3rem 3rem;
  background-clip: padding-box;
  border: 1px solid #cbd0cd;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  width: auto;
  padding-left: 3rem;
  vertical-align: middle;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border: 1px solid #cbd0cd;
  background: #fff;
  transform: translateY(-50%);
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  content: "";
  position: absolute;
}
input[type="checkbox"] + label span,
input[type="radio"] + label span {
  padding-left: .5rem;
  padding-right: 1rem;
}
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  font-weight: 600;
}
input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  border-color: #0080ff;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  border-color: #0080ff;
}

input[type="checkbox"] + label::after {
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  transform: translateY(-50%);
}
input[type="checkbox"]:checked + label::before {
  border: 1px solid #0080ff;
  background: #0080ff;
}
input[type="checkbox"]:checked + label::after {
  content: "\e92b";
  font-family: "feather" !important;
  color: #fff;
  font-weight: 400;
}

input[type="radio"] + label::before {
  border-radius: 100%;
}
input[type="radio"] + label::after {
  top: 50%;
  left: .5rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
}
input[type="radio"]:checked + label::after {
  background: #0080ff;
  border-radius: 100%;
}

.date-wrap {
  position: relative;
  display: inline-block;
}
.date-wrap::after {
  content: "\e927";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: "feather" !important;
  font-size: 2rem;
  color: #787e7b;
  transform: translateY(-50%);
}

/* 공통 작성 양식 */
.cont-type-form {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  border-top: 1px solid #787e7b;
}
.cont-type-form:before, .cont-type-form:after {
  display: block;
  clear: both;
  content: "";
}
.cont-type-form .form-item {
  display: table;
  position: relative;
  width: 100%;
  min-height: 6rem;
  padding: 2rem;
  border-bottom: 1px solid #cbd0cd;
}
.cont-type-form .form-item > * {
  display: table-cell;
  vertical-align: middle;
}
.cont-type-form .form-item .item-label {
  position: relative;
  width: 20%;
  font-weight: 600;
  color: #282a29;
}
.cont-type-form .form-item .item-label.required::before {
  content: "\e92b";
  margin-right: .5rem;
  font-family: "feather" !important;
  color: #ff5683;
}
.cont-type-form .form-item .item-cont {
  position: relative;
}
.cont-type-form .form-item .item-cont .btn {
  margin: 1rem 0;
}
.cont-type-form .form-item .item-cont span {
  display: inline-block;
  padding: 1rem 0;
}
.cont-type-form .form-item .item-cont span.idcheck {
  display: block;
  color: #0080ff;
}
.cont-type-form .form-item .item-cont input[type=text], .cont-type-form .form-item .item-cont input[type=password] {
  width: 34rem;
}
.cont-type-form .form-item .item-cont input[type=text]:focus, .cont-type-form .form-item .item-cont input[type=password]:focus {
  border: 1px solid #0080ff;
}
.cont-type-form .form-item .item-cont.withtel select {
  width: 8rem;
}
.cont-type-form .form-item .item-cont.withtel input {
  width: 26rem;
}
.cont-type-form .marketing-text {
  display: inline-block;
  margin-right: 3rem;
  color: #282a29;
}
.cont-type-form .marketing-check {
  display: inline-block;
}
.cont-type-form .marketing-check input:checked + label {
  color: #282a29;
}
.cont-type-form .marketing-check label {
  margin-right: 2rem;
}

@media all and (max-width: 768px) {
  .cont-type-form .form-item {
    display: block;
  }
  .cont-type-form .form-item > * {
    display: block;
  }
  .cont-type-form .form-item .item-label {
    width: 100%;
    margin-bottom: .5rem;
  }
  .cont-type-form .form-item .item-cont input[type=text], .cont-type-form .form-item .item-cont input[type=password] {
    width: 100%;
  }
  .cont-type-form .form-item .item-cont.withtel select {
    width: 30%;
  }
  .cont-type-form .form-item .item-cont.withtel input {
    width: 68%;
  }
  .cont-type-form .form-item .item-cont.withbtn {
    padding-right: 8rem;
  }
  .cont-type-form .form-item .item-cont.withbtn button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media all and (max-width: 576px) {
  .form-wrap .form-item {
    min-height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .form-wrap .form-item .form-item-label {
    width: 100%;
    line-height: 40px;
  }
  .form-wrap .form-item .form-item-cont span {
    margin: 0;
  }
  .form-wrap .form-item .form-item-cont span.text {
    line-height: 170%;
  }
}
/*------------
contents.css
-------------*/
/* sub visual */
.sub-vis {
  position: relative;
  width: 100%;
  height: 45rem;
}
.sub-vis .vis-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub-vis .vis-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
  opacity: 0.5;
}
.sub-vis .vis-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: auto;
  transform: translate(-50%, -50%);
}
.sub-vis .vis-bg.active {
  animation: zoonIn 4s;
  animation-fill-mode: forwards;
}
.sub-vis .sub-tit {
  height: 100%;
}
.sub-vis .sub-tit > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
.sub-vis .sub-tit h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
}
.sub-vis .sub-tit h2::after {
  content: "";
  display: block;
  width: 18rem;
  height: 0.5rem;
  margin-left: 3rem;
  background: #0080ff;
}
.sub-vis .sub-tit .point-txt {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
.sub-vis .sub-tit .point-txt.yellow {
  color: #ffd900;
}
.sub-vis .sub-tit .sub-txt {
  margin-top: 0.8rem;
  font-size: 2rem;
  color: #ffd900;
}
.sub-vis .snb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  z-index: 100;
}
.sub-vis .snb:before, .sub-vis .snb:after {
  display: block;
  clear: both;
  content: "";
}
.sub-vis .snb .sel-drop-btn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  line-height: 8rem;
  font-size: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.sub-vis .snb .sel-drop-btn .ico-arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/common/btn-seldrop.png") no-repeat center/cover;
  transform: translateY(-50%) rotate(180deg);
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-vis .snb .sel-drop-btn .ico-arrow.down {
  transform: translateY(-50%);
}
.sub-vis .snb .snb-list li {
  float: left;
  position: relative;
  line-height: 8rem;
}
.sub-vis .snb .snb-list li > a {
  display: block;
  padding: 0 3.5rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-vis .snb .snb-list li + li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}
.sub-vis .snb .snb-list li:hover > a, .sub-vis .snb .snb-list li.active > a {
  font-weight: 600;
}
.sub-vis .snb .snb-list li.active > a {
  background: #0080ff;
}
.sub-vis .snb .snb-list li.active::after {
  display: none;
}
.sub-vis .snb .snb-list li.active + li::after {
  display: none;
}
.sub-vis::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background: rgba(0, 0, 0, 0.4);
}
.sub-vis.no-2depth {
  height: 37rem;
}
.sub-vis.no-2depth::after {
  display: none;
}
.sub-vis.no-2depth .sub-tit h2 {
  margin-top: 7rem;
}

@media all and (max-width: 1024px) {
  .sub-vis {
    height: 40rem;
  }
  .sub-vis .sub-tit h2 {
    font-size: 4.2rem;
  }
  .sub-vis .snb .sel-drop-btn {
    display: block;
  }
  .sub-vis .snb .snb-list {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .sub-vis .snb .snb-list li {
    float: none;
    width: 100%;
  }
  .sub-vis .snb .snb-list li > a {
    padding: 0 30px;
    color: #fff;
    font-weight: 300;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sub-vis .snb .snb-list li + li::after {
    display: none;
  }
  .sub-vis.no-2depth {
    height: 32rem;
  }
}
@media all and (max-width: 640px) {
  .sub-vis {
    height: 34rem;
  }
  .sub-vis .sub-tit h2 {
    justify-content: center;
    font-size: 3.6rem;
  }
  .sub-vis .sub-tit h2::after {
    display: none;
  }
  .sub-vis .sub-tit .point-txt {
    font-size: 2rem;
  }
  .sub-vis .sub-tit .sub-txt {
    font-size: 1.8rem;
  }
  .sub-vis .sub-tit .point-txt,
  .sub-vis .sub-tit .sub-txt {
    text-align: center;
  }
  .sub-vis .snb .sel-drop-btn {
    font-size: 18px;
    border-left: none;
    border-right: none;
  }
  .sub-vis .snb .snb-list li > a {
    font-size: 16px;
  }
  .sub-vis.no-2depth {
    height: 26rem;
  }
}
@media all and (max-width: 430px) {
  .sub-vis .sub-tit h2 {
    font-size: 3.4rem;
  }
  .sub-vis .snb .sel-drop-btn {
    font-size: 16px;
  }
  .sub-vis .snb .snb-list li > a {
    font-size: 14px;
  }
}
@keyframes zoonIn {
  from {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    transform: scale(1.2);
    opacity: 1;
  }
}
/* page */
.page-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0 0;
}
.page-wrap.nopt {
  padding: 0;
}

.page-tit {
  display: block;
  position: relative;
}
.page-tit .inner {
  padding: 5rem 0;
}
.page-tit h3 {
  font-size: 4.2rem;
  color: #282a29;
  font-weight: 700;
}
.page-tit .breadcrumbs {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.page-tit .breadcrumbs > span {
  position: relative;
  display: inline-block;
  color: #787e7b;
}
.page-tit .breadcrumbs > span > a {
  font-weight: 700;
  color: #5d6461;
}
.page-tit .breadcrumbs > span + span {
  margin-left: 0.5rem;
  padding-left: 1.5rem;
}
.page-tit .breadcrumbs > span + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 2px;
  background: #cbd0cd;
}
.page-tit .midtab {
  margin: 4rem -0.5rem 0;
}
.page-tit .midtab > li {
  display: inline-block;
  padding: 0 0.5rem 1rem;
}
.page-tit .midtab > li a {
  display: block;
  font-size: 1.8rem;
  padding: 2rem 3rem;
  border: 2px solid #cbd0cd;
  color: #787e7b;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-tit .midtab > li.active a {
  border-color: #0080ff;
  color: #0080ff;
  font-weight: 600;
}
.page-tit .midtab > li:hover a {
  border-color: #282a29;
  color: #282a29;
}

/* section common */
.section-wrap {
  display: block;
  position: relative;
  padding: 7rem 0 10rem;
}
.section-wrap .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  height: 1px;
  background: #cbd0cd;
}
.section-wrap .inner.no-border::before {
  display: none;
}
.section-wrap.section-bg {
  background: #f1f1f1;
}
.section-wrap.section-bg .inner::before {
  display: none;
}
.section-wrap.board {
  padding-top: 0;
}
.section-wrap.board .inner::before {
  display: none;
}
.section-wrap .section-tit {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
  color: #282a29;
  font-size: 2.4rem;
  font-weight: 400;
}
.section-wrap .section-tit span {
  display: inline-block;
}
.section-wrap .section-tit strong {
  padding-right: 1rem;
  font-weight: 700;
  font-size: 4rem;
}
.section-wrap .section-tit .btn {
  margin-left: auto;
}
.section-wrap .section-cont {
  padding: 3rem 0;
}
.section-wrap .section-cont.img-center {
  text-align: center;
}
.section-wrap .section-cont + .section-tit {
  padding-top: 5rem;
}

@media all and (max-width: 1480px) {
  .section-wrap .section-cont.img-center img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  .page-tit .inner {
    padding-top: 3rem;
  }
  .page-tit h3 {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 768px) {
  .page-tit .breadcrumbs {
    margin-top: 1.4rem;
  }

  .section-wrap {
    padding: 5rem 0 8rem;
  }
  .section-wrap .inner::before {
    top: -5rem;
  }
  .section-wrap .section-tit {
    padding-bottom: 0;
  }
  .section-wrap .section-tit .btn {
    margin-left: 0;
    margin-top: 2rem;
  }
  .section-wrap .section-cont {
    padding: 3rem 0;
  }
  .section-wrap .section-cont + .section-tit {
    padding-top: 3rem;
  }
}
@media all and (max-width: 640px) {
  .page-tit .inner {
    padding: 2rem 0 3rem;
    text-align: center;
  }
  .page-tit h3 {
    font-size: 3.4rem;
  }
  .page-tit .breadcrumbs {
    font-size: 16px;
  }
  .page-tit .midtab > li a {
    padding: 1rem 3rem;
  }
}
@media all and (max-width: 430px) {
  .page-tit .inner {
    padding: 0 0 3rem;
    text-align: center;
  }
  .page-tit h3 {
    font-size: 3rem;
  }
  .page-tit .breadcrumbs {
    font-size: 14px;
  }
}
/* intro */
.intro .intro-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 25rem 0;
  overflow: hidden;
}
.intro .intro-img > p {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  font-size: 4.4rem;
  line-height: 140%;
  word-break: keep-all;
}
.intro .intro-img > p strong {
  font-weight: 700;
}
.intro .intro-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/contents/history-bg.jpg") center/cover;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: -1;
  opacity: 0.5;
  -o-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
.intro .intro-img.aos-animate::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.intro .intro-cont {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 7rem 30px 0;
}
.intro .intro-cont:before, .intro .intro-cont:after {
  display: block;
  clear: both;
  content: "";
}
.intro .intro-cont .box-intro {
  position: relative;
  line-height: 140%;
  font-size: 1.8rem;
  word-break: keep-all;
}
.intro .intro-cont .box-intro p.sign {
  margin-top: 8rem;
  color: #282a29;
  text-align: right;
}
.intro .intro-cont .box-intro p.sign strong {
  display: block;
  margin-top: 1rem;
  font-size: 2.4rem;
}
.intro .intro-cont .box-intro p + p {
  margin-top: 2rem;
}
.intro .intro-cont .box-intro.fl-l {
  width: 28%;
  font-size: 3rem;
  font-weight: 600;
  color: #0080ff;
  text-align: right;
}
.intro .intro-cont .box-intro.fl-r {
  width: 60%;
}
.intro .intro-cont .box-intro.fl-r::before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  width: 2px;
  height: 100%;
  background: #0080ff;
}

@media all and (max-width: 1024px) {
  .intro .intro-img {
    padding: 8rem 0;
  }
  .intro .intro-img > p {
    font-size: 3.4rem;
  }
  .intro .intro-cont {
    padding: 5rem 0 0;
  }
  .intro .intro-cont .box-intro.fl-l, .intro .intro-cont .box-intro.fl-r {
    float: none;
    width: 100%;
    text-align: left;
  }
  .intro .intro-cont .box-intro.fl-l {
    margin-bottom: 4rem;
  }
  .intro .intro-cont .box-intro.fl-r::before {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .intro .intro-img {
    padding: 5rem 0;
  }
  .intro .intro-img > p {
    font-size: 2.6rem;
  }
  .intro .intro-cont .box-intro p.sign strong {
    font-size: 2.4rem;
  }
  .intro .intro-cont .box-intro.fl-l {
    font-size: 2.6rem;
  }
}
/* history */
.history .history-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 25rem 0;
  overflow: hidden;
}
.history .history-img > p {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  font-size: 4.4rem;
  line-height: 140%;
  word-break: keep-all;
}
.history .history-img > p strong {
  font-weight: 700;
}
.history .history-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/main/main-vis-03.jpg") center/cover;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: -1;
  opacity: 0.5;
  -o-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
.history .history-img.aos-animate::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.history .history-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-top: 7rem;
}
.history .history-list > li {
  flex: 0 33.3%;
  min-height: 24rem;
  padding: 2rem 2rem 2rem 0;
  margin-bottom: 3rem;
}
.history .history-list > li > p {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #282a29;
}
.history .history-list > li li {
  position: relative;
  font-size: 1.8rem;
  list-style: disc;
  margin-left: 2rem;
}
.history .history-list > li li + li {
  padding-top: 1rem;
}
.history .history-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.7rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  background: #0080ff;
}
.history .history-list > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 2px dotted #0049ab;
  z-index: -1;
}

@media all and (max-width: 1024px) {
  .history .history-img {
    padding: 8rem 0;
  }
  .history .history-img > p {
    font-size: 3.4rem;
  }
  .history .history-list > li {
    flex: 0 50%;
  }
}
@media all and (max-width: 560px) {
  .history .history-img {
    padding: 5rem 0;
  }
  .history .history-img > p {
    font-size: 2.6rem;
  }
  .history .history-list > li {
    flex: 0 100%;
    padding: 0 2rem 2rem 4rem;
    margin-bottom: 0;
  }
  .history .history-list > li::before {
    top: 1rem;
    left: -0.6rem;
  }
  .history .history-list > li::after {
    position: absolute;
    top: 1rem;
    bottom: 0;
    left: 0;
    right: auto;
    width: 1px;
    height: auto;
    border-top: none;
    border-left: 2px dotted #0049ab;
    opacity: 0.2;
    z-index: -1;
  }
}
/* patent */
.patent .patent-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -4rem;
}
.patent .patent-list li {
  flex: 0 33.3%;
  text-align: center;
  padding: 2rem 4rem;
}
.patent .patent-list li img {
  width: 100%;
  max-width: 34rem;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}

.patent2 {
  background: #f1f1f1;
}
.patent2 .patent-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -4rem;
}
.patent2 .patent-list li {
  flex: 0 20%;
  text-align: center;
  padding: 2rem 4rem;
}
.patent2 .patent-list li img {
  width: 100%;
  max-width: 22rem;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}

@media all and (max-width: 1024px) {
  .patent2 .patent-list {
    margin: 0 -2rem;
  }
  .patent2 .patent-list li {
    padding: 2rem 2rem;
    flex: 0 25%;
  }
}
@media all and (max-width: 640px) {
  .patent .patent-list {
    margin: 0 -1rem;
  }
  .patent .patent-list li {
    flex: 0 50%;
    padding: 1rem;
  }

  .patent2 .patent-list {
    margin: 0 -1rem;
  }
  .patent2 .patent-list li {
    flex: 0 33.333%;
    padding: 1rem;
  }
}
/* performance */
.perform .perform-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -4rem;
}
.perform .perform-list li.item {
  position: relative;
  flex: 0 25%;
  padding: 2rem 4rem;
}
.perform .perform-list li.item > .item-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20rem;
}
.perform .perform-list li.item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  overflow: hidden;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}
.perform .perform-list li.item .thumb > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 20rem;
  transform: translate(-50%, -50%);
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.perform .perform-list li.item .info {
  padding: 2rem 0;
}
.perform .perform-list li.item .info p.tit {
  font-size: 2rem;
  color: #282a29;
  font-weight: 600;
}

@media all and (max-width: 1480px) {
  .perform .perform-list li.item {
    flex: 0 33.333%;
  }
}
@media all and (max-width: 1024px) {
  .perform .perform-list li.item {
    flex: 0 50%;
  }
}
@media all and (max-width: 640px) {
  .perform .perform-list {
    margin: 0 -2rem;
  }
  .perform .perform-list li.item {
    padding: 2rem;
  }
}
@media all and (max-width: 560px) {
  .perform .perform-list li.item {
    flex: 0 100%;
  }
}
/* product */
.product .product-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -4rem;
}
.product .product-list li.item {
  position: relative;
  flex: 0 50%;
  max-width: 74rem;
  padding: 0 4rem 4rem;
}
.product .product-list li.item > .item-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 36rem;
  padding-left: 32rem;
  background: #fff;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}
.product .product-list li.item .item-img {
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  width: 32rem;
  overflow: hidden;
}
.product .product-list li.item .item-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product .product-list li.item .item-info {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 34rem);
  height: auto;
  padding: 2rem 2rem 2rem 0;
  transform: translateY(-50%);
}
.product .product-list li.item .item-info .product-name {
  color: #282a29;
}
.product .product-list li.item .item-info .product-name > p {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 100%;
}
.product .product-list li.item .item-info .product-name > p small {
  display: inline-block;
  font-size: 70%;
  font-weight: 400;
}
.product .product-list li.item .item-info .product-name > span {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.product .product-list li.item .item-info .product-name > small {
  display: inline-block;
  color: #787e7b;
  margin-top: 0.4rem;
}
.product .product-list li.item .item-info .product-info {
  margin: 3rem 0;
}
.product .product-list li.item .item-info .product-info li strong::after {
  content: "-";
  margin: 0 0.5rem;
}
.product .product-list li.item .item-info .product-info li + li {
  margin-top: 0.7rem;
}
.product .product-detail {
  position: relative;
  margin: 0 auto;
}
.product .product-detail:before, .product .product-detail:after {
  display: block;
  clear: both;
  content: "";
}
.product .product-detail .detail-info {
  position: relative;
  float: left;
  width: 28%;
  height: 64rem;
  padding: 4rem 0;
}
.product .product-detail .detail-info .product-name {
  color: #282a29;
}
.product .product-detail .detail-info .product-name > p {
  font-size: 5rem;
  font-weight: 700;
  line-height: 120%;
}
.product .product-detail .detail-info .product-name > p small {
  display: inline-block;
  font-size: 70%;
  font-weight: 400;
}
.product .product-detail .detail-info .product-name > span {
  display: block;
  margin-top: 2rem;
  font-size: 4rem;
}
.product .product-detail .detail-info .product-name > span small {
  display: block;
  margin-top: 2rem;
  font-size: 2rem;
  color: #5d6461;
}
.product .product-detail .detail-info .product-info {
  position: absolute;
  bottom: 4rem;
  width: 100%;
}
.product .product-detail .detail-info .product-info li {
  font-size: 1.8rem;
}
.product .product-detail .detail-info .product-info li strong {
  color: #282a29;
  font-weight: 600;
}
.product .product-detail .detail-info .product-info li strong::after {
  content: "|";
  margin: 0 1rem;
  color: #0080ff;
}
.product .product-detail .detail-info .product-info li + li {
  margin-top: 1.4rem;
}
.product .product-detail .detail-img {
  position: relative;
  float: right;
  width: 70%;
}
.product .product-detail .detail-img img {
  width: 100%;
}
.product .product-detail .detail-img .img-slide-sml {
  width: 10rem;
  position: absolute;
  right: 4rem;
  top: 0;
  padding: 4rem 0;
}
.product .product-detail .detail-img .img-slide-sml li {
  padding: 0.6rem 0;
}
.product .product-detail .detail-img .img-slide-sml li img {
  border: 1px solid #cbd0cd;
}
.product .product-detail .detail-img .img-slide-sml li.slick-current img {
  border: 2px solid #0080ff;
}
.product .product-detail .detail-img .img-slide-sml .slide-btn {
  display: block;
  position: absolute;
  left: 50%;
  width: 4rem;
  height: 4rem;
  transform: translateX(-50%) rotate(90deg);
  text-indent: -9999px;
  cursor: pointer;
}
.product .product-detail .detail-img .img-slide-sml .slide-btn.btn-prev {
  top: 0;
  background: url("../img/main/btn-arr-product-left.png") no-repeat center/cover;
}
.product .product-detail .detail-img .img-slide-sml .slide-btn.btn-next {
  bottom: 0;
  background: url("../img/main/btn-arr-product-right.png") no-repeat center/cover;
}
.product .product-detail .detail-img .img-slide-big {
  width: 62rem;
}
.product .product-desc {
  position: relative;
  width: 100%;
  word-break: keep-all;
}
.product .product-desc .desc-tit {
  line-height: 3rem;
  font-size: 2.2rem;
  color: #0080ff;
  font-weight: 600;
}
.product .product-desc .desc-cont {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 150%;
}
.product .product-desc .desc-cont > span {
  display: inline-block;
}
.product .product-desc .desc-cont > span + span {
  padding-top: 1rem;
}
.product .product-desc .desc-cont em {
  display: inline-block;
  font-weight: 600;
  color: #282a29;
  margin-right: 1rem;
}
.product .product-desc .desc-cont small {
  display: block;
  padding: 0.3rem 0;
  color: #787e7b;
}
.product .product-desc .desc-cont + .desc-tit {
  margin-top: 4rem;
}
.product .product-desc .desc-cont.no-tit {
  margin-top: 0;
}
.product .product-desc .desc-cont .desc-cont-img {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1.6rem 2rem;
}
.product .product-desc .desc-cont .desc-cont-img > .item {
  width: 46rem;
  height: 100%;
  padding: 1.6rem;
}
.product .product-desc .desc-cont .desc-cont-img > .item img {
  width: 100%;
  height: auto;
}
.product .product-desc .desc-cont .desc-cont-img > .item p {
  color: #282a29;
  padding-top: 1rem;
}
.product .product-desc .desc-cont .desc-cont-img > .item:first-of-type .thumb {
  border-bottom: 0.4rem solid #ff5683;
}
.product .product-desc .desc-cont .desc-cont-img > .item:nth-of-type(2) .thumb {
  border-bottom: 0.4rem solid #0080ff;
}
.product .product-desc .desc-cont .desc-cont-list li {
  list-style: disc;
  list-style-position: inside;
}
.product .product-desc .desc-cont .desc-cont-list li + li {
  margin-top: 1rem;
}
.product .product-desc .desc-cont .desc-cont-list.no-style li {
  list-style: none;
}
.product .product-desc .desc-cont-img2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.product .product-desc .desc-cont-img2 .cont-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 2rem;
  background: #fff;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}
.product .product-desc .desc-cont-img2 .cont-item .label-num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: #0080ff;
  font-weight: 700;
  color: #fff;
  font-size: 2.8rem;
  z-index: 1;
}
.product .product-desc .desc-cont-img2 .cont-item .thumb {
  flex-grow: 0;
  width: 40rem;
  height: auto;
}
.product .product-desc .desc-cont-img2 .cont-item .thumb img {
  width: 100%;
  height: auto;
}
.product .product-desc .desc-cont-img2 .cont-item .desc {
  flex: 1;
  margin-left: 4rem;
  padding: 2rem;
  line-height: 180%;
}
.product .product-desc .desc-cont-img2 .cont-item .desc strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0080ff;
  margin-bottom: 1.4rem;
}
.product .product-desc .desc-cont-img2 .cont-item .desc p {
  color: #282a29;
  font-size: 1.8rem;
}
.product .product-desc .desc-cont-img2 .cont-item .desc em {
  display: block;
  margin-top: 1rem;
}
.product .product-desc .desc-cont-img2 .cont-item + .cont-item {
  margin-top: 2rem;
}
.product .product-desc.video {
  width: 70%;
  padding-bottom: 39%;
  margin: 0 auto 4rem;
}
.product .product-desc.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) and (max-width: 1480px) {
  .product .product-list li.item {
    max-width: 55rem;
  }
  .product .product-list li.item > .item-inner {
    height: auto;
    padding-left: 0;
    padding-top: 40rem;
    text-align: center;
  }
  .product .product-list li.item .item-img {
    bottom: auto;
    left: 50%;
    height: 36rem;
    transform: translateX(-50%);
  }
  .product .product-list li.item .item-info {
    position: relative;
    top: auto;
    width: 100%;
    padding: 2rem 2rem 4rem;
    transform: translateY(0);
  }
}
@media all and (max-width: 1480px) {
  .product .product-detail .detail-info {
    width: 40%;
  }
  .product .product-detail .detail-img {
    width: 50%;
    padding-bottom: 9rem;
  }
  .product .product-detail .detail-img .img-slide-sml {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 4rem;
  }
  .product .product-detail .detail-img .img-slide-sml li {
    padding: 0 0.6rem;
  }
  .product .product-detail .detail-img .img-slide-sml .slide-btn {
    left: auto;
    transform: translateY(-50%);
  }
  .product .product-detail .detail-img .img-slide-sml .slide-btn.btn-prev {
    top: 50%;
    left: 0;
  }
  .product .product-detail .detail-img .img-slide-sml .slide-btn.btn-next {
    top: 50%;
    right: 0;
  }
  .product .product-detail .detail-img .img-slide-big {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .product .product-list li.item {
    flex: 0 100%;
    max-width: 100%;
  }
  .product .product-detail .detail-info {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 7rem;
    padding: 0;
  }
  .product .product-detail .detail-info .product-name > p {
    font-size: 4.2rem;
  }
  .product .product-detail .detail-info .product-name > span {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .product .product-detail .detail-info .product-info {
    position: relative;
    bottom: auto;
    margin-top: 4rem;
  }
  .product .product-detail .detail-img {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .product .product-detail .detail-img .img-slide-sml {
    right: 0;
  }
  .product .product-desc .desc-cont-img2 .cont-item {
    flex-direction: column;
  }
  .product .product-desc .desc-cont-img2 .cont-item .thumb {
    flex-grow: 1;
    width: 100%;
  }
  .product .product-desc .desc-cont-img2 .cont-item .desc {
    margin-left: 0;
    margin-top: 2rem;
  }
  .product .product-desc.video {
    width: 100%;
    padding-bottom: 54%;
    margin: 0 auto 4rem;
  }
}
@media all and (max-width: 640px) {
  .product .product-list {
    margin: 0 -2rem;
  }
  .product .product-list li.item {
    padding: 0 2rem 4rem;
  }
  .product .product-list li.item > .item-inner {
    height: 30rem;
    padding-left: 30rem;
  }
  .product .product-list li.item .item-img {
    width: 26rem;
  }
  .product .product-list li.item .item-info {
    width: calc(100% - 30rem);
  }
  .product .product-list li.item .item-info .product-name > p {
    font-size: 3rem;
  }
  .product .product-list li.item .item-info .product-name > span {
    font-size: 16px;
  }
  .product .product-list li.item .item-info .product-info {
    font-size: 14px;
  }
  .product .product-detail .detail-img {
    width: 100%;
  }
  .product .product-desc .desc-cont-img2 .cont-item {
    padding: 0;
  }
  .product .product-desc .desc-cont-img2 .cont-item .desc {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 560px) {
  .product .product-list li.item > .item-inner {
    height: auto;
    padding-left: 0;
    padding-top: 30rem;
    text-align: center;
  }
  .product .product-list li.item .item-img {
    bottom: auto;
    left: 50%;
    height: 26rem;
    transform: translateX(-50%);
  }
  .product .product-list li.item .item-info {
    position: relative;
    top: auto;
    width: 100%;
    padding: 2rem 2rem 4rem;
    transform: translateY(0);
  }
}
/* guide */
.guide .guide-text {
  margin-top: 2rem;
  padding-top: 4rem;
  border-top: 1px solid #cbd0cd;
}
.guide .guide-text > p {
  font-size: 1.8rem;
  color: #282a29;
  font-weight: 600;
}
.guide .guide-text > p + h4 {
  margin-top: 4rem;
}
.guide .guide-text h4 {
  font-size: 2.6rem;
  color: #0080ff;
  font-weight: 700;
  margin-bottom: 3rem;
}
.guide .guide-text > ul.list-dots li {
  margin-left: 2rem;
  list-style: disc;
  list-style-position: outside;
  font-size: 1.8rem;
}
.guide .guide-text > ul.list-dots li + li {
  margin-top: 2rem;
}
.guide .guide-process {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
.guide .guide-process.col4 > li {
  flex: 0 25%;
}
.guide .guide-process.col5 > li {
  flex: 0 20%;
}
.guide .guide-process > li {
  position: relative;
  text-align: center;
}
.guide .guide-process > li .item-img {
  display: block;
  width: 22rem;
  height: 22rem;
  margin: 0 auto;
  padding: 5rem;
  background: #f1f1f1;
  border-radius: 100%;
  -o-box-shadow: 0 8px 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 8px 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 8px 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 0.8rem rgba(0, 0, 0, 0.16);
}
.guide .guide-process > li .item-img > img {
  width: 12rem;
  height: 12rem;
}
.guide .guide-process > li > span {
  display: block;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #282a29;
  line-height: 150%;
}
.guide .guide-process > li > span small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 90%;
  font-weight: 400;
  color: #5d6461;
  line-height: 130%;
}
.guide .guide-process > li + li::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: -4rem;
  width: 8rem;
  height: 8rem;
  background: url("/img/contents/ico-arr-guide.png") no-repeat center/cover;
}
.guide .guide-process.oilpress {
  justify-content: space-between;
}
.guide .guide-process.oilpress > li {
  flex: 0 20rem;
  padding: 0 0 2rem;
  text-align: left;
}
.guide .guide-process.oilpress > li.arrow {
  flex: 0 4rem;
  position: relative;
  padding: 0;
  text-align: center;
}
.guide .guide-process.oilpress > li.arrow i {
  position: absolute;
  top: 5rem;
  left: 50%;
  font-size: 2.8rem;
  color: #cbd0cd;
  transform: translateX(-50%);
}
.guide .guide-process.oilpress > li .item-img {
  width: 100%;
  height: auto;
  padding: 0;
  background: #f1f1f1;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  box-shadow: none;
}
.guide .guide-process.oilpress > li .item-img img {
  width: 100%;
  height: auto;
}
.guide .guide-process.oilpress > li .item-info {
  min-height: 14rem;
  padding: 2rem;
  background: #f1f1f1;
}
.guide .guide-process.oilpress > li .item-info .numbering {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #282a29;
}
.guide .guide-process.oilpress > li .item-info .numbering strong {
  color: #0080ff;
}
.guide .guide-process.oilpress > li .item-info .title {
  display: inline-block;
  font-size: 2rem;
  color: #282a29;
  font-weight: 600;
}
.guide .guide-process.oilpress > li .item-info .desc {
  display: block;
  padding: 1rem 0 0.8rem;
}
.guide .guide-process.oilpress > li .item-info > a {
  display: inline-block;
  font-weight: 600;
  color: #282a29;
  text-decoration: underline;
}
.guide .guide-process.oilpress > li .item-info > a + a {
  margin-left: 1rem;
}
.guide .guide-process.oilpress > li + li::before {
  display: none;
}

@media all and (max-width: 1480px) {
  .guide .guide-process > li .item-img {
    width: 18rem;
    height: 18rem;
    padding: 4rem;
  }
  .guide .guide-process > li .item-img > img {
    width: 10rem;
    height: 10rem;
  }
  .guide .guide-process > li + li::before {
    top: 6rem;
  }
  .guide .guide-process.oilpress > li {
    flex: 0 50%;
    padding: 0 0 4rem;
  }
  .guide .guide-process.oilpress > li .bot-txt {
    position: absolute;
    top: 0;
  }
}
@media all and (max-width: 1024px) {
  .guide .guide-process.col4 > li, .guide .guide-process.col5 > li {
    flex: 0 50%;
  }
  .guide .guide-process > li:nth-child(odd):not(:first-child)::before {
    display: none;
  }
  .guide .guide-process.oilpress > li {
    flex: 0 50%;
    padding: 0 0 4rem;
  }
  .guide .guide-process.oilpress > li.arrow {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .guide .guide-process > li .item-img {
    width: 14rem;
    height: 14rem;
    padding: 3rem;
  }
  .guide .guide-process > li .item-img > img {
    width: 8rem;
    height: 8rem;
  }
  .guide .guide-process > li .item-img::before {
    top: 4rem;
    left: -2rem;
    width: 4rem;
    height: 4rem;
  }
}
@media all and (max-width: 560px) {
  .guide .guide-process.oilpress > li {
    flex: 0 100%;
  }
  .guide .guide-process.oilpress > li .item-info {
    min-height: auto;
  }
}
/* 약관 */
.terms {
  position: relative;
  width: 100%;
  border-radius: 2rem;
}
.terms.scrollbox {
  height: 40rem;
  padding: 2rem;
  border: 1px solid #cbd0cd;
  border-radius: 2rem 2rem 0 0;
  overflow-y: auto;
}
.terms h5,
.terms h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #282a29;
}
.terms h5 small,
.terms h6 small {
  display: inline-block;
  color: #787e7b;
}
.terms h5 {
  line-height: 6rem;
  text-align: center;
  font-size: 2.6rem;
}
.terms h6 {
  line-height: 3rem;
  font-size: 1.8rem;
}
.terms > p {
  padding: 1rem 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.terms .terms-item {
  padding-bottom: 2rem;
  line-height: 1.7;
}
.terms .terms-item > p {
  margin-bottom: 1rem;
  color: #282a29;
}
.terms .terms-item > span {
  display: inline-block;
  padding: 1rem;
}
.terms .terms-item > ol {
  padding: 0 2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.terms .terms-item > ol.styledot > li {
  list-style: disc;
}
.terms .terms-item > ol > li {
  margin-bottom: 0.5rem;
  list-style: decimal;
  list-style-position: outside;
  color: #5d6461;
}
.terms .terms-item > ol > li > ol {
  padding: 1rem;
}
.terms .terms-item > ol > li > ol li {
  list-style: circle !important;
  list-style-position: outside;
  color: #787e7b;
}
.terms .terms-item > ol > li.no-style {
  list-style: none;
  margin-left: -2rem;
}
.terms .terms-item > ol + p {
  margin-top: 2rem;
}

/* 버튼 */
.wrap-btn {
  padding: 3rem 0 0;
}
.wrap-btn:before, .wrap-btn:after {
  display: block;
  clear: both;
  content: "";
}

a.btn,
button.btn {
  display: inline-block;
  position: relative;
  min-width: 6rem;
  padding: 0 1rem;
  border: 1px solid #0049ab;
  color: #0049ab;
  line-height: 4rem;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn i,
button.btn i {
  padding-left: 1rem;
}
a.btn.sml,
button.btn.sml {
  padding: 0 0.7rem;
  line-height: 2.2rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}
a.btn.sml i,
button.btn.sml i {
  padding-left: 0.5rem;
}
a.btn.big,
button.btn.big {
  padding: 0 3rem;
  line-height: 6rem;
  font-size: 1.8rem;
  text-align: left;
}
a.btn.arrow,
button.btn.arrow {
  min-width: 20rem;
}
a.btn.arrow::after,
button.btn.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 3rem;
  height: 0.8rem;
  background: url("../img/main/btn-more-w.png") center/cover;
  transform: translate(0, -50%);
}
a.btn.primary,
button.btn.primary {
  background: #0080ff;
  border-color: #0080ff;
  color: #fff;
}
a.btn.secondary,
button.btn.secondary {
  background: #00a060;
  border-color: #00a060;
  color: #fff;
}
a.btn.primary-dark,
button.btn.primary-dark {
  background: #0049ab;
  border-color: #0049ab;
  color: #fff;
}
a.btn.dark,
button.btn.dark {
  background: #363a40;
  border-color: #363a40;
  color: #fff;
}
a.btn.red,
button.btn.red {
  background: #ff5683;
  border-color: #ff5683;
  color: #fff;
}
a.btn.disable,
button.btn.disable {
  background: #acb4b3;
  border-color: #acb4b3;
  color: #fff;
  cursor: no-drop;
}
a.btn:hover.primary,
button.btn:hover.primary {
  background: #007043;
}
a.btn:hover.primary-dark,
button.btn:hover.primary-dark {
  background: #1b3327;
}
a.btn:hover.dark,
button.btn:hover.dark {
  background: #000;
}
a.btn:hover::after,
button.btn:hover::after {
  animation: goArr 0.8s infinite;
  animation-fill-mode: both;
}
a.btn + .btn,
button.btn + .btn {
  margin-left: 1rem;
}

/* animation : button arrow action */
@keyframes goArr {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
/* 메인 플로팅 키프레임 배너 */
.floating {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  width: 24rem;
  height: auto;
  padding: 3.8rem 0 5rem;
  border-radius: 12rem;
  background: linear-gradient(159.25deg, #0080ff 8.22%, #0080ff 42.59%, #250e68 103.74%);
  z-index: 1000;
  animation: floating 1.5s infinite;
  overflow: hidden;
  text-align: center;
  cursor: default;
  -o-box-shadow: 2px 2px 0.8rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 0.8rem rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 0.8rem rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 0.8rem rgba(0, 0, 0, 0.4);
}
.floating .floating-cs::before {
  content: "";
  display: block;
  position: relative;
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  background: url("../img/contents/floating-cs-icon.png") no-repeat;
}
.floating .floating-cs .cs-tit {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
.floating .floating-cs .cs-tell {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}
.floating .floating-cs .cs-time {
  margin-top: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
}
.floating .floating-cs .cs-time::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 4.8rem / 2);
  width: 4.8rem;
  height: 1px;
  background: #fff;
}
.floating .floating-cs .cs-btn {
  display: inline-block;
  width: 18rem;
  border: 1px solid transparent;
  line-height: 5rem;
  background: #fff;
  color: linear-gradient(159.25deg, #109a63 8.2%, #00a060 8.22%, #00a060 42.59%, #250e68 103.74%);
  border-radius: 2.5rem;
  font-weight: 600;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.floating .floating-cs .cs-btn.kakao {
  background: #ffd900;
  color: #000;
}
.floating .floating-cs .cs-btn.kakao::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  background: url("../img/common/ico-kakaoc.png") no-repeat center/cover;
}
.floating .floating-cs .cs-btn + .cs-btn {
  margin-top: 1rem;
}
.floating .floating-cs .cs-btn:hover {
  background: #0080ff;
  border: 1px solid #0080ff;
  color: #fff;
}
.floating .floating-cs .cs-btn:hover.kakao {
  background: #cdaf1b;
  color: #000;
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@media all and (max-width: 1900px) {
  .floating {
    display: none;
  }
}
.rental-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -2rem -4rem;
}
.rental-list .rental-item {
  flex: 0 0 25%;
  padding: 0 2rem 4rem;
}
.rental-list .item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background: #f1f1f1;
  border: 1px solid #cbd0cd;
}
.rental-list .thumb {
  width: 100%;
  height: auto;
}
.rental-list .thumb img {
  width: 100%;
  height: auto;
}
.rental-list .rental-cont {
  margin: 3rem 2rem;
}
.rental-list .rental-cont .name {
  font-size: 2rem;
  font-weight: 600;
  color: #282a29;
  line-height: 140%;
  margin-bottom: 2rem;
}
.rental-list .rental-cont .name > span {
  display: inline-block;
}
.rental-list .rental-cont dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.rental-list .rental-cont dl dt {
  margin-bottom: 0.8rem;
  color: #787e7b;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: underline;
}
.rental-list .rental-cont dl dd .ori-price {
  text-decoration: line-through;
}
.rental-list .rental-cont dl dd strong {
  font-size: 2.4rem;
  font-weight: 600;
  color: #282a29;
}
.rental-list .rental-cont dl dd strong small {
  font-size: 1.8rem;
}
.rental-list .rental-cont dl dd span {
  display: inline-block;
}
.rental-list .rental-cont dl + dl {
  margin-top: 1rem;
}
.rental-list.package {
  margin: 0 -4rem -4rem;
}
.rental-list.package .rental-item {
  flex: 1 1 50%;
  padding: 0 4rem 4rem;
}
.rental-list.package .item-inner {
  flex-direction: row;
  align-items: center;
  background: #fff;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  border: none;
}
.rental-list.package .thumb {
  flex-shrink: 0;
  width: 30rem;
  height: 30rem;
}
.rental-list.package .rental-cont {
  margin: 0 3rem;
}
.rental-list.package .rental-cont .badge {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #0080ff;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  color: #0080ff;
}
.rental-list.package .rental-cont .name .plus {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 0.4rem;
  border-radius: 100%;
  background: #cbd0cd;
  color: #fff;
}
.rental-list.package .rental-cont dl {
  flex-direction: row;
  align-items: center;
}
.rental-list.package .rental-cont dl dt {
  min-width: 6rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

@media all and (max-width: 1480px) {
  .rental-list .rental-item {
    flex: 0 0 33.3333%;
  }
}
@media all and (max-width: 1024px) {
  .rental-list .rental-item {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 640px) {
  .rental-list .rental-item {
    flex: 0 0 100%;
  }
  .rental-list.package .rental-item {
    flex: 0 0 100%;
  }
  .rental-list.package .item-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .rental-list.package .thumb {
    width: 100%;
    height: auto;
  }
  .rental-list.package .rental-cont {
    margin: 3rem 2rem;
  }
  .rental-list.package .rental-cont dl {
    flex-direction: column;
    align-items: stretch;
  }
  .rental-list.package .rental-cont dl dt {
    margin-bottom: 0.8rem;
  }
}
