@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: normal;
  src: url(../font/NanumGothic-Regular.eot);
  src: url(../font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic-Regular.woff2) format('woff2'),
       url(../font/NanumGothic-Regular.woff) format('woff'),
       url(../font/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NanumGothic-Bold.eot);
  src: url(../font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic-Bold.woff2) format('woff2'),
       url(../font/NanumGothic-Bold.woff) format('woff'),
       url(../font/NanumGothic-Bold.ttf) format('truetype');
}


progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

*, *:before, *:after {
  box-sizing: border-box;
}
a 
{
  color: #636363;
  text-decoration: none;
}
body 
{
  color: #636363;
  font-size: 14px;
  font-family: 'NanumGothic', Arial, sans-serif; 
}
.banner 
{
  height: 522px;
  background: url('../images/banner.jpg') #505050 no-repeat center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 3000px;
}

.banner h1 
{
  font-size: 60px;
  font-weight: 300;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  margin: 0 auto;
   -ms-transform: translate(-50%, -30%); /* IE 9 */
    -webkit-transform: translate(-50%, -30%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -30%);
    
}

.banner h1 span 
{
  font-size: 26px;
  display: block;
  margin-top: 10px;
}
.banner .logo 
{
  position: absolute;
  top: 40px;
  left: 15%;
}
.content 
{
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

.container 
{
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.content .btn 
{
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 50px;
}

.btn img
{
    width: 100%;
}

.btn img.active 
{
  display: none;
}
.btn a 
{
  display: inline-block;
}
.btn a:hover img
{
  display: none;
}
.btn a:hover img.active 
{
  display: block;
}

.footer 
{
  clear: both;
  padding: 40px 20px 60px;
  background: #ebf1f4;
}
.footer .address 
{
  display: table;
  float: left;
  padding: 0 15px;
  line-height: 22px;
}
.footer .address>span 
{
  display: block;
}
.footer .address>span:first-child
{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer .address .contact span:first-child 
{
  margin-right: 15px;
}
.footer a 
{
  color: #636363;
  text-decoration: none;
}

.logo-copyright span 
{
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 992px)
{
 .content 
 {
   padding: 100px 0;
 }
 .btn img 
 {
   width: 380px;
 }
 .logo-copyright 
  {
    display: block;
    float: none;
    text-align: center;
  }
}

@media screen and (min-width: 1200px)
{
 .logo-copyright 
  {
    display: table;
    float: right;
    text-align: right;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px)
{
 .logo-copyright 
  {
    clear: both;
    padding-top: 30px;
  }
  .footer .address 
  {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
  .content 
  {
    padding: 50px 0;
  }
  .footer .address 
  {
    display: none;
  }
  .logo-copyright 
  {
    display: block;
    float: none;
    text-align: center;
  }
  .banner 
  {
    height: 340px;
  }
  .banner h1 
  {
    width: 100%;
  }
  .banner .logo
  {
    left: 20px;
    top: 25px;
    width: 250px;
  }
}

@media screen and (max-width: 767px)
{
  .banner 
  {
    height: 170px;
  }
  .banner .logo
  {
    left: 10px;
    top: 15px;
    width: 125px;
  }
  .banner h1
  {
    width: 100%;
    font-size: 28px;
  }
  .banner h1 span 
  {
    font-size: 13px;
  }
  .content 
 {
   padding: 20px 0;
 }
 .content .btn 
  {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 20px;
  }
  .content .btn a 
  {
    max-width: 170px;
  }
  .footer 
  {
    padding: 25px 20px;
  }
  .footer .address 
  {
    display: none;
  }
  .logo-copyright 
  {
    display: block;
    float: none;
    text-align: center;
  }
  .logo-copyright img 
  {
    width: 200px;
  }
}