@charset "UTF-8";

/**/
@font-face {
  font-family: "Nanum Gothic";
  font-weight: 200;
  src: url("../fonts/NanumGothicLight.otf") format("opentype"),
    url("../fonts/NanumGothicLight.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Gothic";
  font-weight: 400;
  src: url("../fonts/NanumGothic.otf") format("opentype"),
    url("../fonts/NanumGothic.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Gothic";
  font-weight: 600;
  src: url("../fonts/NanumGothicBold.otf") format("opentype"),
    url("../fonts/NanumGothicBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Gothic";
  font-weight: bold;
  src: url("../fonts/NanumGothicBold.otf") format("opentype"),
    url("../fonts/NanumGothicBold.ttf") format("truetype");
}

/* 여백 초기화 */
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/*테이블 초기화*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 테두리 초기화 */
fieldset,
img {
  border: 0 none;
}

/* 리스트 스타일 초기화 */
dl,
ul,
ol,
menu,
li {
  list-style: none;
}

/*quotes초기화 */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 정렬 초기화  */
input,
select,
textarea,
button {
  vertical-align: middle;
}

/* 버튼 초기화 */
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

/* 배경 속성 초기화 */
body {
  background: #fff;
  direction: ltr;
  -webkit-text-size-adjust: none;
}

/* 폰트 초기화 */
/*body,th,td,input,select,textarea,button{font-size:12px;line-height:1.5em; font-family: 'Nanum Barun Gothic', sans-serif; color:#241d1a; font-weight: 200;;*/

/* } */

/* 제목 폰트 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* 링크 초기화 */
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #4464b7;
  text-decoration: none;
}
a:active {
  background-color: transparent;
}

/* 폰트 스타일 초기화 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

/*반응형 이미지*/
/*img  {border-radius: 20px;}*/
video,
.videoPlayBox img {
  width: 100%;
  border-radius: 0px;
}

/* 캡션 */
caption,
legend {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

/*폰트 굵기*/

.f800 {
  font-weight: 700;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
