@import url("reset.css");

html, body{height:100%; width:100%; }
img{vertical-align: top;   }
strong{font-weight:900;}
em{font-style:italic;}	
td{vertical-align:top;}
.clear{float:none; clear:both;}

.table{display:table}
.tr{display:table-row}
.td{display:table-cell}

input, textarea{
	color: #1F1F1F;
	font-family: "ouma-latin-variable", "Noto Sans TC", "arial", sans-serif;
	font-variation-settings: "wght" 400;
	font-style: normal;
	}
	
body{
	background-color: #FAF9F6;
    color: #1F1F1F;
	font-family: "ouma-latin-variable", "Noto Sans TC", "arial", sans-serif;
	font-variation-settings: "wght" 300;
	font-style: normal;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}

a{
	color: #1F1F1F;
	}

.noscroll{
	overflow:hidden;
	}

.loading{
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
	background-color: rgb(255 255 255 / 50%);
  	backdrop-filter: blur(5px);
	position: fixed;
    background-image: url(images/black_oval.svg);
    background-position: center center;
    background-repeat: no-repeat;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}	

.finish_load_ajax .loading{
	opacity: 0;
	pointer-events: none;
}


/* common fadein animation */
	
	
.scrollin{
	-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
	}
	
.scrollin1{
	-ms-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(50px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.loadfinish .scrollin1.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
	
.scrollinopacity{
	opacity:0;
	}	
	
.loadfinish .scrollinopacity.startani{
	opacity:1;
	}

.scrollintext{
	-ms-transform: translateY(150px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(150px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(150px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.finish_load_ajax .scrollintext.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
	
.scrollintop{
	-ms-transform: translateY(-50px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(-50px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(-50px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.finish_load_ajax .scrollintop.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
.scrollinbottom{
	-ms-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(50px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.finish_load_ajax .scrollinbottom.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
.scrollinleft{
	-ms-transform: translateY(0px) translateX(-50px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(-50px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(-50px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.finish_load_ajax .scrollinleft.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
.scrollinright{
	-ms-transform: translateY(0px) translateX(50px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(50px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(50px) translateZ(0px) scale(1);
	opacity:0;
	}	
	
.finish_load_ajax .scrollinright.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
	}
	
.scrollinscale{
	-ms-transform: scale(0); 
    -webkit-transform: scale(0); 
    transform: scale(0);
	opacity:0;
	}	
	
.finish_load_ajax .scrollinscale.startani{
	-ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
	opacity:1;
	}
	
.scrollin2{
	opacity:0;
	}	
	
.finish_load_ajax .scrollin2.startani{
	opacity:1;
	}

/* header */

header{
	display: none;
}

/* content */

.section_wrapper{
	margin-top: 30px;
	padding-left: 65px;
}

/* footer */

.footer{
	padding-top: 100px;
	padding-bottom: 50px;
	color:#FAF9F6;
	position: relative;
}

.footer .section_center_content{
	position: relative;
	z-index: 5;
}

.footer a{
	color:#FAF9F6;
}

.footer_row_wrapper + .footer_row_wrapper{
    margin-top: 100px;
}

.footer_row + .footer_row{
    margin-top: 40px;
}

.footer_cu_logo{
	height: 50px;
}

.footer_department_logo{
	height: 41px;
}

.footer .input_wrapper input{
	background: none;
	border:none;
	border-radius: 20px;
	border:1px solid #FAF9F6;
	color:#FAF9F6;
	padding: 10px;
}

.footer form{
	margin-top: 20px;
}

.footer .input_wrapper + .input_wrapper{
	margin-top: 20px;
}

.footer_menu_list_wrapper{
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: space-between;
}


.footer_menu_list .t1{
	font-weight: 600;
}

.footer_menu_list ul{
	margin-top: 20px;
}

.footer2_t_wrapper{
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: space-between;
	align-items: end;

}

.footer_sns_wrapper ul{
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: end;
}

.footer_sns_wrapper a{
	height: 18px;
	width: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.footer_sns_wrapper + .copyright{
	margin-top: 30px;
}

.sns_icon_fb{
	background-image: url(images/sns_icon_fb.png);
}

.sns_icon_ig{
	background-image: url(images/sns_icon_ig.png);
}

.sns_icon_yt{
	background-image: url(images/sns_icon_yt.png);
}

/* common */




.section_center_content{
    padding-left: 50px;
    padding-right: 50px;    
    max-width: 1920px;
    margin: auto;
	position:relative;
	}	



/* content */


.thumb{
	width:100%;
	}
	
.thumb img{
	width:100%;
	}	

.bg_video_wrapper{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

.bg_video_wrapper video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:  center center;
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bg_video_wrapper::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url(images/noise.jpg);
    mix-blend-mode: multiply;
    background-size: 512px 512px;
    z-index: 2;
}

/* text */

.col_wrapper{
	}
	
.col_wrapper{
	margin-top: 30px;
}	
	
.col_wrapper:first-child{
	margin-top: 0px;
}

.table.col_wrapper{
	width:100%;
}

.row{
	margin-left:-15px;
	margin-right:-15px;
	margin-top:-30px;
	}	
	
.xl_col_wrapper .row{
	margin-left:-100px;
	margin-right:-100px;
	}	
	
.big_col_wrapper .row{
	margin-left:-50px;
	margin-right:-50px;
	}	

.normal_col_wrapper .row{
	margin-left:-15px;
	margin-right:-15px;
	}	
	
.small_col_wrapper .row{
	margin-left:-10px;
	margin-right:-10px;
	}	
	
.xs_col_wrapper .row{
	margin-left:-1px;
	margin-right:-1px;
	}	
	
.col_spacing{
	margin-left:15px;
	margin-right:15px;
	}	

.table.col_wrapper .td + .td{
	padding-left: 30px;
}	

.xl_col_wrapper  .col_spacing{
	margin-left:100px;
	margin-right:100px;
	}
	
.big_col_wrapper .col_spacing{
	margin-left:50px;
	margin-right:50px;
	}

.table.big_col_wrapper.col_wrapper .td + .td{
	padding-left: 60px;
}	

.normal_col_wrapper .col_spacing{
	margin-left:15px;
	margin-right:15px;
	}
	
.small_col_wrapper .col_spacing{
	margin-left:10px;
	margin-right:10px;
	}
	
.xs_col_wrapper .col_spacing{
	margin-left:1px;
	margin-right:1px;
	}	


.col_spacing.flex{
	width:100%;
}


.flex{
	display: flex;
	flex-wrap: wrap;
}	

.flex.nowrap{
	flex-wrap: nowrap;
}

.flex_v_center{
	align-items: center;
	width:100%;
}

.flex_v_bottom{
	align-items: flex-end;
}

.flex_reverse{
	flex-direction: row-reverse;
}

.flex .col{
	align-items: stretch;
}


.col{
	float:left;
	padding-left:0px;
	padding-right:0px;
	position:static;
	-webkit-flex-basis: auto; /* Safari 6.1+ */
    flex-basis: auto;
	}

.row .col{
	margin-top: 30px;
}	
	
.first_col{
	clear:left;
	}	

.col12{
	width:100%;
	}
	
.col10{
	width:83.33%;
	}

.col9{
	width:75%;
	}

.col8{
	width:66.66%;
	}

.col7{
	width:58.33%;
	}

.col6{
	width:50%;
	}

.col5{
	width:41.66%;
	}

.col4{
	width:33.33%;
	}

.col2{
	width:16.67%;
	}

.col3{
	width:25%;
	}

.column4_text{
	position: relative;
	column-count: 4;
	column-gap: 50px;
}

.column3_text{
	position: relative;
	column-count: 3;
	column-gap: 50px;
}

.column2_text{
	position: relative;
	column-count: 2;
	column-gap: 50px;
}

.column3_text li, .column3_text p, .column2_text li, .column2_text p{
	display: inline-block;
	position: relative;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
	

.column2_text p{
	margin-top: 20px;
}
	

	
body{
	font-size: calc(12px + 0.4vw);
	line-height:1.7em;
	font-weight: 300;
	}
	
.text1, h1{
	font-size: calc(6px + 4vw);
	line-height:1.2em;
	}	
	
.text2, h2{
	font-size: calc(12px + 1.8vw);
	line-height:1.2em;
	}	
	
.text3, h3{
	font-size: calc(12px + 1.6vw);
	line-height:1.3em;
	}	
	
.text4, h4{
	font-size: calc(12px + 1.2vw);
	line-height:1.4em;
	}	
	
.text5, h5{
	font-size: calc(12px + 0.8vw);
	line-height:1.4em;
	}	
	
.text6, h6{
	font-size: calc(14px);
	line-height:1.4em;
	}	

.text7{
	font-size: calc(12px);
	line-height:1.4em;
}
.text8{
	font-size: calc(9px + 0.3vw);
	line-height:1.4em;
}

small{
	font-size: 80%;
}	
	
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	margin-top: 20px;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{
	margin-top: auto;
}

p{
	margin-top:20px;
}

p:first-child{
	margin-top:0px;
}

.free_text{
	font-size: calc(12px + 0.4vw);
	line-height: 1.7em;
}



.free_text h1,
.free_text h2,
.free_text h3,
.free_text h4,
.free_text h5,
.free_text h6{
	font-weight: 600;
}

.free_text h1 + p,
.free_text h2 + p,
.free_text h3 + p,
.free_text h4 + p,
.free_text h5 + p,
.free_text h6 + p{
    margin-top: 5px;
}

.free_text h1 + table,
.free_text h2 + table,
.free_text h3 + table,
.free_text h4 + table,
.free_text h5 + table,
.free_text h6 + table{
    margin-top: 5px;
}

.free_text p + table{
    margin-top: 20px;
}


.free_text strong{
    font-weight: 600;
}

.free_text a{
}

.free_text a:hover{
    opacity: 0.5;
}

.free_text img{
    max-width: 100%;
}

.free_text ol li{
	list-style:decimal;
	margin-left:1em;
	}	
	
.free_text ol li+li{
	}
	
	
.free_text ul li{
	list-style:none;
	margin-left:1em;
	}	

.free_text ul li::before{
	content:"•";
	position: absolute;
	margin-left: -1em;

}	
	
.free_text ul li+li{
	}
	
	
.free_text hr{
	background:none;
	border:none;
	border-top:1px solid #F0F0F0;
	margin-top:30px;
	margin-bottom:30px;
	}

.detail_text_content hr{
	background:none;
	border:none;
	border-top:1px solid #F0F0F0;
	margin-top:30px;
	margin-bottom:30px;
}	

.free_text .table-responsive{
	min-height: .01%;
	overflow-x: auto;
	margin-top:30px;}	
	
.free_text .table-responsive:first-child{
	margin-top:auto;
	}	
	
.center_text{
	text-align:center;
	}	

.right_text{
	text-align:right;
}	
	
.float_right{
	float:right;
	}	

.swiper-slide{
	position: relative;
}	


.round_btn{
	background: none;
	border:none;
	border-radius: 999px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 5px 10px;
	border:1px solid transparent;
	color:#54565A;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}

.round_btn:hover{
	background-color: #54565A;
	color:#FAF9F6;
}

/* mobile */
.mobile_show{
	display:none;
	}

.mobile_show2{
	display:none;
	}
	

@media screen and (max-width: 1599px) { 


}


@media screen and (max-width: 1439px) { 


}


@media screen and (max-width: 1279px) { 

}

@media screen and (max-width: 1023px) { 

	.dropdown_wrapper{
		padding: 20px;
	}
	
	.dropdown{
		top:20px;
		right:20px;
		bottom: 20px;
		left: 20px;
	}

	.dropdown .dropdown_ul_wrapper {
		padding: 50px 20px 20px 20px;
		width: 100%;
	  }

	  .dropdown_wrapper .popup_close_btn {
		top: 10px;
		right: 10px;
	  }

	/* mobile */
	.mobile_hide{
		display:none !important;
		}
		
	.mobile_show{
		display:block !important;
		}	
	


}


@media screen and (max-width: 640px) { 

	/* mobile */

	.mobile_hide2{
		display:none;
	}
		
	.mobile_show2{
		display:block;
	}	

}