@charset "utf-8";
/* Tarasoft 2021-08-12 PIS Tarasoft 2021-08-12 SJW Tarasoft 2021-08-12 IGJ */

* {padding:0; margin:0; box-sizing: border-box;}

/* 21.09.03 전체 폰트사이즈 영역 변경 : pyo */
html {font-size: 62.5%;}

ul, li, ol {list-style: none;}
a { text-decoration: none;}
img { border:0;}

table {border-collapse: collapse;border-spacing: 0;}

/* 눈버튼 안보이게 하는 css */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {display: none;}
input {border: none;}


/*input  placeholder*/

input::placeholder {color: #9395a4 !important; font-size:1.5rem;}

/* select 화살표 감추기 */

select {appearance: none;}
select::-ms-expand {display: none;}

/* 21.08.27 select 배경 색상 및 화살표 세팅 : pyo */
select {background: url(../images/common/select.svg) no-repeat 92% 16px; background-size: 12px;}
option {background: #141629;}


/* 21.08.31 input date 안씀 , 브라우저 호환안됨 : pyo */
input[type="date"] {padding-right: 14px;}
