@charset "utf-8";
/* CSS Document */

/*  fonts  */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* index - Image Style */
form#reg_form {height: 100%;}
.index_wrapper{background: url(../images/main_bg.png) no-repeat;width: 100%;height: calc(100% - 121px);background-size: cover;background-position: center center;background-position-x: 52.5%;background-position-x: 75%;height: calc(100% - 62px);min-height: auto;margin-bottom: -59px;}
.index_box{width: 1200px;max-width: 100%;margin: 0 auto;padding: 100px 0 40px;/* text-align: center; */}
.index_bg{width: fit-content;border-radius: 10px;/* background: rgba(1, 41, 103, 0.5); *//*background: rgba(255, 255, 255, 0.5); */padding: 40px;padding: 40px 0;margin: 0 auto;/* margin-left: 5%; */}
.index_bg img {filter: drop-shadow(1px 1px 0px #333);/* filter: drop-shadow(0px 1px 0px #0f51cc55); *//* background-color: rgba(15, 81, 204, 0.1); */border-radius: 7px;padding: 10px 10px;padding: 10px 0 0;}
.index_info1{font-size:18px;font-weight:600;line-height:1.8;}
.index_info2{font-size:11px;font-weight:300;letter-spacing: -.6px;}

.index_btn {max-width: 540px;margin: auto;margin-top: 50px;padding: 50px 0 0;overflow: hidden;}
.index_btn a {margin: 10px 0 0;}
.index_btn01, .index_btn02, .index_btn03, .index_btn04 {max-width: 48%}

.index_btn00 {background: rgba(255,255,255,1);display: inline-block;width: 100%;height: 44px;padding: 6px 0;color: #000;font-size: 2rem;font-weight: 700;text-align: center;border: 2px solid #0058a6;border-radius: 5px;}
.index_btn00:hover {background: #77aafc;color: #fff;}

.index_btn01{display: block;float: left;width: 250px;height: 100px;background: #0058a6;color: #ffffff;font-size: 2.4rem;font-weight: 700;text-align: center;padding: 30px 0;}
.index_btn01 span{background: url(../images/main_btn_icon01.png) no-repeat;width: 25px;height: 30px;display: inline-block;margin-right: 10px;}
.index_btn01:hover{background: #77aafc;color:#fff;}

.index_btn02{display: block;float: right;width: 250px;height: 100px;background: #5596ff;color:#fff;font-size: 2.4rem;font-weight: 700;text-align: center;padding: 30px 0;}
.index_btn02 span{background: url(../images/main_btn_icon01.png) no-repeat;width: 25px;height: 30px;display: inline-block;margin-right: 10px;}
.index_btn02:hover{background: #77aafc;color:#ffffff;}

.index_btn03{display: block;float: left;width: 232px;height: 40px;background: rgba(255,255,255,0.8);color: #000;font-size: 1.6rem;font-weight: 700;text-align: center;padding: 6px 0;border: 2px solid #0058a6;}
.index_btn03:hover{background: #77aafc;color:#fff;}

.index_btn04{display: block;float: right;width: 232px;height: 40px;background: rgba(255,255,255,0.8);color:#000;font-size: 1.6rem;font-weight: 700;text-align: center;padding: 6px 0;border: 2px solid #5596ff;}
.index_btn04:hover{background: #77aafc;color:#fff;}


/* page_common */
.wrapper{background: url(../images/page_bg.png) no-repeat right top fixed #ffffff;width: 100%;height: calc(100% - 162px);display: inline-table;padding: 0;}
.contents{width: 1200px;border: 1px solid #d1d1d1;border-top:none;border-bottom: none;margin: 0 auto;min-height: 100%;background: #ffffff;overflow:hidden;}
.box{width: 100%;padding:40px;float: left;}

/* table */
.table01{border-top:2px solid #0058a6;width: 100%;margin-top: 20px;}
.table01 tr{border-bottom: 1px solid #d1d1d1;}
.table01 th{background: #f1f1f1;text-align: left;padding: 10px 20px;width: 150px;vertical-align: middle;}
.table01 td{padding: 10px 20px;}
p.notice{margin-top:10px;line-height:14px;font-size:13px;color:#555;}

.table02{border-top:2px solid #0058a6;width: 100%;margin-top: 20px;}
/* .table02 tr{border-bottom: 1px solid #d1d1d1;} */
.table02 th{background: #f1f1f1;vertical-align: middle;line-height: 1.5rem;border-right: 1px solid #d1d1d1;border-bottom: 1px solid #d1d1d1;}
.table02 td{text-align: center;vertical-align: middle;line-height: 1.5rem;border-right: 1px solid #d1d1d1;border-bottom: 1px solid #d1d1d1;}
.table02 td.td-left {
  text-align: left !important;
}

/* .table02 thead th.grap_th,.grap_th{min-width: 406px;} */
/* .table02 thead th.grap_th02,.grap_th02{width:440px;} */
/*190720 for keeping fixed width 'th.grap_th>ul'-width is most important!!*/
.table02 thead th.grap_th02 > ul{overflow:hidden;display: inline-block;text-align: center;width:415px;padding: 0 5px;}
.table02 thead th.grap_th02 > ul li{float:left;width:45px;}/*1~9등급제*/

.table02 thead th.grap_th > ul{overflow:hidden;display: inline-block;text-align: center;width:440px;}
.table02 thead th.grap_th > ul li{float:left;width:40px;}/*191029 0~1000점제 : 1000grades-system -> smaller width*/

.table02 tbody tr.moveDetail td:first-child{background: #f1f1f1;}
/* .table02 tbody tr.moveDetail:hover,
.table02 tbody tr.moveDetail:hover td:first-child,
.table02 tbody tr.moveDetail:hover td.grap02,
.table02 tbody tr.moveDetail:hover td.grap{background: #f3f7ff;} */

.table03{border-top:2px solid #5596ff;width: 100%;margin: 20px 0 5px;text-align: center;}
.table03 tr{border-bottom: 1px solid #d1d1d1;}
.table03 td{padding: 10px 0px;border-right: 1px solid #d1d1d1;}
.table03 td.tlt{text-align: left;padding-left: 10px;font-size: 24px;font-weight: bold;background: #5596ff;color: #fff;width:30%;}
.table03 td.tlt span{color: #fff;}
.table03 td span{font-weight: bold;line-height: 18px;display: block;margin-bottom: 5px;font-size: 16px;}
.table03 td br{line-height: 0;}

.table04{border-top:2px solid #0058a6;width: 100%;margin-top: 20px;}
/* .table04 tr{border-bottom: 1px solid #d1d1d1;} */
.table04 th{background: #f1f1f1;text-align:center;padding: 10px 0px;width: 160px;vertical-align: middle;border: 1px solid #d1d1d1;}
.table04 td{padding: 10px 0px;text-align:center;border: 1px solid #d1d1d1;}
.table04 tbody th {background: #fdfdfd;}


/* 190614 scrolling Table ;thead:fix + tbody:scroll */
.table_wrap {
	position: relative;
	width: 100%;
	padding-top: 82px;
	border: 1px solid #d1d1d1;
}
.table_box {
	max-height: 740px;
	overflow-y: overlay;
	overflow-x: hidden;
	-ms-overflow-y: scroll;/* IE 에서 무조건 scroll 사용!*/
}

.table02 {
	border-top: none;
	width: 100%;
	margin-top: 0;
}
.table02 thead{
	top: 0;
	position: absolute;
	display: inline-table;
	width: calc(100% + 1px);
	border-top: 2px solid #0058a6;
	z-index:99;
	box-shadow: 0px 1px 2px #d1d1d1;
}
.table02 tr {
	height: 40px;
}
.table02 th, .table02 td {
	padding: 5px 0;
}
td.grap02 {
	padding: 5px 10px;
}
td.grap {
	padding: 5px 10px;
}

/*190702 IE 에서 scroll-Table의 thead 와 tbody 줄 맞춰줄 수 있는  IE 용 css 코드 */
_:-ms-input-placeholder, :root .table_box{
	width: calc(100% + 18px);
}


/* input */
input[type="text"], input[type="number"], input[type="password"], textarea,select{border: 1px solid #d1d1d1;height: 42px;line-height: 42px;vertical-align: middle;padding-left: 10px;border-radius: 2px;}
input[type="checkbox"],input[type="radio"]{margin-right: 5px;}
select{color: #757575;}
label{vertical-align: middle;line-height: 24px;margin-right: 20px;}
textarea{width: 100%;height: 120px;resize: none;}
.input01{width: 370px;}
.select,.input02{width: 160px;margin-right: 6px;}


/* button */
.search_btn01{height: 42px;line-height: 42px;background: #0058a6;color: #ffffff;text-align: center;padding: 0 20px;display: inline-block;border-radius: 2px;margin-left: -6px;font-size: 1.4rem;}
.search_btn01 span{background: url(../images/search_btn_icon01.png) no-repeat 0px 13px;width: 18px;height: 42px;display: inline-block;margin-right: 10px;vertical-align:top;}
.search_btn01:hover{background: #5596ff;}

.search_btn02{height: 42px;line-height: 42px;background: #5596ff;color: #ffffff;text-align: center;display: inline-block;border-radius: 2px;width: 160px;}
.search_btn02 span{background: url(../images/search_btn_icon02.png) no-repeat 0px 13px;width: 18px;height: 42px;display: inline-block;margin-right: 10px;vertical-align:top;}
.search_btn02:hover{background: #0058a6;}

.search_btn03{height: 42px;line-height: 42px;background: #5596ff;color: #ffffff;text-align: center;padding: 0 20px;display: inline-block;border-radius: 0 2px 2px 0;margin-left: -5px;font-size: 1.4rem;}
.search_btn03:hover{background: #0058a6;}

.btn01{margin: 40px auto;width: 250px;height: 80px;border-radius:10px;background: #0058a6;color: #ffffff;text-align: center;padding: 0 20px;display: block;font-size: 2.4rem;font-weight: 700;line-height: 80px;}
.btn01 span{background: url(../images/search_btn_icon03.png) no-repeat 0 26px;width: 30px;height: 80px;display: inline-block;margin-right: 10px;vertical-align:top;}
.btn01:hover{background: #5596ff;color: #ffffff;}
.btn01.btn01_long01{width: 300px !important;}

.btn02{border-radius:3px;background: #0058a6;color: #ffffff;text-align: center;padding: 3px 10px 5px;font-size: 1.4rem;font-weight: 700;line-height:1.4rem;margin: 15px 0 0 25px;display: inline-block;}
.btn02:hover{background: #5596ff;color: #ffffff;}

.gender{height: 42px;line-height: 42px;background: #f1f1f1;text-align: center;display: inline-block;border-radius: 2px;width: 180px;}
.gender.genderOn{background: #0058a6;color: #ffffff;font-weight: 700;}
.gender.genderOn:hover, .gender:hover{background: #5596ff;color: #ffffff;}
.gender:last-child{margin-left: 6px;}

.term{height: 42px;line-height: 42px;background: #f1f1f1;text-align: center;display: inline-block;border-radius: 2px;width: 180px;}
.term.termOn{background: #5596ff;color: #ffffff;font-weight: 700;}
.term.termOn:hover, .term:hover{background: #0058a6;color: #ffffff;}
.term:last-child{margin-left: 6px;}

.notice_btn div{background: #ffb619;height: 30px;border-radius: 50%;color: #ffffff;width: 30px;text-align: center;line-height: 28px;display: inline-block;font-size: 18px;margin-left: 6px;}
.notice_btn div:hover{opacity:0.8;}

.notice_btn2 div{background: #ffb619;height: 30px;border-radius: 50%;color: #ffffff;width: 30px;text-align: center;line-height: 28px;display: inline-block;font-size: 18px;margin-left: 6px;}
.notice_btn2 div:hover{opacity:0.8;}

.btn03{border-radius:3px;background: #f1f1f1;text-align: center;padding: 10px 15px 10px;font-size: 1.4rem;font-weight: 700;line-height:1.4rem;margin: 0 2px 6px;display: inline-block;}
.btn03:hover{background: #ffb619;color: #ffffff;}
.btn03:last-child{margin-right: 0;}

.btn04{border-radius:3px;background: #ffb619;text-align: center;padding: 10px 15px 10px;font-size: 1.4rem;font-weight: 700;line-height:1.4rem;margin: 0 2px;display: inline-block;color: #ffffff;}
.btn04:hover{opacity:0.8;}
.table01 tbody tr:last-child td{background: #fcfcfc;}


/*190802 개인정보 수집이용 동의 약관동의*/
.policy_btn {height: 32px;background: #77aafc;color: #ffffff;text-align: center;font-size: 1.4rem;margin: 10px 10px 10px;padding: 5px 10px 20px 0px;display: inline-block;border-radius: 2px;}
.policy_btn:hover{background: #ffb619;}
.policy_btn span {display: inline-block;padding: 5px 10px 10px 0px;}
.policyLayer_textarea {height: 600px;}


/* 상담자 정보입력 */
.blue.font_r{line-height: 24px;vertical-align: bottom;}
.txt_box{border:1px solid #d1d1d1;padding:15px 15px;margin-top:15px;}
.txt_id15 {text-indent:15px;}
.txt_bold {font-weight:bold;}
.susi_btn2_area {text-align:center;margin:0 auto;}
.susi_btn2_area a {display:inline-block;margin-right:10px;margin-left:10px;margin-bottom:0px;}
.btn_box{float: right;margin-top: 6px;}
.list_left li {float:left;}


/* 내신성적입력, 계산기 팝업 */

#noticeLayer,#noticeLayer02,#pdf01Layer,#pdf02Layer,#pdf03Layer,#pdf04Layer{text-align: center;}

/* 190613 스크롤팝업창부터 이미지 fix 팝업창까지 한번에 스타일링하기 #*/

.imgPop {
/* 팝업창에 이미지만 띄우거나, 폭이나 길이가 작은 창을 띄울 경우,
#pdfLayer, #noticeLayer 에 따로 class 명(.imgPop)을 추가해서
height와  width를 auto로 지정해주면 된다!! (단, ID 에 우선하도록 !important 부여!!) */
	height: auto !important;
	width: auto !important;
}


/*190703 Popup : center + scroll  팝업창 정중앙에 위치하기 + 스크롤*/
.exit01 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10001 !important;
	background: #00639f;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding:2px 12px;
} /* text로 exit_btn 만들 때*/
.exit {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10001 !important;
	background: #00639f;
} /* 38x38 사이즈의 흰색 X 이미지로 exit_btn 만들 때*/
.exit02 {
	position: absolute;
	top: -16px;
	right: -16px;
	z-index: 10001 !important;
	background: none;
} /* 38x38 사이즈의 동그라미 속 파란 X 이미지로 exit_btn 만들 때*/


.mask, .mask_black, .mask02, .mask03, .mask04, .mask05, .mask06 {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	z-index: 1000;
}

/* #noticeLayer {
	background: #fff;
	width:auto;
	max-width:92vw;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5000;
	border:none;
} */

#noticeLayer, #noticeLayer02, #policyLayer, #scoreLayer, #scoreLayer02, #scoreLayer03, #pdf01Layer, #pdf02Layer, #pdf03Layer, #pdf04Layer {
	background: #fff;
	width: 52.5%;
	max-width:92vw;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5000;
	border:none;
}

.pop-up, .policyLayer_cont{
	background: #fff;
	padding:30px;
	width:100%;
	/* max-width:1104px; */
	height:100%;
	max-height:80vh;
	overflow-y:auto;
	border:4px solid #00639f;
}


@media all and (max-width:1699px){
	#noticeLayer, #noticeLayer02, #policyLayer, #scoreLayer, #scoreLayer02, #scoreLayer03, #pdf01Layer, #pdf02Layer, #pdf03Layer, #pdf04Layer {
	width: 60%;
	}
}
@media all and (max-width:1499px){
	#noticeLayer, #noticeLayer02 #policyLayer, #scoreLayer, #scoreLayer02, #scoreLayer03, #pdf01Layer, #pdf02Layer, #pdf03Layer, #pdf04Layer {
	width: 70%;
	}
}
@media all and (max-width:1199px){
	#noticeLayer, #noticeLayer02 #policyLayer, #scoreLayer, #scoreLayer02, #scoreLayer03, #pdf01Layer, #pdf02Layer, #pdf03Layer, #pdf04Layer {
	width: 92%;
	}
}

/*191113 신규 성적계산기*/
#scoreLayer {
	background: #ffffff;
	width: 40%;
	width: 52.5%;
	max-width:92vw;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5000;
	border:none;
}
@media all and (max-width:1699px){
	#scoreLayer {
	width: 50%;width: 60%;
	}
}
@media all and (max-width:1499px){
	#scoreLayer  {
	width: 60%;width: 70%;
	}
}
@media all and (max-width:1199px){
	#scoreLayer  {
	width: 70%;width: 80%;
	}
}
@media all and (max-width:939px){
	#scoreLayer  {
	width: 90%;width: 92%;
	}
}


/* modal popup table 모달팝업창 -모달 테이블 */
.h4{overflow:hidden;}
.h4 h4{float: left;font-size: 21px;font-weight: bold;padding: 8px 0 10px 0;color: #3a3335;margin-right: 10px;}
.h4_txt{clear: none;float: left;color: #0058a6;font-weight: bold;line-height: 44px;margin-top: -3px;font-size: 13px;padding: 8px 0 0 0;}
.btnDiv02{line-height: 44px;float: right;}
.btn05{background: #ffb619;}
.btn06{background: #5596ff;}
.btn05, .btn06{border-radius: 3px;text-align: center;padding: 2px 10px 6px;font-size: 1.4rem;font-weight: 700;display: inline-block;color: #ffffff;}
.btn05 span, .btn06 span{font-size: 1.6rem;line-height: 1.2;vertical-align: unset;}

.modal_table{border-top:2px solid #5596ff;width: 100%;}
.modal_table th{background: #f1f1f1;padding: 8px 0px;font-size: 1.3rem;border: 1px solid #dedede;}
.modal_table td{text-align: center;padding: 8px 0px;font-size: 1.2rem;border: 1px solid #dedede;}
.modal_input{width: 50px;/* height: 24px !important;padding: 2px 0;background: #fdfdfd; */}

/* .modal_table.jungsi th, .modal_table.jungsi td{border: 1px solid #d1d1d1;} */
.modal_table.jungsi th{padding: 10px 15px;vertical-align: middle;}
.modal_table.jungsi th:first-child{border-right: unset;min-width: 60px;padding: 10px 0;}
.modal_table.jungsi td{padding: 10px 5px;font-size: 1.4rem;text-align: center;}
.modal_table.jungsi .modal_input{margin: 0;width: 80px;}

.modal_input02{width: 100px;}
.modal_table .tlt, .tlt{padding: 10px 5px;}
.modal_table .line,.line{border-right: 1px solid #d1d1d1 !important;}
.modal_table .line2,.line2{border-right: 1px solid #d1d1d1 !important;}
.modal_left{width: 48%;text-align: right;float: left;display: contents;display: ruby-text-container;}
.modal_right{width: 48%;text-align: left;float: left;margin-left: 4%;}
.modal_center{width: 100%;text-align: center;}
.modal_table span{margin:0 10px 0 20px;}
.modal_btn{width:200px;height: 50px;line-height: 50px;vertical-align: middle;font-size: 2.0rem;color: #ffffff;background: #0058a6;display: block;margin: 40px auto 0;text-align: center;border-radius: 5px;}
.modal_btn:hover{background: #5596ff;}

.modal_table2,.modal_table3,.modal_table4{border-top:2px solid #0058a6;width: 100%;}
.modal_table2 tr,.modal_table3 tr,.modal_table4 tr{border-bottom: 1px solid #d1d1d1;}
.modal_table2 th,.modal_table3 th,.modal_table4 th{background: #f1f1f1;padding: 10px 15px;vertical-align: middle;}
.modal_table2 th:first-child,.modal_table3 th:first-child,.modal_table4 th:first-child{border-right: 1px solid #d1d1d1;}
.modal_table2 th[colspan],.modal_table3 th[colspan],.modal_table4 th[colspan]{border-right:none;}
.modal_table2 td,.modal_table3 td,.modal_table4 td{padding: 10px 5px;text-align: center;}
.modal_table2 .tlt{padding: 10px 5px;}
.modal_table2 .line{border-right: 1px solid #d1d1d1;}
.modal_table2 span{margin:0 10px 0 20px;}


/* 전형 맞춤상담 */
/* 상단 필터 */
.tlt02{display: inline-block;}
.pdf_btn_box{float: right;margin-top: 11px;}
.pdf_btn_box .btn03 {margin-bottom: 0;}
.depth_wrapper{width: 100%;font-size: 14px;background: #f1f1f1;display: inline-block;margin-top: 20px;padding: 20px;}
.depth_wrapper .depth_St {}
.depth_wrapper .depth_St li {float:left;width:19.9%;}

.type{min-height: 42px;line-height: 42px;background: #ffffff;text-align: center;display: inline-block;border-radius: 2px;width: 95%;min-width: 95%;margin-right: 6px;margin-top: 5px;}
.depth_St .type {line-height: 24px;padding: 8px 0;letter-spacing: -0.5px;} /*2줄로 늘어날 때 박스도 적절히 같이 커지기*/

.type02{height: 42px;line-height: 42px;background: #ffffff;text-align: center;display: inline-block;border-radius: 2px;min-width: 170px;margin-right: 6px;margin-top: 5px}
.type.typeOn,.type:hover,.type02:hover{background: #0058a6;color: #ffffff;font-weight: 700;}
.type:last-child,.type:first-child,.year:last-child,.year:first-child,.type02:last-child,.type02:first-child{margin-left: 0px;}

.check{font-size: 1.2rem;margin-bottom: 20px;}
.depth_wrapper select{width: 170px;}


.select_box02{margin: 20px 0;}
.year{font-size: 14px;height: 42px;line-height: 42px;background: #f1f1f1;text-align: center;display: inline-block;border-radius: 2px;padding: 0 10px;margin-right: 6px;}
.year.yearOn,.year:hover{background: #77aafc;color: #ffffff;font-weight: 700;}
.select_box02 select{width: 150px;float: right;margin-left: 10px;}
.search_box{float: right;}
#sortBox1,#sortBox2{display: inline;}


/* 학생부 점수 내신등급 표준점수 탭 */
.tab_box{margin-top: 40px;font-size: 1.6rem}
.tab_box section {display: none;}
.tab_box input {display: none;}
.tab_box label {
  display: inline-block;
  margin: 0 0 0px -5px;
  padding: 10px 20px;
  font-weight: 700;
  text-align: center;
  color: #808080;
  background: #dbdbdb;
}
.tab_box .tab1{margin: 0;}

.tab_box label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.tab_box input:checked + label,.tab_box label:hover {
  color: #ffffff;
  background: #0058a6;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

/* 내점수 결과 아이콘 */
.result_a{width: 20px;height: 23px;text-indent: -9999px;background: url(../images/icon_a.png) no-repeat;margin: 0 auto;display: inline-block;}
.result_b{width: 20px;height: 23px;text-indent: -9999px;background: url(../images/icon_b.png) no-repeat;margin: 0 auto;display: inline-block;}
.result_c{width: 20px;height: 23px;text-indent: -9999px;background: url(../images/icon_c.png) no-repeat;margin: 0 auto;display: inline-block;}
.result_d{width: 20px;height: 23px;text-indent: -9999px;background: url(../images/icon_d.png) no-repeat;margin: 0 auto;display: inline-block;}

/* 학생부 점수 표 가이드 아이콘 리스트 */
.guide{float: right;margin: 0px 0 10px;}
.guide dd, .guide dt{float:left;color:#636363;font-size:12px;padding-top:18px;}
.guide dt{margin-left:7px;padding-right:1px;}
.guide dd{margin-right:10px;}
.guide02{float: left;margin: 20px 0 10px;}
.guide02 dd, .guide02 dt{float:left;color:#636363;font-size:12px;}
.guide02 dt{margin-left:7px;padding-right:1px}
.guide02 dt:first-child{margin-left: 0;}
.guide02 img{width: 14px;margin-right: 3px;}
.moveDetail img{vertical-align: initial;}


/* 전년도입시결과 Table */
/* 학생부 점수 표 1~9등급 표시 */
.grap{overflow:hidden;background: url(../images/bg_grap01.png) repeat 20px 0;/* min-width: 406px; */ width:440px;}
.grap div{position:relative;height:15px;margin-left:18px;width:377px;} /*190720 for keeping fixed width '.grap02>div'-width is most important!!*/
.grap ul,.grap02 ul{position:absolute;background: #cdc5a7;top:0px;height: 1.3rem;}
.grap ul li,.grap02 ul li{margin-top:-6px;}
.grap ul > .gleft,.grap02 ul > .gleft{margin-left:-6px;float:left;position: absolute;left: 0;width: 13px;}
.grap ul > .gright,.grap02 ul > .gright{margin-right:-6px;float:right;position: absolute;right: 0;width: 13px;}
.guide03{position:absolute;top:-25px;z-index:88;height: 67px;margin-left:-4px;}


/*colgroup 대신 class 명 사용, 디바이스별 colwidth 수정*/
/* .cell1{width:22%;}
.cell2{width:8%;}
.cell3{width:8%;}
.cell4{width:8%;}
.cell5{width:415px;}
.cell6{width:8%;}
.cell7{width:10%;} */

/* .cell1{width:22%;}
.cell2{width:6%;}
.cell3{width:6%;}
.cell8{width:6%;}
.cell4{width:6%;}
.cell9{width:6%;}
.cell5{width:415px;}
.cell6{width:6%;}
.cell7{width:7%;} */
/*190802 최저 최고 점수 추가 : column 개수 증가*/


/*191029 학생부 점수 표 0~1000 grades-system -> width adjust*/
/* .cell11{width:22%;}
.cell12{width:6%;}
.cell13{width:5%;}
.cell18{width:5%;}
.cell14{width:5%;}
.cell19{width:5%;}
.cell15{width:440px;}
.cell16{width:6%;}
.cell17{width:7%;} */

.table02 .grap02{overflow:hidden;background: url(../images/bg_grap01.png) repeat 20px 0;/* min-width: 406px; */ width:440px;padding: 5px 10px;}
.grap02 div{position:relative;height:17px;margin-left:11px;width:409px;}


/* 상담유형 선택 */
.menu_wrapper{width: 500px;margin: 100px auto 50px;}
.menu_wrapper a {width: 240px;height: 240px;background: #0058a6;border-radius: 10px;color: #ffffff;text-align: center;padding: 20px 0;float: left;}
.menu_wrapper a:nth-child(2) {margin-left: 20px;}
.menu_wrapper a:nth-child(3) {margin-top: 20px;}
.menu_wrapper a:nth-child(4) {margin: 20px 0 0 20px;}
.menu_wrapper .menu01{background: #0058a6;}
.menu_wrapper .menu02{background: #5596ff;}
.menu_wrapper .menu03{background: #ffb619;}
.menu_wrapper .menu04{background: #25838e;}
.menu01 h4,.menu02 h4,.menu03 h4,.menu04 h4{color: #ffffff;margin-top: 20px;}
.menu01 p,.menu02 p,.menu03 p,.menu04 p{color: #ffffff;line-height: 1.8rem;margin-top: 10px;}
.menu01:hover, .menu02:hover, .menu03:hover, .menu04:hover {opacity: 0.8;}
/* .menu01:hover, .menu02:hover, .menu03:hover, .menu04:hover {filter:brightness(.8);-webkit-filter:brightness(.8);-moz-filter:brightness(.8);-ms-filter:brightness(.8);} */


/* 학과 맞춤 상담 */
.select_box{margin-top: 20px;font-size: 1.4rem;}
.select_box ul{width: 22.75%;margin-right: 3%;text-align: center;border-top:2px solid #0058a6;float: left;margin-bottom: 30px;}
.select_box ul.last{float: right;margin-right: 0;}
.select_box ul.second{margin-right: 3%;}
.select_box ul li{border-bottom: 1px solid #d1d1d1;}
.select_box ul li:first-child{background: #f1f1f1;font-weight: 700;padding: 10px 0;}
.select_box ul li:first-child:hover{background: #f1f1f1;color: #000000;}
.select_box ul li a{padding: 10px 0;display: block;}
.select_box ul li a:hover{background: #0058a6;color: #ffffff;font-weight: 700;}
.select_box ul li a{line-height: normal;}
.star{vertical-align: initial;margin-right: 2px;}

/* 학과 상세보기 */
.sub_tlt span{width: 4px;height: 20px;background: #5596ff;display: inline-block;margin: 4px 8px 0 0;vertical-align: top;}
.my_score{background: #0058a6;padding: 1px 5px 3px;color: #ffffff;margin-right: 5px;}
.graph_wrapper{width: 100%;margin: 20px auto 0;display: inline-block;}
.graph_box3{margin: 20px 0 0;width: 32%;display: inline-block;padding: 0 0;}
.graph_box3:first-child,.graph_box3:nth-child(2),.graph_box2:first-child{margin-right: 2%;}
.graph_box2{margin: 20px 0 0;width: 49%;display: inline-block;}
.graph_box1{margin: 20px 0 0;width: 100%;display: inline-block;}
hr{width: 100%;color:#0058a6;border: 1px solid #0058a6;margin: 5px 0 20px;}
.graph{width: 100%;padding: 20px;height:300px;margin:0 auto;text-align: center;}
.department_wrapper{
	width: 100%;
	padding: 20px 20px 20px 20px;
	border: 4px solid transparent;
	-webkit-border-image: url(../images/border_img02.png) 4 round;/* Safari 3.1-5 */
	-o-border-image: url(../images/border_img02.png) 4 round;/* Opera 11-12.1 */
	border-image: url(../images/border_img02.png) 4 round;
	height: 200px;
	overflow-y: auto;
}

.result{text-align: center;}
.result_box,.result_box02{font-size: 1.4rem;}
.result_box p{display: inline-block;margin-right: 20px;}
.result_box02 p{display: inline-block;padding-right: 20px;}
.result_box02 p::after{ content: "|";padding-left: 20px;}
.result_box02 p:last-child::after{content: none;padding: 0;}


/* 학과안내 지원자격 탭 */
#model_section{
	overflow:hidden;
	height:44px;
	font-size: 14px;
	border-bottom: 3px solid #000000;
}

#model_section > a{
	display:inline-block;
	zoom:1;
	*display:inline;
	float:left;
	padding:12px 0;
	background: #dbdbdb;
	color:#7f7f7f;
	width:140px;
	text-align:center;
	margin-right:3px;
	height:42px;
	line-height:100%;
}
#model_section > a.on, #model_section > a:hover{
	background: #0058a6;
	color: #ffffff;
	font-weight:bold;
	z-index:2;
	height:44px;
}


.model{
	border:1px solid #d1d1d1;
	background-color:#fff;
	padding:20px 20px 60px 20px;
	margin-top:-1px;
	margin-bottom: 20px;
	height: 250px;
	overflow-y: scroll;
}

.model table{border-top:2px solid #0058a6;width: 100%;margin-top: 20px;text-align: center;}
.model table tr{border-bottom: 1px solid #d1d1d1;}
.model table th{background: #f1f1f1;padding: 10px;vertical-align: middle;border-right: 1px solid #d1d1d1;}
.model table th:last-child,.model table td:last-child{border-right: none;}
.model table td{padding: 10px;border-right: 1px solid #d1d1d1;}



.txtal_c{text-align:center !important;}


/* margin, padding */
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mr7{margin-right:7px;}
.mb3 {margin-bottom:3px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}
.ml6 {margin-left: 6px;}
.pb10 {padding-bottom:10px;}
.bdt{border-top: 2px solid #0060af;}


/*모집단위 홈페이지 버튼 START*/
div.contents div.box a.unithome_btn {
	background: url(../images/unithome_btn_icon.png) no-repeat 10px 10px #4db848;
	padding: 8px 10px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
	text-indent: 19px;
	border-radius: 3px;
	margin: 0 2px;
	vertical-align: top;
}/*모집단위 홈페이지 버튼 END*/




/*3년제, 4년제, 등등 버튼 START*/
span.majorGrade3 {
	background: url(../images/3years_icon.png) 0px 2px no-repeat;
	font-size: 0;
	margin-left: 4px;
	height: 18px;
	width: 34px;
	display: inline-block;
}

span.majorGrade4 {
	background: url(../images/4years_icon.png) 0px 2px no-repeat;
	font-size: 0;
	margin-left: 4px;
	height: 18px;
	width: 34px;
	display: inline-block;
}

span.majorGrade5 {
	background: url(../images/5years_icon.png) 0px 2px no-repeat;
	font-size: 0;
	margin-left: 4px;
	height: 18px;
	width: 34px;
	display: inline-block;
}

span.majorNew {
	background: url(../images/new-unit_icon.png) 0px 2px no-repeat;
	font-size: 0;
	margin-left: 4px;
	height: 18px;
	width: 34px;
	display: inline-block;
}

span.majorInterview {
	background: url(../images/new-unit_icon.png) 0px 2px no-repeat;
	font-size: 0;
	margin-left: 4px;
	height: 18px;
	width: 34px;
	display: inline-block;
}/*3년제, 4년제, 등등 버튼 END*/



/* 메인페이지 버튼 디자인 수정 210708 */
.index_btn01 i, .index_btn02 i {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.index_btn01, .index_btn02 {
	font-size: 2.2rem;
	padding: 20px 30px;
	line-height: 24px;
}
.index_btn01 span, .index_btn02 span {    
	background-position-y: 40%;
	width: 25px;
	height: 60px;
	display: block;
	float: left;
	margin-left: 10%;
}



/*190801 가로세로 버전시 안정적 footer 위치구현*/
/*	.index_wrapper{height: calc(100% - 124px);}
	.wrapper{height: calc(100% - 161px);}  ==>basic css*/
/* @media all and (min-width:799px) and (max-width:999px){
	.index_wrapper{min-height:100%;margin-bottom: unset;}
} */
/*190801 가로세로 버전시 안정적 index-text 위치설정*/
/* @media all and (min-width:1000px) and (max-width:1199px){
	.index_bg{padding: 120px 0;}
	.index_btn01, .index_btn02{margin-top:80px;}
} */
/* @media all and (min-width:799px) and (max-width:999px){
	.index_bg{padding: 80px 0;}
	.index_btn01, .index_btn02{margin-top:70px;}
} */
/*190801 가로세로 버전시 안정적 맞춤menu 버튼 위치설정*/
@media all and (min-width:799px) and (max-width:1199px){
	.menu_wrapper{margin: 50px auto;}
}


/* index - Image Style  _190813 : left 정렬로 수정*/
@media all and (max-width:1199px){
	.contents{width: 97%;border: 1px solid #d1d1d1;border-top:none;border-bottom: none;}
	.box{padding: 20px;}
	.index_wrapper{/* background-position-x: 60%; */}
}
@media all and (max-width:939px){
	/* .index_bg{width: 760px;}
	.index_btn01, .index_btn03{margin-left:110px;}
	.index_btn02, .index_btn04{margin-right:110px;}
	.index_bg .maxwidth{max-width:96%;} */

	.index_wrapper{/* background-position-x: 55%; */}
	/* .index_bg{padding: 250px 0;}
	.index_box{width: unset;} */
}



/* 전년도입시결과 Table : 190822 device별 세부 width 조절 (.cell5 의 고정너비 유지 및 thead와 tbody 간의 column 일치) */
/* @media all and (max-width:1199px){
	.cell1{width:22%;}
	.cell2{width:6%;}
	.cell3{width:6%;}
	.cell8{width:6%;}
	.cell4{width:6%;}
	.cell9{width:6%;}
	.cell5{width:415px;}
	.cell6{width:6%;}
	.cell7{width:7%;}
} */

/* @media all and (max-width:1099px){
	.cell1{width:22%;}
	.cell2{width:6%;}
	.cell3{width:5%;}
	.cell8{width:5%;}
	.cell4{width:5%;}
	.cell9{width:5%;}
	.cell5{width:415px;}
	.cell6{width:5%;}
	.cell7{width:5%;}
} */

/*tablet 세로보기 (768px)에서 고정너비 확보 불가능한 cell 영역 감춤*/
@media all and (max-width:939px){
	.table02 thead th.grap_th, .grap_th{display:none;}
	.cell5{display:none;}
	.cell15{display:none;}
	.grap02, .grap{display:none;}
	.guide{display:none;}
}


/*190628 IE 에서 배경그림이 비치는 문제 수정*/
/* .contents도 overflow:hidden;체크!! */
.menu_wrapper{overflow:hidden;}


/*190701 .graph_box3 그래프 넘치는 문제 수정*/
@media all and (max-width:939px){
	.graph_box3 div.graph{
		padding: 20px 0;
	}
}


/*190709 .table01 관심학과 3개 이상 시, tablet 세로보기 (768px)에서 2줄로 배열될 때 간격수정 */
@media all and (max-width:822px){
	select#ipsiunit3 {
		/* margin-top: 10px; */
	}
}


/*230710 .table01 관심학과 3개 이상 시, select3개 이상 input박스 4개 이상 (7개) 반응형 css */
.select:nth-child(n+6), .input02:nth-child(n+6) {
	margin-top: 10px;
}

@media all and (max-width:1080px){
	.select:nth-child(n+5), .input02:nth-child(n+5) {
		margin-top: 10px;
	}
}
@media all and (max-width:1000px){
	.search_btn02 {
		margin-top: 10px;
	}
}
@media all and (max-width:922px){
	.select:nth-child(n+4), .input02:nth-child(n+4) {
		margin-top: 10px;
	}
	.search_btn02 {
		margin-top: 10px;
	}
}
@media all and (max-width:780px){
	.select:nth-child(n+3), .input02:nth-child(n+3) {
		margin-top: 10px;
	}
}


/*190716 tablet 세로보기 (768px)에서 성적맞춤상담 진단선택버튼 넘치는 문제 수정*/
@media all and (max-width:939px){
	.depth_St {
		width:calc(100% + 10px);
	}
	.depth_St .type {
		letter-spacing: -1.5px;
	}
	.depth_wrapper .depth_St li {
		width: 20%;
	}
}


/*190802 tablet 700 미만 세로보기에서 index 무너지는 문제 수정*/
/* @media all and (max-width:699px){
	.index_bg {
		width:84%;
		padding:180px 2%;
		margin:0;
	}
	.index_btn01, .index_btn03 {
		margin-right: 2%;
		width:40%;
	}
	.index_btn02, .index_btn04 {
		margin-left: 2%;
		width:40%;
	}
	.index_btn01, .index_btn02 {
		padding: 20px 0;
	}
	.index_btn01 span, .index_btn02 span {
		margin-left: 10px;
	}
} */

/* 220718 index layout adjusted - Image Style */
@media (min-width: 1000px) and (max-width: 1399px){
	.index_box {padding: 60px 0;}
}
@media (min-width: 800px) and (max-width: 999px) and (orientation: landscape){
	.index_wrapper {min-height: 100%;margin-bottom: unset;}
	.index_box {padding: 40px 0;}
}
@media all and (max-width:799px){
	.index_wrapper {/* margin-bottom: -73px; */}
}
@media all and (max-height:767px){
	.index_wrapper {/* margin-bottom: 0px; */ /* 높이가 낮은 device 에서 화면 높이 확보 위해 footer 위치 내림 */}
	.index_box {/* padding: 0px 0; */}
}
@media all and (max-height:600px){
	.index_wrapper {height: auto;}
}
@media all and (max-width:699px){
	.index_bg {margin: auto;}
}
@media all and (max-width:560px){
	.index_bg {width: calc(100% - 20px);}
	.index_btn {margin: auto;}
	.index_btn01, .index_btn02 {padding: 20px 0;}
}


/*190801 가로세로 버전시 안정적 footer 위치 및 여백 구현*/
.susi_btn2_area{margin:0 auto 20px;}
.select_box02{margin:30px 0 10px;}
.table_wrap{margin-bottom:20px;}


/*190805 최초 최종 2단 등급표 방식*/
/*.table02 tbody tr {height: 34px;cursor:pointer;}*/
/*.table02 td.grap {padding: 5px 10px;}*/
.grap p {position: absolute;top: 0px;z-index: 2;line-height:1.4;}
.grap p.left {background: #3c6cb4;}
.grap p.right {background: #19a0db;}
.grap.second p.left {background: #bf032a;}
.grap.second p.right {background: #e8809c;}
.guide04 {position: absolute;top: -5px;margin-left: -6px;z-index: 99;}

/*정시그래프*/
.grap02 p {position: absolute;top: 0px;z-index: 2;line-height:1.4;}
.grap02 p.left {background: #3c6cb4;}
.grap02 p.right {background: #19a0db;}
.grap02.second p.left {background: #bf032a;}
.grap02.second p.right {background: #e8809c;}



/*190814 tablet 700 미만 세로보기에서 정보입력 Table 무너지는 문제 수정*/
@media all and (max-width:699px){
	.input01{max-width: 75%;}
	.select:nth-child(2), .input02:nth-child(2){/* margin-right:0px; */}
	.notice_btn div{margin-top:10px;}
	.notice_btn2 div{margin-top:10px;}
}

/*200508 명칭변경학과 구학과명 버튼추가*/
.depth_wrapper02 {
	width: 100%;
	font-size: 13px;
	background: #fcfcfc;
	display: inline-block;
	margin-top: 20px;
	padding: 4px 20px 4px;
	border: 1px solid #b2b3b6;
}
.depth_wrapper02 li {
	width: unset;
	float: left;
}
p.info {
	color: #d40d60;
	font-size: 13px;
	clear: both;
	padding-top: 2px;
}
p.info span {
	color: #d40d60;
	font-size: 13px;
	font-weight: 600;
	vertical-align: initial;
}

.type03 {
	height: 36px;
	line-height: 36px;
	background: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 2px;
	margin-right: 6px;
	margin-top: 5px;
	padding: 0 10px;
	border: 1px solid #6a6fb3;
}
.type03.typeOn, .type03:hover {
	background: #0058a6;
	color: #ffffff;
	font-weight: 700;
}

.table03 td span.oldsubj {
	display: inline-block;
}

/*191223  nav 스타일링 수정*/
nav ul li:hover {cursor: pointer;}
nav ul > li > a {width: 120px;height: 43px;}


/*200623 전형-학과 분리 및 간격 비율 수정*/
/* .cell1{width:10%;}
.cell10{width:20%;}
.cell2{width:4%;}
.cell3{width:4.5%;}
.cell8{width:4.5%;}
.cell4{width:4.5%;}
.cell9{width:4.5%;}
.cell5{width:415px;}
.cell6{width:5%;}
.cell7{width:6%;}

201123 정시 0-1000 점수제 : 전형-학과 분리 및 간격 비율 수정
.cell11{width:20%;}
.cell20{width:16%;}
.cell12{width:4%;}
.cell13{width:4.5%;}
.cell18{width:4.5%;}
.cell14{width:4.5%;}
.cell19{width:4.5%;}
.cell15{width:440px;}
.cell16{width:4.5%;}
.cell17{width:6%;}

.table02 th, .table02 td {padding: 5px 4px;font-size: 13px;}
.table02 thead .cell5, .table02 thead .cell15{padding:5px 0px;}	
	
@media all and (min-width:940px) and (max-width:1199px){
	.cell1{width:11%;}
	.cell10{width:17.5%;}
	.cell2{width:3.5%;}
	.cell3{width:4.5%;}
	.cell8{width:4.5%;}
	.cell4{width:4.5%;}
	.cell9{width:4.5%;}
	.cell5{width:415px;}
	.cell6{width:4.5%;}
	.cell7{width:4.5%;}
	
	.cell11{width:12%;}
	.cell20{width:12%;}
	.cell12{width:3.5%;}
	.cell13{width:5%;}
	.cell18{width:4.5%;}
	.cell14{width:5%;}
	.cell19{width:4.5%;}
	.cell15{width:440px;}
	.cell16{width:4.5%;}
	.cell17{width:4.5%;}

	.table02 th, .table02 td {padding: 5px 0px;}
}	
	
@media all and (max-width:939px){
	.cell1{width:10%;}
	.cell10{width:22%;}
	.cell2{width:4%;}
	.cell3{width:5%;}
	.cell8{width:5%;}
	.cell4{width:5%;}
	.cell9{width:5%;}
	.cell5{display:none;}
	.cell6{width:5%;}
	.cell7{width:5%;}
} */


/* 내신등급, 수능등급 */ /* 최저 추가 - 250415*/ /* 표준점수 400~1000 */
.cell1{width:20%;}
.cell2{width:7.5%;}
.cell3{width:7.4%;}
.cell4{width:7.4%;}
.cell8{width:7.2%;}
.cell9{width:7.2%;}
.cell5{width:415px;}
.cell6{width:7.5%;}
.cell7{width:8%;}

/* 표준점수, 수능백분위 */ /* 최저 추가 - 250415*/
.cell11{width:20%;}
.cell12{width:7.5%;}
.cell13{width:7%;}
.cell14{width:7%;}
.cell18{width:6.7%;}
.cell19{width:6.7%;}
.cell15{width:440px;}
.cell16{width:7.5%;}
.cell17{width:8%;}

/* 1~9 등급제 */
.table02 thead th.grap_th > ul {
	overflow: hidden;
	display: inline-block;
	text-align: center;
	width: 415px;
	padding: 0 5px;
}
.table02 thead th.grap_th > ul li {
	float: left;
	width: 45px;
}

/* 0~100 점수제 */
.table02 thead th.grap_th.cell15 > ul {
	overflow: hidden;
	display: inline-block;
	text-align: center;
	width: 440px;
	padding: 0 0px;
}
.table02 thead th.grap_th.cell15 > ul li {
	float: left;
	width: 40px;
}

/* 1~9 등급제 */
.table02 .grap02 {
	overflow: hidden;
	background: url(../images/bg_grap02.png) repeat 27px 0;
	width: 415px;
	padding: 5px 10px;
}
.grap02 div {
	position: relative;
	height: 17px;
	margin-left: 18px;
	width: 377px;
}

/* 0~100 점수제 */
.table02 .grap {
	overflow: hidden;
	background: url(../images/bg_grap01.png) repeat 20px 0;
	width: 440px;
	padding: 5px 10px;
}
.grap div {
	position: relative;
	height: 17px;
	margin-left: 11px;
	width: 409px;
}

/*.table02 th, .table02 td {padding: 5px 4px;font-size: 13px;}*/
.table02 thead .cell5, .table02 thead .cell15{padding:5px 0px;}
	
@media all and (min-width:940px) and (max-width:1199px){
	/* 내신등급, 수능등급 */ /* 최저 추가 - 221128*/ /* 표준점수 400~1000 */
	.cell1{width:21%;}
	.cell2{width:6.5%;}
	.cell3{width:6.5%;}
	.cell4{width:6.5%;}
	.cell8{width:6.5%;}
	.cell9{width:6.5%;}
	.cell5{width:415px;}
	.cell6{width:6%;}
	.cell7{width:7%;}

	/* 표준점수, 수능백분위 */ /* 최저 추가 - 221128*/
	.cell11{width:20%;}
	.cell12{width:6.5%;}
	.cell13{width:6.5%;}
	.cell14{width:6.5%;}
	.cell18{width:6.6%;}
	.cell19{width:6.6%;}
	.cell15{width:440px;}
	.cell16{width:6%;}
	.cell17{width:5%;}
	
	.table02 th, .table02 td {padding: 5px 0px;}
}	
	
@media all and (max-width:939px){
	.cell5{display:none;}
}


/*최초최종 진단선택기준 분리 200629*/
h4.sub_tlt.diagnose{display: inline-block;}
.standard {display: inline-block;margin-left: 5px;}
.standard input[type="radio"] {margin: 0 2px 0 5px;}


/* 정시 상담자 정보입력 th항목 너비 변경 211028 */
.table01 th{width: 170px;padding: 10px 15px 10px 20px;}
@media all and (max-width:639px){
	.table01 th {padding: 10px 0 10px 3px;}
}


/* 230609 Chrome Update - Overlay Error - Temporary Adjusted Css */
@media only screen and (min-width:1601px) {
	.table_box {
		overflow-y: scroll;
	}
	.table02 {
		width: calc(100% + 16px);
	}
}

/* 울산대 상담자정보입력 디자인 변경 css 240710 */
.block > span {
	display: inline-block;
	width: 15%;
	width: 80px;
}

.block p {
	display: inline-block;
	margin-left: 10px;
	width: 31%;
	width: 280px;
	/* float: right; */
}
@media (max-width: 922px) {
	.block p {
			margin-top: 10px;
	}
}

#scoreLayer04 {
	background: #ffffff;
	width: 22.5%;
	max-width: 92vw;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5000;
	border: none;
}

#absent {
	width: 84px;
}

/* QR 코드 생성 modalpop CSS 240404 */
div#qrcode {
	background: #ffffff;
	position: fixed;
	top: 25%;
	left: 60%;
	z-index: 1000;
}
div#qrcode img {
	padding: 20px;
	box-shadow: 0 0 15px 3px #aaa;
	border: 3px solid #7a63d8;
	border-radius: 10px;
}

/* 화면캡쳐 버튼 추가 CSS 240423 */
button.btn03 {
	color: #666;
	letter-spacing: -.5px;
}
button.screenshot {
	margin: 11px 4px 0 0;
	float: right;
}

/* 210429 표준점수-내신등급, 수능등급-백분위 tab메뉴 */
.score_type{font-size: 14px; height: 42px;line-height: 42px; background: #f1f1f1;text-align: center;display: inline-block;border-radius: 2px;padding: 0 10px; margin-right: 6px;}
.score_type.score_typeOn,.score_type:hover{background: #0c2a6e; color: #ffffff;}
.search_box input {display: inline-block !important;}
.table_wrap {display:none;}


/* 210429 진단선택 font, 학과 상세보기 과명 크기,영역 설정 */
.depth_St.abc li:not(:first-child) .type {letter-spacing: -1.5px;font-size: 13px;}
.table03 td.tlt {width: 47%;}
.table03 td.tlt b {font-size: 18px;color: #fff;}

@media (min-width: 1000px) and (max-width: 1199px){
	.table03 td.tlt {width: unset;}
}
@media all and (min-width: 900px) and (max-width: 999px){
	.table03 td.tlt {/* width: 47%; */}
}
@media all and (min-width: 640px) and (max-width: 899px){
	.table03 td.tlt {width: 260px;}
}

@media all and (max-width: 1199px){
	.depth_St.abc li:not(:first-child) .type {letter-spacing: -2px;font-size: 12px;}
}
@media all and (min-width: 640px) and (max-width: 900px) {
	.depth_St.abc li:not(:first-child) .type {letter-spacing: -1.5px;font-size: 13px;}
}


/* index css 수정 250418 */
.index_btn01, .index_btn02 {width: 240px;height: 220px;padding: 50px 20px;font-size: 3rem;}
.index_btn01 {background: #0058a699;}
.index_btn01:hover {background: #0058a6;}
.index_btn02 {background: #f3ad15b3;}
.index_btn02:hover {background: #f3ad15;}
.index_btn01 span, .index_btn02 span {float: unset;margin: auto;width: 40px;background-size: 40px;}
.index_btn01 i, .index_btn02 i {display: none;}
footer {background: #0000008c;}
footer p {color: #ccc;}

/* 학교요청 css 수정 250421 */
nav ul li:first-child {background: #4a4a4a;background: #6d6d6d;}
.pdf_btn_box .btn04 {/* background: #a67c00; */}
.table01 {font-size: 1.5rem;}
.blue {color: #d55a5a;}
.purple {color: #940094;}
.list_left li {float: left;min-width: 190px;}
.search_btn02 {background: #a67c00;}
.search_btn02:hover {background: #a67c00;opacity: 0.8;}


/*190719 오시는길 - 지도삽입영역*/
.map_area {width:100%; height:350px; margin:20px 0; background-color: #f1f1f1;}

/*231205 오시는길 - 교통안내도삽입영역*/
.direction_area img {box-shadow: 0px 0px 4px #d1e3ee;}


/*200622 : multi maps with tabs*/
ul.tabs {margin: 0px;margin-top: 20px;padding: 0px;list-style: none;}
ul.tabs li {background: none;display: inline-block;border-radius: 7px 7px 0 0;padding: 8px 14px;color: #222;font-size: 1.8rem;border: 2px solid #0058a6;margin-bottom: -2px;cursor: pointer;}
li.tab-link:last-child {/* margin-left: -3px; */}
li.tab-link:hover {background: #f7f7f7;}
ul.tabs li.current {background: #0058a6;color: #fff;font-weight: bold;cursor: unset;}

/* display CSS 수정 250418 */
ul.tabs {display: flex;}
@media all and (max-width: 640px) {
	ul.tabs {margin-top: 10px;}
	ul.tabs li {padding: 8px 0px;font-size: 16px;width: 33%;text-align: center;}
}

.tab-cont-wrap {}
.tab-content {width: 100%;background: #fcfcfc;padding: 15px;border: 1px solid #ededed;border-top: 2px solid #0058a6;}
.tab-content .map_area {margin: 0 0 20px;}

.traffic_info a span {margin-left: 15px;color: #fff;background: #5596ff;border-radius: 3px;padding: 3px 6px 5px;margin-right: 10px;vertical-align: initial;}
.traffic_info a:hover span {background: #0058a6;}


/* 성적입력 popup 디자인 추가 CSS 250428 */
.info_wrap {padding: 3px 20px;}
.info_table {border-top: 2px solid #666666;width: 100%;background: #fff;}
.info_table tr {height: 26px;}
.info_table th, .info_table td {font-size: 1.3rem;}
.info_table th:last-child, .info_table td:last-child {/* border-right: 0; */}
.info_table th:first-child, .info_table td:first-child {border-left: 1px solid #d1d1d1;}

.btn07 {border-radius: 3px;text-align: center;padding: 2px 10px 6px;font-size: 1.4rem;font-weight: 700;display: inline-block;color: #ffffff;background: #a67c00;}
.btn05, .btn06, .btn07 {font-weight: 500;}
.btn05:hover, .btn06:hover, .btn07:hover {opacity: 0.8;}


.table01 th {width: 195px;}
.search_btn04 {height: 42px;line-height: 42px;background: #a67c00;color: #ffffff;text-align: center;display: inline-block;border-radius: 2px;width: 160px;}
.search_btn04:hover {background: #b79532;}


/* 250512 deu 400~1000 점수제 */
.table02 {/* margin-top: 13px; */}
.table02 thead th.grap_th02.cell5 > ul {width: 415px;padding: 0 50px;}
/* .table02 thead th.grap_th02.cell5 > ul li {float: left;width: 45px;} */
td.grap.grap03 {background: url(../images/bg_grap07.png) repeat-y 0 0;}
td.grap.grap03 div {width: 287px;margin-left: 62px;margin-right: 46px;}

th#col_chk {background: #dcdcdc;}
.yearText {font-size: 0.85em;}


/* 입시결과 select 레이아웃 css 250513 */
.guide dd, .guide dt {padding-top: 0;}
.guide02, .guide {margin: 0px 0 10px;}
.select_box02 {margin: 30px 0 20px;}


/* 배경이미지 어둠막 깔기 css 250516 */
.bg_layer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #0000006e;
	background-color: #00000000; /* 어둠막 투명화 */
	/* background: radial-gradient(#00000026, #00000040, #0000006e); */
}
.index_box {
	position: absolute;
	top: 62px; /* header height */
	left: 50%;
	transform: translateX(-50%);
}


/* 자가진단 팝업 css 250508 */
#diagnLayer {background: #fff;width: 52.5%;max-width: 92vw;position: fixed;top: 50%;left: 50%;z-index: 5000;border: none;}

.diagn-step {display: none;}
.diagn-step.current {display: block;}

.diagn-step h5 {width: 100%;border-bottom: 2px solid #999;margin: 15px 0;}
.diagn-step h5 span {display: block;width: 110px;text-align: center;padding: 4px 0px 3px;background: #555;color: #fff;font-size: 1.5rem;font-weight: normal;}
.diagn-step p {line-height: normal;padding: 4px 0 4px;}
.diagn-step .info_table {margin-bottom: 10px;}
.diagn-step .table02 th {padding: 10px 10px;background: #f1f1f1;}
.diagn-step .list_left {display: flex;padding: 10px 20px;background: #eef7ff;font-size: 1.3rem;border-radius: 7PX;}
.diagn-step .list_left li {width: 20%;min-width: unset;}
.diagn-step .list_left li input {width: 16px;height: 16px;vertical-align: -3px;}

.btn_wrap {margin: 30px auto 0;text-align: center;color: #fff;}
.btn_wrap span {color: #aaa;font-size: smaller;font-weight: 700;}
.btn08, .btn09, .btn10 {display: inline-block;height: 29px;line-height: 29px;padding: 0 10px;background: #555;color: #ffffff;font-size: 1.4rem;font-size: 1.3rem;}
.btn09 {background: #000;}
.btn10 {background: #0058a6;}
.btn08:hover, .btn09:hover, .btn10:hover {opacity: 0.8;}

/* 개인정보 css 240508 */
.policy_btn2 div{background: #ffb619;height: 30px;border-radius: 50%;color: #ffffff;width: 30px;text-align: center;line-height: 28px;display: inline-block;font-size: 18px;margin-left: 6px;}
.policy_btn2 div:hover{opacity:0.8;}

.policyLayer_cont pre {width: 100%;border: 1px solid #d1d1d1;padding: 10px;box-sizing: border-box;text-align: left;font-size: 14px;line-height: 42px;word-wrap: break-word;white-space: pre-wrap;word-break: break-all;}


/* 상담유형 선택 : menu버튼 3개짜리_250528*/
.menu_wrapper {width: 760px; margin: 150px auto;}
.menu_wrapper .menu01 {background: #0058a6;margin: 20px 0 0 0;}
.menu_wrapper .menu02 {background: #ffb619;margin: 20px 0 0 20px;}
.menu_wrapper .menu03 {background: #5596ff;margin: 20px 0 0 20px;}
.menu_wrapper .menu04 {background: #25838e;margin: 20px 0 0 20px;display:none;}


/*190716 tablet 세로보기 (768px)에서 3개짜리 맞춤menu시 너비 수정*/
@media all and (min-width:1000px) and (max-width:1199px){
	.menu_wrapper {margin: 100px auto;}
}

@media all and (max-width:939px){
	.menu_wrapper {width:98%;}
	.menu_wrapper .menu01, .menu_wrapper .menu02, .menu_wrapper .menu03, .menu_wrapper .menu04 {width:31.4%;}
}

@media all and (max-width:699px){
	.menu_wrapper {width:60%;margin: 20px auto;}
	.menu_wrapper .menu01, .menu_wrapper .menu02, .menu_wrapper .menu03, .menu_wrapper .menu04 {width: 100%;margin: 10px auto;}
}


/* 전형일정 버튼 색상 qusrud_250528 */
.pdf_btn_box .btn03 {background: #ffb619;color: #fff;}
.pdf_btn_box .btn03:hover {filter: saturate(0.9);}


div.contents div.box a.unithome_btn {background-image: none;text-indent: 0;padding: 8px 15px;line-height: 18px;}


/* 학과 맞춤 상담_250528 */
.select_box ul li a{line-height: normal;line-height: 1.25;}
.select_box ul li a span {line-height: 1;vertical-align: text-bottom;}


/* 상담자 정보입력 팝업창 css 추가 250611 */
.btnDiv02 {line-height: 30px;margin-bottom: 5px;}


/* 화면캡쳐 버튼 추가 CSS 250618 */
button.screenshot {background: #ffb619;color: #fff;}
button.screenshot:hover {filter: saturate(0.9);}

/* 동의대_개인정보 수집 동의 250618 */
.policyLayer_cont h3 {color: #0066cc;font-size: 23px;font-weight: bold;border-left: 6px solid #0066cc;padding-left: 12px;margin-bottom: 16px;}
.policyLayer_cont p {margin-bottom: 18px;font-size: 16px;}

ol {counter-reset: item;padding-left: 0;margin: 0;}
ol li {list-style: none;margin-bottom: 16px;padding-left: 34px;position: relative;font-size: 16px;color: #333;line-height: 1.7;}
ol li:before {counter-increment: item;content: counter(item) ".";position: absolute;left: 0;top: 0;font-weight: bold;color: #004b9b;font-size: 17px;}
.title {font-weight: bold;color: #222;margin-bottom: 0px;}


/* 입시결과 table 마우스오버 css 250630 */
tr.moveDetail:hover {
	background-color: #e3f2ff;
	background-color: #74beff33;
	background-color: rgba(116, 190, 255, 0.2);
}
tr.moveDetail:hover th {
	background-color: #74beff33;
	background-color: rgba(116, 190, 255, 0.2);
}
tr.moveDetail:hover td.grap02 {
	position: relative;
}
tr.moveDetail:hover td.grap02::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #74beff33;
	background-color: rgba(116, 190, 255, 0.2); 
	/* z-index: 1; */
}
tr.moveDetail:hover td.grap03 {
	position: relative;
}
tr.moveDetail:hover td.grap03::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #74beff33;
	background-color: rgba(116, 190, 255, 0.2); 
	/* z-index: 1; */
}
