/* 로그인 */

.MobileDrawerTab.on {
  right: 0;
  transition: 0.3s ease-in-out;
}

.MobileLayerBlur.on {
  display: block;
}

.SectonStyled {
  width: 70%;
  max-width: 950px;
  padding: 100px 0 100px;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .SectonStyled {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .SectonStyled {
    width: 100%;
    margin: 0 auto;
  }
}

.TitleStyled {
  width: 100%;
  max-width: 95%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  margin: 40px auto 20px auto;
}

.TitleStyled h1 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .TitleStyled {
    row-gap: 10px;
    padding: 5px 30px;
    width: 70%;
    margin-right: 60px;
  }
  .TitleStyled h1 {
    font-size: 20px;
  }
}

.BoxStyled {
  width: 100%;
  border-radius: 10px;
  background-color: #e8f1e9;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  position: relative;
}

.background {
  background-image: url(../image/background.png);
  background-position: 10px 1580px;
}

@media screen and (max-width: 768px) {
  .BoxStyled {
    border-radius: 0;
  }

  .background {
    background-image: url(../image/background.png);
    background-position: 10px 1730px;
  }
}

.BoxInner {
  display: flex;
  flex-direction: row;
}

.BoxInner img {
  transform: translateX(36px);
  width: 37%;
}

@media screen and (max-width: 768px) {
  .BoxInner {
    flex-direction: column;
  }
  .BoxInner img {
    width: 93%;
    transform: translate(25px, 140px);
    margin-bottom: 140px;
    object-fit: cover;
  }
}

.boxColor {
  background-color: #fff;
  display: flex;
  padding: 30px 0;
}

.bannerText {
  margin: auto 0;
  position: absolute;
  right: 0;
  padding: 45px 55px 20px 20px;
}

.bannerText h2 {
  font-size: 18px;
}

.bannerText ul {
  padding: 10px 0;
}

.bannerText li {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .bannerText {
    width: 89%;
    padding: 20px 20px 0px;
  }

  .bannerText h2 {
    font-size: 17px;
    letter-spacing: -0.1px;
  }

  .bannerText li {
    font-size: 12px;
  }
}

.stepImg {
  margin-left: 30px;
}

.stepInner {
  margin-left: 20px;
}

.stepTitle {
  display: flex;
  padding-bottom: 10px;
}

.stepTitle span {
  font-size: 14px;
  font-weight: 600;
  margin: auto 20px;
}

.step {
  padding: 24px 0;
}

.stepTitle > .stepNum {
  font-weight: 600;
}

.step h2 {
  font-size: 20px;
  margin: auto 0;
  font-weight: 500;
  padding: 0 13px;
}

.step li {
  max-width: 100%;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.weight {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .stepTitle > .stepNum {
    padding: 0 0 0 20px;
  }

  .step {
    padding: 20px 0;
  }

  .stepInner {
    margin-left: 0;
  }

  .step h2 {
    font-size: 14px;
    padding: 0 17px;
  }

  .step li {
    font-size: 13px;
    padding: 0 17px;
    letter-spacing: -0.3px;
    line-height: 21px;
  }
}

/* 자세히보기 버튼 */
.showBtn {
  border-radius: 5px;
  background-color: #90a4ae;
  padding: 5px 10px 4px 9px;
  display: flex;

  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .showBtn {
    width: 75px;
  }
}

.showBtn button {
  width: 100%;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}

.showBtn svg {
  color: #fff;
  fill: #fff;
  transform: translate(0, 0);
  transition: 0.1s ease-in-out;
  width: 14px;
}

.requestBtn {
  background: rgb(74, 38, 255);
  background: linear-gradient(
    90deg,
    rgba(74, 38, 255, 1) 0%,
    rgba(97, 65, 255, 1) 50%,
    rgba(105, 79, 233, 1) 100%
  );
  border: 1px solid #eeeeee;
  width: 132px;
  height: 47px;
  border-radius: 50px;
  margin: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.requestBtn:hover {
  width: 135px;
  height: 50px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .requestBtn {
    margin: 10px 22px 22px 22px;
  }
}

/* 이미지 */

.counselinginfoImg {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.stepImg {
  margin-left: 30px;
}

.stepImg img {
  height: 90.5%;
}

@media screen and (max-width: 768px) {
  .counselinginfoImg {
    display: none;
  }

  .stepImg {
    margin-left: 17px;
  }

  .stepImg img {
    height: 90%;
  }
}

.channelBtn {
  background-image: url(../image/channeltalk.jpeg);
  background-size: 83%;
  background-color: #4a26ff;
  background-repeat: no-repeat;
  background-position: 7px;
  border: 1px solid #eeeeee;
  width: 132px;
  height: 47px;
  border-radius: 50px;
  margin: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.channelBtn:hover {
  width: 135px;
  height: 50px;
  transition: 0.3s ease-in-out;
}

.paytalk {
  display: flex;
  margin-left: 10px;
}

.paytalk h3 {
  border: 1px solid #eeeeee;
  font-size: 14px;

  background: rgb(187, 192, 194);
  background: linear-gradient(
    114deg,
    rgba(187, 192, 194, 1) 0%,
    rgba(187, 193, 198, 1) 50%,
    rgba(187, 194, 200, 0.9948573179271709) 100%
  );
  padding: 30px 20px 0px 20px;
  border-radius: 10px;
  width: 100px;
  height: 50px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.paytalk ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .paytalk {
    flex-direction: column;
  }
  .paytalk h3 {
    border: none;
    background: transparent;
    font-size: 14px;
    padding-left: 17px !important;
    padding-top: 10px !important;
    width: 160px;
    height: 10px;
    font-weight: 600;
    text-align: left;
    color: #3b3b3b;
  }
  .channelBtn {
    margin: 15px 22px 15px 22px;
  }
}
