/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #003577;
   color: #fff
}

::-moz-selection {
   background: #003577;
   color: #fff
}

::-webkit-selection {
    background: #003577;
   color: #fff
}

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: 9999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	height: 120px;
	border-bottom: 1px solid rgba(217, 217, 217, 0);
}

.header.w {
	background-color: #fff;
}
.header.m_w {
	background-color: #003577;
}

.header.w.ww {
	border-bottom: 1px solid rgba(217, 217, 217, 0) !important;
}
.header.m_w {
	border-bottom: 1px solid rgba(217, 217, 217, 0.81) !important;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 0 0 50px;
}


.header .nav {
	display:flex;
	/*position:absolute;*/
	/*left: 50%;*/
	/*transform:translate(-50%, -50%);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}
.nav_wrap {
	position: absolute;
	top: 50%;
	left: calc(50% - 110px);
	transform: translate(-50%, -50%);
}
.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
	position: relative;
}
.header .nav li#m03 {
	width: 250px;
}
.header .nav li#m04 {
	width: 210px;
}
.header .nav li#m05 {
	width: 150px;
}
/*.header .nav li.on::after, .header .nav li:hover::after {
	content: '';
	display: inline-flex;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 6px;
	background-color: #c69a55;
}*/

.header .nav li a {
	color: #fff;
	font-size: 18px;
	transition: .2s;
	font-family:'Paperlogy-6SemiBold';
	position: relative;
	letter-spacing: 1px;
	transform: scaleX(0.92);
	display: inline-block;
}
.header.w .nav li a, .header.ww .nav li a {
	color: #000000;
}
.header .nav li.on a, .header .nav li a:hover {
	color: #003974;
}



.header .drop_menu {
	display:none; 
	position:absolute;
	background-color: #fff;
	width: 100%;
	top: 120px;
	left: 0;
	padding: 0 0 30px 0;
	height: 100px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.45);
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	left: calc(50% - 110px);
	font-size: 17px;
	display: flex;
	transform: translateX(-50%);
	top: -20px;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}
.header .drop_menu .drop > li:nth-child(3) {
	width: 250px;
}
.header .drop_menu .drop > li:nth-child(4) {
	width: 210px;
}
.header .drop_menu .drop > li:nth-child(5) {
	width: 150px;
}
.header .drop_menu .drop > li a {
	color: #5c5c5c;
	transition: .2s;
	letter-spacing: 1px;
	font-family:'Paperlogy-4Regular';
	display: inline-block;
	transform: scaleX(0.94);
}
.header .drop_menu .drop > li a.event {
	width: 140px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.header.w .drop_menu .drop > li a, .header.ww .drop_menu .drop > li a {
	font-family:'Paperlogy-6SemiBold';
}

.header .drop_menu .drop > li a:hover {
	color: #003577;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	position: relative;
}



.header .logo {
	background-image: url("../img/logo_img_new3.png");
	width: 201px;
	height: 27px;
	transition: .3s;
}
.header.w .logo, .header.ww .logo {
	background-image: url("../img/logo_img_w_n4.png");
}
.header .tel {
	margin: 0 70px 0 50px;
	background-image: url("../img/tel_img_n5.png");
	width: 232px;
	height: 24px;
	transition: .3s;
}
.header.w .tel, .header.ww .tel {
	background-image: url("../img/tel_img_w_n2.png");
}

.header .open_icon {
	background-image: url("../img/open_icon.png");
	width: 179px;
	height: 44px;
	transition: .3s;
}
.header.w .open_icon, .header.ww .open_icon {
	background-image: url("../img/open_icon_w.png");
}

.header .menu_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	cursor: pointer;
	width: 180px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .menu_box > span {
	font-family:'Paperlogy-6SemiBold';
	font-size: 16px;
	color: #fff;
}
.header .menu_box > div {
	display: flex;
	/*justify-content: center;*/
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	transition: .2s;
	width: 35px;
	height: 23px;
}
.header .menu_box:hover > div {
	gap: 6px;
}
.header .menu_box > div > div {
	width: 100%;
	height: 3px;
	background-color: #fff;
	transition: .2s;
}





















.header .right_wingbanner {
	position: fixed;
    top: 0;
    right: 0;
	width: 100px;
	z-index: 999999;
}

.header .right_wingbanner a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .right_wingbanner .popup {
	background-color: #0e0924;
	background-image: url("../img/popup_btn.png");
	background-position: center;
	height: 100px;
	font-size: 0;
}

.header .right_wingbanner .regi {
	background-color: #244677;
	background-image: url("../img/regi_btn.png");
	background-position: center;
	height: 130px;
	font-size: 0;
}

.header .right_wingbanner .open {
	background-color: #2a3d49;
	background-image: url("../img/open_btn.png");
	background-position: center;
	width: 100px;
	height: 320px;
	font-size: 0;
}

.header .right_wingbanner .loca {
	background-color: #003577;
	background-image: url("../img/loca_btn.png");
	background-position: center;
	height: 130px;
	font-size: 0;
}

.header .right_wingbanner .top {
	background-color: #616161;
	background-image: url("../img/top_btn.png");
	background-position: center;
	height: 100px;
	font-size: 0;
	cursor: pointer;
}

.top_regi_btn {
	margin-left: 30px;
	margin-right: 50px;
	position: relative;
}
.top_regi_btn::after {
	content: '|';
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	color: #0e0924;
	font-size: 20px;
}

.footer {
	padding: 100px 80px;
	background: #fff;
	text-align: left;
	font-family:'Paperlogy-4Regular';
	border-top: 1px solid rgba(119, 119, 119, 0.25);
}

.footer .footer_row {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 420px;
}

.footer_left {
	flex: 0 0 600px;
}

.footer_right {
	flex: 1;
	padding-top: 3px;
	font-size: 16px;
	line-height: 1.8;
	color: #4e4e4ea6;
	letter-spacing: -0.04em;
}

.footer_right p {
	margin: 0;
	line-height: 1.7;
}

.footer_top {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.footer_logo {
	display: block;
	height: auto;
}

.footer_line {
	display: block;
	width: 1px;
	height: 18px;
	margin: 0 25px;
	background: #d7d7d7;
}

.footer_tel {
	display: inline-flex;
	align-items: baseline;
	color: #003577;
	font-size: 18px;
	font-family:'Paperlogy-6SemiBold';
	letter-spacing: -0.02em;
}

.footer_tel strong {
	font-size: 24px;
	font-family:'Paperlogy-6SemiBold';
	font-weight: 700;
	letter-spacing: -0.04em;
}

.footer_info {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.5;
	color: #9a9a9a;
	letter-spacing: -0.04em;
}

.footer_info em {
	color: #4e4e4e;
	font-style: normal;
}

.footer_copy {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #555;
	font-family:'Paperlogy-4Regular';
	letter-spacing: -0.02em;
}

.footer dl {
	font-size: 12px;
	color: rgba(78, 78, 78, 0.72);
}



.floating {
	position: absolute;
	top: calc(50% + 40px);
	transform: translateY(-50%);
	right: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.floating > a {
	width: 100px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0e0924;
	border: 1px solid #fff;
	font-family:'Paperlogy-6SemiBold';
}
.floating > a.floating_a01 {
	background-color: #0e0924;
	height: 100px;
}
.floating > a > em {
	display: inline-block;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-family:'Paperlogy-4Regular';
}

.floating img {
	filter: brightness(0) invert(1);
}









.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%;
}
@media screen and (max-width: 1800px) {
	.header .right_box > a {
		margin: 0;
		transform: scale(0.75);
		transform-origin: center;
	}

}
@media screen and (max-width:1700px) {
	.header .row {
		padding: 0 20px;
	}
	.header .row .logo {
		transform: scale(0.75);
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 100px;
	}
	.header .nav li a {
		font-size: 16px;
	}
	.header .drop_menu .drop {
		font-size: 15px;
	}
	.header .open_icon {
		width: 130px;
		height: 30px;
		background-size: contain;
	}
}
@media screen and (max-width: 1400px) {
	.header .row .logo {
		transform-origin: left;
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 100px;
	}
	.header .right_box > a {
		transform: scale(0.55);
	}
	.top_regi_btn {
		left: 20px;
	}
	.tel {
		transform-origin: left;
	}
}

@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}

	.footer dl {
		font-size: 14px;
	}
}


@media (min-width: 769px) and (max-height: 760px) {

	.footer .footer_row {
		gap: 100px;
	}


}