﻿@charset "utf-8";


/************************************** font **************************************/

@import url("font/gmarketsans.css");
@import url("font/notosanskr.css");

/************************************** 리셋 **************************************/


/* 여백 초기화 */
html, body, div, span, h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, p, address, blockquote, pre, cite,
form, fieldset, input, textarea, select, button, iframe, table, th, td {margin:0; padding:0; }

/* 테두리 */
table, fieldset, img {border:0 none;}

/*목록*/
ul, ol, li {list-style-type:none;}

/*테이블*/
table {border-collapse:collapse;}
th {font-weight:normal; text-align:left;}
caption {visibility:hidden; overflow:hidden; width:0;height:0;font-size:0;line-height:0; text-align: left}

/* 이미지와 폼 요소 정렬 */
img {vertical-align:top;}
label, input, select, textarea, button {vertical-align:middle;}

/* 텍스트 */
strong {font-weight:normal;}
em, address, cite {font-style:normal;}

/* 폼 요소 */
label, button {cursor:pointer;}
legend {position:absolute; font-size:0; line-height:0; height:0;}
input, textarea, option, button { font-family: 'Noto Sans KR','Sans-serif'; font-size: 1.4rem; letter-spacing: -0.3px; border-radius: 0; border:0;}
input[type=file],
input[type=number],
input[type=text],
input[type=password],
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select {  font-family: 'Noto Sans KR','Sans-serif'; font-size: 1.4rem; letter-spacing: -0.3px; color: #222; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea { white-space: pre-wrap; resize: none; }

input::-ms-input-placeholder { color: #757575; }
input::-webkit-input-placeholder { color: #757575; } 
input::-moz-placeholder { color: #757575; }
textarea::-ms-input-placeholder { color: #757575; }
textarea::-webkit-input-placeholder { color: #757575; } 
textarea::-moz-placeholder { color: #757575; }



/************************************** 사이트 공통 **************************************/


*,*:after,*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
html { text-shadow: 1px 1px 1px rgba(0,0,0,0.004); font-size: 62.5%; min-width: 1440px; }
html, body { width:100%; height:100%; }
body { font-family: 'Noto Sans KR','Sans-serif'; font-size: 1.4rem; letter-spacing: -0.3px; }
a { text-decoration:none; color: #222; }

/* 클리어 픽스 */
.clearfix:after { content:''; display:block; clear:both; }

/* container */
div.container { position:relative; overflow-x:hidden; height: 100%; }
.sec-width { width: 1440px; margin: 0 auto; }