@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NotoSansKR_Light';
    src: url('../font/NotoSansKR_Light.eot'); src:local(※);
    src: url('../font/NotoSansKR_Light.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSansKR_Light.woff') format('woff'),
         url('../font/NotoSansKR_Light.ttf') format('truetype'),
         url('../font/NotoSansKR_Light.svg#NotoSansKR_Light') format('svg');
    font-style: normal;

}
@font-face {
    font-family: 'NotoSansKR_Medium';
    src: url('../font/NotoSansKR_Medium.eot'); src:local(※);
    src: url('../font/NotoSansKR_Medium.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSansKR_Medium.woff') format('woff'),
         url('../font/NotoSansKR_Medium.ttf') format('truetype'),
         url('../font/NotoSansKR_Medium.svg#NotoSansKR_Medium') format('svg');
    font-style: normal;

}
@font-face {
    font-family: 'NotoSansKR_Regular';
    src: url('../font/NotoSansKR_Regular.eot'); src:local(※);
    src: url('../font/NotoSansKR_Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSansKR_Regular.woff') format('woff'),
         url('../font/NotoSansKR_Regular.ttf') format('truetype'),
         url('../font/NotoSansKR_Regular.svg#NotoSansKR_Regular') format('svg');
    font-style: normal;

}
@font-face {
    font-family: 'NotoSansKR_Bold';
    src: url('../font/NotoSansKR_Bold.eot'); src:local(※);
    src: url('../font/NotoSansKR_Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/NotoSansKR_Bold.woff') format('woff'),
         url('../font/NotoSansKR_Bold.ttf') format('truetype'),
         url('../font/NotoSansKR_Bold.svg#NotoSansKR_Bold') format('svg');
    font-style: normal;

}




a {outline: none; select-dummy: expression(this.hideFocus=true);}
*:focus {outline: none;}
html {height:100%; }
body {height:100%; margin:0px; padding:0px; white-space:normal; }
body,table,input,textarea,select {font-family:'NotoSansKR_regular'; word-break:keep-all; white-space:normal; font-size:13px; line-height:24px; color:#333333;}
div, li {box-sizing:border-box;}
img	{border:0}
form {margin:0}
ul,li {list-style:none; margin:0px; padding:0px;} 
.clear {clear:both;}


/* font weight */
.f_bold {font-family:NotoSansKR_Bold;}
.f_medium {font-family:NotoSansKR_Medium;}
.f_regular {font-family:NotoSansKR_Regular;}
.f_light {font-family:NotoSansKR_Light;}

/* font size */
.fs_11 {font-size:11px;}
.fs_12 {font-size:12px;}
.fs_13 {font-size:13px;}
.fs_14 {font-size:14px;}
.fs_15 {font-size:15px;}
.fs_16 {font-size:16px;}
.fs_18 {font-size:18px;}
.fs_20 {font-size:20px;}
.fs_22 {font-size:22px;}
.fs_24 {font-size:24px;}
.fs_26 {font-size:26px;}
.fs_28 {font-size:28px;}
.fs_30 {font-size:30px;}
.fs_32 {font-size:32px;}
.fs_34 {font-size:34px;}
.fs_36 {font-size:36px;}
.fs_38 {font-size:38px;}
.fs_50 {font-size:50px;}

/* font color */
.fc_yw {color:#f7941d !important;}
.fc_bl {color:#006fb9 !important;}
.fc_bk {color:#000000 !important;}
.fc_blue {color:#007ec6 !important;}
.fc_orange {color:#ff4200 !important;}
.fc_wh {color:#fff !important;}
.fc_gray {color:#5c5c5c !important;}

.bg_wh {background-color:#fff !important;}
