@charset "utf-8";

/* GCP WD_WP Team. Author : Jiwon Lee 2020-07-26 Edit : Jiwon Lee 2021-08-12 */

/* linkage popup */
.linkage_popup .title:after,
.form_gdpr .input_item.complete:after{background-size:500px 500px;background-repeat:no-repeat;background-image:url("../img/icon.png");}
.linkage_popup	{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;text-align:center;}
.linkage_popup .pop_layer	{width:510px;display:inline-block;padding:40px 20px 60px;}
.linkage_popup .title	{position:relative;padding-top:140px;font-size:18px;font-weight:bold;line-height:26px;color:#414d5e;}
.linkage_popup .title:after	{width:120px;height:120px;display:block;position:absolute;top:0;left:50%;content:"";background-position: -260px 0;background-size:500px 500px;transform:translateX(-50%);}
.linkage_popup .cancel .title:after	{background-position:-380px -130px;}
.linkage_popup .desc	{margin-top:10px;font-size:14px;line-height:22px;color:#414d5e;}
.linkage_popup .btn_close	{width:106px;height:50px;margin-top:30px;font-size:14px;color:#fff;background:#1277ff;border-radius:10px;}


/* gamer_id */
.pop_wrap.gamer_id .pop_layer	{width:400px;padding:20px 0 0 0;}
.pop_wrap.gamer_id .pop_contents	{max-height:260px;margin-bottom: 20px;}
.pop_wrap.gamer_id [class^="pop_desc_"]	{margin-top:10px;font-size:12px;line-height:16px;color:#2d3137;}
.pop_wrap.gamer_id [class^="pop_note"]	{font-size:12px;line-height:16px;color:#2d3137;}
.pop_wrap.gamer_id .pop_contents .pop_tit_2	{padding-top:14px;font-size:12px;line-height:16px;color:#2d3137;}
.pop_wrap.gamer_id .pop_contents .suggest_wrap	{display:none;}
.pop_wrap.gamer_id .pop_contents .suggest_wrap.on	{display:block;}
.pop_wrap.gamer_id .pop_contents .suggest_list	{padding-top:10px;}
.pop_wrap.gamer_id .pop_contents .suggest_list:after	{display:block;clear:both;content:"";}
.pop_wrap.gamer_id .pop_contents .suggest_list li	{float:left;margin-left:6px;}
.pop_wrap.gamer_id .pop_contents .suggest_list li:nth-child(1)	{margin-left:0;}
.pop_wrap.gamer_id .pop_contents .suggest_list li button	{padding:6px;font-size:10px;line-height:14px;color:#636a8c;background:#edeef6;border-radius:5px;}
.pop_wrap.gamer_id .pop_contents .suggest_list li button:hover	{color:#1475db;background:#e5f2ff;}

/* form_gdpr */
.pop_wrap.gdpr .form_gdpr .btns	{margin-top:9px;}
.form_gdpr	{position:relative;margin-top:9px;}
.form_gdpr .input_item	{width:100%;height:46px;position:relative;box-sizing:border-box;color:#2d3137;background:#fff;border:1px solid #e2e8f1;border-radius:6px;}
.form_gdpr .input_item input	{width:100%;height:100%;border-radius:6px;}
.form_gdpr .input_item.complete	{color:#2d3137;}
.form_gdpr .input_item.complete:after	{width:14px;height:10px;display:block;position:absolute;top:17px;right:14px;content:"";background-position: -94px -214px;background-size:500px 500px;}
.form_gdpr .input_item.error	{border-color:#f5303c;}



@media (max-width: 420px)	{
    .pop_wrap.gamer_id .pop_layer	{width:auto;min-width:300px;box-sizing:border-box;}
}