@charset "utf-8";
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:100;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-Thin.eot');
	src:url('/css/fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-Thin.woff') format('woff'),url('/css/fonts/NotoSans-Thin.otf') format('truetype');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:200;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-DemiLight.eot');
	src:url('/css/fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-DemiLight.woff') format('woff'),url('/css/fonts/NotoSans-DemiLight.otf') format('truetype');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:300;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-Light.eot');
	src:url('/css/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-Light.woff') format('woff'),url('/css/fonts/NotoSans-Light.otf') format('truetype');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:400;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-Regular.eot');
	src:url('/css/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-Regular.woff') format('woff'),url('/css/fonts/NotoSans-Regular.otf') format('truetype');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:500;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-Medium.eot');
	src:url('/css/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-Medium.woff') format('woff'),url('/css/fonts/NotoSans-Medium.otf') format('truetype');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:600;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-Bold.eot');
	src:url('/css/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-Bold.woff') format('woff'),url('/css/fonts/NotoSans-Bold.otf') format('truetype');
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:700;
	src:local('Noto Sans Thin'),local('Noto Sans Thin'),local('Noto Sans Thin');
	src:url('/css/fonts/NotoSans-Black.eot');
	src:url('/css/fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),url('/css/fonts/NotoSans-Black.woff') format('woff'),url('/css/fonts/NotoSans-Black.otf') format('truetype');
}
@font-face {
	font-family:'한국외대체';
	font-style:normal;
	font-weight:300;
	src:url('/css/fonts/한국외대체L.otf') format('truetype');
}
@font-face {
	font-family:'한국외대체';
	font-style:normal;
	font-weight:400;
	src:url('/css/fonts/한국외대체M.otf') format('truetype');
}
@font-face {
	font-family:'한국외대체';
	font-style:normal;
	font-weight:600;
	src: url('/css/fonts/한국외대체B.otf') format('truetype');
}
/* Reset */
* {
	outline:0 !important;
}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,a,ul,ol,li,menu,nav,section,article,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html,body {
	width:100%;
	transform:none !important;
	perspective:none !important;
}
html {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
	width:100%;
	background:#fff;
	min-width:320px;
	-webkit-text-size-adjust:none;
	word-wrap:break-word;
	word-break:break-all;
}
.not-scroll {
	overflow:hidden;
}
/*
.not-scroll .wrap {
	overflow-y:scroll;
}
*/
body,input,select,textarea,button {
	border:none;
	font-size:16px;
	font-family:'Noto Sans','한국외대체',sans-serif;
	font-weight:400;
	color:#000;
	line-height:1.5;
}
ul,ol,li {
	list-style:none;
}
table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
img,fieldset {
	border:0;
}
address,cite,code,em {
	font-style:normal;
	font-weight:normal;
}
label,img,input,select,textarea,button {
	vertical-align:middle;
}
.hide,caption,legend {
	line-height:0;
	font-size:1px;
	overflow:hidden;
}
hr {
	display:none;
}
main,header,section,nav,footer,aside,article,figure {
	display:block;
}
a {
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,strong,th {
	font-weight: 600;
}
/* Form */
select {
	width:100%;
	height:60px;
	background:#fff url('/images/common/ico_expand_open_g.png') no-repeat 95% 50%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	color:#000000;
	border:1px solid #c6c6c6;
	border-radius:0;
	padding-left:20px;
	-webkit-transition:all 0.5s;
	transition: all 0.5s;
}
select::-ms-expand {
	/* for IE 11 */
	display:none;
}
select[readonly],select[disabled] {
	color:#777777;
	background-color:#f5f5f5;
}
input[type='tel'],input[type='time'],input[type='text'],input[type='password'],input[type='search'],input[type='email'],input[type='file'],input[type='url'],input[type='number'],input[type='date'],textarea {
	width:100%;
	height:60px;
	font-size:16px;
	color:#000000;
	border:1px solid #c6c6c6;
	background:#fff;
	text-indent:20px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	vertical-align:middle;
}
input::-webkit-input-placeholder {
	color:#c6c6c6;
	font-size:16px;
	line-height:100%;
}
input[type='radio'] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
input[type='radio']+label {
	display:inline-block;
	position:relative;
	padding-left:30px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
input[type='radio']+label:before {
	content:'';
	position:absolute;
	left:0;
	top:4px;
	width:20px;
	height:20px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	background-image:url('/images/common/btn_radio_off@2x.png');
	border:none;
	border-radius:100%;
	box-shadow:none;
}
input[type='radio']:checked+label:before {
	background-image:url('/images/common/btn_radio_on@2x.png');
}
.small input[type='radio']+label {
	font-size:14px;
	padding-left:25px;
}
.small input[type='radio']+label:before {
	top:1px;
}
input[type='checkbox'] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
input[type='checkbox']+label {
	display:inline-block;
	position:relative;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
input[type='checkbox']+label:before {
	content:'';
	display:inline-block;
	width:23px;
	height:23px;
	line-height:23px;
	margin:-2px 20px 0 0;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	background-image:url('/images/common/btn_checkbox_off@2x.png');
	border:none;
	border-radius:0;
	box-shadow:none;
}
input[type='checkbox']:checked+label:before {
	background-image:url('/images/common/btn_checkbox_on@2x.png');
}
.small input[type='checkbox']+label {
	font-size:16px;
}
.small input[type='checkbox']+label:before {
	width:20px;
	height:20px;
	line-height:20px;
	margin:-3px 10px 0 0;
}
input[type="checkbox"]:disabled + label::before{
  background: gray;
}
input[type="checkbox"]:disabled + label:hover::before{
  cursor: default;
}
input[type="checkbox"]:disabled + label{
  cursor: default;
}
input[type='file']+label {
	display:inline-block;
	vertical-align:middle;
	width:120px;
	padding:7px 0;
	background-color:#ffffff;
	border:1px solid #000000;
	cursor:pointer;
	text-align:center;
	font-weight:600;
}
input[type='file'] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
select:focus,textarea:focus,input:focus {
	border:1px solid #727272;
}
input[type='tel'][readonly],input[type='text'][readonly],input[type='password'][readonly],input[type='email'][readonly],input[type='search'][readonly],input[type='date'][readonly],input[type='tel'][disabled],input[type='text'][disabled],input[type='password'][disabled],input[type='search'][disabled],input[type='email'][disabled],input[type='date'][disabled] {
	-webkit-appearance:none;
	appearance:none;
	font-size:16px;
	color:#777777;
	background:#f5f5f5;
	cursor:auto;
}
input[type='radio'][readonly]+label:before,input[type='radio'][disabled]+label:before {
	background-image:url('/images/common/btn_radio_off_dim@2x.png');
}
input[type='radio'][readonly]:checked+label:before,input[type='radio'][disabled]:checked+label:before {
	background-image:url('/images/common/btn_radio_on_dim@2x.png');
}
textarea {
	padding:20px;
	text-indent:0px;
	height:240px;
	resize:none;
}
textarea[readonly],textarea[disabled] {
	color:#000;
	background:#f5f5f5;
}
button {
	cursor:pointer;
}
button[disabled] {
	cursor:auto;
}
.clear {
	clear:both;
}
.clear:after {
	content:'';
	display:block;
	clear: both;
}