/* sub_sec1 */
.sub_sec1 {
	padding-top: 100px;
}
.sub_sec1 .img_wrap {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sub_sec1 .img_wrap .screen_wrap {
	width: calc(100% - 430px);
}
.sub_sec1 .img_wrap .awards_wrap {
	width: 430px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 8px 24px 50px -11px rgba(0, 0, 0, 0.04), 0 4px 38px -10px rgba(0, 0, 0, 0.03), -10px -3px 24px -11px rgba(0, 0, 0, 0.02), -10px -10px 60px -10px rgba(0, 0, 0, 0.04);
	background-color: #fff;
}
.sub_sec1 .img_wrap .awards_wrap .awards {
	padding: 50px 30px;
}
.sub_sec1 .img_wrap .awards_wrap .awards .star {
	margin-top: 25px;
}
.sub_sec1 .img_wrap .awards_wrap .awards_line {
	width: 100%;
	height: 1px;
	margin: 14px 0;
}
.sub_sec1 .img_wrap .awards_wrap .text1 {
	font-size: 16px;
	font-weight: 500;
	color: #757575;
	margin-top: 5px;
}
.sub_sec1 .img_wrap .awards_wrap .text2 {
	font-size: 24px;
	font-weight: bold;
}
.sub_sec1 .desc_wrap {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
}
.sub_sec1 .desc_wrap .text_wrap {
	width: 50%;
	border-right: 1px solid #e0e0e0;
}
.sub_sec1 .desc_wrap .text_wrap .text1 {
	font-size: 24px;
	font-weight: bold;
}
.sub_sec1 .desc_wrap .text_wrap .text2 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}
.sub_sec1 .desc_wrap .target_wrap {
	width: 50%;
	display: flex;
	justify-content: end;
}
.sub_sec1 .desc_wrap .target_wrap .content {
	text-align: center;
}
.sub_sec1 .desc_wrap .target_wrap .content .ttl {
	font-size: 24px;
	font-weight: bold;
	color: #757575;
	margin-bottom: 20px;
}
.sub_sec1 .desc_wrap .target_wrap .content .round_text {
	width: 200px;
	font-size: 24px;
	color: #fff;
	line-height: 54px;
	border-radius: 50px;
}
.sub_sec1 .desc_wrap .target_wrap .content:last-child {
	margin-left: 50px;
}
@media(max-width:992px) {
	.sub_sec1 {
		padding-top: 30px;
	}
	.sub_sec1 .img_wrap {
		display: block;
	}
	.sub_sec1 .img_wrap .screen_wrap {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.sub_sec1 .img_wrap .awards_wrap {
		width: 100%;
	}
	.sub_sec1 .img_wrap .awards_wrap .awards {
		padding: 30px 15px;
	}
	.sub_sec1 .img_wrap .awards_wrap .awards > img {
		max-width: 300px;
		width: 60%;
	}
	.sub_sec1 .img_wrap .awards_wrap .awards .star {
		margin-top: 10px;
	}
	.sub_sec1 .img_wrap .awards_wrap .text2 {
		font-size: 20px;
	}
	.sub_sec1 .desc_wrap {
		display: block;
		padding: 30px 15px;
	}
	.sub_sec1 .desc_wrap .text_wrap {
		width: 100%;
		text-align: center;
		border-right: none;
	}
	.sub_sec1 .desc_wrap .text_wrap .text1 {
		font-size: 18px;
	}
	.sub_sec1 .desc_wrap .text_wrap .text1 br {
		display: none;
	}
	.sub_sec1 .desc_wrap .text_wrap .text2 {
		font-size: 14px;
	}
	.sub_sec1 .desc_wrap .text_wrap .text2 br {
		display: none;
	}
	.sub_sec1 .desc_wrap .target_wrap {
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}
	.sub_sec1 .desc_wrap .target_wrap .content:last-child {
		margin-left: 15px;
	}
	.sub_sec1 .desc_wrap .target_wrap .content .ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.sub_sec1 .desc_wrap .target_wrap .content .round_text {
		width: 140px;
		font-size: 16px;
		line-height: 35px;
	}
}


.ttl_img {
	margin-bottom: 15px;
}
.ttl_text {
	margin-bottom: 30px;
}
.sub_sec2 {
	text-align: center;
	margin-bottom: 100px;
}
.sub_sec2 .circle_wrap {
	position: relative;
	padding-top: 100px;
	background-size: cover;
}
.sub_sec2 .circle_wrap .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sub_sec2 .circle_wrap .bg img {
	width: 100%;
}
.sub_sec2 .circle_wrap .content_wrap {
	position: relative;
	padding-top: 104px;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle {
	position: relative;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo_wrap {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .logo {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 300px;
	height: 300px;
	border-radius: 300px;
	background-color: #fafafa;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .line.main {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .line.point {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .line.sub {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.sub_sec2 .circle_wrap .circle_content {
	width: 300px;
	height: 300px;
	border-radius: 300px;
	background-color: #fff;
	box-shadow: 8px 24px 50px -11px rgba(0, 0, 0, 0.04), 0 4px 38px -10px rgba(0, 0, 0, 0.03), -10px -3px 24px -11px rgba(0, 0, 0, 0.02), -10px -10px 60px -10px rgba(0, 0, 0, 0.04);
	z-index: 1;
}
.sub_sec2 .circle_wrap .circle_content.s_circle {
	position: absolute;
	left: 0;
	top: 200px;
}
.sub_sec2 .circle_wrap .circle_content.p_circle {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.sub_sec2 .circle_wrap .circle_content.m_circle {
	position: absolute;
	right: 0;
	top: 200px;
}
.sub_sec2 .circle_wrap .circle_content .ttl {
	padding-top: 66px;
	font-size: 24px;
	font-weight: bold;
}

.sub_sec2 .circle_wrap .circle_content .ttl.type1 {
	padding-top: 55px;
	line-height: 30px;
}

.sub_sec2 .circle_wrap .circle_content .ttl.type2 {
	padding-top: 65px;
	line-height: 30px;
}

.sub_sec2 .circle_wrap .circle_content .ttl p {
	font-weight:normal
}
.sub_sec2 .circle_wrap .circle_content .content {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #757575;
}


.sub_sec2 .circle_wrap .circle_content .content.type1 {
	line-height:27px;
	letter-spacing:-0.05rem;
}


.sub_sec2 .circle_wrap .circle_content .sub_color {
	color: var(--sub_color);
}



.sub_sec2 .circle_wrap .circle_content .main_color {
	color: var(--main_color);
}
.sub_sec2 .recommend_wrap {
	position: relative;
	background-image: url(../img/sub/recommend_bg.png);
	background-size: cover;
	background-position: top center;
	padding-top: 162px;
	padding-bottom: 47px;
	margin-top: -459px;
	z-index: 1;
}
.sub_sec2 .recommend_wrap .logo {
	position: absolute;
	top: -78px;
	left: 0;
	right: 0;
}
.sub_sec2 .recommend_wrap .text_wrap {
	display: flex;
}
.sub_sec2 .recommend_wrap .text_wrap .text {
	width: 33.33%;
}
.sub_sec2 .recommend_wrap .text_wrap .text:nth-of-type(2) {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.sub_sec2 .recommend_wrap .text_wrap .text .check {
	margin-bottom: 11px;
}
.sub_sec2 .recommend_wrap .text_wrap .text p {
	font-size: 20px;
	font-weight: bold;
}
@media(max-width:992px) {
	.sub_sec2 {
		margin-bottom: 50px;
	}
	.sub_sec2 .circle_wrap {
		padding-top: 0;
	}
	.sub_sec2 .circle_wrap .content_wrap {
		padding-top: 50px;
	}
	.sub_sec2 .circle_wrap .circle_content {
		position: unset !important;
		padding: 30px 0;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}
	.sub_sec2 .circle_wrap .circle_content.p_circle {
		margin: 15px 0;
	}
	.sub_sec2 .circle_wrap .circle_content .ttl,
	.sub_sec2 .circle_wrap .circle_content .ttl.type1,
	.sub_sec2 .circle_wrap .circle_content .ttl.type2 {
		padding-top: 0;
	}
	.sub_sec2 .circle_wrap .circle_content .content {
		margin-top: 10px;
	}
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle {
		max-width: 290px;
		width: 100%;
		margin: 50px auto 0 auto;
	}
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo_wrap {
		width: 200px;
		height: 200px;
	}
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo {
		padding: 25px;
	}
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .logo {
		height: 150px;
	}
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .line.sub img,
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .line.main img {
		width: 30px;
	}
	.sub_sec2 .circle_wrap .content_wrap .dashed_circle .center_logo .line.point img {
		height: 30px;
	}
	.sub_sec2 .recommend_wrap {
		background-image: none;
		background-color: #fafafa;
		border-radius: 20px;
		padding: 50px 15px 30px 15px;
		margin-top: -130px;
	}
	.sub_sec2 .recommend_wrap .logo {
		top: -65px;
	}
	.sub_sec2 .recommend_wrap .logo img {
		height: 80px;
	}
	.sub_sec2 .recommend_wrap .text_wrap {
		display: block;
	}
	.sub_sec2 .recommend_wrap .text_wrap .text {
		width: 100%;
	}
	.sub_sec2 .recommend_wrap .text_wrap .text:nth-of-type(2) {
		border-left: none;
		border-right: none;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		padding: 15px 0;
		margin: 15px 0;
	}
	.sub_sec2 .recommend_wrap .text_wrap .text p {
		font-size: 16px;
	}
	.sub_sec2 .recommend_wrap .text_wrap .text .check {
		margin-bottom: 5px;
	}
	.sub_sec2 .recommend_wrap .text_wrap .text .check img {
		height: 20px;
	}
}
@media(max-width:500px) {
	.sub_sec2 .circle_wrap .circle_content .content {
		font-size: 16px;
	}
	.sub_sec2 .circle_wrap .circle_content .ttl {
		font-size: 20px;
	}
}

.sub_sec3 {
	text-align: center;
	padding-bottom: 100px;
}
.sub_sec3 .process_wrap {
	display: flex;
	margin: 0 -15px;
}
.sub_sec3 .process_wrap .content_wrap {
	position: relative;
	width: calc(100% - 30px);
	margin: 0 15px;
	border-radius: 20px;
	box-shadow: 8px 24px 50px -11px rgba(0, 0, 0, 0.04), 0 4px 38px -10px rgba(0, 0, 0, 0.03), -10px -3px 24px -11px rgba(0, 0, 0, 0.02), -10px -10px 60px -10px rgba(0, 0, 0, 0.04);
}
.sub_sec3 .process_wrap .content_wrap .img_wrap {
	padding: 30px 30px 27px 30px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}
.sub_sec3 .process_wrap .content_wrap .text_wrap {
	color: #fff;
	padding: 20px 0;
	border-radius: 0 0 20px 20px;
}
.sub_sec3 .process_wrap .content_wrap .text_wrap .number {
	font-size: 16px;
	font-weight: bold;
}
.sub_sec3 .process_wrap .content_wrap .text_wrap p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.sub_sec3 .process_wrap .content_wrap .arrow {
	position: absolute;
	right: -40px;
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 8px 24px 50px -11px rgba(0, 0, 0, 0.04), 0 4px 38px -10px rgba(0, 0, 0, 0.03), -10px -3px 24px -11px rgba(0, 0, 0, 0.02), -10px -10px 60px -10px rgba(0, 0, 0, 0.04);
	z-index: 2;
}
.sub_sec3 .process_wrap .content_wrap .arrow i {
	font-size: 20px;
}
.sub_sec3 .gray_box {
	font-size: 16px;
	color: #757575;
	border-radius: 20px;
	background-color: #fafafa;
	padding: 20px;
	margin-top: 42px;
}
.sub_sec3 .gray_box p {
	margin-top: 10px;
}
@media(max-width:992px) {
	.sub_sec3 {
		padding-bottom: 50px;
	}
	.sub_sec3 .process_wrap {
		flex-wrap: wrap;
	}
	.sub_sec3 .process_wrap {
		margin: 0 -7.5px;
	}
	.sub_sec3 .process_wrap .content_wrap {
		width: calc(33% - 15px);
		margin: 0 7.5px;
	}
	.sub_sec3 .process_wrap .content_wrap:nth-of-type(4),
	.sub_sec3 .process_wrap .content_wrap:nth-of-type(5) {
		margin-top: 15px;
	}
	.sub_sec3 .process_wrap .content_wrap .img_wrap {
		padding: 15px 25px;
	}
	.sub_sec3 .process_wrap .content_wrap .text_wrap {
		padding: 10px 0;
	}
	.sub_sec3 .process_wrap .content_wrap .text_wrap .number {
		font-size: 12px;
	}
	.sub_sec3 .process_wrap .content_wrap .text_wrap p {
		font-size: 14px;
		margin-top: 5px;
	}
	.sub_sec3 .process_wrap .content_wrap .arrow {
		display: none;
	}
	.sub_sec3 .gray_box {
		font-size: 13px;
	}
}


.sub_sec4 {
	text-align: center;
	padding-bottom: 100px;
}
.sub_sec4 .review_wrap {
	display: flex;
	padding-top: 50px;
	margin-bottom: 50px;
}
.sub_sec4 .review_wrap .review_content {
	width: calc(100% - 30px);
	height: 87px;
	margin: 0 15px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	padding: 30px 0;
}
.sub_sec4 .review_wrap .review_content:nth-of-type(2) {
	margin-top: -50px;
}
.sub_sec4 .btn_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
.sub_sec4 .btn_wrap .com_btn {
	width: calc(50% - 10px);
	padding: 0;
	line-height: 70px;
}
@media(max-width:992px) {
	.sub_sec4 {
		padding-bottom: 0;
	}
	.sub_sec4 .review_wrap {
		display: block;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.sub_sec4 .review_wrap .review_content {
		width: 100%;
		height: auto;
		font-size: 14px;
		padding: 15px 0;
		margin: 0;
	}
	.sub_sec4 .review_wrap .review_content:nth-of-type(2) {
		margin: 15px 0;
	}
	.sub_sec4 .btn_wrap .com_btn {
		line-height: 50px;
		font-size: 15px;
	}
}

/* 옥수수 */
.oksusu_wrap .sub_banner {
	background-image: url(../img/sub/oksusu_sub_banner.png);
}
.oksusu_wrap .sub_banner .sub_text1::after {
	background-color: var(--oksusu_color);
}
.oksusu_wrap .point_color {
	color: var(--oksusu_color);
}
.oksusu_wrap .point_bg {
	background-color: var(--oksusu_color);
}
.oksusu_wrap .sub_sec1 .img_wrap .awards_wrap .awards_line {
	background-image: radial-gradient(circle at 50% 100%, #f8853d 0%, rgba(248, 133, 61, 0) 100%);
}
.oksusu_wrap .sub_sec1 .desc_wrap {
	border: 1px solid var(--oksusu_color);
}
.oksusu_wrap .sub_sec4 .review_wrap .review_content {
	background-color: #fff8f4;
}

/* 온리원 */
.only_wrap .sub_banner {
	background-image: url(../img/sub/only_sub_banner.png);
}
.only_wrap .sub_banner .sub_text1::after {
	background-color: var(--only_color);
}
.only_wrap .point_color {
	color: var(--only_color);
}
.only_wrap .point_bg {
	background-color: var(--only_color);
}
.only_wrap .sub_sec1 .img_wrap .awards_wrap .awards_line {
	background-image: radial-gradient(circle at 50% 100%, #e21413 0%, rgba(226, 20, 19, 0) 100%);
}
.only_wrap .sub_sec1 .desc_wrap {
	border: 1px solid var(--only_color);
}
.only_wrap .sub_sec4 .review_wrap .review_content {
	background-color: #fef1f1;
}

/* 피어나다 */
.pionada_wrap .sub_banner {
	background-image: url(../img/sub/pionada_sub_banner.png);
}
.pionada_wrap .sub_banner .sub_text1::after {
	background-color: var(--pionada_color);
}
.pionada_wrap .point_color {
	color: var(--pionada_color);
}
.pionada_wrap .point_bg {
	background-color: var(--pionada_color);
}
.pionada_wrap .sub_sec1 .img_wrap {
	position: relative;
	justify-content: end;
}
.pionada_wrap .sub_sec1 .img_wrap .screen_wrap {
	width: 100%;
	position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
}
.pionada_wrap .sub_sec1 .img_wrap .awards_wrap .awards_line {
	background-image: radial-gradient(circle at 50% 100%, #6165ad 0%, rgba(97, 101, 173, 0) 100%);
}
.pionada_wrap .sub_sec1 .desc_wrap {
	border: 1px solid var(--pionada_color);
}
.pionada_wrap .sub_sec4 .review_wrap .review_content {
	background-color: #f6f6fb;
}
@media(max-width:992px) {
	.pionada_wrap .sub_sec1 .img_wrap .screen_wrap {
		position: unset;
	}
}

/* 기출탭탭 */
.tabtab_wrap .sub_banner {
	background-image: url(../img/sub/tabtab_sub_banner.png);
}
.tabtab_wrap .sub_banner .sub_text1::after {
	background-color: var(--tabtab_color);
}
.tabtab_wrap .point_color {
	color: var(--tabtab_color);
}
.tabtab_wrap .point_bg {
	background-color: var(--tabtab_color);
}
.tabtab_wrap .sub_sec1 .img_wrap {
	position: relative;
	justify-content: end;
}
.tabtab_wrap .sub_sec1 .img_wrap .screen_wrap {
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tabtab_wrap .sub_sec1 .img_wrap .awards_wrap .awards_line {
	background-image: radial-gradient(circle at 50% 100%, #2733b2 0%, rgba(39, 51, 178, 0) 100%);
}
.tabtab_wrap .sub_sec1 .desc_wrap {
	border: 1px solid var(--tabtab_color);
}
.tabtab_wrap .sub_sec4 .review_wrap .review_content {
	background-color: #f2f3fb;
}
@media(max-width:992px) {
	.tabtab_wrap .sub_sec1 .img_wrap .screen_wrap {
		position: unset;
	}
}

/* 이용방법 */
.use_wrap .sub_banner {
	background-image: url(../img/sub/use_sub_banner.png);
}
.use_wrap .sub_banner .sub_text1::after {
	background-color: var(--main_color);
}
.use_wrap .point_color {
	color: var(--main_color);
}
.use_wrap .point_bg {
	background-color: var(--main_color);
}

.use_title {
	font-size: 36px;
	font-weight: bold;
}
.use_title span {
    background-image: linear-gradient(259deg, #3086e9 0%, #42c6ca 85%);
	-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.use_title2 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}
.use_sec1 {
	padding-top: 100px;
	padding-bottom: 110px;
}
.use_sec1 .sec1_wrap {
	display: flex;
	justify-content: space-between;
}
.use_sec1 .sec1_wrap .title_wrap {
	position: relative;
	width: calc(100% - 750px);
}
.use_sec1 .sec1_wrap .title_wrap .cloud1 {
	position: relative;
	left: -115px;
	top: -26px;
	z-index: -1;
}
.use_sec1 .sec1_wrap .title_wrap .cloud2 {
	position: relative;
	margin-top: 79px;
	text-align: right;
	right: -28px;
}
.use_sec1 .sec1_wrap .content_wrap {
	position: relative;
	width: 750px;
}
.use_sec1 .sec1_wrap .process_wrap {
	display: flex;
	margin: 0 -15px;
}
.use_sec1 .sec1_wrap .process_wrap .process {
	width: calc(33.33% - 30px);
	margin: 0 15px;
	text-align: center;
}
.use_sec1 .sec1_wrap .process_wrap .process .icon {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 19px;
}
.use_sec1 .sec1_wrap .process_wrap .process .icon .arrow {
	position: absolute;
	right: 0;
	bottom: -25px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 20px 30px 60px 10px rgba(0, 0, 0, 0.04), 0 4px 38px -10px rgba(0, 0, 0, 0.03), -10px -3px 24px -11px rgba(0, 0, 0, 0.02), -10px -10px 60px -10px rgba(0, 0, 0, 0.04);
}
.use_sec1 .sec1_wrap .process_wrap .process .icon .arrow i {
	font-size: 20px;
}
.use_sec1 .sec1_wrap .process_wrap .process .icon .free {
    position: absolute;
    bottom: 14px;
    right: 27px;
    width: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    line-height: 36px;
    transform: rotate(18deg);
	box-shadow: 8px 24px 50px -11px rgba(0, 0, 0, 0.04), 0 4px 38px -10px rgba(0, 0, 0, 0.03), -10px -3px 24px -11px rgba(0, 0, 0, 0.02), -10px -10px 60px -10px rgba(0, 0, 0, 0.04);
}
.use_sec1 .sec1_wrap .process_wrap .process .number {
	font-size: 18px;
	font-weight: 500;
	color: #757575;
	margin-bottom: 10px;
}
.use_sec1 .sec1_wrap .process_wrap .process p {
	font-size: 24px;
	font-weight: bold;
}
.use_sec1 .sec1_wrap .text_box_wrap {
	position: relative;
	border: 1px solid var(--main_color);
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-top: 50px;
}
.use_sec1 .sec1_wrap .text_box_wrap .robot {
	position: absolute;
	bottom: -20px;
	right: 30px;
}
.use_sec1 .sec1_wrap .text_box_wrap .text_box {
	display: flex;
}
.use_sec1 .sec1_wrap .text_box_wrap .text_box .ttl {
	font-size: 20px;
	font-weight: bold;
	padding-right: 50px;
}
.use_sec1 .sec1_wrap .text_box_wrap .text_box li {
	font-size: 18px;
	color: #757575;
	margin-bottom: 10px;
}
.use_sec1 .sec1_wrap .text_box_wrap .text_box li i {
	margin-right: 10px;
	border: 1px dashed var(--main_color);
}
.sub_sec3.use {
	max-width: 1760px;
	margin: 0 auto;
	background-color: #fafafa;
	padding: 100px 0;
	border-radius: 50px;
	margin-bottom: 100px;
}
.sub_sec3.use .process_wrap {
	margin-top: 30px;
}
@media(max-width:1790px) {
	.sub_sec3.use {
		width: calc(100% - 30px);
	}
}
@media(max-width:992px) {
	.use_title {
		font-size: 24px;
		text-align: center;
	}
	.use_title2 {
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
	.use_sec1 {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.use_sec1 .sec1_wrap {
		display: block;
	}
	.use_sec1 .sec1_wrap .title_wrap {
		width: 100%;
	}
	.use_sec1 .sec1_wrap .title_wrap .cloud1 {
		left: 0;
		top: -46px;
	}
	.use_sec1 .sec1_wrap .title_wrap .cloud1 img {
		height: 70px;
	}
	.use_sec1 .sec1_wrap .title_wrap .cloud2 {
		margin-top: -80px;
		right: 0;
		z-index: -1;
	}
	.use_sec1 .sec1_wrap .title_wrap .cloud2 img {
		height: 40px;
	}
	.use_sec1 .sec1_wrap .content_wrap {
		width: 100%;
	}
	.use_sec1 .sec1_wrap .process_wrap {
		margin: 0 -7.5px;
	}
	.use_sec1 .sec1_wrap .process_wrap .process {
		width: calc(33.33% - 15px);
		margin: 0 7.5px;
	}
	.use_sec1 .sec1_wrap .process_wrap .process .icon {
		margin-bottom: 14px;
		padding: 0 20px 15px;
	}
	.use_sec1 .sec1_wrap .process_wrap .process .icon .free {
		right: 1px;
		width: 45px;
		font-size: 11px;
		line-height: 20px;
	}
	.use_sec1 .sec1_wrap .process_wrap .process .icon .arrow {
		bottom: -20px;
		width: 40px;
		height: 40px;
	}
	.use_sec1 .sec1_wrap .process_wrap .process .number {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.use_sec1 .sec1_wrap .process_wrap .process p {
		font-size: 16px;
	}
	.use_sec1 .sec1_wrap .text_box_wrap {
		padding: 20px 15px;
	}
	.use_sec1 .sec1_wrap .text_box_wrap .text_box {
		display: block;
	}
	.use_sec1 .sec1_wrap .text_box_wrap .text_box .ttl {
		margin-bottom: 20px;
	}
	.use_sec1 .sec1_wrap .text_box_wrap .text_box .ttl br {
		display: none;
	}
	.use_sec1 .sec1_wrap .text_box_wrap .text_box li {
		font-size: 14px;
	}
	.use_sec1 .sec1_wrap .text_box_wrap .robot {
		display: none;
	}
	.sub_sec3.use {
		padding: 50px 0;
		margin-bottom: 50px;
	}
}


/* 개인정보처리방침 */
.privacy_wrap .privacy_content {
	padding-top: 203px;
	padding-bottom: 100px;
}
.privacy_wrap .privacy_content h2 {
	font-size: 36px;
	border-bottom:1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.privacy_wrap .privacy_content p {
	margin-top: 30px;
}
.privacy_wrap .privacy_content ul li {
	position: relative;
	padding-left: 15px;
}
.privacy_wrap .privacy_content ul li::before {
	position: absolute;
	content: '-';
	top: 0;
	left: 0;
}
.privacy_wrap .privacy_content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}
.privacy_wrap .privacy_content table th,
.privacy_wrap .privacy_content table td {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 10px;
	text-align: center;
}
.privacy_wrap .privacy_content table tr:last-child th,
.privacy_wrap .privacy_content table tr:last-child td {
	border-bottom: none;
}
.privacy_wrap .privacy_content table th:last-child,
.privacy_wrap .privacy_content table td:last-child {
	border-right: none;
}
@media(max-width:992px) {
	.privacy_wrap .privacy_content {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.privacy_wrap .privacy_content h2 {
		font-size: 24px;
	}
	.privacy_wrap .privacy_content p {
		margin-top: 15px;
		font-size: 14px;
	}
	.privacy_wrap .privacy_content ul li {
		padding-left: 11px;
		font-size: 14px;
	}
	.privacy_wrap .privacy_content table th,
	.privacy_wrap .privacy_content table td {
		font-size: 12px;
	}
}
