@charset "utf-8";
.dimmed_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0.7;
}
.div_hide {
    display: none;
}

/* 게임 컨트롤러, 게임 스타터 설치 레이어 */
.install_layer {
    display: none;
    position: absolute;
    top: 225px;
    left: 50%;
    z-index: 1010;
    margin-left: -275px;
    color: #000;
}
.install_layer .layer_head .tit_install {
    color: #000;
}
.install_layer .layer_body .emph_tit {
    font-style: normal;
}
.install_layer .layer_body .txt_install {
    margin: 0;
}
.inner_install_layer {
    position: relative;
    overflow: hidden;
    width: 550px;
    height: 470px;
    background-color: #fff;
}
.inner_install_layer .layer_head {
    height: 50px;
    padding-left: 19px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f6f6f6;
    letter-spacing: -1px;
}
.inner_install_layer .tit_install {
    display: block;
    padding-top: 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}
.inner_install_layer .layer_body {
    overflow: hidden;
    padding: 30px 10px 0;
    text-align: center;
}
.inner_install_layer .emph_tit {
    display: block;
    padding-top: 22px;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #242424;
}
.inner_install_layer .layer_body .txt_install {
    margin-top: 25px;
    font-size: 14px;
    line-height: 21px;
}
.inner_install_layer .txt_install + .txt_install {
    margin-top: 6px;
}
.inner_install_layer .txt_install .emph_txt {
    font-weight: bold;
    color: #207bdd;
}
.inner_install_layer .link_down {
    display: inline-block;
    height: 54px;
    margin-top: 30px;
    padding: 0 34px;
    font-size: 18px;
    line-height: 51px;
    color: #fff;
    background-color: #288de0;
    vertical-align: top;
    text-decoration: none;
}
.inner_install_layer .link_down .ico_down {
    display: inline-block;
    width: 17px;
    height: 16px;
    margin: 19px 0 0 10px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/180227_install/ico_down.png) 0 0 no-repeat;
    vertical-align: top;
}
.inner_install_layer .list_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 19px 25px 24px;
    background-color: #f6f6f6;
    text-align: left;
}
.inner_install_layer .list_info li {
    padding-left: 9px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    text-indent: -9px;
}
.inner_install_layer .list_info .link_txt {
    color: #207bdd;
    text-decoration: underline;
}
.inner_install_layer .btn_close {
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 5px;
    padding: 15px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.inner_install_layer .btn_close:before {
    display: block;
    width: 19px;
    height: 19px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/180227_install/btn_close.png) 0 0 no-repeat;
    content: '';
}

/* motp 레이어 */
.motp_layer {
    display: none;
    position: absolute;
    top: 434px;
    left: 50%;
    z-index: 1010;
    margin-left: -265px;
}
.inner_motp_layer {
    width: 530px;
    padding: 43px 0 44px;
    background-color: #fff;
    box-sizing: border-box;
    letter-spacing: -1px;
}
.inner_motp_layer .tit_otp {
    display: block;
    font-weight: normal;
    font-size: 19px;
    line-height: 29px;
    color: #080f17;
    text-align: center;
}
.inner_motp_layer .tit_otp .emph_txt {
    color: #2d82ed;
}
.inner_motp_layer .fld_otp {
    width: 372px;
    margin: 0 auto;
    padding-top: 27px;
}
.inner_motp_layer .wrap_otp {
    position: relative;
}
.inner_motp_layer .lab_off .lab_otp {
    display: none;
}
.inner_motp_layer .lab_otp {
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -11px;
    font-size: 16px;
    line-height: 20px;
    color: #999;
}
.inner_motp_layer .tf_otp {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 20px 10px 18px;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}
.inner_motp_layer .btn_confirm {
    display: block;
    width: 100%;
    height: 55px;
    margin-top: 13px;
    font-weight: bold;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    background-color: #2d82ed;
}
.inner_motp_layer .txt_forget {
    padding-top: 23px;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
    text-align: center;
}
.inner_motp_layer .ico_otp {
    display: inline-block;
    overflow: hidden;
    width: 13px;
    height: 15px;
    margin: 1px 0 0 17px;
    font-size: 0;
    line-height: 0;
    background: url('https://t1.kakaocdn.net/gamepub/top/pc/motp_180219/ico_otp.png') 0 0 no-repeat;
    text-indent: -9999px;
    vertical-align: top;
}
.inner_motp_layer .link_center {
    display: inline-block;
    margin: -1px 0 0 6px;
    font-size: 13px;
    color: #2d82ed;
    text-decoration: underline;
    vertical-align: top;
}
.inner_motp_layer .btn_close {
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 3px;
    padding: 20px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.inner_motp_layer .btn_close:before {
    display: block;
    width: 17px;
    height: 17px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/motp_180219/btn_close.png) 0 0 no-repeat;
    content: '';
}

/* PC 등록 서비스 - 본인 확인 레이어 */
.entry_layer {
    display: none;
    position: absolute;
    top: 300px;
    left: 50%;
    width: 510px;
    margin-left: -255px;
    padding-bottom: 18px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/pcentry_140516/bg_botet.png) no-repeat 1px bottom;
    z-index: 9999;
}
.entry_layer .layer_head {
    width: 490px;
    height: 34px;
    padding: 17px 0 0 20px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/pcentry_140516/bg_headet.png) no-repeat;
}
.entry_layer .layer_body {
    width: 508px;
    padding-left: 1px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/pcentry_140516/bg_layer.png) repeat-y top right;
}
.entry_layer .inner_body {
    width: 502px;
    padding: 53px 0 25px;
    background-color: #fff;
}
.entry_layer .entry_comm {
    display: block;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/pcentry_140516/entry_layer.png) no-repeat;
    text-indent: -9999px;
}
.entry_layer .tit_pc {
    width: 132px;
    height: 20px;
    background-position: 0 -300px;
}
.entry_layer .desc_entry {
    width: 346px;
    height: 192px;
    margin: 0 auto;
    background-position: -4px 0;
}
.entry_layer .confirm_btn {
    overflow: hidden;
    width: 421px;
    margin: 44px auto 0;
    padding-top: 26px;
    border-top: 1px solid #bebebe;
}
.entry_layer .confirm_btn .entry_comm {
    width: 206px;
    height: 54px;
}
.entry_layer .confirm_btn .btn_phone {
    margin-right: auto;
    margin-left: auto;
    background-position: 0 -330px;
}
.entry_layer .confirm_btn .btn_ipin {
    background-position: -220px -330px;
}
.entry_layer .btn_close {
    position: absolute;
    top: 15px;
    right: 19px;
    width: 22px;
    height: 22px;
    background-position: -486px -330px;
}
.entry_layer .desc_ing {
    width: 378px;
    height: 76px;
    margin: 0 auto 24px;
    background-position: 0 -210px;
}
.entry_layer .thumb_ing {
    width: 232px;
    height: 105px;
    margin: 12px auto 28px;
    background: url(https://t1.kakaocdn.net/gamepub/top/pc/pcentry_140516/entry_ing.gif) no-repeat;
    text-indent: -9999px;
}

/* PC 등록 서비스 - 크롬 PC 정보 수집 레이어 */
.authopc_layer {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: 200px;
    width: 570px;
    z-index: 9999;
    text-align: left;
}
.inner_authopc_layer {
    position: relative;
    padding: 0 30px 52px;
    background-color: #fff;
    box-sizing: border-box;
}
.inner_authopc_layer .layer_head {
    padding-top: 24px;
}
.inner_authopc_layer .layer_tit {
    display: block;
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #222;
    letter-spacing: -0.05em;
    border-bottom: 1px solid #252525;
}
.inner_authopc_layer .layer_txt {
    padding: 35px 0 17px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.075em;
    color: #000;
}
.inner_authopc_layer .layer_list {
    margin-top: 16px;
}
.inner_authopc_layer .layer_list li {
    font-size: 13px;
    line-height: 18px;
    color: #686868;
    letter-spacing: -0.05em;
}
.inner_authopc_layer .group_btn {
    margin-top: 38px;
    font-size: 0;
    text-align: center;
}
.inner_authopc_layer .layer_btn {
    display: inline-block;
    width: 130px;
    height: 37px;
    font-size: 16px;
    line-height: 35px;
    background-color: #ebeaea;
    letter-spacing: -0.075em;
    vertical-align: top;
    color: #000;
    text-decoration: none !important;
}
.inner_authopc_layer .layer_btn + .layer_btn {
    margin-left: 12px;
}
.inner_authopc_layer .layer_btn:hover {
    text-decoration: none;
    background-color: #e0e0e0;
}
.inner_authopc_layer .btn_close {
    position: absolute;
    top: 23px;
    right: 30px;
    width: 23px;
    height: 23px;
    background: url(https://t1.kakaocdn.net/gamepub/pub/eos/btn_eos.png) no-repeat -100px -50px;
    border: 0 !important;
    cursor: pointer !important;
}

/* 전화인증 진행, 대기 레이어 */
.img_arslayer {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(https://t1.kakaocdn.net/gamepub/security/img_arslayer_150413.png) no-repeat;
    text-indent: -9999px;
}
.ars_layer {
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 9999;
    margin-left: -251px;
}
.inner_ars_layer {
    width: 502px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 2px 2px 3px #040404;
    box-shadow: 2px 2px 3px #040404;
    background: #fff;
}
.inner_ars_layer .layer_head {
    padding-top: 48px;
}
.inner_ars_layer .layer_head .tit_ars {
    width: 365px;
    height: 32px;
    margin: 0 auto;
    background-position: 0 -40px;
}
.inner_ars_layer .layer_body {
    padding: 6px 0 33px;
}
.inner_ars_layer .layer_body .txt_ars {
    width: 338px;
    height: 17px;
    margin: 0 auto;
    background-position: 0 -80px;
}
.inner_ars_layer .layer_body .txt_arsrequest {
    width: 344px;
    height: 17px;
    margin: 0 auto;
    background-position: 0 -160px;
}
.inner_ars_layer .layer_body .list_infomation {
    width: 420px;
    height: 32px;
    margin-left: 42px;
}
.inner_ars_layer .layer_body .img_loading {
    display: block;
    width: 168px;
    height: 110px;
    margin: 17px auto 91px;
}
.inner_ars_layer .layer_foot {
    overflow: hidden;
    position: absolute;
    top: 239px;
    left: 64px;
    width: 373px;
    height: 56px;
}
.inner_ars_layer .layer_foot .link_close {
    float: left;
    width: 176px;
    height: 50px;
    background-position: -180px -180px;
}
.inner_ars_layer .layer_foot .link_confirm {
    width: 235px;
    height: 56px;
    margin: 0 auto;
    background-position: 0 -100px;
}
.inner_ars_type1 .layer_foot {
    top: 246px;
    height: 56px;
}
.inner_ars_layer .layer_foot .link_arsrequest {
    float: right;
    width: 176px;
    height: 50px;
    background-position: 0 -180px;
}

/* 본인 인증 성공 확인 레이어 */
.kg_ip_sms_layer {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9999;
    width: 570px;
    margin-left: -285px;
    font-size: 13px;
}
.kg_ip_sms_layer strong {
    color: black !important;
}
.kg_ip_sms_layer a {
    color: #333;
}
.kg_ip_sms_layer .inner_layer {
    position: relative;
    width: 510px;
    margin: 0 auto;
    padding: 0 30px 51px;
    background: #fff;
    height: auto;
}
.kg_ip_sms_layer .layer_head {
    height: 32px;
    padding-top: 27px;
    border-bottom: 1px solid #252525;
}
.kg_ip_sms_layer .tit_character {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -1px;
}
.kg_ip_sms_layer .layer_body {
    text-align: center;
}
.kg_ip_sms_layer .layer_foot {
    position: absolute;
    right: 30px;
    top: 23px;
}
.kg_ip_sms_layer .layer_foot .btn_close {
    width: 23px;
    height: 23px;
    background-position: -100px -50px;
    cursor: pointer;
}
.kg_ip_sms_layer .list_notice {
    padding-top: 13px;
    text-align: left;
}
.kg_ip_sms_layer .list_notice li {
    overflow: hidden;
    padding-left: 9px;
    margin-top: 2px;
    color: #666;
    letter-spacing: -1px;
}
.kg_ip_sms_layer .btn_close {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(https://t1.kakaocdn.net/gamepub/pub/common/start/sms_btn_bg.png) no-repeat 0 0;
    text-indent: -9999px;
    border: 0;
}
.kg_ip_sms_layer .box_buy {
    padding: 37px 0 35px;
    border-bottom: 1px solid #dfdfdf;
    background: #f8f8f8;
}
.kg_ip_sms_layer .list_buy {
    padding-top: 9px;
    background-color: #f8f8f8;
}
.kg_ip_sms_layer .list_buy li {
    height: 34px;
    padding-left: 20px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
}
.kg_ip_sms_layer .list_buy .lst {
    height: 56px;
    font-size: 17px;
    line-height: 52px;
}
.kg_ip_sms_layer .buy_button {
    display: block;
    margin-top: 34px;
}
.kg_ip_sms_layer .link_buy {
    display: inline-block;
    width: 100px;
    height: 35px;
    margin: 0 3px;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -1px;
    background-color: #345cd4;
    vertical-align: top;
    color: #fff;
}
.kg_ip_sms_layer .box_buy .link_buy {
    width: 130px;
    margin-top: 29px;
}
.kg_ip_sms_layer .box_buy .link_ok {
    display: inline-block;
    width: 130px;
    height: 35px;
    margin: 0 3px;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: -1px;
    background-color: #d14f00;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
}
.kg_ip_sms_layer .box_buy .link_ok.ok_type1 {
    width: 162px;
}
.kg_ip_sms_layer .box_buy .link_ok.ok_type2 {
    width: 148px;
}
.kg_ip_sms_layer .box_buy .link_cancel2 {
    display: inline-block;
    width: 150px;
    height: 33px;
    margin: 0 2px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    font-size: 16px;
    line-height: 31px;
    vertical-align: top;
    letter-spacing: -1px;
    text-decoration: none;
}
.kg_ip_sms_layer .box_buy .link_cancel2:hover {
    text-decoration: none !important;
    color: #333 !important;
}
.kg_ip_sms_layer .txt_buy {
    font-size: 17px;
    line-height: 33px;
    color: #333 !important;
}
.kg_ip_sms_layer .txt_buy .desc_buy {
    display: block;
    margin-top: 13px;
    line-height: 27px;
}
.kg_ip_sms_layer .txt_buy .desc_buy2 {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.025em;
    color: #d14f00;
}

/* IP 보안 서비스 안내 레이어 */
.ip_security_layer .blank__link {
    color: #0048ff;
    text-decoration: underline;
}
.ip_security_layer .blank__link_inherit {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}
.ip_security_layer .ico_auth {
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    background: url(https://t1.daumcdn.net/gamepub/security/ico_auth_250702.png) no-repeat 0 0;
    text-indent: -9999px;
    vertical-align: top;
}
.ip_security_layer {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9999;
    width: 100%;
}
.ip_security_layer .inner_ip_security_layer {
    position: relative;
    padding: 0 30px 51px;
    background: #fff;
}
.ip_security_layer .layer_head {
    height: 32px;
    padding-top: 27px;
    border-bottom: 1px solid #252525;
}
.ip_security_layer .tit_character {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -1px;
}
.ip_security_layer .layer_body {
    text-align: center;
}
.ip_security_layer .layer_foot {
    position: absolute;
    right: 30px;
    top: 23px;
}
.ip_security_layer .layer_foot .btn_eos {
    width: 23px;
    height: 23px;
    background-position: -100px -50px;
}
.ip_security_layer .list_notice {
    padding-top: 13px;
    text-align: left;
}
.ip_security_layer .list_notice li {
    overflow: hidden;
    padding-left: 9px;
    margin-top: 2px;
    color: #666;
    letter-spacing: -1px;
}
.ip_security_layer .list_notice .ico_eos {
    float: left;
    width: 3px;
    height: 3px;
    margin: 9px 0 0 -9px;
    background-position: 0 -125px;
}
.gamestart_layer .inner_ip_security_layer {
    width: 634px;
    padding: 40px 56px 57px 56px;
}
.gamestart_layer .layer_body {
    text-align: left;
}
.gamestart_layer .layer_head {
    height: auto;
    padding-top: 0;
    border: 0 none;
}
.gamestart_layer .btn_link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 58px;
    background-color: #fff;
    font-weight: bold;
    font-size: 0;
    color: #d14f00;
    text-align: center;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gamestart_layer .btn_link:hover {
    text-decoration: none;
}
.gamestart_layer .tit_auth {
    font-size: 20px;
    color: #222;
    letter-spacing: -0.05em;
}
.gamestart_layer .txt_gamestart {
    font-size: 15px;
    line-height: 28px;
    color: #333;
    letter-spacing: -0.05em;
}
.gamestart_layer .box_noti {
    padding: 18px 0 29px 0;
    border-bottom: 2px solid #252525;
}
.gamestart_layer .inp_check,
.inp_num {
    outline: 0 none;
    border: 0 none;
}
.gamestart_layer .emph_txt {
    font-style: normal;
    font-weight: normal;
    color: #d14f00;
}
.gamestart_layer .emph_txt >a {
    font-weight: bold;
    color: #d14f00;
}
.gamestart_layer .layer_foot {
    top: 38px;
    right: 46px;
}
.gamestart_layer .layer_foot .btn_close {
    padding: 10px;
    border: none;
    margin: 0;
    overflow: visible;
    width: auto;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    text-align: inherit;
    outline: none;
    cursor: pointer;
    background: transparent;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}
.gamestart_layer .layer_foot .ico_auth {
    width: 23px;
    height: 23px;
    background-position: -250px -90px;
}
.gamestart_layer .info_tooltip {
    position: relative;
    margin-top: 5px;
}
.gamestart_layer .btn_tooltip {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.gamestart_layer .ico_help {
    width: 19px;
    height: 19px;
    background-position: -210px -70px;
}
.gamestart_layer .txt_tooltip {
    display: inline-block;
    margin: -4px 0 0 7px;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    letter-spacing: -0.05em;
    text-decoration: none;
    vertical-align: top;
}
.gamestart_layer .btn_tooltip:hover .txt_tooltip {
    color: #318aef;
}
.gamestart_layer .wrap_tooltip {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    border: 1px solid #252525;
    background-color: #fff;
}
.gamestart_layer .wrap_tooltip.on {
    display: block;
}
.gamestart_layer .ico_tooltip {
    position: absolute;
    top: -6px;
    left: 4px;
    width: 10px;
    height: 6px;
    background-position: -230px -70px;
}
.gamestart_layer .desc_tooltip {
    position: relative;
    padding: 26px 25px 29px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background-color: #fff;
    letter-spacing: -0.05em;
    z-index: 2;
}
.gamestart_layer .link_game {
    margin-top: 12px;
    background-color: #d14f00;
}
.gamestart_layer .txt_start {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
    color: #fffefe;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gamestart_layer .txt_auth {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gamestart_layer .ico_start {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 8px;
    background-position: -250px -70px;
}
.gamestart_layer .link_game .ico_start {
    margin-left: 7px;
}
.gamestart_layer .box_howto {
    margin-top: 40px;
    background-color: #f8f8f8;
}
.gamestart_layer .box_howto + .box_howto {
    margin-top: 25px;
}
.gamestart_layer .group_howto {
    position: relative;
    padding: 26px 0 24px 0px;
    font-size: 0;
}
.gamestart_layer.gamestart_type2 .group_howto {
    padding: 26px 22px 24px 22px;
}
.gamestart_layer .ico_unfeasible {
    position: absolute;
    top: 27px;
    left: 0px;
    width: 15px;
    height: 15px;
    background-position: -210px -90px;
}
.gamestart_layer.gamestart_type2 .ico_unfeasible {
    left: 22px;
}
.gamestart_layer .tit_howto {
    display: inline-block;
    margin-left: 22px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gamestart_layer .desc_howto {
    margin: 9px 0 0 22px;
    font-size: 13px;
    line-height: 18px;
    color: #686868;
    letter-spacing: -0.05em;
}
.gamestart_layer .desc_howto > a{
    color: #4998f1;
}

/*
    gamestart_type : IP 보안 서비스 안내 레이어
    gamestart_type2 : SMS 간편 인증 안내 레이어
    gamestart_type3 : SMS 간편 인증 완료 레이어
*/
.gamestart_type {
    width: 874px;
    margin-left: -437px;
}
.gamestart_type .inner_ip_security_layer {
    width: 762px;
    padding-bottom: 16px;
}
.gamestart_type .layer_head:after {
    display: block;
    clear: both;
    content: '';
}
.gamestart_type .tit_auth {
    float: left;
    width: 165px;
}
.gamestart_type .box_noti {
    float: left;
    width: 564px;
    margin-left: 33px;
    padding: 0 0 29px 0;
}
.gamestart_type .box_verifi {
    overflow: hidden;
}
.gamestart_type .box_verifi .frame_thumb {
    float: left;
    width: 165px;
    text-align: right;
}
.gamestart_type .frame_thumb .ico_auth {
    width: 90px;
    margin-top: 33px;
}
.gamestart_type .thumb_phone {
    height: 78px;
}
.gamestart_type .thumb_talk {
    width: 83px;
    height: 78px;
    margin-right: -7px;
    background-position: -290px 0;
}
.gamestart_type .thumb_auth {
    height: 62px;
    background-position: -200px 0;
}
.gamestart_type .frame_thumb .thumb_card {
    height: 53px;
    margin-top: 22px;
    background-position: -100px 0;
}
.gamestart_type .group_verifi {
    overflow: hidden;
}
.gamestart_type .inner_verifi {
    margin-left: 33px;
    padding: 29px 0 24px 0;
}
.gamestart_type .box_verifi + .box_verifi .inner_verifi {
    border-top: 1px solid #dfdfdf;
}
.gamestart_type .tit_verifi {
    font-size: 18px;
    color: #333;
    letter-spacing: -0.05em;
}
.gamestart_type .desc_verifi {
    margin-top: 7px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    letter-spacing: -0.05em;
}
.gamestart_type .desc_verifi2 {
    border-top: 1px solid #dfdfdf;
    margin-top: 36px;
    padding-top: 17px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    letter-spacing: -0.05em;
}
.gamestart_type .desc_verifi2 .cs_link {
    font-weight: bold;
    color: #666;
}
.gamestart_type .btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 180px;
    height: 45px;
    border: 1px solid #d14f00;
    box-sizing: border-box;
}
.gamestart_type .btn_link.link_kakaopay,
.gamestart_type .btn_link.link_kakaotalk {
    background: #fde500;
    border-color: #fec502;
    color: #393228;
}
.gamestart_type .btn_link.link_kakaopay .ico_arr,
.gamestart_type .btn_link.link_kakaotalk .ico_arr {
    background-position: -230px -80px;
}
.gamestart_type .ico_arr {
    width: 4px;
    height: 7px;
    background-position: -230px -90px;
}
.gamestart_type .link_phone {
    background-color: #d14f00;
}
.gamestart_type .link_phone .txt_auth {
    color: #fffefe;
}
.gamestart_type .link_phone .ico_arr {
    background-position-y: -100px;
}
.gamestart_type .list_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}
.gamestart_type .list_service li {
    padding-left: 12px;
}
.gamestart_type .list_service li:nth-child(3n + 1) {
    padding-left: 0px;
}
.gamestart_type .wrap_agree {
    margin-top: 20px;
    padding: 22px 20px 20px;
    background-color: #f8f8f8;
}
.gamestart_type .choice_agree {
    position: relative;
    font-size: 0;
}
.gamestart_type .choice_agree .inp_check {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0.01;
    filter: alpha(opacity=0);
}
.gamestart_type .choice_agree .ico_check {
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background-position: -180px -70px;
    cursor: pointer;
}
.gamestart_type .choice_agree .inp_check:checked + .lab_check .ico_check {
    background-position-y: -100px;
}
.gamestart_type .choice_agree .link_check {
    display: inline-block;
    margin-left: 11px;
    font-size: 0;
    vertical-align: top;
}
.gamestart_type .choice_agree .link_check:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #333;
    vertical-align: top;
    content: '';
}
.gamestart_type .choice_agree .txt_check {
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gamestart_type .choice_agree .ico_more {
    margin: 4px 0 0 7px;
    width: 4px;
    height: 7px;
    background-position: -230px -80px;
}
.gamestart_type .choice_agree .link_check:hover {
    text-decoration: none;
}
.gamestart_type .desc_agree {
    margin: 1px 0 0 30px;
    font-size: 13px;
    line-height: 18px;
    color: #686868;
    letter-spacing: -0.05em;
}
.gamestart_type2 {
    width: 746px;
    margin-left: -373px;
}
.gamestart_type2 .box_auth {
    margin-top: 32px;
}
.gamestart_type2 .box_agree {
    padding: 34px 0;
    border-bottom: 1px solid #dfdfdf;
}
.gamestart_type2 .desc_auth {
    font-size: 14px;
    line-height: 19px;
    color: #666;
}
.gamestart_type2 .group_auth {
    overflow: hidden;
    margin-top: 32px;
}
.gamestart_type2 .inp_info {
    float: left;
    position: relative;
    width: 312px;
    height: 56px;
    border: 1px solid #c2c2c2;
}
.gamestart_type2 .inp_num {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    color: #252525;
    letter-spacing: -0.05em;
}
.gamestart_type2 .inp_num[disabled] {
    background: #f2f2f2;
    color: #c2c2c2;
}
.gamestart_type2 .lab_txt {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #a4a4a4;
    cursor: text;
}
.gamestart_type2 .inp_info.on {
    border-color: #252525;
}
.gamestart_type2 .inp_info.on .inp_num {
    border-color: #252525;
}
.gamestart_type2 .inp_info.on .lab_txt {
    display: none;
}
.gamestart_type2 .wrap_btn {
    float: left;
    margin-left: 12px;
    font-size: 0;
}
.gamestart_type2 .btn_auth {
    display: inline-block;
    width: 146px;
    height: 56px;
    font-weight: bold;
    font-size: 15px;
    line-height: 58px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    color: #c2c2c2;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}
.gamestart_type2 .btn_auth + .btn_auth {
    margin-left: 12px;
}
.gamestart_type2 .btn_auth.on {
    border-color: #d14f00;
    color: #d14f00;
    background-color: #fff;
}
.gamestart_type2 .btn_auth[disabled] {
    cursor: default;
}
.gamestart_type2 .link_auth {
    height: 48px;
    background-color: #ebeaea;
}
.gamestart_type2 .howto-btn__wrap {
    display: flex;
    justify-content: space-between;
}
.gamestart_type2 .link_auth2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 206px;
    height: 48px;
    background: #ebeaea;
}
.gamestart_type2 .link_auth2:nth-of-type(1):nth-last-of-type(2),
.gamestart_type2 .link_auth2:nth-of-type(2):nth-last-of-type(1) {
    width: 312px;
}

.gamestart_type2 .link_auth2 .txt_auth {
    margin-left: 4px;
}
.gamestart_type2 .link_auth2 .ico-arr {
    width: 6px;
    height: 8px;
    background-position: -250px -80px;
    opacity: 0;
    transition: 0.25s;
}
.gamestart_type2 .link_auth2:hover .ico-arr {
    transform: translateX(7px);
    opacity: 1;
}
.gamestart_type2 .link_auth2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #e6e6e6;
    content: '';
    transition: height 0.4s ease;
}
.gamestart_type2 .link_auth2:hover:before {
    height: 100%;
}
.gamestart_type2 .link_auth2 img {
    position: relative;
}
.gamestart_type2 .link_auth .ico_phone {
    margin-top: 9px;
    width: 31px;
    height: 30px;
    background-position: 0 -80px;
}

.gamestart_type2 .txt_auth {
    margin-left: 10px;
    line-height: 48px;
    color: #333;
}
.gamestart_type2 .link_auth .ico_start {
    background-position: -250px -80px;
}
.gamestart_type2 .link_auth:hover .ico_phone {
    background-position-x: -40px;
}
.gamestart_type3 {
    width: 746px;
    margin-left: -373px;
}
.gamestart_type3 .inner_ip_security_layer {
    padding-bottom: 32px;
}
.gamestart_type3 .box_info {
    padding-top: 23px;
    background-color: #f8f8f8;
    text-align: center;
}
.gamestart_type3 .desc_auth {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gamestart_type3 .desc_auth:after {
    display: block;
    margin: 27px auto 0;
    width: 454px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.gamestart_type3 .box_howto {
    margin-top: 12px;
    background-color: #fff;
}
.gamestart_type3 .list_user {
    display: block;
    overflow: hidden;
    margin-top: 27px;
    font-size: 0;
    vertical-align: top;
    text-algin: center;
}
.gamestart_type3 .list_user li {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    vertical-align: top;
}
.gamestart_type3 .list_user em {
    font-weight: bold;
}
.gamestart_type3 .list_user .item_last {
    display: block;
}
.gamestart_type3 .list_user .item_last:before {
    content: normal;
}
.gamestart_type3 .list_user li + li:before {
    display: inline-block;
    vertical-align: top;
    content: '/';
}
.gamestart_type3 .link_game {
    margin-top: 29px;
}

.gamestart_type .link_phone:before,
.gamestart_layer .link_game:before,
.gamestart_layer .link_auth:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #e25601;
    content: '';
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
.gamestart_type .link_phone:hover:before,
.gamestart_layer .link_game:hover:before,
.gamestart_layer .link_auth:hover:before {
    height: 100%;
}
.gamestart_layer .link_auth:before {
    background-color: #e6e6e6;
}
.gamestart_type .txt_auth img {
    margin-right: 4px;
}
.gamestart_type .txt_auth {
    display: flex;
    align-items: center;
    line-height: 43px;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.gamestart_type .btn_link:hover .txt_auth {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    transform: translateX(-4px);
}
.gamestart_type .ico_arr {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}
.gamestart_type .btn_link:hover .ico_arr {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    transform: translateX(1px);
    opacity: 1;
    filter: alpha(opacity=1);
}
.gamestart_type2 .link_auth .ico_start {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}
.gamestart_layer .link_auth:hover .ico_start {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 1;
    filter: alpha(opacity=1);
}

/* privacy_agree */
.privacy_agree .tit_verifi.btn_toggle {
    position: relative;
    padding-right: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    letter-spacing: -0.05em;
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
}
.privacy_agree .tit_verifi.btn_toggle:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: 0.3s;
}
.privacy_agree .tit_verifi.btn_toggle.active:before {
    top: 10px;
    transform: rotate(-135deg);
}
.privacy_agree .toggle_info {
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s;
}
.privacy_agree .toggle_info ul {
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.privacy_agree .toggle_info ul li {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    letter-spacing: -0.05em;
}
.privacy_agree .toggle_info ul li strong {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.privacy_agree .toggle_info ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 1px;
    background-color: #666;
}
.privacy_agree .desc_verifi {
    margin-top: 7px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    letter-spacing: -0.05em;
}
.privacy_agree .btn_toggle.active + .toggle_info {
    margin: 10px auto;
    max-height: 500px;
}
.privacy_agree .choice_agree {
    margin-top: 20px;
}
.privacy_agree .choice_agree {
    position: relative;
    font-size: 0;
}
.privacy_agree .choice_agree .inp_check {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0.01;
    filter: alpha(opacity=0);
}
.privacy_agree .choice_agree .ico_check {
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background-position: -180px -70px;
    cursor: pointer;
}
.privacy_agree .choice_agree .inp_check:checked + .lab_check .ico_check {
    background-position-y: -100px;
}
.privacy_agree .choice_agree .link_check {
    display: inline-block;
    margin-left: 11px;
    font-size: 0;
    vertical-align: top;
}
.privacy_agree .choice_agree .link_check:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #333;
    vertical-align: top;
    content: '';
}
.privacy_agree .choice_agree .txt_check {
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.privacy_agree .choice_agree .ico_more {
    margin: 4px 0 0 7px;
    width: 4px;
    height: 7px;
    background-position: -230px -80px;
}
.privacy_agree .choice_agree .link_check:hover {
    text-decoration: none;
}

/* alert 레이어 */
.alert_layer {
    display: none;
    position: absolute;
    top: 434px;
    left: 50%;
    z-index: 1010;
    margin-left: -208px;
}
.alert_layer .inner_alert_layer {
    width: 416px;
    height: 204px;
    background-color: #fff;
    box-sizing: border-box;
    letter-spacing: -1px;
}
.alert_layer .layer_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 136px;
}
.alert_layer .layer_head strong {
    font-size: 18px;
    color: #353535;
    font-weight: bold;
}
.alert_layer .layer_foot button {
    display: block;
    width: 160px;
    height: 45px;
    margin: auto;
    font-size: 14px;
    color: #d74d02;
    text-align: center;
    border: 1px solid #d74d02;
}
