.detail_version {width:1100px; margin:0 auto;}



.detail_new2023_wrap {
	font-size:14px;
	color:#111111;
	width:1100px;
	margin:0px auto 100px auto;
	z-index:2;
	position:relative;
}

.detail_new2023_wrap .detail_now_lacation {
	font-size:14px;
	padding-top:20px;
	text-align:right;
	color:#c1c1c3;
}

.detail_new2023_wrap .detail_now_lacation a,
.detail_new2023_wrap .detail_now_lacation u{
	color:#c1c1c3 !important;
	text-decoration:none;
}


.detail_new2023_wrap .detail_title_wrap{
	margin-top:30px;
}


.detail_new2023_wrap .detail_title_wrap .detail_title{
	font-size:42px;
	color:#000000;
	word-break:keep-all;
	word-wrap:break-word;
}

.detail_new2023_wrap .detail_title_wrap .detail_explan{
	font-size:16px;
	color:#666666;
	word-break:keep-all;
	word-wrap:break-word;
	letter-spacing:-1px;
	margin-top:20px;
}

.detail_new2023_wrap .detail_title_wrap .detail_bench{
	margin-top:25px;
	display:flex;
	padding:17px 20px;
	background:#f9f9fb;
	border-radius:10px;
}

.detail_new2023_wrap .detail_title_wrap .detail_bench div{
	font-size:16px;
	word-break:keep-all;
	word-wrap:break-word;
	letter-spacing:-1px;
	color:#000000;
}

.detail_new2023_wrap .detail_title_wrap .detail_bench div a{
	color:#666666;
}


.detail_new2023_wrap .detail_option_wrap{
	margin-top:60px;
	display:flex;
	width:100%;
	column-gap:40px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section{
	position:sticky;
	top:90px;
	position:-webkit-sticky;
	height:max-content;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .product_img_wrap{
	position:relative;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .product_img_wrap .product_img_st{
	width:420px;
	height:420px;
	border:1px solid #f3f3f5;
	border-radius:8px;
	box-shadow:0px 5px 12px -8px #000;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .product_img_wrap .icon_pay_wrap{
	position:absolute;
	top:0px;
	right:0px;
	border-radius:0 8px 0 0;
	overflow:hidden;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .product_img_wrap .icon_pay_wrap img{
	margin:0px !important;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .product_img_wrap .magnifier_btn{
	background:#ffffff;
	padding:13px;
	border-radius:100px;
	border:1px solid #f3f3f5;
	box-shadow:0px 5px 12px -8px #000;
	position:absolute;
	bottom:20px;
	right:20px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .demo_btn_wrap{
	margin-top:15px;
	display:flex;
	width:100%;
	column-gap:10px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .demo_btn_wrap .demo_btn{
	font-size:18px;
	width:100%;
	padding:20px 0;
	border-radius:8px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .qr_info_wrap{
	margin-top:10px;
	border:1px solid #ececec;
	border-radius:8px;
	padding:15px 30px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .qr_info_wrap .qr_info_box{
	display:flex;
	column-gap:22px;
	align-items:center;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .qr_info_wrap .qr_info_box .qr_info{
	border-left:2px dashed #ececec;
	padding-left:30px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .qr_info_wrap .qr_info_box .qr_info .qr_info_title{
	font-size:18px;
	color:#000000;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .qr_info_wrap .qr_info_box .qr_info .qr_info_text{
	font-size:15px;
	color:#000000;
	margin-top:6px;
	letter-spacing:-1px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .sel_option_info{
	margin-top:20px;
	display:flex;
	align-items:flex-start;
	column-gap:5px;
	padding:20px 25px;
	border:1px solid #ececec;
	border-radius:8px;
	background:#fafafa;
	position:relative;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .sel_option_info::after {
	content:"";
	position:absolute;
	width:15px;
	height:15px;
	background:#fafafa;
	transform:rotate(45deg);
	bottom:-9px;
	/*left:calc(50% - 8px);*/
	left: 152px;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .sel_option_info .option_text{
	font-size:15px;
	color:#999999;
	letter-spacing:-1px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .sel_option_info .icon svg{
	margin-top:4px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .credit_card_wrap{
	margin-top:30px;
	border:1px solid #ececec;
	border-radius:8px;
	padding:15px 0;
	cursor:pointer
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .credit_card_wrap .credit_card_box{
	display:flex;
	align-items:center;
	column-gap:8px;
	width:max-content;
	margin:0 auto;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .credit_card_wrap .credit_card_box svg{
	margin-top:2px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .install_info_wrap{
	margin-top:30px;
	border:1px solid #ececec;
	border-radius:8px;
	padding:30px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .install_info_wrap .info_box{
	display:flex;
	align-items:center;
	column-gap:30px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .install_info_wrap .info_box .title{
	font-size:16px;
	color:#8a8a8a;
	width:90px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .install_info_wrap .info_box .info{
	font-size:16px;
	color:#666666;
	cursor:pointer;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .install_info_wrap .info_box .info svg{
	margin-top:-2px;
	margin-left:7px; color:#111111;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .bookmark_wrap{
	margin-top:30px;
	border:1px solid #ececec;
	border-radius:8px;
	padding:30px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section .bookmark_wrap .title{
	font-size:16px;
	color:#666666;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .bookmark_wrap .title span{
	color:#aaaaaa;
	font-size:14px;
}



.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box{
	padding:50px;
	border:1px solid #ececec;
	border-radius:8px;
	background:#ffffff;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_title_wrap{
	position:relative;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_title_wrap .option_title{
	font-size:18px;
	color:#000000;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_title_wrap .select_option_info{
	position:absolute;
	top:0;
	right:0px;
	color:#ffffff;
	background:#0071fe;
	padding:5px 15px;
	border-radius:3px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_title_wrap .select_option_info2{
	position:absolute;
	top:3px;
	right:0px;
	color:#999999;
	font-size:14px;
	letter-spacing:-1px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap{
	margin-top:20px;
}




.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	column-gap:25px;
	margin-bottom:0px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li{
	color:#000000;
	cursor:pointer;
	margin-bottom:40px;
	width:162px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li .thumbnail_img{
	position:relative;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li.select_op .thumbnail_img:after,
.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li:hover .thumbnail_img:after{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #0070fd;
	content: "";
	border-radius:5px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li .thumbnail_img img{
	width:160px;
	height:160px;
	border:1px solid #ececec;
	border-radius:5px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li .rows_title{
	font-size:16px;
	color:#727272;
	text-align:center;
	margin-top:10px;
	letter-spacing:-1px;
	word-break:keep-all;
	word-wrap:break-word;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li .rows_price{
	font-size:16px;
	color:#000000;
	text-align:center;
	margin-top:0px;
	word-break:keep-all;
	word-wrap:break-word;
	position:relative;
	margin:0 auto;
	width:max-content;
	transform:translateX(9px);
}












.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:40px;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text li{
	color:#000000;
	cursor:pointer;
	margin-bottom:10px;
	width:100%;
	position:relative;
	border:1px solid #ececec;
	border-radius:5px;
	padding:20px 20px;
	display:flex;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text li.select_op:after,
.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text li:hover:after{
	position:absolute;
	top:-1px;
	right:-1px;
	bottom:-1px;
	left:-1px;
	border: 2px solid #0070fd;
	content: "";
	border-radius:5px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text li .rows_title{
	font-size:18px;
	color:#000000;
	text-align:left;
	flex:1;
	letter-spacing:-1px;
	word-break:keep-all;
	word-wrap:break-word;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text li .rows_price{
	font-size:18px;
	color:#000000;
	text-align:right;
	width:max-content;
	word-break:keep-all;
	word-wrap:break-word;
	position:relative;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_text li .rows_price .plus_icon{
	position:absolute;
	left:-15px;
	top:calc(50% - 1px);
	transform:translateY(-50%);
	font-size: 20px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .option_info_box_wrap .option_info_box .option_rows_wrap ul.option_rows_box_img li .rows_price .plus_icon{
	position:absolute;
	left:-15px;
	top:calc(50% + 0px);
	transform:translateY(-50%);
}









.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap {
	border-top:1px solid #efefef;
	padding-top:25px;
	position:relative;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap {
	display:flex;
	align-items:center;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st{
	min-width:150px;
	text-align:left;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .option_price_view_st{
	font-size:30px;
	color:#000000;
	flex:1;
	text-align:right;
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st .count_btn{
	position:relative;
	width:30px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #ececec;
	border-radius:50px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st .count_btn.subtraction_btn:before,
.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st .count_btn.addition_btn:before {
	position:absolute;
	top:50%;
	left:50%;
	width:10px;
	height:2px;
	margin:-1px 0 0 -5px;
	background-color:#727272;
	content:"";
}

.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st .count_btn.addition_btn:after {
	position:absolute;
	top:50%;
	left:50%;
	width:2px;
	height:10px;
	margin:-5px 0 0 -1px;
	background-color:#727272;
	content:"";
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st .count_btn .hidden{
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	width:1px;
	height:1px;
	margin:-1px;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .price_sel_wrap .quantity_st .count_input{
	width:40px;
	height:30px;
	border:none;
	color:#000000;
	font-size:18px;
	text-align:center;
}


.detail_new2023_wrap .detail_option_wrap .detail_option_section.section_box .total_price_wrap .buy_btn button{
	border:1px solid #0068ff;
	font-size:18px;
	width:100%;
	padding:20px 0;
	color:#ffffff;
	background-color:#0071fe;
	border-radius:5px;
}








.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 {}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 .opt{display:inline-block; margin-left:10px; width:165px; position:relative;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 .opt:first-child{margin-left:0px; }
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 .opt .h-radio{display:block; border:1px solid #dbdbdb; padding:15px 0; font-size:16px; letter-spacing:-1px; text-align:center; cursor:pointer; border-radius:5px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 .opt .h-radio:hover{border:1px solid #00b8ff; transition: 0.3s ease-in-out;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 .opt .h-radio .focus{border:1px solid #00b8ff;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic01 .opt .h-radio .title{display:block; margin-bottom:10px;}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .bar {border:1px solid #dedede; width:100%; table-layout:fixed; border-radius:5px; margin-bottom:5px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .bar th{font-size:14px; padding:7px 0;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .bar th:nth-child(1) {width:125px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .bar th:nth-child(2) {width:270px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .bar th:nth-child(3) {width:140px;}

.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .list ul{margin-bottom:5px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .list li{margin:5px 0; display:inline-block; vertical-align:middle; cursor:pointer; font-size:15px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .list li:nth-child(3) span{line-height:22px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .list li:nth-child(2){ width:90px; line-height:25px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .list li:nth-child(3){ width:270px; color:#333333; text-align:left; letter-spacing:-1px; line-height:25px;}
.detail_new2023_wrap .detail_option_wrap .detail_option_section .basic_option_basic02 .list li:nth-child(4){ width:140px; color:#0070ff; text-align:right; line-height:25px;}








.detail_new2023_wrap .function_icon_wrap{
	margin-top:90px;
	position:relative !important;
}


.detail_new2023_wrap .function_icon_wrap .uk-slidenav{
	border: 1px solid #ececec;
	border-radius: 50px;
}

.detail_new2023_wrap .function_icon_wrap .uk-slidenav svg{
	transform: scale(0.5);
	color:#000000;
}



.detail_new2023_wrap .ad_detail_btn_wrap{
	margin-top:70px;
	position:relative !important;
	display:flex;
	border:1px solid #ececec;
	border-radius:5px;
}

.detail_new2023_wrap .ad_detail_btn_wrap > a,
.detail_new2023_wrap .ad_detail_btn_wrap > span {
	cursor:pointer;
	flex:1;
	padding:25px;
	border-right:1px solid #ececec;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:16px;
	text-align:left;
	color:#333333;
	position:relative;
}

.detail_new2023_wrap .ad_detail_btn_wrap > a:after,
.detail_new2023_wrap .ad_detail_btn_wrap > span:after {
	position:absolute;
	top:calc(50% - 15px);
	right:20px;
	width:30px;
	height:30px;
	background:url('../new_img/detail_new2023/service_detail_btn_icon.png');
	content:"";
}


.detail_new2023_wrap .service_detail_btn_wrap{
	margin-top:70px;
	position:relative !important;
	display:flex;
	column-gap:25px;
}


.detail_new2023_wrap .service_detail_btn_wrap > div{
	flex:1;
	position:relative;
	border:1px solid #ececec;
	border-radius:5px;
	padding:40px;
}

.detail_new2023_wrap .service_detail_btn_wrap > div .icon{
	 padding:10px;
	 border-radius:50px;
	 color:#ffffff;
}



.detail_new2023_wrap .service_detail_btn_wrap > div .title{
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:19px;
	text-align:left;
	color:#000000;
	letter-spacing:-1px;
	margin-top:10px;
}


.detail_new2023_wrap .service_detail_btn_wrap > div .sub_text{
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:14px;
	text-align:left;
	color:#999999;
	margin-top:5px;
	letter-spacing:-1px;
}

.detail_new2023_wrap .service_detail_btn_wrap > div .detail_ex {
	position:relative;
	padding-top:12px;
	margin-top:25px;
}

.detail_new2023_wrap .service_detail_btn_wrap > div .detail_ex:before {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:2px;
	background-color:#f3f3f3;
	content:"";
}

.detail_new2023_wrap .service_detail_btn_wrap > div .detail_ex div{
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:15px;
	text-align:left;
	color:#333333;
	margin-top:12px;
	letter-spacing:-1px;
}

.detail_new2023_wrap .service_detail_btn_wrap > div .move_btn a{
	border:none;
	font-size:15px;
	width:100%;
	padding:12px 25px 14px 25px;
	color:#ffffff;
	border-radius:3px;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	text-align:left;
	margin-top:40px;
	position:relative;
}

.detail_new2023_wrap .service_detail_btn_wrap > div .move_btn a:after{
	position:absolute;
	top:calc(50% - 5px);
	right:20px;
	width:6px;
	height:10px;
	background: url('../new_img/css_sprites.png') 271px -191px;
	content: "";
}


.detail_new2023_fixed_product {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:999;
}

.detail_new2023_fixed_product .info_wrap{
	display:flex;
	width:1100px;
	margin:0 auto;
	align-items:center;
	height:75px;
	border-radius:8px 8px 0 0;
	overflow:hidden;
}


.detail_new2023_fixed_product .info_wrap .btn_st1{
	flex:1;
	height:100%;
	align-items: center;
	display:flex;
	padding:0 30px;
}

.detail_new2023_fixed_product .info_wrap .btn_st1 .info{
	width:100%;
}

.detail_new2023_fixed_product .info_wrap .btn_st1 .info div{
	color:#ffffff;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:18px;
	letter-spacing:-1px;
	word-break:keep-all;
	word-wrap:break-word;
}

.detail_new2023_fixed_product .info_wrap .btn_st2 {
	width:180px;
	height:100%;
}

.detail_new2023_fixed_product .info_wrap .btn_st2 a{
	color:#ffffff;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	height:100%;
	width:100%;
	align-items:center;
	display:flex;
	justify-content:center;
	letter-spacing:-1px;
}





/*2024_09_06 »ó¼¼¼³¸í °³Æí */

.flex_column{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap:0px;
	text-align: left;
}

.flex_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	gap:3px;
}

.flex_row_center{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	justify-content:center;
	width: 100%;
	position: relative;
	gap:5px;
}


.new_detail_explain_wrap {
	font-size: 14px;
	font-family: 'Noto Sans KR' !important;
	color: #111111;
	width: 100%;
	z-index: 2;
	position: relative;
}

.new_detail_explain_wrap .main_system_info_box {
	width:100%;
	position: relative;
	padding:90px 0;
}

.new_detail_explain_wrap .new_detail_explain_contents {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}




.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box {
	border-radius: 8px;
	padding:20px;
	background-color: #F8F9FB;
	margin-top:40px;
}

.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .title {
	font-size: 17px;
	color: #333333;
	position: relative;
	padding-left: 30px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
	text-align: left;
}

.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .title .question {
	background-color: #0071fe;
	border-radius: 100%;
	font-size:14px;
	color: #ffffff;
	width: 22px;
	height: 22px;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
}
.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .caution_contents {
	margin-left: 10px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size:15px;
	color: #111;
	position: relative;
	letter-spacing:-0.5px;

}

.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .caution_contents::before {
	content: "";
	width: 3px;
	height: 3px;
	background-color:rgba(51, 51, 51, 1);
	display: block;
	position: absolute;
	left: -10px;
	top: 10px;
}







.new_detail_explain_wrap .new_detail_explain_contents .sub_title_text {
	position: relative;
	border-radius: 4px;
	width: max-content;
	margin:0 auto;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	font-weight:500 !important;
	font-family: 'Noto Sans KR' !important;
	color: #333333;
}

.new_detail_explain_wrap .new_detail_explain_contents .sub_title {
	text-align: center;
	font-size: 57px;
	color: #333333;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .sub_title_explain {
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	letter-spacing: -1px;
	line-height: 1.6;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .etc_include_box {
	text-align: center;
	font-size:14px;
	color: #111111;
	font-family: 'Noto Sans KR' !important;
	margin-top:38px;
	padding-bottom: 10px;
	width: max-content;
}

.new_detail_explain_wrap .new_detail_explain_contents .etc_include_box .include_mobile_st{
	text-align: center;
	font-size:17px;
	letter-spacing: -1px;
}

.new_detail_explain_wrap .new_detail_explain_contents .support_box{
	margin-top: 30px;
	width: max-content;
	gap:50px;
}


.new_detail_explain_wrap .new_detail_explain_contents .support_box .browser_title,
.new_detail_explain_wrap .new_detail_explain_contents .support_box .php_v_title{
	font-size:14px;
	color: #b8b8b8;
	font-family: 'Noto Sans KR' !important;
}


.new_detail_explain_wrap .new_detail_explain_contents .box_title{
	font-size: 37px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #333;
	font-weight:700;
}

.new_detail_explain_wrap .new_detail_explain_contents .box_sub_title{
	font-size: 17px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #999;
	margin-top:10px;
}


.new_detail_explain_wrap .new_detail_explain_contents .business_model_box{
	gap:20px;
	align-items:stretch;
	margin-top:40px;
}

.new_detail_explain_wrap .new_detail_explain_contents .business_model_box .bm_rows{
	border-radius:7px;
	padding:25px;
	background-color: #ffffff;
	text-align: left;
	font-size: 20px;
	letter-spacing: -1px;
	line-height:1.5;
	font-weight: 500;
	color: #333;
	font-family: 'Noto Sans KR' !important;
	flex:1;
	position: relative;
}

.new_detail_explain_wrap .new_detail_explain_contents .business_model_box .bm_rows .icon_position{
	color: rgba(235, 18, 140, 0.8);
	position: absolute;
	bottom: 20px;
	right: 25px;
}



.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box{
	justify-content: space-between;
	align-items:stretch;
	margin-top:27px;
}

.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box .rc_rows{
	flex: 1;
	width: 100%;
	max-width:349px;
	position: relative;
	border-radius: 15px;
	border: 1px solid #eee;
	box-sizing: border-box;
	overflow: hidden;
	flex-shrink: 0;
	gap: 20px;
	text-align:center;
	font-size: 26px;
	color: #000;
	font-family: 'Noto Sans KR' !important;
}


.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box .rc_rows .title{
	width: 100%;
	position: relative;
	font-size:26px;
	letter-spacing: -1px;
	font-weight: 500;
	font-family: 'Noto Sans KR' !important;
	color: #000;
	text-align: center;
	display: inline-block;
}

.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box .rc_rows .sub_info{
	width: 100%;
	position: relative;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 1.6;
	font-family: 'Noto Sans KR' !important;
	color: #777;
	text-align: center;
	display: inline-block;
	padding: 0 0 20px 0;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on,
.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off{
	width:180px;
	cursor:pointer;
}


.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_circle,
.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_circle{
	width:110px;
	position: relative;
	border-radius: 50%;
	box-sizing: border-box;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_text,
.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_text{
	position: relative;
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	margin-top:15px;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_circle{
	color:#111111;
	background-color: #fff;
	border: 1px solid #edf3fb;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_text{
	color: #777;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_circle{
	color:#ffffff;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_text{
	font-weight: 500;
}



.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	gap:50px;
}


.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .image_st{
	width:550px;
	position: relative;
	border-radius:14px;
	max-width:100%;
	overflow: hidden;
	height:400px;
	object-fit: cover;
	border: 1px solid #eeeeee;
	background-color:#ffffff;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st{
	flex:1;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap:25px;
	text-align: left;
	margin-top: 20px;
}


.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .title{
	position: relative;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.2;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	color: #000;
	text-align: left;
	word-break: keep-all;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text{
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 1.5;
	font-family: 'Noto Sans KR' !important;
	color: #000;
	text-align: left;
	word-break: keep-all;
}


.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text .list_st{
	flex:1;
	width: 100%;
	position: relative;
	gap:10px;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text .list_st .list_title{
	width: 100px;
	position: relative;
	border-radius: 4px;
	text-align:center;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	padding: 5px 7px;
	font-size:15px;
	color: #fff;
	background-color: #0067ff;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text .list_st .list_text{
	font-size: 15px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	color: #000;
	text-align: left;
}


.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .move_btn{
	border-radius: 500px;
	border: 1px solid #676767;
	box-sizing: border-box;
	width: max-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	text-align: left;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
}





.new_detail_explain_wrap .new_detail_explain_contents .comparison_table {
	width:100%;
	border-collapse: collapse;
	border-top: none;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table thead th{
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	padding:20px;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border-bottom:1px solid #ededed;
	border-top:1px solid #ededed;
}


.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody td{
	background-color: #ffffff;
	font-size: 18px;
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	text-align:center;
	color:#D9DEEA;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody td:first-child > span{
	font-size: 15px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	color: #a7a7a7;
	text-align:left;
	display:block;
	margin-top:7px;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody td:first-child{
	font-weight: 500 !important;
	text-align:left;
	color:#000000;
}


.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody tr:nth-child(even) td{
	background-color:#F9F9F9;
}


.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tfoot td{
	background-color: #ffffff;
	font-size: 18px;
	color:rgba(0, 0, 0, 1);
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	text-align:center;
	font-weight:700 !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tfoot td:first-child {
	text-align:left;
}


/*2024_09_06 »ó¼¼¼³¸í °³Æí */



/*2024_12_09 »ó¼¼¼³¸í ÄÚµùÀ¸·Î º¯°æ */



.detail_info_rows_wrap{
	text-align:left;
	margin:0px auto 20px auto;
	padding-bottom: 50px;
	border-bottom:3px dotted #cbcbcb;
}


.detail_info_rows_wrap .detail_rows_title_wrap .main_title{
	font-size: 35px;
	color:#111111;
	word-break: keep-all;
	word-wrap: break-word;
	letter-spacing:-1px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
}


.detail_info_rows_wrap .detail_rows_title_wrap .main_title .highlight_st{
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
}


.detail_info_rows_wrap .detail_rows_title_wrap .sub_title{
	color:#7b7b7b;
	font-size: 16px;
	letter-spacing:-1px;
	word-break: keep-all;
	word-wrap: break-word;
	margin-top:12px;
	line-height:1.4;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}



.detail_info_rows_wrap .explain_wrap{
	margin-top:50px;
}

.detail_info_rows_wrap .explain_wrap .explain_img{
	margin-bottom:20px;
	text-align: center;
}

.detail_info_rows_wrap .explain_wrap .explain_img img{
	max-width:100%;
	height:auto;
}


.detail_info_rows_wrap .explain_wrap .explain_text_wrap .e_title{
	color:#111111;
	font-size:26px;
	word-break: keep-all;
	word-wrap: break-word;
	letter-spacing:-1.2px;
	line-height:1.4;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
}

.detail_info_rows_wrap .explain_wrap .explain_text_wrap .e_sub_title{
	color:#7b7b7b;
	font-size: 16px;
	letter-spacing:-1.2px;
	word-break: keep-all;
	word-wrap: break-word;
	margin-top:7px;
	line-height:1.4;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.preparing_wrap{
	border-radius: 15px;
	border: 1px solid #EAEAEA;
	background: #FDFDFD;
	padding: 70px 0;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.preparing_wrap .pp_main_title{
	font-size: 40px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #333;
	font-weight: 400;
}

.preparing_wrap .pp_main_title .pp_point_st{
	font-weight: 600;
}


.preparing_wrap .pp_sub_text{
	font-size: 18px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #777;
	font-weight: 400;
}

/*2024_12_09 »ó¼¼¼³¸í ÄÚµùÀ¸·Î º¯°æ */


/*2024_12_23 ÇÏ´Ü ¸Å´º¾ó ¹öÆ° */
.btn_detail_bottom_manual {
	position:absolute;
	top:5px;
	right:5px;
}
.btn_detail_bottom_manual a {
	display:inline-block;
	padding:2px 10px;
	border-radius:3px;
	background:#0068ff;
	color:#fff;
	font-size:13px;
}

/*2025_06_27 »ó¼¼¼³¸í¿¡ ¾Û¾ÆÀÌÄÜ */
.detail_rows_icon_app {
	position: relative;
}
.detail_rows_icon_app::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	height: 90px;
	background-image: url('../new_img/icon_detail_review_app.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}













/*2026_03_11 È¯±ÞÇü LMS ¼Ö·ç¼Ç »ó¼¼¼³¸í */


.lms_check_box {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #774AE8;
	border-radius: 2px;
	position: relative;
	flex-shrink: 0;
}
.lms_check_box::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.lms_check_box_01 {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #ffffff;
	border-radius: 2px;
	position: relative;
	flex-shrink: 0;
}
.lms_check_box_01::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #774AE8;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.lms_num_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background-color: #774AE8;
	border-radius: 2px;
	color:#fff;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	font-size:18px;
}



.lms_function_box {
	display: flex;
	gap: 20px;
}
.lms_function_item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 17px 25px;
	background-color: #FFFFFF;
	border: 1px solid #774AE8;
	border-radius: 7px;
}
.lms_function_item .check_icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	flex-shrink: 0;
}
.lms_function_item .check_icon::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 5px;
	width: 6px;
	height: 10px;
	border: solid #774AE8;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.lms_function_item .function_text {
font-family: 'Noto Sans KR' !important;
font-weight: 500;
font-size: 18px;
line-height: 1.4;
letter-spacing: -0.9px;
color: #333333;
text-align: center;
}

.lms_education_box {
	display: flex;
	justify-content: stretch;
	gap: 20px;
	width: 1100px;
	margin: 30px auto 0;
}
.lms_education_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 30px 0;
	background-color: #FFFFFF;
	border-radius: 7px;
	flex: 1;
}
.lms_education_item.plus_only {
	background-color: #F9F6FF;
}
.lms_education_item .edu_icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.lms_education_item.icon_01 .edu_icon {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4_288' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-5' y='-6' width='43' height='42'%3E%3Crect x='-4.05115' y='-5.26962' width='41.1023' height='41.1023' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4_288)'%3E%3Cpath d='M0 29.9704V0H16.0607V6.94886H33V29.9704H0ZM2.15145 27.8186H13.9093V23.01H2.15145V27.8186ZM2.15145 20.8586H13.9093V16.0607H2.15145V20.8586ZM2.15145 13.9093H13.9093V9.10073H2.15145V13.9093ZM2.15145 6.94886H13.9093V2.15145H2.15145V6.94886ZM16.0607 27.8186H30.8486V9.10073H16.0607V27.8186ZM19.8156 16.0607V13.9093H26.2485V16.0607H19.8156ZM19.8156 23.01V20.8586H26.2485V23.01H19.8156Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}
.lms_education_item.icon_02 .edu_icon {
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='30' viewBox='0 0 36 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4_293' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-3' y='-6' width='42' height='41'%3E%3Crect x='-2.093' y='-5.57084' width='40.1861' height='40.1861' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4_293)'%3E%3Cpath d='M0 29.1734V6.15014C0 4.92782 0.428093 3.8887 1.28428 3.03279C2.14019 2.17716 3.17972 1.74935 4.40289 1.74935C5.62577 1.74935 6.66461 2.17716 7.5194 3.03279C8.37419 3.8887 8.80159 4.92782 8.80159 6.15014V7.96103L18 0L27.1984 7.96103V6.15014C27.1984 4.92782 27.6265 3.8887 28.4827 3.03279C29.3389 2.17716 30.3784 1.74935 31.6013 1.74935C32.8242 1.74935 33.863 2.17716 34.7178 3.03279C35.5726 3.8887 36 4.92782 36 6.15014V29.1734H20.2969V21.2199C20.2969 20.5733 20.0762 20.0288 19.6347 19.5865C19.1932 19.1442 18.65 18.923 18.005 18.923C17.3598 18.923 16.8148 19.1442 16.37 19.5865C15.9254 20.0288 15.7031 20.5733 15.7031 21.2199V29.1734H0ZM29.3023 8.44703H33.8961V6.15517C33.8961 5.50996 33.6755 4.96493 33.2343 4.52009C32.7928 4.07554 32.2495 3.85326 31.6043 3.85326C30.959 3.85326 30.4142 4.07442 29.9696 4.51675C29.5248 4.95907 29.3023 5.50354 29.3023 6.15014V8.44703ZM2.10391 8.44703H6.69768V6.15517C6.69768 5.50996 6.47693 4.96493 6.03544 4.52009C5.59396 4.07554 5.05075 3.85326 4.40582 3.85326C3.76061 3.85326 3.21558 4.07442 2.77075 4.51675C2.32619 4.95907 2.10391 5.50354 2.10391 6.15014V8.44703ZM2.10391 27.0695H6.69768V10.5509H2.10391V27.0695ZM8.80159 27.0695H13.5992V21.2199C13.5992 19.9976 14.0273 18.9585 14.8835 18.1026C15.7397 17.2469 16.7792 16.8191 18.0021 16.8191C19.225 16.8191 20.2638 17.2469 21.1186 18.1026C21.9734 18.9585 22.4008 19.9976 22.4008 21.2199V27.0695H27.1984V10.7288L18 2.76782L8.80159 10.7288V27.0695ZM29.3023 27.0695H33.8961V10.5509H29.3023V27.0695ZM17.9929 13.2555C17.4133 13.2555 16.9225 13.0528 16.5207 12.6473C16.1188 12.2418 15.9179 11.7494 15.9179 11.1701C15.9179 10.5904 16.1206 10.0973 16.5261 9.6907C16.9316 9.28382 17.424 9.08038 18.0034 9.08038C18.583 9.08038 19.0761 9.28563 19.4827 9.69615C19.8896 10.1064 20.093 10.6012 20.093 11.1805C20.093 11.7601 19.8878 12.2509 19.4773 12.6528C19.067 13.0546 18.5722 13.2555 17.9929 13.2555Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}
.lms_education_item.icon_03 .edu_icon {
	background-image: url("data:image/svg+xml,%3Csvg width='34' height='28' viewBox='0 0 34 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4_298' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-4' y='-7' width='42' height='42'%3E%3Crect x='-3.47886' y='-6.1044' width='40.9577' height='40.9577' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4_298)'%3E%3Cpath d='M16.9825 27.7642L5.68202 21.5945V12.3398L0 9.25473L16.9825 0L34 9.25473V21.4652H31.8557V10.4822L28.283 12.3398V21.5945L16.9825 27.7642ZM16.9825 16.0656L29.5049 9.25473L16.9825 2.50738L4.4951 9.25473L16.9825 16.0656ZM16.9825 25.3293L26.1391 20.3231V13.5779L16.9825 18.5065L7.8259 13.5318V20.3231L16.9825 25.3293Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}
.lms_education_item.icon_04 .edu_icon {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4_303' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-5' y='-8' width='41' height='41'%3E%3Crect x='-4.18378' y='-7.5' width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4_303)'%3E%3Cpath d='M20.3675 12.0063L26.6496 8.3975L20.3675 4.78833L14.0854 8.3975L20.3675 12.0063ZM20.3675 16.9296L24.8225 14.3587V11.1475L20.3675 13.75L15.9125 11.1475V14.3587L20.3675 16.9296ZM29.06 25H20.3846C20.3846 24.6544 20.3733 24.3054 20.3508 23.9529C20.3281 23.6004 20.2976 23.2514 20.2596 22.9058H29.06C29.2094 22.9058 29.3322 22.8578 29.4283 22.7617C29.5244 22.6656 29.5725 22.5426 29.5725 22.3929V2.60708C29.5725 2.45736 29.5244 2.33444 29.4283 2.23833C29.3322 2.14222 29.2094 2.09417 29.06 2.09417H2.60708C2.46458 2.09417 2.34347 2.14222 2.24375 2.23833C2.14403 2.33444 2.09417 2.45736 2.09417 2.60708V4.66125C1.74861 4.62319 1.40069 4.59292 1.05042 4.57042C0.700417 4.54764 0.350278 4.53625 0 4.53625V2.60708C0 1.89569 0.256667 1.28333 0.77 0.769999C1.28333 0.256666 1.89569 0 2.60708 0H29.06C29.7767 0 30.3903 0.256666 30.9008 0.769999C31.4114 1.28333 31.6667 1.89569 31.6667 2.60708V22.3929C31.6667 23.1043 31.4114 23.7167 30.9008 24.23C30.3903 24.7433 29.7767 25 29.06 25ZM0 25V21.2242C1.01972 21.2242 1.89069 21.5931 2.61292 22.3308C3.33542 23.0686 3.69667 23.9583 3.69667 25H0ZM7.75625 25C7.75625 22.8381 7.00278 20.9953 5.49583 19.4717C3.98861 17.9478 2.15667 17.1788 0 17.1646V15.0704C2.74278 15.0704 5.07014 16.0375 6.98208 17.9717C8.89431 19.9056 9.85042 22.2483 9.85042 25H7.75625ZM14.2308 25C14.2308 23.0256 13.8592 21.1688 13.1158 19.4296C12.3728 17.6901 11.3586 16.1732 10.0733 14.8787C8.78806 13.5843 7.28208 12.5626 5.55542 11.8138C3.82875 11.0646 1.97694 10.69 0 10.69V8.59625C2.26139 8.59625 4.38181 9.02695 6.36125 9.88833C8.34069 10.7497 10.0693 11.9225 11.5471 13.4067C13.0246 14.8908 14.1903 16.63 15.0442 18.6242C15.8978 20.6183 16.3246 22.7436 16.3246 25H14.2308Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}
.lms_education_item.icon_05 .edu_icon {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4_308' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-3' y='-5' width='41' height='41'%3E%3Crect x='-2.83695' y='-4.16704' width='40.004' height='40.004' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4_308)'%3E%3Cpath d='M23.6999 16.6621L17.1371 10.3248C16.3651 9.58554 15.7159 8.76254 15.1894 7.85579C14.663 6.94931 14.3998 5.96198 14.3998 4.89382C14.3998 3.54841 14.858 2.39635 15.7745 1.43764C16.6912 0.479214 17.8172 0 19.1523 0C20.0749 0 20.9189 0.243219 21.6842 0.729657C22.4496 1.21637 23.1215 1.81587 23.6999 2.52817C24.2783 1.81587 24.9483 1.21637 25.7101 0.729657C26.4721 0.243219 27.3179 0 28.2474 0C29.5825 0 30.7085 0.479214 31.6252 1.43764C32.5417 2.39635 33 3.54841 33 4.89382C33 5.96004 32.7349 6.94583 32.2049 7.8512C31.6746 8.75629 31.0264 9.58082 30.2605 10.3248L23.6999 16.6621ZM23.6999 13.7726L28.6899 8.90214C29.2611 8.34681 29.7733 7.74105 30.2264 7.08488C30.6792 6.4287 30.9056 5.69835 30.9056 4.89382C30.9056 4.12513 30.652 3.46632 30.1447 2.91738C29.6371 2.36871 29.0047 2.09438 28.2474 2.09438C27.634 2.09438 27.078 2.26884 26.5793 2.61776C26.0807 2.96696 25.6373 3.38867 25.2492 3.88289L23.6999 5.80183L22.1401 3.88289C21.759 3.38867 21.3191 2.96696 20.8204 2.61776C20.3218 2.26884 19.7657 2.09438 19.1523 2.09438C18.395 2.09438 17.7626 2.36871 17.2551 2.91738C16.7478 3.46632 16.4941 4.12513 16.4941 4.89382C16.4941 5.69835 16.7189 6.4287 17.1684 7.08488C17.6176 7.74105 18.1325 8.34806 18.7131 8.90589L23.6999 13.7726ZM7.83162 27.2036L20.5104 30.9089L30.6631 27.7465C30.6489 27.2142 30.4669 26.8002 30.1172 26.5043C29.7674 26.2082 29.3618 26.0601 28.9004 26.0601H20.5962C20.0226 26.0601 19.4843 26.0295 18.9815 25.9684C18.4787 25.907 17.974 25.7881 17.4676 25.6117L13.6422 24.4129L14.3206 22.3076L17.961 23.5878C18.3757 23.7403 18.837 23.8418 19.3448 23.8924C19.8527 23.9429 20.4862 23.9675 21.2455 23.9661H22.3847C22.3847 23.4183 22.2383 22.9581 21.9455 22.5856C21.6527 22.2131 21.2848 21.9423 20.8417 21.7734L11.4978 18.2839C11.4586 18.2734 11.4275 18.2653 11.4045 18.2597C11.3811 18.2545 11.3535 18.2518 11.3215 18.2518H7.83162V27.2036ZM0 31.6698V16.1579H11.2749C11.4332 16.1579 11.5885 16.1743 11.7408 16.207C11.893 16.2398 12.0404 16.2783 12.1829 16.3225L21.5513 19.8032C22.3789 20.106 23.0823 20.6203 23.6615 21.3459C24.2405 22.0712 24.53 22.9447 24.53 23.9661H28.9004C30.1094 23.9661 31.0949 24.3805 31.8569 25.2092C32.619 26.0382 33 27.0484 33 28.2399V29.3042L20.6558 33.1037L7.83162 29.3984V31.6698H0ZM2.09396 29.5755H5.70974V18.2518H2.09396V29.5755Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}
.lms_education_item.icon_06 .edu_icon {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2863 11.047H0.5V8.9529H10.2863V-0.833374H12.3804V8.9529H22.1667V11.047H12.3804V20.8333H10.2863V11.047Z' fill='%23774AE8'/%3E%3C/svg%3E");
}
.lms_education_item .edu_text {
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.8px;
	color: #333333;
	text-align: center;
}





.lms_competitive_box {
	display: flex;
	justify-content: stretch;
	align-self: stretch;
	gap: 20px;
	width: 1100px;
	margin:0 auto;
}
.lms_competitive_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px 25px;
	background-color: #FFFFFF;
	border: 1px solid #774AE8;
	border-radius: 7px;
	flex: 1;
}
.lms_competitive_item .competitive_text {
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.9px;
	color: #333333;
	text-align: center;
}

.lms_server_box {
	display: flex;
	justify-content: center;
	align-self: stretch;
	gap: 20px;
	width: 1100px;
	margin: 0 auto;
}
.lms_server_img {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	background-color: #FFFFFF;
	border-radius: 7px;
	overflow-y: hidden;
	flex-shrink: 0;
	width:677px;
	height:336px;
}
.lms_server_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lms_server_list {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
	flex: 1;
}
.lms_server_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
	gap: 15px;
	padding: 20px 25px;
	background-color: #FFFFFF;
	border: 1px solid #774AE8;
	border-radius: 7px;
}
.lms_server_item .server_dot {
	width: 5px;
	height: 5px;
	background-color: #774AE8;
	border-radius: 50%;
	flex-shrink: 0;
}
.lms_server_item .server_text {
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.9px;
	color: #333333;
	text-align: left;
}



.lms_uiux_container {
	display: flex;
	justify-content: stretch;
	align-self: stretch;
	gap: 40px;
	width: 100%;
}

.lms_uiux_container .lms_uiux_box {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #774AE8;
	border-radius: 500px;
	height: 245px;
	flex: 1;
}

.lms_uiux_container .lms_uiux_text {
	color: #333;
	text-align: center;
	font-size: 18px;
	letter-spacing: -0.9px;
	line-height: 1.6;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
}

/* LMS ÀûÇÕ ±â°ü ¼½¼Ç */
.lms_suitable_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.lms_suitable_grid .lms_suitable_card {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lms_suitable_grid .lms_suitable_card_image {
	width: 100%;
	height: 240px;
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}

.lms_suitable_grid .lms_suitable_card_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lms_suitable_grid .lms_suitable_card_content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 25px 25px;
}

.lms_suitable_grid .lms_suitable_card_title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -1.2px;
	text-align: center;
	color: #000000;
}

.lms_suitable_grid .lms_suitable_card_desc {
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: -0.85px;
	text-align: center;
	color: #777777;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* LMS ¿î¿µ Æ¯Â¡ ¹Ú½º */
.lms_operation_box {
	display: flex;
	gap: 20px;
}

.lms_operation_box .lms_operation_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 40px 0px;
	background-color: #FFFFFF;
	border: 1px solid #774AE8;
	border-radius: 7px;
	flex: 1;
}

.lms_operation_box .lms_operation_icon {
	width: 40px;
	height: 40px;
}

.lms_operation_box .lms_operation_icon.icon_01 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cmask id='mask0_5_642' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5_642)'%3E%3Cpath d='M6.77377 30.8332C6.05738 30.8332 5.44377 30.5753 4.93294 30.0594C4.4221 29.5439 4.16669 28.9328 4.16669 28.2261V11.7736C4.16669 11.0572 4.4221 10.4436 4.93294 9.93275C5.44377 9.42192 6.05738 9.1665 6.77377 9.1665H33.2263C33.9427 9.1665 34.5563 9.42192 35.0671 9.93275C35.5779 10.4436 35.8334 11.0572 35.8334 11.7736V28.2261C35.8334 28.9328 35.5779 29.5439 35.0671 30.0594C34.5563 30.5753 33.9427 30.8332 33.2263 30.8332H6.77377ZM6.77377 28.739H33.2263C33.3546 28.739 33.4722 28.6857 33.5792 28.579C33.6859 28.4721 33.7392 28.3544 33.7392 28.2261V11.7736C33.7392 11.6453 33.6859 11.5276 33.5792 11.4207C33.4722 11.314 33.3546 11.2607 33.2263 11.2607H6.77377C6.64544 11.2607 6.5278 11.314 6.42085 11.4207C6.31419 11.5276 6.26085 11.6453 6.26085 11.7736V28.2261C6.26085 28.3544 6.31419 28.4721 6.42085 28.579C6.5278 28.6857 6.64544 28.739 6.77377 28.739ZM13.1196 26.3673H26.8804V23.8248H13.1196V26.3673ZM8.58752 21.2711H11.1304V18.7286H8.58752V21.2711ZM13.6667 21.2711H16.2096V18.7286H13.6667V21.2711ZM18.7288 21.2711H21.2713V18.7286H18.7288V21.2711ZM23.8075 21.2711H26.3504V18.7286H23.8075V21.2711ZM28.8696 21.2711H31.4125V18.7286H28.8696V21.2711ZM8.58752 16.1644H11.1304V13.6215H8.58752V16.1644ZM13.6667 16.1644H16.2096V13.6215H13.6667V16.1644ZM18.7288 16.1644H21.2713V13.6215H18.7288V16.1644ZM23.8075 16.1644H26.3504V13.6215H23.8075V16.1644ZM28.8696 16.1644H31.4125V13.6215H28.8696V16.1644Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_operation_box .lms_operation_icon.icon_02 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cmask id='mask0_4_624' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4_624)'%3E%3Cpath d='M8.4404 34.1668C7.72401 34.1668 7.1104 33.9114 6.59956 33.4006C6.08873 32.8897 5.83331 32.2761 5.83331 31.5597V8.44058C5.83331 7.72419 6.08873 7.11058 6.59956 6.59975C7.1104 6.08891 7.72401 5.8335 8.4404 5.8335H31.5596C32.276 5.8335 32.8896 6.08891 33.4004 6.59975C33.9112 7.11058 34.1666 7.72419 34.1666 8.44058V31.5597C34.1666 32.2761 33.9112 32.8897 33.4004 33.4006C32.8896 33.9114 32.276 34.1668 31.5596 34.1668H8.4404ZM7.92748 14.5772H32.0725V8.44058C32.0725 8.31225 32.0191 8.19461 31.9125 8.08766C31.8055 7.981 31.6879 7.92766 31.5596 7.92766H8.4404C8.31206 7.92766 8.19442 7.981 8.08748 8.08766C7.98081 8.19461 7.92748 8.31225 7.92748 8.44058V14.5772ZM7.92748 23.3293H32.0725V16.671H7.92748V23.3293ZM8.4404 32.0727H31.5596C31.6879 32.0727 31.8055 32.0193 31.9125 31.9127C32.0191 31.8057 32.0725 31.6881 32.0725 31.5597V25.4231H7.92748V31.5597C7.92748 31.6881 7.98081 31.8057 8.08748 31.9127C8.19442 32.0193 8.31206 32.0727 8.4404 32.0727ZM10.7029 12.5514V9.94475H13.31V12.5514H10.7029ZM10.7029 21.3035V18.6968H13.31V21.3035H10.7029ZM10.7029 30.0556V27.4489H13.31V30.0556H10.7029Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_operation_box .lms_operation_icon.icon_03 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cmask id='mask0_5_654' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Crect width='40' height='40' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5_654)'%3E%3Cpath d='M18.5654 35.8332C17.7048 35.8332 16.8836 35.6558 16.1016 35.3011C15.3194 34.9464 14.6705 34.4311 14.155 33.7553L5.68164 22.7753L6.34206 22.0565C6.67595 21.6946 7.0822 21.4735 7.56081 21.3932C8.03942 21.3126 8.49247 21.3917 8.91997 21.6303L13.4829 23.9678V10.0319C13.4829 9.73528 13.5837 9.48667 13.7854 9.28611C13.9873 9.08528 14.2373 8.98486 14.5354 8.98486C14.8337 8.98486 15.0833 9.08528 15.2841 9.28611C15.485 9.48667 15.5854 9.73528 15.5854 10.0319V27.4903L9.62914 24.4219L15.8771 32.5115C16.204 32.9282 16.6036 33.2369 17.0758 33.4378C17.548 33.6386 18.0446 33.739 18.5654 33.739H26.4371C27.5459 33.739 28.4847 33.3575 29.2533 32.5944C30.0216 31.8311 30.4058 30.895 30.4058 29.7861V23.3011C30.4058 22.6139 30.1734 22.0379 29.7087 21.5732C29.244 21.1082 28.668 20.8757 27.9808 20.8757H19.56V18.7819H27.9746C29.2318 18.7819 30.3003 19.2213 31.18 20.0999C32.06 20.9788 32.5 22.0458 32.5 23.3011V29.7849C32.5 31.471 31.91 32.9006 30.73 34.0736C29.5497 35.2467 28.1187 35.8332 26.4371 35.8332H18.5654ZM8.57289 13.4719C8.27234 12.9672 8.0415 12.4218 7.88039 11.8357C7.71956 11.2493 7.63914 10.6458 7.63914 10.0253C7.63914 8.11389 8.30858 6.48861 9.64747 5.14945C10.9864 3.81056 12.6139 3.14111 14.53 3.14111C16.4458 3.14111 18.0733 3.81278 19.4125 5.15611C20.7514 6.49945 21.4208 8.12556 21.4208 10.0344C21.4208 10.6553 21.3404 11.2576 21.1796 11.8415C21.0184 12.4251 20.7876 12.9686 20.4871 13.4719L18.6775 12.4253C18.8883 12.0661 19.0493 11.6875 19.1604 11.2894C19.2715 10.8917 19.3271 10.4681 19.3271 10.0186C19.3271 8.69195 18.8603 7.56306 17.9266 6.63195C16.993 5.70056 15.8594 5.23486 14.5258 5.23486C13.1925 5.23486 12.0603 5.70125 11.1291 6.63403C10.1983 7.56681 9.73289 8.69945 9.73289 10.0319C9.73289 10.4742 9.78845 10.8939 9.89956 11.2911C10.0107 11.6881 10.1716 12.0661 10.3825 12.4253L8.57289 13.4719Z' fill='%23774AE8'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_operation_box .lms_operation_text {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.8px;
	text-align: center;
	color: #333333;
}

/* LMS ÀÎÇÁ¶ó ¼½¼Ç */
.lms_infrastructure_wrap {
	background-color: #FFFFFF;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	padding: 40px;
}

.lms_infrastructure_wrap .lms_infrastructure_diagram {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.lms_infrastructure_wrap .lms_infrastructure_diagram img {
	width: 100%;
	height: 100%;
	max-width: max-content;
	margin: 0 auto;
	object-fit: cover;
}

.lms_infrastructure_wrap .lms_infrastructure_desc_box {
	display: flex;
	align-items: center;
	background-color: #FBF9FF;
	border: 1px solid rgba(119, 74, 232, 0.5);
	border-radius: 12px;
	padding: 40px;
}

.lms_infrastructure_wrap .lms_infrastructure_desc_box .lms_infrastructure_desc {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: -0.45px;
	text-align: left;
	color: #333333;
}

/* LMS ÇÁ·Î¼¼½º ´Ü°è */
.lms_process_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
	position: relative;
}

.lms_process_grid .lms_process_card {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 15px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(119, 74, 232, 0.07);
	border-radius: 7px;
	height: 170px;
	box-sizing: border-box;
	position: relative;
}

.lms_process_grid .lms_process_card.right_arrow::before {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M15.1229 14.1667L10.7667 18.5229L12.75 20.5417L19.125 14.1667L12.75 7.79167L10.7667 9.81042L15.1229 14.1667ZM14.1667 28.3333C12.2069 28.3333 10.3653 27.9615 8.64167 27.2177C6.91806 26.474 5.41875 25.4646 4.14375 24.1896C2.86875 22.9146 1.85938 21.4153 1.11563 19.6917C0.371875 17.9681 0 16.1264 0 14.1667C0 12.2069 0.371875 10.3653 1.11563 8.64167C1.85938 6.91806 2.86875 5.41875 4.14375 4.14375C5.41875 2.86875 6.91806 1.85938 8.64167 1.11563C10.3653 0.371875 12.2069 0 14.1667 0C16.1264 0 17.9681 0.371875 19.6917 1.11563C21.4153 1.85938 22.9146 2.86875 24.1896 4.14375C25.4646 5.41875 26.474 6.91806 27.2177 8.64167C27.9615 10.3653 28.3333 12.2069 28.3333 14.1667C28.3333 16.1264 27.9615 17.9681 27.2177 19.6917C26.474 21.4153 25.4646 22.9146 24.1896 24.1896C22.9146 25.4646 21.4153 26.474 19.6917 27.2177C17.9681 27.9615 16.1264 28.3333 14.1667 28.3333Z' fill='%23774AE8'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.lms_process_grid .lms_process_card.bottom_arrow::before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M15.1229 14.1667L10.7667 18.5229L12.75 20.5417L19.125 14.1667L12.75 7.79167L10.7667 9.81042L15.1229 14.1667ZM14.1667 28.3333C12.2069 28.3333 10.3653 27.9615 8.64167 27.2177C6.91806 26.474 5.41875 25.4646 4.14375 24.1896C2.86875 22.9146 1.85938 21.4153 1.11563 19.6917C0.371875 17.9681 0 16.1264 0 14.1667C0 12.2069 0.371875 10.3653 1.11563 8.64167C1.85938 6.91806 2.86875 5.41875 4.14375 4.14375C5.41875 2.86875 6.91806 1.85938 8.64167 1.11563C10.3653 0.371875 12.2069 0 14.1667 0C16.1264 0 17.9681 0.371875 19.6917 1.11563C21.4153 1.85938 22.9146 2.86875 24.1896 4.14375C25.4646 5.41875 26.474 6.91806 27.2177 8.64167C27.9615 10.3653 28.3333 12.2069 28.3333 14.1667C28.3333 16.1264 27.9615 17.9681 27.2177 19.6917C26.474 21.4153 25.4646 22.9146 24.1896 24.1896C22.9146 25.4646 21.4153 26.474 19.6917 27.2177C17.9681 27.9615 16.1264 28.3333 14.1667 28.3333Z' fill='%23774AE8'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.lms_process_grid .lms_process_card.left_arrow::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M15.1229 14.1667L10.7667 18.5229L12.75 20.5417L19.125 14.1667L12.75 7.79167L10.7667 9.81042L15.1229 14.1667ZM14.1667 28.3333C12.2069 28.3333 10.3653 27.9615 8.64167 27.2177C6.91806 26.474 5.41875 25.4646 4.14375 24.1896C2.86875 22.9146 1.85938 21.4153 1.11563 19.6917C0.371875 17.9681 0 16.1264 0 14.1667C0 12.2069 0.371875 10.3653 1.11563 8.64167C1.85938 6.91806 2.86875 5.41875 4.14375 4.14375C5.41875 2.86875 6.91806 1.85938 8.64167 1.11563C10.3653 0.371875 12.2069 0 14.1667 0C16.1264 0 17.9681 0.371875 19.6917 1.11563C21.4153 1.85938 22.9146 2.86875 24.1896 4.14375C25.4646 5.41875 26.474 6.91806 27.2177 8.64167C27.9615 10.3653 28.3333 12.2069 28.3333 14.1667C28.3333 16.1264 27.9615 17.9681 27.2177 19.6917C26.474 21.4153 25.4646 22.9146 24.1896 24.1896C22.9146 25.4646 21.4153 26.474 19.6917 27.2177C17.9681 27.9615 16.1264 28.3333 14.1667 28.3333Z' fill='%23774AE8'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}


.lms_process_grid .lms_process_step {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	font-family: 'Noto Sans KR', sans-serif;
	color: #774AE8;
	text-align: left;
}

.lms_process_grid .lms_process_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
	flex: 1;
}

.lms_process_grid .lms_process_icon {
	width: 34px;
	height: 34px;
	border-radius: 5px;
}

.lms_process_grid .lms_process_icon.step_01{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_2_144' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_144)'%3E%3Cpath d='M15.1297 29.8237C14.6081 29.3279 14.3277 28.7173 14.2885 27.9919H19.7115C19.6723 28.7173 19.3919 29.3279 18.8704 29.8237C18.3488 30.3195 17.7253 30.5675 17 30.5675C16.2747 30.5675 15.6512 30.3195 15.1297 29.8237ZM11.6493 25.647V23.8673H22.3508V25.647H11.6493ZM11.7856 21.5461C10.3368 20.5979 9.19099 19.406 8.34807 17.9705C7.50492 16.5347 7.08334 14.9331 7.08334 13.1658C7.08334 10.4404 8.0547 8.10632 9.99743 6.1636C11.9401 4.22087 14.2743 3.24951 17 3.24951C19.7257 3.24951 22.0599 4.22087 24.0026 6.1636C25.9453 8.10632 26.9167 10.4404 26.9167 13.1658C26.9167 14.9331 26.4976 16.5347 25.6594 17.9705C24.8212 19.406 23.6729 20.5979 22.2144 21.5461H11.7856ZM12.3796 19.7661H21.635C22.7327 19.0105 23.5907 18.0556 24.2091 16.9012C24.8274 15.7466 25.1366 14.5015 25.1366 13.1658C25.1366 10.9138 24.3435 8.99469 22.7573 7.40849C21.1712 5.8223 19.252 5.0292 17 5.0292C14.748 5.0292 12.8289 5.8223 11.2427 7.40849C9.65648 8.99469 8.86339 10.9138 8.86339 13.1658C8.86339 14.5015 9.17257 15.7466 9.79095 16.9012C10.4093 18.0556 11.2722 19.0105 12.3796 19.7661Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_02{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_97' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_97)'%3E%3Cpath d='M15.776 23.0805C16.2402 23.0805 16.6998 23.0135 17.1548 22.8794C17.6098 22.7452 18.0413 22.5423 18.4493 22.2705L22.3125 26.1427L23.5276 24.9279L19.6499 21.0409C19.9181 20.6612 20.1098 20.2504 20.225 19.8084C20.3405 19.3661 20.3982 18.9161 20.3982 18.4583C20.3982 17.179 19.9553 16.0998 19.0694 15.2205C18.1837 14.341 17.0983 13.9012 15.8132 13.9012C14.5278 13.9012 13.4423 14.3442 12.5566 15.2301C11.671 16.1157 11.2281 17.2027 11.2281 18.4909C11.2281 19.7793 11.6663 20.8664 12.5425 21.752C13.4189 22.6377 14.4968 23.0805 15.776 23.0805ZM13.8185 20.4855C13.2781 19.9423 13.0078 19.2774 13.0078 18.4909C13.0078 17.7044 13.2783 17.0395 13.8192 16.4962C14.3602 15.9529 15.025 15.6813 15.8139 15.6813C16.6027 15.6813 17.2674 15.9529 17.8079 16.4962C18.3481 17.0395 18.6182 17.7044 18.6182 18.4909C18.6182 19.2774 18.3478 19.9423 17.8071 20.4855C17.2662 21.0291 16.6012 21.3008 15.8121 21.3008C15.0233 21.3008 14.3587 21.0291 13.8185 20.4855ZM8.59102 30.4582C7.98209 30.4582 7.46052 30.2411 7.02631 29.8069C6.5921 29.3727 6.375 28.8511 6.375 28.2422V5.75753C6.375 5.14859 6.5921 4.62703 7.02631 4.19282C7.46052 3.75861 7.98209 3.5415 8.59102 3.5415H20.547L27.625 10.6195V28.2422C27.625 28.8511 27.4079 29.3727 26.9737 29.8069C26.5395 30.2411 26.0179 30.4582 25.409 30.4582H8.59102ZM19.6573 11.4568V5.32155H8.59102C8.48194 5.32155 8.38194 5.36688 8.29104 5.45754C8.20038 5.54845 8.15504 5.64844 8.15504 5.75753V28.2422C8.15504 28.3512 8.20038 28.4512 8.29104 28.5421C8.38194 28.6328 8.48194 28.6781 8.59102 28.6781H25.409C25.5181 28.6781 25.6181 28.6328 25.709 28.5421C25.7996 28.4512 25.845 28.3512 25.845 28.2422V11.4568H19.6573Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_03{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_37' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_37)'%3E%3Cpath d='M14.9366 22.9881L24.4758 13.449L23.1551 12.1431L14.9366 20.3708L10.794 16.2281L9.497 17.5339L14.9366 22.9881ZM17.0025 30.4582C15.1507 30.4582 13.4074 30.105 11.7725 29.3985C10.1377 28.6921 8.71051 27.7294 7.491 26.5106C6.27172 25.2916 5.30862 23.865 4.60171 22.2309C3.89503 20.5968 3.54169 18.8539 3.54169 17.0023C3.54169 15.1408 3.89491 13.3911 4.60135 11.7532C5.3078 10.1153 6.27042 8.69061 7.48923 7.47913C8.70827 6.26764 10.1349 5.30844 11.769 4.60152C13.4031 3.89484 15.146 3.5415 16.9975 3.5415C18.859 3.5415 20.6087 3.89473 22.2466 4.60117C23.8845 5.30761 25.3092 6.26634 26.5207 7.47736C27.7322 8.68837 28.6914 10.1125 29.3983 11.7497C30.105 13.3869 30.4584 15.1361 30.4584 16.9974C30.4584 18.8492 30.1051 20.5925 29.3987 22.2273C28.6922 23.8622 27.7335 25.2893 26.5225 26.5089C25.3115 27.7281 23.8874 28.6912 22.2502 29.3982C20.613 30.1048 18.8638 30.4582 17.0025 30.4582ZM17 28.6781C20.2534 28.6781 23.0132 27.5427 25.2794 25.2718C27.5453 23.0008 28.6783 20.2435 28.6783 16.9998C28.6783 13.7465 27.5453 10.9867 25.2794 8.72048C23.0132 6.45452 20.2534 5.32155 17 5.32155C13.7563 5.32155 10.999 6.45452 8.7281 8.72048C6.45719 10.9867 5.32173 13.7465 5.32173 16.9998C5.32173 20.2435 6.45719 23.0008 8.7281 25.2718C10.999 27.5427 13.7563 28.6781 17 28.6781Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_04{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_47' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_47)'%3E%3Cpath d='M5.67583 27.625C5.10256 27.625 4.60354 27.4126 4.17877 26.9879C3.75401 26.5631 3.54163 26.0641 3.54163 25.4908V8.59102C3.54163 8.01751 3.76758 7.50479 4.2195 7.05288C4.67142 6.60096 5.18413 6.375 5.75765 6.375H14.2403L16.7283 8.86338H28.2423C28.7612 8.86338 29.2217 9.0394 29.6235 9.39144C30.0256 9.74348 30.263 10.1607 30.3357 10.6431H15.9793L13.4909 8.15504H5.75765C5.63038 8.15504 5.5259 8.19589 5.44421 8.27758C5.36251 8.35928 5.32167 8.46376 5.32167 8.59102V25.409C5.32167 25.5091 5.34658 25.5909 5.3964 25.6544C5.44645 25.7179 5.51233 25.7724 5.59402 25.8177L9.00394 13.4038H32.8422L29.3448 26.0521C29.2027 26.565 28.9422 26.9553 28.5635 27.223C28.1848 27.491 27.7297 27.625 27.1982 27.625H5.67583ZM7.46013 25.845H27.5616L30.4356 15.1838H10.3342L7.46013 25.845Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_05{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_91' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_91)'%3E%3Cpath d='M7.1744 29.0419C6.56546 29.0419 6.04389 28.8248 5.60969 28.3906C5.17548 27.9564 4.95837 27.4348 4.95837 26.8259V7.17458C4.95837 6.56565 5.17548 6.04408 5.60969 5.60988C6.04389 5.17567 6.56546 4.95856 7.1744 4.95856H20.2612L18.4812 6.73861H7.1744C7.06531 6.73861 6.96532 6.78394 6.87442 6.8746C6.78375 6.96551 6.73842 7.0655 6.73842 7.17458V26.8259C6.73842 26.935 6.78375 27.035 6.87442 27.1259C6.96532 27.2165 7.06531 27.2619 7.1744 27.2619H26.8257C26.9348 27.2619 27.0348 27.2165 27.1257 27.1259C27.2163 27.035 27.2617 26.935 27.2617 26.8259V15.3909L29.0417 13.6112V26.8259C29.0417 27.4348 28.8246 27.9564 28.3904 28.3906C27.9562 28.8248 27.4346 29.0419 26.8257 29.0419H7.1744ZM13.4584 20.5419V15.6788L26.5562 2.58104C26.7349 2.40254 26.9335 2.2741 27.1519 2.19571C27.3705 2.11732 27.5936 2.07812 27.8212 2.07812C28.0446 2.07812 28.2657 2.11968 28.4846 2.20279C28.7035 2.28614 28.9028 2.41565 29.0824 2.59131L31.3264 4.82965C31.5061 5.01358 31.6421 5.21734 31.7344 5.44094C31.827 5.66477 31.8733 5.89144 31.8733 6.12094C31.8733 6.35044 31.8322 6.57604 31.75 6.79775C31.6679 7.01946 31.5358 7.22193 31.3537 7.40515L18.2531 20.5419H13.4584ZM15.2384 18.7619H17.5069L26.6961 9.57265L25.5592 8.44108L24.3649 7.29146L15.2384 16.4035V18.7619Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_06{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_103' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_103)'%3E%3Cpath d='M7.1744 29.0418C6.56546 29.0418 6.04389 28.8247 5.60969 28.3905C5.17548 27.9563 4.95837 27.4347 4.95837 26.8258V7.17452C4.95837 6.56559 5.17548 6.04402 5.60969 5.60981C6.04389 5.1756 6.56546 4.9585 7.1744 4.9585H16.0009V6.73854H7.1744C7.06531 6.73854 6.96532 6.78387 6.87442 6.87454C6.78375 6.96544 6.73842 7.06543 6.73842 7.17452V26.8258C6.73842 26.9349 6.78375 27.0349 6.87442 27.1258C6.96532 27.2165 7.06531 27.2618 7.1744 27.2618H26.8257C26.9348 27.2618 27.0348 27.2165 27.1257 27.1258C27.2163 27.0349 27.2617 26.9349 27.2617 26.8258V17.9993H29.0417V26.8258C29.0417 27.4347 28.8246 27.9563 28.3904 28.3905C27.9562 28.8247 27.4346 29.0418 26.8257 29.0418H7.1744ZM23.0117 15.2385V10.9885H18.7617V9.2085H23.0117V4.9585H24.7917V9.2085H29.0417V10.9885H24.7917V15.2385H23.0117Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_07{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_115' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_115)'%3E%3Cpath d='M11.2915 6.91881L10.1164 3.42177L11.3751 2.99748L12.5502 6.48744L11.2915 6.91881ZM16.3281 5.27584V1.80713H17.6718V5.27584H16.3281ZM22.7084 6.91881L21.4497 6.48744L22.6248 2.99748L23.8836 3.42886L22.7084 6.91881ZM3.32099 32.257L3.08122 30.4844L10.5541 29.3376C10.9142 29.2797 11.2335 29.1308 11.5122 28.891C11.7908 28.6511 11.9893 28.3523 12.1079 27.9946L13.2841 24.2404C13.4486 23.733 13.4203 23.2468 13.1991 22.7819C12.9778 22.3168 12.6156 22.0008 12.1125 21.8338L10.8474 25.7768L9.15376 25.2363L12.3806 15.1036C12.4804 14.7823 12.4924 14.4629 12.4163 14.1456C12.3403 13.8283 12.1718 13.5861 11.9109 13.4192L6.69088 23.3196C6.37544 23.9292 5.92341 24.4139 5.33478 24.7738C4.74616 25.1336 4.10393 25.3135 3.40811 25.3135H2.27478V23.5338H3.40811C3.76393 23.5338 4.09591 23.4429 4.40403 23.2611C4.71216 23.0793 4.95051 22.8236 5.11909 22.494L11.2834 10.81L12.5786 11.5194C13.2909 11.9435 13.7824 12.5424 14.0529 13.3161C14.3238 14.0901 14.3332 14.8754 14.0813 15.672L12.6466 20.1448C13.62 20.4546 14.3278 21.0629 14.7698 21.9698C15.2115 22.8767 15.2808 23.8209 14.9777 24.8025L13.788 28.5566C13.5651 29.2321 13.1881 29.7969 12.6568 30.251C12.1256 30.705 11.5125 30.9866 10.8176 31.0956L3.32099 32.257ZM30.6789 32.2708L23.1823 31.1091C22.4874 31.0003 21.8744 30.7188 21.3431 30.2648C20.8119 29.8107 20.4348 29.2458 20.2119 28.5701L19.0223 24.8159C18.7191 23.8346 18.7884 22.8906 19.2302 21.9836C19.6722 21.0767 20.3799 20.4683 21.3534 20.1583L19.9187 15.6859C19.6667 14.889 19.6769 14.1037 19.9491 13.3299C20.2211 12.5562 20.7149 11.9572 21.4306 11.5329L22.7166 10.8239L28.8808 22.5075C29.049 22.8371 29.287 23.0928 29.5948 23.2746C29.903 23.4564 30.2353 23.5473 30.5918 23.5473H31.7252V25.3273H30.5918C29.8955 25.3273 29.2531 25.1474 28.6644 24.7876C28.0761 24.4275 27.6243 23.9427 27.3091 23.333L22.089 13.4326C21.8281 13.5998 21.6596 13.8419 21.5836 14.159C21.5076 14.4764 21.5195 14.7958 21.6194 15.1174L24.8462 25.2501L23.1526 25.7902L21.8875 21.8473C21.3843 22.0145 21.0221 22.3305 20.8009 22.7954C20.5796 23.2603 20.5513 23.7465 20.7159 24.2539L21.8921 28.008C22.0106 28.3657 22.2092 28.6645 22.4878 28.9044C22.7664 29.1443 23.0857 29.2932 23.4458 29.351L30.9187 30.4982L30.6789 32.2708Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_08{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_85' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_85)'%3E%3Cpath d='M14.2863 18.9924L21.4752 14.1665L14.2863 9.36436V18.9924ZM3.54163 29.8044V5.75753C3.54163 5.14859 3.75873 4.62703 4.19294 4.19282C4.62715 3.75861 5.14872 3.5415 5.75765 3.5415H28.2423C28.8512 3.5415 29.3728 3.75861 29.807 4.19282C30.2412 4.62703 30.4583 5.14859 30.4583 5.75753V22.5755C30.4583 23.1844 30.2412 23.706 29.807 24.1402C29.3728 24.5744 28.8512 24.7915 28.2423 24.7915H8.5545L3.54163 29.8044ZM7.78454 23.0115H28.2423C28.3514 23.0115 28.4514 22.9661 28.5423 22.8755C28.6329 22.7846 28.6783 22.6846 28.6783 22.5755V5.75753C28.6783 5.64844 28.6329 5.54845 28.5423 5.45754C28.4514 5.36688 28.3514 5.32155 28.2423 5.32155H5.75765C5.64856 5.32155 5.54857 5.36688 5.45767 5.45754C5.367 5.54845 5.32167 5.64844 5.32167 5.75753V25.5724L7.78454 23.0115Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_09{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_131' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_131)'%3E%3Cpath d='M13.8652 21.1322L22.5487 15.5835L13.8652 10.0348V21.1322ZM12.2141 29.0418V26.2085H5.75765C5.14872 26.2085 4.62715 25.9914 4.19294 25.5572C3.75873 25.123 3.54163 24.6014 3.54163 23.9925V7.17452C3.54163 6.56559 3.75873 6.04402 4.19294 5.60981C4.62715 5.1756 5.14872 4.9585 5.75765 4.9585H28.2423C28.8512 4.9585 29.3728 5.1756 29.807 5.60981C30.2412 6.04402 30.4583 6.56559 30.4583 7.17452V23.9925C30.4583 24.6014 30.2412 25.123 29.807 25.5572C29.3728 25.9914 28.8512 26.2085 28.2423 26.2085H21.7858V29.0418H12.2141ZM5.75765 24.4285H28.2423C28.3514 24.4285 28.4514 24.3831 28.5423 24.2925C28.6329 24.2016 28.6783 24.1016 28.6783 23.9925V7.17452C28.6783 7.06543 28.6329 6.96544 28.5423 6.87454C28.4514 6.78387 28.3514 6.73854 28.2423 6.73854H5.75765C5.64856 6.73854 5.54857 6.78387 5.45767 6.87454C5.367 6.96544 5.32167 7.06543 5.32167 7.17452V23.9925C5.32167 24.1016 5.367 24.2016 5.45767 24.2925C5.54857 24.3831 5.64856 24.4285 5.75765 24.4285Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_10{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_28' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_28)'%3E%3Cpath d='M16.9975 30.7305C16.2927 30.7305 15.6902 30.4798 15.1899 29.9783C14.6893 29.4768 14.439 28.8739 14.439 28.1695H19.561C19.561 28.8762 19.31 29.4797 18.808 29.98C18.306 30.4804 17.7025 30.7305 16.9975 30.7305ZM6.375 26.7529V24.9732H8.93598V13.9905C8.93598 12.0766 9.52 10.3747 10.688 8.88482C11.8563 7.39496 13.37 6.46173 15.2292 6.08513V5.31234C15.2292 4.82052 15.4012 4.40237 15.7452 4.05788C16.0892 3.71363 16.5069 3.5415 16.9982 3.5415C17.4898 3.5415 17.9081 3.71363 18.253 4.05788C18.5982 4.40237 18.7708 4.82052 18.7708 5.31234V6.08973C19.427 6.22786 20.0397 6.44295 20.609 6.73502C21.1782 7.02709 21.701 7.37831 22.1772 7.78867L20.8739 9.10652C20.3521 8.68034 19.7598 8.34034 19.097 8.08653C18.4343 7.83294 17.7353 7.70615 17 7.70615C15.2606 7.70615 13.7784 8.31862 12.5534 9.54357C11.3283 10.7687 10.7157 12.2511 10.7157 13.9905V24.9732H27.625V26.7529H6.375ZM22.7085 19.2764L21.4696 18.0397C21.8488 17.6607 22.14 17.2291 22.3433 16.7448C22.5468 16.2603 22.6486 15.7481 22.6486 15.2081C22.6486 14.6681 22.5493 14.1519 22.3508 13.6593C22.1522 13.1666 21.8712 12.7366 21.5078 12.3695L22.723 11.1398C23.2816 11.7076 23.7056 12.3383 23.9948 13.0318C24.2838 13.7252 24.4283 14.4507 24.4283 15.2081C24.4283 15.9497 24.2799 16.6713 23.9831 17.3728C23.6861 18.074 23.2612 18.7086 22.7085 19.2764ZM24.7499 21.327C25.5491 20.5623 26.1676 19.6555 26.6054 18.6067C27.0429 17.5581 27.2616 16.4292 27.2616 15.2198C27.2616 14.0418 27.0429 12.9235 26.6054 11.8648C26.1676 10.8061 25.5491 9.88876 24.7499 9.1129L26.0394 7.82161C27.0164 8.80029 27.7611 9.92571 28.2735 11.1979C28.7856 12.4698 29.0417 13.8125 29.0417 15.2258C29.0417 16.6389 28.7856 17.9801 28.2735 19.2491C27.7611 20.5182 27.0164 21.6384 26.0394 22.6095L24.7499 21.327Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_11{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_79' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_79)'%3E%3Cpath d='M7.79169 30.4585V4.9585H29.0417L25.953 11.4188L29.0417 17.8792H9.57173V30.4585H7.79169ZM9.57173 16.0992H26.2275L23.9644 11.4188L26.2275 6.73854H9.57173V16.0992Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_icon.step_12{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cmask id='mask0_67_125' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='34'%3E%3Crect width='34' height='34' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_67_125)'%3E%3Cpath d='M11.6875 16.4732V14.6931H22.3125V16.4732H11.6875ZM11.6875 10.8065V9.02648H22.3125V10.8065H11.6875ZM8.15504 20.3598H19.125C19.7259 20.3598 20.2816 20.4922 20.7921 20.7568C21.3025 21.0213 21.74 21.3878 22.1046 21.8565L25.845 26.7295V5.75753C25.845 5.63026 25.8041 5.52578 25.7224 5.44409C25.6407 5.36239 25.5362 5.32155 25.409 5.32155H8.59102C8.46376 5.32155 8.35928 5.36239 8.27758 5.44409C8.19589 5.52578 8.15504 5.63026 8.15504 5.75753V20.3598ZM8.59102 28.6781H25.0831L20.7007 22.9452C20.5101 22.6935 20.2782 22.4964 20.0048 22.3538C19.7313 22.2112 19.4381 22.1399 19.125 22.1399H8.15504V28.2422C8.15504 28.3694 8.19589 28.4739 8.27758 28.5556C8.35928 28.6373 8.46376 28.6781 8.59102 28.6781ZM25.409 30.4582H8.59102C7.98209 30.4582 7.46052 30.2411 7.02631 29.8069C6.5921 29.3727 6.375 28.8511 6.375 28.2422V5.75753C6.375 5.14859 6.5921 4.62703 7.02631 4.19282C7.46052 3.75861 7.98209 3.5415 8.59102 3.5415H25.409C26.0179 3.5415 26.5395 3.75861 26.9737 4.19282C27.4079 4.62703 27.625 5.14859 27.625 5.75753V28.2422C27.625 28.8511 27.4079 29.3727 26.9737 29.8069C26.5395 30.2411 26.0179 30.4582 25.409 30.4582Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}

.lms_process_grid .lms_process_text {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.7px;
	text-align: center;
	color: #000000;
	width: 100%;
}