@import "font.css";
html,
body {
  color: #000;
  line-height: 1;
  font-size: 16px;
  font-family: "Noto Sans KR",  sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  position: relative;
}
*{
    letter-spacing: -0.025em;
}
button {
  border: 0;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

.hide {
  display: none !important;
}
.hidden{
    overflow: hidden;
}

/* skip */
#skip {
  position: relative;
  z-index: 3000;
}
#skip a {
  position: absolute;
  top: -30px;
  left: 0;
  width: 138px;
  border: 1px solid #4ec53d;
  background: #333;
  text-align: center;
}
#skip a:active,
#skip a:focus {
  top: 0;
  text-decoration: none;
  z-index: 1000;
}
#skip span {
  display: inline-block;
  padding: 2px 6px 0 0;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
}

/* common */
.inner {
  margin: 0 auto;
  width: 1278px;
  max-width: 100%;
}
img {
  max-width: 100%;
}

body,
html,
#wrap{
    overflow-x: hidden;
}

header{
    background-color: transparent;
    position: fixed;
    left:0;
    top:0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    transition: background 0.3s;
}
header.fixed{
    background-color: #fff;
}
header .header-left{
    display: flex;
    align-items: center;
}
header .header-left h1{
    width: 309px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header-left h1 a{
    display: block;
}
header .header-left h1 a img.m{
    display: none;
}
header .header-left .tit{
  display: flex;
  align-items: center;
  margin-left: 57px;
}
header .header-left .tit img{
  width: 24px;
}
header .header-left .tit img.dark{
  display: none;
}
header.fixed .header-left .tit img.dark{
  display: block;
}
header.fixed .header-left .tit img.white{
  display: none;
}
header .header-left .tit p{
  font-size: 18px;
  color:#fff;
  margin-left: 18px;
  font-weight: 500;
  transition: color 0.3s;
}
header .header-left .tit p em{
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
}
header.fixed .header-left .tit p{
  color:#000;
}
header .header-right{
  padding-right: 70px;
}
header .header-right a{
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #fff;
  color:#fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  width: 128px;
  box-sizing: border-box;
  height: 38px;
  transition: color 0.3s, border 0.3s;
}
header .header-right a span{
  font-size: 13px;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
}
header .header-right a em{
  font-size: 10px;
  letter-spacing: -0.05em;
  font-family: 'NanumGothic',sans-serif;
  font-weight: 700;
  margin-left: 42px;
}
header.fixed .header-right a{
  color:#000;
  border-color: #000;
}
header .header-right button.btn-menu{
  display: none;
}

footer{
    background-color: #464548;
    color:#939393;
    padding:71px 0 69px;
}
footer .footer-info{
    font-family: 'Dotum',sans-serif;
    font-size: 12px;
    line-height: 1.66em;
    letter-spacing: -0.05em;
    font-weight: 300;
}
footer .copy{
    font-size: 12px;
    line-height: 1.66em;
    color:#939393;
    font-family: 'Dotum',sans-serif;
    margin-top: 16px;
    letter-spacing: 0;
    font-weight: 700;
}
footer .tel{
    border:2px solid #fff;
    text-align: center;
    margin-top:29px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.05em;
    width: 182px;
    box-sizing: border-box;
    line-height: 42px;
    color:#b5b5b6;
}
#top{
    position: fixed;
    right:50%;
    bottom:275px;
    z-index:10;
    margin-right:-639px;
    width: 90px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border:0;
    background-color: #2c2c2c;
    color:#fff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    transition: opacity 0.3s;
    opacity: 0;
}
#top.show{
    opacity: 1;
}
#top i{
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
#top span{
    margin-top: 5px;
}
@media (max-width:1700px){
  header .header-left h1{
      width: 15vw;
  }
}
@media (max-width:1400px){
  .inner{
    max-width: 88%;
  }
  #top{
    width: 70px;
    height: 70px;
    margin-right: -44vw;
    bottom:150px;
  }
}
@media (max-width:1024px){
  #wrap{
    padding-top: 90px;
  }
  header{
    background-color: #fff;
    box-sizing: border-box;
    padding:0 6vw;
    height: 90px;
  }
  header .header-left h1{
    width: 116px;
  }
  header .header-left h1 a img.pc{
    display: none;
  }
  header .header-left h1 a img.m{
    display: block;
  }
  header .header-left .tit{
    display: none;
  }
  header .header-right{
    padding-right: 0;
  }
  header .header-right a{
    display: none;
  }
  header .header-right button.btn-menu{
    display: block;
    border:0;
    cursor: pointer;
  }
  header .header-right button.btn-menu img{
    width: 30px;
  }
}
@media (max-width:768px){
  #wrap{
    padding-top: 16vw;
  }
  header{
    height: 16vw;
  }
  header .header-left h1{
    width: 22vw
  }
  header .header-right button.btn-menu{
    width: 6.6vw;
    height: 6.6vw;
  }
  header .header-right button.btn-menu img{
    width: 6.4vw;
  }
  footer{
    padding:12vw 0 11vw;
  }
  footer .footer-info{
    font-size: 3.2vw;
  }
  footer .copy{
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  footer .tel{
    margin-top: 6.6vw;
    font-size: 2.8vw;
    width: 36.4vw;
    height: 9.2vw;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0.26vw;
  }
  #top{
    width: 15.6vw;
    height: 15.6vw;
    bottom: 10vw;
    font-size: 1.5vw;
  }
  #top i{
    width: 2.4vw;
    height: 2.4vw;
  }
  #top span{
    margin-top: 0.4vw;
  }
}

.logo-intro {
  width: 50%;
}

footer .footer-info a {
  color: #939393;
}