@charset "utf-8";
/* web-font */
@font-face {
	font-family:  'NotoKr';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/notokr-light.eot');
	src: url('../fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/notokr-light.woff2') format('woff2'),
		 url('../fonts/notokr-light.woff') format('woff');
}

@font-face {
	font-family:  'NotoKr';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/notokr-regular.eot');
	src: url('../fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/notokr-regular.woff2') format('woff2'),
		 url('../fonts/notokr-regular.woff') format('woff');
}
@font-face {
	font-family:  'NotoKr';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/notokr-medium.eot');
	src: url('../fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/notokr-medium.woff2') format('woff2'),
		 url('../fonts/notokr-medium.woff') format('woff');
}

@font-face {
	font-family:  'NotoKr';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/notokr-bold.eot');
	src: url('../fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/notokr-bold.woff2') format('woff2'),
		 url('../fonts/notokr-bold.woff') format('woff');
}
@font-face {
  font-family: 'PT-Serif';
    src:  url('../fonts/PT-Serif.ttf.woff') format('woff'),
    url('../fonts/PT-Serif.ttf.svg#PT-Serif') format('svg'),
    url('../fonts/PT-Serif.ttf.eot');
    font-weight: normal;
    font-style: normal;
}
/* font_locale.css 에 각 언어 css 추가 */
/*
:lang(ko) * {font-family: 'FontAwesome', 'NotoKr', sans-serif; word-break:keep-all;}
:lang(jp) * {font-family: 'FontAwesome', 'NotoKr', "M PLUS 1p", sans-serif; word-break: break-all; -webkit-font-smoothing: antialiased; letter-spacing:-0.5px;}
:lang(tw) * {font-family: 'FontAwesome', 'NotoKr', 'Microsoft JhengHei', sans-serif; word-break:break-all; letter-spacing:-0.5px;}
:lang(jp) * {font-family: 'FontAwesome',  "M PLUS 1p",  sans-serif !important; word-break:break-all; letter-spacing:-0.5px;}
:lang(en) * {font-family: 'FontAwesome', 'LatoWeb', sans-serif; word-break:keep-all; letter-spacing: 0px;}
:lang(vi) * {font-family: 'FontAwesome', 'NotoKr', sans-serif !important; word-break:keep-all;}
*/

html { /* 폰트 정확하게 보이게 만들기 */
  /*-webkit-text-size-adjust: antialiased;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  	transform: rotate(-0.0000000001deg);
  	text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

/* 명조체 폰트 */
.serif-en, .serif-na, .serif-de, .serif-tr, .serif-fr, .serif-ko{font-family:'PT-Serif',serif !important;letter-spacing:-1px !important; font-weight:bold;}
.serif-ko small{font-family: 'NotoKr', sans-serif;font-style:normal;letter-spacing:-1px !important; font-weight:bold;font-size: 40px;font-weight: 400;font-size: 2.5rem;}

/* CSS 초기화 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:14px;
letter-spacing:-0.2px;
vertical-align:baseline;
background:transparent;
}

body{
font-weight: normal;
font-style: normal;
line-height:1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}

nav ul, li{
list-style:none;
}

a{
margin:0;
padding:0;
font-size:14px;
vertical-align:baseline;
background:transparent;
text-decoration:none;
}

img{
 object-fit: cover;
vertical-align:top;
}

hr{
display:block;
height:2px;
border:0;
margin:0;
padding:0;
}

input, select, textarea,
input[type="submit" i],
input[type="reset" i], input[type="file" i]::-webkit-file-upload-button
{
display: inline-block;
box-sizing: border-box; 
width:calc(100% - 2px);
margin:0 auto;
padding: 10px 20px;
border:0;
vertical-align:top;
font-size:16px;
font-weight: normal;
text-align: center;
color:#fff;
background-color:#323338;
align-items: flex-start;
cursor: default;
/* appearance:none; */ /* w3c validator에 없음*/
-webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}

/*ie 51라인 크로스브라우징*/
input[type="button"], input[type="button" i], button{
display: inline-block;
box-sizing: border-box;
width:auto;
margin:0;
padding: 9.5px 20px;
align-items: flex-start;
border:0;
vertical-align:top;
font-size:16px;
font-weight: normal;
text-align: center;
color: #fff;
background-color:#323338;
cursor: default;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
}
option{width:180px;height:43px;padding:1em;border-color:transparent;border:none;background:#323338;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {display: none;}  
select{
width:180px;
height:43px;
padding:1em;
border:none;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
background: #323338 url('/static/images/select-arrow.png') no-repeat right 50%; /* 화살표 아이콘 추가 */       
}
select:focus{
width:180px;
height:43px;
border:none;
-webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;
appearance: none;
background: #323338 url('/static/images/select-arrow-on.png') no-repeat right 50%; /* 화살표 아이콘 추가 */       
}
/* check, hover 스타일 설정 IE, Chrome */
select option:checked, 
select option:hover {    
    background: #323338;
    color: #fff;
}
/* check, hover 스타일 설정 FireFox */
select option:checked,
select option:hover { 
    box-shadow: 0 0 10px 100px #ff00ff inset;  
    color: #fff;
}

/*placeholder*/
::placeholder{color:#a8abae !important;text-align:left;}
::-webkit-input-placeholder{color:#a8abae !important;text-align:left;}
::-moz-placeholder{color:#a8abae !important;text-align:left;} /* Firefox 19+ */
:-moz-placeholder{color:#a8abae !important;text-align:left;} /* Firefox 18- */
:-ms-input-placeholder{color:#a8abae !important;text-align:left;}/* IE 10+ */
::-ms-input-placeholder{color:#a8abae !important;text-align:left;}

::-webkit-input-placeholder{color:#a8abae;text-align:left;}
::-moz-placeholder{color:#a8abae;text-align:left;} /* Firefox 19+ */
:-moz-placeholder{color:#a8abae;text-align:left;}/* Firefox 18- */
:-ms-input-placeholder{color:#a8abae;text-align:left;}
