@charset "UTF-8";
/**********************컬러정의*************************/
/*************************path**************************/
/*******************반응형 함수**********************/
/*********************스타일 함수***********************/
/********************* 레이아웃 함수 *************************/
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 100;
  font-style: normal;
  src: url("../font/SpoqaHanSansNeo-Thin.otf") format("otf"), url("../font/SpoqaHanSansNeo-Thin.woff") format("font-woff"), url("../font/SpoqaHanSansNeo-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 200;
  font-style: normal;
  src: url("../font/SpoqaHanSansNeo-Light.otf") format("otf"), url("../font/SpoqaHanSansNeo-Light.woff") format("font-woff"), url("../font/SpoqaHanSansNeo-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  font-style: normal;
  src: url("../font/SpoqaHanSansNeo-Regular.otf") format("otf"), url("../font/SpoqaHanSansNeo-Regular.woff") format("font-woff"), url("../font/SpoqaHanSansNeo-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  font-style: normal;
  src: url("../font/SpoqaHanSansNeo-Medium.otf") format("otf"), url("../font/SpoqaHanSansNeo-Medium.woff") format("woff"), url("../font/SpoqaHanSansNeo-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 900;
  font-style: normal;
  src: url("../font/SpoqaHanSansNeo-Bold.otf") format("otf"), url("../font/SpoqaHanSansNeo-Bold.woff") format("font-woff"), url("../font/SpoqaHanSansNeo-Bold.woff2") format("woff2");
}
/*fontawesome*/
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
/*************************메인, 서브페이지 헤더***********************/
.header-common {
  border-bottom: 1px solid #e5e9eb;
  height: 56px;
  padding: 0 25px;
}
.header-common .header-cwin-logo-text {
  padding-left: 70px;
  word-break: keep-all;
}
.header .gnb {
  padding: 0 40px;
  height: 50px;
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  border-bottom: 1px solid #e5e9eb;
}
.header .gnb li {
  line-height: 50px;
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.header .gnb li a {
  font-size: 15px;
  color: #111;
  font-weight: 600;
}
.header .gnb li:hover {
  cursor: pointer;
}
.header .gnb li.gnb-list-active a {
  font-weight: 900;
  color: #00a7e1;
}
.header .gnb li.gnb-list-active::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #00a7e1;
}
.header.fixed .gnb {
  position: fixed;
  top: 0;
  z-index: 999;
}

/************************코디 지원 페이지****************************/
.header-cwin {
  display: flex;
  position: relative;
  height: inherit;
  align-items: center;
  justify-content: center;
}
.header-cwin-arrow {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-cwin-arrow:hover {
  cursor: pointer;
}
.header-cwin-logo {
  width: 70px;
  height: 16px;
  background-image: url(../img/logo_b_new.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-cwin-logo-text {
  color: #808284;
  font-weight: 500;
  font-size: 14px;
  margin-left: 8px;
  line-height: 1.1;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.fixed.header {
  position: relative;
}

/************************코디 지원 페이지****************************/
footer {
  background-color: #fff;
  height: 64px;
  max-width: 440px;
  margin: 0 auto 55px auto;
}
footer p {
  text-align: center;
  color: #949494;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 300;
  padding-top: 20px;
}

/*base*/
hr {
  display: none;
}

img {
  max-width: 100%;
}

img, fieldset {
  border: 0;
}

ul, ol, li {
  list-style: none;
}

label, img, input, select, textarea, button {
  vertical-align: middle;
}

main, header, section, nav, footer, aside, article, figure {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Spoqa Han Sans Neo", "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  word-break: break-all;
  -webkit-tap-highlight-color: transparent;
}

*, *:hover {
  outline: none;
}

html {
  overflow: auto !important;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Spoqa Han Sans Neo", "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #111;
  line-height: 100%;
}

body, input, select, textarea, button {
  font-family: "Spoqa Han Sans Neo", "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  border: none;
}

body, button, h1, h2, h3, h4, h5,
input, select, table, textarea {
  font-family: "Spoqa Han Sans Neo", "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  line-height: 100%;
}

header {
  display: block !important;
  position: relative;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

mark {
  color: inherit;
  font-weight: 700;
  background: 0 0;
}

button, input {
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-collapse: collapse;
}

address, cite, code, em {
  font-style: normal;
  font-weight: 300;
}

i, em {
  display: inline-block;
  font-style: normal;
}

span {
  display: inline-block;
}

input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date], textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  border: none;
  background-color: #fff;
  transition: all 0.5s;
  vertical-align: middle;
}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=email][readonly],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled] {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border-color: transparent;
  color: #111;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

textarea[readonly],
textarea[disabled] {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  background: #fff;
  border: none;
  line-height: 100%;
}

html, body {
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table th, table td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div, section, article, ul {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input {
  font-family: "Spoqa Han Sans Neo";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

button {
  font-family: "Spoqa Han Sans Neo";
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

i {
  font-size: 12px;
  font-family: "FontAwesome";
}

a {
  text-decoration: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

li {
  list-style-type: none;
}

.ir {
  overflow: hidden;
  display: block;
  position: relative;
  text-indent: -99999px;
}
.ir:after {
  content: "";
  position: absolute;
  display: block;
}

/*placeholder 공통*/
input:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}

textarea.textarea {
  position: relative;
}
textarea.textarea::-webkit-input-placeholder {
  color: #bec8cc;
  font-weight: 400;
  position: absolute;
  position: absolute;
  top: 12px;
  left: 12px;
}
textarea.textarea::-moz-placeholder {
  color: #bec8cc;
  font-weight: 400;
  position: absolute;
  position: absolute;
  top: 12px;
  left: 12px;
}
textarea.textarea::-ms-input-placeholder {
  color: #bec8cc;
  font-weight: 400;
  position: absolute;
  position: absolute;
  top: 12px;
  left: 12px;
}

.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 12px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-5 {
  margin-top: 20px !important;
}
.mt-6 {
  margin-top: 24px !important;
}
.mt-8 {
  margin-top: 32px !important;
}
.mt-10 {
  margin-top: 40px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 40px !important;
}

.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 12px !important;
}
.ml-4 {
  margin-left: 16px !important;
}
.ml-5 {
  margin-left: 20px !important;
}
.ml-10 {
  margin-left: 40px !important;
}

.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 12px !important;
}
.mr-4 {
  margin-right: 16px !important;
}
.mr-5 {
  margin-right: 20px !important;
}
.mr-10 {
  margin-right: 40px !important;
}

.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.pt-5 {
  padding-top: 20px !important;
}
.pt-10 {
  padding-top: 40px !important;
}
.pt-20 {
  padding-top: 80px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pb-4 {
  padding-bottom: 16px !important;
}
.pb-5 {
  padding-bottom: 20px !important;
}
.pb-10 {
  padding-bottom: 40px !important;
}

.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 12px !important;
}
.pl-4 {
  padding-left: 16px !important;
}
.pl-5 {
  padding-left: 20px !important;
}
.pl-10 {
  padding-left: 40px !important;
}

.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 12px !important;
}
.pr-4 {
  padding-right: 16px !important;
}
.pr-5 {
  padding-right: 20px !important;
}
.pr-10 {
  padding-right: 40px !important;
}

.cw-common-wrap {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  min-height: 100vh;
}
.cw-common-wrap::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.bg-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ebebeb;
}

.active {
  display: block !important;
}

.pc {
  display: block;
}

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

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.flex-end {
  justify-content: flex-end;
}

.button {
  font-size: 18px;
}

.block {
  opacity: 1 !important;
}

.scroll-hidden {
  overflow: hidden;
  touch-action: none;
  position: fixed;
}

/********************common UI 공통 ************************/
.primary {
  color: #129dde !important;
}

.list-type li {
  position: relative;
  display: flex;
  padding-left: 8px;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.42px;
  margin-bottom: 12px;
  font-weight: 300;
  align-items: flex-start;
  line-height: 1.5;
}
.list-type li::before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #666;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.list-type li div,
.list-type li span {
  color: #666;
  font-size: 14px;
  letter-spacing: -0.42px;
  font-weight: 300;
  display: inline-block;
}
.list-type li div + button,
.list-type li span + button {
  margin: -4px 0 0 8px;
}
.list-type li div + .btn-phone,
.list-type li span + .btn-phone {
  margin-top: -5px;
}

input[type=text].input,
input[type=number].input,
input[type=tel].input {
  border: 1px solid #d8dcde;
  border-radius: 5px;
  background-color: #fff;
  height: 44px;
  padding-left: 12px;
  font-weight: 400;
}
input[type=text].input-address,
input[type=number].input-address,
input[type=tel].input-address {
  padding-left: 36px;
  background-image: url(../img/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position-x: 10px;
  background-position-y: center;
}
input[type=text].input-address ::placeholder,
input[type=number].input-address ::placeholder,
input[type=tel].input-address ::placeholder {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.98px;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled {
  background-color: #f2f4f5;
  border: 1px solid #d8dcde;
  color: #666;
  opacity: 1;
  -webkit-text-fill-color: rgba(102, 102, 102, 0.55);
}
input[type=text].disabled,
input[type=number].disabled,
input[type=tel].disabled {
  background-color: #f2f4f5 !important;
  border: 1px solid #d8dcde !important;
  color: #666 !important;
  opacity: 1;
  -webkit-text-fill-color: rgba(102, 102, 102, 0.55);
}

.nice-select {
  border: 1px solid #d8dcde;
}
.nice-select.open .list {
  width: -webkit-fill-available;
}
.nice-select.disabled {
  background-color: #f2f4f5;
  border: 1px solid #d8dcde;
}
.nice-select::after {
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  right: 15px;
}
.nice-select span.current {
  white-space: pre-wrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.nice-select .option {
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nice-select::after {
  margin-top: -7px;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + label {
  width: auto;
  padding: 13px 10px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  color: #333;
  border: 1px solid #d8dcde;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: -0.39px;
  font-size: 13px;
}
input[type=radio]:checked + label {
  border: 1px solid #129dde;
  color: #129dde;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../img/icon_check_nomal.png);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #dde1e3;
  vertical-align: top;
  text-align: center;
  top: -0.2em;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: 7px;
}
input[type=checkbox]:checked + label::before {
  background-color: #089BD5;
  background-image: url(../img/icon_check_on.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #089BD5;
}

button.btn-large {
  width: 100%;
  height: 48px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: -0.48px;
  font-size: 16px;
}
button.btn-large.btn-more span {
  padding-right: 5px;
}
button.btn-large.btn-more span.btn-more-down {
  padding-right: 0;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  transform: rotate(-90deg);
  width: 12px;
  height: 12px;
}
button.btn-medium {
  width: calc(50% - 3px);
  padding: 0 13px;
  height: 44px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: -0.42px;
  font-size: 14px;
}
button.btn-small {
  padding: 13px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: -0.36px;
  font-weight: 600;
}
button.btn-primary {
  background-color: #129dde;
  color: #fff;
}
button.btn-primary-line {
  background-color: #fff;
  border: 1px solid #129dde;
  color: #129dde;
}
button.btn-grey {
  background-color: #9eabb1;
  color: #fff;
}
button.btn-white {
  background-color: #fff;
  border: 1px solid #d8dcde;
}
button.btn-disabled {
  background-color: #f2f4f5;
  color: #bec8cc;
  border: 1px solid #e5e9eb;
}
button.btn-rounded {
  border-radius: 30px;
}
button.btn-share {
  padding: 0px 17px;
  font-size: 14px;
  width: auto;
  line-height: 26px;
  height: 28px;
  border-radius: 30px;
  border: 1px solid #00a7e1;
  color: #00a7e1;
  white-space: nowrap;
}
button.btn-back {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/arrow_black.svg);
  width: 24px;
  height: 24px;
}
button.btn-home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/icon_home.svg);
  width: 26px;
  height: 26px;
}
button.btn-phone {
  padding-left: 25px;
  background-image: url(../img/icon_phone.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 10% center;
}
button.btn-bottom-sheet {
  height: 56px;
  background-color: #42aef1;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0;
  max-width: 440px;
  z-index: 2;
  box-shadow: 0 -3px 10px 0 rgba(70, 74, 93, 0.25);
}

a.btn-phone {
  padding: 7px 13px 7px 25px;
  margin-left: 8px;
  height: 30px;
  line-height: 1.2;
  color: #333;
  background-image: url(../img/icon_phone.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 10% center;
  background-color: #fff;
  border: 1px solid #d8dcde;
  font-size: 12px;
  letter-spacing: -0.36px;
  font-weight: 600;
  border-radius: 5px;
  word-break: keep-all;
}

.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 65px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e5e9eb;
  background-color: #fff;
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  font: 0/0 a;
  transform: rotate(90deg);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  background-position: center;
  cursor: pointer;
}
.scrollToTop.scrollActive {
  z-index: 888;
  opacity: 1;
}

/************************ js custom ***************************/
.swiper {
  width: 500px;
  height: 500px;
}
.swiper-autoplay .swiper-pagination {
  bottom: 20px;
  margin-top: -30px;
}
.swiper-autoplay .swiper-pagination-bullet {
  position: relative;
  color: #fff;
  background: #fff;
  border-radius: 0;
  width: 0px;
  height: 0px;
}
.swiper-autoplay .swiper-pagination-bullet::before {
  display: block;
  content: "0";
  position: absolute;
  color: #fff;
  left: -8px;
}
.swiper-autoplay .swiper-pagination-bullet::after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  background-color: #fff;
  width: 24px;
  height: 1px;
}
.swiper-autoplay .swiper-pagination-bullet:first-child {
  left: -20px;
}
.swiper-autoplay .swiper-pagination-bullet:first-child::after {
  left: 15px;
}
.swiper-autoplay .swiper-pagination-bullet:last-child {
  right: -47px;
}
.swiper-autoplay .swiper-pagination-bullet:last-child::after {
  right: 16px;
}
.swiper-autoplay .swiper-pagination-bullet-active::after {
  top: 6px;
  height: 2px;
}

.youtube-slider {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: -15px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container .swiper-button-next {
  right: 0;
}
.embed-container .swiper-button-prev {
  left: 0;
}
.embed-container .cover {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 10;
}
.embed-container .cover-1 {
  background-image: url(../img/video_cover_1.png);
}
.embed-container .cover-2 {
  background-image: url(../img/video_cover_2.png);
}
.embed-container .cover-3 {
  background-image: url(../img/video_cover_3.png);
}
.embed-container .cover .btn-play {
  background-image: url(../img/play_btn.svg);
  width: 60px;
  height: 60px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-dots {
  position: relative;
  z-index: 2;
  bottom: 0;
  margin-top: 30px;
}
.slick-dots li {
  width: 30px;
  height: 5px;
  border-radius: 2px;
  background: #bec8cc;
  opacity: 1;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active {
  background: #129dde;
}

.accordion {
  padding: 0px 20px 0 20px;
  flex-wrap: wrap;
  flex: 1 0 auto;
  justify-content: center;
}
.accordion-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  width: calc(100% - 30px);
}
.accordion-title:hover {
  cursor: pointer;
}
.accordion-title p {
  font-size: 15px;
  letter-spacing: -1.05px;
  color: #333;
  font-weight: 600;
}
.accordion-title.on .accordion-arrow {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.accordion-arrow {
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -6px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.accordion-text {
  display: none;
  border: 1px solid #e5e9eb;
  border-radius: 5px;
  padding: 20px 14px;
  width: 100%;
  margin-top: 10px;
}
.accordion-text li {
  margin-bottom: 20px;
}
.accordion-text.margin-option li {
  margin-bottom: 5px;
}
.accordion-text-title {
  color: #333;
  font-size: 13px;
  letter-spacing: -0.39px;
  line-height: 22px;
}
.accordion-text-title-sub {
  color: #666;
  font-size: 13px;
  letter-spacing: -0.39px;
  line-height: 22px;
}
.accordion-text-title .point {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.accordion-text-title .gray-text {
  display: inline;
  color: #666;
}
.accordion + .accordion {
  margin-top: 20px;
}

.bottom-sheet-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  display: flex;
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  z-index: 33;
  background-color: #fff;
  max-width: 440px;
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
  border: 1px solid #dee2ee;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
}
.bottom-sheet-body {
  padding: 35px 20px;
  text-align: center;
}
.bottom-sheet-body p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #333;
  font-weight: 600;
}
.bottom-sheet-body a.link {
  line-height: 30px;
  font-size: 15px;
  letter-spacing: -0.45px;
  margin-top: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  background-image: url(../img/arrow_primary.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.bottom-sheet-body a.link::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #129dde;
}
.bottom-sheet-body .content > * {
  border-bottom: 1px solid #dee2ee;
  padding: 1.75rem 0;
  margin: 0;
}
.bottom-sheet-button {
  padding: 0 20px 20px;
  justify-content: space-between;
}
.bottom-sheet-button button {
  font-size: 16px;
  height: 48px;
}
.bottom-sheet footer {
  margin: 0;
  padding: 15px 10px;
  border-top: 1px solid #e5e9eb;
  text-align: center;
}
.bottom-sheet footer p {
  padding: 0;
}
.bottom-sheet footer .privacy-link {
  display: inline-block;
  padding: 4px 0px 2px;
  border-bottom: 1px solid;
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}

.show-bottom-sheet {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}
.show-bottom-sheet .bottom-sheet {
  transform: translateY(0);
}

.bottom-sheet-address .bottom-sheet {
  position: absolute;
  top: 25%;
  bottom: 0;
  height: auto;
  border-radius: 8px 8px 0 0;
  min-height: auto;
}
.bottom-sheet-address .bottom-sheet-header {
  padding: 10px 0;
  text-align: center;
}
.bottom-sheet-address .bottom-sheet-body {
  padding: 0 20px;
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 35px;
  min-height: auto;
  height: calc(100% - 25px);
}
.bottom-sheet-address .bottom-sheet-body > div {
  height: inherit !important;
}
.bottom-sheet-address .close-button {
  background-image: url(../img/arrow_down_gr.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.bottom-sheet-event .event-title {
  font-size: 24px;
  letter-spacing: -0.72px;
  color: #129dde;
  text-align: center;
  font-weight: 900;
}
.bottom-sheet-event-box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 20px;
  position: relative;
}
.bottom-sheet-event-box::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #e5e9eb;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.bottom-sheet-event-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-sheet-event-box p {
  background-color: #42aef1;
  color: #fff;
  border-radius: 13px;
  padding: 4px 12px;
  font-weight: 500;
  letter-spacing: -0.39px;
  line-height: 18px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
}
.bottom-sheet-event-box span {
  line-height: 24px;
  letter-spacing: -0.48px;
  font-size: 15px;
  margin-top: 8px;
}
.bottom-sheet-event-box span b {
  font-weight: bold;
}
.bottom-sheet-event img {
  height: 79px;
  width: 130px;
}
.bottom-sheet-event .img {
  height: 79px;
  width: 130px;
}
.bottom-sheet-event .img-box-1 {
  background-image: url(../img/event_coffee.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bottom-sheet-event .img-box-2 {
  background-image: url(../img/event_money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bottom-sheet-event .img-box-3 {
  background-image: url(../img/event_coupon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bottom-sheet-event .bottom-sheet {
  background-color: #f4f9fc;
}
.bottom-sheet-event .bottom-sheet-body {
  padding: 0px 0px 24px;
}
.bottom-sheet-event .bottom-sheet-body > a {
  padding-top: 30px;
}
.bottom-sheet-event .bottom-sheet-body > a.link {
  padding-top: 20px;
  margin-top: 0;
  width: 100%;
  background-position: 59% 74%;
}
.bottom-sheet-event .bottom-sheet-body > a.link::before {
  transform: translate(-50%, 0);
  left: 50%;
  width: 90px;
}
.bottom-sheet-event .bottom-sheet-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}
.bottom-sheet-event .bottom-sheet-footer a,
.bottom-sheet-event .bottom-sheet-footer button {
  display: block;
  font-size: 15px;
  letter-spacing: -0.45px;
  color: #333;
}

/***************************페이지 *******************************************/
.listPage {
  width: 1480px;
  margin: 40px auto;
}
.listPage h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.listPage table {
  width: 100%;
}
.listPage table th {
  padding: 14px;
  text-align: center;
  border: 1px solid #bec8cc;
  background-color: #3864af;
  color: #fff;
}
.listPage table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #bec8cc;
}
.listPage table td a {
  color: #14bb7d;
}

.gnb-test ul {
  display: flex;
  flex-direction: row;
}
.gnb-test ul li {
  margin: 0 15px;
}
.gnb-test ul li a {
  font-size: 18px;
  font-weight: 600;
}

/************************팝업****************************/
.popup {
  background-color: #fff;
}
.popup footer {
  margin-bottom: 0;
  border-top: 1px solid #e5e9eb;
}
.popup-header {
  height: 55px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e5e9eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.popup-header h4 {
  font-size: 17px;
  color: #333;
  font-weight: 900;
  line-height: 55px;
  width: 100%;
}
.popup-header .popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background-image: url(../img/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.popup-header .popup-close:hover {
  cursor: pointer;
}
.popup-header .btn-share {
  position: absolute;
  right: 20px;
}
.popup-header .btn-home {
  position: absolute;
  left: 20px;
}
.popup-header .btn-back {
  position: absolute;
  left: 20px;
}
.popup-text {
  padding: 30px 0px;
  margin: 0 20px;
  border-bottom: 1px solid #bec8cc;
  text-align: center;
}
.popup-text dt,
.popup-text .popup-text-tit {
  font-weight: 900;
  color: #333;
  letter-spacing: -0.48px;
  font-size: 16px;
  line-height: 24px;
}
.popup-text .popup-text-tit {
  margin-bottom: 0;
}
.popup-text dd {
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #666;
  line-height: 22px;
  margin-top: 10px;
}
.popup-bottom {
  padding: 15px 20px 50px;
}
.popup-bottom-text {
  margin-bottom: 30px;
  color: #666;
  font-weight: 300;
  line-height: 1.2;
}
.popup-bottom-text.mb15 {
  margin-bottom: 15px;
}
.popup .form-wrap {
  padding: 30px 0 10px 0;
  margin: 0 20px 20px 20px;
  border-bottom: 1px solid #e5e9eb;
}
.popup .form-wrap > div.flex.space-between {
  padding-top: 0;
  margin-bottom: 15px;
}
.popup .form-wrap > div.flex.space-between .flex {
  flex-direction: column;
  width: calc(100% - 77px);
}
.popup .form-wrap > div.flex.space-between .flex > .nice-select,
.popup .form-wrap > div.flex.space-between .flex > input {
  width: 100%;
}
.popup .form-wrap > div.flex.space-between .flex.number {
  flex-direction: row;
  width: calc(100% - 62px - 15px);
}
.popup .form-wrap > div.flex.space-between .flex.number .nice-select,
.popup .form-wrap > div.flex.space-between .flex.number input.input {
  height: 44px;
  width: calc(33.33% - 3px);
  margin-right: 6px;
  margin-bottom: 0;
}
.popup .form-wrap > div.flex.space-between > div {
  margin-bottom: 0;
}
.popup .form-wrap > div {
  margin-bottom: 15px;
}
.popup .form-wrap .flex-end {
  margin-top: -8px;
}
.popup .form-wrap label.label,
.popup .form-wrap h5.label {
  width: 62px;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  height: 100%;
  align-self: center;
  line-height: 18px;
}
.popup .form-wrap .input {
  width: calc(100% - 62px - 15px);
}
.popup .flex .divide {
  width: calc(100% - 77px);
}
.popup .flex .divide > div {
  display: flex;
  justify-content: space-between;
}
.popup .flex .divide-2 label {
  width: calc(50% - 3px);
}
.popup .flex .divide-3 label {
  width: calc(33.33% - 2px);
}
.popup-location {
  padding: 30px 20px;
}
.popup-location.inactive {
  display: none;
}
.popup-location .content-policy {
  display: none;
}
.popup-location .form-wrap-policy {
  margin: 0;
  border-bottom: 0 none;
}
.popup-location .form-wrap-policy .flex {
  width: 100% !important;
}
.popup-location .form-wrap-policy .flex .nice-select {
  height: 54px;
  background-color: #f2f4f5;
  color: #90a0a6;
  font-size: 16px;
  line-height: 54px;
}
.popup-location-text {
  margin-bottom: 30px;
}
.popup-location-text-title {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #333;
  font-weight: 900;
}
.popup-location-text-title .icon {
  width: 32px;
  margin: 0 6px 0 -38px;
}
.popup-location-text[id^=loc-] .popup-location-text-title {
  padding-left: 38px;
}
.popup-location-text ul li {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.39px;
  color: #333;
  margin-bottom: 10px;
  word-break: break-word;
  box-sizing: border-box;
}
.popup-location-text ul li a {
  display: inline-block;
}
.popup-location-text ul li strong {
  font-weight: 900;
  word-break: break-word;
}
.popup table {
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #bec8cc;
}
.popup table tr {
  border-bottom: 1px solid #e5e9eb;
}
.popup table th {
  padding: 16px 0 16px 15px;
  background-color: #f5f7fa;
  font-size: 14px;
  letter-spacing: -0.42px;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #e5e9eb;
}
.popup table th:first-child {
  border-left: none;
  width: 120px;
}
.popup table td {
  padding: 12px 10px;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.42px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  border-left: 1px solid #e5e9eb;
}
.popup table td:first-child {
  border-left: none;
}
.popup table td .list-type li::before {
  top: 9px;
}
.popup table.table-type th {
  font-size: 13px;
  padding: 10px;
  text-align: left;
}
.popup table.table-type td {
  font-size: 13px;
  text-align: left;
}
.popup .list-type li {
  height: auto;
  padding-left: 5px;
  margin-bottom: 5px;
  line-height: 1.4;
  text-align: left;
}
.popup .location-check {
  width: 440px;
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 30px 20px;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.61);
}
.modal-wrap.active {
  display: block;
}
.modal-wrap .inner {
  display: flex;
  align-items: center;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
}
.modal-wrap .modal-common {
  align-items: center;
  max-height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
}
.modal-wrap .modal-header {
  position: relative;
  border-bottom: 1px solid #e5e9eb;
}
.modal-wrap .modal-header .title-header {
  padding: 18px 40px 17px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1.12px;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}
.modal-wrap .modal-header .close {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.modal-wrap .modal-header .close::before, .modal-wrap .modal-header .close::after {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 1.5px;
  background-color: #111111;
  transform-origin: 50% 50%;
}
.modal-wrap .modal-header .close::before {
  transform: rotate(45deg);
}
.modal-wrap .modal-header .close::after {
  transform: rotate(-45deg);
}
.modal-wrap .modal-content {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
  max-height: calc(100dvh - 125px);
  padding: 20px 10px;
  color: #333333;
  font-size: 13px;
  line-height: 1.57;
  letter-spacing: -0.42px;
}
.modal-wrap .modal-content::before, .modal-wrap .modal-content::after {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  right: 15px;
  height: 30px;
}
.modal-wrap .modal-content::before {
  top: 5px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.modal-wrap .modal-content::after {
  bottom: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.modal-wrap .modal-content .scroll-y {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*height: 100%;*/
  margin: 10px 10px;
}
.modal-wrap .modal-content .scroll-y::-webkit-scrollbar {
  display: block;
  width: 5px;
  background-color: #e6e6e6;
}
.modal-wrap .modal-content .scroll-y::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #666666;
}
.modal-wrap .modal-content p {
  margin-bottom: 12px;
  font-size: 14px;
  word-break: keep-all;
  word-wrap: break-word;
}
.modal-wrap .modal-content .title-content {
  padding: 12px 0;
  border-bottom: 1px solid #e5e9eb;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: center;
}
.modal-wrap .modal-content .title-content-sub {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 800;
}

.modal-content strong {
  font-weight: 700;
}
.modal-content .policy-number {
  display: block;
  margin: 6px 0 15px;
}
.modal-content .policy-number img {
  width: 24px;
  margin-right: 5px;
}
.modal-content .dlist-policy {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e9eb;
}
.modal-content .dlist-policy > dt {
  padding: 9px 10px;
  border-top: 1px solid #bec8cc;
  border-bottom: 1px solid #e5e9eb;
  background-color: #f5f7fa;
  font-weight: 800;
  text-align: center;
}
.modal-content .dlist-policy > dd {
  padding: 10px;
}
.modal-content .dlist-policy > dd li {
  margin-top: 20px;
}
.modal-content .dlist-policy > dd li:first-of-type {
  margin-top: 0;
}
.modal-content .dlist-policy > dd .mt-3 li {
  margin-top: 10px;
}
.modal-content .dlist-policy > dd .list-type > li {
  margin: 5px 0 0;
  font-size: 13px;
}
.modal-content .dlist-policy .table-type {
  margin-top: 12px;
}
.modal-content .dlist-policy .table-type th,
.modal-content .dlist-policy .table-type td {
  padding: 10px;
  border: 1px solid #e5e9eb;
  font-size: 13px;
  text-align: left;
}
.modal-content .dlist-policy .table-type th {
  background-color: #f5f7fa;
}

.box-privacy-summary {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eeeeee;
}

.list-privacy-summary > li {
  padding-left: 30px;
}
.list-privacy-summary > li:not(:first-of-type) {
  margin-top: 12px;
}
.list-privacy-summary > li img {
  width: 24px;
  margin: 0 6px 0 -30px;
}
.list-privacy-summary a {
  color: #333333;
}

.tab-nav {
  display: flex;
  position: relative;
  margin: 0 25px;
}
.tab-nav .bar {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  background-color: #222222;
  transform: translateY(1px);
  transition: all ease 0.4s;
}
.tab-nav .nav {
  flex: 1;
  padding: 23px 0 17px;
  border-bottom: 1px solid #d8dcde;
  color: #999999;
  font-size: 15px;
  line-height: 1;
}
.tab-nav .nav.active {
  color: #111111;
  font-weight: 900;
}

/*********************메인 페이지*******************/
main.main {
  height: calc(100vh - 106px - 56px);
  margin: 0;
}
main.main .swiper {
  width: auto;
  height: 100%;
}
main.main .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
main.main .swiper-slide-1 {
  background-image: url(../img/main_img_1_01.png);
}
main.main .swiper-slide-2 {
  background-image: url(../img/main_img_3.png);
}
main.main .swiper-slide-2 > div {
  background-image: linear-gradient(123deg, rgba(175, 160, 179, 0.53) -37%, rgba(255, 255, 255, 0.2117647059) 130%);
}
main.main .swiper-slide-item {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-image: linear-gradient(123deg, rgba(171, 171, 171, 0) -37%, rgba(255, 255, 255, 0.26) 130%);
  box-shadow: 4px 4px 6px 0 rgba(125, 104, 97, 0.15);
  border-radius: 8px;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  bottom: 52px;
}
main.main .swiper-slide-item dl {
  width: calc(100% - 36px);
}
main.main .swiper-slide-item dt {
  font-weight: 900;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  white-space: nowrap;
}
main.main .swiper-slide-item dd {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.45px;
  color: #fff;
}
main.main .swiper-arrow {
  width: 100%;
  padding: 25px 36px 25px;
  position: relative;
}
main.main .swiper-arrow::before {
  position: absolute;
  display: block;
  content: "";
  right: 25px;
  bottom: 36px;
  background-image: url(../img/arrow_swiper.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 10px;
}

/*********************서브 페이지*******************/
/**코디란**/
.sub-visual {
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover;
}
@media all and (max-width: 414px) {
  .sub-visual .sub-visual {
    height: 350px;
  }
}
.sub-visual dl {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.sub-visual dl dt {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
.sub-visual dl dd {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.45px;
}
.sub-visual dl dd b {
  font-weight: 900;
}
.sub-visual-1 {
  background-image: url(../img/sub_img_1_01.png);
  background-position: center center;
}
.sub-visual-2 {
  background-image: url(../img/sub_img_2_01.png);
  background-position: center center;
}
.sub-visual-3 {
  background-image: url(../img/sub_img_3.png);
}

.sub-contents {
  padding-top: 45px;
}
.sub-contents.border {
  padding-top: 60px;
  border-bottom: 1px solid #e5e9eb;
}
.sub-contents h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.72px;
  color: #111 !important;
  padding-bottom: 12px;
  font-weight: 900;
  line-height: 34px;
}
.sub-contents h5 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: #333;
}
.sub-contents dt {
  font-weight: 900;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.6px;
  margin-bottom: 6px;
}
.sub-contents dd {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: #333;
  white-space: nowrap;
}
.sub-contents .primary {
  font-weight: 900;
  margin-right: 5px;
}
.sub-contents .sub-items {
  padding: 0 20px;
  margin-top: 20px;
}
.sub-contents .sub-items dl {
  text-align: center;
  padding-top: 145px;
}
.sub-contents .sub-items-list {
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center top;
  padding-bottom: 45px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e5e9eb;
}
.sub-contents .sub-items-list:last-child {
  padding-bottom: 85px;
  margin-bottom: 0;
  border-bottom: none;
}
.sub-contents .sub-items-list-1 {
  background-image: url(../img/cody_icon_1.svg);
}
.sub-contents .sub-items-list-2 {
  background-image: url(../img/cody_icon_2.svg);
}
.sub-contents .sub-items-list-3 {
  background-image: url(../img/cody_icon_3.svg);
}

.sub-faq {
  padding: 60px 20px;
}
.sub-faq h3 {
  border-bottom: 1px solid #333;
}
.sub-faq dl {
  padding: 24px 30px 24px 10px;
  border-bottom: 1px solid #ddd;
}
.sub-faq dl dt {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.51px;
  color: #333;
  margin-bottom: 8px;
  line-height: 30px;
}
.sub-faq dl dd {
  font-size: 15px;
  color: #333;
  letter-spacing: -0.45px;
  color: #333;
  line-height: 22px;
}

.sub-act-box {
  padding: 60px 20px 60px;
}
.sub-act-box:nth-child(1) {
  padding-top: 0;
}
.sub-act-box:nth-child(1) h3 {
  padding-bottom: 30px;
}
.sub-act-box.pdt-0 {
  padding-top: 0;
}
.sub-act-box.secondary {
  background-color: #f4f9fc;
}
.sub-act-box.grey {
  background-color: #f2f4f5;
}
.sub-act-box-bottom {
  color: #999;
  font-size: 13px;
  letter-spacing: -0.39px;
  line-height: 20px;
}
.sub-act-box .sub-event:last-child {
  margin-top: 20px;
}

.sub-act-text {
  border: 1px solid #e5e9eb;
  border-radius: 8px;
}
.sub-act-text dl {
  padding: 30px 20px;
}
.sub-act-text dl:first-child {
  border-bottom: 1px solid #e5e9eb;
}
.sub-act-text-list {
  padding-top: 30px;
}
.sub-act-text-list dl {
  background-color: #fff;
  padding: 30px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sub-pay {
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  margin-top: 30px;
  background-color: #fff;
}
.sub-pay-title {
  text-align: center;
  padding: 24px 0;
  background-color: #f2f4f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sub-pay-title-black {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.51px;
  color: #111;
  font-weight: 900;
}
.sub-pay-title-primary {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #129dde;
  line-height: 34px;
  letter-spacing: -0.72px;
}
.sub-pay-title-primary strong {
  padding: 0 6px;
  font-size: 32px;
  font-weight: 900;
}
.sub-pay-title-grey {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.39px;
}
.sub-pay-content {
  margin: 30px 30px 10px;
  position: relative;
  background-image: url(../img/dot_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: auto;
  flex-wrap: wrap;
}
.sub-pay-content > div.flex {
  width: 100%;
  justify-content: space-around;
  margin-bottom: 20px;
}
.sub-pay-content::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/icon_plus.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-pay-content p {
  width: 100px;
  height: 100px;
  border: 1px solid #e5e9eb;
  background-color: #f7f9fa;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.sub-pay-content p em.primary {
  font-weight: 600;
  margin: 0;
  padding-right: 0;
  font-size: 14px;
}
.sub-pay-content span {
  position: absolute;
  bottom: -25px;
  right: 30px;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  letter-spacing: -0.39px;
  text-align: center;
}
.sub-pay-desc {
  margin: 0 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e9eb;
  text-align: center;
}
.sub-pay-desc h3 {
  padding: 0;
  font-size: 15px;
  font-weight: 900;
  color: #111;
  line-height: 20px;
  letter-spacing: -0.45px;
}
.sub-pay-desc p {
  margin-top: 8px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  letter-spacing: -0.39px;
}
.sub-pay-desc p > strong {
  font-weight: 900;
}
.sub-pay-desc p > em {
  padding-top: 4px;
  color: #999;
}
.sub-pay .list-type {
  padding: 20px 20px 10px 20px;
  border-top: 1px solid #e5e9eb;
  font-size: 14px;
  letter-spacing: -0.42px;
}

.sub-wel {
  margin-top: 30px;
}
.sub-wel dl {
  padding: 24px 20px 110px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 93% 86%;
  background-size: 85px;
  height: 240px;
  border: 1px solid #e5e9eb;
}
.sub-wel dl dd span {
  display: block;
  font-size: 13px;
  letter-spacing: -0.39px;
  margin-top: 15px;
  color: #999;
  font-weight: 500;
}
.sub-wel dl:first-child {
  background-image: url("../img/sub_icon_1.svg");
}
.sub-wel dl:nth-child(2) {
  background-image: url("../img/sub_icon_2.svg");
}
.sub-wel dl:nth-child(3) {
  background-image: url("../img/sub_icon_3.svg");
}
.sub-wel dl:nth-child(4) {
  background-image: url("../img/sub_icon_4.svg");
}
.sub-wel dl:nth-child(5) {
  background-image: url("../img/sub_icon_5.svg");
}
.sub-wel dl:nth-child(6) {
  background-image: url("../img/sub_icon_6.svg");
}

.sub-event {
  background-color: #f2f4f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-event:last-child {
  margin-top: 0px;
}
.sub-event-title {
  color: #fff;
  font-size: 16px;
  padding: 4.5px 0;
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-align: center;
  width: 100px;
  background-color: #42aef1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 20px;
}
.sub-event img {
  width: 180px;
  height: 120px;
}
.sub-event .underline {
  font-size: 15px;
  letter-spacing: -0.45px;
  color: #333;
  text-decoration: underline;
  margin-top: 12px;
}
.sub-event .sub-act-box-bottom {
  text-align: center;
  width: 100%;
  border-top: 1px solid #e5e9eb;
  padding: 18px 10px;
  margin-top: 32px;
}
.sub-event-text {
  margin-top: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.sub-event .primary {
  margin-right: 0;
}

/************************코디 지원 페이지****************************/
main.steps {
  margin: 30px 20px;
  min-height: calc(100vh - 56px - 115px);
}

.layout-steps header {
  height: 56px;
  border-bottom: 1px solid #e5e9eb;
  background-color: #fff;
  max-width: 440px;
  width: 100%;
}
.layout-steps footer {
  margin-bottom: 0;
  border-top: 1px solid #e5e9eb;
}

.stepper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.stepper ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  counter-reset: step;
}
.stepper li {
  width: 33.33%;
  line-height: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.stepper li.stepper-active::after {
  background-color: #3aa6e9;
  color: #fff;
}
.stepper li::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e5e9eb;
  color: #999;
  background-color: #f7f9fa;
  display: block;
  content: counter(step);
  counter-increment: step;
}
.stepper li:not(:first-child)::before {
  position: absolute;
  display: block;
  content: "";
  left: -50%;
  bottom: 15px;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #e5e9eb;
}

.textbox-cwin {
  text-align: center;
  border-bottom: 1px solid #bec8cc;
  padding-bottom: 30px;
}
.textbox-cwin dt {
  font-weight: 900;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
}
.textbox-cwin dd {
  font-size: 15px;
  letter-spacing: -0.45px;
  color: #333;
  line-height: 24px;
}
.textbox-cwin-nodata {
  border-bottom: 1px solid #e5e9eb;
  color: #666;
  letter-spacing: -0.42px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  font-weight: 300;
  padding: 60px 70px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.textbox-cwin-nodata span {
  color: #666;
  letter-spacing: -0.42px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  font-weight: 300;
}
.textbox-cwin-nodata span.icon-info {
  background-image: url(../img/icon_info.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 auto 12px auto;
}

.address-submit {
  margin-top: 60px;
  margin-bottom: 20px;
}

.card-cwin {
  margin-top: 30px;
}
.card-cwin h4 {
  font-size: 15px;
  letter-spacing: -0.45px;
  margin-bottom: 14px;
}
.card-cwin h4 span {
  margin-left: 2px;
  display: inline-block;
}
.card-cwin-item {
  margin-bottom: 20px;
  border: 1px solid #e5e9eb;
  border-radius: 8px;
  background-color: #fff;
}
.card-cwin-item-header {
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #e5e9eb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 8px 8px 20px;
  background-color: #f2f4f5;
  position: relative;
}
.card-cwin-item-header p {
  color: #333;
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 900;
  line-height: 1.6;
}
.card-cwin-item-header span.tag {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.39px;
  background-image: url(../img/icon_tag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38px;
  height: 37px;
  padding: 5px;
  white-space: nowrap;
}
.card-cwin-item-content {
  padding: 24px 20px;
}
.card-cwin-item-content p {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: -0.45px;
  color: #333;
}

/************************에러 페이지*************************/
.error {
  min-height: calc(100vh - 65px);
  padding: 0 20px;
  border-bottom: 1px solid #e5e9eb;
}
.error button {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 15%;
}
.error-wrap {
  background-image: url(../img/error_icon.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 160px;
  position: relative;
  text-align: center;
  width: calc(100% - 40px);
}
.error-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
}
.error-title {
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-top: 132px;
}
.error-title span {
  margin-top: 8px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.45px;
  font-weight: bold;
}
.error-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.45px;
  color: #333;
  font-weight: 500;
}
.error-text + .error-text {
  margin-top: 12px;
}

.daum_popup.focus_input {
  padding-right: 10px;
  background-color: #fff;
}
.daum_popup.focus_input > div {
  background-color: #ececec;
}

.u-sub-contents {
  border-bottom: 1px solid #e5e9eb;
}
.u-sub-contents ul li {
  padding: 60px 0;
}
.u-sub-contents ul li.bg {
  background-color: #f4f9fc;
}

.u-sub-title {
  padding: 0 20px;
  text-align: center;
}
.u-sub-title h3 strong {
  font-size: 20px;
  font-weight: 900;
  color: #129dde;
  line-height: 19px;
  letter-spacing: -0.6px;
}
.u-sub-title h3 span {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #111;
  line-height: 34px;
  letter-spacing: -0.72px;
}
.u-sub-title p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  letter-spacing: -0.45px;
}

.u-sub-desc {
  margin-top: 30px;
}
.u-sub-desc ul {
  margin: 0 20px;
  border-radius: 8px;
  border: solid 1px #e5e9eb;
}
.u-sub-desc ul li {
  margin: 0 20px;
  padding: 0;
}
.u-sub-desc ul li + li {
  border-top: solid 1px #e5e9eb;
}
.u-sub-desc ul li.message {
  margin: 0;
  padding: 16px 0;
  text-align: center;
}
.u-sub-desc ul li.message p {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.u-sub-desc .flexbox {
  display: flex;
  margin: 30px 0;
}
.u-sub-desc .flexbox .bg {
  flex: none;
  overflow: hidden;
  margin-right: 12px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
}
.u-sub-desc .flexbox .bg.img-01 {
  background-image: url("../img/sub1_img_01.png");
}
.u-sub-desc .flexbox .bg.img-02 {
  background-image: url("../img/sub1_img_02.png");
}
.u-sub-desc .flexbox .bg.img-03 {
  background-image: url("../img/sub1_img_03.png");
}
.u-sub-desc .flexbox .bg.img-04 {
  background-image: url("../img/sub1_img_04.png");
}
.u-sub-desc .flexbox .bg.persona-01 {
  background-image: url("../img/persona_01.png");
}
.u-sub-desc .flexbox .bg.persona-02 {
  background-image: url("../img/persona_02.png");
}
.u-sub-desc .flexbox .bg.persona-03 {
  background-image: url("../img/persona_03.png");
}
.u-sub-desc .flexbox .contents {
  width: calc(100% - 92px);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.u-sub-desc .flexbox .contents h4 {
  font-weight: 900;
}
.u-sub-desc .flexbox .contents p {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.u-sub-desc .flexbox .contents p strong {
  font-weight: 900;
}
.u-sub-desc .flexbox .contents em {
  margin-top: 8px;
  font-weight: 900;
}

.u-sub-count {
  margin: 0 20px;
  text-align: center;
}
.u-sub-count img {
  width: 320px;
}
.u-sub-count .result {
  padding: 26px 25px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #129dde;
}
.u-sub-count .result h3 {
  font-size: 17px;
  font-weight: 900;
  color: #111;
  line-height: 24px;
  letter-spacing: -0.51px;
}
.u-sub-count .result strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 900;
  color: #129dde;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.u-sub-count .result strong > em {
  padding: 0 5px;
  font-size: 36px;
  font-weight: 900;
}
.u-sub-count .result p {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  letter-spacing: -0.39px;
}

.u-sub-graph {
  text-align: center;
}
.u-sub-graph .graph {
  margin: 30px 20px 0;
  border-radius: 8px;
  border: solid 1px #e5e9eb;
}
.u-sub-graph .graph img {
  width: 276px;
  padding: 30px 0;
}
.u-sub-graph .graph p {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  border-top: solid 1px #e5e9eb;
  line-height: 20px;
  letter-spacing: -0.39px;
}

.blockquote {
  width: 253px;
  height: 125px;
  margin: 30px auto 0;
  padding: 18px 10px;
  background: url(../img/bg_blockquote.png) no-repeat 50% 50%;
  background-size: contain;
  color: #364d6e;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.blockquote strong {
  font-weight: 900;
}
.blockquote .point {
  color: #129dde;
  font-size: 15px;
}
/*# sourceMappingURL=maps/index.css.map */
