@charset "UTF-8";
.board .is-wide {
  display: block;
  margin-left: -20px !important;
  margin-right: -20px !important; }

.board__header {
  margin-top: 2.4rem;
  padding-bottom: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #000; }

.board__header__brow {
  display: block; }

.board__filter .dropdown--unfold {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem; }

.board__filter .input-g--searchborder {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  margin-bottom: 1.2rem; }

.board__list {
  border-top: 2px solid #414141;
  width: 100%; }

.board__item {
  position: relative;
  padding-top: 1.6rem;
  border-bottom: 1px solid #999999; }

.board__item .item__category {
  color: #666666;
  font-size: 1.5rem; }

.board__item .item__date {
  position: relative;
  margin-left: 9px;
  padding-left: 10px; }

.board__item .item__date::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #cccccc; }

.board__item .item__h {
  display: block;
  padding-top: 0.6rem;
  padding-bottom: 1.6rem;
  word-break: keep-all;
  word-wrap: break-word; }

.board__item .item__download {
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  display: inline-block;
  padding: 1.5rem;
  background-position: center; }

.board__item .item__download-text {
  position: absolute;
  visibility: hidden; }

.board__item .item__download-text .icon {
  font-size: 18px; }

.board__pagination {
  margin-top: 3rem; }

@media (max-width: 44.99em) {
  .board__h {
    display: none; }
  .board__list > tbody {
    display: block; }
  .board__list, .board__item {
    display: block; }
  .board__item > th,
  .board__item > td {
    display: block; } }

@media (min-width: 45em) {
  .board .is-wide {
    margin-left: calc(-1 * (100% + 20px) / 4) !important;
    margin-right: calc(-1 * (100% + 20px) / 4) !important; }
  .board__h {
    border-bottom: 1px solid #999999; }
  .board__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
    padding-bottom: 1rem; }
  .board__filter .dropdown--unfold {
    margin-bottom: 0; }
  .board__filter .input-g--searchborder {
    margin-bottom: 0; }
  .board__h {
    padding: 1.5rem 0; }
  .board .item__category, .board .item__date, .board .item__h, .board .item__download {
    padding: 1.5rem 0; }
  .board__item {
    padding-top: 0; }
  .board__item .item__h {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2rem; }
  .board__item .item__category {
    font-weight: bold;
    text-align: center; }
  .board__item .item__download {
    display: block;
    position: relative;
    border: 1px solid transparent;
    text-align: center; }
  .board__item .item__download-text {
    position: static;
    visibility: visible;
    padding-left: 0.3rem; }
  .board__item .item__download .icon {
    position: relative;
    top: 2px;
    line-height: 1; }
  .board__item .item__download:hover, .board__item .item__download:focus {
    color: #029570; }
  .board__item .item__download:hover .item__download-text, .board__item .item__download:focus .item__download-text {
    text-decoration: underline; }
  .board__pagination {
    margin-top: 5rem; } }

@media (min-width: 60em) {
  .board .is-wide {
    margin-left: calc(-1 * (100% + 20px) / 4) !important;
    margin-right: calc(-1 * (100% + 20px) / 4) !important; } }

@media (min-width: 75em) {
  .board .is-wide {
    margin-left: calc(-1 * (100% + 20px) / 3) !important;
    margin-right: calc(-1 * (100% + 20px) / 3) !important; } }

.board-view {
  border-top: 2px solid #0a0a0a;
  border-bottom: 1px solid #999999; }

.board-view__header {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #cccccc; }

.board-view__date, .board-view__category {
  display: inline-block;
  color: #737373; }

.board-view__date + .board-view__date,
.board-view__date + .board-view__category, .board-view__category + .board-view__date,
.board-view__category + .board-view__category {
  position: relative;
  margin-left: 8px;
  padding-left: 10px; }

.board-view__date + .board-view__date::before,
.board-view__date + .board-view__category::before, .board-view__category + .board-view__date::before,
.board-view__category + .board-view__category::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #cccccc; }

.board-view__link {
  word-break: break-all;
  border-bottom: 1px solid; }

.board-view__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
  min-height: 148px; }

.board-view__body *:first-child {
  margin-top: 0; }

.board-view__body p:last-child {
  margin-bottom: 0; }

.board-view__download {
  position: relative;
  margin-bottom: 1.5rem; }

.board-view .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.board-view .download-link .download-link__text {
  text-decoration: underline; }

.board-view .download-link:hover .download-link__text, .board-view .download-link:focus .download-link__text {
  color: #029570; }

.board-view .download-link + .download-link {
  margin-top: 10px; }

.board-view .download-link__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  padding: .8em 20px .5em;
  background-color: #f7f7f7; }

.board-view .download-link__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  margin-left: 10px; }

.board-view .download-link__btn .btn__text {
  position: absolute;
  visibility: hidden; }

.board-view .download-link .icon {
  font-size: 17px;
  line-height: 1; }

@media (max-width: 44.99em) {
  .board-view .download-link__btn {
    min-width: 20px;
    padding-left: 18px;
    padding-right: 18px; } }

@media (min-width: 45em) {
  .board-view {
    margin-top: 2rem; }
  .board-view__header {
    padding-top: 2.4rem;
    padding-bottom: 2rem; }
  .board-view__date, .board-view__category {
    margin-bottom: 1rem; }
  .board-view__body {
    padding-top: 28px;
    padding-bottom: 28px;
    min-height: 260px; }
  .board-view__download {
    margin-bottom: 3rem; }
  .board-view .download-link__btn .btn__text {
    position: static;
    visibility: visible; }
  .board-view .download-link__btn .icon {
    font-size: 17px; } }

.board--support .board__list {
  border-top: 0; }

.board--support .board__item .item__date {
  margin-left: 0;
  padding-left: 0;
  color: #737373; }

.board--support .board__item .item__date::before {
  display: none; }

@media (min-width: 45em) {
  .board--support .board__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .board--support .board__item .item__h {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0; }
  .board--support .board__item .item__date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .board--support .board__item .item__h, .board--support .board__item .item__date {
    padding: 2.4rem 0; } }

.cs-cert-apply .apply-section {
  padding-top: 20px; }

.cs-cert-apply .apply-section--start {
  position: relative; }

.cs-cert-apply .apply-section--survey {
  margin-top: 35px;
  padding-top: 0;
  border-top: 2px solid #0a0a0a; }

.cs-cert-apply .keyline {
  margin: 1.8rem 0 0; }

.cs-cert-apply .serial-number-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999; }

.cs-cert-apply .serial-number-wrap .feature-header {
  display: block;
  margin-top: 0;
  margin-bottom: 20px; }

.cs-cert-apply .serial-number-wrap .btn {
  margin-top: 10px; }

.cs-cert-apply .serial-number-wrap .product-name {
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-weight: 800;
  letter-spacing: .15em; }

@media (min-width: 35em) {
  .cs-cert-apply .serial-number-wrap .input-g {
    padding-right: 174px; }
  .cs-cert-apply .serial-number-wrap .btn {
    position: absolute;
    top: 0;
    right: 0; } }

.cs-cert-apply .serial-number-info {
  border-bottom: 1px solid #999999; }

.cs-cert-apply .serial-number-info .feature-header {
  margin-top: 5rem; }

.cs-cert-apply .serial-number-info__header {
  padding-top: 1em;
  padding-bottom: 1.2em; }

.cs-cert-apply .serial-number-info__header p {
  margin-top: .25em;
  line-height: 1.4; }

.cs-cert-apply .serial-number-info hr {
  height: 1px;
  border: 0;
  margin: 10px 0; }

.cs-cert-apply .serial-number-info figcaption {
  margin-top: 10px;
  padding-bottom: 1em; }

.cs-cert-apply .serial-number-info .swiper-pagination {
  margin-top: -3rem; }

.cs-cert-apply .serial-number-info .swiper-button-prev,
.cs-cert-apply .serial-number-info .swiper-button-next {
  display: none; }

.cs-cert-apply .serial-products {
  margin-top: 1em; }

.cs-cert-apply .serial-products .input-block {
  margin-top: 5px; }

.cs-cert-apply .check-receipt {
  overflow: hidden;
  margin: 0 -5px;
  text-align: center; }

.cs-cert-apply .check-receipt__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 5px; }

.cs-cert-apply .check-receipt__item::after {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: -1;
  width: 66px;
  height: 60px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../image/support/cert/receipt-yes.png) center center no-repeat;
  background-size: contain; }

.cs-cert-apply .check-receipt__item:nth-child(2)::after {
  background-image: url(../image/support/cert/receipt-no.png); }

.cs-cert-apply .check-receipt__item .radio {
  display: block; }

.cs-cert-apply .check-receipt__item .radio__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 130px 0 30px;
  border: 1px solid #cccccc; }

.cs-cert-apply .check-receipt__item .radio__label::before {
  top: 131px;
  left: 50%;
  margin-left: -54px; }

.cs-cert-apply .check-receipt__item .radio__label::after {
  top: 135px;
  left: 50%;
  margin-left: -50px; }

.cs-cert-apply .check-receipt__item .radio__input:checked + .radio__label,
.cs-cert-apply .check-receipt__item .radio__input:checked:focus + .radio__label {
  border-color: #029570; }

.cs-cert-apply .check-receipt__item .radio__text {
  padding-left: 24px; }

.cs-cert-apply .check-receipt + fieldset {
  margin-top: 50px; }

.cs-cert-apply select ~ select {
  margin-top: 10px; }

.cs-cert-apply .checkbox {
  margin-right: 0; }

.cs-cert-apply .info-box {
  margin-top: 10px; }

.cs-cert-apply .form-result {
  border-bottom: 1px solid #999999; }

.cs-cert-apply .form-result th {
  width: 110px;
  padding-right: 0; }

.cs-cert-apply .form-result td {
  width: auto; }

.cs-cert-apply .section-guide {
  margin-top: 5rem;
  color: #737373; }

.cs-cert-apply .section-guide em {
  color: #0a0a0a; }

.cs-cert-apply .section-guide .func {
  border-top: 1px solid #999999; }

@media (min-width: 45em) {
  .cs-cert-apply {
    padding-left: 0;
    padding-right: 0; }
  .cs-cert-apply .serial-number-wrap .form-g {
    position: relative;
    padding-right: 172px; }
  .cs-cert-apply .serial-number-wrap .btn {
    position: absolute;
    top: 1px;
    right: 0;
    width: auto;
    margin-top: 0; }
  .cs-cert-apply .check-receipt {
    max-width: 360px;
    margin: 0 auto; }
  .cs-cert-apply .form-result th {
    width: 170px; } }

@media (min-width: 60em) {
  .cs-cert-apply .status {
    margin-left: 22px;
    margin-top: 25px; }
  .cs-cert-apply .serial-number-wrap {
    padding-bottom: 30px; }
  .cs-cert-apply .serial-number-wrap .feature-header {
    margin-bottom: 30px; }
  .cs-cert-apply .serial-number-info__header {
    padding-top: 25px; }
  .cs-cert-apply .serial-number-info__header p {
    display: inline;
    margin-left: .5em; }
  .cs-cert-apply .serial-number-info__heading {
    display: inline; }
  .cs-cert-apply .serial-number-info__slider {
    position: relative; }
  .cs-cert-apply .serial-number-info .swiper-pagination {
    display: none; }
  .cs-cert-apply .serial-number-info .swiper-button-prev,
  .cs-cert-apply .serial-number-info .swiper-button-next {
    overflow: hidden;
    display: block;
    height: 60px;
    top: 50%;
    width: auto;
    margin-top: -70px;
    padding: 10px; }
  .cs-cert-apply .serial-number-info .swiper-button-prev::before,
  .cs-cert-apply .serial-number-info .swiper-button-next::before {
    font-size: 60px;
    line-height: 1; }
  .cs-cert-apply .serial-number-info .swiper-button-prev {
    left: -64px; }
  .cs-cert-apply .serial-number-info .swiper-button-next {
    right: -64px; } }

.cs {
  padding-bottom: 5rem; }

@media (min-width: 45em) {
  .cs {
    padding-bottom: 10rem; } }

.cs-as-service .info-box {
  margin-top: 2rem; }

.as-func {
  text-align: center; }

.as-func .btn {
  margin-top: 1rem; }

@media (min-width: 45em) {
  .as-func .btn {
    margin-top: 2rem; } }

.as-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  line-height: 1.4; }

.as-step-wrap {
  padding-bottom: 2rem;
  border-bottom: 1px solid #999999; }

.as-step .item {
  position: relative;
  width: 28%;
  text-align: center;
  margin-top: 2rem; }

.as-step .item:nth-child(1) .item__img-box::before {
  display: none; }

.as-step .item__img-box {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #f7f7f7;
  border-radius: 50%; }

.as-step .item__img-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 0px;
  margin-left: -15%;
  margin-top: -4px;
  border-top: 5px solid transparent;
  border-left: 6px solid #414141;
  border-bottom: 5px solid transparent; }

.as-step .item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.as-step .item__text {
  display: block;
  margin-top: 0.5rem;
  word-break: keep-all;
  word-wrap: break-word; }

@media (max-width: 44.99em) {
  .as-step .item:nth-child(4) {
    margin-left: 18%; }
  .as-step .item:nth-child(5) {
    margin-left: 28px;
    margin-right: 16%; } }

@media (min-width: 45em) {
  .as-step-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .as-step .item {
    margin-top: 0;
    width: 16.5%; }
  .as-step .item__img {
    width: 60%; } }

@media (min-width: 60em) {
  .as-step .item__text {
    padding: 1em .5em 0; } }

.modal a + a {
  margin-top: 10px; }

.cs-as-apply .input-g + .input-g {
  margin: 1rem 0; }

.cs-as-apply .input-g + .desc {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem; }

.cs-as-apply .input-g .label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem; }

.cs-as-apply .input-block + .checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.cs-as-apply .product-name-wrap {
  margin: 10px 0; }

.cs-as-apply .product-name-wrap .body3 {
  display: block;
  margin-bottom: 11px; }

.modal-as-guide .h4 {
  margin-bottom: 0; }

@media (max-width: 44.99em) {
  .modal-as-guide .modal__body--center {
    padding-bottom: 0; }
  .modal-as-guide .func {
    padding-top: 2rem; } }

.cert {
  word-break: keep-all;
  word-wrap: break-word;
  padding-bottom: 5rem; }

.cert__title {
  margin-top: 4.5rem;
  text-align: center; }

.cert__desc {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem; }

.cert-benefit {
  border-top: 1px solid #fff;
  margin: 0 auto; }

.cert-benefit-title {
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center; }

.cert-benefit-desc {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

.cert-benefit-wrap {
  padding: 3rem 3rem 2rem;
  color: #fff;
  background: url(../image/support/cert/content-bg-sm.jpg) center center/cover; }

.cert-benefit-wrap .func {
  padding: 1rem 0; }

.cert-benefit__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  text-align: center; }

.cert-benefit__item + .cert-benefit__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.cert-benefit__h {
  color: #fff;
  font-weight: bold; }

.cert-benefit__desc {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  opacity: 0.6; }

.cert-period {
  margin-top: 4.5rem; }

.cert-period__title {
  padding-bottom: 0.6em;
  text-align: center; }

.cert-period__inner {
  padding: 3.5rem 2.5rem;
  border: 1px solid #cccccc; }

.cert-period__label {
  display: block;
  color: #0a0a0a;
  font-size: 1.5rem; }

.cert-period__label::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  background-color: #D8EBE6; }

.cert-period__label--cert::before {
  background-color: #029570; }

.cert-period__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1; }

.cert-period__graph::before {
  content: '';
  display: inline-block;
  position: relative;
  height: 20px;
  margin-right: 0.4rem;
  background-color: #D8EBE6; }

.cert-period__graph[data-period='1']::before {
  width: 3.16667%; }

.cert-period__graph[data-period='2']::before {
  width: 6.33333%; }

.cert-period__graph[data-period='3']::before {
  width: 9.5%; }

.cert-period__graph[data-period='4']::before {
  width: 12.66667%; }

.cert-period__graph[data-period='5']::before {
  width: 15.83333%; }

.cert-period__graph[data-period='6']::before {
  width: 19%; }

.cert-period__graph[data-period='7']::before {
  width: 22.16667%; }

.cert-period__graph[data-period='8']::before {
  width: 25.33333%; }

.cert-period__graph[data-period='9']::before {
  width: 28.5%; }

.cert-period__graph[data-period='10']::before {
  width: 31.66667%; }

.cert-period__graph[data-period='11']::before {
  width: 34.83333%; }

.cert-period__graph[data-period='12']::before {
  width: 38%; }

.cert-period__graph[data-period='13']::before {
  width: 41.16667%;
  background-color: #029570; }

.cert-period__graph[data-period='14']::before {
  width: 44.33333%;
  background-color: #029570; }

.cert-period__graph[data-period='15']::before {
  width: 47.5%;
  background-color: #029570; }

.cert-period__graph[data-period='16']::before {
  width: 50.66667%;
  background-color: #029570; }

.cert-period__graph[data-period='17']::before {
  width: 53.83333%;
  background-color: #029570; }

.cert-period__graph[data-period='18']::before {
  width: 57%;
  background-color: #029570; }

.cert-period__graph[data-period='19']::before {
  width: 60.16667%;
  background-color: #029570; }

.cert-period__graph[data-period='20']::before {
  width: 63.33333%;
  background-color: #029570; }

.cert-period__graph[data-period='21']::before {
  width: 66.5%;
  background-color: #029570; }

.cert-period__graph[data-period='22']::before {
  width: 69.66667%;
  background-color: #029570; }

.cert-period__graph[data-period='23']::before {
  width: 72.83333%;
  background-color: #029570; }

.cert-period__graph[data-period='24']::before {
  width: 76%;
  background-color: #029570; }

.cert-period__graph + .cert-period__graph {
  margin-top: 1.5rem; }

.cert-period__label-wrap {
  margin-top: 2.5rem; }

.cert-period hr {
  margin: 1em 0;
  border-top: 1px solid #cccccc;
  border-bottom: 0; }

.cert-period .ul-dash {
  color: #737373;
  font-size: 1.5rem; }

.cert-period .ul-dash li {
  margin-top: 0; }

.cert-period .func {
  padding-top: 2.5rem; }

.cert-way {
  padding-bottom: 1rem; }

.cert-way__item {
  background-color: #f7f7f7;
  padding: 4rem 0 5rem;
  text-align: center; }

.cert-way__img-box {
  position: relative;
  height: 145px; }

.cert-way__img-box img {
  height: 100%; }

.cert-way__img-box figcaption {
  margin-top: 1rem;
  width: 100%;
  color: #24296c;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 1.4rem;
  text-align: center; }

.cert-way__title {
  display: block;
  margin-bottom: 2rem; }

@media (max-width: 44.99em) {
  .cert .swiper-slide:last-child img {
    height: calc(100% - 30px); } }

@media (min-width: 45em) {
  .cert-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cert-benefit__item {
    width: 50%; } }

@media (min-width: 60em) {
  .cert {
    padding-bottom: 10rem; }
  .cert__wrap {
    padding: 0; }
  .cert__title {
    margin-top: 7rem; }
  .cert-benefit-title {
    margin-top: 5rem;
    margin-bottom: 1.5rem; }
  .cert-benefit-desc {
    font-size: 1.8rem; }
  .cert-benefit-wrap {
    padding: 6rem 0;
    background: url(../image/support/cert/content-bg-lg.jpg) center center/cover; }
  .cert-benefit__item {
    width: 25%; }
  .cert-benefit__item br {
    display: none; }
  .cert-benefit__item + .cert-benefit__item {
    border-top: 0; }
  .cert-period {
    margin-top: 7rem; }
  .cert-period__inner {
    padding: 5.5rem 9rem; }
  .cert-period__label {
    display: inline-block; }
  .cert-period__label + .cert-period__label {
    margin-left: 2.5rem; }
  .cert-period__label-wrap {
    margin-bottom: 4rem; }
  .cert-period__graph {
    line-height: 1; }
  .cert-period__graph::before {
    height: 30px;
    margin-right: 2rem; }
  .cert-period__graph[data-period='1']::before {
    width: 3.5%; }
  .cert-period__graph[data-period='2']::before {
    width: 7%; }
  .cert-period__graph[data-period='3']::before {
    width: 10.5%; }
  .cert-period__graph[data-period='4']::before {
    width: 14%; }
  .cert-period__graph[data-period='5']::before {
    width: 17.5%; }
  .cert-period__graph[data-period='6']::before {
    width: 21%; }
  .cert-period__graph[data-period='7']::before {
    width: 24.5%; }
  .cert-period__graph[data-period='8']::before {
    width: 28%; }
  .cert-period__graph[data-period='9']::before {
    width: 31.5%; }
  .cert-period__graph[data-period='10']::before {
    width: 35%; }
  .cert-period__graph[data-period='11']::before {
    width: 38.5%; }
  .cert-period__graph[data-period='12']::before {
    width: 42%; }
  .cert-period__graph[data-period='13']::before {
    width: 45.5%;
    background-color: #029570; }
  .cert-period__graph[data-period='14']::before {
    width: 49%;
    background-color: #029570; }
  .cert-period__graph[data-period='15']::before {
    width: 52.5%;
    background-color: #029570; }
  .cert-period__graph[data-period='16']::before {
    width: 56%;
    background-color: #029570; }
  .cert-period__graph[data-period='17']::before {
    width: 59.5%;
    background-color: #029570; }
  .cert-period__graph[data-period='18']::before {
    width: 63%;
    background-color: #029570; }
  .cert-period__graph[data-period='19']::before {
    width: 66.5%;
    background-color: #029570; }
  .cert-period__graph[data-period='20']::before {
    width: 70%;
    background-color: #029570; }
  .cert-period__graph[data-period='21']::before {
    width: 73.5%;
    background-color: #029570; }
  .cert-period__graph[data-period='22']::before {
    width: 77%;
    background-color: #029570; }
  .cert-period__graph[data-period='23']::before {
    width: 80.5%;
    background-color: #029570; }
  .cert-period__graph[data-period='24']::before {
    width: 84%;
    background-color: #029570; }
  .cert-period__graph + .cert-period__graph {
    margin-top: 2rem; }
  .cert-way {
    background-color: #f7f7f7;
    padding: 5rem 10rem; }
  .cert-way__img-box {
    height: 120px; }
  .cert-way .swiper-slide {
    width: calc(100% / 3); }
  .cert-way .swiper-pagination {
    display: none; } }

.cs {
  overflow: hidden;
  word-break: keep-all;
  word-wrap: break-word; }

.cs-banner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cs-banner:hover .has-arrow::after, .cs-banner:focus .has-arrow::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.cs-banner__desc {
  line-height: 1.7; }

.cs-banner--cert {
  background-image: url(../image/support/cert-banner-bg-sm.jpg);
  background-size: cover;
  background-position: center 75%;
  min-height: 52rem; }

.cs-banner--cert .cs-banner__h {
  margin-bottom: 1.8rem; }

.cs-banner--cert .cs-banner__inner {
  padding: 4.6rem 2rem; }

.cs-banner--cert .cs-banner__desc {
  max-width: 30rem;
  color: #0a0a0a; }

.cs-banner--experience {
  padding: 3.8rem 3rem;
  background-image: url(../image/support/experience-banner-bg-sm.jpg);
  background-size: cover;
  background-position: center 75%;
  min-height: 35rem;
  margin-top: 2rem; }

.cs-banner--experience .cs-banner__desc {
  margin-top: 1rem; }

.cs-banner--experience .cs-banner__desc {
  color: #414141; }

.cs-banner--sub {
  background-color: #f7f7f7;
  padding-left: 2rem;
  padding-right: 2rem; }

.cs-banner--sub .cs-banner__h {
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 2.5rem; }

.cs-banner--sub .cs-banner__inner {
  position: relative;
  border-top: 3px solid #000; }

.cs-banner--sub:nth-child(1) {
  padding-top: 4.2rem;
  padding-bottom: 3.8rem; }

.cs-banner--sub:nth-child(1) .cs-banner__inner {
  padding-top: 2.6rem; }

.cs-banner--sub:nth-child(2) {
  padding-bottom: 3.8rem; }

.cs-banner--sub:nth-child(2) .cs-banner__inner {
  padding-top: 3.5rem;
  border-top: 1px solid #cccccc; }

.cs-banner-wrap {
  margin-top: 2rem; }

.cs-banner .eyebrow {
  font-size: 1.5rem; }

.cs .subindex-icon {
  position: absolute;
  right: 0.5rem;
  bottom: -1.2rem;
  width: 7.2rem;
  height: 7.2rem; }

.cs .subindex-icon path {
  fill: #414141; }

.cs-download {
  padding-top: 2rem; }

.cs-download-wrap {
  margin-top: 2rem;
  padding: 2.8rem 0;
  background-color: #f7f7f7; }

.cs-download-wrap .feature-header {
  margin-top: 0; }

.cs-download .form-g--flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cs-download .form-g--flex .input-g {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem; }

.cs-download__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem; }

.cs-download__links a + a {
  margin-left: 1.5rem; }

.cs .sublink {
  display: block;
  margin-top: 1rem;
  padding: 3rem 2rem;
  background-color: #f7f7f7; }

.cs .sublink:hover .has-arrow::after, .cs .sublink:focus .has-arrow::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.cs .sublink__inner {
  position: relative; }

.cs .sublink__h {
  margin-top: 1.2rem; }

.cs .sublink__desc {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 3rem;
  color: #414141;
  font-size: 1.5rem; }

.cs .sublink .subindex-icon {
  right: 0.5rem;
  bottom: -2rem; }

@media (max-width: 44.99em) {
  .cs-banner {
    margin-left: -10px;
    margin-right: -10px; }
  .cs-banner--cert {
    margin-left: 0;
    margin-right: 0; }
  .cs .section--sublink {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 59.99em) {
  .cs .section--notice {
    margin-top: 4.5rem; }
  .cs .section--sublink {
    padding: 4rem 0 0; } }

@media (min-width: 45em) {
  .cs {
    padding-left: 0;
    padding-right: 0; }
  .cs-banner--cert {
    background-image: url(../image/support/cert-banner-bg-lg.jpg);
    min-height: 35rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem; }
  .cs-banner--cert .cs-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cs-banner--cert .cs-banner__desc span {
    display: block;
    color: #414141;
    font-size: 1.5rem; }
  .cs-banner--experience {
    margin-top: 0;
    height: 100%;
    background-image: url(../image/support/experience-banner-bg-lg.jpg); }
  .cs-banner-wrap {
    margin-top: 0; }
  .cs-download-wrap {
    margin-top: 3rem; } }

@media (min-width: 60em) {
  .cs-banner__desc {
    font-size: 1.8rem; }
  .cs-banner--cert {
    background: transparent;
    min-height: 40rem;
    margin-bottom: 6rem; }
  .cs-banner--cert .l-wrap {
    background: url(../image/support/cert-banner-bg-lg.jpg) center bottom no-repeat;
    background-size: cover; }
  .cs-banner--cert .cs-banner__h {
    margin-bottom: 0.3rem; }
  .cs-banner--cert .cs-banner__inner {
    padding-left: 0;
    padding-right: 0;
    height: 40rem; }
  .cs-banner--cert .cs-banner__desc {
    margin-bottom: 2.5rem; }
  .cs-banner--experience {
    padding-top: 5.7rem;
    padding-left: 5.5rem; }
  .cs-banner--experience .cs-banner__desc {
    margin-bottom: 1.4rem; }
  .cs-banner--sub {
    padding-left: 4rem;
    padding-right: 4rem; }
  .cs-banner--sub:nth-child(1) {
    padding-top: 6.2rem;
    padding-bottom: 5.5rem; }
  .cs-banner--sub:nth-child(1) .cs-banner__inner {
    padding-top: 3.5rem; }
  .cs-banner--sub:nth-child(2) {
    padding-bottom: 10rem; }
  .cs-banner--sub:nth-child(2) .cs-banner__inner {
    padding-top: 5.5rem; }
  .cs-banner--sub .cs-banner__h {
    margin-bottom: 2.2rem; }
  .cs-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3rem; }
  .cs-download-wrap {
    margin-top: 6rem;
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .cs-download .form {
    width: 60%; }
  .cs-download__links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 2.5rem;
    min-width: 30rem; }
  .cs .subindex-icon {
    bottom: -3rem;
    width: 8rem;
    height: 8rem; }
  .cs .sublink {
    margin-top: 0;
    padding: 3.5rem 5rem;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cs .sublink__h {
    margin-top: 1rem; }
  .cs .sublink .subindex-icon {
    right: -2rem;
    bottom: -1.6rem; }
  .cs .sublink--qa {
    padding-left: 3rem; }
  .cs .sublink--qa .subindex-icon {
    bottom: -2.4rem; }
  .cs .section--notice {
    margin-top: 6rem; }
  .cs .section--sublink {
    padding: 6rem 0 0; } }

.board--faq .board__list .item__h {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2.2rem; }

.board--faq .board__list .item__h::before {
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  padding-right: 0.5rem;
  content: 'Q.'; }

@media (min-width: 45em) {
  .board--faq .board__list .item__h::before {
    top: 1.5rem; } }

.identify {
  max-width: 55rem;
  margin: 2rem 10px 0; }

.identify__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.identify__item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: 1px solid #cccccc;
  text-align: center;
  width: 50%; }

.identify__item + .identify__item {
  margin-left: 1rem; }

.identify-desc {
  margin-top: 0;
  text-align: center; }

.identify .info-box {
  margin-top: 2rem; }

.identify__icon {
  display: block;
  margin: 0 auto 1.5rem;
  width: 8.5rem;
  height: 8.5rem; }

@media (min-width: 35em) {
  .identify {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 60em) {
  .identify {
    margin-top: 3.5rem; }
  .identify__item {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem; }
  .identify__item + .identify__item {
    margin-left: 2rem; }
  .identify__icon {
    width: 10.5rem;
    height: 10.5rem;
    margin-bottom: 2rem; }
  .identify-desc {
    font-size: 1.8rem; }
  .identify-desc br {
    display: none; }
  .identify-info-box {
    margin-bottom: 10rem; } }

.board--notice .board__list .item__date,
.board--download .board__list .item__date {
  color: #737373;
  font-size: 1.5rem; }

@media (max-width: 44.99em) {
  .board--notice .board__list .item,
  .board--download .board__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .board--notice .board__list .item__category,
  .board--download .board__list .item__category {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .board--notice .board__list .item__h-col,
  .board--download .board__list .item__h-col {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .board--notice .board__list .item__date,
  .board--download .board__list .item__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 45em) {
  .board--notice .board__list .item__date,
  .board--download .board__list .item__date {
    text-align: center; }
  .board--notice .board__list .item__date::before,
  .board--download .board__list .item__date::before {
    display: none; }
  .board--notice .board__list .item__h,
  .board--download .board__list .item__h {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.parallax__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110vh;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%); }

.parallax__bg:nth-child(n+2) {
  opacity: 0; }

.parallax__bg-container {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0; }

.parallax__bg--fps:nth-child(1) {
  background-image: url(../image/support/fps/bg-1-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--fps:nth-child(1) {
    background-image: url(../image/support/fps/bg-1-lg.jpg); } }

.parallax__bg--fps:nth-child(2) {
  background-image: url(../image/support/fps/bg-2-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--fps:nth-child(2) {
    background-image: url(../image/support/fps/bg-2-lg.jpg); } }

.parallax__bg--fps:nth-child(3) {
  background-image: url(../image/support/fps/bg-3-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--fps:nth-child(3) {
    background-image: url(../image/support/fps/bg-3-lg.jpg); } }

.parallax__bg--fps:nth-child(4) {
  background-image: url(../image/support/fps/bg-4-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--fps:nth-child(4) {
    background-image: url(../image/support/fps/bg-4-lg.jpg); } }

.parallax__bg--experience:nth-child(1) {
  background-image: url(../image/support/experience/bg-1-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--experience:nth-child(1) {
    background-image: url(../image/support/experience/bg-1-lg.jpg); } }

.parallax__bg--experience:nth-child(2) {
  background-image: url(../image/support/experience/bg-2-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--experience:nth-child(2) {
    background-image: url(../image/support/experience/bg-2-lg.jpg); } }

.parallax__bg--experience:nth-child(3) {
  background-image: url(../image/support/experience/bg-3-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--experience:nth-child(3) {
    background-image: url(../image/support/experience/bg-3-lg.jpg); } }

.parallax__bg--experience:nth-child(4) {
  background-image: url(../image/support/experience/bg-4-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--experience:nth-child(4) {
    background-image: url(../image/support/experience/bg-4-lg.jpg); } }

.parallax__bg--experience:nth-child(5) {
  background-image: url(../image/support/experience/bg-5-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--experience:nth-child(5) {
    background-image: url(../image/support/experience/bg-5-lg.jpg); } }

.parallax__bg--experience:nth-child(6) {
  background-image: url(../image/support/experience/bg-6-sm.jpg); }

@media (min-width: 60em) {
  .parallax__bg--experience:nth-child(6) {
    background-image: url(../image/support/experience/bg-6-lg.jpg); } }

.parallax .photographer {
  position: fixed;
  bottom: 16px;
  left: 20px;
  z-index: 1;
  color: #cccccc;
  opacity: 0.6;
  opacity: 0; }

@media (min-width: 60em) {
  .parallax .photographer {
    bottom: 24px;
    left: 36px; } }

.parallax__section {
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1; }

.parallax__section--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem; }

.parallax__box {
  position: relative;
  margin: 0 2rem;
  padding: 3rem 2rem 4rem;
  max-width: 48rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff; }

.parallax__box-wrap {
  margin: 0 2rem;
  max-width: 48rem; }

.parallax__box-wrap .parallax__box {
  margin: 0;
  padding: 3rem 0 0; }

.parallax__box-wrap figure {
  margin-top: 6rem;
  overflow: hidden; }

.parallax__box-wrap figure img {
  margin-bottom: -2.5rem; }

@media (min-width: 45em) {
  .parallax__box-wrap figure img {
    margin-bottom: -8rem; } }

.parallax__box-wrap strong {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  color: #fff; }

.parallax__box-wrap .ul-dash {
  color: #cccccc;
  font-size: 1.4rem; }

.parallax__box-wrap .ul-dash li::before {
  background-color: #cccccc; }

.parallax .page-header {
  padding-top: 4.5rem; }

.parallax .page-header__cap, .parallax .page-header__title {
  color: #fff; }

.parallax .page-header__cap {
  margin-bottom: 1em; }

.parallax .page-header__desc {
  margin-top: 1.2rem;
  color: #f0f0f0; }

.parallax .page-header__cap, .parallax .page-header__title, .parallax .page-header__desc {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.parallax .info__caption {
  color: #737373;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  letter-spacing: 0.05em; }

.parallax .info__header {
  text-align: center; }

.parallax .info__desc {
  margin-top: 0.5rem;
  margin-bottom: 2rem; }

.parallax .info__h {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  color: #414141; }

.parallax .info__content {
  border-top: 2px solid #0a0a0a;
  border-bottom: 1px solid #999999;
  padding: 1.5rem 0;
  font-size: 1.5rem; }

.parallax .info__sub-h {
  display: block;
  margin-top: 2rem; }

.parallax .info small {
  display: block;
  color: #666666;
  font-size: 1.4rem; }

.parallax .func {
  margin-top: 3rem;
  padding-top: 0; }

.parallax .func .link {
  margin-top: 1rem;
  width: 100%; }

.parallax .info-box {
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 3rem;
  background-color: #f0f0f0; }

.parallax__footer {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff; }

.parallax__footer .info__h {
  margin-top: 4.5rem; }

.parallax .ol.has-div > li + li {
  border-top: 1px solid #cccccc;
  padding-top: 1.5rem;
  margin-top: 1.5rem; }

.parallax .ol.has-div > li + li:before {
  top: 1.5rem; }

.parallax .signup-step {
  counter-reset: step 0; }

.parallax .signup-step > li {
  counter-increment: step; }

.parallax .signup-step > li::before {
  content: "Step" counter(step) ".";
  font-weight: bold;
  color: #0a0a0a; }

.parallax .signup-step > li + li {
  border-top: 1px solid #cccccc;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

.parallax .signup-step strong {
  color: #0a0a0a; }

.parallax .btn-guide-next {
  color: #fff; }

@media (min-width: 45em) {
  .parallax .page-header {
    padding-top: 10rem; }
  .parallax .page-header__cap {
    margin-bottom: 2em; }
  .parallax .page-header__desc {
    margin-top: 2rem;
    font-size: 1.8rem; } }

@media (min-width: 60em) {
  .parallax__section--flow {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .parallax__box {
    padding: 4rem 4rem 5rem; }
  .parallax .page-header__cap {
    margin-bottom: 3em; }
  .parallax .info__h {
    margin-top: 5rem; }
  .parallax .info-box {
    margin-bottom: 10rem; }
  .parallax .func .link {
    margin-top: 1.5rem; } }

.modal__table {
  width: 100%;
  border-bottom: 1px solid #999999; }

.modal__table-wrap {
  padding: 2rem 3rem; }

.modal__table-wrap .desc {
  display: block;
  line-height: 1.6;
  margin-top: 1rem; }

.modal__table-h {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #999999; }

.modal__table tr + tr {
  border-top: 1px solid #cccccc; }

.modal__table th {
  vertical-align: top;
  text-align: left; }

.modal__table th,
.modal__table td {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.4; }

.list-table th {
  color: #085E48;
  width: 40%;
  padding-left: 0;
  padding-right: 0; }

.list-table th:last-child {
  padding-right: 0; }

@media (min-width: 60em) {
  .list-table th {
    width: 33%; } }

.status {
  position: relative;
  display: block;
  padding: 25px 0 4.5rem; }

.status + .feature-header {
  margin-top: 3rem; }

.status::before, .status::after {
  content: '';
  position: absolute;
  top: 39.5px;
  height: 5px; }

.status::before {
  left: 15px;
  right: 15px;
  background-color: #e5e5e5; }

.status::after {
  left: 15px;
  width: 0;
  background-color: #029570; }

.status__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  counter-reset: state 0; }

.status__item {
  position: relative;
  color: #999999;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  counter-increment: state; }

.status__item span {
  display: block; }

.status__item::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff; }

.status__item::after {
  content: counter(state);
  position: absolute;
  top: 6px;
  left: 12px;
  color: #cccccc;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-weight: bold; }

.status__text {
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap; }

@media (min-width: 45em) {
  .status {
    padding: 2.5rem 0 2.8rem; }
  .status + .feature-header {
    margin-top: 5rem; }
  .status__list {
    margin-left: 1rem;
    margin-right: 1rem; }
  .status__item span {
    display: inline; }
  .status__item br {
    display: none; } }

.status[data-step='1'] .status__item:nth-child(-n+1) {
  color: #029570; }

.status[data-step='1'] .status__item:nth-child(-n+1)::before {
  border-color: #029570; }

.status[data-step='1'] .status__item:nth-child(-n+1)::after {
  content: url(../image/icon/check.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px; }

.status[data-step='1'][data-length='1']::after {
  width: calc((1 - 1) / (1 - 1) * 100% - (40px * (1) / (1))); }

.status[data-step='1'][data-length='2']::after {
  width: calc((1 - 1) / (2 - 1) * 100% - (40px * (1) / (2))); }

.status[data-step='1'][data-length='3']::after {
  width: calc((1 - 1) / (3 - 1) * 100% - (40px * (1) / (3))); }

.status[data-step='1'][data-length='4']::after {
  width: calc((1 - 1) / (4 - 1) * 100% - (40px * (1) / (4))); }

.status[data-step='1'][data-length='5']::after {
  width: calc((1 - 1) / (5 - 1) * 100% - (40px * (1) / (5))); }

.status[data-step='1'][data-length='6']::after {
  width: calc((1 - 1) / (6 - 1) * 100% - (40px * (1) / (6))); }

.status[data-step='2'] .status__item:nth-child(-n+2) {
  color: #029570; }

.status[data-step='2'] .status__item:nth-child(-n+2)::before {
  border-color: #029570; }

.status[data-step='2'] .status__item:nth-child(-n+2)::after {
  content: url(../image/icon/check.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px; }

.status[data-step='2'][data-length='1']::after {
  width: calc((2 - 1) / (1 - 1) * 100% - (40px * (2) / (1))); }

.status[data-step='2'][data-length='2']::after {
  width: calc((2 - 1) / (2 - 1) * 100% - (40px * (2) / (2))); }

.status[data-step='2'][data-length='3']::after {
  width: calc((2 - 1) / (3 - 1) * 100% - (40px * (2) / (3))); }

.status[data-step='2'][data-length='4']::after {
  width: calc((2 - 1) / (4 - 1) * 100% - (40px * (2) / (4))); }

.status[data-step='2'][data-length='5']::after {
  width: calc((2 - 1) / (5 - 1) * 100% - (40px * (2) / (5))); }

.status[data-step='2'][data-length='6']::after {
  width: calc((2 - 1) / (6 - 1) * 100% - (40px * (2) / (6))); }

.status[data-step='3'] .status__item:nth-child(-n+3) {
  color: #029570; }

.status[data-step='3'] .status__item:nth-child(-n+3)::before {
  border-color: #029570; }

.status[data-step='3'] .status__item:nth-child(-n+3)::after {
  content: url(../image/icon/check.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px; }

.status[data-step='3'][data-length='1']::after {
  width: calc((3 - 1) / (1 - 1) * 100% - (40px * (3) / (1))); }

.status[data-step='3'][data-length='2']::after {
  width: calc((3 - 1) / (2 - 1) * 100% - (40px * (3) / (2))); }

.status[data-step='3'][data-length='3']::after {
  width: calc((3 - 1) / (3 - 1) * 100% - (40px * (3) / (3))); }

.status[data-step='3'][data-length='4']::after {
  width: calc((3 - 1) / (4 - 1) * 100% - (40px * (3) / (4))); }

.status[data-step='3'][data-length='5']::after {
  width: calc((3 - 1) / (5 - 1) * 100% - (40px * (3) / (5))); }

.status[data-step='3'][data-length='6']::after {
  width: calc((3 - 1) / (6 - 1) * 100% - (40px * (3) / (6))); }

.status[data-step='4'] .status__item:nth-child(-n+4) {
  color: #029570; }

.status[data-step='4'] .status__item:nth-child(-n+4)::before {
  border-color: #029570; }

.status[data-step='4'] .status__item:nth-child(-n+4)::after {
  content: url(../image/icon/check.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px; }

.status[data-step='4'][data-length='1']::after {
  width: calc((4 - 1) / (1 - 1) * 100% - (40px * (4) / (1))); }

.status[data-step='4'][data-length='2']::after {
  width: calc((4 - 1) / (2 - 1) * 100% - (40px * (4) / (2))); }

.status[data-step='4'][data-length='3']::after {
  width: calc((4 - 1) / (3 - 1) * 100% - (40px * (4) / (3))); }

.status[data-step='4'][data-length='4']::after {
  width: calc((4 - 1) / (4 - 1) * 100% - (40px * (4) / (4))); }

.status[data-step='4'][data-length='5']::after {
  width: calc((4 - 1) / (5 - 1) * 100% - (40px * (4) / (5))); }

.status[data-step='4'][data-length='6']::after {
  width: calc((4 - 1) / (6 - 1) * 100% - (40px * (4) / (6))); }

.status[data-step='5'] .status__item:nth-child(-n+5) {
  color: #029570; }

.status[data-step='5'] .status__item:nth-child(-n+5)::before {
  border-color: #029570; }

.status[data-step='5'] .status__item:nth-child(-n+5)::after {
  content: url(../image/icon/check.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px; }

.status[data-step='5'][data-length='1']::after {
  width: calc((5 - 1) / (1 - 1) * 100% - (40px * (5) / (1))); }

.status[data-step='5'][data-length='2']::after {
  width: calc((5 - 1) / (2 - 1) * 100% - (40px * (5) / (2))); }

.status[data-step='5'][data-length='3']::after {
  width: calc((5 - 1) / (3 - 1) * 100% - (40px * (5) / (3))); }

.status[data-step='5'][data-length='4']::after {
  width: calc((5 - 1) / (4 - 1) * 100% - (40px * (5) / (4))); }

.status[data-step='5'][data-length='5']::after {
  width: calc((5 - 1) / (5 - 1) * 100% - (40px * (5) / (5))); }

.status[data-step='5'][data-length='6']::after {
  width: calc((5 - 1) / (6 - 1) * 100% - (40px * (5) / (6))); }

.status[data-step='6'] .status__item:nth-child(-n+6) {
  color: #029570; }

.status[data-step='6'] .status__item:nth-child(-n+6)::before {
  border-color: #029570; }

.status[data-step='6'] .status__item:nth-child(-n+6)::after {
  content: url(../image/icon/check.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px; }

.status[data-step='6'][data-length='1']::after {
  width: calc((6 - 1) / (1 - 1) * 100% - (40px * (6) / (1))); }

.status[data-step='6'][data-length='2']::after {
  width: calc((6 - 1) / (2 - 1) * 100% - (40px * (6) / (2))); }

.status[data-step='6'][data-length='3']::after {
  width: calc((6 - 1) / (3 - 1) * 100% - (40px * (6) / (3))); }

.status[data-step='6'][data-length='4']::after {
  width: calc((6 - 1) / (4 - 1) * 100% - (40px * (6) / (4))); }

.status[data-step='6'][data-length='5']::after {
  width: calc((6 - 1) / (5 - 1) * 100% - (40px * (6) / (5))); }

.status[data-step='6'][data-length='6']::after {
  width: calc((6 - 1) / (6 - 1) * 100% - (40px * (6) / (6))); }

.status[data-length="2"] {
  width: 50%; }

.survey {
  padding-left: 10px;
  padding-right: 10px;
  counter-reset: numbering; }

.feature-header + .survey .form-g:first-child {
  border-top: 0; }

.survey__item:first-of-type .survey__q {
  margin-top: 0;
  border-top: 0; }

.survey__q {
  position: relative;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 1em 10px 0.5em calc(10px + 1.25em);
  border-top: 1px solid #cccccc; }

.survey__q::before {
  content: 'Q.';
  position: absolute;
  top: 1em;
  left: 10px; }

.survey__q:nth-child(2) {
  margin-top: 0;
  border-top: 0; }

.survey__q i {
  display: inline-block;
  color: #737373;
  font-style: normal;
  font-size: 80%; }

.survey__q--num::before {
  content: counter(numbering) ".";
  counter-increment: numbering; }

.survey__q + .survey__desc {
  margin-top: -.5em;
  padding-left: 1.6em; }

.survey .form-g {
  padding: 0; }

.survey .form-g:first-child .survey__q {
  margin-top: 0;
  border-top: 0; }

.survey .form-g + .form-g {
  border-top: 0; }

.survey .func {
  border-top: 1px solid #999999;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 3rem; }

.survey .checkbox__text span {
  display: inline-block; }

.survey .input-block + .input-g {
  margin-top: 5px; }

.survey .error {
  margin-top: 5px; }

.survey__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  padding: 2rem; }

.survey__box p {
  margin-bottom: 0; }

.survey__box .attachment {
  width: 100%; }

.survey__box .attachment__status {
  background-color: #fff; }

.survey__box .attachment__desc {
  text-align: center;
  margin-top: 1.5rem; }

@media (min-width: 45em) {
  .survey {
    padding-left: 0;
    padding-right: 0; }
  .survey__q {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .25em;
    padding-left: 1.25em; }
  .survey__q::before {
    left: 0; }
  .survey .input-block + .input-block {
    margin-top: 0.3em; }
  .survey .func {
    margin-left: 0;
    margin-right: 0; } }

.mp-nav {
  min-width: 200px;
  padding-bottom: 3rem; }

.mp-nav__menu {
  padding-top: 3rem; }

.mp-nav__menu:first-child {
  padding-top: 0rem; }

.mp-nav__menu:nth-child(2) {
  padding-top: 4rem; }

.mp-nav__menu:last-child {
  padding-bottom: 3rem; }

.mp-nav__title {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.7rem; }

.mp-nav__item + .mp-nav__item {
  border-top: 1px solid #f7f7f7; }

.mp-nav__link {
  display: block;
  position: relative;
  padding: 0.8rem 0;
  color: #737373; }

.mp-nav__link:before {
  content: '\ea15';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cccccc; }

.mp-nav__link:hover, .mp-nav__link:focus {
  color: #029570; }

.mp-nav__link:hover::before, .mp-nav__link:focus::before {
  color: #029570; }

.mp-nav__link--active, .mp-nav__link--active::before {
  color: #0a0a0a;
  text-shadow: 0 0 0; }

.mypage {
  word-break: keep-all;
  word-wrap: break-word; }

.mypage .no-design {
  position: relative;
  background-color: #fff0f6;
  margin: 4rem 0; }

.mypage .no-design::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -20px;
  left: 0;
  background-color: #e5e5e5; }

.mypage__wrap {
  padding-bottom: 5rem; }

.mypage--no-lnb .mypage__wrap {
  padding-left: 0; }

@media (min-width: 45em) and (max-width: 59.99em) {
  .mypage__wrap {
    padding-left: 8%;
    padding-right: 8%; } }

@media (min-width: 60em) {
  .mypage__wrap {
    padding-left: 2rem;
    padding-bottom: 10rem; } }

@media (min-width: 75em) {
  .mypage__wrap {
    padding-left: 4rem; } }

.mypage__header {
  overflow: hidden;
  position: relative;
  padding-top: 2.3rem;
  padding-bottom: 2.2rem;
  text-align: center;
  background-color: #f0f0f0;
  background-image: url(../image/mypage/header-bg-sm.jpg);
  background-size: cover;
  background-position: center center; }

.mypage .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 3rem;
  max-width: 320px;
  margin: 0 auto; }

.mypage .summary__item {
  width: 50%;
  padding-bottom: 2px;
  text-align: center; }

.mypage .summary__h {
  display: block; }

.mypage .summary__h:after {
  content: '\ea15';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  position: relative;
  top: 2px; }

.mypage .summary__link {
  display: block;
  margin-top: 1px;
  line-height: 1.6; }

.mypage .summary__link em {
  display: inline-block;
  border-bottom: 1px solid #029570;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.4; }

.mypage .summary__link span {
  display: inline-block; }

.mypage .notice {
  padding-bottom: 4rem; }

.mypage .notice__item {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 6rem;
  background-color: #f0f0f0;
  font-size: 1.5rem; }

.mypage .notice__item .text-btn {
  margin-top: 1rem;
  font-size: 1.4rem; }

.mypage .notice__item + .notice__item {
  margin-top: 1.5rem; }

.mypage .notice__content {
  margin: 0; }

.mypage .notice__icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22px;
  left: 20px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #029570;
  border-radius: 50%; }

.mypage .notice__icon svg {
  fill: #fff; }

.mypage__pagination {
  padding-top: 2rem; }

.mypage .no-data {
  padding-top: 2em;
  padding-bottom: 2em;
  color: #0a0a0a;
  font-size: 1.8rem;
  text-align: center; }

.mypage .func--sub {
  padding-top: 2rem; }

.mypage__status {
  margin-bottom: 30px; }

.mypage .info-box + .func {
  padding-top: 2rem; }

.mypage .func + .info-box {
  margin-top: 3rem; }

.mypage .status + .info-box {
  margin-top: 30px; }

.mypage .feature-header + .info-box {
  margin-top: 2rem; }

@media (max-width: 44.99em) {
  .mypage__title {
    font-size: 1.8rem; } }

@media (max-width: 59.99em) {
  .mypage__header,
  .mypage .summary,
  .mypage .mp-nav {
    display: none; }
  .mypage .summary {
    margin-bottom: 4rem; }
  .mypage .summary::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cccccc; }
  .mypage--no-lnb .mypage__header {
    display: block; } }

@media (min-width: 60em) and (max-width: 74.99em) {
  .mypage__header::after {
    right: -19%; } }

@media (min-width: 45em) {
  .mypage__header {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url(../image/mypage/header-bg-lg.jpg); } }

@media (min-width: 60em) {
  .mypage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: calc(100% * 1 / 12);
    padding-top: 5.7rem;
    padding-bottom: 5.6rem; }
  .mypage--no-lnb .mypage__header {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mypage__title br {
    display: none; }
  .mypage .summary {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12%, -50%);
        -ms-transform: translate(-12%, -50%);
            transform: translate(-12%, -50%);
    min-width: 330px;
    padding: 0; }
  .mypage .summary__h {
    display: block; }
  .mypage .summary__item {
    display: inline-block; }
  .mypage .summary__item + .mypage .summary__item {
    margin-left: 2rem; }
  .mypage .summary em {
    font-size: 2rem; }
  .mypage .mp-nav {
    height: 100%;
    padding-top: 6rem;
    border-right: 1px solid #e5e5e5; }
  .mypage .mp-nav__link::before {
    right: 20px; }
  .mypage__status {
    margin-bottom: 50px; }
  .mypage .notice {
    padding: 6rem 0 0 2rem; }
  .mypage .notice__item {
    padding: 2.5rem 6rem; }
  .mypage .notice__item:last-child {
    margin-bottom: 1rem; }
  .mypage .status + .info-box {
    margin-top: 50px; }
  .mypage__pagination {
    padding-top: 5rem; } }

@media (min-width: 75em) {
  .mypage__header {
    padding-left: calc(100% * 2 / 12); }
  .mypage .notice {
    padding-left: 4rem; } }

@media (max-width: 59.99em) {
  .subindex .mypage__header,
  .subindex .mypage .mp-nav {
    display: block; }
  .subindex .mypage .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .subindex .mypage__wrap {
    display: none; }
  .subindex .mypage .notice {
    display: block; }
  .subindex .mypage .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; } }

.mypage-banner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  background-image: url(../image/mypage/header-bg-sm.jpg);
  background-size: cover;
  background-position: center center;
  font-size: 1.8rem;
  font-weight: 700; }

.mypage-banner__text {
  font: inherit; }

@media (min-width: 45em) {
  .mypage-banner {
    height: 120px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
    font-size: 3rem;
    background-image: url(../image/mypage/header-bg-lg.jpg); } }

@media (min-width: 60em) {
  .mypage-banner {
    height: 180px;
    font-size: 4.8rem; } }

.inquiry-box {
  margin-top: 2rem;
  margin-bottom: 6rem; }

.inquiry-box__h {
  margin-bottom: .5em; }

.account-box {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #cccccc; }

.account-box p {
  margin-top: 0; }

.account-box .form-g {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0; }

.account-box__list {
  margin-top: 1em;
  margin-bottom: -20px; }

.account-box__item {
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media (min-width: 60em) {
  .account-box {
    margin-top: 20px;
    padding: 30px; }
  .account-box__list {
    margin-bottom: -30px; }
  .account-box__item {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .account-box__item b {
    display: block; }
  .account-box__item p {
    margin-top: .4em;
    margin-bottom: 0; }
  .account-box__item .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.cert .img-wrap--gift {
  position: relative;
  border: 1px solid #f7f7f7;
  margin-bottom: 1rem; }

.cert .img-wrap--gift::before {
  content: '';
  display: block;
  padding-top: 100%; }

.cert .img-wrap--gift img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.state {
  font-weight: bold; }

.coupon {
  position: relative;
  border: 1px solid #cccccc; }

.coupon-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.coupon + .coupon {
  margin-top: 2rem; }

.coupon__header {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 3rem;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(14.28571%, #cccccc), to(transparent));
  background-image: -o-linear-gradient(left, #cccccc 0%, #cccccc 14.28571%, transparent 100%);
  background-image: linear-gradient(to right, #cccccc 0%, #cccccc 14.28571%, transparent 100%);
  background-position: 0 bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x; }

.coupon__desc {
  display: block;
  margin-top: 1rem; }

.coupon .info-box {
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

.coupon .ul li {
  margin-top: 0;
  font-size: 1.5rem; }

.coupon-box {
  margin-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.coupon-box__item {
  padding: 3rem;
  background-color: #f0f0f0;
  text-align: right; }

.coupon-box__item + .coupon-box__item {
  border-top: 1px solid #cccccc; }

.coupon-box__h {
  text-align: left; }

.coupon-box__val {
  color: #029570; }

@media (min-width: 45em) and (max-width: 59.99em) {
  .coupon, .coupon-box {
    max-width: 45rem; } }

@media (min-width: 45em) and (max-width: 74.99em) {
  .coupon {
    margin: 0 auto; }
  .coupon-box {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 60em) and (max-width: 99.99em) {
  .coupon__h {
    font-size: 4rem; } }

@media (min-width: 60em) {
  .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 10rem; }
  .coupon-list {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .coupon__header {
    width: 50%;
    min-width: 250px;
    background: none; }
  .coupon__info {
    position: relative;
    width: 50%; }
  .coupon__info::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), color-stop(20%, #0a0a0a), color-stop(33.33333%, transparent));
    background-image: -o-linear-gradient(bottom, #0a0a0a 0%, #0a0a0a 20%, transparent 33.33333%);
    background-image: linear-gradient(to top, #0a0a0a 0%, #0a0a0a 20%, transparent 33.33333%);
    background-position: left 0;
    background-size: 1px 5px;
    background-repeat: repeat-y; }
  .coupon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .coupon-box__item {
    width: 50%; }
  .coupon-box__item + .coupon-box__item {
    border-top: 0;
    border-left: 1px solid #cccccc; } }

.fps {
  margin-top: 3rem; }

.fps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fps__img-wrap {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px; }

.fps__content {
  margin-left: 2rem; }

.fps__h {
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.6rem; }

.fps__desc {
  margin: 0.2em 0;
  font-size: 1.5rem; }

.fps__foot {
  margin-top: 1rem; }

.fps__msg {
  display: block;
  color: #ed1a3b;
  font-size: 1.5rem; }

.fps__link {
  font-size: 1.5rem; }

.fps__link:after {
  content: '\ea15';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  position: relative;
  top: 2px;
  margin-left: 2px; }

.fps__dgm {
  padding: 3rem 0; }

.fps .dgm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.fps .dgm + .dgm {
  margin-top: 2rem; }

.fps .dgm__container {
  position: absolute;
  top: 0;
  left: 0; }

.fps .dgm__circle {
  stroke-width: 10;
  stroke: #f7f7f7; }

.fps .dgm__progress {
  stroke-width: 10;
  stroke: #029570;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  stroke-dashoffset: 565.48;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  transition: stroke-dashoffset 0.6s ease-out; }

.fps .dgm__icon {
  width: 45px;
  height: 45px; }

.fps .dgm__name {
  display: block;
  color: #0a0a0a;
  font-size: 1.8rem; }

.fps .dgm__data {
  display: block;
  position: relative; }

.fps .dgm__value {
  color: #0a0a0a;
  font-size: 3.8rem; }

.fps .dgm__unit {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%); }

.fps .dgm[data-progress="0"] .dgm__progress {
  stroke-dashoffset: 565.48; }

.fps .dgm[data-progress="0"] .dgm__value::before {
  content: "0"; }

.fps .dgm[data-progress="1"] .dgm__progress {
  stroke-dashoffset: 559.8252; }

.fps .dgm[data-progress="1"] .dgm__value::before {
  content: "1"; }

.fps .dgm[data-progress="2"] .dgm__progress {
  stroke-dashoffset: 554.1704; }

.fps .dgm[data-progress="2"] .dgm__value::before {
  content: "2"; }

.fps .dgm[data-progress="3"] .dgm__progress {
  stroke-dashoffset: 548.5156; }

.fps .dgm[data-progress="3"] .dgm__value::before {
  content: "3"; }

.fps .dgm[data-progress="4"] .dgm__progress {
  stroke-dashoffset: 542.8608; }

.fps .dgm[data-progress="4"] .dgm__value::before {
  content: "4"; }

.fps .dgm[data-progress="5"] .dgm__progress {
  stroke-dashoffset: 537.206; }

.fps .dgm[data-progress="5"] .dgm__value::before {
  content: "5"; }

.fps .dgm[data-progress="6"] .dgm__progress {
  stroke-dashoffset: 531.5512; }

.fps .dgm[data-progress="6"] .dgm__value::before {
  content: "6"; }

.fps .dgm[data-progress="7"] .dgm__progress {
  stroke-dashoffset: 525.8964; }

.fps .dgm[data-progress="7"] .dgm__value::before {
  content: "7"; }

.fps .dgm[data-progress="8"] .dgm__progress {
  stroke-dashoffset: 520.2416; }

.fps .dgm[data-progress="8"] .dgm__value::before {
  content: "8"; }

.fps .dgm[data-progress="9"] .dgm__progress {
  stroke-dashoffset: 514.5868; }

.fps .dgm[data-progress="9"] .dgm__value::before {
  content: "9"; }

.fps .dgm[data-progress="10"] .dgm__progress {
  stroke-dashoffset: 508.932; }

.fps .dgm[data-progress="10"] .dgm__value::before {
  content: "10"; }

.fps .dgm[data-progress="11"] .dgm__progress {
  stroke-dashoffset: 503.2772; }

.fps .dgm[data-progress="11"] .dgm__value::before {
  content: "11"; }

.fps .dgm[data-progress="12"] .dgm__progress {
  stroke-dashoffset: 497.6224; }

.fps .dgm[data-progress="12"] .dgm__value::before {
  content: "12"; }

.fps .dgm[data-progress="13"] .dgm__progress {
  stroke-dashoffset: 491.9676; }

.fps .dgm[data-progress="13"] .dgm__value::before {
  content: "13"; }

.fps .dgm[data-progress="14"] .dgm__progress {
  stroke-dashoffset: 486.3128; }

.fps .dgm[data-progress="14"] .dgm__value::before {
  content: "14"; }

.fps .dgm[data-progress="15"] .dgm__progress {
  stroke-dashoffset: 480.658; }

.fps .dgm[data-progress="15"] .dgm__value::before {
  content: "15"; }

.fps .dgm[data-progress="16"] .dgm__progress {
  stroke-dashoffset: 475.0032; }

.fps .dgm[data-progress="16"] .dgm__value::before {
  content: "16"; }

.fps .dgm[data-progress="17"] .dgm__progress {
  stroke-dashoffset: 469.3484; }

.fps .dgm[data-progress="17"] .dgm__value::before {
  content: "17"; }

.fps .dgm[data-progress="18"] .dgm__progress {
  stroke-dashoffset: 463.6936; }

.fps .dgm[data-progress="18"] .dgm__value::before {
  content: "18"; }

.fps .dgm[data-progress="19"] .dgm__progress {
  stroke-dashoffset: 458.0388; }

.fps .dgm[data-progress="19"] .dgm__value::before {
  content: "19"; }

.fps .dgm[data-progress="20"] .dgm__progress {
  stroke-dashoffset: 452.384; }

.fps .dgm[data-progress="20"] .dgm__value::before {
  content: "20"; }

.fps .dgm[data-progress="21"] .dgm__progress {
  stroke-dashoffset: 446.7292; }

.fps .dgm[data-progress="21"] .dgm__value::before {
  content: "21"; }

.fps .dgm[data-progress="22"] .dgm__progress {
  stroke-dashoffset: 441.0744; }

.fps .dgm[data-progress="22"] .dgm__value::before {
  content: "22"; }

.fps .dgm[data-progress="23"] .dgm__progress {
  stroke-dashoffset: 435.4196; }

.fps .dgm[data-progress="23"] .dgm__value::before {
  content: "23"; }

.fps .dgm[data-progress="24"] .dgm__progress {
  stroke-dashoffset: 429.7648; }

.fps .dgm[data-progress="24"] .dgm__value::before {
  content: "24"; }

.fps .dgm[data-progress="25"] .dgm__progress {
  stroke-dashoffset: 424.11; }

.fps .dgm[data-progress="25"] .dgm__value::before {
  content: "25"; }

.fps .dgm[data-progress="26"] .dgm__progress {
  stroke-dashoffset: 418.4552; }

.fps .dgm[data-progress="26"] .dgm__value::before {
  content: "26"; }

.fps .dgm[data-progress="27"] .dgm__progress {
  stroke-dashoffset: 412.8004; }

.fps .dgm[data-progress="27"] .dgm__value::before {
  content: "27"; }

.fps .dgm[data-progress="28"] .dgm__progress {
  stroke-dashoffset: 407.1456; }

.fps .dgm[data-progress="28"] .dgm__value::before {
  content: "28"; }

.fps .dgm[data-progress="29"] .dgm__progress {
  stroke-dashoffset: 401.4908; }

.fps .dgm[data-progress="29"] .dgm__value::before {
  content: "29"; }

.fps .dgm[data-progress="30"] .dgm__progress {
  stroke-dashoffset: 395.836; }

.fps .dgm[data-progress="30"] .dgm__value::before {
  content: "30"; }

.fps .dgm[data-progress="31"] .dgm__progress {
  stroke-dashoffset: 390.1812; }

.fps .dgm[data-progress="31"] .dgm__value::before {
  content: "31"; }

.fps .dgm[data-progress="32"] .dgm__progress {
  stroke-dashoffset: 384.5264; }

.fps .dgm[data-progress="32"] .dgm__value::before {
  content: "32"; }

.fps .dgm[data-progress="33"] .dgm__progress {
  stroke-dashoffset: 378.8716; }

.fps .dgm[data-progress="33"] .dgm__value::before {
  content: "33"; }

.fps .dgm[data-progress="34"] .dgm__progress {
  stroke-dashoffset: 373.2168; }

.fps .dgm[data-progress="34"] .dgm__value::before {
  content: "34"; }

.fps .dgm[data-progress="35"] .dgm__progress {
  stroke-dashoffset: 367.562; }

.fps .dgm[data-progress="35"] .dgm__value::before {
  content: "35"; }

.fps .dgm[data-progress="36"] .dgm__progress {
  stroke-dashoffset: 361.9072; }

.fps .dgm[data-progress="36"] .dgm__value::before {
  content: "36"; }

.fps .dgm[data-progress="37"] .dgm__progress {
  stroke-dashoffset: 356.2524; }

.fps .dgm[data-progress="37"] .dgm__value::before {
  content: "37"; }

.fps .dgm[data-progress="38"] .dgm__progress {
  stroke-dashoffset: 350.5976; }

.fps .dgm[data-progress="38"] .dgm__value::before {
  content: "38"; }

.fps .dgm[data-progress="39"] .dgm__progress {
  stroke-dashoffset: 344.9428; }

.fps .dgm[data-progress="39"] .dgm__value::before {
  content: "39"; }

.fps .dgm[data-progress="40"] .dgm__progress {
  stroke-dashoffset: 339.288; }

.fps .dgm[data-progress="40"] .dgm__value::before {
  content: "40"; }

.fps .dgm[data-progress="41"] .dgm__progress {
  stroke-dashoffset: 333.6332; }

.fps .dgm[data-progress="41"] .dgm__value::before {
  content: "41"; }

.fps .dgm[data-progress="42"] .dgm__progress {
  stroke-dashoffset: 327.9784; }

.fps .dgm[data-progress="42"] .dgm__value::before {
  content: "42"; }

.fps .dgm[data-progress="43"] .dgm__progress {
  stroke-dashoffset: 322.3236; }

.fps .dgm[data-progress="43"] .dgm__value::before {
  content: "43"; }

.fps .dgm[data-progress="44"] .dgm__progress {
  stroke-dashoffset: 316.6688; }

.fps .dgm[data-progress="44"] .dgm__value::before {
  content: "44"; }

.fps .dgm[data-progress="45"] .dgm__progress {
  stroke-dashoffset: 311.014; }

.fps .dgm[data-progress="45"] .dgm__value::before {
  content: "45"; }

.fps .dgm[data-progress="46"] .dgm__progress {
  stroke-dashoffset: 305.3592; }

.fps .dgm[data-progress="46"] .dgm__value::before {
  content: "46"; }

.fps .dgm[data-progress="47"] .dgm__progress {
  stroke-dashoffset: 299.7044; }

.fps .dgm[data-progress="47"] .dgm__value::before {
  content: "47"; }

.fps .dgm[data-progress="48"] .dgm__progress {
  stroke-dashoffset: 294.0496; }

.fps .dgm[data-progress="48"] .dgm__value::before {
  content: "48"; }

.fps .dgm[data-progress="49"] .dgm__progress {
  stroke-dashoffset: 288.3948; }

.fps .dgm[data-progress="49"] .dgm__value::before {
  content: "49"; }

.fps .dgm[data-progress="50"] .dgm__progress {
  stroke-dashoffset: 282.74; }

.fps .dgm[data-progress="50"] .dgm__value::before {
  content: "50"; }

.fps .dgm[data-progress="51"] .dgm__progress {
  stroke-dashoffset: 277.0852; }

.fps .dgm[data-progress="51"] .dgm__value::before {
  content: "51"; }

.fps .dgm[data-progress="52"] .dgm__progress {
  stroke-dashoffset: 271.4304; }

.fps .dgm[data-progress="52"] .dgm__value::before {
  content: "52"; }

.fps .dgm[data-progress="53"] .dgm__progress {
  stroke-dashoffset: 265.7756; }

.fps .dgm[data-progress="53"] .dgm__value::before {
  content: "53"; }

.fps .dgm[data-progress="54"] .dgm__progress {
  stroke-dashoffset: 260.1208; }

.fps .dgm[data-progress="54"] .dgm__value::before {
  content: "54"; }

.fps .dgm[data-progress="55"] .dgm__progress {
  stroke-dashoffset: 254.466; }

.fps .dgm[data-progress="55"] .dgm__value::before {
  content: "55"; }

.fps .dgm[data-progress="56"] .dgm__progress {
  stroke-dashoffset: 248.8112; }

.fps .dgm[data-progress="56"] .dgm__value::before {
  content: "56"; }

.fps .dgm[data-progress="57"] .dgm__progress {
  stroke-dashoffset: 243.1564; }

.fps .dgm[data-progress="57"] .dgm__value::before {
  content: "57"; }

.fps .dgm[data-progress="58"] .dgm__progress {
  stroke-dashoffset: 237.5016; }

.fps .dgm[data-progress="58"] .dgm__value::before {
  content: "58"; }

.fps .dgm[data-progress="59"] .dgm__progress {
  stroke-dashoffset: 231.8468; }

.fps .dgm[data-progress="59"] .dgm__value::before {
  content: "59"; }

.fps .dgm[data-progress="60"] .dgm__progress {
  stroke-dashoffset: 226.192; }

.fps .dgm[data-progress="60"] .dgm__value::before {
  content: "60"; }

.fps .dgm[data-progress="61"] .dgm__progress {
  stroke-dashoffset: 220.5372; }

.fps .dgm[data-progress="61"] .dgm__value::before {
  content: "61"; }

.fps .dgm[data-progress="62"] .dgm__progress {
  stroke-dashoffset: 214.8824; }

.fps .dgm[data-progress="62"] .dgm__value::before {
  content: "62"; }

.fps .dgm[data-progress="63"] .dgm__progress {
  stroke-dashoffset: 209.2276; }

.fps .dgm[data-progress="63"] .dgm__value::before {
  content: "63"; }

.fps .dgm[data-progress="64"] .dgm__progress {
  stroke-dashoffset: 203.5728; }

.fps .dgm[data-progress="64"] .dgm__value::before {
  content: "64"; }

.fps .dgm[data-progress="65"] .dgm__progress {
  stroke-dashoffset: 197.918; }

.fps .dgm[data-progress="65"] .dgm__value::before {
  content: "65"; }

.fps .dgm[data-progress="66"] .dgm__progress {
  stroke-dashoffset: 192.2632; }

.fps .dgm[data-progress="66"] .dgm__value::before {
  content: "66"; }

.fps .dgm[data-progress="67"] .dgm__progress {
  stroke-dashoffset: 186.6084; }

.fps .dgm[data-progress="67"] .dgm__value::before {
  content: "67"; }

.fps .dgm[data-progress="68"] .dgm__progress {
  stroke-dashoffset: 180.9536; }

.fps .dgm[data-progress="68"] .dgm__value::before {
  content: "68"; }

.fps .dgm[data-progress="69"] .dgm__progress {
  stroke-dashoffset: 175.2988; }

.fps .dgm[data-progress="69"] .dgm__value::before {
  content: "69"; }

.fps .dgm[data-progress="70"] .dgm__progress {
  stroke-dashoffset: 169.644; }

.fps .dgm[data-progress="70"] .dgm__value::before {
  content: "70"; }

.fps .dgm[data-progress="71"] .dgm__progress {
  stroke-dashoffset: 163.9892; }

.fps .dgm[data-progress="71"] .dgm__value::before {
  content: "71"; }

.fps .dgm[data-progress="72"] .dgm__progress {
  stroke-dashoffset: 158.3344; }

.fps .dgm[data-progress="72"] .dgm__value::before {
  content: "72"; }

.fps .dgm[data-progress="73"] .dgm__progress {
  stroke-dashoffset: 152.6796; }

.fps .dgm[data-progress="73"] .dgm__value::before {
  content: "73"; }

.fps .dgm[data-progress="74"] .dgm__progress {
  stroke-dashoffset: 147.0248; }

.fps .dgm[data-progress="74"] .dgm__value::before {
  content: "74"; }

.fps .dgm[data-progress="75"] .dgm__progress {
  stroke-dashoffset: 141.37; }

.fps .dgm[data-progress="75"] .dgm__value::before {
  content: "75"; }

.fps .dgm[data-progress="76"] .dgm__progress {
  stroke-dashoffset: 135.7152; }

.fps .dgm[data-progress="76"] .dgm__value::before {
  content: "76"; }

.fps .dgm[data-progress="77"] .dgm__progress {
  stroke-dashoffset: 130.0604; }

.fps .dgm[data-progress="77"] .dgm__value::before {
  content: "77"; }

.fps .dgm[data-progress="78"] .dgm__progress {
  stroke-dashoffset: 124.4056; }

.fps .dgm[data-progress="78"] .dgm__value::before {
  content: "78"; }

.fps .dgm[data-progress="79"] .dgm__progress {
  stroke-dashoffset: 118.7508; }

.fps .dgm[data-progress="79"] .dgm__value::before {
  content: "79"; }

.fps .dgm[data-progress="80"] .dgm__progress {
  stroke-dashoffset: 113.096; }

.fps .dgm[data-progress="80"] .dgm__value::before {
  content: "80"; }

.fps .dgm[data-progress="81"] .dgm__progress {
  stroke-dashoffset: 107.4412; }

.fps .dgm[data-progress="81"] .dgm__value::before {
  content: "81"; }

.fps .dgm[data-progress="82"] .dgm__progress {
  stroke-dashoffset: 101.7864; }

.fps .dgm[data-progress="82"] .dgm__value::before {
  content: "82"; }

.fps .dgm[data-progress="83"] .dgm__progress {
  stroke-dashoffset: 96.1316; }

.fps .dgm[data-progress="83"] .dgm__value::before {
  content: "83"; }

.fps .dgm[data-progress="84"] .dgm__progress {
  stroke-dashoffset: 90.4768; }

.fps .dgm[data-progress="84"] .dgm__value::before {
  content: "84"; }

.fps .dgm[data-progress="85"] .dgm__progress {
  stroke-dashoffset: 84.822; }

.fps .dgm[data-progress="85"] .dgm__value::before {
  content: "85"; }

.fps .dgm[data-progress="86"] .dgm__progress {
  stroke-dashoffset: 79.1672; }

.fps .dgm[data-progress="86"] .dgm__value::before {
  content: "86"; }

.fps .dgm[data-progress="87"] .dgm__progress {
  stroke-dashoffset: 73.5124; }

.fps .dgm[data-progress="87"] .dgm__value::before {
  content: "87"; }

.fps .dgm[data-progress="88"] .dgm__progress {
  stroke-dashoffset: 67.8576; }

.fps .dgm[data-progress="88"] .dgm__value::before {
  content: "88"; }

.fps .dgm[data-progress="89"] .dgm__progress {
  stroke-dashoffset: 62.2028; }

.fps .dgm[data-progress="89"] .dgm__value::before {
  content: "89"; }

.fps .dgm[data-progress="90"] .dgm__progress {
  stroke-dashoffset: 56.548; }

.fps .dgm[data-progress="90"] .dgm__value::before {
  content: "90"; }

.fps .dgm[data-progress="91"] .dgm__progress {
  stroke-dashoffset: 50.8932; }

.fps .dgm[data-progress="91"] .dgm__value::before {
  content: "91"; }

.fps .dgm[data-progress="92"] .dgm__progress {
  stroke-dashoffset: 45.2384; }

.fps .dgm[data-progress="92"] .dgm__value::before {
  content: "92"; }

.fps .dgm[data-progress="93"] .dgm__progress {
  stroke-dashoffset: 39.5836; }

.fps .dgm[data-progress="93"] .dgm__value::before {
  content: "93"; }

.fps .dgm[data-progress="94"] .dgm__progress {
  stroke-dashoffset: 33.9288; }

.fps .dgm[data-progress="94"] .dgm__value::before {
  content: "94"; }

.fps .dgm[data-progress="95"] .dgm__progress {
  stroke-dashoffset: 28.274; }

.fps .dgm[data-progress="95"] .dgm__value::before {
  content: "95"; }

.fps .dgm[data-progress="96"] .dgm__progress {
  stroke-dashoffset: 22.6192; }

.fps .dgm[data-progress="96"] .dgm__value::before {
  content: "96"; }

.fps .dgm[data-progress="97"] .dgm__progress {
  stroke-dashoffset: 16.9644; }

.fps .dgm[data-progress="97"] .dgm__value::before {
  content: "97"; }

.fps .dgm[data-progress="98"] .dgm__progress {
  stroke-dashoffset: 11.3096; }

.fps .dgm[data-progress="98"] .dgm__value::before {
  content: "98"; }

.fps .dgm[data-progress="99"] .dgm__progress {
  stroke-dashoffset: 5.6548; }

.fps .dgm[data-progress="99"] .dgm__value::before {
  content: "99"; }

.fps .dgm[data-progress="100"] .dgm__progress {
  stroke-dashoffset: 0; }

.fps .dgm[data-progress="100"] .dgm__value::before {
  content: "100"; }

@media (min-width: 60em) {
  .fps__item {
    border-top: 2px solid #0a0a0a;
    border-bottom: 1px solid #999999;
    padding: 2rem 0; }
  .fps__msg {
    display: inline-block; }
  .fps__dgm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .fps__msg {
    margin-right: 3rem; }
  .fps .dgm {
    margin: 0; }
  .fps .dgm + .dgm {
    margin-top: 0;
    margin-left: 2rem; } }

.gift {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc(50%);
  padding: 0 10px 20px 10px; }

.gift-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  margin: 0 -10px; }

.gift .img-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.gift__radio {
  display: block;
  text-align: left;
  margin-top: 2rem; }

.gift .radio__text {
  display: block; }

.mypage-nonmember__title + .record-item-wrap {
  padding-top: 1rem; }

.mypage-nonmember .status {
  margin-bottom: 3rem; }

@media (min-width: 45em) {
  .mypage-nonmember {
    margin-left: 0;
    margin-right: 0; }
  .mypage-nonmember__title {
    margin-bottom: 1rem; } }

.feature-header + .order-list {
  padding-top: 2rem; }

.order-sheet {
  border: 1px solid #cccccc; }

.order-sheet + .order-sheet {
  margin-top: 2rem; }

.order-sheet .record-item {
  margin-bottom: 2rem; }

.order-sheet .record-item__inner {
  border: 0; }

.order-sheet .record-item__inner::after {
  content: '';
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  border-bottom: 1px solid #cccccc; }

.order-sheet .o-product {
  border: 0; }

.order-sheet .o-product__inner {
  padding-top: 0; }

@media (min-width: 45em) {
  .order-sheet {
    padding-bottom: 3rem; }
  .order-sheet + .order-sheet {
    margin-top: 3rem; }
  .order-sheet .record-item {
    margin-bottom: 3rem; }
  .order-sheet .record-item__inner::after {
    left: 3rem;
    right: 3rem; }
  .order-sheet .record-item__state {
    right: 3rem; }
  .order-sheet .o-product {
    margin-top: 2rem;
    border: 0; }
  .order-sheet .o-product__inner {
    padding-top: 0;
    padding-left: 3rem;
    padding-right: 3rem; }
  .order-sheet .o-product .img-box {
    margin-bottom: 0; }
  .order-sheet .o-product .price-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.o-product {
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #cccccc; }

.o-product + .o-product {
  border-top: 0; }

.o-product__inner {
  padding: 2rem; }

.o-product__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.25;
  text-shadow: 0 0 0.01em; }

.o-product .img-box {
  float: left;
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: #f7f7f7;
  margin-right: 2rem;
  margin-bottom: 2rem; }

.o-product .img-box::before {
  content: '';
  display: block;
  padding-top: 100%; }

.o-product .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.o-product .price-wrap {
  margin-top: .5em; }

.o-product .price {
  text-shadow: 0 0 0.01em; }

.o-product .price::after {
  content: '원'; }

.o-product .price--original {
  color: #666666;
  font-size: 1.4rem;
  text-shadow: none; }

.o-product .price--original::after {
  display: none; }

@media (min-width: 45em) {
  .o-product {
    zoom: 1; }
  .o-product:before {
    content: '';
    display: block; }
  .o-product:after {
    content: '';
    display: table;
    clear: both; }
  .o-product__inner {
    padding-right: 130px;
    padding-bottom: 0; }
  .o-product__content {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-product .price-wrap {
    position: absolute;
    top: 50px;
    right: 30px;
    text-align: right; }
  .o-product .price {
    display: block; }
  .o-product .price--original {
    margin-top: -11px;
    margin-bottom: 4px;
    line-height: 1; } }

@media (min-width: 60em) {
  .o-product__name {
    font-size: 1.65rem; } }

.qna__header {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc; }

.qna__info {
  margin-bottom: 1rem; }

.qna__content {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.qna__content p {
  margin-top: 0.5rem; }

.qna__content + .qna__content {
  border-top: 1px solid #cccccc; }

.qna__writer::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  margin-right: 5px;
  top: 3px;
  background-color: #cccccc; }

.qna .ul .download-link {
  color: #029570;
  border-bottom: 1px solid #029570; }

@media (min-width: 60em) {
  .qna {
    padding-top: 2rem; }
  .qna__header {
    padding-right: 150px;
    border-top: 2px solid #0a0a0a; }
  .qna__header .badge {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.record-item-wrap {
  padding-top: 2rem; }

.record-item__link {
  display: block; }

.record-item__link .record-item__name {
  border-bottom: 1px solid #0a0a0a; }

.record-item__inner {
  position: relative;
  border: 1px solid #cccccc;
  padding: 2rem; }

.record-item.has-thumb {
  background-color: antiquewhite; }

.record-item.has-thumb .record-item__inner {
  padding: 2rem; }

.record-item__img-box {
  float: left;
  width: 100px;
  height: 100px;
  background-color: #f0f0f0; }

.record-item__name {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%; }

.record-item__info {
  color: #666666; }

.record-item + .record-item {
  margin-top: 2rem; }

.record-item__state {
  margin-top: 1em; }

.record-item--gift .record-item__name, .record-item--program .record-item__name {
  font-family: "NanumSquare", "Malgun Gothic", sans-serif; }

@media (min-width: 45em) {
  .record-item__inner {
    padding: 3rem;
    padding-right: 16rem; }
  .record-item__state {
    position: absolute;
    margin-top: 0;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@media (min-width: 60em) {
  .record-item__state {
    right: 50px; }
  .record-item--gift .record-item__state .badge, .record-item--program .record-item__state .badge {
    max-width: 4em; } }

.wishlist-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0a0a0a; }

.wishlist-top .checkbox {
  margin-top: 4px; }

.wishlist-top .func {
  padding-top: 0; }

.wishlist {
  border-bottom: 1px solid #999999; }

.wishlist__item {
  position: relative; }

.wishlist__item:first-child .o-product {
  border-top: 0; }

.wishlist .checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  margin-top: -15px; }

.wishlist .o-product {
  border-width: 1px 0 0; }

.wishlist .o-product__inner {
  padding-left: 30px; }

.wishlist .o-product__name {
  padding-top: 1em;
  font-size: 1.8rem;
  font-weight: 700; }

@media (min-width: 45em) {
  .wishlist .o-product__name {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 2rem; } }

.cart-top {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }

.cart-top__side {
  position: absolute;
  right: 0;
  bottom: 10px; }

.cart-table {
  width: 100%;
  border-top: 2px solid #0a0a0a;
  border-bottom: 1px solid #999999; }

@media (max-width: 44.99em) {
  .cart-table thead {
    display: none; }
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block; } }

@media (min-width: 45em) {
  .cart-table thead th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1; } }

.cart-item__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cart-item__img {
  width: 100%; }

.cart-item__name {
  color: #0a0a0a; }

.cart-item .price {
  display: inline;
  white-space: nowrap;
  font-size: 1.5rem; }

.cart-item .price:after {
  content: '원'; }

.cart-item .price--original {
  display: inline;
  font-size: 1.4rem;
  margin-right: .2em; }

.cart-item .price--original:after {
  display: none; }

.cart-item__soldout {
  white-space: nowrap;
  text-transform: uppercase; }

.cart-item .btn-del {
  padding: 6px; }

.cart-item .btn-del:before {
  content: '\ea03';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  font-size: 21px;
  line-height: 1;
  vertical-align: top; }

@media (max-width: 44.99em) {
  .cart-item {
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    margin-bottom: 20px; }
  .cart-item + .cart-item {
    border-top: 1px solid #cccccc; }
  .cart-item__check {
    position: absolute;
    top: 17px;
    left: 0; }
  .cart-item__product {
    position: relative; }
  .cart-item__product.is-soldout .cart-item__name {
    opacity: .3; }
  .cart-item__box {
    overflow: hidden;
    padding-right: 30px; }
  .cart-item__name {
    text-shadow: 0 0 .01em; }
  .cart-item__img-wrap {
    margin-top: 5px;
    width: 85px;
    height: 85px; }
  .cart-item__img {
    width: 100%; }
  .cart-item__price {
    position: absolute;
    right: 0;
    bottom: 60px;
    font-size: 1.5rem;
    text-align: right; }
  .cart-item__vol-box {
    position: absolute;
    left: 130px;
    bottom: 5px;
    width: 70px; }
  .cart-item__soldout {
    position: absolute;
    right: 0;
    bottom: 8px; }
  .cart-item__amount {
    position: absolute;
    right: 0;
    bottom: 8px; }
  .cart-item__del {
    position: absolute;
    top: 13px;
    right: -7px;
    overflow: hidden; } }

@media (min-width: 45em) {
  .cart-item td {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 20px; }
  .cart-item__check {
    width: 40px; }
  .cart-item__box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    max-width: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    padding-left: 120px; }
  .cart-item__name {
    font-weight: 700; }
  .cart-item__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px; }
  .cart-item__vol {
    width: 100px;
    text-align: center; }
  .cart-item__vol-box {
    display: block;
    width: 75px;
    margin: 0 auto; }
  .cart-item__amount {
    width: 110px;
    padding-left: 5px;
    padding-right: 15px;
    text-align: right; }
  .cart-item__del {
    width: 40px;
    text-align: right; } }

.empty-guide {
  border-top: 2px solid #0a0a0a;
  border-bottom: 1px solid #999999;
  padding: 3em 1em;
  text-align: center; }

.empty-guide__p {
  margin-top: 0; }

@media (min-width: 45em) {
  .empty-guide {
    padding-top: calc(3em + 5vh);
    padding-bottom: calc(3em + 5vh); } }

.buy-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999; }

@media (min-width: 45em) {
  .buy-list.with-coupon .buy-item .price-wrap {
    top: 36px; }
  .buy-list.with-coupon .buy-item .price--original {
    margin-top: -18px; } }

.buy-list.with-checkbox {
  padding-bottom: 0; }

.buy-list.with-checkbox .o-product__inner {
  overflow: hidden;
  padding-bottom: 0; }

.buy-list.with-checkbox .buy-item {
  margin-top: 10px;
  padding-left: 30px; }

.buy-list.with-checkbox .buy-item .img-box {
  margin-right: 1.5rem;
  margin-bottom: 2rem; }

.buy-list.with-checkbox .checkbox {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 2; }

.buy-item {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #cccccc; }

.buy-item:first-child {
  margin-top: 0;
  border-top: 0; }

.buy-item.is-canceled {
  opacity: .3; }

.buy-item .o-product {
  border: 0;
  overflow: visible; }

.buy-item .o-product__inner {
  padding-left: 0; }

@media (max-width: 44.99em) {
  .buy-item .o-product__inner {
    padding-bottom: 1rem; }
  .buy-item .o-product .img-box {
    margin-bottom: 1.5rem; }
  .buy-item__state {
    display: block;
    padding-left: 120px;
    margin-top: -12px; } }

@media (min-width: 45em) {
  .buy-item .img-box {
    margin-bottom: 0; }
  .buy-item .price-wrap {
    right: 0; }
  .buy-item__coupon {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right; }
  .buy-item__state {
    display: block;
    margin-bottom: 1em; } }

.buy .payment-wrap ~ .input-g {
  margin-top: 12px; }

.buy .payment-wrap ~ .input-g ul {
  margin-left: 30px;
  color: #737373; }

.buy .payment-wrap ~ .input-g li:first-child {
  margin-top: 0; }

.choose-coupon {
  width: calc(100% - 80px); }

.choose-coupon__list {
  margin-bottom: 20px; }

.choose-coupon__list th {
  padding: 1em 0;
  text-align: left;
  font-weight: 400; }

.choose-coupon__list td {
  padding: 1.25em 0 20px;
  width: 40%;
  text-align: right;
  vertical-align: top;
  white-space: nowrap; }

.choose-coupon__list p {
  padding-bottom: 1.5em;
  text-align: center; }

.choose-coupon__item + .choose-coupon__item {
  border-top: 1px solid #cccccc; }

.buy {
  padding-bottom: 5rem; }

@media (min-width: 60em) {
  .buy {
    padding-bottom: 10rem; }
  .buy .page-header {
    padding-bottom: 6rem; } }
