@charset "UTF-8";
@font-face {
	font-family: 'NanumMyeongjoBold';
	src: url("fonts/NanumMyeongjo-Bold.ttf");
	src: local("☺"), url("fonts/NanumMyeongjo-Bold.woff") format("woff"), url("fonts/NanumMyeongjo-Bold.ttf") format("truetype"), url("fonts/NanumMyeongjo-Bold.svg") format("svg");
	font-style: normal;
}

@font-face {
	font-family: 'NanumMyeongjo';
	src: url("fonts/NanumMyeongjo-Regular.ttf");
	src: local("☺"), url("fonts/NanumMyeongjo-Regular.woff") format("woff"), url("fonts/NanumMyeongjo-Regular.ttf") format("truetype"), url("fonts/NanumMyeongjo-Regular.svg") format("svg");
	font-style: normal;
}

 html, body, header, nav, section, aside, article, footer, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-family: 'Onest';
	 font-weight: 400;
	 font-size: 16px;
	 color: #7a7a7a;
     text-align: center;
}
html, body {
	background-color: #3C342F;
	background-image: url('/wp-content/themes/wiki_theme/images/backgrounds/full_home.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: auto;
	background-position: center center;
	background-attachment: fixed;
}
body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e7e7e7;
	border: 1px solid #cacaca;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #363636;
}

.footer {
	display: none;
}

.full_wrap{ 
    width: 100%;
    text-align: center;
    max-width: 1440px;
    margin: auto;
} 

.top_div{
    width: 98%;
    margin-top: 10px;
    text-align: right;

}

.select_lang{
	color: #FFF;
	text-align: center;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background:none;
	border: none;
	}

	option{
		background:#000;
	}


.wiki_logo {
width: 205px;
height: 91px;
margin: auto;
margin-top: 18vh;
}

@media (max-width: 900px) {
	.wiki_logo {
		margin-top: 10vh;
		}
}

@media (max-width: 520px) {
	.wiki_logo {
		margin-top: 5vh;
		}
}


.txt_01{
color: #9A877E;
font-family: Onest;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-top: 7vh;
padding-bottom: 7vh;
}

@media (max-width: 900px) {
	.txt_01 {
		padding-top: 6vh;
       padding-bottom: 3vh;
		}
}
@media (max-width: 520px) {
	.txt_01 {
		padding-top: 3vh;
       padding-bottom: 1vh;
		}
}

.content_wrap_chronical{
	width: 100%;
	text-align: center;
	margin: auto;
	display: inline-block;
	max-width: 1300px;
	}

.content_icons{
	display: inline-block;
	width: 22%;
	/*position: relative;*/
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: top;
}

@media (max-width: 900px) {
	.content_icons {
		width: 42%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 30px;
		}
}

@media (max-width: 520px) {
	.content_icons {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 40px;
		}
}

.txt_chronical{
	color: #FFE0A4;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	padding-right: 16px;
	}
.txt_chronical_header{
	color: #FFE0A4;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-right: 16px;
	display: inline-flex;
}
.line_chronical_header{
	height: 1px;
	background: #5C4F49;
	display: inline-flex;
	min-width: 40%;
	margin-top: 9px;
}

.line_chronical{
	height: 1px;
	background: #5C4F49;
	float:right;
	margin-top: -8px;
}


.content_chronical{
		height: auto;
		width: 100%;
		text-align: center;
		display: flex;
		}

.chronical_wrapper {
	display: flex;
	justify-content: space-around;
}
.wrap_chronical{
	display: inline-block;
	height: auto;
	width: 33%;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 8px;
	}
.wrap_chronical2{
	display: inline-block;
	height: auto;
	width: 25%;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 8px;
}
	.txt_chronical_1{
		color: #FFF;
		text-align: center;
		font-family: Onest;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		width: 100%;
		margin-top: 8px;
		}

	.txt_chronical_2{
		color: #B3A59E;
		font-family: Onest;
		font-size: 10px;
		font-style: normal;
		font-weight: 500;
		width: 100%;
		margin-top: 4px;
		}

		a:link { text-decoration: none; }

.icon_blue{
	display: flex;
	padding: 10px;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: linear-gradient(225deg, #314D6B 0%, #314D6B 0.01%, #142733 100%);
	color: #fff;
	text-align: center;
	font-family: NanumMyeongjo;
	font-size: 16px;
	font-weight: 600;
	margin: auto;
	cursor: pointer;
}
.icon_blue:hover{
	background: #B3A59E;
}

.icon_brown{
	display: flex;
	padding: 10px;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: linear-gradient(225deg, #945539 0%, #8A4F36 0.01%, #321E15 100%);
	color: #fff;
	text-align: center;
	font-family: NanumMyeongjo;
	font-size: 16px;
	font-weight: 600;
	margin: auto;
	cursor: pointer;
}
.icon_brown:hover{
	background: #B3A59E;
}

.icon_green{
	display: flex;
	padding: 10px;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: linear-gradient(225deg, #366257 0%, #3C6E63 0.01%, #16302B 100%);
	color: #fff;
	text-align: center;
	font-family: NanumMyeongjo;
	font-size: 16px;
	font-weight: 600;
	margin: auto;
	cursor: pointer;
}
.icon_green:hover{
	background: #B3A59E;
}


.icon_purple{
	display: flex;
	padding: 10px;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: linear-gradient(225deg, #7B418C 0%, #7B418C 0%, #7B418C 0.01%, #3C2643 100%);
	color: #fff;
	text-align: center;
	font-family: NanumMyeongjo;
	font-size: 16px;
	font-weight: 600;
	margin: auto;
	cursor: pointer;
}
.icon_purple:hover{
	background: #B3A59E;
}

.keller_logo {
	width: 69px;
	height: 27px;
	float: right;
	margin-right: 5%;
	margin-top: 60px;
}

/* Free VIP */
.vote-form {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	clear: both;
}
/* New Version */
.free_vip_msg {
	color: #B3A59E;
	font-family: Onest;
	font-size: 14px;
}
/* Center the spinner and countdown */
.countdown-container {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 20px auto; /* Center horizontally on the page */
}

/* Dynamically added countdown container */
.countdown-container-allpages {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
	z-index: 1000; /* Ensure it appears above other elements */
	background-color: transparent !important;
	background: transparent !important;
}

.countdown-container-allpages div, .countdown-container-allpages span {
	background-color: transparent !important;
	background: transparent !important;
	color: #FFF !important;
	font-family: Onest !important;
	font-size: 12px !important;
}

/* Create the spinner */
.spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	border: 6px solid #F8AD19;
	border-top: 6px solid #B3A59E;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* Countdown text styles */
#countdown {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Center the text */
	color: #B3A59E !important;
	font-family: Onest;
	font-size: 40px !important;
	font-weight: bold;
	line-height: 1; /* Prevents misalignment */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; /* Matches parent width */
	height: 100%; /* Matches parent height */
}

#countdown .find_spinner {
	float: left;
	margin: 0;
}

.vote_btn {
	min-height: 18px;
	min-width: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 12px;
	border-radius: 6px;
	background: #5C4F49;
	color: #FFF !important;
	font-family: Onest !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}
.vote_btn:hover {
	background: #7D6B62;
}
.vote_btn span {
	line-height: 1.5;
}
.countdown-container-allpages	.find_spinner {
	transform: translateY(-50%);
	border: 2px solid transparent;
	border-top: 2px solid #F8AD19;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	animation: spin 0.8s linear infinite;
	position: fixed;
	margin-left: 22px;
	margin-top: -2px;
	}
}


@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* Search */
.expand_icon {
	display: flex;
	align-items: center;
	background-image: url('/wp-content/themes/wiki_theme/images/icons/expand16.svg');
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 5px;
}
.find_wrap {
	width: 700px;
	height: 60px;
	margin: 50px auto;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 12px;
	background: rgba(28, 24, 22, 0.35);
	backdrop-filter: blur(2px);
}

.find_background_main {
	display: flex;
	height: 60px;
	align-items: center;
	align-self: stretch;
	border-radius: 12px;
	border: 1px solid #7D6B62;
	background: #3C342F;
}

.find_background {
	display: flex;
	padding: 6px 16px 6px 0px;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 12px;
	background: #3C342F;
	height: 48px;
	border: 1px solid #3C342F;
	position: relative;
}


.find_background:not(:focus):hover {
	border: 1px solid #5C4F49;
}


.find_icon_main {
	display: flex;
	align-items: center;
	background-image: url('/wp-content/themes/wiki_theme/images/icons/find_icon.svg');
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	margin-left: 16px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	background-size: 100% 100%;
}

.find_icon_main:hover {
	background-image: url('/wp-content/themes/wiki_theme/images/icons/find_icon.svg');
}

.find_icon_chronicle {
	display: flex;
	align-items: center;
	background-image: url('/wp-content/themes/wiki_theme/images/icons/find_icon.svg');
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 99;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
	background-attachment: unset;
}

.find_icon_chronicle:hover {
	background-image: url('/wp-content/themes/wiki_theme/images/icons/find_icon.svg');
}

.find_icon2 {
	align-items: center;
	background-image: url('/wp-content/themes/wiki_theme/images/icons/find_icon2.svg');
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin-top: 7px;
	margin-right: 3px;
}

.find_input_chronicle {
	color: #fff;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	background: transparent;
	height: 36px;
	width: 75%;
	outline: none;
	border: none;
	border-radius: 12px;
	background: #3C342F;
}
.find_wrap .find_spinner {
	position: absolute;
	top: 21px;
	left: 22px;
	transform: translate(-50%, -50%);
	border: 2px solid transparent;
	border-top: 2px solid #F8AD19;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.find_input_chronicle::placeholder {
	color: #7D6B62;
	opacity: 1;
}

.find_input_chronicle:focus, input:focus {
	border: #7D6B62;
}

.find_input_chronicle:hover {
	border: #5C4F49;
}

.btn_find {
	display: flex;
	padding: 12px;
	align-items: center;
	border-radius: 6px;
	background: #5C4F49;
	color: #FFF;
	font-family: Onest;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	right: 20px;
	text-decoration: none;
	white-space: nowrap;
}
.search-name-letter, .search-name-long {
	color: inherit;
	background: none;
	font-size: 12px;
}
.btn_find:hover, .btn_find:focus {
	background: #7D6B62;
}

.content_btn_find {
	display: flex;
	margin-top: 4px;
	height: 39px;
	margin-left: auto;
	align-items: center;
	align-self: stretch;
	position: relative;
	background: none;
}

.find_input_header--touched:focus + .clear_input_header,
.find_input_header--touched:hover + .clear_input_header,
.find_input_header--touched + .clear_input_header:hover {
	display: inline-flex;
}

.search_result_header {
	display: flex;
	width: 322px;
	padding: 4px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	border-radius: 6px;
	background: #26211E;
	box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.75);
	height: auto;
	width: 350px;
	margin-top: 5px;
	display: none;
}

.search_result_chronicle {
	padding: 4px;
	border-radius: 6px;
	background: #26211E;
	box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.75);
	width: 692px;
	margin-top: 5px;
	display: block;
	max-height: 350px;
	overflow-y: auto;
}

.search_result_all {
	padding: 4px;
	border-radius: 6px;
	background: #26211E;
	box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.75);
	max-height: 600px;
	overflow-y: auto;
	width: 1394px;
	margin-top: 182px;
	position: absolute;
	z-index: 1;
	top: 0;
}

#result_chronicle {
	padding: 4px;
	border-radius: 6px;
	background: #26211E;
	box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.75);
	max-height: 350px;
	overflow-y: auto;
	scrollbar-width: thin; /* Para Firefox */
	scrollbar-color: #4D3A2E #1E1A18; /* Colores del scroll: thumb y track */
	overflow-x: hidden;
}

/* Para navegadores basados en WebKit como Chrome, Edge y Safari */
#result_chronicle::-webkit-scrollbar {
	width: 12px;
}

#result_chronicle::-webkit-scrollbar-track {
	background: #1E1A18; /* Fondo del track */
	border-radius: 6px;
}

#result_chronicle::-webkit-scrollbar-thumb {
	background-color: #4D3A2E; /* Color de la barra de desplazamiento */
	border-radius: 6px;
	border: 3px solid #1E1A18; /* Márgenes y separación */
}

.content_separator {
	display: flex;
	padding: 4px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.content_list {
	display: flex;
	width: 334px;
	padding: 8px;
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
}

.content_list:hover, .content_list:focus {
	background: #1C1816;
}

.content_list_chronicle {
	width: 674px;
}

.content_list_all {
	width: 1376px;
}
.txt_search_03 {
	color: #7D6B62;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
}

.txt_search_04 {
	color: #FFF;
	text-align: center;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 8px;
	margin-right: 4px;
}

.txt_search_05 {
	color: #FFCE6D;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.txt_search_06 {
	color: #9A877E;
	font-family: Onest;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.line_h_search {
	width: 100%;
	height: 1px;
	background: #3C342F;
}

.find_icons {
	width: 20px;
	height: 20px;
	float: left;
}

.section_item {
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 2px;
	color: #7D6B62;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3px;
	border: 1px solid #3C342F;
	margin-left: auto;
}

.btn_show_result {
	display: flex;
	padding: 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 6px;
	background: #3C342F;
	color: #FFF;
	text-align: center;
	font-family: Onest;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	margin-top: 2px;
}

.btn_show_result:hover, .btn_show_result:focus {
	background: #5C4F49;
}

.content_btn_find {
	display: flex;
	margin-top: 4px;
	height: 39px;
	margin-left: auto;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.row_quest4 {
	text-align: left;
	float: left;
}
.txt_table_6_btn {
	text-decoration: none;
}
.txt_table_6_btn:hover {
	color: #FFCE6D;
}
.txt_table_6 {
	color: #FFF;
	font-family: Onest;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
.txt_table_7 {
	color: #B3A59E;
	font-family: Onest;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	margin-top: 5px;
	text-align: left;
}

.title {
	color: beige;
	text-align: center;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.div_none {
	display: flex;
	padding: 2px 4px;
	align-items: center;
	border-radius: 3px;
	background: #E6E1DF;
	color: #000;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	margin-left: 6px;
	width: 16px;
	height: 12px;
	float: left;
}

.div_c {
	display: block;
	padding: 2px;
	justify-content: center;
	border-radius: 3px;
	background: linear-gradient(225deg, #314D6B 0%, #314D6B 0.01%, #142733 100%);
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	margin-left: 6px;
	width: 12px;
	height: 12px;
	float: left;
	text-align: center;
}

.div_d {
	display: block;
	padding: 2px;
	justify-content: center;
	border-radius: 3px;
	background: linear-gradient(225deg, #945539 0%, #8A4F36 0.01%, #321E15 100%);
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	margin-left: 6px;
	width: 12px;
	height: 12px;
	float: left;
	text-align: center;
}
.div_a {
	display: block;
	padding: 2px;
	align-items: center;
	border-radius: 3px;
	background: linear-gradient(225deg, #7B418C 0%, #7B418C 0%, #7B418C 0.01%, #3C2643 100%);
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	text-align: center;
}

.div_b {
	display: flex;
	padding: 2px 4px;
	align-items: center;
	border-radius: 3px;
	background: linear-gradient(225deg, #945539 0%, #8A4F36 0.01%, #321E15 100%);
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	margin-left: 4px;
}

.div_s {
	display: block;
	padding: 2px;
	align-items: center;
	border-radius: 3px;
	background: #7D6B62;
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	text-align: center;
}

.div_s80 {
	display: flex;
	padding: 2px 4px;
	align-items: center;
	border-radius: 3px;
	background: #5C4F49;
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	margin-left: 4px;
}

.div_s84 {
	display: flex;
	padding: 2px 4px;
	align-items: center;
	border-radius: 3px;
	background: linear-gradient(225deg, #366257 0%, #3C6E63 0.01%, #16302B 100%);
	color: #FFF;
	font-family: Onest;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	margin-left: 4px;
}
.chronicles_popup {
	width: 120px;
	padding: 16px 24px;
	align-items: flex-start;
	gap: 24px;
	position: absolute;
	border-radius: 6px;
	background: #26211E;
	box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.75);
	transition: opacity 200ms;
	z-index: 99;
	top: 100%; /* Places it directly below the button */
	left: 0; /* Aligns it with the left edge of the button */
}

.chronical_list_content {
	display: flex;
	padding: 24px;
	align-items: flex-start;
	position: absolute;
	border-radius: 32px;
	background: #26211e;
	z-index: 1;
	top: 76px;
	left: 55px;
	box-shadow: 0px 4px 24px 4px rgba(0, 0, 0, 0.25);
	width: 680px;
	height: 500px;
	backdrop-filter: blur(5px);
}

.wrap_m_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.text_m_list, .text_m_list a {
	color: #FFF;
	text-align: center;
	font-family: Onest;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

.text_m_list:hover, .text_m_list:focus, .text_m_list a:hover, .active5 {
	color: #FFCE6D;
}

[v-cloak] {
	visibility: hidden;
}

@media only screen and (max-width: 700px) {
	.find_wrap {
		width: 95%;
	}
	.search-name-long {
		display: none;
	}
	#result_chronicle {
		width: 96%;
	}
}

@media only screen and (min-width: 2500px) {
	.full_wrap {
		max-width: 100%;
	}
	.content_wrap_chronical {
		max-width: 80%;
	}
	.find_wrap {
		width: 1200px;
	}
	.search_result_chronicle {
		width: 1192px;
	}
	.wiki_logo  {
		width: auto;
		height: 200px;
	}
	.wiki_logo img {
		width: auto;
		height: 200px;
	}
}

