body {
	padding: 0;
	margin: 0;
	background: #141C9E;
}

.box-top { 
	position: relative; 
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/bg2.png); 
	background-size: 100% auto; 
}

.box-top > div { 
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}

.box-top > div > img {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}

.box-top > div > img:nth-child(1), .box-top > div > img:nth-child(2) {
	position: relative;
	width: 100%;
	z-index: 9998;
	
	
}
.box-top > div > img:nth-child(1) { display: none; }
.box-top > div > img:nth-child(2) { display: block; }

.box-top > div > img:nth-child(3), .box-top > div > img:nth-child(4) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: 100%;
	max-width: 1000px;
}
.box-top > div > img:nth-child(3) { display: none; }
.box-top > div > img:nth-child(4) { display: block; }

.box-top > div > a {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 20.5%;
	max-width: 205px;
	z-index: 9999;
}

.box-top > div > a  > img {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}

.exam-outer { 
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;

	background-image: url(img/image_bg_top2.png), url(img/image_bg_bottom2.png);
	background-size: 100% auto, 100% auto;
}

.exam-outer2 { 
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-position: center top;
	background-repeat: no-repeat;

	background-image: url(img/image_bg_top2.png);
	background-size: 100% auto;
}
	
.exam {
	max-width: 1240px;
	min-width: 270px;
	margin: 0 1.5rem;
	border: 2px solid #1B0623;
	background: #FFF;
	border-radius: 24px;
}

.exam-title {
	min-width: 270px;
	max-width: 650px;
	padding: .5rem 1.25rem .5rem;
	margin: 1rem .75rem 0;
	text-align: center;
	
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Sans';
	
	background: #15169C;
	border-radius: 21.5px;
}

.exam-line { position: relative; }
.exam-line:nth-child(1) > div.fst { padding: 70px 30px 15px; }
.exam-line > div.fst { padding: 19px 25px; }

.exam-line > div.fst > div > .exam-left {
	flex: 0 0 auto;
    width: 45px;
	
	font-family: 'Noto Sans';
	font-size: 18px;
	font-weight: 700;
	padding-right: 8px;
	padding-left: 0;
	text-align: right;
	color: #221814;	
}

.exam-line > div.fst > div > .exam-right {
	flex: 0 0 auto;
    width: calc(100% - 52px);
	
	line-height: 32px;
    text-align: left;
	
	font-family: 'Noto Sans';
    font-size: 18px;
	font-weight: 700;
}

.exam-line > div.fst > div > .exam-right > span { display: block; color: #333; }
.exam-line > div.fst > div > .exam-right > span > span { color: #00A99D; display: block; }

.exam-line > div.fst > div > .exam-right > div { padding: 8px 0; }
.exam-line > div.fst > div > .exam-right > div:nth-child(1) { padding: 16px 0 8px; }

.exam-line > div.fst > div > .exam-right > div > div:nth-child(1) {
	/* radio */
	flex: 0 0 auto;
    width: 30px;
	
	padding-left: 0;
	padding-right: 5px;
	padding-top: 3px;
	
	text-align: right;
}

.exam-line > div.snd {
	padding: 0 30px;
	position: relative;
	height: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.exam-line > div.snd > .line1 {
	background-color: rgba(51, 51, 51, 0.5);
	height: 1px;
	flex-grow: 1;
}
.exam-line:nth-child(2) > div.fst { padding-top: 0 !important; padding-bottom: 0 !important; }
.exam-line:nth-child(3) > div.fst { padding-top: 0 !important; }
.exam-line:nth-child(2) > div.snd { display: none; }

.exam-line:last-child > div.fst { padding: 0 25px 30px; }
.exam-line:last-child > div.snd { display: none; }

.exam-line > div.fst > div > .exam-right > .touch > img { width: 180px; height: 76px; }

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes touch {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes touch {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.touch {
    -webkit-animation-name: touch;
    animation-name: touch;
}

input[type=radio] { 
	width: 20px; 
	height: 20px; 
	
	-webkit-appearance: none;
	border-radius: 50%;
	outline: none;
	box-shadow: 0 0 0 2px #333;
}

input[type='radio']:before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	margin: 20% auto;
	border-radius: 50%;
}

input[type='radio']:checked:before {
	background: #333;
}



.voice { display: block; margin-bottom: 4px; }
.voice > img { width: 60px; display: block; }

.exam-line > div.fst > div > .exam-right > div > div:nth-child(2) {
	flex: 0 0 auto;
    width: calc(100% - 35px);
	
	font-family: 'Noto Sans';
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}
.exam-line > div.fst > div > .exam-right > div > div:nth-child(2) > span { color: #333; display: inline-block; }
.exam-line > div.fst > div > .exam-right > div > div:nth-child(2) > span > span { display: inline-block; color: #15169C; padding-left: 5px; }


.exam-line > div.fst > div > .exam-right.exam-right2 > div > div:nth-child(2) > span > span { color: rgba(1, 0, 2, 0.3); }
.exam-line > div.fst > div > .exam-right.exam-right2 > div > div:nth-child(2) > span > span > span { display: inline-block; padding-left: 5px; }

.exam-line > div.fst > div > .exam-right.exam-right2 > div > div:nth-child(2) > span.correct > span,
.exam-line > div.fst > div > .exam-right.exam-right2 > div > div:nth-child(2) > span.correct > span > span {
	text-decoration: none; 
	color: #7ABA6A;
}

.exam-line > div.fst > div > .exam-right.exam-right2 > div > div:nth-child(2) > span.error > span,
.exam-line > div.fst > div > .exam-right.exam-right2 > div > div:nth-child(2) > span.error > span > span {
	text-decoration: line-through; 
	color: #333;
}

.exam-line > div.fst > div > .exam-right > div > div:nth-child(2):hover { color: #E73828; }

.signup_form_outer { padding: 0; }
.signup_form_outer  > img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.signup_form_outer  > img:nth-child(1) { display: none; }
.signup_form_outer  > img:nth-child(2) { display: blcok; }

.result_form {
	max-width: 1240px;
	min-width: 270px;
	margin: 0 1.5rem 20px;
	border: 2px solid #333;
	border-radius: 24px;
	background: #FFF;
}
.result_form > div:nth-child(1) { 
	background: #036EB7; 
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}
.result_form > div:nth-child(1) > img {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.result_form > div:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	
	padding: 20px 0;
}

.signup_form { 
	padding: 1.5rem; 
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(img/image_bg_top.png);;
}

.signup_form > div:nth-child(1) {
	background: #FFF;
	max-width: 1240px;
	margin: 0 auto 1.5rem;
	
	border-radius: 1.5rem;
	border: 2px solid transparent;
}

.fill, .box-form {	
	max-width: 1240px;
	min-width: 270px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.fill {
	font-size: 15pt;
	font-weight: bold;
    letter-spacing: 0;
	text-align: center;
	padding: 25px 25px;
	color: #333;
	border-bottom: 1px solid #333
}

.box-form { 
	padding: .9375rem 1.25rem;
	background: #FFF;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.form-group { margin-bottom: 1rem!important; }
.i-cname { margin-top: 2.25rem!important; }
.form-group > label {
	flex: 0 0 auto;
    width: 120px;
	
	line-height: 50px;
	font-family: 'Noto Sans';
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #333;
	
	/* text-indent: 50px; */
}
.form-group > input#cname,
.form-group > input#mobile,
.form-group > select { flex: 0 0 auto; width: calc(100% - 130px); }

#cname, #mobile {
	font-size: 16pt;
	font-weight: 600;
	border: 1px solid #000;
	background-color: #FFF;
	color: #3E3A39;
	height: 50px;
}
select#sex, select#addr {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../../../img/arr_down.png) no-repeat 97%;
    font-size: 16pt;
    font-weight: 600;
	border: 1px solid #000;
	background-color: #FFF;
	color: #3E3A39;
	height: 50px;
}
select::-ms-expand { display: none; }
select#sex option, select#addr option {
	color: #464646;
}

.box-btn { padding: 0; }
.box-btn > button {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	cursor: pointer;
	
	border: 0;
	background: transparent;
}

.box-footer { margin: 0 1.5rem;  }

.box-footer-title {
	padding: 0;
	max-width: 1240px; 
	min-width: 270px; 
	margin: 0 auto; 
	
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

.box-footer > .box-footer-title { 
	max-width: 1240px; 
	min-width: 270px;
}

.box-footer-title > img {
	display: block;
	width: 100%;
	margin: 0 auto;
	
	border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.box-footer-title > img:nth-child(1) {
	max-width: 1240px;
	display: none;
}
.box-footer-title > img:nth-child(2) { }

.box-footer-content {
	max-width: 1240px;
	min-width: 270px;
	margin: 0 auto;
	
	padding: 30px 25px 20px;
	background: #FFF;
	
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	
	align-items: flex-start;
}

.footer-item { padding-bottom: 20px; }
.footer-item > p {
	font-size: 24pt;
	font-weight: bold;
	color: #3E3A39;
	padding-left: 40px;
	background: url(img/circle.png?v=1.0.1) left 50% no-repeat;
	background-size: 16px;
}
.pic1, .pic2 { 
	border: 4px solid #412420; 
	border-radius: .975rem; 
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 auto 20px;
	max-width: 338px;
	width: calc(100% - 20px);
}
.pic1 > img, .pic2 > img { border-radius: .625rem; }

.box-footer2 {  }
.footer-inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 2% 3% 2%;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
}

.footer-inner .f-logo,
.footer-inner .f-left,
.footer-inner .f-right { 
	flex: 0 0 auto;
    width: 100%;
    font-family: 'Noto Sans';
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

.footer-inner .f-left div:nth-child(1),
.footer-inner .f-left div:nth-child(2) { font-size: 14px; color: #FFF; text-align: center; }
.footer-inner .f-right { margin-top: 15px; color: #FFF; text-align: center; }
.footer-inner .f-right div:nth-child(1),
.footer-inner .f-right div:nth-child(2) { font-size: 14px; color: #FFF; }

.footer-inner .f-logo > a { display: block; text-align: center; }

.footer-inner .f-logo { margin-bottom: 15px; margin-top: 15px; }
.footer-inner .f-logo > a > img { margin: 0 auto; }

.copyright {
	border-top: 1px solid rgba(255, 255, 255, .7);
	color: #333;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 13px;
}

@media only screen and (max-width: 413px) {
	.exam-line:nth-child(1) > div.fst { padding: 70px 20px 15px; }
	.exam-line > div.fst { padding: 19px 20px; }
	.exam-line > div.snd { padding: 0 20px; }
	
	.fill { padding: 10px 3px; }
	.form-group { margin-bottom: 8px!important; }

	.form-group > label {
		font-size: 12pt; 
		line-height: 46px;
		
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
		
		/* text-indent: 30px; */
	}
	.form-group > input#cname,
	.form-group > input#mobile,
	.form-group > select { flex: 0 0 auto; width: calc(100% - 110px); }
	#cname, #mobile { font-size: 12pt; height: 46px; }
	
	select#sex, select#addr { font-size: 12pt; height: 46px; }
	
	.footer-item > p { font-size: 18pt; }
}

@media only screen and (max-width: 374px) {
	.exam-title { font-size: 16px; }
	.exam-line > div.fst > div > .exam-right { font-size: 16px; line-height: 26px; }
	.exam-line > div.fst > div > .exam-right > div > div:nth-child(2) { font-size: 16px; line-height: 26px; }
	input[type=radio] { width: 16px; height: 16px; }
	
	.fill { font-size: 13pt; }
	.form-group > label,
	.form-group > input#cname, .form-group > input#mobile, .form-group > select {
		padding-left: .5rem; 
		padding-right: .5rem; 
	}
	.form-group > label { flex: 0 0 85px; max-width: 85px; }
	.form-group > input#cname, .form-group > input#mobile, .form-group > select { flex: 0 0 calc(100% - 85px); max-width: calc(100% - 85px); }
	
	.pic1, .pic2 { max-width: 200px; }
	
	.pic1 > img, .pic2 > img { max-width: 200px; }
	
	.box-footer-content { padding: 30px 10px 20px; }
	.footer-item > p { font-size: 15pt; }
	
	.footer-inner .f-left div:nth-child(1),
	.footer-inner .f-left div:nth-child(2) { font-size: 12px; }
	.footer-inner .f-right div:nth-child(1),
	.footer-inner .f-right div:nth-child(2) { font-size: 12px; }
}

@media only screen and (min-width: 576px) {
	.result_form { margin: 0 1.5rem 24px; }
	.result_form > div:nth-child(2) { font-size: 24px; padding: 24px 0; }
	
	.exam-title { padding: .5rem 1.25rem .5rem; font-size: 20px; }
	.exam-line > div.snd { padding: 0 20px; }
	
	.footer-inner .f-left div:nth-child(1),
	.footer-inner .f-left div:nth-child(2) { font-size: 16px; }
	.footer-inner .f-right div:nth-child(1),
	.footer-inner .f-right div:nth-child(2) { font-size: 16px; }
}

@media only screen and (min-width: 640px) {	
	.result_form { margin: 0 1.5rem 28px; }
	.result_form > div:nth-child(2) { font-size: 28px; padding: 28px 0; }	
	.exam-title { font-size: 19px; }
	.footer-inner .f-logo { 
		flex: 0 0 auto;
		width: 45%;
    }

    .footer-inner .f-logo img { width: 100%; max-width: 190px; }

    .footer-inner .f-left {
		flex: 0 0 auto;
		width: 55%;
    }
	
	
	.footer-inner .f-left div:nth-child(1),
	.footer-inner .f-left div:nth-child(2) { font-size: 16px; text-align: left; }
}

@media only screen and (min-width: 768px) {
	
	.result_form { margin: 0 3.125rem 32px; }
	.result_form > div:nth-child(2) { font-size: 32px; padding: 32px 0; }
	
	.exam-outer, .exam-outer2 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
	.exam { margin: 0 3.125rem; }
	
	.exam-line:last-child > div.fst { padding: 0 25px 0; }
	
	.exam-line:nth-child(1) > div.fst { padding: 70px 25px 0; }
	
	.exam-line > div.snd { padding: 0 40px; }
		
	.exam-line > div.fst > div > .exam-left { font-size: 16pt; }

	.exam-line > div.fst > div > .exam-right { font-size: 24px; position: relative; }
	.exam-line > div.fst > div > .exam-right > div > div:nth-child(2) { font-size: 24px; }
	.hair, .footer,	.eye { position: absolute; right: 0; top: 0; }
	
	.fill { font-size: 18pt; letter-spacing: 0.2em; }
	.fill > br { display: none; }
	.signup_form { padding: 3.125rem; }
	.signup_form > div:nth-child(1) { margin: 0 auto 3.125rem; }
	.box-form { padding: .9375rem 2rem; }
	.form-group { margin-bottom: 1.5rem!important; }
	.i-cname, .i-sex { margin-top: 2.25rem!important; }
	.form-group > label { flex: 0 0 auto; width: 120px; font-size: 24px; }
	.form-group > input#cname,
	.form-group > input#mobile,
	.form-group > select { flex: 0 0 auto; width: calc(100% - 130px);	}
	
	.box-btn { flex: 0 0 auto; width: 100%; margin-top: .75rem; margin-bottom: 1.3125rem; }
	
	.box-footer-title > img:nth-child(1) { display: block; }
	.box-footer-title > img:nth-child(2) { display: none; }
	
	.footer-item > p { padding: 8px 0 8px 40px; }
	.footer-item > p:first-child { margin-top: 10px; }
	
	.footer-inner .f-left div:nth-child(1),
	.footer-inner .f-left div:nth-child(2) { font-size: 15px; }
	.footer-inner .f-right div:nth-child(1),
	.footer-inner .f-right div:nth-child(2) { font-size: 15px; text-align: center; }
}

@media only screen and (min-width: 992px) {
	.result_form { margin: 0 3.125rem 40px; }
	.result_form > div:nth-child(2) { font-size: 40px; padding: 40px 0; }
	
	.exam-title { margin: 3.125rem 4.6875rem 0; }
	.exam-line > div.fst { padding: 19px 75px; }
	.exam-line:last-child > div.fst { padding: 0 75px 70px; }
	.exam-line:nth-child(1) > div.fst { padding: 70px 75px 15px; }
	
	.exam-line > div.snd { padding: 0 60px; }
	
	.box-top > div:nth-child(2) { height: 43px; }
	
	.fill { font-size: 22pt; }
	
	.footer-item > p { font-size: 32px; padding: 10px 0 10px 40px; }
	.footer-item > p:first-child { margin-top: 20px; }
	
	.footer-inner .f-logo {
		flex: 0 0 auto;
		width: 26%;
    }

    .footer-inner .f-left {
        flex: 0 0 auto;
		width: 33%;
		
		font-size: 11pt;
    }

    .footer-inner .f-right {
        flex: 0 0 auto;
		width: 41%;
        margin-top: 0;
		font-size: 11pt;
    }

    .footer-inner .f-right p { text-align: right; }
	
	.footer-inner .f-left div:nth-child(1),
	.footer-inner .f-left div:nth-child(2) { font-size: 16px; }
	.footer-inner .f-right div:nth-child(1),
	.footer-inner .f-right div:nth-child(2) { font-size: 16px; text-align: left; }
	
	.pic1, .pic2 { width: calc(50% - 20px); }
}

@media only screen and (min-width: 1000px) {
	.box-top > div > img:nth-child(2) { display: none; }
	.box-top > div > img:nth-child(1) { display: block; }
	.box-top > div > img:nth-child(4) { display: none; }
	.box-top > div > img:nth-child(3) { display: block; }
	
	.box-top > div > a { 
		top: 5px;
		left: 43%; 
	}
	
	.box-top { background-image: url(img/bg.png); background-size: auto; }
	.exam-outer { 
		padding-top: 3.125rem; 
		padding-bottom: 3.125rem; 
		background-image: url(img/image_bg_top.png), url(img/image_bg_bottom.png);
		background-size: auto;
	}
	.exam-outer2 { 
		padding-top: 3.125rem; 
		padding-bottom: 3.125rem; 
		background-image: url(img/image_bg_top.png);
	}
	.exam { border-radius: 1.5rem; margin: 0 auto; }
	.box-form { padding: .9375rem 12.959558%; }
	.box-footer-content { align-items: center; }
	
	.signup_form_outer  > img { max-width: 1920px; }
	.signup_form_outer  > img:nth-child(2) { display: none; }
	.signup_form_outer  > img:nth-child(1) { display: block; }
	
	.signup_form { background-image: url(img/image_bg_top.png); background-size: auto; }
}

@media only screen and (min-width: 1100px) { 
	.result_form { margin: 0 auto 40px; }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}

@media only screen and (min-width: 1600px) {
	
	.footer-item > p { font-size: 36px; }
}

@media only screen and (min-width: 1800px) {
	
}

@media only screen and (min-width: 1920px) {
	
}