@charset "utf-8";

/* font 暂时不用

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../font/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
       url(../font/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
       url(../font/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(../font/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(../font/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../font/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(../font/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(../font/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../font/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(../font/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(../font/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 600;
   src: url(../font/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(../font/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(../font/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
 @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../font/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
         url(../font/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
         url(../font/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
  }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../font/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(../font/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(../font/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }
*/



/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,input{margin:0;padding:0}
body,h1,h2,h3,h4,input,button{font-size:12px;color:#595959}
body{word-break:keep-all;}
img,fieldset,iframe{border:0 none}

input,select,button{vertical-align:middle}
img{vertical-align:top}
em,address{font-style:normal}
label,button{cursor:pointer}
a{color:#908e8f;text-decoration:none}
a:hover{color:#00E091;text-decoration:none}
button *{position:relative}
button img{}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr{display:none}
legend{*width:0}

/* Common */
.hide{width:1px;height:1px;line-height:1;font-size:1px;position:absolute;left:-9999px;overflow:hidden;text-indent:-9999px;}

.content{width:1100px;margin:0 auto;}


.content > table{
     padding-top : 164px;
}

.home_t3{
     padding-top : 30px;
}