@charset "utf-8";
@font-face {
    font-family: 'Pretendard';
    src: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-Regular.woff2) format('woff2'),
         url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-Medium.woff2) format('woff2'),
         url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-SemiBold.woff2) format('woff2'),
         url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-Bold.woff2) format('woff2'),
         url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-ExtraBold.woff2) format('woff2'),
         url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/font/Pretendard-ExtraBold.woff) format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Variables */
:root {
    /* Color */
    --c-primary: #4ee8ff;
    --c-secondary: #6d7d9b;
    --c-tertiary: #49a299;
    --c-quaternary: #85bab3;
    --bg: #181b24;
    --bg-tab: #1d3b8b;
    --bg-footer: #0f1116;

    --c-title: #1af7ff;
    --c-satellite: #3bf0ae;
    --c-mainevent: #4ee8ff;
    --c-date: #6a95dc;
    --c-highlight: #fff99f;
    --c-em: #ffe574;
    --c-divider: #3d4658;
    --c-bar: #2f524f;

    --c-label: #a1b0d0;
    --c-strong: #dee9ff;
    --c-notice: #a2acc0;
    --c-desc: #606c85;
    --c-round: #49a299;
    --c-time: #85bab3;
    --c-location: #54b2d1;
    --c-location-sub: #8cc7e0;
    --c-heading: #98b4ef;
    --c-num: #6d7d9b;
    --c-tip: #4d618a;
    --c-sat-desc: #e9fff9;
    --c-bullet: #90a3c7;
    --c-tbl-th: #8aa1d0;
    --c-tbl-td: #dee9ff;

    /* Font Weight */
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;

    /* Font Size */
    --fs-xs: 20px;
    --fs-sm: 22px;
    --fs-base: 24px;
    --fs-md: 25px;
    --fs-lg: 27px;
    --fs-xl: 29px;
    --fs-2xl: 31px;
    --fs-3xl: 33px;
    --fs-4xl: 36px;
    --fs-5xl: 42px;
    --fs-6xl: 43px;
}

/* Reset */
article,aside,body,button,dd,dialog,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,input,legend,li,main,nav,ol,p,section,select,table,td,textarea,th,ul{margin:0;padding:0;box-sizing:border-box}
article,aside,dialog,figure,footer,header,main,nav,section,picture{display:block}
body,input,textarea,select,button,table,a{font-family:Pretendard,'맑은고딕','Apple SD Gothic Neo',Dotum,'돋움',sans-serif;font-size:var(--fs-base);font-weight:var(--fw-medium)}
img,fieldset,input{border:0}
img{display:block}
ul,ol{list-style:none}
em,address{font-style:normal}
table{border-collapse:collapse;border-spacing:0}
button{border:0;background-color:rgba(0,0,0,0);font-size:0;vertical-align:top;cursor:pointer}
a{display:block;text-decoration:none}
.blind,caption span,legend{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;clip:rect(0,0,0,0)}
.off{cursor:default}

/* Layout */
body{background:var(--bg);min-width:1000px}
header{width:100%}
footer{width:100%;background:var(--bg-footer)}
.wrap{overflow:hidden;position:relative;min-width:1280px;max-width:2560px;margin:0 auto;background-color:var(--bg)}
.container_inner{width:1000px;margin:0 auto;padding:34px 0 150px}

/* Top Visual */
.top_visual{overflow:hidden;position:relative;width:100%;height:445px}
.top_visual .visual_scene{position:relative;width:1000px;margin:0 auto}
.top_visual .visual_scene picture{position: relative;top:35px;left:-77px;width:583px;height:350px}
.top_visual .visual_scene img{position: relative;width:583px;height:350px;object-fit:contain}
.bg_video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_top_visual.png) no-repeat}
.bg_video video{width:100%;height:100%;object-fit:cover}
.bg_video::after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_videodim_v2.png) no-repeat;content:''}
.grade{position:absolute;bottom:-47px;left:122px;width:190px;height:35px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_premium.png) no-repeat}

/* Event Info */
.event_info{position:absolute;top:128px;left:448px}
.event_date{font-size:var(--fs-4xl);font-weight:var(--fw-medium);color:var(--c-date);transform:skewX(-12deg)}
.event_prize{width:544px;height:80px;margin:22px 0 30px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_15bil.png) no-repeat 0 0}
.event_prize.txt_10bil{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_10bil.png)}
.event_prize.txt_16bil{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_16bil.png)}
.event_prize.txt_21bil{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_21bil.png)}
.event_prize.txt_22bil{width:559px;background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_22bil.png)}
.event_title{color:var(--c-title);font-size:var(--fs-6xl);font-weight:var(--fw-bold);text-transform:uppercase;transform:skewX(-12deg)}

/* Tab Menu */
.tab_menu{overflow:hidden;height:90px;background:var(--bg-tab)}
.tab_menu ul{display:flex;width:999px;height:90px;margin:0 auto}
.tab_menu li{width:333px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_tabmenu.png) no-repeat}
.tab_menu li button{width:100%;height:100%}
.tab_menu li.tab1{background-position:0 0}
.tab_menu li.tab2{background-position:-333px 0}
.tab_menu li.tab3{background-position:-667px 0}
.tab_menu li.tab1.on{background-position:0 -92px}
.tab_menu li.tab2.on{background-position:-333px -92px}
.tab_menu li.tab3.on{background-position:-667px -92px}

/* Container */
.tab_content{position:relative;display:none;width:1000px;margin:0 auto}
.tab_content.active{display:block}

/* Tab1 - 대회정보 */
.schedule_wrap{display:flex;gap:28px}
.schedule{position:relative;width:485px;height:319px;padding:30px 0;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_frame1.png) no-repeat;text-align:center}
.schedule.mainevent{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_frame2.png)}
.schedule_title{display:block;font-size:var(--fs-5xl);font-weight:var(--fw-extrabold);background:linear-gradient(to top, #c8fff0, #fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.mainevent .schedule_title{background-image:linear-gradient(to top, var(--c-primary), #fff)}
.schedule_date{margin:14px 0 25px;font-size:var(--fs-xl);font-weight:var(--fw-medium);color:var(--c-satellite)}
.mainevent .schedule_date{color:var(--c-primary)}
.game_mode{position:absolute;top:12px;left:12px;width:108px;height:42px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/icon_online.png) no-repeat}
.game_mode.offline{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/icon_offline.png)}
.game_status{display:inline-block;width:114px;height:28px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_ongoing.png) no-repeat}
.game_status.upcoming{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_upcoming.png)}
.game_status.finish{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_finish.png)}
.mainevent .game_status.ongoing{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_ongoing2.png)}
.mainevent .game_status.upcoming{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_upcoming2.png)}
.mainevent .game_status.finish{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/txt_finish2.png)}
.time_list{position:relative;display:grid;grid-template-columns:180px 180px;width:360px;margin:16px auto 0}
.time_list::after{content:'';position:absolute;left:50%;top:9px;transform:translateX(-50%);width:2px;height:49px;background:var(--c-bar);box-shadow:0 0 0 0.5px rgb(43,68,69)}
.time_list li{display:flex;align-items:center;margin:0 20px 5px;color:var(--c-tertiary);font-size:var(--fs-md);font-weight:var(--fw-medium);text-align:right;white-space: nowrap}
.time_list .round{width:60px}
.time_list .time{width:80px;color:var(--c-quaternary)}
.schedule.row3{padding-top:34px}
.schedule.row3 .schedule_date{margin-top:4px}
.schedule.row3 .time_list{width:374px;grid-template-columns:187px 187px;margin-top:16px}
.schedule.row3 .time_list::after{top:4px;height:75px}
.schedule.row3 .time_list li{margin:0 19.5px 5px;line-height:26px}
.schedule.row3 .location::before{left:130px}
.time_list.line2{display:flex;flex-wrap:wrap;justify-content:center;column-gap:30px;row-gap:5px;width:470px}
.time_list.line2::after{display:none}
.time_list.line2 li{position:relative;gap:10px;margin:0}
.time_list.line2 .round,.time_list.line2 .time{width:auto}
.time_list.line2 li:not(:nth-child(3n+1))::before{content:'';position:absolute;left:-16px;top:3px;bottom:3px;width:2px;background:var(--c-bar);box-shadow:0 0 0 0.5px rgb(43,68,69)}
.location{position:relative;margin:16px auto 0;padding-left:50px;font-size:var(--fs-lg);font-weight:var(--fw-medium);color:var(--c-location)}
.location.short{margin-top:30px;padding-left:0}
.location::before{content:'';position:absolute;left:106px;top:50%;transform:translateY(-50%);width:39px;height:58px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/icon_map.png) no-repeat center;flex-shrink:0}
.location strong{display:block;color:var(--c-location-sub)}

.howto{width:1000px;height:798px;margin:30px auto 0;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_tab1_v2.png) no-repeat}
.step_list{padding:100px 30px 0}
.step_list li{display:flex;align-items:center;height:195px;margin-bottom:17px;padding:35px 30px 0;color:var(--c-label);font-size:var(--fs-lg);font-weight:var(--fw-medium)}
.step_info b{color:var(--c-strong);font-weight:var(--fw-medium)}
.arw{display:inline-block;width:10px;height:19px;margin:0 -2px 3px 0;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/ico_bullet.png) no-repeat center;vertical-align:middle}
.step_desc{font-size:var(--fs-sm);color:var(--c-desc);line-height:1.6}
.howto_notice{padding:6px 30px 0;color:var(--c-tip);font-size:var(--fs-base);font-weight:var(--fw-medium);text-align:center}

/* Tab2 - 새틀라이트 */
.tab_content.tab2{width:998px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_tab2.png) no-repeat}
.satellite_info{overflow:hidden;height:389px;padding:52px 0 0 410px}
.satellite_info.wide{padding-left:373px}
.satellite_info .desc{color:var(--c-sat-desc);font-size:var(--fs-3xl);font-weight:var(--fw-medium)}
.satellite_info .desc b{color:var(--c-highlight)}
.info_list{margin:30px 0 0;color:var(--c-quaternary);font-size:var(--fs-md)}
.info_list li{margin-bottom:3px}
.info_list .label{display:inline-block;width:55px;color:var(--c-tertiary)}
.tbl_wrap{overflow:hidden}
.tab2 .tbl_wrap{height:auto;padding-bottom:81px}
.tbl{width:900px;margin:0 auto 10px;color:var(--c-tbl-td);font-size:var(--fs-lg);font-weight:var(--fw-medium)}
.tbl th{color:var(--c-tbl-th);font-weight:var(--fw-semibold);text-align:left}
.tbl_box_info{width:900px;margin:0 auto;border-radius:12px;box-shadow:0 0 0 2px rgb(15,19,26)}
.tbl_box_info .tbl{margin:0;border-radius:12px;overflow:hidden}
.tbl_box_info .tbl :is(th,td){line-height:33px}
.tbl_box_info .tbl th{width:300px;padding:23px 0 22px 30px;background:#0f131a;white-space:nowrap;border-bottom:2px solid #1c212c}
.tbl_box_info .tbl td{padding:23px 0 22px 45px;background:#161b25;border-bottom:2px solid #1f2530}
.tbl_box_info .tbl tr:last-child :is(th,td){border-bottom:none}
.tbl em{color:var(--c-em)}
.bar{display:inline-block;width:1px;height:17px;margin:0 4px 0 3px;background:var(--c-bar);box-shadow:0 0 0 0.5px rgb(41,71,72);vertical-align:0}
.tbl .bar{height:23px;margin:0 10px 0 9px;background:var(--c-divider);box-shadow:0 0 0 0.5px rgb(47,55,70);vertical-align:-2px}
.tbl .bar.blank{background:none;box-shadow:none}

/* Tab3 - 메인이벤트 */
.tab_content.tab3{width:998px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_tab3.png) no-repeat}
.tab3 .tbl_wrap{height:auto;padding-bottom:80px}
.tbl_box_schedule{width:920px;margin:0 auto;border-radius:12px;box-shadow:0 0 0 2px rgb(15,19,26)}
.tbl_box_schedule .tbl{border-radius:12px;overflow:hidden}
.tbl.offline{width:920px;height:auto;margin-bottom:0;table-layout:fixed;background:none;font-size:21px}
.tbl.offline thead th{padding:18px 0;background:#10141c;color:var(--c-tbl-th);font-size:19px;font-weight:var(--fw-semibold);text-align:center;letter-spacing:-.5px;white-space:nowrap}
.tbl.offline tbody :is(th,td){font-weight:var(--fw-medium);text-align:center;border-bottom:2px solid #313b4c;border-right:2px solid rgba(49,59,76,0.4)}
.tbl.offline tbody td{padding:28px 0;line-height:22px}
.tbl.offline tbody th{padding:22px 0;color:var(--c-tbl-td);font-size:20px;font-weight:var(--fw-semibold);letter-spacing:-.5px;white-space:nowrap}
.tbl.offline tbody tr.row_odd :is(th,td){background:#222e3f}
.tbl.offline tbody tr.row_even :is(th,td){background:#161b25}
.tbl.offline tbody tr > :last-child{border-right:none}
.tbl.offline tbody tr:last-child > :is(th,td){border-bottom:none}
.tbl.offline tbody tr:nth-last-child(2) > [rowspan]{border-bottom:none}
.mainevent_date{height:197px;padding:120px 0 0 0;color:var(--c-primary);font-size:var(--fs-xl);font-weight:var(--fw-medium);text-align:center}

.btn_pcgame,.btn_gameinfo{display:block;width:718px;height:114px;margin:43px auto 0;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/btn_pcgame.png) no-repeat}
.btn_pcgame.off{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/btn_pcgame_off.png) !important}
.btn_gameinfo{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/btn_gameinfo.png)}
.btn_gameinfo.off{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/btn_gameinfo_off.png) !important}

.notice_wrap{padding:45px 0 55px 58px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_notice.png) 0 100% repeat-y}
.notice_wrap h3{margin:0 0 11px;color:var(--c-heading);font-size:var(--fs-2xl);font-weight:var(--fw-bold)}
.notice_list>li{position:relative;margin-bottom:10px;padding-left:16px;color:var(--c-notice);font-size:var(--fs-lg);font-weight:var(--fw-medium);line-height:1.3}
.notice_list>li::before{position:absolute;left:0;top:15px;width:5px;height:5px;background:var(--c-bullet);border-radius:50%;content:''}
.notice_list > li.caution{color:#bdc9e3;font-weight:var(--fw-bold)}
.notice_wrap .num{counter-reset:num;margin-top:8px}
.notice_wrap .num li{margin-bottom:2px;counter-increment:num;color:var(--c-secondary);font-size:var(--fs-base)}
.notice_wrap .num li::before{display:inline;position:static;width:auto;height:auto;background:none;border-radius:0;content:counter(num) ') '}
.warn{color:var(--c-secondary);font-size:var(--fs-base)}
.dash li{margin-bottom:2px;color:var(--c-secondary);font-size:var(--fs-base)}
.dash li::before{display:inline;position:static;width:auto;height:auto;background:none;border-radius:0;content:'- '}

/* Footer */
.footer_info{position:relative;width:1000px;height:104px;margin:0 auto;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/bg_footer.png) no-repeat center top}
.btn_inquiry{position:absolute;left:0;top:0;display:block;width:160px;height:104px}
.footer_organizer{position:absolute;right:0;top:0;display:flex;align-items:center;height:104px}

/* Copyright */
.copyright{padding:14px 0;text-align:center;background:#000}
.copyright p{font-family:'Pretendard',sans-serif;font-size:var(--fs-xs);color:rgba(195,199,218,0.3);letter-spacing:0.03em}

/* Floating Banner */
.btn_download{position:fixed;left:calc(50% + 500px + 52px);top:min(569px,max(0px,calc(100vh - 613px)));z-index:200;width:178px;height:613px;background:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/btn_setup_download_v2.png) no-repeat 0 0}
.btn_download a{position:absolute;top:0;left:50%;transform:translateX(-50%);width:160px;height:193px}
.btn_download .btn_app{top:193px;height:189px}
.btn_download .btn_kakao{display:block;position:absolute;top:383px;left:50%;transform:translateX(-50%);width:160px;height:207px}

/* theme-purple */
.theme-purple{
  --c-primary: #e599fe;
  --c-tertiary: #35b8d0;
  --c-quaternary: #96bedc;
  --bg-tab: #3f2589;
  --c-title: #ff6ef5;
  --c-satellite: #89eff3;
  --c-mainevent: #c084fc;
  --c-date: #a386f6;
  --c-bar: #284345;
  --c-label: #8aa1d0;
  --c-sat-desc: #e9fff9;
  --c-location: #af85d9;
  --c-location-sub: #cbb7f1;
}
.theme-purple .bg_video::after{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_videodim_v2.png)}
.theme-purple .tab_menu li{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_tabmenu.png)}
.theme-purple .schedule{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_frame1.png)}
.theme-purple .schedule.mainevent{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_frame2.png)}
.theme-purple .game_mode{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/icon_online.png)}
.theme-purple .game_mode.offline{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/icon_offline.png)}
.theme-purple .game_status{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/txt_ongoing.png)}
.theme-purple .game_status.upcoming{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/txt_upcoming.png)}
.theme-purple .game_status.finish{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/txt_finish.png)}
.theme-purple .mainevent .game_status.ongoing{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/txt_ongoing2.png)}
.theme-purple .mainevent .game_status.upcoming{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/txt_upcoming2.png)}
.theme-purple .mainevent .game_status.finish{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/txt_finish2.png)}
.theme-purple .location::before{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/icon_map.png)}
.theme-purple .howto{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_tab1_v3.png)}
.theme-purple .tab_content.tab2{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_tab2.png)}
.theme-purple .tab_content.tab3{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/bg_tab3.png)}
.theme-purple .btn_pcgame,.theme-purple .btn_gameinfo{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/btn_pcgame.png)}
.theme-purple .btn_gameinfo{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-purple/btn_gameinfo.png)}

/* theme-red */
.theme-red{
  --c-primary: #ff8f96;
  --c-tertiary: #36b2bd;
  --c-quaternary: #a0d5d2;
  --bg-tab: #6b111e;
  --c-title: #6aefe7;
  --c-satellite: #82e8e2;
  --c-date: #ee5a64;
  --c-bar: #2d3e41;
  --c-location: #f76e7b;
  --c-location-sub: #f1b7bf;
}
.theme-red .bg_video::after{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_videodim.png)}
.theme-red .tab_menu li{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_tabmenu.png)}
.theme-red .schedule{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_frame1.png)}
.theme-red .schedule.mainevent{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_frame2.png)}
.theme-red .mainevent .schedule_title{background-image:linear-gradient(to top, #fac2cb, #fffefe)}
.theme-red .game_mode{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/icon_online.png)}
.theme-red .game_mode.offline{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/icon_offline.png)}
.theme-red .game_status{display:block;margin:-2px auto 0;background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/txt_ongoing.png)}
.theme-red .game_status.upcoming{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/txt_upcoming.png)}
.theme-red .game_status.finish{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/txt_finish.png)}
.theme-red .mainevent .game_status.ongoing{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/txt_ongoing2.png)}
.theme-red .mainevent .game_status.upcoming{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/txt_upcoming2.png)}
.theme-red .mainevent .game_status.finish{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/txt_finish2.png)}
.theme-red .location::before{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/icon_map.png)}
.theme-red .howto{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_tab1.png)}
.theme-red .howto_notice{color:#707b90}
.theme-red .tab_content.tab2{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_tab2.png)}
.theme-red .tab_content.tab3{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/bg_tab3.png)}
.theme-red .btn_pcgame,.theme-red .btn_gameinfo{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/btn_pcgame.png)}
.theme-red .btn_gameinfo{background-image:url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/hptguide/pc/hpt6/theme-red/btn_gameinfo.png)}