@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Sen:400,700&display=swap&subset=korean,latin-ext");
@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}

/* common */
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-text-size-adjust: none;
}
ul > li > a {
  text-decoration: none;
}
a {
  color: inherit;
}
table {
  border-collapse: collapse;
}
.blind {
  position: absolute !important;
  visibility: hidden !important;
  top: 0 !important;
  left: 0 !important;
  height: 0 !important;
  width: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}
fieldset {
  border: none;
}
legend {
  display: none;
}
caption {
  display: none;
}
p,
strong,
span {
  letter-spacing: -0.5px;
}
i {
  display: inline-block;
}
em {
  font-style: normal;
  letter-spacing: -1px;
}
input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
button {
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
textarea {
  box-sizing: border-box;
  resize: none;
}
select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/* LAYOUT */
#A_Wrap {
  width: 100%;
  height: 100%;
  min-width: 1180px;
}
#A_Container_Wrap {
  position: relative;
  width: 100%;
}
#A_Container {
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100vh - 340px);
  margin: 0 auto;
  padding: 40px 0 100px;
}

.inner {
  width: 1180px;
  margin: 0 auto;
}
.inner02 {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  max-width: 580px;
}

/* header */
#A_Header {
  position: relative;
  width: 100%;
  background-color: transparent;
  z-index: 99;
}
#A_Header:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  content: "";
}
#A_Header .inner {
  height: 90px;
}
#A_Header .inner:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: "";
}

#A_Header .logo {
  float: left;
  padding: 23px 0 0 0;
}
#A_Header .logo a {
  display: block;
  width: 126px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/common/logo.svg) no-repeat 0 0 / cover;
}

#A_Header .gnb {
  float: left;
  margin: 0 0 0 100px;
}
#A_Header .gnb:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: "";
}
#A_Header .gnb > li {
  float: left;
}
#A_Header .gnb > li + li {
  margin: 0 0 0 60px;
}
#A_Header .gnb > li > a {
  display: block;
  width: 100%;
  line-height: 90px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease-in-out;
}
#A_Header .gnb > li > a:hover {
  font-weight: 500;
  color: #ffba00;
}

#A_Header .util {
  float: right;
  padding: 38px 0 0;
}
#A_Header .util li {
  position: relative;
  float: left;
}
#A_Header .util li + li {
  padding: 0 0 0 21px;
  margin: 0 0 0 20px;
}
#A_Header .util li + li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #bbb;
  content: "";
}
#A_Header .util li a {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease-in-out;
}
#A_Header .util li a:hover {
  color: #666;
}

.quick_estimate {
  position: fixed;
  right: 120px;
  bottom: 40px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  padding: 24px 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: #ffba00;
}
.quick_estimate i {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 34px;
  background: url(../images/common/ico_estimate.png) no-repeat 0 0;
}
.quick_estimate p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* footer */
#A_Footer {
  width: 100%;
  background-color: #333;
}
#A_Footer .inner {
  position: relative;
}
#A_Footer .ft_logo {
  position: absolute;
  top: 25px;
  right: 0;
}
#A_Footer .ft_links {
  border-bottom: 1px solid #666;
}
#A_Footer .ft_links:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: "";
}
#A_Footer .ft_links li {
  float: left;
}
#A_Footer .ft_links li + li {
  margin: 0 0 0 40px;
}
#A_Footer .ft_links li a {
  display: block;
  line-height: inherit;
  padding-top: 50px;
  color: #999;
}
#A_Footer .ft_links li:nth-child(2) a {
  color: #fff;
}

#A_Footer .ft_txt {
  padding: 30px 0 40px;
}
#A_Footer .ft_txt p {
  line-height: 22px;
  font-size: 14px;
  color: #666;
}
#A_Footer .ft_txt .copy {
  margin: 10px 0 0;
}
.btn_foot{float: left;  padding: 15px 0 8px 0; margin-right: 320px;}
.btn_foot button{border-radius: 15px; }
.btn_foot button img{background: #000;border-radius: 15px;}
.btn_foot button:nth-child(1){margin-right: 5px;}
