@charset "UTF-8";

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
}

.inner2 {
  position: relative;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: content-box;
}

@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
  .inner2 {
    padding: 0 15px;
  }
}

.mo_v {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pc_v {
    display: none;
  }
  .mo_v {
    display: block;
  }
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  letter-spacing: -0.2px;
  font-size: 0;
  overflow: hidden;
  z-index: 5;
}
header .inner {
  max-width: 1600px;
}
header .inner .wrap {
  position: relative;
}
header h1 {
  padding-top: 33px;
  display: inline-block;
  vertical-align: top;
}
header h1 img {
  width: 221px;
}
#menu_btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 25px;
  cursor: pointer;
  z-index: 1;
}
header nav {
  padding: 30px 0 0 7.2vw; /*기존 7.2vw*/
  display: inline-block;
  vertical-align: top;
}
header nav ul {
  margin: 0 -37px;
}
header nav ul li {
  padding: 5px 80px; /*기존 37px*/
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1254px) {
  header nav ul li{
    padding: 5px 37px;
  }
}


header nav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
header nav ul li a:hover {
  padding-bottom: 9px;
  border-bottom: 3px solid #ebc984;
}
header nav ul li a.active {
  padding-bottom: 9px;
  border-bottom: 3px solid #ebc984;
}
header h2 {
  padding-top: 37px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
header h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: lighter;
}
header h2 img {
  margin-left: 21px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  header nav {
    padding: 30px 0 0 0;
    float: right;
  }
  header h2 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  
  header h1 {
    padding-top: 20px;
  }
  header h1 a img {
    width: 169px;
  }
  #menu_btn {
    display: inline-block;
    height: 25px;
  }
  header.on #menu_btn {
    position: fixed;
    right: 20px;
  }
  header.on #menu_btn span {
    background: #111;
  }
  header.on #menu_btn span {
    width: 110%;
  }
  #menu_btn span {
    margin: 3px 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.2s all ease-in-out;
  }
  header.on #menu_btn span:nth-child(1) {
    transform: translate(-2px, 8px) rotate(-45deg);
  }
  header.on #menu_btn span:nth-child(2) {
    opacity: 0;
  }
  header.on #menu_btn span:nth-child(3) {
    transform: translate(-2px, -8px) rotate(45deg);
  }
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s all ease-in-out;
  }
  header nav .bg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  header.on nav {
    right: 0;
  }
  header nav ul {
    position: relative;
    float: right;
    margin: 0;
    padding-top: 55px;
    width: 80%;
    height: 100%;
    background: #fff;
  }
  header nav ul li {
    padding: 14px 36px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  header nav ul li a {
    display: block;
    font-size: 23px;
    color: #333;
  }
  header nav ul li a:hover {
    padding-bottom: 0;
    border-bottom: none;
  }
  header nav ul li a.active {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  header.on #menu_btn {
    right: 15px;
  }
  header nav ul li {
    padding: 14px 16px;
  }
  header nav ul li a {
    font-size: 15px;
  }
}

/* side_banner */
.side_banner {
  position: absolute;
  top: 125px;
  right: 0;
  width: 110px;
  display: inline-block;
  font-size: 14px;
  line-height: 0;
  text-align: center;
  z-index: 2;
}
.side_banner .icon {
  width: 100%;
}
.side_banner span {
  display: inline-block;
  line-height: 1.2;
}
.side_banner .tel {
  padding: 16px 0 10px;
  color: #fff;
  background: #b4926c;
}
.side_banner .tel .icon {
  height: 38px;
  background: url(../img/main_quick_menu1.png) center no-repeat;
  background-size: 34%;
}
.side_banner .tel .txt1 {
  margin-top: 7px;
  font-size: 13px;
}
.side_banner .tel .txt2 {
  margin-top: 4px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.9px;
}
.side_banner ul {
  padding: 0 15px;
  background: #fff;
}
.side_banner ul li {
  padding-top: 25px;
  height: 110px;
  border-bottom: 1px solid #ddd;
}
.side_banner ul li a {
  display: inline-block;
}
.side_banner ul li:nth-child(1) a .icon {
  height: 34px;
  background: url(../img/main_quick_menu2_pc.png) center no-repeat;
}
.side_banner ul li:nth-child(2) a .icon {
  height: 39px;
  background: url(../img/main_quick_menu3_pc.png) center no-repeat;
}
.side_banner ul li:nth-child(3) a .icon {
  height: 36px;
  background: url(../img/main_quick_menu4_pc.png) center no-repeat;
}
.side_banner ul li:nth-child(4) a .icon {
  height: 36px;
  background: url(../img/main_quick_menu5_pc.png) center no-repeat;
}
.side_banner ul li:last-child {
  border-bottom: none;
}
.side_banner ul li .txt {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
#top {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  background: #212934;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  .side_banner {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .side_banner .tel {
    display: none;
  }
  .side_banner ul {
    padding: 0;
    overflow: hidden;
    background: #212934;
  }
  .side_banner ul li {
    padding: 0;
    width: 25%;
    height: auto;
    float: left;
    border-bottom: none;
    border-right: 1px solid #424b57;
  }
  .side_banner ul li a {
    padding: 16px 0;
    display: block;
  }
  .side_banner ul li:nth-child(1) a .icon {
    height: 27px;
    background: url(../img/main_quick_menu2_mo.png) center top no-repeat;
    background-size: 27px auto;
  }
  .side_banner ul li:nth-child(2) a .icon {
    height: 27px;
    background: url(../img/main_quick_menu3_mo.png) center top no-repeat;
    background-size: 31px auto;
  }
  .side_banner ul li:nth-child(3) a .icon {
    height: 27px;
    background: url(../img/main_quick_menu4_mo.png) center top no-repeat;
    background-size: 28.5px auto;
  }
  .side_banner ul li:nth-child(4) a .icon {
    height: 27px;
    background: url(../img/main_quick_menu5_mo.png) center top no-repeat;
    background-size: 19px auto;
  }
  .side_banner ul li .txt {
    margin-top: 10px;
    color: #fff;
  }
  #top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .side_banner ul li .txt {
    margin-top: 14px;
    font-size: 10.67px;
  }
  .side_banner ul li a {
    padding: 13px 0;
  }
}

/* footer */
footer {
  padding: 37px 0 35px;
  background: #13181f;
}
footer .content {
  position: relative;
}
footer .logo img.mo {
  display: none;
}
footer .footer_lists {
  margin-top: 33px;
  color: #bbb;
  font-size: 0;
}
footer .footer_lists li {
  padding-bottom: 4px;
  font-size: 14px;
}
footer .footer_lists li:nth-child(3) {
  display: inline-block;
  margin-right: 15px;
}
footer .footer_lists li:nth-child(4) {
  display: inline-block;
}
footer .call {
  position: absolute;
  top: 48px;
  right: 70px;
  font-size: 0;
  text-align: right;
}
footer .call p {
  margin-top: 19px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.25px;
}
footer .blog {
  position: absolute;
  bottom: 8px;
  right: 70px;
  width: 147px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: url(../img/footer_img2.png) center no-repeat;
}
footer .copyright {
  margin-top: 20px;
  font-size: 13px;
  color: #bbb;
  opacity: 0.5;
}
@media screen and (max-width: 1450px) {
  footer {
    padding: 37px 0 126px;
  }
}
@media screen and (max-width: 1100px) {
  footer .call {
    display: none;
  }
  footer .blog {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 126px;
  }
  footer .logo img.pc {
    display: none;
  }
  footer .logo img.mo {
    display: block;
    width: 162px;
  }
  footer .footer_lists {
    margin-top: 41px;
  }
  footer .footer_lists li {
    padding-bottom: 7px;
    font-size: 11px;
    letter-spacing: -0.2px;
  }

  footer .copyright {
    margin-top: 15px;
    font-size: 11px;
  }
}
