@charset "UTF-8";
/* **************************************************************************** */
/*	@CreateDate   :   */
/*	@ModifyDate   :             */
/*	@Description  : scss build  */
/*	@Author       :         */
/* ***************************************************************************** */
/* ==================================================MEDIAQUERY GRAMMER============================================================== */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
    font-family: 'Nanum Gothic', sans-serif, Nanum GothicWeb,'나눔고딕','malgun Gothic','맑은 고딕', sans-serif, Dotum,'돋움', Helvetica, AppleSDGothicNeo, sans-serif;
}
html,body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

big, strong, b, dt, th {
    font-weight: 400;
}

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, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
article, aside, canvas, details, embed, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
}

img, fieldset, form, label, legend, figure, figcaption, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

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

address, i {
    font-style: normal;
}

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

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

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

img {
    line-height: 0;
    font-size: 0;
    max-width: 100%;
}

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

table {
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

textarea {
    font-family: 'Noto Sans KR', sans-serif;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.03rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-style: none;
}

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

/* IE 6/7 .clearfix { zoom: 1; } */
.skip a {
    display: block;
    height: 1px;
    width: 1px;
    margin: 0 -1px -1px 0;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.skip a:hover, .skip a:active, .skip a:focus {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-indent: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-decoration: none !important;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
}

caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

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

select {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: #666;
}

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

input {
    font-weight: 350 !important;
    font-family: "Noto Sans KR", sans-serif !important;
}

input[type="text"],
input[type="tel"] {
    background: #fff;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
    color: #999999;
}

input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
    color: #999999;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
    color: #999999;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
    color: #999999;
}

input[placeholder].placeholder,
textarea[placeholder].placeholder {
    color: #999999;
}

html {
    font-size: 62.5%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

body {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    margin: 0;
    padding: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip {
    width: 100%;
}

.skip .skip a {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    text-align: center;
    color: #fff;
    z-index: 10000;
    line-height: 35px;
    top: -35px;
    opacity: 0;
}

.skip .skip a:focus {
    opacity: 1;
}

.linewrap {
    font-size: 0;
}

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

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.cell-box {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.mbt-30 {
    margin-bottom: 1.875em;
}

.mbt-40 {
    margin-bottom: 2.5em;
}

.mbt-60 {
    margin-bottom: 3.75em;
}

.color-blue {
    color: #fd4142;
}

.color-blue_sub {
    color: #999;
}

.left_m{
    margin-left:5px;
}

.input-file {
    width: 100%;
    font-size: 0;
}

.file-name {
    width: 33.045%;
    margin-right: 5px;
}

.input-file [type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 none;
}

.input-file .file-label {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    width: 12.931%;
    height: 35px;
    line-height: 35px;
    background: #666;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

/* 접근성 탭 포커스 스타일 */
.file-focus {
    outline: 1px dotted #4d90fe;
}

.mypage-mobile-tabList {
    display: none;
    margin-bottom: 2.5em;
}

@media (max-width: 1170px) {
    .mypage-mobile-tabList {
        display: block;
    }
}

.mypage-mobile-tabList1 ul li {
    float: left;
    width: 25%;
}

.mypage-mobile-tabList2 ul li {
    float: left;
    width: 33.333%;
}

.mypage-mobile-tabList ul {
    border: 1px solid #ddd;
}

.mypage-mobile-tabList ul:before, .mypage-mobile-tabList ul:after {
    content: "";
    display: table;
}

.mypage-mobile-tabList ul:after {
    clear: both;
}

.mypage-mobile-tabList ul > li {
    display: table;
    float: left;
    background: #fafafa;
    height: 3.125em;
}

.mypage-mobile-tabList ul > li.on {
    background: #fd4142;
    border-left: 1px solid #fd4142;
}

.mypage-mobile-tabList ul > li.on a {
    color: #fff;
}

.mypage-mobile-tabList ul > li ~ li {
    border-left: 1px solid #ddd;
}

.mypage-mobile-tabList ul > li > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.default-table {
    border-top: 2px solid #eee;
}

.default-table .table-header {
    border-bottom: 1px solid #ddd;
}

.default-table.chat-table .tb-productNum {
    width: 12.393%;
}

.default-table.chat-table .tb-kind {
    width: 5.982%;
}

.default-table.chat-table .tb-subject {
    width: calc(100% - 62.39%);
}

.default-table.chat-table .tb-amount {
    width: 5.982%;
}

.default-table.chat-table .tb-price {
    width: 11.111%;
}

.default-table.chat-table .tb-regiDate {
    width: 8.547%;
}

.default-table.chat-table .tb-explan {
    width: 11.111%;
}

.default-table.chat-table .tb-delete {
    width: 7.264%;
}

.default-table.chat-table .table-contents > li {
    height: 7.5em;
    position: relative;
    line-height: 1;
}

.default-table.chat-table .table-contents > li > div {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.default-table.chat-table .table-contents > li > div.tb-subject {
    padding-left: 30px;
    text-align: left;
}

.default-table.chat-table .table-contents > li > div.tb-subject .game-path {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 17px;
}

.default-table.chat-table .table-contents > li > div.tb-subject a {
    padding: 0;
    color: #333;
    max-width: 85%;
}

.default-table.chat-table .table-contents > li > div.tb-price {
    color: #fd4142;
}

.default-table.chat-table .table-contents > li > div.tb-regiDate span {
    display: block;
}

.default-table.chat-table .table-contents > li > div.tb-regiDate span:nth-of-type(2) {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    margin-top: 14px;
}

.default-table.chat-table .table-contents > li > div.tb-explan .btn-chat {
    width: 80px;
    height: 25px;
    border: 1px solid #4780e9;
    color: #4780e9;
    background: #fff;
    position: relative;
    overflow: visible;
    display:block;
    line-height:20px;
}

.default-table.chat-table .table-contents > li > div.tb-explan .btn-chat span {
    font-size: 12px;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -10px;
    top: -8px;
    color: #fff;
    background: #e61d4b;
    border-radius: 50%;
}

.default-table.chat-table .table-contents > li > div.tb-delete button {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    text-indent: -9999px;
    border:1px solid #CCC;
    display: block;
    background: url("../images/sub/chat-delete.png") no-repeat center center;
}

.default-table.chat-table.chat-table-general .tb-talkSubject {
    width: 30%;
}

.default-table.chat-table.chat-table-general .tb-talkDate {
    width: 15.384%;
}

.default-table.chat-table.chat-table-general .tb-talk {
    width: calc(100% - 63.759%);
}

.default-table.chat-table.chat-table-general .table-contents > li {
    height: 5.714em;
}

.default-table.chat-table.chat-table-general .table-contents > li .tb-talkDate span {
    display: block;
}

.default-table.chat-table.chat-table-general .table-contents > li .tb-talkDate span:nth-of-type(2) {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    margin-top: 14px;
}

.default-table.default-table-tySell .table-header .tb-grade {
    width: 9.538%;
}

.default-table.default-table-tySell .table-header .tb-productNum {
    width: 18%;
}

.default-table.default-table-tySell .table-header .tb-subject {
    width: calc(100% - 59.264%);
}

.default-table.default-table-tySell .table-header .tb-amount {
    width: 10.547%;
}

.default-table.default-table-tySell .table-header .tb-priceThousand {
    width: 10.547%;
}

.default-table.default-table-tySell .table-header .tb-sellPrice {
    width: 11.538%;
}

.default-table.default-table-tySell .table-header .tb-regiDate {
    width: 8.547%;
}

.default-table.default-table-tySell .table-contents > li.premium-list {
    background: #f0f8fd;
}

.default-table.default-table-tySell .table-contents > li.premium-list .tb-subject a {
    color: #4780e9;
}

.default-table.default-table-tySell .table-contents > li.premium-list2 {
    background: #f0f8fd;
    height:73px;
}

.default-table.default-table-tySell .table-contents > li.premium-list2 .tb-subject a {
    color: #4780e9;
}

.default-table.default-table-tySell .table-contents .tb-grade {
    width: 9.538%;
}

.default-table.default-table-tySell .table-contents .tb-productNum {
    width: 18%;
}

.default-table.default-table-tySell .table-contents .tb-subject {
    width: calc(100% - 59.264%);
}

.default-table.default-table-tySell .table-contents .tb-subject a:hover {
    text-decoration: underline;
}

.default-table.default-table-tySell .table-contents .tb-amount {
    width: 10.547%;
}

.default-table.default-table-tySell .table-contents .tb-amount > * {
    display: block;
}

.default-table.default-table-tySell .table-contents .tb-amount .unit {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

.default-table.default-table-tySell .table-contents .tb-amount.has-unit {
    line-height: 1;
    padding: 0px 0;
}

.default-table.default-table-tySell .table-contents .tb-amount.has-unit .unit {
    margin-top: 3px;
}

.default-table.default-table-tySell .table-contents .tb-priceThousand {
    width: 10.547%;
}

.default-table.default-table-tySell .table-contents .tb-sellPrice {
    width: 11.538%;
    color: #fd4142;
}

.default-table.default-table-tySell .table-contents .tb-regiDate {
    width: 8.547%;
}

.default-table .table-header:before, .default-table .table-header:after {
    content: "";
    display: table;
}

.default-table .table-header:after {
    clear: both;
}

.default-table .table-header li {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    float: left;
    height: 3.333em;
    line-height: 3.333;
    background: #f8f8f8;
    color: #333;
    text-align: center;
}

.default-table .table-contents {
    color: #666;
    text-align: center;
}

.default-table .table-contents > li {
    font-size: 14px;
    font-size: 1.4rem;
    height: 3.285em;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.default-table .table-contents > li:before, .default-table .table-contents > li:after {
    content: "";
    display: table;
}

.default-table .table-contents > li:after {
    clear: both;
}

.default-table .table-contents > li > div {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.default-table .table-contents > li > div.tb-gamename {
    padding-left: 20px;
}

.default-table .table-contents > li.list-cov {
    border-bottom: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.default-table .table-contents > li.list-cov .tb-condition {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.5);
    color: #fff;
    -webkit-transform: none;
    transform: none;
}

.default-table .table-contents > li.list-cov .tb-condition.sales-complete {
    background: rgba(1, 64, 153, 0.8);
}

.default-table .table-contents > li.list-cov .tb-condition .deal-current {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.default-table .tb-gamename {
    width: 23.076%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
}

.default-table .tb-grade {
    width: 13.675%;
}

.default-table .tb-kind {
    width: 8.547%;
}

.default-table .tb-subject {
    width: calc(100% - 68.374%);
}

.default-table .tb-subject a {
    padding-left: 20px;
    max-width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
}

.default-table .tb-price {
    width: 14.529%;
}

.default-table .tb-date {
    width: 8.547%;
}

.default-table-ty02 {
    border-top: 2px solid #333;
    line-height: 1;
}

.default-table-ty02.default-table-tyPremium {
    border-top: 1px solid #99b2d6;
    margin-bottom: 3.438em;
}

@media (max-width: 1170px) {
    .default-table-ty02.default-table-tyPremium {
        margin-bottom: 0;
    }
}

.default-table-ty02.default-table-tyPremium .table-contents > li {
    height: 4.286em;
    line-height: 4.286;
    position: relative;
    background: #f0f8fd;
    border: 1px solid #99b2d6;
    border-top: none;
    color: #666;
}

.default-table-ty02.default-table-tyPremium .table-contents > li > div {
    float:left;
    overflow:hidden;
}

.default-table-ty02.default-table-tyPremium .table-contents > li:hover {
    background: #dcf2ff;
}

.default-table-ty02.default-table-tyPremium .table-contents > li:hover .tb-subject a {
    color: #4780e9;
    text-decoration: underline;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-grade {
    width: 75px;
    padding-left: 10px;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-productNum {
    width: 75px;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-subject {
    width: 100px;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-subject a {
    padding-left: 40px;
    color: #333;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-amount {
    width: 130px;
    line-height: 1.429;
    padding: 1em 0 0.571em;
    color: #666;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-amount > * {

}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-amount .unit {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-priceThousand {
    width: 85px;
    color: #333;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-sellPrice {
    width: 105px;
    color: #e51b4a;
}

.default-table-ty02.default-table-tyPremium .table-contents > li .tb-regiDate {
    width: 80px;
}

.default-table-ty02.default-table-tyPremium {
    border-top: none;
}

.default-table-ty02.default-table-tyPremium table tbody tr {
    background: #f0f8fd;
    border: 1px solid #99b2d6;
}

.default-table-ty02.default-table-tyPremium table tbody tr:hover {
    background: #dcf2ff;
}

.default-table-ty02.default-table-tyPremium table tbody tr:hover .tb-subject a {
    color: #4780e9;
    text-decoration: underline;
}

.default-table-ty02.default-table-tyPremium table tbody tr td {
    color: #666;
    padding: 16px 0;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-subject a {
    color: #333;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-amount {
    color: #666;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-amount > * {
    display: block;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-amount .price + .unit {
    margin-top: 3px;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-amount .unit {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-priceThousand {
    color: #333;
}

.default-table-ty02.default-table-tyPremium table tbody tr td.tb-sellPrice {
    color: #e51b4a;
}

.default-table-ty02.table-mileage table tbody tr td.tb-history {
    text-align: left;
    padding-left: 3.571em;
}

.default-table-ty02.table-mileage table tbody tr td.tb-history > * {
    display: block;
}

.default-table-ty02.table-mileage table tbody tr td.tb-history .history-cont {
    margin-bottom: 0.714em;
}

.default-table-ty02.table-mileage table tbody tr td.tb-history .history-detail {
    font-size: 13px;
    font-size: 1.3rem;
}

.default-table-ty02.table-mileage table tbody tr td.tb-cw {
    font-weight: 500;
}

.default-table-ty02.table-mileage .charging {
    color: #fd4142;
}

.default-table-ty02.table-mileage .widthdrawing {
    color: #da1244;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject {
    padding: 2.143em;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject .game-path {
    margin-bottom: 1.071em;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject .game-path:before, .default-table-ty02.table-ing table tbody tr td.tb-subject .game-path:after {
    content: "";
    display: table;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject .game-path:after {
    clear: both;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject .game-path > li {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    float: left;
    position: relative;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject .game-path > li:not(:last-child):after {
    content: '>';
    margin: 0 0.286em;
}

.default-table-ty02.table-ing table tbody tr td.tb-subject a {
    padding: 0;
    white-space: normal;
    line-height: 1.714em;
    overflow: hidden;
    max-height: 3.286em;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    visibility: visible;
    text-overflow: -o-ellipsis-lastline;
}

.default-table-ty02.table-ing table tbody tr td.tb-regiDate > * {
    display: block;
}

.default-table-ty02.table-ing table tbody tr td.tb-regiDate .time {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    margin-top: 0.769em;
}

.default-table-ty02.table-ing table tbody tr td.tb-explan a {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2.083em;
    line-height: 2.083;
}

.default-table-ty02.table-ing table tbody tr td.tb-explan a.btn-confirm + .btn-cancle {
    margin-top: 0.417em;
}

.default-table-ty02.table-ing table tbody tr td.tb-explan a.btn-confirm {
    background: #fd4142;
    color: #fff;
    border: 1px solid transparent;
}

.default-table-ty02.table-ing table tbody tr td.tb-explan a.btn-cancle {
    background: #f8f8f8;
    color: #666;
    border: 1px solid #ddd;
}

.default-table-ty02 table thead {
    border-bottom: 1px solid #ddd;
}

.default-table-ty02 table thead tr th {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    background: #f8f8f8;
    color: #333;
    text-align: center;
    padding: 18px 0;
}

.default-table-ty02 table tbody tr {
    border-bottom: 1px solid #ddd;
}

.default-table-ty02 table tbody tr td {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #666;
    padding: 18px 0;
}

.default-table-ty02 table tbody tr td.tb-gamename {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
    padding-left: 15px;
}

.default-table-ty02 table tbody tr td.tb-subject {
    padding: 0 0 0 20px;
    text-align: center;
}

.default-table-ty02 table tbody tr td.tb-subject a {
    display: block;
    padding: 18px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
}

.default-table-ty02 table tbody tr td.tb-subject a:hover {
    color: #333;
    text-decoration: underline;
}

.default-table-ty02 table tbody tr td.tb-price {
    color: #fd4142;
}

.default-table-ty03 {
    border-top: 2px solid #333;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .default-table-ty03.mbt-60 {
        margin-bottom: 20px;
    }
}

.default-table-ty03 table tbody {
    font-size: 14px;
    font-size: 1.4rem;
}

.default-table-ty03 table tbody tr {
    border-bottom: 1px solid #ddd;
}

.default-table-ty03 table tbody tr th {
    font-weight: 500;
    padding: 20px 0;
    background: #f8f8f8;
}

.default-table-ty03 table tbody tr .__color{
    background:#e1edff;
}

@media (max-width: 480px) {
    .default-table-ty03 table tbody tr th {
        padding: 0 5px;
        font-size: 11px;
    }
}

.default-table-ty03 table tbody tr td {
    padding: 20px;
    background: #fff;
    color: #666;
}

@media (max-width: 480px) {
    .default-table-ty03 table tbody tr td {
        padding: 1em 0.5em;
    }
}

.default-table-ty03 table tbody tr td .btn-gray-100 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 8.333em;
    height: 2.083em;
    line-height: 2.083;
    margin-left: 1.667em;
    background: #f8f8f8;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.default-table-ty03 table tbody tr td .real-order {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
}

.default-table-ty03 table tbody tr td .real-order strong {
    color: #e51b4a;
}

.default-table-ty03 table tbody tr td .label-withdrawMileage {
    margin: 0 2px;
}

.default-table-ty03 table tbody tr td .pee {
    color: #999;
}

@media (max-width: 320px) {
    .default-table-ty03 table tbody tr td .pee {
        display: block;
        margin-top: 10px;
    }
}

.default-table-ty03 table tbody tr td.merge-tb {
    background: #f8f8f8;
    text-align: center;
}

.default-table-ty03 table tbody tr td input {
    font-size: 1.5rem !important;
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 1.333em;
}

.cancel-reason {
    margin:10px 0 0 0;
    background-color:#fff;
    padding:10px;
    width:100%;
    border:1px #ddd solid;
    display:none;
}

.cancel-reason input {
    font-size: 1.5rem !important;
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 1.333em;
    width:100%;
    margin:5px 0;
}

.cancel-reason a {
    display:inline-block;
    padding:10px 5px;
    background: #fd4142;
    color: #fff;
    border: 1px solid transparent;
    cursor:pointer;
}

@media (max-width: 480px) {
    .default-table-ty03 table tbody tr td input {
        padding-left: 1em;
    }
}

.default-table-ty03 table tbody tr td input.ipt-withdraw {
    width: 10em;
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}

.default-table-ty03 table tbody tr td input.ipt-w-100p {
    width: 100%;
}

.default-table-ty03 table tbody tr td input.ipt-w-200 {
    width: 200px;
}

.default-table-ty03 table tbody tr td input.ipt-w-100 {
    width: 100px;
}

.default-table-ty03 table tbody tr td input.ipt-filed {
    width: 100%;
    height: 11.333em;
}

.default-table-ty03 table tbody tr td input.bg-readonly {
    background: #f8f8f8;
}

.default-table-ty03 .des-warning {
    font-size: 14px;
    font-size: 1.4rem;
    color: #e30000;
    margin-top: 0.714em;
}

.pagination {
    display: table;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em auto 0;
}

.pagination:before, .pagination:after {
    content: "";
    display: table;
}

.pagination:after {
    clear: both;
}

.pagination a {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
}

.pagination a.current {
    color: #fd4142;
}

.pagination a:not(.function-arrow) {
    padding: 0 10px;
}

.pagination a.function-arrow {
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}

.pagination a.first {
    background: url("../images/common/page-fir.png") #fff no-repeat center center;
}

.pagination a.prev {
    background: url("../images/common/page-prev.png") #fff no-repeat center center;
    margin: 0 12px 0 4px;
}

.pagination a.next {
    background: url("../images/common/page-next.png") #fff no-repeat center center;
    margin: 0 4px 0 12px;
}

.pagination a.end {
    background: url("../images/common/page-end.png") #fff no-repeat center center;
}

.btnlist-length2 {
    display: table;
    margin: 3.125em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 640px) {
    .btnlist-length2 {
        width: 100%;
        display: block;
    }
}

.btnlist-length2:before, .btnlist-length2:after {
    content: "";
    display: table;
}

.btnlist-length2:after {
    clear: both;
}

.btnlist-length2 > li {
    width: 250px;
    height: 3.750em;
    line-height: 3.750em;
    float: left;
}

@media (max-width: 640px) {
    .btnlist-length2 > li {
        width: calc(50% - 5px);
    }
}

.btnlist-length2 > li a {
    display: block;
    text-align: center;
}
.btnlist-length2 > li button{
    text-align:center;
    background:inherit;
    color:#fff;
    display:block;
    margin:0 auto;
    height:100%;
    font-size:1.6rem;
}
.btnlist-length2 > li:nth-of-type(1) {
    background: #fff;
    color: #fd4142;
    border: 1px solid #fd4142;
    margin-right: 10px;
}

.btnlist-length2 > li:nth-of-type(2) {
    background: #fd4142;
    color: #fff;
    border: 1px solid transparent;
    margin-right: 10px;
}

.btnlist-length2 > li:nth-of-type(3) {
    background: #4780e9;
    color: #fff;
    border: 1px solid transparent;
}

.btnlist-length4 {
    display: table;
    margin: 3.125em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btnlist-length4:before, .btnlist-length4:after {
    content: "";
    display: table;
}

.btnlist-length4:after {
    clear: both;
}

@media (max-width: 1024px) {
    .btnlist-length4 {
        width: calc(100% + 5px);
        margin-left: -5px;
    }
}

.btnlist-length4 > li {
    width: 180px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 2.5px;
}

@media (max-width: 1024px) {
    .btnlist-length4 > li {
        width: calc(25% - 5px);
        margin: 0 0 0 5px;
    }
}

.btnlist-length4 > li a {
    display: block;
    text-align: center;
    cursor:pointer;
}
.btnlist-length4 > li:nth-of-type(1) {
    background: #fff;
    color: #fd4142;
    border: 1px solid #fd4142;
}

.btnlist-length4 > li:nth-of-type(2) {
    background: #fd4142;
    color: #fff;
    border: 1px solid transparent;
}

.btnlist-length4 > li:nth-of-type(3) {
    background: #fff;
    color: #666;
    border: 1px solid #666;
}

.btnlist-length4 > li:nth-of-type(4) {
    background: #999;
    color: #fff;
    border: 1px solid transparent;
}

.table-sty-01 {
    border-top: 2px solid #eee;
    margin-bottom:20px;
}

.table-sty-01.table-mypage-modify {
    margin-top: 1em;
}

.table-sty-01.table-mypage-modify table tbody tr th {
    font-size: 14px;
    font-size: 1.4rem;
}

.table-sty-01.table-mypage-modify table tbody tr td {
    padding: 1.071em 1.429em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.table-sty-01.table-mypage-modify table tbody tr td .des {
    font-size: 13px;
    font-size: 1.3rem;
}

.table-sty-01.table-mypage-modify table tbody tr td input {
    font-size: 1.4rem !important;
    height: 2.5em;
    padding-left: 0.667em;
}

.table-sty-01.table-mypage-modify table tbody tr td input.ipt-w-100 {
    width: 4.000em;
}

.table-sty-01.table-mypage-modify table tbody tr td input.ipt-w-300 {
    width: 13.333em;
}

.table-sty-01.table-mypage-modify table tbody tr td input.ipt-w-200 {
    width: 10.667em;
}

.table-sty-01.table-mypage-modify table tbody tr td input#depositorName {
    width: 80px;
}

.table-sty-01.table-mypage-modify table tbody tr td select {
    font-size: 1.4rem !important;
    height: 2.5em;
    padding-left: 0.667em;
}

.table-sty-01.table-mypage-modify table tbody tr td select.sel-w-200 {
    width: 160px;
}

.table-sty-01.table-mypage-modify table tbody tr td button.btn-w-100 {
    font-size: 13px;
    font-size: 1.3rem;
    width: 90px;
    height: 2.692em;
    margin-left: 0.769em;
}

@media (max-width: 640px) {
    .table-sty-01.table-mypage-modify table tbody tr td button.btn-w-100 {
        width: 50px;
    }
}

.table-sty-01.table-mypage-modify table tbody tr td .current-cert {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    width: 85px;
    padding: 2.5px 0;
    text-align: center;
    color: #4780e9;
    border: 1px solid #4780e9;
    margin-left: 1.667em;
}

@media (max-width: 480px) {
    .table-sty-01.table-mypage-modify table tbody tr td .chk-paragraph {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

.table-sty-01.table-mypage-modify table tbody tr td .chk-paragraph .chk_wrapper label {
    padding-left: 25px;
    font-size: 13px;
    font-size: 1.3rem;
}

.table-sty-01.table-mypage-modify table tbody tr td .chk_wrapper input + label::before {
    top: 1px;
}

.table-sty-01.table-mypage-modify table tbody tr td .chk_wrapper input + label::after {
    top: 1px;
}

.table-sty-01.table-mypage-modify table tbody tr td .mydepositor-linewrap {
    margin-bottom: 10px;
}

.table-sty-01.table-mypage-modify table tbody tr td .mydepositor-linewrap span {
    font-size: 15px;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .table-sty-01.table-mypage-modify table tbody tr td .mybank-linewrap .current-cert {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .table-sty-01.table-mypage-modify table tbody tr td .mybank-linewrap #accountInsert {
        width: 32.045%;
    }
}

@media (max-width: 480px) {
    .table-sty-01.table-mypage-modify table tbody tr td .mybank-linewrap .sel-w-150 {
        width: 100%;
        margin-bottom: 10px;
    }
    .table-sty-01.table-mypage-modify table tbody tr td .mybank-linewrap #accountInsert {
        margin-left: 0;
        width: calc(100% - 60px);
    }
}

@media (max-width: 640px) {
    .table-sty-01.table-mypage-modify table tbody tr td .mymail-linewrap input {
        width: 25.637%;
    }
    .table-sty-01.table-mypage-modify table tbody tr td .mymail-linewrap select {
        width: 34.334%;
    }
}

@media (max-width: 640px) and (max-width: 480px) {
    .table-sty-01.table-mypage-modify table tbody tr td .mymail-linewrap input {
        width: calc(50% - 1.168em);
    }
    .table-sty-01.table-mypage-modify table tbody tr td .mymail-linewrap select {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

.table-sty-01 table tbody tr {
    border-bottom: 1px solid #ddd;
}

.table-sty-01 table tbody tr th {
    font-weight: 500;
    color: #333;
    background: #f6f6f6;
}

@media (max-width: 480px) {
    .table-sty-01 table tbody tr th {
        padding: 0 5px;
        font-size: 11px;
    }
}

.table-sty-01 table tbody tr th .asterix {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    color: #e30000;
}

.table-sty-01 table tbody tr td {
    background: #fff;
    padding: 1.875em;
}

@media (max-width: 480px) {
    .table-sty-01 table tbody tr td {
        padding: 1em 0.5em;
    }
}

.table-sty-01 table tbody tr td .depositor-line {
    margin-bottom: 10px;
}

.table-sty-01 table tbody tr td .depositor-line span {
    font-size: 15px;
    font-size: 1.5rem;
}

.table-sty-01 table tbody tr td .chk-paragraph {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 2.7em;
}

.table-sty-01 table tbody tr td .chk-paragraph .chk_wrapper input + label:before {
    border: 1px solid #fd4142;
    background: #fff;
}

.table-sty-01 table tbody tr td .chk-paragraph .chk_wrapper input:checked + label:after {
    border: 1px solid #fd4142;
    background: url("../images/common/check-blue.png") #fff no-repeat center center;
    width: 16px;
    height: 16px;
}

.table-sty-01 table tbody tr td .chk-paragraph .chk_wrapper label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 350;
    color: #666;
    padding-left: 27px;
}

.table-sty-01 table tbody tr td .dash {
    margin: 0 0.714em;
    font-size: 14px;
    font-size: 1.4rem;
}

.table-sty-01 table tbody tr td .at {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0.714em;
}

.table-sty-01 table tbody tr td .des {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 0.5em;
}

.table-sty-01 table tbody tr td .des-able {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
}

.table-sty-01 table tbody tr td .des-able:before {
    content: url("../images/common/gr-check.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #52bb66;
}

.table-sty-01 table tbody tr td .des-pass-warning {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
}

.table-sty-01 table tbody tr td .des-pass-warning:before {
    content: url("../images/common/red-warning.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #52bb66;
}

.table-sty-01 table tbody tr td input {
    font-size: 1.5rem !important;
    height: 3.333em;
    background: #fff;
    /*border: 1px solid #ddd;*/
    padding-left: 1em;
}

.table-sty-01 table tbody tr td input.bg-readonly {
    background: #f8f8f8;
}

.table-sty-01 table tbody tr td input.ipt-w-100p {
    width: 100%;
}

.table-sty-01 table tbody tr td input.ipt-w-100 {
    width: 100px;
}

.table-sty-01 table tbody tr td input.ipt-w-200 {
    width: 200px;
}

.table-sty-01 table tbody tr td input.ipt-w-230 {
    width: 230px;
}

.table-sty-01 table tbody tr td input.ipt-w-300 {
    width: 300px;
}

.table-sty-01 table tbody tr td input.ipt-w-400 {
    width: 400px;
}

@media (max-width: 640px) {
    .table-sty-01 table tbody tr td input.ipt-w-400 {
        width: 100%;
    }
}

.table-sty-01 table tbody tr td input.ipt-insert {
    width: 100%;
    height: 10em;
}

.table-sty-01 table tbody tr td input#depositorName {
    margin-left: 10px;
}

.table-sty-01 table tbody tr td input#accountInsert {
    margin-left: 10px;
}

.table-sty-01 table tbody tr td select {
    font-size: 1.5rem !important;
    height: 3.333em;
    background: url("../images/common/sel-down.png") #fff no-repeat right 10% center;
    border: 1px solid #ddd;
    padding-left: 1em;
}

.table-sty-01 table tbody tr td select.sel-w-120 {
    width: 120px;
}

.table-sty-01 table tbody tr td select.sel-w-150 {
    width: 150px;
}

.table-sty-01 table tbody tr td select.sel-w-200 {
    width: 200px;
}

.table-sty-01 table tbody tr td select#mailSelector {
    margin-left: 10px;
}

.table-sty-01 table tbody tr td button.btn-w-100 {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100px;
    height: 3.333em;
    color: #fff;
    background: #666;
    margin-left: 10px;
}

.table-sty-01 .nowrap-line {
    font-size: 0;
}

.table-sty-01 .nowrap-line > * {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}

#header .top-addbanner {
    position: relative;
    width: 100%;
    height: 93px;
    overflow:hidden;
}

#header .top-addbanner img {
    display: block;
    margin: 0 auto;
}

#header .top-addbanner .close-layout {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 1170px;
    margin: 0 auto;
}

#header .top-addbanner .close-layout .close {
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    background: url("../images/common/close-topbanner.png") no-repeat center center;
}

#header .header-top {
    height: 90px;
    border-bottom: 1px solid #ddd;
}

#header .header-top > .inner {
    position: relative;
    height: 100%;
}

#header .header-top > .inner:before, #header .header-top > .inner:after {
    content: "";
    display: table;
}

#header .header-top > .inner:after {
    clear: both;
}

#header .header-top .mobile-menu-trigger {
    font-size: 10px;
    font-size: 1rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 20px;
    top: 18px;
    width: 4em;
    height: 33px;
    background: url("../images/common/ico-ham.png") no-repeat center center/100%;
    display: none;
}

#header .header-top .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
    margin-left: -100%;
}

#header .header-top .mobile-menu .mobile-menu-inner {
    position: absolute;
    left: 0;
    width: 80.555%;
    height: 100%;
    z-index: 10;
}

#header .header-top .mobile-menu .mobile-ui-account {
    background: #5a6986;
    padding: 1.875em 2.5em 2.55em 2.5em;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header .header-top .mobile-menu .mobile-ui-account:before, #header .header-top .mobile-menu .mobile-ui-account:after {
    content: "";
    display: table;
}

#header .header-top .mobile-menu .mobile-ui-account:after {
    clear: both;
}

#header .header-top .mobile-menu .mobile-ui-account > li a {
    display: block;
}

#header .header-top .mobile-menu .mobile-ui-account > li:nth-of-type(1) {
    float: left;
}

#header .header-top .mobile-menu .mobile-ui-account > li:nth-of-type(1) a {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 640px) {
    #header .header-top .mobile-menu .mobile-ui-account > li:nth-of-type(1) a {
        font-size: 20px;
        font-size: 2rem;
    }
}

#header .header-top .mobile-menu .mobile-ui-account > li:nth-of-type(2) {
    float: right;
}

#header .header-top .mobile-menu .mobile-ui-account > li:nth-of-type(2) a {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #ccc;
}

@media (max-width: 640px) {
    #header .header-top .mobile-menu .mobile-ui-account > li:nth-of-type(2) a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

#header .header-top .mobile-menu .mobile-ui-shortcut {
    background: #5a6986;
    padding: 1.25em 0 2.5em;
}

#header .header-top .mobile-menu .mobile-ui-shortcut:before, #header .header-top .mobile-menu .mobile-ui-shortcut:after {
    content: "";
    display: table;
}

#header .header-top .mobile-menu .mobile-ui-shortcut:after {
    clear: both;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li {
    float: left;
    width: 25%;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li a {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    display: block;
    padding-top: 58px;
    text-align: center;
    line-height: 1;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li:nth-of-type(1) a:before {
    width: 40px;
    height: 37px;
    background: url("../images/common/mobile-top01.png") no-repeat center center/100%;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li:nth-of-type(2) a:before {
    width: 40px;
    height: 40px;
    background: url("../images/common/mobile-top02.png") no-repeat center center/100%;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li:nth-of-type(3) a:before {
    width: 40px;
    height: 37px;
    background: url("../images/common/mobile-top03.png") no-repeat center center/100%;
}

#header .header-top .mobile-menu .mobile-ui-shortcut li:nth-of-type(4) a:before {
    width: 45px;
    height: 29px;
    background: url("../images/common/mobile-top04.png") no-repeat center center/100%;
}

#header .header-top .mobile-menu .mobile-major-navigator {
    height: 100%;
    padding: 1.25em 1.5em 2.5em;
    background: #fff;
}

#header .header-top .mobile-menu .mobile-major-navigator > li.open > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#header .header-top .mobile-menu .mobile-major-navigator > li > a {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    color: #333;
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    line-height: 1;
    background: #fff;
    position: relative;
}

#header .header-top .mobile-menu .mobile-major-navigator > li > a:after {
    content: '';
    position: absolute;
    background: url("../images/common/mobile-arrow-acc.png") no-repeat center center/100%;
    width: 15px;
    height: 28px;
    right: 0;
    top: 25.89px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media (max-width: 480px) {
    #header .header-top .mobile-menu .mobile-major-navigator > li > a:after {
        width: 7px;
        top: 7.89px;
    }
}

#header .header-top .mobile-menu .mobile-major-navigator > li .mobile-major-depth2 {
    display: none;
}

#header .header-top .mobile-menu .mobile-major-navigator > li .mobile-major-depth2 > li > a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    display: block;
    padding: 0.8em 0.5em;
    position: relative;
    color: #666;
}

#header .header-top .mobile-menu .mobile-major-navigator > li .mobile-major-depth2 > li > a:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    #header .header-top .mobile-menu .mobile-major-navigator > li .mobile-major-depth2 > li > a {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

#header .header-top .mobile-menu .mobile-menu-close {
    font-size: 10px;
    font-size: 1rem;
    text-indent: -9999px;
    display: block;
    width: 3em;
    height: 29px;
    background: url("../images/common/ico-mobile-close.png") no-repeat center center/100%;
    position: absolute;
    top: 3em;
    right: -6em;
}

#header .header-top .mobile-ico-register {
    font-size: 10px;
    font-size: 1rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 3.5em;
    height: 43px;
    background: url("../images/common/ico-register.png") no-repeat center center/100%;
    display: none;
}

#header .header-top .mobile-ico-mypage {
    font-size: 10px;
    font-size: 1rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 3.5em;
    height: 43px;
    background: url("../images/common/ico-mypage.png") no-repeat center center/100%;
    display: none;
}

#header .header-top .logo {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20em;
    height: 40px;
    background: url("../images/common/logo.png") no-repeat center center/100%;
}

#header .header-top .logo > a {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
    text-indent: -9999px;
    display: block;
}

.total-search-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 400px;
    margin: 0 auto;
    z-index: 201;
}

.total-search-form .ipt-total-search {
    width: 100%;
    height: 45px;
    background: url("../images/common/totalsearch.png") #fff no-repeat right 20px center;
    border: 2px solid #fd4142;
    padding: 0 20px;
}

.total-search-form .total-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    text-indent: -9999px;
    display: block;
    background: url("../images/common/total-close2.png") no-repeat center center;
    width: 25px;
    height: 25px;
    display: none;
}

.total-search-form .total-close.on {
    display: block;
}

.total-search-form .total-search-cont {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 340px;
    border: 1px solid #fd4142;
    border-top: none;
    background: #fff;
    display: none;
}

.total-search-form .total-search-cont:before, .total-search-form .total-search-cont:after {
    content: "";
    display: table;
}

.total-search-form .total-search-cont:after {
    clear: both;
}

.total-search-form .total-search-cont a {
    display: block;
    padding: 10px 20px;
    line-height: 1;
}

.total-search-form .total-search-cont .total-search-gamelist {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.total-search-form .total-search-cont .total-search-gamelist.active {
    width: 50%;
    border-right: 1px solid #ddd;
}

.total-search-form .total-search-cont .total-search-gamelist > li > a .search-current {
    color: #fd4142;
}

.total-search-form .total-search-cont .total-search-gamelist > li > a:hover {
    background: #efefef;
}

.total-search-form .total-search-cont .total-search-gamelist > li .total-search-serverlist {
    position: absolute;
    width: 50%;
    height: 340px;
    top: 0;
    right: 0;
    padding: 10px 0;
    overflow-y: scroll;
    display: none;
}

.total-search-form .total-search-cont .total-search-gamelist > li .total-search-serverlist a:hover {
    background: #efefef;
}

.total-search-form .total-search-cont .total-search-gamelist > li .total-search-serverlist.on {
    display: block;
}

.total-search-form .total-search-cont .total-search-gamelist > li.on > a {
    background: #efefef;
}

#header .header-top .ui-list {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
}

#header .header-top .ui-list:before, #header .header-top .ui-list:after {
    content: "";
    display: table;
}

#header .header-top .ui-list:after {
    clear: both;
}

#header .header-top .ui-list > li {
    float: left;
    position: relative;
    /* add */
    padding: 0 7px;
}

/* #header .header-top .ui-list > li:not(:last-child) {
  padding: 0 7px;
} */

#header .header-top .ui-list > li > a {
    display: block;
    line-height: 1;
}

#header .header-top .ui-list > li:nth-of-type(1):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

/* #header .header-top .ui-list > li:nth-of-type(2):after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
} */
/*
#header .header-top .ui-list > li:last-child {
  margin-left: 13px;
} */

/* #header .header-top .ui-list > li:last-child > a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fd4142;
  padding-left: 37px;
} */

/* #header .header-top .ui-list > li:last-child > a:before {
  content: '';
  background: url("../images/common/ico-percent.png") no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 19px;
} */

#header .header-bot {
    position: relative;
}

#header .header-bot:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fd4142;
    z-index: 100;
}

#header .header-bot > .inner:before, #header .header-bot > .inner:after {
    content: "";
    display: table;
}

#header .header-bot > .inner:after {
    clear: both;
}

#header .header-bot > .inner > * {
    float: left;
}

#header .header-bot .game-navigator {
    line-height: 1;
}

#header .header-bot .game-navigator > ul > li {
    width: 200px;
    position: relative;
}

#header .header-bot .game-navigator > ul > li > a {
    position: relative;
    display: block;
    background: #fd4142;
    color: #fff;
    padding: 17px 0 17px 51px;
}

#header .header-bot .game-navigator > ul > li > a:before, #header .header-bot .game-navigator > ul > li > a:after {
    content: "";
    display: table;
}

#header .header-bot .game-navigator > ul > li > a:after {
    clear: both;
}

#header .header-bot .game-navigator > ul > li > a .icon_hbg {
    float: left;
    margin-right: 10px;
}

#header .header-bot .game-navigator > ul > li > a .icon_hbg .line {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#header .header-bot .game-navigator > ul > li > a .icon_hbg .line.line01 {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

#header .header-bot .game-navigator > ul > li > a .icon_hbg .line.line02 {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

#header .header-bot .game-navigator > ul > li > a .icon_hbg .line.line03 {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin-bottom: 0px;
}

#header .header-bot .game-navigator > ul > li > a .game-menu-name {
    float: left;
}

#header .header-bot .game-navigator > ul > li > a.on .line.line01 {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(1px, 1px);
    transform: rotate(45deg) translate(1px, 1px);
}

#header .header-bot .game-navigator > ul > li > a.on .line.line02 {
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
    opacity: 0;
}

#header .header-bot .game-navigator > ul > li > a.on .line.line03 {
    -webkit-transform: rotate(-45deg) translate(-1px, -1px);
    transform: rotate(-45deg) translate(-1px, -1px);
}

#header .header-bot .game-navigator > ul > li .game-depth2 {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 480px;
    font-size: 15px;
    font-size: 1.5rem;
    background: rgba(1, 1, 1, 0.4);
    color: #fff;
    z-index: 1000;
    padding: 20px 0;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li > a {
    display: block;
    padding: 13px 0 13px 30px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li.on > a {
    background: #fd4142;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li.on .game-depth3 {
    display: block;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li .game-depth3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 270px;
    height: 480px;
    overflow-y: scroll;
    background: #fff;
    padding: 30px 20px 20px 28px;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li .game-depth3 .game-name {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li .game-depth3 .game-depth3-list > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 7.5px 0;
    color: #666;
}

#header .header-bot .game-navigator > ul > li .game-depth2 > li .game-depth3 .game-depth3-list > li > a:hover {
    color: #fd4142;
}

#header .header-bot .gnb {
    width: calc(100% - 200px);
}

#header .header-bot .gnb > ul:before, #header .header-bot .gnb > ul:after {
    content: "";
    display: table;
}

#header .header-bot .gnb > ul:after {
    clear: both;
}

#header .header-bot .gnb > ul > li {
    float: left;
    width: 168px;
    position: relative;
}

#header .header-bot .gnb > ul > li.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    font-weight: 700;
    background: #fd4142;
    width: 100%;
    height: 2px;
}

#header .header-bot .gnb > ul > li.register {
    float: left;
    display: block;
    width: 130px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: url("../images/common/good_plus.png") #f8f8f8 no-repeat left 23px center;
    padding-left: 25px;
}

#header .header-bot .gnb > ul > li.home {
    display: none;
}

#header .header-bot .gnb > ul > li > a {
    font-weight: 500;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#header .header-bot .gnb > ul > li > a:hover {
    color: #fd4142;
}

#header .m-gnb {
    display: none;
}

#header .mobile-menu-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.8);
    z-index: 9999;
}

@media (min-width: 1170px) {
    #header .mobile-menu-bg {
        display: none !important;
    }
}

.sub-body .asd-quick {
    top: 353px;
}

.sub-body .asd-quick.fix {
    position: fixed;
    top: 60px;
    z-index: 100;
}

.sub-body #header .header-bot .game-navigator > ul > li .game-depth2 {
    background: #000;
}

.asd-quick {
    position: absolute;
    width: 1170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 771.203125px;
}

.asd-quick.fix {
    position: fixed;
    top: 60px;
    z-index: 100;
}

.asd-quick .quick-navigator {
    position: absolute;
    right: -240px;
    width: 210px;
    /*border-top: 3px solid #fd4142;*/
    border-right: 1px solid #d6d2d3;
    border-left: 1px solid #d6d2d3;
}

.asd-quick .quick-navigator ul li {
    line-height: 1;
}

.asd-quick .quick-navigator ul li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
}

.asd-quick .quick-navigator ul li:not(:nth-of-type(4)) a:hover {
    background-color: #f5f5f5 !important;
}

.asd-quick .quick-navigator ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    display: block;
    text-align: center;
    padding: 48px 0 15px;
    position: relative;
}

.asd-quick .quick-navigator ul li a .count {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    top: 9px;
    left: 60px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #fd4142;
    border-radius: 50%;
}

.chat-count {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #fd4142;
    border-radius: 50%;
}

.asd-quick .quick-navigator ul li:nth-of-type(1) a {
    background: url("../images/common/ico-quick1.png") #fff no-repeat center top 19px;
}

.asd-quick .quick-navigator ul li:nth-of-type(2) a {
    background: url("../images/common/ico-quick2.png") #fff no-repeat center top 17px;
}

.asd-quick .quick-navigator ul li:nth-of-type(3) a {
    background: url("../images/common/ico-quick3.png") #fff no-repeat center top 14px;
}

.asd-quick .quick-navigator ul li:nth-of-type(3) a .mileage {
    color: #fd4142;
    display: block;
    margin-top: 5px;
}

.asd-quick .quick-navigator ul li:nth-of-type(4) a {
    background: url("../images/common/ico-quick4.png") #4780e9 no-repeat center top 15px;
    color: #fff;
}

.asd-quick .quick-navigator ul li:nth-of-type(5) a {
    background: url("../images/common/ico-quick5.png") #fff no-repeat center top 17px;
}

.asd-quick .quick-navigator ul li:nth-of-type(6) a {
    background: url("../images/common/ico-quick6.png") #fff no-repeat center top 15px;
}

.asd-quick .quick-navigator ul li:nth-of-type(7) a {
    background: url("../images/common/ico-quick7.png") #fff no-repeat center top 16px;
}

.asd-quick .quick-navigator ul li:nth-of-type(8) a {
    background: url("../images/common/ico-quick8.png") #fff no-repeat center top 18px;
}

.asd-quick .quick-navigator ul li:nth-of-type(9) a {
    background: url("../images/common/ico-quick9.png") #fff no-repeat center top 17px;
}

.asd-quick .scl-top {
    width: 210px;
    height: 30px;
    color: #fff;
    letter-spacing: 0.2rem;
    padding-left: 30px;
    text-align: left;
    background: url("../images/common/scl-acc.png") #444 no-repeat right 32px center;
}

#footer .footer-top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f7f9fd;
}

#footer .footer-top .footer-navigator {
    display: table;
    width: 100%;
}

#footer .footer-top .footer-navigator > ul {
    display: table-cell;
    vertical-align: middle;
}

#footer .footer-top .footer-navigator > ul:before, #footer .footer-top .footer-navigator > ul:after {
    content: "";
    display: table;
}

#footer .footer-top .footer-navigator > ul:after {
    clear: both;
}

#footer .footer-top .footer-navigator > ul > li {
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
}

#footer .footer-top .footer-navigator > ul > li:not(:last-child) {
    margin-right: 1.333em;
    padding-right: 1.333em;
    position: relative;
}

#footer .footer-top .footer-navigator > ul > li:not(:last-child):nth-of-type(3) a {
    color: #333;
    font-weight: 500;
}

#footer .footer-top .footer-navigator > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    z-index: 1;
    color: #666;
    line-height: 4em;
}

#footer .footer-top .footer-navigator > ul > li:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    width: 1px;
    height: 1em;
    background: #ddd;
}

#footer .footer-bot > .inner {
    position: relative;
    padding-left: 220px;
    padding: 40px 0 60px 220px;
}

#footer .footer-bot > .inner:before, #footer .footer-bot > .inner:after {
    content: "";
    display: table;
}

#footer .footer-bot > .inner:after {
    clear: both;
}

#footer .footer-bot > .inner .footer-logo {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 40px;
    width: 17em;
    height: 47px;
    background: url("../images/common/logo_footer.png") no-repeat center center/100%;
    text-indent: -9999px;
    display: block;
}

#footer .footer-bot > .inner .escrow {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 40px;
    width: 10em;
    height: 98px;
    background: url("../images/common/escrow.png") no-repeat center center/100%;
    text-indent: -9999px;
    display: block;
}

#footer .footer-bot > .inner .footer-contact:before, #footer .footer-bot > .inner .footer-contact:after {
    content: "";
    display: table;
}

#footer .footer-bot > .inner .footer-contact:after {
    clear: both;
}

#footer .footer-bot > .inner .footer-contact > li {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 1.714;
}

#footer .footer-bot > .inner .footer-contact > li strong {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666;
}

#footer .footer-bot > .inner .footer-contact > li:nth-of-type(1) {
    margin-right: 15px;
}

#footer .footer-bot > .inner .footer-contact > li:nth-of-type(3) {
    clear: left;
}

#footer .footer-bot > .inner .footer-contact > li:nth-of-type(4) {
    margin: 0 15px;
}

#footer .footer-bot > .inner .footer-contact > li:nth-of-type(6) {
    clear: left;
    margin-right: 15px;
}

#footer .footer-bot > .inner .warning {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fd4142;
    margin: 0.571em 0 0.768em;
}

#footer .footer-bot > .inner .copy {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
}

.swipe-m-info {
    display: none;
    color: #999;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}


@media (max-width: 1170px) {
    .swipe-m-info.m-mbt-info {
        margin-bottom: 2.5em;
    }
}

.ta-sty-01 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    height: 210px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1.429em 2.5em;
    margin-bottom: 1.429em;
    line-height: 1.714;
}

.bbs-btn-list {
    text-align:center;
}

.bbs-btn-list li {
    display:inline-block;
}

a.bbs-btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    width: 12.589em;
    height: 3.333em;
    margin: 3.333em auto 0;
    line-height: 3.333;
    text-align: center;
}

a.btn-type-a {
    background: #666;
    color: #fff;
    border: 1px #666 solid;
}
a.btn-type-b {
    background:#fff;
    color: #666;
    border: 1px #666 solid;
}
a.btn-type-c {
    background: #fd4142;
    color: #fff;
    border: 1px #fd4142 solid;
}
a.btn-type-d {
    background:#fff;
    color: #fd4142;
    border: 1px #fd4142 solid;
}

button.btn-type-a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    width: 13.889em;
    height: 3.333em;
    margin: 3.333em auto 0;
    background: #000000;
    color: #fff;
}

@media (max-width: 1500px) {
    .asd-quick {
        display: none;
    }
}

@media (max-width: 1170px) {
    html {
        font-size: 55%;
    }
    .inner {
        padding: 0 20px;
    }
    #header .header-top {
        height: auto;
    }
    #header .header-top .logo {
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
        top: 15px;
        width: 28em;
        height: 50px;
    }
    #header .header-top .total-search-form {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        margin: 90px 0 15px;
        width: 100%;
    }
}

@media (max-width: 1170px) and (max-width: 480px) {
    #header .header-top .total-search-form {
        margin: 18.75vw 0 15px;
    }
}

@media (max-width: 1170px) {
    #header .header-top .ui-list {
        display: none;
    }
    #header .header-top .mobile-menu-trigger {
        display: block;
    }
    #header .header-top .mobile-menu {
        display: block;
    }
    #header .header-top .mobile-ico-register {
        display: block;
    }
}
/*
@media (max-width: 1170px) and (max-width: 640px) {
  #header .header-top .mobile-ico-register {
    display: none;
  }
}
*/
@media (max-width: 1170px) {
    #header .header-top .mobile-ico-mypage {
        display: block;
    }
    #header .header-bot .game-navigator {
        display: none;
    }
    #header .header-bot > .inner {
        padding: 0;
    }
    #header .header-bot .gnb {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        position: relative;
    }
    #header .header-bot .gnb > ul {
        font-size: 0;
        white-space: nowrap;
    }
    #header .header-bot .gnb > ul > li {
        float: none;
        display: inline-block;
    }
    #header .header-bot .gnb > ul > li.home {
        display: inline-block;
        width: 100px;
    }
    #header .header-bot .gnb > ul > li.home a:hover {
        color: inherit;
    }
    #header .header-bot .gnb > ul > li.register {
        display: none;
    }
    #header .header-bot .gnb > ul > li > a {
        font-size: 14px;
    }
    #header .top-addbanner {
        display: none;
    }
    #footer .footer-bot > .inner {
        padding: 2.841em 20px 4.261em;
    }
    #footer .footer-bot > .inner .footer-logo {
        position: static;
        margin: 0 auto 10px;
    }
    #footer .footer-bot > .inner .escrow {
        position: static;
        margin: 10px auto 0;
    }
    #footer .footer-bot > .inner .footer-contact {
        display: table;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }
    #footer .footer-bot > .inner .footer-contact > li {
        text-align: left;
    }
    #footer .footer-bot > .inner .warning, #footer .footer-bot > .inner .copy {
        text-align: center;
    }
    .swipe-m {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .swipe-m .default-table {
        min-width: 640px;
    }
    .swipe-m .default-table.chat-table {
        min-width: 720px;
    }
    .swipe-m .default-table.default-table-tySell {
        min-width: 980px;
    }
    .swipe-m .default-table-ty02 {
        min-width: 640px;
    }
    .swipe-m .default-table-ty02.default-table-tyPremium {
        min-width: 800px;
    }
    .swipe-m .default-table-ty02.table-mileage {
        min-width: 480px;
    }
    .swipe-m .table-sty-01 {
        min-width: 980px;
    }
    .swipe-m .table-sty-01.table-sty-bbswrite {
        min-width: 760px;
    }
    .swipe-m-info {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 5px;
        display: block;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 50%;
    }
    #header .header-bot .gnb > ul > li {
        width: auto !important;
    }
    #header .header-bot .gnb > ul > li > a {
        padding: 0 14px;
    }
    #footer .footer-top .footer-navigator {
        display: block;
        line-height: inherit;
    }
    #footer .footer-top .footer-navigator > ul {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #footer .footer-top .footer-navigator > ul > li {
        float: none;
        display: inline-block;
        line-height: inherit;
    }
}

@media (max-width: 480px) {
    .pc-only {
        display: none;
    }
    .m-block {
        display: block;
    }
    .inner {
        padding: 0 10px;
    }
    #header .header-top .logo {
        width: 46.666vw;
    }
    #header .header-top .mobile-menu-trigger {
        width: 6.666vw;
        left: 10px;
    }
    #header .header-top .mobile-ico-mypage {
        width: 5.8333vw;
        top: 14px;
        right: 10px;
    }
    #header .header-top .mobile-menu .mobile-major-navigator > li > a {
        font-size: 18px;
        font-size: 1.8rem;
        background-size: 10px;
    }
    #header .header-top .mobile-menu .mobile-ui-shortcut li a {
        padding-top: 40px;
        font-size: 15px;
        font-size: 1.5rem;
    }
    #header .header-top .mobile-menu .mobile-ui-shortcut li a:before {
        background-size: 50% !important;
    }
    #footer .footer-bot > .inner .footer-contact {
        display: block;
        width: 100%;
    }
    #footer .footer-bot > .inner .footer-contact > li {
        letter-spacing: -0.08rem;
    }
    #footer .footer-bot > .inner .footer-contact > li:nth-of-type(1) {
        margin-right: 0;
    }
    #footer .footer-bot > .inner .footer-contact > li:nth-of-type(2) {
        clear: left;
    }
    #footer .footer-bot > .inner .footer-contact > li:nth-of-type(4) {
        margin: 0 0 0 5px;
    }
    #footer .footer-bot > .inner .footer-contact > li:nth-of-type(5) {
        clear: left;
    }
    #footer .footer-bot > .inner .footer-contact > li:nth-of-type(6) {
        clear: none;
        margin: 0 0 0 5px;
    }
    #footer .footer-bot > .inner .footer-contact > li:nth-of-type(7) {
        clear: left;
    }
}

.login {
    /*background: url("../images/common/login-bg.jpg") no-repeat center center/cover;*/
    margin-top: -3.125em;
}

.login .login-cont {
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 0 100px;
}

.login .login-cont .confirm-des {
    color:#fff;
    padding: 1.2em 0;

}

@media (max-width: 640px) {
    .login .login-cont {
        padding: 3.125em 10px;
    }
}

.login .login-cont .login-top {
    padding-bottom: 2.5em;
    margin-bottom: 1.875em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.login .login-cont .login-top h1 {


    display: block;
    margin: 0 auto 1em auto;
}

.login .login-cont .login-top input {
    font-size: 1.5rem !important;
    background: #fff;
    border: 1px solid #d5d3d3;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3.333em;
    width: 100%;
}

.login .login-cont .login-top input.ipt-security {
    width: calc(100% - 271px);
    height: 4em;
}

@media (max-width: 640px) {
    .login .login-cont .login-top input.ipt-security {
        width: calc(100% - 53.125% - 16px);
    }
}

.login .login-cont .login-top input.ipt-loginPw {
    margin: 10px 0;
}

.login .login-cont .login-top .num-area {
    float: left;
    width: 255px;
    height: 3.750em;
    margin-right: 16px;
}

@media (max-width: 640px) {
    .login .login-cont .login-top .num-area {
        width: 53.125%;
    }
}

.login .login-cont .login-top .num-area:before, .login .login-cont .login-top .num-area:after {
    content: "";
    display: table;
}

.login .login-cont .login-top .num-area:after {
    clear: both;
}

.login .login-cont .login-top .num-area > * {
    float: left;
}

.login .login-cont .login-top .num-area .img {
    display: block;
    width: 225px;
    height: 100%;
}

.login .login-cont .login-top .num-area .img img {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 640px) {
    .login .login-cont .login-top .num-area .img {
        width: calc(100% - 30px);
    }
}

.login .login-cont .login-top .num-area .btn-numReset {
    width: 30px;
    height: 100%;
    background: url("../images/common/num-reset.png") #fff no-repeat center center;
    text-indent: -9999px;
    display: block;
}

.login .login-cont .login-top .login-btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    height: 3.333em;
    background: #fd4142;
    margin: 1.111em 0;
}

.login .login-cont .login-top .login-top-fn {
    position: relative;
}

.login .login-cont .login-top .login-top-fn:before, .login .login-cont .login-top .login-top-fn:after {
    content: "";
    display: table;
}

.login .login-cont .login-top .login-top-fn:after {
    clear: both;
}

.login .login-cont .login-top .login-top-fn .chk_wrapper {
    position: absolute;
    left: 0;
    top: -2px;
}

.login .login-cont .login-top .login-top-fn .chk_wrapper input {
    height: 16px !important;
}

.login .login-cont .login-top .login-top-fn .chk_wrapper label {
    font-size: 14px;
    font-size: 1.4rem;
    /*color: #fff;*/
    font-weight: 350;
}

@media (max-width: 640px) {
    .login .login-cont .login-top .login-top-fn .chk_wrapper label {
        padding-left: 24px;
    }
}

.login .login-cont .login-top .login-top-fn .chk_wrapper input + label:before {
    background: #fff;
}

.login .login-cont .login-top .login-top-fn .chk_wrapper input:checked + label:after {
    background: url("../images/common/check-blue.png") #fff no-repeat center center;
    width: 16px;
    height: 16px;
}

@media (max-width: 1170px) {
    .login .login-cont .login-top .login-top-fn .chk_wrapper input + label::before {
        top: 1px;
    }
    .login .login-cont .login-top .login-top-fn .chk_wrapper input + label::after {
        top: 1px;
    }
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist {
    float: right;
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist:before, .login .login-cont .login-top .login-top-fn .login-top-fnlist:after {
    content: "";
    display: table;
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist:after {
    clear: both;
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist > li {
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    position: relative;
    line-height: 1;
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist > li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist > li:not(:last-child):before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 1em;
    background: rgba(255, 255, 255, 0.25);
}

.login .login-cont .login-top .login-top-fn .login-top-fnlist > li a {
    color: #fff;
}

.login .login-cont .login-bot .login-type li {
    border: 1px solid #fff;
}

.login .login-cont .login-bot .login-type li:nth-of-type(1) {
    margin-bottom: 10px;
}

.login .login-cont .login-bot .login-type li:nth-of-type(1) a:before {
    background: url("../images/common/naver_acc.png") no-repeat center center;
}

.login .login-cont .login-bot .login-type li:nth-of-type(2) a:before {
    background: url("../images/common/kakao_acc.png") no-repeat center center;
}

.login .login-cont .login-bot .login-type li a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    height: 3.333em;
    line-height: 3.333;
    text-align: center;
    color: #fff;
    position: relative;
}

.login .login-cont .login-bot .login-type li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 640px) {
    .login .login-cont .login-bot .login-type li a:before {
        background-size: 30% !important;
    }
}

.login .login-warning {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2.813em 0 3.125em;
}

.login .login-warning .age-limit {
    max-width: 570px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .login .login-warning .age-limit {
        padding: 0 10px;
    }
}

.login .login-warning .age-limit:before, .login .login-warning .age-limit:after {
    content: "";
    display: table;
}

.login .login-warning .age-limit:after {
    clear: both;
}

.login .login-warning .age-limit > * {
    float: left;
}

.login .login-warning .age-limit .age-ico {
    font-size: 45px;
    font-size: 4.5rem;
    color: #222;
    font-family: 'Gotham Bold';
    font-weight: 700;
    width: 1.778em;
    height: 1.778em;
    background: #fff;
    border: 0.111em solid red;
    border-radius: 50%;
    display: block;
    position: relative;
    text-align: center;
    margin-right: 0.444em;
}

.login .login-warning .age-limit .age-ico span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login .login-warning .age-limit .warning-cont {
    width: calc(100% - 6.25em);
}

.login .login-warning .age-limit .warning-cont .tit {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    /*color: #fff;*/
    margin-bottom: 0.250em;
}

.login .login-warning .age-limit .warning-cont .des {
    font-size: 14px;
    font-size: 1.4rem;
    /*color: rgba(255, 255, 255, 0.75);*/
}

.login .login-warning .btn-age {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    width: 11.429em;
    background: #333;
    margin: 0.714em auto 0;
    padding: 0.536em;
}

.chat-box .chat-top {
    background: #5a6986;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 20px;
}

.chat-box .chat-top:before, .chat-box .chat-top:after {
    content: "";
    display: table;
}

.chat-box .chat-top:after {
    clear: both;
}

.chat-box .chat-top .in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chat-box .chat-top .in > * {
    display: inline-block;
    vertical-align: middle;
}

.chat-box .chat-top .chat-who {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.chat-box .chat-top .chat-who strong {
    font-size: 20px;
    font-weight: 500;
}

.chat-box .chat-cont {
    background: #f0f2f5;
    font-size: 14px;
    height: calc(100vh - 150px);
    padding: 20px 20px 0;
    margin-top: 60px;
    overflow-y: scroll;
}

.chat-box .chat-cont:before, .chat-box .chat-cont:after {
    content: "";
    display: table;
}

.chat-box .chat-cont:after {
    clear: both;
}

.chat-box .chat-cont .self {
    float: right;
    clear: both;
}

.chat-box .chat-cont .self:before, .chat-box .chat-cont .self:after {
    content: "";
    display: table;
}

.chat-box .chat-cont .self:after {
    clear: both;
}

.chat-box .chat-cont .self .conversation-wrap .conversation p {
    background: #00a0e9;
    color: #fff;
    border: none;
    margin-left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chat-box .chat-cont .self .conversation-wrap .conversation p:before {
    display: none;
}

.chat-box .chat-cont .self .conversation-wrap .conversation p:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #00a0e9;
    border-right: 10px solid transparent;
    border-top: 10px solid #00a0e9;
    border-bottom: 10px solid transparent;
    left: auto;
    right: -10px;
    top: 0px;
}

.chat-box .chat-cont .self .conversation-wrap .conversation .time {
    margin-right: 10px;
    margin-left: 0;
}

.chat-box .chat-cont .other {
    float: left;
    width: 100%;
    text-align: start;
}

.chat-box .chat-cont .other:before, .chat-box .chat-cont .other:after {
    content: "";
    display: table;
}

.chat-box .chat-cont .other:after {
    clear: both;
}

.chat-box .chat-cont .other .profile {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 17px;
}

.chat-box .chat-cont .other .conversation-wrap {
    float: left;
    width: calc(100% - 61px);
}

.conversation p {
    font-size: 14px;
    font-weight: 400;
    display: table;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    color: #666;
    line-height: 1.714;
    padding: 8px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 1px #ddd;
    box-shadow: 0px 0px 0px 1px #ddd;
}

.conversation p:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid #ddd;
    border-top: 5px solid #ddd;
    border-bottom: 5px solid transparent;
    left: -10px;
    top: -1px;
}

.conversation p:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid transparent;
    left: -8px;
    top: 0px;
}

.conversation:not(:last-of-type) {
    margin-bottom: 5px;
}

.conversation:last-of-type {
    margin-bottom: 10px;
}

.conversation.conversation-last:before, .conversation.conversation-last:after {
    content: "";
    display: table;
}

.conversation.conversation-last:after {
    clear: both;
}

.conversation.conversation-last > * {
    display: inline-block;
}

.conversation.conversation-last .time {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    vertical-align: bottom;
    margin-left: 10px;
}

.chat-box .chat-cont .chat-ymd {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 1.25em;
}

.chat-box .chat-cont .chat-ymd span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    width: 9.385em;
    background: #bbbbbb;
    border-radius: 1em;
    padding: 5px 0;
    color: #fff;
    margin: 0 auto;
}

.chat-box .chat-insert {
    height: 90px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
}

.chat-box .chat-insert:before, .chat-box .chat-insert:after {
    content: "";
    display: table;
}

.chat-box .chat-insert:after {
    clear: both;
}

.chat-box .chat-insert .in {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}

.chat-box .chat-insert .in > * {
    float: left;
}

.chat-box .chat-insert .ipt-chatInsert {
    font-size: 1.4rem !important;
    padding: 0 1em;
    width: calc(100% - 7.143em);
    height: 3.571em;
    border: 1px solid #ddd;
}

.chat-box .chat-insert .btn-chatSubmit {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    background: #444;
    width: 6em;
    height: 3.333em;
    margin-left: 0.667em;
}

.tradechat-wrap {
    background: #e2e4e7;
}

.tradechat-wrap .trade-top {
    background: #fd4142;
    height: 60px;
    line-height: 1;
}

.tradechat-wrap .trade-top > .inner {
    position: relative;
    height: 100%;
}

.tradechat-wrap .trade-top > .inner > * {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tradechat-wrap .trade-top .trade-logo {
    font-size: 10px;
    font-size: 1rem;
    left: 0;
    width: 16.5em;
    height: 23px;
    background: url("../images/common/trade-logo.png") no-repeat center center/100%;
    text-indent: -9999px;
    display: block;
}

@media (max-width: 1170px) {
    .tradechat-wrap .trade-top .trade-logo {
        left: 20px;
    }
}

@media (max-width: 480px) {
    .tradechat-wrap .trade-top .trade-logo {
        width: 100px;
    }
}

.tradechat-wrap .trade-top h1 {
    font-size: 20px;
    font-size: 2rem;
    left: 9.650em;
    color: #fff;
}

@media (max-width: 480px) {
    .tradechat-wrap .trade-top h1 {
        font-size: 12px;
        left: 125px;
    }
}

.tradechat-wrap .trade-top .trade-exit {
    font-size: 14px;
    font-size: 1.4rem;
    right: 0;
    color: #fff;
    padding-left: 26px;
}

.tradechat-wrap .trade-top .trade-exit:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1.143em;
    height: 14px;
    background: url("../images/common/trande-exit.png") no-repeat left center/100%;
}

@media (max-width: 1170px) {
    .tradechat-wrap .trade-top .trade-exit {
        right: 20px;
    }
}

.tradechat-wrap .caution-box {
    width: 100%;
    background: #f7f9fd;
    padding: 1.875em;
    margin-top: 1.875em;
    overflow: hidden;
    float: none;
}

.tradechat-wrap .caution-box .tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.611em;
    background: url("../images/common/caution-acc.png") no-repeat left center;
}

.tradechat-wrap .caution-box ul li {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    position: relative;
    padding-left: 0.714em;
}

.tradechat-wrap .caution-box ul li:not(:last-child) {
    margin-bottom: 0.357em;
}

.tradechat-wrap .caution-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.607em;
    width: 0.286em;
    height: 0.286em;
    background: #fd4142;
}

.tradechat-wrap .atc-container {
    padding: 1.875em 0 6.250em;
    position: relative;
}

.tradechat-wrap .atc-container:before, .tradechat-wrap .atc-container:after {
    content: "";
    display: table;
}

.tradechat-wrap .atc-container:after {
    clear: both;
}

@media (max-width: 1170px) {
    .tradechat-wrap .atc-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tradechat-wrap .atc-container > * {
    float: left;
}

@media (max-width: 768px) {
    .tradechat-wrap .atc-container > * {
        float: none;
    }
}

.tradechat-wrap .atc-container .atc-info-wrap {
    float: left;
    width: 270px;
}

@media (max-width: 768px) {
    .tradechat-wrap .atc-container .atc-info-wrap {
        width: 100%;
        margin-top: 10px;
    }
}

.tradechat-wrap .atc-container .atc-info-wrap > div {
    background: #fff;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    overflow: hidden;
    max-height: 3em;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    visibility: visible;
    text-overflow: -o-ellipsis-lastline;
    margin-bottom: 1.111em;
}

.tradechat-wrap .atc-container .atc-info-wrap > div:nth-of-type(1) {
    margin-bottom: 10px;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail {
    padding: 1.875em 1.25em;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li {
    font-size: 14px;
    font-size: 1.4rem;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li:before, .tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li:after {
    content: "";
    display: table;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li:after {
    clear: both;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li:not(:last-child) {
    margin-bottom: 0.571em;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li > * {
    float: left;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li strong {
    font-weight: 500;
    color: #999;
    width: 85px;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li span {
    width: calc(100% - 85px);
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li span.trade-condition {
    width: 85px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    border: 1px solid #999;
    color: #666;
    height: 30px;
    line-height: 30px;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li span.trade-price {
    color: #fd4142;
}

.tradechat-wrap .atc-container .atc-info-wrap > div .trade-detail .trade-detail-list > li span .grade-image {
    display: inline-block;
    margin-right: 5px;
}

.tradechat-wrap .atc-container .atc-info-wrap .trade-btnArea {
    margin-top: 20px;
}

.tradechat-wrap .atc-container .atc-info-wrap .trade-btnArea > li:nth-of-type(1) {
    background: #fd4142;
    margin-bottom: 10px;
}

.tradechat-wrap .atc-container .atc-info-wrap .trade-btnArea > li:nth-of-type(2) {
    background: #666;
}

.tradechat-wrap .atc-container .atc-info-wrap .trade-btnArea > li > button {
    background: transparent;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    height: 3.750em;
    width:100%;
    line-height: 3.750em;
    text-align: center;
}

.tradechat-wrap .atc-container .atc-info-wrap h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    height: 3.125em;
    line-height: 3.125em;
    border-bottom: 1px solid #ddd;
    padding-left: 1.25em;
}

.tradechat-wrap .chat-box {
    position: relative;
    margin-right: 30px;
    width: calc(100% - 300px);
}

@media (max-width: 768px) {
    .tradechat-wrap .chat-box {
        width: 100%;
    }
}

.tradechat-wrap .chat-box .chat-top {
    position: absolute;
}

.tradechat-wrap .chat-box .chat-cont {
    margin-top: 0;
    height: 695px;
    padding: 80px 45px 20px 20px;
}

@media (max-width: 1170px) {
    .tradechat-wrap .chat-box .chat-cont {
        height: 450px;
    }
}

.agreeParagraph:before, .agreeParagraph:after {
    content: "";
    display: table;
}

.agreeParagraph:after {
    clear: both;
}

.chk_wrapper {
    position: relative;
    display: inline-block;
}

/*style label to give some more space*/
.chk_wrapper label {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    padding-left: 28px;
    cursor: pointer;
}

/*style and hide original checkbox*/
.chk_wrapper input {
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    opacity: 0;
}

/*position new box*/
.chk_wrapper input + label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #858585;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*svg background styles*/
.chk_wrapper input + label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    display: block;
    opacity: 0;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*reveal check for 'on' state*/
.chk_wrapper input:checked + label::after {
    opacity: 1;
    background: url("../images/common/check.png") #fd4142 no-repeat center center;
}

.radio_wrapper {
    position: relative;
    display: inline-block;
}

/*style label to give some more space*/
.radio_wrapper label {
    display: block;
    padding-left: 24px;
}

/*style and hide original checkbox*/
.radio_wrapper input {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
}

/*position new box*/
.radio_wrapper input + label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #858585;
    border-radius: 50%;
}

/*radio pseudo element styles*/
.radio_wrapper input + label::after {
    content: "";
    opacity: 0;
    border: 4px solid;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 7px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

/*reveal check for 'on' state*/
.radio_wrapper input:checked + label::after {
    opacity: 1;
}

/*focus styles*/
.radio_wrapper input:focus + label::before {
    -webkit-box-shadow: 0 0 0 3px #ffbf47;
    box-shadow: 0 0 0 3px #ffbf47;
    outline: 3px solid transparent;
    /* For Windows high contrast mode. */
}

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

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

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

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

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

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

.slick-initialized .slick-slide {
    display: block;
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

.slick-dots li button {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    outline: none;
    background: transparent;
    border-radius: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}

.slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid transparent;
}

.main .main-visual {
    position: relative;
    height: 480px;
}

@media (max-width: 640px) {
    .main .main-visual {
        height: 380px;
    }
}

.main .main-visual .in {
    position: relative;
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
    height: 100%;
}

@media (max-width: 1170px) {
    .main .main-visual .in {
        width: 100%;
        left: auto;
        margin-left: auto;
    }
}

.main .main-visual .in .slick-list {
    height: 100%;
}

.main .main-visual .in .slick-list .slick-track {
    height: 100%;
}

.main .main-visual .item {
    position: relative;
    background:no-repeat center center/cover;
}
.main .main-visual .item .txt:after{
    content:'';
    display: block;
    clear:both;
}
.main .main-visual .item .txt{
    position: absolute;
    left:0;
    right:0;
    margin:0 auto;
    top:50%;
    transform: translateY(-50%);
}
.main .main-visual .item .txt img{
    display: block;
    margin:0 auto;
}
.main .main-visual .item.item05 .txt{
    transform: none;
    top: auto;
    bottom:0;
    max-width:880px;
}
.main .main-visual .item.item05 .txt img:nth-of-type(1){
}
.main .main-visual .item.item05 .txt img:nth-of-type(2){
    float:right;
}
@media (max-width:880px){
    .main .main-visual .item.item05 .txt{
        top:50%;
        bottom:auto;
        transform: translateY(-50%);
    }
}
@media (max-width:1170px){
    .main .main-visual .item.item05 .txt img{
        max-width:90%;
    }
    .main .main-visual .item .txt img{
        max-width:70%;
    }
}
/* .main .main-visual .item.item01 .txt {
  width: 31.313em;
  margin: 30px auto 0;
}

@media (max-width: 480px) {
  .main .main-visual .item.item01 .txt {
    max-width: 270px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
} */

.main .main-visual .main-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.main .main-contents {
    position: relative;
}

.main .main-contents:before, .main .main-contents:after {
    content: "";
    display: table;
}

.main .main-contents:after {
    clear: both;
}

.main .main-contents .atc-header {
    position: relative;
    margin-bottom: 0.875em;
}

.main .main-contents .atc-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #333;
    padding-left: 38px;
}

.main .main-contents .atc-header .more {
    position: absolute;
    top: 0.327em;
    right: 0;
    text-indent: -9999px;
    display: block;
    background: url("../images/main/more.png") #fff no-repeat center center;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
}

.main .main-contents .bbs-realtime-good {
    margin: 3.75em 0 3.125em;
}

@media (max-width: 640px) {
    .main .main-contents .bbs-realtime-good {
        margin: 30px 0;
    }
}

.main .main-contents .bbs-realtime-good .atc-header h2 {
    position: relative;
}

.main .main-contents .bbs-realtime-good .atc-header h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.218em;
    width: 28px;
    height: 25px;
    background: url("../images/main/h2_acc1.png") no-repeat center center;
}

.main .main-contents .add-banner {
    margin: 3.125em 0 3.75em;
}

@media (max-width: 640px) {
    .main .main-contents .add-banner {
        margin: 1.5em 0;
    }
}

.main .main-contents .main-bot {
    margin-bottom: 5em;
}

.main .main-contents .main-bot:before, .main .main-contents .main-bot:after {
    content: "";
    display: table;
}

.main .main-contents .main-bot:after {
    clear: both;
}

.main .main-contents .main-bot .bbs-realtime {
    width: 650px;
    float: left;
    margin-right: 50px;
}

.main .main-contents .main-bot .bbs-realtime .atc-header h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.114em;
    width: 30px;
    height: 30px;
    background: url("../images/main/h2_acc2.png") no-repeat center center;
}

.main .main-contents .main-bot .bbs-realtime .default-table .table-contents > li .tb-subject {
    text-align: left;
}

.main .main-contents .main-bot .bbs-realtime .default-table .tb-gamename {
    width: 130px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
}

.main .main-contents .main-bot .bbs-realtime .default-table .tb-kind {
    width: 70px;
}

.main .main-contents .main-bot .bbs-realtime .default-table .tb-subject {
    width: calc(100% - 365px);
}

.main .main-contents .main-bot .bbs-realtime .default-table .tb-author {
    width: 85px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
}

.main .main-contents .main-bot .bbs-realtime .default-table .tb-date {
    width: 80px;
}

.main .main-contents .main-bot .main-box-right {
    width: calc(100% - 700px);
    width: 100%;

}

.main .main-contents .main-bot .main-box-right:before, .main .main-contents .main-bot .main-box-right:after {
    content: "";
    display: table;
}

.main .main-contents .main-bot .main-box-right:after {
    clear: both;
}

.main .main-contents .main-bot .main-box-right .bbs-notice {
    height: 315px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 1.875em;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .atc-header {
    margin-bottom: 0.750em;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .atc-header h2 {
    padding-left: 0;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li {
    line-height: 1;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li:before, .main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li:after {
    content: "";
    display: table;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li:after {
    clear: both;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li > * {
    float: left;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li a {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    color: #666;
    padding: 0.933em 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
    width: 75%;
    margin-right: 5%;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li a:hover {
    color: #333;
}

.main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li .ymd {
    font-size: 15px;
    font-size: 1.5rem;
    color: #999;
    width: 20%;
    padding: 0.933em 0;
    text-align: right;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer {
    height: 315px;
    border: 1px solid #ddd;
    padding: 1.875em;
    border-left: none;
    background:url('../images/main/ico-call.png')#fff no-repeat top 30px right 25px;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer:before, .main .main-contents .main-bot .main-box-right .shortcut-customer:after {
    content: "";
    display: table;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer:after {
    clear: both;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .atc-header h2 {
    padding-left: 0;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-contact {
    float: left;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-contact .des1 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
    margin-bottom:1.45em;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-contact .tel {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    color: #fd4142;
    line-height: 1;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-contact .des2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 0.429em;
    display: inline;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut {
    float: right;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li {
    line-height: 1;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li a {
    border-radius: 0.35em;
    display: block;
    width: 180px;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(1) {
    margin-bottom: 0.625em;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(1) a {
    color: #666;
    padding: 1.125em 0 1.125em 2em;
    border: 1px solid #ccc;
    background: url("../images/common/gray_right.png") #fff no-repeat right 2.125em center;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(2) a {
    background: url("../images/common/ico-pf.png") #fdd700 no-repeat left 2.5em center;
    border: 1px solid #fdd700;
    padding: 1.125em 0 1.125em 4.688em;
    color: #3e2a2e;
}

.main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(2) a strong {
    font-weight: 700;
}

@media (max-width: 1170px) {
    .main .main-contents .main-bot .bbs-realtime {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .main .main-contents .main-bot .main-box-right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .main .main-contents .main-bot .main-box-right .bbs-notice {
        height: auto;
    }
    .main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li > a {
        width: 80%;
        margin-right: 5%;
    }
    .main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li .ymd {
        width: 15%;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer {
        height: auto;
    }
}

@media (max-width: 480px) {
    .main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li a {
        width: calc(100% - 60px - 5%);
    }
    .main .main-contents .main-bot .main-box-right .bbs-notice .bbs-notice-list > li .ymd {
        width: 60px;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-contact {
        float: none;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut {
        float: none;
        margin-top: 0.875em;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut:before, .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut:after {
        content: "";
        display: table;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut:after {
        clear: both;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li {
        float: left;
        width: calc(50% - 2.5px);
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(1) {
        margin-right: 5px;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(1) a {
        width: 100%;
        padding-left: 15%;
        background-position: right 10% center;
    }
    .main .main-contents .main-bot .main-box-right .shortcut-customer .customer-shortcut li:nth-of-type(2) a {
        width: 100%;
        padding-left: 35%;
        background-position: left 10% center;
    }
}

.sub h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 0.889em;
}

.sub .path {
    padding: 1.875em 0 1.25em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3.125em;
    line-height: 1;
}

.sub .path > ul:before, .sub .path > ul:after {
    content: "";
    display: table;
}

.sub .path > ul:after {
    clear: both;
}

.sub .path > ul > li {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
    color: #666;
}

.sub .path > ul > li.hassub > a {
    position: relative;
    padding-right: 4.533em;
}

.sub .path > ul > li.hassub > a:after {
    content: '';
    position: absolute;
    top: 0.133em;
    right: 0;
    width: 18px;
    height: 18px;
    background: url("../images/common/path_acc.png") no-repeat center center;
}

.sub .path > ul > li.home {
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    display: inline-block;
    background: url("../images/common/home.png") no-repeat center center;
    vertical-align: baseline;
}

.sub .path > ul > li:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 480px) {
    .sub .path > ul > li:not(:first-child) {
        font-size: 1rem;
        padding-left: 10px;
        margin-left: 10px;
    }
}

.sub .path > ul > li:not(:first-child):after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
}

.sub .path > ul > li > .path-depth3 {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: calc(100% + 1.429em + 1px);
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 250;
    display: none;
    padding: 0.5em 0 0 0;
    max-height: 190px;
    overflow-y: scroll;
}

@media (max-width: 1170px) {
    .sub .path > ul > li > .path-depth3 {
        top: calc(100% + 1.429em + 3px);
    }
}

@media (max-width: 1170px) and (max-width: 640px) {
    .sub .path > ul > li > .path-depth3 {
        top: calc(100% + 1.429em + 4px);
    }
}

.sub .path > ul > li > .path-depth3 > li a {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 0.536em 1.429em;
    color: #666;
    line-height: 1;
}

.sub .path > ul > li > .path-depth3 > li a.total-server {
    color: #fd4142;
}

.sub .path > ul > li > .path-depth3 > li a:hover {
    background: #efefef;
}

.sub .join-path-wrap {
    display: table;
    width: 100%;
    border: 5px solid #efefef;
    height: 7.5em;
}

.sub .join-path-wrap .join-path {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
}

.sub .join-path-wrap .join-path:before, .sub .join-path-wrap .join-path:after {
    content: "";
    display: table;
}

.sub .join-path-wrap .join-path:after {
    clear: both;
}

.sub .join-path-wrap .join-path > li {
    font-size: 15px;
    font-size: 1.5rem;
    color: #999;
    display: inline-block;
    position: relative;
}

@media (max-width: 375px) {
    .sub .join-path-wrap .join-path > li {
        font-size: 10px;
    }
}

.sub .join-path-wrap .join-path > li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .sub .join-path-wrap .join-path > li:before {
        width: 15px !important;
        background-size: 100% !important;
    }
}

.sub .join-path-wrap .join-path > li:nth-of-type(1):before {
    width: 30px;
    height: 37px;
    background: url("../images/common/joinstep01.png") no-repeat center center;
}

.sub .join-path-wrap .join-path > li:nth-of-type(1).active:before {
    background: url("../images/common/joinstep01_active.png") no-repeat center center;
}

.sub .join-path-wrap .join-path > li:nth-of-type(2):before {
    width: 30px;
    height: 34px;
    background: url("../images/common/joinstep02.png") no-repeat center center;
}

.sub .join-path-wrap .join-path > li:nth-of-type(2).active:before {
    background: url("../images/common/joinstep02_active.png") no-repeat center center;
}

.sub .join-path-wrap .join-path > li:nth-of-type(3):before {
    width: 30px;
    height: 30px;
    background: url("../images/common/joinstep03.png") no-repeat center center;
}

.sub .join-path-wrap .join-path > li:nth-of-type(3).active:before {
    background: url("../images/common/joinstep03_active.png") no-repeat center center;
}

.sub .join-path-wrap .join-path > li:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
}

@media (max-width: 640px) {
    .sub .join-path-wrap .join-path > li:not(:last-child) {
        margin-right: 10px;
        padding-right: 15px;
    }
}

.sub .join-path-wrap .join-path > li:not(:last-child):after {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/common/joinstep_arrow.png") no-repeat center center;
}

@media (max-width: 640px) {
    .sub .join-path-wrap .join-path > li:not(:last-child):after {
        background-size: 50%;
    }
}

.sub .join-path-wrap .join-path > li.active {
    color: #333;
}

.sub .sub-in {
    padding-bottom: 6.25em;
}

@media (max-width: 640px) {
    .sub .sub-in {
        padding-bottom: 4em;
    }
}

.sub .sub-in .bk-line-box {
    margin-top: 1.875em;
    border-top: 2px solid #333;
    display: table;
    width: 100%;
    padding: 5em 0 0;
}

@media (max-width: 480px) {
    .sub .sub-in .bk-line-box {
        padding: 2em 0 0;
    }
}

.sub .sub-in .bk-line-box .info {
    text-align: center;
}

.sub .sub-in .bk-line-box .info .tit-result {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 5.750em;
    margin-bottom: 0.6em;
    background: url("../images/common/join_already.png") no-repeat center top;
}

@media (max-width: 1170px) {
    .sub .sub-in .bk-line-box .info .tit-result {
        background-size: 4.735em;
    }
}

@media (max-width: 1170px) and (max-width: 480px) {
    .sub .sub-in .bk-line-box .info .tit-result {
        font-size: 2rem;
    }
}

.sub .sub-in .bk-line-box .info .des-result {
    font-size: 15px;
    font-size: 1.5rem;
}

.sub .sub-in .bk-line-box .info .info-detail {
    display: table;
    width: 100%;
    height: 7.5em;
    background: #f5f5f5;
    margin-top: 1.875em;
}

.sub .sub-in .bk-line-box .info .info-detail-in {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.sub .sub-in .bk-line-box .info .info-detail-in .info-account span {
    color: #00a0e9;
}

.sub .sub-in .bk-line-box .info .info-detail-in .join-date {
    color: #666;
}

.sub .sub-in.jointerm h3 {
    margin-top: 3.056em;
}

.sub .sub-in.joincomplete .bk-line-box .info .tit-result {
    background: url("../images/common/join_complete.png") no-repeat center top;
}

@media (max-width: 1170px) {
    .sub .sub-in.joincomplete .bk-line-box .info .tit-result {
        background-size: 4.735em;
    }
}

.sub .sub-in.joincomplete .bk-line-box .info .des-result .reg-id {
    font-weight: 500;
    color: #666;
}

.sub .sub-in.mypage:before, .sub .sub-in.mypage:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage:after {
    clear: both;
}

.sub .sub-in.mypage .mypage-lnb {
    float: left;
    width: 200px;
    margin-right: 70px;
}
.mobileMypageMenu {
    display: none;
}
@media (max-width: 1170px) {
    .sub .sub-in.mypage .mypage-lnb {
        display: none;
    }
    .mobileMypageMenu {
        display: block;
    }
}

.sub .sub-in.mypage .mypage-lnb .mypage-info {
    background: #596986;
    padding: 20px;
    margin-bottom: 10px;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .grade-image {
    display: block;
    text-align: center;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .name {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .name strong {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .apply-zero {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    display: table;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #b2b8c3;
    padding-bottom: 5px;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data {
    margin: 30px 0 20px;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li:before, .sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li:after {
    clear: both;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li:not(:last-child) {
    margin-bottom: 5px;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li .tit {
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    width: 50px;
    margin-right: 35px;
    color: #fff;
    white-space: nowrap;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li .count {
    float: right;
    text-align: end;
    font-size: 13px;
    font-size: 1.3rem;
    width: calc(100% - 85px);
    color: #fff;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .mypage-info-data > li .count strong {
    font-family: 'Gotham Bold';
    font-weight: 700;
    padding-right: 3px;
    color: #f8ee31;
}

.sub .sub-in.mypage .mypage-lnb .mypage-info .message-box {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator {
    border-top: 2px solid #000;
    line-height: 1;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator > ul {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    padding: 17px 21px 14px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    background: #f8f8f8;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator > ul > li > ul {
    padding: 12px 0;
    border-bottom: 1px solid #dfdfdf;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator > ul > li > ul > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    display: block;
    color: #666;
    padding-left: 32px;
    padding: 8px 0 8px 32px;
    background: #fff;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator > ul > li > ul > li > a.on {
    color: #fd4142;
    background: url("../images/common/mylnb-acc.png") #fff no-repeat right 20px center;
}

.sub .sub-in.mypage .mypage-lnb .mypage-navigator > ul > li > ul > li > a:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 1.036em;
    width: 0.214em;
    height: 0.214em;
    background: #ccc;
}

.sub .sub-in.mypage .sub-in-haslnb {
    float: left;
    width: calc(100% - 270px);
}

@media (max-width: 1170px) {
    .sub .sub-in.mypage .sub-in-haslnb {
        width: 100%;
        float: none;
    }
}

.sub .sub-in.mypage .sub-in-haslnb h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
}

.sub .sub-in.mypage .sub-in-haslnb h3.tit-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.833em;
}

.sub .sub-in.mypage .sub-in-haslnb h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}

.sub .sub-in.mypage .sub-in-haslnb .gray-bot-info {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 5.714em;
    padding: 1.429em 0 1.429em 4.143em;
    background: url("../images/common/grayinfo_acc.png") #f5f5f5 no-repeat left 2.143em center;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox {
    border: 6px solid #efefef;
    padding: 1.875em 2.5em;
    margin-bottom: 1.875em;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox:before, .sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox:after {
    clear: both;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l {
    float: left;
}

@media (max-width: 768px) {
    .sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l > * {
    display: inline-block;
    vertical-align: middle;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l .grade {
    margin-right: 1.25em;
}

@media (max-width: 375px) {
    .sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l .grade img {
        max-width: 30px;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l .info-p {
    font-size: 20px;
    font-size: 2rem;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l .info-p strong {
    font-weight: 700;
}

@media (max-width: 480px) {
    .sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .l .info-p {
        font-size: 1.7rem;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r {
    float: right;
}

@media (max-width: 768px) {
    .sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r > * {
    display: inline-block;
    vertical-align: middle;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r .count {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1;
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r .count strong {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Gotham Bold';
    font-weight: 700;
    color: #fd4142;
}

@media (max-width: 480px) {
    .sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r .count strong {
        font-size: 2.3rem;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .mileagea-infobox .r .btn-charge {
    font-size: 14px;
    font-size: 1.4rem;
    width: 8.571em;
    height: 35px;
    line-height: 35px;
    margin-left: 30px;
    text-align: center;
    border: 1px solid #ddd;
}

.sub .sub-in.mypage .sub-in-haslnb .tit-greeting {
    font-size: 28px;
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 0.536em;
}

.sub .sub-in.mypage .sub-in-haslnb .tit-greeting strong {
    font-weight: 700;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition {
    border: 6px solid #efefef;
    margin-bottom: 3.438em;
    background: #f5f5f5;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition:before, .sub .sub-in.mypage .sub-in-haslnb .current-condition:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition:after {
    clear: both;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition > * {
    float: left;
}

@media (max-width: 768px) {
    .sub .sub-in.mypage .sub-in-haslnb .current-condition > * {
        float: none;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l {
    width: 315px;
    padding: 2.500em 2.188em;
}

@media (max-width: 768px) {
    .sub .sub-in.mypage .sub-in-haslnb .current-condition .l {
        width: 100%;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage:before, .sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage:after {
    clear: both;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage > * {
    float: left;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage .grade-image {
    width: 90px;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage .current-available {
    margin-bottom: 30px;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage .current-available .tit {
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    margin: 15px 0 0;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage .current-available .count {
    font-size: 14px;
    font-size: 1.4rem;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .current-mileage .current-available .count strong {
    font-family: 'Gotham Bold';
    font-weight: 700;
    letter-spacing: -0.17rem;
    font-size: 30px;
    font-size: 3rem;
    color: #fd4142;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot {
    margin-left: -10px;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot:before, .sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot:after {
    clear: both;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot > li {
    float: left;
    width: calc(50% - 10px);
    margin-left: 10px;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot > li:nth-of-type(1) a {
    background: #000;
    color: #fff;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot > li:nth-of-type(2) a {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #666;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .l .ui-bot > li a {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r {
    width: calc(100% - 315px);
    background: #fff;
    padding: 2.500em 0;
}

@media (max-width: 768px) {
    .sub .sub-in.mypage .sub-in-haslnb .current-condition .r {
        width: 100%;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul:before, .sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul:after {
    content: "";
    display: table;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul:after {
    clear: both;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li {
    width: 25%;
    float: left;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

@media (max-width: 768px) {
    .sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li {
        padding-top: 70px;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5em;
    height: 5em;
    border-radius: 50%;
}

@media (max-width: 480px) {
    .sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li:before {
        background-size: 40% !important;
    }
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li:nth-of-type(1):before {
    background: url("../images/common/tic-ico1.png") #f5f5f5 no-repeat center center;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li:nth-of-type(2):before {
    background: url("../images/common/tic-ico2.png") #f5f5f5 no-repeat center center;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li:nth-of-type(3):before {
    background: url("../images/common/tic-ico4.png") #f5f5f5 no-repeat center center;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li:nth-of-type(4):before {
    background: url("../images/common/tic-ico3.png") #f5f5f5 no-repeat center center;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li .tit {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    display: block;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li .count {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.sub .sub-in.mypage .sub-in-haslnb .current-condition .r ul li .count strong {
    font-family: 'Gotham Bold';
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fd4142;
    padding-right: 5px;
}

.sub .sub-in.mypage.mypage-report .file-name {
    width: 230px;
}

.sub .sub-in.mypage.mypage-report .file-label {
    width: 90px;
}

@media (max-width: 640px) {
    .sub .sub-in.mypage.mypage-report .file-name {
        width: calc(100% - 55px);
    }
    .sub .sub-in.mypage.mypage-report .file-label {
        width: 50px;
    }
}

.sub .sub-in.charge .banner {
    margin-bottom: 3.75em;
}

.top-info {
    text-align: center;
    margin-bottom: 3.125em;
}

.top-info .tit {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 0.375em;
    word-break: keep-all;
}

@media (max-width: 480px) {
    .top-info .tit {
        font-size: 1.5em;
    }
}

.top-info .des {
    font-size: 15px;
    font-size: 2.3rem;
    color: #666;
}

.sub .sub-in.charge .default-table-ty03 table tbody tr th {
    font-size: 16px;
    font-size: 1.6rem;
}

.sub .sub-in.charge .default-table-ty03 table tbody tr td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1.875em;
    color: #333;
}

.sub .sub-in.charge .default-table-ty03 table tbody tr td input {
    height: 3.333em;
    padding-left: 0.667em;
}

.sub .sub-in.charge .default-table-ty03 table tbody tr td select {
    width: 380px;
    font-size: 1.5rem !important;
    height: 3.333em;
    background: url("../images/common/sel-down.png") #fff no-repeat right 0.933em center;
    border: 1px solid #ddd;
    padding-left: 1em;
}

.sub .sub-in.charge .default-table-ty03 table tbody tr td .info-blue {
    font-weight: 500;
    color: #fd4142;
}

.sub .sub-in.bbs-sell h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.833em;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui {
    position: relative;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui:before, .sub .sub-in.bbs-sell.bbs-default .bbs-botui:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui:after {
    clear: both;
}


.sub .sub-in.bbs-sell.bbs-default .bbs-botui ul {
    margin:20px 0;

}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui li {
    display:inline-block;
    float:right;
}
.sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    right: 0;
    top: 2em;
    display: block;
    width: 10em;
    height: 3em;
    line-height: 3;
    text-align: center;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn-st1 {
    color: #fff;
    background: #fd4142;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn-st2 {
    color: #fd4142;
    background: #fff;
    border: 1px #fd4142 solid;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn-st3 {
    color: #fff;
    background: #666;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn-st4 {
    color: #666;
    background: #fff;
    border: 1px #666 solid;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn {
        position: static;
        float: right;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-sell.bbs-default .bbs-botui .btn {
        width: 60px;
    }
}

.sub .sub-in.bbs-sell.bbs-default .type-sell {
    color: #00a0e9;
}

.sub .sub-in.bbs-sell.bbs-default .type-buy {
    color: #e51b4a;
}

.sub .sub-in.bbs-sell.bbs-default .type-etc {
    color: #666;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-top .bbs-path h3 {
    color: #00a0e9;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-category-list > li.on > a {
    background: #00a0e9;
}

.sub .sub-in.bbs-sell.bbs-default .bbs-category-list > li > a {
    width: 75px;
}

@media (max-width: 375px) {
    .sub .sub-in.bbs-sell.bbs-default .bbs-category-list > li > a {
        width: 20vw;
    }
}

.sub .sub-in.bbs-sell.bbs-default .default-table-ty02.default-table-tyPremium table tbody tr td.tb-subject a {
    padding: 23px 0;
}

.sub .sub-in.bbs-sell.bbs-default .default-table.default-table-tySell .tb-gameServer {
    width: 15.812%;
}

.sub .sub-in.bbs-sell.bbs-default .default-table.default-table-tySell .tb-kind {
    width: 8.5471%;
}

.sub .sub-in.bbs-sell.bbs-default .default-table.default-table-tySell .tb-subject {
    width: calc(100% - 47.4371%);
}

.sub .sub-in.bbs-sell.bbs-default .default-table.default-table-tySell .tb-author {
    width: 14.958%;
    z-index:1;
}

.author-chat {
    position: relative;
}

.author-chat:hover {
    text-decoration: underline;
}

.author-chat:hover .bbs-btnChat {
    text-indent: -9999px;
    display: block;
}

.author-chat .bbs-btnChat {
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 22px);
    background: url("../images/common/bbs-chat.png") no-repeat center center/100%;
    width: 7em;
    height: 44px;
    display: none;
    z-index: 10;
}

.sub .sub-in.bbs-sell.bbs-default .default-table.default-table-tySell .tb-regiDate {
    width: 8.12%;
}

.sub .sub-in .bbs-top {
    margin-bottom: 0.625em;
}

.sub .sub-in .bbs-top:before, .sub .sub-in .bbs-top:after {
    content: "";
    display: table;
}

.sub .sub-in .bbs-top:after {
    clear: both;
}

.sub .sub-in .bbs-top .bbs-path {
    float: left;
    line-height: 1;
}

@media (max-width: 640px) {
    .sub .sub-in .bbs-top .bbs-path {
        float: none;
        width: 100%;
    }
}

.sub .sub-in .bbs-top .bbs-path > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-size: 3rem;
}

.sub .sub-in .bbs-top .bbs-path h3 {
    color: #fd4142;
    margin-bottom: 0;
    padding-right: 18px;
    margin-right: 18px;
    position: relative;
    font-weight: 700;
}

.sub .sub-in .bbs-top .bbs-path h3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.sub .sub-in .bbs-top .bbs-path .bbs-property {
    color: #999;
}

.sub .sub-in .bbs-top .bbs-path a {
    color: #999;
    margin-bottom: 0;
    padding-right: 18px;
    margin-right: 18px;
    position: relative;
    font-weight: 700;
}

.sub .sub-in .bbs-top .bbs-path a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.sub .sub-in .bbs-top .bbs-path a.on {
    color: #fd4142;
}

.sub .sub-in .bbs-top .bbs-top-search {
    float: right;
}

.sub .sub-in .bbs-top .bbs-top-search:before, .sub .sub-in .bbs-top .bbs-top-search:after {
    content: "";
    display: table;
}

.sub .sub-in .bbs-top .bbs-top-search:after {
    clear: both;
}

@media (max-width: 640px) {
    .sub .sub-in .bbs-top .bbs-top-search {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}

.sub .sub-in .bbs-top .bbs-top-search .ipt-bbs-search {
    font-size: 1.4rem !important;
    width: 250px;
    height: 40px;
    float: left;
    border: 1px solid #ddd;
    padding-left: 10px;
}

@media (max-width: 640px) {
    .sub .sub-in .bbs-top .bbs-top-search .ipt-bbs-search {
        width: calc(100% - 40px);
    }
}

.sub .sub-in .bbs-top .bbs-top-search .btn-search {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/common/search-top.png") #fd4142 no-repeat center center;
    text-indent: -9999px;
    display: block;
}

.sub .sub-in .bbs-category {
    display: table;
    width: 100%;
    height: 5.625em;
    border: 6px solid #efefef;
    margin: 0.8em 0 3.438em;
}

@media (max-width: 1170px) {
    .sub .sub-in .bbs-category {
        margin-bottom: 2.5em;
    }
}

@media (max-width: 1170px) and (max-width: 640px) {
    .sub .sub-in .bbs-category {
        margin-bottom: 1em;
    }
}

.sub .sub-in .bbs-category-list {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 20px;
}

.sub .sub-in .bbs-category-list > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.sub .sub-in .bbs-category-list > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 155px;
    display: block;
    padding: 10px 0;
    text-align: center;
}

@media (max-width: 375px) {
    .sub .sub-in .bbs-category-list > li > a {
        font-size: 1.25rem;
        width: 28vw;
    }
}

.sub .sub-in .bbs-category-list > li.on a {
    background: #fd4142;
    color: #fff;
    border-radius: 3em;
}

.sub .sub-in .bbs-titArea:before, .sub .sub-in .bbs-titArea:after {
    content: "";
    display: table;
}

.sub .sub-in .bbs-titArea:after {
    clear: both;
}

.sub .sub-in .bbs-titArea h4 {
    float: left;
}

@media (max-width: 480px) {
    .sub .sub-in .bbs-titArea h4 {
        float: none;
    }
}

.sub .sub-in .bbs-titArea .order-kindList {
    float: right;
    margin-top: 0.625em;
}

.sub .sub-in .bbs-titArea .order-kindList:before, .sub .sub-in .bbs-titArea .order-kindList:after {
    content: "";
    display: table;
}

.sub .sub-in .bbs-titArea .order-kindList:after {
    clear: both;
}

@media (max-width: 480px) {
    .sub .sub-in .bbs-titArea .order-kindList {
        margin-top: 0;
        margin-bottom: 0.625em;
    }
}

.sub .sub-in .bbs-titArea .order-kindList > li {
    float: left;
    position: relative;
    line-height: 1;
}

.sub .sub-in .bbs-titArea .order-kindList > li:not(:last-child) {
    padding-right: 14px;
    margin-right: 14px;
}

@media (max-width: 480px) {
    .sub .sub-in .bbs-titArea .order-kindList > li:not(:last-child) {
        padding-right: 7px;
        margin-right: 7px;
    }
}

.sub .sub-in .bbs-titArea .order-kindList > li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.sub .sub-in .bbs-titArea .order-kindList > li.on a {
    color: #333;
}

.sub .sub-in .bbs-titArea .order-kindList > li > a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.sub .sub-in.bbs-sell-v .view-top {
    margin-bottom: 2.5em;
}

.sub .sub-in.bbs-sell-v .view-top .info:before, .sub .sub-in.bbs-sell-v .view-top .info:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-sell-v .view-top .info:after {
    clear: both;
}

.sub .sub-in.bbs-sell-v .view-top .info .product-number {
    font-size: 15px;
    font-size: 1.5rem;
    color: #999;
    float: left;
}

.sub .sub-in.bbs-sell-v .view-top .info .register-date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    float: right;
}

.sub .sub-in.bbs-sell-v .view-top .tit {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #333;
    margin-top: 0.333em;
}

.sub .sub-in.bbs-sell-v .view-top .tit > span {
    font-size: 2rem;
    color: #666;
}

.sub .sub-in.bbs-sell-v .btn-type-a {
    margin: 1.667em auto 4.444em;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .btn-type-a {
        margin: 1.25em auto;
    }
}

.sub .sub-in.bbs-sell-v .default-table-ty03 table tbody {
    font-size: 16px;
    font-size: 1.6rem;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td {
    color: #333;
    padding: 1.875em;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 td {
        padding: 1em 0.5em;
    }
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .grade-image {
    display: inline-block;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .grade-image img {
    margin-right: 5px;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 td .grade-image img {
        max-width: 80%;
        margin-right: 0;
    }
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .btn-chat {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    background: url("../images/sub/chat-acc.png") no-repeat left 10px center;
    border: 1px solid #6c99ed;
    padding: 5px 0 5px 2.5em;
    margin-left: 1.667em;
}

@media (max-width: 768px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 td .btn-chat {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 td .btn-chat {
        width: 100%;
        padding-left: 3em;
    }
}
.sub .sub-in.bbs-sell-v .default-table-ty03 td .cont {
    font-size:2.2rem;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .cont strong {
    color: #fd4142;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .pay-emp {
    font-size: 30px;
    font-size: 3rem;
    color: #e51b4a;
    font-family: 'Gotham Bold';
    font-weight: 700;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 td .pay-emp {
        font-size: 15px;
    }
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .ipt-amount {
    font-size: 3rem !important;
    width: 5em;
    height: 2em;
    text-align: right;
    padding-left: 0;
    padding-right: 0.5em;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 td .ipt-amount {
        height: 1.5em;
    }
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .des-cont {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .des-amount {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
    margin-top: 0.333em;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 td .tb-detailTxt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .btn-charge {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #4780e9;
    border: 1px solid #6c99ed;
    margin-left: 1.667em;
    padding: 0.417em 0.833em;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 select {
    font-size: 1.5rem !important;
    height: 3.333em;
    background: url("../images/common/sel-down.png") #fff no-repeat right 10% center;
    border: 1px solid #ddd;
    padding-left: 1em;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 select.contact-selector {
    width: 160px;
    margin-right: 10px;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 select.tel-selector {
    width: 100px;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 input {
    font-size: 1.5rem !important;
    height: 3.333em;
    background: #fff;
    border: 1px solid #ddd;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .des {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 0.714em;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 #receipt_wrap {
    display:none;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 #receipt_wrap p {
    font-size:13px;

}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap {
    font-size: 0px;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap > * {
    display: inline-block;
    vertical-align: middle;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap .dash {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap .contact-selector {
        width: 50%;
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap .contact-selector {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap .tel-selector {
        width: 30%;
    }
    .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-telwrap .ipt-w-100 {
        width: 20%;
    }
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist:before, .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist:after {
    clear: both;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li {
    float: left;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li:not(:last-child) {
    display:block;
    width:100%;
    margin-bottom:15px;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper input + label:before {
    border: 1px solid #fd4142;
    background: #fff;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper input:checked + label:after {
    border: 1px solid #fd4142;
    background: url("../images/common/check-blue.png") #fff no-repeat center center;
    width: 16px;
    height: 16px;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 350;
    color: #666;
    padding-left: 27px;
    padding-right:10px;
    line-height:2;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper label:hover{
    background:#e1edff;
}

.sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper label mark{
    background:transparent;
}

@media (max-width: 1170px) {
    .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper input + label::before {
        top: 1px;
    }
    .sub .sub-in.bbs-sell-v .default-table-ty03 .rec-checklist li .chk_wrapper input + label::after {
        top: 1px;
    }
}

.sub .sub-in.bbs-sell-v .btnlist-length2 li:nth-of-type(1) {
    background: #fd4142;
    color: #fff;
}

.sub .sub-in.bbs-sell-v .btnlist-length2 li:nth-of-type(2) {
    background: #fff;
    border: 1px solid #999;
    color: #666;
}

.sub .sub-in.bbs-sell-v.bbs-ordercomplete .btnlist-length2 li:nth-of-type(1) {
    background: #fff;
    color: #fd4142;
    border: 1px solid #fd4142;
}

.sub .sub-in.bbs-sell-v.bbs-ordercomplete .btnlist-length2 li:nth-of-type(2) {
    background: #fd4142;
    color: #fff;
    border: 1px solid transparent;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top {
    padding: 1.875em 0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top:before, .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top:after {
        content: "";
        display: table;
    }
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top:after {
        clear: both;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top h3 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    width: 5.333em;
    background: #00a0e9;
    text-align: center;
    margin: 0;
    line-height: 1.667;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .tit {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0.833em 0 1.250em;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .tit {
        margin: 10px 0 15px;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi:before, .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi:after {
    clear: both;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi .bbs-btnChat {
        display:block;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li {
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    padding-left: 23px;
    position: relative;
    line-height: 1;
    color: #999;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li {
        float: none;
    }
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:after {
        display: none;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:before {
    position: absolute;
    left: 0;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:nth-of-type(1):before {
    content: url("../images/common/bbs-top-acc01.png");
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:nth-of-type(2):before {
    content: url("../images/common/bbs-top-acc02.png");
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:nth-of-type(3):before {
    content: url("../images/common/bbs-top-acc03.png");
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-top .bbs-view-topUi > li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-cont {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
    padding: 3.333em 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3.333em;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .tit {
    font-size: 0;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .tit > * {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .tit h3 {
    margin: 0 3px 0 0;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .tit .count {
    color: #fd4142;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert {
    margin: 1.25em 0 2.5em;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert:before, .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert:after {
    clear: both;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert {
        margin: 1em 0 2em;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert > * {
    float: left;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert .ipt-comments {
    font-size: 1.4rem !important;
    width: calc(100% - 110px);
    height: 5.714em;
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 10px;
    padding: 20px;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert .btn-commentsReg {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    width: 100px;
    height: 5.333em;
    color: #fff;
    background: #666;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert .ipt-comments {
        height: 45px;
    }
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-insert .btn-commentsReg {
        height: 45px;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont {
    position: relative;
    padding: 1.875em 0;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont {
        padding: 1rem;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont > * {
    display: block;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .comments-author {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .comments-date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin: 0.143em 0 0.857em;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .comments-contTxt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit {
    position: absolute;
    right: 0;
    top: 2.2em;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit:before, .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit:after {
    clear: both;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit {
        position: static;
        margin: 20px 0;
    }
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li {
    float: left;
    position: relative;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li:nth-of-type(1), .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li:nth-of-type(2) {
    padding-right: 14px;
    margin-right: 14px;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li:nth-of-type(1) a, .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li:nth-of-type(2) a {
    color: #666;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li:nth-of-type(1):after, .sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li:nth-of-type(2):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.sub .sub-in.bbs-view .bbs-view-wrap .bbs-view-comments .comments-cont-list .comments-cont .ui-edit > li a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    display: block;
    line-height: 1;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .total-search-form {
    position: relative;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    width: 580px;
    z-index: 80;
}

@media (max-width: 1024px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .total-search-form {
        width: 100%;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist:before, .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist:after {
    clear: both;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li {
    position: relative;
    float: left;
    width: 180px;
    height: 120px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}

@media (max-width: 1024px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li {
        width: calc(33.333% - 6.666px);
    }
}

@media (max-width: 1024px) and (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li {
        height: 100px;
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li {
        height: auto;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li.on {
    background: #f7f9fd;
    color: #fd4142;
    border: 2px solid #fd4142;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li.on:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url("../images/sub/bbs-type-check.png") no-repeat center center;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li.on:before {
        background-size: 15px;
        top: 2%;
        left: 2%;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:not(:last-child) {
        margin-right: 10px;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 85px;
    display: block;
    text-align: center;
    line-height: 1;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li a {
        padding-top: 70px;
        background-size: 35px !important;
    }
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li a {
        padding-top: 55px;
        padding-bottom: 15px;
        background-size: 25px !important;
        background-position: center top 20px !important;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:nth-of-type(1) a {
    background: url("../images/sub/bbs-type01.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:nth-of-type(1).on a {
    background: url("../images/sub/bbs-type01_on.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:nth-of-type(2) a {
    background: url("../images/sub/bbs-type02.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:nth-of-type(2).on a {
    background: url("../images/sub/bbs-type02_on.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:nth-of-type(3) a {
    background: url("../images/sub/bbs-type03.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist > li:nth-of-type(3).on a {
    background: url("../images/sub/bbs-type03_on.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-kind > li:nth-of-type(1) a {
    background: url("../images/sub/bbs-type-kind01.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-kind > li:nth-of-type(1).on a {
    background: url("../images/sub/bbs-type-kind01_on.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-kind > li:nth-of-type(2) a {
    background: url("../images/sub/bbs-type-kind02.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-kind > li:nth-of-type(2).on a {
    background: url("../images/sub/bbs-type-kind02_on.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-kind > li:nth-of-type(3) a {
    background: url("../images/sub/bbs-type03.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-kind > li:nth-of-type(3).on a {
    background: url("../images/sub/bbs-type03_on.png") no-repeat center top 25px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .file-wrap {
    position: relative;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .file-wrap:not(:first-child) {
    margin-top: 10px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-indent: -9999px;
    display: block;
    display: inline-block;
    margin-left: 5px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file button.increase {
    background: url("../images/sub/file-increase.png") #fff no-repeat center center;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file button.decrease {
    background: url("../images/sub/file-decrease.png") #fff no-repeat center center;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file {
        width: 100%;
        display: block;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file:not(:first-child) {
    margin-top: 10px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file .file-name {
    width: 300px;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file .file-name {
        width: calc(100% - 65px);
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file .file-label {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100px;
    height: 3.333em;
    line-height: 3.333;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file .file-label {
        width: 60px;
    }
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td.tb-file .input-file.has-increase .file-name {
        width: calc(100% - 95px);
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .amount-linewrap select {
    margin: 0 10px 0 5px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .minimum-linewrap .ipt-w-230 {
    margin-right: 5px;
}

@media (max-width: 640px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .minimum-linewrap .ipt-w-230 {
        width: calc(60% - 5px);
    }
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .minimum-linewrap .sel-w-120 {
        width: 40%;
    }
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .price-linewrap .des-connect:nth-of-type(1) {
    margin: 0 20px 0 10px;
}

.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .price-linewrap .des-connect:nth-of-type(2) {
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .price-linewrap .ipt-w-230 {
        width: 50%;
    }
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .price-linewrap .ipt-w-230:nth-of-type(2) {
        margin-top: 10px;
    }
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .price-linewrap .des-connect:nth-of-type(2) {
        margin-top: 10px;
    }
}

.sub .sub-in.bbs-write .write-warning {
    border: 1px solid #fbc3b2;
    background: #fff9fb;;
    padding: 1.875em 1.25em;
    margin-top: 1.875em;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-write .write-warning {
        padding: 1.5rem 1rem;
    }
}

.sub .sub-in.bbs-write .write-warning .tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.556em;
}

.sub .sub-in.bbs-write .write-warning ul li {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    position: relative;
    padding-left: 0.714em;
}

.sub .sub-in.bbs-write .write-warning ul li:not(:last-child) {
    margin-bottom: 0.357em;
}

.sub .sub-in.bbs-write .write-warning ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.607em;
    width: 0.286em;
    height: 0.286em;
    background: #fd4142;
}

.sub .sub-in.bbs-write .btn-type-a {
    margin-top: 2.778em;
}

.sub .sub-in.bbs-write .des-connect {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
}

.sub .sub-in.bbs-write .sales-method {
    width: 600px;
    border-left: 1px solid #ddd;
}

.sub .sub-in.bbs-write .sales-method:before, .sub .sub-in.bbs-write .sales-method:after {
    content: "";
    display: table;
}

.sub .sub-in.bbs-write .sales-method:after {
    clear: both;
}

@media (max-width: 1024px) {
    .sub .sub-in.bbs-write .sales-method {
        width: 100%;
    }
}

.sub .sub-in.bbs-write .sales-method > li {
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    position: relative;
}

.sub .sub-in.bbs-write .sales-method > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #ddd;
}

.sub .sub-in.bbs-write .sales-method > li.on:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #fd4142;
    border-bottom-color: #fd4142;
}

.sub .sub-in.bbs-write .sales-method > li.on a {
    background: #fd4142;
    color: #fff;
}

.sub .sub-in.bbs-write .sales-method > li a {
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    background: #fafafa;
    color: #999;
    height: 3.333em;
    line-height: 3.333;
    word-break: keep-all;
}

@media (max-width: 480px) {
    .sub .sub-in.bbs-write .sales-method > li a {
        font-size: 11px;
        line-height: inherit;
        height: auto;
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .sub .sub-in.bbs-write .amount-linewrap .ipt-w-230 {
        width: 100%;
    }
    .sub .sub-in.bbs-write .amount-linewrap select {
        width: 50%;
        margin: 10px 5px 0 0 !important;
    }
    .sub .sub-in.bbs-write .amount-linewrap .des-connect {
        margin-top: 5px;
    }
}

.sub .sub-in.joininsert .joinDepositor-linewrap {
    margin-bottom: 10px;
}

.sub .sub-in.joininsert .joinDepositor-linewrap span {
    font-size: 15px;
    font-size: 1.5rem;
}

@media (max-width: 640px) {
    .sub .sub-in.joininsert .btn-w-100 {
        width: 50px;
    }
    .sub .sub-in.joininsert .ipt-w-300 {
        width: 100%;
    }
    .sub .sub-in.joininsert .joindouble-linewrap .ipt-w-300 {
        width: calc(100% - 60px);
    }
}

@media (max-width: 1024px) {
    .sub .sub-in.joininsert .joinmail-linewrap .ipt-w-200 {
        width: calc(50% - 1.091em);
    }
    .sub .sub-in.joininsert .joinmail-linewrap .sel-w-200 {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .sub .sub-in.joininsert .joinBank-linewrap .ipt-w-300 {
        width: 39.307%;
    }
}

@media (max-width: 1024px) and (max-width: 640px) {
    .sub .sub-in.joininsert .joinBank-linewrap .sel-w-150 {
        width: 33.333%;
    }
    .sub .sub-in.joininsert .joinBank-linewrap .ipt-w-300 {
        width: calc(100% - 33.333% - 70px);
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .sub .sub-in.joininsert .table-sty-01 table tbody tr th {
        padding: 0 5px;
        font-size: 10px !important;
    }
    .sub .sub-in.joininsert .joinBank-linewrap .sel-w-150 {
        width: 100%;
    }
    .sub .sub-in.joininsert .joinBank-linewrap .ipt-w-300 {
        width: calc(100% - 60px);
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .sub .sub-in.joininsert .joinBank-linewrap .btn-w-100 {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .sub .sub-in.joininsert .jointel-linewrap .ipt-w-100 {
        width: calc(33.333% - 1.1em);
    }
    .sub .sub-in.joininsert .jointel-linewrap .chk-paragraph {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 1170px) {
    .sub .sub-in.joininsert .chk_wrapper input + label::before {
        top: 1px;
    }
    .sub .sub-in.joininsert .chk_wrapper input + label::after {
        top: 1px;
    }
}

@media (max-width: 640px) and (max-width: 640px) {
    .sub .sub-in.charge .select-myaccount {
        width: 100% !important;
        padding-right: 2em;
    }
}

@media (max-width: 480px) {
    .sub .sub-in.charge .ipt-w-200 {
        width: 90%;
    }
}

.sub .sub-in.chat .bbs-top {
    margin-bottom: 2.188em;
}

.sub .sub-in.chat h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.833em;
}

.sub .sub-in.chat.general-chat .bbs-top .bbs-path h3 {
    color: #00a0e9;
}

.sub .sub-in.attendance .attendance-wrap {
    background: url("../images/sub/attendance-bg.jpg") no-repeat center center/cover;
    padding-bottom: 3.750em;
}

@media (max-width: 640px) {
    .sub .sub-in.attendance .attendance-wrap {
        padding-bottom: 2em;
    }
}

.sub .sub-in.attendance .attendance-wrap .in {
    max-width: 850px;
    margin: 0 auto;
}

@media (max-width: 1170px) {
    .sub .sub-in.attendance .attendance-wrap .in {
        padding: 0 10px;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .img-tit {
    text-align: center;
    margin-bottom: 2.5em;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar {
    position: relative;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar:before {
    content: '';
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    width: 66.4em;
    height: 1.8em;
    left: 0;
    right: 0;
    top: -.9em;
    margin: 0 auto;
    background: url("../images/sub/attendance-calacc.jpg") no-repeat center center/100%;
}
.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar:after {
    content: '';
    position: absolute;
    right: -11.5em;
    top: 16.5em;
    font-size: 10px;
    font-size: 1rem;
    width: 22.3em;
    height: 21.2em;
    background: url("../images/sub/attendance-chat.png") no-repeat center center/100%;
}
@media (max-width: 1170px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar:after {
        display: none;
    }
}

@media (max-width: 640px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar:before {
        width: 80%;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list:before, .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list:after {
    content: "";
    display: table;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list:after {
    clear: both;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #3e419d;
    padding: 0.625em 0;
    border-top: 3px solid #333;
}

@media (max-width: 640px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (max-width: 640px) and (max-width: 375px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li > * {
    display: inline-block;
    vertical-align: middle;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li span {
    font-family: 'Gotham Bold';
    font-weight: 700;
    width: 2.083em;
    height: 2.083em;
    line-height: 2.083;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.417em;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li:nth-of-type(1) {
    border-top-left-radius: 0.667em;
    border-left: 3px solid #333;
    border-right: 1px solid #6567b1;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li:nth-of-type(1) span {
    background: #5360f7;
    color: #ffec1b;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li:nth-of-type(2) {
    border-top-right-radius: 0.667em;
    border-right: 3px solid #333;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .count-list > li:nth-of-type(2) span {
    background: #ffec1b;
    color: #333;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list {
    background: #fff;
    padding: 1.875em 4.688em 0;
    border: 3px solid #333;
    border-top: none;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list:before, .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list:after {
    content: "";
    display: table;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list:after {
    clear: both;
}

@media (max-width: 640px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list {
        padding: 2rem 1rem;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list li {
    float: left;
    width: calc(20% - 1em);
    margin-bottom: 1.688em;
    text-align: center;
}

@media (max-width: 480px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list li {
        margin-bottom: .5em;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list li:not(:nth-of-type(5n)) {
    margin-right: 1.25em;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list li .img {
    margin-bottom: 0.625em;
}

.sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list li span {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
}

@media (max-width: 640px) {
    .sub .sub-in.attendance .attendance-wrap .in .attendance-calendar .stamp-list li span {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .des {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 1.65em;
}
.sub .sub-in.attendance .attendance-wrap .in .des-m {
    text-align: center;
    color: #fff;
    display: none;
    word-break: keep-all;
    background: #ea535e;
    padding: 1em;
    margin-top: 1em;
    border-radius: 1em;
}

@media (max-width: 1170px) {
    .sub .sub-in.attendance .attendance-wrap .in .des-m {
        display: block;
    }
}

@media (max-width: 1170px) and (max-width: 480px) {
    .sub .sub-in.attendance .attendance-wrap .in .des-m strong {
        display: block;
    }
}

.sub .sub-in.attendance .attendance-wrap .in .des-m strong {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffec1b;
}

.sub .sub-in.attendance .attendance-wrap .in .des-m span {
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}
/* usinginfo */

.sub .sub-in.usinginfo h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
}

.sub .sub-in.usinginfo .tab-udl {
    margin: 1.25em 0 1.875em;
    position: relative;
    border-bottom: 2px solid #fd4142;
}

.sub .sub-in.usinginfo .tab-udl:before, .sub .sub-in.usinginfo .tab-udl:after {
    content: "";
    display: table;
}

.sub .sub-in.usinginfo .tab-udl:after {
    clear: both;
}

.sub .sub-in.usinginfo .tab-udl > li {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    float: left;
    width: 235px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .sub .sub-in.usinginfo .tab-udl > li {
        display: table;
        width: 33.33%;
        height: 45px;
    }
}

.sub .sub-in.usinginfo .tab-udl > li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -2px;
    border: 1px solid #c8c8c8;
    border-bottom-color: #fd4142;
    border-right:0;
}
.sub .sub-in.usinginfo .tab-udl > li:last-child a:before  {
    border-right:1px solid #c8c8c8
}

.sub .sub-in.usinginfo .tab-udl > li.on {
    color: #fd4142;
    background: #fff;
    font-weight: 500;
}

.sub .sub-in.usinginfo .tab-udl > li.on a:before {
    border: 2px solid;
    border-top: 2px solid #fd4142;
    border-left: 2px solid #fd4142;
    border-right: 2px solid #fd4142;
    border-bottom-color: #fff;
    bottom: -2px;
}

.sub .sub-in.usinginfo .tab-udl > li a {
    display: block;
    padding: 1em;
    position:relative;
}

@media (max-width: 768px) {
    .sub .sub-in.usinginfo .tab-udl > li a {
        display: table-cell;
        vertical-align: middle;
    }
}

.sub .sub-in.usinginfo .tab-udl > li:nth-of-type(1):not(.on):before {
    border-right: none;
}

.sub .sub-in.usinginfo .tab-udl > li:nth-of-type(1).on + li:before {
    border-right: none;
}

.sub .sub-in.usinginfo .tab-udl > li:nth-of-type(3).on + li:before {
    border-right: none;
}

.sub .sub-in.usinginfo .infostep-list {
    margin-left: -1.25em;
}

.sub .sub-in.usinginfo .infostep-list:before, .sub .sub-in.usinginfo .infostep-list:after {
    content: "";
    display: table;
}

.sub .sub-in.usinginfo .infostep-list:after {
    clear: both;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(1):before {
    background-image: url("../images/sub/p-stepico1.png");
    width: 5em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(2):before {
    background-image: url("../images/sub/p-stepico2.png");
    width: 5em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(3):before {
    background-image: url("../images/sub/p-stepico3.png");
    width: 4.8em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(4):before {
    background-image: url("../images/sub/p-stepico4.png");
    width: 4.9em;
    height: 4.2em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(5):before {
    background-image: url("../images/sub/p-stepico5.png");
    width: 4.8em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(6):before {
    background-image: url("../images/sub/p-stepico6.png");
    width: 5em;
    height: 4.8em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(7):before {
    background-image: url("../images/sub/p-stepico7.png");
    width: 5em;
    height: 4.6em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-a li:nth-of-type(8):before {
    background-image: url("../images/sub/p-stepico8.png");
    width: 4em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(1):before {
    background-image: url("../images/sub/p-stepico9.png");
    width: 5.4em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(2):before {
    background-image: url("../images/sub/p-stepico10.png");
    width: 5em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(3):before {
    background-image: url("../images/sub/p-stepico3.png");
    width: 4.8em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(4):before {
    background-image: url("../images/sub/p-stepico5.png");
    width: 4.8em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(5):before {
    background-image: url("../images/sub/p-stepico6.png");
    width: 5em;
    height: 4.8em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(6):before {
    background-image: url("../images/sub/p-stepico7.png");
    width: 5em;
    height: 4.6em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-b li:nth-of-type(7):before {
    background-image: url("../images/sub/p-stepico8.png");
    width: 4em;
    height: 5em;
}


.sub .sub-in.usinginfo .infostep-list.ifs-l-c li:nth-of-type(1):before {
    background-image: url("../images/sub/p-stepico5.png");
    width: 4.8em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-c li:nth-of-type(2):before {
    background-image: url(../images/sub/p-stepico7.png);
    width: 5em;
    height: 4.6em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-c li:nth-of-type(3):before {
    background-image: url("../images/sub/p-stepico3.png");
    width: 4.8em;
    height: 5em;
}

.sub .sub-in.usinginfo .infostep-list.ifs-l-c li:nth-of-type(4):before {
    background-image: url("../images/sub/p-stepico2.png");
    width: 5em;
    height: 5em;
}


.sub .sub-in.usinginfo .infostep-list li {
    float: left;
    width: calc(33.333% - 1.25em);
    margin-left: 1.25em;
    margin-bottom: 1.25em;
    border: 1px solid #ddd;
    height: 270px;
    padding: 1.875em;
    position: relative;
    background: #fff;
}

@media (max-width: 1170px) {
    .sub .sub-in.usinginfo .infostep-list li {
        width: calc(33.333% - 1.25em);
    }
    .sub .sub-in.usinginfo .infostep-list li:nth-of-type(3):after, .sub .sub-in.usinginfo .infostep-list li:nth-of-type(6):after {
        display: none;
    }
    .sub .sub-in.usinginfo .infostep-list li:nth-of-type(4):after {
        display: block !important;
    }
}

@media (max-width: 1170px) and (max-width: 768px) {
    .sub .sub-in.usinginfo .infostep-list li {
        width: calc(50% - 1.25em);
        padding: 1.875em 1em 22em 1em;
    }
    .sub .sub-in.usinginfo .infostep-list li:nth-of-type(odd):after {
        display: block !important;
    }
    .sub .sub-in.usinginfo .infostep-list li:nth-of-type(even):after, .sub .sub-in.usinginfo .infostep-list li:last-of-type:after {
        display: none !important;
    }
}

.sub .sub-in.usinginfo .infostep-list li:nth-of-type(4):after, .sub .sub-in.usinginfo .infostep-list li:last-of-type:after {
    display: none;
}

.sub .sub-in.usinginfo .infostep-list li:after {
    content: '';
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    width: 4.5em;
    height: 4.5em;
    left: calc(100% - 1em);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/sub/step-ar.png") no-repeat center center/100%;
    z-index: 1;
}

.sub .sub-in.usinginfo .infostep-list li:before {
    content: '';
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    right: 3em;
    bottom: 3em;
    background: no-repeat center center / 100%;
}

.sub .sub-in.usinginfo .infostep-list li .no {
    font-size: 15px;
    font-size: 1.5rem;
    color: #00a0e9;
    display: block;
    margin-bottom: 2em;
}

@media (max-width: 480px) {
    .sub .sub-in.usinginfo .infostep-list li .no {
        margin-bottom: .5em;
    }
}

.sub .sub-in.usinginfo .infostep-list li .tit {
    font-size: 18px;
    font-size: 1.8rem;
    height: 3.333em;
    color:#333;
}

.sub .sub-in.usinginfo .infostep-list li .des {
    font-size: 15px;
    font-size: 1.5rem;
    color: #999;
}


.sub .sub-in.usinginfo p{
    font-size: 1.5rem;
    color: #666;
}
.sub .sub-in.usinginfo table {
    border-top:1px solid #333;
    margin-bottom:2em;
    font-size: 1.5rem;
    color: #666;
}
.sub .sub-in.usinginfo table th{
    padding:10px;
    background:#f5f5f5;
    border-bottom:1px solid #ddd;
    color:#333;
}
.sub .sub-in.usinginfo table td{
    padding:10px;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}
.sub .sub-in.usinginfo table td:last-child{
    border-right:0;
}



.sub .sub-in.usinginfo .sqr-g:not(:last-of-type) {
    margin-bottom: 3.125em;
}

.sub .sub-in.usinginfo .sqr-g:nth-of-type(1) {
    margin-top: 1.875em;
}

.sub .sub-in.usinginfo .sqr-g h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1em;
}

.sub .sub-in.usinginfo .sqr-g ul {
    background: #f5f5f5;
    padding: 1.875em;
}

.sub .sub-in.usinginfo .sqr-g ul li {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
    position: relative;
    padding-left: 1em;
    line-height: 2;
}

.sub .sub-in.usinginfo .sqr-g ul li:before {
    content: '';
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 1.3em;
    width: .4em;
    height: .4em;
    background: #fd4142;
}

.sub .sub-in.company .txt-des {
    text-align: center;
    margin-top: 3em;
    word-break: keep-all;
}

.sub .sub-in.company .txt-des .tit {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1em;
}

.sub .sub-in.company .txt-des .des {
    color: #666;
    margin-bottom: 1em;
}

.sub .sub-in.company .txt-des .des:nth-of-type(3) {
    margin-bottom: 2.5em;
}

.sub .sub-in.company .txt-des .des-bot {
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    padding-top: 3.333em;
}

.sub .sub-in.company .txt-des .des-bot:before {
    content: '';
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 1px;
    height: 6em;
    background: #ddd;
}

.sub .sub-in.company .txt-des .des-bot strong {
    font-weight: 500;
    color: #fd4142;
}
/* added */
.dft-color{color:#fd4142;}
.table-mileage{display: table;border:1px solid #ddd;width:100%;text-align: center;padding:3.75em 10px;}
.table-mileage .tit{font-size:3.2rem;font-weight: 500;position: relative;padding-top:2.344em;word-break: keep-all;}
.table-mileage .tit:before{content:'';position: absolute;top:0;left:0;right:0;font-size:1rem;width:6em;height:6.3em;background:url('../images/sub/ico_grade_pre.png')no-repeat center center / 100%;margin:0 auto;}
.table-mileage .des{font-size:1.5rem;color:#666;margin:1.333em 0 2.133em;word-break: keep-all;}
.table-mileage .btn-type-a{margin-top:0;}
.table-mileage .ald_account{font-size:2rem;margin:1em 0;}
.bbs-sty-01{border-top: 2px solid #333;}
.bbs-sty-01 thead{border-bottom:1px solid #ddd;}
.bbs-sty-01 thead tr th{font-size: 1.5rem;font-weight: 500;height: 3.333em;background: #f8f8f8;color: #333;text-align: center;}
.bbs-sty-01 tbody tr td{font-size: 1.4rem;height: 3.285em;position: relative;border-bottom: 1px solid #ddd;text-align: center;}
.bbs-sty-01 tbody tr td .bo_tit{text-align:left;}
.bbs-sty-01 tbody tr td .bo_tit a{padding-left:1em;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;visibility: visible;}
/*.bbs-sty-01 tbody tr td .bo_tit .new_icon{font-family: 'Gotham Bold';font-size:10px;color:#fff;background:#fd4142;display:inline-block;border-radius: 50%;width:15px;height:15px;line-height:15px;text-align: center;margin-right:5px;}*/
.new_icon{font-family: 'Gotham Bold';font-size:10px;color:#fff;background:#fd4142;display:inline-block;border-radius: 50%;width:15px;height:15px;line-height:15px;text-align: center;margin-right:5px;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium {display: table;width:fit-content;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li{border:none;background:none;height:auto;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li{width:calc(50% - 10px);}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li a{width:150px;line-height:25px;background:none;padding:0 0 0 50px;text-align: left;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li.on{background:none;color:inherit;border:none;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li.on a{background:none;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li.on:before{top: 50%;transform: translateY(-50%);background:url("../images/sub/bbs-type-check.png") no-repeat center center / 100%;width:2.5rem;height:2.5rem;border-radius: 50%;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li:not(.on):before{content: '';position: absolute;font-size:1rem;left: 1rem;top: 50%;transform: translateY(-50%);width: 2.5rem;height:2.5rem;background:#fff;border-radius: 50%;border:1px solid #ddd;box-sizing: border-box;}
.sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li.on:before{background-size:auto;left:10px;}
@media (max-width:768px){
    .bbs-sty-01 .tb-chk, .tb-no,.tb-hit, .tb-regiDate{display:none}
    .bbs-sty-01 colgroup{display:none;}
    .bbs-sty-01 .tb-subject{width:70%;}
    .bbs-sty-01 .tb-author{width:30%;}
}
@media (max-width:640px){
    .sub .sub-in.bbs-write .table-sty-01 table tbody tr td .bbs-typelist.bbs-typelist-premium > li a{width:100px;}
}
.bbs-game-navi > .bbs-game {
    background-color:#ededed;
}

.bbs-game-navi > .bbs-game > li {
    display:inline-block;
    width:10%;
    border-left:1px #4abcef solid;
    padding:10px 20px;
}

.bbs-game-navi > .bbs-game > li > a.active {
    color:#fd4142;
    font-weight:bold;
}

.bbs-game-navi > .bbs-game > .bbs-game-sub {
    background-color:#f6f6f6;
}

.bbs-game-navi > .bbs-game > .bbs-game-sub > li {
    display:inline-block;
    font-size:1.3rem;
    padding:7px;
    width: 12%;
    border-bottom:1px #ccc solid;
}

.bbs-game-navi > .bbs-game > .bbs-game-sub > li > a.active{
    color:#00bff3;
    font-weight:bold;
}

/* server choice tab*/
.server-choice-w{
    margin:1.25em 0 3.125em;
}
.server-choice-w .server-more {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #666;
    width: 6.923em;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    margin: 0 auto;
    line-height: 1;
    display: block;
    padding: 0.692em 0;
    text-align: center;
}

.server-choice-w .server-more span {
    position: relative;
    padding-right: 1.538em;
}

.server-choice-w .server-more span:after {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .9em;
    height: .5em;
    background: url("../images/sub/acc-down.png") no-repeat center center/100%;
}
.server-choice-w .server-more.fold span:after{
    background: url("../images/sub/acc-up.png") no-repeat center center/100%;
}
.server-choice-w .game-selector {
    min-width: 800px;
    margin-bottom: 1.25em;
    position: relative;
    border-left: 1px solid #ddd;
}

.server-choice-w .game-selector:before, .server-choice-w .game-selector:after {
    content: "";
    display: table;
}

.server-choice-w .game-selector:after {
    clear: both;
}

.server-choice-w .game-selector:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    height: 2px;
    background: #333;
}

@media (max-width: 1024px) {
    .server-choice-w .game-selector {
        width: 100%;
    }
}

.server-choice-w .game-selector li {
    float: left;
    width: 12.5%;
    height: 3.75em;
    display: table;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
}

.server-choice-w .game-selector li:hover {
    background: #f8f8f8;
}

.server-choice-w .game-selector li a {
    font-size: 15px;
    font-size: 1.5rem;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.333em;
}

.server-choice-w .game-selector li.active {
    background: #ff9292;
    color: #fff;
    border: 1px solid #ff9292 !important;
}

.server-choice-w .game-selector li.active a {
    font-weight: 500;
}

/*
.server-choice-w .game-selector li:nth-of-type(n+9) {
  border-bottom: 1px solid #ddd;
}

.server-choice-w .game-selector li:nth-of-type(8n) {
  border-right: 1px solid #ddd;
}
*/
.server-choice-w .server-selector {
    border-top: 2px solid #333;
    height: 8.750em;
    border-bottom: 1px solid #ddd;
}

.server-choice-w .server-selector:before, .server-choice-w .server-selector:after {
    content: "";
    display: table;
}

.server-choice-w .server-selector:after {
    clear: both;
}

.server-choice-w .server-selector.open {
    height: auto;
}

.server-choice-w .server-selector .server-tit {
    float: left;
    width: 10.625em;
    text-align: center;
    display: table;
    height: 100%;
    background: #f8f8f8;
}

.server-choice-w .server-selector .server-tit span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 640px) {
    .server-choice-w .server-selector .server-tit {
        width: 80px;
    }
}

.server-choice-w .server-selector .server-cont {
    float: left;
    width: calc(100% - 10.625em);
    height: 100%;
    overflow: hidden;
}

@media (max-width: 640px) {
    .server-choice-w .server-selector .server-cont {
        width: calc(100% - 80px);
    }
}

.server-choice-w .server-selector .server-cont .server-list {
    padding: 1.125em 1.875em;
}

.server-choice-w .server-selector .server-cont .server-list:before, .server-choice-w .server-selector .server-cont .server-list:after {
    content: "";
    display: table;
}

.server-choice-w .server-selector .server-cont .server-list:after {
    clear: both;
}

.server-choice-w .server-selector .server-cont .server-list li {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
    float: left;
    width: 20%;
    text-align: left;
    margin: 0.467em 0;
}

@media (max-width: 640px) {
    .server-choice-w .server-selector .server-cont .server-list li {
        width: 33.333%;
    }
}

.server-choice-w .server-selector .server-cont .server-list li.on {
    font-weight: 500;
    color: #ff9292;
}

.cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

.bbs-sell .table-contents .tb-condition {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.5);
    color: #fff;
    -webkit-transform: none;
    transform: none;
}

.bbs-sell .table-contents .tb-condition.sales-complete {
    background: rgba(1, 64, 153, 0.8);
}

.bbs-sell .table-contents .tb-condition .deal-current {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

/* term */
.term-layout{font-size:1.5rem;font-weight:300;color:#666;font-family:'Noto Sans KR', sans-serif;}
.term-layout * {word-break: keep-all;}
.term-layout a{display:inline;}
.term-layout h2{font-size: 3.5rem;font-weight: 700;text-align: center;color:#333;margin-bottom:1em;}
.term-layout h2 + .tit-sub{background-color: #f4f4f4;border: solid 1px #f0f0f0;padding: 1em;font-weight: 300;text-align: center;margin-bottom:2em;}
.term-layout h3{font-size:2rem;margin:1.875em 0 0.625em 0; font-weight:500; color:#333;}
.term-layout li{padding-left:1.5rem;text-indent:-1.5rem;}
.term-layout li p{text-indent:0px}
/*# sourceMappingURL=default.css.map */

/* main shortcut area added*/
.main-bot-banner {padding-top:1.125em;clear:left;}
.main-bot-banner .main-bot-shotcut:before, .main-bot-shotcut:after{content: "";display: table;}
.main-bot-banner .main-bot-shotcut:after{clear:both;}
.main-bot-banner .main-bot-shotcut{overflow: hidden;margin-left:-1.875em;width:100%;}
.main-bot-banner .main-bot-shotcut li{float:left;margin-left:1.875em;width:calc(33.333% - 1.875em);height:120px;padding:1.875em 1.750em;position: relative;}
.main-bot-banner .main-bot-shotcut li .tit{font-weight:700;color:#fff;font-size:2.4rem;display:block;}
.main-bot-banner .main-bot-shotcut li:before{content:'';font-size:1rem;position: absolute;right:3em;top:50%;transform: translateY(-50%);}
.main-bot-banner .main-bot-shotcut li:nth-of-type(1){background:#fd4142;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(1):before{right:3em;background:url('../images/main/main-b-chat.png')no-repeat center center / 100%;width:6.8em;height:5.9em;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(2){background:#fd4142;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(2):before{background:url('../images/main/main-b-qmark.png')no-repeat center center / 100%;width:6em;height:6em;}
.main-bot-banner .main-bot-shotcut li:not(:nth-of-type(3)) .des{font-size:1.5rem;color:#fff;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(3){background:#fd4142;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(3) .des{font-size:1.5rem;color:#fff;margin-bottom:6.5px;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(3) .des span{font-weight:500;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(3):before{right:2em;background:url('../images/main/main-b-kakao.png')no-repeat center center / 100%;width:7em;height:6.4em;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(3) .k-account {font-size:1.6rem;font-weight:500;color:#f9e000;background:#3e2a2e;width:14.250em;text-align: center;border-radius: 5px;padding:0.563em;}
.main-bot-banner .main-bot-shotcut li:nth-of-type(3) .k-account strong{font-size:1.6rem;color:#fff;}
@media (max-width: 1170px){
    .main-bot-banner{padding-top:20px;}
    .main-bot-banner .main-bot-shotcut{margin-left:0;}
    .main-bot-banner .main-bot-shotcut li{width:100%;float:none;margin-left:0;margin-bottom:1em;height:auto;}
}
@media (max-width:768px){
    .main .main-contents .main-bot .main-box-right .shortcut-customer{background-size:70px;}
    .main .main-contents .main-bot{margin-bottom:2em;}
}
/* chkbox issue */
.bbs-sty-01 thead tr th.tb-chk .chk_wrapper{margin-top:6px;}
.bbs-sty-01 .tb-chk .chk_wrapper{height:100%;}
.bbs-sty-01 .tb-chk .chk_wrapper input + label::before{top: 50%;transform: translateY(-50%);}
.bbs-sty-01 .tb-chk .chk_wrapper input + label::after{top: 50%;transform: translateY(-50%);}

/* google ads */
.google_ads_wrap{ position: absolute; width: 1170px; left: 0; right: 0; margin: 0 auto; top:771.203125px;}
.sub-body .google_ads_wrap{ top:353px; }

@media(min-width: 1501px){
    .responsive_ad01{ position: absolute; top: 0; left: -290px; z-index: 100; width:250px; height:500px; }
    .responsive_ad02{ position: absolute; top: 520px; left: -290px; z-index: 100; width:250px; height:250px; }
    .responsive_ad03{ position: absolute; top: 0; right:-320px; z-index: 100; width:150px; height:700px; }
    .responsive_ad04{ display:block; width:100%; height:50px; }
    .responsive_ad05{ position: absolute; left:-220px; z-index: 1; width:200px; height:500px; }
    .responsive_ad06{ position: absolute; right:-220px; z-index: 1; width:200px; height:500px; }
}

@media (max-width: 1500px) {
    .responsive_ad01{ display:none !important; }
    .responsive_ad02{ display:none !important; }
    .responsive_ad03{ display:none !important; }
    /* kjh 20210426 google ad display mobile */
    /* .responsive_ad04{ display:none !important; } */
    .sub-body .google_ads_wrap{ position: relative; top:0; left:0; max-width:1170px; width:100%;}
    .responsive_ad05{ display:none !important; }
    .responsive_ad06{ display:none !important; }

}




/* km 20210426 charging pop up */
.charging-pop{
    width: 90%;
    max-width: 520px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
    box-shadow: 5px 5px 20px 5px rgb(0 0 0 / 20%);
    text-align:center;
    border: 2px solid #ff9292;
    z-index:2;
}
.charging-pop p{
    margin:10px 0 5px;
    line-height:3;
}
.charging-pop p strong{
    margin: 0 10px;
}
.charging-pop p b{
    display: inline-block;
    background: #ff9292;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 13px;
}
.charging-pop .close{
    display: block;
    width: 40px;
    text-align: center;
    margin: -5px -20px 0 auto;
    padding: 5px 10px;
    cursor:pointer;
}
.charging-pop .close span{
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    margin: 10px 0;
    transform: rotate(
            45deg
    );
    margin: -2px;
}
.charging-pop .close span:last-child{
    transform: rotate(
            -45deg
    );
}

@media (max-width:500px){
    .charging-pop{padding:20px}
}
