/* style css */
body, html {
	overflow-x:hidden;
	min-width:1440px;
}
::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}

body::selection, html::selection {
   background: #8d2629;
   color: #fff
}

::-moz-selection {
   background: #8d2629;
   color: #fff
}


::-webkit-selection {
    background: #8d2629;
   color: #fff
}


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

.flex-v {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center
}

body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	height: 100px;
	transition:all 300ms;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header.w {
	background-color:#fff;
	border-bottom: 1px solid #c0a1a2;
}
.header .logo {
	background-image: url('images/logo_img_sj_n.png');
	background-position:center 100%;
	width: 218px;
	height: 43px;
}

.header.w .logo {
	background-image: url('images/logo_img_sj_red_n.png');
	background-position:center 100%;
	width: 218px;
	height: 43px;
	transition: all ease 1s 0s;
}

.header .tel {
	background-image: url('images/tel_img_sj_v2.png');
	background-position:center 100%;
	width: 202px;
	height: 33px;
}
.header.w .tel {
	background-image: url('images/tel_img_sj_red_v2.png');
	background-position:center 100%;
	width: 195px;
	height: 40px;
}

.header .row {
	max-width:1500px;
	justify-content:space-between;
	height: 100%;
}

.header .nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.header .nav li a {
	transition:all 300ms;
}

.header .nav li {
	margin-right: 60px;
	font-size:17px;
}

.header.w .nav li a{
	color:#333;
}

.header .drop_menu {
	display:none;
	position:absolute;
	background-color:#f3efe4;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 185px;
	border-bottom:1px solid #f3efe4;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	font-size:14px;
	display: flex;
	left: 50%;
	transform:translate(-50%, 0);
	padding-right: 59px;
}

.header .drop_menu .drop > li {
	width: 123px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#3e3a39;
}

.header .drop_menu .drop > li a:hover {
	color: #a00e15;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px;

}

.footer {
	padding: 60px 0;
	background-color:#121212;
	text-align:center;
}

.video-container {
    position: relative;
    padding-bottom: 53.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.right-wingbanner {
	position:fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.right-wingbanner li {
	
}

.right-wingbanner li a {
	display:block;
	text-align:center;
}




@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {

	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}

	

}

@media(max-width:575px) {

	


}