body {
	font-family: "맑은고딕","Malgun Gothic",sans-serif;
	color:#333;
	font-size:16px;
	line-height:1;
	position: relative;
}

a {
	text-decoration:none;
	color:#333;
}

img {
	vertical-align: top;
}

.inner {
	width:526px;
	margin:auto;
	position:relative;
}
.inner:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.clearFix:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}
ul:after,ol:after,dl:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}
/* background-attachment ie fixed */
/*Edge*/
@supports ( -ms-accelerator:true )
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}

/* 공통 */
.wrap {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-image: url("../images/style/bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	padding-bottom: 150px;
}
input[type="checkbox"]:checked {
	background-image: url("../images/style/check_blk.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #eee;
}
/* 메인 */
.mainLogo {
	display: block;
	text-align: center;
	padding-top: 100px;
}
.main.text1 {
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	line-height: 1.31;
	padding-top: 51px;
	text-align: center;
	letter-spacing: -2.3px;
}
.main.text1 span {
	font-weight: 700;
}
.main.text2 {
	padding-top: 34px;
}
.main.text2 li {
	display: block;
	margin-top: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 24px;
	background: url("../images/style/check.png") no-repeat left center;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.main.text2 li span {
	color: #ff0000;
}
.main.text2 li:first-child {
	margin-top: 0;
}
.lingBtnWrap {
	margin-top: 69px;
}
.lingBtnWrap li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 7.4%;
	width: 46.8%;
	/*
	width: 246px;
	height: 322px;
	*/
	box-shadow: 0px 5px 5px #616871;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 4px;
}
.lingBtnWrap li:first-child {
	float: left;
	background-image: url("../images/style/ling_left.png");
}
.lingBtnWrap li:last-child {
	float: right;
	background-image: url("../images/style/ling_right.png");
}
.lingBtnWrap li:first-child:hover {
	background-image: url("../images/style/ling_left_on.png");
}
.lingBtnWrap li:last-child:hover {
	background-image: url("../images/style/ling_right_on.png");
}
.lingBtnWrap li p {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #2b2b2b;
	line-height: 1.17;
	padding-top: 157px;
}
.lingBtnWrap li .btnDiv {
	padding-top: 25px;
	text-align: center;
}
.lingBtnWrap li .btnDiv input {
	display: inline-block;
	background-color: rgba(255,255,255,0.35);
	border: none;
	text-decoration: none;
	cursor: pointer;
	width: 172px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #3e6590;
	box-shadow: 0px 5px 5px #aab1bc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lingBtnWrap li:hover .btnDiv input {
	background-color: #b0063a;
	color: #fff;
}
/* footer */
.footer {
	text-align: center;
	margin-top: 90px;
}
.footer ul {
	font-size: 0;
	text-align: center;
}
.footer ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.footer ul li:after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 8px;
	background-color: #a2aab1;
	top: 2px;
	right: -15px;
}
.footer ul li:last-child:after {
	display: none;
}
.footer ul li:first-child {
	margin-left: 0;
}
.footer ul li a {
	display: block;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
}
.footer p.copy {
	padding-top: 14px;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
}
/* 팝업창 */
.modalWrap {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.popUp {
	position: absolute;
	width: 100%;
	padding: 21px 20px 31px;
	top: 105px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #eaeaea;
}
.popUp.guide {
	display: none;
}
.popUp.privacy {
	display: none;
}
.popUp.step {
	display: none;
	max-height: 80vh;
	overflow-y: scroll;
}
.modalTitle {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 12px;
	border-bottom: 2px solid #b0063a;
	color:#b0063a;
	letter-spacing: -1.5px;
}
.modalTitle:before {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 6px;
	left: 0;
	background-color: #b0063a;
}
.modalDiv {
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 14px 0;
}
.modalDiv strong,
.stepContent strong {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.modalDiv strong:before,
.stepContent strong:before {
	position: absolute;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	top: 50%;
	left: 0;
	margin-top: -1.5px;
	border-radius: 50%;
	background-color: #000;
}
.modalOutLine {
	margin-top: 10px;
	width: 100%;
	background-color: #f4f5f9;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
	padding: 5px;
}
.modalInLine {
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
	padding: 11px;
	background-color: #fff;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.4;
}
.modalInLine.agree {
	border-radius: 4px 4px 0 0;
}
.modalDiv .noticeUl li {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.64;
	margin-top: 9px;
	text-indent: -9px;
	padding-left: 9px;
	letter-spacing: -1px;
}
.modalDiv .noticeUl li._mobile {
	display: none;
}
.modalDiv .noticeUl li:first-child {
	margin-top: 0;
}
.modalDiv .btnWrap {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.modalDiv .btnWrap input,
.modalDiv .btnWrap a {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 47px;
	line-height: 47px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	border: none;
    text-decoration: none;
    cursor: pointer;
}
.modalDiv .btnWrap input {
	background-color: #b0063a;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modalDiv .btnWrap a {
	background-color: #64636b;
	margin-left: 9px;
}
.modalDiv .noticeMtHandle {
	margin-top: 20px;
}
.modalDiv .agreeDnBtn,
.aswDiv .agreeDnBtn {
	margin-top: 10px;
	display: block;
	text-align: center;
	width: 100%;
	height: 36px;
	line-height: 34px;
	border: 1px solid #a9b1c4;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/style/dn_btn_bg.png") repeat-x left center;
}
.aswDiv .agreeDnBtn span.dIb {
	border: none;
	border-radius: 0;
	height: auto;
    line-height: 34px;
}

.modalDiv .agreeDnBtn span,
.aswDiv .agreeDnBtn span.dIb {
	display: inline-block;
	width: auto;
	padding-left: 26px;
	background: url("../images/style/dn_span_bg.png") no-repeat left center;
	font-weight: 400;
	font-size: 14px;
	color: #151f38;
}
.modalInLine.agree p {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.57;
}
.modalDiv .agreeWrap {
	font-size: 0;
	text-align: center;
	background: #e4e8f2;
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0 7px;
}
.modalDiv .agreeWrap > * {
	display: inline-block;
	vertical-align: top;
}
.modalDiv .agreeWrap input {
	width: 13px;
	height: 13px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #707070;
	margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
.modalDiv .agreeWrap label {
	font-weight: 400;
	font-size: 12px;
	color: #444;
	margin-left: 12px;
}
.agreeMtHandle {
	margin-top: 5px;
}
.allCheck {
	font-size: 0;
	margin-top: 10px;
	margin-top: 10px;
	display: block;
	text-align: center;
	width: 100%;
	height: 36px;
	line-height: 34px;
	border: 1px solid #a9b1c4;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/style/dn_btn_bg.png") repeat-x left center;
}
.allCheck > * {
	display: inline-block;
	vertical-align: middle;
}
.allCheck input {
	width: 13px;
	height: 13px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #707070;
	margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
.allCheck label {
	font-weight: 400;
	font-size: 12px;
	color: #444;
	margin-left: 12px;
}
.upperClsBtn {
	display: block;
	position: absolute;
	right: 0;
	top: 50px;
}
.modalInLine .text {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}
.modalInLine .text span {
	font-weight: 700;
}

.privacyTit {
	font-size: 14px;
	color: #333;
}
.privacyTit strong {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	display: inline-block !important;
}
.joWrap {
	margin-top: 18px;
}
.joWrap > p {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}
.joWrap > p strong {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.hangWrap {
	margin-top: 4px;
	padding-left: 6px;
}
.hangUl {
	padding-left: 20px;
}
.hangWrap > p, ul.hangUl > li {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	padding-left: 18px;
	text-indent: -18px;
}
ul.hangUl > li.tbList {
	padding-left: 0;
	text-indent: 0;
}
p.round {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	padding-left: 18px;
	text-indent: -18px;
}
.julWrap {
	margin-top: 8px;
	padding-left: 16px;
}
.julWrap.julWrap01 {
	margin-top: 6px;
	padding-left: 21px;
}
.julWrap li {
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	padding-left: 18px;
	text-indent: -18px;
}
.infoTb {
	width: 100%;
	margin-top: 6px;
	table-layout: fixed;
}
.infoTb th {
	font-size: 12px;
	text-align: center;
	border: 1px solid #d7d7d7;
	background-color: #f8f8f8;
	padding: 6px 0 6px;
	font-weight: bold;
}
.infoTb td {
	font-size: 12px;
	text-align: left;
	border: 1px solid #d7d7d7;
	padding: 6px 6px 6px;
	word-break: break-all;
}
.linkAc {
	font-size: 12px;
	color: #2e55ff;
}
.julWrap dt {
	font-size: 12px;
	color: #333;
}
.julWrap dd {
	font-size: 12px;
	color: #333;
	padding-left: 10px;
	text-indent: -10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 팝업 시험접수 사전 안내 */
.popUp.joinus .text1 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.popUp.joinus ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0;
	text-align: left;
}
.popUp.joinus ul li {
	display: block;
	width: 100%;
	vertical-align: middle;
	font-size: 0;
	text-align: left;
	margin-top: 10px;
}
.popUp.joinus ul li:first-child {
	margin-left: 0;
}
.popUp.joinus ul li > * {
	display: inline-block;
	vertical-align: middle;
}
.popUp.joinus ul li input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.popUp.joinus ul li input.radio {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.popUp.joinus ul li input.radio:checked {
	background-image: url("../images/style/check_radio.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #eee;
}
.popUp.joinus ul li label {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-left: 4px;
	line-height: 1;
}
.popUp.joinus ul li input.text {
	width:100px;
	height:22px;
    background: url("../images/cals_ico.png") no-repeat 1px center;
    padding-left: 22px;
	border: 1px solid #ccc;
	font-family: "sans-serif";
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-left:20px;
}
/* step 2 */
.searchResult {
	background-color: #fff;
	margin-top: 35px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 18px 31px;
}
.main.text1.lsHandle {
	letter-spacing: -3px;
}
.searchResult .modalTitle {
	padding-bottom: 9px;
}
.stepOutLine {
	width: 458px;
	margin: 0 auto;
}
.stepContent {
	margin-top: 19px;
}
.stepContent .aswDiv {
	margin-top: 10px;
}
.stepContent .aswDiv span {
	display: block;
	border: 1px solid #dadada;
	background-color: #f4f5f9;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 41px;
	line-height: 39px;
	padding-left: 11px;
}
.stepContent .aswDiv span.blk {
	color: #000;
}
.stepContent .aswDiv span.red {
	color: #d50000;
}
.stepContent .aswDiv .selectArea {
	font-size: 0;
	text-align: left;
}
.stepContent .aswDiv .selectArea input {
	display: inline-block;
	background: url("../images/style/dn_btn_bg.png") repeat-x left center;
	text-decoration: none;
	cursor: pointer;
	width: calc((100% - 41px)/6);
	height: 36px;
	line-height: 34px;
	border: 1px solid #a9b1c4;
	border-radius: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-left: 8px;
}
.stepContent .aswDiv .selectArea input._red {
	background: url("../images/style/s_area_bg.png") repeat-x left center;
	border: 1px solid #8b052e;
	color: #fff;
}
.stepContent .aswDiv .selectArea input:first-child {
	margin-left: 0;
}
.scheduleDiv span {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 24px;
	font-size:13px;
	color:#6591d9;
	border: 1px solid #a9b1c4;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 11px;
}
.scheduleDiv input {
	text-decoration: none;
	cursor: pointer;
	background: url("../images/style/dn_btn_bg.png") repeat-x left center;
	width: 100%;
	height: 36px;
	line-height: 34px;
	border: 1px solid #a9b1c4;
	border-radius: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-top: 9px;
}
.scheduleDiv input._red {
	background: url("../images/style/s_area_bg.png") repeat-x left center;
	border: 1px solid #8b052e;
	color: #fff;
}
.scheduleDiv input:first-child {
	margin-top: 0;
}
.aswDiv.info input,
.aswDiv.info select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.aswDiv.info input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.aswDiv.info input {
	border: 1px solid #dadada;
	border-radius: 4px;
	padding-left: 16px;
	font-weight: 400;
    font-size: 14px;
    color: #000;
}
.aswDiv.info input.typeA {
	width: 100%;
}
.aswDiv.info input.typeB {
	width: calc((100% - 19px)/2);
}
.aswDiv.info input.typeC {
	width: 140px;
}
.aswDiv.info input.typeD {
	width: 180px;
}
.aswDiv.info select {
	width: 111px;
	margin-left: 9px;
	border: 1px solid #707070;
	padding-left: 5px;
	font-weight: 400;
    font-size: 14px;
	color: #212121;
}
.stepContent strong span {
	color: #d50000;
}
.aswDiv.info.lots {
	font-size: 0;
	text-align: left;
}
.aswDiv.info.lots > * {
	display: inline-block;
	vertical-align: top;
}
.aswDiv.info.lots p {
	text-align: center;
	height: 41px;
	line-height: 41px;
	font-weight: 400;
    font-size: 14px;
    color: #000;
	width: 18px;
}
.aswDiv.info ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dadada;
	background-color: #f4f5f9;
	border-radius: 4px;
	padding: 14px 11px 14px;
}
.aswDiv.info ul li {
	margin-top: 8px;
	font-weight: 400;
    font-size: 14px;
    color: #000;
}
.aswDiv.info ul li:first-child {
	margin-top: 0;
}
.stepContent.damage {
	display: none;
}
.stepContent .btnWrap {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.stepContent .btnWrap input,
.stepContent .btnWrap a {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 47px;
	line-height: 47px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	border: none;
    text-decoration: none;
    cursor: pointer;
}
.stepContent .btnWrap input {
	background-color: #b0063a;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.stepContent .btnWrap a {
	background-color: #64636b;
	margin-left: 9px;
}



/** 김현섭 추가 2019.07.15 - 자동완성 스타일 **/
.ui-menu-item{
	background : #FFFFFF;
	border : 1px solid white;
	list-style-type: none;
	cursor : pointer;
	height:30px;
	padding: 3px 5px;
}

.ui-menu-item:hover{
	background : rgb(200, 200, 200);
	height:30px;
	padding: 3px 5px;
}

.ui-autocomplete{
	padding-left:0;
	margin: 5px;
	width:300px !important;
	background-color:#FFFFFF !important;
	border:1px solid #dadada;
	padding: 0px;
	max-height:300px;
	overflow-y:auto;
}

.ui-helper-hidden-accessible { position: absolute; left: -9999px; }