@charset "euc-kr";

.inner {

  max-width: 1200px;

  width: 100%;

  margin: 0 auto;

}



#header .top_head {

  width: 100%;

  height: 2.5rem;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  background-color: #F2F2F2;

}

#header .top_head  p {

  font-family: 'Pretendard';

  font-weight: 500;

  letter-spacing: 0;

  font-size: 14px;

  line-height: 1.57143;

  color: #381E1F;

}

#header .bottom_head .inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 90px;

}

#header .bottom_head .main_logo {

  width: 184px;

  height: 54px;

  background: url(../images/renewal/logo.svg) 50% 50% no-repeat;

  background-size: cover;

  text-indent: -9999px;

  background-size: 100%;

}

#header .bottom_head .main_logo a {

  display: block;

  width: 100%;

  height: 100%;

}

#header .bottom_head .sb_area {

  width: 380px;

}

#header .bottom_head .sb_area .sb_box input {

  border: 2px solid #87B626;

  padding-right: 45px;

}

#header .bottom_head .sb_area .sb_box button {

  background-image: url(/images/renewal/search_bar_ico.png);

  width: 22px;

  height: 22px;

  top: 11px;

  right: 20px;

}

#header .bottom_head .call_area .text-wrap h2 {

  font-family: 'Pretendard';

  font-weight: 700;

  font-size: 24px;

  line-height: 30px;

  letter-spacing: 0;

  display: flex;

  gap: 10px;

  align-items: center;

  color: #111111;

  margin-bottom: 5px;

}

#header .bottom_head .call_area .text-wrap h2 img {}

#header .bottom_head .call_area .text-wrap p {

  font-family: 'Pretendard';

  letter-spacing: 0;

  font-weight: 500;

  font-size: 15px;

  line-height: 20px;

  display: flex;

  align-items: center;

  gap: 8px;

  color: #87B626;

  margin-left: 18px;

}

#header .bottom_head .call_area .text-wrap p img {}

#header .nav_area {

  width: 100%;

  border-top: 1px solid #ddd;

  border-bottom: 1px solid #ddd;

}

#header .nav_area .inner {

  position: relative;

}

#header .nav_area .gnb {

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}

#header .nav_area .gnb > li {  

  position: relative;

}

#header .nav_area .gnb > li > a {

  padding: 0 36px;

  height: 58px;

  display: flex;

  align-items: center;

  font-family: 'Pretendard';

  letter-spacing: 0;

  font-weight: 500;

  font-size: 16px;

  line-height: 20px;

  color: #111111;

  position: relative;

}

#header .nav_area .gnb > li > a::before {

  display: block;

  width: 100%;

  height: 3px;

  opacity: 0;

  content: "";

  position: absolute;

  left: 0;

  top: 100%;

}

#header .nav_area .gnb > li > a::after {

  content: "";

  display: block;

  width: 14px;

  height: 8px;

  background: url(/images/renewal/nav_arr.png);

  position: absolute;

  top: 50%;

  right: 15px;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

}

#header .nav_area .gnb > li .depth2 {

  position: absolute;

  top: calc(100% + 1px);

  left: 50%;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  z-index: 101;

  background-color: #FFFFFFF2;

  overflow: hidden;

  border: 1px solid #ddd;

  opacity: 0;

  border-bottom-left-radius: 15px;

  border-bottom-right-radius: 15px;

  width: 150px;

  max-height: 0;

  padding: 0;

  transition: max-height 0.3s, padding 0.3s;

  -webkit-transition: max-height 0.3s, padding 0.3s;

  -moz-transition: max-height 0.3s, padding 0.3s;

  -ms-transition: max-height 0.3s, padding 0.3s;

  -o-transition: max-height 0.3s, padding 0.3s;

}

#header .nav_area .gnb > li .depth2 li {

  text-align: center;

}

#header .nav_area .gnb > li .depth2 a {

  position: relative;

  font-family: 'Pretendard';

  font-weight: 400;

  font-size: 14px;

  line-height: 34px;

  text-align: center;

  letter-spacing: 0;

  display: inline;

  color: #333;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

}

/* #header .nav_area .gnb > li .depth2 a::after {

  content: "";

  display: block;

  width: 100%;

  height: 2px;

  background-color: #111111;

  position: absolute;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

} */

#header .nav_area .gnb > li:hover a + .depth2 {

  max-height: 1000px;

  padding: 12px 0;

  opacity: 1;

}

#header .nav_area .gnb > li .depth2 a:hover {

  color: #111;

  font-weight: 500;

  text-decoration: underline;

  text-decoration-color: #111;

  text-decoration-thickness: 2px;

  text-underline-offset: 4px;

  -moz-text-decoration-color: #111;

}

#header .nav_area .login-wrap {

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  display: flex;

  flex-flow: row wrap;

  gap: 30px;

}

#header .nav_area .login-wrap li a,

#header .nav_area .login-wrap li button {

  font-family: 'Pretendard';

  font-weight: 500;

  font-size: 15px;

  line-height: 20px;

  letter-spacing: 0%;

  color: #87B626;

  background-color:transparent;

  display: flex;

  align-items: center;

  gap: 8px;

}



/* quick3 */

#quick3 {

  position: absolute;

  top: 690px;

  right: 60px;

  z-index:9999;

}
#quick3.subQuick3 {
  top: 220px;
}

#quick3.fixed {

  position: fixed;

  top: 30px!important;

}

#quick3 ul li {

  width: 91px;

  margin-top: 20px;

}

#quick3 ul li:first-child {

  margin-top: 0;

}

#quick3 ul li .img-wrap {

  width: 54px;

  height: 54px;

  margin: 0 auto;

  border-radius: 50%;

  overflow: hidden;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  display: flex;

  flex-flow: row wrap;

  align-items: center;

  justify-content: center;

}

#quick3 ul li .img-wrap img {

  max-width: 100%;

}

#quick3 ul li:nth-child(1) .img-wrap {background-color: #87B626;}

#quick3 ul li:nth-child(2) .img-wrap {background-color: #FFEB3B;}

#quick3 ul li:nth-child(3) .img-wrap {background-color: #F08C7A;}

#quick3 ul li:nth-child(4) .img-wrap {background-color: #EBA55E;}

#quick3 ul li:nth-child(5) .img-wrap {background-color: #79AAE3;}

#quick3 ul li:nth-child(6) .img-wrap {background-color: #B879CD;}

#quick3 ul li p {

  font-family: 'Pretendard';

  letter-spacing: 0;

  font-weight: 500;

  font-size: 14px;

  line-height: 22px;

  text-align: center;

  color:#000;

  margin-top: 1z0px;

}



/* right banner */

#right_banner {

  position: absolute;

  top: 690px;

  left: 60px;

  z-index:9999;

}
#right_banner.subRightBanner {
  top: 220px;
}

#right_banner.fixed {

  position: fixed;

  top: 20px!important;

}

#right_banner a {

  width: 90px;

  height: auto;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 8px;

  overflow: hidden;

}

#right_banner a:nth-child(n+2) {
  margin-top: 10px;
}

#right_banner a img {

  max-width: 100%;

  max-height: 100%;

}

#right_banner a .noImg {

  width: 100%;

  height: 100%;

  background-color: #999999;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: "Pretendard";

  font-weight: 600;

  font-size: 24px;

  line-height: 43px;

  letter-spacing: 0;

  text-align: center;

  color: #fff;

}



/* FOOTER */

.footer {

  border-top: 1px solid #ddd;

}

.foot_info {

  padding-top: 50px;

  background-position: 0 50px;

  height: 227px;

  box-sizing: border-box;

}

.foot_info .info_txt {

  max-width: 666px;

}

.foot_info .info_txt li {

  font-family: 'Pretendard';

  font-weight: 400;

  font-size: 14px;

  line-height: 22px;

  letter-spacing: 0;

  color: #111;

}

.foot_info .info_txt li:nth-child(3)::after,

.foot_info .info_txt li:nth-child(7)::after {

  display: none;

}

.foot_info .info_txt li.copy {

  padding-top: 10px;

  color: #666;

}

.foot_bottom {

  border-top: 1px solid #eee;

}

.foot_bottom ul {

  padding-left: 270px;

  display: flex;

  flex-flow: row wrap;

  gap: 30px;

  align-items: center;

  height: 71px;

}

.foot_bottom ul li a {

  font-family: 'Pretendard';

  font-weight: 400;

  font-size: 14px;

  line-height: 22px;

  letter-spacing: 0;

  color: #000;

}

.foot_bottom ul li:nth-child(4) a {

  font-weight: 600;

}