.basic_2025_wrap{
	width: 100%;
	min-width: 1100px;
}

.basic_2025_wrap *,
.basic_fixed_bottom_call_wrap *{
	font-family: 'Noto Sans KR' !important;
}

.point_color{
	color:#3074F0 !important;
}
.point_color2{
	color:#D23A9A !important;
}

.basic_2025_wrap .width_limit{
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}


.basic_2025_wrap .main_banner_box{
	width: 100%;
	position: relative;
	background:linear-gradient(270deg, #F9F1FF 0%, #EEF8FF 100%);
}

.basic_2025_wrap .main_banner_box .m_b_contents{
	padding:80px 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.basic_2025_wrap .main_banner_box .m_b_bg_c{
	width: 100%;
	height: 550px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.basic_2025_wrap .main_banner_box .m_b_bg_img_01{
	width: 360px;
	height: 130px;
	position: absolute;
	top:0px;
	left: calc(50% - 710px);
	background-image: url(../new_img/basic_new/main_banner_img_1.png);
	background-repeat: no-repeat;
}

.basic_2025_wrap .main_banner_box .m_b_bg_img_02{
	width: 440px;
	height: 295px;
	position: absolute;
	top: 20px;
	left: calc(50% + 200px);
	background-image: url(../new_img/basic_new/main_banner_img_2.png);
	background-repeat: no-repeat;
}


.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_1,
.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_1 > div{
	color: #000;
	font-size:36px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -1px;
}

.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_2{
	color: #666;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1px;
}

.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3{
	display: flex;
	align-items: center;
	gap:10px;
	color: #666;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1px;
}


.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3 .event_text_wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	width:450px;
	padding:30px;
	border-radius: 0 40px;
	background: linear-gradient(270deg, rgba(247, 104, 255, 0.30) 0%, rgba(255, 217, 0, 0.30) 99.99%);
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.05);
}


.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3 .event_text_wrap .event_text_st_1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3 .event_text_wrap .event_text_st_1 span{
	color:#EF8D1D;
	font-size: 24px;
	font-weight: 800;
	line-height: 140%;
	letter-spacing: -1px;
}

.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3 .event_text_wrap .event_text_st_1 span.gradation_st{
	background: linear-gradient(90deg, #FFC21A 0%, #FF01C8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3 .event_text_wrap .event_text_st_2{
	color:#000;
	font-size: 34px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -1px;
}


.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .event_st3 .event_text_wrap .event_text_st_3{
	color:rgba(0, 0, 0, 0.5);
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -1px;
}



.basic_2025_wrap .main_banner_box .m_b_contents .mb_con_st_3 .mb_btn_st a{
	background-color:#D23A9A;
	font-size:20px;
	font-weight: 500;
	display:flex;
	align-items:center;
	gap:5px;
	border-radius: 10px;
	padding:15px 25px;
	color:#ffffff;
	line-height: 140%;
	letter-spacing: -0.5px;
}




.basic_2025_wrap .info_box{
	width: 100%;
	position: relative;
	padding:80px 0;
}


.basic_2025_wrap .info_box .box_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom:20px;
}


.basic_2025_wrap .info_box .box_title .title_st{
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -1px;
}

.basic_2025_wrap .info_box .box_title .more_st1 a{
	color: #999;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.5px;
	display:flex;
	align-items:center;
	gap:5px;
}


.basic_2025_wrap .info_box .box_title .more_st2 a{
	background-color:#3074F0;
	font-size:18px;
	font-weight: 500;
	display:flex;
	align-items:center;
	gap:5px;
	border-radius: 10px;
	padding: 10px 15px;
	color:#ffffff;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .box_title .more_st3 {
	color: #999;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
}



.basic_2025_wrap .buy_btn_foot{
	background-color:#3074F0;
	font-size:20px;
	font-weight: 700;
	display:flex;
	align-items:center;
	gap:5px;
	border-radius: 10px;
	padding:15px 25px;
	color:#ffffff;
	line-height: 140%;
	letter-spacing: -0.5px;
	width: max-content;
	margin: 20px auto 80px;
}


.basic_2025_wrap .sel_no_skin_btn_foot2{
	background: linear-gradient(90deg, #377CFF 0%, #D23A9A 100%);
	font-size:18px;
	font-weight: 700;
	display:flex;
	align-items:center;
	gap:5px;
	border-radius: 10px;
	padding:12px 20px;
	color:#ffffff;
	line-height: 140%;
	letter-spacing: -0.5px;
	width: max-content;
	margin: 20px auto 80px;
}



.basic_2025_wrap .info_box .buy_option_wrap{
	display:flex;
	align-items: stretch;
	gap:40px;
}


.basic_2025_wrap .info_box .buy_option_wrap > div{
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.basic_2025_wrap .info_box .buy_option_wrap > div:hover{
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box{
	padding:40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top .op_info_1{
	color: #3074F0;
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top .op_info_2{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top .op_info_3{
	display: flex;
	flex-direction: column;
	gap: 3px;
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top .op_info_3 p{
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.5px;
	position: relative;
	padding-left:25px;
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top .op_info_3 p::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_top .op_info_4{
	color: #3074F0;
	font-size: 34px;
	font-weight: 800;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.basic_2025_wrap .info_box .buy_option_wrap .op_btn{
	display: flex;
	padding: 15px 10px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	align-self: stretch;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_bottom{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_bottom .normal_box{
	display: flex;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background-color:#F2F5F8;
	color: #5078D7;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -1px;
}



.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_bottom .event_data_box{
	border-radius: 50px;
	background: linear-gradient(270deg, #F9F1FF 0%, #EEF8FF 100%);
	display: flex;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	position:relative;
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_bottom .event_data_box .event_icon{
	color:#ffffff;
	display: flex;
	width: 34px;
	height: 34px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -10px;
	top: -17px;
	border-radius: 100px;
	background:#D23A9A;
}


.basic_2025_wrap .info_box .buy_option_wrap .op_info_box .op_info_bottom .event_data_st{
	background: linear-gradient(90deg, rgba(55, 124, 255, 1) 0%, rgba(210, 58, 154, 1) 100%);
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -1px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.basic_2025_wrap .info_box .portfolio_list_wrap{
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 1fr)) !important;
	gap: 24px;
}


.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap{
	display: flex;
	gap:0px;
	flex-direction: column;
	border-radius: 20px;
	border: 1px solid #E9E9E9;
	background: #ffffff;
	overflow: hidden;
	position:relative;
}

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .thumb{
	width: 100%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .thumb img{
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .title_wrap{
	padding:15px;
	border-top: 1px solid #EAEAEA;
	background: #FFF;
}

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .title_st{
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;
	display: flex;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .over_layer_box{
	display: none;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(12.5px);
	border: 1px solid #E9E9E9;
	border-radius: 19px;
	padding:10px 30px;
}

/*.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap:hover .over_layer_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}*/

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}


.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .over_layer_box .ol_title_st{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.basic_2025_wrap .info_box .portfolio_list_wrap .rows_basic_port_wrap .over_layer_box .icon_st{
	color:rgba(153, 153, 153, 1);
}


.basic_2025_wrap .portfolio_btn_foot{
	background-color:#ffffff;
	font-size:20px;
	font-weight: 700;
	display:flex;
	align-items:center;
	gap:5px;
	border-radius: 10px;
	border: 1px solid #E9E9E9;
	padding:15px 25px;
	color:#999;
	line-height: 140%;
	letter-spacing: -0.5px;
	width: max-content;
	margin:40px auto 0px;
}



.basic_2025_wrap .info_box .benefit_info_wrap{
	display: grid;
	grid-template-columns: auto auto auto;
	gap:20px;
}

.basic_2025_wrap .info_box .benefit_info_wrap .info_box_1 {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	background:#ffffff url(../new_img/basic_new/main_banner_img_2.png) !important;
	background-repeat: no-repeat !important;
	background-position: center calc(100% - 10px) !important;
	background-size: 75% !important;
}

.basic_2025_wrap .info_box .benefit_info_wrap .benefit_info_box{
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding:40px;
	gap: 10px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}


.basic_2025_wrap .info_box .benefit_info_wrap .benefit_info_box .be_info_1{
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -1px;
}

.basic_2025_wrap .info_box .benefit_info_wrap .benefit_info_box .be_info_2{
	display: flex;
	flex-direction: column;
	gap: 3px;
}


.basic_2025_wrap .info_box .benefit_info_wrap .benefit_info_box .be_info_2 p{
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.5px;
	position: relative;
	padding-left:25px;
}


.basic_2025_wrap .info_box .benefit_info_wrap .benefit_info_box .be_info_2 p::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
}



.basic_2025_wrap .info_box .cgimall_knowhow_wrap {
	display: flex;
	flex-direction: column;
	gap:20px;
}


.basic_2025_wrap .info_box .cgimall_knowhow_wrap .knowhow_copy_st_1{
	color: #666;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .cgimall_knowhow_wrap .knowhow_copy_st_2{
	display: flex;
	flex-direction: column;
	gap:20px;
}


.basic_2025_wrap .info_box .cgimall_knowhow_wrap .knowhow_copy_st_2 > div{
	display: flex;
	padding: 10px 25px;
	justify-content: center;
	gap: 10px;
	border-radius: 50px;
	background-color:#F2F5F8;
	color: #5078D7;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	width: max-content;
}


.basic_2025_wrap .info_box .cgimall_knowhow_wrap .knowhow_copy_st_2 > div.point_box{
	background: linear-gradient(270deg, #EEF8FF 0%, #F9F1FF 100%);
	color: #D23A9A;
}




.basic_2025_wrap .info_box .main_function{
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
	gap: 20px;
}


.basic_2025_wrap .info_box .main_function > div{
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 10px;
	border-radius: 20px;
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	position: relative;
}



.basic_2025_wrap .info_box .main_function > div .more_info_layer{
	border-radius: 50px;
	border: 1px solid rgba(55, 124, 255, 0.7);
	background: linear-gradient(270deg, #F9F1FF 0%, #EEF8FF 100%);
	display: flex;
	padding: 6px 15px;
	justify-content: center;
	align-items: center;
	position:absolute;
	bottom: -25px;
	left: calc(50% - 150px);
}


.basic_2025_wrap .info_box .main_function > div .more_info_text{
	background: linear-gradient(90deg, rgba(55, 124, 255, 1) 0%, rgba(210, 58, 154, 1) 100%);
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta {
	width:100%;
	border-collapse: collapse;
	border-top: none;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .th_st th{
	background:#F9FAFF;
	border-right:1px solid #E1E4EF;
	border-top:1px solid #E1E4EF;
	border-bottom:1px solid #E1E4EF;
	padding:15px 10px;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .th_st th:nth-child(2) {
	color:#3074F0;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .th_st th:last-child {
	border-right:none;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .td_s td {
	border-right:1px solid #E1E4EF;
	border-top:1px solid #E1E4EF;
	border-bottom:1px solid #E1E4EF;
	background:#ffffff;
	padding:15px 10px;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .td_s td:first-child {
	text-align:left;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .td_s td:last-child {
	border-right:none;
}

.basic_2025_wrap .info_box .comparison_table_wrap .compa_ta .td_s td:nth-child(2) {
	background:#F9FAFF;
	font-weight: 500;
}







.basic_2025_wrap .info_box .webhosting_option_wrap{
	display:flex;
	align-items: stretch;
	gap:40px;
}


.basic_2025_wrap .info_box .webhosting_option_wrap > div{
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}



.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box{
	padding:40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}


.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .op_info_top{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .op_info_top .op_info_1{
	color: #3074F0;
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -1.5px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .op_info_top .op_info_3{
	display: flex;
	flex-direction: column;
	gap: 3px;
}


.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .op_info_top .op_info_3 p{
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.5px;
	position: relative;
	padding-left:25px;
}


.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .op_info_top .op_info_3 p::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #666;
	display: block;
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
}


.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .op_info_top .op_info_4{
	color: #3074F0;
	font-size: 34px;
	font-weight: 800;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_title_st{
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_option_box{
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_option_box .wh_option_rows{
	display: flex;
	gap: 10px;
	align-items: center;
}


.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_option_box .wh_option_rows .wh_op_st_1{
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: -0.5px;
	width:60px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_option_box .wh_option_rows .wh_op_st_2{
	color: #999;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: -0.5px;
	text-decoration-line: line-through;
	width:120px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_option_box .wh_option_rows .wh_op_st_3{
	color: #000;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.5px;
	width:120px;
}

.basic_2025_wrap .info_box .webhosting_option_wrap .op_info_box .wh_discount_wrap .wh_option_box .wh_option_rows .wh_op_st_4{
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: -0.5px;
	width:100px;
}





.basic_2025_wrap .info_box .procedure_wrap{
	display: grid;
	grid-template-columns: repeat(6, minmax(auto, 1fr)) !important;
	gap: 24px;
	align-items: stretch;
	position:relative;
}

.basic_2025_wrap .info_box .procedure_wrap .proc_box_st{
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	position:relative;
	border-radius:20px;
	background: #FFF;
}

.basic_2025_wrap .info_box .procedure_wrap .proc_box_st .proc_num{
	display: flex;
	width: 18px;
	height: 18px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius:20px 0 10px 0;
	background: rgba(48, 116, 240, 0.10);
	color:#3074F0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	position:absolute;
	top:0px;
	left:0px;
}

.basic_2025_wrap .info_box .procedure_wrap .proc_box_st .proc_icon{
	color: #000000;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.basic_2025_wrap .info_box .procedure_wrap .proc_box_st .proc_title{
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.basic_2025_wrap .info_box .procedure_wrap .proc_box_st .procedure_arrow_st{
	position: absolute;
	right: -20px;
	color: #ffffff;
	top: calc(50% - 10px);
}

.basic_2025_wrap .info_box .procedure_wrap .procedure_day_st{
	position: absolute;
	bottom: -45px;
	left: calc(50% - 180px);
	padding:2px 60px; 
	color: #3074F0;
	min-width:max-content;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;

	border-right: 1px dotted #3074F0;
	border-left: 1px dotted #3074F0;
}



.basic_2025_wrap .info_box .procedure_wrap .procedure_day_st:before {
	content: '';
	position: absolute;
	display: block;
	width: calc(50% - 130px);
	height: 1px;
	bottom: calc(50% - 1px);
	left: 0px;
	border-bottom: 1px dotted #3074F0;
}


.basic_2025_wrap .info_box .procedure_wrap .procedure_day_st:after {
	content: '';
	position: absolute;
	display: block;
	width: calc(50% - 130px);
	height: 1px;
	bottom: calc(50% - 1px);
	right: 0px;
	border-bottom: 1px dotted #3074F0;
}



#footer {margin-bottom: 100px;}


.basic_fixed_bottom_call_wrap{
	display: flex;
	padding: 15px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	background: #3074F0;
	box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 9998;
	
	min-width: 1100px;
}


.basic_fixed_bottom_call_wrap .basic_call_box{
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st{
	display: flex;
	align-items: center;
	gap:10px;
}


.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st .cb_title_1{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st .cb_title_2{
	color: #A5FAE6;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st .h-check span{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st .h-check input[type="checkbox"] + span::before {
	background-color: rgba(255,255,255,1);
}


.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st .h-check input[type="checkbox"]:checked + span::before {
	background-color: #00b8ff;
}

.basic_fixed_bottom_call_wrap .basic_call_box .call_b_title_st .submit_btn{
	display: flex;
	height: 40px;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	background: #07368D;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.basic_fixed_bottom_call_wrap .basic_call_box .basic_call_layer_text{
	display: flex;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	right: -5px;
	top: -35px;
	border-radius: 50px;
	background: linear-gradient(90deg, #377CFF 0%, #D23A9A 100%);
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 140%; /* 18.2px */
	letter-spacing: -1px;
}



.basic_2025_wrap .sel_skin_title_box{
	width: 100%;
	position: relative;
	background: linear-gradient(270deg, #F9F1FF 0%, #EEF8FF 100%);
}

.basic_2025_wrap .sel_skin_title_box .ss_contents{
	padding:80px 0 40px 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.basic_2025_wrap .sel_skin_title_box .ss_bg_c{
	width: 100%;
	height: 550px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.basic_2025_wrap .sel_skin_title_box .ss_bg_img_01{
	width: 360px;
	height: 130px;
	position: absolute;
	top:0px;
	left: calc(50% - 710px);
	background-image: url(../new_img/basic_new/main_banner_img_1.png);
	background-repeat: no-repeat;
}

.basic_2025_wrap .sel_skin_title_box .ss_contents .ss_con_st_1{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.basic_2025_wrap .sel_skin_title_box .ss_contents .ss_con_st_1 > div{
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1px;
}


.basic_2025_wrap .sel_skin_title_box .ss_contents .ss_con_st_2{
	display: flex;
	padding: 30px;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
	border-radius: 30px;
	background: linear-gradient(270deg, #F9F1FF 0%, #EEF8FF 100%);
}


.basic_2025_wrap .sel_skin_title_box .ss_contents .ss_con_st_2 .ss_tip_info_st{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
}


.basic_2025_wrap .sel_skin_title_box .ss_contents .ss_con_st_2 .ss_tip_info_st > div{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.basic_2025_wrap .sel_skin_title_box .ss_contents .ss_btn_st a {
	background: linear-gradient(90deg, #377CFF 0%, #D23A9A 100%);
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 10px;
	padding: 12px 20px;
	color: #ffffff;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.basic_2025_wrap .sel_skin_list .basic_category_tab_wrap{
	display: grid;
	grid-template-columns: repeat(6, minmax(auto, 1fr)) !important;
	gap: 10px;
}

.basic_2025_wrap .sel_skin_list .basic_category_tab_wrap .basic_category_tab{
	display: flex;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: #F2F5F8;
	color: #858585;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	cursor:pointer;
}

.basic_2025_wrap .sel_skin_list .basic_category_tab_wrap .basic_category_tab.on{
	background: #3074F0;
	color: #FFF;
}

.basic_2025_wrap .sel_skin_list .scroll_view_sol_list_tab_area{
	display: none;
	gap: 15px;
	width: 1200px;
	position: relative;
	border: 1px solid #e9e9e9;
	background: #fafafa;
	padding:0;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0, .3);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0, .3) z-index:10;
}

.basic_2025_wrap .sel_skin_list .scroll_view_sol_list_tab_area.extend{
	-webkit-animation: fadeIn .4s;
	animation: fadeIn .4s;
	margin-top: 1px;
	position: fixed;
	top: 78px;
	left: 50%;
	display: flex;
	justify-content: space-between;
	padding:20px;
	z-index:10001;
	transform: translate3d(-50%, -0%, 0);
}


.basic_2025_wrap .sel_skin_list .scroll_view_sol_list_tab_area .basic_category_tab{
	color:#000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1px;
	cursor:pointer;
}

.basic_2025_wrap .sel_skin_list .scroll_view_sol_list_tab_area .basic_category_tab.on{
	color: #3074F0;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap{
	margin-top:30px;
	margin-bottom:60px;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap > div{
	display: grid;
	grid-template-columns: repeat(3 , minmax(auto, 1fr)) !important;
	gap: 40px;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap > div > table{
	grid-column: 1 / -1;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ajax_page{
	display:none;
}



.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 10px;
	gap:0px;
	border: 1px solid #E9E9E9;
	overflow:hidden;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .thumb{
	width: 100%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .thumb img{
	max-width: 100%;
	height: auto;
	object-fit: cover;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .thumb .icon_position{
	position: absolute;
	top:0px;
	right:0px;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box{
	border-top: 1px solid #E9E9E9;
	display: flex;
	padding: 17px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	align-self: stretch;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box .sub_info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box .sub_info .cate_info{
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box .sub_info .icon_info_wrap{
	display: flex;
	align-items: center;
	gap:10px;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box .sub_info .icon_info_wrap .zzim_highlight{
	color:#4678FF;
}

.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box .sub_info .icon_info_wrap .zzim_highlight svg path{
	fill:#4678FF;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .text_box .title_st{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	display: flex;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}



.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .demo_btn{
	display: flex;
	align-items: center;
	width: 100%;
	border-top: 1px solid #E9E9E9;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .demo_btn a{
	flex:1;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	text-align: center;
	padding:10px 0;
}


.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .ss_rows_basic_box .buy_btn{
	display: flex;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
	gap: 5px;
	align-self: stretch;
	color: #3074F0;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;
	background:#F2F5F8;
	border-top: 1px solid #E9E9E9;
}



.basic_2025_wrap .sel_skin_list .basic_sol_list_wrap .ss_rows_basic_wrap .order_layer_new{
	position:fixed;
	top:calc(50% - 175px);
	left: calc(50% - 475px);
	z-index:999999;
	box-shadow: 10px 10px 25px rgb(0 0 0 / 10%);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,.8);
	-webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 80%);
	border: 1px solid #dbdbdb;
	border-radius: 10px;
}


.basic_option_modal_wrap *{
	font-family: 'Noto Sans KR' !important;
}

.basic_option_modal_wrap{
	border-radius:15px;
	background: #FFF;
	display: flex;
	flex-direction: column;
}

.basic_option_modal_wrap .bo_title_st{
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.basic_option_modal_wrap .bo_sub_title_st{
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	display: flex;
	align-items: center;
	gap: 7px;
}

.basic_option_modal_wrap .bo_sub_title_st .bo_num_st{
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	border-radius: 50px;
	background: #090909;
	display: flex;
	width: 25px;
	height: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}


.basic_option_modal_wrap .bo_step_wrap {
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin-top:30px;
}

.basic_option_modal_wrap .bo_step_1_op_select{
	display: flex;
	align-items: center;
	gap: 5px;
}

.basic_option_modal_wrap .bo_step_1_op_select .bo_box_choice {
	border-radius: 5px;
	border: 1px solid #DBDBDB;
	background: #ffffff;
	display: flex;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	color: #999;
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	cursor:pointer;
}


.basic_option_modal_wrap .bo_step_1_op_select .bo_box_choice.box_choice_on_2 {
	border: 1px solid #3074F0;
	background: rgba(56, 165, 255, 0.05);
	color: #3074F0;
}


.basic_option_modal_wrap .bo_step_2_op_select{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}

.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice {
	display: flex;
	padding: 10px 20px;
	justify-content: flex-start;
	flex-direction: column;
	gap: 5px;
	align-self: stretch;
	border-radius: 5px;
	border: 1px solid #DBDBDB;
	color: #999;
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	position:relative;
	cursor:pointer;
}


.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice .bo_hosting_st1{
	color: #999;
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}
.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice .bo_hosting_st2{
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 39.2px */
	letter-spacing: -0.5px;
}

.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice .bo_hosting_st2 .strike_point_st{
	text-decoration-line: line-through;
}

.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice .bo_hosting_st3{
	color: #999;
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	position: absolute;
	right: 20px;
	top: calc(50% - 12px);
}

.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice .bo_hosting_st3 .point_color{
	font-weight: 600;
}


.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice:hover{
	border: 1px solid #38A5FF;
	background: rgba(56, 165, 255, 0.05);
}

.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice:hover .bo_hosting_st1,
.basic_option_modal_wrap .bo_step_2_op_select .bo_box_choice:hover .bo_hosting_st2{
	color: #38A5FF;
}