@charset "UTF-8";
/* 오버레이 */
@import "style.css";
* {
  box-sizing: border-box;
}

.top_visu {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_visu .tex_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 10%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-50%);
}
.top_visu .tex_box .h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.top_visu .tex_box .p {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 1500px) {
  .top_visu {
    height: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .top_visu {
    height: 200px;
  }
  .top_visu .tex_box {
    top: 50%;
    left: 10%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
  }
  .top_visu .tex_box .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .top_visu .tex_box .p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 992px) {
  .top_visu {
    height: 180px;
  }
  .top_visu .tex_box {
    top: 50%;
    left: 10%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
  }
  .top_visu .tex_box .h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .top_visu .tex_box .p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) {
  .top_visu {
    height: 150px;
  }
  .top_visu .tex_box {
    top: 50%;
    left: 10%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
  }
  .top_visu .tex_box .h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .top_visu .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
.temp2-contain {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 100px;
}
.temp2-contain .temp2-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.temp2-contain .temp2-wrap .maintemp2-back {
  z-index: 2000;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.temp2-contain .temp2-wrap .maintemp2-back a.esti-bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  background-color: #56669a;
  color: #ffffff;
}
.temp2-contain .temp2-wrap .maintemp2-back a.back-bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  background-color: #0a0a0b;
  color: #ffffff;
}
.temp2-contain .temp2-wrap .charscon2-sec {
  margin-bottom: 100px;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 54px;
  font-family: "Roboto", sans-serif !important;
  color: #e1e3e5;
  text-transform: uppercase;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1::after {
  width: 100px;
  height: 1px;
  background-color: #e1e3e5;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 50px;
  margin-left: 10px;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p span {
  font-weight: 500;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  padding: 0 30px;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #edf3f1;
  cursor: pointer;
  transition: all 0.8s ease;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx:hover {
  background-color: #ecf3f1;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx .arrow-down {
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #4b4c4d;
  transition: all 0.8s ease;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx h3.acord-tex-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
  transition: all 0.8s ease;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  background-color: white;
  border-top: 1px solid #edf3f1;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex {
  transition: all 0.8s cubic-bezier(0.14, 0.67, 0.21, 0.96);
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 10px;
  text-align: left;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex .pmg {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000000;
  text-align: left;
  border: 1px solid #dcdce0;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #7d7f80;
  text-align: left;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p a {
  color: #646566;
  font-weight: 400;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.pmg {
  margin-bottom: 10px;
  color: #323333;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.bol {
  font-weight: 400;
  color: #4385b4;
  margin-bottom: 0;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span {
  font-weight: 400;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span.mg {
  line-height: 30px;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx {
  background-color: #4b4c4d;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx h3.acord-tex-head {
  color: #ffffff;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx .arrow-down {
  transform: rotate(180deg);
  border-top: 7px solid #ffffff;
}
.temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texp-bx .acord-tex {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .temp2-contain {
    padding: 15px 80px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back {
    padding-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.esti-bt {
    width: 200px;
    height: 50px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.back-bt {
    width: 200px;
    height: 50px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec {
    margin-top: 56px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .bacirc {
    width: 120px;
    height: 120px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box {
    width: 50%;
    height: 100%;
    padding-right: 20px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box img {
    width: 448px;
    height: 635.52px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box {
    width: 50%;
    height: 100%;
    padding-left: 20px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box img {
    width: 448px;
    height: 635.52px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec {
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Roboto", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box {
    margin-top: 100px;
    padding: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box {
    width: 100%;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx {
    padding: 20px 30px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx .arrow-down {
    right: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #4b4c4d;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx h3.acord-tex-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    background-color: white;
    border-top: 1px solid #edf3f1;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex {
    transition: all 0.8s cubic-bezier(0.14, 0.67, 0.21, 0.96);
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #7d7f80;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p a {
    color: #646566;
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.pmg {
    margin-bottom: 10px;
    color: #323333;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.bol {
    font-weight: 400;
    color: #323333;
    margin-bottom: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span {
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span.mg {
    line-height: 30px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx {
    background-color: #4b4c4d;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx h3.acord-tex-head {
    color: #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx .arrow-down {
    transform: rotate(180deg);
    border-top: 7px solid #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texp-bx .acord-tex {
    margin-top: 0;
  }
  .temp2-contain .temp2-wrap .chartemp-sec {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p span {
    font-weight: 500;
    content: "";
    margin: 10px;
    display: block;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box {
    margin-top: 70px;
    justify-content: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img {
    width: 400px;
    height: 299.9px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(1) {
    margin-right: 20px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(2) {
    margin-left: 20px;
  }
  .temp2-contain .temp2-wrap .dSec {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1 {
    display: flex;
    align-items: flex-end;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left {
    display: flex;
    width: 50%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left img {
    width: 100%;
    height: auto;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right {
    display: flex;
    width: 50%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .temp2-contain {
    padding: 15px 20px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back {
    padding-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.esti-bt {
    width: 200px;
    height: 50px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.back-bt {
    width: 200px;
    height: 50px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec {
    margin-top: 56px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .bacirc {
    width: 120px;
    height: 120px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box {
    width: 50%;
    height: 100%;
    padding-right: 20px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box img {
    width: 350px;
    height: 496.5px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box {
    width: 50%;
    height: 100%;
    padding-left: 20px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box img {
    width: 350px;
    height: 496.5px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec {
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Roboto", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box {
    margin-top: 100px;
    padding: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box {
    width: 100%;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx {
    padding: 20px 30px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx .arrow-down {
    right: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #4b4c4d;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx h3.acord-tex-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    background-color: white;
    border-top: 1px solid #edf3f1;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex {
    transition: all 0.8s cubic-bezier(0.14, 0.67, 0.21, 0.96);
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #7d7f80;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p a {
    color: #646566;
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.pmg {
    margin-bottom: 10px;
    color: #323333;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.bol {
    font-weight: 400;
    color: #323333;
    margin-bottom: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span {
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span.mg {
    line-height: 30px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx {
    background-color: #4b4c4d;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx h3.acord-tex-head {
    color: #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx .arrow-down {
    transform: rotate(180deg);
    border-top: 7px solid #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texp-bx .acord-tex {
    margin-top: 0;
  }
  .temp2-contain .temp2-wrap .chartemp-sec {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p span {
    font-weight: 500;
    content: "";
    margin: 10px;
    display: block;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box {
    margin-top: 50px;
    justify-content: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img {
    width: 316px;
    height: 235.92px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(1) {
    margin-right: 20px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(2) {
    margin-left: 20px;
  }
  .temp2-contain .temp2-wrap .dSec {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1 {
    display: flex;
    align-items: flex-end;
    font-size: 46px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left {
    display: flex;
    width: 100%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex.tex2 {
    margin-top: 20px;
    order: 4;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img.img3 {
    margin-top: 50px;
    order: 10;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left img {
    width: 100%;
    height: auto;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right {
    display: flex;
    width: 100%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img.img2 {
    margin-top: 50px;
    order: 3;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex.tex3 {
    order: 11;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .temp2-contain {
    padding: 15px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back {
    padding-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.esti-bt {
    width: 150px;
    height: 40px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.back-bt {
    width: 150px;
    height: 40px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec {
    margin-top: 56px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .bacirc {
    width: 100px;
    height: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box {
    width: 50%;
    height: 100%;
    padding-right: 20px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box img {
    width: 259px;
    height: 367.41px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box {
    width: 50%;
    height: 100%;
    padding-left: 20px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box img {
    width: 259px;
    height: 367.41px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec {
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Roboto", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box {
    margin-top: 70px;
    padding: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box {
    width: 100%;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx {
    padding: 15px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx .arrow-down {
    right: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #4b4c4d;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx h3.acord-tex-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    background-color: white;
    border-top: 1px solid #edf3f1;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex {
    transition: all 0.8s cubic-bezier(0.14, 0.67, 0.21, 0.96);
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #7d7f80;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p a {
    color: #646566;
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.pmg {
    margin-bottom: 10px;
    color: #323333;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.bol {
    font-weight: 400;
    color: #323333;
    margin-bottom: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span {
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span.mg {
    line-height: 30px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx {
    background-color: #4b4c4d;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx h3.acord-tex-head {
    color: #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx .arrow-down {
    transform: rotate(180deg);
    border-top: 7px solid #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texp-bx .acord-tex {
    margin-top: 0;
  }
  .temp2-contain .temp2-wrap .chartemp-sec {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p br {
    display: none;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p span {
    font-weight: 500;
    content: "";
    margin: 10px;
    display: block;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img {
    width: 390px;
    height: 297.05px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(1) {
    margin-right: 0;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1 {
    display: flex;
    align-items: flex-end;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1::after {
    width: 50px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left {
    display: flex;
    width: 100%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex.tex2 {
    margin-top: 20px;
    order: 4;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img.img3 {
    margin-top: 50px;
    order: 10;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left img {
    width: 100%;
    height: auto;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right {
    display: flex;
    width: 100%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img.img2 {
    margin-top: 50px;
    order: 3;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex.tex3 {
    order: 11;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .temp2-contain {
    padding: 15px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back {
    padding-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.esti-bt {
    width: 150px;
    height: 40px;
  }
  .temp2-contain .temp2-wrap .maintemp2-back a.back-bt {
    width: 150px;
    height: 40px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec {
    margin-top: 56px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .bacirc {
    width: 100px;
    height: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box {
    width: 100%;
    height: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .left-box img {
    width: 280px;
    height: 397.2px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box {
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .temp2-contain .temp2-wrap .charbasamp-sec .con-basamp .resamp-box .right-box img {
    width: 280px;
    height: 397.2px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec {
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Roboto", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h1::after {
    width: 100px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .toptex-box p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box {
    margin-top: 20px;
    padding: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box {
    width: 100%;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx {
    padding: 10px 30px 10px 10px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx .arrow-down {
    right: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #4b4c4d;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texh3-bx h3.acord-tex-head {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    transition: all 0.8s ease;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    background-color: white;
    border-top: 1px solid #edf3f1;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex {
    transition: all 0.8s cubic-bezier(0.14, 0.67, 0.21, 0.96);
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #7d7f80;
    text-align: left;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p a {
    color: #646566;
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.pmg {
    margin-bottom: 10px;
    color: #323333;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p.bol {
    font-weight: 400;
    color: #323333;
    margin-bottom: 0;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span {
    font-weight: 400;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box .texp-bx .acord-tex p span.mg {
    line-height: 30px;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx {
    background-color: #4b4c4d;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx h3.acord-tex-head {
    color: #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texh3-bx .arrow-down {
    transform: rotate(180deg);
    border-top: 7px solid #ffffff;
  }
  .temp2-contain .temp2-wrap .charscon2-sec .con-scon2 .acord-box .acord-tex-box.active .texp-bx .acord-tex {
    margin-top: 0;
  }
  .temp2-contain .temp2-wrap .chartemp-sec {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h1::after {
    width: 50px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -10px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 50px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p br {
    display: none;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .toptex-box p span {
    font-weight: 500;
    content: "";
    margin: 10px;
    display: block;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img {
    width: 360px;
    height: 274.2px;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(1) {
    margin-right: 0;
  }
  .temp2-contain .temp2-wrap .chartemp-sec .con-temp .mid-temp-box img:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1 {
    display: flex;
    align-items: flex-end;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Roboto", sans-serif !important;
    color: #e1e3e5;
    text-transform: uppercase;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h1::after {
    width: 50px;
    height: 1px;
    background-color: #e1e3e5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
    margin-left: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__tex p span {
    font-weight: 500;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left {
    display: flex;
    width: 100%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex.tex2 {
    margin-top: 20px;
    order: 4;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left.img.img3 {
    margin-top: 50px;
    order: 10;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--left img {
    width: 100%;
    height: auto;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right {
    display: flex;
    width: 100%;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3e5;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.img.img2 {
    margin-top: 50px;
    order: 3;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    margin-top: 30px;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #afb2b3;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex .texBox h3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right.tex.tex3 {
    order: 11;
  }
  .temp2-contain .temp2-wrap .dSec .dContain__img--right img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=tempInfo-pop.css.map */
