@keyframes btnAni {
	0% {
		transform:scale(1)
	}
	to {
		transform:scale(.9)
	}
}
@keyframes yoil-alpha-down {
	0% {
		opacity:1
	}
	to {
		opacity:0
	}
}
@keyframes yoil-alpha-up {
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
@keyframes lds-dual-ring {
	0% {
		transform:rotate(0deg)
	}
	to {
		transform:rotate(360deg)
	}
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:after,blockquote:before,q:after,q:before {
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box;
	user-select:none
}
@font-face {
	font-family:'VAGRND';
	src:url(../font/VAGRND.woff)
}
@font-face {
	font-family:'BMJUA';
	src:url(../font/BM-JUA.woff)
}
@font-face {
	font-family:'NotoSans';
	src:url(../font/NotoSans-Medium.woff)
}
@font-face {
	font-family:'WORDWB';
	src:url(../font/WORDWB_.woff)
}
@use '../../imagePath';
@use '../common/function';
.yoil-cursorPointer {
	cursor:pointer
}
.yoil_button:hover:active,.yoil_button:hover:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.yoil_button-disable {
	filter:grayscale(1);
	pointer-events:none
}
.yoil_display-hide {
	display:none
}
.yoil_display-alpha-hide {
	opacity:0;
	pointer-events:none
}
.yoil-video-player .yoil-video_view {
	display:flex;
	justify-content:center;
	position:relative
}
.yoil-video-player .yoil-video_view .yoil-video {
	border-radius:30px
}
.yoil-video-player .yoil-video_view .video-cover {
	position:absolute;
	top:-5px;
	border-style:solid;
	border-width:8px;
	border-radius:30px;
	border-color:rgba(255,255,255,.5);
	filter:drop-shadow(10px 10px 4px #0000006c)
}
.yoil-video-player .yoil-video_control {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px
}
.yoil-video-player .yoil-video_control .control_play {
	width:92px;
	height:92px;
	background-image:url(../images/common/animation/btn_play.png);
	margin-right:18px;
	cursor:pointer
}
.yoil-video-player .yoil-video_control .control_play.control_play-pause {
	width:92px;
	height:92px;
	background-image:url(../images/common/animation/btn_pause.png);
	margin-right:18px;
	cursor:pointer
}
.yoil-video-player .yoil-video_control .control_replay,.yoil-video-player .yoil-video_control .control_stop {
	width:92px;
	height:92px;
	background-image:url(../images/common/animation/btn_stop.png);
	margin-right:18px;
	cursor:pointer
}
.yoil-video-player .yoil-video_control .control_replay {
	background-image:url(../images/common/animation/btn_replay.png)
}
.yoil-video-player .yoil-video_control .control_replay.control_replay-off {
	filter:grayscale(1)
}
.yoil-video-player .yoil-video_control .control_bar {
	width:698px;
	height:31px;
	background-image:url(../images/common/animation/bar.png);
	margin-right:18px;
	cursor:pointer;
	cursor:none;
	position:relative
}
.yoil-video-player .yoil-video_control .control_bar input[type=range] {
	width:682px;
	height:12px;
	margin-top:6.8px;
	margin-left:8px
}
.yoil-video-player .yoil-video_control .control_bar input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance:none
}
.yoil-video-player .yoil-video_control .control_bar input[type=range]::-webkit-slider-thumb {
	-webkit-appearance:none;
	cursor:pointer;
	border:10px solid #247dcf
}
.yoil-video-player .yoil-video_control .control_caption {
	width:92px;
	height:92px;
	background-image:url(../images/common/animation/btn_script.png);
	margin-right:18px;
	cursor:pointer
}
.yoil-video-player .yoil-video_control .control_fulltoggle,.yoil-video-player .yoil-video_control .control_sound {
	width:92px;
	height:92px;
	background-image:url(../images/common/animation/btn_expand_on.png);
	margin-right:18px;
	cursor:pointer
}
.yoil-video-player .yoil-video_control .control_sound {
	background-image:url(../images/common/animation/btn_vol_on.png)
}
.yoil-video-player .yoil-video_control .control_sound.control_sound-off {
	width:92px;
	height:92px;
	background-image:url(../images/common/animation/btn_vol_off.png);
	margin-right:18px;
	cursor:pointer
}
.yoil-sound_view {
	display:flex;
	align-items:center;
	gap:20px;
	position:absolute;
	top:965px;
	left:256px
}
.yoil-sound_view .yoil-sound-view_control {
	display:flex;
	gap:10px
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-playPause {
	width:92px;
	height:93px;
	background-image:url(../images/common/animation/btn_play.png)
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-playPause:active,.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-playPause:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-playPause.pause {
	background-image:url(../images/common/animation/btn_pause.png)
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-stop {
	width:92px;
	height:93px;
	background-image:url(../images/common/animation/btn_stop.png)
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-replay:active,.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-replay:hover,.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-stop:active,.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-stop:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-replay {
	width:92px;
	height:93px;
	background-image:url(../images/common/animation/btn_replay.png)
}
.yoil-sound_view .yoil-sound-view_control .yoil-sound_btn-replay.off {
	filter:grayscale(100%)
}
.yoil-sound_view .yoil-sound-view_range input[type=range] {
	width:682px;
	height:12px
}
.yoil-sound_view .yoil-sound-view_range input[type=range]::-webkit-slider-thumb {
	margin-top:0;
	left:0;
	width:30px;
	height:30px;
	background-color:#fff;
	border-radius:22px;
	border:10px solid #247dcf;
	cursor:pointer;
	box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;
	-webkit-appearance:none
}
.yoil-sound_view .yoil-sound-view_soundOnOff {
	width:92px;
	height:93px;
	background-image:url(../images/common/animation/btn_vol_on.png)
}
.yoil-sound_view .yoil-sound-view_soundOnOff:active,.yoil-sound_view .yoil-sound-view_soundOnOff:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.yoil-sound_view .yoil-sound-view_soundOnOff.off {
	background-image:url(../images/common/animation/btn_vol_off.png)
}
.lds-dual-ring {
	display:inline-block;
	width:80px;
	height:80px
}
.lds-dual-ring:after {
	content:' ';
	display:block;
	width:64px;
	height:64px;
	margin:8px;
	border-radius:50%;
	border:6px solid #fff;
	border-color:#fff transparent;
	animation:lds-dual-ring 1.2s linear infinite
}
.content-select {
	background-color:#ece7e7;
	position:absolute;
	top:0;
	width:100%;
	height:1800px
}
.content-select .selectTop {
	width:2000px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:14px
}
.content-select .selectTop .selectTop_left {
	display:flex;
	align-items:center;
	margin-left:50px
}
.content-select .selectTop .selectTop_left .left_menu {
	display:none;
	margin-right:6px;
	width:51px;
	height:42px;
	background-image:url("../images/intro/btn_my menu.png")
}
.content-select .selectTop .selectTop_left .left_logo {
	width:248px;
	height:70px;
	background-image:url(../images/intro/logo_orda.png)
}
.content-select .selectTop .selectTop_right {
	display:flex;
	align-items:center;
	margin-right:50px
}
.content-select .selectTop .selectTop_right .right_qrcode {
	width:70px;
	height:70px;
	margin-right:15px;
	background-size:contain;
	background-image:url(../images/common/qrcode.png)
}
.content-select .selectTop .selectTop_right .right_shop {
	display:none;
	width:83px;
	height:72px;
	background-image:url(../images/intro/btn_shop.png)
}
.content-select .selectTop .selectTop_right .right_youtube {
	display:none;
	margin-left:6px;
	width:84px;
	height:73px;
	background-image:url(../images/intro/btn_youtube.png)
}
.content-select .selectBigBtn {
	width:2000px;
	display:flex;
	justify-content:center;
	margin-top:110px;
	margin-bottom:97px
}
.content-select .selectBigBtn .selectBig_btn {
	width:588px;
	height:628px
}
.content-select .selectBigBtn .selectBig_btn:not(:last-child) {
	margin-right:66px
}
.content-select .selectBigBtn .selectBig_btn:nth-child(1) {
	background-image:url(../images/intro/btn_01.png)
}
.content-select .selectBigBtn .selectBig_btn:nth-child(2) {
	background-image:url(../images/intro/btn_02.png)
}
.content-select .selectBigBtn .selectBig_btn:nth-child(3) {
	background-image:url(../images/intro/btn_03.png)
}
.content-select .selectBoard {
	display:flex;
	align-items:center;
	opacity:0
}
.content-select .selectBoard .selectBoard_arrow {
	width:75px;
	height:90px;
	background-image:url(../images/intro/btn_arrow.png)
}
.content-select .selectBoard .selectBoard_leftBtn {
	margin-left:55px
}
.content-select .selectBoard .selectBoard_list {
	display:flex;
	margin-left:50px;
	margin-right:50px
}
.content-select .selectBoard .selectBoard_list .selectBoard_common {
	width:328px;
	height:229px
}
.content-select .selectBoard .selectBoard_list .selectBoard_news {
	background-image:url(../images/intro/btn_news.png)
}
.content-select .selectBoard .selectBoard_list .selectBoard_event {
	background-image:url(../images/intro/btn_event.png)
}
.content-select .selectBoard .selectBoard_list .selectBoard_book {
	background-image:url(../images/intro/btn_add01.png)
}
.content-select .selectBoard .selectBoard_list .selectBoard_bookSet {
	background-image:url(../images/intro/btn_add02.png)
}
.content-select .selectBoard .selectBoard_list .selectBoard_playTool {
	background-image:url(../images/intro/btn_add03.png)
}
.content-select .selectBoard .selectBoard_rightBtn {
	transform:scaleX(-1)
}
@use '../../imagePath';
@use '../common/function';
@use '../../imagePath';
@use '../../imagePath';
@use "sass:list";
div[class*=content-wfta] {
	width:100%;
	height:100%;
	background-image:url(../images/common/bglogo/bg_wfta_pattern.jpg);
	background-repeat:repeat
}
div[class*=content-wfta] .content_top .top_logo {
	width:227px;
	height:79px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_WFTA.png)
}
div[class*=content-wfta] .content_top .top_title {
	display:flex;
	justify-content:center;
	align-items:center
}
div[class*=content-wfta] .content_top .top_exit {
	z-index:10;
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
div[class*=content-wfta] .content_top .top_exit:active,div[class*=content-wfta] .content_top .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaIndex {
	width:100%;
	height:100%;
	position:absolute;
	top:0
}
.content-wfta .wftaIndex .index_board {
	width:1628px;
	height:983px;
	background-color:#fff;
	border-style:solid;
	border-color:#ffa81f;
	border-width:10px;
	border-radius:30px;
	filter:drop-shadow(15px 15px 15px rgba(0,0,0,.4));
	margin-top:132px;
	margin-left:195px
}
.content-wfta .wftaIndex .index_board.a {
	border-color:#ffa81f
}
.content-wfta .wftaIndex .index_board.b {
	border-color:#ff7200
}
.content-wfta .wftaIndex .index_board.c {
	border-color:#a4d43e
}
.content-wfta .wftaIndex .index_board.d {
	border-color:#47be58
}
.content-wfta .wftaIndex .index_board.e {
	border-color:#46dbba
}
.content-wfta .wftaIndex .index_board.f {
	border-color:#27b3a7
}
.content-wfta .wftaIndex .index_board.g {
	border-color:#85b9f8
}
.content-wfta .wftaIndex .index_board.h {
	border-color:#4989ff
}
.content-wfta .wftaIndex .index_board.i {
	border-color:#b697fc
}
.content-wfta .wftaIndex .index_board.j {
	border-color:#bd62f1
}
.content-wfta .wftaIndex .index_board.k {
	border-color:#ff93e2
}
.content-wfta .wftaIndex .index_board.l {
	border-color:#a952a8
}
.content-wfta .wftaIndex .index_board.m {
	border-color:#ee60ff
}
.content-wfta .wftaIndex .index_board .board_title {
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:56px
}
.content-wfta .wftaIndex .index_board .board_title .title_image {
	width:409px;
	height:102px;
	background-repeat:no-repeat
}
.content-wfta .wftaIndex .index_board .board_title .title_image.bww {
	width:235px;
	height:92px
}
.content-wfta .wftaIndex .index_board .board_contents {
	margin-top:119px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:not(:last-child) {
	margin-right:91px
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item {
	width:339px;
	height:447px
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item1:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_01.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item1:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_02.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item1:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_03.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item2:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_04.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item2:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_05.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item2:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_06.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item3:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_07.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item3:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_08.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item3:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_09.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item4:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_10.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item4:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_11.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item4:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_12.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item5:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_13.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item5:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_14.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item5:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_15.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item6:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_16.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item6:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_17.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item6:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_18.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item7:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_19.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item7:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_20.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item7:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_21.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item8:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_22.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item8:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_23.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item8:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_24.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item9:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_25.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item9:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_26.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item9:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_27.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item10:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_28.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item10:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_29.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item10:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_30.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item11:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_31.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item11:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_32.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item11:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_33.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item12:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_34.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item12:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_35.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item.item12:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_36.jpg)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1),.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2),.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3) {
	position:relative;
	background-size:cover
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1):active,.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_01.png)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(1) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2):active,.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_02.png)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(2) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:hover,.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3):active,.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_03.png)
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-wfta .wftaIndex .index_board .board_contents .contents_item:nth-child(3) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-wfta .wftaIndex .index_board .contents_all {
	position:absolute;
	width:119px;
	height:124px;
	right:31px;
	bottom:30px;
	background-image:url(../images/common/list/btn_all.png)
}
.content-wfta .wftaIndex .index_board .contents_all:active,.content-wfta .wftaIndex .index_board .contents_all:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaIndex .wftaIndex_setion {
	display:flex;
	flex-direction:column;
	gap:6px;
	width:65px;
	position:absolute;
	top:172px;
	right:113px
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn {
	width:65px;
	height:70px;
	cursor:pointer
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(1) {
	background-image:url(../images/common/list/btn_01.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(2) {
	background-image:url(../images/common/list/btn_02.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(3) {
	background-image:url(../images/common/list/btn_03.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(4) {
	background-image:url(../images/common/list/btn_04.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(5) {
	background-image:url(../images/common/list/btn_05.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(6) {
	background-image:url(../images/common/list/btn_06.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(7) {
	background-image:url(../images/common/list/btn_07.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(8) {
	background-image:url(../images/common/list/btn_08.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(9) {
	background-image:url(../images/common/list/btn_09.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(10) {
	background-image:url(../images/common/list/btn_10.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(11) {
	background-image:url(../images/common/list/btn_11.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(12) {
	background-image:url(../images/common/list/btn_12.png)
}
.content-wfta .wftaIndex .wftaIndex_setion .section_btn:nth-child(13) {
	background-image:url(../images/common/list/btn_13.png)
}
.content-wfta .wftaAll {
	position:absolute;
	top:0
}
.content-wfta .wftaAll .all_title {
	position:absolute;
	top:22px;
	left:883px;
	width:244px;
	height:55px;
	background-image:url("../images/common/list/Series ALL.png")
}
.content-wfta .wftaAll .all_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-wfta .wftaAll .all_exit:active,.content-wfta .wftaAll .all_exit:hover,.content-wfta-main .main_center .center_animation:active,.content-wfta-main .main_center .center_animation:hover,.content-wfta-main .main_center .center_ebook:active,.content-wfta-main .main_center .center_ebook:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all {
	display:flex;
	position:relative;
	flex-wrap:wrap;
	margin-top:88px;
	margin-left:49px;
	justify-content:center
}
.content-wfta .wftaAll .all .all_item:nth-child(1) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#ffa81f;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box,.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box {
	position:relative
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_01.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content,.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content {
	width:160px;
	height:211px;
	background-size:cover;
	margin-right:10px
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ffa81f;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_01.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_02.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_03.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(2),.content-wfta .wftaAll .all .all_item:nth-child(3),.content-wfta .wftaAll .all .all_item:nth-child(4) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#ff7200;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_02.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ff7200;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_04.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_05.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_06.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(3),.content-wfta .wftaAll .all .all_item:nth-child(4) {
	border-color:#a4d43e
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_03.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#a4d43e;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_07.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_08.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_09.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(4) {
	border-color:#47be58
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_04.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#47be58;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_10.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_11.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_12.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(5),.content-wfta .wftaAll .all .all_item:nth-child(6),.content-wfta .wftaAll .all .all_item:nth-child(7) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#46dbba;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_05.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#46dbba;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_13.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_14.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_15.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(6),.content-wfta .wftaAll .all .all_item:nth-child(7) {
	border-color:#27b3a7
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_06.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#27b3a7;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_16.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_17.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_18.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(7) {
	border-color:#85b9f8
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_07.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#85b9f8;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_19.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_20.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_21.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(10),.content-wfta .wftaAll .all .all_item:nth-child(8),.content-wfta .wftaAll .all .all_item:nth-child(9) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#4989ff;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_08.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#4989ff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_22.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_23.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_24.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(10),.content-wfta .wftaAll .all .all_item:nth-child(9) {
	border-color:#b697fc
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_09.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#b697fc;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_25.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_26.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_27.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(10) {
	border-color:#bd62f1
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_10.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#bd62f1;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_28.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_29.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_30.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(11),.content-wfta .wftaAll .all .all_item:nth-child(12),.content-wfta .wftaAll .all .all_item:nth-child(13) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#ff93e2;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_11.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ff93e2;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_31.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_32.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_33.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(12),.content-wfta .wftaAll .all .all_item:nth-child(13) {
	border-color:#a952a8
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_12.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#a952a8;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_34.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_35.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_36.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(13) {
	border-color:#ee60ff
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_13.png)
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:active,.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ee60ff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/wfta/list/cover/btn_37.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/wfta/list/cover/btn_38.jpg)
}
.content-wfta .wftaAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/wfta/list/cover/btn_39.jpg)
}
.content-wfta .intro {
	display:none;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:#ece6e6;
	justify-content:center;
	align-items:center
}
.content-wfta .intro .intro_img {
	width:658px;
	height:828px;
	background-image:url(../images/wfta/logo.png)
}
.content-wfta .intro.intro_logo {
	display:flex;
	justify-content:center;
	align-items:center;
	animation-duration:2.5s;
	animation-name:yoil-alpha-down;
	animation-fill-mode:forwards
}
.content-wfta-main .main_center {
	display:flex;
	margin-top:88px;
	margin-left:50px;
	margin-bottom:38px
}
.content-wfta-main .main_center .center_animation,.content-wfta-main .main_center .center_ebook {
	width:724px;
	height:534px;
	margin-right:20px
}
.content-wfta-main .main_center .center_other .other_mv {
	width:406px;
	height:260px;
	margin-bottom:10px
}
.content-wfta-main .main_center .center_other .other_act {
	width:406px;
	height:260px
}
.content-wfta-main .main_bottom {
	display:flex;
	margin-left:50px
}
.content-wfta-main .main_bottom .bottom_menu {
	width:362px;
	height:262px;
	margin-right:10px
}
.content-wfta-main .main_bottom .bottom_menu:active,.content-wfta-main .main_bottom .bottom_menu:hover,.content-wfta-main .main_center .center_other .other_act:active,.content-wfta-main .main_center .center_other .other_act:hover,.content-wfta-main .main_center .center_other .other_mv:active,.content-wfta-main .main_center .center_other .other_mv:hover,.content-wfta-main .main_other .other_sound:active,.content-wfta-main .main_other .other_sound:hover,.content-wfta-mv .mv_top .wftaContent_exit:active,.content-wfta-mv .mv_top .wftaContent_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta-main .main_other {
	width:100%;
	display:flex;
	justify-content:flex-end
}
.content-wfta-main .main_other .other_sound {
	width:384px;
	height:132px;
	margin-top:10px;
	margin-right:40px;
	background-image:url(../images/wfta/btn_audio.png)
}
.content-wfta-mv .mv_top {
	width:1897px;
	height:80px
}
.content-wfta-mv .mv_top .wftaContent_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
@use '../../imagePath';
div[class*=content-bww] {
	width:100%;
	height:100%;
	background-image:url(../images/common/bglogo/bg_bwP_pattern.jpg);
	background-repeat:repeat
}
div[class*=content-bww] .content_top .top_logo {
	width:458px;
	height:77px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_BW.png)
}
div[class*=content-bww] .content_top .top_exit {
	z-index:10
}
.content-bww .bwwIndex .bwwIndex_exit:active,.content-bww .bwwIndex .bwwIndex_exit:hover,div[class*=content-bww] .content_top .top_exit:active,div[class*=content-bww] .content_top .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwIndex {
	width:100%;
	height:100%;
	position:absolute;
	top:0
}
.content-bww .bwwIndex .bwwIndex_exit,div[class*=content-bww] .content_top .top_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-bww .bwwIndex .index_board {
	background-color:#fff;
	border-style:solid;
	border-color:#ffa81f;
	border-width:10px;
	border-radius:30px;
	filter:drop-shadow(15px 15px 15px rgba(0,0,0,.4));
	margin-top:132px;
	width:1420px;
	height:983px;
	margin-left:292px
}
.content-bww .bwwIndex .index_board.a {
	border-color:#ffa81f
}
.content-bww .bwwIndex .index_board.b {
	border-color:#ff7200
}
.content-bww .bwwIndex .index_board.c {
	border-color:#a4d43e
}
.content-bww .bwwIndex .index_board.d {
	border-color:#47be58
}
.content-bww .bwwIndex .index_board.e {
	border-color:#46dbba
}
.content-bww .bwwIndex .index_board.f {
	border-color:#27b3a7
}
.content-bww .bwwIndex .index_board.g {
	border-color:#85b9f8
}
.content-bww .bwwIndex .index_board.h {
	border-color:#4989ff
}
.content-bww .bwwIndex .index_board.i {
	border-color:#b697fc
}
.content-bww .bwwIndex .index_board.j {
	border-color:#bd62f1
}
.content-bww .bwwIndex .index_board.k {
	border-color:#ff93e2
}
.content-bww .bwwIndex .index_board.l {
	border-color:#a952a8
}
.content-bww .bwwIndex .index_board.m {
	border-color:#ee60ff
}
.content-bww .bwwIndex .index_board .board_title {
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:56px
}
.content-bww .bwwIndex .index_board .board_title .title_image {
	width:409px;
	height:102px;
	background-repeat:no-repeat
}
.content-bww .bwwIndex .index_board .board_title .title_image.bww {
	width:235px;
	height:92px
}
.content-bww .bwwIndex .index_board .board_contents {
	margin-top:119px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.content-bww .bwwIndex .index_board .board_contents .contents_item {
	width:339px;
	height:447px
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item1:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_01.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item2:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_02.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item3:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_03.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item4:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_04.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item5:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_05.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item6:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_06.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item7:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_07.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item8:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_08.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item9:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_09.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item10:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_10.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item11:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_11.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item12:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_12.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item.item13:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_13.jpg)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1) {
	position:relative;
	background-size:cover
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:hover,.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1):active,.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_01.png)
}
.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-bww .bwwIndex .index_board .board_contents .contents_item:nth-child(1) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-bww .bwwIndex .index_board .contents_all {
	position:absolute;
	width:119px;
	height:124px;
	right:31px;
	bottom:30px;
	background-image:url(../images/common/list/btn_all.png)
}
.content-bww .bwwIndex .index_board .contents_all:active,.content-bww .bwwIndex .index_board .contents_all:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwIndex .index_setion {
	display:flex;
	flex-direction:column;
	width:65px;
	position:absolute;
	top:150px;
	gap:3px;
	right:223px
}
.content-bww .bwwIndex .index_setion .section_btn {
	width:65px;
	height:70px;
	cursor:pointer
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(1) {
	background-image:url(../images/common/list/btn_01.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(2) {
	background-image:url(../images/common/list/btn_02.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(3) {
	background-image:url(../images/common/list/btn_03.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(4) {
	background-image:url(../images/common/list/btn_04.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(5) {
	background-image:url(../images/common/list/btn_05.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(6) {
	background-image:url(../images/common/list/btn_06.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(7) {
	background-image:url(../images/common/list/btn_07.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(8) {
	background-image:url(../images/common/list/btn_08.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(9) {
	background-image:url(../images/common/list/btn_09.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(10) {
	background-image:url(../images/common/list/btn_10.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(11) {
	background-image:url(../images/common/list/btn_11.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(12) {
	background-image:url(../images/common/list/btn_12.png)
}
.content-bww .bwwIndex .index_setion .section_btn:nth-child(13) {
	background-image:url(../images/common/list/btn_13.png)
}
.content-bww .bwwAll {
	position:absolute;
	top:0
}
.content-bww .bwwAll .all_title {
	position:absolute;
	top:22px;
	left:883px;
	width:244px;
	height:55px;
	background-image:url("../images/common/list/Series ALL.png")
}
.content-bww .bwwAll .all_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-bww .bwwAll .all_exit:active,.content-bww .bwwAll .all_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all {
	display:flex;
	position:relative;
	flex-wrap:wrap;
	margin-top:140px;
	margin-left:35px;
	justify-content:center
}
.content-bww .bwwAll .all .all_item:nth-child(1) {
	width:346px;
	height:322px;
	border-style:solid;
	border-width:5px;
	border-color:#ffa81f;
	border-radius:20px;
	margin-right:43px;
	margin-bottom:20px;
	background-color:#fff
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box,.content-bww .bwwAll .all .all_item:nth-child(10) .item_box,.content-bww .bwwAll .all .all_item:nth-child(11) .item_box,.content-bww .bwwAll .all .all_item:nth-child(12) .item_box,.content-bww .bwwAll .all .all_item:nth-child(13) .item_box,.content-bww .bwwAll .all .all_item:nth-child(2) .item_box,.content-bww .bwwAll .all .all_item:nth-child(3) .item_box,.content-bww .bwwAll .all .all_item:nth-child(4) .item_box,.content-bww .bwwAll .all .all_item:nth-child(5) .item_box,.content-bww .bwwAll .all .all_item:nth-child(6) .item_box,.content-bww .bwwAll .all .all_item:nth-child(7) .item_box,.content-bww .bwwAll .all .all_item:nth-child(8) .item_box,.content-bww .bwwAll .all .all_item:nth-child(9) .item_box {
	position:relative
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_01.png)
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content,.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content {
	width:226px;
	height:282px;
	background-size:cover;
	margin-right:10px
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ffa81f;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_01.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(2),.content-bww .bwwAll .all .all_item:nth-child(3),.content-bww .bwwAll .all .all_item:nth-child(4) {
	width:346px;
	height:322px;
	border-style:solid;
	border-width:5px;
	border-color:#ff7200;
	border-radius:20px;
	margin-right:43px;
	margin-bottom:20px;
	background-color:#fff
}
.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_02.png)
}
.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ff7200;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_02.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(3),.content-bww .bwwAll .all .all_item:nth-child(4) {
	border-color:#a4d43e
}
.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_03.png)
}
.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#a4d43e;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_03.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(4) {
	border-color:#47be58
}
.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_04.png)
}
.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#47be58;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_04.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(5),.content-bww .bwwAll .all .all_item:nth-child(6),.content-bww .bwwAll .all .all_item:nth-child(7) {
	width:346px;
	height:322px;
	border-style:solid;
	border-width:5px;
	border-color:#46dbba;
	border-radius:20px;
	margin-right:43px;
	margin-bottom:20px;
	background-color:#fff
}
.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_05.png)
}
.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#46dbba;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_05.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(6),.content-bww .bwwAll .all .all_item:nth-child(7) {
	border-color:#27b3a7
}
.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_06.png)
}
.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#27b3a7;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_06.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(7) {
	border-color:#85b9f8
}
.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_07.png)
}
.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#85b9f8;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_07.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(10),.content-bww .bwwAll .all .all_item:nth-child(8),.content-bww .bwwAll .all .all_item:nth-child(9) {
	width:346px;
	height:322px;
	border-style:solid;
	border-width:5px;
	border-color:#4989ff;
	border-radius:20px;
	margin-right:43px;
	margin-bottom:20px;
	background-color:#fff
}
.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_08.png)
}
.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#4989ff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_08.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(10),.content-bww .bwwAll .all .all_item:nth-child(9) {
	border-color:#b697fc
}
.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_09.png)
}
.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#b697fc;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_09.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(10) {
	border-color:#bd62f1
}
.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_10.png)
}
.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#bd62f1;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_10.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(11),.content-bww .bwwAll .all .all_item:nth-child(12),.content-bww .bwwAll .all .all_item:nth-child(13) {
	width:346px;
	height:322px;
	border-style:solid;
	border-width:5px;
	border-color:#ff93e2;
	border-radius:20px;
	margin-right:43px;
	margin-bottom:20px;
	background-color:#fff
}
.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_11.png)
}
.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ff93e2;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_11.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(12),.content-bww .bwwAll .all .all_item:nth-child(13) {
	border-color:#a952a8
}
.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_12.png)
}
.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#a952a8;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_12.jpg)
}
.content-bww .bwwAll .all .all_item:nth-child(13) {
	border-color:#ee60ff
}
.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_13.png)
}
.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:16px;
	left:87px
}
.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:active,.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content .content_number {
	margin-left:101px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ee60ff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-bww .bwwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/bww/list/cover/btn_13.jpg)
}
.content-bww .intro {
	display:none;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:#fff
}
.content-bww .intro .intro_img {
	width:1017px;
	height:857px;
	background-image:url(../images/bww/BW_logo.png)
}
.content-bww .intro.intro_logo {
	display:flex;
	justify-content:center;
	align-items:center;
	animation-duration:2.5s;
	animation-name:yoil-alpha-down;
	animation-fill-mode:forwards
}
.content-bww-main .main_content:active,.content-bww-main .main_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-bww-main .main_center {
	display:flex;
	justify-content:center;
	margin-top:112px
}
.content-bww-main .main_center .center_content {
	width:624px;
	height:552px
}
.content-bww-main .main_center .center_content:not(:last-child) {
	margin-right:30px
}
.content-bww-main .main_bottom {
	display:flex;
	justify-content:center;
	margin-top:32px
}
.content-bww-main .main_bottom .bottom_content {
	width:464px;
	height:282px
}
.content-bww-main .main_bottom .bottom_content:not(:last-child) {
	margin-right:25px
}
@use '../../imagePath';
@use '../common/function';
@use '../../imagePath';
@use '../../imagePath';
@use "sass:list";
div[class*=content-ww] {
	width:100%;
	height:100%;
	background-image:url(../images/common/bglogo/bg_ww_pattern.jpg);
	background-repeat:repeat
}
div[class*=content-ww] .content_top {
	height:67px
}
div[class*=content-ww] .content_top .top_logo {
	width:298px;
	height:75px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_WW.png);
	position:absolute;
	z-index:10
}
div[class*=content-ww] .content_top .top_exit {
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png);
	position:absolute;
	z-index:10
}
div[class*=content-ww] .content_top .top_exit:active,div[class*=content-ww] .content_top .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwIndex {
	width:100%;
	height:100%;
	position:absolute;
	top:0
}
.content-ww .wwIndex .index_board {
	width:1628px;
	height:983px;
	background-color:#fff;
	border-style:solid;
	border-color:#ffa81f;
	border-width:10px;
	border-radius:30px;
	filter:drop-shadow(15px 15px 15px rgba(0,0,0,.4));
	margin-top:132px;
	margin-left:195px
}
.content-ww .wwIndex .index_board.a {
	border-color:#ffa81f
}
.content-ww .wwIndex .index_board.b {
	border-color:#ff7200
}
.content-ww .wwIndex .index_board.c {
	border-color:#a4d43e
}
.content-ww .wwIndex .index_board.d {
	border-color:#47be58
}
.content-ww .wwIndex .index_board.e {
	border-color:#46dbba
}
.content-ww .wwIndex .index_board.f {
	border-color:#27b3a7
}
.content-ww .wwIndex .index_board.g {
	border-color:#85b9f8
}
.content-ww .wwIndex .index_board.h {
	border-color:#4989ff
}
.content-ww .wwIndex .index_board.i {
	border-color:#b697fc
}
.content-ww .wwIndex .index_board.j {
	border-color:#bd62f1
}
.content-ww .wwIndex .index_board.k {
	border-color:#ff93e2
}
.content-ww .wwIndex .index_board.l {
	border-color:#a952a8
}
.content-ww .wwIndex .index_board.m {
	border-color:#ee60ff
}
.content-ww .wwIndex .index_board .board_title {
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:56px
}
.content-ww .wwIndex .index_board .board_title .title_image {
	width:409px;
	height:102px;
	background-repeat:no-repeat
}
.content-ww .wwIndex .index_board .board_title .title_image.bww {
	width:235px;
	height:92px
}
.content-ww .wwIndex .index_board .board_contents {
	margin-top:119px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative
}
.content-ww .wwIndex .index_board .board_contents .contents_item:not(:last-child) {
	margin-right:49px
}
.content-ww .wwIndex .index_board .board_contents .contents_item {
	width:339px;
	height:380px
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item1:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_01.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item1:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_02.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item1:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_03.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item1:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_04.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item2:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_05.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item2:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_06.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item2:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_07.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item2:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_08.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item3:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_09.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item3:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_10.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item3:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_11.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item3:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_12.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item4:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_13.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item4:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_14.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item4:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_15.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item4:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_16.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item5:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_17.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item5:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_18.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item5:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_19.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item5:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_20.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item6:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_21.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item6:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_22.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item6:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_23.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item6:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_24.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item7:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_25.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item7:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_26.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item7:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_27.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item7:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_28.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item8:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_29.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item8:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_30.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item8:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_31.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item8:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_32.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item9:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_33.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item9:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_34.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item9:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_35.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item9:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_36.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item10:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_37.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item10:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_38.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item10:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_39.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item10:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_40.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item11:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_41.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item11:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_42.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item11:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_43.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item11:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_44.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item12:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_45.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item12:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_46.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item12:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_47.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item.item12:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_48.jpg)
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1),.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2),.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3),.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4) {
	position:relative;
	background-size:cover
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1):active,.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_01.png)
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(1) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2):active,.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_02.png)
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(2) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3):active,.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_03.png)
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(3) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:hover,.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4):active,.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4):hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4) .item_bookmark {
	position:absolute;
	margin-left:250px;
	top:-30px;
	width:92px;
	height:123px;
	background-image:url(../images/common/list/bookmark_04.png)
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4) .item_supportbar {
	width:390px;
	height:23px;
	position:absolute;
	bottom:-20px;
	left:-23px;
	background-image:url("../images/common/list/support bar.png")
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4) .item_border {
	width:334px;
	height:60px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-style:solid;
	border-color:#ddd;
	margin-top:535px
}
.content-ww .wwIndex .index_board .board_contents .contents_item:nth-child(4) .item_text {
	position:absolute;
	top:483px;
	height:100px;
	width:334px;
	line-height:60px;
	font-size:40px;
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	text-align:center;
	user-select:none
}
.content-ww .wwIndex .index_board .board_contents .contents_item .item_border {
	margin-top:440px!important
}
.content-ww .wwIndex .index_board .board_contents .contents_item .item_text {
	top:392px!important
}
.content-ww .wwIndex .index_board .contents_all {
	position:absolute;
	width:119px;
	height:124px;
	right:31px;
	bottom:30px;
	background-image:url(../images/common/list/btn_all.png)
}
.content-ww .wwIndex .index_board .contents_all:active,.content-ww .wwIndex .index_board .contents_all:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwIndex .wwIndex_setion {
	display:flex;
	flex-direction:column;
	gap:6px;
	width:65px;
	position:absolute;
	top:172px;
	right:113px
}
.content-ww .wwIndex .wwIndex_setion .section_btn {
	width:65px;
	height:70px;
	cursor:pointer
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(1) {
	background-image:url(../images/common/list/btn_01.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(2) {
	background-image:url(../images/common/list/btn_02.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(3) {
	background-image:url(../images/common/list/btn_03.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(4) {
	background-image:url(../images/common/list/btn_04.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(5) {
	background-image:url(../images/common/list/btn_05.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(6) {
	background-image:url(../images/common/list/btn_06.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(7) {
	background-image:url(../images/common/list/btn_07.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(8) {
	background-image:url(../images/common/list/btn_08.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(9) {
	background-image:url(../images/common/list/btn_09.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(10) {
	background-image:url(../images/common/list/btn_10.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(11) {
	background-image:url(../images/common/list/btn_11.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(12) {
	background-image:url(../images/common/list/btn_12.png)
}
.content-ww .wwIndex .wwIndex_setion .section_btn:nth-child(13) {
	background-image:url(../images/common/list/btn_13.png)
}
.content-ww .wwAll {
	position:absolute;
	top:0
}
.content-ww .wwAll .all_title {
	position:absolute;
	top:22px;
	left:883px;
	width:244px;
	height:55px;
	background-image:url("../images/common/list/Series ALL.png")
}
.content-ww .wwAll .all_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-ww .wwAll .all_exit:active,.content-ww .wwAll .all_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all {
	display:flex;
	position:relative;
	flex-wrap:wrap;
	margin-top:88px;
	margin-left:49px;
	justify-content:center
}
.content-ww .wwAll .all .all_item:nth-child(1) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#ffa81f;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box,.content-ww .wwAll .all .all_item:nth-child(10) .item_box,.content-ww .wwAll .all .all_item:nth-child(11) .item_box,.content-ww .wwAll .all .all_item:nth-child(12) .item_box,.content-ww .wwAll .all .all_item:nth-child(13) .item_box,.content-ww .wwAll .all .all_item:nth-child(2) .item_box,.content-ww .wwAll .all .all_item:nth-child(3) .item_box,.content-ww .wwAll .all .all_item:nth-child(4) .item_box,.content-ww .wwAll .all .all_item:nth-child(5) .item_box,.content-ww .wwAll .all .all_item:nth-child(6) .item_box,.content-ww .wwAll .all .all_item:nth-child(7) .item_box,.content-ww .wwAll .all .all_item:nth-child(8) .item_box,.content-ww .wwAll .all .all_item:nth-child(9) .item_box {
	position:relative
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_01.png)
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content,.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content {
	width:125px;
	height:133px;
	background-size:cover;
	margin-right:2px
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ffa81f;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_01.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_02.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_03.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(1) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_04.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(2),.content-ww .wwAll .all .all_item:nth-child(3),.content-ww .wwAll .all .all_item:nth-child(4) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#ff7200;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_02.png)
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ff7200;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_05.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_06.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_07.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(2) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_08.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(3),.content-ww .wwAll .all .all_item:nth-child(4) {
	border-color:#a4d43e
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_03.png)
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#a4d43e;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_09.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_10.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_11.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(3) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_12.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(4) {
	border-color:#47be58
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_04.png)
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#47be58;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_13.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_14.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_15.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(4) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_16.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(5),.content-ww .wwAll .all .all_item:nth-child(6),.content-ww .wwAll .all .all_item:nth-child(7) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#46dbba;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_05.png)
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#46dbba;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_17.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_18.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_19.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(5) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_20.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(6),.content-ww .wwAll .all .all_item:nth-child(7) {
	border-color:#27b3a7
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_06.png)
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#27b3a7;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_21.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_22.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_23.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(6) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_24.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(7) {
	border-color:#85b9f8
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_07.png)
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#85b9f8;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_25.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_26.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_27.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(7) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_28.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(10),.content-ww .wwAll .all .all_item:nth-child(8),.content-ww .wwAll .all .all_item:nth-child(9) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#4989ff;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_08.png)
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#4989ff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_29.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_30.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_31.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(8) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_32.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(10),.content-ww .wwAll .all .all_item:nth-child(9) {
	border-color:#b697fc
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_09.png)
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#b697fc;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_33.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_34.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_35.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(9) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_36.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(10) {
	border-color:#bd62f1
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_10.png)
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#bd62f1;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_37.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_38.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_39.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(10) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_40.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(11),.content-ww .wwAll .all .all_item:nth-child(12),.content-ww .wwAll .all .all_item:nth-child(13) {
	width:600px;
	height:260px;
	border-style:solid;
	border-width:5px;
	border-color:#ff93e2;
	border-radius:20px;
	margin-right:49px;
	margin-bottom:13px;
	background-color:#fff
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_11.png)
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ff93e2;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_41.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_42.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_43.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(11) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_44.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(12),.content-ww .wwAll .all .all_item:nth-child(13) {
	border-color:#a952a8
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_12.png)
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#a952a8;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_45.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_46.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_47.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(12) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_48.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(13) {
	border-color:#ee60ff
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_number {
	margin-top:92px;
	width:65px;
	height:70px;
	display:inline-block;
	background-image:url(../images/common/list/btn_13.png)
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents {
	display:flex;
	position:absolute;
	top:25px;
	left:77px
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:active,.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content .content_number {
	margin-left:38px;
	margin-top:156px;
	border-radius:50%;
	width:50px;
	height:50px;
	background-color:#ee60ff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'BMJUA';
	font-size:30px;
	color:#fff;
	user-select:none
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(1) {
	background-image:url(../images/ww/list/cover/btn_49.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(2) {
	background-image:url(../images/ww/list/cover/btn_50.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(3) {
	background-image:url(../images/ww/list/cover/btn_51.jpg)
}
.content-ww .wwAll .all .all_item:nth-child(13) .item_box .box_contents .box_content:nth-child(4) {
	background-image:url(../images/ww/list/cover/btn_52.jpg)
}
.content-ww .intro {
	display:none;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:#ece6e6;
	justify-content:center;
	align-items:center
}
.content-ww .intro .intro_img {
	width:949px;
	height:776px;
	background-image:url(../images/ww/logo.png)
}
.content-ww .intro.intro_logo {
	display:flex;
	justify-content:center;
	align-items:center;
	animation-duration:2.5s;
	animation-name:yoil-alpha-down;
	animation-fill-mode:forwards
}
.content-ww-main .main_content:active,.content-ww-main .main_content:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-main .main_center {
	display:flex;
	margin-top:43px;
	margin-left:50px;
	margin-bottom:38px
}
.content-ww-main .main_center .main_content-center {
	width:504px;
	height:552px
}
.content-ww-main .main_bottom .bottom_menu,.content-ww-main .main_center .center_other .main_content-side {
	width:384px;
	height:282px
}
.content-ww-main .main_bottom {
	display:flex;
	justify-content:center
}
.content-ww-main .other_sound {
	width:384px;
	height:132px;
	position:absolute;
	right:30px;
	background-image:url(../images/ww/btn_audio.png)
}
.content-ww-buildingword .buildingword_content .content_board .board_arrow-left:active,.content-ww-buildingword .buildingword_content .content_board .board_arrow-left:hover,.content-ww-main .other_sound:active,.content-ww-main .other_sound:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-buildingword .buildingword_content {
	display:flex;
	justify-content:center
}
.content-ww-buildingword .buildingword_content .content_board {
	display:flex;
	align-items:center;
	justify-content:center;
	width:1804px;
	height:1054px;
	background-image:url(../images/common/write-buildingwords/board.png)
}
.content-ww-buildingword .buildingword_content .content_board .board_arrow-left {
	width:73px;
	height:98px;
	background-image:url(../images/common/ebook/btn_prev.png);
	margin-right:100px
}
.content-ww-buildingword .buildingword_content .content_board .board_view {
	position:relative
}
.content-ww-buildingword .buildingword_content .content_board .board_view .view_image {
	width:1300px;
	height:840px;
	cursor:pointer
}
.content-ww-buildingword .buildingword_content .content_board .board_view .view_image.yoil-alpha-down {
	animation-name:yoil-alpha-down;
	animation-duration:2s;
	animation-fill-mode:forwards
}
.content-ww-buildingword .buildingword_content .content_board .board_view .view_text {
	top:0;
	width:1300px;
	height:840px;
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	user-select:none
}
.content-ww-buildingword .buildingword_content .content_board .board_view .view_text .text {
	font-family:'VAGRND';
	font-size:500px;
	user-select:none;
	text-transform:uppercase
}
.content-ww-buildingword .buildingword_content .content_board .board_view .view_text.yoil-alpha-up {
	animation-name:yoil-alpha-up;
	animation-duration:2s;
	animation-fill-mode:forwards
}
.content-ww-buildingword .buildingword_content .content_board .board_arrow-right {
	width:73px;
	height:98px;
	background-image:url(../images/common/ebook/btn_next.png);
	margin-left:100px
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_exit:active,.content-ww-buildingword .buildingword_content .board_list .list_board .board_exit:hover,.content-ww-buildingword .buildingword_content .content_board .board_arrow-right:active,.content-ww-buildingword .buildingword_content .content_board .board_arrow-right:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-buildingword .buildingword_content .board_list {
	position:absolute;
	bottom:268px;
	right:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end
}
.content-ww-buildingword .buildingword_content .board_list .list_board {
	width:422px;
	height:605px;
	background-image:url("../images/common/write-buildingwords/word list.png");
	background-repeat:no-repeat
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_exit {
	position:absolute;
	right:0;
	margin-right:30px;
	margin-top:15px;
	width:24px;
	height:28px;
	background-image:url(../images/common/write-buildingwords/btn_close.png)
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words {
	margin-top:127px;
	margin-left:35px;
	width:349px;
	height:414px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
	overflow:scroll;
	overflow-x:hidden
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words::-webkit-scrollbar {
	width:10px
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words::-webkit-scrollbar-track {
	background-color:#c6cfd4;
	border-radius:10px
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color:#00a8ff
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words .words_0 {
	margin-top:20px
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words div[class*=words_],.content-ww-write .write_content .board_list .list_board .board_words div[class*=words_] {
	width:349px;
	color:#909090;
	font-size:50px;
	font-family:'VAGRND';
	text-transform:uppercase;
	border-bottom:#c6cfd4;
	border-style:solid;
	display:flex;
	padding-bottom:20px;
	justify-content:center;
	user-select:none;
	cursor:pointer
}
.content-ww-buildingword .buildingword_content .board_list .list_board .board_words div[class*=words_].current,.content-ww-write .write_content .board_list .list_board .board_words div[class*=words_].current {
	color:#1f74c1
}
.content-ww-buildingword .buildingword_content .list_btn {
	position:absolute;
	right:135px;
	bottom:46px;
	width:175px;
	height:224px;
	background-image:url(../images/common/write-buildingwords/btn_list.png);
	background-repeat:no-repeat
}
.content-ww-buildingword .buildingword_content .list_btn:active,.content-ww-buildingword .buildingword_content .list_btn:hover,.content-ww-quiz .quiz_content .content_answers .answers_list:active,.content-ww-quiz .quiz_content .content_answers .answers_list:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-buildingword .buildingword_content .list_btn.click {
	background-image:url(../images/common/write-buildingwords/btn_list_on.png);
	background-repeat:no-repeat
}
.content-ww-quiz .quiz_content {
	margin-top:49px;
	display:flex;
	flex-direction:column;
	align-items:center
}
.content-ww-quiz .quiz_content .content_title {
	z-index:2;
	width:1800px;
	height:200px;
	background-color:#fff;
	background-clip:padding-box;
	border-radius:50px;
	border-style:solid;
	border-width:10px;
	border-color:rgba(255,255,255,.4);
	filter:drop-shadow(16px 21px 14px rgba(0,0,0,.3));
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:100px;
	font-family:'VAGRND';
	color:#58513c;
	user-select:none
}
.content-ww-quiz .quiz_content .content_title .ww-quiz {
	color:#ff4e00
}
.content-ww-quiz .quiz_content .content_answers {
	width:1800px;
	display:flex;
	justify-content:space-around;
	margin-top:67px
}
.content-ww-quiz .quiz_content .content_answers .answers_list {
	width:542px;
	height:750px;
	background-color:#fff;
	background-clip:padding-box;
	border-radius:50px;
	border-style:solid;
	border-width:10px;
	border-color:rgba(255,255,255,.4)
}
.content-ww-quiz .quiz_content .content_answers .answers_list .list_answer {
	position:absolute
}
.content-ww-quiz .quiz_content .content_answers .answers_list .list_answer,.content-ww-quiz .quiz_content .content_answers .answers_list .list_inner {
	width:523px;
	height:730px;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:41px;
	border-style:solid;
	border-width:10px;
	opacity:0
}
.content-ww-quiz .quiz_content .content_answers .answers_list:nth-child(1) .list_answer,.content-ww-quiz .quiz_content .content_answers .answers_list:nth-child(1) .list_inner {
	border-color:#fcc27c
}
.content-ww-quiz .quiz_content .content_answers .answers_list:nth-child(2) .list_answer,.content-ww-quiz .quiz_content .content_answers .answers_list:nth-child(2) .list_inner {
	border-color:#bcce7d
}
.content-ww-quiz .quiz_content .content_answers .answers_list:nth-child(3) .list_answer,.content-ww-quiz .quiz_content .content_answers .answers_list:nth-child(3) .list_inner {
	border-color:#c8b2c6
}
.content-ww-quiz .quiz_content .content_quiz {
	z-index:3;
	position:absolute;
	opacity:0;
	width:620px;
	height:818px;
	background-color:#fff;
	background-clip:padding-box;
	border-radius:50px;
	border-style:solid;
	border-width:10px;
	border-color:rgba(255,255,255,.4);
	pointer-events:none
}
.content-ww-quiz .quiz_content .content_quiz:active,.content-ww-quiz .quiz_content .content_quiz:hover,.content-ww-write .write_content .content_board .board_arrow-left:active,.content-ww-write .write_content .content_board .board_arrow-left:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-quiz .quiz_content .content_quiz .quiz {
	width:599px;
	height:798px;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:41px;
	border-style:solid;
	border-width:10px;
	border-color:#acacac
}
.content-ww-quiz .content_mask {
	width:100%;
	height:100%;
	background-color:#58513c9a;
	position:absolute;
	top:0;
	left:0
}
.content-ww-quiz .content_tryagain {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	align-items:center;
	pointer-events:none;
	opacity:0
}
.content-ww-quiz .content_tryagain .tryagain_img {
	width:832px;
	height:195px;
	background-image:url("../images/ww/quiz/Try Again__.png")
}
.content-ww-quiz .content_tryagain,.content-ww-write .write_content {
	display:flex;
	justify-content:center
}
.content-ww-write .write_content .content_board {
	display:flex;
	align-items:center;
	justify-content:center;
	width:1804px;
	height:1054px;
	background-image:url(../images/common/write-buildingwords/board.png)
}
.content-ww-write .write_content .content_board .board_arrow-left {
	width:73px;
	height:98px;
	background-image:url(../images/common/ebook/btn_prev.png);
	margin-right:100px;
	z-index:10
}
.content-ww-write .write_content .content_board .board_view {
	position:relative;
	width:1300px;
	height:840px
}
.content-ww-write .write_content .content_board .board_view .view_text {
	top:0;
	width:1300px;
	height:840px;
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	user-select:none
}
.content-ww-write .write_content .content_board .board_view .view_text .text {
	font-family:'VAGRND';
	font-size:500px;
	user-select:none;
	text-transform:lowercase;
	color:transparent;
	background:#666;
	-webkit-background-clip:text;
	-moz-background-clip:text;
	background-clip:text;
	text-shadow:0 3px 3px rgba(255,255,255,.5);
	margin-bottom:100px;
	height:100%;
	display:flex;
	align-items:center
}
.content-ww-write .write_content .content_board .board_arrow-right {
	width:73px;
	height:98px;
	z-index:10;
	background-image:url(../images/common/ebook/btn_next.png);
	margin-left:100px
}
.content-ww-write .write_content .board_list .list_board .board_exit:active,.content-ww-write .write_content .board_list .list_board .board_exit:hover,.content-ww-write .write_content .content_board .board_arrow-right:active,.content-ww-write .write_content .content_board .board_arrow-right:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-write .write_content .canvas {
	position:absolute;
	width:1804px;
	height:1054px
}
.content-ww-write .write_content .board_list {
	position:absolute;
	bottom:268px;
	right:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	z-index:11
}
.content-ww-write .write_content .board_list .list_board {
	width:422px;
	height:605px;
	background-image:url("../images/common/write-buildingwords/word list.png");
	background-repeat:no-repeat
}
.content-ww-write .write_content .board_list .list_board .board_exit {
	position:absolute;
	right:0;
	margin-right:30px;
	margin-top:15px;
	width:24px;
	height:28px;
	background-image:url(../images/common/write-buildingwords/btn_close.png)
}
.content-ww-write .write_content .board_list .list_board .board_words {
	margin-top:127px;
	margin-left:35px;
	width:349px;
	height:414px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
	overflow:scroll;
	overflow-x:hidden
}
.content-ww-write .write_content .board_list .list_board .board_words::-webkit-scrollbar {
	width:10px
}
.content-ww-write .write_content .board_list .list_board .board_words::-webkit-scrollbar-track {
	background-color:#c6cfd4;
	border-radius:10px
}
.content-ww-write .write_content .board_list .list_board .board_words::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color:#00a8ff
}
.content-ww-write .write_content .board_list .list_board .board_words .words_0 {
	margin-top:20px
}
.content-ww-write .write_content .btns {
	display:flex;
	position:absolute;
	right:135px;
	bottom:60px
}
.content-ww-write .write_content .btns .btns_erase,.content-ww-write .write_content .btns .btns_writer {
	width:175px;
	height:175px;
	background-image:url(../images/ww/write/btn_pencil.png);
	background-repeat:no-repeat
}
.content-ww-write .write_content .btns .btns_writer:active,.content-ww-write .write_content .btns .btns_writer:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-write .write_content .btns .btns_writer.click {
	background-image:url(../images/ww/write/btn_pencil_on.png);
	background-repeat:no-repeat
}
.content-ww-write .write_content .btns .btns_erase {
	background-image:url(../images/ww/write/btn_eraser.png)
}
.content-ww-write .write_content .btns .btns_erase:active,.content-ww-write .write_content .btns .btns_erase:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-write .write_content .btns .btns_erase:active {
	background-image:url(../images/ww/write/btn_eraser_on.png);
	background-repeat:no-repeat
}
.content-ww-write .write_content .btns .list_btn {
	width:175px;
	height:224px;
	background-image:url(../images/common/write-buildingwords/btn_list.png);
	background-repeat:no-repeat
}
.content-ww-write .write_content .btns .list_btn:active,.content-ww-write .write_content .btns .list_btn:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ww-write .write_content .btns .list_btn.click {
	background-image:url(../images/common/write-buildingwords/btn_list_on.png);
	background-repeat:no-repeat
}
.content-animation {
	width:100%;
	height:100%;
	background-repeat:repeat
}
.content-animation.ww {
	background-image:url(../images/common/bglogo/bg_ww_pattern.jpg)
}
.content-animation.bww {
	background-image:url(../images/common/bglogo/bg_bwP_pattern.jpg)
}
.content-animation.wfta {
	background-image:url(../images/common/bglogo/bg_wfta_pattern.jpg)
}
.content-animation .content_top.ww .top_logo {
	width:298px;
	height:75px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_WW.png)
}
.content-animation .content_top.bww .top_logo,.content-animation .content_top.wfta .top_logo {
	width:458px;
	height:77px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_BW.png)
}
.content-animation .content_top.wfta .top_logo {
	width:227px;
	height:79px;
	background-image:url(../images/common/bglogo/logo_WFTA.png)
}
.content-animation .content_top .top_title {
	display:flex;
	top:0;
	position:absolute;
	justify-content:center;
	align-items:center;
	width:100%;
	height:80px;
	user-select:none;
	font-family:'VAGRND';
	color:#fff;
	font-size:44px;
	filter:drop-shadow(7px 5px 8px #000)
}
.content-animation .top_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-animation .top_exit:active,.content-animation .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
@use '../../common/yoil-button';
.content-comic,.content-ebook {
	width:100%;
	height:100%;
	background-repeat:repeat
}
.content-ebook.ww {
	background-image:url(../images/common/bglogo/bg_ww_pattern.jpg)
}
.content-ebook.bww {
	background-image:url(../images/common/bglogo/bg_bwP_pattern.jpg)
}
.content-ebook.wfta {
	background-image:url(../images/common/bglogo/bg_wfta_pattern.jpg)
}
.content-ebook .content_top.ww .top_logo {
	width:298px;
	height:75px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_WW.png)
}
.content-ebook .content_top.bww .top_logo,.content-ebook .content_top.wfta .top_logo {
	width:458px;
	height:77px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_BW.png)
}
.content-ebook .content_top.wfta .top_logo {
	width:227px;
	height:79px;
	background-image:url(../images/common/bglogo/logo_WFTA.png)
}
.content-ebook .content_top .top_title {
	display:flex;
	top:0;
	position:absolute;
	justify-content:center;
	align-items:center;
	width:100%;
	height:80px;
	user-select:none;
	font-family:'VAGRND';
	color:#fff;
	font-size:44px;
	filter:drop-shadow(7px 5px 8px #000)
}
.content-ebook .top_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-ebook .top_exit:active,.content-ebook .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ebook .ebook_content {
	display:flex;
	justify-content:center
}
.content-ebook .ebook_content.ww {
	margin-top:147px
}
.content-ebook .ebook_content .content_left {
	width:73px;
	height:98px;
	background-image:url(../images/common/ebook/btn_prev.png)
}
.content-ebook .ebook_content .content_left.wfta {
	margin-top:934px
}
.content-ebook .ebook_content .content_left.ww {
	margin-top:737px
}
.content-ebook .ebook_content .content_book .content_pages .ebook_page .ebook_sound:active,.content-ebook .ebook_content .content_book .content_pages .ebook_page .ebook_sound:hover,.content-ebook .ebook_content .content_left:active,.content-ebook .ebook_content .content_left:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-ebook .ebook_content .content_book {
	display:flex
}
.content-ebook .ebook_content .content_book .book_left.wfta {
	width:41px;
	height:1106px;
	background-image:url(../images/wfta/ebook/shadow_left.png)
}
.content-ebook .ebook_content .content_book .book_left.ww {
	width:26px;
	height:850px;
	background-image:url(../images/ww/ebook/shadow_left.png)
}
.content-ebook .ebook_content .content_book .content_pages {
	background-color:#fff
}
.content-ebook .ebook_content .content_book .content_pages .ebook_page.wfta,.content-ebook .ebook_content .content_book .content_pages.wfta {
	width:1650px;
	height:1103px
}
.content-ebook .ebook_content .content_book .content_pages .ebook_page.ww,.content-ebook .ebook_content .content_book .content_pages.ww {
	width:1700px;
	height:850px
}
.content-ebook .ebook_content .content_book .content_pages .ebook_page {
	position:absolute;
	background-color:#fff
}
.content-ebook .ebook_content .content_book .content_pages .ebook_page .ebook_sound {
	position:absolute;
	width:45px;
	height:45px;
	background-image:url(../images/common/ebook/btn_snd.png)
}
.content-ebook .ebook_content .content_book .content_pages .ebook_page .ebook_sound.playing {
	background-image:url(../images/common/ebook/btn_snd_on.png)
}
.content-ebook .ebook_content .content_book .book_right.wfta {
	width:40px;
	height:1106px;
	background-image:url(../images/wfta/ebook/shadow_right.png)
}
.content-ebook .ebook_content .content_book .book_right.ww {
	width:40px;
	height:850px;
	background-image:url(../images/ww/ebook/shadow_right.png)
}
.content-ebook .ebook_content .content_book .book_bottom {
	position:absolute
}
.content-ebook .ebook_content .content_book .book_bottom.ww {
	bottom:90px;
	width:1766px;
	height:37px;
	background-image:url(../images/ww/ebook/shadow_bottom.png)
}
.content-ebook .ebook_content .content_right {
	width:73px;
	height:98px;
	background-image:url(../images/common/ebook/btn_next.png)
}
.content-ebook .ebook_content .content_right.wfta {
	margin-top:934px
}
.content-ebook .ebook_content .content_right.ww {
	margin-top:737px
}
.content-ebook .ebook_content .content_right:active,.content-ebook .ebook_content .content_right:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-comic.ww {
	background-image:url(../images/common/bglogo/bg_ww_pattern.jpg)
}
.content-comic.bww {
	background-image:url(../images/common/bglogo/bg_bwP_pattern.jpg)
}
.content-comic.wfta {
	background-image:url(../images/common/bglogo/bg_wfta_pattern.jpg)
}
.content-comic .content_top.ww .top_logo {
	width:298px;
	height:75px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_WW.png)
}
.content-comic .content_top.bww .top_logo,.content-comic .content_top.wfta .top_logo {
	width:458px;
	height:77px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_BW.png)
}
.content-comic .content_top.wfta .top_logo {
	width:227px;
	height:79px;
	background-image:url(../images/common/bglogo/logo_WFTA.png)
}
.content-comic .content_top .top_title {
	display:flex;
	top:0;
	position:absolute;
	justify-content:center;
	align-items:center;
	width:100%;
	height:80px;
	user-select:none;
	font-family:'VAGRND';
	color:#fff;
	font-size:44px;
	filter:drop-shadow(7px 5px 8px #000)
}
.content-comic .top_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-comic .comic_content .content_pages .comic_page .comic_sound:active,.content-comic .comic_content .content_pages .comic_page .comic_sound:hover,.content-comic .top_exit:active,.content-comic .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-comic .comic_content {
	display:flex;
	justify-content:center;
	align-items:center
}
.content-comic .comic_content .content_pages {
	position:relative;
	width:1535px;
	height:1097px;
	background-image:url(../images/common/comic/board.png)
}
.content-comic .comic_content .content_pages .comic_page {
	top:29px;
	left:148px;
	position:absolute;
	background-repeat:no-repeat
}
.content-comic .comic_content .content_pages .comic_page.wfta {
	width:1240px;
	height:1020px
}
.content-comic .comic_content .content_pages .comic_page.ww {
	width:1340px;
	height:880px
}
.content-comic .comic_content .content_pages .comic_page .comic_sound {
	position:absolute;
	width:45px;
	height:45px;
	background-image:url(../images/common/ebook/btn_snd.png)
}
.content-comic .comic_content .content_pages .comic_page .comic_sound.playing {
	background-image:url(../images/common/ebook/btn_snd_on.png)
}
.content-comic .comic_content .content_side {
	display:flex;
	gap:21px;
	flex-direction:column;
	align-self:flex-start;
	margin-top:130px;
	margin-left:-30px
}
.content-comic .comic_content .content_side div[class*=side] {
	width:136px;
	height:107px;
	background-repeat:no-repeat
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(1) {
	background-image:url(../images/common/comic/btn_01.png);
	cursor:pointer
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(1).side_click {
	background-image:url(../images/common/comic/btn_01_on.png);
	pointer-events:none
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(1):active,.content-comic .comic_content .content_side div[class*=side]:nth-child(1):hover {
	background-image:url(../images/common/comic/btn_01_on.png)
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(2) {
	background-image:url(../images/common/comic/btn_02.png);
	cursor:pointer
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(2).side_click {
	background-image:url(../images/common/comic/btn_02_on.png);
	pointer-events:none
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(2):active,.content-comic .comic_content .content_side div[class*=side]:nth-child(2):hover {
	background-image:url(../images/common/comic/btn_02_on.png)
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(3) {
	background-image:url(../images/common/comic/btn_03.png);
	cursor:pointer
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(3).side_click {
	background-image:url(../images/common/comic/btn_03_on.png);
	pointer-events:none
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(3):active,.content-comic .comic_content .content_side div[class*=side]:nth-child(3):hover {
	background-image:url(../images/common/comic/btn_03_on.png)
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(4) {
	background-image:url(../images/common/comic/btn_04.png);
	cursor:pointer
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(4).side_click {
	background-image:url(../images/common/comic/btn_04_on.png);
	pointer-events:none
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(4):active,.content-comic .comic_content .content_side div[class*=side]:nth-child(4):hover {
	background-image:url(../images/common/comic/btn_04_on.png)
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(5) {
	background-image:url(../images/common/comic/btn_05.png);
	cursor:pointer
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(5).side_click {
	background-image:url(../images/common/comic/btn_05_on.png);
	pointer-events:none
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(5):active,.content-comic .comic_content .content_side div[class*=side]:nth-child(5):hover {
	background-image:url(../images/common/comic/btn_05_on.png)
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(6) {
	background-image:url(../images/common/comic/btn_06.png);
	cursor:pointer
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(6).side_click {
	background-image:url(../images/common/comic/btn_06_on.png);
	pointer-events:none
}
.content-comic .comic_content .content_side div[class*=side]:nth-child(6):active,.content-comic .comic_content .content_side div[class*=side]:nth-child(6):hover {
	background-image:url(../images/common/comic/btn_06_on.png)
}
.content-audio .audio_content {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center
}
.content-audio .audio_content .content_back {
	position:relative;
	width:1628px;
	height:1093px;
	background-image:url(../images/common/audio/board.png)
}
.content-audio .audio_content .content_back .back_cover {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:357px;
	margin-top:139px;
	margin-left:220px
}
.content-audio .audio_content .content_back .back_cover .cover_img,.content-audio .audio_content .content_back .back_cover .cover_month {
	width:260px;
	height:92px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:20px
}
.content-audio .audio_content .content_back .back_cover .cover_img {
	width:357px;
	height:380px;
	margin-bottom:40px
}
.content-audio .audio_content .content_back .back_cover .cover_title {
	font-family:'VAGRND';
	font-weight:bolder;
	color:#546173;
	text-transform:uppercase;
	user-select:none;
	width:344px;
	height:118px;
	text-align:center;
	font-size:40px;
	line-height:60px
}
.content-audio .audio_content .content_back .back_textBoard {
	width:766px;
	height:914px;
	position:absolute;
	top:37px;
	left:790px;
	display:flex;
	flex-direction:column
}
.content-audio .audio_content .content_back .back_textBoard.native .textBoard_item {
	margin-bottom:17.5px
}
.content-audio .audio_content .content_back .back_textBoard .textBoard_item {
	display:flex;
	align-items:center;
	opacity:.5;
	margin-bottom:20.7px;
	cursor:pointer
}
.content-audio .audio_content .content_back .back_textBoard .textBoard_item.select,.content-audio .audio_content .content_back .back_textBoard .textBoard_item.select .item_icon {
	opacity:1
}
.content-audio .audio_content .content_back .back_textBoard .textBoard_item .item_icon {
	width:37px;
	height:37px;
	margin-right:5px;
	background-image:url(../images/common/audio/icon_select.png);
	opacity:0
}
.content-audio .audio_content .content_back .back_textBoard .textBoard_item .item_text {
	font-family:'VAGRND';
	font-size:40px;
	color:#fff
}
.content-wfta-dictionary,.content-wfta-phonics {
	width:100%;
	height:100%
}
.content-wfta-phonics .phonics_content .content_alphabet {
	margin-bottom:60px
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img {
	display:flex;
	flex-wrap:wrap;
	width:1900px;
	gap:20px;
	margin-left:63px
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img] {
	width:125px;
	height:125px;
	margin-bottom:20px
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(1) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_01.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(2) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_02.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(3) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_03.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(4) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_04.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(5) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_05.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(6) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_06.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(7) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_07.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(8) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_08.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(9) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_09.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(10) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_10.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(11) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_11.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(12) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_12.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(13) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_13.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(14) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_14.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(15) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_15.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(16) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_16.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(17) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_17.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(18) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_18.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(19) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_19.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(20) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_20.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(21) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_21.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(22) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_22.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(23) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_23.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(24) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_24.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(25) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_25.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:nth-child(26) {
	background-position:center;
	background-image:url(../images/wfta/phonics/btn_26.png)
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-all:active,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-all:hover,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-plus div[class^=plus]:active,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-plus div[class^=plus]:hover,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:active,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img]:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-all.select,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-plus div[class^=plus].select,.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img div[class^=img].select {
	border-style:solid;
	border-width:5px;
	border-radius:15px;
	border-color:#fff
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-all {
	width:250px;
	height:125px;
	background-image:url(../images/wfta/phonics/btn_00.png);
	background-position:center
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-plus {
	width:800px;
	height:125px;
	margin-left:250px;
	display:flex;
	justify-content:space-evenly
}
.content-wfta-phonics .phonics_content .content_alphabet .alphabet_img .alphabet-plus div[class^=plus] {
	width:250px;
	height:125px;
	background-position:center
}
.content-wfta-dictionary .dictionary_content {
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center
}
.content-wfta-dictionary .dictionary_content .content_board {
	display:flex;
	align-items:center;
	gap:50px;
	margin-bottom:50px
}
.content-wfta-dictionary .dictionary_content .content_board .board_left {
	width:97px;
	height:137px;
	background-image:url(../images/wfta/dictionary/btn_prev.png)
}
.content-wfta-dictionary .dictionary_content .content_board .board_left:active,.content-wfta-dictionary .dictionary_content .content_board .board_left:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta-dictionary .dictionary_content .content_board .board_panel {
	width:1426px;
	height:582px;
	background-image:url(../images/wfta/dictionary/board.png);
	display:flex
}
.content-wfta-dictionary .dictionary_content .content_board .board_panel .panel_img {
	margin-left:40px;
	margin-top:40px;
	width:630px;
	height:450px
}
.content-wfta-dictionary .dictionary_content .content_board .board_panel .panel_text {
	margin-left:28px;
	width:700px;
	height:536px;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:140px;
	font-family:'WORDWB';
	background-clip:text;
	text-shadow:0 3px 3px rgba(255,255,255,.5);
	margin-bottom:100px
}
.content-wfta-dictionary .dictionary_content .content_board .board_panel .panel_text.text-small {
	font-size:80px
}
.content-wfta-dictionary .dictionary_content .content_board .board_panel .panel_text.text-small2 {
	font-size:100px
}
.content-wfta-dictionary .dictionary_content .content_board .board_right {
	width:97px;
	height:137px;
	background-image:url(../images/wfta/dictionary/btn_next.png)
}
.content-wfta-character .character_content .content_card .card_cha:active,.content-wfta-character .character_content .content_card .card_cha:hover,.content-wfta-character .character_content .content_clip .clip_card .card_audio:active,.content-wfta-character .character_content .content_clip .clip_card .card_audio:hover,.content-wfta-character .character_content .content_clip .clip_videos .videos_img:active,.content-wfta-character .character_content .content_clip .clip_videos .videos_img:hover,.content-wfta-character .character_content .content_song .song_back .yoil-sound-player .yoil-sound_view .player_mr:active,.content-wfta-character .character_content .content_song .song_back .yoil-sound-player .yoil-sound_view .player_mr:hover,.content-wfta-dictionary .dictionary_content .content_board .board_right:active,.content-wfta-dictionary .dictionary_content .content_board .board_right:hover,.content-wfta-dictionary .dictionary_content .content_video .video_play:active,.content-wfta-dictionary .dictionary_content .content_video .video_play:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta-dictionary .dictionary_content .content_video {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:220px
}
.content-wfta-dictionary .dictionary_content .content_video .video_play {
	margin-left:50px;
	width:168px;
	height:168px;
	background-image:url(../images/wfta/dictionary/btn_play.png)
}
.content-wfta-character .character_content {
	height:100%;
	width:100%
}
.content-wfta-character .character_content .content_card {
	display:none;
	justify-content:center;
	align-items:center;
	height:90%
}
.content-wfta-character .character_content .content_card.active {
	display:flex
}
.content-wfta-character .character_content .content_card .card_cha {
	width:490px;
	height:713px
}
.content-wfta-character .character_content .content_card .card_cha:not(:last-child) {
	margin-right:70px
}
.content-wfta-character .character_content .content_clip {
	display:none;
	width:100%;
	height:80%;
	align-items:center;
	justify-content:center
}
.content-wfta-character .character_content .content_clip.active {
	display:flex;
	pointer-events:all
}
.content-wfta-character .character_content .content_clip .clip_card {
	width:490px;
	height:713px;
	margin-right:80px;
	display:flex;
	justify-content:center
}
.content-wfta-character .character_content .content_clip .clip_card .card_audio {
	margin-top:710px;
	width:322px;
	height:117px;
	background-image:url(../images/wfta/character/btn_song.png)
}
.content-wfta-character .character_content .content_clip .clip_videos {
	display:flex;
	width:1260px;
	gap:25px;
	flex-wrap:wrap
}
.content-wfta-character .character_content .content_clip .clip_videos .videos_img {
	width:400px;
	height:358px;
	background-repeat:no-repeat
}
.content-wfta-character .character_content .content_song {
	width:100%;
	height:100%;
	display:none;
	justify-content:center
}
.content-wfta-character .character_content .content_song.active {
	display:flex
}
.content-wfta-character .character_content .content_song .song_back {
	width:1628px;
	height:1093px;
	background-image:url(../images/wfta/character/board.png)
}
.content-wfta-character .character_content .content_song .song_back .yoil-sound-player .yoil-sound_view {
	top:1057px;
	left:380px
}
.content-wfta-character .character_content .content_song .song_back .yoil-sound-player .yoil-sound_view .player_mr {
	width:92px;
	height:93px;
	background-image:url(../images/wfta/character/btn_mr.png)
}
.content-wfta-character .character_content .content_song .song_back .yoil-sound-player .yoil-sound_view .player_mr.active {
	background-image:url(../images/wfta/character/btn_ar.png)
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard {
	display:flex;
	margin-top:72px;
	justify-content:center;
	align-items:center;
	flex-direction:column
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_title {
	font-family:'VAGRND';
	font-size:60px;
	color:#a76b0e;
	margin-bottom:55px
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data {
	margin-left:200px;
	width:1200px;
	height:746px;
	display:flex;
	flex-direction:column;
	overflow-y:scroll
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data::-webkit-scrollbar {
	width:16px
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data::-webkit-scrollbar-track {
	background-color:#ffdaa2;
	border-radius:10px
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color:#ec9b1d
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data .data_line {
	display:flex;
	flex-direction:column;
	margin-bottom:10px
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data .data_line .line_text {
	font-family:'VAGRND';
	font-size:50px;
	color:#000;
	margin-bottom:5px;
	margin-left:100px
}
.content-wfta-character .character_content .content_song .song_back .song_textBoard .textBoard_data .data_line .line_bottom {
	background-color:#ffe1b3;
	height:2px;
	width:1012px
}
.content-wfta-map {
	width:100%;
	height:100%;
	background-repeat:repeat
}
.content-wfta-map.ww {
	background-image:url(../images/common/bglogo/bg_ww_pattern.jpg)
}
.content-wfta-map.bww {
	background-image:url(../images/common/bglogo/bg_bwP_pattern.jpg)
}
.content-wfta-map.wfta {
	background-image:url(../images/common/bglogo/bg_wfta_pattern.jpg)
}
.content-wfta-map .content_top.ww .top_logo {
	width:298px;
	height:75px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_WW.png)
}
.content-wfta-map .content_top.bww .top_logo,.content-wfta-map .content_top.wfta .top_logo {
	width:458px;
	height:77px;
	display:inline-block;
	margin-top:8px;
	margin-left:58px;
	background-image:url(../images/common/bglogo/logo_BW.png)
}
.content-wfta-map .content_top.wfta .top_logo {
	width:227px;
	height:79px;
	background-image:url(../images/common/bglogo/logo_WFTA.png)
}
.content-wfta-map .content_top .top_title {
	display:flex;
	top:0;
	position:absolute;
	justify-content:center;
	align-items:center;
	width:100%;
	height:80px;
	user-select:none;
	font-family:'VAGRND';
	color:#fff;
	font-size:44px;
	filter:drop-shadow(7px 5px 8px #000)
}
.content-wfta-map .top_exit {
	position:absolute;
	width:72px;
	height:73px;
	top:13px;
	right:21px;
	background-image:url(../images/common/list/sub_top.png)
}
.content-wfta-map .map_contents .contents_worldMap .worldMap .worldMap_circle:active,.content-wfta-map .map_contents .contents_worldMap .worldMap .worldMap_circle:hover,.content-wfta-map .top_exit:active,.content-wfta-map .top_exit:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
.content-wfta-map .content_top .top_exit {
	z-index:2
}
.content-wfta-map .map_contents,.content-wfta-map .map_contents .contents_local .local_view .view_board.active {
	display:flex;
	justify-content:center
}
.content-wfta-map .map_contents .contents_worldMap {
	display:block;
	width:1808px;
	height:1116px
}
.content-wfta-map .map_contents .contents_worldMap.S1 {
	background-image:url(../images/wfta/map/map_world01.png)
}
.content-wfta-map .map_contents .contents_worldMap.S2 {
	background-image:url(../images/wfta/map/map_world02.png)
}
.content-wfta-map .map_contents .contents_worldMap.S3 {
	background-image:url(../images/wfta/map/map_world03.png)
}
.content-wfta-map .map_contents .contents_worldMap .worldMap .worldMap_circle {
	position:absolute;
	width:382px;
	height:382px;
	display:none;
	transform:scale(.6);
	background-image:url(../images/wfta/map/place.png);
	animation-name:yoil-alpha-down;
	animation-direction:alternate;
	animation-iteration-count:infinite;
	animation-duration:.5s
}
.content-wfta-map .map_contents .contents_local {
	width:1808px;
	height:1116px;
	display:none
}
.content-wfta-map .map_contents .contents_local .local_view,.content-wfta-map .map_contents .contents_worldMap .worldMap {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.content-wfta-map .map_contents .contents_local .local_view .view_center,.content-wfta-map .map_contents .contents_local .local_view .view_click {
	position:absolute;
	cursor:pointer;
	opacity:.2
}
.content-wfta-map .map_contents .contents_local .local_view .view_board {
	pointer-events:none;
	position:absolute;
	height:400px;
	z-index:3;
	display:none
}
.content-wfta-map .map_contents .contents_local .local_view .view_board.box1 {
	width:692px;
	background-image:url(../images/wfta/map/text_board01.png)
}
.content-wfta-map .map_contents .contents_local .local_view .view_board.box2 {
	width:892px;
	background-image:url(../images/wfta/map/text_board02.png)
}
.content-wfta-map .map_contents .contents_local .local_view .view_board.box3 {
	width:692px;
	background-image:url(../images/wfta/map/text_board03.png)
}
.content-wfta-map .map_contents .contents_local .local_view .view_board.box4 {
	width:692px;
	background-image:url(../images/wfta/map/text_board04.png)
}
.content-wfta-map .map_contents .contents_local .local_view .view_board.box4 .board_content {
	margin-left:89px
}
.content-wfta-map .map_contents .contents_local .local_view .view_board.box5 {
	width:692px;
	background-image:url(../images/wfta/map/text_board05.png)
}
.content-wfta-map .map_contents .contents_local .local_view .view_board .board_content {
	font-family:'NotoSans';
	margin-top:37px;
	margin-left:-80px
}
.content-wfta-map .map_contents .contents_local .local_view .view_board .board_content .content_title {
	display:flex;
	align-items:center;
	margin-bottom:30px
}
.content-wfta-map .map_contents .contents_local .local_view .view_board .board_content .content_title .title_icon {
	width:27px;
	height:27px;
	margin-right:15px;
	background-image:url(../images/wfta/map/icon_text.png)
}
.content-wfta-map .map_contents .contents_local .local_view .view_board .board_content .content_title .title_text {
	color:#facd32;
	font-size:50px
}
.content-wfta-map .map_contents .contents_local .local_view .view_board .board_content .content_text {
	font-size:40px;
	color:#fff;
	line-height:60px
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns {
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-top:830px;
	margin-left:20px
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text,body {
	display:flex;
	align-items:center
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text .icon-view {
	opacity:0
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text.active .icon-view {
	opacity:1
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text .text_icon {
	width:38px;
	height:38px;
	margin-right:34px;
	background-image:url(../images/wfta/map/icon_place.png)
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text .text_area {
	width:170px;
	height:50px;
	opacity:.2;
	margin-right:8px
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text .text_arrow {
	width:74px;
	height:27px;
	z-index:2;
	background-image:url(../images/wfta/map/icon_arrow.png)
}
.content-wfta-map .map_contents .contents_local .local_board .board_text {
	display:none;
	position:absolute;
	top:874px;
	left:427px;
	width:1406px;
	height:253px;
	background-image:url(../images/wfta/map/text-board.png)
}
.content-wfta-map .map_contents .contents_local .local_board .board_text.active {
	display:block
}
.content-wfta-map .map_contents .contents_local .local_board .board_text .text_content {
	font-family:'NotoSans';
	margin-left:20px;
	margin-top:20px;
	line-height:43px;
	font-size:33px;
	width:1380px
}
.content-wfta-map .map_contents .contents_local .local_board .board_text .text_close {
	position:absolute;
	top:-15px;
	right:-15px;
	width:48px;
	height:51px;
	background-image:url(../images/wfta/map/btn_close.png)
}
.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text .text_area:active,.content-wfta-map .map_contents .contents_local .local_board .board_btns .btns_text .text_area:hover,.content-wfta-map .map_contents .contents_local .local_board .board_text .text_close:active,.content-wfta-map .map_contents .contents_local .local_board .board_text .text_close:hover {
	animation-duration:.5s;
	animation-name:btnAni;
	animation-fill-mode:forwards;
	cursor:pointer
}
body {
	background-color:#000;
	justify-content:center
}
.contents {
	position:absolute;
	top:0;
	width:2000px;
	height:1200px;
	margin-bottom:10px
}
.contents,.contents .content,body {
	overflow-y:hidden;
}
.copywriter {
	position:absolute;
	bottom:12px
}
.copywriter .copywriter_text {
	font-size:16px;
	font-weight:500;
	font-family:'NotoSans';
	user-select:none
}
.yoil-loading {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:10;
	background-color:#5e5858;
	opacity: .7
}