@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:lang(ko) { font-family: "S-CoreDream-4Regular", "Noto Sans KR"; }

*{padding: 0; margin: 0; font-family: "S-CoreDream-4Regular";}
li {list-style: none; outline: none;}
a {text-decoration: none; color: inherit; outline: none;}
body * {box-sizing: border-box;}
img:focus {outline: none;}
button{border: none; outline: none;}
button:focus{outline:none;}
input:focus{outline:none;}
div:focus{outline:none;}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}
.fl{float: left;}
.fr{float: right;}
button:disabled{background: #eee; box-shadow: 0 2px 4px 0 #8a8a8a; color: #b3b3b3;}
.pink_btn{width: 316px; height: 50px; background: #f049c1; color: #fff; border-radius: 50px; font-size: 20px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 4px 0 #c5349c;}
.pink_btn a{display: block; width: 100%; height: 100%; line-height: 50px;}

/* 메인화면 */
.wrap{position: relative; width: 100%; background: #eee;}
.container{width: 100%; height: 100%; max-width: 824px; overflow: hidden; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.main_cont{width: 100%; height: 550px; text-align: center;}
.main_cont .main_box{position: relative; width: 100%; height: 100%; background: #fff; border-radius: 10px; overflow: hidden;}
.main_cont .main_box h1.main_logo{margin: 20px 0 5px 30px; width: 100px; height: 32px;}
.main_cont .main_box h1.main_logo img{height: 100%;}
.main_cont .main_box h1.main_title{font-family: 'S-CoreDream-8Heavy'; font-size: 40px; margin-bottom: 34px;}
.main_cont .main_box h3.sub_title{font-size: 16px; font-weight: 400; letter-spacing: -0.09em;}
.main_cont .main_box .event_box{position: absolute; right: 70px; top: 40px; width: 130px; height: 130px; background: #f049c1; color: #fff; border-radius: 100%; word-break: keep-all; text-align: center; font-size: 16px; font-weight: bold; line-height: 1.2; letter-spacing: -0.09em; padding-top: 26px;}
.main_cont .main_box .event_box span{font-weight: normal; font-size: 12px; display: block; margin-top: 4px;}
.main_cont .main_box .txt_box{position: absolute; bottom: 0; left: 0; width: 100%; height: 162px; background: #1c3361; font-size: 16px; letter-spacing: -0.05em; color: #fff; overflow: hidden; padding-top: 20px; font-weight: 400;}
.main_cont .main_box .txt_box .start_btn{width: 316px; height: 50px; background: #f049c1; color: #fff; border-radius: 50px; font-size: 20px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 4px 0 #c5349c; margin-top: 20px;}
.main_cont .main_box .txt_box .start_btn a{display: block; width: 100%; height: 100%; line-height: 50px; cursor: pointer;}

/* 질문 */
.wrap.question{background: #eee;}
.question_cont{width: 100%; height: 550px; background: #fff; border-radius: 10px;}
.question_cont .nav_wrap{position: relative; width: 100%; height: 60px; font-size: 24px; line-height: 56px; padding: 0 20px; font-weight: bold;}
.question_cont .nav_wrap .progress_bar{position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: #e5e5e5;}
.question_cont .nav_wrap .progress_bar p{position: absolute; left: 0; bottom: 0; width: 10%; height: 4px; background: #f049c1; transition: width 0.6s;}
.question_cont .q_slide_list{width: 100%; height: calc(100% - 60px);}
.question_cont .q_slide_list .q_slideCont{width: 100%; height: 100%;}
.question_cont .q_slide_list .q_slideCont .q_txt{width: 100%; height: 30%; font-size: 30px; display: table; text-align: center;}
.question_cont .q_slide_list .q_slideCont .q_txt .question{display: table-cell; vertical-align: middle; font-weight: bold;}
.question_cont .q_slide_list .q_slideCont .q_answers_wrap{position: relative; width: 100%; height: 70%;}
.q_answers_wrap .q_answers{width: 90%; height: 65%; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 auto;}
.q_answers_wrap .q_answers li{-webkit-box-flex: 1;-ms-flex: 1;flex: 1; margin: 0 10px; background: #f9f9f9; border-radius: 10px; overflow: hidden;}
.q_answers_wrap .q_answers li:first-child{margin-left: 0;}
.q_answers_wrap .q_answers li:last-child{margin-right: 0;}
.q_answers_wrap .q_answers li .answer_img{width: 100%; height: 75%; 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;}
.q_answers_wrap .q_answers li input{display: none;}
.q_answers_wrap .q_answers li input + label{display: block; width: 100%; height: 100%; cursor: pointer;}
.q_answers_wrap .q_answers li input:checked + label{display: block; width: 100%; height: 100%; background: #c777ee;}
.q_answers_wrap .q_answers li label .answer_txt{text-align: center; width: 100%; height: 25%; font-size: 20px; font-weight: bold; word-break: keep-all; line-height: 1.1; padding-top: 5px;}
.q_answers_wrap .q_answers li label .answer_txt p{font-size: 14px; font-weight: 400; margin-top: 5px;}
.q_answers_wrap .q_answers li label .answer_txt.little{font-size: 18px; font-weight: normal; padding-top: 15px;}
.q_answers_wrap .next_btn,
.q_answers_wrap .finish_btn{position: absolute; bottom: 8%; left: 50%; transform: translateX(-50%);}
.q_answers_wrap .q_answers.list_checkbox{-ms-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-pack:distribute; justify-content:space-around;}
.q_answers_wrap .q_answers.list_checkbox li{-webkit-box-flex: 0 1 auto;-ms-flex: 0 1 auto;flex: 0 1 auto; width: 31%; margin: 5px 0;}
.q_answers_wrap .q_answers.list_checkbox li label .answer_txt.little{display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 24px; padding-top: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}

/* slick 수정 */
.question_cont .q_slide_list .slick-list{height: 100%;}
.question_cont .q_slide_list .slick-list .slick-track{height: 100%;}

/* 결과화면 */
/* 팝업 */
.mentor_popup{display: block;}
.mentor_popup.close{display: none;}
.mentor_popup .dim{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 888;}
.mentor_popup .popup_box{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 824px; height: 550px; background: #fff; border-radius: 10px; z-index: 999; text-align: center; padding: 10px 40px;}
.mentor_popup .popup_box .close_btn{position: absolute; width: 32px; height: 32px; top: 20px; right: 20px; cursor: pointer;}
.mentor_popup .popup_box .close_btn a{display: block; width: 100%; height: 100%; cursor: pointer;}
.mentor_popup .popup_box .result_img{position: relative; top: 50px;}
.mentor_popup .popup_box .result_pop_txt{font-family: 'S-CoreDream-8Heavy'; position: relative; background: #f9f9f9; width: 100%; height: 220px; font-size: 24px; color: #3d3a3a; padding-top: 60px; line-height: 1.4; margin-bottom: 24px; border-radius: 20px;}
.mentor_popup .popup_box .result_pop_txt .pink_cr{color: #f049c1; font-family: inherit;}
.mentor_popup .popup_box .result_pop_txt .pink_cr.padding_l40{position: relative; padding-left: 40px;}
.mentor_popup .popup_box .result_pop_txt .gift_img{position: absolute; left: 0; width: 38px; height: 38px; background: url(//img.x1.co.kr/x1/images/mentor/gift.png) center no-repeat; background-size: contain;}
.mentor_popup .popup_box .result_pop_txt p{font-size:17px;}

/* 결과화면 */
/* 비로그인 화면 */
.not_login.on{position: relative; width: 100%; height: 214px; background: #32334f; display: block;}
.not_login.off{display: none;}
.not_login > img{position: absolute; bottom: 0; left: 25%;}
.not_login .inner{position: relative; width: 1180px; height: 100%; margin: 0 auto;}
.not_login .inner > .txt_wrap{text-align: center; color: #fff; font-size: 24px; font-weight: bold; padding-top: 30px;}
.not_login .inner > .txt_wrap span.color_y{color: #ffd03e;font-size: 24px; font-weight: bold;}
.not_login .inner > .txt_wrap p{font-size: 12px; font-weight: normal; line-height: 1; padding-top: 5px;}
.not_login .inner > .btn_wrap{position: absolute; left: 0; bottom: 30px; width: 100%; height: 38px;}
.not_login .inner > .btn_wrap ul{width: 30%; height: 100%; margin: 0 auto;}
.not_login .inner > .btn_wrap ul li{float: left; width: 49%; height: 100%;}
.not_login .inner > .btn_wrap ul li:first-child{margin-right: 1%;}
.not_login .inner > .btn_wrap ul li:last-child{margin-left: 1%;}
.not_login .inner > .btn_wrap ul li button{width: 100%; height: 100%; background: #f049c1; border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold; cursor: pointer;}
.not_login .inner > .btn_wrap ul li button a{display: block; width: 100%; height: 100%; line-height: 38px; cursor: pointer;}

.result{width: 100%; height: auto; background:#f1f5f6 url(//img.x1.co.kr/x1/images/mentor/result_back.png) left no-repeat; padding: 50px 0;}
.result .result_cont{width: 1180px; height: auto; margin: 0 auto; background: #fff; border-radius: 20px; padding: 40px 0; margin-bottom: 20px; box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);}
.result .result_cont > .txt_wrap{width: 100%; text-align: center; font-size: 40px; margin: 40px 0 60px; letter-spacing: -2px;}
.result .result_cont .result_list{width: 100%; height: auto; border-radius: 20px;}
.result .result_cont .result_list > li{width: 740px; height: 320px; border-radius: 20px; margin: 0 auto; overflow: hidden; margin-bottom: 30px;}
.result .result_cont .result_list > li:first-child{background: #fff0c9;}
.result .result_cont .result_list > li:nth-child(2){background: #ededed;}
.result .result_cont .result_list > li:nth-child(3){background: #f3e5e5;}
.result .result_cont .result_list > li .img_wrap{position: relative; width: 30%; height: 100%;}
.result .result_cont .result_list > li .img_wrap .expert_img{width: 100%; height: 100%; overflow: hidden;}
.result .result_cont .result_list > li .img_wrap .expert_img a{display: block; width: 100%; height: 100%; cursor: pointer;}
.result .result_cont .result_list > li .img_wrap .expert_img img{position: relative; width: 100%; transition: all 0.4s ease;}
.result .result_cont .result_list > li .img_wrap .expert_img:hover img{transform: scale(1.05);}
.result .result_cont .result_list > li .img_wrap .grade_img{position: absolute; bottom: 8px; left: 10px; width: 83px; height: 83px;}
.result .result_cont .result_list > li .info_wrap{position: relative; width: 70%; height: 100%; padding: 20px 10px;}
.result .result_cont .result_list > li .info_wrap .cont{width: 50%; height: 80%; padding: 0 5px;}
.info_wrap .cont h3{margin-bottom: 10px;}
.info_wrap .cont ul{width: 100%;}
.info_wrap .cont ul > li{width: 90%; list-style: disc; margin-left: auto; font-size: 14px; margin-bottom: 8px; word-break: keep-all; word-wrap: break-word;}
.info_wrap > .btn_wrap{position: absolute; bottom: 5px; left: 0; width: 100%; height: 20%; padding-left: 10px;}
.info_wrap > .btn_wrap button{float: left; font-size: 18px; margin-right: 8px; border-radius: 30px; font-weight: bold; cursor: pointer;}
.info_wrap > .btn_wrap button a{display: block; width: 100%; padding: 10px 25px; height: 100%; cursor: pointer;}
.info_wrap > .btn_wrap.first button{background: #c3b48b; color: #fff9e8;}
.info_wrap > .btn_wrap.second button{background: #9797a4; color: #fff;}
.info_wrap > .btn_wrap.third button{background: #b08f8f; color: #fff;}
.info_wrap > .btn_wrap button.join_btn{background: #f049c1; color: #fff;}
.result .result_cont > h1{text-align: center; font-weight: bold; font-size: 40px; margin: 20px 0;}
.result .result_cont .recomend_list{width: 740px; height: auto; margin: 40px auto 30px;}
.result .result_cont .recomend_list li{float: left; width: 49%; height: 230px; border: 3px solid #f049c1; border-radius: 20px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); overflow: hidden;}
.result .result_cont .recomend_list li:nth-child(odd){margin-right: 1%;}
.result .result_cont .recomend_list li:nth-child(even){margin-left: 1%;}
.result .result_cont .recomend_list li a{position: relative; display: block; width: 100%; height: 100%; cursor: pointer;}
.result .result_cont .recomend_list li a .txt_wrap{position: relative; width: 55%; height: 100%; padding: 20px 0 20px 20px; margin-right:10% }
.result .result_cont .recomend_list li a .txt_wrap .type{color: #e614cc; font-size: 14px; margin-bottom: 10px;}
.result .result_cont .recomend_list li a .txt_wrap .proName{font-size: 32px; color: #2a2a2a; font-weight: bold; }
.result .result_cont .recomend_list li a .txt_wrap .explain{font-size: 16px; color: #7f7ff4; letter-spacing: -0.09em; word-break: keep-all; margin-bottom: 10px; font-weight: 600}
.result .result_cont .recomend_list li a .txt_wrap .hashtag{position: absolute; font-size: 12px; letter-spacing: -0.05em;color:#999999}
.result .result_cont .recomend_list li a .txt_wrap .hashtag span{margin-right: 5px;}
.result .result_cont .recomend_list li a .img_wrap{position: relative; width: 35%; height: 100%;}
.result .result_cont .recomend_list li a .img_wrap > img{position: absolute; width: 170%; right: -35%; top: -5%;}
.result .result_cont .recomend_list li a .hover_wrap{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #f049c1; opacity: 0;}
.result .result_cont .recomend_list li a:hover .hover_wrap{opacity: 0.9;}
.result .result_cont .recomend_list li a .hover_wrap .inner{width: 100%; height: 100%; 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; color: #fff; font-size: 18px; font-weight: bold;}
.result .result_cont .recomend_list li a .hover_wrap .inner span{margin-left: 5px;}
/* 버튼 영역 */
.result > .btn_wrap{margin: 80px 0 40px;}
.result > .btn_wrap ul{width: 50%; height: auto; margin: 0 auto;}
.result > .btn_wrap ul li{float: left; width: 50%; padding: 0 20px;}
.result > .btn_wrap ul li button{width: 100%; height: 100%; background: #f049c1; color: #fff; font-size: 24px; border-radius: 40px; font-weight: bold; box-shadow: 0 4px 4px 0 #c5349c; cursor: pointer;}
.result > .btn_wrap ul li button a{display: block; width: 100%; height: 100%; padding: 10px 20px; cursor: pointer;}