@charset "utf-8";
.common_txt.report{display: block;}
.left{text-align:left!important;}
.center{text-align:center!important;}
.red{color:#f24f50;}
b{font-weight:700;}
.report_wrap{
    box-sizing: border-box;
    /* border-top:1px #b6b7b9 solid; */
}
.report_wrap .gray_bg{
    background:#f6f7f9;
    padding:1% 0;
    border-bottom:1px #b6b7b9 solid;
}
.report_wrap .title{
    font-size:30px;
    line-height:100%;
    font-weight:400;
    background:#fff;
    padding:50px 25px;
    /* border-top:1px #b6b7b9 solid; */
}
.report_wrap .title span{
    font-size:23px;
    display: block;
}
.report_wrap .title span:first-child{
    margin:15px 0 2px 0;
}
.report_wrap .info_select{
    border:1px #b7b7b7 solid;
    border-left:0;
    border-right:0;
    background:#fff;
}
.report_wrap .info_select ul{
    font-size:0;
}
.report_wrap .info_select ul li{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    font-size:20px;
    width:75%;
    height:50px;
}
.report_wrap .info_select ul li:first-child{
    width:25%;
    border-right:1px #b7b7b7 solid;
}
.report_wrap .info_select ul li .select_wrap{
    width:100%;
    height:100%;
    position:relative;
}
.report_wrap .info_select ul li .select_wrap:before{
/*     content: "";
    position:absolute;
    right:8%;
    top:0;
    height:100%;
    width:20px;
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/arrow.png) no-repeat center center;
    background-size:18px; */
}
.report_wrap .info_select ul li select,
.report_wrap .info_select ul li p{
    width:100%;
    height:100%;
    /*text-align: center;*/
    line-height:50px;
    font-size:20px;
/*     -webkit-appearance: none;
    -moz-appearance : none;
    appearance: none; */
    border:0;
    background:#fff;
    /*text-align-last: center;*/
    padding:0 0 0 70px;
}
.report_wrap .info_select ul li select option{
    text-align: center;
}
.report_wrap .info_select ul li .calendar{
    width:100%;
    height:100%;
    text-align: center;
    line-height:50px;
}
.report_wrap .info_select ul li .calendar .data{
    padding:0 0 0 40px;
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/calendar.png) no-repeat left center;
    background-size:contain;
}
.report_wrap .info_select ul li .calendar b{
    font-weight:400;
}

/*셀렉트 탭*/
.big_tab_wrap.report{
    padding:50px 25px 0 25px;
}
.big_tab_wrap .big_cont{
    display: none;
}
.big_tab_wrap .big_cont.ta1{
    display: block;
}

/*분석 탭 */
.report_wrap .tab_wrap{
/*     padding:0 0 50px 0; */
}
.report_wrap .tab_wrap .tab_list{
    text-align:center;
}
.report_wrap .tab_wrap .tab_list ul{
    font-size:0;
    width:100%;
    margin:0 auto;
}
.report_wrap .tab_wrap .tab_list li{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    font-size:20px;
    width:49.5%;
    border:2px #bcbcbc solid;
}
.report_wrap .tab_wrap .tab_list li:first-child{
    margin:0 1% 0 0;
}
.report_wrap .tab_wrap .tab_list li:hover,
.report_wrap .tab_wrap .tab_list li.selected{
    background:#333;
    border:2px #333 solid;
}
.report_wrap .tab_wrap .tab_list li a{
    display: block;
    line-height:50px;
    color:#333;
    font-weight:400;
}
.report_wrap .tab_wrap .tab_list li:hover a,
.report_wrap .tab_wrap .tab_list li.selected a{
    color:#fff;
    font-weight:500;
}
.report_wrap .tab_wrap .cont{
    display: none;
    padding:50px 0 0 0;
}
.report_wrap .tab_wrap .cont.ta1{
    display: block;
}


/*결과페이지*/
.detail h3{
    border-bottom:1px #b7b7b7 solid;
    font-weight:400;
    padding:5px 0 10px 40px;
    font-size:26px;
    margin:0 0 35px 0;
    line-height:100%;
}
.detail .icon1{
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/result_i01.png) no-repeat left 0;
    background-size:30px;
}
.detail .icon2{
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/result_i02.png) no-repeat left 0;
    background-size:30px;
}
.detail .icon3{
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/result_i03.png) no-repeat left 0;
    background-size:30px;
}
.detail .icon4{
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/result_i04.png) no-repeat left 0;
    background-size:30px;
}

.detail > li{
    font-size:18px;
    margin:50px 0 0 0;
}
.detail >li:first-child{
    margin:0;
}
.detail li .basic_t{
    border:1px #dcdcdc solid;
    width:100%;
    border-spacing: 0;
    border-left:0;
    border-top:0;
    margin-bottom: 20px;
}
.detail li .basic_t th,
.detail li .basic_t td{
    text-align: center;
    padding:12px;
    line-height:130%;
    border-left:1px #dcdcdc solid;
    border-top:1px #dcdcdc solid;
    font-size:16px;
}
.detail li .basic_t th{
    background:#f5f5f5;
}
.detail li .basic_t td .red{
    font-size:20px;
}
.detail .graph_wrap{
    border:1px #dedede solid;
    padding:5%;
}
.detail .graph_wrap .chart{
}
.detail .graph_wrap #legend{
    margin:0 auto;
    text-align: center;
    padding:2% 0 0 0;
}
.detail .graph_wrap #legend em{
    width:15px;
    height:15px;
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: middle;
    margin:0 5px 0 0;
}
.detail .test_orm_wrap{
    padding:0;
    margin:0 -25px;
}
.detail .answer_wrap{
    width:100%;
    /* margin:35px auto 0 auto; */
    padding:30px 25px 45px 25px;
    background:#ebecee;
    border:0;
    border-top:1px #b9b9b9 solid;
    overflow: initial;
    height:auto;
}
.detail .answer_wrap .answer_list{
    background:#fff;
    border:1px #b9b9b9 solid;
    border-bottom:0;
    height:auto;
}
.detail .answer_wrap .answer_list ul,
.detail .answer_wrap .answer_list ul li{
    height:auto;
}
.detail .answer_wrap .answer_list > ul > li{
    height:8%;
}
.detail  .answer_wrap .answer_list ul li:first-child{
    border-bottom:2px #515151 solid;
    height:7%;
}
.detail .answer_wrap .answer_list ul li .number_wrap{
    height:100%;
}
.detail .answer_wrap .answer_list ul li .number_wrap_top span{
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    font-size:0;
}
.detail .answer_wrap .answer_list ul li .number_wrap_top span em{
    border:1px #999 solid;
    border-radius: 50px;
    width:24px;
    height:24px;
    display: inline-block;
    font-size:14px;
    color:#000;
}
.detail .mini_title {
    padding: 5px 20px;
    background: #fff;
    display: inline-block;
    border: 1px solid #b9b9b9;
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
}
.answer_wrap .answer_list ul li .number_wrap span.selected{
    color:#fff;
}
.answer_wrap .answer_list ul li .number_wrap span.selected:after{
    background:#f66869;
    border:1px #f66869 solid;
}

.answer_wrap .answer_list ul li .number_wrap span.right_answer{
    color:#fff;
}
.answer_wrap .answer_list ul li .number_wrap span.right_answer:after{
    background:#b3b3b3;
}


.answer_wrap .answer_list ul li p.incorrect{
    position:relative;
    height:100%;
}
.answer_wrap .answer_list ul li p.incorrect:after{
    content: "";
    position:absolute;
    width:100%;
    height:60px;
    left:0;
    top:0;
    background:url(http://static-sdedu.akamaized.net/img1/omr_mock/x_bg.png) no-repeat 65% 58%;
}
.answer_wrap .appetnom {
    position: relative;
    z-index: 1;
    font-weight: 600;
}


/*************** 카테고리 노출 new ******************/ 
/* all_omr_list에 인라인으로 스타일 박혀있어서 빼왔어여*/
.notice01{border-bottom:0;}
.cf:after {
	display:block;
	clear:both;
	content:'';
}
.all_list_wa{
	margin:2% 0 0 0;
    color:#000;
    font-size: 26px;
}
.all_list_wa .sub_txt {
    font-size:20px;
    margin-top:1%;
}
.notice_wrap .title{
	padding:30px 20px;
}
.notice_wrap .title .ttl_list {
    display:inline;
    color:#000;
}
.notice_wrap .title .ttl_list > li {
	font-size:26px;
	font-weight:400;
	position:relative;
	display: table-cell;
    vertical-align: middle;
    padding: 0 5% 0 0;
}
.notice_wrap .title .ttl_list li.main_ttl {
	display:inline-block;
}
.notice_wrap .title .ttl_list li.sub_ttl {
	display:inline-block;
}
.notice_wrap .title .ttl_list > li:after{
    content:'>';
    right:5px;
    position:absolute;
}
.notice_wrap .title .ttl_list > li:last-child:after{
    display:none;
}
.notice_wrap .all_exam {
	font-size:18px;
	border-bottom:1px #b7b7b7 solid;
	font-weight:400;
	margin:0 0 4% 0
}
.notice_wrap .all_exam.no_border{
	border-bottom:0;
}
.notice_wrap .all_exam ul li{
	display: table;
    table-layout: fixed;
    width: 100%;
	border-top: 1px dashed #b7b7b7;
	padding: 4% 2%;
}
.notice_wrap .all_exam ul li:first-child{
	border-top:1px #b7b7b7 solid;
}
.notice_wrap .all_exam ul li.no_border{
	border-top:0;
}
.notice_wrap .all_exam li > div {
	display: table-cell;
    vertical-align: middle;
}
.notice_wrap .all_exam .img_box {
	width: 25%;
}
.notice_wrap .all_exam .img_box img {
	display:block;
	width:100%;
}
.notice_wrap .all_exam .desc_box {
	width: 75%;
	padding: 0 0 0 5%;
}
.notice_wrap .all_exam .desc_box * {
	font-size:18px;
}
.notice_wrap .all_exam .desc_box dl dt,
.notice_wrap .all_exam .desc_box dl dd {
	display:inline-block;
}
.notice_wrap .all_exam .desc_box strong{
	font-weight:400;
	font-size:20px;
	word-break:keep-all;
	color:#231d19;
    display:-webkit-box;
    -webkit-line-clamp:2; /* 라인수 */
    -webkit-box-orient:vertical;
    width:100%;
    white-space:normal;
    line-height:1.2em;
    /* height:2.8em; */
    overflow:hidden;
    text-overflow:ellipsis;
}
.notice_wrap .all_exam .desc_box dl dt,
.notice_wrap .all_exam .desc_box dl dd {
	color:#231d19;
	font-size:18px;
	line-height:140%;
}
.notice_wrap .all_exam .desc_box dl dd small {
	font-size:16px;
    vertical-align: text-top;
}
.notice_wrap .all_exam .desc_box .price {
	display:block;
    color: #de3e49;
}
.notice_wrap .all_exam .desc_box a.btn_apply {
	display:inline-block;
	border: 1px #545454 solid;
    background: #545454;
    color: #fff;
	font-size:18px;
    padding: 0.5% 5% 0.8%;
	margin-top:3%;
}
@media screen and (max-width:750px) {
	.notice_wrap .title {
		padding: 1.389rem 0.6944rem;
	}
	.notice_wrap .title .ttl_list li {
		font-size:0.8rem;
	}
	.notice_wrap .all_exam .desc_box strong{
		font-size:0.7rem;
	}
    .notice_wrap .all_exam .desc_box dl dt,
	.notice_wrap .all_exam .desc_box dl dd,
	.notice_wrap .all_exam .desc_box a.btn_apply {
		font-size: 0.647rem;
	}
	.notice_wrap .all_exam .desc_box dl dd small {
		font-size: 0.5rem;
	}
    .all_list_wa{
        font-size: 0.9rem;
    }
}
/*************** //카테고리 노출 new *****************/


@media screen and (max-width:750px) {
    .report_wrap .title{
        font-size:1.211rem;
        /* padding:1.389rem 0.6944rem; */
        padding:0.2rem 0.6944rem 0.8rem;
    }
    .report_wrap .title span{
        font-size:0.8333rem;
        line-height:130%;
    }
    .report_wrap .title span:first-child{
        margin:0.4167rem 0 0.05556rem 0;
    }
    .report_wrap .info_select ul li,
    .report_wrap .info_select ul li p{
        font-size:0.767rem;
        height:2rem;
    }
    .report_wrap .info_select ul li .select_wrap:before{
        width:0.5rem;
        background-size:0.4rem;
    }
    .report_wrap .info_select ul li select,
    .report_wrap .info_select ul li p{
        line-height:2rem;
        font-size:0.767rem;
         padding:0 0 0 1.544rem;
    }
    .report_wrap .info_select ul li .calendar{
        line-height:2rem;
    }
    .report_wrap .info_select ul li .calendar .data{
        padding:0 0 0 1.111rem;
        background-size: 0.8889rem;
    }
    .big_tab_wrap.report{
        padding:1.389rem 0.6944rem 0 0.6944rem;
    }
    .report_wrap .tab_wrap .tab_list li{
        font-size: 0.767rem;
    }
    .report_wrap .tab_wrap .tab_list li a{
        line-height:2rem;
    }
    .report_wrap .tab_wrap .cont{
        padding:1.389rem 0 0 0;
    }

    .detail h3{
        padding:0 0 0.5778rem 1.111rem;
        font-size: 0.95rem;
        margin:0 0 0.9722rem 0;
    }
    .detail .icon1,
    .detail .icon2,
    .detail .icon3,
    .detail .icon4{
        background-size: 0.90rem;
    }
    .detail > li{
        font-size:0.767rem;
        margin:1.389rem 0 0 0;
    }
    .detail li .basic_t th,
    .detail li .basic_t td{
        padding:0.767rem;
        font-size:0.767rem;
    }
    .detail li .basic_t td b,
    .detail li .basic_t td .red{
        font-size:0.827rem;
    }
    .detail .graph_wrap .chart{
        width:auto;
    }
    .detail .test_orm_wrap{
        margin:0 -0.6944rem;
    }
    .detail .answer_wrap{
        padding: 1.3rem 0.6944rem 1.6rem 0.6944rem;
    }
    .detail .answer_wrap .answer_list ul li .number_wrap_top span em{
        width:1rem;
        height:1rem;
        font-size:0.667rem
    }
    .detail .inthereport{
        height:unset !important;
    }
    .answer_wrap .answer_list ul li p.incorrect:after{
        background-size: 1.25rem;
        height:2.9rem;
    }
    .all_list_wa .sub_txt {
        font-size: 0.8rem;
    }
}
