@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    width: 100%;
    height: 100% !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: touch !important;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    scroll-behavior: smooth;
}

/* Reset */

html,
body {
    width: 100%;
    /*background-color: black;*/
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
caption,
form,
fieldset,
legend,
input {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption,
th {
    text-align: left;
}

img,
fieldset,
abbr,
acronym {
    border: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/* Base */

body {
    background-color: #fff;
    font-size: 12px;
    color: #121212;
}

a {
    color: #121212;
    text-decoration: none;
    outline: 0;
}

img {
    vertical-align: middle;
    outline: 0;
}

textarea,
input,
select {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    outline: 0;
}

button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: top;
    cursor: pointer;
}

button:active,
button:focus {
    outline: none;
}

caption,
legend,
hr {
    display: none;
}

input.txt {
    padding: 3px 5px 0;
    border: 1px solid #b7b7b7;
    font-size: 11px;
}

input.cbox {
    width: 13px;
    height: 13px;
    vertical-align: top;
}

label {
    cursor: pointer;
}

div.clear {
    clear: both;
}

iframe {
    border: none;
    width: 100%;
}

article,
aside,
canvas,
details,
embed,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
datalist,
keygen,
mark,
meter,
progress,
rp,
rt,
ruby,
time,
wbr {
    display: block;
}

.fix:after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.blind {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

*,
*:before,
*:after {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.slick-track,
.slick-slide {
    outline: 0 !important;
}

/* transition */

.transition_default {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.transition_fast {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.transition_vfast {
    transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
}

.transition_none {
    transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
}

.transition_slow {
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
}

.transition_very_slow {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}

.transition_delay_default {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}

.warp {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg_layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 9998;
}

/*신규 페이지*/

.quick_menu_wrap {
    position: fixed;
    top: 200px;
    right: 30px;
    box-sizing: border-box;
    z-index: 999;

}

.quick_menu_wrap > div {
    position: relative
}

.quick_menu_wrap ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.quick_menu_wrap ul li {
    width: 70px;
    height: 70px;
    margin: 10px;
    background-color: #252628;
    box-shadow: 0 0 0 3px #000 inset;
    transition: all ease-in-out 0.3s;
    position: relative;
    overflow: hidden;

}

.quick_menu_wrap ul li:hover {
    background-color: #faba01;
    box-shadow: 0 0 0 3px #fff inset;
}

.quick_menu_wrap ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -39%);

}




.mid_wrap {
    width: 1240px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.header {
    background: url('../image/en/header_bg.jpg') top center no-repeat;
}

.header .header_wrap {
    position: relative;
    width: 1240px;
    margin: 0 auto;


}

.header .header_top {
    background: linear-gradient(90deg, rgba(32, 44, 55, 0.94) 0%, rgba(22, 30, 45, 0.98) 100%);
    width: 100%;
    display: flex;

}

.header .header_wrap .top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header_top .social_area {
    display: flex;
    align-items: center;
    width: 300px;
}

.header .header_top .social_area a {
    width: 40px;
    height: 36px;
    margin: 0 10px;
}

.header .header_top .social_area a:nth-child(1) {
    background: url('../image/en/social_yutube_icon.png') center no-repeat;
}

.header .header_top .social_area a:nth-child(1):hover {
    background: url('../image/en/social_yutube_icon.png') center no-repeat;
}

.header .header_top .social_area a:nth-child(2) {
    background: url('../image/en/social_steam_icon.png') center no-repeat;
}

.header .header_top .social_area a:nth-child(2):hover {
    background: url('../image/en/social_steam_icon.png') center no-repeat;
}

.header .header_top .social_area a:nth-child(3) {
    background: url('../image/en/social_main_icon.png') center no-repeat;
}

.header .header_top .social_area a:nth-child(3):hover {
    background: url('../image/en/social_main_icon.png') center no-repeat;
}

.header .header_top .logo_area {
    display: flex;
    align-items: center;
    width: 640px;
    justify-content: center;
}

.header .header_top .logo_area a {
    display: flex;
    padding: 10px 0;
}

.header .header_top .lang_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
}


.lang_sel_cat {
    width: 150px;
    height: 40px;
    background: #1a1b1f;
    margin-right: 10px;
    position: relative;
    border: 1px solid #000;
}

.lang_sel_cat:last-child {
    margin-right: 0;
}

.lang_sel_cat h6 {
    font-size: 14px;
    color: #ccc;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;


}

.lang_sel_cat h6::after {
    content: "";
    display: block;
    margin-left: auto;
    width: 9px;
    height: 5px;
    background: url('https://common-cdn-api.s3.ap-northeast-1.amazonaws.com/3on3/2022_new/ranking/history_cat_arrow_b.png') center no-repeat;
}

.lang_sel_cat h6.selected::after {
    content: "";
    display: block;
    margin-left: auto;
    width: 9px;
    height: 5px;
    background: url('https://common-cdn-api.s3.ap-northeast-1.amazonaws.com/3on3/2022_new/ranking/history_cat_arrow_t.png') center no-repeat;
}

.lang_sel_cat > div {
    z-index: 9999;
    position: inherit;
    border: 1px solid #000;

}

.lang_sel_cat ul li {
    background: #1a1b1f;
}

.lang_sel_cat ul li:hover {
    background: #efb303;

}

.lang_sel_cat ul li a {
    color: #ccc;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 12px;
    display: block;
    height: 100%;
    position: relative;
    z-index: 9999;

}

.lang_sel_cat ul li a:hover {
    color: #fff;

}

.lang_sel_cat ul li:last-child a::after {
    content: none;
}

.lang_sel_cat ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
}




.header .header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: #26262a;
    text-align: center;
    border-top: solid 1px rgba(238, 238, 238, 0.05);
    box-shadow: none;
    background-color: rgba(25, 31, 45, 0.97);
    width: 100%;
}

.bottom_wrap .navi {
    display: flex;
    justify-content: space-around;
}

.bottom_wrap .navi > li {
    position: relative;
}

.bottom_wrap .navi > li > span {
    text-align: center;
    display: block;
    text-align: center;

}

.bottom_wrap .navi > li > span > a {
    padding: 15px 20px;
    width: 200px;
    height: 20px;
    display: block;
}

.bottom_wrap .navi > li:nth-child(1) > span > a {
    background: url('../image/en/nav_1.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(1) > span > a:hover {
    background: url('../image/en/nav_1_hover.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(2) > span > a {
    background: url('../image/en/nav_2.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(2) > span > a:hover {
    background: url('../image/en/nav_2_hover.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(3) > span > a {
    background: url('../image/en/nav_3.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(3) > span > a:hover {
    background: url('../image/en/nav_3_hover.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(4) > span > a {
    background: url('../image/en/nav_4.png') center no-repeat;
}

.bottom_wrap .navi > li:nth-child(4) > span > a:hover {
    background: url('../image/en/nav_4_hover.png') center no-repeat;
}

/*서브 메뉴 스타일*/
.bottom_wrap .navi li div.navi_sec {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 100%;
    min-width: 250px;
    z-index: 1000;
}

.bottom_wrap .navi li div.navi_sec ul {
    background: #131b22fa;
    padding: 10px 0;

}

.bottom_wrap .navi li div.navi_sec ul li {}

.bottom_wrap .navi li div.navi_sec ul li a {
    padding: 15px 20px 15px 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;


}

.bottom_wrap .navi li div.navi_sec ul li a p {
    height: 20px;
    display: block;

}

.bottom_wrap .navi li:nth-child(3) div.navi_sec ul li:nth-child(1) a p {
    background: url('../image/en/nav_3_1.png') center no-repeat;
    width: 80px;

}

.bottom_wrap .navi li:nth-child(3) div.navi_sec ul li:nth-child(1) a:hover p {
    background: url('../image/en/nav_3_1_hover.png') center no-repeat;

}

.bottom_wrap .navi li:nth-child(3) div.navi_sec ul li:nth-child(2) a p {
    background: url('../image/en/nav_3_2.png') center no-repeat;
    width: 70px;
}

.bottom_wrap .navi li:nth-child(3) div.navi_sec ul li:nth-child(2) a:hover p {
    background: url('../image/en/nav_3_2_hover.png') center no-repeat;

}

.bottom_wrap .navi li:nth-child(3) div.navi_sec ul li:nth-child(3) a p {
    background: url('../image/en/nav_3_3.png') center no-repeat;
    width: 75px;
}

.bottom_wrap .navi li:nth-child(3) div.navi_sec ul li:nth-child(3) a:hover p {
    background: url('../image/en/nav_3_3_hover.png') center no-repeat;

}

.bottom_wrap .navi li:nth-child(4) div.navi_sec ul li:nth-child(1) a p {
    background: url('../image/en/nav_4_1.png') center no-repeat;
    width: 120px;
}

.bottom_wrap .navi li:nth-child(4) div.navi_sec ul li:nth-child(1) a:hover p {
    background: url('../image/en/nav_4_1_hover.png') center no-repeat;

}

.bottom_wrap .navi li:nth-child(4) div.navi_sec ul li:nth-child(2) a p {
    background: url('../image/en/nav_4_2.png') center no-repeat;
    width: 170px;
}

.bottom_wrap .navi li:nth-child(4) div.navi_sec ul li:nth-child(2) a:hover p {
    background: url('../image/en/nav_4_2_hover.png') center no-repeat;

}


.bottom_wrap .navi li div.navi_sec ul li a:hover {
    color: #0257c0;
    font-weight: bold;
}

/*타이틀 배너*/

.title_wrap {
    clear: both;
    position: relative;
    z-index: 1;
    padding: 0;
    padding: 30px 0;
    overflow: hidden;
    opacity: 0.9;
}

.title_wrap:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #252a35;
    background: linear-gradient(90deg, #fb9400 0%, #f85800 100%);
    background: linear-gradient(90deg, rgba(250, 186, 1, 1) 0%, rgba(254, 155, 0, 1) 100%) !important;
    content: '';
    display: block;
}

.title_text_wrap {
    text-align: left;
    position: relative;
    padding-left: 20px;
    width: 100%;
}

.title_text_wrap:before {
    position: absolute;
    left: -10px;
    height: 100%;
    top: 5%;
    width: 5px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    opacity: 0.5;
}

.title_text_wrap:after {
    content: attr(data-type);
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    right: -65%;
    top: -50%;
    font-family: 'Montserrat', sans-serif;
    transform: translate(0, -15%);
    white-space: nowrap;
    font-size: 300px;
    color: white;
    opacity: 0.1;
    z-index: 11;
}

.title_text_wrap h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: left;
    word-break: break-word;
    font-weight: 900;
    font-style: normal;
}

.title_text_wrap span {
    color: #fff;
    margin-top: 27px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

/*토너먼트*/
.tournamnet_section_1 {
    height: 800px;
    position: relative;
    overflow: hidden;
}

.tournamnet_section_1 .tournamnet_title {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
    width: 100%;
}

.tournamnet_section_1 .tournamnet_img_wrap {
    display: flex;
    justify-content: space-between;
    height: 700px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
}



.tournamnet_section_1 .tournamnet_title .tournamnet_text_wrap {
    z-index: 100;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;

}

.tournamnet_section_1 .tournamnet_title .tournamnet_text_wrap h2 {
    margin-bottom: 40px;

}

.tournamnet_section_1 .tournamnet_title .tournamnet_text_wrap p {
    width: 370px;
    height: 40px;
}

.tournamnet_section_1 .tournamnet_title .tournamnet_text_wrap p a {
    background: url('../image/en/tournamnet_show_text.png');
    display: block;
    width: 100%;
    height: 100%;

}

.tournamnet_section_1 .tournamnet_title .tournamnet_text_wrap p a:hover {
    background: url('../image/en/tournamnet_show_text_hover.png');
}


.tournamnet_section_1 .video-background iframe {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 100%;
    height: 1000px;
    transform: translate(-50%, 0);
}



.tournamnet_section_1 .dark_overay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(0deg, #191D26EB 0%, #36385096 100%);
    opacity: 1;
}

.tournamnet_section_2 {
    background: #191D26;

}

.tournamnet_section_2 .tournamnet_info_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 100px 0;
}

.tournamnet_section_2 .tournamnet_info_wrap .tournamnet_info_one {
    display: flex;
    align-items: center;
    width: 250px;
    height: 250px;
    background: url('../image/en/tournamnet_info_icon_1.jpg') center no-repeat;
}

.tournamnet_section_2 .tournamnet_info_wrap .tournamnet_info_two {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background: url('../image/en/tournamnet_info_icon_2.jpg') center no-repeat;
}

.tournamnet_section_2 .tournamnet_info_wrap .tournamnet_info_three {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background: url('../image/en/tournamnet_info_icon_3.jpg') center no-repeat;
}




.tournamnet_section_2 .tournamnet_info_wrap .tournamnet_info_fours {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background: url('../image/en/tournamnet_info_icon_4.jpg') center no-repeat;
}





.tournamnet_section_3 {
    background: url('../image/en/tournamnet_section3_bg.jpg') no-repeat center bottom;
    height: 1492px;
    background-size: cover;
}



.rank_section_4 {
    background: url('../image/en/tournamnet_section4_bg.jpg') no-repeat center bottom;
    height: 1348px;
    position: relative;
    background-size: cover;
}

.footer {
    height: 140px;
    position: relative;
    background: cover;
    background: url('../image/en/footer_bg.jpg') center no-repeat;
}

.event_1_section_1 {
    height: 520px;
    position: relative;
    background: cover;
    background: url('../image/en/event_1_section_1.jpg') center no-repeat;
}

.event_1_section_2 {
    height: 1885px;
    position: relative;
    background: cover;
    background: url('../image/en/event_1_section_2.jpg') center no-repeat;
}

.event_2_section_1 {
    height: 520px;
    position: relative;
    background: cover;
    background: url('../image/en/event_2_section_1.jpg') center no-repeat;
}

.event_2_section_2 {
    height: 1490px;
    position: relative;
    background: cover;
    background: url('../image/en/event_2_section_2.jpg') center no-repeat;
}

.event_2_section_2 .link_btn_wrap {
    position: absolute;
    display: flex;
    bottom: 400px;
}

.event_2_section_2 .link_btn_wrap .facebook_link {
    width: 220px;
    height: 45px;
    background: url('../image/en/facebook_link_btn.jpg') center no-repeat;
    margin: 0 10px;
}

.event_2_section_2 .link_btn_wrap .facebook_link:hover {
    background: url('../image/en/facebook_link_btn_hover.jpg') center no-repeat;

}

.event_2_section_2 .link_btn_wrap .twitter_link {
    width: 210px;
    height: 45px;
    background: url('../image/en/twitter_link_btn.jpg') center no-repeat;
    margin: 0 10px;
}

.event_2_section_2 .link_btn_wrap .twitter_link:hover {
    background: url('../image/en/twitter_link_btn_hover.jpg') center no-repeat;

}



.rookieleague_section_1 {
    height: 900px;
    position: relative;
    overflow: hidden;
    background: url('../image/en/rookieleague_main_visual.jpg') no-repeat center top;
}

.rookieleague_section_1 .rookieleague_title {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
    width: 100%;
}

.rookieleague_section_1 .rookieleague_img_wrap {
    display: flex;
    justify-content: space-between;
    height: 700px;
    position: absolute;
    z-index: 100;
    margin-top: 100px;
    right: -140px;
}


.rookieleague_section_1 .rookieleague_title .tournamnet_text_wrap {
    z-index: 100;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80%;

}

.rookieleague_section_1 .rookieleague_title .rookieleague_text_wrap h2 {
    margin-bottom: 40px;

}

.rookieleague_section_1 .dark_overay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(0deg, #191D26EB 0%, #36385096 100%);
    opacity: 1;
}

.rookieleague_section_1 .wave_overay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	position: absolute;
	background:url(../image/en/rookieleague_main_wave_overay.png) no-repeat center bottom;
	z-index:100;
	}

.rookieleague_section_2 {
    height: 2005px;
    position: relative;
    background: cover;
    background: url('../image/en/rookieleague_section_2.jpg') center no-repeat;
}

.rookieleague_section_2 .evnet_1_notice {
    height: 14px;
    position: absolute;
    width: 88px;
    background: url('../image/en/evnet_1_notice.png') center no-repeat;
    bottom: 220px;
    left: 250px;
    cursor: pointer
}


.rookieleague_section_2 .evnet_1_notice:hover {

    background: url('../image/en/evnet_1_notice_hover.png') center no-repeat;

}

.evnet_1_notice_popup_wrap {
    position: fixed;
    background: rgba(27, 32, 40, 0.8) center no-repeat;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.evnet_1_notice_popup_wrap .evnet_1_notice_popup_text_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: -webkit-linear-gradient(to right, #1b1b21 0%, #212129 100%);
    background: -o-linear-gradient(to right, #1b1b21 0%, #212129 100%);
    background: -moz-linear-gradient(to right, #1b1b21 0%, #212129 100%);
    background: linear-gradient(to right, #1b1b21 0%, #212129 100%);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    padding: 50px;
}

.evnet_1_notice_popup_text_wrap .text_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.evnet_1_notice_popup_text_wrap .text_header h3 {
    font-size: 24px;
    font-weight: 900;
    color: #f7f7f7;

}

.evnet_1_notice_popup_text_wrap .text_header .close_btn {
    width: 25px;
    height: 25px;
    background: url('../image/en/close_btn_gray.png') center no-repeat;
    background-size: cover;
}

.evnet_1_notice_popup_text_wrap .text_header .close_btn:hover {
    background: url('../image/en/close_btn_gray.png') center no-repeat;
    background-size: cover;
}

.evnet_1_notice_popup_text_wrap .text_maintext div {
    font-size: 20px;
    font-weight: 400;
    color: #A2ADB8;
    margin-bottom: 15px;
}

.evnet_1_notice_popup_text_wrap .text_maintext div strong {
    font-weight: 700;
    color: #f7f7f7;
}

.evnet_1_notice_popup_text_wrap .text_maintext div ul {
    list-style: square;
    padding-left: 40px;
}

.evnet_1_notice_popup_text_wrap .text_maintext div ul li {
    font-size: 18px;
    padding: 5px 0;
}

.rookieleague_section_3 {
    height: 927px;
    position: relative;
    background: cover;
    background: url('../image/en/rookieleague_section_3.jpg') center no-repeat;
}

.rookieleague_section_3 .evnet_notice01{
	color:#000;
	position: absolute;
    width: 388px;
    bottom: 181px;
    left: 0px;
	font-size:14px;
	font-weight:500;	
}
.rookieleague_section_3 .evnet_notice01 a.evnet_2_notice {
    height: 14px;
    cursor: pointer;
	color:#0083d6;
}

.rookieleague_section_3 .evnet_2_notice:hover {

    background: url('../image/en/evnet_1_notice_hover.png') center no-repeat;

}

.evnet_2_notice_popup_wrap {
    position: fixed;
    background: rgba(27, 32, 40, 0.8) center no-repeat;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.evnet_2_notice_popup_wrap .evnet_2_notice_popup_text_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: -webkit-linear-gradient(to right, #1b1b21 0%, #212129 100%);
    background: -o-linear-gradient(to right, #1b1b21 0%, #212129 100%);
    background: -moz-linear-gradient(to right, #1b1b21 0%, #212129 100%);
    background: linear-gradient(to right, #1b1b21 0%, #212129 100%);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    padding: 50px;
}

.evnet_2_notice_popup_text_wrap .text_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.evnet_2_notice_popup_text_wrap .text_header h3 {
    font-size: 24px;
    font-weight: 900;
    color: #f7f7f7;

}

.evnet_2_notice_popup_text_wrap .text_header .close_btn {
    width: 25px;
    height: 25px;
    background: url('../image/en/close_btn_gray.png') center no-repeat;
    background-size: cover;
}

.evnet_2_notice_popup_text_wrap .text_header .close_btn:hover {
    background: url('../image/en/close_btn_gray.png') center no-repeat;
    background-size: cover;
}

.evnet_2_notice_popup_text_wrap .text_maintext div {
    font-size: 20px;
    font-weight: 400;
    color: #A2ADB8;
    margin-bottom: 15px;
}

.evnet_2_notice_popup_text_wrap .text_maintext div strong {
    font-weight: 700;
    color: #f7f7f7;
}

.evnet_2_notice_popup_text_wrap .text_maintext div ul {
    list-style: square;
    padding-left: 40px;
}

.evnet_2_notice_popup_text_wrap .text_maintext div ul li {
    font-size: 18px;
    padding: 5px 0;
}

/*대진표*/
.Tournaments_aisa_section_1 {
    background: url('../image/en/tournaments_aisa_section_1_bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.Tournaments_aisa_content {
    margin: 80px 0;
}
.Tournaments_aisa_content img{
    width:100%;
    height: auto;
    
}
.Tournaments_north_section_1 {
    background: url('../image/en/tournaments_aisa_section_1_bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}


.Tournaments_north_content ul {
    width: 100%;
    display: flex;
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.Tournaments_north_content ul li {
    padding: 20px 40px;
}

.Tournaments_north_content ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}

.Tournaments_north_content ul li.selected {

    border-bottom: 1px solid #faba01;
}

.Tournaments_north_content ul li.selected a {
    color: #fff;
}


.Tournaments_north_content .tab_content {

    width: 100%;
}

.Tournaments_north_content .tab_content div {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.Tournaments_north_content .tab_content div img{
    width: 100%;
    height: auto;
}
.Tournaments_north_content .tab_content div:nth-of-type(5) {
    display: flex;
    justify-content: center;
    align-items: center;

}

.Tournaments_north_content .tab_content div:nth-of-type(5) h1 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;

}

.Tournaments_eu_section_1 {
    background: url('../image/en/tournaments_aisa_section_1_bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}


.Tournaments_eu_content ul {
    width: 100%;
    display: flex;
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.Tournaments_eu_content ul li {
    padding: 20px 40px;
}

.Tournaments_eu_content ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}

.Tournaments_eu_content ul li.selected {

    border-bottom: 1px solid #faba01;
}

.Tournaments_eu_content ul li.selected a {
    color: #fff;
}


.Tournaments_eu_content .tab_content {

    width: 100%;
}

.Tournaments_eu_content .tab_content div {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.Tournaments_eu_content .tab_content div img{
    width:100%;
    height: auto;
        
}
.Tournaments_eu_content .tab_content div:nth-of-type(5) {
    display: flex;
    justify-content: center;
    align-items: center;

}

.Tournaments_eu_content .tab_content div:nth-of-type(5) h1 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;

}
