
/* 여백 초기화 */
body, div, ul, li, dl, dt, ol, h1, h2, h3, h4, h5, h6, input, fieldset, legend, p, select, table, th, tr, td, textarea, button, form {margin: 0; padding: 0;} 

/* 링크 초기화 */
a {text-decoration: none; color: black; }
a:visited { color: black; }

/* 폰트 초기화 */
* {
    font-family: 'Noto Sans KR', sans-serif;    
}

.Myeongjo { font-family: 'Nanum Myeongjo', serif; }

body, input, textarea, select, button, table{
    font-size: 12px;
    line-height: 1.5;
}

/* 블릿 기호 초기화 */
ul, li, ol, dl, menu {list-style-type: none;}

/* 테두리 초기화 */
button, img, fieldset {border: 0; outline: none;}
input:focus, button:focus{ outline: none; }

/* 레이아웃 초기화 */
body { overflow-x: hidden; } /* 가로스크롤바 없애기 */ 

#mainBanner, #subBanner {
    width: auto;
    justify-content: center;
    display: flex;
    flex-flow: column;
    background-size: cover;
    background-repeat: no-repeat;
}

/* subBanner */
#subBanner {
    height: 400px;
    margin-top: 78px;
}

#subBanner>.contents>.contents-box { padding-left: 425px; }
#subBanner>.contents>.contents-box>.contents-tit { color: white; font-size: 40px; font-weight: bold; }

.contents { width: 100%; margin: 0 auto; }
