@charset "UTF-8";

header {
    background: none;
}

.header_logo {
    color: #000!important;
}

ul.header_menu li a {
    color: #000!important;
}

ul.header_menu li a span {
	background: #000;
}

a.headercontact {
    border: 1px solid #242422;
}

.article_inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    border-bottom: 0.5px solid;
    margin-bottom: 80px;
}

section.contents_wrapper {
    padding: 100px 0;
    box-shadow: 0 -60px 160px rgba(0,0,0,0.045);
    border-bottom: 0.5px solid #AAA;
}

.article_info {
    width: 50%;
}

.article_title span {
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
    width: max-content;
    margin-bottom: 20px;
    border-bottom: 0.5px solid;
}

.article_mv {
    width: 45%;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.article_mv img {
	width: 100%;
	height: auto;
}

ul.article_tag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

ul.article_tag li a {
    padding: 7px 13px;
    border: 0.5px solid;
    color: #000;
    font-size: 1.2rem;
    border-radius: 3px;
}

ul.article_tag li {
    margin-right: 8px;
}

.article_title {
    font-size: 2.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    line-height: 36px;
}

p.article_content_cap {
    max-width: 900px;
    margin: 0 auto 80px;
    line-height: 32px;
    font-size: 1.5rem;
}

.article_content_image {
    max-width: 900px;
    margin: 60px auto;
}

.article_content_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.article_content_image_cap {
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 30px;
    text-align: right;
}

h3.article_content_subtitle {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 2.2rem;
    font-weight: 500;
    border-left: 1px solid;
    padding-left: 16px;
}

.article_content_movie {
    margin: 0 auto;
    width: max-content;
    border: 1px solid;
    border-radius: 8px;
    overflow: hidden;
}

a.viewmore_link {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 0.5px;
    border: 0.5px solid;
    padding: 20px;
    max-width: 500px;
    border-radius: 4px;
    margin: 50px auto 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    font-weight:  normal;
    text-decoration: none;
}

a.viewmore_link:hover {
	background: #000;
	color: #fff;
}

section.reading {
    padding: 88px 0 0;
}

.reading_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.reading_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    font-weight: 400;
}

.reading_inner h2 span {
    display: block;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}

ul.reading_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.reading_contents li {
    width: 31%;
    margin-bottom: 35px;
}

ul.reading_contents li a {
    color: #242422;
}

.reading_info h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 25px;
    margin: 15px 0;
}

.reading_tag {
    display: flex;
    margin-top: 20px;
}

.reading_tag span {
    display: block;
    font-size: 1.1rem;
    padding: 0px 7px;
    border: 1px solid;
    font-weight: 400;
    border-radius: 3px;
    margin-right: 5px;
}

ul.reading_contents li a:hover .reading_thumb img {
	opacity: 1;
	transform: scale(1.025);
}

.reading_thumb img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.reading_info p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 20px;
}

.reading_date {
    text-align: right;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.reading_thumb {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    overflow: hidden;
}

a.reading_more {
    display: flex;
    text-align: right;
    font-size: 1.3rem;
    font-weight: 400;
    color: #242222;
    justify-content: end;
    align-items: center;
}


a.reading_more img {
    width: 16px;
    margin-left: 5px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.article_inner {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.article_content {
	width: 90%;
	margin: 0 auto;
}

.article_mv {
    width: 100%;
    margin-bottom: 30px;
}

section.contents_wrapper {
    padding: 50px 0 30px;
}

.article_info {
    width: 100%;
}

.article_title {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 0;
}

.article_title span {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

h3.article_content_subtitle {
    width: 90%;
    font-size: 1.6rem;
    padding-left: 10px;
    line-height: 40px;
    margin: 30px auto;
}

.article_content_image {
    width: 90%;
    margin: 30px auto;
}

.article_content_image_cap {
    font-size: 1.2rem;
    text-align: left;
    line-height: 26px;
}

p.article_content_cap {
    width: 90%;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 26px;
}

.article_content_movie {
    width: 90%;
}
	
section.reading {
    padding: 50px 0 0;
}

.reading_inner h2 {font-size: 1.6rem;margin-bottom: 30px;}

ul.reading_contents {
    display: block;
}

ul.reading_contents li {
    width: 100%;
    margin-bottom: 30px;
}

a.reading_more {
    font-size: 1.2rem;
}

a.viewmore_link {
    padding: 14px 0;
    width: 100%;
    margin: 30px auto;
}

}