@charset "utf-8";
@import url('common.css');

/* 게시판 검색영역 */
.searchBox {
	background-color: #fff;
	padding: 0px;
	float: right;
	position: relative;
	width: 410px;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden
}

.searchBox select {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
	border-right: none
}

.searchBox .btnSearch {
	width: 70px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #282828;
	text-align: center;
	color: #fff;
	line-height: 40px
}

.searchBox span {
	display: block;
	height: 40px;
	margin: 0 34px 0 90px
}

.searchBox input[type='text'] {
	width: 100%;
}

.searchBox:after {
	clear: both;
	content: '';
	display: block
}

/* 게시판 검색영역_모바일 */
@media screen and ( max-width: 699px ) {
	.searchBox {
		width: 100%
	}

	.searchBox .btnSearch {
		font-size: 0;
		background: url('/images/admission/btn/btn_search.png') no-repeat;
		width: 40px;
		height: 40px;
		background-size: 40px 40px
	}
}

/* 게시판 리스트 */
.listType {
	border-top: #dcdcdc solid 1px;
}

.listType > li {
	clear: both;
	border-bottom: #dcdcdc solid 1px;
	padding: 15px 20px;
	vertical-align: top;
	background: url('/images/admission/icon/icon_num.png') 20px center no-repeat;
}

.listType > li.on {
	background: url('/images/admission/icon/icon_notice.png') 20px center no-repeat;
}

.listType > li > a {
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	display: inline-block;
	margin: 5px 0 0 0px;
	vertical-align: top;
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listType > li > span {
	display: inline-block;
	width: 50px;
	text-align: center;
	margin: 10px 5px 0 0;
}

.listType.view > li:first-child > span {
	display: inline-block;
	width: 50px;
	text-align: center;
	margin: 10px 5px 0 0;
}

.listType.view > li > span {
	width: auto;
	display: inline
}

.listType > li:hover {
	background-color: #eef6f8
}

.listType > li.on > span {
	color: #fff
}

.listType > li > ul {
	float: right;
	margin-top: 5px;
	width: 330px
}

.listType > li ul > li {
	float: left;
	color: #888888;
	line-height: 24px;
	padding: 5px 10px 0 10px
}

.listType > li ul > li.file {
	padding: 5px 0 0px 15px;
	position: relative;
	float: right
}

.listType > li > ul:after {
	content: "";
	display: block;
	clear: both;
}

.listType.view > li > ul {
	width: 100%
}

.listType.faq > li > a {
	width: 60%
}

/* [s] 2017-06-28 */
.listType > li ul > li {
	float: left;
	color: #888888;
	line-height: 24px;
	padding: 5px 10px 0 10px;
	background: url('/images/admission/icon/tit_bar.png') 0 center no-repeat;
}

.listType > li ul > li:first-child, .listType > li ul > li:last-child { /* 얘는 추가되는 거에요. */
	background-image: none;
}

/* [e] 2017-06-28 */

/* 게시판 리스트_모바일 */
@media screen and ( max-width: 990px ) {
	.listType > li > a {
		width: 38%;
	}

	.listType.faq.type2 > li > a {
		width: 33%;
	}

	.listType.faq > li > a {
		width: 50%
	}
}

@media screen and ( max-width: 750px ) {
	.listType > li > a {
		width: 85% !important;
	}

	.listType > li {
		padding: 10px 10px;
		background-position: 10px center
	}

	.listType > li.on {
		background-position: 10px center
	}

	.listType > li > span {
		margin-top: 15px
	}

	.listType > li > a {
		line-height: 22px;
		margin: -35px 0 0 60px;
		position: relative
	}

	.listType.faq > li.q > a.fileDown {
		position: static !important;
		margin: 0
	}

	.listType > li > ul {
		float: none;
		margin: -37px 0 0 50px;
		width: auto
	}

	.listType > li ul > li.file {
		float: right;
		/*margin-top: -15px*/
	}
}

/* 게시판 뷰 */
.listType.view > li:first-child {
	background-image: none;
	font-size: 18px;
	padding: 15px 30px;
	color: #333333;
	background-color: #eef6f8;
}

.listType.view > li:first-child > span {
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: left;
	margin: 5px 0 0 0;
	box-sizing: border-box;
}

.listType.view > li:first-child > ul {
	float: none;
	margin-left: -10px
}

.listType.view > li:after {
	clear: both;
	content: '';
	display: block
}

.listType.view > li > ul {
	margin-top: 0
}

.listType.view > li.contBox {
	background: none !important;
	line-height: 27px;
	padding: 40px 30px
}

.listType.view li {
	word-break: break-all;
}

.listType.view > li > ul > li.file {
	position: relative;
	line-height: 18px
}

.listType.faq > li.f {
	cursor: pointer;
}

.listType.faq > li.q {
	display: none;
	background: none /* #f8f8f8   - FAQ 배경색 삭제 */;
	padding: 15px 30px 15px 80px;
	word-break: break-all;
}

.listType.faq > li.q:hover {
	background: #fff
}

/*.listType.faq > li.q:hover {background:#f8f8f8}  - FAQ 배경색 삭제*/
.listType.faq.type2 > li > a > img {
	margin-right: 5px
}

.listType.faq.type2 .acceptImg {
	margin-left: 35px;
}

.listType.faq.type2 > li.q {
	position: relative;
}

.listType.faq.type2 > li.q > p {
	font-size: 18px;
	color: #333
}

.listType.faq.type2 > li.q > p > img {
	margin-right: 7px
}

.listType.faq.type2 > li.q > p > span {
	color: #0d4b97;
	font-size: 18px;
}

.listType.faq.type2 > li.q > div {
	margin: 15px 0 0 20px
}

.listType.faq.type2 > li.q > div > * {
	height: 29px;
	line-height: 29px;
	box-sizing: border-box;
}

.listType.faq.type2 > li.q > div > input {
	width: 117px;
	border: 1px solid #c9c9c9;
}

.listType.faq.type2 > li.q > div > a {
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	width: 85px;
	background: #6c6c6c
}

.listType.faq.type2 > li.q > div > a.btnCancle {
	background: #b8b8b8
}

.listType.faq.type2 > li.q > ul {
	position: absolute;
	top: 10px;
	right: 20px
}

.listType.faq.type2 > li > ul {
	width: 265px;
}

.listType.faq.type2 > li > a {
	width: 58%
}

.listType.faq > li > ul {
	width: 260px
}

/* 게시판 보기_모바일 */
@media screen and ( max-width: 999px ) {
	.listType.view > li:first-child {
		padding: 15px 15px
	}

	.listType.view > li.contBox {
		padding: 20px 15px;
		line-height: 25px
	}

	.listType.view > li:first-child > span {
		width: 80%;
	}

	.listType.faq.type2 > li > a {
		width: 50%
	}

	.listType.view > li ul > li.file {
		margin-top: 0
	}
}

@media screen and ( max-width: 830px ) {
	.listType.faq > li > ul {
		width: auto
	}

	.listType.faq.type2 > li > a {
		width: 45%
	}
}

@media screen and ( max-width: 750px ) {
	.listType.faq.type2 > li.q > ul {
		margin: 0
	}

	.listType.faq.type2 .acceptImg {
		margin: -104px 0 0 60px;
	}

	.listType.faq.type2 > li.f > span {
		line-height: 30px;
		height: 50px
	}

	.listType.faq.type2 > li.f > ul {
		margin: -60px 0 0 50px;
	}

	.listType.faq.type2 > li.f > img + ul {
		margin: -80px 0 0 120px;
	}

	.listType.faq.type2 > li.f > a {
		width: 35%;
		margin: -61px 0 0 60px;
	}
}

@media screen and ( max-width: 699px ) {
	.listType.view > li:first-child {
		padding: 10px 15px
	}

	.listType.faq.type2 > li > ul li {
		width: auto
	}

	.listType.faq.type2 > li.q {
		padding: 15px 30px 15px 70px;
	}

	.listType.faq.type2 > li.q > ul {
		position: static !important;
		float: none;
		margin: 4px 0 0;
	}

	.listType.faq.type2 > li.q > ul > li.file {
		margin-top: 0
	}

	.listType.faq.type2 > li.q > div {
		margin: 10px 0 0 20px;
	}

	.listType.faq.type2 > li.q > div > * {
		height: 20px;
		line-height: 20px;
	}

	.listType.faq.type2 > li.q > div input {
		width: 40%
	}

	.listType.faq.type2 > li.q > div a {
		width: 43px
	}
}

/* 게시판 쓰기 */
.writeType01 {
	border-top: #cccccc solid 1px;
}

.writeType01 th, .writeType01 td {
	border-bottom: #cccccc solid 1px;
	padding: 13px 14px;
}

.writeType01 th {
	background-color: #f3f3f3;
	text-align: left;
	padding: 13px 30px;
	color: #737373
}

.writeType01 .guideTxt {
	color: #737373;
	font-size: 13px;
	padding-top: 10px;
}

.writeType01 .guideTxt strong {
	color: #e60013;
	font-size: 13px;
	font-weight: normal;
}

.writeType01 input[type='text'], .writeType01 input[type='password'], .writeType01 input[type='file'], .writeType01 textarea, .writeType01 select {
	min-height: 32px;
}

/* 게시판 쓰기_태블릿 */
@media screen and ( max-width: 750px ) {
	.writeType01 th {
		padding: 13px 14px;
	}
}

/* page */
.page {
	text-align: center;
	margin-top: 55px
}

.page * {
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box
}

.page ul {
	margin: 0 15px;
}

.page li a {
	padding: 0 3px;
	margin: 0 3px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}

.page li a:hover, .page li.on a {
	color: #e60013
}

.fileLayer {
	display: none;
	position: absolute;
	right: 0px;
	top: 30px;
	border: #848484 solid 1px;
	background-color: #fff;
	padding: 25px 10px 0px;
	line-height: 16px;
	z-index: 999
}

.fileLayer .close {
	position: absolute;
	right: 10px;
	top: 4px;
}

.fileLayer a {
	white-space: nowrap;
	font-size: 13px;
	padding-bottom: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fileLayer a:hover {
	text-decoration: underline
}

@media screen and ( max-width: 900px ) {
	.page.type2 {
		margin-top: 22px;
	}
}

/* page_모바일 */
@media screen and ( max-width: 699px ) {
	.page {
		margin-top: 30px
	}

	.fileLayer a {
		max-width: 230px;
	}
}

/* 버튼 */
.btnAreaR {
	text-align: right;
	padding-top: 30px
}

.btnAreaLR {
	clear: both;
	text-align: right;
	margin-top: 30px
}

.btnAreaLR + .page {
	margin-top: -33px
}

@media screen and ( max-width: 900px ) {
	.btnAreaLR {
		margin-top: 20px
	}

	.btnAreaLR + .page {
		margin-top: 25px
	}
}

.btnAreaLR2 {
	text-align: right;
	margin-top: -40px
}

.btnAreaL {
	margin-top: 30px
}

.btn {
	display: inline-block;
	line-height: 38px;
	padding: 0 10px;
	min-width: 60px;
	color: #000000;
	border: #000000 solid 1px;
	text-align: center;
}

.btn:hover {
	color: #fff;
	background: #4d6aa6;
	border: 1px solid #4d6aa6;
}

.btn.type2:hover {
	background: #b8b8b8;
	border: 1px solid #b8b8b8;
}

.btn.type3:hover {
	background: #d23340;
	border: 1px solid #d23340;
}

.btn.type4:hover {
	background: #459dd0;
	border: 1px solid #459dd0;
}

.btn.btnDel:hover {
	background: #7a7a7a;
	border: 1px solid #7a7a7a;
}

.btn.btnList {
	padding: 0 5px 0 25px;
	background: url('/images/admission/btn/btn_list.png') 15px center no-repeat;
}

.btn.btnList:hover {
	background: url('/images/admission/btn/btn_list_on.png') 15px center no-repeat #4d6aa6;
	border: #4d6aa6 solid 1px;
}

.btn.btnReg {
	padding: 0 5px 0 25px;
	background: url('/images/admission/btn/btn_reg.png') 15px center no-repeat;
}

.btn.btnReg:hover {
	background: url('/images/admission/btn/btn_reg_on.png') 15px center no-repeat #d23340;
	border: #d23340 solid 1px;
}

.btn.btnEdit {
	padding: 0 5px 0 25px;
	background: url('/images/admission/btn/btn_edit.png') 15px center no-repeat;
}

.btn.btnEdit:hover {
	background: url('/images/admission/btn/btn_edit_on.png') 15px center no-repeat #d23340;
	border: #d23340 solid 1px;
}

.btn2 {
	display: inline-block;
	line-height: 30px;
	padding: 0 30px;
	color: #fff;
	background: #6c6c6c;
	text-align: center;
	margin: 0 2px
}

.btn2.type2 {
	background-color: #4d6aa6
}

@media screen and ( max-width: 500px ) {
	.btn2 {
		padding: 0 15px
	}
}

/* 탭 */
.tabList {
	margin-bottom: 30px
}

.tabList li {
	float: left;
	padding-left: 4px;
	box-sizing: border-box;
}

.tabList li:first-child {
	padding-left: 0
}

.tabList li a {
	display: inline-block;
	color: #737373;
	line-height: 42px;
	border: #a2a4a6 solid 1px;
	text-align: center;
	padding: 0 58px;
}

.tabList li a:hover, .tabList li.on a {
	color: #478edc;
	border: #478edc solid 1px;
}

/* 탭_태블릿 */
@media screen and ( max-width: 1110px ) {
	.tabList.cnt3 li {
		width: 25%
	}

	/*.tabList.cnt3 li:first-child {*/
	/*	width: 22%*/
	/*}*/

	.tabList.cnt3 li a {
		padding: 0;
		width: 100%
	}
}

/* 탭_모바일 */
@media screen and ( max-width: 699px ) {
	.tabList {
		margin-bottom: 20px
	}

	.tabList.cnt3 li {
		width: 100%;
		padding: 0 0 6px 0;
	}

	.tabList.cnt3 li:first-child {
		width: 100%
	}

	.tabList.cnt3 li a {
		padding: 0;
		width: 100%
	}
}

/* 텍스트 스타일 */
.guideTxt, .guideTxt * {
	font-size: 17px;
	color: #4d4d4d
}

.pointTxt {
	margin-top: 5px;
}

.pointTxt span {
	color: #000;
	text-decoration: underline;
}

/* 수시 > 학생부 종합 */
.totalBox {
	background: url('/images/admission/contents/total_bg.png');
	width: 100%;
	padding: 40px 0 50px;
	text-align: center;
	margin-top: 30px
}

.totalBox .mImg {
	display: none
}

.totalBox .pImg {
	display: inline-block
}

/* 수시 > 학생부 종합_모바일 */
@media screen and ( max-width: 910px ) {
	.totalBox {
		padding: 20px 0
	}

	.totalBox .mImg {
		display: inline-block
	}

	.totalBox .pImg {
		display: none
	}
}

@media screen and ( max-width: 590px ) {
	.totalBox .mImg {
		width: 95%
	}
}

/* 박스 타입 */
.departmentBox {
	background-color: #f8f8f8;
	padding: 15px 30px;
	position: relative;
	height: 40px;
}

.departmentBox p {
	background: url('/images/admission/icon/blt_01.png') 0 7px no-repeat;
	padding: 0 0 0 10px;
	font-size: 17px;
	position: absolute;
	left: 30px;
	top: 25px;
}

.departmentBox select {
	width: 150px;
	position: absolute;
	left: 150px;
	height: 40px;
	top: 15px;
}

.departmentBox .btnConfirm {
	width: 70px;
	display: inline-block;
	position: absolute;
	left: 300px;
	top: 15px;
	background-color: #282828;
	text-align: center;
	color: #fff;
	line-height: 40px
}

.departmentBox input[type='text'] {
	width: 100%;
}

.departmentBox:after {
	clear: both;
	content: '';
	display: block
}

.departmentBox > div {
	float: right;
}

.departmentBox .btnDown, .departmentBox .btnView {
	width: 170px;
	line-height: 40px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	padding-left: 25px;
	color: #4d6aa6;
	border: 2px solid #4d6aa6;
	background: url('/images/admission/icon/icon_down_off.png') no-repeat 30px center #fff;
	margin-right: 10px;
}

.departmentBox .btnView {
	padding-left: 22px;
	color: #bf8c27;
	border: 2px solid #bf8c27;
	background: url('/images/admission/icon/icon_view_off.png') no-repeat 30px center #fff;
}

.departmentBox .btnDown:hover, .departmentBox .btnView:hover {
	color: #fff;
}

.departmentBox .btnDown:hover {
	background: url('/images/admission/icon/icon_down_on.png') no-repeat 30px center #4d6aa6;
}

.departmentBox .btnView:hover {
	background: url('/images/admission/icon/icon_view_on.png') no-repeat 30px center #bf8c27;
}


.boxType01 {
	border: #dcdcdc solid 1px;
	padding: 15px 23px
}

.boxType02 {
	background-color: #f8f8f8;
	padding: 10px 30px;
}

.boxType02 th, .boxType02 td {
	text-align: left;
	padding: 4px;
	line-height: 35px
}

.boxType02 input[type='text'], .boxType02 input[type='password'] {
	min-height: 28px
}

.boxType03 {
	background-color: #eef6f8;
	margin-bottom: 15px;
	padding: 30px 30px;
	text-align: center
}

.boxType03 strong {
	font-weight: normal;
	color: #d23340
}

@media screen and ( max-width: 400px ) {
	.boxType02 {
		padding: 5px 10px
	}

	.boxType02 .w20, .boxType02 .w25 {
		width: 50% !important
	}
}

.applicationBox {
	background-color: #f8f8f8;
	padding: 15px 30px;
	height: 70px;
	box-sizing: border-box;
}

.applicationBox > * {
	line-height: 40px;
	float: left;
}

.applicationBox p {
	font-size: 22px;
	margin-right: 22px;
}

.applicationBox .btnDown, .applicationBox .btnView {
	width: 170px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

.applicationBox .btnDown {
	padding-left: 25px;
	color: #4d6aa6;
	border: 2px solid #4d6aa6;
	background: url('/images/admission/icon/icon_down_off.png') no-repeat 20px center #fff;
	margin-left: 10px;
}

.applicationBox .btnView {
	padding-left: 22px;
	color: #bf8c27;
	border: 2px solid #bf8c27;
	background: url('/images/admission/icon/icon_view_off.png') no-repeat 20px center #fff;
}

.applicationBox .btnDown:hover, .applicationBox .btnView:hover {
	color: #fff;
}

.applicationBox .btnDown:hover {
	background: url('/images/admission/icon/icon_down_on.png') no-repeat 20px center #4d6aa6;
}

.applicationBox .btnView:hover {
	background: url('/images/admission/icon/icon_view_on.png') no-repeat 20px center #bf8c27;
}

.pdfViewBox {
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	width: 100%;
	box-sizing: border-box;
	min-height: 1000px
}

/* 박스 타입_모바일 */
@media screen and ( max-width: 1099px ) {
	/*.pdfViewBox {display:none}*/
}

@media screen and ( max-width: 855px ) {
	.departmentBox {
		background: none;
		padding: 0 0px 100px 0;
		width: 100%;
		box-sizing: border-box;
	}

	.departmentBox p {
		display: none
	}

	.departmentBox select {
		position: static;
		width: 100%;
		float: left
	}

	.departmentBox .btnConfirm {
		top: 0;
		left: 100%;
		margin-left: -70px
	}

	.departmentBox > div {
		float: none
	}

	.departmentBox .btnView {
		clear: both;
		float: none;
		width: 100%;
		margin: 0px -70px 0px 0;
	}

	.departmentBox .btnDown {
		clear: both;
		float: none;
		width: 100%;
		margin: 10px -70px 10px 0;
	}
}

@media screen and ( max-width: 699px ) {
	.boxType01 {
		padding: 10px 13px
	}

	.applicationBox {
		background-color: #f8f8f8;
		padding: 13px 15px 27px;
		height: auto;
	}

	.applicationBox > * {
		line-height: 40px;
		float: none;
	}

	.applicationBox p {
		font-size: 22px;
		margin-right: 22px;
	}

	.applicationBox .btnDown, .applicationBox .btnView {
		width: 100%;
		text-align: left;
		padding-left: 40px;
		background-position: 17px center;
	}

	.applicationBox .btnDown {
		margin: 0 0 5px 0;
	}

	.applicationBox .btnDown:hover, .applicationBox .btnView:hover {
		background-position: 17px center;
	}

	.pdfViewBox {
		margin-top: 15px;
	}
}

/* 리스트 타입 */
.dotList li {
	background: url('/images/admission/icon/blt_03.png') 0 9px no-repeat;
	padding: 0 0 2px 8px;
	color: #4d4d4d
}

/* 테이블 타입 */
.tblType01 {
	border-top: #dcdcdc solid 1px;
}

.tblType01 th, .tblType01 td {
	border-bottom: #dcdcdc solid 1px;
	color: #4d4d4d;
	padding: 10px 10px 8px;
	text-align: center;
	border-left: #dcdcdc solid 1px;
}

.tblType01 th {
	background-color: #f3f3f3
}

.tblType01 tr th:first-child, .tblType01 tr td:first-child {
	border-left: none
}

.tblType02 {
	border-bottom: 1px solid #dcdcdc
}

.tblType02 th, .tblType02 td {
	border-top: 1px solid #dcdcdc;
	padding: 20px 10px 20px 28px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}

.tblType02.type2 td {
	padding: 15px 30px 15px 25px;
	vertical-align: middle;
}

.tblType02.type2 th {
	width: 150px !important
}

.tblType02 th {
	background: #eef6f8;
	padding-left: 35px
}

.tblType02 input[type="text"], .tblType02 input[type="password"], .tblType02 select {
	height: 30px;
	margin-right: 5px
}

input[type="text"].sizeS, select.sizeS {
	width: 57px;
	padding: 0 2px;
	text-align: center;
	height: 30px;
}

.tblType02 label:first-child {
	margin-left: 0
}

.tblType02 label {
	margin-left: 1px
}

/* 테이블_모바일 */
@media screen and ( max-width: 750px ) {
	.tblType02 th, .tblType02 td {
		padding: 13px 10px;
		line-height: 20px
	}

	.tblType02 th {
		padding: 13px 5px;
		width: 102px
	}

	.tblType02.type2 td {
		padding: 5px
	}

	.tblType02.type2 th {
		width: 102px !important;
		box-sizing: border-box
	}

	.tblType02 label {
		margin-left: 1px
	}
}

@media screen and ( max-width: 580px ) {
	.tblType02 td input {
		margin: 3px 0
	}
}

/* blt */
.blt04 {
	background: url('/images/admission/icon/blt_04.png') no-repeat 0 3px;
	padding-left: 25px;
	margin: 35px 0 20px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

/* blt_모바일 */
@media screen and ( max-width: 699px ) {
	.blt04 {
		margin: 30px 0 13px;
	}
}

/* 입학정보 > 방문상담 */
.stepBox {
	margin: 0 auto;
	display: table;
}

.stepBox li:first-child {
	padding: 0;
	background: none;
}

.stepBox li {
	display: table;
	float: left;
	background: url('/images/admission/contents/next_bg.png') no-repeat 14px center;
	padding-left: 37px;
}

.stepBox li a {
	vertical-align: middle;
	display: table-cell;
	width: 125px;
	height: 125px;
	background: url('/images/admission/contents/step_bg.png') no-repeat 0 0;
	text-align: center;
	font-weight: bold;
	color: #6d6d6d;
}

.stepBox li.active a {
	color: #459dd0;
	background: url('/images/admission/contents/step_bg_on.png') no-repeat 0 0;
}

div.blueBox {
	padding: 26px 20px;
	background: #eef6f8;
	margin-top: 25px
}

div.blueBox .tit {
	color: #010101;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}

div.blueBox ul {
	margin-top: 35px;
}

.checkAreaL {
	float: left;
	padding-top: 10px;
}

.checkAreaL label + label {
	margin-left: 22px;
}

@media screen and ( max-width: 450px ) {
	.stepBox {
		display: block
	}

	.stepBox li {
		width: 33.3%;
		box-sizing: border-box;
	}

	.stepBox li a, .stepBox li.active a {
		background-image: none;
		width: 100%;
		border: #a7a7a7 solid 5px;
		border-radius: 10px;
		height: 80px
	}

	.stepBox li.active a {
		border: #459dd0 solid 5px;
	}
}

/* 입학정보 > 방문상담_모바일 */
@media screen and ( max-width: 500px ) {
	.stepBox li {
		padding-left: 25px;
		background-position: 10px center;
		background-size: auto 10px;
	}

	.stepBox li span {
		width: 83px;
		height: 83px;
		background-size: auto 83px;
		font-size: 10px;
	}

	div.blueBox {
		padding: 17px 17px;
		background: #eef6f8;
	}

	div.blueBox .tit {
		margin-bottom: 25px;
	}

	div.blueBox ul {
		margin-top: 25px;
	}

	.checkAreaL label + label {
		margin-left: 11px;
	}
}

/* 고등학교 찾기 팝업 */
.popBox {
	overflow-y: scroll;
}

.popBox .head {
	padding: 0 20px;
	height: 73px;
	background: url('/images/admission/popup/head.png') right 0 #bbe9f5;
	box-sizing: border-box;
}

.popBox .head p {
	line-height: 73px;
	font-size: 26px;
	font-weight: bold;
	color: #383838;
}

.popBox .conts {
	padding: 35px 20px 30px 20px;
}

.popBox .searchBox2 {
	text-align: center;
	margin-bottom: 20px
}

.popBox .searchBox2 > * {
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.popBox .searchBox2 > select {
	width: 97px;
	margin-right: 3px
}

.popBox .searchBox2 > input {
	width: 125px
}

.popBox .searchBox2 > a {
	display: inline-block;
	margin-left: -5px;
	width: 68px;
	color: #fff;
	background: #3a79b8;
	text-align: center
}

.popBox .searchList {
	border-bottom: 1px solid #e8e8e8;
}

.popBox .searchList li a {
	display: block;
	width: 100%;
	padding: 7px 20px;
	box-sizing: border-box;
	font-size: 14px;
	border-top: 1px solid #e8e8e8;
}

.popBox .searchList li a:hover {
	color: #3a79b8
}

.popBox .ac {
	margin-top: 35px;
}

/* 고등학교 찾기 팝업_모바일 */
@media screen and ( max-width: 500px ) {
	.popBox .conts {
		padding: 15px 10px 10px 10px;
	}
}

.listType li.bgno:hover {
	background-color: #fff
}

.gubunBox {
	width: 150px;
	height: 40px;
}

.gubunBox + .searchBox {
	margin-top: -40px
}

@media screen and ( max-width: 699px ) {
	.gubunBox {
		width: 100%
	}

	.gubunBox + .searchBox {
		margin-top: 10px
	}
}

a.fileDown {
	font-size: 15px !important;
	text-decoration: underline !important;
	color: #003d99 !important;
	line-height: 20px !important
}

.statBox > a {
	float: left;
	width: 390px
}

.statBox > a > img {
	width: 100%
}

.statBox:after {
	content: '';
	display: block;
	clear: both
}

.statBox {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.statBox > * {
	vertical-align: top;
}

.statBox ul {
	float: right;
	width: 100%;
	display: inline-block;
	padding: 25px 20px 0 0;
	width: 680px;
	box-sizing: border-box;
}

.statBox ul li {
	margin-bottom: 12px;
	background: url('/images/kor2016/common/line_bg.png') 0 center repeat-x;
}

.statBox ul li p {
	display: inline-block;
	background-color: #fff;
	padding-right: 15px
}

.statBox ul li span {
	display: inline-block;
	width: 40px;
	float: right;
	text-align: right;
	background-color: #fff
}

@media screen and ( max-width: 1099px ) {
	.statBox, .statBox ul {
		height: auto;
	}
}

@media screen and ( max-width: 1099px ) {
	.statBox > a {
		width: 100%
	}

	.statBox ul li, .statBox ul li span {
		font-size: 13px;
	}

	.statBox ul {
		float: none;
		margin-top: 10px;
		padding: 15px 15px 5px 15px;
		width: 100%
	}
}


/*학과안내 CSS 추가*/
div.info-warp > div.info-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a span.material-icons{
	font-size: 24px;
}

div.info-warp div.info-content h2 {
	width: 100%;
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 40px;
}

div.info-warp div.info-content:first-child h2 {
	margin-top: 10px;
}

div.info-warp div.info-content div.info-dept-warp {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	flex-wrap: wrap;
	flex-grow: 1;
	width: 100%;
	border-top: 1px solid #e5e5e5
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content {
	width: 50%;
	padding: 5px 10px 5px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	flex-grow: 1;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content:last-child:nth-child(odd) {
	width: 100%;
}


div.info-warp div.info-content div.info-dept-warp div.info-dept-content div {
	display: flex;
	flex-direction: row;
	place-content: center space-between;
	justify-content: space-between;
	width: 100%;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content:nth-child(2n) {
	padding-left: 48px;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content:last-child:nth-child(odd) > div{
	width: calc(50% - 12px);
}


div.info-warp div.info-content div.info-dept-warp div.info-dept-content div h3 {
	width: 35%;
	padding: 8px 0 7px 11px !important;
	font-weight: 500;
	font-size: 18px !important;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	color: #000000 !important;
	background: url(/images/admission/btn/bullet.gif) no-repeat left 15px;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div {
	display: flex;
	flex-direction: row;
	place-content: center flex-end;
	justify-content: flex-end;
	text-align: right;
	width: 65%;
	height: 37px;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-homepage,
div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.pdf-down,
div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video {
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	place-content: center space-around;
	justify-content: space-around;
	align-items: center;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-homepage,
div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.pdf-down,
div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video {
	width: 100px;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-homepage,
div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.pdf-down {
	border: 2px solid #4d6aa6;
	margin-left: 5px;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-homepage span,
div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.pdf-down span {
	color: #4d6aa6;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video {
	border: 2px solid #e12b28;
}

div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video span {
	color: #e12b28;
}

@media screen and (max-width: 1085px) {
	div.info-warp div.info-content div.info-dept-warp div.info-dept-content {
		width: 100%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content:nth-child(odd){
		width: 100%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content:last-child:nth-child(odd) div{
		width: 100%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div h3 {
		width: 50%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div h3 {
		width: 60%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content:nth-child(2n) {
		padding-left: 15px;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video {
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div {
		width: 50%;
		flex: auto;
		flex-direction: row;
		place-content: center flex-end;
	}


	div.info-warp div.info-content div.info-dept-warp div.info-dept-content:last-child:nth-child(odd) div,
	div.info-warp div.info-content div.info-dept-warp div.info-dept-content:last-child div {
		width: 100%;
		max-width: 100%;
	}


	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video {
		margin-top: 0;
		margin-left: 5px;
	}
}

@media screen and (max-width: 650px) {
	div.info-warp div.info-content div.info-dept-warp div.info-dept-content {
		width: 100%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div {
		width: 100%;
		flex-direction: column;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div h3 {
		width: 100%;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content:last-child:nth-child(odd) div div,
	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div {
		width: 100%;
		flex-direction: row;
		place-content: center flex-start;
		justify-content: flex-start;
	}

	div.info-warp div.info-content div.info-dept-warp div.info-dept-content div div a.view-video {
		margin-top: 0;
	}
}

.btnOk2 {color:#fff;font-size:13px;text-align:center;display:inline-block;width:85px;background:#6c6c6c;}

/* 캘린더 양식 시작 */
.caleander-out {
	/*padding: 25px 20px 30px;*/
	/*background: #b3ebe2 url(/images/prom/caleander_bg01.gif) repeat-x left top;*/
	margin-top: 50px;
}

.caleaner-box {
	border-radius: 7px;
	background: #ffffff;
	overflow: hidden;
}

.month-title {
	position: relative;
	text-align: center;
	width: 160px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #666666;
}

.month-title span.ft-strong {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #eb6868;
}

.month-title > a {
	position: absolute;
	display: inline-block;
	top: -2px;
}

.month-title .prev-month {
	left: -24px;
}

.month-title .next-month {
	right: -24px;
}

.mon-title-bottom {
	margin-bottom: 10px;
}

.apply-stat {
	float: left;
}

.apply-stat span {
	display: inline-block;
	padding-left: 16px;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.apply-stat span.stat01 {
	margin-right: 17px;
	background: url(/images/prom/apply_stat01.gif) no-repeat left center;
}

.apply-stat span.stat02 {
	background: url(/images/prom/apply_stat02.gif) no-repeat left center;
}

.refresh-btn {
	display: inline-block;
	float: right;
	padding: 5px 10px;
	margin-top: -4px;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	background: #2eb99d;
}

.caleander-table {
	width: 100%;
}

.caleander-table thead tr th {
	padding: 10px 5px;
	border-right: 1px solid #555665;
	border-top: 1px solid #555665;
	border-bottom: 1px solid #555665;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background: #555665;
}

.caleander-table thead tr th.th-bg01 {
	background: #ff4d4d;
	border-right: 1px solid #ff4d4d;
	border-top: 1px solid #ff4d4d;
	border-bottom: 1px solid #ff4d4d;
	border-left: 1px solid #ff4d4d;
}

.caleander-table thead tr th.th-bg02 {
	background: #5f99c4;
	border-right: 1px solid #5f99c4;
	border-top: 1px solid #5f99c4;
	border-bottom: 1px solid #5f99c4;
}

.caleander-table tbody tr td {
	border-right: 1px solid #afcce1;
	border-bottom: 1px dashed #afcce1;
	vertical-align: top;
}

.caleander-table tbody tr td a {
	padding: 10px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.caleander-table tbody tr td:first-child {
	border-left: 1px solid #afcce1;
}

.caleander-table tbody tr:last-child td {
	border-bottom: 1px solid #afcce1;
}

.caleander-table tbody tr td a.td-stat01 {
	background: #f8f8f8;
	cursor: default;
}

.caleander-table tbody tr td a.td-stat02 {
	background: #ccddff;
	cursor: pointer;
}

.caleander-table tbody tr td a.stat-selected {
	background: #577fcd;
	cursor: default;
}

.caleander-table tbody tr td a > .date-num {
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}

.caleander-table tbody tr td a.stat-selected > .date-num {
	color: #fff;
}

.caleander-table tbody tr td .date-num.gray-num {
	color: #aaaaaa;
}

.caleander-table tbody tr td .stat-cont {
	display: block;
	min-height: 70px;
	padding: 10px 0;
}

.caleander-table tbody tr td a .stat-cont .pc,
.caleander-table tbody tr td a .stat-cont .mobile {
	display: inline-block;
	width: 100%;
}

.caleander-table tbody tr td a .stat-cont .pc {
	display: inline-block;
}

.caleander-table tbody tr td a .stat-cont .mobile {
	display: none;
}

.caleander-table tbody tr td .stat-cont > span {
	font-size: 14px;
	line-height: 18px;
	color: #444444;
}

.caleander-table tbody tr td a.stat-selected .stat-cont > span {
	color: #fff;
}

@media screen and (max-width: 699px) {
	.caleander-out {
		padding: 25px 0px 0px;
		border-top: 1px dashed #afcce1;
		background: none;
		margin-top: 50px;
	}

	.caleander-table tbody tr td a .stat-cont {
		min-height: 20px !important;
	}

	.caleander-table tbody tr td a .stat-cont .pc {
		display: none;
	}

	.caleander-table tbody tr td a .stat-cont .mobile {
		display: inline-block;
		text-align: center;
	}
}
/*캘린더 테이블 양식 끝*/

@media screen and (max-width: 430px) {
	.btn-area > a {
		width: 95px;
		padding: 8px 0px;
		margin: 5px;
		font-size: 14px;
		line-height: 18px;
	}

	.caleaner-box {
		padding: 25px 0px 20px;
	}
}

@media screen and (max-width: 350px) {
	.apply-stat {
		float: none;
	}

	.refresh-btn {
		float: none;
		margin-top: 10px;
	}
}


/*신청서 CSS*/
.mt-01 {
	margin-top: -1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.p-txt {
	padding-left: 15px;
	margin-top: 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000011;
	background: url(/images/prom/p_txt_bg.gif) no-repeat left 6px;
}

.table-explain {
	float: right;
	font-size: 14px;
	line-height: 20px;
}

.necessary {
	color: #cf3544;
}

.table-out {
	border-top: 2px solid #557cc3;
}

.table-row tbody tr th {
	text-align: center;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 10px;
	font-weight: bold;
	font-family: "dotum";
	font-size: 14px;
	color: #333333;
	background: #f1f1f1;
}

.table-row tbody tr th:first-child {
	border-left: none;
}

.table-row tbody tr th label {
	color: #333333;
}

.table-row tbody tr td {
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 10px;
	font-family: "dotum";
	font-size: 14px;
}

.table-row tbody tr td:first-child {
	border-left: none;
}

.table-row tbody tr td.pd-txt {
	padding: 19px 10px;
}

.table-row tbody tr td .ft-bold {
	font-weight: bold;
	color: #333333;
}

.table-row tbody tr td .blue-font {
	padding-left: 15px;
	font-family: "dotum";
	font-size: 14px;
	line-height: 18px;
	color: #557cc3;
	background: url(/images/prom/blue_font_bg.gif) no-repeat left 4px;
}

.table-row tbody tr td .radio-box {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 0;
}

.table-row tbody tr td .radio-box label {
	margin-left: 5px;
}

.table-row tbody tr td .radio-box * {
	vertical-align: middle;
}

.table-row tbody tr td .radio-box .check-num {
	margin: 5px 0;
}

.table-row tbody tr td .pd-box01 {
	padding: 5px 0;
	font-size: 0;
}

.table-row tbody tr td .pd-box01 label {
	display: inline-block;
	width: 45px;
	margin-right: 10px;
	font-family: "dotum";
	font-size: 14px;
}

.table-row tbody tr td .pd-box01 * {
	vertical-align: middle;
}

.table-row tbody tr td .pd-box02 {
	padding: 5px 0;
	font-size: 0;
}

.table-row tbody tr td .pd-box02 label {
	margin-left: 5px;
}

.table-row tbody tr td .pd-box02 * {
	vertical-align: middle;
}

.table-row tbody tr td .td-locate {
	display: inline-block;
	margin-left: 10px;
}

.table-row tbody tr td .p-wid01 {
	width: 500px;
}

.table-row tbody tr td textarea {
	width: 100%;
	height: 100px;
}

.table-row .input-wid01 {
	width: 180px;
}

.table-row .input-wid02 {
	width: 55px;
}

.table-row .input-wid03 {
	width: 60%;
}

.table-row .input-wid04 {
	width: 80px;
}

/*회색박스 스타일 시작*/
.gray-box {
	position: relative;
	padding: 25px 30px;
	margin-top: 10px;
	background: #f5f5f5;
}

.gray-box-title {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.gray-box-title2 {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}

.gray-box-txt {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.gray-box-txt2 {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}

.gray-left {
	float: left;
	width: 600px;
}

.gray-left .gray-ul > li {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.gray-box2 {
	position: relative;
	padding: 25px 21px;
	border: 1px solid #cfcfcf;
	background: #f5f5f5;
}

.enter-info {
	width: 660px;
	margin: 10px auto;
}

.enter-info .floor01 {
	font-size: 0;
	padding: 9px 0;
}

.option-name {
	display: inline-block;
	width: 80px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #557cc3;
}

.option-value {
	display: inline-block;
	width: 250px;
	font-size: 0;
	vertical-align: middle;
}

.option-value .type {
	display: inline-block;
}

.option-value .type * {
	vertical-align: middle;
}

.option-value .type label {
	margin-left: 1px;
	font-size: 15px;
	line-height: 20px;
}

.option-value .type02 {
	margin-left: 20px;
}

.enter-info .floor02 {
	font-size: 0;
}

.enter-info .floor02 .member-info {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.enter-info .member-info .group-name {
	padding: 4px 0;
}

.enter-info .member-info .pass-word {
	padding: 4px 0;
}

.enter-info .member-info .info-input {
	width: 234px;
	height: 36px;
	border: 1px solid #cfcfcf;
	vertical-align: middle;
}

.accept-btn {
	display: inline-block;
	padding: 30px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #557cc3;
	vertical-align: middle;
}

.accept-btn02 {
	display: inline-block;
	padding: 30px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #557cc3;
	vertical-align: middle;
}

.btn02 {
	margin-left: 2px;
}

.gray-btns {
	position: absolute;
	right: 15px;
	bottom: 25px;
	width: 140px;
	font-size: 0;
}

.gray-btns > button {
	display: inline-block;
	text-align: center;
	width: 130px;
	padding: 10px 0;
	margin: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.gray-btns > button.g-btn01 {
	background: #557cc3;
}

.gray-btns > button.g-btn02 {
	background: #30add6;
}

.gray-btns02 {
	text-align: center;
	margin-top: 15px;
	font-size: 0;
}

.gray-btns02 > button {
	display: inline-block;
	text-align: center;
	width: 180px;
	padding: 10px 0;
	margin: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.gray-btns02 > button.g2-btn01 {
	background: #557cc3;
}

.floor02 > button.accept-btn[disabled],
.gray-btns02 > button.g2-btn01[disabled] {
	background: #ccddff;
}

.gray-btns02 > button.g2-btn02 {
	background: #8c8c8c;
}

.gray-btns02 > button.g2-btn03 {
	background: #c33434;
}

.gray-btns03 {
	position: absolute;
	right: 15px;
	bottom: 17px;
	width: 140px;
	font-size: 0;
}

.gray-btns03 > span {
	display: inline-block;
	text-align: center;
	width: 130px;
	padding: 10px 0;
	margin: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.gray-btns03 > span.g-btn01 {
	color: #cf3544;
	border: 2px solid #cf3544;
	background: #ffffff;
}

.gray-btns03 > span.g-btn02 {
	color: #557cc4;
	border: 2px solid #557cc4;
	background: #ffffff;
}

/*회색박스 스타일 끝*/

@media screen and (max-width: 1024px) {
	.gray-left {
		width: calc(100% - 140px);
	}

	.table-row tbody tr td .td-locate {
		display: block;
		margin: 5px 0px;
	}

	.table-row tbody tr td .p-wid01 {
		width: 100%;
	}

	.table-row .input-wid03 {
		width: 75%;
	}
}

@media screen and (max-width: 768px) {
	.table-row .input-wid03 {
		width: 100%;
	}

	.gray-btns03 {
		position: static;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 550px) {
	.gray-left {
		float: none;
		width: 100%;
	}

	.gray-btns {
		position: static;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}

	.gray-btns > a {
		width: 100px;
		padding: 5px 0;
		font-size: 14px;
		line-height: 18px;
	}

	.gray-btns02 > a {
		width: 150px;
		padding: 8px 0;
		font-size: 14px;
		line-height: 18px;
	}
	.enter-info{width: 100%;}
	.option-value{width: 200px;}
	.enter-info .floor02 .member-info{display: block;}
	/*.floor02 > button.accept-btn[disabled], .gray-btns02 > button.g2-btn01[disabled]{display: block;padding: 30px 10px;margin: 0 auto;}*/
	.enter-info .member-info .info-input{width: calc(100% - 92px);}
	.tip-message{width: 100%;padding: 0;}
}

@media screen and (max-width: 768px) {
	.mon-title-bottom {
		margin-top: 20px;
	}
}

div[data-ng-messages] {
	margin-top: 8px !important;
}

.error {
	color: red;
}

.select-explain {
	text-align: center;
	margin-top: 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
}

.select-time {
	width: 240px;
	margin: 30px auto 0;
	text-align: left;
}

.select-time .selected-date {
	text-align: center;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.select-time .time-option {
	padding: 3px 0;
	font-size: 0;
}

.select-time .time-option {
	vertical-align: middle;
}

.select-time .time-option label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

/*버튼 양식 시작*/
.btn-area {
	padding: 25px 0 10px;
	font-size: 0;
}

.btn-area > button {
	display: inline-block;
	text-align: center;
	width: 155px;
	padding: 12px 0px;
	border-radius: 4px;
	margin: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.btn-area > button.btn-style01 {
	color: #fff;
	background: #999999;
}

.btn-area > button.btn-style02 {
	color: #fff;
	background: #537dae;
}

.w50 {
	width: 50px !important;
}
.btn-type01 {
	border: none;
	color: #fff !important;
	font-weight: bold;
	background-color: #0a4d9b;
	padding: .3em;
	cursor: grab;
}

/*버튼 양식 끝*/


.passfind-box{display: none;position: fixed;top:150px;left: 50%;width: 896px;height: 530px;padding: 1px;margin-left: -449px;background: #ffffff;z-index: 100;}
.close-passfind{position: absolute;right: -49px;top: 0px;display: inline-block;font-size: 0;line-height: 0;padding: 12px;background: #fff;}

.passfind-box {
	display: none;
	position: fixed;
	top: 150px;
	left: 50%;
	width: 896px;
	height: 530px;
	padding: 1px;
	margin-left: -449px;
	background: #ffffff;
	z-index: 100;
}

.close-passfind {
	position: absolute;
	right: -49px;
	top: 0px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	padding: 12px;
	background: #fff;
}


@media screen and (max-width: 1024px) {
	.passfind-box {
		width: calc(96% - 3px);
		top: 80px;
		left: 2%;
		margin-left: 0px;
		padding-right: 2px;
	}

	.close-passfind {
		top: -49px;
		right: 0px;
	}
}

@media screen and (max-width: 768px) {
	.passfind-box {
		height: 350px;
	}
	.close-passfind {
		top: -29px;
		padding: 2px;
	}
}

@media screen and (max-width: 430px) {
	.passfind-box {
		height: 250px;
	}
}
