/* reset */
html, body, ul, ol, li, form, fieldset, legend { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; } 
fieldset, img { border: 0; } 
legend { color: #000; } 
li { list-style: none; } 
sup { vertical-align: text-top; } 
sub { vertical-align: text-bottom; } 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th, td { text-align: left; vertical-align: top; font-weight: normal; } 
input, textarea, select { font-size: 110%; line-height: 1.1; } 
abbr, acronym { border-bottom: .1em dotted; cursor: help; } 
button { cursor: pointer; padding: 0; } 
button:focus { outline: none; } 
a, em { text-decoration: none; }
em { font-style: normal; }
html, body { min-width: 100% !important; min-height: 100% !important; }
html { scrollbar-arrow-color: #252420; scrollbar-3dlight-color: #252420; scrollbar-darkshadow-color: #252420; scrollbar-face-color: #473f33; scrollbar-hightlight-color: #252420; scrollbar-shadow-color: #252420; scrollbar-track-color: #252420; }
html.h-100, .h-100 body { height: 100%; }
body { background: #252420; -ms-user-select: none; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; }
body::-webkit-scrollbar-track, .page_wrap.view::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border: 1px #302b23 solid; border-radius: 10px; background: #000; } 
body::-webkit-scrollbar, .page_wrap.view::-webkit-scrollbar { width: 12px; } 
body::-webkit-scrollbar-thumb, .page_wrap.view::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: #473f33; }
nav { overflow: hidden; }
/* common component */
.hide { display: none !important; }
.common_bg { border-left: none; border-right: none; border-top: 1px #4c433a solid; border-bottom: 1px #131110 solid; background: #2d2a27; }
i.icn_line { display: inline-block; width: 12.8px; height: 12.8px; margin-right: 6.4px; border-radius: 50%; background: linear-gradient(315deg, #333, #ddd); box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.6); box-sizing: border-box; }
.menu_set li.active i.icn_line { background: linear-gradient(315deg, #ff2020, #ff9ba0); }
i.divider { width: 0; height: 18px; margin: 0 10px; border-left: 1px #000 solid; border-right: 1px #49423c solid; }

/* page */
.page_wrap { padding: 0 20px; box-sizing: border-box; }
.page_wrap.view { height: 100vh; overflow-x: hidden; overflow-y: auto; }

/* header */
.logo_wrap { display: inline-flex; justify-content: flex-start; align-items: center; height: 70px; padding: 6px 0 0 8px; box-sizing: border-box; }
.logo_wrap a { display: block; overflow: hidden; }
/* nav */
.list_nav .menu_set { float: left; display: block; overflow: hidden; }
.list_nav .menu_set li { float: left; display: block; width: 262px; height: 46px; border-top: 1px #3c3934 solid; border-bottom: 1px solid #000; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3); background: url('../img/bg_texture.png') repeat #262525;  box-sizing: border-box; }
.list_nav .menu_set li + li { margin-left: 4px; }
.list_nav .menu_set li.active { border-top: 1px #4c433a solid; background: url('../img/bg_texture.png') repeat #2d2a27; }
.list_nav .menu_set li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #67615d; font-size: 15px; line-height: 1.4; text-align: center; box-sizing: border-box; }
.list_nav .menu_set li.active a { color: #c7bbb0; }

/* list nav */
.list_nav { display: flex; justify-content: space-between; align-items: center; overflow: visible; }

/* list main */
.list_main { display: block; overflow: hidden; padding-bottom: 80px; }
.list_main .content_wrap { display: block; padding: 20px 10px 10px 10px; min-height: 600px; }
.list_main .list_title_wrap { position: relative; z-index: 3; }
.list_main .list_title_wrap .select_sortby { position: absolute; right: 0.5%; bottom: 0; min-width: 200px; }
.list_main .list_title { font-size: 16px; line-height: 1.4; margin: 4px 0 14px 10px; color: #ffebbc; }
.list_main .list_wrap { position: relative; display: flex; flex-wrap: wrap; padding-top: 3px; box-sizing: border-box; overflow: hidden; }
.list_main .list_wrap .item { float: left; display: inline-block; width: 24%; height: max-content; margin: 0 0.5% 26px 0.5%; box-sizing: border-box; opacity: 0; animation: fadeIn 0.8s 0.4s both; transition: box-shadow 0.2s; }
.list_main .list_wrap .item a { display: block; }
.list_main .list_wrap .thumb { position: relative; display: block; width: 100%; padding-bottom: 56.25%; border: 1px #4c4037 solid; background: url('../img/img_default.jpg') no-repeat center center; background-size: cover; overflow: hidden; box-sizing: border-box; }
.list_main .list_wrap .thumb:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../img/btn_play.png') no-repeat center center rgba(0, 0, 0, 0.8); opacity: 0; transition: opacity 0.2s }
.list_main .list_wrap .thumb img { width: auto; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.list_main .list_wrap .info { display: block; width: 100%; height: 90px; padding: 10px 14px; font-size: 14px; border: 1px #4c4037 solid; border-top: none;  background: linear-gradient(to bottom, #262221, #252220); box-sizing: border-box; }
.list_main .list_wrap .info .title,
.list_main .list_wrap .info .nick,
.list_main .list_wrap .info .viewer { font-size: 13px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box; }
.list_main .list_wrap .info .title { color: #afa79d; font-size: 16px; line-height: 20px; }
.list_main .list_wrap .info .nick { line-height: 18px; color: #817b74; margin-bottom: 10px; }
.list_main .list_wrap .info .viewer { color: #b2a28c; }

.list_main .setting_wrap { position: absolute; right: 20px; top: 70px; display: block; z-index: 4; } 
.list_main .setting_wrap .select_lang { min-width: 130px; }
.list_main .videoLayer { position: absolute; width: calc(100% - 20px); left: 10px; top: 0; height: auto; text-align: center; background: #1a1a1a; z-index: 10; }
.list_main .videoLayer span { display: block; font-size: 16px; line-height: 1.6; color: #afa79d; }
.list_main .videoLayer iframe {position: relative; display: block; margin: 15px auto; width: 480px; max-width: 100%; height: 360px; border: none; background: black; z-index: 2; opacity: 0; transition: opacity 0.5s ease; }
.list_main .videoLayer i { position: absolute; width: 20px; height: 20px; background: #1a1a1a; z-index: 3; top: -10px; transform: rotate(45deg); border-top: 1px solid #7d7066; border-left: 1px solid #7d7066; }
.list_main .videoLayer > .content { position: relative; width: 100%; height: auto; background: #1a1a1a; padding: 30px 10px 30px 10px; border-top: 1px solid #7d7066; box-sizing: border-box; z-index: 2; }
.list_main .class_title { display: block; flex: 0 0 100%; color: #ffebbc; font-size: 16px; margin: 10px 10px 15px 10px; } 
.list_main .class_title span { display: inline-block; vertical-align: middle; margin-left: 5px; }

.view_container { position: relative; height: 100vh; overflow: hidden; }
.view_container.chat_active { padding-right: 340px; box-sizing: border-box; }
.view_container.chat_active .chat_wrap { display: block; }
.view_container .btn_fold { position: absolute; right: 0; top: 24px; width: 30px; height: 30px; border: 0; background: url('../img/icn_fold.svg') no-repeat center center; opacity: 0.5; transform: rotate(180deg); transition: transform 0.3s, opacity 0.3s; }
.view_container .btn_fold:hover { opacity: 0.8; }
.view_container.chat_active .btn_fold { transform: none; }
.view_container .chat_wrap { position: absolute; display: none; right: 0; top: 0; width: 340px; height: 100%; }
.view_container .chat_iframe { width: 100%; height: 100%; }
.view_container header { position: relative; }

.view_nav { display: flex; justify-content: flex-start; align-items: flex-start; height: 48px; margin-bottom: 12px; overflow: visible; }
.view_nav .btn_prev { display: block; flex: 0 0 62px; height: 48px; margin-right: 10px; background: url('../img/icn_prev.png') no-repeat center center; border-radius: 5px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); }
.view_nav .nav_info { display: flex; justify-content: flex-start; align-items: center; flex: 1 1 auto; height: 48px; padding: 0 11px; border-radius: 5px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); box-sizing: border-box; }
.view_nav .nav_info .divider { height: 12px; margin: 0 16px; }
.view_nav .nav_info .user_thumb_wrap { width: 26px; height: 26px; }
.view_nav .nav_info .user_thumb { width: 100%; height: 100%; }
.view_nav .nav_info .user_nick { display: inline-block; height: 26px; margin-left: 10px; font-size: 14px; line-height: 26px; color: #8d877f; }

.view_main { display: block; margin-bottom: 30px; border-radius: 5px 5px 0 0 ; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); overflow: hidden; }
.view_main .content_wrap { display: block; padding: 10px; }
.view_main .video_wrap { border: 1px solid #4c4037; box-sizing: border-box; }
.view_main .stream_video { width: 100%; height: 100%; }
.view_main .info_box { padding: 0 20px; border: 1px solid #4c4037; background: #2d2a27; border-top: none; box-sizing: border-box; overflow: hidden; }
.view_main .title_wrap,
.view_main .count_wrap { float: left; display: flex; align-items: center; height: 68px;}
.view_main .title_wrap { width: 60%;  }
.view_main .title { width: 100%; font-size: 18px; color: #afa79d; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.view_main .count_wrap { justify-content: flex-end; width: 40%; color: #655b53; font-size: 14px; }
.view_main .count_wrap em { color: #8d877f; }

/* custom dropdown */
.custom_dropdown { float: left; position: relative; display: inline-block; min-width: 200px; font-size: 12px; line-height: 16px; background: #000; }
.custom_dropdown .box_main { position: relative; display: block; width: 100%; height: 30px; padding: 4px 36px 4px 6px; font-size: 12px; color: #FFF; text-align: left; border-style: solid; border-image: linear-gradient(to bottom, #927f6c, #524639); border-image-width: 1px; border-image-slice: 1; background: #000; box-sizing: border-box; cursor: pointer; }
.custom_dropdown .box_main:after { content: ''; position: absolute; right: 6px; top: 7px; display: block; width: 14px; height: 13px; background: url('../img/icn_arrow.png') no-repeat; transition: transform 0.3s; }

.custom_dropdown .box_list { position: absolute; left: 0; top: 30px; display: none; width: 100%; min-height: 28px; border: 1px #94816e solid; background: #000; box-sizing: border-box; }
.custom_dropdown .box_list li { width: 100%; height: 26px; line-height: 26px; color: #ece2d5; font-size: 12px; text-indent: 10px; float: left; }
.custom_dropdown .box_list li:hover { background: #6d5e4f; cursor: pointer; }
.custom_dropdown .box_list li a { display: block; color: #FFF; }
.custom_dropdown + .custom_dropdown { margin-left: 14px; }
.custom_dropdown.on .box_list { display: block; }
.custom_dropdown.on .box_main:after { transform: rotateX(180deg) }

/* skill nav */
#skill_nav { margin: 10px; border: 1px solid #4c433a; padding: 10px; border-radius: 2px; box-shadow: inset 0 0 0 1px #000000; background-color: #252120; }
#skill_nav .btnClass { width: auto; height: auto; display: inline-block; margin: 4px 10px 4px 0; opacity: 0.8; }
.list_wrap[data-tab="GAME"] .thumb img,
.list_wrap[data-tab="SKILL"] .thumb img { width: 100%; }
.list_wrap[data-tab="GAME"] .info { height: 42px; }
.list_wrap[data-tab="GAME"] .info .title { font-size: 14px; }
.list_wrap[data-tab="SKILL"] .info { height: 64px; }

.classIcn { display: inline-block; width: 37px; height: 37px; background: url(../img/spr_class_icn.svg?v=2) no-repeat; background-size: auto auto; vertical-align: middle; opacity: 1; }
.classIcn[data-key="0"] { background-position: -7px 0; }
.classIcn[data-key="4"] { background-position: -7px -50px; }
.classIcn[data-key="8"] { background-position: -7px -100px; }
.classIcn[data-key="12"] { background-position: -7px -150px; }
.classIcn[data-key="16"] { background-position: -7px -200px; }
.classIcn[data-key="26"] { background-position: -7px -250px; }
.classIcn[data-key="25"] { background-position: -7px -300px; }
.classIcn[data-key="31"] { background-position: -7px -350px; }
.classIcn[data-key="28"] { background-position: -7px -400px; }
.classIcn[data-key="21"] { background-position: -7px -450px; }
.classIcn[data-key="24"] { background-position: -7px -500px; }
.classIcn[data-key="20"] { background-position: -7px -550px; }
.classIcn[data-key="27"] { background-position: -7px -600px; }
.classIcn[data-key="19"] { background-position: -7px -650px; }
.classIcn[data-key="23"] { background-position: -7px -700px; }
.classIcn[data-key="11"] { background-position: -7px -750px; }
.classIcn[data-key="29"] { background-position: -7px -800px; }
.classIcn[data-key="17"] { background-position: -7px -850px; }
.classIcn[data-key="5"] { background-position: -7px -900px; }
.classIcn[data-key="1"] { background-position: -7px -950px; }
.classIcn[data-key="9"] { background-position: -7px -1000px; }
.classIcn[data-key="2"] { background-position: -7px -1050px; }

.classIcn.small { background-size: 70px auto; width: 26px; height: 26px; opacity: 0.6;}
.classIcn.small[data-key="0"] {background-position: -4px 0;}
.classIcn.small[data-key="4"] { background-position: -4px -34px; }
.classIcn.small[data-key="8"] { background-position: -4px -68px; }
.classIcn.small[data-key="12"] { background-position: -4px -105px; }
.classIcn.small[data-key="16"] { background-position: -4px -139px; }
.classIcn.small[data-key="26"] { background-position: -4px -175px; }
.classIcn.small[data-key="25"] { background-position: -4px -208px; }
.classIcn.small[data-key="31"] { background-position: -4px -244px; }
.classIcn.small[data-key="28"] { background-position: -4px -279px; }
.classIcn.small[data-key="21"] { background-position: -4px -315px; }
.classIcn.small[data-key="24"] { background-position: -4px -350px; }
.classIcn.small[data-key="20"] { background-position: -4px -384px; }
.classIcn.small[data-key="27"] { background-position: -4px -418px; }
.classIcn.small[data-key="19"] { background-position: -4px -452px; }
.classIcn.small[data-key="23"] { background-position: -4px -486px; }
.classIcn.small[data-key="11"] { background-position: -4px -522px; }
.classIcn.small[data-key="29"] { background-position: -4px -560px; }
.classIcn.small[data-key="17"] { background-position: -4px -594px; }
.classIcn.small[data-key="5"] { background-position: -4px -630px; }
.classIcn.small[data-key="1"] { background-position: -4px -665px; }
.classIcn.small[data-key="9"] { background-position: -4px -700px; }
.classIcn.small[data-key="2"] { background-position: -4px -735px; }

#js-loadingLayer { position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.9); z-index:999; display: none; }
#js-loadingLayer .loading_progress_wrap { display:box; display:-webkit-box; display:-moz-box; display:-webkit-flex; display:-ms-flexbox; display:-moz-flex; display:-o-flex; display:flex; -webkit-align-items:center; -ms-align-items:center; -moz-align-items:center; -o-align-items:center; align-items:center; -webkit-justify-content:center; -ms-justify-content:center; -moz-justify-content:center; -o-justify-content:center; justify-content:center; -ms-flex-align:center; width:100%; height:100% }
#js-loadingLayer .loading_progress_wrap .loading_circle { display:block; width:100px; height:100px; margin:0 auto; text-align:center; display:box; display:-webkit-box; display:-moz-box; display:-webkit-flex; display:-ms-flexbox; display:-moz-flex; display:-o-flex; display:flex; -webkit-align-items:center; -ms-align-items:center; -moz-align-items:center; -o-align-items:center; -webkit-justify-content:center; -ms-justify-content:center; -moz-justify-content:center; -o-justify-content:center; justify-content:center; -ms-flex-align:center; align-items:center }
#js-loadingLayer .loading_progress_wrap .loading_circle .loader { color:#fff; font-size:14px; margin:0 auto; width:1em; height:1em; border-radius:50%; position:relative; text-indent:-9999em; -webkit-animation:1.3s linear infinite load5; animation:1.3s linear infinite load5; -webkit-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0) }
#js-loadingLayer .loading_progress_wrap img { width:100%; animation:4s linear infinite spin }
#js-loadingLayer .loading_progress_wrap .loading_text { display:block; font-size:20px; color:#fff; font-weight:normal; margin-top:28px }

.btn_top_mobile { display: block; position: fixed; bottom: 2.416rem; right: 1.25rem; z-index: 30; }
.btn_top_mobile .btn_top { display:none; width: 60px; height: 60px; border:1px solid #7f7f7f; background:#fff; box-sizing:border-box; }
.btn_top_mobile .btn_top.active { display:block; }
.btn_top_mobile .btn_top:before { content: ''; display: block; width: 40px; height: 40px; margin: 0 auto; background: url('../img/icn_top.svg') no-repeat center center; background-size: 40px auto; }

body.guide .list_main .list_wrap .thumb { padding-bottom: 75%; }

@media screen and (min-width: 3840px) {
	.list_main .list_wrap .item { width: 7.93%; }
}
@media screen and (min-width: 2560px) {
	.list_main .list_wrap .item { width: 12.1%; max-width: 400px; margin: 0 0.2% 26px 0.2%; }
}
@media screen and (min-width: 1600px) {
    .list_main .list_wrap .item { width: 15.66%; }
	.list_main .list_wrap[data-tab="SKILL"] .item { width: 19%; }
}
@media screen and (min-width: 1025px) {
	.list_nav .menu_set li:hover { border-top: 1px #4c433a solid; background: url('../img/bg_texture.png') repeat #2d2a27; }
	.list_nav .menu_set li:hover a { color: #c7bbb0; }
	.list_main .list_wrap .item a:hover { display: block; box-shadow: 0 0 0 2px #7d7066; }
	.list_main .list_wrap .item a:hover .thumb:after { opacity: 1; }
	.list_main .list_wrap .item a:hover .thumb img { filter: blur(2px); }

	.view_nav .btn_prev:hover { background-color: #3c3833; filter: brightness(1.1); }
}
@media screen and (max-width: 1024px) {
	header { padding: 20px 10px 0 10px; }
	nav { padding: 10px 10px 0 10px; }
	.view_main .info_box { padding: 10px; }
	.logo_wrap { justify-content: center; height: auto; padding: 0; }
	.page_wrap { padding: 0; }
    .view_container .btn_fold { display: none; }

	.view_nav { margin-bottom: 0; padding: 10px; }
	.view_main { margin-bottom: 0; border-radius: 0; border-left: none; border-right: none; box-shadow: none; }
	.view_main .content_wrap { padding: 0; }
	.view_main .title_wrap,
	.view_main .count_wrap { justify-content: flex-start; width: 100%; height: auto; padding: 4px 0; }

	.list_nav .menu_set { width: 100%; }
	.list_main { padding-bottom: 100px; }
    .list_main .list_wrap .item { width: 32.33%; margin-bottom: 10px; }
	.list_main .content_wrap { padding: 10px; }
	.list_main .list_title_wrap { height: auto; margin-bottom: 16px; font-size: 16px; }
	.list_main .list_title { margin: 0; line-height: 38px; }
	.list_main .setting_wrap { position: relative; right: auto; top: auto; width: 100%; height: 38px; margin-bottom: 8px; overflow: visible; }
	.list_main .setting_wrap .custom_dropdown { display: block; min-width: auto; width: 49.4%; }
	.list_main .setting_wrap .custom_dropdown + .custom_dropdown { margin-left: 1.2%; }
	.list_main .list_title_wrap .select_sortby { position: relative; right: auto; bottom: auto; width: 100%; margin-bottom: 10px; }

    .list_main.index .setting_wrap .custom_dropdown { width: 100%; }
    .list_main.index .setting_wrap .custom_dropdown + .custom_dropdown { margin-left: 0; }

	.view_container.chat_active { padding-right: 0; }
	.view_container .chat_wrap,
	.view_container.chat_active .chat_wrap { position: relative; top: auto; right: auto; display: block; width: 100%; height: 400px; }
	.view_container, .page_wrap.view { height: auto; }

	.custom_dropdown .box_main { height: 38px; }
	.custom_dropdown .box_list { top: 38px; }

    .list_main .videoLayer { left: 0; width: 100%; }
	#skill_nav { margin: 0 0 10px 0; }
}
@media screen and (max-width: 768px) {
	.view_main .title { font-size: 14px; }
	.list_main .list_wrap .item { width: 49%; }
	.list_nav .menu_set li { width: 49.9%; }
	.list_nav .menu_set li + li { margin-left: 0.2%; }
	.btn_top_mobile .btn_top { width: 48px; height: 48px; }
}
@media screen and (max-width: 480px) {
	.list_main .list_wrap .item { width: 100%; }
}

@-webkit-keyframes load5 {
    0%,
    100% { box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.5),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7) }
    12.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5) }
    25% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.5),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    37.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5),2.5em 0 0 0 rgba(255, 255, 255, 0.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    50% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.5),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    62.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5),0 2.5em 0 0 rgba(255, 255, 255, 0.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    75% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.5),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    87.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5),-2.6em 0 0 0 rgba(255, 255, 255, 0.7),-1.8em -1.8em 0 0 #fff }
 }
@keyframes load5 {
    0%,
    100% { box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.5),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7) }
    12.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5) }
    25% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.5),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    37.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5),2.5em 0 0 0 rgba(255, 255, 255, 0.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    50% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.5),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2),-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    62.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5),0 2.5em 0 0 rgba(255, 255, 255, 0.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 rgba(255, 255, 255, 0.2),-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    75% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.5),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2) }
    87.5% { box-shadow:0 -2.6em 0 0 rgba(255, 255, 255, 0.2),1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2),2.5em 0 0 0 rgba(255, 255, 255, 0.2),1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2),0 2.5em 0 0 rgba(255, 255, 255, 0.2),-1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5),-2.6em 0 0 0 rgba(255, 255, 255, 0.7),-1.8em -1.8em 0 0 #fff }
}

@-webkit-keyframes fadeIn{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn{
	0% { opacity: 0; }
	100% { opacity: 1; }
}