@import url(/css/font/font.css);

/*초기화*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead { margin:0; padding:0 }
body, input, textarea, select, button,dl,dt{ font-size:14px; line-height:1.25em; }
html, body { height: 100%; padding:0; margin:0; }
img, fieldset { border:0 }
ul, ol { list-style:none }
em, address { font-style:normal }
a, li { text-decoration:none }
a:hover, a:active, a:focus { font-weight:bold; }

table{
	border-collapse:collapse;	
}

#subImgArea{display:inline-block;width:1920px; height:300px;}
#subImg{width:100%;}
#subTitleArea{width:1920px; height:80px; padding-top:50px; margin:0 auto;}
#subTitle{text-align:center; font-size:26px; line-height:40px; font-weight:bold; word-break:keep-all;}
#slogan{text-align:center; font-size:18px; margin-top:15px; color:#7a7a7a;}
.centerArea{display:block; position:relative;  width:1100px;  margin:0 auto;}
.txtAlignCenter{text-align:center}

input::-webkit-input-placeholder {color:#b0b0b0;}
input:-ms-input-placeholder {color:#b0b0b0;}

@media screen and (max-width: 767px){
  
  #subImgArea {
    width:1100px;
  }
  
  #subImg{object-fit:contain;}
  
  #subTitleArea{
  	width:100%;
  }
}