/*
Theme Name: GeoSystem Theme
Description: A child theme for Twenty Nineteen.
Author: LocoMotion
Author URI: loaded@loco-motion.co.kr
*/

/**********************************************/
/**** 페이지 헤더 ********************************/
/**********************************************/

#masthead.site-header .top_wrapper {
  position: relative;
}

#masthead.site-header.page {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

body.parent-pageid-33 #masthead.site-header.page:before,
body.page-id-33 #masthead.site-header.page:before,
body.parent-pageid-41 #masthead.site-header.page:before,
body.page-id-41 #masthead.site-header.page:before,
body.page-id-386 #masthead.site-header.page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(25, 55, 122, 0.6);
}

#masthead.site-header.page .txt_page {
  position: relative;
  text-align: center;
  color: #fff;
}

#masthead.site-header.page .txt_page .page_title {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0;
  text-transform: uppercase;
}

#masthead.site-header.page .txt_page .page_title:before {
  display: none;
}

#masthead.site-header.page .txt_page .desc {
  font-size: 16px;
  line-height: 1.8em;
}

#masthead.site-header.page .nav_page {
  position: relative;
}

#masthead.site-header.page .nav-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.24);
}

#masthead.site-header.page ul {
  display: flex;
  margin-left: -56px;
  margin-right: -56px;
  justify-content: center;
  flex-wrap: nowrap;
}

#masthead.site-header.page .nav_page ul > li {
  padding: 0 56px;
  position: relative;
}

#masthead.site-header.page .nav_page ul > li > a {
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  font-size: 16px;
}

#masthead.site-header.page .nav_page ul > li.current_page_item > a {
  color: #69c0ff;
}

#masthead.site-header.page .nav_page ul > li.current_page_item:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

/**********************************************/
/**** 페이지 공통 ********************************/
/**********************************************/
.page-inner {
  width: 100%;
}

.peter.page-inner {
  padding-bottom: 8em;
}

.peter.page-inner h1,
.peter.page-inner h2,
.peter.page-inner h3,
.peter.page-inner h4,
.peter.page-inner h5,
.peter.page-inner h6,
.peter.page-inner p,
.peter.page-inner a,
.peter.page-inner table th,
.peter.page-inner table td,
.peter.page-inner dl dt,
.peter.page-inner dl dd {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.05em;
}

.page-content-section {
  padding-top: 67px;
  margin-bottom: 26px;
}

.page-content-section img {
  display: block;
}

.page-content-section .section-title {
  margin-top: 0;
  font-size: 1.82em;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.25em;
  padding-bottom: 0.775em;
  text-align: center;
  line-height: 1.48;
}

.page-content-section .section-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 4px;
  margin-left: -30px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #222222;
}

.page-content-section .section-description,
.page-content-section .content-description {
  margin-top: 0;
  font-size: 0.7273em;
  font-weight: 300;
  position: relative;
  margin-bottom: 5em;
  text-align: center;
  line-height: 1.63;
}

.page-content-section .content-title {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 3.145em;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.page-content-section .item-title {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: -0.05em;
}

.wysiwyg-field h4 {
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}

.wysiwyg-field h6 {
  font-size: 0.82em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}

.wysiwyg-field p {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.wysiwyg-field ul li {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.88;
  padding-left: 1em;
  position: relative;
}

.wysiwyg-field ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.875em;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #222;
}

.cta {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 1.941em 2.6818em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 30, 43, 0.9);
}

.cta .cta-title {
  position: relative;
  color: #fff;
  font-size: 0.91em;
  font-weight: 300;
}

.cta .cta-title .txt-bold {
  font-weight: 700;
}

.cta .cta-title .txt-normal {
  font-weight: 300;
}

.cta .cta-arrow {
  position: relative;
  width: 46.4px;
  height: 33.3px;
  background-image: url(src/img/cta-arrow.svg);
}

.cta-faq {
  background-image: url(src/img/cta-faq-bg.jpg);
}

.btn-geo {
  font-size: 0.82em;
  color: #fff;
  padding: 1em;
  background-color: #4c84db;
  text-align: center;
}

.btn-geo:visited {
  color: #fff;
}

.acf-map {
  width: 100%;
  height: 460px;
  /*border: #ddd solid 1px;*/
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

@media all and (max-width: 980px) {
  .peter.page-inner {
    padding-bottom: 4em;
  }
}

@media all and (max-width: 767px) {
  .cta {
    padding: 1.941em 1.6818em;
    display: block;
  }

  .cta .cta-arrow {
    margin-left: auto;
  }
}

/**********************************************/
/**** FORM     ********************************/
/**********************************************/

body .peter.page-inner .gform_wrapper ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}

body .peter.page-inner .gform_wrapper ul li.gfield {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  padding-right: 3.5185%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.half {
  width: 50%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.full {
  width: 100%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.full,
body .peter.page-inner .gform_wrapper ul li.gfield.right {
  padding-right: 0;
}

body .peter.page-inner .gform_wrapper ul li.gfield.right {
  padding-left: 3.5185%;
}

body .peter.page-inner .gform_wrapper ul li.gfield select,
body .peter.page-inner .gform_wrapper ul li.gfield input,
.tingle-modal-box__content .gform_wrapper ul li.gfield input,
.tingle-modal-box__content .gform_wrapper ul li.gfield select {
  font-size: 0.7273em;
  color: #888888;
  font-weight: 300;
  padding: 10px 13px;
  border-color: #9a9a9a;
}

body
  .peter.page-inner
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.tingle-modal-box
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: 0.7273em;
  padding: 10px 13px;
}

body .peter.page-inner .gform_wrapper textarea {
  font-size: 0.7273em;
  padding: 10px 13px;
}

body .peter.page-inner .gform_wrapper ul li.gfield input {
  color: #222;
}

body .peter.page-inner .gform_wrapper ul li.gfield label.gfield_label,
.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
}

body .peter.page-inner .gform_wrapper ul li.gfield.half label.gfield_label {
  width: 20%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.half .ginput_container {
  width: 80%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.full label.gfield_label {
  width: 9.295%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.full .ginput_container {
  width: 90.705%;
}

body .peter.page-inner .gform_wrapper ul li.gfield.privacy-agree {
  flex-direction: column;
  margin-bottom: 2.2728em;
  background-color: #f8f8f8;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

body .peter.page-inner .gform_wrapper ul li.gfield.privacy-agree .gfield_label {
  margin: 0;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .gfield_consent_description {
  background-color: #fff;
  padding: 30px;
  margin-top: 0;
  border-left: none;
  border-right: none;
  font-size: 0.7em;
  min-height: 140px;
  overflow: auto;
  line-height: 1.5em;
  font-weight: 300;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .gfield_consent_description
  h5 {
  font-size: 0.82em;
  margin-top: 0;
  letter-spacing: -0.05em;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .gfield_consent_description
  p,
body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .gfield_consent_description
  ol
  li {
  font-size: 0.6363em;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .gfield_consent_description
  ol {
  padding: 0;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .ginput_container_consent {
  text-align: center;
  margin-top: 0.95em;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.privacy-agree
  .gfield_consent_label {
  text-align: center;
  font-size: 0.7273em;
  color: #666;
}

body .peter.page-inner .gform_wrapper ul li.gfield.zip-modal {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.zip-btn
  input[type="button"] {
  margin-top: 10px;
  border-radius: 0;
  background: #666;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0.76rem 1rem;
}

body .peter.page-inner .gform_wrapper ul li.etc textarea.large {
  height: 90px;
}

body .peter.page-inner .gform_wrapper ul li.no-border {
  border: none;
}

body .peter.page-inner .gform_wrapper ul li.prd-repeater {
  display: block;
  width: 100%;
  padding-right: 0;
}

body .peter.page-inner .gform_wrapper ul li.prd-repeater .gfield_description {
  font-weight: 300;
  font-size: 0.6363em;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries {
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries
  th,
body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries
  td {
  font-size: 0.7273em;
  border-left: none;
  border-right: none;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries
  th {
  font-weight: 500;
  background-color: transparent;
  border-color: transparent;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries
  td {
  padding: 10px 8px;
  font-weight: 300;
  border-top-color: rgba(0, 0, 0, 0.1);
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries
  .gpnf-row-actions {
  width: 15%;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.prd-repeater
  table.gpnf-nested-entries
  td.gpnf-row-actions
  a {
  font-size: 0.82em;
  font-weight: 300;
  padding: 8px 14px;
  border: 1px solid #ddd;
  margin-right: 7px;
}

body .peter.page-inner .gform_wrapper ul li.prd-repeater .gpnf-add-entry {
  font-size: 0.7273em;
  background-color: #fff;
  color: #707070;
  display: block;
  max-width: 150px;
  margin-left: auto;
  border: 1px solid #707070;
  padding: 10px 25px 8px;
}

/* body .peter.page-inner .gform_wrapper .gfield_required {
  color: #4c84db;
} */

body .peter.page-inner .gform_wrapper .required-info .gfield_required {
  margin-left: 0;
}

body .peter.page-inner .gform_wrapper ul li.gfield .form-title-area {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

body .peter.page-inner .gform_wrapper ul li.gfield .form-title-area h4 {
  font-size: 1.1em;
  letter-spacing: -0.05em;
  font-family: NotoSansCJKkr;
  margin: 0;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield
  .form-title-area
  .required-info {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: 0;
}

body
  .peter.page-inner
  .gform_wrapper
  ul
  li.gfield.full
  .ginput_container.ginput_container_fileupload {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.peter.page-inner .gform_wrapper .gform_fileupload_rules {
  font-size: 15px;
  color: #333;
}

body .peter.page-inner .gform_wrapper .gform_footer {
  text-align: center;
}

body .peter.page-inner .gform_wrapper .gform_footer input.button,
body .peter.page-inner .gform_wrapper .gform_footer input[type="submit"],
body .peter.page-inner .gform_wrapper .gform_page_footer input.button,
body .peter.page-inner .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 0.82em;
  color: #fff;
  padding: 1rem 2.35rem;
  background-color: #4c84db;
  text-align: center;
  border-radius: 0;
}

@media all and (max-width: 767px) {
  body
    .peter.page-inner
    .gform_wrapper
    ul
    li.gfield.privacy-agree
    .gfield_consent_description {
    padding: 1.2727em;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield .form-title-area {
    display: block;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield {
    display: block;
    padding-right: 0;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield.half {
    width: 100%;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield.half .ginput_container,
  body .peter.page-inner .gform_wrapper ul li.gfield.full .ginput_container {
    width: 100%;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield.right {
    padding-left: 0;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield.half label.gfield_label,
  body .peter.page-inner .gform_wrapper ul li.gfield.full label.gfield_label {
    width: 100%;
  }

  body .peter.page-inner .gform_wrapper ul li.gfield.zip-number {
    border-bottom: none;
  }
}

/**********************************************/
/**** 게시판 테이블 ******************************/
/**********************************************/

table.board th,
.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table
  td {
  border: none;
}

table.board th,
table.board td {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

table.board th {
  border-top: 1px solid #707070;
  font-weight: 500;
  padding: 1.15625em 1.22em;
}

table.board td {
  border-top: 1px solid #ddd;
  font-weight: 300;
  padding: 1.59375em 1.22em;
}

table.board td.model {
  text-align: left;
}

table.board tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

table.board td.title a {
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.peter.page-inner .wp-pagenavi {
  border-top: 0;
  clear: both;
  margin-bottom: 30px;
  padding-top: 1.5em;
  text-align: center;
  color: #999;
}

.peter.page-inner .wp-pagenavi a.page,
.peter.page-inner .wp-pagenavi span.current,
.peter.page-inner .wp-pagenavi span.extend {
  padding: 0 1em;
  font-size: 0.7273em;
}

.peter.page-inner .wp-pagenavi .first,
.peter.page-inner .wp-pagenavi .previouspostslink,
.peter.page-inner .wp-pagenavi .nextpostslink,
.peter.page-inner .wp-pagenavi .last {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #999;
}

.peter.page-inner .wp-pagenavi .first {
  border-right: none;
}

.peter.page-inner .wp-pagenavi .last {
  border-left: none;
}

.peter.page-inner .wp-pagenavi .previouspostslink {
  margin-right: 1em;
}

.peter.page-inner .wp-pagenavi .nextpostslink {
  margin-left: 1em;
}

/*.peter.page-inner .wp-pagenavi .first i,
.peter.page-inner .wp-pagenavi .previouspostslink i,
.peter.page-inner .wp-pagenavi .nextpostslink i,
.peter.page-inner .wp-pagenavi .last i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/

.peter.page-inner .wp-pagenavi span.current {
  color: #4c84db;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0;
  /*color: #eaeaea;*/
}

.loco .wp-pagenavi a:hover,
.loco .wp-pagenavi span.current {
  font-weight: 700;
}

@media all and (max-width: 980px) {
  table.board th,
  table.board td {
    font-size: 0.7273em;
  }
}

@media all and (max-width: 767px) {
  table.board .num {
    display: none;
  }

  table.board th.title:before {
    display: none;
  }

  table.board th,
  table.board td {
    padding: 15px 6px;
    font-size: 0.6363em;
  }

  table.board .author {
    display: none;
  }
}

/**********************************************/
/**** MODAL    ********************************/
/**********************************************/
body.modal-opened {
  overflow: hidden;
}

.geo-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
  max-width: 100%;
  z-index: -1;
}

.geo-modal.active {
  z-index: 999998;
  opacity: 1;
  visibility: visible;
}

.geo-modal .btn-close {
  position: absolute;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  background: #212121;
  top: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  display: block;
  z-index: 999999;
}

.geo-modal .modal-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*mobile*/

@media all and (max-width: 980px) {
  body.modal-opened {
    overflow: auto;
  }

  .geo-modal.active {
    display: block;
  }

  .geo-modal .modal-inner {
    overflow: auto;
    /*position: static;*/
    padding: 0px;
  }

  .modal-box {
    width: auto;
    max-width: 640px;
    min-height: 100vh;
  }

  .geo-modal .btn-close {
    top: 0;
    right: 0;

    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    position: fixed;
    z-index: 9999;
  }
}

/**********************************************/
/**** 수리 서비스 ********************************/
/**********************************************/

.repair-service-detail {
  max-width: 964px;
  margin: 0 auto;
}

.repair-service-detail .repair-service-item .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.repair-service-detail .repair-service-item .item-desc {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.page-content-section.certificates ul.cert-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.page-content-section.certificates ul.cert-list > li {
  width: 20%;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media all and (min-width: 981px) {
  .repair-service-detail .repair-service-item {
    display: flex;
  }

  .repair-service-detail .repair-service-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .repair-service-detail .repair-service-item > div {
    width: 50%;
  }

  .repair-service-detail .repair-service-item:nth-child(odd) .item-txt {
    padding-left: 30px;
  }

  .repair-service-detail .repair-service-item:nth-child(even) .item-txt {
    padding-right: 30px;
  }
}

@media all and (max-width: 980px) {
  .repair-service-detail .repair-service-item {
    margin-bottom: 2em;
  }

  .repair-service-detail .repair-service-item .item-image {
    margin-bottom: 1em;
  }

  .page-content-section.certificates ul.cert-list > li {
    width: 33.33%;
  }
}

@media all and (max-width: 767px) {
  .page-content-section.certificates ul.cert-list > li {
    width: 50%;
  }
}

/**********************************************/
/**** 보증기간   ********************************/
/**********************************************/

.warranty-tabs ul.tabs-nav {
  display: flex;
  justify-content: center;
  margin-left: -1.4em;
  margin-right: -1.4em;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

.warranty-tabs ul.tabs-nav > li {
  position: relative;
  padding: 0.77em 1.4em;
  border-top: 1px solid #ddd;
}

.warranty-tabs ul.tabs-nav > li > a {
  font-size: 0.8em;
  letter-spacing: -0.05em;
}

.warranty-tabs ul.tabs-nav > li.tab-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4c84db;
}

.warranty-tabs ul.tabs-nav > li.tab-active > a {
  color: #4c84db;
  text-decoration: none;
}

.warranty-tab-content .warranty-content {
  width: 100%;
  border: 1px solid #ddd;
}

.warranty-tab-content .warranty-content .col-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.warranty-tab-content .warranty-content .col-left img {
  max-width: 80%;
}

.warranty-tab-content .warranty-content .warranty-txt {
  padding: 2em;
}

.warranty-tab-content .warranty-content .warranty-txt h5 {
  margin-top: 0;
  font-size: 0.82em;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 1.5em;
  font-family: "Noto Sans KR", sans-serif;
}

.warranty-tab-content .warranty-content .warranty-txt ul li,
.warranty-tab-content .warranty-additional-txt ul li {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.88;
  padding-left: 1em;
  position: relative;
}

.warranty-tab-content .warranty-content .warranty-txt ul li:before,
.warranty-tab-content .warranty-additional-txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.875em;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #222;
}

.warranty-tab-content .warranty-additional-txt {
  margin-top: 2.7727em;
}

.warranty-tab-content .warranty-additional-txt h4 {
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}

.warranty-tab-content .warranty-additional-txt h6 {
  font-size: 0.82em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}

.warranty-tab-content .warranty-additional-txt ul {
  margin-bottom: 1.82em;
}

.warranty-tab-content .summary {
  border: 1px solid #ddd;
}

.warranty-tab-content .summary > div {
  padding: 1.86em 3.32em;
  background-color: #f8f8f8;
}

.warranty-tab-content .summary .summary-title {
  font-size: 1.1em;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 2em;
  font-weight: 500;
}

.warranty-tab-content .summary table.summary-table tr td {
  border: none;
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 0.5em 0;
  font-family: "Noto Sans KR", sans-serif;
}

.warranty-tab-content .summary table.summary-table tr td:first-child {
  width: 65%;
}

.warranty-tab-content .summary table.summary-table tr td i {
  margin-right: 10px;
}

.warranty-tab-content .summary table.summary-table tr td i.support {
  color: #4c84db;
}

.warranty-tab-content .summary table.summary-table tr td i.not-support {
  color: #666;
}

@media all and (min-width: 981px) {
  .warranty-tab-content .warranty-content {
    display: flex;
  }

  .warranty-tab-content .warranty-content .col-left {
    width: 34.35%;
    border-right: 1px solid #ddd;
  }

  .warranty-tab-content .warranty-content .col-right {
    width: 65.65%;
  }

  .warranty-tab-content .summary {
    display: flex;
  }

  .warranty-tab-content .summary > div {
    width: 50%;
  }

  .warranty-tab-content .summary > div.col-left {
    border-right: 1px solid #ddd;
  }
}

@media all and (max-width: 980px) {
  .warranty-tab-content .warranty-content .col-left {
    border-bottom: 1px solid #ddd;
    min-height: 180px;
  }

  .warranty-tab-content .summary > div.col-left {
    border-bottom: 1px solid #ddd;
  }

  .warranty-tab-content .warranty-content .warranty-txt {
    padding: 2em 1em;
  }

  .warranty-tab-content .summary > div {
    padding: 1.86em 1em;
  }
}

@media all and (max-width: 767px) {
  .warranty-tab-content .summary table.summary-table tr td {
    font-size: 0.6363em;
  }
}

.warranty-products table.product-group-table .model {
  width: 60%;
}

.warranty-products table.product-group-table .type {
  width: 12%;
}

.warranty-products table.product-group-table .duration {
  width: 28%;
}

.warranty-products ul.products-group li.products-group-item {
  border-bottom: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;

  cursor: pointer;
}

.warranty-products ul.products-group li.products-group-item:first-child {
  border-top: 1px solid #eaeaea;
}

.warranty-products
  ul.products-group
  li.products-group-item
  .product-group-name {
  margin: 0;
  font-size: 0.82em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}

.warranty-products ul.products-group li.products-group-item div.item-body {
  display: none;
  padding: 1em;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}

.warranty-products ul.products-group li.products-group-item div.item-header {
  position: relative;
  padding: 1em;
  padding-right: 22px;
  display: flex;
  cursor: pointer;
}

.warranty-products ul.products-group li.products-group-item div.item-header i {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 0;
  margin-top: -12px;
}

.warranty-products ul.products-group li.products-group-item i.down {
  display: none;
}

.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table
  th,
.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table
  td {
  border: none;
}

.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table.product-group-table
  th,
.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table.product-group-table
  td {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  padding: 1.22em;
}

.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table.product-group-table
  th {
  border-bottom: 1px solid #707070;
  font-weight: 500;
}

.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table.product-group-table
  td {
  border-bottom: 1px solid #ddd;
  font-weight: 300;
}

.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table.product-group-table
  td.model {
  text-align: left;
}

.warranty-products
  ul.products-group
  li.products-group-item
  div.item-body
  table.product-group-table
  tbody
  tr:last-child
  td {
  border-bottom: none;
}

.warranty-warnings {
  font-size: 0.6363em;
  letter-spacing: -0.05em;
  font-weight: 300;
  margin-top: 3.607em;
  margin-bottom: 2.714em;
}

@media all and (max-width: 767px) {
  .warranty-products ul.products-group li.products-group-item div.item-header {
    padding: 2em 1em;
  }

  .warranty-products
    ul.products-group
    li.products-group-item
    div.item-header
    i {
    right: 1em;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }

  .warranty-products
    ul.products-group
    li.products-group-item
    div.item-body
    table.product-group-table
    th,
  .warranty-products
    ul.products-group
    li.products-group-item
    div.item-body
    table.product-group-table
    td {
    font-size: 0.6363em;
  }

  .warranty-products table.product-group-table .model {
    width: 25%;
  }

  .warranty-products table.product-group-table .duration {
    width: 20%;
  }

  .warranty-products table.product-group-table .type {
    width: 20%;
  }
}

/**********************************************/
/**** 수리 서비스 신청 ****************************/
/**********************************************/
.repair-steps-box {
  border: 1px solid #ddd;
  margin-bottom: 2.4545em;
}

.repair-steps-box .repair-steps-detail {
  padding: 2.41em;
}

.repair-steps-box .repair-steps-detail ul.steps-list > li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.repair-steps-box .repair-steps-detail ul.steps-list > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 20.8px;
  background-image: url(src/img/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.repair-steps-box .repair-steps-detail ul.steps-list > li:last-child:after {
  display: none;
}

.repair-steps-box .repair-steps-detail ul.steps-list > li .step-number {
  font-size: 0.82em;
  letter-spacing: -0.05em;
  color: #4c84db;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: 1.816em;
  margin-top: 0;
}

.repair-steps-box .repair-steps-detail ul.steps-list > li .step-title {
  font-size: 0.82em;
  letter-spacing: -0.05em;
  margin-bottom: 3px;
  margin-top: 0;
}

.repair-steps-box .repair-steps-detail ul.steps-list > li .step-desc {
  font-size: 0.6818em;
  margin-bottom: 0;
  margin-top: 0;
  color: #666;
}

.repair-steps-box .repair-steps-warning {
  font-size: 0.6363em;
  padding: 1.9285em;
  background-color: #f8f8f8;
  letter-spacing: -0.05em;
  font-weight: 300;
}

.self-check {
  padding-bottom: 2.568em;
  margin-bottom: 2.568em;
  border-bottom: 1px solid #ddd;
}

.self-check .content-title {
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: left;
}

.self-check .content-description {
  text-align: left;
  margin-bottom: 2em;
}

.self-check-list .self-check-item .item-title {
  font-size: 0.82em;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-top: 1.722em;
}

.self-check-list .self-check-item ul.solutions-list {
  padding-left: 1em;
}

.self-check-list .self-check-item ul.solutions-list li {
  font-size: 0.7273em;
  line-height: 1.88;
  font-weight: 300;
  list-style-type: disc;
}

.page-content-section.ask-repair .repair-cost {
  margin-bottom: 2.6136em;
}

.page-content-section.ask-repair .repair-shipping {
  padding-bottom: 1.5em;
}

.page-content-section.ask-repair .repair-shipping .shipping-warning,
.page-content-section.ask-repair .repair-shipping .shipping-cost {
  background-color: #f8f8f8;
  padding: 1.5em;
  margin-bottom: 10px;
}

.before-ask-repair-section {
  padding-top: 4.568em;
  text-align: center;
}

.before-ask-repair-section .btn-modal-open {
  min-width: 214px;
  text-align: center;
  display: inline-block;
}

#askRepairModal.geo-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-box.before-ask-repair {
  display: none;
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 5.2272em 1em 4.9em;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 auto;
  z-index: 999999;
}

.modal-box.before-ask-repair .btn-close {
  position: absolute;
  top: 30.5px;
  right: 30.5px;
  width: 24px;
  height: 24px;
  font-size: 1.75em;
  color: #aaa;
  background: #fff;
  line-height: 0.4em;
}

.modal-box.before-ask-repair .before-ask-repair-title {
  color: #4c84db;
  font-weight: 300;
  font-size: 1.181818em;
  margin-bottom: 0.25em;
  text-align: center;
}

.modal-box.before-ask-repair .section-description {
  margin-bottom: 2.6875em;
  font-size: 0.7273em;
  font-weight: 300;
  text-align: center;
}

.modal-box.before-ask-repair .buttons-wrap {
  width: 100%;
  max-width: 434px;
  margin: 0 auto;
}

.modal-box.before-ask-repair .buttons-wrap .inner {
  display: flex;
  margin-left: -3px;
  margin-right: -3px;
}

.modal-box.before-ask-repair .buttons-wrap .inner .btn-geo {
  display: block;
  width: 50%;
  margin: 0 3px;
}

@media all and (min-width: 981px) {
  .repair-steps-box .repair-steps-detail ul.steps-list {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li {
    width: 20%;
    padding: 0 12px;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li:after {
    left: 100%;
    top: 50%;
    margin-top: 10.4px;
    margin-left: -6px;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li img {
    margin: 0 auto 0.75em;
  }
}

@media all and (max-width: 980px) {
  .repair-steps-box .repair-steps-detail {
    padding: 1.7em;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li {
    padding-bottom: 64px;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li:last-child {
    padding-bottom: 0;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li .step-number {
    margin-bottom: 1em;
  }

  .repair-steps-box .repair-steps-detail .step-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .repair-steps-box .repair-steps-detail .step-info > * {
    padding: 0 10px;
    text-align: left;
  }

  .repair-steps-box .repair-steps-detail ul.steps-list > li:after {
    left: 50%;
    top: 100%;
    margin-left: -10.4px;
    margin-top: -44px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 9px;
    height: 15.6px;
  }

  .modal-box.before-ask-repair .buttons-wrap .inner .btn-geo {
    padding: 1em 0.5em;
    font-size: 0.7273em;
  }
}

/**********************************************/
/**** 지주묻는 질문   ****************************/
/**********************************************/

.faqs ul.tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 2em;
}

.faqs ul.tabs-nav > li {
  flex: 1;
  position: relative;
  padding: 0.77em 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.faqs ul.tabs-nav > li > a {
  font-size: 0.82em;
  letter-spacing: -0.05em;
  padding: 0 0.77em;
  display: block;
  position: relative;
}

.faqs ul.tabs-nav > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.faqs ul.tabs-nav > li:last-child > a:after {
  display: none;
}

.faqs ul.tabs-nav > li.tab-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4c84db;
}

.faqs ul.tabs-nav > li.tab-active > a {
  color: #4c84db;
  text-decoration: none;
}

ul.faq-items-list li.faq-item {
  border-bottom: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;

  cursor: pointer;
}

ul.faq-items-list li.faq-item:first-child {
  border-top: 1px solid #707070;
}

ul.faq-items-list li.faq-item div.item-header {
  position: relative;
  padding: 1em;
  padding-right: 22px;
  display: flex;
  cursor: pointer;
}

ul.faq-items-list li.faq-item .q-title {
  margin: 0;
  font-size: 0.82em;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}

ul.faq-items-list li.faq-item.active .q-title,
ul.faq-items-list li.faq-item.active i {
  color: #4c84db;
}

ul.faq-items-list li.faq-item .q-title span.q-letter {
  padding: 0 1.367em;
  font-family: Montserrat;
  font-weight: 700;
}

ul.faq-items-list li.faq-item .type-name {
  padding: 0 0.3636em;
  margin: 0;
  color: #666;
  letter-spacing: -0.05em;
  font-size: 0.7273em;
  min-width: 140px;
  text-align: center;
}

ul.faq-items-list li.faq-item div.item-header i {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 0;
  margin-top: -12px;
}

body.support.faq ul.faq-items-list li.faq-item i.down {
  display: none;
}

body.support.faq ul.faq-items-list li.faq-item div.item-body {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}

ul.faq-items-list li.faq-item div.item-body .inner {
  padding: 1em;
  display: flex;
}

ul.faq-items-list li.faq-item div.item-body span.a-letter {
  font-size: 0.82em;
  padding: 0 1.367em;
  font-family: Montserrat;
  font-weight: 700;
}

ul.faq-items-list li.faq-item div.item-body div.answer-content {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
}

ul.faq-items-list li.faq-item div.item-body div.answer-content p {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 2em;
}

/** Search and Filter **/

.searchandfilter {
  margin-bottom: 1em;
}

.searchandfilter ul {
  align-items: center;
  justify-content: flex-end;
}

.searchandfilter > ul {
  align-items: center;
  font-size: 0.85em;
}

.searchandfilter > ul li.sf-field-search {
  margin-right: 15px;
}

.searchandfilter > ul li.sf-field-submit input[type="submit"] {
  margin-top: 0;
  padding: 10px 35px;
  min-width: auto;
}

.searchandfilter > ul > li > h4 {
  padding: 0;
  margin-right: 1em;
}

.searchandfilter .sf-field-taxonomy-faq_cat ul {
  display: flex;
}

.searchandfilter ul li label {
  cursor: pointer;
}

.searchandfilter ul li input.sf-input-checkbox,
.searchandfilter ul li input.sf-input-radio {
  visibility: hidden;
  display: none;
}

.searchandfilter ul li.sf-option-active label {
  font-weight: 700;
}

@media all and (min-width: 981px) {
  .searchandfilter ul {
    display: flex;
  }
}

@media all and (max-width: 980px) {
  .searchandfilter ul li input.sf-input-checkbox,
  .searchandfilter ul li input.sf-input-radio {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .searchandfilter .sf-field-taxonomy-faq_cat ul li {
    font-size: 0.85em;
  }

  .faqs ul.tabs-nav > li > a {
    font-size: 0.7273em;
  }

  ul.faq-items-list li.faq-item div.item-header {
    display: block;
  }

  ul.faq-items-list li.faq-item div.item-header .type-name,
  ul.faq-items-list li.faq-item div.item-header .q-title {
    text-align: left;
  }

  ul.faq-items-list li.faq-item div.item-header .type-name {
    padding: 0 0 0.5em;
  }

  ul.faq-items-list li.faq-item .q-title span.q-letter {
    padding: 0 1em 0 0;
  }

  ul.faq-items-list li.faq-item div.item-header i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-top: -8px;
  }

  ul.faq-items-list li.faq-item div.item-body span.a-letter {
    padding: 0 1em 0 0;
  }
}

.peter.page-inner .searchandfilter > ul {
  display: block;
  position: relative;
  margin: 3.5em auto 1.9318em;
}

.peter.page-inner .searchandfilter ul li {
  padding: 0;
  margin-right: 0;
}

.peter.page-inner .searchandfilter ul li label {
  display: block;
}

.peter.page-inner .searchandfilter > ul input {
  margin-top: 0;
}

.peter.page-inner .searchandfilter > ul li.sf-field-search input {
  width: 100%;
  padding-right: 72px;
  border-color: #707070;
  padding: 17px 25px;
  height: 62px;
}

.peter.page-inner .searchandfilter > ul li.sf-field-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 69px;
  height: calc(100% - 1px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.peter.page-inner .searchandfilter input[type="submit"] {
  min-width: auto;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #707070;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands",
    "Font Awesome 5 Pro";
  speak: none;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.42em;
  cursor: pointer;
}

/*****************************/
/** 공지사항 List             **/
/*****************************/
.page-content-section.notices table.board td.title {
  text-align: left;
}

.page-content-section.notices table.board td a {
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .page-content-section.notices table.board .title {
    width: 70%;
  }
}

/*****************************/
/** 공지사항 Single           **/
/*****************************/

.peter.page-inner .single-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9em 1.2em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #ddd;
}

.peter.page-inner .single-title-area .entry-title {
  font-size: 0.7273em;
  margin: 0;
  letter-spacing: -0.05em;
  font-family: NotoSansCJKkr;
}

.peter.page-inner .single-title-area .single-post-meta span {
  font-size: 0.7273em;
  padding-left: 0.5em;
  font-weight: 300;
  font-family: NotoSansCJKkr;
  letter-spacing: -0.05em;
}

.peter.page-inner .single-title-area .entry-title:before {
  display: none;
}

.peter.page-inner .entry-contents {
  padding: 2em 1.2em;
  margin-bottom: 2em;
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
  line-height: 1.75em;
}

.peter.page-inner .entry-content .content-body {
  padding: 2.4em;
}

@media all and (min-width: 768px) {
  .post-title-container .post-title-wrap {
    display: flex;
    align-items: center;
  }
}

@media all and (max-width: 767px) {
  .peter.page-inner .entry-title {
    font-size: 1.75em;
  }

  .post-title-container .post-title-wrap {
    padding: 1.5em 0;
  }

  .peter.page-inner .entry-content .content-body {
    padding: 2.4em 0;
  }

  .post-title-container .post-title-wrap .content-title {
    margin-bottom: 15px;
  }

  .peter.page-inner .single-title-area .single-post-meta span.entry-author {
    padding-left: 0;
  }
}

/*****************************/
/** Single Post Navigation  **/
/*****************************/

.post-nav-wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.post-nav-wrap .post-nav {
  padding: 1rem 1.2em;
  display: flex;
}

.post-nav-wrap .post-nav.next {
  border-bottom: 1px solid #ddd;
}

.post-nav-wrap .post-nav > div {
  padding: 0 0.5rem;
}

.post-nav-wrap .post-nav > div.prev-next-txt {
  width: 15%;
  font-weight: 300;
}

.post-nav-wrap .post-nav > div.prev-next-title {
  width: 85%;
  font-weight: 300;
}

.post-nav-wrap .post-nav > div.prev-next-title a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
}

.post-nav-wrap .post-nav i {
  margin-right: 15px;
  font-weight: 300;
}

/*.post-nav-wrap .post-nav a {
  color: #eaeaea;
}*/

.post-nav-wrap .post-nav a:hover {
  color: #69c0ff;
}

.loco-nav-list {
  text-align: right;
}

.loco-nav-list a {
  font-size: 0.7273em;
  color: #707070;
  padding: 0.65rem 1rem;
  border: 1px solid #707070;
  letter-spacing: -0.05em;
  display: inline-block;
}

@media all and (max-width: 980px) {
  .post-content-section .single-title-area {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media all and (max-width: 767px) {
  .post-nav-wrap .post-nav {
    font-size: 0.85em;
  }

  .post-nav-wrap .post-nav > div {
    padding: 0 0.5em;
  }

  .post-nav-wrap .post-nav > div.prev-next-txt {
    width: 25%;
  }

  .post-nav-wrap .post-nav > div.prev-next-title {
    width: 75%;
  }

  .post-nav-wrap .post-nav i {
    margin-right: 9px;
  }
}

/**********************************************/
/**** 지료실         ****************************/
/**********************************************/

.data-cat-area {
  width: 100%;
  margin-bottom: 2.5em;
}

.data-cat-m-nav {
  padding: 0.85em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}

.data-cat-m-nav .current-cat-name {
  margin-bottom: 0;
  font-size: 0.82em;
}

ul.data-cat-list > li {
  position: relative;
  flex: 1;
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 0.77em 0;
}

ul.data-cat-list > li > a {
  display: block;
  padding: 0 0.77em;
  position: relative;
  font-size: 0.7273em;
  letter-spacing: -0.05em;
}

ul.data-cat-list > li.current-item > a {
  color: #4c84db;
}

table.dataroom td.files a svg path#line_56,
table.dataroom td.files a svg path#path_628 {
  stroke: #666;
}

table.dataroom td.files a svg path#path_442 {
  fill: #666;
}

table.dataroom td.files a:hover svg path#line_56,
table.dataroom td.files a:hover svg path#path_628 {
  stroke: #4c84db;
}

table.dataroom td.files a:hover svg path#path_442 {
  fill: #4c84db;
}

@media all and (min-width: 981px) {
  .data-cat-m-nav {
    display: none;
  }

  ul.data-cat-list {
    display: flex;
    justify-content: center;
  }

  ul.data-cat-list > li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }

  ul.data-cat-list > li:last-child a:before {
    display: none;
  }

  ul.data-cat-list > li.current-item:after {
    width: 100%;
  }

  ul.data-cat-list > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #4c84db;
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  ul.data-cat-list > li:hover {
    color: #4c84db;
  }

  ul.data-cat-list > li:hover:after {
    width: 100%;
  }
}

@media all and (max-width: 980px) {
  .data-cat-m-nav i .i-minus {
    display: none;
  }

  .data-cat-list {
    display: none;
  }

  ul.data-cat-list > li {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: none;
    padding: 0.85em;
  }

  .data-search .searchandfilter ul {
    display: flex;
  }

  table.dataroom .language,
  table.dataroom .format,
  table.dataroom .date {
    display: none;
  }
}

/**********************************************/
/**** 고객 문의      ****************************/
/**********************************************/

.manager-info-area {
  border: 1px solid #ddd;
  margin-bottom: 1.9545em;
}

.manager-info-area .info-header {
  padding: 3.6818em;
}

.manager-info-area .info-header .contact-num {
  font-size: 1.2727em;
  color: #4c84db;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.25em;
}

.manager-info-area .info-header .service-time {
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

table.board.cs-table {
  margin-bottom: 0;
}

table.board.cs-table th {
  border-top: 1px solid #ddd;
}

table.board.cs-table tbody tr:last-child td {
  border-bottom: none;
}

table.board.cs-table tbody tr td {
  border-right: 1px solid #ddd;
}

table.board.cs-table tbody tr td:last-child {
  border-right: none;
}

table.board.cs-table .manager-field {
  width: 40%;
}

table.board.cs-table .manager-name {
  width: 20%;
}

table.board.cs-table .manager-phone {
  width: 20%;
}

table.board.cs-table .manager-email {
  width: 20%;
}

table.board.cs-table .manager-email a {
  color: #666;
  border: 1px solid #ddd;
  padding: 0.35em 1.2em;
}

.cs-btn-area > div {
  margin-bottom: 0.5em;
  background-color: #4c84db;
}

.cs-btn-area a.cs-btn-item {
  display: flex;
  padding: 2.045em 2.2727em;
  justify-content: space-between;
  align-items: center;
}

.cs-btn-area a.cs-btn-item .btn-desc {
  display: flex;
}

.cs-btn-area a.cs-btn-item .btn-desc .btn-icon {
  margin-right: 15px;
}

.cs-btn-area a.cs-btn-item h4 {
  color: #fff;
  margin: 0;
  font-size: 0.82em;
}

.cs-btn-area a.cs-btn-item p {
  font-size: 0.6363em;
  color: #fff;
  margin: 0;
  opacity: 0.8;
}

.cs-btn-area a.cs-btn-item .cta-arrow {
  position: relative;
  width: 46.4px;
  height: 33.3px;
  background-image: url(src/img/cta-arrow.svg);
}

@media all and (min-width: 981px) {
  .cs-btn-area {
    display: flex;
    margin-left: -0.5px;
    margin-left: -0.5px;
  }

  .cs-btn-area > div {
    width: 50%;
    margin: 0 0.5px 0.5em;
  }
}

@media all and (max-width: 767px) {
  .manager-info-area .info-header {
    padding: 2em 3.4em;
  }

  .manager-info-area .info-header .contact-num {
    font-size: 0.9em;
  }

  table.cs-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .cs-btn-area a.cs-btn-item {
    padding: 2em 1em;
  }

  .cs-btn-area a.cs-btn-item .btn-desc {
    width: 85%;
  }
}

/**********************************************/
/**** 회사소개 개요   ****************************/
/**********************************************/

.introduction-items {
  margin-bottom: 3.6363em;
}

.introduction-items > div.introduction-item {
  position: relative;
}

.introduction-items > div.introduction-item .inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.introduction-items > div.introduction-item .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.introduction-items > div.introduction-item .inner .introduction-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.introduction-items
  > div.introduction-item
  .inner
  .introduction-content
  .introduction-icon
  img {
  margin: 0 auto 1.41em;
}

.introduction-items
  > div.introduction-item
  .inner
  .introduction-content
  .introduction-txt {
  color: #fff;
  font-size: 0.82em;
  letter-spacing: -0.05em;
  text-align: center;
}

.profile-download {
  margin-bottom: 2.72727em;
}

.profile-download a.btn-download {
  display: block;
  margin: 0 auto;
  background-color: #4c84db;
  max-width: 400px;
  width: 90%;
  border-radius: 25px;
  font-size: 0.7273em;
  color: #fff;
  text-align: center;
  padding: 0.8125em;
  letter-spacing: -0.05em;
}

.profile-download a.btn-download svg {
  margin-right: 7px;
}

.company-intro-table-wrap {
  margin-bottom: 1.8182em;
}

table.company-intro-table tbody tr td {
  text-align: left;
  padding-left: 2.75em;
  padding-right: 2.75em;
}

table.company-intro-table tbody tr td.tit {
  font-weight: 500;
  width: 20%;
}

table.company-intro-table tbody tr:first-child td {
  border-top: 1px solid #707070;
}

.page-content-section.biz .biz-items {
  display: flex;
  flex-wrap: wrap;
}

.page-content-section.biz .biz-items .biz-item {
  display: flex;
}

.page-content-section.biz .biz-items .biz-item .inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-content-section.biz .biz-items .biz-item .inner .item-header {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.page-content-section.biz
  .biz-items
  .biz-item
  .inner
  .item-header
  .item-header-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-content-section.biz
  .biz-items
  .biz-item
  .inner
  .item-header
  .item-header-content
  img {
  margin: 0 auto 0.6954em;
}

.page-content-section.biz
  .biz-items
  .biz-item
  .inner
  .item-header
  .item-header-content
  .item-title {
  color: #fff;
  margin: 0;
  font-size: 0.7273em;
  text-align: center;
}

.page-content-section.biz .biz-items .biz-item .inner .item-body {
  flex: 1;
  padding: 1.63em 0.8em;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.page-content-section.biz .biz-items .biz-item:last-child .inner .item-body {
  border-right: 1px solid #ddd;
}

.page-content-section.biz .biz-items .biz-item .inner .item-body ul li {
  font-size: 0.7273em;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.86;
}

@media all and (min-width: 981px) {
  .introduction-items {
    display: flex;
  }

  .introduction-items > div.introduction-item {
    width: 33.3333%;
  }

  .page-content-section.biz .biz-items > div.biz-item {
    width: 20%;
  }
}

@media all and (max-width: 980px) {
  .page-content-section.biz .biz-items > div.biz-item {
    width: 50%;
  }

  .page-content-section.biz
    .biz-items
    .biz-item:nth-child(even)
    .inner
    .item-body {
    border-right: 1px solid #ddd;
  }
}

@media all and (max-width: 767px) {
  table.company-intro-table tbody tr td {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  table.company-intro-table tbody tr td.tit {
    width: 24%;
  }
}

/**********************************************/
/**** 경영이념       ****************************/
/**********************************************/

.philosophy-items {
  max-width: 860px;
  margin: 0 auto 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.philosophy-items .philosophy-item {
  margin: 0 -1.4%;
  position: relative;
}

.philosophy-items .philosophy-item.left,
.philosophy-items .philosophy-item.right {
  width: 31.96%;
}

.philosophy-items .philosophy-item.title {
  width: 41.47%;
  z-index: 2;
}

.philosophy-items .philosophy-item .inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
}

.philosophy-items .philosophy-item.left .inner {
  background-color: #4c99db;
}

.philosophy-items .philosophy-item.title .inner {
  background-color: #4c84db;
}

.philosophy-items .philosophy-item.right .inner {
  background-color: #469bbe;
}

.philosophy-items .philosophy-item .inner .txt {
  color: #fff;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.71;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 0.82em;
}

.philosophy-items .philosophy-item.title .inner .txt {
  font-size: 1.9545em;
}

.vision-items {
  position: relative;
  padding-bottom: 0.7955em;
  margin-bottom: 4.4772em;
}

.vision-items:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  margin-left: -40%;
  height: 1px;
  background-color: #ddd;
}

.vision-items .vision-item {
  margin-bottom: 1.5454em;
}

.vision-items .vision-item .item-header {
  position: relative;
}

.vision-items .vision-item .item-body {
  background-color: #fff;
  padding: 1.5em 1.7273em;
  position: relative;
  z-index: 2;
}

.vision-items .vision-item .item-body .vision-title {
  font-size: 1.2727em;
  color: #4c84db;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
}

.vision-items .vision-item .item-body .vision-title-en {
  font-size: 0.7273em;
  margin-top: 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 1.3125em;
}

.vision-items .vision-item .item-body .item-desc p {
  margin: 0;
  font-size: 0.7273em;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.vision-items .vision-item .item-body .item-desc h5 {
  font-size: 0.7273em;
}

.vision-items .vision-item .item-body .item-desc h5:first-child {
  margin-top: 0;
}

.vision-items .vision-item .item-body .item-desc h5:not(:first-child) {
  margin-top: 1em;
}

.how-to-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}

.how-to-items .how-to-item:last-child {
  border-right: 0;
}

.how-to-items .how-to-item {
  padding: 1em 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.how-to-items .how-to-item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-to-items .how-to-item .inner .how-to-title {
  font-size: 1.1em;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  text-align: center;
}

.how-to-items .how-to-item .inner .how-to-title-en {
  margin-top: 0;
  font-size: 0.82em;
  letter-spacing: -0.05em;
  color: #666;
  text-align: center;
}

.how-to-items .how-to-item .inner .how-to-desc {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
  text-align: center;
}

.how-to-items .how-to-item .inner img {
  max-width: 62px;
  margin-bottom: 33px;
}

@media all and (min-width: 981px) {
  .vision-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10.78%;
    margin-right: -10.78%;
    justify-content: center;
  }

  .vision-items .vision-item {
    width: 50%;
    padding: 0 10.78%;
  }

  .vision-items .vision-item:last-child {
    width: 87%;
  }

  .vision-items .vision-item .item-body {
    margin-top: -3em;
    margin-left: 2.75em;
  }

  .vision-items .vision-item:last-child .item-body {
    margin-top: -9.7em;
    margin-left: 13.7em;
    display: flex;
  }

  .vision-items .vision-item:last-child .item-body .item-desc {
    padding-left: 2.5454em;
  }

  .how-to-items .how-to-item {
    width: 25%;
    border-right: 1px solid #ddd;
  }
}

@media all and (max-width: 980px) {
  .how-to-items .how-to-item {
    width: 50%;
    margin-bottom: 1em;
    justify-content: flex-start;
  }

  .how-to-items .how-to-item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
}

@media all and (max-width: 767px) {
  .philosophy-items {
    position: relative;
    padding-bottom: 50%;
  }

  .philosophy-items .philosophy-item {
    position: absolute;
  }

  .philosophy-items .philosophy-item.title {
    width: 52%;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .philosophy-items .philosophy-item .inner .txt {
    font-size: 0.5em;
  }

  .philosophy-items .philosophy-item.title .inner .txt {
    font-size: 1.35em;
  }

  .philosophy-items .philosophy-item.left,
  .philosophy-items .philosophy-item.right {
    width: 42%;
    top: 60px;
  }

  .philosophy-items .philosophy-item.left {
    left: 0;
  }

  .philosophy-items .philosophy-item.right {
    right: 0;
  }
}

/**********************************************/
/**** 연혁          ****************************/
/**********************************************/

.history-decades .history-decade {
  margin-bottom: 4.5em;
}

.history-decades .history-decade > div {
  position: relative;
}

.history-decades .history-decade .decade-contents {
  background-color: #fff;
  padding: 1.6em 2.2727em;
  z-index: 2;
}

.history-decades .history-decade .decade-contents .decade-title {
  font-size: 1.8181em;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.history-decades .history-decade .decade-contents .decade-events dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.history-decades .history-decade .decade-contents .decade-events dl dt {
  font-size: 0.82em;
  color: #4c84db;
  letter-spacing: -0.05em;
}

.history-decades .history-decade .decade-contents .decade-events dl dd {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
  margin: 0 1rem;
}

@media all and (min-width: 981px) {
  .history-decades .history-decade {
    display: flex;
    justify-content: center;
  }

  .history-decades .history-decade > div {
    width: 50%;
  }

  .history-decades .history-decade:nth-child(odd) .decade-contents {
    margin-left: -7em;
    margin-top: 3.5em;
  }

  .history-decades .history-decade:nth-child(even) {
    flex-direction: row-reverse;
  }

  .history-decades .history-decade:nth-child(even) .decade-contents {
    margin-right: -7em;
    margin-top: 3.5em;
  }
}

@media all and (max-width: 980px) {
  .history-decades .history-decade .decade-contents {
    padding: 1.6em 0;
  }
}

/**********************************************/
/**** 파트너         ****************************/
/**********************************************/

ul.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

ul.partners-list > li > * {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.98%;
  border: 1px solid #ddd;
}

ul.partners-list > li img {
  position: absolute;
  max-width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reference-list .reference-item {
  padding: 1.659em 0;
  border-bottom: 1px solid #ddd;
}

.reference-list .reference-item:first-child {
  border-top: 1px solid #707070;
}

.reference-list .reference-item .col-right .item-title {
  font-size: 0.7273em;
  font-weight: 700;
}

.reference-list .reference-item .col-right .item-title:not(:first-child) {
  margin-top: 2em;
}

.reference-list .reference-item .col-left .reference-product-type {
  margin: 0;
  font-size: 1em;
  letter-spacing: -0.05em;
  color: #4c84db;
}

.reference-list .reference-item .col-right .reference-detail dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.reference-list .reference-item .col-right .reference-detail dl dt {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
}

.reference-list .reference-item .col-right .reference-detail dl dd {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
  margin: 0 1rem;
}

.reference-list .reference-item .col-right .reference-client {
  font-size: 0.7273em;
  letter-spacing: -0.05em;
  font-weight: 300;
  line-height: 2;
}

@media all and (min-width: 981px) {
  ul.partners-list > li {
    width: 33.3333%;
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .reference-list .reference-item {
    display: flex;
  }

  .reference-list .reference-item .col-left {
    width: 25%;
  }

  .reference-list .reference-item .col-right {
    width: 75%;
    padding: 0 1.75em;
  }
}

@media all and (max-width: 980px) {
  ul.partners-list > li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .reference-list .reference-item .col-left .reference-product-type {
    margin-bottom: 1em;
  }
}

/**********************************************/
/**** 채용          ****************************/
/**********************************************/

.careers-intro {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.careers-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.careers-intro .inner {
  position: relative;
  padding: 2.7272em 0;
}

.careers-intro .inner > div {
  position: relative;
  padding: 0 3em;
}

.careers-intro .col-left .career-intro-desc {
  font-size: 1.91em;
  color: #fff;
  font-weight: 300;
  margin: 0;
  line-height: 1.31;
}

.careers-intro ul.career-detail-list > li {
  display: flex;
  margin-left: -0.7727em;
  margin-right: -0.7727em;
  margin-bottom: 2.2727em;
}

.careers-intro ul.career-detail-list > li:last-child {
  margin-bottom: 0;
}

.careers-intro ul.career-detail-list > li > div {
  padding: 0 0.7727em;
}

.careers-intro ul.career-detail-list .career-detail-title {
  font-size: 1.1em;
  color: #fff;
  margin: 0;
}

.careers-intro ul.career-detail-list .career-detail-title-en {
  font-size: 0.63636em;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.careers-intro ul.career-detail-list .career-detail-desc {
  font-size: 0.7273em;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.page-content-section.career-notices .career-notice-title {
  margin-bottom: 1em;
  text-align: left;
}

.page-content-section.career-notices .career-notice-title:before {
  display: none;
}

.page-content-section.career-notices .career-notice-info {
  font-size: 0.7273em;
  font-weight: 300;
  padding: 2em 0;
  border-top: 1px solid #707070;
}

.page-content-section.career-notices .career-notice-info span.recruit-count {
  color: #4c84db;
  font-weight: 500;
}

table.career-notice tr:first-child td {
  border-top: 1px solid #707070;
}

table.career-notice td {
  padding: 2.125em 1.22em;
}

table.career-notice td.num {
  font-weight: 500;
}

table.career-notice td.title h5 {
  font-size: 1.125em;
  text-align: left;
}

table.career-notice td.title p {
  font-size: 1em;
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
}

table.career-notice td.title span.seperator {
  padding: 0 14px;
}

table.career-notice td.apply-link {
  width: 20%;
}

table.career-notice td.apply-link .apply-link-btn {
  padding: 0.625em 2.25em;
  display: inline-block;
}

table.career-notice td.apply-link .apply-link-btn.on {
  color: #4c84db;
  border: 1px solid #4c84db;
}

table.career-notice td.apply-link .apply-link-btn.off {
  color: #707070;
  border: 1px solid #707070;
}

@media all and (min-width: 981px) {
  .careers-intro .inner {
    display: flex;
  }

  .careers-intro .inner > div {
    width: 50%;
  }

  .careers-intro .inner > div.col-left {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media all and (max-width: 980px) {
  .careers-intro .inner {
    padding: 1.5em 0;
  }

  .careers-intro .col-left .career-intro-desc {
    font-size: 1.45em;
  }

  .careers-intro .inner > div {
    padding: 0 1em;
  }

  .careers-intro .inner > div.col-left {
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 767px) {
  table.career-notice {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/**********************************************/
/**** contact us   ****************************/
/**********************************************/

.page-content-section.location .contact-info {
  border-bottom: 1px solid #ddd;
}

.page-content-section.location .contact-info > div {
  padding: 1.5454em 0;
}

.page-content-section.location .contact-info .company-address {
  font-size: 0.91em;
}

.page-content-section.location .contact-info .lat-lng {
  font-size: 0.82em;
  font-weight: 300;
  margin-bottom: 0;
}

.page-content-section.location .contact-info .company-contact-numbers {
  display: flex;
  margin-left: -0.7727em;
  margin-right: -0.7727em;
  justify-content: flex-end;
}

.page-content-section.location
  .contact-info
  .company-contact-numbers
  .contact-num {
  flex: 1;
  padding: 0 0.7727em;
  display: flex;
  margin-left: -6.5px;
  margin-right: -6.5px;
}

.page-content-section.location .contact-info .contact-num > div {
  padding: 0 6.5px;
}

.page-content-section.location
  .contact-info
  .contact-num
  > div.col-right
  .contact-num-title {
  font-size: 0.6363em;
  font-weight: 300;
  margin-bottom: 0;
}

.page-content-section.location
  .contact-info
  .contact-num
  > div.col-right
  .number {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0;
}

.page-content-section.location .wayto {
  padding: 1.068em 0;
}

.page-content-section.location .wayto dl.transport {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0.4545em 0;
  margin-bottom: 0;
}

.page-content-section.location .wayto dl.transport dt,
.page-content-section.location .wayto dl.transport dd {
  padding: 0 12px;
  font-size: 0.7273em;
  font-weight: 500;
  margin-bottom: 0;
}

.page-content-section.location .wayto dl.transport dd span {
  display: inline-block;
  margin-right: 10px;
}

.page-content-section.location .wayto dl.transport dd .subway-num {
  margin-right: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  font-size: 15px;
  color: #fff;
}

.page-content-section.location .wayto dl.transport dd .way {
  font-weight: 300;
}

.page-content-section.location .wayto dl.transport dd .bus-num {
  margin-right: 6px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  font-size: 15px;
  color: #fff;
}

@media all and (min-width: 981px) {
  .page-content-section.location .contact-info {
    display: flex;
    justify-content: space-between;
  }
}

@media all and (max-width: 767px) {
  .page-content-section.location .contact-info > div.col-left {
    padding-bottom: 0;
  }

  .page-content-section.location .contact-info .company-contact-numbers {
    display: block;
  }

  .page-content-section.location
    .contact-info
    .company-contact-numbers
    .contact-num {
    margin-bottom: 1em;
  }

  .page-content-section.location .wayto dl.transport dt {
    width: 18%;
  }

  .page-content-section.location .wayto dl.transport dd {
    width: 82%;
    margin-right: 0;
  }
}

/**********************************************/
/**** 대리점.        ****************************/
/**********************************************/

.login-box {
  max-width: 1000px;
  margin: 0 auto;
}

.login-box .login-box-body {
  padding: 4.3181em 1em 3.63636em;
  border: 1px solid #ddd;
}

.login-box .login-box-footer {
  padding: 2em 2.545454em 2.136em;
  background-color: #f8f8f8;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.login-box .login-box-footer .login-notice {
  font-size: 0.6363em;
  font-weight: 300;
  line-height: 1.86;
}

/*** 로그인 폼 ***/
.login-form {
  position: relative;
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
}

.login-form form#login {
  margin-bottom: 1.7727em;
}

.login-form .login-form-bottom {
  text-align: center;
}

.login-form .login-form-bottom a {
  font-size: 0.7273em;
  color: #333;
  line-height: 1.5;
}

.login-form .login-form-bottom span.divider {
  padding: 0 7px;
  color: #ddd;
  font-size: 0.65em;
}

.login-input,
.login-input label,
.login-input input,
.login-input .spin,
.login-btn,
.login-btn.login input {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.login-input,
.login-btn {
  margin-top: 6px;
}

.login-input {
  display: flex;
  align-items: center;
}

.login-input,
.login-input input,
.login-btn,
.login-btn.login input {
  position: relative;
}

.login-input input {
  height: 45px;
  /*top: 10px;*/
  /*border: none!important;*/
  background: transparent;
  margin: 0;
  padding: 10px 13px;
  z-index: 3;
  font-size: 0.7273em;
  width: 100%;
  border: 1px solid #9a9a9a;
  line-height: 1.5;
}

.login-box .login-input input::placeholder {
  font-size: 1em;
  font-weight: 300;
  color: #888888;
}

.login-input:before,
.login-input .spin {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.login-input:before {
  /*content: "";*/
  background: rgba(0, 0, 0, 0.66);
  z-index: 3;
}

.login-box .login-btn button {
  width: 100%;
  height: 100%;
  background-color: #4c84db;
  border-color: #4c84db;
  color: #fff;
  font-size: 0.7273em;
  letter-spacing: -0.05em;
}

.login-input span.required {
  color: #e92e2f;
  margin-right: 5px;
}

.login-input .spin {
  background: #040000;
  z-index: 4;
  width: 0;
}

.login-input > label {
  position: relative;
  /*top: 10px;*/
  left: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 40px;
  font-size: 1em;
  font-weight: 700;
  color: #333;
  width: 35%;
}

.login-box .login-input > label {
  position: absolute;
  top: 10px;
  color: #666;
}

.login-input label.error {
  color: #e92e2f;
  text-align: right;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 10px;
  font-size: 0.7em;
  font-weight: 400;
  width: auto;
}

.login-input label .small {
  color: #666;
  font-weight: 400;
  font-size: 0.85em;
  margin-left: 5px;
}

.login-btn {
  text-align: center;
}

.login-btn input {
  margin: 0;
  border-radius: 25px;
}

@media all and (min-width: 768px) {
  .login-box .login-box-body .login-form form#login {
    display: flex;
    justify-content: space-between;
  }

  .login-box .login-box-body .login-form form#login .login-input-wrap {
    flex: 1 0 auto;
    margin-right: 10px;
  }

  .login-box .login-box-body .login-form form#login .login-btn {
    width: 96px;
  }
}

/**********************************************/
/**** 액세서리       ****************************/
/**********************************************/

.acc-cat-area ul.acc-cat-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

.acc-cat-area ul.acc-cat-list > li {
  width: 16.666%;
  position: relative;
}

.acc-cat-area ul.acc-cat-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #ddd;
  /*width: 100%;
    height: 100%;*/
}

.acc-cat-area ul.acc-cat-list > li.current-item:before {
  border: 1px solid #4c84db;
}

.acc-cat-area ul.acc-cat-list > li .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.35%;
}

.acc-cat-area ul.acc-cat-list > li .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 0.7273em;
  text-align: center;
}

.acc-cat-area ul.acc-cat-list > li.current-item .inner > a {
  background-color: #4c84db;
  color: #fff;
}

.acc-cat-m-nav {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
}

.acc-cat-m-nav .current-cat-name {
  font-size: 1em;
  margin-bottom: 0;
}

.page-content-section.accessories .content-title.parent-cat-name {
  font-weight: 500;
  text-align: left;
  font-size: 1em;
  margin-bottom: 1em;
}

table.acc .cat {
  width: 34%;
}

table.acc .models {
  width: 20.7%;
}

table.acc td.cat {
  text-align: left;
}

table.acc .cat .cat-title {
  color: #4c84db;
  font-size: 0.875em;
  margin-bottom: 3px;
}

table.acc .cat .product-title {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0;
}

table.acc td.price p {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 300;
}

table.acc td.models {
  text-align: left;
}

table.acc td.product-img img {
  max-width: 120px;
}

@media all and (min-width: 981px) {
  .acc-cat-m-nav {
    display: none;
  }
}

@media all and (max-width: 980px) {
  .acc-cat-area .acc-cat-list-wrap {
    display: none;
  }

  .page-content-section.accessories .content-title.parent-cat-name {
    display: none;
  }

  .acc-cat-m-nav i .i-minus {
    display: none;
  }

  .acc-cat-area ul.acc-cat-list > li {
    width: 25%;
  }
}

@media all and (max-width: 767px) {
  .acc-cat-area ul.acc-cat-list > li .inner {
    padding-bottom: 100%;
  }

  .acc-cat-area ul.acc-cat-list > li .inner > a {
    font-size: 0.6363em;
  }

  .acc-cat-area ul.acc-cat-list > li {
    width: 33.333%;
  }

  .acc-table-wrap {
    overflow-x: auto;
  }

  table.acc {
    white-space: nowrap;
    width: 800px;
  }
}
