﻿@charset 'utf-8';

/* @font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 100;
	src: url('/font/notokr-light.woff2') format('woff2'),
		 url('/font/notokr-light.woff') format('woff');
}

@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 300;
	src: url('/font/notokr-regular.woff2') format('woff2'),
		 url('/font/notokr-regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 500;
	src: url('/font/notokr-medium.woff2') format('woff2'),
		 url('/font/notokr-medium.woff') format('woff');
}
@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 700;
	src: url('/font/notokr-bold.woff2') format('woff2'),
		 url('/font/notokr-bold.woff') format('woff');
} */

/* Default Setting */
header, footer, section, article,
aside, nav, hgroup, details, menu,
figure, figcaption {
	display: block;
}
body {
	font-family: Sans-serif;
	/* font-family: 'NotoKr', sans-serif; */
	font-size: 14px;
	color: #282828;
	font-weight: 300;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: white;
	opacity: 0;
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #282828;
}
input,button,select,textarea {
	font-family: 'NotoKr', sans-serif;
	font-size: 14px;
	font-weight: 300;
	outline: 0;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	vertical-align: middle;
	border-radius: 2px;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	line-height: 24px;
	color: #333333;
	padding: 8px 12px;
	height: 40px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	background-color: white;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
}
textarea {
	padding: 10px 12px 11px;
	line-height: 150%;
	resize: vertical;
}
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #F18700;
}
button,input[type="submit"],input[type="image"] {
	cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
}
::-ms-clear,
::-ms-reveal {
	display: none
}
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: -1px;
}
hr {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
h1,h2 {
	font-size: 28px;
	line-height: 1;
}
h2 {
	font-size: 18px;
	line-height: 1;
}
h3 {
	font-size: 15px;
	line-height: 1;
}
p {
	margin: 0px;
}
ul,ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
dl,dt,dd {
	padding: 0px;
	margin: 0px;
}
table {
	overflow: hidden;
	border-collapse: collapse;
}
th {
	font-weight: 500;
}
fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
fieldset legend {
	position: absolute;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
	overflow: hidden;
}
table caption {
	text-indent: -9999px;
	overflow: hidden;
	height: 2px;
	margin-top: -2px;
}
figure {
	margin: 0px;
	padding: 0px;
}

/* 크롬 사파리에만 CSS 적용 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		padding-right: 28px;
		background: white url(/imagesm/bullet_select.png) no-repeat right center;
	}
}