/* 로그인페이지 */
.login-container {
  padding: 40px 60px;
}

.login h2 {
  font-size: 30px;
  color: #fff;
  font-family: 'ONEMobilePOPOTF';
}

.login-bg {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
}

.login-box {
  width: 712px;
  /* height: 560px; */
  margin: 0 auto;
}

.login-form {
  background-color: #fff;
  padding: 60px 45px;
  border-radius: 20px;
}

.login-form p {
  font-family: 'ONEMobileOTF-Bold';
  font-size: 24px;
}

.login-form input {
  border: 3px solid #FFD56B;
  border-radius: 10px;
  padding: 22px 19px;
  width: 100%;
  font-size: 24px;
}

.login-btn {
  position: relative;
}

.login-btn p {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'ONEMobilePOPOTF';
  font-size: 36px;
}


/* 레이아웃 */
.side {
  width: 42rem;
}

.main-wrap {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 65px 15px 70px 60px;
}

.main-wrap {
  width: 134rem;
  height: 70rem;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 60px;
  top: 179px;
  z-index: 1;
}

.header img {
  margin-left: 20px;
  object-fit: contain;
}

/* 사이드 */
.side button p {
  font-size: 24px;
}

.side .profile {
  height: 24rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 48px;
  font-size: 16px;
  font-family: 'ONEMobileOTF-Regular';
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.side .profile .name {
  font-family: 'ONEMobilePOPOTF';
  font-size: 24px;
}

.side .profile img {
  object-fit: contain;
}

.side .profile span {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 14px;
}

.side .profile span.brown {
  color: #331600;
}

.side .ask {
  height: 32rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 48px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.side .ask .memo {
  background-image: url('../img/img10_s.png');
  background-repeat: no-repeat;
  width: 324px;
  height: 174px;
  position: relative;
  padding: 25px 30px;
}

.side .ask .memo textarea {
  background-color: #ddf0ff;
  width: -webkit-fill-available;
  height: 117px;
}

.side .ask button {
  padding: 10px 30px;
  border: #FFD56B 3px solid;
  border-radius: 30px;
  font-family: 'ONEMobilePOPOTF';
  font-size: 18px;
  color: #331600;
}


/* 메뉴 */
.menu {
  margin-top: 63px;
  width: 1324px;
  position: absolute;
  left: 579px;
}

.menu a:first-child button {
  background-image: url('../../resources/img/btn04_s.png');
  width: 186px;
}

.menu a:nth-child(2) button {
  background-image: url('../../resources/img/btn06_s.png');
  width: 225px;
}

.menu a:last-child button {
  background-image: url('../../resources/img/btn05_s.png');
  width: 207px;
}

.menu a:first-child button.active {
  background-image: url('../../resources/img/btn05_1_s.png');
  width: 252px;
  /* 마이페이지 활성화 이미지 */
}

.menu a:nth-child(2) button.active {
  background-image: url('../../resources/img/btn06_1_s.png');
  width: 297px;
  /* 대시보드 활성화 이미지 */
}

.menu a:last-child button.active {
  background-image: url('../../resources/img/btn04_1_s.png');
  width: 259px;
  /* 학습일정계획 활성화 이미지 */
}

.menu button p {
  font-size: 32px;
  color: #fff;
  height: 50px;
}

.menu button {
  background-repeat: no-repeat;
  height: 72px;
  text-align: -webkit-center;
}

.menu button.active {
  height: 118px;
  margin-top: -18px;
}

.menu button p.active {
  display: none;
  /* 원하는 색상으로 변경 */
}


/* 대시보드 */
.main {
  max-height: 600px;
  overflow: auto;
}

.main .race-wrap {
  background-image: url('../img/img20_1_s.png');
  background-repeat: no-repeat;
  width: 1242px;
  height: 599px;
  position: relative;
}

.complete-wrap {
  width: 1244px;
  height: 617px;
}

button p {
  font-family: 'ONEMobilePOPOTF';
  width: max-content;
}

.race-wrap .title-box {
  position: absolute;
  top: 68px;
  left: 120px;
  text-align: center;
}

.race-wrap .title-box .title {
  font-size: 32px;
  font-family: 'ONEMobilePOPOTF';
}

.race-wrap .title-box .subtitle {
  font-size: 16px;
  background-color: #441E03;
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
  border-radius: 20px;
  display: inline-block;
  font-family: 'ONEMobileOTF-Bold';
}

.race-box {
  width: 1063px;
  height: 516px;
  position: absolute;
  left: 114px;
  top: 60px;
}

.race-box .rcon,
.race-box .lcon {
  gap: 42px;
  width: 1063px;
}

.rabbit {
  position: absolute;
  top: -45px;
  left: 393px;
}

.rabbit img {
  transform: scaleX(-1);
}

.race-btn {
  position: relative;
  cursor: pointer;
}

.race-btn p {
  position: absolute;
  text-align: center;
  width: 76px;
  top: 16px;
  right: 9px;
  font-family: 'ONEMobilePOPOTF';
  font-size: 28px;
  color: #3A241D;
}

.race-btn p.long {
  width: fit-content;
}

.complete-wrap h2 {
  font-size: 32px;
  color: #331600;
  font-family: 'ONEMobilePOPOTF';
  font-weight: 100;
}


/* 챕터 */
.content-wrap {
  width: 1808px;
  
}

.content-wrap::before {
  background-image: url('../img/logo2.png');
  background-size: 155px 58px;
  width: 155px;
  height: 58px;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
}
.content-wrap > .title-box{margin-left: 75px;}
.content p.title-bg {
  width: max-content;
  height: max-content;
  background: linear-gradient(to right, #eaedf4, #fff);
  padding: 20px 60px;
  margin-bottom: 30px;
}
.content {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 1670px;
  height: 710px;
  background-color: #fff;
  border-radius: 20px;
}

/* step1 */
.videoCon {
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
}


.videoCon .videoStart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.look-text{position: absolute; right: 60px; bottom: 0;}
.look-text button{position: relative;}
.look-text p{    position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  
 }

/* step1-1 */
.imgGroup, .textareaGroup{width: 100%; text-align: center;}
.textareaGroup{margin-top: 40px;}
.textareaGroup textarea{width: 1460px; height: 200px; background-color: #eff2f7; border-radius: 10px; padding: 30px 40px; 
  line-height: 30px; font-size: 24px; font-family: 'Pretendard-Regular';}
  /* step1-1-팝업 */
  .popup {
    /* display: none; */
    position: absolute;
    width: 355px;
    height: 327px;
    background-color: white;
    border: 3px solid #FFBD14;
    border-radius: 10px;
    padding: 20px 40px;    
 }

 .popup h3{font-size: 42px;}
 .popup .yellow-box{width: 33px; height: 33px; color: #FFBA08; background-color: #FFF3D7; padding: 7px;
  border-radius: 5px; margin-right: 10px;}


   /* step1-2 */
   .readGroup{

   }
   .readGroup .icon{text-align: center;}
   .readGroup p.read{
    width: max-content;
    border-radius: 10px;
    font-size: 24px; font-family: 'Pretendard-Regular'; background-color: #EAEDF4; padding: 10px 20px;}


.next-btn, .pre-btn{cursor: pointer;}



input.borderx {
  border: none;
}

.underline {
  text-decoration: underline;
}

hr {
  color: #C6C6C6;
  margin: 10px 0 20px 0;
}

.title2 {
  font-size: 20px;
  font-weight: bold;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
}

.title-box .title {
  font-size: 32px;
  font-family: 'ONEMobilePOPOTF';
}

.title-box .subtitle {
  font-size: 16px;
  background-color: #441E03;
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
  border-radius: 20px;
  display: inline-block;
  font-family: 'ONEMobileOTF-Bold';
}