@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* body,
input,
select,
button,
textarea,
.text-base   {font-weight:400;font-family:"Noto Sans CJK KR"       , "Noto Sans KR", 'Noto Sans EOT'        , SimHei, Sans-serif;}
.text-light  {font-weight:300;font-family:"Noto Sans CJK KR Light" , "Noto Sans KR", 'Noto Sans EOT Light'  , SimHei, Sans-serif;}
.text-medium {font-weight:500;font-family:"Noto Sans CJK KR Medium", "Noto Sans KR", 'Noto Sans EOT Medium' , SimHei, Sans-serif;}
.text-bold   {font-weight:700;font-family:"Noto Sans CJK KR"       , "Noto Sans KR", 'Noto Sans EOT Bold'   , SimHei, Sans-serif;}

html[class^='chrome_49'] body,
html[class^='chrome_49'] input,
html[class^='chrome_49'] select,
html[class^='chrome_49'] button,
html[class^='chrome_49'] textarea,
html[class^='chrome_49'] .text-base,
html[class^='chrome_5'] body,
html[class^='chrome_5'] input,
html[class^='chrome_5'] select,
html[class^='chrome_5'] button,
html[class^='chrome_5'] textarea,
html[class^='chrome_5'] .text-base {font-family:'Noto Sans',Arial,"Noto Sans CJK KR"       , "Noto Sans KR", 'Noto Sans EOT'        , SimHei, Sans-serif;}
html[class^='chrome_49'] .text-light,
html[class^='chrome_5'] .text-light {font-family:'Noto Sans',Arial,"Noto Sans CJK KR Light" , "Noto Sans KR", 'Noto Sans EOT Light'  , SimHei, Sans-serif;}
html[class^='chrome_49'] .text-medium,
html[class^='chrome_5'] .text-medium {font-family:'Noto Sans',Arial,"Noto Sans CJK KR Medium", "Noto Sans KR", 'Noto Sans EOT Medium' , SimHei, Sans-serif;}
html[class^='chrome_49'] .text-bold,
html[class^='chrome_5'] .text-bold {font-family:'Noto Sans',Arial,"Noto Sans CJK KR"       , "Noto Sans KR", 'Noto Sans EOT Bold'   , SimHei, Sans-serif;}
 */

*{
    margin:0;
    padding:0;
}

body{
    font-size:12px;
    line-height:1em;
    font-family: 'Noto Sans KR', sans-serif;
    
   
}

a{
    color:#000 !important;
    text-decoration:none !important; /* 밑줄삭제 */
}

ol,ul{ /* ,는 두개 동시에 부름 */
    list-style:none !important; /* 블릿삭제 */
}

img{ /* inline 요소 */
    border:none !important; /* explore(구버전 브라우저)에 테두리가 생기기 떄문 삭제하자 */
    vertical-align:top !important; /* img태그 하단에 생기는 여백 없애기 위함 
    why? 왜생김 ? inline 요소라서 생김 !*/
}

.cf{}
.cf:after{
    content:'';
    display:block;
    clear:both;
}
#cf{}
#cf:after{
    content:'';
    display:block;
    clear:both;
}

/* markup 시작 */



















