@charset "UTF-8";
/* 오버레이 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.main .tex-sec {
  overflow: hidden;
  margin-top: 70px;
}
.main .tex-sec.textwo-sec {
  padding-bottom: 70px;
}
.main .tex-sec.respon {
  margin-bottom: 10px;
}
.main .tex-sec .texOne {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .tex-sec .texOne__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.main .tex-sec .texOne__title--tex {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 72px;
  font-weight: 700;
  line-height: 100px;
  font-family: "Roboto", sans-serif !important;
  color: #c5c5cd;
  text-align: center;
}
.main .tex-sec .texOne__title--tex::after {
  width: 100px;
  height: 1px;
  background-color: #c5c5cd;
  left: 50%;
  transform: translateX(-50%);
}
.main .tex-sec .texOne__subTit {
  width: 100%;
  margin-top: 35px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main .tex-sec .texOne__subTit--tex {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
}
.main .tex-sec .texOne__subTit--tex span {
  font-size: 18px;
  font-weight: 500;
}
.main .tex-sec .texOne__subTit--tex span.span2 {
  color: #1f1f1f;
}
.main .tex-sec .texOne__subTit--tex span.span3 {
  color: #151515;
}
.main .tex-sec .texOne__subTit--tex.tex-2 {
  font-size: 15px;
}
.main .tex-sec .texOne__subTit--btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .tex-sec .texOne__subTit--btn a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 200px;
  height: 45px;
  background-color: #4b4c4d;
}
.main .tex-sec .texOne__subTit--btn a h5 {
  position: absolute;
  z-index: 150;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  text-align: center;
}
.main .tex-sec .texOne__subTit--btn a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #691A42;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
.main .tex-sec .texOne__subTit--btn a:hover::after {
  transform: translateX(0);
}
@media screen and (max-width: 1200px) {
  .main .tex-sec {
    margin-top: 70px;
  }
  .main .tex-sec .texOne__title--tex {
    font-size: 58px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .tex-sec .texOne__title--tex::after {
    width: 100px;
  }
  .main .tex-sec .texOne__subTit {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .tex-sec .texOne__subTit--tex {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .tex-sec .texOne__subTit--tex span {
    font-size: 15px;
    font-weight: 300;
  }
  .main .tex-sec .texOne__subTit--tex.tex-2 {
    font-size: 15px;
  }
  .main .tex-sec .texOne__subTit--btn a {
    margin-top: 20px;
    width: 200px;
    height: 45px;
  }
  .main .tex-sec .texOne__subTit--btn a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 768px) {
  .main .tex-sec {
    margin-top: 60px;
  }
  .main .tex-sec .texOne__title--tex {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .tex-sec .texOne__title--tex::after {
    width: 70px;
  }
  .main .tex-sec .texOne__subTit {
    margin-top: 25px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .tex-sec .texOne__subTit--tex {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .tex-sec .texOne__subTit--tex span {
    font-size: 15px;
    font-weight: 300;
  }
  .main .tex-sec .texOne__subTit--tex.tex-2 {
    font-size: 15px;
  }
  .main .tex-sec .texOne__subTit--btn a {
    margin-top: 10px;
    width: 200px;
    height: 45px;
  }
  .main .tex-sec .texOne__subTit--btn a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 576px) {
  .main .tex-sec {
    margin-top: 60px;
  }
  .main .tex-sec .texOne__title--tex {
    font-size: 32px;
    font-weight: 700;
    line-height: 55px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .tex-sec .texOne__title--tex::after {
    width: 70px;
  }
  .main .tex-sec .texOne__subTit {
    margin-top: 25px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .tex-sec .texOne__subTit--tex {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .tex-sec .texOne__subTit--tex br {
    display: none;
  }
  .main .tex-sec .texOne__subTit--tex span {
    font-size: 15px;
    font-weight: 300;
  }
  .main .tex-sec .texOne__subTit--tex.tex-2 {
    font-size: 15px;
  }
  .main .tex-sec .texOne__subTit--btn a {
    margin-top: 10px;
    width: 170px;
    height: 40px;
  }
  .main .tex-sec .texOne__subTit--btn a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    top: 50%;
    margin-top: -12px;
  }
}
.main .tex-sec {
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.main .tex-sec.texsec2 {
  padding-top: 70px;
  margin-top: 0;
}
.main .tex-sec .texTwo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .tex-sec .texTwo__title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .tex-sec .texTwo__title--tex {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 72px;
  font-weight: 700;
  line-height: 100px;
  font-family: "Roboto", sans-serif !important;
  color: #c5c5cd;
  text-align: center;
}
.main .tex-sec .texTwo__title--tex::after {
  width: 100px;
  height: 1px;
  background-color: #c5c5cd;
  left: 50%;
  transform: translateX(-50%);
}
.main .tex-sec .texTwo__subTit {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main .tex-sec .texTwo__subTit .t2-tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 20px;
}
.main .tex-sec .texTwo__subTit--tex {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
}
.main .tex-sec .texTwo__subTit--tex span {
  font-size: 15px;
  font-weight: 300;
}
.main .tex-sec .texTwo__subTit--tex.tex-2 {
  font-size: 15px;
}
.main .tex-sec .texTwo__subTit--btn {
  display: flex;
  justify-content: center;
}
.main .tex-sec .texTwo__subTit--btn a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 200px;
  height: 45px;
}
.main .tex-sec .texTwo__subTit--btn a h5 {
  position: absolute;
  z-index: 50;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  text-align: center;
}
.main .tex-sec .texTwo__subTit--btn a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #691A42;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
.main .tex-sec .texTwo__subTit--btn a:hover::after {
  transform: translateX(0);
}
.main .tex-sec .texTwo__subTit--btn a.resp {
  background-color: #932f62;
}
.main .tex-sec .texTwo__subTit--btn a.resp::after {
  background-color: #691A42;
}
.main .tex-sec .texTwo__subTit--btn a.word {
  background-color: #b39a41;
}
.main .tex-sec .texTwo__subTit--btn a.word::after {
  background-color: #97812f;
}
@media screen and (max-width: 1200px) {
  .main .tex-sec {
    margin-top: 54px;
  }
  .main .tex-sec .texTwo__title--tex {
    font-size: 58px;
    font-weight: 700;
    line-height: 75px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .tex-sec .texTwo__title--tex::after {
    width: 100px;
    height: 1px;
    background-color: #c5c5cd;
    left: 50%;
    transform: translateX(-50%);
  }
  .main .tex-sec .texTwo__subTit {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main .tex-sec .texTwo__subTit--tex {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .tex-sec .texTwo__subTit--tex span {
    font-size: 15px;
    font-weight: 300;
  }
  .main .tex-sec .texTwo__subTit--tex.tex-2 {
    font-size: 15px;
  }
  .main .tex-sec .texTwo__subTit--btn a {
    margin-top: 20px;
    width: 200px;
    height: 45px;
  }
  .main .tex-sec .texTwo__subTit--btn a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 768px) {
  .main .tex-sec {
    margin-top: 40px;
  }
  .main .tex-sec .texTwo__title--tex {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .tex-sec .texTwo__title--tex::after {
    width: 40px;
    height: 1px;
    background-color: #c5c5cd;
    left: 50%;
    transform: translateX(-50%);
  }
  .main .tex-sec .texTwo__subTit {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main .tex-sec .texTwo__subTit--tex {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .tex-sec .texTwo__subTit--tex span {
    font-size: 15px;
    font-weight: 300;
  }
  .main .tex-sec .texTwo__subTit--tex.tex-2 {
    font-size: 15px;
  }
  .main .tex-sec .texTwo__subTit--btn a {
    margin-top: 10px;
    width: 200px;
    height: 45px;
  }
  .main .tex-sec .texTwo__subTit--btn a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    top: 50%;
    margin-top: -12px;
  }
}
@media screen and (max-width: 576px) {
  .main .tex-sec {
    margin-top: 40px;
  }
  .main .tex-sec .texTwo__title--tex {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .tex-sec .texTwo__title--tex::after {
    width: 30px;
  }
  .main .tex-sec .texTwo__subTit {
    padding: 0 15px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main .tex-sec .texTwo__subTit--tex {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .tex-sec .texTwo__subTit--tex span {
    font-size: 15px;
    font-weight: 300;
  }
  .main .tex-sec .texTwo__subTit--tex.tex-2 {
    font-size: 15px;
  }
  .main .tex-sec .texTwo__subTit--btn a {
    margin-top: 10px;
    width: 170px;
    height: 40px;
  }
  .main .tex-sec .texTwo__subTit--btn a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    top: 50%;
    margin-top: -12px;
  }
}
.main .devices-sec {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.main .devices-sec.device-1 {
  padding-top: 20px;
}
.main .devices-sec .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
.main .devices-sec .title-box img {
  width: 300px;
  height: auto;
}
.main .devices-sec .title-box .title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #3a3a3d;
}
.main .devices-sec .title-box p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3d;
}
.main .devices-sec.bg-color2 {
  background-color: #f2f2f6;
}
.main .devices-sec .device, .main .devices-sec .screenshot {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main .devices-sec .devices {
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 600px;
  max-width: 1500px;
  margin: 0 auto;
}
.main .devices-sec .devices .desktop, .main .devices-sec .devices .tablet, .main .devices-sec .devices .phone, .main .devices-sec .devices .pc, .main .devices-sec .devices .pc1, .main .devices-sec .devices .pc2 {
  transition: all 0.5s ease;
}
.main .devices-sec .devices .desktop .device, .main .devices-sec .devices .desktop .screenshot, .main .devices-sec .devices .tablet .device, .main .devices-sec .devices .tablet .screenshot, .main .devices-sec .devices .phone .device, .main .devices-sec .devices .phone .screenshot, .main .devices-sec .devices .pc .device, .main .devices-sec .devices .pc .screenshot, .main .devices-sec .devices .pc1 .device, .main .devices-sec .devices .pc1 .screenshot, .main .devices-sec .devices .pc2 .device, .main .devices-sec .devices .pc2 .screenshot {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-out;
}
.main .devices-sec .devices .pc1 {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  height: 534px;
  left: 10px;
  top: calc(50% - 0px);
  transform: translate(0, -50%);
}
.main .devices-sec .devices .pc1 .screenshot {
  width: calc(100% - 40px);
  height: calc(100% - 130px);
  margin-top: 20px;
  margin-left: 20px;
}
.main .devices-sec .devices .pc1 .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .devices-sec .devices .pc2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 534px;
  right: 10px;
  top: calc(50% - 0px);
  transform: translate(0, -50%);
}
.main .devices-sec .devices .pc2 .screenshot {
  width: calc(100% - 40px);
  height: calc(100% - 130px);
  margin-top: 20px;
  margin-left: 20px;
}
.main .devices-sec .devices .pc2 .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .devices-sec .devices .phone {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 322.8px;
  left: calc(50% - 570px);
  top: calc(50% + 140px);
  transform: translate(-50%, -50%);
}
.main .devices-sec .devices .phone .screenshot {
  width: calc(100% - 16px);
  height: calc(100% - 30px);
  margin-top: 15px;
  margin-left: 8px;
}
.main .devices-sec .devices .phone .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .devices-sec .devices .desktop {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 432px;
  left: calc(50% - 250px);
  top: calc(50% + 65px);
  transform: translate(-50%, -50%);
}
.main .devices-sec .devices .desktop .screenshot {
  width: calc(100% - 140px);
  height: calc(100% - 40px);
  margin-top: 20px;
  margin-left: 70px;
}
.main .devices-sec .devices .desktop .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .devices-sec .devices .pc {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 534px;
  left: calc(50% + 160px);
  top: calc(50% - 0px);
  transform: translate(-50%, -50%);
}
.main .devices-sec .devices .pc .screenshot {
  width: calc(100% - 40px);
  height: calc(100% - 130px);
  margin-top: 20px;
  margin-left: 20px;
}
.main .devices-sec .devices .pc .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .devices-sec .devices .tablet {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 397.2px;
  left: calc(50% + 520px);
  top: calc(50% + 90px);
  transform: translate(-50%, -50%);
}
.main .devices-sec .devices .tablet .screenshot {
  width: calc(100% - 16px);
  height: calc(100% - 30px);
  margin-top: 15px;
  margin-left: 8px;
}
.main .devices-sec .devices .tablet .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .devices-sec .btbox-wrap {
  width: 100%;
  display: flex;
}
.main .devices-sec .btbox-wrap .btbox-left, .main .devices-sec .btbox-wrap .btbox-right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a {
  margin: 0 2px;
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  transition: background-color 0.5s ease;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a.admin-bt, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a.admin-bt {
  background-color: #632d4c;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a.admin-bt:hover, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a.admin-bt:hover {
  background-color: #b44b86;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a.user-bt, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a.user-bt {
  background-color: #364f6d;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a.user-bt:hover, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a.user-bt:hover {
  background-color: #5579a5;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a.demo-bt, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a.demo-bt {
  background-color: #6a601d;
}
.main .devices-sec .btbox-wrap .btbox-left .btbox-bt a.demo-bt:hover, .main .devices-sec .btbox-wrap .btbox-right .btbox-bt a.demo-bt:hover {
  background-color: #938731;
}
.main .devices-sec .btbox-wrap .btbox-left {
  padding-right: 25px;
}
.main .devices-sec .btbox-wrap .btbox-right {
  padding-left: 35px;
}
.main .devices-sec .con-bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
}
.main .devices-sec .con-bot h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: center;
  margin-top: 50px;
}
.main .devices-sec .con-bot p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: center;
  margin-top: 10px;
}
.main .devices-sec .con-bot h4 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: center;
  margin-top: 10px;
}
.main .devices-sec .con-bot a.info-link {
  margin-top: 20px;
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  background-color: #0a0a0a;
  transition: background-color 0.5s ease;
}
.main .devices-sec .con-bot a.info-link:hover {
  background-color: #4b4b52;
}
@media screen and (max-width: 1500px) {
  .main .devices-sec {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .main .devices-sec .devices {
    width: 100%;
    padding: 70px 20px;
    height: 540px;
  }
  .main .devices-sec .devices .phone {
    width: 128px;
    height: 258.24px;
    left: calc(50% - 500px);
    top: calc(50% + 120px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .phone .screenshot {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 5px;
  }
  .main .devices-sec .devices .desktop {
    width: 550px;
    height: 316.8px;
    left: calc(50% - 250px);
    top: calc(50% + 65px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .desktop .screenshot {
    width: calc(100% - 130px);
    height: calc(100% - 34px);
    margin-top: 17px;
    margin-left: 60px;
  }
  .main .devices-sec .devices .pc {
    width: 560px;
    height: 427.2px;
    left: calc(50% + 120px);
    top: calc(50% - 0px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .pc .screenshot {
    width: calc(100% - 32px);
    height: calc(100% - 105px);
    margin-top: 16px;
    margin-left: 16px;
  }
  .main .devices-sec .devices .tablet {
    width: 224px;
    height: 317.76px;
    left: calc(50% + 460px);
    top: calc(50% + 72px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .tablet .screenshot {
    width: calc(100% - 16px);
    height: calc(100% - 30px);
    margin-top: 12px;
    margin-left: 6.2px;
  }
  .main .devices-sec .con-bot h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 30px;
  }
  .main .devices-sec .con-bot p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .main .devices-sec {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .main .devices-sec .devices {
    width: 100%;
    padding: 70px 20px;
    height: 450px;
  }
  .main .devices-sec .devices .phone {
    width: 104px;
    height: 209.82px;
    left: calc(50% - 420px);
    top: calc(50% + 110px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .phone .screenshot {
    width: calc(100% - 8px);
    height: calc(100% - 16px);
    margin-top: 8px;
    margin-left: 4px;
  }
  .main .devices-sec .devices .desktop {
    width: 450px;
    height: 259.2px;
    left: calc(50% - 220px);
    top: calc(50% + 65px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .desktop .screenshot {
    width: calc(100% - 100px);
    height: calc(100% - 28px);
    margin-top: 14px;
    margin-left: 50px;
  }
  .main .devices-sec .devices .pc {
    width: 448px;
    height: 341.76px;
    left: calc(50% + 100px);
    top: calc(50% - 0px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .pc .screenshot {
    width: calc(100% - 26px);
    height: calc(100% - 80px);
    margin-top: 16px;
    margin-left: 16px;
  }
  .main .devices-sec .devices .tablet {
    width: 182px;
    height: 258.18px;
    left: calc(50% + 380px);
    top: calc(50% + 72px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .tablet .screenshot {
    width: calc(100% - 16px);
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-left: 8px;
  }
  .main .devices-sec .con-bot h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 30px;
  }
  .main .devices-sec .con-bot p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .main .devices-sec {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .main .devices-sec .devices {
    width: 100%;
    padding: 50px 20px;
    height: 390px;
  }
  .main .devices-sec .devices .phone {
    width: 84px;
    height: 169.47px;
    left: calc(50% - 330px);
    top: calc(50% + 110px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .phone .screenshot {
    width: calc(100% - 8px);
    height: calc(100% - 16px);
    margin-top: 8px;
    margin-left: 4px;
  }
  .main .devices-sec .devices .desktop {
    width: 360px;
    height: 207.36px;
    left: calc(50% - 176px);
    top: calc(50% + 65px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .desktop .screenshot {
    width: calc(100% - 80px);
    height: calc(100% - 22px);
    margin-top: 11px;
    margin-left: 40px;
  }
  .main .devices-sec .devices .pc {
    width: 357px;
    height: 272.34px;
    left: calc(50% + 80px);
    top: calc(50% - 0px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .pc .screenshot {
    width: calc(100% - 21px);
    height: calc(100% - 64px);
    margin-top: 13px;
    margin-left: 11px;
  }
  .main .devices-sec .devices .tablet {
    width: 147px;
    height: 208.53px;
    left: calc(50% + 300px);
    top: calc(50% + 72px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .tablet .screenshot {
    width: calc(100% - 14px);
    height: calc(100% - 24px);
    margin-top: 12px;
    margin-left: 7px;
  }
  .main .devices-sec .con-bot h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 30px;
  }
  .main .devices-sec .con-bot p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main .devices-sec {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .main .devices-sec .devices {
    width: 100%;
    padding: 30px 20px;
    height: 330px;
  }
  .main .devices-sec .devices .phone {
    width: 68px;
    height: 137.19px;
    left: calc(50% - 240px);
    top: calc(50% + 90px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .phone .screenshot {
    width: calc(100% - 6px);
    height: calc(100% - 13px);
    margin-top: 6px;
    margin-left: 3px;
  }
  .main .devices-sec .devices .desktop {
    width: 290px;
    height: 167.04px;
    left: calc(50% - 143px);
    top: calc(50% + 45px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .desktop .screenshot {
    width: calc(100% - 64px);
    height: calc(100% - 18px);
    margin-top: 9px;
    margin-left: 32px;
  }
  .main .devices-sec .devices .pc {
    width: 287px;
    height: 218.94px;
    left: calc(50% + 64px);
    top: calc(50% - 0px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .pc .screenshot {
    width: calc(100% - 17px);
    height: calc(100% - 64px);
    margin-top: 13px;
    margin-left: 11px;
  }
  .main .devices-sec .devices .tablet {
    width: 119px;
    height: 168.81px;
    left: calc(50% + 220px);
    top: calc(50% + 42px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .tablet .screenshot {
    width: calc(100% - 11px);
    height: calc(100% - 19px);
    margin-top: 10px;
    margin-left: 5px;
  }
  .main .devices-sec .con-bot h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 30px;
  }
  .main .devices-sec .con-bot p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .main .devices-sec {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .main .devices-sec .devices {
    width: 100%;
    padding: 30px 20px;
    height: 270px;
  }
  .main .devices-sec .devices .phone {
    width: 56px;
    height: 112.98px;
    left: calc(50% - 150px);
    top: calc(50% + 70px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .phone .screenshot {
    width: calc(100% - 4px);
    height: calc(100% - 9px);
    margin-top: 4px;
    margin-left: 1px;
  }
  .main .devices-sec .devices .desktop {
    width: 220px;
    height: 126.72px;
    left: calc(50% - 70px);
    top: calc(50% + 25px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .desktop .screenshot {
    width: calc(100% - 47px);
    height: calc(100% - 15px);
    margin-top: 7px;
    margin-left: 26px;
  }
  .main .devices-sec .devices .pc {
    width: 231px;
    height: 176.22px;
    left: calc(50% + 40px);
    top: calc(50% - 0px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .pc .screenshot {
    width: calc(100% - 14px);
    height: calc(100% - 52px);
    margin-top: 10px;
    margin-left: 7px;
  }
  .main .devices-sec .devices .tablet {
    width: 77px;
    height: 109.23px;
    left: calc(50% + 140px);
    top: calc(50% + 42px);
    transform: translate(-50%, -50%);
  }
  .main .devices-sec .devices .tablet .screenshot {
    width: calc(100% - 7px);
    height: calc(100% - 15px);
    margin-top: 7px;
    margin-left: 3px;
  }
  .main .devices-sec .con-bot {
    padding: 0 15px;
  }
  .main .devices-sec .con-bot h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 30px;
  }
  .main .devices-sec .con-bot p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 10px;
  }
}
.main .items-sec {
  display: flex;
  flex-direction: column;
  background-color: #ebebf1;
}
.main .items-sec .items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 100px 0;
}
.main .items-sec .items__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 20px);
  padding: 30px;
  background-color: #ffffff;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.main .items-sec .items__box--item {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
.main .items-sec .items__box--item img {
  width: 100%;
  height: auto;
}
.main .items-sec .items__box--item.devices {
  overflow: hidden;
  position: relative;
}
.main .items-sec .items__box--item.devices .desktop .device, .main .items-sec .items__box--item.devices .desktop .screenshot, .main .items-sec .items__box--item.devices .tablet .device, .main .items-sec .items__box--item.devices .tablet .screenshot, .main .items-sec .items__box--item.devices .phone .device, .main .items-sec .items__box--item.devices .phone .screenshot, .main .items-sec .items__box--item.devices .pc .device, .main .items-sec .items__box--item.devices .pc .screenshot {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-position 0.6s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .items-sec .items__box--item.devices .pc {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: 293.7px;
}
.main .items-sec .items__box--item.devices .pc .screenshot {
  width: calc(100% - 20px);
  height: calc(100% - 70px);
  margin-top: 0px;
  margin-left: 10px;
}
.main .items-sec .items__box--item.devices .pc .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .items-sec .items__box--item.devices .phone {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 201.75px;
  right: 0;
  bottom: 0;
}
.main .items-sec .items__box--item.devices .phone .screenshot {
  width: calc(100% - 6px);
  height: calc(100% - 30px);
  margin-top: 20px;
  margin-left: 3px;
}
.main .items-sec .items__box--item.devices .phone .device {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .items-sec .items__box .texBox {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.main .items-sec .items__box .texBox--title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .items-sec .items__box .texBox--title p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .items-sec .items__box .texBox--title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .items-sec .items__box .texBox--title h3 span {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .items-sec .items__box .texBox--subTex {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.main .items-sec .items__box .texBox--subTex ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .items-sec .items__box .texBox--subTex ul li {
  width: 100%;
  display: flex;
}
.main .items-sec .items__box .texBox--subTex ul li .left-li {
  width: 100px;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #323333;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .items-sec .items__box .texBox--subTex ul li .right-li {
  width: calc(100% - 100px);
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .items-sec .items__box .texBox--esti {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.main .items-sec .items__box .texBox--esti .detail-bt {
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5e315a;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  transition: background-color 0.5s ease;
}
.main .items-sec .items__box .texBox--esti .detail-bt:hover {
  background-color: #8e744c;
}
.main .items-sec .items__box .texBox--esti .esti-bt {
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a0a0b;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  transition: background-color 0.5s ease;
}
.main .items-sec .items__box .texBox--esti .esti-bt:hover {
  background-color: #4c4c8e;
}
@media screen and (max-width: 1500px) {
  .main .items-sec {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    background-color: #ebebf1;
  }
  .main .items-sec .items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 20px 50px;
  }
  .main .items-sec .items__box {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
  .main .items-sec .items__box .items__box--item {
    width: 50%;
    flex-direction: row;
    align-items: center;
  }
  .main .items-sec .items__box .items__box--item img {
    width: 100%;
    height: auto;
  }
  .main .items-sec .items__box .items__box--item.devices .pc {
    width: 385px;
    height: 293.7px;
  }
  .main .items-sec .items__box .items__box--item.devices .pc .screenshot {
    width: calc(100% - 20px);
    height: calc(100% - 70px);
    margin-top: 0px;
    margin-left: 10px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 201.75px;
    right: auto;
    bottom: auto;
    left: 330px;
    margin-top: 100px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone .screenshot {
    width: calc(100% - 6px);
    height: calc(100% - 30px);
    margin-top: 20px;
    margin-left: 3px;
  }
  .main .items-sec .items__box .texBox {
    margin-top: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .main .items-sec .items__box .texBox--title {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main .items-sec .items__box .texBox--title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .items-sec .items__box .texBox--title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .items-sec .items__box .texBox--subTex {
    width: 100%;
    display: flex;
    margin-top: 20px;
  }
  .main .items-sec .items__box .texBox--subTex ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main .items-sec .items__box .texBox--subTex ul li {
    width: 100%;
    display: flex;
  }
  .main .items-sec .items__box .texBox--subTex ul li .left-li {
    width: 65px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .items-sec .items__box .texBox--subTex ul li .right-li {
    width: calc(100% - 65px);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 1200px) {
  .main .items-sec .items__box .texBox {
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .main .items-sec {
    margin-top: 50px;
  }
  .main .items-sec .items {
    padding: 50px 20px 50px;
  }
  .main .items-sec .items__box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
  .main .items-sec .items__box .items__box--item {
    width: 100%;
    height: 350px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .main .items-sec .items__box .items__box--item img {
    width: 100%;
    height: auto;
  }
  .main .items-sec .items__box .items__box--item.devices .pc {
    width: 385px;
    height: 293.7px;
  }
  .main .items-sec .items__box .items__box--item.devices .pc .screenshot {
    width: calc(100% - 20px);
    height: calc(100% - 70px);
    margin-top: 0px;
    margin-left: 10px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 201.75px;
    right: auto;
    bottom: auto;
    left: calc(50% + 150px);
    margin-top: 100px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone .screenshot {
    width: calc(100% - 6px);
    height: calc(100% - 30px);
    margin-top: 20px;
    margin-left: 3px;
  }
  .main .items-sec .items__box .texBox {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 30px;
  }
  .main .items-sec .items__box .texBox--title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .items-sec .items__box .texBox--title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .items-sec .items__box .texBox--title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .items-sec .items__box .texBox--subTex {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .main .items-sec .items__box .texBox--subTex ul {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .main .items-sec .items__box .texBox--subTex ul li {
    width: 100%;
    display: flex;
  }
  .main .items-sec .items__box .texBox--subTex ul li .left-li {
    width: 65px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .items-sec .items__box .texBox--subTex ul li .right-li {
    width: calc(100% - 65px);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 768px) {
  .main .items-sec {
    margin-top: 50px;
  }
  .main .items-sec .items {
    padding: 50px 20px 50px;
  }
  .main .items-sec .items__box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
  .main .items-sec .items__box .items__box--item {
    width: 100%;
    height: 270px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .main .items-sec .items__box .items__box--item img {
    width: 100%;
    height: auto;
  }
  .main .items-sec .items__box .items__box--item.devices .pc {
    width: 315px;
    height: 240.3px;
    margin-left: -50px;
  }
  .main .items-sec .items__box .items__box--item.devices .pc .screenshot {
    width: calc(100% - 20px);
    height: calc(100% - 70px);
    margin-top: 0px;
    margin-left: 10px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 161.4px;
    right: auto;
    bottom: auto;
    left: calc(50% + 100px);
    margin-top: 100px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone .screenshot {
    width: calc(100% - 6px);
    height: calc(100% - 24px);
    margin-top: 12px;
    margin-left: 3px;
  }
  .main .items-sec .items__box .texBox {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 30px;
  }
  .main .items-sec .items__box .texBox--title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .items-sec .items__box .texBox--title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .items-sec .items__box .texBox--title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .items-sec .items__box .texBox--subTex {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .main .items-sec .items__box .texBox--subTex ul {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .main .items-sec .items__box .texBox--subTex ul li {
    width: 100%;
    display: flex;
  }
  .main .items-sec .items__box .texBox--subTex ul li .left-li {
    width: 65px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .items-sec .items__box .texBox--subTex ul li .right-li {
    width: calc(100% - 65px);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 576px) {
  .main .items-sec {
    margin-top: 50px;
  }
  .main .items-sec .items {
    padding: 50px 20px 30px;
  }
  .main .items-sec .items__box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .main .items-sec .items__box .items__box--item {
    width: 100%;
    height: 220px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .main .items-sec .items__box .items__box--item img {
    width: 100%;
    height: auto;
  }
  .main .items-sec .items__box .items__box--item.devices .pc {
    width: 245px;
    height: 186.9px;
    margin-left: -30px;
  }
  .main .items-sec .items__box .items__box--item.devices .pc .screenshot {
    width: calc(100% - 20px);
    height: calc(100% - 70px);
    margin-top: 0px;
    margin-left: 10px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 121.05px;
    right: auto;
    bottom: auto;
    left: calc(50% + 80px);
    margin-top: 80px;
  }
  .main .items-sec .items__box .items__box--item.devices .phone .screenshot {
    width: calc(100% - 6px);
    height: calc(100% - 24px);
    margin-top: 12px;
    margin-left: 3px;
  }
  .main .items-sec .items__box .texBox {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .main .items-sec .items__box .texBox--title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .items-sec .items__box .texBox--title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .items-sec .items__box .texBox--title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align: center;
  }
  .main .items-sec .items__box .texBox--subTex {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .main .items-sec .items__box .texBox--subTex ul {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .main .items-sec .items__box .texBox--subTex ul li {
    width: 100%;
    display: flex;
  }
  .main .items-sec .items__box .texBox--subTex ul li .left-li {
    width: 65px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #323333;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .items-sec .items__box .texBox--subTex ul li .right-li {
    width: calc(100% - 65px);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
.main .thumb-sec .thumbGall__wrap {
  width: 100%;
  margin-top: 70px;
  padding: 0 10px;
}
.main .thumb-sec .thumbGall__wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 14px);
  background-color: #fff;
  margin-right: 21px;
  margin-bottom: 30px;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(3n) {
  margin-right: 0;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: all 0.5s ease;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link a {
  cursor: pointer;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link a img {
  width: 66.6px;
  height: 66.6px;
  margin: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link a img:hover {
  opacity: 0.7;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img .timag {
  width: 100%;
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img .timag img {
  width: 100%;
  height: 100%;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img.thum-over .timag {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__img.thum-over .thumbBox__img--link {
  background-color: rgba(70, 13, 41, 0.85);
  opacity: 1;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  padding: 0 20px 0 15px;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7d7f80;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 5px;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--left {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a {
  position: relative;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img {
  position: absolute;
  width: 40px;
  height: auto;
  transition: all 0.5s ease;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img.img-b, .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img.link-b {
  opacity: 1;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img.img-r, .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img.link-r {
  opacity: 0;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a:hover img.img-b, .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a:hover img.link-b {
  opacity: 0;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a:hover img.img-r, .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a:hover img.link-r {
  opacity: 1;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a.what-bt {
  position: relative;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #afb2b3;
  cursor: pointer;
  transition: all 0.5s ease;
}
.main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a.what-bt:hover {
  background-color: #691A42;
  border: 1px solid #691A42;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .main .thumb-sec .thumbGall__wrap {
    margin-top: 70px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(3n) {
    margin-right: 20px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(2n) {
    margin-right: 0;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link a img {
    width: 66.6px;
    height: 66.6px;
    margin: 15px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex {
    height: 100px;
    padding: 0 20px 0 15px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7d7f80;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--left {
    width: 30%;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right {
    width: 70%;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a {
    width: 40px;
    margin: 0 5px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img {
    width: 40px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a.what-bt {
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main .thumb-sec .thumbGall__wrap {
    margin-top: 70px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(3n) {
    margin-right: 20px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(2n) {
    margin-right: 0;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link a img {
    width: 66.6px;
    height: 66.6px;
    margin: 15px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex {
    height: auto;
    padding: 20px 20px 0 15px;
    flex-wrap: wrap;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7d7f80;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--left {
    width: 100%;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right {
    width: 100%;
    height: 40px;
    justify-content: center;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a {
    width: 30px;
    margin: 0 5px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img {
    width: 30px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a.what-bt {
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media screen and (max-width: 576px) {
  .main .thumb-sec .thumbGall__wrap {
    margin-top: 50px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox:nth-of-type(2n) {
    margin-right: 0;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__img--link a img {
    width: 66.6px;
    height: 66.6px;
    margin: 15px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex {
    height: auto;
    padding: 20px 20px 0 15px;
    flex-wrap: wrap;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7d7f80;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 5px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--left {
    width: 100%;
    height: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right {
    width: 100%;
    height: 50px;
    justify-content: center;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a {
    width: 30px;
    margin: 0 5px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a img {
    width: 30px;
  }
  .main .thumb-sec .thumbGall__wrap ul .thumbBox__tex--right a.what-bt {
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.main .mcon2-sec {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main .mcon2-sec .mbn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main .mcon2-sec:hover .mbn-bg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.main .mcon2-sec .con-mcon2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  font-family: "Roboto", sans-serif !important;
  color: #7e7e87;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box h2::after {
  width: 100px;
  height: 1px;
  background-color: #7e7e87;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 20px;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 50px;
  text-align: center;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box p.p2 {
  color: #ffffff;
  margin-top: 10px;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 10px;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 200px;
  height: 45px;
  background-color: #a9ac2c;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box a h5 {
  position: absolute;
  z-index: 10;
  margin-top: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 45px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #691a42;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .mcon2-sec .con-mcon2 .top-mcon-box a:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1200px) {
  .main .mcon2-sec {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 350px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 74px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h2::after {
    width: 100px;
    margin-top: 20px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box p.p2 {
    margin-top: 10px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box a {
    margin-top: 20px;
    width: 200px;
    height: 45px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 768px) {
  .main .mcon2-sec {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 280px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h2::after {
    width: 70px;
    margin-top: 20px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box p.p2 {
    margin-top: 10px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box a {
    margin-top: 20px;
    width: 200px;
    height: 45px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 576px) {
  .main .mcon2-sec {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 220px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box {
    padding: 0 20px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    font-family: "Roboto", sans-serif !important;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h2::after {
    width: 40px;
    margin-top: 20px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 30px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box p.p2 {
    margin-top: 10px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h3 {
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box a {
    margin-top: 20px;
    width: 170px;
    height: 44px;
  }
  .main .mcon2-sec .con-mcon2 .top-mcon-box a h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@keyframes error {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  10% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  70% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.main .main-esti-sec {
  margin-top: 50px;
  margin-bottom: 70px;
}
.main .main-esti-sec .con-main-esti .left-box {
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
  flex-direction: column;
}
.main .main-esti-sec .con-main-esti .left-box h1 {
  display: flex;
  align-items: flex-end;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  font-family: "Noto Sans KR", sans-serif;
  color: #c5c5cd;
}
.main .main-esti-sec .con-main-esti .left-box h1::after {
  width: 100px;
  height: 1px;
  background-color: #c5c5cd;
  margin-top: 20px;
}
.main .main-esti-sec .con-main-esti .left-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 10px;
}
.main .main-esti-sec .con-main-esti .left-box p span {
  color: #0c0d0d;
}
.main .main-esti-sec .con-main-esti .left-box .p2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .main-esti-sec .con-main-esti .left-box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-top: 50px;
}
.main .main-esti-sec .con-main-esti .left-box .leftPointBox .box {
  display: flex;
  box-sizing: border-box;
  margin-top: 30px;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #696974;
  border-bottom: 1px solid #696974;
}
.main .main-esti-sec .con-main-esti .left-box .leftPointBox .box .div_p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #323333;
}
.main .main-esti-sec .con-main-esti .left-box .leftPointBox .box .div_p span {
  color: #6f9912;
}
.main .main-esti-sec .con-main-esti .right-box {
  width: 50%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox.joins-show {
  transform: translateY(0);
  transition: all 0.5s ease;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #2f3033;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 10px;
  text-align: center;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p:nth-of-type(2) {
  color: #0c0d0d;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #0c0d0d;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox.success {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
.main .main-esti-sec .con-main-esti .right-box .estibox.form-submitted {
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
  padding-top: 20px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form {
  width: 100%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #646566;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  /* 파일 업로드 */
  /* 파일 업로드 끝 */
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
  width: 25%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 5%;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  vertical-align: middle;
  margin-top: -2px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
  width: 6%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
  width: 6px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
  width: 100%;
  height: 170px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 0 10px;
  border: 1px solid #c8cbcc;
  margin-bottom: 5px;
  outline: none;
  resize: none;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea::-webkit-input-placeholder {
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea:-ms-input-placeholder {
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea::-ms-input-placeholder {
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input::placeholder {
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #2f3033;
  font-family: "Noto Sans KR", sans-serif !important;
  padding: 10px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input.form-error {
  border: 1px solid #691a42;
  -webkit-animation: error 0.5s ease 0s both;
  animation: error 0.5s ease 0s both;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.form-error .seltex {
  border: 1px solid #691a42;
  animation: error 0.5s ease 0s both;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  background-color: white !important;
  display: block;
  height: 50px;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border: 1px solid #c8cbcc;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  transform: translateX(0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon/arrow-bot.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
  color: #c8cbcc;
  background: url("../images/icon/arrow-bot.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option {
  background: #ffffff;
  color: #4b4c4d;
  border: none;
  box-shadow: none;
  outline: none;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option.seltex {
  color: #7d7f80;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option.optex {
  color: #323333;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option.optex {
  color: #323333;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select option:disabled {
  font-style: italic;
  color: #c8cbcc;
  font-size: 90%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select::-ms-expand {
  display: none;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #c8cbcc;
  margin-bottom: 5px;
  outline: none;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #2f3033;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #2f3033;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input.form-error {
  border: 1px solid #691a42;
  animation: error 0.5s ease 0s both;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input:-ms-input-placeholder {
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input::-ms-input-placeholder {
  color: #c8cbcc;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .input::-ms-clear {
  width: 0;
  height: 0;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box {
  align-items: center;
  width: 100%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up #file-upload {
  position: absolute;
  left: -9999px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload] {
  padding: 0 20px;
  display: inline-block;
  background: #222222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  width: 30%;
  height: 50px;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload]:hover {
  background: #000000;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up #filename {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: #979797;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  line-height: 50px;
  float: left;
  width: 70%;
  height: 50px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #979797;
  border: none;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li5, .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li6, .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li7 {
  width: 100%;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 35px 0 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box button {
  width: 40%;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box button.oks {
  background-color: #691a42;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box button.oks:hover {
  background-color: #812d57;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box button.cancel {
  background-color: #a9b3be;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box button.cancel:hover {
  background-color: #d0d7df;
}
.main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box button.cancel::-ms-clear {
  width: 0;
  height: 0;
}
@media screen and (max-width: 1500px) {
  .main .main-esti-sec {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .main .main-esti-sec .con-main-esti {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .main .main-esti-sec {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .main .main-esti-sec .con-main-esti {
    padding: 0 10px;
  }
  .main .main-esti-sec .con-main-esti .left-box {
    width: 45%;
    padding-top: 50px;
  }
  .main .main-esti-sec .con-main-esti .left-box h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 74px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .main-esti-sec .con-main-esti .left-box h1::after {
    width: 100px;
    margin-top: 20px;
  }
  .main .main-esti-sec .con-main-esti .left-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
  }
  .main .main-esti-sec .con-main-esti .left-box p span {
    color: #0c0d0d;
  }
  .main .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .left-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 40px;
  }
  .main .main-esti-sec .con-main-esti .right-box {
    width: 55%;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p:nth-of-type(2) {
    color: #0c0d0d;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #0c0d0d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #646566;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    vertical-align: middle;
    margin-top: -2px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    margin: 0 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    color: #c8cbcc;
    background: url("../images/icon/arrow-bot.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    height: 50px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 30%;
    height: 50px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload]:hover {
    background: #000000;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 50px;
    width: 70%;
    height: 50px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 992px) {
  .main .main-esti-sec {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .main .main-esti-sec .con-main-esti {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .main .main-esti-sec .con-main-esti .left-box {
    width: 100%;
    padding-top: 0;
    align-items: center;
    justify-content: center;
  }
  .main .main-esti-sec .con-main-esti .left-box h1 {
    width: 100%;
    justify-content: center;
    font-size: 58px;
    font-weight: 700;
    line-height: 74px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }
  .main .main-esti-sec .con-main-esti .left-box h1::after {
    width: 100px;
    margin-top: 20px;
  }
  .main .main-esti-sec .con-main-esti .left-box p {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    text-align: center;
  }
  .main .main-esti-sec .con-main-esti .left-box p span {
    color: #0c0d0d;
  }
  .main .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .left-box h3 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 40px;
    text-align: center;
  }
  .main .main-esti-sec .con-main-esti .right-box {
    width: 100%;
    margin-top: 30px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p:nth-of-type(2) {
    color: #0c0d0d;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #0c0d0d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #646566;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    vertical-align: middle;
    margin-top: -2px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    margin: 0 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    color: #c8cbcc;
    background: url("../images/icon/arrow-bot.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    height: 50px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 30%;
    height: 50px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload]:hover {
    background: #000000;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 300;
    line-height: 50px;
    width: 70%;
    height: 50px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 576px) {
  .main .main-esti-sec {
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .main .main-esti-sec .con-main-esti {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .main .main-esti-sec .con-main-esti .left-box {
    width: 100%;
    padding-top: 0;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .main .main-esti-sec .con-main-esti .left-box h1 {
    width: 100%;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
  }
  .main .main-esti-sec .con-main-esti .left-box h1::after {
    width: 100px;
    margin-top: 20px;
  }
  .main .main-esti-sec .con-main-esti .left-box p {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 10px;
    text-align: center;
  }
  .main .main-esti-sec .con-main-esti .left-box p br {
    display: none;
  }
  .main .main-esti-sec .con-main-esti .left-box p span {
    color: #0c0d0d;
  }
  .main .main-esti-sec .con-main-esti .left-box p.p2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .left-box h3 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-top: 40px;
    text-align: center;
  }
  .main .main-esti-sec .con-main-esti .right-box {
    width: 100%;
    margin-top: 30px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox p:nth-of-type(2) {
    color: #0c0d0d;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .sucesbox span {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #0c0d0d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box {
    padding-top: 20px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form p.tex {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #646566;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    /* 파일 업로드 */
    /* 파일 업로드 끝 */
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li1, .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li.li3 {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .tex-bx {
    width: 25%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5%;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    vertical-align: middle;
    margin-top: -2px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.mail {
    width: 6%;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li span.phone {
    width: 6px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea {
    height: 170px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li textarea.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    height: 50px;
    margin: 0 0 5px;
    padding: 0 10px;
    background-position: 95% 50%;
    background-size: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li select.seltex {
    color: #c8cbcc;
    background: url("../images/icon/arrow-bot.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input {
    height: 50px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li input.input {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #2f3033;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up {
    margin-top: 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload] {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 30%;
    height: 40px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up label[for=file-upload]:hover {
    background: #000000;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form ul li.main-esti-li .file-box .up #filename {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #979797;
    font-family: "Noto Sans KR", sans-serif !important;
    width: 70%;
    height: 40px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box {
    padding: 35px 0 10px;
  }
  .main .main-esti-sec .con-main-esti .right-box .estibox .estiform-box form .bt-box input {
    width: 40%;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}

/*# sourceMappingURL=main.css.map */
