﻿@charset "UTF-8";

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cinzel');

.m_list {cursor:pointer;}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
	
	.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 25px;
  text-align:center;
}

.select-styled {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4951;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align:center;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
  text-align:center;
}
.select-styled:hover {
  background-color: #1b232a;
}
.select-styled:active, .select-styled.active {
  background-color: #1b232a;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #3d4951;
  text-align:center;
}
.select-options li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  
  border-top: 1px solid #859297;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-align:center;
}
.select-options li:hover {
  color: #3d4951;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

#contents{}
#mbox{display:none;position:fixed;width:100%;height:100%;background:#1b232a;z-index:9999;}
.mbox_close_description{position:absolute;width:100%;top:0px;text-align:center;color:#fff;font-size:12px;}
#m_view{position:relative;width:288px;height:162px;margin:auto;background:#111;}


.cf_movies_title_lay{width:90%;height:40px;margin:auto;}
.cf_movies_title_lay_hei{width:31%;height:20px;border-bottom:1px solid #859297;}
.cf_movies_title{width:38%;height:40px;line-height:40px;font-size:18px;font-family: 'Cinzel', serif;text-align:center;color:#3d4951;}

.cf_movies_select_box_lay{width:90%;height:40px;margin:10px auto 20px;text-align:center;}

.cf_movies_item{position:relative;width:80%;margin:auto;text-align:center;margin-top:20px;}
.cf_movies_item_lay{position:absolute;width:100%;top:0px;height:250px;}
.cf_movies_item_title{height:30px;line-height:30px;text-align:center;color:#3d4951;font-size:15px;}







    
    .menu-box {
        position: fixed;
        left: 5%;
        top:50%;
        text-align: right;
        transform: translate(0,-50%);
    }
    .menu-box .logo {
	font-size: 40px;
	font-weight: 600;
}
.menu-box nav ul li {
	cursor: pointer;
	margin: 10px 0;
}
.menu-box nav ul li:hover > * {
	color: #000;
}
.menu-box nav ul li span {
	color: #999;
	font-size: 11px;
}
.menu-box nav ul li a {
	color: #999;
}

.menu-box .social .icon:hover i {
	color: #000;
}


.appearClass {
	animation: appearMenu 1s forwards;
	opacity: 0;
}
.logo.appearClass { animation-delay: 0s; }
nav ul li.appearClass:nth-child(1) { animation-delay: .1s; }
nav ul li.appearClass:nth-child(2) { animation-delay: .2s; }
nav ul li.appearClass:nth-child(3) { animation-delay: .3s; }
nav ul li.appearClass:nth-child(4) { animation-delay: .4s; }
nav ul li.appearClass:nth-child(5) { animation-delay: .5s; }
nav ul li.appearClass:nth-child(6) { animation-delay: .6s; }
.social.appearClass { animation-delay: .7s; }

@keyframes appearMenu {
	0% {
		margin-right: 100px;
	}
	100% {
		opacity: 1;
		margin-right: 0px;
	}
}


.grid_item{
    position: relative;
    cursor: pointer;
    box-shadow: inset 1px 1px 1px 0px rgb(255 255 255 / 40%), 1px 3px 10px 0px rgb(0 0 0 / 10%), 1px 1px 1px 0px rgb(0 0 0 / 15%);
}


@keyframes appear {
	0% {
		transform: translateY(150px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.container{
    opacity: 0;
	animation: appear 1.0s forwards;
	
}

.container {
    padding: 20px 0px;
    width: 90%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 137px);
    grid-auto-rows: 137px;
    grid-auto-flow: dense;
    margin: auto;
}




.event_list_title_lay {
width: 90%;
height: 40px;
margin: 30px auto;
}
.event_list_title_lay_hei {
width: 31%;
height: 20px;
border-bottom: 1px solid #859297;
}
.event_list_title {
width: 38%;
height: 40px;
line-height: 40px;
font-size: 18px;
font-family: 'Cinzel', serif;
text-align: center;
color: #3d4951;
}
.event_list_title_lay_hei {
width: 31%;
height: 20px;
border-bottom: 1px solid #859297;
}
.f_left {
float: left;
}

li{
list-style: none;
}
ul{
margin: 0;
padding: 0;
}
.select-styled {

width: 100%;
background-color: #3d4951;
padding: 8px 15px;
color:white;
margin: 0 auto;
text-align: center;
position: relative;
box-sizing: border-box;
}


.hidden-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.25);
cursor: auto;
}

.icon-box {
position: absolute;
right: 0;
top: 0;
width: 90%;
color: black;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1vw;
}

.hidden-content .icon {
cursor: pointer;
margin: 10px;
padding: 2% 3%;
background-color: #eee;
border-radius: 4px;
user-select: none;
}

.title-box{
position: absolute;
left: 0;
top: 0;
width: 100%;
color: black;
display: flex;
justify-content: space-between;
align-items: center;  
}

.title-box >div{
cursor: pointer;
margin: 10px;
padding: 2% 3%;
background-color: #eee;
border-radius: 4px;
user-select: none;
font-size: 1vw;
}

.detail-box{
position: absolute;
right: 0;
top:50%;
transform: translate(0,-50%);
width: 100%;
color: black;
display: flex;
justify-content: center;
align-items: center;
}

.img{
width: 100%;
height: 100%;
object-fit:cover;
display: block;
min-width:100%; 
max-width: 100%;

}

.icon-box {
position: absolute;
right: 0;
top:0;
width: 100%;
color: black;
display: flex;
justify-content: space-between;
align-items: center;
}


.tag-box{
position: absolute;
left: 0;
bottom : 0;
width: 100%;
color: black;
display: flex;
justify-content: right;
align-items: center;  
}

.tag-box >div{
cursor: pointer;
margin: 10px;
padding: 2% 3%;
background-color: #eee;
border-radius: 4px;
user-select: none;
font-size: 1vw;
}

.gridPatton_column_1 {
    grid-column-end: span 1;
}

.gridPatton_column_2 {
    grid-column-end: span 2;
}
.gridPatton_column_3 {
    grid-column-end: span 3;
}
.gridPatton_row_1 {
    grid-row-end: span 1;
}
.gridPatton_row_2 {
    grid-row-end: span 2;
}
.gridPatton_row_3 {
    grid-row-end: span 3;
}





.more_bt{min-height:100px;width: 100px; margin:30px auto 0;  cursor: pointer; display:none;}
.more_message{text-align:center;}
.img_motion{position:relative; min-height: 50px;}
.img_motion > img{width: 50px; height:50px; margin:0 auto;}
.img_motion {animation: scroll_motion1 0.3s linear 0s infinite alternate; margin-top: 0;}
@keyframes scroll_motion1 {
	0% {margin-top: 0px;}
	100% {margin-top: 10px;}
}

.media_ready{width:90%; margin:0 auto; min-height: 300px;display:flex; justify-content: center; align-items: center;}


.magazine_category_box{
	height:50px;
	line-height:50px;
	position:fixed;
	top:56px;
	left:50%;
	margin-left:-240px;
	background:var(--cn_color_1);
	z-index:9998;
	width:480px;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	overflow:hidden;
	padding:0px;
}

.scrollable {
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Disable vertical scrolling */
  white-space: nowrap; /* Keep items in one line */
  cursor: grab;
  margin-bottom: 20px; /* Add spacing between multiple containers */
  scrollbar-width: none; /* For Firefox: Hides scrollbar */
}

.scrollable ul {
  display: flex; /* Flex layout for horizontal alignment */
  list-style: none;
  padding: 0;
  margin: 0;
}

.scrollable li {
  flex-shrink: 0;
  padding:0px 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  font-size:14px;
}
.scrollable::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge: Hides scrollbar */
}
.social.appearClass {
    animation-delay: .7s;
}

.social .icon {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

i {
    margin: 0px;
    padding: 0px;
    border: 0px;
    letter-spacing: -0.5px;
    font-size: 100%;
    vertical-align: baseline;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.scrollable_fst_li{
	margin-left:10px;
}

.scrollable_selected{
	font-weight:700;
}



.notice_view_box{
	padding :0px 0px 50px 0px; 
}
.notice_view_admin{
	color:var(--cn_color_3);
	font-weight:500;
	font-size:13px;
}

.notice_view_date{
	color:var(--cn_color_7);
	font-weight:300;
	font-size:13px;
}


.notice_view_admin:after {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0px 8px 0;
	background-color: rgba(0,0,0,.15);
	vertical-align: middle;
	content: "";
}

.notice_view_contents notice_detail_contents {
	font-size:14px;
	line-height:20px;
}

.notice_view_contents p {
	font-size:14px;
	line-height:20px;
	padding:5px 0px;
}





























