@charset "UTF-8";

/* Com2uS Platform WD_WP Team. Author: Jaewook Baek 2020-05-04. Edit: Hyunjin Kim 2025-06-27 */
*	{margin:0;padding:0;list-style:none;border:0;}
html	{height:100%;font-size:10px;-webkit-text-size-adjust:none;}
body	{height:100%;-webkit-overflow-scrolling:touch;background:#edeef6;}
body:lang(ar)	{direction:rtl;}
button	{background-color:transparent;outline:none;cursor:pointer;}
a	{text-decoration:none;color:inherit;}
body, button	{font-family:'Noto Ko Regular',sans-serif;}

/* keymap outline */
body.focus_on button,
body.focus_on input,
body.focus_on select	{outline:revert;}

body.focus_on input[type="checkbox"]:focus, 
body.focus_on input[type="radio"]:focus	{clip:initial;clip-path:none;width:100%;height:100%;top:0;left:0;}

/* For Notch Display */
.HIVEwrap	{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top);}
.HIVEnav	{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top);}

/* Layout */
.HIVEwrap	{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:100%;position:relative;box-sizing:border-box;color:#636a8c;}
.HIVEnav	{width:100%;position:absolute;left:0;top:0;box-sizing:border-box;}
.HIVEnav:lang(ar)	{direction:ltr;}
.HIVEcontainer	{height:100%;-webkit-flex:1;flex:1;box-sizing:border-box;}
.mt_10	{margin-top:10px;}
.mt_20	{margin-top:20px;}
.mt_30	{margin-top:30px;}
.mt_40	{margin-top:40px;}
.mt_50	{margin-top:50px;}

/* Form Style */
input	{color:#2d3137;font-family:'Noto Ko Regular',sans-serif;border:0;border-radius:0;font-size:1.6rem;-webkit-appearance:none;background:none;outline:none;}
input::-webkit-input-placeholder	{color:#cbcdde;font-family:'Noto Ko Regular',sans-serif;}
input::placeholder	{color:#cbcdde;font-family:'Noto Ko Regular',sans-serif;}
.form_login input::-webkit-input-placeholder	{color:#9fabc9;}
.form_login input::placeholder	{color:#9fabc9;}
input:lang(ar)	{direction:ltr;text-align:right;}
input[type='checkbox'],
input[type='radio']	{overflow:hidden;position:absolute;width:1px;height:1px;padding:0;border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);}
label.check	{display:inline-block;position:relative;line-height:1.33;font-size:1.2rem;vertical-align:top;cursor:pointer;}
label.check:before	{background-color:#fff;border:1px solid #9fabc9;box-sizing:border-box;content:'';width:20px;height:20px;position:absolute;left:0;top:0;border-radius:6px;-webkit-transition:background-color 0.2s;transition:background-color 0.2s;}
label.check.no_check	{padding:0;pointer-events:none;}
label.check.no_check:lang(ar)	{padding:0;}
label.check.no_check:before	{content:normal;}
input:checked + label.check:before	{background-color:#1475db;border:none;}
input:checked + label.check:after	{content:'';width:4px;height:8px;position:absolute;left:7px;top:4px;border-width:0 2px 2px 0;border-style:solid;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-color:#fff;}
input:checked + label.check.no_check:after	{content:normal;}
label.check:lang(ar):before	{left:auto;right:0;}
input:checked + label.check:lang(ar):after	{left:auto;right:7px;}
input::-webkit-input-placeholder	{font-size:1.6rem;}
input::placeholder	{font-size:1.6rem;}
input:lang(de)::-webkit-input-placeholder,
input:lang(de)::placeholder,
input:lang(fr)::-webkit-input-placeholder,
input:lang(fr)::placeholder	{font-size:1.3rem;}
select	{border:0;border-radius:0;font-size:1.6rem;-webkit-appearance:none;outline:none;cursor:pointer;}
.choice select	{color:#627793;background-color:#fff;display:block;width:100%;}
.choice select.selected	{color:#1475db;}


/* Common Style */
.HIVEcontainer	{padding-right:30px;padding-left:30px;padding-bottom:60px;}
.HIVEwrap	{min-width:320px;font-size:1.6rem;line-height:1.5;}
.HIVEnav	{padding-right:30px;padding-left:30px;}
.HIVEnav .nav_frame	{height:68px;}
.HIVEnav .link_prev	{display:inline-block;padding:20px 20px 20px 0;position:relative;line-height:0;font-size:0;color:transparent;vertical-align:top;z-index:10;}
.HIVEnav .link_prev:before	{content:'';display:inline-block;width:28px;height:28px;background-position:0 -101px;}
.HIVEnav.fill	{border-bottom:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.6);}
.HIVEnav.fill:lang(ar)	{direction:rtl;}
.HIVEnav.fill .link_prev	{float:left;padding:20px 10px 20px 0;}
.HIVEnav.fill .tit	{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;margin-right:30px;line-height:1.4;font-weight:500;font-size:2.0rem;}
.HIVEnav.fill .tit:lang(ar)	{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}
.HIVEheader	{padding-top:68px;}
.nav_none .HIVEheader	{padding-top:48px;}
.HIVEheader .logo_big	{width:133px;height:44px;line-height:0;font-size:0;color:transparent;background:url(../img/logo_big.png) no-repeat 0 0;background-size:100% 100%;}
.HIVEheader .logo_big:lang(ar)	{margin-right:40px;}
.HIVEbtn	{display:block;width:100%;height:58px;padding:0 20px;border-radius:10px;line-height:1.25;font-weight:bold;font-size:1.6rem;color:#edeef6;background-color:rgba(0,0,0,0.08);margin-top:30px;}
.HIVEbtn + .HIVEbtn	{margin-top:10px;}
.HIVEbtn.send_otp	{margin-bottom:40px;}
.HIVEbtn.btn_on	{color:#fff;background-color:#1475db;}
.HIVEbtn.btn_dark	{color:#fff;background-color:#282829;}
.list_field .error + .HIVEbtn	{margin-top:14px;}
.list_field .error + .add_info	{margin-top:22px;}
.main_tit	{line-height:1.4;font-size:3.0rem;font-weight:normal;word-break:break-all;color:#282829;}
.list_field .row	{position:relative;}
.list_field .row ~ .row	{margin-top:10px;}
.list_field .row.required:before	{content:'';width:8px;height:8px;position:absolute;left:-16px;top:27px;border-radius:50%;background-color:#d01111;}
.list_field .row.required:lang(ar):before	{left:auto;right:-16px;}
.list_field .row.birth.required:before	{top:48px;}
.list_field .row .code	{font-size:1.4rem;color:#636a8c;display:block;padding:0 10px;margin-bottom:4px;}
.list_field .row:first-child .code,
.list_field .row:first-child .cntdown	{margin-top:-22px;}
.list_field .row.add_mt	{margin-top:30px;}
.list_field .row.warn:before	{content:'';z-index:1;position:absolute;left:-10px;top:50%;margin-top:-10px;width:20px;height:20px;background-position:-102px -101px;}
.list_field input	{display:block;width:100%;height:62px;padding:0 20px;border-radius:10px;border:2px solid #cbcdde;background-color:#fff;box-sizing:border-box;}
.list_field input[type='password']	{padding:0 40px 0 20px;}
.list_field input[type='password']:lang(ar)	{padding:0 20px 0 40px;}
.list_field .btn_trans	{width:63px;height:100%;padding-right:2px;position:absolute;right:0;top:0;line-height:0;font-size:0;color:transparent;}
.list_field .btn_trans:after	{content:'';display:inline-block;width:21px;height:18px;background-position:-58px -101px;}
.list_field .btn_trans.btn_on:after	{background-position:-80px -101px;}
.list_field .btn_trans:lang(ar)	{left:0;right:auto;}
.list_field .msg_error	{display:none;}
.list_field .error .msg_error	{display:block;margin-top:2px;padding:0 10px;line-height:1.4;font-size:1.0rem;color:#d01111;}
.list_field .error .msg_error button,
.list_field .error .msg_error a	{line-height:1.4;font-size:1.0rem;vertical-align:top;color:#1475db;}
.list_field .error .msg_error a	{display:inline-block;}
.list_field .check input	{padding-right:36px;}
.list_field .check:after	{content:'';width:5px;height:10px;position:absolute;right:20px;top:50%;margin-top:-8px;border-width:0 3px 3px 0;border-style:solid;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-color:#1475db;}
.list_field .cntdown	{display:block;margin-bottom:4px;padding:0 10px;line-height:1.29;font-size:1.4rem;color:#d01111;}
.list_field .inner	{position:relative;}
.list_field .num_auth	{padding:0 109px 0 20px;}
.list_field .num_auth:lang(ar)	{padding:0 20px 0 109px;}
.list_field .btn_resend	{max-width:110px;height:100%;padding:0 20px;position:absolute;right:1px;top:0;line-height:1.29;font-size:1.4rem;color:#1475db;}
.list_field .btn_resend:lang(ar)	{left:1px;right:auto;}
.list_field .choice:after	{content:'';width:13px;height:7px;position:absolute;right:20px;top:50%;background-position:-34px -130px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.list_field .choice:lang(ar):after	{left:20px;right:auto;}
.list_field .choice select	{height:58px;padding:0 20px;border-radius:10px;}
.list_field .birth.row	{margin-top:14px;}
.list_field .birth .guide	{display:block;margin-bottom:4px;padding:0 10px;line-height:1.33;font-size:1.2rem;}
.list_field .birth .inner:after	{content:'';display:block;clear:both;}
.list_field .birth .field	{float:left;}
.list_field .birth .field:lang(ar)	{float:right;}
.list_field .birth .year	{width:50%;padding-right:5px;box-sizing:border-box;}
.list_field .birth .year:lang(ar)	{padding-right:0;padding-left:5px;}
.list_field .birth .month	{width:50%;padding-left:5px;box-sizing:border-box;}
.list_field .birth .month:lang(ar)	{padding-left:0;padding-right:5px;}
.list_field .birth input	{padding:0;text-align:center;}
.list_field .side_btn	{padding-right:110px;}
.list_field .side_btn button	{position:absolute;top:0;right:0;width:100px;background:#1475db;color:#fff;height:62px;border-radius:10px;padding:0 10px;}
.list_field .auth	{width:70%;}
.list_field .btn_confirm	{width:25%;}
.list_field input:read-only	{cursor:default;}
.list_field input:disabled	{background:#edeef6 !important;border-color:#ced3e4 !important;}
.list_field input:disabled ~ .btn_trans	{display:none;}
.list_field input:disabled::-webkit-input-placeholder	{color:#d2d6e6;}
.list_field input:disabled::placeholder	{color:#d2d6e6;}
.list_check	{margin-top:30px;}
.list_check.head .check	{color:#282829;font-family:'Noto Ko Medium';}
.list_check.head label.check:before	{top:1px;}
.list_check.head input:checked + label.check:after	{top:5px;}
.list_check.head + .list_terms	{margin-top:30px;}
.list_terms + .HIVEbtn	{margin-top:50px;}
.list_check .row	{font-size:0;position:relative;}
.list_check .row ~ .row	{margin-top:32px;}
.list_check	label	{padding-left:30px;}
.list_check	label:lang(ar)	{padding-left:0;padding-right:30px;}
.list_check .guide	{margin-top:6px;margin-left:30px;line-height:1.4;font-size:1.0rem;color:#979cb6;}
.list_check .guide:lang(ar)	{margin-right:30px;margin-left:0;}
.list_check .btn_detail	{display:inline-block;line-height:inherit;font-size:inherit;vertical-align:top;color:#136bc9;}
.list_check .tooltip	{display:none;max-width:100%;padding:9px 14px;margin-left:-10px;position:absolute;left:0;top:29px;border-radius:10px;line-height:1.29;font-size:1.4rem;z-index:10;color:#fff;background-color:#1475db;}
.list_check .tooltip:before	{content:'';width:0;height:0;position:absolute;left:14px;top:-8px;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #1474db transparent;}
.list_check .tooltip:lang(ar)	{margin-left:0;margin-right:-10px;left:auto;right:0;}
.list_check .tooltip:lang(ar):before	{left:auto;right:14px;}
.list_guide	{margin-top:20px;}
.list_guide li	{padding-left:10px;position:relative;line-height:1.5;font-size:1.2rem;}
.list_guide li:lang(ar)	{padding-left:0;padding-right:10px;}
.list_guide li ~ li	{margin-top:10px;}
.list_guide li:before	{content:'';width:4px;height:4px;position:absolute;left:0;top:7px;border-radius:50%;background-color:#636a8c;}
.list_guide li:lang(ar):before	{left:auto;right:0;}
.list_guide .point	{display:inline-block;line-height:inherit;font-size:inherit;vertical-align:top;font-weight:bold;color:#136bc9;}
.list_guide.small	{margin-top:10px;}
.list_guide.small li	{line-height:1.4;font-size:1.0rem;}
.list_guide.small li:before	{top:5px;}
.list_agree li ~ li	{margin-top:50px;}
.list_agree label	{display:inline-block;padding-left:68px;position:relative;cursor:pointer;}
.list_agree label:lang(ar)	{padding-right:68px;padding-left:0;}
.list_agree label:before	{content:'';width:48px;height:26px;position:absolute;left:0;top:0;border-radius:50em;-webkit-transition:background-color 0.2s;transition:background-color 0.2s;}
.list_agree label:lang(ar):before	{left:auto;right:0;}
.list_agree label:after	{content:'';width:22px;height:22px;position:absolute;left:2px;top:2px;border-radius:50%;-webkit-transition:background-color 0.2s, -webkit-transform 0.2s;transition:background-color 0.2s, transform 0.2s;}
.list_agree label:lang(ar):after	{left:auto;right:24px;}
.list_agree input:checked + label:after	{-webkit-transform:translateX(100%);transform:translateX(100%);}
.list_connect li ~ li	{margin-top:10px;}
.list_connect a	{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;height:64px;padding:0 47px 0 20px;position:relative;border-radius:10px;background-color:#fff;}
.list_connect a:lang(ar)	{padding:0 20px 0 47px;}
.list_connect a:after	{content:'';width:7px;height:14px;position:absolute;right:20px;top:50%;background-position:-48px -130px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.list_connect a:lang(ar):after	{left:20px;right:auto;}
.list_connect span	{line-height:1.25;word-break:break-all;}
.list_terms li	{padding:16px 47px 16px 20px;position:relative;border-radius:10px;font-size:0;background-color:#fff;}
.list_terms li ~ li	{margin-top:10px;}
.list_terms li.seperate	{margin-bottom:30px;}
.list_terms li:lang(ar)	{padding:16px 20px 16px 47px;}
.list_terms .check	{display:inline-block;padding-left:30px;line-height:1.43;font-size:1.4rem;box-sizing:border-box;color:#627793;}
.list_terms .check:lang(ar)	{padding-left:0;padding-right:30px;}
.list_terms .link_guide	{display:inline-block;line-height:1.43;font-size:1.4rem;}
.list_terms .terms_detail	{width:7px;height:14px;padding:10px;position:absolute;right:10px;top:50%;font:0/0 a;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.list_terms .terms_detail:lang(ar)	{right:auto;left:10px;}
.list_terms .terms_detail:before	{content:'';display:block;width:7px;height:14px;background-position:-48px -130px;}
.wide_frame	{width:100%;font-size:0;text-align:center;}
.user_inform	{display:block;line-height:1.4;font-size:2.0rem;word-break:break-all;color:#136bc9;padding-top:30px;}
.btn_txt	{display:inline-block;line-height:1.5;font-size:1.6rem;vertical-align:top;color:#136bc9;}
.wrap_recaptcha	{width:304px;margin:30px auto 0;}
.wrap_recaptcha .error	{display:none;margin-top:4px;font-size:1rem;line-height:14px;color:#d01111;}
.wrap_recaptcha .error	{display:none;}
.wrap_recaptcha.captcha_error .error	{display:block;}
.wrap_recaptcha + .HIVEbtn	{margin-top:30px !important;}
.add_info	{margin-top:38px;}
.add_info + .txt_cmn	{margin-top:30px;}
.add_info:first-child	{margin-top:30px;}
.add_info .row + .row	{margin-top:16px;}
.add_info .tit	{font-size:1.2rem;}
.add_info .val	{margin-top:2px;font-size:2rem;color:#1475db;}
.add_info .btn_list	{overflow:hidden;margin:5px -5px 0;}
.add_info .btn_list li	{float:left;margin:5px 5px 0;}
.add_info .btn_list button	{background:#fff;color:#1174df;font-size:1.4rem;padding:0 12px;height:40px;line-height:40px;border-radius:10px;font-family:'Noto Ko Medium';}


/* Login */
.txt_cmn .point	{color:#136bc9;}
.txt_cmn:first-child	{padding-top:20px;}
.txt_cmn ~ .txt_cmn	{margin-top:44px;}
.user_inform + .txt_cmn	{margin-top:30px;}
.txt_cmn + .HIVEbtn	{margin-top:50px;}
.txt_cmn + .list_field	{margin-top:48px;}
.txt_cmn + .list_terms	{margin-top:30px;}
.txt_cmn .btn	{color:#1475db;font-size:16px;}
.wide_frame	{margin-top:30px;}
.login_header	{padding-top:20px;position:relative;}
.login_header .logo	{width:90px;height:30px;line-height:0;font-size:0;color:transparent;}
.login_header .logo:lang(ar)	{margin-right:40px;}
.login_header .txt_welcome	{margin-top:48px;line-height:1.4;font-size:3.0rem;color:#282829;}
.login_header .txt_welcome:lang(ar)	{direction:rtl;}
.login_header .join_guide	{margin-top:20px;}
.login_header .link_signup	{position:absolute;right:0;top:20px;border-radius:50em;font-size:1.2rem;box-sizing:border-box;color:#fff;background-color:#282829;padding:5px 11px;}
.login_header .link_signup:lang(ar)	{right:auto;left:0;}
.login_header + .HIVEcontent	{min-height:326px;margin-top:49px;}
.txt_error	{display:block;color:#d01111;font-size:16px;margin:20px 0 30px;}
.form_login	{position:relative;}
.form_login .txt_error	{margin:-30px 0 30px;}
.form_login .list_field input	{height:60px;border-width:1px;border-color:#9fabc9;background-color:rgba(255,255,255,0.8);}
.form_login .list_field .error .msg_error	{margin-top:3px;}
.form_login .btn_login	{height:60px;padding-right:70px;position:absolute;right:0;bottom:-195px;line-height:1.5;font-weight:bold;font-size:2.4rem;color:#9fabc9;}
.form_login .btn_login.btn_on	{color:#282829;}
.form_login .btn_login.btn_on:after	{background-position:-61px -40px;}
.form_login .btn_login:lang(ar)	{left:0;right:auto;}
.form_login .btn_login:after	{content:'';width:60px;height:60px;position:absolute;right:0;top:0;background-position:0 -40px;vertical-align:middle;}
.help_login	{margin-top:49px;}
.help_login li	{line-height:1.29;font-size:1.4rem;color:#136bc9;}
.help_login li ~ li	{margin-top:20px;}
.list_restrict	{margin-top:30px;}
.list_restrict li	{padding:17px 20px;border-radius:10px;background-color:#dfe0eb;}
.list_restrict li ~ li	{margin-top:4px;}
.list_restrict + .HIVEbtn	{margin-top:50px;}
.list_restrict .data	{color:#d01111;}
.china .form_login	{margin-top:50px;}
.china .form_login .btn_login	{line-height:0;font-size:0;width:60px;padding-right:0;}
.china .form_login .active + .btn_login.btn_off	{width:auto;padding-right:70px;line-height:1.5;font-size:2.4rem;}
.china .form_login .active + .btn_login.btn_on	{width:auto;padding-right:70px;line-height:1.5;font-size:2.4rem;color:#282829;}
.china .form_login .row:nth-child(2)	{display:none;}
.china .form_login .active .row:nth-child(2)	{display:list-item;}
.china .form_login input:lang(es)::-webkit-input-placeholder	{font-size:1.2rem;}/* 중국 IP > 로그인 페이지 placeholder 사이즈 조절 */
.china .form_login input:lang(es)::placeholder	{font-size:1.2rem;}
.china .code	{display:block;width:100%;margin-bottom:4px;padding:0 10px;line-height:1.29;font-size:1.4rem;box-sizing:border-box;}
.gdpr_login .list_check.head .check	{font-size:1.4rem;}
.gdpr_login .list_check.head .guide	{margin-top:4px;color:#636a8c;}
.gdpr_login .list_check.child .row ~ .row	{margin-top:22px;}
.gdpr_login .wide_frame .link_box ~ .link_box	{margin-top:20px;}
.gdpr_login .wide_frame .btn_txt	{line-height:1.33;font-size:1.2rem;}
.gdpr_login .wide_frame .btn_txt ~ .btn_txt:before	{color:#636a8c;}
.login_agree .HIVEbtn	{margin-top:30px;}
.login_agree .list_terms	{margin-top:50px;}
.login.auth .cntdown	{margin-top:-22px;}
.info_txt	{margin-top:20px;}
.info_txt + .list_check	{margin-top:20px;}
.info_txt .warn	{color:#d01111;font-size:12px;display:inline-block;vertical-align:middle;position:relative;padding-left:16px;}
.info_txt .warn:before	{position:absolute;left:0;top:3px;content:'';background-position:-123px -101px;width:12px;height:12px;}
.info_txt .btn_send	{margin-left:4px;color:#136bc9;font-size:12px;font-family:'Noto Ko Bold';vertical-align:middle;}

/* Signup */
.signup .user_inform	{padding-top:30px;}
.signup .txt_cmn + .list_field	{padding-top:0;margin-top:26px;}
.signup .txt_cmn ~ .txt_cmn	{margin-top:20px;}
.signup .txt_cmn + .HIVEbtn	{margin-top:50px;}
.signup .wide_frame	{margin-top:30px;}
.signup .list_check .row + .row	{margin-top:24px;}
.signup .list_field	{padding-top:48px;}
.signup .list_field + .wide_frame	{margin-top:28px;}
.signup .list_field .list_guide	{margin-top:8px;}
.signup.gdpr .choice	{margin-right:48px;}
.signup.gdpr .choice:lang(ar)	{margin-left:48px;margin-right:0;}
.signup.gdpr .btn_guide	{width:48px;height:58px;padding:15px 0 15px 20px;position:absolute;right:-48px;top:0;background-position:-9px -86px;background-clip:content-box;}
.signup.gdpr .btn_guide:lang(ar)	{padding:15px 20px 15px 0;left:-48px;right:auto;background-position:-29px -86px;}
.signup.gdpr .msg_guide	{margin-top:4px;line-height:1.4;font-size:1.0rem;color:#979cb6;}
.signup.gdpr .msg_guide .btn_detail	{display:inline-block;vertical-align:top;color:#136bc9;}
.signup.china.nav_none .HIVEheader	{padding-top:68px;}
.signup_agree .list_check.head	{margin-top:50px;}
.signup_agree .list_check.head label	{line-height:1.25;font-size:1.6rem;color:#282829;}
.signup_agree .list_check.head label:before	{top:0;}
.signup_agree .list_check.head label:after	{top:4px;}
.signup_agree .list_terms	{margin-top:30px;}
.signup_agree .HIVEbtn	{margin-top:30px;}

/* sns */
.list_select	{margin-top:50px;}
.list_select li + li	{margin-top:14px;}
.list_select label	{position:relative;padding:16px 42px 16px 74px;background:#fff;border-radius:10px;border:2px solid #fff;display:block;word-break:break-word;box-sizing:border-box;cursor:pointer;color:#2d3137;}
.list_select input:checked ~ label	{border:2px solid #1475db;}
.list_select input:checked ~ label:after	{content:'';width:5px;height:10px;position:absolute;right:20px;top:50%;margin-top:-8px;border-width:0 3px 3px 0;border-style:solid;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-color:#1475db;}
.list_select label .thmb	{width:36px;height:36px;line-height:36px;position:absolute;top:50%;margin-top:-18px;left:18px;font-size:0;border-radius:50%;overflow:hidden;}
.list_select label .thmb:after	{position:absolute;top:0;left:0;right:0;bottom:0;content:'';border-radius:50%;border:1px solid #636a8c;}
.list_select label .thmb img	{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle;}

/* Pop Up */
.HIVEpop	{width:100%;min-width:320px;height:100%;position:fixed;left:0;top:0;text-align:center;z-index:100;background-color:rgba(0,0,0,0.8);}
.HIVEpop:before	{content:'';display:inline-block;height:100%;vertical-align:middle;}
.HIVEpop .pop_layer	{display:inline-block;width:300px;padding:10px 20px 20px;border-radius:20px;line-height:1.5;font-size:1.6rem;text-align:left;vertical-align:middle;box-sizing:border-box;background-color:#fff;}
.HIVEpop .pop_layer:lang(ar)	{text-align:right;}
.HIVEpop .pop_tit	{display:block;padding-top:10px;line-height:1.33;font-weight:500;font-size:2rem;color:#2d3137;font-family:'Noto Ko Medium';}
.HIVEpop .pop_desc	{padding-top:20px;color:#627793;}
.HIVEpop .pop_btn	{margin-top:20px;height:48px;}
.HIVEpop button	{display:block;width:120px;height:100%;padding:0 10px;border-radius:10px;line-height:1.25;font-weight:500;font-size:1.6rem;color:#fff;}
.HIVEpop button:first-child	{float:left;}
.HIVEpop button:first-child:lang(ar)	{float:right;}
.HIVEpop button:last-child	{float:right;}
.HIVEpop button:last-child:lang(ar)	{float:left;}
.HIVEpop button:only-child	{float:none;width:100%;}
.HIVEpop .btn_cancel	{background-color:#2d3137;}
.HIVEpop .btn_highlight	{background-color:#e21212;}
.HIVEpop .btn_confirm	{background-color:#1174df;}
.HIVEpop .game_list	{margin-top:20px;}
.HIVEpop .game_list li	{display:flex;align-items:center;position:relative;}
.HIVEpop .game_list li + li	{margin-top:10px;padding-top:10px;}
.HIVEpop .game_list li + li:before	{position:absolute;left:62px;top:0;height:1px;background:rgba(0,0,0,.1);content:'';right:0;}
.HIVEpop .game_list img	{flex-shrink:0;width:48px;height:48px;margin-right:14px;}
.HIVEpop .game_list .name	{flex:1 0;color:#627793;font-family:'Noto Ko Medium';}

/* Profile */
.profile .HIVEcontainer	{padding-top:99px;}
.profile .txt_cmn	{padding-top:0;}
.profile .img_user	{width:100%;height:100%;border-radius:50%;vertical-align:top;}
.profile .info_user	{display:flex;align-items:flex-start;}
.profile .info_user .thumb	{width:80px;height:80px;position:relative;}
.profile .info_user .thumb .confirm	{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:rgba(0,0,0,.1);backdrop-filter:blur(2px);}
.profile .info_user .thumb .confirm button	{position:absolute;width:29px;height:29px;background-position:-157px -101px;top:50%;left:50%;margin:-14px 0 0 -14px;}
.profile .info_user .thumb .camera	{width:34px;height:34px;position:absolute;right:-3px;bottom:-13px;}
.profile .info_user .thumb .camera .link_camera	{display:block;width:100%;height:100%;border-width:3px;border-style:solid;border-radius:50%;font-size:0;color:transparent;box-sizing:border-box;border-color:#edeef6;}
.profile .info_user .info_wrap	{flex:1;padding:10px 0 0 20px;}
.profile .info_user .info_wrap:lang(ar)	{padding:10px 20px 0 0;}
.profile .info_user .info_wrap .btn_reset	{color:#136bc9;}
.profile .info_user .info_wrap .nick	{position:relative;}
.profile .info_user .info_wrap .nick .data	{display:block;width:100%;padding-right:40px;line-height:1.33;font-size:1.8rem;font-weight:500;box-sizing:border-box;color:#282829;}
.profile .info_user .info_wrap .nick .data:lang(ar)	{padding-left:40px;padding-right:0;}
.profile .info_user .info_wrap .nick .btn_edit	{width:20px;height:20px;position:absolute;right:0;top:2px;font-size:0;color:transparent;background-position:-137px -101px;}
.profile .info_user .info_wrap .nick .btn_edit:lang(ar)	{left:0;right:auto;}
.profile .info_user .info_wrap .info_sub	{margin-top:8px;line-height:1.33;font-size:1.2rem;}
.profile .info_user .info_wrap .info_sub .info	{display:block;margin-top:6px;}
.profile .info_user .info_wrap .info_sub .info ~ .btn_reset	{margin-top:6px;}
.profile .info_user .info_wrap .info_sub .btn_reset	{line-height:1.33;font-size:1.2rem;text-decoration:underline;}
.profile .info_user .info_wrap .info_sub .data	{text-decoration:underline;}

.profile .func_wrap	{margin-top:40px;}
.profile .func_wrap .func dt	{line-height:1.29;font-size:1.4rem;}
.profile .func_wrap .func dt ~ dt	{margin-top:20px;}
.profile .func_wrap .func dd	{margin-top:10px;position:relative;}
.profile .func_wrap .func dd.warn:before	{position:absolute;content:'';width:20px;height:20px;background-position:-102px -101px;z-index:1;top:50%;margin-top:-10px;left:-10px;}
.profile .func_wrap .func a	{justify-content:space-between;box-sizing:border-box;}
.profile .func_wrap .func .in_use	{min-width:34px;padding-left:5px;text-align:right;box-sizing:border-box;color:#1475db;}
.profile .func_wrap .func .in_use:lang(ar)	{padding-left:0;padding-right:5px;text-align:left;}
.profile .user_inform	{padding-top:0;}
.profile .info_detail + .list_field	{margin-top:30px;}
.profile .info_detail + .info_detail	{margin-top:20px;}
.profile .info_detail .head	{display:block;width:100%;padding:0 10px;line-height:1.33;font-size:1.2rem;box-sizing:border-box;}
.profile .info_detail input	{margin-top:6px;}
.profile .info_detail .data_wrap	{display:flex;align-items:center;width:100%;height:58px;margin-top:6px;padding:0 20px;border-radius:10px;line-height:1.25;box-sizing:border-box;color:#627793;background-color:#fff;}
.profile .info_detail .data_wrap .sub	{line-height:1.66;font-size:1.2rem;color:#94a7bf;}
.profile .info_detail .HIVEbtn	{margin-top:30px;}
.profile .desc .point	{color:#d01111;}
.profile .desc + .list_field	{margin-top:28px;}
.profile .desc + .split	{margin-top:28px;}
.profile .txt_more	{padding-left:10px;position:relative;display:block;font-size:14px;margin-top:10px;}
.profile .txt_more:before	{position:absolute;left:0;top:8px;content:'';width:4px;height:4px;background:#636a8c;border-radius:50%;}
.profile .txt_more .btn	{color:#136bc9;}
.profile .id_info + .txt_cmn	{margin-top:30px;}
.profile .id_info .box	{background:#fff;border-radius:10px;padding:12px 18px;}
.profile .id_info img	{float:left;margin-right:20px;width:36px;height:36px;border-radius:50%;}
.profile .id_info .name	{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;line-height:36px;}
.profile .id_info .txt_more	{margin-top:14px;}
.profile .txt_cmn + .id_info	{margin-top:30px;}
.profile .auth_num	{margin:30px 0 14px;border-radius:10px;background:#dfe0eb;padding:0 15px;height:58px;line-height:58px;text-align:center;font-size:20px;color:#282829;font-family:'Noto Ko Medium';letter-spacing:4px;box-sizing:border-box;}
.profile .profile_img .img_wrap	{margin-top:20px;position:relative;}
.profile .profile_img .img_wrap .img_user	{display:block;width:140px;margin:0 auto;}
.profile .profile_img .img_wrap input	{opacity:0;display:block;width:100%;height:100%;position:absolute;left:0;top:0;cursor:pointer;}
.profile .profile_img .img_wrap label	{display:block;width:100%;height:100%;font-size:0;color:transparent;cursor:pointer;}
.profile .profile_img .img_wrap .camera,
.profile .profile_img .img_wrap .album	{width:50px;height:50px;position:absolute;top:50%;transform:translateY(-50%);}
.profile .profile_img .img_wrap .camera	{margin-right:100px;right:50%;}
.profile .profile_img .img_wrap .album	{margin-left:100px;left:50%;}
.profile .profile_img .caution	{margin-top:10px;margin-bottom:-24px;line-height:1.4;font-size:1.0rem;text-align:center;color:#d01111;}
.profile .profile_img .HIVEbtn	{margin-top:50px;}
.profile .edit_nickname	{padding-top:20px;}
.profile .edit_nickname .HIVEbtn	{margin-top:28px;}
.profile .edit_nickname .list_field .error + .HIVEbtn	{margin-top:13px;}
.profile .logout_all	{padding-top:20px;}
.profile .logout_all .desc .point	{font-weight:bold;color:#136bc9;}
.profile .logout_all .HIVEbtn	{margin-top:50px;}
.profile .login_record	{padding-top:20px;}
.profile .login_record .inp_wrap	{display:flex;align-items:center;}
.profile .login_record .inp_wrap input	{flex:1;min-width:0;height:62px;border-width:2px;border-style:solid;;border-radius:10px;text-align:center;box-sizing:border-box;}
.profile .login_record .inp_wrap .wave	{display:block;width:14px;height:6px;margin:0 8px;font:0/0 a;background-position:-144px -101px;}
.profile .login_record .HIVEbtn	{margin-top:28px;}
.profile .login_record .no_record	{margin-top:50px;line-height:1.44;font-size:1.8rem;text-align:center;}
.profile .login_record .db_record	{width:calc(100% + 60px);margin-left:-30px;margin-top:30px;}
.profile .login_record .db_record:lang(ar)	{margin-left:0;margin-right:-30px;}
.profile .login_record .db_record .list_db li	{display:table;width:100%;padding:14px 30px;font-size:1.4rem;box-sizing:border-box;}
.profile .login_record .db_record .list_db li ~ li	{margin-top:2px;}
.profile .login_record .db_record .list_db .row	{display:table-row;}
.profile .login_record .db_record .list_db .row .th	{display:table-cell;padding-right:14px;line-height:1.43;white-space:nowrap;}
.profile .login_record .db_record .list_db .row .th:lang(ar)	{padding-right:0;padding-left:14px;}
.profile .login_record .db_record .list_db .row .td	{display:table-cell;width:100%;line-height:1.43;}
.profile .login_record .db_record .list_db .row ~ .row .th,
.profile .login_record .db_record .list_db .row ~ .row .td	{padding-top:4px;}
.profile .login_record .btn_top	{width:48px;height:48px;position:fixed;right:20px;bottom:20px;font:0/0 a;background-position:-82px -151px;}
.profile .login_record .btn_top:lang(ar)	{right:auto;left:20px;}
.profile .real_name .auth_txt	{display:block;margin-bottom:4px;padding:0 10px;line-height:1.33;font-size:1.2rem;}
.profile .real_name .auth_data	{display:flex;align-items:center;height:58px;padding:0 20px;border-radius:10px;border:2px solid #cbcdde;background:#fff;color:#cbcdde;line-height:1.25;}

/* Terms */
.terms_page	{height:100%;min-height:auto;}
.terms_page .HIVEcontainer	{display:table;width:100%;min-height:auto;padding-top:68px;padding-bottom:20px;table-layout:fixed;}
.terms_page .HIVEheader	{padding-top:0;}
.terms_page .HIVEheader .main_tit	{padding-bottom:20px;}
.terms_page .HIVEcontent	{display:table-row;height:100%;}
.terms_page .list_field .row	{padding-bottom:20px;}
.terms_page .frame_terms	{overflow-y:auto;height:100%;font-size:1.2rem;word-break:break-word;}
.terms_page .choice select	{color:#1475db;}

/* Edit */
.edit .HIVEcontainer	{padding-top:119px;}
.edit .user_inform + .frame_split	{margin-top:40px;}
.edit .split	{margin-top:46px;}
.edit .txt_cmn,
.edit .user_inform	{padding-top:0;}
.edit.agree .list_check.head	{margin-top:0;}
.edit.agree .list_check.head:only-child	{padding-bottom:20px;}
.edit.agree .list_check.head label.check:before	{width:24px;height:24px;}
.edit.agree .list_check.head label	{padding-left:36px;color:#636a8c;font-size:16px;line-height:25px;}
.edit.agree .list_check.head input:checked + label.check:after	{width:6px;height:10px;border-width:0 3px 3px 0;}
.edit.agree .list_check.child	{margin-top:40px;}

/* Error & Guide */
.HIVEtoast	{display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;min-width:320px;height:100%;padding:0 20px;position:fixed;left:0;top:0;z-index:100;box-sizing:border-box;}
.HIVEtoast .toast_layer	{width:100%;padding:10px 20px;border-radius:10px;line-height:1.57;font-size:1.4rem;text-align:center;box-sizing:border-box;color:#fff;background-color:rgba(0,0,0,0.8);}

/* linkage popup */
.linkage_popup	{position:fixed;z-index:9999;top:0;left:0;text-align:center;width:100%;height:100%;display:-webkit-flex;display:flex;min-width:510px;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
.linkage_popup .pop_layer	{width:510px;padding:40px 20px 60px;}
.linkage_popup .title	{position:relative;padding-top:140px;font-size:18px;font-weight:bold;line-height:26px;color:#414d5e;font-family:'Noto Ko Bold';}
.linkage_popup .title:after	{width:120px;height:120px;display:block;position:absolute;top:0;left:50%;content:"";transform:translateX(-50%);background:url('../img/spr_linkage.png') no-repeat 0 0;background-size:auto 100%;}
.linkage_popup .cancel .title:after	{background-position:100% 0;}
.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;}

/* Notice */
.notice_page .HIVEcontainer	{padding-top:78px;}
.notice_page .guide_tit	{margin-bottom:50px;font-weight:normal;font-size:3rem;text-align:center;color:#282829;}
.notice_page .guide_txt	{line-height:1.44;font-size:1.8rem;text-align:center;}
.notice_page .guide_txt + .guide_txt	{margin-top:30px;}
.notice_page .HIVEbtn	{margin-top:50px;}

/* Background Image */
.login_header .logo,
.form_login .btn_login:after,
.HIVEnav .link_prev:before,
.list_field .btn_trans:after,
.list_field .choice:after,
.list_terms .terms_detail:before,
.list_connect a:after,
.profile .info_user .info_wrap .nick .btn_edit,
.profile .func_wrap .func dd.warn:before,
.list_field .row.warn:before,
.info_txt .warn:before,
.profile .info_user .thumb .confirm button	{background-image:url('../img/ico_m.png');background-repeat:no-repeat;background-size:250px 250px;}

.profile .info_user .thumb .camera .link_camera,
.profile .profile_img .img_wrap .camera	{background-image:url('../img/ico_camera_light.png');background-repeat:no-repeat;background-size:100% 100%;}
.profile .profile_img .img_wrap .album	{background-image:url('../img/ico_album_light.png');background-repeat:no-repeat;background-size:100% 100%;}

/* ==============================  Mobile landscape: 568 ~ 1023px ============================== */
@media (min-width: 568px) and (max-width: 1023px)	{
	/* Form Style */
	input:lang(de)::-webkit-input-placeholder,
	input:lang(de)::placeholder,
	input:lang(fr)::-webkit-input-placeholder,
	input:lang(fr)::placeholder	{font-size:1.6rem;}

	/* Common Style */
	.HIVEnav	{padding:0 7.49%;}
	.HIVEnav.fill .tit	{margin-right:0;}
	.HIVEheader	{position:relative;}
	.nav_none .HIVEheader	{padding-top:0;}
	.HIVEcontainer	{min-height:330px;padding-right:7.49%;padding-left:7.49%;padding-bottom:20px;}
	.main_tit	{display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;position:absolute;left:48px;top:0;line-height:1.33;font-size:2.4rem;}
	.list_field	{width:63.49%;margin-right:auto;margin-left:auto;}
	.list_field .cntdown:lang(ar)	{left:auto;}
	.list_field .cntdown.special	{margin-right:8px;left:auto;right:100%;top:22px;}
	.list_field .cntdown.special:lang(ar)	{margin-right:0;margin-left:8px;left:100%;right:auto;}
	.list_agree li ~ li	{margin-top:32px;}
	.HIVEbtn	{width:63.49%;margin-right:auto;margin-left:auto;}

	/* Login */
	.user_inform	{padding-top:12px;text-align:center;}
	.txt_cmn:first-child	{padding-top:2px;}
	.txt_cmn ~ .txt_cmn	{margin-top:10px;}
	.user_inform + .txt_cmn	{margin-top:30px;}
	.txt_cmn + .HIVEbtn	{margin-top:50px;}
	.txt_cmn + .txt_cmn + .HIVEbtn	{margin-top:30px;}
	.txt_cmn + .list_field	{margin-top:28px;}
	.list_field .HIVEbtn	{width:100%;}
	.wide_frame	{margin-top:30px;}
	.login_header .logo:lang(ar)	{margin-right:30px;}
	.login_header .txt_welcome	{margin-top:28px;}
	.login_header .join_guide	{margin-top:10px;margin-bottom:-19px;}
	.login.china .login_header .join_guide	{margin-bottom:0;}
	.login_header .link_signup	{top:20px;}
	.login_header + .HIVEcontent	{min-height:auto;margin-top:39px;}
	.form_login .list_field	{width:100%;}
	.form_login .list_field:after	{content:'';display:block;clear:both;}
	.form_login .list_field .row	{float:left;width:50%;box-sizing:border-box;}
	.form_login .list_field .row:lang(ar)	{float:right;}
	.form_login .list_field .row ~ .row	{margin-top:0;}
	.form_login .list_field .row:nth-child(1)	{padding-right:5px;}
	.form_login .list_field .row:nth-child(1):lang(ar)	{padding-right:0;padding-left:5px;}
	.form_login .list_field .row:nth-child(2)	{padding-left:5px;}
	.form_login .list_field .row:nth-child(2):lang(ar)	{padding-left:0;padding-right:5px;}
	.form_login .btn_login	{bottom:-99px;}
	.help_login	{margin-top:39px;}
	.help_login li	{padding-right:200px;}
	.help_login li:lang(ar)	{padding-right:0;padding-left:200px;}
	.list_restrict	{width:63.49%;margin:30px auto 0;}
	.list_restrict li	{text-align:center;}
	.list_restrict + .HIVEbtn	{margin-top:30px;}
	.china .form_login	{margin-top:0;}
	.china .form_login .list_field	{width:56.79%;}
	.china .form_login .list_field.active	{width:100%;}
	.china .form_login .row	{width:100%;}
	.china .form_login .row:nth-child(1)	{padding-right:0;}
	.china .form_login .row:nth-child(1):lang(ar)	{padding-left:0;}
	.china .form_login .row:nth-child(2)	{display:none;}
	.china .form_login .active .row	{display:list-item;width:50%;box-sizing:border-box;}
	.china .form_login .active .row:nth-child(1)	{padding-right:5px;}
	.china .form_login .active .row:nth-child(1):lang(ar)	{padding-right:0;padding-left:5px;}
	.china .form_login .active .row:nth-child(2)	{display:list-item;padding-left:5px;}
	.china .form_login .active .row:nth-child(2):lang(ar)	{padding-left:0;padding-right:5px;}
	.china .code	{margin-bottom:0;position:absolute;left:0;top:-23px;}
	.china .txt_cmn + .list_field	{margin-top:48px;}
	.gdpr_login .list_check.head	{margin-top:12px;}
	.gdpr_login .list_check.child .row ~ .row	{margin-top:12px;}
	.gdpr_login .wide_frame .link_box	{display:inline-block;}
	.gdpr_login .wide_frame .link_box ~ .link_box	{margin-top:0;}
	.gdpr_login .wide_frame .link_box ~ .link_box:before	{content:'|';display:inline-block;margin:0 13px;line-height:1.33;font-size:1.2rem;vertical-align:top;}
	.china .form_login input:lang(es)::-webkit-input-placeholder	{font-size:1.3rem;}/* 중국 IP > 로그인 페이지 placeholder 사이즈 조절 */
	.china .form_login input:lang(es)::placeholder	{font-size:1.3rem;}
	.login_agree .list_terms	{margin-top:32px;}
	.auth .cntdown	{margin-top:0;}
	.save_info	{clear:both;margin-top:0;margin-bottom:-20px;padding-top:10px;position:static;}
	.save_info .tooltip	{max-width:50%;margin-top:10px;top:auto;}

	/* Signup */
	.signup.push_inform .HIVEcontent	{max-width:360px;margin:0 auto;}
	.signup .user_inform	{padding-top:12px;}
	.signup .txt_cmn ~ .txt_cmn	{margin-top:10px;}
	.signup .txt_cmn + .HIVEbtn	{width:63.49%;}
	.signup .HIVEbtn	{width:100%;}
	.signup .list_field .HIVEbtn	{width:100%;}
	.signup .list_field	{width:100%;padding-top:28px;}
	.signup .list_field + .wide_frame	{margin-top:0;}
	.signup.gdpr .btn_guide	{width:48px;height:58px;padding:15px 0 15px 20px;position:absolute;right:-48px;top:0;background-position:-9px -86px;background-clip:content-box;}
	.signup.gdpr .btn_guide:lang(ar)	{padding:15px 20px 15px 0;left:-48px;right:auto;background-position:-29px -86px;}
	.signup.nav_none .HIVEheader	{padding-top:40px;}
	.signup.nav_none .HIVEheader:lang(ar)	{direction:rtl;}
	.signup.nav_none .HIVEheader .main_tit	{display:block;height:auto;position:static;left:auto;top:auto;line-height:1.4;font-size:3.0rem;}
	.signup.nav_none .user_inform	{padding-top:30px;}
	.signup.china .code	{margin-bottom:4px;position:static;left:auto;top:auto;}
	.signup.china .cntdown	{display:block;margin-top:-3px;margin-bottom:5px;padding:0 10px;position:static;left:auto;top:auto;}
	.signup_agree .list_check.head	{margin-top:12px;}
	.add_info	{text-align:center;}
	.list_field .add_info	{text-align:left;}

	/* SNS */
	.list_select	{margin:30px -7px -14px;overflow:hidden;}
	.list_select li	{width:calc(50% - 14px);margin:0 7px 14px;float:left;}
	.list_select li + li	{margin-top:0;}

	/* Pop Up */
	.HIVEpop .pop_layer	{width:360px;}
	.HIVEpop .pop_desc	{padding-top:10px;}
	.HIVEpop button	{width:150px;}

	/* Profile */
	.profile .profile_main	{display:flex;width:100%;}
	.profile .info_user	{display:block;width:45.85%;max-width:260px;padding-top:20px;}
	.profile .info_user .thumb	{margin:0 auto;}
	.profile .info_user .info_wrap	{margin-top:34px;padding:0;text-align:center;}
	.profile .info_user .info_wrap:lang(ar)	{padding:0;}
	.profile .info_user .info_wrap .nick	{display:inline-block;vertical-align:top;}
	.profile .info_user .info_wrap .nick .data	{padding-right:30px;}
	.profile .info_user .info_wrap .nick .data:lang(ar)	{padding-left:30px;}
	.profile .info_user .info_wrap .info_sub	{margin-top:10px;}
	.profile .info_user .info_wrap .info_sub .info	{margin-top:10px;}
	.profile .info_user .info_wrap .info_sub .info ~ .btn_reset	{margin-top:10px;}
	.profile .func_wrap	{flex:1;margin-top:0;margin-left:20px;}
	.profile .frame_split	{position:relative;}
	.profile .frame_split .desc	{width:50%;padding-right:10px;box-sizing:border-box;}
	.profile .desc:lang(ar)	{padding-left:10px;padding-right:0;}
	.profile .desc + .split	{margin-top:0;}
	.profile .split	{width:50%;padding-left:10px;position:absolute;right:0;top:0;box-sizing:border-box;}
	.profile .split:lang(ar)	{padding-left:0;padding-right:10px;left:0;right:auto;}
	.profile .split .list_field	{width:100%;}
	.profile .split .info_detail	{position:relative;}
	.profile .info_detail .HIVEbtn	{width:100%;}
	.profile .frame_split .list_guide	{width:50%;padding-right:10px;box-sizing:border-box;}
	.profile .list_guide:lang(ar)	{padding-left:10px;padding-right:0;}
	.profile .profile_img	{max-width:360px;margin:0 auto;}
	.profile .profile_img .img_wrap	{margin-top:0;}
	.profile .profile_img .caution	{margin-bottom:-20px;}
	.profile .profile_img .HIVEbtn	{width:100%;margin-top:30px;}
	.profile .edit_nickname .HIVEbtn	{width:100%;}
	.profile .logout_all .HIVEbtn	{margin-top:30px;}
	.profile .login_record .date_wrap	{display:flex;align-items:center;}
	.profile .login_record .inp_wrap	{flex:1;min-width:0;}
	.profile .login_record .HIVEbtn	{width:121px;margin-top:0;margin-left:20px;}
	.profile .login_record .HIVEbtn:lang(ar)	{margin-left:0;margin-right:20px;}
	.profile .login_record .db_record	{width:calc(100% + 17.62%);margin-left:-8.81%;padding-bottom:10px;}
	.profile .login_record .db_record:lang(ar)	{margin-right:-8.81%;}
	.profile .login_record .db_record .list_db li	{display:flex;padding:0;}
	.profile .login_record .db_record .list_db li ~ li .row .th	{display:none;}
	.profile .login_record .db_record .list_db .row		{display:block;}
	.profile .login_record .db_record .list_db .row .th	{display:flex;align-items:center;min-height:44px;padding-right:10px;box-sizing:border-box;}
	.profile .login_record .db_record .list_db .row .td	{display:flex;align-items:center;width:auto;min-height:44px;padding-right:10px;box-sizing:border-box;}
	.profile .login_record .db_record .list_db .row .td:lang(ar)	{padding-right:0;padding-left:10px;}
	.profile .login_record .db_record .list_db .row:nth-child(1)	{width:31.03%;}
	.profile .login_record .db_record .list_db .row:nth-child(1) .th,
	.profile .login_record .db_record .list_db .row:nth-child(1) .td	{padding-left:24.15%;}
	.profile .login_record .db_record .list_db .row:nth-child(1) .th:lang(ar),
	.profile .login_record .db_record .list_db .row:nth-child(1) .td:lang(ar)	{padding-left:10px;padding-right:24.15%;}
	.profile .login_record .db_record .list_db .row:nth-child(2)	{width:22.48%;}
	.profile .login_record .db_record .list_db .row:nth-child(3)	{width:19.49%;}
	.profile .login_record .db_record .list_db .row:nth-child(4)	{width:26.98%;}
	.profile .login_record .db_record .list_db .row:nth-child(4) .th,
	.profile .login_record .db_record .list_db .row:nth-child(4) .td	{padding-right:27.77%;}
	.profile .login_record .db_record .list_db .row:nth-child(4) .th:lang(ar),
	.profile .login_record .db_record .list_db .row:nth-child(4) .td:lang(ar)	{padding-right:10px;padding-left:27.77%;}
	.profile .login_record .db_record .list_db .row ~ .row .th,
	.profile .login_record .db_record .list_db .row ~ .row .td	{padding-top:0;}
	.profile .real_name	{padding:0 18.51%;}
	.profile .id_info,
	.profile .auth_num	{width:63.49%;margin-left:auto;margin-right:auto;}

	/* Edit */
	.edit .HIVEcontainer	{padding-top:99px;}
	.edit .frame_split	{position:relative;}
	.edit .frame_split .txt_cmn	{width:50%;padding-right:10px;box-sizing:border-box;}
	.edit .frame_split .txt_cmn:lang(ar)	{padding-right:0;padding-left:10px;}
	.edit .frame_split .split	{width:50%;padding-left:10px;position:absolute;right:0;top:0;box-sizing:border-box;}
	.edit .frame_split .split:lang(ar)	{padding-right:10px;padding-left:0;left:0;right:auto;}
	.edit .frame_split .list_field	{width:100%;}
	.edit .wide_frame	{text-align:left;}
	.edit .user_inform	{text-align:center;}
	.edit .user_inform + .frame_split	{margin-top:28px;}
	.edit .split	{margin-top:0;}
	.edit .txt_cmn	{padding-top:2px;}
	.edit .wide_frame	{width:50%;margin-top:20px;padding-right:10px;box-sizing:border-box;}
	.edit .wide_frame:lang(ar)	{padding-right:0;}

	/* Terms */
	.terms_page .link_nav	{padding:20px 20px 22px 0;}
	.terms_page .HIVEcontainer	{padding-top:0;padding-bottom:20px;}
	.terms_page .HIVEheader	{height:70px;}
	.terms_page .list_field	{width:100%;}
	.terms_page .HIVEheader .main_tit	{padding-left:48px;padding-bottom:2px;position:static;left:auto;top:auto;box-sizing:border-box;}
	.terms_page .HIVEheader .main_tit:lang(ar)	{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}

	/* Error & Guide */
	.HIVEtoast	{padding:0 5.99%;}

	/* Notice */
	.notice_page .HIVEcontainer	{padding-top:98px;}
	.notice_page .guide_tit	{margin-bottom:30px;}
	.notice_page .guide_txt + .guide_txt	{margin-top:10px;}
	.notice_page .HIVEbtn	{margin-top:30px;}
}

/* ==============================  PC: 1024px ~ ============================== */
@media (min-width: 1024px)	{
	/* Form Style */
	input:lang(de)::-webkit-input-placeholder,
	input:lang(de)::placeholder,
	input:lang(fr)::-webkit-input-placeholder,
	input:lang(fr)::placeholder	{font-size:1.6rem;}
	label.check	{line-height:1.43;font-size:1.4rem;}

	/* Common Style */
	.HIVEnav	{top:80px;}
	.HIVEnav .nav_frame	{width:440px;margin:0 auto;}
	.HIVEnav.fill	{top:0;}
	.HIVEnav.fill .nav_frame	{height:74px;}
	.HIVEnav.fill .nav_frame .link_prev	{padding:23px 10px 23px 0;}
	.HIVEcontainer	{width:440px;margin:0 auto;padding-left:0;padding-right:0;padding-bottom:60px;}
	.HIVEheader	{padding-top:148px;}
	.nav_none .HIVEheader	{padding-top:100px;}
	.list_field .error .msg_error	{line-height:1.33;}
	.list_field .error .msg_error button,
	.list_field .error .msg_error a	{line-height:1.33;}
	.list_field .error + .HIVEbtn	{margin-top:15px;}
	.list_field .birth .guide	{line-height:1.43;font-size:1.4rem;}
	.list_check .row ~ .row	{margin-top:30px;}
	.list_check .guide	{line-height:1.33;font-size:1.2rem;}
	.list_check.head .check	{font-size:1.6rem;}
	.list_guide li	{line-height:1.43;font-size:1.4rem;}
	.list_guide.small	{margin-top:20px;}
	.list_guide.small li	{line-height:1.5;font-size:1.2rem;}
	.wrap_recaptcha .error	{line-height:1.33;font-size:1.2rem;}
	.list_field .error + .add_info	{margin-top:23px;}

	/* Login */
	.login_header	{padding-top:100px;}
	.login_header .link_signup	{top:100px;}
	.gdpr_login .list_check.child .row ~ .row	{margin-top:20px;}
	.gdpr_login .wide_frame .btn_txt	{line-height:1.43;font-size:1.4rem;}

	/* Signup */
	.signup .list_field .error + .HIVEbtn	{margin-top:10px;}
	.signup.gdpr .msg_guide	{line-height:1.33;font-size:1.2rem;}

	/* Pop Up */
	.HIVEpop .pop_layer	{width:360px;}
	.HIVEpop .pop_desc	{padding-top:10px;}
	.HIVEpop button	{width:150px;}

	/* Profile */
	.profile .HIVEcontainer	{padding-top:125px;}
	.profile .profile_main	{display:block;}
	.profile .profile_img .img_wrap .img_user	{width:180px;}
	.profile .profile_img .img_wrap .camera,
	.profile .profile_img .img_wrap .album	{width:60px;height:60px;}
	.profile .profile_img .img_wrap .camera	{margin-right:140px;}
	.profile .profile_img .img_wrap .album	{margin-left:140px;}
	.profile .profile_img .caution	{margin-top:20px;margin-bottom:-34px;line-height:1.33;font-size:1.2rem;}
	.profile .profile_img .HIVEbtn	{margin-top:70px;}
	.profile .edit_nickname	{padding-top:0;}
	.profile .logout_all	{padding-top:0;}
	.profile .logout_all .HIVEbtn	{margin-top:30px;}
	.profile .login_record	{padding-top:0;}
	.profile .login_record .db_record	{width:100%;margin-left:0;}
	.profile .login_record .db_record:lang(ar)	{margin-right:0;}
	.profile .login_record .btn_top	{right:30px;bottom:30px;}
	.profile .login_record .btn_top:lang(ar)	{right:auto;left:30px;}
	.profile .real_name .auth_txt	{line-height:1.43;font-size:1.4rem;}

	/* Edit */
	.edit .HIVEcontainer	{padding-top:125px;}

	/* Terms */
	.terms_page	{height:auto;}
	.terms_page .HIVEcontainer	{display:block;width:440px;padding-top:148px;padding-bottom:80px;table-layout:auto;}
	.terms_page .HIVEcontent	{display:block;height:auto;}
	.terms_page .frame_terms	{height:auto;line-height:1.43;font-size:1.4rem;}

	/* Error & Guide */
	.HIVEtoast	{padding:0 11.14%;justify-content:center;}
	.HIVEtoast .toast_layer	{padding:12px 20px;border-radius:12px;line-height:1.63;font-size:1.6rem;width:auto;max-width:100%;}

}