@charset "UTF-8";

/* mypage */
.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal
}

.dp_pc_block {
    display: block
}

.dp_mob_block {
    display: none
}

/* container */
.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 0 80px;
    box-sizing: border-box;
}

.container:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

/* content */
.content {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    box-sizing: border-box
}

/* btn_mob_toggle */
.btn_mob_toggle {
    display: none
}

/* h2 */
h2 {
    margin-bottom: 45px;
    padding: 65px 0 42px;
    font-size: 45px;
    text-align: center;
}

h2.line {
    border-bottom: 2px solid #555
}

/* icon_box */
.icon_box.icon_none {
    padding-top: 0
}

.icon_box.icon_none .icon {
    display: none
}

.icon_box {
    position: relative;
    margin-bottom: 40px;
    padding-top: 100px;
    text-align: center
}

.icon_box .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 82px;
    height: 82px
}

.icon_box .icon .pi {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.icon_box h3 {
    display: block;
    font-size: 30px;
    color: #2b2f5a;
}

.icon_box .h3_desc {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    color: #3d3d3d
}

/* icon_step_box */
.icon_step_box {
    position: relative;
    margin-bottom: 40px;
    padding-top: 70px;
    text-align: center
}

.icon_step_box .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 218px;
    height: 39px
}

.icon_step_box .icon:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../../img/common/icn_cm_spr.png?v=3) no-repeat;
    background-size: 1600px 1600px
}

.icon_step_box .icon.icn_step01:before {
    background-position: 0 -618px
}

.icon_step_box .icon.icn_step02:before {
    background-position: -321px -618px
}

.icon_step_box .icon.icn_step03:before {
    background-position: -642px -618px
}

.icon_step_box .icon.icn_step04:before {
    background-position: -963px -618px
}

.icon_step_box h3 {
    font-size: 30px;
    color: #2b2f5a;
    font-weight: 400;
}

.icon_step_box .h3_desc {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400
}

.icon_step_box .h3_quote {
    margin-top: 14px;
    font-size: 14px;
    color: #757575;
}

.box_gray {
    background-color: #f6f6f6
}

.box_white {
    padding: 45px 55px;
    border: 1px solid #b3b3b3;
    background-color: #fff
}

.box_white.mid_pad {
    padding: 70px 60px
}

.box_white.big_pad {
    padding: 115px 55px
}

.box_white .select_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1.875rem 0
}

.box_white .select_wrap .custom_select {
    width: 350px
}

.box_white .text_complete {
    display: block;
    margin: 30px 0;
    text-align: center;
    font-size: 17px;
    color: #000;
    line-height: 1.5;
}

.box_white .text_complete.bold {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.box_white .text_complete.gray {
    font-size: 15px;
    color: #606060;
    font-weight: 400
}

.box_white .password_wrap {
    position: relative;
}

.box_white .capslock_wrap {
    position: absolute;
    right: 50px;
    top: 16px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 20;
}

.box_white .capslock_wrap .btn_capslock {
    opacity: 0.7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.box_white .capslock_wrap .balloon_box {
    left: -29px;
    -webkit-transform: none;
    transform: none;
}

.password_wrap {
    position: relative;
}

.capslock_wrap {
    position: absolute;
    right: 50px;
    top: 16px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 20;
}

.capslock_wrap .btn_capslock {
    opacity: 0.7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.capslock_wrap .balloon_box {
    left: -29px;
    display: inline-flex;
    width: 360px;
    width: max-content;
    max-width: 360px;
    word-break: normal;
    -webkit-transform: none;
    transform: none;
}

.box_email {
    text-align: center;
    margin: 30px 0;
}

.box_email span {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 85px;
    background: #ececec;
    font-size: 20px;
    color: #2e3b7d;
    font-weight: 400;
    text-align: center
}

.text_verification {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 15px;
    color: #000
}

.text_verification+.custom_input_wrap {
    margin-top: 25px;
}

.robot_chk {
    width: 302px;
    height: 76px;
    margin-left: auto;
    margin-right: auto
}

.mark_caution,
.mark_check {
    font-size: 15px;
    color: #515151;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px
}

.mark_caution .pi,
.mark_check .pi {
    display: block;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.text {
    margin-bottom: 20px;
    font-size: 15px;
    color: #3d3d3d;
}

.center {
    text-align: center
}

/* box_authentication */
.box_authentication {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    border: 1px solid #b3b3b3;
    box-sizing: border-box
}

.box_authentication .inner {
    float: left;
    width: 50%;
    padding: 0 24px 21px;
    box-sizing: border-box;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: -1px
}

.box_authentication .inner:nth-child(2n) {
    border-right: 0
}

.box_authentication .inner h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    color: #000;
    text-align: center
}

.box_authentication .inner .icon {
    position: relative;
    display: block;
    width: 70px;
    height: 115px;
    margin: 0 auto;
    box-sizing: border-box
}

.box_authentication .inner .icon .pi {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_authentication .inner .btn_wrap .btn_mid {
    width: 100%
}

.authentication_wrap {
    width: 560px;
    margin: 0 auto
}

.authentication_wrap .agree_wrap.mobileAuth {
    margin-top: 20px;
}

.authentication_wrap.col3 {
    width: 100%
}

.authentication_wrap.col3 .inner {
    width: 33.33%
}

.authentication_wrap.col3 .inner:nth-child(2n) {
    border-right: 1px solid #b3b3b3
}

.authentication_wrap.col3 .inner:nth-child(3n) {
    border-right: 0
}

/* setuserculturecode_area */
.culturecode_set_wrap {
    padding: 0 70px;
}

.culturecode_set_wrap .btn_wrap {
    margin-top: 40px;
}

.culturecode_set_wrap .custom_select select {
    font-size: 16px;
}

/* phoneauth_area */
.phoneauth_area .input_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.phoneauth_area .input_area .custom_input {
    width: 100%;
}

.phoneauth_area .bullet_list {
    margin-bottom: 20px
}

.phoneauth_area .btn_auth {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 36px;
    padding: 0 20px;
    min-width: 124px;
    overflow: hidden;
    z-index: 2;
}

.phoneauth_area .btn_auth .auth_text {
    position: relative;
    z-index: 1;
}

.phoneauth_area .btn_auth::after {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(43, 48, 90, 1);
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: transform 0s .2s, opacity .2s;
    transition: transform 0s .2s, opacity .2s;
    z-index: -1;
}

.phoneauth_area .btn_auth.wait {
    color: #FFF;
    background: #ddd;
    cursor: not-allowed;
    opacity: .9;
    border: 0;
}

.phoneauth_area .btn_auth.wait::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 30s linear;
    transition: transform 30s linear;
}

.phoneauth_area .btn_auth.wait::before {
    display: none;
}

.phoneauth_area .btn_auth.disabled~.custom_input .pi,
.phoneauth_area .btn_auth.wait~.custom_input .pi {
    display: none;
}

.phoneauth_area .btn_auth.btn_loader::before {
    display: none;
}

.phoneauth_area .btn_auth.btn_loader,
.phoneauth_area .btn_auth .loading_mini_core {
    cursor: default;
}

.phoneauth_area .btn_auth .loading_mini_core {
    background: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.phoneauth_area .btn_auth .loading_mini_circle {
    background: linear-gradient(0deg, #b5b5b5 33%, rgb(255 255 255) 100%);
}

.phoneauth_area .input_with_btn {
    width: 100%;
}

.phoneauth_area .auth_area {
    position: relative;
    margin-top: 14px;
}

.phoneauth_area .auth_area .btn_verify {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 38px;
    padding: 0 20px;
    min-width: 124px;
    z-index: 2;
}

.phoneauth_area .custom_wrap {
    width: 100%;
    margin-bottom: 14px;
}

.phoneauth_area+.btn_wrap {
    margin-top: 3rem;
}

.authentication_wrap .phoneauth_area .agree_wrap.mobileAuth {
    margin-top: 2.75rem;
}

/* check_list */
.check_list {
    position: relative
}

.check_list dl {
    margin-top: 30px
}

.check_list dl:first-child {
    margin-top: 0
}

.check_list dl dt {
    position: relative;
    margin-bottom: 15px;
    padding-left: 21px;
    font-size: 17px;
    color: #000;
    font-weight: 700
}

.check_list dl dt .pi {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 13px;
}

.check_list dl dd {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.785
}

.check_list dl dd:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 2px;
    height: 2px;
    background-color: #c4c4c4
}

/* caution_list */
.caution_list {
    padding: 40px;
    text-align: left
}

.caution_list dl dt {
    padding-left: 0
}

.caution_list dl dt:before {
    display: none
}

.caution_list dl dt {
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.caution_list dl dd {
    font-size: 15px;
    color: #606060;
    font-weight: 400
}

.caution_list dl:first-child {
    margin-top: 0
}

.caution_list dl dt {
    position: relative;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700
}

.caution_list dl dd {
    position: relative;
    padding-left: 8px;
    line-height: 1.785
}

.caution_list dl dd:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 2px;
    height: 2px;
    background-color: #c4c4c4
}

/* top_tab_nav */
.top_tab_nav {
    position: relative;
    margin-bottom: 60px
}

.top_tab_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch
}

.top_tab_nav ul li {
    flex: 0 1 100%;
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #323232;
    background: #fff;
    margin-left: -1px;
}

.top_tab_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 55px;
    padding: 18px 5px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    box-sizing: border-box;
    min-height: 3.987rem
}

.top_tab_nav ul li.active {
    position: relative;
    z-index: 2;
    border-color: #323232;
    border-bottom: 1px solid #fff
}

.top_tab_nav ul li.active a {
    font-weight: 700
}

/* top_content*/
.tab_content {
    display: none
}

.tab_content.active {
    display: block
}

/* search_date_wrap */
.search_date_wrap .search_bottom {
    display: none
}

.search_date_wrap {
    position: relative
}

.box_mylog_clear_wrap+.search_date_wrap {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #d5d5d5;
}

.search_date_wrap:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.search_date_wrap .search_title {
    margin-bottom: 16px;
}

.search_date_wrap .search_title h3 {
    font-size: 18px;
    color: #2b2f5a;
    line-height: 1;
}

.search_date_wrap .search_title h3+.bullet_list {
    margin-top: 10px;
}

.search_date_wrap .search_top:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.search_date_wrap .search_top .left_area {
    float: left;
    vertical-align: top;
    position: relative
}

.search_date_wrap .search_top .btn_wrap {
    font-size: 0
}

.search_date_wrap .search_top .btn_wrap .btn_sml02 {
    width: 80px;
    padding: 0
}

.search_date_wrap .search_top .btn_wrap .btn_qna {
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.search_date_wrap .search_top .btn_wrap .btn+.btn {
    margin-left: -1px
}

.search_date_wrap .search_top .right_area {
    float: right;
    vertical-align: top
}

.search_date_wrap .search_top .input_wrap label {
    display: inline-block;
}

.search_date_wrap .search_top .input_wrap .custom_input {
    width: 150px
}

.search_date_wrap .search_top .input_wrap .custom_input .custom_inputBox {
    display: block;
}

/*.search_date_wrap .search_top .input_wrap .custom_input input.active { border-color: #b3b3b3; }*/
.search_date_wrap .search_top .input_wrap .hypen {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 20px;
    color: #999;
    font-weight: 400;
    line-height: 43px;
}

.search_date_wrap .search_top .input_wrap .btn_search {
    min-width: 110px;
    margin-left: 10px;
    padding: 0 10px
}

.search_date_wrap .search_top .input_wrap .btn_search span {
    position: relative;
    padding-right: 23px
}

.search_date_wrap .search_top .input_wrap .btn_search span .pi {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 0;
    box-sizing: border-box;
}

.search_date_wrap .search_top .input_wrap .btn_search span:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 0;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background: url(../../img/common/icon/icn_forum_search.svg) no-repeat center;
    background-size: contain;
    opacity: .7;
}

.search_date_wrap .search_result {
    margin: 20px 0 40px
}

.search_date_wrap .search_result .btn_tooltip {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: #2c3038;
    margin-left: 2px;
    margin-top: -1px;
    padding: 0;
}

.search_date_wrap .search_result .btn_tooltip:before {
    display: block;
    width: 6px;
    height: 10px;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background: url(../../img/common/spr_etc.png?v=2) -531px -383px no-repeat
}

.search_date_wrap .search_result [data-tooltipbox]:hover:after {
    width: 200px;
    max-width: 300px;
    font-size: 0.86rem;
    white-space: normal;
    text-align: left;
    transform: translateX(-60%);
}

.search_date_wrap .not_available .btn_tooltip {
    background: #bfbfbf;
}

.search_date_wrap+.search_result_wrap {
    margin-top: 1rem;
}

.search_result_wrap .paging {
    margin-top: 1rem;
}

.search_date_wrap .logging_info {
    margin-top: 30px;
    padding: 20px;
    background: #f1f1f1;
}

.search_date_wrap .logging_info ul.bullet_list {
    margin-top: 0;
}

.search_date_wrap .logging_info ul.bullet_list.fs15 li {
    font-size: 14px;
    color: #919191;
}

.search_date_wrap .logging_info .logging_page_links {
    padding-left: 25px;
    font-size: 14px;
    margin: 6px 0 18px;
}

.search_date_wrap .logging_info .logging_page_links a:first-of-type {
    margin-right: 24px;
}

/* tbl_col_type */
.tbl_col_type {
    table-layout: fixed
}

.tbl_col_type thead tr th {
    height: 50px;
    box-sizing: border-box;
    background: #f1f1f1;
    text-align: center;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
    vertical-align: middle;
}

.tbl_col_type thead tr th.align_left {
    text-align: left;
    padding-left: 50px
}

.tbl_col_type thead tr th.align_right {
    text-align: right
}

.tbl_col_type .custom_check.round {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px
}

.tbl_col_type .custom_check input[type=checkbox]+label {
    vertical-align: top
}

.tbl_col_type tbody tr td {
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
    vertical-align: middle;
}

.tbl_col_type tbody tr td label {
    cursor: pointer
}

.tbl_col_type tbody tr td.align_left {
    text-align: left;
    padding-left: 50px
}

.tbl_col_type tbody tr td.align_right {
    text-align: right
}

.tbl_col_type tbody tr td.date {
    color: #888
}

.tbl_col_type tbody tr td.state {
    color: #888
}

.tbl_col_type tbody tr td.state.complete {
    color: #3d3d3d
}

.tbl_col_type tbody tr td.state.complete .complete_date {
    color: #888
}

.tbl_col_type tbody tr td.empty {
    color: #888
}

.tbl_col_type tbody tr td a.receipt {
    margin: 0 10px;
    font-size: 14px
}

.tbl_col_type tbody tr td .btn_delete {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 1px solid #a0a0a0;
    font-size: 0;
    position: relative
}

.tbl_col_type tbody tr td .btn_delete:after,
.tbl_col_type tbody tr td .btn_delete:before {
    display: block;
    content: '';
    width: 16px;
    height: 1px;
    background: #414654;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tbl_col_type tbody tr td .btn_delete:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.tbl_col_type tbody tr td .btn_delete:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.tbl_col_type+.bullet_list {
    margin-top: 20px
}

.tbl_col_type .not_available {
    font-size: 0.8rem;
    color: #bfbfbf;
}

.tbl_col_type.login_history_table thead tr th {
    text-align: left;
    color: #919191;
}

.tbl_col_type.login_history_table thead tr th:first-of-type {
    padding-left: 80px;
}

.tbl_col_type.login_history_table tbody tr td {
    text-align: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tbl_col_type.login_history_table tbody tr td:first-of-type {
    padding-left: 80px;
}

.tbl_col_type.login_history_table tbody tr td .sub_text {
    display: inline-block;
    margin-top: 2px;
    color: #ababab;
}

/* circle_pending */
.circle_pending {
    position: relative;
    width: 22px;
    height: 22px;
    box-sizing: border-box
}

.circle_pending:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #286bc6;
    border-radius: 50%
}

.circle_pending .pie {
    display: block;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    border: 1px solid #286bc6;
    transform-origin: 100% 50%
}

.circle_pending .spinner {
    border-radius: 11px 0 0 11px;
    z-index: 200;
    border-right: none;
    animation: 180s linear rota
}

.circle_pending .filler {
    border-radius: 0 11px 11px 0;
    z-index: 100;
    border-left: none;
    left: 50%;
    opacity: 0;
    animation: 180s steps(1, end) fill
}

.circle_pending .mask {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 300;
    opacity: 1;
    border-radius: 11px 0 0 11px;
    border: 1px solid #286bc6;
    animation: 180s steps(1, end) mask;
    background: #286bc6;
    box-sizing: border-box
}

.circle_pending>span {
    animation-play-state: paused !important
}

.circle_pending.active>span {
    animation-play-state: running !important
}

@keyframes rota {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fill {
    0% {
        opacity: 0
    }

    100%,
    50% {
        opacity: 1
    }
}

@keyframes mask {
    0% {
        opacity: 1
    }

    100%,
    50% {
        opacity: 0
    }
}

/* profile popup */
.profile_popup {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: -3rem;
    box-sizing: border-box;
    padding: 2.5rem;
    width: 100%;
    background: #fff;
    z-index: 1;
    text-align: center;
    border: 7px solid #e1e1e1
}

.profile_popup:before {
    content: ''
}

.profile_popup .popup_close {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url(../../img/common/icn_cm_spr.png?v=3) -239px -1298px/1600px 1600px no-repeat;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.profile_popup .profile_img_option {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.profile_popup .profile_img_option .sha_character {
    display: inline-block;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ccc;
    background-position: -32px -84px;
    background-size: 380px 207px
}

.profile_popup .profile_img_option.active .sha_character {
    background-color: #2b2f5a;
    border: 1px solid #2b2f5a
}

.profile_popup .profile_img_option.active:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../../img/common/icn_cm_spr.png?v=3) -355px -1296px/1600px 1600px no-repeat
}

.profile_popup .sha_character_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 250px;
}

.profile_popup .sha_character_list li {
    display: inline-block;
    width: 20%;
    margin: 0.5rem 0
}

/* btn_settings */
.btn_settings,
.js-openProfile {
    position: relative;
    display: block;
    overflow: hidden;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    margin: 0 auto
}

.js-openProfile {
    width: auto;
    height: auto;
    margin-top: 2rem
}

.btn_settings.icn_default {
    background: url(../../img/common/character/mypage_default.png) no-repeat
}

.btn_settings img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 50%
}

.btn_settings:after,
.js-openProfile .pi {
    display: block;
    content: "";
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn_settings.no_setting:after {
    display: none;
}

/* box_my_profile */
.box_my_profile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.box_my_profile:after {
    display: none
}

.box_my_profile .inner {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center
}

.box_my_profile .inner .icon_acoin {
    display: block;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 50%;
    background: #d4d4d4;
    background: url(../../img/portal/mypage/mypage_mygcoin.png) no-repeat
}

.box_my_profile .inner strong.title {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #323232;
    font-weight: 400;
    line-height: 1.8;
}

.box_my_profile .inner span.my_acoin {
    display: block;
    margin-top: 5px;
    font-size: 25px;
    color: #2b305a;
    font-weight: 700
}

.box_my_profile .inner .btn_wrap {
    margin-top: 20px;
}

.box_my_profile .inner .btn_wrap a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    padding: 0 .5rem
}

/* box_package_area */
.box_package_area {
    position: relative;
    min-height: 165px;
    margin-top: 20px;
    padding: 35px 0 35px 70px;
    background: url(../../img/common/mypage_main_package.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start
}

.box_package_area strong.title {
    display: block;
    font-size: 20px;
    color: #323232;
    font-weight: 400
}

.box_package_area span.desc {
    display: block;
    font-size: 15px;
    color: #666;
    font-weight: 400
}

.box_package_area strong.title+span.desc {
    margin-top: 12px
}

.box_package_area span.desc+strong.title {
    margin-top: 12px;
    margin-bottom: 28px
}

.box_package_area span.date {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1
}

.box_package_area .btn_wrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%)
}

.box_package_area .btn_wrap .btn_package {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #6c6154;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.box_package_area .btn_wrap .btn_coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #b9b4ae;
    font-size: 14px;
    color: #373029;
    font-weight: 400
}

.box_package_area .btn_wrap .btn+.btn {
    margin-left: 0;
    margin-top: 5px
}

/* my_web_storage */
.my_web_storage {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #d5d5d5
}

/*webstorage_wrap*/
.webstorage_wrap {
    position: relative;
    padding: 80px 20px;
    border: 1px solid #d4d4d4
}

.webstorage_wrap .btn_wrap {
    flex-wrap: wrap;
}

.webstorage_wrap .btn {
    margin: 10px;
}

.webstorage_wrap h3 {
    margin: 0 0 45px 0;
    text-align: center;
    font-size: 15px;
    color: #3d3d3d;
}

.webstorage_wrap h3.no_list {
    margin: 0;
}

.webstorage_table+.btn_wrap {
    margin-top: 40px;
}

/* package */
.package_wrap,
.payment_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.package_wrap .btn,
.payment_wrap .btn {
    float: left;
    margin: 10px;
}

/* box_btn */
.box_btn {
    margin-bottom: 20px
}

.box_btn:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.box_btn h3 {
    float: left;
    vertical-align: top;
    margin-top: 10px;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    vertical-align: middle
}

.box_btn .btn {
    float: right;
    vertical-align: top
}

/* guide_wrap */
.guide_wrap {
    position: relative;
    margin-top: 40px
}

.guide_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    align-items: stretch
}

.guide_wrap ul li {
    position: relative;
    width: 33.333%;
    background: #f1f1f1
}

.guide_wrap ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    border-left: 1px solid #d6d6d6
}

.guide_wrap ul li:first-child:before {
    display: none
}

.guide_wrap ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    box-sizing: border-box;
    font-size: 15px;
    color: #464b59;
    font-weight: 400;
    text-align: left;
    padding: 0 5px
}

.guide_wrap ul li a.icon span {
    display: flex;
    align-items: center;
    position: relative
}

.guide_wrap ul li a.icon .pi {
    display: inline-block;
    width: 40px;
    height: 42px;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 14px;
    flex-shrink: 0
}

/* box_otp */
.box_otp {
    text-align: center;
}

.box_otp h4 {
    font-size: 18px;
}

.box_otp .desc {
    display: block;
    line-height: 1.8;
    margin-top: 1rem;
}

.box_otp .otp_codes_box {
    display: block;
    text-align: center;
    max-width: 620px;
    box-sizing: border-box;
    margin: 2rem auto 0;
    padding: 1.6667rem 10%;
    background: #f6f6f6;
}

.box_otp .otp_codes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    counter-reset: otp;
}

.box_otp .otp_codes li {
    display: block;
    line-height: 1.8;
    flex: 1 0 50%;
    font-size: 19px;
}

.box_otp .otp_codes li .cancle_line {
    position: relative;
    color: #bababa;
}

.box_otp .otp_codes li .cancle_line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #9e9e9e;
}

/*.box_otp .otp_codes li .count_num:before { counter-increment: otp; content: counter(otp) ". "; text-align: left; }*/
.box_otp .otp_warning {
    display: block;
    margin-top: 2rem;
    font-size: 14px;
    color: #d31f1f;
    line-height: 1.5;
}

.box_otp ul.bullet_list {
    text-align: center;
}

.box_otp .btn_wrap {
    margin: 2rem 0 0;
}

.box_otp .btn_big {
    margin: 0;
}

.box_otp .btn_sml02 {
    min-width: 120px;
}

.box_otp .blue_text_btn {
    color: #1447a3;
    font-size: 14px;
}

.otp_input_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem auto;
    box-sizing: border-box;
}

.otp_input_wrap.with_loader {
    max-width: 452px;
    padding: 0 40px 0 0;
}

.otp_input_wrap .otp_input {
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 21px;
    color: #000;
    text-align: center;
    border: 1px solid #b3b3b3;
}

.otp_input_wrap .otp_input:focus {
    border-color: #2b305a;
}

.otp_input_wrap .otp_input~.otp_input {
    margin: 0 0 0 10px;
}

.otp_input_wrap input[type="number"]::-webkit-outer-spin-button,
.otp_input_wrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.box_otp .loader {
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    border-radius: 50%;
    background: #286bc6;
    border: 1px solid #286bc6;
}

.box_otp .loader .leftHalf,
.box_otp .loader .rightHalf,
.box_otp .loader .spinner {
    top: 0;
    position: absolute;
    width: 11px;
    height: 22px;
    box-sizing: border-box;
}

.box_otp .loader .leftHalf {
    left: 0;
    background: #286bc6;
    z-index: 3;
    opacity: 1;
    border-radius: 100% 0 0 100%/ 50% 0 0 50%;
}

.box_otp .loader .rightHalf {
    right: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    border-radius: 0 100% 100% 0/ 0 50% 50% 0;
}

.box_otp .loader .spinner {
    left: 0;
    background: #fff;
    z-index: 2;
    border-radius: 100% 0 0 100%/ 50% 0 0 50%;
}

/* active */
.box_otp .loader.active {
    display: block;
}

.box_otp .loader.active .leftHalf {
    -webkit-animation: showHide 60s steps(1, end) forwards;
    animation: showHide 60s steps(1, end) forwards;
}

.box_otp .loader.active .rightHalf {
    animation: showHide 60s steps(1, end) reverse forwards;
}

.box_otp .loader.active .spinner {
    animation: spin 60s 1 linear forwards;
    transform-origin: center right;
}

/*opt 팝업*/
#account_layer_popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0 0 350px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 30;
}

#account_layer_popup.active {
    display: flex;
}

.backupcode_popup {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 60px;
    width: 740px;
    max-height: 90%;
    background: #fff;
    text-align: center;
    z-index: 1;
    overflow: auto;
}

.backupcode_popup .otp_codes li .count_num:before {
    color: #adadad;
}

.backupcode_popup .utill_wrap.btn_wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
}

.backupcode_popup .utill_wrap .btn {
    padding: 0;
    opacity: .35;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.backupcode_popup .utill_wrap .btn+.btn {
    margin-left: 8px;
}

.backupcode_popup .utill_wrap .btn::before {
    display: none;
}

.backupcode_popup h4 {
    font-size: 22px;
}

.backupcode_popup .btn_wrap {
    margin: 50px 0 0;
}

.backupcode_popup .btn_mid {
    width: 245px;
}

.backupcode_popup .pop_text_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.backupcode_popup .pop_desc {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px 0 7px;
    font-size: 14px;
    color: #606060;
    text-align: left;
}

.backupcode_popup .pop_desc+.pop_desc {
    margin: 5px 0 0;
}

.backupcode_popup .pop_desc::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: .6rem;
    margin: 0 7px 0 0;
    background: #606060;
}

.btn_webstorage {
    display: none
}

.webstorage_step .icon {
    width: 158px;
    height: 38px
}

.webstorage_step .icon.icn_step01:before {
    background-position: 0 -1117px
}

.webstorage_step .icon.icn_step02:before {
    background-position: -214px -1117px
}

.webstorage_step .icon.icn_step03:before {
    background-position: -428px -1117px
}

.box_webstroge {
    padding: 36px 40px;
    margin-top: 40px
}

.webstroge_select_wrap {
    font-size: 0
}

.webstroge_next_wrap {
    text-align: center
}

.webstroge_next_wrap p {
    font-size: 17px;
    color: #323232;
    font-weight: 400
}

.webstroge_next_wrap p:first-child {
    margin-bottom: 20px
}

.webstroge_select_wrap .custom_select {
    width: 397px;
    background: #fff
}

.webstroge_select_wrap .custom_select select {
    font-size: 16px
}

.webstroge_select_wrap .custom_select+.custom_select {
    margin-left: 6px
}

.custom_select_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 397px
}

.custom_select_box+.custom_select_box {
    margin-left: 6px
}

.custom_select_box>a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 397px;
    height: 54px;
    box-sizing: border-box;
    padding: 0 70px 0 25px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    color: #323232;
    font-weight: 400;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 54px
}

.custom_select_box>a:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #b2b2b2
}

.custom_select_box>a:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translate(0, -50%);
    width: 12px;
    height: 8px;
    box-sizing: border-box;
    border-top: 8px solid #b3b3b3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: .15s
}

.custom_select_box>a.active:before {
    border-top: 8px solid #2c305d;
    transform: translate(0, -50%) rotate(180deg)
}

.custom_select_box ul {
    display: none;
    position: absolute;
    overflow-y: auto;
    top: 100%;
    z-index: 10;
    width: 100%;
    max-height: 225px;
    margin-top: -1px;
    border: 1px solid #b2b2b2;
    background: #fff;
    box-sizing: border-box
}

.custom_select_box ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding: 0 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 54px;
    font-size: 25px;
    font-size: 16px;
    color: #323232;
    font-weight: 400
}

.sns_login_wrap {
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 45px
}

.sns_login_wrap ul li {
    position: relative;
    margin-top: 10px
}

.sns_login_wrap ul li:first-child {
    margin-top: 0
}

.sns_login_wrap ul li .sns {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 65px;
    height: 100%;
    font-size: 0
}

.sns_login_wrap ul li .btnlLink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding-left: 65px;
    background-color: #f8f8f8;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 17px;
    color: #000
}

.sns_login_wrap ul li .btnlLink:focus {
    border: 1px solid #24274c;
    color: #fff;
    background: #2b2f5a;
}

.sns_login_wrap ul li .btnlLink::after {
    display: block;
    content: "";
    position: absolute;
    left: 65px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #c6c6c6
}

.sns_login_wrap ul li .btnlLink:focus::after {
    background: #3d4278;
    border-left: 1px solid #24274c;
}

.sns_login_wrap ul li .btnlLink .pi_sns_check {
    display: none;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate3d(0, -50%, 0);
}

.sns_login_wrap ul li .sns .pi {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sns_login_wrap ul li.active .btnlLink {
    background: #2b2f5a;
    border: 1px solid #24274c;
    color: #fff
}

.sns_login_wrap ul li.active .btnlLink::before {
    display: block
}

.sns_login_wrap ul li.active .btnlLink::after {
    background: #3d4278;
    border-left: 1px solid #24274c
}

.sns_login_wrap ul li.active .btnlLink .pi_sns_check {
    display: block;
}

.border_box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.border_box+.border_box {
    margin: 30px 0 0;
}

.border_box .box_title {
    font-size: 20px;
    color: #3d3d3d;
}

.border_box .etc_login_wrap {
    display: block;
}

.border_box .etc_login_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}

.border_box .etc_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #e3e3e3;
    border-radius: 50%;
    -webkit-transition: filter 0.2s, background-color 0.2s;
    transition: filter 0.2s, background-color 0.2s;
}

.border_box .etc_sns.twitch:focus {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    background: #6f47ba;
}

.border_box .etc_sns_li+.etc_sns_li {
    margin: 0 0 0 10px;
}

.border_box .etc_sns .pi {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    -webkit-transition: filter 0.2s;
    transition: filter 0.2s;
}

.border_box .twitch.active {
    background: #6f47ba;
}

.border_box .etc_sns.active .pi {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.border_box .text {
    margin: 20px 0 0;
}

.box_my_account {
    position: relative
}

.box_my_account th,
.box_my_account td {
    min-height: 80px;
    vertical-align: middle;
}

.tbl_row_type {
    border-top: 1px solid #dfdfdf
}

.tbl_row_type tbody th {
    box-sizing: border-box;
    padding: 3px;
    border-bottom: 1px solid #dfdfdf;
    background: #f6f6f6;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
    text-align: center
}

.tbl_row_type tbody td {
    box-sizing: border-box;
    padding: 20px 12px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 13px;
    color: #898989;
    font-weight: 400;
    text-align: center
}

.tbl_row_type tbody td.no_line {
    border-bottom: none;
}

.tbl_row_type tbody .add_email_area2 td {
    padding-top: 0;
    height: auto;
}

.tbl_row_type tbody .email_guide_text th {
    height: auto;
}

.tbl_row_type tbody .email_text {
    margin-top: 0.4em;
}

.tbl_row_type tbody .text_gray {
    color: #999;
}

.tbl_row_type tbody td.title {
    padding-left: 40px;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.tbl_row_type tbody td.title .uesr_email {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.tbl_row_type tbody td.title .btn_wrap {
    justify-content: flex-start;
    margin: 7px 0 20px;
}

.tbl_row_type tbody td.title div:last-of-type .btn_wrap {
    margin-bottom: 10px;
}

.tbl_row_type tbody td.title .text_btn {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tbl_row_type tbody td.title .text_btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cbcbcb;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.tbl_row_type tbody td.title .js-delet_btn {
    display: inline-block;
    margin-left: 6px;
}

.tbl_row_type tbody td.title .title_desc {
    margin-top: .75rem;
    font-size: 13px;
    color: #898989;
}

.tbl_row_type tbody td.title .title_desc.nomargin {
    margin: 0;
}

.tbl_row_type tbody td.title .title_desc div.btn_wrap {
    margin: 0;
    justify-content: flex-end;
}

.tbl_row_type tbody td.title .title_desc .btn_wrap .btn {
    min-width: 8rem;
}

.tbl_row_type tbody td .icon_essentail {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.tbl_row_type tbody td .icon_essentail .icn_svg {
    margin-right: .2rem;
}

.tbl_row_type tbody td .btn_sml.white_space {
    white-space: nowrap
}

.tbl_row_type tbody td .icon_essentail .pi {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7.2px;
}

.tbl_row_type tbody td.align_right {
    text-align: right;
    padding-right: 30px;
}

.tbl_row_type tbody td.align_right .btn_wrap {
    text-align: right;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.tbl_row_type tbody td.align_right .btn_wrap .btn {
    width: 130px;
    margin: 2px 0;
}

.tbl_row_type tbody td .text_desc {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #888;
    line-height: 1.3
}

.agree_wrap.my_account {
    margin: 30px 0 40px 0;
}

.sns_account_wrap {
    margin-top: 60px;
    padding: 45px 0 50px;
    border: 1px solid #b3b3b3
}

.sns_account_wrap h3 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center
}

.box_my_account_list {
    text-align: center
}

.box_my_account_list .mark_caution {
    margin: 0 0 20px;
}

.box_my_account_list ul {
    text-align: center
}

.box_my_account_list ul li {
    display: inline-block;
    vertical-align: middle;
    width: 102px;
    margin: 0 14px
}

.box_my_account_list ul li span {
    display: block;
    padding-top: 120px;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-align: center
}

.box_my_account.my_account_info .custom_select .select2-container .select2-selection {
    height: 36px;
    border: 1px solid #cbcbcb;
}

.icon_account {
    position: relative;
    display: block
}

.icon_account:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../img/portal/mypage/mypage_account_spr.png) no-repeat
}

.icon_account.icn_facebook:before {
    background-position: 0 0
}

.icon_account.icn_google:before {
    background-position: -130px 0
}

.icon_account.icn_kakaotalk:before {
    background-position: -260px 0
}

.icon_account.icn_vk:before {
    background-position: -390px 0
}

.icon_account.icn_steam:before {
    background-position: -520px 0
}

.icon_account.icn_naver:before {
    background-position: -650px 0
}

.box_my_account .interest_game_box {
    margin-bottom: 20px;
}

.box_my_account .interest_game_box .game_title {
    margin-bottom: 10px;
    font-size: 1rem;
}

.box_my_account .interest_game_box .custom_check {
    margin: 0 30px 6px 0;
}

.box_my_account .interest_desc {
    font-size: 14px;
    color: #898989;
}

.box_my_account .interest_game_box.sha label[for='unInterestedGame_1'] span {
    font-weight: bold;
}

.security_wrap {
    max-width: 688px;
    margin: 0 auto
}

.box_security ul {
    margin: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch
}

.box_security ul:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.box_security ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
    width: calc(50% - 10px);
    border: 1px solid #b3b3b3;
    padding: 20px 30px;
    text-align: center;
    box-sizing: border-box;
    margin: 5px
}

.box_security ul li:last-of-type:nth-of-type(odd) {
    width: 100%;
}

.box_security ul li h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 1
}

.box_security ul li p {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400
}

.box_security .btn_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box_security .btn_wrap .btn {
    margin: 0.25rem;
}

.box_security .icon {
    position: relative;
    display: block;
    width: 70px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 20px
}

.box_security .icon .pi {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.box_security .icon .pi.pi_icons_01 {
    width: 50px;
    height: 56px;
    background-position: -733px -725px
}

.box_security .icon .pi.pi_icons_02 {
    width: 66px;
    height: 56px;
    background-position: -802px -725px
}

.box_security .icon .pi.pi_icons_03 {
    width: 70px;
    height: 50px;
    background-position: -894px -725px
}

.box_security .icon .pi.pi_icons_04 {
    width: 56px;
    height: 54px;
    background-position: -997px -725px
}

.box_mylog {
    position: relative;
    padding: 30px 50px;
    margin: 10px 0 0;
}

.box_mylog:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.box_mylog .icon {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.box_mylog .icon .pi {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.box_mylog .icon+.box_mylog_txt {
    padding-left: 105px
}

.box_mylog .inner {
    position: relative
}

.box_mylog .box_mylog_txt {
    text-align: left;
    padding-right: 210px;
    position: relative
}

.box_mylog .box_mylog_txt h4 {
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 13px
}

.box_mylog .box_mylog_txt p {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1.33
}

.box_mylog .btn {
    width: 210px;
    height: 45px;
    position: absolute;
    margin-top: -27.5px;
    right: 50px;
    top: 50%;
    transform: translate3d(0, 0, 0);
}

.box_mylog .btn:focus {
    outline: 1px auto #000;
}

.box_mylog_history_wrap {
    margin-bottom: 20px;
}

.box_mylog_history {
    font-size: 0;
    padding: 50px 40px
}

.box_mylog_history .custom_span_box {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 20px)
}

.box_mylog_history .custom_span_box+.custom_span_box {
    margin-left: 40px
}

.box_mylog_history .custom_span_box h3 {
    font-size: 18px;
    color: #2b2f5a;
    margin-bottom: 20px;
    line-height: 1;
}

.box_mylog_history .custom_span_box span.text_log {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    font-size: 17px;
    color: #323232;
    padding-left: 26px
}

.box_mylog_history .custom_span_box span.text_log.active,
.box_mylog_history .custom_span_box span.text_log:focus {
    box-shadow: none
}

.box_mylog_clear_wrap {
    padding: 36px 40px;
    border: 1px solid #d5d5d5;
}

.box_mylog_clear_wrap .clear_title {
    font-size: 18px;
    color: #2b2f5a;
    line-height: 1;
}

.box_mylog_clear_wrap .clear_desc {
    margin: 10px 0 14px;
    font-size: 15px;
    color: #666;
}

.logging_date {
    position: relative;
    padding: 0 20px 0 40px;
}

.logging_date::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.logging_date.logging_success::before {
    background-color: #50cfff;
}

.logging_date.logging_fail::before {
    background-color: #e74c3c;
}

.logging_date .logging_msg {
    visibility: hidden;
    position: absolute;
    padding: 4px 10px 6px;
    top: 50%;
    left: 40px;
    background-color: #444;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translate3d(-50%, 40%, 0);
    transform: translate3d(-50%, 40%, 0);
}

.register_pc_result .bullet_list li {
    text-align: left
}

.otp_area {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.otp_area .btn_big {
    margin: 0;
}

.otp_area .custom_check {
    margin: 50px 0 25px
}

.otp_area .custom_check label:before {
    margin-right: .5rem;
}

.otp_step h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.otp_step_list {
    margin-bottom: 60px
}

.otp_step_list img {
    max-width: 100%;
    width: 100%
}

.otp_step_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.otp_step_list ul:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.otp_step_list ul li {
    flex: 0 1 177px;
    position: relative;
    vertical-align: top;
    width: 177px;
    height: 159px;
    box-sizing: border-box;
    margin-left: 20px;
    border-left: 2px solid #414654;
    border-top: 2px solid #414654;
    border-bottom: 2px solid #414654;
    border-right: 2px solid #414654
}

.otp_step_list ul li:first-child {
    margin-left: 0
}

.otp_step_list ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 62px;
    right: -28px;
    z-index: 10;
    width: 28px;
    height: 23px;
    box-sizing: border-box;
    background: #f99;
    background: url(../../img/common/icn_mypage_otp_step_arrow.png) center no-repeat
}

.otp_step_list ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 75px;
    background: #fff
}

.otp_step_list ul li.step04:before {
    display: none
}

.otp_step_list ul li.step04:after {
    display: none
}

.otp_step_list ul li .box_step {
    position: relative;
    height: 100%;
    box-sizing: border-box
}

.otp_step_list ul li .box_step p {
    position: relative;
    padding-top: 84px;
    text-align: center;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    line-height: 1.333
}

.otp_step_list ul li .box_step p.icon .pi {
    display: block;
    position: absolute;
    left: 50%;
    top: 33px;
    transform: translate(-50%, 0);
    overflow: hidden
}

.otp_step_list ul li .box_step span.label {
    position: absolute;
    top: -11px;
    right: -2px;
    z-index: 10;
    display: block;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background: #fff;
    line-height: 30px
}

.otp_step_list ul li .box_step span.label em {
    position: relative;
    color: #fff;
    font-size: 12px
}

.otp_step_list ul li .box_step span.label:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background: #2b2f5a;
    border-radius: 50%
}

.box_nickname {
    width: 600px;
    margin: 0 auto
}

.nickname_char_list {
    list-style: none;
    margin-top: 15px;
    margin-top: .8333rem
}

.nickname_char_list li {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    padding-left: .541rem;
    font-size: .833rem;
    line-height: 1.5
}

.nickname_char_list img {
    width: 70%;
    height: 55%
}

.otp_setting_list {
    text-align: center
}

.otp_setting_list>ul>li {
    margin-bottom: 60px
}

.otp_setting_list>ul>li:last-child {
    margin-bottom: 50px
}

.otp_setting_list>ul>li:last-child .box_inner:after,
.otp_setting_list>ul>li:last-child .box_inner:before {
    display: none
}

.otp_setting_list>ul>li .box_inner {
    position: relative;
    padding: 40px;
    overflow: visible;
}

.otp_setting_list>ul>li .box_inner:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #b3b3b3;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: 19px;
    position: absolute
}

.otp_setting_list>ul>li .box_inner:after {
    display: block;
    width: 31px;
    height: 31px;
    content: '';
    border: 1px solid #fff;
    border-left-color: #b3b3b3;
    position: absolute;
    top: 100%;
    left: 50%
}

.otp_setting_list .step_num {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #2b305a;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px
}

.otp_setting_list h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px
}

.otp_setting_list p {
    font-size: 15px;
    color: #606060;
    font-weight: 400
}

.down_app_wrap {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
    margin-bottom: 10px
}

.down_app_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-align: center
}

.down_app_wrap ul li {
    display: inline-block;
    vertical-align: middle
}

.down_app_wrap ul li+li {
    padding-left: 60px
}

.down_app_wrap ul li img {
    max-width: 100%;
    width: 100%
}

.down_app_wrap ul li a {
    display: block
}

.qr_pw_wrap {
    margin-top: 20px;
    margin-bottom: 20px
}

.qr_pw_wrap ul {
    text-align: center;
    font-size: 0;
    max-width: 528px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.qr_pw_wrap ul li {
    position: relative
}

.qr_pw_wrap ul li+li {
    padding-left: 108px
}

.qr_pw_wrap ul li:first-child:before {
    display: none
}

.qr_pw_wrap ul li .box_gray {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 210px;
    height: 130px;
    box-sizing: border-box
}

.qr_pw_wrap ul li .box_gray .inner.box_qrcode {
    width: 80px;
    height: 80px;
    box-sizing: border-box
}

.qr_pw_wrap ul li .box_gray .inner.box_qrcode img {
    max-width: 100%;
    width: 100%
}

.qr_pw_wrap ul li .box_gray h5 {
    width: 100%
}

.otp_cord_wrap {
    max-width: 550px;
    margin: 0 auto;
    text-align: left
}

.authentication_desc {
    text-align: center;
    font-size: 14px;
    color: #515151;
    font-weight: 400;
    line-height: 1.78;
    margin-top: 15px
}

.authentication_desc .email {
    font-size: 15px;
    color: #286bc6;
    font-weight: 400;
    text-decoration: underline
}

.authentication_caution {
    text-align: center;
    font-size: 15px;
    color: #515151;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.33
}

.find_area {
    padding: 0 70px
}

.find_area li {
    margin-top: 10px;
}

.find_area .btn_wrap {
    margin-top: 25px;
}

.find_area .help_input {
    margin: 1rem 0 0;
    text-align: center;
}

.find_area .help_input .help_desc {
    margin-bottom: .6rem;
    font-size: 13px;
}

.find_area .help_input .help_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.find_area .help_input .btn_text {
    margin: 0px 10px;
    font-size: 13px;
    text-decoration: none;
}

.find_area .help_input .btn_text.disabled:focus {
    text-shadow: none;
}

.box_acoin_wrap {
    padding-top: 0;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d5d5d5
}

.box_acoin {
    padding: 36px 50px;
    border: 1px solid #323232;
    position: relative;
    margin-bottom: 20px;
}

.box_acoin:after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    opacity: 0;
    clear: both
}

.box_acoin .icon {
    position: absolute;
    width: 83px;
    height: 83px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%)
}

.box_acoin .icon:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/common/icn_cm_spr.png?v=3) -179px -126px/1600px 1600px no-repeat
}

.box_acoin .icon+.box_acoin_txt {
    padding-left: 120px
}

.box_acoin .card {
    position: absolute;
    width: 83px;
    height: 83px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%)
}

.box_acoin .card {
    position: absolute;
    width: 150px;
    height: 83px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.box_acoin .card:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box_acoin .card+.box_acoin_txt {
    padding-left: 120px;
}

.box_acoin .box_acoin_txt {
    float: left;
    text-align: left;
    padding-right: 340px
}

.box_acoin .box_acoin_txt h4.txt {
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px
}

.box_acoin .box_acoin_txt p.coin {
    font-size: 38px;
    color: #2b305a;
    font-weight: 700;
    line-height: 1
}

.box_acoin .box_acoin_txt p.coin.gray {
    color: #888
}



.box_acoin_return {
    margin-top: 20px;
    padding: 36px 50px;
    border: 1px solid #dfdfdf
}

.box_acoin_return .btn_wrap {
    margin-top: 35px
}

.acoin_return_info_wrap {
    padding: 36px 50px;
    border: 1px solid #dfdfdf
}

.acoin_return_info_wrap p {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
    margin-bottom: 10px
}

.acoin_return_info_wrap .bullet_list {
    margin: 0
}

.acoin_return_info_wrap .bullet_list li {
    padding-left: 9px;
}

.acoin_return_info_wrap .bullet_list li::before {
    left: 0;
}

.acoin_return_info_wrap .btn.active:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 6px;
    height: 6px;
    background: #dcdcdc;
    margin-left: 10px;
    background-color: transparent;
    border-left: 1px solid #606060;
    border-top: 1px solid #606060;
    transform: rotate(50deg) skew(10deg)
}

.acoin_return_info {
    display: none
}

.acoin_return_info+.btn_wrap {
    margin-top: 35px
}

.acoin_return_info+.btn_wrap .btn {
    padding: 0 2rem;
}

.acoin_return_info {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d5d5d5
}

.acoin_return_info dl dt {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px
}

.acoin_return_info dl dd {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1.78
}

.acoin_return_info_table {
    margin-top: 15px
}

.payment_settings .box_white {
    border-color: #dfdfdf
}

.payment_settings .box_acoin {
    border-color: #dfdfdf
}

.payment_settings .box_acoin .box_acoin_txt p.coin {
    color: #323232
}

.box_payment {
    border: 1px solid #dfdfdf;
    padding: 44px;
    margin-top: -1px
}

.box_payment table tr:last-child td {
    border-bottom: 0
}

.box_payment table tr td,
.box_payment table tr th {
    height: 60px
}

.box_payment table tr th.align_left {
    padding-left: 24px
}

.box_payment table tr td.align_left {
    padding-left: 24px
}

.box_payment table tr td.align_right {
    text-align: right;
    padding-right: 24px
}

.box_payment table tr td.align_right:last-child {
    padding-right: 0
}

.box_payment table tr td .btn {
    float: right;
    width: 140px
}

.box_payment table tfoot tr {
    background: #f1f1f1
}

.box_payment table tfoot tr td {
    border-bottom: 1px solid #fff
}

.box_payment_limit {
    border: 1px solid #dfdfdf;
    padding: 15px 44px 30px
}

.box_payment_limit h4.bullet_check {
    font-size: inherit;
    color: #000
}

.box_payment_limit table tr td {
    border-bottom: 0;
    font-size: 18px;
    color: #888;
    font-weight: 400;
    height: 80px
}

.box_payment_limit table tr td.align_left {
    padding-left: 30px
}

.box_payment_limit table tr td.align_right {
    padding-right: 30px
}

.box_payment_limit table tr.change_limit td {
    background: #f6f6f6
}

.box_payment_limit table tr.change_limit td .custom_input {
    margin: 0 5px;
    width: 195px
}

.box_payment_limit table tr.change_limit td .custom_input input[type=text] {
    text-align: right;
    font-size: inherit;
    color: #323232
}

.box_payment_limit table tr.change_limit td.align_right {
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-align: center
}

.box_payment_limit table tr td .input_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-end
}

.box_payment_limit .limitied_amount {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px 45px
}

.box_payment_limit .limitied_amount .btn {
    width: calc(25% - 4px);
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 3px 0;
    border: 1px solid #2b305a;
    background: #fff;
    font-size: 15px;
    color: #2b305a;
    font-weight: 400;
    text-align: center
}

.box_payment_limit .limitied_amount .btn+.btn {
    margin-left: 0
}

.box_payment_limit .limitied_amount .btn.active {
    border-color: #725945;
    background: #725945;
    color: #fff
}

.box_payment_limit .box_white.limited {
    padding: 0;
    border: none
}

.box_payment_limit .limited table .custom_input {
    width: 340px;
    margin-right: 5px
}

.box_payment_limit .limited table .custom_input input[type=text] {
    text-align: right;
    font-size: 18px
}

.box_limited_radio {
    position: relative;
    padding: 0 30px 43px
}

.box_limited_radio ul {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.box_limited_radio ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    width: 33.333%;
    margin: 0 0 -1px -1px
}

.box_limited_radio ul li .custom_radio {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    text-align: left
}

.box_limited_radio ul li .custom_radio label {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 40px;
    border: 1px solid #dfdfdf;
    line-height: 48px
}

.box_limited_radio ul li .custom_radio label:after {
    margin-left: 0
}

.box_limited_radio ul li .custom_radio label:before {
    left: 20px
}

.box_limited_radio ul li .custom_radio input[type=radio]+label:after {
    left: 23px
}

.box_limited_radio ul li .custom_radio input[type=radio]:checked+label {
    z-index: 2;
    background: #fff;
    border: 1px solid #313131
}

.box_acoin_used {
    position: relative;
    padding: 30px 40px;
    border: 1px solid #323232;
    border-top: 1px solid #dfdfdf;
    margin-top: -1px
}

.box_acoin_used .acoin_used_info {
    background: #f6f6f6;
    padding: 20px 0
}

.box_acoin_used .acoin_used_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.box_acoin_used .acoin_used_info .info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0 40px;
    justify-content: space-between;
    box-sizing: border-box;
    line-height: 1
}

.box_acoin_used .acoin_used_info .info:first-child:after {
    display: block;
    position: absolute;
    top: 50%;
    right: -3px;
    content: '/';
    color: #888;
    transform: translate(0, -50%)
}

.box_acoin_used .acoin_used_info .info span.title {
    font-size: 15px;
    color: #888;
    font-weight: 400
}

.box_acoin_used .acoin_used_info .info span.acoin {
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.box_acoin_used .box_gray {
    position: relative;
    padding: 30px 20px;
    margin-top: 20px
}

.box_acoin_used .box_gray p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    margin-left: 18px
}

.box_acoin_used .box_gray p span.mark {
    margin-left: -18px
}

.box_acoin_used .box_gray p em {
    color: #000
}

.box_acoin_used .box_gray .btn_wrap {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.box_acoin_used .box_gray .btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.search_top .input_wrap .custom_input input.active {
    padding: 0 37px 0 18px;
    box-shadow: none;
}

.change_area {
    padding: 0 70px
}

.change_area .btn_wrap {
    margin-top: 40px;
}

.change_area li {
    margin-top: 12px;
}

.payment_settings .box_white {
    margin-top: -1px
}

.payment_settings .box_white.box_alarm {
    position: relative
}

.payment_settings .box_white.box_alarm h5 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #323232;
    font-weight: 400;
}

.payment_settings .box_white.box_alarm p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    line-height: 1.6;
    max-width: 78%
}

.payment_settings .box_white.box_alarm .btn_wrap {
    position: absolute;
    right: 45px;
    bottom: 45px
}

.payment_settings .box_white.box_alarm .btn_wrap .btn {
    display: block;
    min-width: 140px
}

.payment_settings .box_white.box_alarm .btn_wrap .btn.btn_cancel {
    background: #3e3e3e
}

.payment_settings .box_white.box_alarm .btn_wrap .btn.btn_apply {
    background: #725945
}

.payment_settings .box_white.box_alarm .btn_wrap .btn span {
    padding-left: 26px
}

.payment_settings .box_white.box_alarm .btn_wrap .btn span em {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transform: translate(0, -50%)
}

.payment_settings .box_white.box_alarm .btn_wrap .btn span em:after,
.payment_settings .box_white.box_alarm .btn_wrap .btn span em:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    background: #323232;
    transform: translate(-50%, -50%)
}

.payment_settings .box_white.box_alarm .btn_wrap .btn span em:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.payment_settings .box_white.box_alarm .btn_wrap .btn.btn_cancel span em:after {
    display: none
}

.payment_settings .box_graph .txt {
    text-align: center;
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    margin-top: 30px
}

.box_graph .title {
    position: relative;
    background: #f6f6f6;
    padding: 20px 25px
}

.box_graph .title h5 {
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.box_graph .title .legend {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%)
}

.box_graph .title .legend span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
    font-size: 14px;
    color: #2f4074;
    font-weight: 400
}

.box_graph .title .legend span+span {
    margin-left: 20px
}

.box_graph .title .legend span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 13px;
    transform: translate(0, -50%)
}

.box_graph .title .legend span.charge:before {
    background: #2f4074
}

.box_graph .title .legend span.used:before {
    background: #94a5d7
}

.box_graph .title .legend span.used {
    color: #94a5d7
}

.box_graph .graph_wrap {
    position: relative
}

.box_graph .graph {
    overflow: hidden
}

.box_graph .axis_y {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #656565
}

.box_graph .axis_y li {
    border-bottom: 1px dashed #e2e2e2;
    height: 50px;
    box-sizing: border-box
}

.box_graph .axis_y li:last-child {
    border-bottom: 0
}

.box_graph .graph .axis_x {
    padding: 15px 0;
    white-space: nowrap
}

.box_graph .graph .axis_x:after {
    display: block;
    content: '';
    clear: both
}

.box_graph .graph .axis_x li {
    display: inline-block;
    vertical-align: top;
    width: 16.33%;
    text-align: center;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 400
}

.box_graph .graph .bars {
    position: relative;
    height: 250px;
    white-space: nowrap;
    z-index: 2;
    font-size: 0
}

.box_graph .graph .bars .bar_group {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 16.66%;
    height: 100%
}

.box_graph .graph .bars .bar_group .bar_area {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%
}

.box_graph .graph .bars .bar_group .bar {
    position: relative;
    width: 50%;
    max-width: 45px;
    height: 80%;
    background: #2f4074
}

.box_graph .graph .bars .bar_group .bar.charge {
    background: #2f4074
}

.box_graph .graph .bars .bar_group .bar.used {
    background: #94a5d7
}

.box_graph .graph .bars .bar_group .bar+.bar {
    margin-left: 5px
}

.box_graph .graph .bars .bar_group .bar .txt {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    color: #2f4074;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 10px;
    text-shadow: 0 0 5px #fff;
    z-index: 10;
    letter-spacing: -.04px
}

.box_graph .graph .bars .bar_group .bar.used .txt {
    color: #94a5d7
}

.box_graph .btn_graph_more {
    display: none
}

.otp_login .custom_input.correct input {
    background: #fff
}

.otp_login .box_login {
    width: 500px;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 52px;
}

.otp_login .box_login ul li {
    margin-top: 15px
}

.otp_login .box_login ul li:first-child {
    margin-top: 0
}

.otp_login .box_login ul li .btn_mid {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 19px
}

.otp_login .box_login .box_join {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0 50px;
    border-bottom: 1px solid #d5d5d5
}

.otp_login .box_login .box_join a {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 15px;
    color: #000;
    text-align: center
}

.otp_login .box_login .box_join a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 13px;
    background-color: #d5d5d5
}

.otp_login .box_login .box_join a:first-child:before {
    display: none
}

.box_otp .otp_backupcode_desc_wrap {
    font-size: 13px;
}

.box_otp .otp_backupcode_desc {
    display: inline;
    position: relative;
}

.box_otp .otp_backupcode_desc::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -24px;
    width: 14px;
    height: 14px;
    background-image: url('../../img/common/spr_pi.png?v=2');
    background-position: -110px -2179px;
}

.box_otp .otp_backupcode_cs {
    margin: 1rem 0 0.6rem 0;
}

.box_otp .otp_backupcode_cs_link {
    color: #286bc6;
    text-decoration: none;
}

.box_otp .otp_bymobile_desc_wrap {
    font-size: 13px;
}

.box_otp .otp_bymobile_desc {
    display: inline;
    position: relative;
}

.box_otp .otp_bymobile_desc::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -24px;
    width: 14px;
    height: 14px;
    background-image: url('../../img/common/spr_pi.png?v=2');
    background-position: -110px -2179px;
}

.box_otp .otp_bymobile_cs {
    margin: 1rem 0 0.6rem 0;
}

.box_otp .otp_bymobile_cs_link {
    color: #286bc6;
    text-decoration: none;
}

.safari_pull_hide {
    position: fixed;
    width: 100%;
    height: 300px;
    top: 0;
    transform: translateY(-300px);
    left: 0;
    background: #fff;
    z-index: 1000;
    pointer-events: none
}

.box_benefit_area {
    position: relative;
    border: 1px solid #dfdfdf;
    margin: 20px 0
}

.box_benefit_area .box_benefit_list {
    padding: 90px 60px 40px
}

.box_benefit_area .box_benefit_list+.box_benefit_list {
    padding-top: 40px;
    border-top: 1px dashed #dcdcdc
}

.box_benefit_area .label_subject {
    position: absolute;
    top: 20px;
    left: -5px;
    width: 204px;
    height: 47px;
    box-sizing: border-box;
    background: url(../../img/common/community_subject_label.png) no-repeat;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 38px
}

.box_benefit_area .label_subject.special_benefit {
    padding-bottom: 6px;
}

.box_benefit_area .label_subject.special_benefit .special_benefit_tooltip {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.box_benefit_area .label_subject.special_benefit .balloon_box {
    line-height: 1.4;
    width: 300px;
    top: calc(100% + 20px);
    left: auto;
    right: 0;
    -webkit-transform: translate3d(calc(100% - 44px), 10px, 0);
    transform: translate3d(calc(100% - 44px), 10px, 0);
    text-align: left;
}

.box_benefit_area .label_subject.special_benefit .balloon_box.on {
    -webkit-transform: translate3d(calc(100% - 44px), 0, 0);
    transform: translate3d(calc(100% - 44px), 0, 0);
}

.box_benefit_area .label_subject.special_benefit .balloon_desc {
    padding-left: 0;
}

.box_benefit_area .label_subject.special_benefit .balloon_desc::before {
    display: none;
}

.box_benefit_area .label_subject .pi.special_benefit_info {
    position: relative;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-position: -525px -1979px;
    margin-left: 6px;
}

.box_benefit_area .benefit_wrap.guestcoupon .items {
    padding-right: 0
}

.box_benefit_area .benefit_wrap.gamepasscoupon .items {
    padding-right: 0
}

.box_benefit_area .benefit_wrap .items {
    position: relative;
    padding-right: 280px;
    margin-bottom: 3rem
}

.box_benefit_area .btn_wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.box_benefit_area .btn_wrap.mob_block {
    display: none
}

.box_benefit_area .btn_wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 215px;
    padding: 0 10px;
    height: 50px;
    line-height: 1.1;
    border-radius: 3px
}

.box_benefit_area .btn_wrap .btn+.btn {
    margin-left: 0;
    margin-top: 5px
}

.benefit_list>ul>li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    line-height: 1.666;
}

.benefit_list>ul>li h4 {
    position: relative;
    font-size: 15px;
    color: #8f714a;
    font-weight: bold;
    float: left;
    flex: 0 0 28%;
    margin-right: 2%;
}

.benefit_list>ul>li h4:before {
    display: none;
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8f714a
}

.benefit_list>ul>li:first-child {
    margin-top: 0
}

.benefit_list>ul>li p {
    display: block;
    max-width: 100%;
    font-size: 15px;
    color: #323232;
    font-weight: normal;
    overflow: hidden;
}

.benefit_list>ul>li p strong {
    font-weight: bold
}

.benefit_list>ul>li p span {
    float: left
}

.benefit_list>ul>li p span+span {
    position: relative;
    padding-left: 15px;
    margin-left: 15px
}

.benefit_list>ul>li p span+span:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #d7d2c8
}

.benefit_list .bullet_list {
    padding-left: 12px;
    margin-top: 28px
}

/*프로필 팝업*/
#profile_popup {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: -3rem;
    box-sizing: border-box;
    padding: 2.5rem;
    width: 100%;
    background: #fff;
    z-index: 10;
    text-align: center;
    border: 7px solid #e1e1e1
}

#profile_popup h3 {
    margin: 0 0 40px;
    font-size: 30px;
    color: #2b2f5a;
}

#profile_popup.active {
    display: flex;
}

#profile_popup:before {
    content: ''
}

#profile_popup .popup_close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

#profile_popup .popup_close:before,
#profile_popup .popup_close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.2rem;
    height: 1px;
    background: #a3a3a3;
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

#profile_popup .popup_close:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#profile_popup .profile_img_option {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.9;
}

#profile_popup .profile_img_option.active {
    opacity: 1;
}

#profile_popup .profile_img_option.active .icon_character {
    background-color: #2b2f5a;
    border: 1px solid #2b2f5a
}

#profile_popup .profile_img_option .checked {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #993b3c;
    border-radius: 50%;
    z-index: 10;
}

#profile_popup .profile_img_option.active .checked {
    display: flex;
}

#profile_popup .character_wrap {
    display: block;
    height: 394px;
    padding: 0 32px;
    margin: 0 0 40px;
    overflow-x: hidden;
    overflow-y: auto;
}

#profile_popup .character_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#profile_popup .character_list li {
    display: inline-block;
    flex: 0 0 20%;
    margin: 0.5rem 0 1.2rem 0;
}

.select_pet_wrap {
    margin: 0 0 180px
}

.select_pet_wrap .btn_wrap {
    margin: 40px 0 0;
}

html:lang(ru-RU) .aside_wrap li a {
    font-size: 14px
}

html:lang(ru-RU) .box_acoin_used .box_gray {
    padding-bottom: 80px
}

html:lang(ru-RU) .box_mylog_history .custom_span_box h3 {
    font-size: 16px
}

/* 프로필 */
h2.line.no_margin {
    margin-bottom: 0;
}

.box_my_profile {
    padding: 0;
}

.box_my_profile .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.box_my_profile .profile .profile_box {
    display: flex;
    flex-direction: column;
    width: calc(50% - 7px);
    flex: 0 0 calc(50% - 7px);
    height: 170px;
    margin-top: 10px;
    border: 1px solid #dadada;
    border-bottom-width: 2px;
    overflow: hidden;
    background: #f8f8f8;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.profile_box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.profile_box_head .my_profile_name {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #7b7b7b;
    text-align: left;
}

.profile_box_head .my_profile_name .pi {
    margin-left: 10px;
}

.profile_box_head .pi {
    flex-shrink: 0;
}

.profile_box_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 48px);
    padding: 10px 18px;
    box-sizing: border-box;
}

.profile_box_body .box_left {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}

.profile_box_body .box_left.icon_character_area .icon_character {
    background-size: 110px auto;
}

.profile_box_body .box_right {
    text-align: right;
}

.profile_box_body .box_right .box_right_name {
    display: block;
    font-size: 20px;
    color: #3d3d3d;
}

.profile_box_body .box_right .box_right_text {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    color: #787878;
}

.profile_box_body .box_all {
    display: block;
    width: 100%;
    text-align: left;
}

/* 프로필 - 커스텀 */
.comp_community .box_all>span {
    display: block;
}

.comp_community .box_all>span a,
.comp_community .box_all>span button {
    display: flex;
    align-items: center;
}

.comp_community .box_all>span a i,
.comp_community .box_all>span button i {
    margin-right: 10px;
    box-sizing: border-box;
}

.box_text_first,
.box_text_second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: -.2px;
    color: #3d3d3d;
}

.box_text_second {
    margin-top: 16px;
}

.box_text_first em,
.box_text_second em {
    display: block;
    text-align: left;
    flex-shrink: 1;
}

.box_text_first span,
.box_text_second span {
    display: block;
    text-align: right;
    flex-shrink: 0;
}

/* anchor_check */
.comp_security .anchor_check {
    position: relative;
    display: flex;
    align-items: center;
}

.comp_security .anchor_check~.anchor_check {
    margin-top: 8px;
}

.anchor_check {
    font-size: 16px;
}

.anchor_check .pi {
    display: block;
    content: '';
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: calc(50% - 6px);
    z-index: 10;
}

.anchor_check:before {
    content: '';
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.anchor_check.active:before {
    background-color: #2b2f5a;
    border: 1px solid #2b2f5a
}

/* .anchor_check:not(.active):hover:before { background-color: #fff; border-color: #2b2f5a }*/
/* .anchor_check:not(.active):hover .pi { background-position: 0 -2028px }*/
.com_coupon .profile_box_body {
    align-items: flex-start;
}

.com_coupon .profile_box_body .box_all {
    padding: 20px 0;
}

.com_coupon .porm {
    position: relative;
    padding: 6px 34px 6px 13px;
    margin-right: 10px;
    background: #2b2f5a;
    color: #fff;
    font-size: 16px;
    border-radius: 26px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.box_my_profile .profile .profile_box.com_storage,
.box_my_profile .profile .profile_box.com_customer {
    height: 47px;
}

.btn_normal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(60, 60, 60, 0.4);
    border-radius: 6px;
}

.account_main {
    margin-top: 20px;
    color: rgba(60, 60, 60, 1);
}

.account_main .btn_more {
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    padding: 8px 4px;
    opacity: 0.65;
    z-index: 5;
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.account_main .user_wrap .btn_more {
    top: 16px;
    transform: none;
    right: 30px;
    opacity: 0.85;
}

.account_main .user_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 158px;
    padding: 22px 30px 22px 160px;
    border-radius: 15px;
    background: #353942;
    box-sizing: border-box;
}

.account_main .user_wrap .character {
    position: absolute;
    left: 28px;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translate3d(0, -50%, 0);
}

.account_main .user_wrap .nickname {
    display: block;
    font-size: 22px;
    color: #FFF;
}

.account_main .user_wrap .date {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.account_main .desh_left,
.account_main .desh_right {
    float: left;
    display: block;
    width: 50%;
    box-sizing: border-box;
}

.account_main .desh_left {
    padding-right: 10px;
}

.account_main .desh_right {
    padding-left: 10px;
}

.account_main .desh_box {
    position: relative;
    padding: 25px 29px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
}

.account_main .deshboard {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.account_main .deshboard,
.account_main .desh_box+.desh_box {
    margin-top: 18px;
}

.account_main .desh_left.no_list {
    display: none;
}

.account_main .no_list+.desh_right {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.account_main .no_list+.desh_right .desh_box {
    display: inline-block;
    width: calc(50% - 12px);
}

.account_main .no_list+.desh_right .desh_box:nth-child(odd) {
    margin-right: 10px;
}

.account_main .no_list+.desh_right .desh_box:nth-child(even) {
    margin-left: 10px;
}

.account_main .no_list+.desh_right .desh_box.logged {
    margin-top: 0;
}

.desh_box .desh_title {
    position: relative;
}

.desh_box .desh_title .title {
    display: block;
    margin: 0;
    padding: 0 0 0 38px;
    font-size: 20px;
    color: #000;
    box-sizing: border-box;
}

.desh_box.shortcut .desh_title .title {
    padding: 0 0 0 38px;
}

.desh_box.storage .desh_title .title {
    padding: 0 0 0 32px;
}

.desh_box.playing_box .desh_title .title {
    padding: 0 0 0 39px;
}

.desh_box.recommend_box .desh_title .title {
    padding: 0 0 0 38px;
}

.desh_box.secure .desh_title .title {
    padding: 0 0 0 38px;
}

.desh_box.logged .desh_title .title {
    padding: 0 0 0 34px;
}

.desh_box.coupon .desh_title .title {
    padding: 0 0 0 38px;
}

.desh_box.account .desh_title .title {
    padding: 0 0 0 38px;
}

.desh_box .desh_title .pi {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.desh_box .desh_content {
    margin-top: 16px;
}

.desh_box .logged_wrap {
    margin-top: 20px;
}

.desh_box .logged_wrap .item {
    position: relative;
    padding-left: 36px;
    box-sizing: border-box;
}

.desh_box .logged_wrap .item+.item {
    margin-top: 15px;
}

.desh_box .logged_wrap .item:nth-child(1) .dot {
    display: none;
}

.desh_box .logged_wrap .dot {
    position: absolute;
    left: 10px;
    display: block;
    width: 2px;
    height: 2px;
    background: #eee;
}

.desh_box .logged_wrap .dot1 {
    top: -25px;
}

.desh_box .logged_wrap .dot2 {
    top: -15px;
}

.desh_box .logged_wrap .dot3 {
    top: -5px;
}

.desh_box .logged_wrap .bullet {
    position: absolute;
    left: 11px;
    top: 11px;
    display: block;
    width: 8px;
    height: 8px;
    background: #eee;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.desh_box .logged_wrap .item.active .bullet,
.desh_box .logged_wrap .item.active .dot {
    background: #50cfff;
}

.desh_box .logged_wrap .item.active .bullet {
    width: 12px;
    height: 12px;
}

/* 추천 & 플레이한 게임 */
.playing_box .desh_title .title {
    position: relative;
}

.playing_box .desh_content {
    margin-top: 24px;
}

.playing_box .desh_content+.desh_content {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.account_main .playing_box .shortcut_list .item {
    padding: 6px 0px 0 38px;
    height: auto;
}

.account_main .playing_box .shortcut_list .subitems {
    flex-wrap: wrap;
    margin-top: 15px;
}

.shortcut_list .account_info span {
    margin-top: 5px;
    font-size: 15px;
    color: rgba(60, 60, 60, 0.8);
    display: block;
}
.shortcut_list .char_info span {
    margin-top: 5px;
    font-size: 15px;
    color: rgba(60, 60, 60, 0.8);
    display: block;
}

.account_main .playing_box .shortcut_list .subitems .arrow {
    width: auto;
    height: auto;
    padding: 10px 32px 10px 10px;
}

.account_main .playing_box .shortcut_list .subitems .subitem {
    margin: 4px 8px 4px 0;
}

.recommend_box .title_desc {
    margin-top: 16px;
}

.recommend_box .recommend_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.recommend_box .recommend_btn span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
}

.recommend_box .recommend_btn i.pi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
}

.recommend_box .recommend_item+.recommend_item {
    margin-top: 4px;
}

/* 슬라이더 css */
.owl-carousel.no_slide {
    display: block;
}

.js-bdoSliderWrap.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.js-bdoSliderWrap.owl-carousel .owl-nav button.owl-prev,
.js-bdoSliderWrap.owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #6a6a6a;
    opacity: .5;
    background: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .25s ease;
}

.js-bdoSliderWrap.owl-carousel .owl-nav button span {
    font-size: 0;
    color: transparent;
}

.js-bdoSliderWrap.owl-carousel .owl-nav button+button {
    margin-left: 3px;
}

.js-bdoSliderWrap.owl-carousel .owl-nav button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #6a6a6a;
    border-left: 2px solid #6a6a6a;
    box-sizing: border-box;
    background: none;
}

.js-bdoSliderWrap.owl-carousel .owl-nav button.owl-prev::before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.js-bdoSliderWrap.owl-carousel .owl-nav button.owl-next::before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
}

.js-reSliderWrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 19px;
    transform: translateY(-50%);
    z-index: 1;
}

.js-reSliderWrap.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.js-reSliderWrap.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.js-reSliderWrap.owl-carousel .owl-nav button span {
    font-size: 0;
    color: transparent;
}

.js-reSliderWrap.owl-carousel .owl-nav button.owl-prev::before,
.js-reSliderWrap.owl-carousel .owl-nav button.owl-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    box-sizing: border-box;
    background: none;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
}

.js-reSliderWrap.owl-carousel .owl-nav button.owl-prev::before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.js-reSliderWrap.owl-carousel .owl-nav button.owl-next::before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
}

.account_main .shortcut_list .item {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 70px;
    padding: 0 0 0 80px;
    box-sizing: border-box;
}

.account_main .shortcut_list .item.disabled a {
    cursor: not-allowed;
}

.account_main .shortcut_list .item+.item {
    margin-top: 16px;
}

.account_main .shortcut_list .item .title {
    position: relative;
    font-size: 15px;
    color: rgba(60, 60, 60, 1);
}

.account_main .shortcut_list .bedge {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.account_main .shortcut_list .bedge_small {
    position: absolute;
    left: -39px;
    top: 54%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.account_main .shortcut_list .subitems {
    margin-top: 4px;
    overflow: hidden;
    max-width: 100%;
}

.account_main .shortcut_list .subitem .arrow {
    padding-right: 15px;
    font-size: 0;
    color: rgba(60, 60, 60, 0.8);
    overflow: hidden;
}

.account_main .shortcut_list .subitem .arrow span {
    font-size: 12px;
    line-height: 0.7rem;
}

.account_main .shortcut_list .subitems .arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 18px;
    padding: 6px 32px 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.account_main .shortcut_list .subitems .arrow:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #9f9f9f;
    border-left: none;
    border-bottom: none;
    transform-origin: center;
    transform: translate3d(0, -50%, -0) rotate(45deg);
    z-index: 5;
}

.account_main .shortcut_list .subitem {
    float: left;
    display: inline-block;
    font-size: 0;
}

.account_main .shortcut_list .subitem+.subitem {
    margin-left: 24px;
}

/* storage */
.account_main .storage_list {
    overflow: hidden;
}

.account_main .storage_list .item {
    float: left;
    width: 48.6%;
}

.account_main .storage_list .item:nth-child(2n) {
    margin-left: 2.8%;
}

.account_main .storage_list .item:nth-child(n+3) {
    margin-top: 8px;
}

.account_main .storage_list .btn_storage {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #122dff;
    border-radius: 7px;
    padding: 1px;
    text-decoration: none;
    background: linear-gradient(to right, #fe79a8, #fe9272);
    box-sizing: border-box;
}

.account_main .storage_list .btn_storage:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #fe8884;
    border-left: none;
    border-bottom: none;
    transform-origin: center center;
    transform: translate3d(0, -50%, -0) rotate(45deg);
    z-index: 5;
}

.account_main .storage_list .btn_storage span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    font-size: 13px;
    color: #fe8884;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}

.account_main .storage_list .btn_storage.sha {
    background: linear-gradient(to right, #828afe, #b36ffe);
}

.account_main .storage_list .btn_storage.sha span {
    color: #724ebd;
}

.account_main .storage_list .btn_storage.sha:after {
    border-color: #8881fe;
}

.account_main .coupon_box {
    position: relative;
    width: 100%;
    padding: 18px 26px 20px 26px;
    border-radius: 10px;
    background: linear-gradient(to right, #637eed, #5cafef);
    box-sizing: border-box;
}

.account_main .coupon_box:before,
.account_main .coupon_box:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 50%;
}

.account_main .coupon_box:before {
    left: 0;
    transform: translate3d(-50%, -50%, 0);
}

.account_main .coupon_box:after {
    right: 0;
    transform: translate3d(50%, -50%, 0);
}

.account_main .coupon_box .title_zone {
    position: relative;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.account_main .coupon_box .bedge {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.account_main .coupon_box .title {
    font-size: 16px;
    color: #e8f1ff;
}

.account_main .coupon_box .desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.account_main .coupon_box .btn_coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-top: 20px;
    font-size: 13px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    box-sizing: border-box;
}

.account_wrap .email {
    font-size: 16px;
    color: rgba(60, 60, 60, 1);
}

.account_wrap .date_change {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(60, 60, 60, 0.8);
}

.account_wrap .btn_normal {
    margin-top: 18px;
}

.account_main .logged_wrap .logged_place {
    font-size: 13px;
    line-height: 20px;
    color: rgba(60, 60, 60, 0.8);
}

.account_main .logged_wrap .logged_time {
    margin-top: 2px;
    font-size: 13px;
    line-height: 15px;
    color: rgba(60, 60, 60, 0.6);
}

.account_main .logged_wrap .item.active .logged_place {
    font-size: 16px;
    color: rgba(60, 60, 60, 1);
}

.account_main .logged_wrap .item.active .logged_time {
    color: #1ec7ff;
}

.account_main .logged_wrap .item+.logged_title {
    margin-top: 19px;
}

.account_main .secure .desh_content {
    margin-top: 25px;
}

.account_main .secure_list {
    margin-top: 5px;
    padding-left: 5px;
    overflow: hidden;
}

.account_main .secure_list .item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 28px;
    padding-right: 40px;
    font-size: 13px;
    box-sizing: border-box;
}

.account_main .secure_list .item+.item {
    margin-top: 20px;
}

.account_main .secure_list .item .title {
    font-size: 15px;
}

.account_main .secure_list .btn_secure {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
    box-sizing: border-box;
    cursor: default;
}

.account_main .secure_list .btn_secure .check {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate3d(-50%, -50%, 0);
}

/* event banner */
.event_banner_wrap {
    display: block;
    width: 100%;
    margin: 18px 0;
}

.event_banner_wrap img {
    width: 100%;
}

/* 게임 보안센터 security */
.webstorage_wrap.security {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

.webstorage_wrap.security .inner {
    padding: 55px 25px 30px;
    width: 50%;
    box-sizing: border-box;
}

.webstorage_wrap.security .inner+.inner {
    margin-left: -1px;
    border-right: none;
    border-left: 1px solid #d4d4d4;
}

.webstorage_wrap.security .icn_wrap {
    display: flex;
    justify-content: center;
    height: 70px;
}

.webstorage_wrap.security .title_wrap {
    min-height: 94px;
    margin-bottom: 9px;
    line-height: 1.4;
}

.webstorage_wrap.security .security_title {
    margin-bottom: 13px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.webstorage_wrap.security .security_desc {
    font-size: 15px;
    color: rgba(61, 61, 61, .8);
    text-align: center;
}

.webstorage_wrap.security .btn_wrap .btn {
    margin: 0 auto;
}

.webstorage_wrap.security .btn_wrap .btn+.btn {
    margin-top: 9px;
}

.webstorage_wrap.security .nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 169px;
}

.used_list_wrap {
    margin-top: 20px;
}

.webstorage_twitch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 160px;
    margin-bottom: 18px;
}

.webstorage_twitch .text_drops {
    font-size: 15px;
    color: #6b6a6a;
}

.webstorage_twitch .text_drops+.btn {
    margin: 0 0 0 10px;
}

.webstorage_twitch .btn {
    padding: 0 25px;
    min-width: 190px;
    max-width: 280px;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #734dba, #6a44b1);
    background-image: linear-gradient(top, #734dba, #6a44b1);
    background-color: #6a44b1;
    border: none;
}

.webstorage_twitch .btn .icon {
    content: "";
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url('../../img/common/icon/icn_sns_twitch.svg') no-repeat;
    background-size: contain;
}

.webstorage_twitch .btn .icon.icon_twitch {
    position: relative;
    width: 18px;
    height: 22px;
    margin-right: 10px;
}

/*애니메이션*/
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes showHide {
    0% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@media (min-width: 1025px) {
    .tbl_col_type tbody tr td .btn_delete:hover {
        background-color: rgba(0, 0, 0, .1)
    }

    .box_package_area .btn_wrap .btn_package:hover {
        background: #63594d
    }

    .box_package_area .btn_wrap .btn_coupon:hover {
        background: #f7f7f7
    }

    .box_payment_limit .limitied_amount .btn:hover {
        background: 0 0
    }

    .box_payment_limit .limitied_amount .btn:hover:before {
        display: none
    }

    .box_payment_limit .limitied_amount .btn.active:hover {
        background: #725945
    }

    .profile_popup .popup_close:hover {
        opacity: 1
    }

    .profile_popup .profile_img_option:hover {
        filter: brightness(1.1)
    }

    .box_otp .backupcode_wrap .num_input {
        width: 65px;
        height: 65px;
        font-size: 22px;
    }

    .backupcode_popup .utill_wrap .btn:hover {
        opacity: 1;
    }

    #profile_popup .profile_img_option:hover {
        opacity: 1;
    }

    #profile_popup .character_wrap::-webkit-scrollbar {
        width: 6px;
    }

    #profile_popup .character_wrap::-webkit-scrollbar-track {
        background: #efefef;
    }

    #profile_popup .character_wrap::-webkit-scrollbar-thumb {
        background: #d0d0d0;
        border-radius: 6px;
    }

    .box_my_profile .inner .icn_edit {
        transition: opacity 0.3s;
    }

    .box_my_profile .inner .icn_edit:hover {
        opacity: 0.8;
    }

    .tbl_row_type tbody td.title .text_btn:hover {
        color: #000;
    }

    .tbl_row_type tbody td.title .text_btn:hover:after {
        background: #000;
    }

    .box_white .capslock_wrap .btn_capslock:hover {
        opacity: 1;
    }

    /* sns_login_wrap */
    .sns_login_wrap ul li:hover .btnlLink {
        background: #2b2f5a;
        border: 1px solid #24274c;
        color: #fff
    }

    .sns_login_wrap ul li:hover .btnlLink:after {
        background: #3d4278;
        border-left: 1px solid #24274c
    }

    .border_box .etc_sns:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
        background: #6f47ba;
    }

    .border_box .etc_sns:hover .pi {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

    .border_box .etc_sns.active:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

    .border_box .etc_sns.active:hover .pi {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    /* 프로필 */
    .box_my_profile .profile a.profile_box:hover {
        background-color: #fefefe;
    }

    .comp_community .box_all>span a.disabled:hover {
        font-weight: normal;
    }

    .com_coupon .porm:hover {
        background-color: #333;
    }

    .comp_community .box_all>span a:hover,
    .anchor_check:hover {
        color: #8f714a;
    }

    .box_otp .blue_text_btn:hover {
        text-decoration: underline;
    }

    .logging_date:hover .logging_msg {
        visibility: visible;
    }

    .account_main .btn_more:hover {
        opacity: 1;
    }

    .account_main .user_wrap .btn_more:hover {
        opacity: 1;
    }

    .account_main .storage_list .btn_storage span {
        transition: background 0.2s;
    }

    .account_main .storage_list .btn_storage:after {
        transition: border-color 0.2s;
    }

    .account_main .storage_list .btn_storage:not(.disabled):hover span {
        color: #FFF;
        background: transparent;
    }

    .account_main .storage_list .btn_storage:not(.disabled):hover:after {
        border-color: #FFF;
    }

    .account_main .coupon_box .btn_coupon {
        transition: color 0.2s, background 0.2s;
    }

    .account_main .coupon_box .btn_coupon:not(.disabled):hover {
        color: #637fed;
        background: #FFF;
    }

    .account_main .shortcut_list .subitem .arrow:hover:after {
        filter: brightness(1.1);
    }

    .account_main a:hover,
    .account_main .shortcut_list .item .title:hover,
    .account_main .shortcut_list .subitem .arrow:hover span {
        color: #aaa;
    }

    .account_main .btn_normal {
        transition: color 0.2s, background 0.2s;
    }

    .account_main .btn_normal:hover {
        color: #FFF;
        border-color: transparent;
        background: #8e8e8e;
    }

    .event_banner_wrap:hover {
        filter: brightness(1.1);
    }

    /* 추천 & 플레이한 게임 */
    .account_main .playing_box .shortcut_list .subitems .btn_normal:hover {
        border-color: transparent;
    }

    .account_main .playing_box .shortcut_list .subitems .disabled:hover {
        border-color: #ddd;
        background-color: #fff;
    }

    .account_main .playing_box .shortcut_list .subitems .btn_normal:hover span {
        color: #fff;
    }

    .account_main .playing_box .shortcut_list .subitems .disabled:hover span {
        color: rgba(60, 60, 60, 0.8);
    }

    .recommend_box .recommend_btn:hover span {
        background: rgba(0, 0, 0, 0.05);
    }

    .recommend_box .recommend_btn:hover i.pi {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

    /* 슬라이더 css */
    .js-bdoSliderWrap.owl-carousel .owl-nav button.owl-prev:hover,
    .js-bdoSliderWrap.owl-carousel .owl-nav button.owl-next:hover {
        opacity: 1;
    }

    .js-reSliderWrap.owl-carousel .owl-nav button:hover::before {
        border-color: #fff;
    }

    /* 계정 상세 */
    .tbl_row_type tbody td.title .title_desc .btn_wrap .btn {
        position: relative;
    }

    .tbl_row_type tbody td.title .title_desc .btn_wrap .btn::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .035);
        opacity: 0;
        transition: opacity .2s ease;
        content: '';
    }

    .tbl_row_type tbody td.title .title_desc .btn_wrap .btn:hover::before {
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .container.mypage {
        padding: 0 1rem 5rem;
    }

    .otp_step_list ul li {
        height: 10.8rem;
        margin-left: 12px;
    }
}

@media (max-width: 1024px) {
    .dp_pc_block {
        display: none
    }

    .dp_mob_block {
        display: block
    }

    .container {
        padding: 4.1666rem 0 4.166rem
    }

    .container.mypage {
        z-index: 3;
        padding: 4.1666rem 0 4.166rem;
    }

    .content {
        width: 100%;
        max-width: 50rem;
        padding: 0 1.25rem
    }

    .change_area {
        padding: 0
    }

    .box_nickname {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 3.333rem
    }

    h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2.083rem;
        padding: 1.8rem 0;
        font-size: 2.1666rem;
        border-bottom: .083rem solid #555
    }

    .icon_box {
        margin-bottom: 2.083rem;
        padding-top: 5rem
    }

    .icon_box .icon {
        width: 4.241rem;
        height: 4.241rem
    }

    .icon_box h3,
    .icon_box h3 span.mob_block {
        display: block;
        line-height: 1.23
    }

    .icon_box h3 {
        font-size: 1.625rem;
    }

    .icon_box .h3_desc {
        margin-top: .416rem;
        font-size: .833rem;
        line-height: 1.55
    }

    .icon_box .h3_desc .mob_block {
        display: block
    }

    .icon_step_box {
        padding-top: 2.916rem;
        margin: 2.5rem 0;
    }

    .icon_step_box h3 {
        font-size: 1.625rem
    }

    .icon_step_box h3 span.mob_block {
        display: block;
        line-height: 1.23
    }

    .icon_step_box .h3_desc {
        margin-top: 1.041rem;
        font-size: .833rem;
        line-height: 1.55
    }

    .icon_step_box .h3_desc .mob_block {
        display: block
    }

    .icon_step_box .h3_quote {
        margin-top: 1.041rem;
        font-size: 0.8rem;
    }

    .box_white {
        padding: 1.875rem 1.25rem
    }

    .box_white.big_pad {
        padding: 4rem 1.25rem
    }

    .box_white.mid_pad {
        padding: 4.1666rem 1.25rem
    }

    .mob_brNone {
        border: none
    }

    .box_white .select_wrap .custom_select {
        width: 100%
    }

    .box_white .text_complete {
        margin: 1.25rem 0;
        font-size: 1rem;
        line-height: 1.739;
    }

    .box_white .text_complete .mob_block {
        display: block
    }

    .box_white .text_complete br {
        display: none
    }

    .box_white .text_complete.bold {
        font-size: .958rem
    }

    .box_white .text_complete.gray {
        font-size: .958rem
    }

    .box_white .capslock_wrap {
        right: 3.6rem;
        top: 1rem;
    }

    .box_white .capslock_wrap .balloon_box {
        left: auto;
        right: -2.4rem;
    }

    .box_white .capslock_wrap .balloon_box::before {
        left: auto;
        right: 2.52rem;
    }

    .text_purging {
        margin-bottom: 1.666rem;
        font-size: .958rem
    }

    .text_verification {
        font-size: .958rem;
        line-height: 1.739
    }

    .text_verification+.custom_input_wrap {
        margin-top: 1.5rem;
    }

    .box_email span {
        display: block;
        padding: 1.25rem .4rem;
        font-size: 1.083rem
    }

    .text {
        font-size: 0.916rem;
        line-height: 1.55;
    }

    .icon_complete {
        width: 7.5rem;
        height: 6.541rem;
        box-sizing: border-box;
        margin-bottom: 1.5rem
    }

    .icon_complete:before {
        background-size: 66.666rem 66.666rem;
        background-position: 0 -35.25rem
    }

    .check_list dl dt {
        margin-bottom: .625rem;
        padding-left: 1.166rem;
        font-size: 1.041rem
    }

    .check_list dl dt:before {
        top: .333rem;
        width: .791rem;
        height: .708rem;
        background-size: 33.333rem 33.333rem;
        background-position: -1.458rem -15.958rem
    }

    .check_list dl dd {
        font-size: .875rem;
        line-height: 1.523
    }

    .caution_list {
        padding: 1.25rem
    }

    .caution_list dl dt {
        padding-left: 0
    }

    .caution_list dl dt:before {
        display: none
    }

    .caution_list dl dt {
        font-size: 1.08rem
    }

    .caution_list dl dd {
        font-size: .83rem
    }

    .box_authentication .inner {
        padding: 0 0 .708rem
    }

    .box_authentication .inner h3 {
        height: 3.166rem;
        font-size: 1.041rem
    }

    .box_authentication .inner .icon {
        width: 4rem;
        height: 6.583rem
    }

    .box_authentication .inner .btn_wrap {
        padding: 0 .708rem
    }

    .authentication_wrap {
        width: 100%;
        max-width: 800px
    }

    .authentication_wrap .agree_wrap.mobileAuth {
        margin-top: 1.666rem;
    }

    .authentication_wrap.col3 .inner {
        width: 50%
    }

    .authentication_wrap.col3 .inner:nth-child(2n) {
        border-right: 0
    }

    .authentication_wrap.col3 .inner:nth-child(2n+1) {
        border-right: 1px solid #b3b3b3
    }

    .culturecode_set_wrap {
        padding: 0;
    }

    .culturecode_set_wrap .btn_wrap {
        margin-top: 1.046rem;
    }

    .search_top .input_wrap .custom_input input.active {
        padding: 0 2.2rem 0 1.666rem;
    }

    .my_account_list {
        width: 100%
    }

    .my_account_list .my_account_list_item {
        height: auto;
        min-height: 3.75rem;
        padding: 1.083rem 1.25rem
    }

    .my_account_list .my_account_list_item .th {
        width: 8.5rem;
        font-size: 1.083rem
    }

    .my_account_list .my_account_list_item .th:after {
        top: 0;
        height: 1.5rem;
        background-color: #bababa
    }

    .my_account_list .my_account_list_item .td {
        width: calc(91.5%);
        padding-left: 1.666rem;
        font-size: 1.083rem
    }

    .my_account_list .my_account_list_item .user_id {
        padding-right: 40%;
        font-size: 1.083rem
    }

    .my_account_list .my_account_list_item .btn_find_pass {
        right: .416rem
    }

    .box_login {
        width: 100%;
        padding-top: 0
    }

    .box_login ul li {
        margin-top: .833rem
    }

    .box_login ul li .btn_mid {
        height: 3.75rem;
        font-size: 1.083rem
    }

    .box_login .box_join {
        padding: 1.875rem 0 2.5rem
    }

    .box_login .box_join a {
        padding: 0 1.666rem;
        font-size: .958rem
    }

    .box_login .box_join a:before {
        top: 50%;
        height: .708rem;
        margin-top: -.354rem
    }

    .box_join {
        width: 100%;
        padding-top: 0
    }

    .find_area {
        padding: 0
    }

    .find_area .help_input .help_desc,
    .find_area .help_input .btn_text {
        font-size: 0.925rem;
    }

    .find_area .help_input .btn_text {
        margin-bottom: 3px;
    }

    .select_birth .text {
        font-size: 1.083rem;
        color: #323232
    }

    .select_birth .custom_select+.custom_select {
        margin-left: 1.47%
    }

    .select_birth .custom_select {
        width: 29.4%
    }

    .find_area .select_birth .custom_select.sel_year {
        width: 38.23%
    }

    .box_join .select_birth .custom_select.sel_year {
        width: 38.23%
    }

    .icon_step_box .icon {
        width: 11.75rem;
        height: 2.083rem;
        box-sizing: border-box
    }

    .icon_step_box .icon:before {
        background-size: 66.666rem 66.666rem
    }

    .icon_step_box .icon.icn_step01:before {
        background-position: 0 -27.791rem
    }

    .icon_step_box .icon.icn_step02:before {
        background-position: -13.375rem -27.791rem
    }

    .icon_step_box .icon.icn_step03:before {
        background-position: -26.75rem -27.791rem
    }

    .icon_step_box .icon.icn_step04:before {
        background-position: -40.125rem -27.791rem
    }

    .circle_pending {
        width: 1.41rem;
        height: 1.41rem;
        box-sizing: border-box
    }

    .circle_pending .spinner {
        border-radius: .7rem 0 0 .7rem
    }

    .circle_pending .filler {
        border-radius: 0 .7rem .7rem 0
    }

    .circle_pending .mask {
        border-radius: .7rem 0 0 .7rem
    }

    .box_email {
        margin: 1.25rem 0
    }

    .mark_caution,
    .mark_check {
        font-size: .958rem;
        padding-left: 2.083rem
    }

    .box_my_profile {
        display: block;
        padding: 0;
        border: none
    }

    .box_my_profile .inner {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 2.333rem;
        border: 1px solid #d4d4d4
    }

    .box_my_profile .inner .box_desc {
        width: calc(100% - 6.666rem);
        margin: 0 auto;
    }

    .box_my_profile .inner+.inner {
        margin-top: 15px
    }

    .btn_settings {
        width: 6.666rem;
        height: 6.666rem;
        box-sizing: border-box
    }

    .sha_profile span.icon_character {
        width: 6.666rem;
        height: 6.666rem;
        box-sizing: border-box
    }

    .btn_settings.icn_default {
        background-size: cover
    }

    .btn_settings:after {
        width: 2.083rem;
        height: 2.083rem;
        box-sizing: border-box;
        background-size: 33.333rem 33.333rem;
        background-position: -17.733rem -18.666rem
    }

    .icon_character.sha_character:before {
        width: 6.666rem;
        height: 6.666rem;
        background-position: -10.5rem -2.7rem;
        background-size: 18.333rem 10rem
    }

    .js-openProfile {
        width: 6.666rem;
        height: 6.666rem;
        box-sizing: border-box
    }

    .js-openProfile span.icon_character {
        width: 6.666rem;
        height: 6.666rem;
        box-sizing: border-box
    }

    .js-openProfile.icn_default {
        background-size: cover
    }

    .js-openProfile .pi {
        box-sizing: border-box;
    }

    .box_my_profile .inner .icon_acoin {
        width: 6.666rem;
        height: 6.666rem;
        box-sizing: border-box;
        background: url(../../img/portal/mypage/m_mypage_mygcoin.png) no-repeat;
        background-size: cover
    }

    .box_my_profile .inner strong.title {
        margin-top: 0.4166rem;
        font-size: .958rem;
    }

    .box_my_profile .inner span.my_acoin {
        width: 100%;
        font-size: 1.5rem;
        text-align: left
    }

    .box_my_profile .inner .btn_wrap {
        margin-top: 0.833rem;
    }

    .box_package_area {
        min-height: 12.75rem;
        margin-top: 1.666rem;
        padding: 1.666rem 0;
        align-items: center;
        justify-content: center;
        background: url(../../img/common/m_mypage_main_package.png) no-repeat;
        background-size: cover;
        text-align: center
    }

    .box_package_area strong.title {
        font-size: 1.25rem
    }

    .box_package_area span.desc {
        font-size: .958rem
    }

    .box_package_area strong.title+span.desc {
        margin-top: .416rem
    }

    .box_package_area span.desc+strong.title {
        margin-top: .416rem;
        margin-bottom: 1.5rem
    }

    .box_package_area span.date {
        font-size: .833rem;
        margin-top: .666rem
    }

    .box_package_area .btn_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        margin-top: 1.25rem;
        transform: translate(0, 0)
    }

    .box_package_area .btn_wrap .btn_package {
        width: 11.458rem;
        height: 3.125rem;
        box-sizing: border-box;
        font-size: .916rem
    }

    .box_package_area .btn_wrap .btn_coupon {
        width: 11.458rem;
        height: 3.125rem;
        box-sizing: border-box;
        font-size: .916rem
    }

    .box_package_area .btn_wrap .btn+.btn {
        margin-top: 0;
        margin-left: .25rem
    }

    .my_web_storage {
        margin-top: 2.083rem;
        padding-top: 2.083rem
    }

    .my_web_storage .mob_none {
        display: none
    }

    .btn_webstorage {
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-flex-align: center
    }

    .btn_webstorage .btn {
        width: 100%;
        max-width: 100%
    }

    .guide_wrap ul {
        flex-wrap: wrap;
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb
    }

    .guide_wrap ul li {
        width: 100%;
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        box-sizing: border-box
    }

    .guide_wrap ul li:before {
        display: none
    }

    .guide_wrap ul li a {
        height: 5.16rem;
        box-sizing: border-box;
        font-size: 1.041rem
    }

    .guide_wrap ul li a.icon span {
        min-width: 10rem
    }

    .guide_wrap ul li a.icon .pi {
        width: 1.6667rem;
        height: 1.75rem;
        box-sizing: border-box;
        margin-right: .5rem;
    }

    .security_wrap {
        max-width: 50rem;
    }

    .box_security ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-items: stretch;
        margin: -.2083rem
    }

    .box_security ul:after {
        display: block;
        content: '';
        height: 0;
        font-size: 0;
        opacity: 0;
        clear: both
    }

    .box_security ul li {
        width: calc(50% - .4166rem);
        padding: 1.666rem 1em;
        margin: .2083rem
    }

    .box_security ul li h4 {
        font-size: 1.0416rem;
        margin-bottom: 13px;
        line-height: 1
    }

    .box_security ul li p {
        font-size: .833rem
    }

    .box_security .mob_block {
        display: block
    }

    .box_security .mob_brNone {
        display: none
    }

    .box_security .btn_wrap {
        display: flex;
        align-items: stretch;
        margin-top: 20px
    }

    .box_security .icon {
        width: 3.5rem;
        height: 3rem;
        margin-bottom: .8333rem
    }

    .box_security .icon .pi.pi_icons_01 {
        width: 2.5833rem;
        height: 3rem;
        background-position: -30.4583rem -32.8333rem
    }

    .box_security .icon .pi.pi_icons_02 {
        width: 3.5rem;
        height: 3.1666rem;
        background-position: -33.416rem -32.8333rem
    }

    .box_security .icon .pi.pi_icons_03 {
        width: 4rem;
        height: 3rem;
        background-position: -37.208333rem -32.8333rem
    }

    .box_security .icon .pi.pi_icons_04 {
        width: 3.1666rem;
        height: 3.08333rem;
        background-position: -41.4583rem -32.8333rem
    }

    .box_security .btn_wrap .btn {
        margin: 0 0 0.5rem 0;
        padding-top: .2rem;
        padding-bottom: .2rem;
        height: auto;
        min-height: 2.916rem;
        font-size: .875rem;
    }

    .box_mylog {
        padding: 2.083rem 1.666rem
    }

    .box_mylog .icon {
        width: 4.166rem;
        height: 4.166rem
    }

    .box_mylog .icon+.box_mylog_txt {
        padding-left: 5.416rem
    }

    .box_mylog .box_mylog_txt {
        padding-right: 0
    }

    .box_mylog .box_mylog_txt h4 {
        font-size: 1.0416rem;
        margin-bottom: 13px
    }

    .box_mylog .box_mylog_txt p {
        font-size: .833rem;
        line-height: 1.33
    }

    .box_mylog .btn {
        position: static;
        transform: translate(0, 0);
        margin-top: 1.208rem;
        width: 100%;
        height: 2.91rem;
    }

    .box_mylog_history_wrap {
        margin-bottom: 2.083rem;
    }

    .box_mylog_history {
        font-size: 0;
        padding: 2rem 2.083rem
    }

    .box_mylog_history .custom_span_box {
        display: block;
        width: 100%
    }

    .box_mylog_history .custom_span_box+.custom_span_box {
        margin-left: 0;
        margin-top: 2.083rem
    }

    .box_mylog_history .custom_span_box h3 {
        font-size: 1.083rem
    }

    .box_mylog_history .custom_span_box span.text_log {
        height: 3.75rem;
        line-height: 3.75rem;
        font-size: 1.083rem;
        padding-left: 1.666rem
    }

    .box_mylog_history .custom_span_box span.text_log.active,
    .box_mylog_history .custom_span_box span.text_log:focus {
        box-shadow: none
    }

    .box_mylog_clear_wrap {
        padding: 2rem 2.083rem;
    }

    .box_mylog_clear_wrap .clear_title {
        font-size: 1.083rem;
    }

    .box_mylog_clear_wrap .clear_desc {
        font-size: 0.975rem;
    }

    .box_mylog_clear_wrap .btn {
        margin: 0 .25rem .25rem 0;
    }

    .search_date_wrap .logging_info {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    .search_date_wrap .logging_info .logging_page_links {
        padding-left: 1.75rem;
        font-size: 0.833rem;
        margin: 0.42rem 0 1.3rem;
    }

    .search_date_wrap .logging_info ul.bullet_list.fs15 li {
        font-size: 0.833rem;
    }

    .search_date_wrap .search_title {
        margin-bottom: 1.458rem
    }

    .search_date_wrap .search_title h3 {
        font-size: 1.083rem
    }

    .search_date_wrap .search_title h3+.bullet_list {
        margin-top: 0.416rem;
    }

    .box_mylog_clear_wrap+.search_date_wrap {
        margin-top: 2.083rem;
        padding-top: 2.083rem;
    }

    .webstorage_step .icon {
        width: 8.5rem;
        height: 2.083rem
    }

    .webstorage_step .icon.icn_step01:before {
        background-position: 0 -48.5rem
    }

    .webstorage_step .icon.icn_step02:before {
        background-position: -8.916rem -48.5rem
    }

    .webstorage_step .icon.icn_step03:before {
        background-position: -17.833rem -48.5rem
    }

    .webstorage_twitch .btn {
        font-size: 0.833rem;
        padding: 0 1.4rem;
        min-width: 10rem;
        height: 2.516rem;
    }

    .webstorage_twitch .text_drops {
        font-size: 0.833rem
    }

    .webstorage_twitch .btn .icon.icon_twitch {
        flex-shrink: 0;
        width: 1.5rem;
        height: 1.4rem;
        margin-right: 0.2rem;
    }

    .box_webstroge {
        padding: 2.08rem 1.25rem;
        margin-top: 2.08rem
    }

    .webstroge_next_wrap p {
        font-size: 1.166rem
    }

    .webstroge_next_wrap p:first-child {
        margin-bottom: 1.25rem
    }

    .webstroge_select_wrap .custom_select {
        width: 100%
    }

    .webstroge_select_wrap .custom_select select {
        font-size: 1rem
    }

    .webstroge_select_wrap .custom_select+.custom_select {
        margin-left: 0;
        margin-top: 1.25rem
    }

    .custom_select_box {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%
    }

    .custom_select_box+.custom_select_box {
        margin-left: 0;
        margin-top: 1.25rem
    }

    .custom_select_box>a {
        width: 100%;
        height: 3.333rem;
        box-sizing: border-box;
        padding: 0 3.75rem 0 1.666rem;
        line-height: 3.333rem;
        font-size: 1.041rem
    }

    .custom_select_box>a:after {
        width: 3.75rem
    }

    .custom_select_box>a:before {
        width: .583rem;
        height: .416rem;
        box-sizing: border-box;
        border-top: .41rem solid #b3b3b3;
        border-left: .41rem solid transparent;
        border-right: .41rem solid transparent;
        right: 1.541rem
    }

    .custom_select_box>a.active:before {
        border-top: .41rem solid #2c305d
    }

    .custom_select_box ul {
        max-height: 3.333rem
    }

    .custom_select_box ul li a {
        font-size: 1.041rem;
        height: 3.333rem;
        line-height: 3.333rem
    }

    .box_acoin_wrap {
        margin-bottom: 2.083rem;
        padding-bottom: 2.083rem
    }

    .box_acoin_wrap .box_acoin {
        padding: 1.25rem
    }

    .box_acoin_wrap .box_acoin {
        padding-top: 5rem
    }

    .box_acoin_wrap .box_acoin.box_acoin_return {
        padding-top: 1.25rem
    }

    .box_acoin_return .btn_wrap {
        margin-top: 1.666rem;
    }

    .box_acoin_wrap .box_acoin .icon {
        width: 3.416rem;
        height: 3.416rem;
        top: 1.666rem;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .box_acoin_wrap .box_acoin .icon:before {
        background-size: 66.666rem 66.666rem;
        background-position: -7.525rem -5.25rem
    }

     .box_acoin_wrap .box_acoin .card {
        width: 10.416rem;
        height: 5.416rem;
        top: 0.666rem;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .box_acoin_wrap .box_acoin .card:before {
        background-size: 66.666rem 66.666rem;
        background-position: -7.525rem -5.25rem
    }

    .box_acoin .card+.box_acoin_txt {
        padding-left: 15px;
    }
    
    .box_acoin .box_acoin_txt {
        float: none;
        padding: 0px;
        text-align: center;
        padding-top: 1.25rem;
        padding-bottom: 2.083rem;
    }

    .box_acoin {
        text-align: center;
    }

    .box_acoin .icon+.box_acoin_txt {
        padding-left: 0;
        padding-top: 1.25rem
    }

    .box_acoin .box_acoin_txt {
        padding-top: 15px;
    }

    .box_acoin .box_acoin_txt h4.txt {
        font-size: 1.041rem;
        margin-bottom: .83rem
    }

    .box_acoin .box_acoin_txt p.coin {
        font-size: 2.291rem
    }

    .box_acoin .btn {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: 12.5rem
    }

    .box_acoin .box_acoin_txt h4.txt.bullet_check:before {
        display: none
    }

    .acoin_return_info_wrap {
        padding: 1.25rem
    }

    .acoin_return_info_wrap p {
        font-size: .875rem;
        margin-bottom: .833rem
    }

    .acoin_return_info_wrap .btn_wrap .btn {
        width: 100%
    }

    .acoin_return_info+.btn_wrap {
        margin-top: 1.25rem
    }

    .acoin_return_info dl dt {
        font-size: 1.041rem
    }

    .acoin_return_info dl dd {
        font-size: .875rem
    }

    .acoin_return_info_table {
        margin: 1.66rem -1.25rem 0
    }

    .search_date_wrap .search_top .btn_wrap {
        display: none
    }

    .search_date_wrap .search_bottom .btn_sml02 {
        width: 100%
    }

    .search_date_wrap .search_bottom {
        display: block
    }

    .top_tab_nav {
        padding: 2.5rem 1.25rem 1.25rem;
        margin: -.625rem -1.25rem 0;
        background: #f1f1f1
    }

    .top_tab_nav ul li {
        border-left: none;
        border-right: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf
    }

    .top_tab_nav ul li a {
        padding: .833rem 1em;
        font-size: .983rem;
        text-align: center
    }

    .top_tab_nav ul li.active {
        border-bottom: 1px solid #323232
    }

    .top_tab_nav ul li.active a {
        border: none;
        background: #323232;
        color: #fff;
    }

    .search_date_wrap .search_top .btn_wrap {
        float: none;
        vertical-align: top
    }

    .search_date_wrap .search_top .btn_wrap .btn_sml02 {
        width: 100%;
        height: 2.916rem;
        box-sizing: border-box
    }

    .search_date_wrap .search_top .input_wrap {
        float: none;
        vertical-align: top;
        margin-top: .833rem;
        font-size: 0;
        text-align: center
    }

    .search_date_wrap .search_top .input_wrap label {
        width: calc(50% - 1rem);
    }

    .search_date_wrap .search_top .input_wrap label .custom_input {
        width: 100%;
    }

    .search_date_wrap .search_top .input_wrap .hypen {
        width: 2rem;
        margin: 0;
        font-size: 1rem;
        line-height: 2.916rem;
    }

    .search_date_wrap .search_top .input_wrap .btn_search {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 1rem auto 0;
        line-height: 2.916rem
    }

    .search_date_wrap .search_top .input_wrap .btn_search span {
        padding-right: 1.25rem
    }

    .search_date_wrap .search_top .input_wrap .btn_search span .pi {
        top: .25rem;
        box-sizing: border-box;
    }

    .search_date_wrap .search_top .input_wrap .btn_search span:after {
        top: 53%;
        width: 0.833rem;
        height: 0.833rem;
        box-sizing: border-box;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .search_date_wrap .search_result {
        margin: 1.666rem 0
    }

    .search_date_wrap .search_result .btn_tooltip {
        width: 0.833rem;
        height: 0.833rem;
        margin: 0 0.3rem;
    }

    .search_date_wrap .search_result .btn_tooltip:before {
        width: 0.375rem;
        height: 0.5833rem;
        background-position: -22.125rem -17.125rem;
        background-size: 33.33rem 33.33rem
    }

    .search_date_wrap .search_result [data-tooltipbox]:hover:after {
        left: auto;
        right: 0;
        max-width: 8rem;
        transform: none;
    }

    .tbl_col_type thead tr th {
        height: 3.333rem;
        box-sizing: border-box;
        padding: 0 .5rem;
        font-size: .916rem
    }

    .tbl_col_type tbody tr td {
        height: 3.333rem;
        box-sizing: border-box;
        padding: 0 .5rem;
        font-size: .833rem
    }

    .logging_page_links {
        padding-left: 1.75rem;
        font-size: 0.833rem;
        margin: 0.42rem 0 1.3rem;
    }

    .logging_page_links a:first-of-type {
        margin-right: 1rem;
    }

    .tbl_col_type tbody tr td.logging_date {
        padding: 0 0.5rem 0 2.5rem;
    }

    .tbl_col_type tbody tr td.logging_date::before {
        width: 0.52rem;
        height: 0.52rem;
        left: 1.5rem;
    }

    .tbl_col_type tbody tr td a.receipt {
        font-size: .833rem
    }

    .tbl_col_type tbody tr td.align_left {
        padding-left: 2.08rem
    }

    .tbl_col_type tbody tr td span.mob_block {
        display: block;
        margin: .416rem 0
    }

    .tbl_col_type tbody tr td .btn_delete {
        display: inline-block;
        vertical-align: middle;
        width: 1.24rem;
        height: 1.24rem
    }

    .tbl_col_type tbody tr td .btn_delete:after,
    .tbl_col_type tbody tr td .btn_delete:before {
        width: .875rem;
        height: 1px
    }

    .tbl_row_type tbody td .icon_essentail {
        padding-left: .9166rem
    }

    .tbl_row_type tbody td .icon_essentail .pi {
        margin-top: -.25rem;
    }

    .tbl_row_type tbody td.align_right {
        padding-right: 0.5rem;
    }

    .tbl_row_type tbody .password_text td.align_right,
    .tbl_row_type tbody .add_email_area2 td.align_right {
        padding-left: 0;
        padding-right: 0;
    }

    .tbl_row_type tbody td.align_right .btn_wrap {
        flex-direction: column;
        align-items: flex-end;
    }

    .tbl_row_type tbody td.align_right .btn_wrap .btn {
        width: 100%;
        margin: inherit;
        padding: 0 0.35rem;
    }

    .tbl_row_type tbody td.align_right .btn_wrap .btn+.btn {
        margin: .4166rem 0 0
    }

    .tbl_row_type tbody td .text_desc {
        font-size: .7083rem;
        margin-top: .416rem
    }

    .tbl_col_type.login_history_table thead tr th:first-of-type {
        padding-left: 3rem;
    }

    .tbl_col_type.login_history_table tbody tr td {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .tbl_col_type.login_history_table tbody tr td:first-of-type {
        padding-left: 3rem;
    }

    .tbl_col_type+.bullet_list {
        margin-top: .833rem
    }

    .agree_wrap.my_account {
        margin: 1.666rem 0;
    }

    .mob_col7 {
        width: 7% !important
    }

    .mob_col16 {
        width: 16% !important
    }

    .mob_colauto {
        width: auto !important
    }

    .mob_col18 {
        width: 18% !important
    }

    .mob_col23 {
        width: 23% !important
    }

    .mob_col32 {
        width: 32% !important
    }

    .otp_area .custom_check {
        margin: 1.66rem 0 2.08rem
    }

    .otp_step h4 {
        font-size: 1.08rem
    }

    .otp_step_list {
        margin-bottom: 2.5rem
    }

    .otp_step_list ul li {
        flex: 0 1 22%;
        width: 22%;
        box-sizing: border-box;
        border-width: 2px;
        margin-left: 2.5%;
    }

    .otp_step_list ul li:before {
        width: 1.9583rem;
        height: 1.5833rem;
        box-sizing: border-box;
        left: 100%;
        top: 4.416rem
    }

    .otp_step_list ul li:before {
        background: url(../../img/common/m_icn_mypage_otp_step_arrow.png) center no-repeat;
        background-size: 1.75em
    }

    .otp_step_list ul li:after {
        height: 5.166rem;
        box-sizing: border-box
    }

    .otp_step_list ul li .box_step span.label {
        width: 2.5rem;
        height: 2.5rem;
        box-sizing: border-box;
        line-height: 2.5rem;
        top: -.583rem;
        right: -.583rem
    }

    .otp_step_list ul li .box_step span.label em {
        font-size: 1rem
    }

    .otp_step_list ul li .box_step span.label:before {
        width: 2.083rem;
        height: 2.083rem;
        box-sizing: border-box
    }

    .otp_step_list ul li .box_step p {
        padding-top: 6.5rem;
        font-size: 0.83rem;
        line-height: 1.45
    }

    .otp_step_list ul li .box_step p.icon .pi {
        top: 2.5rem;
    }

    .otp_setting_list>ul>li .box_inner {
        padding: 2rem 1rem
    }

    .otp_setting_list>ul>li {
        margin-bottom: 3.33rem
    }

    .otp_setting_list>ul>li:last-child {
        margin-bottom: 1.66rem
    }

    .box_otp h4,
    .box_otp .otp_codes li {
        font-size: 1.0833rem
    }

    .box_otp .desc,
    .box_otp .otp_warning {
        font-size: 0.9583rem
    }

    .box_otp .btn_sml02 {
        min-width: 6.875rem;
        margin: 0 0.5rem;
    }

    .box_otp .blue_text_btn {
        font-size: 0.9167rem;
    }

    .box_otp .loader {
        width: 1.2917rem;
        height: 1.2917rem;
        top: calc(50% - 0.64585rem);
    }

    .box_otp .loader .leftHalf,
    .box_otp .loader .rightHalf,
    .box_otp .loader .spinner {
        width: 0.65585rem;
        height: 1.2917rem;
    }

    .box_otp .num_input_wrap {
        max-width: 432px;
    }

    .box_otp .backupcode_wrap {
        max-width: 520px;
    }

    #account_layer_popup {
        padding: 0 1.25rem;
    }

    .backupcode_popup {
        padding: 2.5rem 1.25rem;
        width: 100%;
    }

    .backupcode_popup .utill_wrap.btn_wrap {
        top: .75rem;
        right: 1rem;
    }

    .backupcode_popup .utill_wrap .btn {
        opacity: 1;
    }

    .backupcode_popup .utill_wrap .btn+.btn {
        margin-left: .5rem;
    }

    .backupcode_popup h4 {
        font-size: 1.25rem;
    }

    .backupcode_popup .btn_wrap {
        margin: 1.6667rem 0 0;
    }

    .backupcode_popup .btn_mid {
        width: 50%;
    }

    .backupcode_popup .pop_text_wrap {
        flex-direction: column;
        margin: 0.8333rem 0 0;
    }

    .backupcode_popup .pop_text_wrap .btn_wrap {
        order: 1;
        align-self: flex-end;
    }

    .backupcode_popup .pop_text_wrap .btn_sml {
        min-width: 6.875rem;
    }

    .backupcode_popup .pop_text_wrap .desc_wrap {
        order: 2;
        align-self: flex-start;
        margin: 1.6667rem 0 0;
    }

    .backupcode_popup .pop_desc {
        padding: 0 0 0 0.5rem;
        font-size: 0.9583rem;
    }

    .backupcode_popup .pop_desc+.pop_desc {
        margin: 0.5rem 0 0;
    }

    .backupcode_popup .pop_desc::before {
        width: 0.15rem;
        height: 0.15rem;
        top: .7rem;
        margin: 0 0.5rem 0 0;
    }

    .down_app_wrap {
        margin-top: 1.54rem;
        margin-bottom: 0
    }

    .down_app_wrap ul li {
        width: 10.83rem
    }

    .down_app_wrap ul li+li {
        padding-left: 2.5rem
    }

    .qr_pw_wrap {
        margin-top: 1.41rem;
        margin-bottom: 0
    }

    .qr_pw_wrap ul {
        max-width: 24.166rem
    }

    .qr_pw_wrap ul:after {
        display: block;
        content: '';
        height: 0;
        font-size: 0;
        opacity: 0;
        clear: both
    }

    .qr_pw_wrap ul li {
        box-sizing: border-box
    }

    .qr_pw_wrap ul li .box_gray {
        width: 10rem;
        height: 6.25rem;
        box-sizing: border-box
    }

    .qr_pw_wrap ul li+li {
        padding-left: 4.166rem
    }

    .qr_pw_wrap ul li .box_gray .inner.box_qrcode {
        width: 3.75rem;
        height: 3.75rem
    }

    .otp_setting_list h3 {
        font-size: 1.04rem;
        margin-bottom: .83rem;
        line-height: 1.4
    }

    .otp_setting_list h3 .mob_block {
        display: block
    }

    .otp_setting_list p {
        font-size: .83rem
    }

    .otp_setting_list .step_num {
        width: 1.91rem;
        height: 1.91rem;
        line-height: 1.91rem
    }

    .otp_setting_list .step_num {
        top: -.95rem;
        font-size: .83rem
    }

    .otp_setting_list>ul>li .box_inner:after {
        width: 1.29rem;
        height: 1.29rem
    }

    .otp_setting_list>ul>li .box_inner:before {
        width: .33rem;
        height: .33rem;
        margin-left: -.165rem;
        margin-top: .89rem
    }

    .otp_input_wrap .otp_input {
        flex: 0 0 2.8333rem;
        width: 2.8333rem;
        height: 2.8333rem;
        font-size: 1.2rem;
    }

    .otp_input_wrap .otp_input~.otp_input {
        margin: 0 0 0 0.2083rem;
    }

    .authentication_desc {
        font-size: .83rem;
        line-height: 1.6rem;
        margin-top: 1.25rem;
        padding: 0 .708rem
    }

    .authentication_desc .email {
        padding-bottom: .16rem;
        font-size: .83rem
    }

    .authentication_caution {
        font-size: .83rem;
        margin-top: 1.25rem
    }

    .tbl_row_type .mob_col1 {
        width: 28.67% !important
    }

    .tbl_row_type tbody th {
        height: 3.375rem;
        box-sizing: border-box;
        font-size: .916rem
    }

    .tbl_row_type tbody td {
        height: 3.375rem;
        box-sizing: border-box;
        font-size: .75rem;
        padding: .833rem .25rem;
    }

    .tbl_row_type tbody td.title {
        padding-left: 1.25rem;
        font-size: .916rem
    }

    .tbl_row_type tbody td.title .uesr_email {
        font-size: 0.9167rem;
    }

    .tbl_row_type tbody td.title .btn_wrap {
        margin: 0.2917rem 0 0.8333rem;
    }

    .tbl_row_type tbody td.title .text_btn {
        margin: 0 0.5rem 0 0;
        font-size: 0.75rem;
    }

    .tbl_row_type tbody td.title .js-delet_btn {
        margin: 0.2rem 0 0 0.3rem;
    }

    .tbl_row_type tbody td.title .title_desc {
        font-size: .75rem;
    }

    .tbl_row_type tbody td.title .title_desc .btn_wrap .btn {
        margin: 0;
        min-width: 10rem;
    }

    .tbl_row_type tbody td.title .title_desc .icon_essentail {
        padding: 0;
    }

    .tbl_row_type tbody .email_guide_text td.text_gray {
        padding: 0 0 1.4rem 1.25rem;
        font-size: 0.75rem;
    }

    .sns_account_wrap {
        margin-top: 2.5rem;
        padding: 3.333rem 0;
    }

    .sns_account_wrap h3 {
        margin-bottom: 2.5rem;
        font-size: 1.041rem
    }

    .box_my_account_list ul li {
        width: 5.416rem;
        margin: 0 .833rem 1.666rem
    }

    .box_my_account_list ul li span {
        padding-top: 6.25rem;
        font-size: .916rem
    }

    .box_my_account_list .mark_caution {
        margin: 0 0 1rem;
    }

    .culturecode_set_wrap .btn_wrap {
        margin-top: 1.875rem;
    }

    .box_my_account.my_account_info .custom_select .select2-container .select2-selection {
        height: 2.916rem;
        padding: 0 1.8rem 0 0.8rem;
    }

    .box_my_account.my_account_info .select2-container .select2-selection--single .select2-selection__rendered {
        width: 19vw;
    }

    .box_my_account .interest_game_box {
        margin-bottom: 0.5rem;
    }

    .box_my_account .interest_game_box .game_title {
        margin-bottom: .5rem;
    }

    .box_my_account .interest_game_box .custom_check {
        margin: 0 1rem .4rem 0;
    }

    .box_my_account .interest_desc {
        font-size: .825rem;
    }

    .icon_account:before {
        width: 5.458rem;
        height: 5.458rem;
        box-sizing: border-box;
        background-size: 40.875rem 10.25rem
    }

    .icon_account.icn_facebook:before {
        background-position: 0 -4.708rem
    }

    .icon_account.icn_google:before {
        background-position: -7.125rem -4.708rem
    }

    .icon_account.icn_kakaotalk:before {
        background-position: -14.166rem -4.708rem
    }

    .icon_account.icn_vk:before {
        background-position: -21.25rem -4.708rem
    }

    .icon_account.icn_steam:before {
        background-position: -28.333rem -4.708rem
    }

    .icon_account.icn_naver:before {
        background-position: -35.416rem -4.708rem
    }

    /* phoneauth area */
    .phoneauth_area .bullet_list {
        margin-bottom: 1.4rem
    }

    .phoneauth_area .btn_auth {
        padding: 0 1.2rem;
        min-width: 6.25rem;
        font-size: 14px;
    }

    .phoneauth_area .auth_area {
        margin-top: 1rem;
    }

    .phoneauth_area .auth_area .btn_verify {
        top: 0.3rem;
        right: 0.3rem;
        height: 2.7rem;
        padding: 0 1.2rem;
        min-width: 8.9rem;
    }

    .phoneauth_area .custom_wrap {
        margin-bottom: 1rem;
    }

    .register_pc_result {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .register_pc_result .bullet_list {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .box_payment {
        padding: 0;
        border: 0;
        margin-top: 1.25rem
    }

    .box_payment table colgroup {
        display: none
    }

    .box_payment table tr th {
        height: 2.8333rem;
        font-size: .9166rem
    }

    .box_payment table tr td {
        height: 4.5833rem;
        font-size: .9166rem;
        padding: 0
    }

    .box_payment table tr th.align_left {
        padding-left: 1.25rem;
        border: 1px solid #dfdfdf
    }

    .box_payment table tr td.align_left {
        padding-left: 1.25rem
    }

    .box_payment table tr td.align_right {
        padding-right: 1.25rem
    }

    .box_payment table tr td .btn {
        width: 100%;
        min-width: 7.916rem
    }

    .box_payment table tr:last-child td {
        border-bottom: 1px solid #dfdfdf
    }

    .box_payment_limit h4.bullet_check {
        font-size: 1rem
    }

    .box_payment_limit {
        padding: 0 1.25rem 2.0833rem
    }

    .box_payment_limit table colgroup {
        display: none
    }

    .box_payment_limit table tr td {
        height: 6.66rem;
        font-size: 1rem
    }

    .box_payment_limit table tr td .custom_input {
        width: 100%
    }

    .box_payment_limit table tr td.align_left {
        width: 35%;
        padding-left: 1rem
    }

    .box_payment_limit table tr td.align_right {
        padding-right: 1rem
    }

    .box_payment_limit .limited table .custom_input input[type=text] {
        font-size: 1rem
    }

    .box_payment_limit .limitied_amount {
        padding: 0 1.25rem 1.75rem
    }

    .box_payment_limit .limitied_amount .btn {
        width: calc(50% - .166rem);
        height: 2.916rem;
        margin: .333rem 0 0;
        font-size: .916rem
    }

    .box_payment_limit .limitied_amount .btn+.btn {
        margin-left: 0
    }

    .box_limited_radio {
        padding: 0 1.25rem 2.083rem
    }

    .box_limited_radio ul li {
        width: 50%
    }

    .box_limited_radio ul li .custom_radio {
        height: 2.916rem
    }

    .box_limited_radio ul li .custom_radio label {
        height: 2.916rem;
        padding-left: 2.916rem;
        font-size: .916rem;
        line-height: 2.833rem
    }

    .box_limited_radio ul li .custom_radio label:before {
        left: 1.25rem
    }

    .box_limited_radio ul li .custom_radio input[type=radio]+label:after {
        left: 1.375rem
    }

    .box_acoin_used {
        padding: 0
    }

    .box_acoin_used .acoin_used_info {
        display: block;
        background: 0 0;
        padding: 0
    }

    .box_acoin_used .acoin_used_info .info {
        width: auto;
        padding: 0
    }

    .box_acoin_used .acoin_used_info .info:first-child {
        margin-bottom: 1.25rem
    }

    .box_acoin_used .acoin_used_info .info:first-child:after {
        display: none
    }

    .box_acoin_used .acoin_used_info .info span.title {
        font-size: .9166rem;
        color: #3d3d3d
    }

    .box_acoin_used .acoin_used_info .info span.acoin {
        font-size: .9166rem;
        color: #3d3d3d
    }

    .box_acoin_used .inner {
        padding: 1.25rem
    }

    .box_acoin_used .box_gray {
        padding: 1.833rem 1.666rem;
        margin-top: 1rem
    }

    .box_acoin_used .box_gray p {
        font-size: .833rem;
        text-align: center
    }

    .box_acoin_used .box_gray p span.mark {
        display: none
    }

    .box_acoin_used .box_gray p .mob_block {
        display: block
    }

    .box_acoin_used .box_gray .btn_wrap {
        position: static;
        margin: 1rem 0 0
    }

    .box_acoin_used .box_gray .btn_wrap .btn {
        width: 100%
    }

    .box_acoin_used.box_graph .graph .axis_x li,
    .box_acoin_used.box_graph .graph .bars .bar_group {
        width: 28.5%
    }

    .payment_settings .box_acoin {
        padding: 2.0833rem 1.25rem
    }

    .payment_settings .box_white.box_alarm h5 {
        font-size: .9166rem
    }

    .payment_settings .box_white.box_alarm p {
        font-size: .833rem;
        max-width: 100%
    }

    .payment_settings .box_white.box_alarm .btn_wrap {
        position: static;
        margin-top: 1rem
    }

    .payment_settings .box_white.box_alarm .btn_wrap .btn {
        min-width: 0;
        font-size: .9166rem
    }

    .payment_settings .box_white.box_alarm .btn_wrap .btn span {
        padding-left: 1.666rem
    }

    .payment_settings .box_white.box_alarm .btn_wrap .btn span em {
        width: 1.166rem;
        height: 1.166rem
    }

    .payment_settings .box_white.box_alarm .btn_wrap .btn span em:after,
    .payment_settings .box_white.box_alarm .btn_wrap .btn span em:before {
        width: .538rem;
        height: .125rem
    }

    .payment_settings .box_graph {
        padding: 0
    }

    .payment_settings .box_graph .inner {
        padding: 1.25rem
    }

    .payment_settings .box_graph .graph_wrap {
        position: relative
    }

    .payment_settings .box_graph .txt {
        font-size: .833rem
    }

    .payment_settings .box_graph .txt br {
        display: none
    }

    .payment_settings .box_graph .txt .mob_block {
        display: block
    }

    .box_graph .title {
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #dfdfdf
    }

    .box_graph .title h5 {
        font-size: .9166rem;
        max-width: 38%
    }

    .box_graph .title .legend span {
        font-size: .833rem;
        padding-left: 1.25rem
    }

    .box_graph .title .legend span:before {
        width: .833rem;
        height: .833rem
    }

    .box_graph .title .legend span+span {
        margin-left: 1.25rem
    }

    .box_graph .graph {
        overflow-x: auto
    }

    .box_graph .graph .axis_x {
        padding: 0;
        height: 2.7083rem;
        line-height: 2.7083rem
    }

    .box_graph .graph .axis_x li {
        width: 20%;
        font-size: .916rem
    }

    .box_graph .graph .axis_y {
        height: 12.5rem
    }

    .box_graph .graph .axis_y li {
        height: 2.5rem
    }

    .box_graph .graph .bars {
        height: 12.5rem
    }

    .box_graph .graph .bars .bar_group {
        width: 20%
    }

    .box_graph .graph .bars .bar_group:last-child {
        margin-right: 3.0833rem
    }

    .box_graph .graph .bars .bar_group .bar {
        width: 2.2916rem;
        max-width: none
    }

    .box_graph .graph .bars .bar_group .bar+.bar {
        margin-left: .416rem
    }

    .box_graph .graph .bars .bar_group .bar .txt {
        font-size: .833rem
    }

    .box_graph .graph_wrap .btn_graph_more {
        display: block;
        position: relative;
        width: 3.0833rem;
        height: 2.7083rem;
        background: #fff;
        position: absolute;
        right: 0;
        top: 12.5rem;
        margin-top: 1px
    }

    .box_graph .graph_wrap .btn_graph_more:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 13%;
        width: 2.0833rem;
        height: 2px;
        background: #656565;
        transform: translate(0, -50%)
    }

    .box_graph .graph_wrap .btn_graph_more:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: .916rem;
        height: .916rem;
        border-left: 2px solid #656565;
        border-top: 2px solid #656565;
        transform: translate(-50%, -50%) rotate(135deg)
    }

    .otp_login .box_login {
        width: 100%;
        padding-top: 0
    }

    .otp_login .box_loginul li {
        margin-top: .833rem
    }

    .otp_login .box_loginul li .btn_mid {
        height: 3.75rem;
        font-size: 1.083rem
    }

    .otp_login .box_login.box_join {
        padding: 1.875rem 0 2.5rem
    }

    .otp_login .box_login.box_join a {
        padding: 0 1.666rem;
        font-size: .958rem
    }

    .otp_login .box_login.box_join a:before {
        top: 50%;
        height: .708rem;
        margin-top: -.354rem
    }

    .box_otp .otp_backupcode_desc_wrap {
        font-size: 0.925rem;
    }

    .box_otp .otp_backupcode_desc {
        padding-left: 2rem;
    }

    .box_otp .otp_backupcode_desc::before {
        top: 0.15rem;
        left: 0.5rem;
        width: 0.875rem;
        height: 0.875rem;
        background-position: -6.875rem -136.1875rem;
        background-size: 150rem 150rem;
    }

    .box_otp .otp_backupcode_cs {
        margin: 1rem 0 0.6rem 0;
    }

    .btn_mob_toggle {
        box-shadow: 0 .2916rem .625rem 0 rgba(0, 0, 0, .08)
    }

    .box_benefit_area .benefit_wrap {
        padding-right: 0
    }

    .box_benefit_area .label_subject {
        top: .833rem;
        left: -.425rem;
        font-size: .9583rem;
        width: 11.4333rem;
        height: 3.375rem;
        line-height: 2.875rem;
        background-image: url(../../img/common/m_community_subject_label.png);
        background-size: cover
    }

    .box_benefit_area .label_subject .pi.special_benefit_info {
        width: 1rem;
        height: 1rem;
        border: 1px solid #fff;
        background-position: -19.2416rem -83.7133rem;
        margin-left: 0.3rem;
        margin-top: 0.1rem;
    }

    .box_benefit_area .label_subject.special_benefit .balloon_box {
        line-height: 1.4;
        width: 300px;
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-6rem, 0.8rem, 0);
        transform: translate3d(-6rem, 0.8rem, 0);
        text-align: left;
    }

    .box_benefit_area .label_subject.special_benefit .balloon_box::before {
        left: 6rem;
    }

    .box_benefit_area .label_subject.special_benefit .balloon_box.on {
        -webkit-transform: translate3d(-6rem, 0, 0);
        transform: translate3d(-6rem, 0, 0);
    }

    .box_benefit_area .box_benefit_list {
        padding: 5rem .8333rem 2.0833rem
    }

    .box_benefit_area .box_benefit_list+.box_benefit_list {
        padding-top: 2.0833rem
    }

    .box_benefit_area .btn_wrap.mob_none {
        display: none
    }

    .box_benefit_area .btn_wrap.mob_block {
        display: block;
        position: static;
        transform: none;
        margin-top: 1.91rem
    }

    .box_benefit_area .benefit_wrap .items {
        padding-right: 0
    }

    .box_benefit_area .btn_wrap .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 11.458rem;
        height: 3.125rem;
        box-sizing: border-box;
        font-size: .916rem
    }

    .benefit_list>ul>li {
        flex-direction: column;
    }

    .benefit_list>ul>li h4 {
        flex: 0 0 100%;
        font-size: 0.833rem;
        line-height: 1;
        margin: 0 0 1rem 0;
        padding-left: 0.6rem;
    }

    .benefit_list>ul>li h4:before {
        top: 0.3rem;
    }

    .benefit_list>ul>li p {
        font-size: 0.8333rem;
        padding-left: 0.625rem
    }

    #profile_popup {
        top: -8.24rem;
    }

    #profile_popup h3 {
        font-size: 1.625rem
    }

    #profile_popup .character_wrap {
        height: 22.7rem;
        padding: 0;
    }

    #profile_popup .character_list {
        justify-content: flex-start;
    }

    #profile_popup .character_list li {
        flex: 0 0 33.33%;
    }

    #profile_popup .popup_close {
        width: 2.083rem;
        height: 2.083rem;
        top: 0.5rem;
        right: 0.5rem;
    }

    /* sns_login_wrap */
    .sns_login_wrap {
        width: 100%;
        max-width: 27rem;
        padding: 1rem 1.7rem;
        box-sizing: border-box
    }

    .sns_login_wrap ul li .btnlLink {
        height: 3.5rem;
        padding-left: 3.666rem;
        font-size: .958rem
    }

    .sns_login_wrap ul li .btnlLink:after {
        left: 3.666rem
    }

    .sns_login_wrap ul li .btnlLink .pi_sns_check {
        right: 1rem;
    }

    .sns_login_wrap ul li .sns {
        width: 3.666rem
    }

    .border_box {
        padding: 1.5rem 1rem;
    }

    .border_box+.border_box {
        margin: 1.5rem 0 0;
    }

    .border_box .box_title {
        margin: 0 0 1rem;
        font-size: 1.0833rem;
    }

    .border_box .etc_login_wrap ul {
        margin: 1rem 0 0;
    }

    .border_box .etc_sns_li+.etc_sns_li {
        margin: 0 0 0 0.8rem;
    }

    .border_box .etc_sns {
        width: 2.9583rem;
        height: 2.9583rem;
    }

    .border_box .text {
        margin: 1rem 0 0;
        font-size: 0.8333rem;
    }

    .etc_login_wrap {
        margin: 1rem 0 0;
    }

    /* 웹창고 */
    .webstorage_wrap {
        padding: 3.33rem 1rem;
    }

    .webstorage_wrap h3 {
        margin: 1.041rem 0 1.875rem 0;
        font-size: 0.916rem;
        line-height: 1.55;
    }

    .webstorage_wrap .btn_wrap {
        width: 18.58rem;
        flex-direction: column;
        max-width: 80%;
        margin: 0 auto;
    }

    .webstorage_wrap .btn_wrap .btn {
        height: 4.1666rem;
        margin: 0.4166rem 0;
        padding: 0 .833rem 0 0.833rem;
        line-height: 1.4;
    }

    .webstorage_table+.btn_wrap {
        margin-top: 2.0833rem;
    }

    /* package */
    .package_wrap .btn,
    .payment_wrap .btn {
        min-width: unset;
        width: 46%;
        margin: 2%;
    }

    /*언어*/
    html:lang(ru-RU) .guide_wrap ul li a.icon.icn_webstorage span:before {
        margin-left: 0
    }

    html:lang(ru-RU) .box_mylog_history .custom_span_box h3 {
        font-size: 1rem
    }

    html:lang(ko-RK) #profile_popup h3 {
        padding: 0 2rem
    }

    /* 프로필 */
    .box_my_profile .inner {
        border: none;
        padding: 0;
        padding-top: 1.25rem;
    }

    .box_my_profile .profile .profile_box {
        width: 100%;
        flex: none;
        height: auto;
        margin-top: 0.8333rem;
    }

    .profile_box_head {
        height: 2.9583rem;
        padding: 0 0.75rem;
    }

    .profile_box_head .my_profile_name {
        font-size: 1rem;
    }

    .profile_box_head .my_profile_name .pi {
        margin-left: 0.6667rem;
    }

    .profile_box_body {
        padding: 0.5833rem 0.75rem 0.8rem;
    }

    .profile_box_body .box_left {
        width: 4.625rem;
        height: 4.625rem;
    }

    .profile_box_body .box_left.icon_character_area .icon_character {
        background-size: 6.25rem auto;
    }

    .profile_box_body .box_right .box_right_name {
        font-size: 1.25rem;
    }

    .profile_box_body .box_right .box_right_text {
        margin-top: 0.625rem;
        font-size: 0.9167rem;
    }

    .comp_community .box_all>span~span {
        margin-top: .5rem;
    }

    .comp_community .box_all>span a i {
        margin-right: 0.5rem;
    }

    .box_text_first,
    .box_text_second {
        font-size: 0.9167rem;
    }

    .box_text_second {
        margin-top: 0.9167rem;
    }

    .comp_security .custom_check~.custom_check {
        margin-top: 0.3333rem;
    }

    .com_coupon .profile_box_body .box_all {
        padding: 0.8333rem 0;
    }

    .com_coupon .porm {
        padding: 0.25rem 1.4167rem 0.25rem 0.5417rem;
        margin-right: 0.4167rem;
        font-size: 0.9167rem;
    }

    .box_my_profile .profile .profile_box.com_storage,
    .box_my_profile .profile .profile_box.com_customer {
        height: 2.8333rem;
    }

    .anchor_check {
        font-size: 0.9167rem;
    }

    .anchor_check .pi {
        left: 0.3rem;
        top: calc(50% - 0.25rem);
    }

    .anchor_check:before {
        width: 1.1667rem;
        height: 1.1667rem;
    }

    .account_main .user_wrap {
        height: 10rem;
        padding: 0.9167rem 1.25rem 0.9167rem 10rem;
    }

    .account_main .user_wrap .character {
        width: 6.6667rem;
        height: 6.6667rem;
    }

    .account_main .user_wrap .nickname {
        font-size: 1.3rem;
    }

    .account_main .user_wrap .date {
        font-size: 0.833rem;
    }

    .account_main .desh_box {
        padding: 1.2rem 1.3rem;
    }

    .desh_box.shortcut .desh_title .title {
        padding: 0 0 0 2.48rem;
    }

    .desh_box .desh_title .title {
        font-size: 1.083rem;
    }

    .account_main .shortcut_list .item {
        height: 4rem;
        padding: 0 0 0 4rem;
    }

    .account_main .shortcut_list .item+.item {
        margin-top: 0.8rem;
    }

    .account_main .shortcut_list .item .title {
        font-size: 0.916rem;
    }

    .account_main .shortcut_list .subitem+.subitem {
        margin-left: 0.5rem;
    }

    .account_main .shortcut_list .subitem a {
        font-size: 0.83rem;
        line-height: 1.17rem;
    }

    .account_main .shortcut_list .subitems .arrow {
        padding: 0.5rem 1.72rem 0.5rem 0.6rem;
    }

    .account_main .shortcut_list .subitem .arrow span {
        font-size: 0.75rem;
        line-height: 0.833rem;
    }

    /* 추천 & 플레이한 게임 */
    .playing_box .desh_title .title {
        padding: 0 0 0 2.44rem;
    }

    .account_main .playing_box .shortcut_list .item {
        padding: .5rem 1rem 0 2.44rem;
    }

    .account_main .shortcut_list .bedge_small {
        left: -2.44rem;
    }

    .account_main .playing_box .shortcut_list .subitems .arrow {
        padding: .75rem 2.5rem .75rem .83rem;
    }

    .desh_content.recommend_list {
        max-width: 25rem;
        margin: 1.25rem auto 0;
    }

    .recommend_box .recommend_btn {
        height: 5rem;
    }

    .recommend_box .recommend_btn i.pi {
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    /* 슬라이더 css */
    .bdo_slider.owl-carousel .owl-nav button.owl-prev,
    .bdo_slider.owl-carousel .owl-nav button.owl-next {
        width: 1.416rem;
        height: 1.416rem;
    }

    .bdo_slider.owl-carousel .owl-nav button::before {
        top: 50%;
        left: 50%;
        width: .5rem;
        height: .5rem;
    }

    /* storage */
    .account_main .storage_list .btn_storage {
        font-size: 0.92rem;
    }

    .account_main .storage_list .btn_storage span {
        padding: 0 1.7rem 0 0.5rem;
        font-size: 0.75rem;
    }

    /* coupon */
    .account_main .coupon_box {
        padding: 1.5rem 2rem 1.3rem;
    }

    .account_main .coupon_box .title {
        font-size: 1rem;
    }

    .account_main .coupon_box .desc,
    .account_main .coupon_box .btn_coupon {
        font-size: 0.92rem;
    }

    .account_wrap .email {
        font-size: 1rem;
    }

    .account_wrap .date_change {
        font-size: 0.92rem;
    }

    .account_wrap .btn_normal {
        margin-top: 0.8rem;
        font-size: 0.92rem;
    }

    .account_main .logged_wrap .logged_place {
        font-size: 0.83rem;
        line-height: 1.25rem;
    }

    .account_main .logged_wrap .logged_time {
        font-size: 0.83rem;
        line-height: 1.04rem;
    }

    .account_main .logged_wrap .item.active .logged_place {
        font-size: 1.08rem;
    }

    .account_main .logged_wrap .item.active .logged_time {
        font-size: 0.92rem;
    }

    .account_main .logged_wrap .logged_title {
        font-size: 0.92rem;
    }

    .account_main .logged_wrap .logged_place {
        font-size: 0.83rem;
    }

    .account_main .logged_wrap .logged_time {
        font-size: 0.83rem;
    }

    .account_main .secure .desh_content {
        margin-top: 1.2rem;
    }

    .account_main .secure_list .item {
        font-size: 0.92rem;
    }

    .account_main .secure_list .item+.item {
        margin-top: 0.7rem;
    }

    .account_main .secure_list .item .title {
        font-size: 1rem;
    }

    /* 게임 보안센터 security */
    .webstorage_wrap.security {
        flex-direction: column;
        align-items: center;
        border: none;
    }

    .webstorage_wrap.security .inner {
        padding: 3.33rem 1.66rem 1.66rem;
        width: 100%;
        border: 1px solid #d4d4d4;
    }

    .webstorage_wrap.security .inner+.inner {
        margin-top: 1.25rem;
        border: 1px solid #d4d4d4;
    }

    .webstorage_wrap.security .icn_wrap {
        height: 3.75rem;
    }

    .webstorage_wrap.security .title_wrap {
        min-height: 5.75rem;
        margin-bottom: .416rem;
    }

    .webstorage_wrap.security .security_title {
        font-size: 1.041rem;
    }

    .webstorage_wrap.security .security_desc {
        font-size: .916rem;
    }

    .webstorage_wrap.security .btn_wrap {
        max-width: 100%;
    }

    .webstorage_wrap.security .btn_wrap .btn {
        font-size: .916rem;
    }

    .webstorage_wrap.security .btn_wrap .btn+.btn {
        margin-top: .416rem;
    }

    .webstorage_wrap.security .nodata {
        height: 3.75rem;
        font-size: .916rem;
    }

    .used_list_wrap {
        margin-top: 1.25rem;
    }
}

@media (max-width: 767px) {
    .account_main_page_title {
        height: auto;
    }

    .account_main_page_title.line {
        border-bottom: none;
    }

    .account_main {
        margin-top: 0;
    }

    .account_main .btn_more {
        right: 0;
        top: 50%;
        width: 1.5rem;
        padding: 0.72rem 0.17rem;
        transform: translate3d(0, -50%, 0);
    }

    .account_main .btn_more,
    .account_main .user_wrap .btn_more {
        opacity: 1;
    }

    .account_main .user_wrap {
        height: 7rem;
        padding: 0.92rem 0.92rem 0.92rem 6.84rem;
        border-radius: 0.583rem;
    }

    .account_main .user_wrap .character {
        left: 0.916rem;
        top: 50%;
        width: 5.083rem;
        height: 5.083rem;
        transform: translate3d(0, -50%, 0);
    }

    .account_main .user_wrap .btn_more {
        right: 1.4rem;
        top: 0.74rem;
        padding: 0.42rem 0.17rem;
    }

    .account_main .user_wrap .nickname {
        font-size: 1.08rem;
    }

    .account_main .user_wrap .date {
        margin-top: 0.166rem;
    }

    .account_main .desh_left,
    .account_main .desh_right {
        width: 100%;
        padding: 0;
    }

    .account_main .desh_box {
        padding: 1.67rem 1.58rem;
        border-radius: 0.583rem;
        box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.11);
    }

    .account_main .deshboard,
    .account_main .desh_right,
    .account_main .desh_box+.desh_box {
        margin-top: 1.58rem;
    }

    .desh_box .desh_title .title {
        margin: 0;
        color: #000;
    }

    .box_white .capslock_wrap {
        display: none;
    }

    .account_main .no_list+.desh_right {
        display: block;
        margin-top: 0;
    }

    .account_main .no_list+.desh_right .desh_box {
        display: block;
        width: 100%;
    }

    .account_main .no_list+.desh_right .desh_box.logged {
        margin-top: 1.58rem;
    }

    .account_main .no_list+.desh_right .desh_box:nth-child(even),
    .account_main .no_list+.desh_right .desh_box:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }

    .desh_box.shortcut .desh_title .title {
        padding: 0 0 0 2.48rem;
    }

    .desh_box.storage .desh_title .title {
        padding: 0 0 0 2.18rem;
    }

    .desh_box.playing_box .desh_title .title {
        padding: 0 0 0 2.4rem;
    }

    .desh_box.recommend_box .desh_title .title {
        padding: 0 0 0 2.3rem;
    }

    .desh_box.secure .desh_title .title {
        padding: 0 0 0 2.36rem;
    }

    .desh_box.logged .desh_title .title {
        padding: 0 0 0 2rem;
    }

    .desh_box.coupon .desh_title .title {
        padding: 0 0 0 2.6rem;
    }

    .desh_box.account .desh_title .title {
        padding: 0 0 0 2.44rem;
    }

    .desh_box .desh_content {
        margin-top: 1.25rem;
    }

    .account_main .shortcut_list .item {
        height: 3.6rem;
        padding: 0 0 0 4.33rem;
    }

    .account_main .shortcut_list .item+.item {
        margin-top: 1rem;
    }

    .account_main .shortcut_list .subitems {
        margin-top: 0.5rem;
    }

    .account_main .shortcut_list .subitem+.subitem {
        margin-left: 0.66rem;
    }

    .account_main .shortcut_list .subitem a {
        padding-right: 1rem;
        color: rgba(60, 60, 60, 0.6);
    }

    .account_main .shortcut_list .subitems .arrow {
        min-width: 4em;
        height: 1.833rem;
        padding: 0.5rem 1.72rem 0.5rem 0.6rem;
        border-radius: 5px;
        box-sizing: border-box;
    }

    /* storage */
    .account_main .storage_list .btn_storage {
        height: 2.83rem;
        font-size: 0.92rem;
        border-radius: 0.29rem;
        padding: 1px;
    }

    .account_main .storage_list .btn_storage:after {
        right: 1.24rem;
        top: 50%;
        width: 0.5rem;
        height: 0.5rem;
    }

    .account_main .storage_list .btn_storage span {
        padding: 0 2.083rem 0 0.866rem;
        font-size: 0.92rem;
        border-radius: 0.25rem;
    }

    /* coupon */
    .account_main .coupon_box {
        padding: 1.666rem 1.45rem;
    }

    .account_main .coupon_box:before,
    .account_main .coupon_box:after {
        top: 50%;
        width: 1.333rem;
        height: 1.333rem;
        border-radius: 50%;
    }

    .account_main .coupon_box .title_zone {
        padding: 0 0 0 3.5rem;
    }

    .account_main .coupon_box .bedge {
        left: 0.33rem;
        top: 50%;
    }

    .account_main .coupon_box .btn_coupon {
        height: 3.08rem;
        margin-top: 0.83rem;
        border-width: 0.0833rem;
        border-radius: 0.25rem;
    }

    .account_wrap .date_change {
        margin-top: 0.42rem;
    }

    .account_wrap .btn_normal {
        height: 3.08rem;
        margin-top: 0.75rem;
        border-width: 0.0833rem;
    }

    .desh_box .logged_wrap {
        margin-top: 1rem;
    }

    .desh_box .logged_wrap .item {
        padding-left: 2.083rem;
    }

    .desh_box .logged_wrap .item+.item {
        margin-top: 1.33rem;
    }

    .desh_box .logged_wrap .dot {
        left: 0.625rem;
        width: 0.17rem;
        height: 0.17rem;
    }

    .desh_box .logged_wrap .dot1 {
        top: -1.876rem;
    }

    .desh_box .logged_wrap .dot2 {
        top: -1.188rem;
    }

    .desh_box .logged_wrap .dot3 {
        top: -0.5rem;
    }

    .desh_box .logged_wrap .bullet {
        left: 0.71rem;
        top: 0.68rem;
        width: 0.5rem;
        height: 0.5rem;
    }

    .desh_box .logged_wrap .item.active .bullet {
        width: 0.75rem;
        height: 0.75rem;
    }

    .account_main .logged_wrap .logged_time {
        margin-top: 0.2rem;
    }

    .account_main .logged_wrap .item+.item {
        margin-top: 1.46rem;
    }

    .account_main .secure_list {
        margin-top: 0;
        padding-left: 5px;
    }

    .account_main .secure_list .item {
        height: 2.83rem;
        min-height: 2.83rem;
        padding-right: 3rem;
    }

    .account_main .secure_list .item+.item {
        margin-top: 0.42rem;
    }

    .account_main .secure_list .btn_secure {
        right: 0;
        top: 50%;
    }

    .otp_step_list ul li {
        flex: 0 1 46%;
        width: 46%;
        max-width: 16rem;
        height: 12rem;
        margin: 0 0 3.3% 3.3%;
    }

    .otp_step_list ul li.step01 {
        order: 1;
        margin-left: 0
    }

    .otp_step_list ul li.step02 {
        order: 2;
    }

    .otp_step_list ul li.step02:before {
        right: auto;
        top: 100%;
        left: 50%;
        width: 1.75rem;
        height: 1.75rem;
        box-sizing: border-box;
        transform: translate(-50%, 0) rotate(90deg)
    }

    .otp_step_list ul li.step02:after {
        width: 3rem;
        height: 2px;
        top: 100%;
        right: auto;
        left: 50%
    }

    .otp_step_list ul li.step03 {
        order: 4;
        vertical-align: top;
        margin-left: 4.11%
    }

    .otp_step_list ul li.step03:before {
        right: auto;
        left: -1.75rem;
        width: 1.75rem;
        height: 1.625rem;
        box-sizing: border-box
    }

    .otp_step_list ul li.step03:after {
        height: 2.625rem;
        top: auto;
        bottom: calc(50% + .5rem);
        right: 100%
    }

    .otp_step_list ul li.step04 {
        order: 3;
        vertical-align: top;
        margin-left: 0
    }

    .otp_step_list ul li.step03:before {
        transform: rotate(180deg)
    }

    .otp_step_list ul li.step04:after {
        display: block
    }
}

@media (max-width: 480px) {
    .tbl_col_type tbody tr td.logging_date {
        padding: 0.7rem 0.5rem 0.7rem 2.2rem;
    }

    .tbl_col_type tbody tr td.logging_date::before {
        width: 0.52rem;
        height: 0.52rem;
    }

    .box_otp .otp_backupcode_desc::before {
        top: 10%;
    }

    .box_security ul li {
        width: 100%;
    }

    .recommend_box .title_desc,
    .account_main .storage_list .btn_storage span,
    .box_my_account .interest_desc,
    .box_my_account .interest_game_box .game_title,
    .box_security ul li p,
    .box_mylog .box_mylog_txt p,
    .box_white .text_complete.bold,
    .box_white .text_complete.gray,
    .text_verification,
    .time_auth,
    .webstorage_wrap.security .nodata,
    .tbl_col_type thead tr th,
    .tbl_col_type tbody tr td,
    .payment_settings .box_white.box_alarm p,
    .payment_settings .box_graph .txt,
    .box_otp .otp_backupcode_desc_wrap,
    .otp_setting_list p,
    ul.bullet_list li,
    .authentication_desc,
    .authentication_caution {
        font-size: 11px;
    }

    .account_main .logged_wrap .item.active .logged_place,
    .account_main .logged_wrap .item.active .logged_time,
    .account_main .logged_wrap .logged_place,
    .account_main .logged_wrap .logged_time,
    .account_main .user_wrap .date,
    .account_wrap .date_change,
    .account_wrap .email,
    .account_wrap .btn_normal,
    .account_main .storage_list .btn_storage,
    .account_main .coupon_box .title,
    .account_main .coupon_box .desc,
    .account_main .coupon_box .btn_coupon,
    .account_main .logged_wrap .logged_title,
    .account_main .secure_list .item,
    .account_main .secure_list .item .title,
    .account_wrap .email,
    .account_wrap .date_change,
    .tbl_row_type tbody th,
    .tbl_row_type tbody td.title,
    .tbl_row_type tbody td,
    .border_box .text,
    .icon_box .h3_desc,
    .sns_login_wrap ul li .btnlLink,
    .box_security .btn_wrap .btn,
    .mark_caution,
    .mark_check,
    .box_email span,
    .logging_page_links,
    ul.bullet_list.fs15 li,
    .webstorage_wrap.security .btn_wrap .btn,
    .webstorage_wrap.security .security_desc,
    .box_mylog_history .custom_span_box span.text_log,
    .payment_settings .box_white.box_alarm h5,
    .payment_settings .box_white.box_alarm .btn_wrap .btn,
    .box_otp h4,
    .box_otp .otp_codes li,
    .box_otp .desc,
    .box_otp .otp_warning,
    .box_otp .blue_text_btn,
    .otp_step_list ul li .box_step p,
    .caution_list dl dd,
    .box_authentication .inner h3 {
        font-size: 12px;
    }

    .border_box .box_title,
    .box_mylog .box_mylog_txt h4,
    .desh_box .desh_title .title,
    .account_main .user_wrap .nickname,
    .account_main .secure_list .item .title,
    .recommend_box .recommend_btn,
    .box_security ul li h4,
    .webstorage_wrap h3,
    .webstorage_wrap.security .security_title,
    .search_date_wrap .search_title h3,
    .box_mylog_history .custom_span_box h3,
    .otp_setting_list h3 {
        font-size: 13px;
    }

    .caution_list dl dt,
    .otp_step h4 {
        font-size: 14px;
    }

    .search_date_wrap .search_top .input_wrap .btn_search span .pi {
        top: 4px
    }
}

/* mobile auth modal */
.modal_dim {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 104;
}

.modal_recapcha {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 105;
    box-sizing: border-box;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0);
    transition: padding 0.5s ease, width 0.5s ease, height 0.5s ease
}

.modal_recapcha .recaptcha_wrap,
.modal_recapcha .recapcha {
    margin: 0;
}

.modal_recapcha .btn_close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 3;
    margin-left: -1px;
    opacity: 0;
    transition: opacity 0.2s;
}

.modal_recapcha .btn_close:before {
    display: none;
}

.modal_recapcha .btn_close span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    box-sizing: border-box;
    background: #666666;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.modal_recapcha .btn_close span:nth-child(1) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.modal_recapcha .btn_close span:nth-child(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 135deg);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 135deg);
}

.modal_recapcha.active {
    width: 304px;
    height: auto;
}

.modal_recapcha.active .btn_close {
    opacity: 1;
}
