@charset "UTF-8";
.sass-UTF-8 {
  content: "¡//based on SCSS, Front-end Dev Group by qoo10";
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), local("Roboto-Medium"), url("../../common/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Medium.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Medium.eot");
  src: url("../../common/fonts/roboto/Roboto-Medium.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../../common/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Regular.eot");
  src: url("../../common/fonts/roboto/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto"), local("Roboto-Light"), url("../../common/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Light.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Light.eot");
  src: url("../../common/fonts/roboto/Roboto-Light.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), local("Roboto-Bold"), url("../../common/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../../common/fonts/roboto/Roboto-Bold.woff") format("woff"), url("../../common/fonts/roboto/Roboto-Bold.eot");
  src: url("../../common/fonts/roboto/Roboto-Bold.eot#iefix") format("embedded-opentype"), url("../../common/fonts/roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("../../common/fonts/notosans/NotoSansKR-Light.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Light.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Light.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Light.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url("../../common/fonts/notosans/NotoSansKR-Regular.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Regular.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Regular.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Regular.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("../../common/fonts/notosans/NotoSansKR-Medium.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Medium.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Medium.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Medium.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("../../common/fonts/notosans/NotoSansKR-Bold.woff2") format("woff2"), url("../../common/fonts/notosans/NotoSansKR-Bold.woff") format("woff"), url("../../common/fonts/notosans/NotoSansKR-Bold.eot");
  src: url("../../common/fonts/notosans/NotoSansKR-Bold.eot#iefix") format("embedded-opentype"), url("../../common/fonts/notosans/NotoSansKR-Bold.ttf") format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, labal, select {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, summary, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, iframe {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #575757;
  cursor: pointer;
}

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

button {
  border: 0 none;
  cursor: pointer;
}

legend {
  display: none;
}

input[readonly],
textarea[readonly],
select[readonly] {
  color: #353535 !important;
  background-color: #f8f8f8;
}

input:-webkit-autofill {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

input::placeholder {
  color: #8b8b8b;
}

input:-ms-input-placeholder {
  color: #ddd;
}

select::-ms-expand {
  display: none;
}

body {
  font: 400 14px/1.4 "Roboto", "Noto Sans KR", sans-serif;
}

textarea, pre, input, button {
  font: 400 0.875em/1.4 "Roboto", "Noto Sans KR", sans-serif;
  outline-color: inherit;
  background: none;
}

.smtship-wrap {
  position: relative;
}
.smtship__inr {
  position: relative;
  margin: auto;
  padding: 34px 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
}
.smtship-sub {
  background-color: #fff;
  padding-bottom: 150px;
  font-size: 16px;
}
.smtship-sub__hd {
  display: none;
  box-sizing: border-box;
  padding: 0 10%;
  height: 265px;
  text-align: center;
  color: #fff;
}
.smtship-sub__hd p {
  position: relative;
  z-index: 1;
}
.smtship-sub__hd h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 60px;
  font-weight: 400;
}
.smtship-sub__hd .bg, .smtship-sub__hd .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 390px;
}
.smtship-sub__hd .bg:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.smtship-sub__nav {
  padding: 15px 0 10px;
  text-align: right;
}
.smtship-sub__nav li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.smtship-sub__nav li ~ li:before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 0;
  border: solid #747474;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  vertical-align: middle;
}
.smtship-sub__nav a {
  color: #000;
}
.smtship-sub__tt {
  border-bottom: 1px solid #eee;
  margin: 0 25px;
  padding: 15px 0;
  text-align: center;
  font-size: 36px;
}

.smtship-cont__tt {
  font-size: 18px;
  color: #1a1a1a;
}
.smtship-cont__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.smtship-cont__btn + .smtship-cont__btn {
  margin-top: 48px;
}
.member-form .smtship-cont__btn:last-of-type {
  margin-top: 48px;
}
.smtship-cont__lt {
  margin-right: auto;
}
.smtship-cont__rt {
  margin-left: auto;
  text-align: right;
}
.smtship-cont__flx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -12px;
}
.smtship-cont__flx + .smtship-cont__flx {
  margin-top: 16px;
}
.smtship-cont__flx .inr {
  margin-bottom: 12px;
}
.smtship-cont__flx .inr + .inr {
  padding-left: 12px;
}

.smtship-head {
  position: relative;
  z-index: 10;
  background: linear-gradient(137deg, rgb(255, 214, 164) 5%, rgb(209, 163, 249) 67%, rgb(116, 255, 237) 100%);
}
.smtship-head .smtship__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
}
.smtship-gnb {
  display: flex;
  justify-content: flex-end;
}
.smtship-gnb__info {
  display: none;
}
.smtship-gnb__info li {
  float: left;
  font-size: 0.9285em;
}
.smtship-gnb__info li:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 14px;
  width: 1px;
  height: 10px;
  background: #fff;
}
.smtship-gnb__info li:first-child:before {
  content: none;
}
:is(.smtship-gnb__btn, .smtship-gnb__slct) {
  display: flex;
  align-items: center;
}
:is(.smtship-gnb__btn, .smtship-gnb__slct) .btn {
  display: block;
  margin-left: 15px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 1px;
  color: transparent;
  background-size: 22px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.smtship-gnb__slct > div {
  position: relative;
}
.smtship-gnb__btn .btn--login {
  background-image: url("../img/common/ic_user.svg");
}
.smtship-gnb__btn .btn--logout {
  background-image: url("../img/common/ic_signout.svg");
}
.smtship-gnb__btn .btn--srch {
  background-image: url("../img/common/ic_search.svg");
}
.smtship-gnb__btn .btn--menu {
  background-image: url("../img/common/ic_menu.svg");
}
.smtship-gnb__lang .btn {
  background-image: url("../img/common/ic_lang.svg");
}
.smtship-gnb__country .btn {
  background-image: url("../img/common/ic_country.svg");
}
.smtship-gnb__drop {
  display: none;
  position: absolute;
  top: 120%;
  right: -10px;
  z-index: 10;
  margin-top: 3px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #d1d5dc;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  min-width: 90px;
  overflow: hidden;
  background-color: #fff;
}
.smtship-gnb__drop .active a {
  background: #eff6ff;
  color: #155dfc;
}
.smtship-gnb__drop a {
  display: block;
  padding: 8px 12px;
  box-sizing: border-box;
  min-width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
.smtship-gnb__drop a:hover {
  background: #f1f2f6;
}
.smtship-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9490196078) 100%);
}
.smtship-nav:before {
  position: absolute;
  top: -100%;
  left: 0;
  bottom: 100%;
  right: 0;
  z-index: -1;
  background: #fff;
  content: "";
}
.smtship-nav .smtship-gnb__btn {
  display: none;
  position: absolute;
  top: 22px;
  right: 24px;
}
.smtship-nav__wrap {
  margin: 0 auto;
  padding: 0 40px 34px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
}
.smtship-nav__wrap > ul {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  width: 100%;
  max-width: 800px;
}
.smtship-nav__menu a {
  display: block;
  position: relative;
}
.smtship-nav__menu a:hover {
  color: #4a90e2;
  font-weight: 500;
}
.smtship-nav__menu > a {
  font-size: 20px;
  color: #1a3571;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}
.smtship-nav__sub {
  margin-top: 8px;
}
.smtship-nav__sub .smtship-nav__menu {
  margin-bottom: 4px;
  font-size: 15px;
}
.smtship-nav__btn {
  display: none;
  position: absolute;
  top: 33px;
  right: 32px;
  z-index: 2;
  font-size: 0;
}
.smtship-nav__btn button {
  margin-left: 18px;
  padding: 0;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: auto 36px;
}
.smtship-nav__btn .lang {
  background-image: url("../img/common/ic_header_lang.png");
}
.smtship-nav__btn .menu {
  background-image: url("../img/common/ic_header_menu.png");
}
.smtship-nav__btn .menu--hide {
  background-image: url("../img/common/ic_header_close.png");
}
.smtship-nav__gnb {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 103px 32px 15px;
  font-size: 1.1428em;
  color: #fff;
}
.smtship-nav__gnb a {
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 5px;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.smtship-nav__gnb .btn {
  flex-shrink: 0;
}
.smtship-nav__gnb .btn--rt {
  flex: 1;
  text-align: right;
}
.smtship-nav__gnb .id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smtship-footer {
  display: flex;
  flex-direction: column-reverse;
  background-color: #262626;
}
.smtship-footer__top {
  margin: 0 auto;
  padding: 16px 40px 34px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
}
.smtship-footer__topinr {
  padding-top: 24px;
  border-top: 1px solid #555;
  width: 100%;
}
.smtship-footer__topinr a {
  font-size: 1.072em;
  color: #dedede;
  white-space: nowrap;
}
.smtship-footer__topinr a:not(:last-of-type) {
  padding-right: 25px;
}
.smtship-footer__topinr a:not(:first-of-type):before {
  display: inline-block;
  padding-right: 25px;
}
.smtship-footer .smtship__inr {
  display: flex;
  justify-content: space-between;
}
.smtship-footer__info {
  flex: 1;
}
.smtship-footer__info .smtship-logo {
  position: static;
  width: 132px;
  height: 40px;
  background-image: url("../../info/img/common/logo_footer.svg");
}
.smtship-footer__info p {
  margin: 5px 0 0;
  font-size: 0.8571em;
  color: #999;
}
.smtship-footer__info .txt {
  margin-top: 24px;
  color: #dedede;
  font-size: 13px;
}
.smtship-footer__info .txt strong {
  font-size: 1.2em;
}
.smtship-footer__info .txt strong + span {
  margin-top: 16px;
}
.smtship-footer__info .txt span {
  display: block;
}
.smtship-footer__info .txt span + span {
  margin-top: 2px;
}
.smtship-footer__link {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.smtship-footer__link li {
  display: inline-block;
  margin: 0 22px 5px 0;
}
.smtship-footer__link a + a {
  margin-left: 12px;
}
.smtship-footer__link img {
  vertical-align: middle;
}
.smtship-footer__link .etc {
  margin-top: 15px;
}
.smtship-footer__link .mark {
  margin-bottom: 15px;
}
.smtship-footer__link .mark-inf {
  position: relative;
  height: 80px;
  margin-right: 12px;
}
.smtship-footer__link .mark-inf__bt {
  display: inline-block;
}
.smtship-footer__link .mark-inf__bt:hover + .mark-inf__ly {
  display: block;
}
.smtship-footer__link .mark-inf__ly {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin: 20px 40px 0 0;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
  color: #757575;
  font-size: 13px;
  line-height: 1.46;
  white-space: nowrap;
}

.smtship-wing {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -203px 0 0 680px;
  border-radius: 12px;
  width: 100px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 0.8571em;
}
.smtship-wing__link {
  background-color: #fff;
}
.smtship-wing__link a {
  display: block;
  position: relative;
  padding: 15px 0;
  color: #727272;
}
.smtship-wing__link a:before {
  content: "";
  display: block;
  margin: 0 auto 8px;
  width: 50px;
  height: 55px;
  background: url("../../info/img/common/ic_wing.png") no-repeat;
}
.smtship-wing__link a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 5px;
  right: 5px;
  height: 1px;
  background: rgba(179, 180, 184, 0.3);
}
.smtship-wing__link a:hover {
  position: relative;
  background-color: #613fee;
  color: #fff;
}
.smtship-wing__link a:hover:before {
  background-position-y: -55px;
}
.smtship-wing__link a:hover:after {
  content: none;
}
.smtship-wing__link .location:before {
  background-position-x: -50px;
}
.smtship-wing__link .Apply:before {
  background-position-x: -100px;
}
.smtship-wing__top {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #e6def2;
  line-height: 100px;
  font-size: 14px;
}

.smtship-logo {
  display: block;
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 2;
  width: 191px;
  height: 58px;
  font-size: 0;
  background: url("../../info/img/common/logo.svg") no-repeat;
  background-size: contain;
}
.smtship-logo--active {
  background-image: url("../../info/img/common/logo_on.svg");
}
.smtship-logo a {
  display: block;
  height: 100%;
}
.smtship-logo__friends {
  display: inline-block;
  margin: -2px 2px 2px;
  width: 34px;
  height: 34px;
  font-size: 0;
  vertical-align: middle;
  background: url("../../info/img/qxfriends/logo_friends.png") no-repeat;
}
.smtship-logo .smtship-logo__friends {
  position: absolute;
  bottom: 0;
  right: -55px;
}
