@charset "utf-8";
/* CSS Document */
/*  fonts  */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/*  Reset CSS  */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol,
dl {
	list-style: none;
}

img,
video {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

input,
select {
	vertical-align: middle;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea {
	-webkit-appearance: none;
}

label {
	cursor: pointer;
}

.blind,
legend,
caption {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -1000em;
}

i,
em,
address {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #666;
	/* cursor: pointer; */
	vertical-align: middle;
}

table {
	word-wrap: break-word;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
}

table th{
	background:#f1f1f1;
	padding: 5px;
}

table th, table td{
	border:1px solid #dedede;
	vertical-align: middle;
	padding: 3px;
}

.table01 {
	width: 100%;
	border:1px solid #acacac;
	text-align: center;
	margin: 15px 0;
}
.table01 th, .table01 td {
	border:1px solid #dedede;
	vertical-align: middle;
	padding: 3px;
}
.table01 th {
	background:#f1f1f1;
	padding: 5px;
}


/* 전체 */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;

	font-size: 62.5%; /* 폰트사이즈 */
	/* 1.0rem ≒ 10px */
}
body {
	height: 100%;
	width: 100%;

	font-weight: normal;
	line-height: 1.2;
}

.wrapper {
	width: 100%;
	height: 100%;
}


/* 폰트스타일 */
* {
	font-family: 'Malgun Gothic', nanumgothic, sans-serif, Dotum, arial;
	color: #74736e;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -.5px;
}

header h1 {font-size: 3.5rem;}
h2 {font-size: 3.0rem;}
h3 {font-size: 2.6rem;}
h4 {font-size: 2.0rem;}
h5 {font-size: 1.6rem;}
h6 {font-size: 1.2rem;}
p {font-size: 1.4rem;font-weight: 300;line-height: 1.8;}



/* admin adjust style CSS 240513 */
.page_info span {
	display: inline-block;
	line-height: 12px;
}

form:has(.index_wrapper) {
	height: auto !important;
}
.popup:has(.index_wrapper) {
	padding: 0;
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	font-weight: normal;
	line-height: 1.2;
}



/* == common == */

/* header */
header {
	background: #ffffff;
	/* border-bottom: 1px solid #b2b3b6; */
	box-shadow: 0px 1px 0px #b2b3b6;
	padding: 10px 10px;
	width: 100%;
	display: inline-block;
}

header .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	border: 0;
	height: 40px;
	position: unset;
}
header h1 {
	display: inline-flex;
	font-size: 0;
	width: auto;
	height: 40px;
	float: left;
}
header h1 a {
	height: 100%;
	display: block;
}
header .header h1 a img {
	height: 100%;
	width: auto;
}

header .top_btn {
	background: url(../img/top_btn_icon.png)no-repeat 10px 8px #0950a0;
	padding: 5px 10px;
	display: block;
	float: right;
	color: #ffffff;
	font-size: 1.2rem;
	text-indent: 19px;
	border-radius: 2px;
	height: 26px;
	margin: 0;
	margin-left: 5px;
	line-height: normal;
}
header .top_btn:hover {
	color: #a0eeff;
}
header .top_btn span {
	color: inherit;
	vertical-align: baseline;
}


/* footer */
footer {
	background: #00000080;
	width: 100%;
	padding: 14px 0 13px;
	text-align: center;
	position: absolute;
	bottom: 0;
	height: auto;
}

footer p {
	color: #ffffff;
	line-height: 150%;
	font-size: 1.1rem
}


.bg0 {background: #ffffff;}
.bg1 {background: #0950a0;}
.bg2 {background: rgba(255, 255, 255, 0.8);}
.bg9 {background: #000000;}
.color0 {color:#ffffff;}
.color1 {color:#0950a0;}
.color9 {color:#000000;}



/* === intro page center align script - 공통 사항 230323 === */

/* index - intro Page  */
form#reg_form {
	height: 100%;
}

.index_wrapper {
	background: #e9f5ff url(../img/main_bg.jpg) no-repeat;
	width: 100%;
	height: calc(100vh - 120px); /* <footer> 사용시, (header + footer) 높이 제외한 전체 높이 */
	height: calc(100vh - 60px); /* <footer> 미사용시, header만 제외한 전체 높이 */
	background-size: cover;
	background-position: 50% 50%; /* 배경이미지따라 위치 수정 */
}

.index_box {
	height: 100%; /* .index_box 높이가 100% 되도록, script 로 reload/resize 마다 디바이스 따라 .info 높이를 산정 */
	width: fit-content;
	/* max-width: 1016px; */ /* .info 의 width값이 Editor 와 동일한 690px 가 되도록 최대 너비값 산정하여 기입!! */
	margin: 0 auto;
	text-align: center; /* portrait 에서 .btn_box 중앙정렬 */
	/* padding-top: 10vh; */ /* 상하 여백 */
}


/* script 와 함께 reload/resize 마다 .index_box 가 fadeIn 하게 하는 css */
.index_box {
	opacity: 0;
	-webkit-opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.index_box.on {
	opacity: 1;
	-webkit-opacity: 1;
}


/* 공지사항 - 안내사항 */
.info {
	width: calc(100% - 20px - 264px); /* 마진과 .btn_box 너비 뺸 값 */
	max-width: 732px; /* .info 의 width값이 Editor 와 동일한 690px 가 되도록 최대 너비값 산정하여 기입!! 690 + pd40 +bd2 */
	margin-right: 20px; /* 가로모드시 버튼과의 간격 폭 */ /* 세로모드시 무시됨 */
	height: calc(100% - 10vh) ; /* landscape 에서는 .btn_box 높이 안 뺌 */
	float: left;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.95);
	background: #fff;
	padding: 20px;
	font-size: 1.4rem;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.4);
	filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
}
/* 에디터 작성내용 제공 영역 */
.notice {
	overflow: auto;
	height: calc(100% - 56px);
}


/* 매뉴얼 다운로드 영역 */
.info_top {
	border-bottom: 2px solid #0055a2;
	margin-bottom: 10px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info h3 {
	color: #0950a0;
	border-bottom: 2px solid #0950a0;
	padding-bottom: 3px;
	display: inline-block;
	border-bottom: 0;
	word-break: keep-all;
}
.info_top_box {
}
.info_top a, .pdf_btn {
	background: #dedede;
	padding: 9px 15px 11px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4rem;
	margin: 4px 2px 6px;
	display: inline-block;
	float: right;
}
.info_top a:hover, .pdf_btn:hover  {
	background: #22639b;
	color: #ffffff;
}
.info_top a span {
	color: inherit;
	vertical-align: baseline;
	line-height: 1.4rem;
}


/* 버튼 영역 */
.btn_box {
	float: right;
	height: fit-content;
	/* max-height: 76vh; */
}

.index_btn01 {
	background: #034e8d;
	color: #fff;
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	padding: 30px 40px;
}
.index_btn01 span {
	background: url(../img/main_btn_icon01.png)no-repeat;
	width: 25px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}

.index_btn02 {
	background: #097926;
	color: #fff;
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	padding: 30px 40px;
}
.index_btn02 span {
	background: url(../img/main_btn_icon02.png)no-repeat;
	width: 25px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}


/* 200702 디자인 수정 : 추가버튼 .index_btn01 색상수정 */
/* 버튼 간의 간격, 그림자 */
.btn_box > div {
	margin-top: 16px;
}
.btn_box > div:first-child {
	margin-top: 0px;
}
.btn_box > div a {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.4);
	filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
}

/* 첫버튼과 마지막 버튼의 디자인 수정 : border-radius */
.btn_box div:first-child a {
	border-radius: 5px 5px 0px 0px;
}
.btn_box div:last-child a {
	border-radius: 0px 0px 5px 5px;
}

/* 추가버튼 .index_btn01 색상변경 */
.btn_box > div:nth-child(1) a {
	background: #034e8d;
	color: #fff;
}
.btn_box > div:nth-child(2) a {
	background: #097926;
	color: #fff;
}
.btn_box > div:nth-child(3) a {
	background: #9f6100;
	color: #fff;
}
.btn_box > div:nth-child(4) a {
	background: #850000;
	color: #fff;
}
.btn_box > div:nth-child(5) a {
	background: #3f0085;
	color: #fff;
}
.btn_box > div:nth-child(6) a {
	background: #e09e0c;
	color: #fff;
}
.btn_box > div:nth-child(7) a {
	background: #0fb31b;
	color: #fff;
}
.btn_box > div:nth-child(8) a {
	background: #820ca0;
	color: #fff;
}

/* 모든 버튼 :hover */
.btn_box div .index_btn01:hover, .btn_box div .index_btn02:hover {
	background: #be2623;
	color: #fff;
}


/* === 추가 버튼 디자인 변경 사항 === */
/* 조회하기 버튼과 실시간상담 버튼의 색상 */
.btn_box > div.mainsearch a {
	background: #850000;
}
.btn_box > div.realtime a {
	background: #d97f11;
}

/* 조회하기 버튼과 실시간상담 버튼의 아이콘 */
.mainsearch span {
	background: url(../img/search.png)no-repeat;
	width: 25px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
}
.realtime span {
	background: url(../img/consult.png)no-repeat;
	width: 25px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
}


/* 한줄에 2개 버튼 - 디자인 추가 */
.guide .index_btn01 {
	font-size: 20px;
	letter-spacing: -2px;
}
.guide .index_btn01 span {
	display: none;
}


/* 경기도 교육청 - 대면상담 예약 버튼 - 한 줄에 2개 버튼 */
.btn_box > div.interview {
	display: flex;
	justify-content: space-between;
}
.btn_box > div.interview a {
	padding: 10px 23px 7px;
	line-height: 28px;
}
.btn_box > div.interview a:last-child {
	background: #620000;
}
.btn_box > div.interview a:last-child:hover {
	background: #be2623;
	color: #fff;
}
.btn_box > div.interview a span:first-child {
	display: none;
}
.btn_box > div.interview a span {
	display: contents;
	color: #fff;
	font-weight: normal;
	font-size: 2.4rem;
	font-size: 0.84em;
}

/* 대면상담 예약 버튼 - 색상 변경 */
.btn_box > div.interview a {
	background: #626262;
}
.btn_box > div.interview a:last-child {
	background: #525252;
}

/* 컨설팅 요청 버튼 - 색상 변경 */
.btn_box > div.consulting a {
	/* background: #e0950c; */
}
.btn_box > div:nth-child(4) a {
	background: #e0950c;
}



/* +++++++++++++++++++++++++++++++++++ */
/* ==== intro page redesign - 공통 수정사항 230222 ==== */

/* INFO - Editor Area Reset 230302 */
/* 에디터 초기설정값 동일화 조건 1 - font */
.notice {
	color: #000000;
}
.notice * {
	font-family: dotum;
	font-size: 9pt;
	font-weight: normal;
	/* font-weight: bold; */
	color: unset;
	line-height: 1.5;
	letter-spacing: initial;
	vertical-align: initial;

	word-wrap: break-word;
	word-break: break-all;
	box-sizing: border-box;
}
.notice span {
	font-size: inherit;
	font-weight: inherit;
}
.notice b {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
}
.notice u {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* 밑줄색상 검정색 유지 요청 시 _ 230320 */
.notice u {
	/* text-decoration-color: #000000 !important; */
}


/* 에디터 초기설정값 동일화 조건 2 - table */
.notice table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0px 0px;
}
.notice table[cellspacing="1"] {
	border-collapse: separate;
	border-spacing: 1px;
	border-width: 0px;
}
.notice table th {
	background: #f3f3f3;
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 3px 4px 2px;
	font-weight: bold;
}
.notice table td {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-width: 0px;
	vertical-align: middle;
	padding: unset;
	text-align: left;
}
.notice table[cellspacing="1"] td p {
	font-weight: normal;
}


/* scroll style _ 230316 */
.notice::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}
.notice::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	/* background-color: #f5f5f5; */
}
.notice::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
	border-radius: 10px;
	background-color: #bbccdd;
}



/* ++++++++  Intro Page Layout  ++++++++ */
/* Type 1 - widthout Footer : <footer> 미사용 시 */
/* .index_wrapper의 height 에서 header 높이만 빼 줌 */
.index_wrapper {
	/* height: calc(100vh - 60px); */
}
footer {
	/* display: none; */
}

/* Type 2 - width Footer : <footer> 사용 시 */
/* .index_wrapper의 height 에서 footer 높이까지 빼 줌 */
/* 또는 <footer> 에 position: unset; 속성 부여해 줌 */
.index_wrapper {
	/* height: calc(100vh - 60px - 60px); */
}
footer {
	/* position: unset; */
	/* display: block; */
}




/* +++++++++++++++++++++++++++++++++++ */
/* 경기도 교육청 상담예약페이지 intro 추가 css 230302 */
/* .index_wrapper {
	background: url(../img/main_bg3.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 75%;
}
.info {
	width: calc(100% - 10vh);
}
.index_btn01, .index_btn02 {
	padding: 20px 30px;
	cursor: pointer;
} */


/* 경기도 교육청 footer사용 요청시 => 추가 css 230331 */
/* 디바이스 높이에서 (header + footer) 높이만큼 빼 준 영역 높이 값으로 변경 !! */
.index_wrapper {
	/* height: calc(100vh - 62px - 79px); */
}


/* 대면상담 예약 버튼 - hover 기능 약화 */
/* ** 링크 연결 기간에는 (다음 3항목) 주석처리 요망!! ** */
.btn_box > div.interview a {
	/* pointer-events: none; */
}
.btn_box > div.interview a:hover {
	/* background: #626262; */
}
.btn_box > div.interview a:last-child:hover {
	/* background: #525252; */
}




/* +++++++++++++++++++++++++++++++++++ */
/* === intro page center align script - 공통 수정사항 230323 == */

:root {
	--btn-width: 230px;
	--bg-main: url(../../resources/img/main_bg.jpg);
}

/* 상담예약페이지 intro 반응형 css 수정 230510 */

.index_wrapper {
	background: url(../img/main_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.index_box {
	width: auto;
	min-width: auto;
	max-width: fit-content;
	max-width: 940px;
	/* min-width: fit-content; */
}
.info {
	width: 732px;
	margin-right: 20px;
	max-width: 732px;
	width: calc(100% - var(--btn-width) - 20px);
}
.index_btn01, .index_btn02 {
	padding: 20px 10px;
	cursor: pointer;
	width: var(--btn-width);
}



/* 위저드 작성페이지 추가 CSS 240513 */
.index_wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #754c24;
	opacity: 10%;
}
.index_wrapper:before {
	display: none;
}

.index_wrapper {
	background-image: var(--bg-main);
}
.index_box {
	max-width: calc(624px + 62px + var(--btn-width));
}


/* Editor Area CSS */
.index_wrapper .notice {
	border: 0;
}
/* editor word-break 단어 단위로 수정 */
.notice * {
	/* word-break: unset; */
}
.notice img {
	max-width:100%;
} 
.notice::-webkit-scrollbar-thumb:hover {
	background-color: #99bbdd;
}

.btn_box {
	width: auto;
}




/* +++++++++++++++++++++++++++++++++++ */
/* === intro page center align script - 공통 수정사항 230323 == */

/* 상담예약페이지 intro 반응형 css 수정 230330 */

footer p br.dp {
	display: none;
}
@media (max-width: 414px) {
	footer p br.dp {
		display: block;
	}
}


@media (max-width: 1024px) {
	.index_wrapper {
		/* height: calc(100vh - 60px); */
	}
	.index_box {
		width: calc(100% - 40px);
	}
	footer {
		position: unset;
	}
}

@media (min-width: 800px) {
	.index_wrapper {
		background: url(../img/main_bg.jpg) no-repeat;    
		background-size: cover;
		background-position: 50% 50%;
		/* height: calc(100vh - 62px - 79px); */ /* footer 사용시!! */
	}
}

@media (max-width: 750px) {
	header h1 {
		height: 31px;
	}
	.index_wrapper {
		height: calc(100% - 51px);
		/* background: linear-gradient(0deg, #ccc, #fff, #ccc);
		background: radial-gradient(#ccc, #fff, #ccc); */
	}

	.info {
		width: calc(80% - 10px);
		height: calc(100% - 6vh); /* landscape 에서는 .btn_box 높이 안 뺌 */
		padding: 10px 15px;
		margin-right: 0;
	}
	.info h3 {
		font-size: 2.4rem;
		line-height: 1.2;
	}
	.info_top a, .pdf_btn {
		padding: 5px 10px 5px;
	}

	.notice {
		height: calc(100% - 46px);
	}
	
	.btn_box div a.index_btn01 {
		width: 100%;
		height: auto;
		padding: 12px 5px;
		font-size: 2.0rem;
		border-radius: 5px;
	}
	.btn_box > div.interview a {
		width: calc(50% - 4px);
		padding: 6px 0px;
		line-height: 1.2;
	}

	.index_btn01 span {
		background-size: 80%;
		display: none;
	}
}

@media (max-width: 660px) {
	.info_top a, .pdf_btn {
		padding: 5px 12px 5px;
	}

	.btn_box {
		width: 100%;
		max-width: 400px;
	}	
	.btn_box div a.index_btn01 {
		width: 100%;
		padding: 5px 20px;
	}
	.btn_box > div.interview a {
		width: calc(50% - 4px);
		padding: 10px 9px 7px;
		line-height: 1.2;
	}
	.btn_box > div:nth-child(2) a {
		/* letter-spacing: -2px; */ /* 버튼명이 긴 경우, 간격 좁힘 */
	}

	.index_btn01 span {
		display: none;
	}
}

@media (max-width:567px) {
	.btn_box > div {
		margin: 10px 0 0;
		width: 100%;
		display: inline-block;
	}
}


@media (max-width: 1080px) and (orientation: portrait) {
	.info {
		width: 100%;
		height: calc(100% - 300px - 4vh); /* portrait 에서는 .btn_box의 높이와 pdTop값 만큼 빼준다 */ /* .btn_box 높이는 스크립트로 처리 */
		max-width: 732px;
		margin: auto;
		float: unset;
	}
	.btn_box {
		float: unset;
		display: inline-block;
	}
}


@media (max-width: 900px) and (orientation: portrait) {
	.info_top_box a {
		padding: 9px 10px 11px;
	}
}

@media (max-width: 820px) and (orientation: portrait) {
	.index_wrapper {
		/* background: linear-gradient(0deg, #ccc, #fff, #ccc);
		background: radial-gradient(#ccc, #fff, #ccc); */
	}
	.index_box {
	}
	.info {
	}
	.notice {
		height: calc(100% - 56px);
	}
	.btn_box {
	}
}

@media (min-width: 481px) and (max-width: 660px) and (orientation: portrait) {
	.info {
		/* height: calc(100% - 158px - 8vh); */
	}
	.btn_box {

	}
	.btn_box div a.index_btn01 {
		padding: 8px 20px;
		font-size: 2.2rem;
	}
	.btn_box > div:nth-child(2) a {
		letter-spacing: -0.5px; /* 긴 text 버튼 */
	}
	.index_btn01 span {
		background-size: auto;
		display: inline-block;
	}
}

@media (max-width: 480px) and (orientation: portrait) {
	.index_box {
	}
	.info {
		padding: 10px 10px;
		/* height: calc(100% - 90px - 4vh); */
	}
	.btn_box {
	}
}


@media (min-width: 600px) and (max-width: 900px) and (orientation: landscape) {
	.index_wrapper {
		height: calc(100% - 60px);
		/* background: linear-gradient(0deg, #ccc, #fff, #ccc);
		background: radial-gradient(#ccc, #fff, #ccc); */
	}
	.index_box {
		/* padding-top: 3vh; */
	}
	.info {
		width: calc(70% - 10px); /* 무료원서접수 버튼 길이 따라 */
		height: calc(100% - 6vh); /* landscape 에서는 .btn_box 높이 안 뺌 */
		padding: 10px 10px;
		margin-right: 10px;
	}

	.btn_box {
		width: 30%; /* 무료원서접수 버튼 길이 따라 */
	}
	.btn_box > div {
		margin-top: 9px;
	}
	.btn_box div a.index_btn01 {
		width: 100%;
		height: auto;
		padding: 16px 5px;
		font-size: 2.0rem;
		border-radius: 5px;
	}
	.btn_box > div.interview a {
		width: calc(50% - 4px);
		padding: 6px 1px;
		line-height: 1.2;
	}
	.index_btn01 span {
		background-size: 90%;
	}
}

@media (min-width: 641px) and (max-width: 750px) and (orientation: landscape) {
	.index_wrapper {
		height: calc(100% - 51px);
		/* background: linear-gradient(0deg, #ccc, #fff, #ccc);
		background: radial-gradient(#ccc, #fff, #ccc); */
		overflow: auto;
		min-height: min-content;
	}
	.info {
		/* padding: 10px 15px; */
	}
	.info_top_box a {
		padding: 5px 6px 5px;
		font-size: 1.2rem;
	}
	.btn_box div a.index_btn01 {
		font-size: 1.8rem;
	}
}

@media (min-width: 641px) and (max-width: 659px) and (orientation: landscape) {
	.info_top_box a {
		padding: 5px 2px 5px;
	}
}

@media (min-width: 560px) and (max-width: 640px) and (orientation: landscape) {
	.index_wrapper {
		height: calc(100% - 51px);
		/* background: linear-gradient(0deg, #ccc, #fff, #ccc);
		background: radial-gradient(#ccc, #fff, #ccc); */
		overflow: auto;
		min-height: min-content;
	}
	.index_box {
		/* padding-top: 3vh; */
	}
	.info {
		width: 100%;
		max-width: unset;
		/* height: calc(100% - 3vh); */ /* landscape 에서는 .btn_box 높이 안 뺌 */
		padding: 10px 15px;
	}
	.btn_box {
		float: none;
		clear: both;
		display: inline-block;
		/* padding: 3vh 0; */
		width: 100%;
	}
}


@media (max-width: 480px) {
	header .top_btn {
		background-image: none !important;
		padding: 5px 5px;
		text-indent: 0;
	}

	.info_top_box a {
		padding: 5px 6px 5px;
		font-size: 1.2rem;
	}
	.info_top_box a span {
		display: none;
	}
	.notice {
		height: calc(100% - 46px);
	}
}

@media (max-width: 430px) {
	header .top_btn:nth-last-child(n+3) {
		display: none;
	}

	.info_top a.pdf_btn {
		padding: 5px 8px;
	}
	.info_top a.pdf_btn span {
		display: none;
	}
}

@media (max-width: 414px) {
	header .header {
		padding: 0 0px;
	}

	.index_box {
		width: calc(100% - 20px);
	}
	.info_top_box a span {
		display: none;
	}
}

@media (max-width: 320px) {
	header .top_btn span {
		display: none;
	}

	.info_top_box a {
		margin: 4px 0px 6px 4px;
		padding: 5px 6px 5px 4px;
		letter-spacing: -2px;
	}

	.btn_box div a.index_btn01 {
		font-size: 1.8rem;
	}
}

@media (max-width: 280px) {
	.info h3 {
		letter-spacing: -3px;
	}
	.info_top_box a {
		letter-spacing: -1.5px;
		padding: 5px 2px 5px;
		font-size: 1.1rem;
	}
	.btn_box > div.interview a {
		letter-spacing: -1.5px;
	}
}


@media (min-width: 421px) {
	.index_wrapper {
		background: url(../img/main_bg.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		min-height: min-content;
		overflow: auto;
	}
}


/* new layout css _ 230410 */
.index_box {
	/* width: fit-content; */
	/* max-width: unset; */
}
.info {
	/* width: calc(100% - 284px); */ /* 마진과 .btn_box 너비 뺸 값 */
	/* width: calc(100% - 20px - 264px); */
	/* max-width: 732px; */ /* .info 의 width값이 Editor 와 동일한 690px 가 되도록 최대 너비값 산정하여 기입!! 690 + pd40 +bd2 */
	/* margin-right: 20px; */ /* 가로모드시 버튼과의 간격 폭 */ /* 세로모드시 무시됨 */
}

/* BG screen */
header .header {
	/* position: sticky; */
	/* z-index: 1; */
}
.index_wrapper:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0, 0, 0, 0.2); */ /* 배경이미지 어둡게 하기 - screen */
}

/* page btn color */
header {
	position: sticky; /* 헤더는 screen 효과에서 제외하기 */
	z-index: 1;
}
body .bg1 {
	background: #004488;
	background: #002277;
	/* background: #ffffff; */
}
header .top_btn {
	background-color: rgba(255, 255, 255, 0.3);
}

.btn_box > div:nth-child(1) a {
	/* background: #0033aa; */
}
.btn_box > div:nth-child(2) a {
	background: #3377dd;
}
.btn_box > div:nth-child(3) a {
	background: #55aaee;
}
.btn_box > div a {
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.3);
}

/* page btn icon */
.manual span {
	background: url(../../resources/img/down.png) no-repeat;
}
.essaytest span {
	background: url(../../resources/img/writing.png) no-repeat;
}


/* 시스템 타이틀 */
.info {
	position: relative;
}
.info h2, .title {
	position: absolute;
	/* top: -84px; */
	top: max(-6vw, -16%);
	left: 0;
	right: 0;
	text-align: center;

	color: #fff;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 1px 20px #555;
}
.info h2 span {
	color: inherit;
}

/* 타이틀 폰트크기 및 위치 자동 조절 반응형 css */
@media (max-width:960px) {
	.info h2, .title {
		font-size: 3.6vw;
	}
}
@media (max-width:960px) and (orientation: portrait) {
	.info h2, .title {
		font-size: 5.3vw;
		top: max(-9vw, -20%);
		width: 150%;
	}
}
@media (max-width:820px) and (orientation: portrait) {
	.info h2, .title {
		width: auto;
	}
}
@media (min-width: 560px) and (max-width: 640px) and (orientation: landscape) {
	.info h2, .title {
		font-size: 5.3vw;
		top: max(-8vw, -20%);
	}
}
