@charset "UTF-8";
/* font face */
/* //font face */
/* color */
/* box-shadow */
/* ellipsis 한줄 일때*/
/* ellipsis 두줄 일때*/
/*content */
/* light */
@font-face {
  font-family: "GmarketSansLight";
  src: url("../fonts/GmarketSansLight.woff2") format("woff2"),
    url("../fonts/GmarketSansLight.woff") format("woff"),
    url("../fonts/GmarketSansLight.ttf") format("truetype"),
    url("../fonts/GmarketSansLight.eot"),
    url("../fonts/GmarketSansLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GmarketSansLight.svg#GmarketSansLight") format("svg");

  font-weight: normal;
  font-style: normal;
}

/* //light */
/* medium */
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../fonts/GmarketSansMedium.woff2") format("woff2"),
    url("../fonts/GmarketSansMedium.woff") format("woff"),
    url("../fonts/GmarketSansMedium.ttf") format("truetype"),
    url("../fonts/GmarketSansMedium.eot"),
    url("../fonts/GmarketSansMedium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GmarketSansMedium.svg#GmarketSansMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* //medium */
/* bold */
@font-face {
  font-family: "GmarketSansBold";
  src: url("../fonts/GmarketSansBold.woff2") format("woff2"),
    url("../fonts/GmarketSansBold.woff") format("woff"),
    url("../fonts/GmarketSansBold.ttf") format("truetype"),
    url("../fonts/GmarketSansBold.eot"),
    url("../fonts/GmarketSansBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GmarketSansBold.svg#GmarketSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* //bold */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-higlight-color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  font-family: "GmarketSansMedium", sans-serif;
  font-size: 18px;
  color: #1a1c1d;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1001;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: fixed;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

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

p {
  font-size: 1rem;
  line-height: 1.2;
}

br {
  font-family: dotum;
}

em {
  font-style: normal;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: none;
  vertical-align: baseline;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

form {
  border: none;
}

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

.blind,
legend {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
}

select::expand {
  display: none;
}

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

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

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button,
input {
  background: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

input::input-placeholder {
  color: #1f8ccc;
}

input::-webkit-input-placeholder {
  color: #1f8ccc;
}

/* IE X 버튼 없애기 */
input[type="text"]::-ms-clear {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/* Add replacement focus styling here (i.e. border)*/
a:focus,
button:focus {
  outline: 0;
}

/* Webkit / Chrome Specific CSS to remove tap highlight color */
a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Chrome 배경색 및 이미지 출력 */
* {
  -webkit-print-color-adjust: exact;
}

/* ** common style ** */
/* only mobile */
.mobile-item {
  display: none !important;
}

/* //only mobile */
/* color */
.c-main {
  color: #0048c8 !important;
}

/* //color */
/* text */
.tac {
  text-align: center !important;
}

/* //text */
/* bg */
.bg-transparent {
  background: transparent !important;
}

/* //bg */
/* input */
input {
  border: 1px solid #eee;
  font-size: 18px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

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

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

input::placeholder {
  color: #999;
}

/* //input */
/* icon */
i {
  display: inline-block;
  vertical-align: middle;
}

/* //icon */
/* icon style */
.ico {
  display: block;
  margin: 15px auto;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ico--nobank {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_nobank.png);
}

.ico--account {
  width: 20px;
  min-height: 50px;
  background-image: url(../images/common/ico_account.png);
}

.ico--credit {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_credit.png);
}

.ico--kakaopay {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_kakaopay.png);
}

.ico--gift {
  width: 35px;
  min-height: 50px;
  background-image: url(../images/common/ico_gift.png);
}

.ico--tmoney {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_tmoney.png);
}

.ico--multipoint {
  width: 35px;
  min-height: 50px;
  background-image: url(../images/common/ico_multipoint.png);
}

.ico--idfarmpay {
  width: 70px;
  min-height: 50px;
  background-image: url(../images/common/ico_idfarmpay.png);
}

.ico--payco {
  width: 70px;
  min-height: 50px;
  background-image: url(../images/common/ico_payco.png);
}

.ico--samsungpay {
  width: 100px;
  height: 30px;
  background-image: url(../images/common/ico_samsungpay.png);
}

.ico--tosspay {
  width: 80px;
  min-height: 50px;
  background-image: url(../images/common/ico_tosspay.png);
}

.ico--mobile {
  width: 35px;
  min-height: 50px;
  background-image: url(../images/common/ico_mobile.png);
}

.ico--google {
  width: 24px;
  height: 24px;
  margin: 0;
  background-image: url(../images/common/logo/ico_google.png);
}

.ico--naverpay {
  width: 50px;
  height: 24px;
  margin: 0;
  background-image: url(../images/common/ico_naverpay.png);
}

.ico--tosspayment {
  width: 90px;
  height: 30px;
  background-image: url(../images/common/ico_tosspayment.png);
}


/* //icon style */
/* badge icon */
.i-badge {
  display: block;
  width: 63px;
  height: 75px;
  margin: 0 auto 10px;
  font-size: 0px;
  position: relative;
  z-index: 3;
}

.i-badge:before,
.i-badge:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.i-badge:after {
  display: inline-block;
  width: 100%;
  height: 100%;
  clear: both;
  position: relative;
  z-index: 3;
}

.i-badge.bronze:after {
  background-image: url(../images/common/b_bronze.png);
}

.i-badge.silver:after {
  background-image: url(../images/common/b_silver.png);
}

.i-badge.gold:after {
  background-image: url(../images/common/b_gold.png);
}

.i-badge.diamond:after {
  background-image: url(../images/common/b_diamond.png);
}

.i-badge.platinum:after {
  background-image: url(../images/common/b_platnum.png);
}

/* //badge icon */
/* button */
.btn {
  display: inline-block;
  font-family: "GmarketSansMedium", sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.btn__wrap > button {
  max-width: 400px;
  margin: 0 5px;
}

.btn--point {
  background: #0048c8;
  color: #fff;
  width: 100%;
  height: 60px;
  font-size: 16px;
}

.btn--point:hover,
.btn--point:focus {
  background-color: #155cd8;
}

.btn--confirm {
  display: block;
  width: 100%;
  max-width: 550px;
  height: 60px;
  margin: 50px auto 0;
  background: #0048c8;
  color: #fff;
  line-height: 60px;
  font-family: "GmarketSansBold", sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--confirm:hover,
.btn--confirm:focus {
  background-color: #155cd8;
}

.btn--confirm.gray {
  background: #818181;
}

.btn--confirm.sky {
  background: #52a3ff;
}

.btn--confirm.red {
  background: #ff0000;
}

.btn--confirm.cancel {
  background: #ff0028;
  letter-spacing: 3px;
}

.btn--outline {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #0048c8;
  color: #0048c8;
}

.btn--outline:hover,
.btn--outline:focus {
  background: rgba(0, 72, 200, 0.1);
}

/* //button */
/* select */
.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  height: 60px;
  margin: 10px 0;
  border: 1px solid #eee;
  position: relative;
}

.select-box select {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  font-size: 18px;
  font-family: "GmarketSansMedium", sans-serif;
  cursor: pointer;
}

.select-box:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
}

/* //select */
/* RADIO */
.radio {
  position: relative;
  display: inline;
  margin-right: 50px;
}

.radio input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0 0 0 0);
  cursor: pointer;
}

.radio input[disabled] + label {
  cursor: no-drop;
  pointer-events: none;
}

.radio input:hover + label:before {
  width: 19px;
  height: 19px;
  background-color: #becfec;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #becfec;
  box-shadow: 0 0 0 1px #becfec;
}

.radio input:checked + label:before {
  width: 19px;
  height: 19px;
  background-color: #0048c8;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #0048c8;
  box-shadow: 0 0 0 1px #0048c8;
}

.radio label {
  position: relative;
  display: inline-block;
  height: 22px;
  line-height: 24px;
  padding-left: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.radio label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
}

.radio label:hover:before {
  color: #0048c8;
}

/* //RADIO */
/* radio label*/
.select-label {
  font-size: 0;
}

.select-label input[type="radio"] {
  display: none;
  position: absolute;
  z-index: -100;
}

.select-label input[type="radio"] + label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
}

.select-label input[type="radio"]:checked + label {
  color: #fff;
  background-color: #0048c8;
  border-color: #0048c8;
}

.select-label.outline input[type="radio"]:checked + label {
  background-color: #fff;
  border: 1px solid #0048c8;
  color: #0048c8;
}

.select-label.outpoint input[type="radio"] + label {
  background: #fff;
  border: 1px solid #0048c8;
  color: #0048c8;
}

.select-label.outpoint input[type="radio"]:checked + label {
  background-color: #0048c8;
  color: #fff;
}

/* //radio label*/
/* slick - slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: top;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  border: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #eee;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: 50%;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  border-right-width: 0;
  right: 26px;
}

.slick-prev:before {
  left: 100%;
  margin-left: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  right: 100%;
  margin-right: -15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  background: #ddd;
  border: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li.slick-active {
  width: 20px;
  background: #0048c8;
}

/* //slick - slider */
/* content */
.inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

/* border */
.border-top {
  border-top: 1px solid #0048c8 !important;
}

/* //border */
/* input */
.input {
  /* search*/
  /* cancel */
  /* agree */
}

.input__normal {
  width: 120px;
  height: 48px;
  padding: 0 15px;
}

.input__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  padding-right: 50px !important;
  background: #fff;
}

.input__search > input {
  width: 100%;
  border: 0;
  line-height: 1;
}

.input__search > button {
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_search_b.png) center/cover no-repeat;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  padding-right: 50px !important;
  background: #fff;
}

.input__cancel > input {
  width: 100%;
  border: 0;
  line-height: 60px;
}

.input__cancel > button {
  width: 16px;
  height: 16px;
  font-size: 0;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.input__cancel > button:before,
.input__cancel > button:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 0;
}

.input__cancel > button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.input__agree > input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.input__agree > input + label {
  display: inline-block;
  width: 140px;
  height: 32px;
  border: 1px solid #0048c8;
  position: relative;
  padding-left: 16.4%;
  letter-spacing: 4px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #0048c8;
  cursor: pointer;
}

.input__agree > input + label:before {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../images/common/ico_check_b.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 8.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input__agree > input + label:hover {
  background: rgba(0, 72, 200, 0.1);
}

.input__agree > input:checked + label {
  background: #0048c8;
  color: #fff;
}

.input__agree > input:checked + label:before {
  background: url(../images/common/ico_check_w.png) no-repeat center;
}

.input__agree > input:checked + label:hover {
  background-color: #155cd8;
}

/* //input */
/* step */
.step .ico--party {
  width: 76px;
  height: 54px;
  background-image: url(../images/sub/ico_party.png);
}

.step .ico--document {
  width: 54px;
  height: 54px;
  background-image: url(../images/sub/ico_document.png);
}

.step .ico--idcard {
  width: 58px;
  height: 54px;
  background-image: url(../images/common/ico_idcard.png);
}

.step .ico--confirm {
  width: 52px;
  height: 54px;
  background-image: url(../images/sub/ico_confirm.png);
}

.step__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -50px 100px;
}

.step__content--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  width: 25%;
  position: relative;
}

.step__content--box .order {
  height: 25px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #999;
}

.step__content--box:before,
.step__content--box:after {
  content: "";
  position: absolute;
}

.step__content--box:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.step__content--box:not(:first-child):after {
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 35px;
  right: 50%;
  z-index: 0;
}

.step__content--box.on .order {
  color: #0048c8;
}

.step__content--box.on:before,
.step__content--box.on:after {
  background: #0048c8;
}

.step__content--type {
  font-size: 18px;
  font-family: "GmarketSansBold", sans-serif;
}

/* //step */
/* tab */
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tab__menu {
  width: 100%;
}

.tab__menu input[type="radio"] + label {
  color: #0048c8;
}

/* //tab */
/* table */
.table__grid {
  background: #fff;
  border-top: 1px solid #0048c8;
  text-align: center;
  color: #1a1c1d;
  font-size: 16px;
}

.table__grid--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  font-family: "GmarketSansBold", sans-serif;
  border-bottom: 1px solid #eee;
}

.table__grid--title > li {
  padding: 0 5px;
}

.table__grid--cont > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  position: relative;
}

.table__grid--cont > ul:nth-of-type(even) {
  background: #eee;
}

.table__grid--cont > ul:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table__grid--cont > ul:after {
  letter-spacing: 15px;
  font-size: 20px;
  color: #fff;
  font-family: "GmarketSansBold", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.table__grid--cont > ul.dealing a {
  opacity: 0.7;
}

.table__grid--cont > ul.dealing:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.table__grid--cont > ul.dealing:after {
  content: "거래중";
}

.table__grid--cont > ul.finish a {
  opacity: 0.7;
}

.table__grid--cont > ul.finish:before {
  z-index: 1;
  background: rgba(0, 72, 200, 0.3);
}

.table__grid--cont > ul.finish:after {
  content: "거래완료";
}

.table__grid--cont > ul.cancel a {
  opacity: 0.7;
}

.table__grid--cont > ul.cancel:before {
  z-index: 1;
  background: rgba(255, 0, 40, 0.3);
}

.table__grid--cont > ul.cancel:after {
  content: "거래취소";
}

.table__grid--cont > ul.canceling:before {
  z-index: 1;
  background: rgba(255, 0, 40, 0.3);
}

.table__grid--cont > ul.canceling:after {
  content: "거래취소중";
}

.table__grid--cont > ul > li {
  padding: 14px 5px;
}

/* 이정훈 추가 start */
.table__grid_mobile > .table__grid--cont > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.table__grid_mobile > .table__grid--cont > div:nth-of-type(even) {
  background: #eee;
}

.table__grid_mobile > .table__grid--cont > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table__grid_mobile > .table__grid--cont > div:after {
  letter-spacing: 15px;
  font-size: 20px;
  color: #fff;
  font-family: "GmarketSansBold", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.table__grid_mobile > .table__grid--cont > div.dealing a {
  opacity: 0.7;
}

.table__grid_mobile > .table__grid--cont > div.dealing:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.table__grid_mobile > .table__grid--cont > div.dealing:after {
  content: "거래중";
}

.table__grid_mobile > .table__grid--cont > div.finish a {
  opacity: 0.7;
}

.table__grid_mobile > .table__grid--cont > div.finish:before {
  z-index: 1;
  background: rgba(0, 72, 200, 0.3);
}

.table__grid_mobile > .table__grid--cont > div.finish:after {
  content: "거래완료";
}

.table__grid_mobile > .table__grid--cont > div.cancel a {
  opacity: 0.7;
}

.table__grid_mobile > .table__grid--cont > div.cancel:before {
  z-index: 1;
  background: rgba(255, 0, 40, 0.3);
}

.table__grid_mobile > .table__grid--cont > div.cancel:after {
  content: "거래취소";
}

.table__grid_mobile > .table__grid--cont > div.canceling:before {
  z-index: 1;
  background: rgba(255, 0, 40, 0.3);
}

.table__grid_mobile > .table__grid--cont > div.canceling:after {
  content: "거래취소중";
}
/* 이정훈 추가 end */

.table__grid--cont a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

.table__grid--cont a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0048c8;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table__grid--cont a:hover:before,
.table__grid--cont a:focus:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

@media only screen and (max-width: 999px) {
  .table__grid--cont a:before {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}

.table__grid--cont a:before {
  background: #000;
}

.table__grid--cont .tit {
  font-size: 0;
}

.table__grid--cont .tit > * {
  font-size: 16px;
}

.table__grid--cont .date {
  color: #999;
}

.table__grid .server {
  width: 15%;
}

.table__grid .tit {
  width: 57%;
  text-align: left;
}

.table__grid .tit strong {
  margin-right: 5px;
}

.table__grid .tit em {
  margin-right: 10px;
  padding: 3px 5px;
  background-color: rgba(0, 72, 200, 0.1);
  color: #0048c8;
}

.table__grid .price {
  width: 18%;
}

.table__grid .price--summary {
  color: #999;
  font-size: 16px;
}

.table__grid .price--minimum {
  font-family: "GmarketSansBold", sans-serif;
}

.table__grid .price--minimum strong {
  color: #0048c8;
}

.table__grid .date {
  width: 10%;
}

.table__grid .career {
  width: 10%;
}

.table__grid .game {
  width: 12%;
  text-align: left;
}

.table__grid .game .logo-area {
  display: table;
  width: 44px;
}

.table__grid .game .logo-area img {
  display: table-cell;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.table__grid .second {
  width: 50%;
}

.table--point > h3 {
  color: #0048c8;
}

.table--point .table__grid {
  border: 3px solid #0048c8;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 72, 200, 0.35);
  box-shadow: 2px 4px 8px 0 rgba(0, 72, 200, 0.35);
}

.table--point .table__grid--title {
  background: #0048c8;
  color: #fff;
}

/* //table */
/* table box */
.tablebox.content__item {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tablebox .input__cancel {
  width: calc(100% - 260px);
  padding: 0 20px;
}

.tablebox .select-box {
  width: 250px;
  min-width: 0;
  margin: 0 0 0 10px;
}

.tablebox .select-label > li:not(:last-child) {
  margin-right: 10px;
}

.tablebox .content__item--title {
  background: #fff;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.tablebox .content__item--cont {
  height: auto;
  padding: 0;
}

.tablebox .content__item--price {
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

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

.tablebox__content > * {
  border: 0;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.tablebox__group--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tablebox__group--item > * {
  margin-right: 16px;
}

.tablebox__group--item .tit {
  margin-right: 20px;
}

.tablebox__group + .tablebox__group {
  margin-top: 8px;
}

/* //table box */
/* navigation style */
.lnb__list {
  width: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 15px;
  background-color: #fff;
}

.lnb__list:nth-of-type(1) {
  border-top: 1px solid #eee;
}

.lnb__list:last-child {
  border-bottom: 1px solid #eee;
}

.lnb__list > li {
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #eee;
  line-height: 40px;
  font-size: 16px;
  position: relative;
}

.lnb__list > li a {
  display: block;
}

.lnb__list > li a:hover,
.lnb__list > li a:focus {
  color: #0048c8;
}

.lnb__list > li a:hover .arrow,
.lnb__list > li a:focus .arrow {
  border-top-color: #0048c8;
  border-left-color: #0048c8;
}

.lnb__list > li:last-child {
  border-bottom: 0;
}

.lnb__list .arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.lnb__list--tit {
  margin: 0 -15px;
  padding: 0 15px !important;
  font-family: "GmarketSansBold", sans-serif;
  border-top: 1px solid #eee;
}

/* //navigation style */
/* 단계 step */
.stage {
  width: calc(100% - 35px);
  margin-top: 7px;
  position: relative;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage__list {
  width: 20%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  position: relative;
  color: #fff;
}

.stage__list--step {
  display: inline-block;
  width: 65px;
  height: 26px;
  border-radius: 13px;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.302);
  font-size: 14px;
  text-align: center;
}

.stage__list--register {
  margin-top: 14px;
  font-size: 18px;
  text-align: center;
}

.stage__list--num {
  margin-top: 10px;
  font-size: 26px;
}

.stage__list--num span {
  font-family: "GmarketSansBold", sans-serif;
}

.stage__list:not(:first-child) {
  padding-left: 30px;
}

.stage__list:before,
.stage__list:after {
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 35px solid transparent;
  position: absolute;
  top: 0;
  z-index: 10;
}

.stage__list:after {
  content: "";
  width: 0;
  height: 0;
  right: -35px;
}

.stage__list.on {
  background-color: #fff !important;
  /*border:2px solid red !important;*/
}

.stage__list.on:before {
  content: "";
  right: -36px;
}

.stage__list.on:after {
  border-left-color: #fff !important;
}

.stage.sales > li:nth-child(1) {
  background-color: #93b1e6;
}

.stage.sales > li:nth-child(1):after {
  border-left-color: #93b1e6;
}

.stage.sales > li:nth-child(2) {
  background-color: #5887da;
}

.stage.sales > li:nth-child(2):after {
  border-left-color: #5887da;
}

.stage.sales > li:nth-child(3) {
  background-color: #346ed2;
}

.stage.sales > li:nth-child(3):after {
  border-left-color: #346ed2;
}

.stage.sales > li:nth-child(4) {
  background-color: #1f5fce;
}

.stage.sales > li:nth-child(4):after {
  border-left-color: #1f5fce;
}

.stage.sales > li:nth-child(5) {
  background-color: #1256cb;
}

.stage.sales > li:nth-child(5):after {
  border-left-color: #1256cb;
}

.stage.sales > li.on {
  border: 1px solid #0048c8;
  color: #0048c8;
}

.stage.sales > li.on:before {
  border-left-color: #0048c8;
}

.stage.sales > li.on .stage__list--step {
  background-color: rgba(0, 72, 200, 0.1);
}

.stage.purchase > li {
  width: 25%;
}

.stage.purchase > li:nth-child(1) {
  background-color: #a658fd;
}

.stage.purchase > li:nth-child(1):after {
  border-left-color: #a658fd;
}

.stage.purchase > li:nth-child(2) {
  background-color: #9434fd;
}

.stage.purchase > li:nth-child(2):after {
  border-left-color: #9434fd;
}

.stage.purchase > li:nth-child(3) {
  background-color: #891ffd;
}

.stage.purchase > li:nth-child(3):after {
  border-left-color: #891ffd;
}

.stage.purchase > li:nth-child(4) {
  background-color: #8312fd;
}

.stage.purchase > li:nth-child(4):after {
  border-left-color: #8312fd;
}

.stage.purchase > li.on {
  border: 1px solid #8312fd;
  color: #8312fd;
}

.stage.purchase > li.on:before {
  border-left-color: #8312fd;
}

.stage.purchase > li.on .stage__list--step {
  background-color: rgba(131, 18, 253, 0.1);
}

/* //단계 step */
/* progress bar */
.progress {
  margin: 25px 0 0;
}

.progress__bar {
  width: 100%;
  height: 14px;
  padding: 2px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 25px;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.progress__bar--per {
  width: auto;
  height: 100%;
  background: #0048c8;
  border-radius: 25px;
  font-size: 0;
}

.progress__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.6;
  margin-top: 6px;
  font-size: 14px;
}

/* //progress bar */
/* 등급 */
.grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
  background: rgba(0, 72, 200, 0.05);
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.grade__img {
  width: 59px;
  height: 70px;
  margin-right: 15px;
}

.grade__img.bronze {
  background: url(../images/common/b_bronze.png) no-repeat center/cover;
}
.grade__img.silver {
  background: url(../images/common/b_silver.png) no-repeat center/cover;
}
.grade__img.gold {
  background: url(../images/common/b_gold.png) no-repeat center/cover;
}
.grade__img.diamond {
  background: url(../images/common/b_diamond.png) no-repeat center/cover;
}
.grade__img.platinum {
  background: url(../images/common/b_platnum.png) no-repeat center/cover;
}

.grade__txt {
  max-width: calc(100% - 59px);
  line-height: 1.3;
}

.grade__txt .name {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.grade__txt .level {
  font-size: 12px;
  color: #999;
}

.grade__txt .money {
  margin: 0 5px;
  color: #0048c8;
  font-family: "GmarketSansBold", sans-serif;
}

.grade__txt--mileage {
  font-size: 14px;
  color: #000;
}

/* //등급 */
/* 인증 */
.certify {
  width: calc(100% - 180px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 16px;
  border-left: 1px solid #eee;
}

.certify .ico {
  display: inline-block;
  height: 30px;
  margin: 0 17px 0 0;
}

.certify .ico--phone {
  width: 18px;
  background-image: url(../images/sub/ico_mobile.png);
}

.certify .ico--ident {
  width: 28px;
  background-image: url(../images/common/ico_idcard.png);
}

.certify .ico--bank {
  width: 22px;
  background-image: url(../images/common/ico_nobank.png);
}

.certify .complete .ico {
  position: relative;
}

.certify .complete .ico:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #ff0028 url(../images/common/ico_check_w.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  bottom: 0;
}

.certify__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 100%;
}

.certify__cont {
  width: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.certify__cont > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3%;
}

.certify__cont--item {
  display: inline-block;
}

/* //인증 */
/* go cart */
.go-cart {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0048c8 url(../images/common/ico_cart.png) no-repeat center;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 1;
}

/* //go cart */
/* *** common content *** */
/* skip navigation */
#skip-nav a {
  display: none;
}

#skip-nav a:focus,
#skip-nav a:active {
  display: inline-block;
}

/* //skip navigation */
/* header */
.header .logo a {
  display: inline-block;
  width: 250px;
  height: 83.3px;
  /*background: url(../images/common/logo.svg) center/cover no-repeat;*/
  /*background: url(../images/common/logo.gif) center/cover no-repeat;*/
  background: url(../images/common/logo_compress.gif) center/cover no-repeat;
  font-size: 0;
}

.header nav {
  height: 60px;
  background: #0048c8;
}

.header .nav {
  display: none;
}

.header .menu__nav {
  display: none;
}

.header__topmenu {
  height: 60px;
  background: #fafafa;
}

.header__topmenu .icon {
  width: 16px;
  margin-right: 6px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.header__topmenu .customer i {
  height: 14px;
  background-image: url(../images/common/ico_chat.png);
}

.header__topmenu .bookmark i {
  height: 16px;
  margin-top: -3px;
  background-image: url(../images/common/ico_star.png);
}

.header__topmenu .join {
  margin-right: 35px;
}

.header__topmenu .user {
  pointer-events: none;
}

.header__topmenu .user:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../images/common/ico_single.png) no-repeat center;
  vertical-align: middle;
}

.header__topmenu .user .user-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
}

.header__topmenu .logbtn a {
  display: inline-block;
  width: 74px;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__topmenu .logbtn a:hover,
.header__topmenu .logbtn a:focus {
  background: #f9f9f9;
  color: #000;
  border-color: #999;
}

.header__topmenu--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__topmenu--inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__topmenu--item {
  margin: 0 10px;
  font-size: 14px;
  color: #666;
  font-family: "GmarketSansBold", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.header__topmenu--item:hover,
.header__topmenu--item:focus {
  color: #333;
}

.header__topmenu--list {
  margin-right: 20px;
}

.header__topmenu--list > a {
  margin-left: 25px;
  color: #666;
  font-size: 14px;
  opacity: 0.8;
}

.header__topmenu--list > a:hover,
.header__topmenu--list > a:focus {
  opacity: 1;
}

.header__main--inner {
  max-width: 1400px;
  height: 120px;
  margin: 0 auto;
  padding: 25px 20px;
  overflow: hidden;
}

.header__main--inner {
  font-size: 0;
}

.header__main--inner > * {
  display: inline-block;
  vertical-align: middle;
}

.header__main--search {
  width: calc(100% - 560px);
  margin: 0 50px;
  /*border:2px solid #1f8ccc;*/
}

.header__main--search {
  font-size: 0;
}

.header__main--search > * {
  display: inline-block;
  vertical-align: middle;
}

.header__main--search input {
  width: calc(100% - 50px);
  height: 50px;
  border: 2px solid #0048c8;
  padding: 0 20px;
  line-height: 50px;
}

.header__main--search button {
  width: 50px;
  height: 50px;
  background: #0048c8 url(../images/common/ico_search.png) center no-repeat;
  font-size: 0;
}

.header__main--banner {
  width: 280px;
  margin-top: -15px;
  padding-top: 30px;
}

.header__banner {
  font-size: 0;
}

.header__banner > * {
  display: inline-block;
  vertical-align: middle;
}

.header__banner--img {
  width: 86px;
  height: 56px;
  background: url(../images/common/img_eventbnnr.png) center/cover no-repeat;
}

.header__banner--txt {
  width: 194px;
}

.header__banner--txt span {
  font-size: 14px;
  color: #999;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.header__menu--link {
  height: 100%;
  position: relative;
}

.header__menu--link a {
  display: block;
  height: 100%;
  line-height: 60px;
}

.header__menu--link:after {
  content: "";
  width: 10px;
  height: 3px;
  margin-left: -5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu--link:hover,
.header__menu--link:focus {
  font-family: "GmarketSansBold", sans-serif;
}

.header__menu--link:hover:after,
.header__menu--link:focus:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header__mobile-menu {
  display: none;
}

.header__mobile-nav {
  display: none;
}

/* //header */

/* 오중세 추가(모바일에서 캐릭터 거래, 아이템 거래 ul보이기 위함)*/
.ul_mobile {
  display: none;
}
/* 오중세 추가 끝*/

/* footer */
.footer {
  background-color: #ffffff;
  -webkit-box-shadow: 2px -4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px -4px 8px 0 rgba(0, 0, 0, 0.05);
}

.footer__topmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #eee;
}

.footer__topmenu--inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__topmenu--inner > li {
  margin: 0 24px;
  font-size: 14px;
  color: #333;
}

.footer__topmenu--inner a:hover,
.footer__topmenu--inner a:focus {
  font-family: "GmarketSansBold", sans-serif;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
  padding: 35px 20px;
}

.footer__main--logo {
  width: 100px;
  height: 34px;
  /*background: url(../images/common/logo_footer.png) center/contain no-repeat;*/
  background: url(../images/common/logo.png) center/contain no-repeat;
  font-size: 0;
}

.footer__main--adres {
  margin: 0 20px;
  text-align: center;
}

.footer__main--adres {
  font-size: 0;
}

.footer__main--adres > * {
  display: inline-block;
  vertical-align: middle;
}

.footer__main--adres > li {
  color: #999;
  font-size: 12px;
}

.footer__main--adres > li:after {
  content: "";
  display: inline-block;
  clear: both;
  width: 1px;
  height: 9px;
  margin: 0 8px;
  background: #999;
  opacity: 0.5;
}

.footer__main--adres > li:nth-last-child(2):after {
  display: none;
}

.footer__main--adres .copyright {
  display: block;
}

.footer__main--adres .copyright:after {
  display: none;
}

.footer__main--ibk {
  width: 60px;
  height: 58px;
  background: url(../images/common/logo_ibk.gif) center/contain no-repeat;
  font-size: 0;
}

/* //footer */
/* 퀵메뉴 */
.quickmenu .lnb__list > li {
  font-size: 14px;
}

.quickmenu__cont {
  width: 180px;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: -180px;
}

.quickmenu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  background-color: rgba(0, 72, 200, 0.05);
  text-align: center;
}

.quickmenu__info--grade {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
}

.quickmenu__info--name {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.quickmenu__info--defi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
}

.quickmenu__info--defi strong {
  margin-right: 5px;
  color: #0048c8;
  font-family: "GmarketSansBold", sans-serif;
  word-break: break-all;
}

.quickmenu__info--defi .tit {
  min-width: 60px;
  text-align: left;
}

.quickmenu.on {
  width: 1120px;
  position: fixed;
  top: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/* //퀵메뉴 */
/* modal */
.modal {
  display: none;
}

.modal + .modal__wrap {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 99999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}

.modal:checked + .modal__wrap {
  opacity: 1;
  visibility: visible;
}

.modal:checked + .modal__wrap .layer__wrap {
  top: 0;
}

/* //modal */
/* layer */
.layer {
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.layer .blank {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.layer__wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -100px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.layer__wrap--inner {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 65px 20px;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

.layer__content {
  display: inline-block;
  width: 100%;
}

.layer__title {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "GmarketSansBold", sans-serif;
  text-align: center;
  line-height: 1.2;
}

.layer--close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.layer--close:before,
.layer--close:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 0;
}

.layer--close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  background-color: #f5f7fa;
}
/* //layer */
/* 콘텐츠 공통 */
.content {
  padding-top: 10px;
  padding-bottom: 102px;
  overflow: hidden;
}
.inner {
  background: #f5f7fa;
}

.content .link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
  color: #0048c8;
  cursor: pointer;
}

.content .link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0048c8;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content .link:hover:before,
.content .link:focus:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

@media only screen and (max-width: 999px) {
  .content .link:before {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}

.content__title {
  margin: 50px 0;
  font-size: 23px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 10px;
  background: #0048c8;
  clear: both;
  vertical-align: middle;
}

.content__title--sub {
  margin-top: 60px;
  margin-bottom: 12px;
  color: #1a1c1d;
  font-size: 18px;
  font-family: "GmarketSansBold", sans-serif;
  position: relative;
}

.content__title--sub:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 10px;
  background: #0048c8;
  clear: both;
  vertical-align: middle;
}

.content__title--info {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content__title--info a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-family: "GmarketSansMedium", sans-serif;
  font-weight: normal;
  color: #0048c8;
  letter-spacing: -1px;
  vertical-align: middle;
}

.content__title--info a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0048c8;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content__title--info a:hover:before,
.content__title--info a:focus:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

@media only screen and (max-width: 999px) {
  .content__title--info a:before {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}

.content__top {
  margin-bottom: 107px !important;
}

.content__grid {
  margin-top: 40px;
  background: #fff;
  border-top: 1px solid #0048c8;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.content__grid--title {
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  position: relative;
}

.content__grid--title {
  font-size: 0;
}

.content__grid--title > * {
  display: inline-block;
  vertical-align: middle;
}

.content__grid--title i {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.content__grid--title h3 {
  font-size: 20px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__grid--title h4 {
  font-size: 18px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__grid--head {
  height: 60px;
  padding: 0 15px;
  border-top: 2px solid #0048c8;
  border-bottom: 1px solid #eee;
  line-height: 60px;
  text-align: center;
  color: #0048c8;
}

.content__grid--head h3 {
  font-size: 22px;
  color: #0048c8;
}

/* 유태 start */
.content__grid--cho {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  padding: 12px;
  width: 100%;
  height: 100%;
  gap: 4px;
}
.content__grid--cho-item {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 4rem;
  height: 2.25rem;
  display: flex;
}
.content__grid--cho-item:not(.content__grid--cho-selected):hover {
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}
.content__grid--cho-selected {
  border: 1px solid #0048c8;
  border-radius: 0.25rem;
  font: bold;
  color: #0048c8;
}
/* 유태 end */

.content__grid--item {
  padding: 15px;
}

.content__grid--define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.content__grid--define dt {
  min-width: 185px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__grid--define .corp {
  display: inline-block;
}

.content__grid--define .link {
  margin-left: 0;
}

.content__grid--notice {
  margin-top: 20px;
}

.content__grid--notice > li {
  margin-bottom: 5px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #777;
  position: relative;
}

.content__grid--notice > li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.content__grid--notice strong {
  color: #333;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  border-bottom: 1px solid #eee;
}

.content__item--title {
  padding: 16px 15px;
  border-left: 1px solid #eee;
  font-family: "GmarketSansBold", sans-serif;
  font-size: 14px !important;
  justify-content: flex-start !important;
}

.content__item--cont {
  padding: 0 20px;
  position: relative;
}

.content__item--title {
  min-width: 180px !important;
  min-height: 48px !important;
  /* line-height: 60px; */
}

.content__item--cont {
  width: calc(100% - 275px);
  min-height: 48px !important;
  /* height: 60px;*/
  line-height: 48px;
}

.content__item--input {
  width: 100%;
  height: 60px;
  border: 0;
}

.content__item--price {
  padding: 0 40px 0 20px;
  background: #fff;
  position: relative;
}

.content__item--price .won {
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 15px;
}

.content__colgroup {
  background: #fff;
  /* -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05); */
}

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

.content__table {
  margin: 0 auto;
}

.content__table > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.content__table > dl:last-child {
  border-bottom: 0;
}

.content__table > dl > * {
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.content__table > dl > dt {
  width: 250px;
  border-right: 1px solid #eee;
}

.content__table > dl > dd {
  width: calc(100% - 250px);
}

.content__table > dl .btn {
  width: 160px;
  height: 30px;
  font-size: 14px;
  font-family: "GmarketSansBold", sans-serif;
  color: #666;
  line-height: 30px;
}

.content__table > dl .link {
  font-size: 12px;
}

.content__table > dl .issue {
  border: 1px solid #ccc;
}

.content__table > dl .issue:hover,
.content__table > dl .issue:focus {
  background: #f6f6f6;
}

.content__table > dl .check {
  background: #ccc;
  color: #fff;
  cursor: inherit;
}

.content__table.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}

.content__table.col2 > * {
  width: 50%;
  border-bottom: 0;
}

.content__table.col2 > * + * {
  border-left: 1px solid #eee;
}

.content__table.tb-box {
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.content__table.tb-box > dl:first-child dd {
  border-top: 1px solid #eee;
}

.content__table .tb-tit {
  border-top: 1px solid #0048c8;
  font-family: "GmarketSansBold", sans-serif;
}

.content__table .tb-con {
  padding: 0 30px;
  text-align: left;
}

.content__table .tb-item {
  margin-right: 10px;
}

.content__table .tb-price {
  display: inline-block;
  width: 290px;
  height: 46px;
  padding-left: 0;
}

.content__table .tb-price > input {
  height: 36px;
  border-bottom: 1px solid #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content__table .tb-price > input:focus {
  border-bottom: 1px solid #000;
}

.content__table .tb-price .won {
  line-height: 50px;
}

.content__table .tb-price + .content__table--sub {
  display: inline-block;
  width: calc(100% - 300px);
  line-height: 1.2;
  vertical-align: middle;
}

.content__table--title > * {
  font-size: 16px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__table--cont {
  background: #fff;
}

.content__table--sub {
  display: inline-block;
  font-size: 14px;
  color: #999;
}

.content__table--total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 40px;
  background: #fff;
  font-size: 20px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__table--total > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
}

@media only screen and (max-width: 999px) {
  .content__table--total {
    padding: 0 10px;
    font-size: 14px;
  }
  .content__table--total > * {
    max-width: 100%;
    padding: 0 !important;
  }

  /* 유태 start */
  .content__grid--cho {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 1.5px;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .content__grid--cho-item {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    display: flex;
  }
  /* 유태 end */
}

.content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}

.content__list:last-child {
  margin-bottom: 0;
}

.content__list .btn--outline {
  width: auto;
  min-width: 150px;
  margin-left: 15px;
  font-family: "GmarketSansBold", sans-serif;
  font-size: 18px;
}

.content__list--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  line-height: 60px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__list--title:before {
  content: "";
  width: 3px;
  height: 3px;
  margin-top: -2px;
  background: #0048c8;
  border-radius: 50%;
  margin-right: 15px;
}

.content__list--cont {
  width: calc(100% - 200px);
}

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

.content__list--box + .content__list--box {
  margin-top: 15px;
}

.content__list--box .select-box {
  min-width: 250px;
  margin-right: 15px;
}

.content__list--input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #eee;
}

.content__text {
  margin-top: 12px;
  color: #1a1c1d;
}

.content__text strong {
  color: #000;
  font-family: "GmarketSansBold", sans-serif;
}

.content__text--sub {
  color: #999;
  font-size: 14px;
}

.content__notice {
  margin-top: 60px;
  margin-bottom: 100px;
}

.content__notice--title {
  margin-bottom: 10px;
  padding-left: 25px;
  background: url(../images/common/ico_notice.png) no-repeat left center;
  font-size: 18px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__notice--cont > li {
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.content__przone {
  background: #fff;
  margin-top: 20px;
  padding-top: 50px;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.content__przone--title {
  max-width: 533px;
  height: 66px;
  margin: 0 auto 20px;
  padding: 17px 0;
  background: url(../images/common/bg_przone.png) no-repeat center/528px 47px;
  position: relative;
}

.content__przone--title:before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../images/common/ico_przone.png) no-repeat center/cover;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content__przone--title h2 {
  width: 226px;
  height: 19px;
  margin: 0 auto;
  background: url(../images/common/txt_przone.png) no-repeat center/contain;
  font-size: 0;
}

.content__przone--slide {
  margin-bottom: 30px;
  padding: 0 38px 40px;
}

.content__przone .prz-color1 {
  /* blue */
}

.content__przone .prz-color1 dt {
  background: #ebf5ff;
  color: #66b2fa;
}

.content__przone .prz-color2 {
  /* red */
}

.content__przone .prz-color2 dt {
  background: #ffe1da;
  color: #b2371b;
}

.content__przone .prz-color3 {
  /* green */
}

.content__przone .prz-color3 dt {
  background: #e3eee4;
  color: #4a7a4d;
}

.content__przone .prz-color4 {
  /* purple */
}

.content__przone .prz-color4 dt {
  background: #e9e6f8;
  color: #7969b8;
}

.content__przone .slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content__przone .slide__item--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  zoom: 1;
  width: calc(25% - 10px);
  min-width: 160px;
  margin: 0 5px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.content__przone .slide__item--box:before,
.content__przone .slide__item--box:after {
  display: table;
  content: "";
}

.content__przone .slide__item--box:after {
  clear: both;
}

.content__przone .slide__item--box dl {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eee;
  cursor: pointer;
}

.content__przone .slide__item--box dt {
  height: 44px;
  font-size: 20px;
  line-height: 44px;
}

.content__przone .slide__item--box dd {
  padding: 14px 10px;
}

.content__przone .slide__item--box dd em {
  font-size: 16px;
  color: #000;
}

.content__przone .slide__item--box dd p {
  font-size: 14px;
  color: #666;
}

/* //콘텐츠 공통 */
/* ** 모바일(mobile) ** */
@media only screen and (max-width: 999px) {
  body,
  html {
    font-size: 12px;
  }
  input {
    font-size: 12px;
  }
  button {
    -webkit-transition: none !important;
    transition: none !important;
  }
  /* only mobile */
  .mobile-item {
    display: inline-block !important;
  }
  /* //only mobile */
  /* select */
  .select-label input[type="radio"] + label {
    height: 80px;
    font-size: 16px;
    line-height: 80px;
  }
  /* //select */
  /* input */
  .input__search {
    height: 38px !important;
    padding-right: 40px !important;
  }
  .input__search > button {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .input__cancel > input {
    line-height: 38px;
  }
  .input__cancel > button {
    right: 12px;
  }
  .input__agree > input + label {
    width: 100px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .input__normal {
    width: 100%;
    max-width: 80px;
    height: 36px;
    padding: 0 10px;
  }
  /* //input */
  /* button */
  .btn--point {
    font-size: 14px;
  }
  .btn--confirm {
    max-width: 240px;
    height: 48px;
    margin: 25px auto 10px;
    line-height: 48px;
    font-size: 14px;
  }
  /* //button */
  /* select */
  .select-box {
    width: 100%;
    min-width: 0;
    height: 40px;
    margin: 0;
  }
  .select-box:after {
    right: 10px;
  }
  .select-box select {
    padding: 0 30px 0 10px;
    font-size: 12px;
  }
  /* //select */
  /* slick */
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .slick-prev:before {
    margin-left: -12px;
  }
  .slick-next:before {
    margin-right: -12px;
  }
  /* slick */
  /* table */
  .table__grid .server {
    width: 14%;
  }
  .table__grid .tit {
    width: 56%;
  }
  .table__grid .tit.second {
    width: calc(65% - 40px);
  }
  .table__grid .tit em {
    margin-right: 5px;
    padding: 1px 2px;
    font-size: 8px;
  }
  .table__grid .price {
    width: 23%;
  }
  .table__grid .price--summary {
    font-size: 9px;
  }
  /* .table__grid .date {
    display: none;
  } */
  /* .table__grid .career {
    display: none;
  } */
  .table__grid .game {
    width: 40px;
  }
  .table__grid .game .logo-area {
    width: 20px;
    margin: 0 auto;
  }
  .table__grid--title {
    height: 38px;
    font-size: 12px;
  }
  .table__grid--title > li {
    white-space: nowrap;
  }
  .table__grid--title .tit {
    text-align: center;
  }
  .table__grid--cont {
    font-size: 10px;
  }
  .table__grid--cont a {
    display: block;
    margin-top: 2px;
  }
  .table__grid--cont a:before {
    display: none;
  }
  .table__grid--cont > ul {
    min-height: 50px;
  }
  .table__grid--cont > ul:after {
    font-size: 14px;
  }
  .table__grid--cont > ul > li {
    padding: 10px 0px;
  }
  .table__grid--cont .tit > * {
    font-size: 10px;
  }
  .table__grid--cont .price {
    text-align: right;
  }
  .table__grid--cont .price > * {
    padding-right: 5px;
  }
  /* //table */
  /* tablebox */
  .tablebox .input__cancel {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tablebox .select-box {
    width: 100%;
    margin: 5px 0 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tablebox__content {
    -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;
  }
  .tablebox__group--item > * {
    margin-right: 4px;
  }
  /* //tablebox */
  /* progress bar */
  .progress {
    margin-top: 10px;
  }
  .progress__txt {
    font-size: 12px;
  }
  /* //progress bar */
  /* step */
  .step .ico {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .step .ico--party {
    width: 29px;
    height: 18px;
  }
  .step .ico--document {
    width: 28px;
    height: 28px;
  }
  .step .ico--idcard {
    width: 29px;
    height: 18px;
  }
  .step .ico--confirm {
    width: 27px;
    height: 27px;
  }
  .step__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    text-align: left;
    position: relative;
  }
  .step__content--box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 60px;
  }
  .step__content--box .order {
    height: 20px;
    padding-bottom: 0;
    font-size: 12px;
  }
  .step__content--box:before {
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .step__content--box:not(:first-child):after {
    width: 1px;
    height: calc(100% + 30px);
    top: calc(-50% - 30px);
    right: auto;
    left: 4px;
  }
  .step__content--type {
    font-size: 14px;
  }
  /* //step */
  /* 단계 step */
  .stage {
    width: calc(100% - 25px);
  }
  .stage__list {
    height: 100px;
  }
  .stage__list:before,
  .stage__list:after {
    border-top-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 25px;
    right: -25px;
  }
  .stage__list--step {
    width: 43px;
    height: 17px;
    font-size: 9px;
  }
  .stage__list--register {
    margin-top: 10px;
    font-size: 10px;
  }
  .stage__list--num {
    margin-top: 5px;
    font-size: 14px;
  }
  .stage__list.on:before {
    right: -26px;
  }
  /* //단계 step */
  /* 인증 */
  .certify {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .certify .ico {
    height: 30px;
    margin: 10px auto 0;
  }
  .certify .m-br {
    display: block;
  }
  .certify__tit {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .certify__cont {
    width: 100%;
  }
  .certify__cont > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
  }
  .certify__cont > li:not(:last-child) {
    border-right: 1px solid #eee;
  }
  .certify__cont .ico {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .certify__cont--item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
    text-align: center;
  }
  /* //인증 */
  /* go cart */
  .go-cart {
    display: block;
  }
  /* //go cart */
  /* *** common content *** */
  /* header */
  .header {
    -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    /*height: 80px;*/
    background: #fff;
    /*position: fixed;2021-12-14dongyoung*/
    top: -1px;
    left: 0;
    z-index: 100;
  }
  .header__main {
    height: 150px;
  }
  .header.main-head {
    height: 135px;
  }
  .header.main-head .header__main--search {
    display: block;
  }
  /* 오중세 추가(모바일에서 캐릭터 거래, 아이템 거래 ul보이기 위함)*/
  .ul_mobile {
    display: block;
    height: 40px;
    margin-top: 7px;
  }
  .header__menu_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
  }

  .header__menu--link_mobile {
    height: 100%;
    position: relative;
    background: #0048c8;
    width: 49.5%;
    text-align: center;
    /*border-right: 2px solid #fff;*/

    /*효과 추가*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;

    background: rgb(0, 72, 200);
    /*background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);*/
    background: linear-gradient(
      0deg,
      rgba(0, 72, 200, 1) 0%,
      rgba(0, 72, 300, 1) 100%
    );
    color: #fff;
    overflow: hidden;
  }

  .header__menu--link_mobile:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
    /*animation-delay: 1s;*/
  }

  .header__menu--link_mobile:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
      -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
      inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  }

  @-webkit-keyframes shiny-btn1 {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

  .header__menu--link_mobile a {
    display: block;
    height: 100%;
    line-height: 40px;
  }

  header__menu--link_mobile:after {
    content: "";
    width: 10px;
    height: 3px;
    margin-left: -5px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  header__menu--link_mobile:hover,
  header__menu--link_mobile:focus {
    font-family: "GmarketSansBold", sans-serif;
  }

  header__menu--link_mobile:hover:after,
  header__menu--link_mobile:focus:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* 오중세 추가 끝*/
  .header nav {
    display: none;
  }
  .header .logo {
    display: block;
    text-align: center;
    position: relative;
    margin-left: -11.2%;
  }
  .header .logo a {
    width: 160px;
    height: 48px;
    margin: 0 auto;
  }
  .header .menu {
    display: block;
    width: 30px;
    height: 30px;
    padding: 7px 2px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .menu .bar {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header .menu .bar > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0048c8;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu .bar > span:nth-child(1) {
    top: 0;
  }
  .header .menu .bar > span:nth-child(2) {
    top: 50%;
  }
  .header .menu .bar > span:nth-child(3) {
    top: 100%;
  }
  .header .menu.on .bar span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .header .menu.on .bar span:nth-child(2) {
    display: none;
  }
  .header .menu.on .bar span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .header__topmenu {
    display: none;
  }
  .header__main--inner {
    height: auto;
    padding: 30px 10px 10px;
  }
  .header__main--search {
    display: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .header__main--search input {
    width: calc(100% - 40px);
    height: 40px;
    font-size: 12px;
  }
  .header__main--search button {
    width: 40px;
    height: 40px;
  }
  .header__main--banner {
    display: none;
  }
  .header__mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    background: #0048c8;
    -webkit-box-shadow: 2px -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px -5px 8px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 98;
  }
  .header__mobile-nav .ico {
    margin-bottom: 8px;
  }
  .header__mobile-nav .ico--home {
    width: 26px;
    height: 23px;
    background-image: url(../images/common/nav_home.png);
  }
  .header__mobile-nav .ico--chat {
    width: 26px;
    height: 23px;
    background-image: url(../images/common/nav_chat.png);
  }
  .header__mobile-nav .ico--charge {
    width: 26px;
    height: 23px;
    background-image: url(../images/common/nav_charge.png);
  }
  .header__mobile-nav .ico--withd {
    width: 26px;
    height: 23px;
    background-image: url(../images/common/nav_withd.png);
  }
  .header__mobile-nav .ico--mypage {
    width: 26px;
    height: 23px;
    background-image: url(../images/common/nav_mypage.png);
  }
  .header__mobile-nav > li {
    width: 20%;
    opacity: 0.65;
  }
  .header__mobile-nav > li.on {
    opacity: 1;
  }
  .header__mobile-menu {
    display: block;
    width: 100%;
    max-height: 0;
    padding: 0 10px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 8px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 77px;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__mobile-menu.is-sticky {
    top: 0;
  }
  .header__mobile-menu.on {
    max-height: 1000px;
    padding: 8px 10px 20px;
  }
  .header__mobile-menu .ico {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    background-size: 24px 24px;
    background-color: rgba(0, 72, 200, 0.05);
    border-radius: 13px;
  }
  .header__mobile-menu .ico--search {
    background-image: url(../images/common/menu_search.png);
  }
  .header__mobile-menu .ico--sell {
    background-image: url(../images/common/menu_sell.png);
  }
  .header__mobile-menu .ico--onsell {
    background-image: url(../images/common/menu_onsell.png);
  }
  .header__mobile-menu .ico--buy {
    background-image: url(../images/common/menu_buy.png);
  }
  .header__mobile-menu .ico--chat {
    background-image: url(../images/common/menu_chat.png);
  }
  .header__mobile-menu .ico--charge {
    background-image: url(../images/common/menu_charge.png);
  }
  .header__mobile-menu .ico--withd {
    background-image: url(../images/common/menu_withd.png);
  }
  .header__mobile-menu .ico--mypage {
    background-image: url(../images/common/menu_mypage.png);
  }
  .header__mobile-menu .ico--guide {
    background-image: url(../images/common/menu_guide.png);
  }
  .header__mobile-menu .ico--customer {
    background-image: url(../images/common/menu_customer.png);
  }
  .header__mobile-menu .ico--event {
    background-image: url(../images/common/menu_event.png);
  }
  .header__mobile-menu .ico--coupon {
    background-image: url(../images/common/menu_coupon.png);
  }
  .header__mobile-menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .header__mobile-menu .list > li {
    width: 25%;
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
    color: #0048c8;
  }
  .header__mobile-menu .list > li > a {
    display: block;
    width: 100%;
    max-width: 60px;
    height: 100%;
    margin: 0 auto;
    white-space: nowrap;
  }
  .header__mobile-menu .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__mobile-menu .btn-wrap .logout i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(../images/common/ico_logout.png) no-repeat center;
  }
  /* //header */
  /* footer */
  .footer {
    display: block;
    margin-bottom: 80px;
  }
  /* 오중세 추가(모바일 푸터 추가를 위하여) */
  .footer__main {
    padding: 10px;
  }
  .footer__topmenu--inner > li {
    margin: 0;
  }
  /* 오중세 추가 끝 */

  /* //footer */
  /* 퀵메뉴 */
  .quickmenu {
    display: none !important;
  }
  /* //퀵메뉴 */
  /* layer */
  .layer__wrap--inner {
    padding: 58px 10px;
  }
  .layer__title {
    margin-bottom: 40px;
  }
  /* //layer */
  /* 콘텐츠 공통 */
  .content {
    padding: 80px 0 85px;
  }
  .content__title {
    margin: 25px 0;
    font-size: 14px;
  }
  .content__title--sub {
    margin-top: 25px;
    font-size: 14px;
  }
  .content__title--info a {
    font-size: 11px;
  }
  .content__top {
    margin-bottom: 25px !important;
  }
  .content__przone {
    display: none;
  }
  .content__grid {
    margin-top: 25px;
  }
  .content__grid--title {
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
  }
  .content__grid--title i {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .content__grid--title h3 {
    font-size: 14px;
  }
  .content__grid--title h4 {
    font-size: 14px;
  }
  .content__grid--item {
    padding: 5px;
  }
  .content__grid--define dt {
    min-width: 8.333rem;
    letter-spacing: -0.5px;
  }
  .content__grid--define .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
  }
  .content__grid--define .radio {
    width: 50%;
    margin: 5px 0;
  }
  .content__grid--head {
    height: 43px;
    line-height: 43px;
  }
  .content__grid--head h3 {
    font-size: 16px;
    font-weight: normal;
  }
  .content__grid--notice {
    margin-top: 10px;
  }
  .content__grid--notice > li {
    margin-bottom: 3px;
    padding-left: 8px;
    font-size: 10px;
  }
  .content__grid--notice > li:before {
    width: 2px;
    height: 2px;
    top: 6px;
  }
  .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  .content__item--title {
    width: 100% !important;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    /* border-bottom: 1px solid #eee; */
    text-align: left !important;
    font-size: 14px !important;
  }
  .content__item--cont {
    width: 100% !important;
    height: auto;
    padding: 0 10px;
    line-height: 1.5;
    font-size: 12px;
  }
  .content__item--input {
    height: 38px;
  }
  .content__item--price {
    padding: 0 30px 0 10px;
  }
  .content__item--price .won {
    line-height: 38px;
    right: 10px;
  }
  .content__colgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content__colgroup--item {
    width: 50%;
  }
  .content__colgroup--item > * {
    border-bottom: 0;
  }
  .content__colgroup--item + .content__colgroup--item {
    /* border-left: 1px solid #eee; */
  }
  .content__table > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  .content__table > dl > * {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: left;
  }
  .content__table > dl > dt {
    width: 100%;
    font-size: 14px;
  }
  .content__table > dl > dd {
    width: 100%;
  }
  .content__table .tb-con {
    padding: 0 10px;
  }
  .content__table .tb-price {
    width: calc(100% + 20px);
    height: 40px;
    margin: 0 -10px;
  }
  .content__table .tb-price > input {
    padding-left: 10px;
    border-bottom: 0;
  }
  .content__table .tb-price .won {
    line-height: 40px;
  }
  .content__table--title > * {
    font-size: 12px;
  }
  .content__table--sub {
    font-size: 10px;
  }
  .content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content__list > * {
    width: 100%;
  }
  .content__list .btn--outline {
    min-width: 110px;
    height: 40px;
    margin-left: 10px;
    font-size: 12px;
  }
  .content__list--title {
    margin-bottom: 6px;
    line-height: 1.4;
  }
  .content__list--title:before {
    margin-right: 5px;
  }
  .content__list--input {
    height: 40px;
    padding: 0 10px;
  }
  .content__list--box + .content__list--box {
    margin-top: 10px;
  }
  .content__text {
    margin-top: 10px;
  }
  .content__text--sub {
    font-size: 10px;
  }
  .content__notice {
    margin: 25px 0;
  }
  .content__notice--title {
    background-size: 12px 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .content__notice--cont > li {
    font-size: 10px !important;
  }
  /* //콘텐츠 공통 */
}

@media only screen and (max-width: 320px) {
  body,
  html {
    font-size: 10px;
  }
  .inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}


#hd_sch {
  position:absolute;
  border-radius:0px;
  margin-top: -25px;
  border:0px solid red;
  width: calc(100% - 607px);
  max-width: 790px;
  /* display: none; */
}
#hd_sch.open {
  box-shadow: -1px 8px 10px 0px rgb(90 27 27 / 38%);
}
#hd_sch.open #sch_stx, #hd_sch.open #sch_stx:focus {
  border: 3px solid #0048c8 !important;
  transition: none !important;
}
#hd_sch #hd_sch #sch_stx, #hd_sch #sch_stx:focus {
  float:left;
  height: 50px;
  padding-left:10px;
  background:#fff;
  border: 3px solid #0048c8 !important;
  color:#000;
  outline: none;
  box-shadow: none;
}

#search_res {
  display: none;
  position: absolute;
  bottom: -429px;
  left: 0;
  background: #fff;
  border: 1px solid #0048c8;
  width: 100%;
  height: 430px;
  z-index: 999;
  padding: 0 25px;
  letter-spacing: -0.8px;
  box-shadow: -1px 8px 10px 0px rgb(90 27 27 / 38%);
}
#search_res p {
  font-size: 14px;
  font-weight: 700;
  color: #bd1d1c;
  margin-top: 7px;
  margin-bottom: 13px;
}
#search_res li.sr-list {
  font-size: 14px;
  line-height: 27px;
  color: #666;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
#search_res li.sr-list::before {
  content: '';
  width: 5px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: #666;
}
#search_res li.sr-list b {
  font-weight: 400;
  cursor: pointer;
  padding: 4px;
}
#search_res li.sr-list b:hover {
  text-decoration: underline;
}
#search_res ul {
  margin-top: 10px;
  overflow-y: auto;
}
span.history-del {
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
span.history-del::after {
  content:'';
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  background: #d8d9dc;
  position: absolute;
  top: 13px;
  left: 0;
}
span.history-del::before {
  content:'';
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
  background: #d8d9dc;
  position: absolute;
  top: 13px;
  left: 0;
}
span.history-del:hover::after, span.history-del:hover::before {
  background: #999da5;
}

span.keyword-del {
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  top: 0px;
  right: 45px;/* z-index: 1000; */
  cursor:pointer;
}
span.keyword-del::after {
  content:'';
  width: 22px;
  height: 2px;
  transform: rotate(45deg);
  background: #d8d9dc;
  position: absolute;
  top: 22px;
  left: 0;
}
span.keyword-del::before {
  content:'';
  width: 22px;
  height: 2px;
  transform: rotate(-45deg);
  background: #d8d9dc;
  position: absolute;
  top: 22px;
  left: 0;
}
span.keyword-del:hover::after, span.keyword-del:hover::before {
  background: #999da5;
}

#search_res .sr-left {
  width: 65%;
  float: left;
  padding: 25px 0;
}
#search_res .sr-right {
  width: 35%;
  float: right;
  border-left: 1px solid #0048c8;
  padding: 25px 0;
  padding-left: 4%;
  height: 100%;
}
.game_ranking .gr-title {
  background: #0048c8;
  border-radius: 50px;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 2px;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
  position: relative;
  text-indent: 14px;
}
#search_res ul.ranking_list li {
  padding: 5px 0 5px;
  font-size: 13px;
  cursor: pointer;
}
#search_res ul.ranking_list li:hover {
  text-decoration: underline;
}
#search_res ul.ranking_list li span {
  background: #999da5;
  border-radius: 2px;
  text-align: center;
  width: 21px;
  height: 21px;
  display: inline-block;
  line-height: 23px;
  color: #fff;
  margin-right: 8px;
  font-weight: 700;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 18%);
}
#search_res ul.ranking_list li span.top_rank {
  background: #f7a81d;
}
#search_res ul.ranking_list li i.rg {
  font-style: normal;
}
#search_res svg#Layer_1 {
  width: 20px;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: 8px;
}

#search_res .panel {
  width: 100%;
  height: 100%;
  display: none;
}
#search_res ul.sr-result {
  height: 48%;
  margin: 0;
  padding: 15px 0;
  overflow-y: auto;
}
#search_res ul.sr-result li {
  line-height: 27px;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
}
#search_res.g0 ul.sr-result.game, #search_res.s0 ul.sr-result.server {
  height: 0 !important;
  padding: 0;
}
#search_res.g0 ul.sr-result.server, #search_res.s0 ul.sr-result.game {
  height: 100% !important;
}
#search_res.g0 .line, #search_res.s0 .line {
  display: none;
}
#search_res ul.sr-result li:hover, #search_res .vertical li.selected, #search_res ul.sr-result li.on {
  background: #e2e9ff;
  font-weight: 600;
}
#search_res ul.sr-result li b {
  color: #ff2322;
}
#search_res .line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 1% 0;
}

#search_res .no-res {
  padding-top: 130px;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
}
#search_res .vertical ul.sr-result.game {
  height: 100%;
  width: 38%;
  float: left;
}
#search_res .vertical .line {
  height: 100%;
  width: 1px;
  margin: 0 10px;
  display: inline;
}
#search_res .vertical ul.sr-result.server {
  height: 100%;
  width: calc(62% - 21px);
  float: right;
}
#search_res .vertical ul.sr-result.server li {
  width: 50%;
  display: inline-block;
}

#mb_prev {
  display: none;
}

.header__main {
  background-color: white;
}
.header__main--search > * {
  display: inline-block;
  vertical-align: middle;
}

/* search result box end */
@media only screen and (max-width: 999px){

  #hd_sch {
      position:absolute;
      border-radius:0px;
      margin-top: 0px;
      border:0px solid red;
      width: calc(100% - 20px);
      max-width: 999px;
      display: none;
  }

  #hd_sch.open #sch_stx, #hd_sch.open #sch_stx:focus {
      border: 2px solid #0048c8 !important;
      transition: none !important;
  }
  #hd_sch #hd_sch #sch_stx, #hd_sch #sch_stx:focus {
      float:left;
      height: 40px;
      padding-left:10px;
      background:#fff;
      border: 2px solid #0048c8 !important;
      color:#000;
      outline: none;
      box-shadow: none;
  }

  #search_res {
      display: none;
      position: absolute;
      bottom: -429.4px;
      left: 0;
      background: #fff;
      border: 1px solid #0048c8;
      width: 100%;
      height: 430px;
      z-index: 999;
      padding: 0 25px;
      letter-spacing: -0.8px;
      box-shadow: -1px 8px 10px 0px rgb(90 27 27 / 38%);
  }
  span.keyword-del {
      width: 40px;
      height: 40px;
      float: right;
      position: absolute;
      top: -3px;
      right: 40px;/* z-index: 1000; */
      cursor:pointer;
  }

  #search_res .vertical ul.sr-result.server li {
      width: 50%;
      display: inline-block;
      line-height: 40px;
  }

}