[task6-win] {
	position:relative;
	
	width:100%;
	height:100%;
	opacity:1;
	background-color:white;
	display:flex;
        justify-content:center;
	align-items:center;
	overflow:auto;
	border-radius:24px;
	padding:16px 0px 24px 0px;


}

[task6-win][adaptive] {
	height:auto !important;
}

[t6-wrp] {
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

[t6-wrp][show] {
	opacity:1;	
}

[t6-wrp][adaptive] {
	flex:0 0 100% !important;
}

[t6-wrp-title] {

    text-align: center;
    min-height: 70px;
    line-height:150%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size:20px;
	padding:0px 24px 0px 24px;
}



[t6-wrp-game] {
	position:relative;
}

[t6-obj] {
	position:absolute;
	height:auto;
        cursor:pointer;
        transition:transform 0.5s ease-in-out;
}

[t6-obj][num="0"] {
        cursor:default;
}

[t6-obj] img {
	width:100%;
	height:100%;
	object-fit:contain;
	
}

[t6-task] {
	text-align:center;
	min-height:50px;
        display:flex;
        justify-content:center;
	align-items:center;
	font-weight:600;
	line-height:100%;
	font-size:20px;
	margin:16px 0px 0px 0px;
}

[start-button] {
	display:block;
	width:150px;
	height:46px;
	background-color:#e8e8e8;
	text-transform:uppercase;
	font-size:14px;
        display:flex;
        justify-content:center;
	align-items:center;
	border-radius:5px;
	cursor:pointer;
	user-select:none;
	transition:opacity 0.5s ease-in-out;
}

[start-button][hide] {
	opacity:0;
}


[start-button6] {
	display:block;
	width:150px;
	height:46px;
	background-color:#e8e8e8;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
        display:flex;
        justify-content:center;
	align-items:center;
	border-radius:5px;
	cursor:pointer;
	user-select:none;
	transition:opacity 0.5s ease-in-out;
}

[start-button6][hide] {
	opacity:0;
}

[start-button6]:active {
	transform:translate3d(1px,1px,0px);
}


[header][pc="1"] ~ [content] [start-button6] {
	background-color:#3399cc;
	color:white;
}

[header][pc="2"] ~ [content] [start-button6] {
	background-color:#ccee66;
	color:#474747;
}

[header][pc="3"] ~ [content] [start-button6] {
	background-color:#ffcc00;
	color:#474747;
}

[header][pc="4"] ~ [content] [start-button6] {
	background-color:#ff6600;
	color:white;
}




[start-button]:active {
	transform:translate3d(1px,1px,0px);
}


[t6-poster] {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	bottom:0px;
	background-size:cover;
	border-radius:24px;
	z-index:3;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
        display:flex;
	justify-content:center;
	align-items:center;
}

[t6-poster][show] {
	opacity:1;
}

[t6-poster-info] {
	padding:20px 20px 20px 20px;
	background-color:rgba(255,255,255,0.8);
	border-radius:16px;
        display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	flex:0 0 288px;
        row-gap:20px;

}


[t6-pi-title] {
	flex:0 0 100%;
	font-size:22px;
	font-weight:600;
	text-align:center;
	line-height:150%;
}




[t6-pi-params] {
	flex:0 0 100%;
        display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	row-gap:20px;
	
}

[t6-pi-params] > span {
	display:block;
	font-size:14px;
	font-weight:500;
	line-height:150%;

}



[t6-pi-butt] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 51px;
    padding: 0px 0px 0px 0px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    flex:0 0 220px;
    font-size:14px;
}


[t6-pi-butt]:active {
	transform:translate3d(1px,1px,0px);
}

[header][pc="1"] ~ [content] [t6-pi-butt] {
	background-color:#3399cc;
	color:white;
}

[header][pc="2"] ~ [content] [t6-pi-butt] {
	background-color:#ccee66;
	color:#474747;
}

[header][pc="3"] ~ [content] [t6-pi-butt] {
	background-color:#ffcc00;
	color:#474747;
}

[header][pc="4"] ~ [content] [t6-pi-butt] {
	background-color:#ff6600;
	color:white;
}

[t6-pi-kr] {
	position:relative;
	height:160px;
	width:100%;

}

[t6-pi-img] {
	width:100%;
	height:100%;
	object-fit:contain;
}



[t6-pi-kr2] {
	position:absolute;
	width:107px;
	height:98px;
	left:calc((100% - 107px)/2);
	bottom:-24px;
	background-image:url(../images/kr.png);
}

@media screen and (max-width: 1160px) {

[t6-pi-title] {
	font-size:calc( (100vw - 320px)/(1160 - 320) * (22 - 14) + 14px);	
}

[t6-pi-params] > span {
	font-size:calc( (100vw - 320px)/(1160 - 320) * (14 - 12) + 12px);	
}

[t6-pi-kr] {
	height:calc( (100vw - 320px)/(1160 - 320) * (160 - 80) + 80px)
}



[t6-pi-kr2] {
        width:calc( (100vw - 320px)/(1160 - 320) * (107 - 66) + 66px);
        height:calc( (100vw - 320px)/(1160 - 320) * (98 - 60) + 60px);
	left:calc((100% - calc( (100vw - 320px)/(1160 - 320) * (107 - 66) + 66px))/2);
	bottom:calc( (100vw - 320px)/(1160 - 320) * (0 - 24 + 12) - 12px);
	background-position:50% 50%;
	background-size:cover;
}


[t6-pi-butt] {
    height: calc( (100vw - 320px)/(1160 - 320) * (51 - 38) + 38px);
    flex:0 0 calc( (100vw - 320px)/(1160 - 320) * (220 - 200) + 200px);
    font-size:calc( (100vw - 320px)/(1160 - 320) * (14 - 12) + 12px);
}


[t6-wrp-title] {

	min-height: calc( (100vw - 320px)/(1160 - 320) * (70 - 40) + 40px);
	font-size:calc( (100vw - 320px)/(1160 - 320) * (20 - 14) + 14px);
	padding:0px calc( (100vw - 320px)/(1160 - 320) * (24 - 8) + 8px) 0px calc( (100vw - 320px)/(1160 - 320) * (24 - 8) + 8px);
}

[t6-wrp] {
}


}

@media screen and (max-width: 800px) {

[t6-wrp] {
	font-size:calc( (100vw - 320px)/(800 - 320) * (20 - 14) + 14px);
}

}