﻿@charset "utf-8";

@font-face {
	font-family: HanjinGroupSans;
	font-weight: 400;
	src: url(font/HanjinGroupSans-Regular.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
	url(font/HanjinGroupSans-Regular.woff) format('woff'); /* 모던 브라우저 */
}

@font-face {
	font-family: HanjinGroupSans;
	font-weight: 700;
	src: url(font/HanjinGroupSans-Bold.woff2) format('woff2'), /* WOFF2 지원 브라우저 */
	url(font/HanjinGroupSans-Bold.woff) format('woff'); /* 모던 브라우저 */
}

html {
	/* Prevent font scaling in landscape */
	-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
	-moz-text-size-adjust: none; /*Firefox*/
	-ms-text-size-adjust: none; /*Ie*/
	-o-text-size-adjust: none; /*old versions of Opera*/
}

* {
	font-family: "HanjinGroupSans";
	color: #222;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body, input, select, textarea, button {
	font: normal 15px/1.2 "HanjinGroupSans";
	color: #222;
	letter-spacing: 0;
	box-sizing: border-box; /*outline: none;*/
}

body {
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

input, select, textarea {
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

	input::-ms-clear, input::-ms-reveal {
		display: none;
	}

	input::-webkit-search-cancel-button {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	input::-webkit-clear-button, input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
		display: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #d2d2d2;
	}

	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #d2d2d2 !important;
	}

button {
	background: none;
	border: 0;
	border-radius: 0;
	overflow: visible;
	cursor: pointer;
	outline: none;
}

textarea {
	resize: none;
}

label {
	vertical-align: middle; /*cursor:pointer;*/
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

em, address {
	font-style: normal;
}

ol, ul {
	list-style: none;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

img, fieldset {
	border: 0;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

legend {
	visibility: hidden;
	position: absolute;
	left: -5000px;
	font-size: 0;
	line-height: 0;
}

caption {
	visibility: hidden;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
}

hr {
	display: none;
}


/* input box color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
	-webkit-text-fill-color: #222;
}

	input:-webkit-autofill, input:-webkit-autofill:hover,
	input:-webkit-autofill:focus, input:-webkit-autofill:active {
		transition: background-color 5000s ease-in-out 0s;
	}


/* Web Size Viewer Control */
@media all and (max-width:1279px) { /* mobile ver */
	.mo_N {
		display: none !important;
	}

	.btn-blue {
		display: inline-block;
		background-color: #0068e8;
		color: #fff;
		border-radius: 8px;
		text-align: center;
		font-family: "HanjinGroupSans";
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	}
}

@media all and (min-width:1280px) { /* pc ver */
	.pc_N {
		display: none !important;
	}

	.btn-blue {
		display: inline-block;
		background-color: #0068e8;
		color: #fff;
		border-radius: 8px;
		text-align: center;
		font-family: "HanjinGroupSans";
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	}
}

@media all and (max-width:375px) { /* mobile ver */
	.btn-blue {
		padding: 16px 0 15px;
	}
}

.offscreen {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	word-break: initial;
	word-wrap: initial;
}
