@charset "utf-8";

article, section, div, ul, ol, li, a, h1, h2, h3, h4, h5, h6 {
	font-family: 'pretendard', 'Noto Sans KR', Arial;
	color: #333;
}

li {
	list-style: none;
}

.vocaking {
	padding: 0;
	margin: 0;
	width: 100%;
}

.inner-m {
	display: block;
}

.inner-pc {
	display: none;
}

.inner-common {
	padding: 50px 20px;
	text-align: center;
}

.imgbox-shadow {
	border-radius: 15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	overflow: hidden;
}


@media (min-width:960px){
	.inner-common {
		padding: 80px 40px;
	}
	
	.imgbox-shadow {
		border-radius: 20px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
	}
}

@media (min-width:1280px){
	.inner-common {
		margin: 0 auto;
		padding: 100px 0;
		width: 1100px;
	}
	
	.inner-m {
		display: none;
	}
	
	.inner-pc {
		display: block;
	}
}


/*top bnn*/
.vocaking .vocaking-top-bnn {
	padding: 0 5px;
	background-color: #31a5ff;
	text-align: center;
}

/*visual*/
.vocaking .visual {
	background:#fff1f0;
	text-align: center;
}

@media (min-width:960px){
	.vocaking .visual {
		background:url(../images/vocaking-ver2-bg01.png) center top no-repeat, #fff1f0;
		background-size: 90%, 100%;
	}
}

/*apply*/
.vocaking .apply {
	width: 100%;
	background-color: #fff;
}

.vocaking .apply h1 {
	padding: 0;
	margin: 0;
	font-size: 40px;
	font-weight: 900;
}

.vocaking .apply h2 {
	display: inline-block;
	padding: 5px;
	margin: 0;
	background-color: #ff6b6b;
	font-size: 30px;
	color: #fff;
}

.vocaking .apply .title-area > img {
	width: 70px;
}

/* 레벨 슬라이더 CSS START */
.levelListContainer{
	padding:20px;
	background-color:#fff;
}
.levelListContainer .levelList{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
}
.levelListContainer .levelList li {
	padding: 0 5px;
}
.levelListContainer .levelList li a {
	font-size:1em;
	width:100px;
	height:40px;
	display:flex;
	justify-content: center;
	align-items: center;
	border:1px solid #ccc;
	border-radius:10px;
	color:#333;
	cursor: pointer;
}
.levelListContainer .levelList li a.on {
	font-weight:700;
	background-color:#666;
	border:0;
	color:#fff;
}

@media all and (min-width:992px){
	
	.levelListContainer .levelList li a {
		font-size: 1.25em;
		width: 125px;
		height: 50px;
		border-radius: 15px;
	}
}

/* 레벨 슬라이더 CSS END */


.vocaking .apply .apply-table-view { /*현황판*/
	position:relative;
	grid-template-columns: 1fr;
	display: grid;
	gap: 20px;
	padding: 20px;
	width: 100%;
	border: 1px solid #666;
	border-radius: 20px 20px 0 0;
}
.vocaking .apply .apply-table-view .lureCover{ /*신청 폼 유도 커버*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.vocaking .apply .apply-table-form { /*실제 신청폼*/
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	width: 100%;
	border: 1px solid #666;
	border-radius: 0 0 20px 20px;
}

.vocaking .apply .apply-table-view .classListContainer,
.vocaking .apply .apply-table-form .classListContainer {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.vocaking .apply .apply-table-view .classListContainer .title-day,
.vocaking .apply .apply-table-form .classListContainer .title-day {
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 14px;
	background-color: #fff;
	border: 2px solid #444;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #444;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div,
.vocaking .apply .apply-table-form .classListContainer .timelist > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div > p:first-child,
.vocaking .apply .apply-table-form .classListContainer .timelist > div > p:first-child {
	width: 25%;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div > p:nth-child(2),
.vocaking .apply .apply-table-form .classListContainer .timelist > div > p:nth-child(2),
.vocaking .apply .apply-table-view .classListContainer .timelist > div > p:nth-child(3),
.vocaking .apply .apply-table-form .classListContainer .timelist > div > p:nth-child(3) {
	width: 37.5%;
}

/*신청가능*/
.vocaking .apply .apply-table-view .classListContainer .timelist > div.on,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.on {
	border: 1px solid #ff7575;
	border-radius: 10px;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > p,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > p {
	font-size: 14px;
	font-weight: 700;
	color: #ff7575;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > p > label,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > p > label {
	margin-left: 5px;
	padding: 6px 0 5px;
	background-color: #ff7575;
	border-radius: 20px;
	width: 100%;
	font-size: 13px;
	color: #fff;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > .apply-btn,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > .apply-btn {
	display: inline-block;
	background-color: #ff7575;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.vocaking .apply .apply-table-view .classListContainer .apply-icn {
	display: none;
}

/*신청대기*/
.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay {
	border: 1px solid #666;
	border-radius: 10px;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > p,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > p {
	font-size: 14px;
	color: #666;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > p > label,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > p > label {
	margin-left: 5px;
	padding: 6px 0 5px;
	background-color: #666666;
	border-radius: 20px;
	width: 100%;
	font-size: 13px;
	color: #fff;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > .apply-btn,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > .apply-btn {
	display: inline-block;
	background-color: #666;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}

/*신청마감*/
.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish {
	border: 1px solid #ccc;
	border-radius: 10px;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > p,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > p {
	font-size: 14px;
	color: #ccc;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > p > label,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > p > label {
	margin-left: 5px;
	padding: 6px 0 5px;
	background-color: #cccccc;
	border-radius: 20px;
	width: 100%;
	font-size: 13px;
	color: #fff;
}

.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > .apply-btn,
.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > .apply-btn {
	display: inline-block;
	background-color: #ccc;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	color: #fff;
}

.vocaking .apply .apply-table-top > div {
	padding: 10px;
	background-color: #666;
	border-radius: 30px 30px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
}

.vocaking .apply .apply-table-top > div > span {
	font-weight: 700;
	color: #ffdf6d;
}

.vocaking .apply .apply-table-bottom {
	padding: 15px 0;
	background-color: #666;
	border-radius: 0 0 30px 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #ffdf6d;
	cursor: pointer;
}

.vocaking .apply .notice-test {
	text-align: left;
}

.vocaking .apply .notice-test ul {
	padding: 0 20px;
}

.vocaking .apply .notice-test ul li {
	padding: 3px 0;
	list-style: circle;
	line-height: 22px;
	font-size: 14px;
}

.vocaking .apply .more-level > img {
	width: 200px;
	height: auto;
}

@media (min-width:960px){
	.vocaking .apply h1 {
		font-size: 60px;
	}
	
	.vocaking .apply h2 {
		font-size: 40px;
	}
	
	.vocaking .apply .title-area > img {
		width: 80px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .title-day,
	.vocaking .apply .apply-table-form .classListContainer .title-day {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .timelist > div,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div {
		height: 70px;
	}
	
	/*신청가능,대기,마감*/
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > p,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > p,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > p,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > p,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > p,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > p {
		font-size: 20px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > p > label,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > p > label,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > p > label,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > p > label,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > p > label,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > p > label {
		margin-left: 10px;
		font-size: 18px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > .apply-btn,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > .apply-btn,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > .apply-btn,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > .apply-btn,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > .apply-btn,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > .apply-btn {
		height: 70px;
		line-height: 70px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .apply-icn {
		display: inline-block;
		margin-left: 5px;
	}
	
	.vocaking .apply .apply-table-top > div {
		padding: 20px 0;
		font-size: 24px;
		line-height: 34px;
	}
	
	.vocaking .apply .apply-table-bottom {
		font-size: 28px;
	}
	
	.vocaking .apply .notice-test ul li {
		line-height: 26px;
		font-size: 18px;
	}

	.vocaking .apply .more-level > img {
		width: 290px;
	}
}

@media (min-width:1280px){
	.vocaking .apply h1 {
		font-size: 60px;
	}
	
	.vocaking .apply h2 {
		font-size: 40px;
	}
	
	.vocaking .apply .title-area > img {
		width: 90px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer,
	.vocaking .apply .apply-table-form .classListContainer {
		flex-direction: row;
	}
	
	.vocaking .apply .apply-table-view .classListContainer > div,
	.vocaking .apply .apply-table-form .classListContainer > div {
		width: 50%;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .title-day,
	.vocaking .apply .apply-table-form .classListContainer .title-day {
		font-size: 18px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .timelist > div,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div {
		height: 60px;
	}
	
	/*신청가능,대기,마감*/
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > p,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > p,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > p,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > p,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > p,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > p {
		font-size: 16px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > p > label,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > p > label,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > p > label,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > p > label,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > p > label,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > p > label {
		margin-left: 10px;
		font-size: 15px;
	}
	
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.on > .apply-btn,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.on > .apply-btn,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.stay > .apply-btn,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.stay > .apply-btn,
	.vocaking .apply .apply-table-view .classListContainer .timelist > div.finish > .apply-btn,
	.vocaking .apply .apply-table-form .classListContainer .timelist > div.finish > .apply-btn {
		height: 60px;
		line-height: 60px;
	}
	
	.vocaking .apply .apply-table-top > div {
		font-size: 20px;
		line-height: 30px;
	}
	
	.vocaking .apply .notice-test ul li {
		line-height: 24px;
		font-size: 16px;
	}
}

/*what*/
.vocaking .what {
	width: 100%;
	background-color: #ff7575;
}

.vocaking .what .dp-flex {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.vocaking .what .dp-flex img {
	width: 70px;
	height: auto;
}

.vocaking .what .dp-flex > h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
}

.vocaking .what .dp-flex > h1 > span {
	font-weight: 900;
}

.vocaking .what .dp-flex > p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

@media (min-width:960px){
	.vocaking .what .dp-flex img {
		width: 80px;
	}
	
	.vocaking .what .dp-flex > h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.vocaking .what .dp-flex > p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (min-width:1280px){
	.vocaking .what .inner-common {
		padding: 80px 0;
	}
	
	.vocaking .what .dp-flex {
		gap: 10px;
	}
	
	.vocaking .what .dp-flex img {
		width: 90px;
	}
	
	.vocaking .what .dp-flex > h1 {
		font-size: 72px;
		line-height: 72px;
	}
}


/*how*/

.vocaking .how {
	width: 100%;
	background-color: #fafafa;
}

.vocaking .how .title-area {
	margin-bottom: 20px;
}

.vocaking .how .title-area > h1 {
	font-size: 40px;
	font-weight: 900;
	color: #ff7575;
}

.vocaking .how .title-area > h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #333333;
}

.vocaking .how .title-area > h2 span {
	color: #ff7575;
}

.vocaking .how .title-area > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.vocaking .how .title-area > p > span {
	color: #ff7575;
	font-weight: 600;
}

.vocaking .how .view-img01 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}

.vocaking .how .view-img01 > img {
	width: 60px;
	height: 60px;
}

.vocaking .how .view-img02 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 20px;
	column-gap: 10px;
}


.vocaking .how .view-img02 > div:nth-child(1),
.vocaking .how .view-img02 > div:nth-child(5),
.vocaking .how .view-img02 > div:nth-child(6) {
	grid-column: 1 / 4;
}

.vocaking .how .view-img02 > div:nth-child(1) > img {
	width: 200px;
	height: auto;
}

.vocaking .how .view-img03 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 10px;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	font-size: 18px;
}

.vocaking .how .view-img03 p > img {
	margin-right: 5px;
	width: 18px;
	height: auto;
}

.vocaking .how .view-img03 p > span {
	padding: 2px 5px;
	background-color: #fff371;
	font-weight: 700;
	color: #333;
}

@media (min-width: 960px){
	.vocaking .how .title-area > h1 {
		font-size: 50px;
	}
	
	.vocaking .how .title-area > h2 {
		font-size: 36px;
		line-height: 46px;
	}
	
	.vocaking .how .title-area > p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.vocaking .how .inner-pc {
		display: block;
	}
	
	.vocaking .how .inner-m {
		display: none;
	}
	
	.vocaking .how .view-img01 {
		gap: 30px;
	}
	
	.vocaking .how .view-img01 > img {
		width: 80px;
		height: 80px;
	}
	
	.vocaking .how .view-img02 {
		row-gap: 30px;
		column-gap: 30px;
		margin: 0 auto;
		max-width: 1100px;
	}
	
	.vocaking .how .view-img02 > div:nth-child(1) > img {
		width: 250px;
	}
	
	.vocaking .how .view-img03 {
		gap: 20px;
		padding: 40px 50px;
		border-top: 2px solid #eaeaea;
		border-bottom: 2px solid #eaeaea;
		font-size: 30px;
	}
	
	.vocaking .how .view-img03 p > img {
		margin-right: 10px;
		width: 36px;
		height: auto;
	}
}

@media (min-width: 1280px){
	.vocaking .how .title-area > h1 {
		font-size: 72px;
	}
	
	.vocaking .how .title-area > h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.vocaking .how .title-area > p {
		font-size: 24px;
		line-height: 34px;
	}
	
	.vocaking .how .view-img01 > img {
		width: 100px;
		height: 100px;
	}
	
	.vocaking .how .view-img02 {
		row-gap: 50px;
		column-gap: 50px;
	}
	
	.vocaking .how .view-img02 > div:nth-child(1) > img {
		width: 300px;
	}
	
	.vocaking .how .view-img03 {
		gap: 30px;
	}
}



/*video*/
.vocaking .video {
	width: 100%;
	background-color: #fff;
}

.vocaking .video .title-area {
	margin-bottom: 20px;
}

.vocaking .video .title-area > h1 {
	margin: 0;
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
	color: #ff7575;
}

.vocaking .video .title-area > p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.vocaking .video .video-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.vocaking .video .video-wrap .video-container {
	position: relative;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}

.vocaking .video .video-wrap .video-container iframe,
.vocaking .video .video-wrap .video-container object,
.vocaking .video .video-wrap .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width:960px){
	.vocaking .video .title-area {
		margin-bottom: 30px;
	}
	
	.vocaking .video .title-area > h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.vocaking .video .title-area > p {
		font-size: 36px;
		line-height: 46px;
	}
}

@media (min-width:1280px){
	.vocaking .video .title-area {
		margin-bottom: 30px;
	}
	
	.vocaking .video .title-area > h1 {
		font-size: 72px;
		line-height: 72px;
	}
	
	.vocaking .video .title-area > p {
		font-size: 40px;
		line-height: 50px;
	}
}


/*question*/
.vocaking .question {
	width: 100%;
	background-color: #fafafa;
}

.vocaking .question .inner-common {
	padding: 50px 20px 0 20px;
}

.vocaking .question .dp-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.vocaking .question .dp-flex > div:nth-child(1){
	order: 2;
}

.vocaking .question .dp-flex > div:nth-child(2){
	order: 1;
}

.vocaking .question .dp-flex > div p {
	font-size: 36px;
	line-height: 46px;
	font-weight: 200;
	color: #333;
}

@media (min-width: 960px){
	.vocaking .question .inner-common {
		padding: 100px 0 0 0;
	}
	
	.vocaking .question .dp-flex {
		flex-direction: row;
	}
	
	.vocaking .question .dp-flex > div:nth-child(1){
		order: 1;
		width: 50%;
	}
	
	.vocaking .question .dp-flex > div:nth-child(2){
		order: 2;
		width: 50%;
	}
	
	.vocaking .question .dp-flex > div p {
		font-size: 50px;
		line-height: 70px;
		text-align: left;
	}
}

@media (min-width: 1280px){
	.vocaking .question .dp-flex > div p {
		font-size: 60px;
		line-height: 80px;
	}
}

/*answer*/
.vocaking .answer {
	width: 100%;
	background-color: #fff;
}

.vocaking .answer .title-area > h1 {
	margin: 0;
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
	color: #333;
}

.vocaking .answer .view-img01 {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 1100px;
}

.vocaking .answer .answer-box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(45%, auto));
	gap: 10px;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.vocaking .answer .answer-box > figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background-color: #fff3da;
	border-radius: 15px;
	height: 150px;
}

.vocaking .answer .answer-box > figure > img {
	width: 45px;
	height: auto;
}

.vocaking .answer .answer-box > figure > figcaption {
	font-size: 16px;
	font-weight: 500;
}

@media (min-width:960px) {
	.vocaking .answer .title-area > h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.vocaking .answer .answer-box {
		grid-template-columns: repeat(auto-fit, minmax(30%, auto));
		gap: 30px;
	}
	
	.vocaking .answer .answer-box > figure {
		gap: 10px;
		border-radius: 20px;
		height: 200px;
	}
	
	.vocaking .answer .answer-box > figure > img {
		width: 60px;
	}
	
	.vocaking .answer .answer-box > figure > figcaption {
		font-size: 20px;
	}
	
}

@media (min-width:1280px) {
	.vocaking .answer .title-area > h1 {
		font-size: 72px;
		line-height: 72px;
	}
}

/*compliment*/
.vocaking .compliment {
	width: 100%;
	background-color: #31a5ff;
}

.vocaking .compliment .title-area > h1 {
	padding: 0;
	margin: 0;
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
	color: #fff;
}

.vocaking .compliment .title-area > h1 > span {
	font-weight: 900;
}

.vocaking .compliment .grid-box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 20px;
}

.vocaking .compliment .grid-box .imgbox-shadow {
	background-color: #fff;
}

.vocaking .compliment .grid-box .imgbox-shadow > p.title {
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.vocaking .compliment .grid-box .imgbox-shadow > p {
	padding: 0 0 10px 0;
	font-size: 16px;
}

@media (min-width:960px){
	.vocaking .compliment .title-area > h1 {
		font-size: 50px;
		line-height: 60px;
	}
	
	.vocaking .compliment .grid-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 20px;
	}
	
	.vocaking .compliment .grid-box > div:first-child {
		grid-column: 1 / 3;
	}
	
	.vocaking .compliment .grid-box .imgbox-shadow > p.title {
		font-size: 24px;
	}
	
	.vocaking .compliment .grid-box .imgbox-shadow > p {
		font-size: 18px;
	}
}

@media (min-width:1280px){
	.vocaking .compliment .title-area > h1 {
		font-size: 72px;
		line-height: 90px;
	}
}

/*review-event*/
.vocaking .review-event {
	background-color: #444;
	width: 100%;
}

.vocaking .review-event .review-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.vocaking .review-event .review-title > div:nth-child(1),
.vocaking .review-event .review-title > div:nth-child(3) {
	display: none;
}

.vocaking .review-event .review-title > div:nth-child(2) {
	text-align: center;
	margin: 0 auto;
}

.vocaking .review-event .review-title > div:nth-child(2) > h4 {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}

.vocaking .review-event .review-title > div:nth-child(2) > h4 > span {
	font-weight: 800;
}

.vocaking .review-event .review-title > div:nth-child(2) > p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.vocaking .review-event .review-title > div:nth-child(2) .btn-review {
	padding: 10px 0;
	margin-top: 20px;
	width: 100%;
	border-radius: 30px;
	background-color: #ffea95;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

@media(min-width:960px){
	.vocaking .review-event .review-title > div:nth-child(1),
	.vocaking .review-event .review-title > div:nth-child(3) {
		display: block;
		gap: 10px;
		width: 20%;
	}
	
	.vocaking .review-event .review-title > div:nth-child(2) > h4 {
		font-size: 40px;
	}
	
	.vocaking .review-event .review-title > div:nth-child(2) > p {
		font-size: 18px;
	}
	
	.vocaking .review-event .review-title > div:nth-child(2) .btn-review {
		border-radius: 60px;
		font-size: 24px;
	}
}

@media(min-width:1280px){
	.vocaking .review-event .review-title > div:nth-child(2) > h4 {
		font-size: 48px;
	}
	
	.vocaking .review-event .review-title > div:nth-child(2) > p {
		font-size: 20px;
	}
}

/*review*/
.vocaking .review {
	width: 100%;
	background-color: #ffea95;
}

.vocaking .review .review-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 10px;
	height: 230px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 5px .8;
}

.vocaking .review .review-box .score {
	font-size: 14px;
	font-weight: 500;
}

.vocaking .review .review-box .score > i {
	color: #ffd362;
}

.vocaking .review .review-box .name {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.vocaking .review .review-box .review-desc {
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	/*
	text-overflow: ellipsis;
	white-space: pre-line;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	*/
}

@media (min-width: 960px) {
	.vocaking .review .inner-common {
		padding: 80px 0;
		width: 100%;
	}
	
	.vocaking .review .review-box {
		padding: 30px 20px;
		height: 250px;
		border-radius: 30px;
	}
	
	.vocaking .review .review-box .score {
		font-size: 18px;
	}
	
	.vocaking .review .review-box .name {
		font-size: 22px;
	}
	
	.vocaking .review .review-box .review-desc {
		font-size: 18px;
	}
}

@media (min-width: 1280px) {
	.vocaking .review .inner-common {
		padding: 100px 0;
	}
	
	.vocaking .review .review-box .score {
		font-size: 16px;
	}
	
	.vocaking .review .review-box .name {
		font-size: 20px;
	}
	
	.vocaking .review .review-box .review-desc {
		font-size: 16px;
	}
}

/*notice*/
.vocaking .notice {
	width: 100%;
	background-color: #666;
}

.vocaking .notice .notice-wrap {
	padding: 0 20px;
	text-align: left;
}

.vocaking .notice .notice-wrap li {
	padding: 5px 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	list-style: circle;
	line-height: 20px;
	color: #fff;
}

@media (min-width:960px){
	.vocaking .notice .notice-wrap li {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (min-width:1280px){
	.vocaking .notice .inner-common {
		padding: 80px 0;
	}
	
	.vocaking .notice .notice-wrap li {
		font-size: 16px;
		line-height: 24px;
	}
}

/*organized*/
.vocaking .organized {
	width: 100%;
	background-color: #fff;
}

.vocaking .organized .title-area > h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
	color: #333;
}

.vocaking .organized .title-area > img {
	width: 70px;
	height: auto;
}

.vocaking .organized .flow-box-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.vocaking .organized .flow-box-wrap > div {
	padding: 0 20px 20px 20px;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.vocaking .organized .flow-box-wrap > div > .flow-num {
	margin: 0 auto;
	padding: 5px 0;
	width: 50%;
	background-color: #ff7575;
	border-radius: 0 0 20px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.vocaking .organized .flow-box-wrap > div > .title {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 900;
	color: #ff7575;
}

.vocaking .organized .flow-box-wrap > div > p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

.vocaking .organized .flow-box-wrap .view-img01,
.vocaking .organized .flow-box-wrap .view-img02,
.vocaking .organized .flow-box-wrap .view-img03 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 30px;
}

.vocaking .organized .flow-box-wrap .imgbox-shadow {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

@media (min-width:960px){
	.vocaking .organized .title-area > h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	.vocaking .organized .title-area > img {
		width: 80px;
	}
	
	.vocaking .organized .flow-box-wrap {
		gap: 30px;
		margin-top: 40px;
	}
	
	.vocaking .organized .flow-box-wrap > div {
		padding: 0 40px 40px 40px;
		border-radius: 20px;
	}
	
	.vocaking .organized .flow-box-wrap > div > .flow-num {
		padding: 10px 0;
		border-radius: 0 0 30px 30px;
		width: 30%;
		font-size: 24px;
	}
	
	.vocaking .organized .flow-box-wrap > div > .title {
		margin-top: 20px;
		font-size: 24px;
	}
	
	.vocaking .organized .flow-box-wrap > div > p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.vocaking .organized .flow-box-wrap .view-img02 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	
	.vocaking .organized .flow-box-wrap .view-img03 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}

@media (min-width:1280px){
	.vocaking .organized .title-area > h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.vocaking .organized .title-area > img {
		width: 90px;
	}
}


/*guide*/

.vocaking .guide {
	width: 100%;
	background-color: #fafafa;
}

.vocaking .guide .title-area > h1 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 900;
	color: #333;
}

.vocaking .guide .title-area > img {
	width: 70px;
	height: auto;
}

.vocaking .guide .guide-box-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.vocaking .guide .guide-box-wrap > div {
	margin-top: 20px;
}

.vocaking .guide .guide-box-wrap > div > label {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #666;
	font-size: 18px;
	color: #fff;
}

.vocaking .guide .guide-box-wrap > div > h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.vocaking .guide .guide-box-wrap > div > h4 > span {
	font-weight: 800;
	color: #ff7575;
}

.vocaking .guide .guide-box-wrap .view-img01,
.vocaking .guide .guide-box-wrap .view-img02 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.vocaking .guide .guide-box-wrap .imgbox-shadow {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

@media (min-width:960px){
	.vocaking .guide .title-area > h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	.vocaking .guide .title-area > img {
		width: 80px;
	}
	
	.vocaking .guide .guide-box-wrap > div > label {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	
	.vocaking .guide .guide-box-wrap > div > h4 {
		font-size: 24px;
		line-height: 36px;
	}
	
	.vocaking .guide .guide-box-wrap .view-img02 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (min-width:1280px){
	.vocaking .guide .title-area > h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.vocaking .guide .title-area > img {
		width: 90px;
	}
	
	.vocaking .guide .guide-box-wrap > div > label {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
}

/* 20240502 추가 */

.vocakingStartDatePopupContainer{
	font-family: 'pretendard', 'Noto Sans KR', Arial;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.3);
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent{
	width: 800px;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 30px;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:rgba(0,0,0,0.1) 0 5px;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDatePopupTitle{
	font-size:18px;
	font-weight: 500;
	position:relative;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #666666;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDatePopupTitle > span {
	font-weight:800;
	color:#ffe056
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDatePopupTitle .vocakingStartDatePopupCloseBtnContainer{
	position:absolute;
	right:15px;
	top:15px;
	width:20px;
	height:20px;
	color:#ffffff;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateListContainer {
	display:flex;
	flex-direction:column;
	gap:10px;
	padding: 0 30px;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateListContainer .vocakingStartDateAnnouncement {
	font-size:15px;
	color:#333333;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateListContainer .vocakingStartDateList{
	height:110px;
	display: grid;
	grid-template: repeat(2,1fr) / repeat(5,1fr);
	gap:10px;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateListContainer .vocakingStartDateBtn {
	font-size: 16px;
	border: 2px solid #dddddd;
	border-radius: 10px;
	color: #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateListContainer .vocakingStartDateBtn.on {
	color:#ff7575;
	border-color:#ff7575;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateBtnContainer {
	display:flex;
	justify-content: center;
	align-items:center;
}
.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateBtnContainer .vocakingEnrollBtn{
	font-size: 18px;
	font-weight: 700;
	width: 300px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff7575;
	color: #ffffff;
	border-radius: 30px;
}
@media (max-width:500px){
	.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDatePopupTitle .vocakingStartDatePopupCloseBtnContainer {
		top:8px;
		right:5px;
	}
	.vocakingStartDatePopupContainer .vocakingStartDatePopupContent .vocakingStartDateListContainer {
		padding: 0 15px;
	}
}

/* inquire START */
.inquireContainer{
	font-size:16px;
	font-weight:600;
	width:100%;
	height:80px;
	display:flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	color:#666666;
	background-color:#fafafa;
	border:1px solid #dddddd;
	border-radius:20px;
}
.inquireContainer .inquireBtn, .vocakingInquirePopupContainer .inquireBtn{
	font-size:15px;
	font-weight:700;
	display:flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	padding:10px 15px;
	color:#ffffff;
	background-color:#666666;
	border-radius:10px;
}
.inquireContainer .inquireBtn > i, .vocakingInquirePopupContainer .inquireBtn > i {
	font-size:20px;
}
/* inquire END */