@charset "utf-8";

/* 여백 초기화 */
html,body,div,span,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption
{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  box-sizing:border-box;
  font-weight:300;
  color:#333;
  font-size:14px;
}

b
{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  box-sizing:border-box;
  color:#333;
}

footer, header, nav, section { display:block; padding:0; margin:0; }


/* a & 버튼 초기화 */
a {color: #333; text-decoration: none; background:transparent; margin:0; padding:0;}
a:hover {color: #649d23;}

/* iPhone Safari changing colour of phone numbers */
a[href^=tel]
{
  text-decoration:inherit;
  color: inherit;
}

/* 폰트 초기화 */
body, input, textarea, select, button, table
{
    font-family:'Poppins','Noto Sans KR';
    color: #333;
    line-height: 1.5;
    font-size:14px;
}

body{overflow:hidden; background-color:#fff; min-height: 100vh;}

/* 폰트 스타일 초기화 */
em,address {font-style: normal;}

/* 블릿기호 초기화 */
ul,li,ol {list-style:none;}

/* 폰트 초기화 */
h1 {font-size:34px; font-weight: normal;}
h2 {font-size:30px; font-weight: normal;}
h3 {font-size:23px; font-weight: normal;}
h4 {font-size:18px; font-weight: normal;}
h5 {font-size:15px; font-weight: normal;}
h6 {font-size:14px; font-weight: normal;}



/* 테두리 초기화 */
img,fieldset {border:0 none;}

/* 버튼 초기화 */
button {border: 0;}

/* 반응형 */
/* video,img {width: 100%;} */

/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: '';line-height: 0;}
.clearfix:after {clear: both;}

/* IR 효과 */
.ir_pm {display:block; overflow:hidden; font-size:0; line-height:0; text-indent:-9999px;} /* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {display:block; overflow:hidden; position:relative; z-index:-1; width:100%; height: 100%;} /* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_so {overflow: hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;} /* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */

/* 아이콘 이미지 최적화 작업 */
.icon {background-image: url(../img/icon.png);}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx){
            .icon {background-image: url(../img/icon@2.png); background-size: 500px;}
}

/* input style */
input {background-image: none; width: 15px; height: 15px;}
input[type=button],
input[type=reset],
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=tel],
input[type=email] {
    -webkit-appearance: none;
    border-radius: 5px;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
input:checked[type=checkbox] {
    background-color: #666;
    -webkit-appearance: checkbox
}

/* 스크롤 형태 */
 ::-webkit-scrollbar { width:4px; height:4px; }
 ::-webkit-scrollbar-track { /*background-color:#fff;*/ }
 ::-webkit-scrollbar-thumb { background-color:#b9b9be; border-radius:10px; }
 ::-webkit-scrollbar-thumb:hover { background:#999; }
 ::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { width:20px;height:5px; /*background:#fff;*/ }
 /* */

