@charset "UTF-8";

/*타이틀*/
.common_title_whole {
     position: relative;
     width: 100%;
     min-height: 600px;
     padding: 0 20px;
     margin: 0 -20px;
}

.common_title_bg {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}

.common_title_bg div {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, 0.5);
}

.common_title_bg img {
     position: absolute;
     width: 100%;
     height: 100%;
     background-size: contain;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     z-index: -1;
     object-fit: cover;
}

.common_title_txt {
     position: absolute;
     width: max-content;
     max-width: calc(100% - 40px);
     height: auto;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.common_title_txt p {
     font-size: 32px;
     line-height: 45px;
     font-weight: 400;
     color: #FFFFFF;
     text-align: center;
     margin: 0 auto;
}




.common_contents_row {
     max-width: 1600px;
}




/*교육센터*/
.common_contents_row#counsel_center {
     margin-top: 50px;
}

.counsel_center_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_map_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_map_row_whole {
     width: 100%;
     height: 300px;
     overflow: hidden;
     overflow-y: auto;
     -ms-overflow-style: none;
     /* 인터넷 익스플로러 */
     scrollbar-width: none;
     /* 파이어폭스 */
}

.counsel_map_row_whole::-webkit-scrollbar {
     display: none;
}

.counsel_map_row {
     width: 100%;
     height: auto;
     border-radius: 10px;
     overflow: hidden;
     background-color: rgba(247, 125, 13, 0.1);
}

.counsel_map_row:hover {
     background-color: rgba(247, 125, 13, 0.2);
}

.counsel_map_row+.counsel_map_row {
     margin-top: 14px;
}


.counsel_map_row,
.counsel_map_row * {
     cursor: pointer;
}

.counsel_map_row a {
     display: block;
     height: 100%;
}

.counsel_map_row a .display_flex {
     height: 100%;
}

.counsel_map_box {
     width: calc(100% - 23px);
     height: auto;
     padding: 11px 10px 13px 13px;
     background-color: #FAFAFA;
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.counsel_map_box p {
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     color: #333544;
}

.counsel_map_box p+p {
     display: flex;
     flex-wrap: nowrap;
     justify-content: start;
     align-items: start;
     font-size: 11px;
     line-height: 17px;
     font-weight: 400;
     color: #616161;
     margin: 5px auto 0 auto;
}

.counsel_map_box p:nth-child(2) {
     margin-top: 11px;
}

.counsel_map_box p img {
     display: block;
     min-width: 12px;
     width: 12px;
     height: 12px;
     background-size: contain;
     margin: 0 6px 1px 0;
}

.counsel_map_box p a {
     font-size: 11px;
     line-height: 17px;
     font-weight: 400;
     color: #616161;
}

.counsel_arrow_img {
     position: relative;
     display: block;
     width: 14px;
}

.counsel_arrow_img img {
     position: absolute;
     display: block;
     width: 14px;
     height: 14px;
     background-size: contain;
     top: 50%;
     transform: translateY(-50%);
}


img.counsel_map_bg {
     display: block;
     width: 100%;
     height: auto;
     background-size: contain;
     margin: 40px auto 0 auto;
}




/*수업결과*/
.counsel_result_whole {
     width: 100%;
     height: auto;
}

.counsel_result_inner {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_result_nav {
     width: 100%;
     height: auto;
     margin: 0 auto 37px auto;
}

.counsel_result_nav_btn {
     display: block;
     width: 100%;
     max-width: 120px;
     height: 40px;
     font-size: 17px;
     line-height: 25px;
     font-weight: 500;
     color: #2BA9BC;
     border: 2px solid #2BA9BC;
     background-color: #FFFFFF;
     border-radius: 30px;
}

.counsel_result_nav_btn:hover {
     background-color: #F4FEFF;
}

.counsel_result_nav_btn+.counsel_result_nav_btn {
     margin: 0 0 0 14px;
}

.counsel_result_nav_btn.counsel_result_nav_btn_on {
     color: #FFFFFF;
     background-color: #2BA9BC;
}

.counsel_result_row_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_result_row_whole#counsel_result_row_whole2 {
     display: none;
}

.counsel_result_row {
     position: relative;
     width: 100%;
     height: 205px;
     border-radius: 20px;
     background-color: #1F8C9D;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     margin: 0 auto;
}

.counsel_result_row+.counsel_result_row {
     margin-top: 28px;
}

.counsel_result_title {
     position: absolute;
     width: 100%;
     height: 34px;
     margin: 0 auto;
     top: 0;
     left: 0;
}

.counsel_result_title div {
     position: relative;
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 34px;
     margin: 0 auto;
}

.counsel_result_title1 {
     min-width: 168px;
     width: 168px;
     max-width: 168px;
}

.counsel_result_title1 img {
     position: absolute;
     display: block;
     width: 100%;
     height: 42px;
     background-size: contain;
     margin: 0 auto 0 0;
     left: 0;
     bottom: 0;
}

.counsel_result_title div p {
     position: absolute;
     min-width: max-content;
     width: max-content;
     font-size: 12px;
     line-height: 18px;
     font-weight: 500;
     color: #FFFFFF;
     text-align: center;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.counsel_result_title div+div p {
     font-size: 10px;
     line-height: 15px;
}

.counsel_result_box {
     position: absolute;
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     width: calc(100% - 146px);
     height: calc(100% - 89px);
     padding: 28px 73px;
     margin: 0;
     top: 32px;
     left: 0;
     background-color: #2BA9BC;
     border-radius: 0 0 20px 20px;
}

.counsel_result_box img {
     display: block;
     width: 100%;
     max-width: 174px;
     height: auto;
     max-height: 116px;
     background-size: contain;
     margin: auto;
     border-radius: 14px;
}

/*리딩엠매거진*/
.counsel_result_inner.counsel_result_inner2 {
     width: 100%;
     height: auto;
     border-top: 1px solid #DDDDDD;
     padding: 30px 0 0 0;
     margin: 30px auto 0 auto;
}

.counsel_result2_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_result2_title {
     width: 100%;
     height: auto;
     margin: 0 auto 20px auto;
}

.counsel_result2_title p {
     font-size: 18px;
     line-height: 27px;
     font-weight: 500;
     color: #333544;
}

.counsel_result2_title a {
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #333544;
     text-decoration: underline;
}

.counsel_magazine_row {
     position: relative;
     width: 100%;
     height: auto;
     margin: 0 auto;
     background-color: #FFFFFF;
}

.counsel_magazine_img {
     width: 100%;
     max-width: 154px;
     height: auto;
     margin: 0 12px 0 0;
}

.counsel_magazine_img img {
     width: 100%;
     height: auto;
     background-size: contain;
     margin: 0 auto;
}

.counsel_magazine_txt {
     width: 100%;
     min-height: 256px;
     height: auto;
     margin: 0;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: stretch;
}

.counsel_magazine_txt p {
     font-size: 13px;
     line-height: 19px;
     font-weight: 400;
     color: #333544;
}

.counsel_magazine_txt p+p {
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     margin: 8px auto 0 auto;
}

.counsel_magazine_down_btn {
     display: block;
     min-width: 140px;
     max-width: 140px;
     height: auto;
     font-size: 15px;
     line-height: 22px;
     font-weight: 500;
     color: #2BA9BC;
     margin: 0 0 0 auto;
     background-color: #FFFFFF;
     border: 1px solid #2BA9BC;
     border-radius: 30px;
     padding: 8px 24px;
}

.counsel_magazine_down_btn:hover {
     background-color: #F4FEFF;
}

.counsel_magazine_btn_whole {
     position: absolute;
     width: 100%;
     max-width: 93px;
     height: auto;
     margin: 20px auto 0 0;
     left: 0;
     bottom: 0;
     z-index: 1;
}

.counsel_magazine_btn {
     min-width: 20px;
     width: 20px;
     max-width: 20px;
     height: 20px;
}

.counsel_magazine_btn,
.counsel_magazine_btn * {
     cursor: pointer;
}

.counsel_magazine_btn img {
     display: block;
     width: 100%;
     height: auto;
     background-size: contain;
     margin: 0;
}

.counsel_magazine_pagination {
     font-size: 13px;
     line-height: 19px;
     font-weight: 400;
     color: #333544;
     text-align: center;
     margin: 0 10px;
}





/*등록절차*/
.common_contents_row#counsel_register p.common_contents_txt {
     margin-bottom: 0;
}

.counsel_register_row_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_register_row {
     width: calc(50% - 6px);
     height: auto;
     margin: 40px 0 0 0;
}

.counsel_register_row:nth-child(2n) {
     margin-left: 12px;
}

.counsel_register_img_bg {
     width: 100%;
     height: 86px;
     margin: 0 auto;
}

.counsel_register_img_bg img {
     display: block;
     width: auto;
     height: 100%;
     background-size: contain;
     margin: 0 auto;
}

.counsel_register_img_bg.counsel_register_img_bg1 {
     background-color: #F9F2CA;
}

.counsel_register_img_bg.counsel_register_img_bg2 {
     background-color: #FDEAEC;
}

.counsel_register_img_bg.counsel_register_img_bg2 img {
     margin: 0 0 0 auto;
}

.counsel_register_img_bg.counsel_register_img_bg3 {
     background-color: #EDF1FB;
}

.counsel_register_img_bg.counsel_register_img_bg4 {
     background-color: #E8E6F4;
}

.counsel_register_img_title {
     width: 100%;
     max-width: 106px;
     height: auto;
     margin: 10px auto 8px 0;
}

.counsel_register_img_title img {
     position: relative;
     display: block;
     min-width: 36px;
     width: 36px;
     height: 36px;
     background-size: contain;
     margin: 0;
     z-index: 1;
}

.counsel_register_img_title p {
     min-width: max-content;
     width: max-content;
     height: auto;
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     color: #FFFFFF;
     padding: 5px 18px;
     background-color: #F8A804;
     border-radius: 0 20px 20px 0;
     margin: 6px 0 0 -18px;
}

.counsel_register_img_txt {
     width: 100%;
     height: auto;
     margin: 8px auto 0 auto;
}

.counsel_register_img_txt p {
     display: flex;
     flex-wrap: nowrap;
     justify-content: start;
     align-items: center;
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #191919;
     margin: 0 0 0 20px;
}

.counsel_register_img_txt p span {
     display: block;
     min-width: 4px;
     width: 4px;
     height: 4px;
     background-color: #191919;
     border-radius: 4px;
     margin: 0 11px 0 0;
}

.counsel_register_img_txt p+p {
     margin-top: 1px;
}





/*상담신청*/
.counsel_request_whole {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_request_inner {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_request_img {
     width: 180px;
     height: 62px;
     margin: 0 auto 20px 0;
}

.counsel_request_img img {
     display: block;
     width: 100%;
     height: auto;
     background-size: contain;
     margin: 0;
}

.counsel_request_txt {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_request_txt p {
     font-size: 18px;
     line-height: 27px;
     font-weight: bold;
     color: #191919;
}

.counsel_request_txt p+p {
     font-size: 16px;
     line-height: 22px;
     font-weight: 400;
     margin: 10px auto 8px auto;
}

.counsel_request_txt ul {
     margin-top: 14px;
     font-size: 15px;
}

.counsel_request_txt ul li {
     margin: 4px 0;
}

.counsel_request_btn_div {
     margin-top: 36px;
     gap: 10px;
}

.counsel_request_txt ul li b {
     color: #F05612;
}

.counsel_request_btn {
     display: block;
     width: 100%;
     max-width: 230px;
     height: 46px;
     font-size: 18px;
     line-height: 27px;
     font-weight: 500;
     color: #FFFFFF;
     background-color: #2BA9BC;
     border-radius: 30px;
}

.counsel_request_btn:hover {
     background-color: #238493;
}

.counsel_request_btn2 {
     color: black !important;
     background-color: #fae00a !important;
}

.counsel_request_btn2:hover {
     background-color: #d8c109 !important;
}



/*진단하기*/
.counsel_diagnosis_title {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_diagnosis_inner {
     width: 100%;
     height: auto;
     margin: 0 auto;
}

.counsel_diagnosis_inner a {
     display: block;
     width: 100%;
}

.counsel_diagnosis_inner a+a {
     display: block;
     margin-top: 12px;
}

.counsel_diagnosis_box {
     width: calc(100% - 37px);
     min-height: 93px;
     height: auto;
     padding: 20px 15px 15px 20px;
     background-color: #FFFFFF;
     border: 1px solid #DDDDDD;
     border-radius: 12px;
     margin: 0 auto;
}

.counsel_diagnosis_txt {
     width: 100%;
     min-height: 93px;
     height: auto;
}

.counsel_diagnosis_box img {
     display: block;
     min-width: 20px;
     width: 20px;
     height: 20px;
     background-size: contain;
     margin: 0 auto 4px 0;
}

.counsel_diagnosis_box p {
     font-size: 16px;
     line-height: 24px;
     font-weight: bold;
     color: #191919;
     margin: 0 auto 5px auto;
}

.counsel_diagnosis_box p+p {
     font-size: 12px;
     line-height: 18px;
     font-weight: 400;
     color: #F77D0D;
     margin: 4px auto 0 auto;
}

.counsel_diagnosis_arrow {
     display: flex;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     min-width: 38px;
     width: 38px;
     height: 38px;
     border-radius: 30px;
     background-color: rgba(36, 50, 67, 0.1);
     margin: 0;
}

.counsel_diagnosis_box span {
     display: block;
     min-width: 15px;
     width: 15px;
     height: 15px;
     background: url('/img/icon/index_people_arrow_next_gr.svg') no-repeat;
     background-size: contain;
     margin: 0;
}

.counsel_diagnosis_inner a:hover .counsel_diagnosis_arrow {
     background-color: #2BA9BC;
}

.counsel_diagnosis_inner a:hover span {
     background: url('/img/icon/index_edu_arrow_next.svg') no-repeat;
     background-size: contain;
}

/* 
.common_contents_row {
     margin: 0 auto;
     padding-top: 150px;
} */




@media (max-width: 330px) {
     .counsel_result_title {
          height: 28px;
     }

     .counsel_result_title div {
          height: 28px;
     }

     .counsel_result_title1 {
          min-width: auto;
          width: 100%;
          max-width: 120px;
     }

     .counsel_result_title1 img {
          width: auto;
          height: 30px;
     }

     .counsel_result_title div p {
          line-height: 16px;
     }

     .counsel_result_box {
          width: calc(100% - 40px);
          height: calc(100% - 74px);
          top: 26px;
          padding: 28px 20px;
     }
}






@media (min-width: 1024px) {
     .main_section {
          max-width: none;
          min-height: calc(100vh - 211px);
          padding-top: 211px;
     }


     /*타이틀*/
     .common_title_whole {
          padding: 0 50px;
          margin: 0 -50px;
     }

     /* .common_contents_row {
          margin-top: 0;
          padding-top: 200px;
     } */



     /*교육센터*/
     .common_contents_row#counsel_center {
          margin-top: 100px;
     }

     .counsel_map_row_whole {
          width: 100%;
          /*max-width: 666px;*/
          height: 360px;
          margin: 0 32px 0 0;
          /* overflow: hidden; */
          /* overflow-y: auto; */
     }

     .counsel_map_row {
          min-width: auto;
          width: 100%;
          margin: 20px 0 0 0;
     }

     .counsel_map_row:first-child {
          margin: 0;
     }

     .counsel_map_row,
     .counsel_map_row * {
          cursor: pointer;
     }

     .counsel_map_box {
          width: calc(100% - 70px);
          padding: 20px 24px 24px 24px;
     }

     .counsel_map_box p {
          font-size: 18px;
          line-height: 27px;
     }

     .counsel_map_box p+p {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px;
     }

     .counsel_map_box p:nth-child(2) {
          margin-top: 20px;
     }

     .counsel_map_box p img {
          display: block;
          min-width: 20px;
          width: 20px;
          height: 20px;
          background-size: contain;
          margin: 0 10px 0 0;
     }

     .counsel_map_box p a {
          font-size: 14px;
          line-height: 20px;
     }

     .counsel_arrow_img {
          width: 24px;
          height: auto;
     }

     .counsel_arrow_img img {
          width: 24px;
          height: 24px;
     }

     img.counsel_map_bg {
          width: auto;
          height: 360px;
          margin: 0;
     }




     /*수업결과*/
     .counsel_result_nav {
          margin-bottom: 29px;
     }

     .counsel_result_nav_btn {
          min-width: 140px;
          max-width: 140px;
          height: 50px;
     }

     .counsel_result_nav_btn+.counsel_result_nav_btn {
          margin-left: 16px;
     }

     .counsel_result_row {
          height: 230px;
          margin: 0;
     }

     .counsel_result_row+.counsel_result_row {
          margin: 0 0 0 28px;
     }

     .counsel_result_title {
          height: 38px;
     }

     .counsel_result_title div {
          height: 38px;
     }

     .counsel_result_title1 img {
          height: 42px;
     }

     .counsel_result_title div p {
          font-size: 14px;
          line-height: 20px;
     }

     .counsel_result_title div+div p {
          font-size: 12px;
          line-height: 18px;
     }

     .counsel_result_box {
          width: calc(100% - 164px);
          height: calc(100% - 98px);
          padding: 30px 82px 31px 82px;
          top: 37px;
     }

     .counsel_result_box img {
          min-width: 193px;
          max-width: 193px;
          min-height: 131px;
          max-height: 131px;
     }

     /*리딩엠매거진*/
     .counsel_result2_title p {
          font-size: 20px;
          line-height: 29px;
     }

     .counsel_result2_title a {
          font-size: 14px;
          line-height: 20px;
     }

     .counsel_magazine_img {
          min-width: 205px;
          width: 205px;
          max-width: 205px;
     }

     .counsel_magazine_txt {
          min-height: 329px;
     }

     .counsel_magazine_txt p {
          font-size: 14px;
          line-height: 20px;
     }

     .counsel_magazine_txt p+p {
          font-size: 16px;
          line-height: 24px;
          margin-top: 15px;
     }

     .counsel_magazine_down_btn {
          font-size: 16px;
          line-height: 24px;
          padding: 7px 22px;
          margin-right: 13px;
     }

     .counsel_magazine_btn {
          min-width: 24px;
          width: 24px;
          height: 24px;
     }

     .counsel_magazine_pagination {
          font-size: 14px;
          line-height: 20px;
     }





     /*등록절차*/
     .counsel_register_row {
          width: calc(25% - 15px);
          margin: 40px 20px 0 0;
     }

     .counsel_register_row:nth-child(2n) {
          margin-left: 0;
          margin-right: 20px;
     }

     .counsel_register_row:last-child {
          margin-left: 0;
          margin-right: 0;
     }

     .counsel_register_img_bg {
          height: 200px;
     }

     .counsel_register_img_bg img {
          max-width: 100%;
     }

     .counsel_register_img_title {
          max-width: 141px;
          height: auto;
          margin: 0 auto 0 0;
     }

     .counsel_register_img_title img {
          min-width: 50px;
          width: 50px;
          height: 50px;
     }

     .counsel_register_img_title p {
          font-size: 18px;
          line-height: 27px;
          padding: 7px 25px 6px 25px;
          margin: 26px 0 0 -25px;
     }

     .counsel_register_img_txt {
          margin-top: 12px;
     }

     .counsel_register_img_txt p {
          font-size: 16px;
          line-height: 24px;
          margin-left: 30px;
     }

     .counsel_register_img_txt p span {
          min-width: 5px;
          width: 5px;
          height: 5px;
          margin: 0 10px 0 0;
     }

     .counsel_register_img_txt p+p {
          margin-top: 12px;
     }







     /*상담신청*/
     .common_contents_row#counsel_request p.common_contents_title {
          margin-bottom: 40px;
     }

     .counsel_request_img {
          min-width: 210px;
          width: 210px;
          height: 72px;
          margin: 0 50px 0 0;
     }

     .counsel_request_txt p {
          font-size: 22px;
          line-height: 33px;
     }

     .counsel_request_txt p+p {
          font-size: 18px;
          line-height: 27px;
          margin: 10px auto 5px auto;
     }

     .counsel_request_txt ul {
          margin-top: 18px;
          font-size: 16px;
     }

     .counsel_request_btn {
          min-width: 250px;
          max-width: 250px;
          height: 50px;
          font-size: 20px;
          line-height: 29px;
     }





     /*진단하기*/
     .counsel_diagnosis_inner {
          margin: 0;
     }

     .counsel_diagnosis_inner a+a {
          margin: 0 0 0 35px;
     }

     .counsel_diagnosis_box {
          width: calc(100% - 62px);
          min-height: 140px;
          padding: 30px;
          border-radius: 20px;
     }

     .counsel_diagnosis_txt {
          min-height: 140px;
     }

     .counsel_diagnosis_box img {
          min-width: 40px;
          width: 40px;
          height: 40px;
          margin-bottom: 6px;
     }

     .counsel_diagnosis_box p {
          font-size: 24px;
          line-height: 36px;
     }

     .counsel_diagnosis_box p+p {
          font-size: 16px;
          line-height: 24px;
          margin-top: 5px;
     }

     .counsel_diagnosis_arrow {
          min-width: 60px;
          width: 60px;
          height: 60px;
     }

     .counsel_diagnosis_box span {
          min-width: 24px;
          width: 24px;
          height: 24px;
     }
}





@media (min-width: 1300px) {
     .common_title_whole {
          padding: 0 100px;
          margin: 0 -100px;
     }


     .counsel_map_row_whole {
          height: 440px;
     }

     img.counsel_map_bg {
          height: 440px;
     }
}





@media (min-width: 1620px) {

     /*교육센터*/
     .counsel_map_row_whole {
          height: calc(100vh - 380px);
          max-height: 640px;
     }

     img.counsel_map_bg {
          height: calc(100vh - 380px);
          max-height: 640px;
     }




     /*리딩엠매거진*/
     .counsel_result_inner.counsel_result_inner2 {
          width: 430px;
          border-top: none;
          border-left: 1px solid #DDDDDD;
          padding: 0 0 0 40px;
          margin: 0 0 0 40px;
     }
}

@media (max-width: 450px) {
     .counsel_request_btn_div {
          display: grid;
     }

     .counsel_request_btn {
          max-width: unset;
     }
}



@media (min-width: 1920px) {
     .common_title_bg img {
          width: 100%;
          height: 100%;
          object-fit: cover;
     }
}