﻿
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);*/


/*@font-face {
    font-family: 'NanumGothic';
    src: url('/font/NanumGothic.eot') format('eot');
    src: url('/font/NanumGothic.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'NanumGothic';
    src: url('/font/NanumGothicBold.eot') format('eot');
    src: url('/font/NanumGothicBold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'NanumGothic';
    src: url('/font/NanumGothicExtraBold.eot') format('eot');
    src: url('/font/NanumGothicExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}*/



/* CSS 초기화 */
html, body, div, span, object, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  article,aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin:0;
padding:0px;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
letter-spacing:0px;
}

caption:not(#addrCaption) {
    margin: 0;
    border: 0;
}

table:not(#addr_tbl, #popTbl) {
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

thead:not(.addrTHead) {
    margin: 0;
    border: 0;
}

tbody:not(.addrTBody) {
    margin: 0;
    border: 0;
}

th:not(.addrTH) {
    margin: 0;
    border: 0;
}

tr:not(.addrTR) {
    margin: 0;
    border: 0;
}

td:not(.addrTD) {
    margin: 0;
    border: 0;
}

body{
font-family: 'NanumGothic','Noto Sans KR','Malgun Gothic','맑은 고딕',HelveticaNeue,DroidSans,Sans-serif,Helvetica;
width:100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block;}
nav ul, li{list-style:none;}
a{margin:0;padding:0;font-size:100%;text-decoration:none;vertical-align:baseline;color:#fff;background:transparent;}
img{vertical-align:top;}
input{
margin:0;
padding:0;
box-sizing:border-box;
vertical-align:top;
border:1px solid #c7c7c7;
border-radius:0; 
font-family:'Malgun Gothic','맑은 고딕',NanumGothic,나눔고딕,'Nanum Gothic',HelveticaNeue,DroidSans,Sans-serif,Helvetica;
}

select {height:22px; box-sizing:border-box}
table{border-collapse:collapse;border-spacing:0;}
input::-webkit-input-placeholder {color:#666;}

.pt_21{padding-top:21px}
.pt_25{padding-top:25px}
.pt_28{padding-top:28px;}
.pt_35{padding-top:35px}
.pt_55{padding-top:55px}
.pt_60{padding-top:60px}
.he_50{clear:both; height:50px;}

/* ie10이상 select박스 화살표 디자인 수정 */
select::-ms-expand{opacity:0}
/* CSS 초기화 ed */

/* -- 페이지 리스팅 시작 --*/
.autoMargin10 {margin: 10px auto;background-color: #ffffff;}
.pageList {color: #111;font-family: 'Noto Sans KR'}
.PagingBox {display: inline-block;}
.PagingCellBlock {
    display: inline-block;
    padding-top: 0px;
    border: 1px solid #bbb;
    color: #666;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
     font-size: 13px;
}

.PagingCell {
    display: inline-block;
    padding:5px 11px;
    border: 1px solid #bbb;
    color: #666;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
     font-size: 13px;
}

.PagingCellBlock_Ov {
    display: inline-block;
    padding:5px 11px;
    border: 1px solid #14141e;
    background-color: #14141e;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
     font-size: 13px;
}

.PagingCell_Ov {
    display: inline-block;
    padding:5px 11px;
    border: 1px solid #14141e;
    background-color: #14141e;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
     font-size: 13px;
}

/* -- 페이지 리스팅 끝 --*/

@media screen and (max-width:1200px) {
/*아이폰 버튼 스타일 초기화 st */
input[type=text], input[type=password], input[type=submit], input[type=search], input[type=button], textarea, select {-webkit-appearance: none;}
/*아이폰 버튼 스타일 초기화 ed */
}

.red{color:darkorange;}
