@CHARSET "UTF-8";
@import url("font.css");

/* CSS Document */

/* ------------------------------------------------------------
 * Name      : common.css
 * Desc       :SUCC Homepage
 * Created   : 2024/06/20 by NRI
 * Updated   :
------------------------------------------------------------ */

/* common */
*{margin:0;padding:0}
html,body{width:100%;height:100%} 
body{font-family:'Apple SD Gothic Neo',sans-serif;color:#424242;font-size:14px;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); font-weight: 300;}
body,p,h1,h2,h3,h4,h5,h6,menu,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button{margin:0;padding:0}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block}
img, video{max-width:100%;height:auto}
img,fieldset{border:0}
img{vertical-align:middle}
menu,ul,ol{list-style:none}
em,address{font-style:normal}
a,a:link{color:#4b4b4b;text-decoration:none}
a:hover,a:active,a:focus{color:#2b3443;text-decoration:none}
textarea{overflow:auto}
option,x:-moz-any-link{padding-right:6px}
option,x:-moz-any-link,x:default{padding-right:0}
input, textarea, select, label{vertical-align:middle;letter-spacing:-1px}
input[type="text"], input[type="password"], textarea, select{font-weight:400;text-indent:20px;font-size:15px;color:#797F81;}
input[type="file"]{font-family:'Apple SD Gothic Neo',sans-serif;}
textarea{line-height:1.8}
legend, caption, .blind{visibility:hidden;overflow:hidden;top:0;left:0;width:0;height:0;font-size:0;line-height:0}
button,label{cursor:pointer}
button::-moz-focus-inner{padding:0}
hr{display:none}
table{border-spacing:0;border-collapse:collapse}
select,textarea,button{vertical-align:middle}
input{height:19px;vertical-align:middle}
button{border:0 none;background-color:transparent;cursor:pointer}
.checkbox{width:14px;height:14px;margin-bottom:2px;vertical-align:middle;border-width:0}
html:first-child select{padding-right:6px;height:20px} /* Opera 9 & Below Fix */
option{padding-right:6px} /* Firefox Fix */
.blind{visibility:hidden!important;overflow:hidden!important;position:absolute!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;color:transparent!important;background-color:transparent!important}
span{vertical-align:0}
.floatR{float:right}
.txt_center{text-align:center}
.txt_left{text-align:left}
.txt_right{text-align:right}
.hidden{display: none;}
:before,:after{display:inline-block;background-size:contain}
.m_hidden{display:block;}
.pc_hidden{display:none;}
.hidden{display: none;}

/*header*/
header{
	border-top:5px solid #1972F5;
	position: relative;
}

.language {
	position: absolute;
	right:30px;
	top:20px;
}
.language ul{
	display: flex;
    max-height: 100%;
    justify-content: center;
    width: 180px;
    height: 30px;
}
.language ul li{
	width:60px;
	height:30px;
	/* border:1px solid #ccc;*/
    text-align: center;
    line-height: 30px;
}
.language ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.language a.on,.language a:hover{
	background:#1972F5;
	color:#fff;
	/* display: block; */
	border: 1px solid #1972f5;
}
.wrap{
	width: 1400px;
	height:140px;
	max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
	padding:0px 10px;
	box-sizing: border-box;
}
.wrap h3{
	font-size:0;
}
.wrap h3:before{
	content:'';
	background:url(../images/logo.png) no-repeat;
	width:220px; height:48px;
	background-size:contain;
}
nav{
	font-size:20px;
	font-weight:600;
}
nav ul{
	margin-top:15px;
	display: flex;
	align-items: flex-end;
}
nav ul li{
	padding:0px 40px;
}
nav ul .on a, nav ul li a:hover{
	color:#1972F5;
}

#menu-close {
	z-index: 10;
}

/*footer*/
footer{
	background:#212121;
	color:#aaa;
}
footer .content_in{
	display: flex;
	padding:30px;
}
footer .content_in img{
	width:50%;
}

footer .content_in ul{
	margin-bottom:10px;
	display: flex;
	gap:30px;
}
footer .content_in ul a{
	color:#ccc;
	font-size:16px;
}
footer .content_in .contact a:hover{
	text-decoration: underline;
}
footer .content_in ul a:hover{
	color:#fff;
}
@media (max-width: 1200px) {
	nav ul {
		font-size:18px;
	}
	nav ul li{
		padding:0px 30px;
	}
	footer .content_in{
		display: flex;
		padding: 30px;
		flex-direction: column;
		text-align: center;
	}
	footer .content_in img{
		width: 25%;
	}
	footer .content_in .link{
		margin-top:20px
	}
	footer .content_in ul{
		display: flex;
        gap: 5px;
        justify-content: space-around;
        flex-direction: column;
	}
	footer .content_in p{
		margin-top:30px;
	}
}
/*mobile**************************************************************************************************/
@media (max-width:767px) {
	.m_hidden{display:none;}
	.pc_hidden{display:block;}
	
	.mobile_head{
		width:100%;
		background:#fff;
		position: relative;
	}
	.mobile_head .title{
		display: flex;
		align-items: center;
		padding: 20px;
		justify-content: space-between;
	}
	.mobile_head .mobile_gnb{
		font-size:0;
		background:url(../images/nav_ico.png) no-repeat;
		width:30px; height:30px;
		background-size:contain;
	}
	.mobile_head .mobile_gnb:hover{
		background:url(../images/nav_ico_hover.png) no-repeat;
		width:30px; height:30px;
		background-size:contain;
	}
	.mobile_head h3{
		font-size:0;
		background:url(../images/logo.png) no-repeat;
		width:200px; height:40px;
		background-size:contain;
	}
	.mobile_head nav{
		position: fixed;
		height:100%;
		top:0;right:0;
		z-index: 9999;
		overflow-x: hidden;
		transition: 0.5s;
		transition: 0.5s;
        background-color: #1972F5;
        padding: 20px;
        min-width: 50%;
        opacity: 0.98;
	}
	.mobile_head nav .close_btn{
		background:url(../images/close_ico.png)no-repeat;
		width:40px; height:40px;
		right:22px; font-size:0px;
		position: absolute; 
	}
	.mobile_head nav ul{
		display: flex;
        flex-direction: column;
        padding-top: 100px;
	}
	.mobile_head  nav ul li{
		padding: 20px;
		border-bottom: 1px dotted #ccc;
		width: 100%;
		box-sizing: border-box;
	}
	.mobile_head nav ul li a{
		color:#fff;
	}
	.mobile_head nav ul .on a,.mobile_head nav ul li a:hover{
		color:#EED91E;
	}
	.mobile_head  .language{
		display: flex;
		flex-direction: row;
		font-size: 16px;
		position: absolute;
		top:-40px;
	}
	.mobile_head  .language li{
		border:1px solid #ccc;
		padding:10px;
	}
	footer .content_in ul a{
		font-size:14px;
	}
}
	