/* ------------------------------------------------------------ *\
	Header 
\* ------------------------------------------------------------ */

.header .header__inner {
	padding: 1px 0;
}

.header .header__bar-inner {
	align-items: center;
	flex-flow: row wrap;
}

.header .header__ad-main {
	width: calc(100% - 356px);
}

@media(max-width: 767px) {
	.header .header__bar {
		padding: 10px 10px 7px;
	}

	.header .header__bar-inner {
		display: flex;
		align-items: center;
	}

	.header .header__bar-inner:after {
		display: none; 
	}
}


/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search {
	width: auto;
	margin: 0 10px;
}

.search  input {
	border: 2px solid #000;
}

.search form > div {
	display: flex;
}

.search button {
	margin-left: 10px; 
	padding: 3px 10px;
	flex: 0 0 auto;
	min-height: 21px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	border: 2px solid #000;
	background: #fff;
}

.search button:hover {
	background: rgba(0, 0, 0, .3);
}

/* ------------------------------------------------------------ *\
	Date
\* ------------------------------------------------------------ */

.date {
	margin-right: 10px; 
	max-width: max-content;
	font-size: 13px; 
}

@media(max-width: 767px) {
	.date {
		flex: 0 0 auto;
		margin-top: 0;
		order: -1;
	}
}

@media(max-width: 370px) {
	.date {
		max-width: 50%;
	}
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

@media(max-width: 767px) {
	.main .main__content {
		padding: 57px 10px 0;
	}
}

/*  Main Alt  */

.main--alt .main__content {
	padding: 0 20px;
	width: calc(100% - 135px);
}

.main--alt .main__sidebar {
	padding: 10px 5px;
	width: 135px;
	background: #fff;
}

@media(max-width: 767px) {
	.main--alt .main__content {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Sidebar Trigger
\* ------------------------------------------------------------ */

.sidebar-trigger {
	width: 48px;
	height: 45px;
	border-radius: 0;
}

.sidebar-trigger span {
	position: absolute; 
	top: 12px; 
	left: 4px; 
	background:#fff;
	width: 80%;
	height: 3px;
	border-radius: 100vw;
	transition: transform .4s, opacity .4s .4s, top .4s .4s;
}

.sidebar-trigger span:nth-child(2) {
	top: 22px;
}

.sidebar-trigger span:nth-child(3) {
	top: 32px;
}

.sidebar-trigger.active span {
	top: 21px;
	transform: rotate(45deg);
	border-radius: 4px;
	transition: transform .4s .4s, opacity .4s, top .4s;
}

.sidebar-trigger.active span:nth-child(2){
	transform: none;
	opacity: 0;
}

.sidebar-trigger.active span:nth-child(3) {
	transform: rotate(-45deg);
}


/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {
	width: calc(100% - 346px);
}

@media(max-width: 767px) {
	.content {
		width: calc(100%);
	}
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {
	width: 346px;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
	display: none; 
}

.sidebar.scrolled {
	top: 0;
}

.sidebar .ads {
	transition: transform .4s;
}

.sidebar.scrolled .ads {
	transform: translateY(-600px);
}

@media(max-width: 1064px) {
	.sidebar {
		position: fixed;
	}

	.sidebar.scrolled {
		bottom: initial;
	}

	.sidebar.scrolled .ads {
		bottom: 0;
	}
}

@media(max-width: 767px) {
	.sidebar {
		width: 100%; 
		position: static; 
		overflow-y: unset;
	}

	.sidebar.scrolled .ads {
		transform: none;
	}
}

/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */

.banner {
	display: block; 
	width: 336px;
	height: 280px;
	margin: 0 auto;
}

.banner img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}

.banner ~ .banner {
	margin-top: 20px;
}

@media(max-width: 375px) {
	.banner {
		display: block; 
		width: 100%;
		max-width: 90%;
		height: auto;
	}
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
	overflow: hidden;
	width: calc(100% - 356px);
}

@media(max-width: 767px) {
	.footer {
		width: 100%; 
	}
}


/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section .section__head-bar {
	padding: 30px 0;
	text-align: center;
}

.section .section__head {
	margin-bottom: 30px; 
}

.section .section__footer {
	padding-top: 30px; 
	display: grid;
	gap: 10px;
	justify-content: center;
}

.section .section__iframe {
	padding: 30px 10px 100%;
	position: relative; 
}

.section .section__iframe #pdf_div_tst {
	width: 100%;
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

@media(max-width: 767px) {
	.section .section__iframe {
		padding-bottom: 130%; 
	}
}

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */

.nav-access a {
	display: flex;
	align-items: center;
	justify-content: center;
}
