@charset "utf-8";


@font-face{/*영문*/
	font-family:Gotham;
	font-weight:bold;
	src:url(../font/Gotham-Medium.eot);
	src:local(※), url(../font/Gotham-Medium.woff) format('woff');
}
@font-face{/*영문*/
	font-family:Gotham;
	font-weight:normal;
	src:url(../font/Gotham-Book.eot);
	src:local(※), url(../font/Gotham-Book.woff) format('woff');
}

@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../../font/NanumSquareR.eot);
 src: url(../../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../../font/NanumSquareR.woff) format('woff'),
      url(../../font/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(../../font/NanumSquareB.eot);
 src: url(../../font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../../font/NanumSquareB.woff) format('woff'),
      url(../../font/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(../../font/NanumSquareEB.eot);
 src: url(../../font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(../../font/NanumSquareEB.woff) format('woff'),
      url(../../font/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare'; 
 font-weight: 300;
 src: url(../../font/NanumSquareL.eot);
 src: url(../../font/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../../font/NanumSquareL.woff) format('woff'),
      url(../../font/NanumSquareL.ttf) format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=East+Sea+Dokdo&amp;subset=korean');
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);



/* RESET */
html,body,button,dl,dt,dd,div,form,fieldset,legend,h1,h2,h3,h4,h5,h6,input,select,textarea,ul,ol,li,p,pre,table,td,th,caption,a,button{margin:0;padding:0; line-height:120%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body{font-size:1em; color:#333; font-family:'NanumSquare',AppleSDGothicNeo-Light,NotoSans,NanumGothic,'나눔 고딕',Malgun Gothic,'맑은 고딕',sans-serif; background-color:#fff;}
h1,h2,h3,h4,h5{font-weight:normal;}
input[type="text"],textarea,select{border:0; background-color:transparent;-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input,textarea,select{font-size:1em; color:#333; font-family:AppleSDGothicNeo-Light,NotoSans,NanumGothic,'나눔 고딕',Malgun Gothic,'맑은 고딕',sans-serif;  border-radius:0; vertical-align:middle;}
select{cursor:pointer;}
select::-ms-expand{display: none;}
ol,ul{list-style:none}
a{text-decoration:none; color:#333;}
img{vertical-align:top; border:0}

caption{visibility:hidden; overflow:hidden; height:0px; font-size:0px; line-height:0px;}
th,th{text-align:left; vertical-align:middle;}
em{font-style:normal;}
table {border-collapse:collapse;empty-cells:show;table-layout:fixed;}

