@charset "utf-8";
/****************************************
프로젝트명 : 중도일보 2020 리뉴얼
commnet : default.css
****************************************/

@charset "utf-8";

/*=================================================================================
 * Default Tag Style Definition
 =================================================================================*/
 html{min-width:1100px;}
body {
    font-family:'Noto Sans KR', sans-serif,'맑은고딕','Malgun Gothic';
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    border-collapse: collapse;
    -webkit-text-size-adjust:none;
    overflow-y:scroll;
}
/* 아래 css를 사용하면 사진 크기가 강제로 커지는 증상 때문에 주석처리 */
/*.view-left-wrap .left_text_box table td img{width:727px; border:1px solid red;}*/
a:link, a:visited {
    font-size: 1em;
    color: #000;
    text-decoration: none;
}
a:hover, a:active {
    font-size: 1em;
    color: #000;
    text-decoration: none;
}

/* ====== ##공통 (common) ====== */
html,body{height:auto;}
body{font-weight:normal; font-family:'Noto Sans KR', sans-serif,'맑은고딕','Malgun Gothic';letter-spacing:-1px; background:url(../images/bg_body.png) repeat-x 0 0;}
h1,h2,h3,h4,h5,h6{}
input,button{font-family:'Noto Sans KR', sans-serif,'맑은고딕','Malgun Gothic';}
a{display:inline-block;vertical-align:top; text-decoration:none; color:#000;}
.wrap{width:100%;}
*{margin:0; padding:0; font-weight:normal; letter-spacing:-1px;font-family:'Noto Sans KR', sans-serif,'맑은고딕','Malgun Gothic';}
.blind{display:none;}
.ico-img{background:url(../images/sprites_img.png) no-repeat 0 0;}
input,button{outline:none;}

/*=================================================================================
 *Reset Tag Style Definition
 =================================================================================*/
/*html { overflow-y:scroll; }*/

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li,
dl, dt, dd, table, caption,  tbody, tfoot, thead, th, tr, td, form, fieldset, legend, hr, input, button, textarea
object, iframe, form, caption, select,figure {
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
}

ul, ol ,li{
    list-style:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    border:0;
}

img, fieldset, abbr, input.type-image,  button {
    border:none;
}

img, input {
    vertical-align:middle;
    border:0;
    padding:0;
}

img{ object-fit:cover;}

address, caption, cite, code,  em {
    font-style:normal;
    font-weight:normal;
}


input, select, textarea, button {
    color:#555;
    vertical-align:middle;
}


caption,legend,#skipNavi {
    width:0;
    height:0;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
    font-size:0px;
    height:0px;
    line-height:0px
}

hr {
    display:none;
}

button::-moz-focus-inner{ border:0; padding: 0;} /*FF 초기화*/

button {
    background:transparent;
    overflow:visible;
    cursor:pointer;
}

.clearfix:after { content: ""; display: block; clear: both; }
.ie6 .clearfix { height: 1px; } /* IE6 */
.ie7 .clearfix { min-height: 1px; } /* IE7 */

/* Change the color to your own background color */
 input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
	 transition: background-color 5000s ease-in-out 0s;
	 -webkit-transition: background-color 9999s ease-out;
     -webkit-box-shadow: 0 0 0px 1000px #F0F0F0 inset !important;
     -webkit-text-fill-color: #333 !important; border-radius:30px
   }
