.con .inner {
    max-width: 1220px;
}
.container h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.topTitle .inner {
    background-image: url("https://job.dokgong.com/assets/images/webtest/page_header_webtest.png");
}
.free_user{background:#FF5800;color:#fff;border-radius:4px;text-align:center;width:150px;height:30px;line-height:30px;font-size:15px;position:absolute;display:inline-block;left:50%;bottom:-35px;transform:translateX(-50%)}
.free_user.freepass{background:#56b172;position:static;transform:translateX(0);margin-right:-30px}
/* subjectSearch */
.subjectSearch{background:#F2F2F2;text-align:center}
.subjectSearch .selectArea{padding:32px 36px 44px;margin-bottom:70px}
.subjectSearch .selectArea h3{display:block;width:100%;color:#7F19A8;font-family:'Gmarket';font-weight:700;font-size:22px;letter-spacing:-0.22px;background:none}
.subjectSearch .selectArea img{padding:15px 0}
.subjectSearch .selectList{display:flex;flex-wrap:wrap;width:100%;justify-content:flex-start}
.subjectSearch .selectList li{overflow:hidden;color:#4E4E4E;font-size:18px;letter-spacing:-0.18px;width:13.6%;border:1px solid #D3D3D3;border-radius:4%;background:#fff;height:50px;line-height:48px;margin-bottom:8px;margin-right:0.6%}
.subjectSearch .selectList a{display:inline-block;width:100%;height:100%}
.subjectSearch .selectList li:hover a{background:#4E4E4E;color:#fff}
.subjectSearch .selectList li a.on{background:#4E4E4E;color:#fff}
.subjectSearch .searchArea{display:none;height:50px}
.sub .subjectSearch{padding:50px 0}
.sub .subjectSearch .searchArea{display:inline-flex}
.subjectSearch h3{background:#7F19A8;color:#fff;font-weight:700;display:inline-block;width:157px;height:inherit;font-size:18px;padding-top:14px;}
.subjectSearch .search{position:relative;text-align:left;height:inherit}
.subjectSearch .view_text{cursor:pointer;border:1px solid #7F19A8;height:inherit;color:#B0B0B0;display:inline-block;background:#fff url(/assets/images/professor/subject_search_arrow.png) no-repeat right 17px center; width:480px;font-size:15px;padding-top:15px;padding-left:18px}
.subjectSearch .view_text a:hover{color:#B0B0B0}
.subjectSearch .drop{display:none;font-size:0;border:1px solid #7F19A8;position:absolute;z-index:2;width:100%;top:49px;left:0;background:#fff;padding:16px 0 19px;}
.subjectSearch .drop li{display:inline-block;width:33.3%;border-right:1px solid #E2E2E2;color:#4E4E4E;font-size:15px;letter-spacing:-0.15px;padding-left:18px;padding-bottom:21px;}
.subjectSearch .drop li:hover a{color:#7F19A8;font-weight:700}
.subjectSearch .drop li a.on{color:#7F19A8;font-weight:700}
.subjectSearch .drop li:nth-of-type(3n){border-right:none}
.subjectSearch .drop li:nth-last-of-type(1),.subjectSearch .drop li:nth-last-of-type(2),.subjectSearch .drop li:nth-last-of-type(3){
    padding-bottom:0}

/*20220516*/
/*webtest list*/
.webtestlist .con {
    padding: 70px 0 402px;
}
.webtestlist .con .webtestArea {

/*
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-content: space-evenly;
    grid-gap: 50px 30px;
*/
}
.webtestlist .con dl:nth-child(1) {
	border-top: 1px solid #767676;
}
.webtestlist .con dl {
    padding: 39px 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}
.webtestlist .con .group1{
	display: flex;
	cursor: pointer;
}
.webtestlist .con .group1 dt {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
	border-radius:15px;
}
.webtestlist .con .group1 dt::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    content: "";
	border-radius:15px;
}
.webtestlist .con .group1 dt h3 {
    font-family: 'Roboto';
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    top: 25px;
    left: 20px;
}
.webtestlist .con .group1 dt h4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 700;
	line-height: 27px;
}
.webtestlist .con .group1 .tag {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.webtestlist .con .group1 .tag span {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 6px 2px;
    color: #fff;
    margin-left: 5px;
}
.webtestlist .con .group1 dd {
    padding:20px 0 0 30px;
}
.webtestlist .con .group1 dd .title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 27px;
    color: #191919;
}
.webtestlist .con .group1 dd .info {
    font-size: 15px;
    line-height: 27px;
    color: #505050;
    font-weight: 400;
}
/*
.webtestlist .con dd .questioner {
    color: #3C80FF;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
*/

.webtestlist .con .group2{
	display:flex;
	align-items: center;
}
.webtestlist .con .group2 .prices{
	position:relative;
	margin-right:100px;
	text-align:right;
}

.webtestlist .con .group2 .prices .price{
	font-size: 24px;
    color: #4e4e4e;
    line-height: 33px;
	 font-weight: 700;
}
.webtestlist .con .group2 .prices .cancel{
	font-size:20px;font-weight:400;color:#9B9B9B;display:block;text-decoration:line-through;
}
.webtestlist .con .group2 .prices .test{
    font-size: 15px;
    width: 104px;
    text-align: center;
    padding: 10px 0 13px;
    display: block;
    border: 1px solid #bfbfbf;
	color:#707070;
	font-weight:500;
	border-radius: 2px;
}
.webtestlist .con .group2 .prices .test:hover{
	color:#707070;
}
.webtestlist .con .group2 .cart{}
.webtestlist .con .group2 .cart .incart{
    font-size: 15px;
    width: 152px;
    text-align: center;
    display: block;
    border: 1px solid #4e4e4e;
    color: #ffff;
    border-radius: 2px;
    line-height: 44px;
	color:#4e4e4e;
	margin-bottom:10px;
	font-weight: 500;
}
.webtestlist .con .group2 .cart .application{
    font-size: 15px;
    width: 152px;
    text-align: center;
    display: block;
    color: #ffff;
    border-radius: 2px;
    background-color: #4e4e4e;
    line-height: 44px;
}


/*webtest view*/
.webtestview .con {
    padding: 100px 0 150px;
}
.webtestview .con article {
    display: flex;
    justify-content: space-between;
}
.webtestview .imgArea {
    position: relative;
    width: 224px;
    height: 304px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.webtestview .imgArea::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}
.webtestview .imgArea h3 {
    font-family: 'Roboto';
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    top: 25px;
    left: 20px;
}
.webtestview .imgArea h4 {
    width: 100%;
    font-family: 'Gmarket';
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
}
.webtestview .infoWrap {
    width: 880px;
}
.webtestview .testInfoArea {
    padding-bottom: 50px;
    border-bottom: 1px solid #CBCBCB;
}
.webtestview .testInfoArea h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.9px;
    line-height: 38px;
    margin-bottom: 20px;
}
.webtestview .testInfoArea .aimInfo,
.webtestview .testInfoArea .questionInfo {
    color: #4E4E4E;
    font-size: 14px;
    line-height: 27px;
}
.webtestview .testInfoArea .aimInfo {
    display: flex;
    margin-bottom: 10px;
}
.webtestview .testInfoArea .aimInfo li {
    border-right: 1px solid #4E4E4E;
    line-height: 1;
    padding-right: 10px;
    margin-right: 10px;
}
.webtestview .testInfoArea .aimInfo li:last-of-type {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.webtestview .testInfoArea .textInfo {
    border: 1px solid #D5D5D5;
    padding: 17px 20px 22px;
    color: #4E4E4E;
    font-size: 16px;
    line-height: 28px;
    margin: 25px 0 50px;
}
.webtestview .testInfoArea .priceInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.webtestview .testInfoArea .priceInfo li {
    display: inline-flex;
    align-items: center;
}
.webtestview .testInfoArea .cancel {
    text-decoration: line-through;
    color: #4E4E4E;
    font-size: 20px;
}
.webtestview .testInfoArea .price {
    font-weight: 700;
    font-size: 28px;
    margin-left: 30px;
}
.webtestview .testInfoArea .price.freepass{color:#56b172}
.webtestview .testInfoArea button {
    margin-left: 10px;
    width: 188px;
    height: 50px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
}
.webtestview .testInfoArea .cartBtn {
    color: #3C80FF;
    border: 1px solid #3C80FF;
}
.webtestview .testInfoArea .goBtn {
    background: #3C80FF;
    color: #fff;
}
.webtestview .webTestArea {
    padding-top: 80px;
}
.webtestview .webTestArea h3 {
    color: #504AD9;
    font-family: 'Gmarket';
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
}
.webtestview .webTestArea small {
    color: #B0B0B0;
    font-size: 14px;
    margin-left: 10px;
}
.webtestview .webTestArea .textInfo {
    text-align: center;
    position: relative;
    background: #504AD9;
    border: 1px solid #504AD9;
    color: #fff;
    padding: 18px 23px 22px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 160px;
}
.webtestview .webTestArea .textInfo p {
    text-align: left;
}
.webtestview .webTestArea .setting {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 5px 5px 6px #00000029;
    color: #504AD9;
    font-size: 16px;
    font-weight: 700;
    width: 128px;
    height: 50px;
    border-radius: 2px;
}
.webtestview .allAverage {
    position: relative;
    height: 299px;
    border: 1px solid #504AD9;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.webtestview .allAverage h4 {
    color: #504AD9;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.54px;
}
.webtestview .allAverage .chartArea {
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.webtestview .partAverage {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.webtestview .partAverage ul {
    width: 276px;
    border: 1px solid #D5D5D5;
    padding: 37px 0 42px;
    margin-right: 26px;
    margin-bottom: 30px;
}
.webtestview .partAverage ul:nth-of-type(3n) {
    margin-right: 0;
}
.webtestview .partAverage .pie {
    position: relative;
    width: 120px;
    margin: 0 auto 36px;
}
.webtestview .partAverage .pie .width {
    width: 10px;
}
.webtestview .partAverage .pie span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 19px;
    font-weight: 200;
    font-family: 'Roboto';
    color: #504AD9;
}
.webtestview .partAverage .pie b {
    font-weight: 200;
    font-family: 'Roboto';
    font-size: 31px;
}
.webtestview .partAverage .title {
    color: #504AD9;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Gmarket';
    margin-bottom: 17px;
}
.webtestview .partAverage .tag {
    margin-bottom: 39px;
}
.webtestview .partAverage .tag span {
    display: inline-block;
    font-size: 13px;
    color: #707070;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    width: 74px;
    height: 28px;
    line-height: 28px;
    margin: 0 3px;
}
.webtestview .partAverage .testBtn {
    transition: all 0.9s, color 0.3s;
    border: 1px solid #504AD9;
    border-radius: 25px;
    width: 154px;
    height: 50px;
    text-align: left;
    font-size: 16px;
    padding-left: 28px;
    color: #504AD9;
    font-weight: 500;
    background: #fff url("/assets/images/webtest/webtest_testgo_btn.png") no-repeat right 20px top 18px;
}
.webtestview .partAverage .testBtn.free {
    background-color: #504AD9;
    border: none;
    background-image: url("https://job.dokgong.com/assets/images/webtest/webtest_freetest_btn.png");
    color: #fff;
}
.webtestview .partAverage .testBtn:hover {
    color: #fff;
    background-color: #504AD9;
    background-image: url("https://job.dokgong.com/assets/images/webtest/webtest_freetest_btn.png");
}
/* 2022-03-04 추가 */
.webtestview h4.title {
    color: #7f19a8;
    font-size: 22px;
    border-bottom: 1px solid #7f19a8;
    margin-bottom: 50px;
}
.webtestview h4.title span {
    display: inline-block;
    border-bottom: 8px solid #7f19a8;
    font-family: 'Gmarket';
    font-weight: 700;
    padding-bottom: 10px;
}
.webtestview .webtest_list dl {
    cursor: pointer;
    border: 1px solid #D5D5D5;
    overflow: hidden;
    margin-right: 3%;
}
.webtestview .webtest_list dl:last-of-type {
    margin-right: 0;
}
.webtestview .webtest_list dt {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}
.webtestview .webtest_list dt::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    content: "";
}
.webtestview .webtest_list dt h3 {
    font-family: 'Roboto';
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    top: 25px;
    left: 20px;
}
.webtestview .webtest_list dt h4 {
    width: 100%;
    font-family: 'Gmarket';
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
}
.webtestview .webtest_list .tag {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.webtestview .webtest_list .tag span {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 6px 2px;
    color: #fff;
    margin-left: 5px;
}
.webtestview .webtest_list dd {
    padding: 20px 10px;
}
.webtestview .webtest_list dd .title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 5px;
    line-height: 24px;
}
.webtestview .webtest_list dd .info {
    font-size: 13px;
    letter-spacing: -0.39px;
    line-height: 20px;
}
.webtestview .webtest_list dd .questioner {
    color: #3C80FF;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.webtestview .webtest_list {
    padding: 0 40px;
}
.webtestview .webtest_list .slick-slide {
    padding: 0 20px;
}
.webtestview .webtest_list .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: contain;
    z-index: 1;
}
.webtestview .webtest_list .slick-next {
    background-image: url("https://job.dokgong.com/assets/images/professor/review_arrow_right.svg");
    right: 0;
}
.webtestview .webtest_list .slick-prev {
    background-image: url("https://job.dokgong.com/assets/images/professor/review_arrow_left.svg");
    left: 0;
}
/* 2022-03-16 영역이 1개일 경우 파이 */
.webtestview .allAverage div.pieChartArea {
    width: 70%;
    height: auto;
}
.webtestview .pieChartArea .pie-gp {
    position: relative;
    text-align: center;
}
.webtestview .pieChartArea .pie-gp span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: #4E4E4E;
}
.webtestview .allAverage .line {
    width: 80%;
    height: 20px;
}

/* 2022-03-11 */
.webtestview .webTestArea .textInfo {
    margin-bottom: 25px;
}
.webtestview .box_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.webtestview .allAverage {
    width: 430px;
}
.webtestview .allAverage_height1,
.webtestview .allAverage_height2 {
    height: 434px;
}
.webtestview .allAverage h4 {
    width: 154px;
    height: 39px;
    line-height: 39px;
    background: #504AD9;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
}
.webtestview .allAverage .chartArea {
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.webtestview .tableArea {
    border-top: 1px solid #947BFF;
    margin-top: 21px;
}
.webtestview .tableArea .leftTable .num {
    width: 15.85%;
}
.webtestview .tableArea .area {
    width: 36%;
}
.webtestview .tableArea .leftTable .cnt {
    width: 24.075%;
}
.webtestview .tableArea .leftTable .time {
    width: 24.075%;
}
.webtestview .tableArea thead {
    background: #947BFF;
}
.webtestview .tableArea td,
.webtestview .tableArea th {
    height: 37px;
    border-bottom: 1px solid #947BFF;
    font-size: 16px;
    text-align: center;
}
.webtestview .tableArea td {
    color: #4E4E4E;
    border-right: 1px solid #947BFF;
}
.webtestview .tableArea td:last-child,
.webtestview .tableArea th:last-child {
    border-right: 0;
}
.webtestview .tableArea th {
    font-weight: 500;
    color: #fff;
    border-right: 1px solid #fff;
}
.webtestview .webtest_list dd .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media all and (max-width:1500px) {
    .con .inner {
        /*padding: 0 20px;*/
    }
    /*webtest list*/
    .webtestlist .con .webtestArea {
        grid-template-columns: repeat(4,1fr);
    }
    /*webtest view*/
    .webtestview .infoWrap {
        padding-left: 20px;
    }
    .webtestview .webTestArea .textInfo br {
        display: none;
    }
    .webtestview .partAverage ul {
        width: 32%;
        margin-right: 2%;
    }

    /* 2022-03-11 */
    .webtestview .allAverage {
        width: 48.86%;
        height: 434px;
    }

    /* 2022-03-16 */
    .webtestview .allAverage div.pieChartArea {
        width: 50%;
    }

}
@media all and (max-width:1200px) {
    /*webtest list*/
    .webtestlist .con .webtestArea {
        grid-template-columns: repeat(3,1fr);
    }
    /*webtest view*/
    .webtestview .infoWrap {
        width: 80%;
    }
    .webtestview .testInfoArea .aimInfo li {
        padding-right: 5px;
        margin-right: 5px;
        letter-spacing: -1px;
    }
    .webtestview .testInfoArea .priceInfo {
        flex-direction: column;
        align-items: flex-end;
    }
    .webtestview .testInfoArea .priceInfo .priceArea {
        margin-bottom: 25px;
    }
    .webtestview .partAverage .tag span {
        width: 70px;
    }
}
@media all and (max-width:1174px) {
	/*webtestlist*/
	.free_user.freepass{margin-right:0;margin-left:-30px}
	.webtestlist .con .group1 dd .info {
		font-size: 14px;
	}
	.webtestlist .con .group2 {
		justify-content: space-between;
		width: 35%;
	}
	.webtestlist .con .group2 .prices {
		margin-right: 0;
	}

}
@media all and (max-width:1070px) {
	/*subjectSearch*/
	.subjectSearch .selectArea {
	}
	.subjectSearch .selectList{

	}
	.webtestlist .con .group1 dd .info {
		font-size: 12px;
	}
	.webtestlist .con .group2 .prices .price {
		font-size:20px;
	}
	.webtestlist .con .group2 .cart .incart{
		width:140px;
	}
	.webtestlist .con .group2 .cart .application{
		width:140px;
	}

		

}
@media all and (max-width:1000px) {
	.free_user{left:0;top:3px;bottom:auto;transform:translateX(0);width:220px;height:50px;line-height:50px;font-size:20px;}
	.free_user.freepass{margin-left:0}
	/*subjectSearch*/
	.subjectSearch .selectArea {
		display:none;
	}
	.subjectSearch .selectList{
		display:none;
	}
    /* subjectSearch */
    .con .subjectSearch {
        width: 100%;
        margin-bottom: 70px;
		padding: 50px 0;
    }
    .subjectSearch .selectArea {
		margin-bottom: 80px;
    }
    .subjectSearch .searchArea {
		width:85%;
        display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
    }
    .subjectSearch h3 {
        width: 140px;
    }
    .searchBox {
        right: 0;
    }
    .subjectSearch .view_text {
        /*width: calc(60vw - 110px);*/
		width: calc(59vw - 110px);
    }
    /*webtest list*/
    .webtestlist .con {
        padding-top: 0;
    }
	/*
    .webtestlist .con .webtestArea {
        grid-template-columns: repeat(2,1fr);
    }*
	/*webtest list 1070px*/
	.webtestlist .con{
		padding: 0 0 310px;
	}
	.webtestlist .con .webtestArea{
		width:85%;
		padding:0;
	}
	.webtestlist .con dl{
		flex-direction: column;
	}
	.webtestlist .con .group1{
		width:100%;
		justify-content:flex-start;
		padding-bottom:30px;
	}
	.webtestlist .con .group1 dt{
		width:170px;
		height:139px;
	}
	.webtestlist .con .group1 dt h4{
		font-size:26px;line-height:35px
	}
	.webtestlist .con .group1 dd{
		padding:0 0 0 5%;
	}
	.webtestlist .con .group1 dd .title{
		font-weight:700;
		font-size: 32px;
		margin-bottom: 18px;
		line-height: 48px;
	}
	.webtestlist .con .group1 dd .info{
		font-size:20px;
		line-height: 37px;
		white-space:nowrap;
	}
	.webtestlist .con .group1 dd .info .px{
		display:none;
	}
	.webtestlist .con .group1 dd .info br.mo{
		display:block;
	}
	.webtestlist .con .group2{
		width: 100%;
		flex-direction: column;
	}
	.webtestlist .con .group2 .prices{
		display:flex;
		justify-content: space-between;
		width: 100%;
		flex-direction: row-reverse;
		padding-bottom: 30px;
	}
	.webtestlist .con .group2 .prices .test{
		width: 170px;
		font-size: 26px;
		height: 77px;
		line-height: 35px;
		padding: 18px 22px;
	}
	.webtestlist .con .group2 .prices .price{
		color: #191919;
		font-size: 38px;
		padding-bottom: 0;
		line-height: 57px;
	}
	.webtestlist .con .group2 .cart {
		width:100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.webtestlist .con .group2 .cart .incart{
		margin-bottom:0;
		width: 307px;
		height: 80px;
		font-size: 26px;
		line-height: 80px;
		margin-right:24px;
	}
	.webtestlist .con .group2 .cart .application{
		width: 307px;
		height: 80px;
		font-size: 26px;
		line-height: 80px;
	}

    /*webtest view*/
    .webtestview .con article {
        flex-direction: column;
    }
    .webtestview .imgArea {
        width: 100%;
        height: 300px;
    }
    .webtestview .infoWrap {
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
    }
    .webtestview .testInfoArea .aimInfo,
    .webtestview .testInfoArea .questionInfo {
        font-size: 13px;
    }
    .webtestview .webTestArea .textInfo {
        border-radius: 30px;
        padding-right: 23px;
        margin-bottom: 40px;
    }
    .webtestview .webTestArea .textInfo p {
        border-bottom: 1px solid #AACEFF;
        padding-bottom: 20px;
        margin-bottom: 22px;
    }
    .webtestview .webTestArea .setting {
        border-radius: 16px;
        position: static;
        transform: translateY(0);
    }
    .webtestview .allAverage {
        border-radius: 30px;
        margin-bottom: 100px;
    }
    .webtestview .partAverage {
        flex-direction: column;
        position: relative;
    }
    .webtestview .partAverage::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 110vw;
        height: 1px;
        background: #d5d5d5;
    }
    .webtestview .partAverage::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 110vw;
        height: 1px;
        background: #d5d5d5;
    }
    .webtestview .partAverage ul {
        border: none;
        border-bottom: 1px solid #d5d5d5;
        width: 100%;
        margin-right: 0;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }
    .webtestview .partAverage ul:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
    }
    .webtestview .partAverage .chart {
        width: 50%;
    }
    .webtestview .partAverage .pie {
        margin-bottom: 0;
    }
    .webtestview .partAverage .title {
        text-align: left;
    }
    .webtestview .partAverage .tag {
        margin-bottom: 20px;
    }
    .webtestview .partAverage .tag span {
        margin: 0 6px 0 0;
    }
    .webtestview .partAverage .tag span:last-of-type {
        margin-right: 0;
    }

    /* 2022-03-11 */
    .webtestview .allAverage {
        width: 100%;
        height: 434px;
        margin-bottom: 40px;
    }
}
@media all and (max-width:893px) {
	/*webtestlist*/
	.webtestlist .con .group1 dd .title {
		font-size: 19px;
	}
	
}
@media all and (max-width:880px) {
	/*webtestlist*/
	.webtestlist .con .group1 dd .info{
		font-size:16px;
	}
	.webtestlist .con .group2 .prices .price{
		font-size:28px;
	}
	.webtestlist .con .group2 .cart .incart{
		height: 65px;
		font-size: 23px;
		line-height: 65px;
	}
	.webtestlist .con .group2 .cart .application{
		height: 65px;
		font-size: 23px;
		line-height: 65px;
	}

}
@media all and (max-width:790px) {
	/*webtestlist*/
	.webtestlist .con .group1 dd .info {
		font-size: 20px;
	}
	.webtestlist .con .group1 dd .info{
		font-size:15px;
	}
	.webtestlist .con .group2 .prices .price{
		/*font-size:33px;*/
	}
}

@media all and (max-width:750px) {
	.free_user{top:0;width:20rem;height:5.7rem;line-height:5.7rem;font-size:2rem;}
    /* 2022-03-11 */
    .webtestview .webTestArea .textInfo {
        margin-bottom: 4rem;
    }
    .webtestview .allAverage {
        margin-bottom: 4rem;
    }
    .webtstview .allAverage_height1 {
        height: 51rem;
    }
    .webtestview .allAverage_height2 {
        height: 70rem;
    }
    .webtstview .allAverage h4 {
        font-size: 2.2rem;
        width: 20rem;
        height: 5rem;
        line-height: 5rem;
        border-radius: 2.5rem;
    }
    .webtestview .tableArea {
        margin-top: 2rem;
    }
    .webtestview .tableArea .leftTable .num {
        width: 15.85%;
    }
    .webtestview .tableArea .area {
        width: 36%;
    }
    .webtestview .tableArea .leftTable .cnt {
        width: 24.075%;
    }
    .webtestview .tableArea .leftTable .time {
        width: 24.075%;
    }
    .webtestview .tableArea td,
    .webtestview .tableArea th {
        height: 6.3rem;
        font-size: 2.3rem;
    }
    .webtestview .allAverage {
        padding: 2rem 4rem;
    }

	/*subjectSearch*/
	.subjectSearch .selectArea{
		padding:0;
		margin-bottom: 0;
	}
	.subjectSearch h3{
		width:14rem;
	}
	.subjectSearch .selectArea h3{
		font-size:2.7rem;
		letter-spacing:-0.027rem;
		line-height:3.1rem;
	}
	.subjectSearch .selectArea img{
		width:1.4rem;
		padding: 1.1rem 0 2.9rem;
	}
	.subjectSearch .selectList li{
		font-size: 2.4rem;
		letter-spacing:-0.024rem;
		border-radius:0.4rem;
		height:6.7rem;
		line-height:6.3rem;
		margin-bottom:1rem;
		border:0.1rem solid #d3d3d3;
	}
	.subjectSearch .view_text{
		width: calc(70vw - 46px);
	}
	
	/*webtestlist*/
	.webtestlist .con dl{
		padding:4rem 0;
		border-bottom:0.1rem solid #DBDBDB;
	}
	.webtestlist .con dl:nth-child(1){
		border-top:0.1rem solid #767676;
	}
	.webtestlist .con .group1{
		padding-bottom:3rem;
	}
	.webtestlist .con .group1 dt{
		width:17rem;
		height:13.9rem;
	}
	.webtestlist .con .group1 dt h4{
		font-size:2.6rem;line-height:3rem
	}
	.webtestlist .con .group1 dd .title{
		font-size: 3.2rem;
		margin-bottom: 1.8rem;
		line-height: 4.8rem;
	}
	.webtestlist .con .group1 dd .info{
		font-size:2rem;
		line-height:4rem;
	}
	.webtestlist .con .group2 .prices .test{
		width: 17rem;
		font-size: 2.6rem;
		height: 7.7rem;
		line-height: 3.5rem;
		padding: 1.8rem 2.2rem;
	}
	.webtestlist .con .group2 .prices .price{
		font-size: 3.8rem;
		line-height: 5.7rem;
	}
	.webtestlist .con .group2 .prices{
		padding-bottom:3rem;
	}
	.webtestlist .con .group2 .cart .incart{
		width: 30.7rem;
		height: 8rem;
		font-size: 2.6rem;
		line-height: 8rem;
		margin-right: 2.4rem;
	}
	.webtestlist .con .group2 .cart .application{
		width: 30.7rem;
		height: 8rem;
		font-size: 2.6rem;
		line-height: 8rem;
	}
}
@media all and (max-width:550px) {
    .con .inner {
        padding: 0;
        width: 90%;
    }
    /* subjectSearch */
    .con .subjectSearch {
        padding: 5rem 0;
        width: 100%;
        margin-bottom: 8rem;
    }
    .subjectSearch .searchArea {
        height: 5rem;
        width: 85%;
    }
    .subjectSearch h3 {
        width: 24.5%;
        font-size: 2.2rem;
        padding-top: 1.2rem;
    }
    .subjectSearch .search {
        width: 75.5%;
    }
    .subjectSearch .view_text {
        background-size: 1.5rem;
        background-position: right 2rem center;
        width: 100%;
        font-size: 2rem;
        padding-top: 1.4rem;
        padding-left: 1.8rem;
    }
    .subjectSearch .drop {
        top: 4.9rem;
        padding: 1.2rem 0 1.6rem;
    }
    .subjectSearch .drop li {
        width: 50%;
        font-size: 2.2rem;
        padding-left: 1.8rem;
        padding-bottom: 2.5rem;
    }
    .subjectSearch .drop li:nth-of-type(3n) {
        border-right: 1px solid #E2E2E2;
    }
    .subjectSearch .drop li:nth-of-type(even) {
        border-right: 0;
    }
    .subjectSearch .drop li:nth-last-of-type(3) {
        padding-bottom: 2.5rem;
    }
    /*webtest list*/
    .webtestlist .con {
        padding: 0 0 31rem;
    }
	/*
    .webtestlist .con article {
        grid-gap: 4rem 2rem;
    }
	*/
    .webtestlist .con dt {
        height: 50rem;
    }
    .webtestlist .con dt h3 {
        font-size: 4.8rem;
        top: 2.5rem;
        left: 3rem;
    }
    .webtestlist .con dt h4 {
        font-size: 3rem;
    }
    .webtestlist .con .tag {
        right: 2.4rem;
        top: 2.4rem;
        width: 50%;
        text-align: right;
    }
    .webtestlist .con .tag span {
        font-size: 1.8rem;
        padding: 0.5rem 1rem;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .webtestlist .con dd {
        padding: 2rem 1.2rem;
    }
    .webtestlist .con dd .title {
        font-size: 2.3rem;
        margin-bottom: 1rem;
        line-height: 3.5rem;
        letter-spacing: -1px;
    }
    .webtestlist .con dd .info {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    .webtestlist .con dd .questioner {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    /*webtest view*/
    .webtestview .con {
        padding: 9.5rem 0 15rem;
    }
    .webtestview .imgArea {
        height: 30rem;
    }
    .webtestview .imgArea h3 {
        font-size: 4.8rem;
        top: 2.5rem;
        left: 4rem;
    }
    .webtestview .imgArea h4 {
        font-size: 3rem;
    }
    .webtestview .testInfoArea {
        padding-bottom: 5rem;
    }
    .webtestview .testInfoArea h3 {
        font-size: 3.4rem;
        line-height: 3.8rem;
        margin-bottom: 3rem;
    }
    .webtestview .testInfoArea .aimInfo,
    .webtestview .testInfoArea .questionInfo {
        font-size: 2.4rem;
        line-height: 4.2rem;
    }
    .webtestview .testInfoArea .aimInfo {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .webtestview .testInfoArea .aimInfo li {
        margin-right: 1rem;
        margin-bottom: 2rem;
        padding-right: 1rem;
    }
    .webtestview .testInfoArea .textInfo {
        padding: 1.4rem 1.6rem 1.7rem;
        font-size: 2.4rem;
        line-height: 3.6rem;
        margin: 5rem 0 4rem;
    }
    .webtestview .testInfoArea .priceInfo li {
        width: 100%;
        display: block;
        font-size: 0;
    }
    .webtestview .testInfoArea .priceInfo .priceArea {
        margin-bottom: 5.6rem;
        text-align: right;
    }
    .webtestview .testInfoArea .cancel {
        font-size: 3.4rem;
    }
    .webtestview .testInfoArea .price {
        font-size: 4.6rem;
        margin-left: 3rem;
    }
    .webtestview .testInfoArea button {
        margin-left: 2rem;
        width: calc((100% - 2rem) / 2);
        height: 8rem;
        font-size: 2.6rem;
    }
    .webtestview .testInfoArea button:first-of-type {
        margin-left: 0;
    }
    .webtestview .webTestArea {
        padding-top: 9.5rem;
    }
    .webtestview .webTestArea h3 {
        font-size: 3.6rem;
        margin-bottom: 1.4rem;
    }
    .webtestview .webTestArea small {
        font-size: 2.1rem;
        margin-left: 1rem;
    }
    .webtestview .webTestArea .textInfo {
        padding: 2rem 3rem 4.5rem;
        font-size: 2.4rem;
        line-height: 3.6rem;
        border-radius: 3rem;
        margin-bottom: 4rem;
    }
    .webtestview .webTestArea .textInfo p {
        padding-bottom: 2rem;
        margin-bottom: 4.4rem;
    }
    .webtestview .webTestArea .setting {
        box-shadow: 1.5rem 1.5rem 1.5rem #00000029;
        font-size: 2.4rem;
        width: 20rem;
        height: 8rem;
    }
    /*.webtestview .allAverage{height:50rem;padding:2rem 3rem;margin-bottom:12.6rem}*/
    /* .webtestview .allAverage h4{font-size:2.2rem} */
    .webtestview .partAverage ul {
        padding: 7.3rem 0;
        margin-bottom: 0;
    }
    .webtestview .partAverage .pie {
        width: 24.2rem;
    }
    .webtestview .partAverage .pie .width {
        width: 1.8rem;
    }
    .webtestview .partAverage .pie span {
        font-size: 3.5rem;
    }
    .webtestview .partAverage .pie b {
        font-size: 5.8rem;
    }
    .webtestview .partAverage .title {
        font-size: 3.4rem;
        margin-bottom: 2.5rem;
    }
    .webtestview .partAverage .tag {
        margin-bottom: 3rem;
        font-size: 0;
    }
    .webtestview .partAverage .tag span {
        font-size: 2.4rem;
        width: calc((100% - 1rem) / 2);
        height: 5.3rem;
        line-height: 5.3rem;
        margin: 0 1rem 0 0;
    }
    .webtestview .partAverage .testBtn {
        border-radius: 1rem;
        width: 29.4rem;
        height: 9.4rem;
        font-size: 3rem;
        padding-left: 5.3rem;
        background-size: 3.6rem;
        background-position: right 4.6rem center;
    }
    /* 2022-03-04 */
    .webtestview h4.title {
        font-size: 3rem;
        margin-bottom: 5rem;
    }
    .webtestview h4.title span {
        border-bottom: 0.8rem solid #7f19a8;
        padding-bottom: 2rem;
    }
    .webtestview .webtest_list dt {
        height: 50rem;
    }
    .webtestview .webtest_list dt h3 {
        font-size: 4.8rem;
        top: 2.5rem;
        left: 3rem;
    }
    .webtestview .webtest_list dt h4 {
        font-size: 3rem;
    }
    .webtestview .webtest_list .tag {
        right: 2.4rem;
        top: 2.4rem;
        width: 50%;
        text-align: right;
    }
    .webtestview .webtest_list .tag span {
        font-size: 1.8rem;
        padding: 0.5rem 1rem;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .webtestview .webtest_list dd {
        padding: 2rem 1.2rem;
    }
    .webtestview .webtest_list dd .title {
        font-size: 2.3rem;
        margin-bottom: 1rem;
        line-height: 3.5rem;
        letter-spacing: -1px;
    }
    .webtestview .webtest_list dd .info {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    .webtestview .webtest_list dd .questioner {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    .webtestview .webtest_list {
        padding: 0;
    }
    .webtestview .webtest_list .slick-slide {
        padding: 0 1rem;
    }
    .webtestview .webtest_list .slick-arrow {
        width: 1.6rem;
        height: 3.3rem;
    }
    .webtestview .webtest_list .slick-next {
        background-image: url("/assets/images/professor/mo_review_arrow_right.svg");
        right: -2rem;
    }
    .webtestview .webtest_list .slick-prev {
        background-image: url("/assets/images/professor/mo_review_arrow_left.svg");
        left: -2rem;
    }
    /* 2022-03-16 영역이 1개일 경우 파이 */
    .webtestview .allAverage div.pieChartArea {
        width: 75%;
    }
    .webtestview .pieChartArea .pie-gp span {
        font-size: 2.4rem;
    }
    .webtestview .allAverage .line {
        width: 80%;
        height: 3rem;
    }
}
 