/* ¿©¹é ÃÊ±âÈ­ */
body,div,ul,li,dl,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,
th,td,tr,textarea,button,form{margin: 0; padding: 0;}


/* ¹Ú½º »çÀÌÂ¡ */
* {box-sizing: border-box;}


/* a ¸µÅ© ÃÊ±âÈ­ */
a {color: #222; text-decoration: none;}
a:hover {color: #390;}


/* ÆùÆ® ÃÊ±âÈ­ */
body, input, textarea, select, button, table {
    font-family: 'Noto Sans KR', sans-serif;
    color: #222; font-size: 13px; line-height: 1.5;}


/* ÆùÆ® ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
em,address {font-style: normal;}


/* ºí¸´±âÈ£(¸Þ´º ¾Õ ¼ýÀÚµî) ÃÊ±âÈ­ */
dl,ul,li,ol,menu {list-style: none;}


/* Á¦¸ñ ÅÂ±× ÃÊ±âÈ­ */
h1,h2,h3,h4,h5,h6 {font-size: 13px; color:#222; font-weight: normal;}


/* ¹ÝÀÀÇü ÀÌ¹ÌÁö */
img, video {width: 100%;}

/* Å×µÎ¸® ÃÊ±âÈ­ */
img,fieldset {border:0 none;}


/* ¹öÆ° ÃÊ±âÈ­ */
button {border:0;}


/* IR È¿°ú */
.ir_pm {display: block; overflow: hidden; font-size: 0; line-height: 0; text-indent: -9999px;} /* ÀÇ¹ÌÀÖ´Â ÀÌ¹ÌÁöÀÇ ´ëÃ¼ ÅØ½ºÆ®¸¦ Á¦°øÇÏ´Â °æ¿ì */
.ir_wa {display: block; overflow: hidden; position: relative; z-index: -1; width: 100%; height: 100%;} /* ÀÇ¹ÌÀÖ´Â ÀÌ¹ÌÁöÀÇ ´ëÃ¼ ÅØ½ºÆ®·Î ÀÌ¹ÌÁö°¡ ¾ø¾îµµ ´ëÃ¼ ÅØ½ºÆ®¸¦ º¸¿©ÁÖ°íÇÏ ÇÒ ¶§ */
.ir_su {overflow: hidden; position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px;} /* ´ëÃ¼ ÅØ½ºÆ®°¡ ¾Æ´Ï Á¢±Ù¼ºÀ» À§ÇÑ ¼û±è ÅØ½ºÆ®¸¦ Á¦°øÇÒ ¶§ */


/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: ''; line-height: 0;}
.clearfix:after {clear: both;}


/* margin, padding */
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}


/* ÇÇ±Ô¾î ÃÊ±âÈ­ */
figure {margin: 0; padding: 0; border: 0;}



:root {
    /* Color */
    --color-white: #ffffff;
    --color-light-white: #eeeeee;
    --color-dark-white: #bdbdbd;
    --color-dark-grey: #4d4d4d;
    --color-grey: #616161;
    --color-light-grey: #7c7979;
    --color-light-blue: #69b7ff;
    --color-blue: #0063bf;
    --color-dark-blue: #051f37;
    --color-yellow: #fff7d1;
    --color-orange: #ff4310;
    --color-black: #000000;
  
    /* Font size */
    --font-large: 48px;
    --font-medium: 28px;
    --font-regular: 17px;
    --font-small: 15px;
    --font-micro: 13px;
  
    /* Font weight */
    --weight-extra: 900;
    --weight-bold: 700;
    --weight-semi-bold: 600;
    --weight-regular: 400;
    --weight-light: 300;
    
}