@font-face {
	font-family: 'Impact';
	src:url('/wp-content/themes/junj/assets/font/impact.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TwCenMT Bold';
	src:url('/wp-content/themes/junj/assets/font/TCB_____.TTF') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TwCenMT Regular';
	src:url('/wp-content/themes/junj/assets/font/TCM_____.TTF') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


* {margin: 0;padding: 0;box-sizing: border-box;font-size: 16px;}
body * {font-family: 'TwCenMT Regular';}
body h1,body h2,body h3,body h4,body h5 {color: #2d2757;font-family: 'TwCenMT Bold';}
body a {text-decoration: none;}
.module-wrap {max-width: 1500px;margin: auto;}
.module-wrap-1300 {max-width: 1300px;margin: auto;}
.dp-flex {display: flex;}
.dp-flex-sb-ai {justify-content: space-between;align-items: center;}
.height-100{height: 100%;}
body a:hover {color: #fd9923;transition: all 0.6s;color: chocolate;}
body iframe {width: 100%;max-width: 100%;}
