.inner {
	max-width: 1260px;
}

.tit {
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 700;
}
.tit p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 50px;
}

.sub06 .form {
	gap: 30px;
	max-width: 1320px;
	margin: 0 auto;
}
.sub06 .form .item > p {
    min-width: 100px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}
.sub06 .form .item > p i {
	color: #ff0000;
}
.sub06 .form .item > div {
	position: relative;
	flex: 1;
	width: 100%;
	gap: 10px;
}
.sub06 .form .item > div input[type=text] {
	width: 100%;
	height: 46px;
	border-radius: 10px;
	border: 1px solid #AAA;
	font-size: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
.sub06 .form .item > div textarea {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	border: 1px solid #AAA;
	font-size: 20px;
	padding: 20px;
	resize: none;
	box-sizing: border-box;
}
.sub06 .form .item > div.radio {
	gap: 16px;
}
.sub06 .form .radio input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.sub06 .form .radio input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-left: 27px;
}
.sub06 .form .radio input[type=radio] + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #A5AEBC;
	background: var(--white);
	box-sizing: border-box;
}
.sub06 .form .radio input[type=radio]:checked + label:before {
	border: 1px solid var(--green);
}
.sub06 .form .radio input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	background: var(--green);
	border-radius: 50%;
}
.sub06 .form .grid2 {
	gap: 20px;
}
.sub06 .form .grid2 > div {
	flex: 1;
}
.sub06 .file_box {
	position: relative;
	flex: 1;
}
.sub06 .file_box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.sub06 .file_box label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sub06 .btn_area {
	justify-content: center;
	margin-top: 50px;
}
.sub06 .btn_area button {
	width: 180px;
	height: 56px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
}


.sub06 .sub06_1 .form .item:nth-child(1) > p {
	margin-top: -30px;
}
.sub06 .sub06_1 .result {
	margin-top: 30px;
}
.sub06 .sub06_1 .result .img {
    position: relative;
    width: 595px;
    height: 841px;
	background: url("../images/cert_default.png")no-repeat 50% 0 / 100%;
	margin: 0 auto;
}
.sub06 .sub06_1 .result .img > div {
	position: absolute;
	font-family: "Noto Serif SC", serif;
}
.sub06 .sub06_1 .result .img > div.top_left {
    top: 40%;
    left: 20%;
    line-height: 1.37;
}
.sub06 .sub06_1 .result .img > div.top_left p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2.7px;
}
.sub06 .sub06_1 .result .img > div.top_left p.name {
	margin-top: 9px;
	font-size: 30px;
	font-weight: 600;
	gap: 10px;
}
.sub06 .sub06_1 .result .img > div.top_left p.name span {
	display: block;
	font-size: 14px;
	font-family: "Nanum Myeongjo", serif;
	margin-top: 3px;
}
.sub06 .sub06_1 .result .img .no {
	bottom: 14.3%;
    left: 19%;
	font-family: 'NanumSquareNeo-Variable';
	font-size: 10px;
}
.sub06 .sub06_1 .result .img .date {
    bottom: 12.4%;
    left: 21.5%;
	font-family: 'NanumSquareNeo-Variable';
	font-size: 10px;
}



.sub06 .sub06_2 .form {
	gap: 50px;
}
.sub06 .sub06_2 .form .title {
	gap: 50px;
}
.sub06 .sub06_2 .form .title select {
    padding: 0 40px 0 20px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #AAA;
    background-size: 20px;
    max-width: max-content;
    font-size: 20px;
	font-weight: 500;
    margin: 0 auto;
    background-position: calc(100% - 15px) 50%;
}
.sub06 .sub06_2 .form .title .cert_download a {
	display: none;
	width: 140px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: var(--green);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
.sub06 .sub06_2 .cert_form {
	gap: 40px;
}
.sub06 .sub06_2 .cert_form .f1 {
	gap: 20px;
}
.sub06 .sub06_2 .cert_form .f1 > * {
	flex: 1;
}
.sub06 .sub06_2 .cert_form .big_title {
	font-size: 25px;
	font-weight: 700;
}
.sub06 .sub06_2 .cert_form .box {
	gap: 30px;
}
.sub06 .sub06_2 .cert_form .box .subject {
	padding: 20px 0;
	background: #F9F9F9;
	font-size: 25px;
	font-weight: 500;
}
.sub06 .sub06_2 .cert_form .box .subject i {
	color: #ff0000;
}
.sub06 .sub06_2 .cert_form .box .subject p {
	color: #AAA;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}
.sub06 .sub06_2 .cert_form .checkbox {
	gap: 30px;
	justify-content: center;
}
.sub06 .sub06_2 .cert_form .checkbox > div {
	position: relative;
}
.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-left: 27px;
}
.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #A5AEBC;
	background: var(--white);
	box-sizing: border-box;
}
.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox]:checked + label:before {
	background: var(--green) url("../images/ic_check.svg")no-repeat 50% 50%;
	border: 1px solid var(--green);
}
.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] + label input[type=text] {
	border-bottom: 1px solid #AAA;
    font-size: 16px;
    height: 26px
}

.sub06 .sub06_2 .cert_form .check {
	gap: 30px;
	justify-content: center;
}
.sub06 .sub06_2 .cert_form .check > div {
	position: relative;
}
.sub06 .sub06_2 .cert_form .check input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.sub06 .sub06_2 .cert_form .check input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-left: 27px;
}
.sub06 .sub06_2 .cert_form .check input[type=checkbox] + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #A5AEBC;
	background: var(--white);
	box-sizing: border-box;
}
.sub06 .sub06_2 .cert_form .check input[type=checkbox]:checked + label:before {
	background: var(--green) url("../images/ic_check.svg")no-repeat 50% 50%;
	border: 1px solid var(--green);
}
.sub06 .sub06_2 .cert_form .check input[type=checkbox] + label input[type=text] {
	border-bottom: 1px solid #AAA;
    font-size: 16px;
    height: 26px
}
.sub06 .sub06_2 .cert_form .beauty_form .desc {
	color: #AAA;
	font-size: 20px;
	text-align: center;
}

.sub06 .sub06_2 .cert_form .box_form {
	gap: 30px;
}
.sub06 .sub06_2 .cert_form .box_form .btn_form {
	justify-content: center;
	gap: 10px;
}
.sub06 .sub06_2 .cert_form .box_form .btn_form button {
    width: 52px;
    height: 26px;
    font-size: 20px;
    border-radius: 5px;
    padding-bottom: 2px;
    box-sizing: border-box;
}
.sub06 .sub06_2 .cert_form .desc {
	font-size: 20px;
}


#result_pop .box {
	max-width: 500px;
	margin: 0 auto;
	gap: 50px;
	padding: 50px 0;
}
#result_pop .box .top {
	text-align: center;
	gap: 20px;
}
#result_pop .box .top .icon {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 20px;
	background: #F9F9F9;
	margin: 0 auto;
	box-sizing: border-box;
}
#result_pop .box .top .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#result_pop .box .top .state {
	font-size: 20px;
}
#result_pop .box .item {
	border-radius: 10px;
	border: 1px solid #AAA;
	padding: 30px;
	gap: 20px;
	box-sizing: border-box;
}
#result_pop .box .item h4 {
	font-size: 14px;
}
#result_pop .box .item .flex > p {
	position: relative;
	width: 70px;
	margin-right: 10px;
}
#result_pop .box .item .flex > p:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 1px;
    height: 13px;
    background: #000;
}
#result_pop .box .item .flex > div {
	flex: 1;
}




@media screen and (max-width: 1570px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.tit {
		font-size: 24px;
		margin-bottom: 35px;
	}
	.tit p {
		font-size: 14px;
		margin-top: 35px;
	}

	.sub06 .form {
		gap: 15px;
	}
	.sub06 .form .item > p {
		font-size: 16px;
	}
	.sub06 .form .item > div input[type=text] {
		height: 42px;
		font-size: 16px;
		padding: 0 15px;
	}
	.sub06 .btn_area {
		margin-top: 30px;
	}

	.sub06 .sub06_1 .form .item > p {
		margin-top: -28px;
	}
	.sub06 .sub06_1 .form .item > div p {
		font-size: 14px;
	}


	.sub06 .sub06_2 .form {
		gap: 35px;
	}
	.sub06 .sub06_2 .form .title {
		gap: 35px;
	}
	.sub06 .sub06_2 .form .title select {
		height: 52px;
		font-size: 16px;
	}
	.sub06 .sub06_2 .form .title .cert_download a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.sub06 .sub06_2 .cert_form {
		gap: 30px;
	}
	.sub06 .sub06_2 .cert_form .big_title {
		font-size: 20px;
	}
	.sub06 .sub06_2 .cert_form .box {
		gap: 20px;
	}
	.sub06 .sub06_2 .cert_form .box .subject {
		padding: 15px 0;
		font-size: 20px;
	}
	.sub06 .sub06_2 .cert_form .box .subject p {
		font-size: 16px;
		margin-top: 10px;
	}
	.sub06 .form .radio input[type=radio] + label {
		font-size: 16px;
	}
	.sub06 .form .radio input[type=radio] + label:before {
		top: 0;
	}
	.sub06 .form .radio input[type=radio]:checked + label:after {
		top: 5px;
	}
	.sub06 .sub06_2 .cert_form .checkbox {
		gap: 20px;
	}
	.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] + label {
		font-size: 16px;
	}
	.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] + label:before {
		top: 0;
	}
	.sub06 .sub06_2 .cert_form .checkbox input[type=checkbox] + label input[type=text] {
		font-size: 14px;
	}
	.sub06 .sub06_2 .cert_form .desc {
		font-size: 16px;
	}

	#result_pop .box {
		gap: 25px;
		padding: 30px 0;
	}
	#result_pop .box .top {
		gap: 15px;
	}
	#result_pop .box .top .state {
		font-size: 16px;
	}
	#result_pop .box .top p {
		font-size: 14px;
	}
	#result_pop .box .item {
		padding: 15px;
	}
	#result_pop .box .item .flex {
		font-size: 14px;
	}
	#result_pop .box .item .flex > p {
		width: 60px;
	}
}
@media screen and (max-width: 768px) {
	.sub06 .form .grid2 {
		gap: 10px;
	}
	.sub06 .form .grid2 > div {
		flex: none;
		width: 100%;
	}
	.sub06 .form .item > p {
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.sub06 .form .item > div {
		flex: none;
		width: 100%;
	}
	.sub06 .form .item > div textarea {
		font-size: 16px;
		padding: 15px;
	}
	
	.sub06 .sub06_2 .cert_form .box .subject {
		padding: 10px 0;
		font-size: 18px;
	}
	.sub06 .sub06_2 .cert_form .box .subject p {
		font-size: 14px;
	}
	.sub06 .sub06_2 .cert_form .f1 {
		gap: 10px;
	}
	.sub06 .sub06_2 .cert_form .f1 > * {
		flex: none;
		width: 100%;
	}
	.sub06 .sub06_2 .cert_form .checkbox {
		justify-content: start;
	}
	.sub06 .sub06_2 .cert_form .desc {
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.sub06 .sub06_1 .result .img {
		width: 100%;
		height: 0;
		padding-bottom: 141.5%;
	}
	.sub06 .sub06_1 .result .img > div.top_left p {
		font-size: 3vw;
	}
	.sub06 .sub06_1 .result .img > div.top_left p.name {
		font-size: 4vw;
		margin-top: 5px;
	}
	.sub06 .sub06_1 .result .img > div.top_left p.name span {
		font-size: 2.6vw;
	}
	.sub06 .sub06_1 .result .img .no,
	.sub06 .sub06_1 .result .img .date {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 480px) {
	.sub06 .sub06_2 .cert_form .checkbox > div {
		width: calc(50% - 10px);
	}
	.sub06 .sub06_2 .cert_form .checkbox > div:last-child {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.sub06 .sub06_2 .cert_form .checkbox > div {
		width: 100%;
	}
}