/*
===========================================
           益豆科技官网样式文件
===========================================

目录结构：
1. 基础样式和字体导入
2. 全局样式设置
3. 标题和文本样式
4. 按钮和交互元素
5. 顶部导航区域
6. 主导航菜单
7. 幻灯片和横幅
8. 服务区域
9. 优势展示区域
10. 产品开发区域
11. 解决方案区域
12. 交付流程区域
13. 合作伙伴区域
14. 新闻资讯区域
15. 广告方案区域
16. 页脚区域
17. 响应式设计

===========================================
*/

/* ===========================================
   1. 基础样式和字体导入
   =========================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ===========================================
   2. 全局样式设置
   =========================================== */

/* 全局链接样式 */
a {
    color: #17161a;
    transition: .5s;
}

a:hover {
    text-decoration: none;
    color: #FF6B00;
}

/* 页面主体样式 */
body {
    color: #5c5959;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    background-color: #00030C;
}

/* 段落样式 */
p {
    font-style: normal;
}

/* 表单消息样式 */
p.form-messege {
    color: #fff;
    margin-top: 10px;
}

/* 表单元素样式重置 */
.btn-primary:focus, 
select:focus, 
textarea:focus, 
input:focus {
    box-shadow: none !important;
}

textarea, 
input {
    outline: none;
}

a:focus, 
.btn:focus {
    text-decoration: none;
    outline: none;
}

/* 文本转换样式 */
.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* ===========================================
   3. 标题和文本样式
   =========================================== */

/* 标题基础样式 */
h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 20px;
    color: #000000;
    margin: 0 0 8px;
}

/* 章节标题样式 */
.witr_section_title {
    position: relative;
    padding-bottom: 30px;
}

.witr_section_title_inner {
    position: relative;
    z-index: 1;
}

/* 统一章节标题h1,h2,h3样式 */
.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
}

.witr_section_title_inner.text-center p {
    width: 71%;
    margin-right: auto;
    margin-left: auto;
}

.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3 {
    margin-right: 0px;
}

.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3 {
    margin-left: 0px;
}

/* 章节标题h2特殊样式 */
.witr_section_title_inner h2 {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    color: #FF6B00;
}

/* 章节标题h3特殊样式 */
.witr_section_title_inner h3 {
    padding: 0px;
    color: #FFFFFF;
}

/* 标题强调色彩 */
.witr_section_title_inner p span a,
.witr_section_title_inner p span,
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span {
    color: #FF6B00;
}

.witr_section_title_inner p {
    margin-top: 10px;
}

/* 标题副标题样式 */
.witr_image_title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

/* 白色主题样式 */
.white .witr_section_title_inner h1,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p {
    color: #fff;
}

/* 背景标题样式 */
.witr_back_title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.title_in .witr_back_title {
    z-index: -1;
}

.witr_back_title h4 {
    font-size: 80px;
    -webkit-text-stroke: 1px #888888;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

/* 计数器样式 */
.all_counter_color i,
.witr_counter_img {
    margin: 0px 20px 0px 0px;
    padding: 10px 0px 0px 0px;
}

/* ===========================================
   4. 按钮和交互元素
   =========================================== */

/* 基础按钮样式 - 合并通用样式 */
.witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, 
.witr_vbtn, .witr_vhgbtn, .witr_vbbgbtn, .witr_vdbbgbtn {
    margin: 33px 0px 0px 0px;
    padding: 14px 44px 14px 44px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

/* 统一按钮悬停效果 */
.witr_btn:hover, .witr_bbtn:hover, .witr_gbtn:hover, 
.witr_vbtn:hover, .witr_gbbtn:hover, .witr_vhgbtn:hover,
.witr_vbbgbtn:hover, .witr_vdbbgbtn:hover {
    background-color: #FA4006;
    color: #fff;
}

/* 边框按钮样式 */
.witr_bbtn, .witr_gbbtn {
    color: #FFFFFF;
    border: 1px solid #0D0D0D;
    background: transparent;
}

.witr_bbtn:hover, .witr_gbbtn:hover {
    color: #FA4006;
    border-color: #FA4006;
}

/* 特殊按钮样式 */
.witr_ser_btnb a:hover, 
a.dtbtn:hover,
.liton_button a:hover {
    background: #140909;
}

/* 全局颜色样式 */
.tx_golobal_color {
    background: #e0a067;
}

.tx_btn_global_color:hover {
    background: #140909;
}

/* 标题按钮样式 */
.title_btn a {
    background: #e0a067;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
}

/* ===========================================
   5. 顶部导航区域
   =========================================== */
.logo-right,
.logo-left {
    align-items: center;
}

.witr_h_h2 .liton_menu, .witr_h_h3 .liton_menu, .witr_h_h4 .liton_menu, .witr_h_h5 .liton_menu, .witr_h_h6 .liton_menu, .witr_h_h7 .liton_menu, .witr_h_h8 .liton_menu, .witr_h_h9 .liton_menu, .witr_h_h10 .liton_menu, .witr_h_h11 .liton_menu, .witr_h_h14 .liton_menu, .witr_h_h17 .liton_menu, .witr_h_h18 .liton_menu, .witr_h_h19 .liton_menu, .witr_h_h20 .liton_menu, .witr_h_h21 .liton_menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     align-items: center;
}

.tx_relative_m,.tx_top2_relative{
     position:relative;
}

/* bar color title */
.witr_bar_main {
     margin: 10px 0;
}

.witr_bar_inner{
     height: 3px;
     width: 90px;
     background: #821F05;
     margin: 0px auto;
     position: relative;
     border-radius: 30px;
}

.text-left .witr_bar_inner{
     margin-left:0px;
}

.text-right .witr_bar_inner{
     margin-right:0px;
}

/* circale Bar css */
.witr_bar_innerc{
     position:relative;
}

.witr_bar_innerc::before{
     content: '\f177';
     position: absolute;
     left: 0;
     top: 50%;
     transform:translateY(-50%);
     border:5px solid #e0a067;
     border-radius: 50%;
     background: #1c1b1b;
     -webkit-animation-duration: 3s;
     animation-duration: 3s;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-name: move_title_bg;
     animation-name: move_title_bg1;
}

.witr_bar_innerc::after{
     content: '\f178';
     position: absolute;
     right: 0;
     top: 50%;
     transform:translateY(-50%);
     border:5px solid #e0a067;
     border-radius: 50%;
     background: #1c1b1b;
     -webkit-animation-duration: 3s;
     animation-duration: 3s;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-name: move_title_bg;
     animation-name: move_title_bg2;
}

@keyframes move_title_bg1 {
     from {
         left:0;
    }
     to {
         left:100%;
    }
}

@keyframes move_title_bg2 {
     from {
         right:0;
    }
     to {
         right:100%;
    }
}

/* === style_w6 shape ==== */
.witr_shape_item_inner {
     position: absolute;
     z-index: -1;
     content: "";
     transition:.5s;
}

.witr_shape_box {
     width: 300px;
     height: 300px;
     background: #ddd;
     border-radius: 50%;
     border: 54px solid #f9f9f9;
     margin: auto;
     transition: .5s;
}

/* responsive 320 start */
/* small mobile :320px. */
@media (max-width: 479px) {
     body {
         overflow-x: hidden;
    }
     .liton-header-top {

    }
     .top-right-menu ul.social-icons li {
         margin-left: 13px;
    }
     .mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 17px;
	}
     .mean-container a.meanmenu-reveal {
         padding: 19px 20px 18px;
    }
     .witr_ac_style:before, .active .witr_ac_style:before{
         display:none;
    }
}

/*===================== liton HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
.em40_header_area_main.hdisplay_none {
     display: none;
}

.liton-header-top {
    background: #FF6B00;
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/top-bg-img.png");
    background-size: cover;
	padding:10px 0px;
}

.top-address p {
     margin-bottom: 0;
}

.top-address p span, .top-address p a {
     margin-right: 20px;
}

.top-address p span i, .top-address p a i {
     font-size: 13px;
     color: #fff;
     margin-right: 5px;
}

.top-address p span i:hover, .top-address p a i:hover{
	 color:#dd3333
}

.top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}

/* TOP RIGHT CSS */
.top-right-menu ul.social-icons {
     margin: 0;
     padding: 0;
}

.top-right-menu ul.social-icons li {
     display: inline-block;
     margin-left: 15px;
     position: relative;
}

.top-right-menu ul.social-icons li a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     font-size: 15px;
}

.top-welcomet p span, .top-welcomet p a, .top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
     color: #fff;
     font-size: 15px;
     font-weight: 500;
}

.top-welcome p a:hover{
     color:#dd3333;
}

.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
     color: #dd3333;
}

.top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}

.top-right-menu .menu-item-has-children > a:after {
     margin-left: 5px;
     content: "\e62a";
     font-family: themify;
     font-size: 15px;
     opacity: .7;
}

/* sub menu css */
.top-right-menu ul .sub-menu {
     position: absolute;
     left: 0px;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-top: 1px solid #821F05;
     width: 150px;
     text-align: left;
     background: #821F05;
     z-index: 1;
     transition: .5s;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
}

.top-right-menu ul .sub-menu li {
     padding: 5px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
     font-size: 14px;
}

.top-right-menu ul .sub-menu ul {
     display: none;
}

.top-welcome p {
     padding: 0px;
     margin: 0px;
}

.top-address.em-login a {
     margin-right: 10px;
}

.top-address.em-login a + a {
     margin-right: 0;
}

.top-address.em-login p a i, .top-address.em-login p a i {
     margin-right: 5px;
}

.top-address.em-login a + a:before {
     content: "|";
     margin-right: 12px;
}

.txtc {
     text-align: center;
}

.text-center {
     text-align: center;
}

.text-left {
     text-align: left!important;
}

.text-right {
     text-align: right!important;
}

/* top opening */
.top-address.menu_18 span {
     padding: 8px 15px 9px;
     display: inline-block;
}

.top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
     padding: 7px 0;
}

.em-login.menu_18, .em-quearys-top.menu_19 {
     padding: 7px 0;
}

/* address left right icon */
.top-right-menu.litop {
     float: left;
}

/* mobile logo */
.mobile_menu_logo.text-center {
     padding: 20px 0;
}

/*===================== END liton HEADING TOP AREA CSS =========================*/
/*======================== EM liton HEADER =========================*/
.em_liton_header {
     background: #f9f9f9 none repeat scroll 0% 0;
     padding: 28px 0;
     position: relative;
     overflow: hidden;
     z-index: 1;
}

.em_liton_header:before {
     background: #821F05 none repeat scroll 0% 0;
     content: "";
     left: 0;
     top: 0;
     bottom: 0;
     width: 25%;
     height: 100%;
     z-index: -1;
     position: absolute;
}

.em_liton_header:after {
     background: #821F05 none repeat scroll 0% 0;
     content: "";
     left: 18%;
     top: 0;
     bottom: 0;
     width: 15%;
     height: 100%;
     position: absolute;
     -webkit-transform: rotate(-121deg);
     transform: rotate(-121deg);
     z-index: -1;
}

.single_header_address {
     text-align: left;
}

.liton_logo_thumb {
     z-index: 9;
     text-align: right;
}

.liton_header_icon {
     float: left;
     margin-right: 10px;
     overflow: hidden;
}

.liton_header_icon i {
     color: #821F05;
     font-size: 30px;
     margin-top: 5px;
     margin-left: 2px;
     display: inline-block;
}

.liton_header_address {
     overflow: hidden;
     padding-left: 80px;
}

.liton_header_address_text > h3 {
     font-size: 18px;
     margin: 0;
     padding: 0;
}

.liton_header_address_text > p {
     margin: 0;
     overflow: hidden;
}

.liton_header_address_text > p > a {
     color:#999;
}

.liton_logo_thumb {
     z-index: 9;
}

.liton_header_button {
     padding-left: 50px;
     position: relative;
}

.liton_header_button:before {
     content: "";
     position: absolute;
     background: #821F05;
     width: 1px;
     height: 74px;
     left: 10px;
     top: -14px;
}

.liton_header_button .dtbtn {
     background: #821F05;
     border-radius: 5px;
     color: #fff;
     display: inline-block;
     font-size: 15px;
     font-weight: 600;
     margin-left: 0;
     padding: 12px 26px;
     transition: .5s;
}

.liton_header_button > a:hover {
     background: #821F05;
}

.em_slider_social {
     position: fixed;
     right: 30px;
     text-align: center;
     top: 60%;
     z-index: 999999;
}

.em_slider_social li {
     display: block;
     list-style: outside none none;
     text-decoration: none;
}

.em_slider_social a {
     background: #821F05;
     border: 1px solid #821F05;
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     font-size: 16px;
     height: 35px;
     line-height: 33px;
     margin-bottom: 10px;
     text-align: center;
     width: 35px;
}

.em_slider_social a:hover {
     background: #821F05;
     color: #fff;
     border-color: #821F05;
}

.no-logo-sr .liton_menu ul {
     text-align: center;
}

.no-logo-sr .liton_menu ul li {
     text-align: left;
}

/*======================= liton HEADING NAV AREA CSS ========================*/
.mean-container .mean-bar {
     padding: 0;
}

.mean-container .mean-nav {
     background: #821F05 none repeat scroll 0% 0;
     float: none;
}

.main_menu_div {
     position: relative;
}

.liton_nav_area {
     height: 64px;
     display: flex;
     align-items: center;
}

/* LOGO CSS */
.logo {
     margin: 17px;
}

.logo a {
     font-size: 23px;
     font-weight: 700;
     display: inline-block;
}

/* MENU CSS */
.liton_menu ul {
     text-align: right;
     list-style: none;
}

/* witr_h_h18 menu css */
.witr_shop_sc .liton_menu ul {
     text-align: left;
}

.search_popup_button, .tx_mmenu_together{
     align-items: center;
     display: flex;
     justify-content: flex-end;
}

.tx_mmenu_together .donate-btn-header {
     padding: 0;
}

.witr_shop_sc .donate-btn-header , .witr_shop_sc .em_top_cart.hshop {
     padding: 0;
}

.witr_shop_sc .em-quearys-menu i{
     border-radius:3px;
     margin-right: 20px;
     margin-top: 7px;
}

.witr_shop_sc a.cart-contents {
     background: #ff4a17;
     color: #fff;
     border-radius: 3px;
     padding: 8px;
     margin-top: 3px;
     display: block;
}

.witr_shop_sc a.dtbtn {
     margin-left: 20px;
}

.witr_shop_sc .em-header-quearys {
     text-align: center;
}

/* witr_h_h21 menu css */
.sb_popup .tx_mmenu_together {
     justify-content: space-between;
}

/* witr_h_h22 menu css */
.number_align {
     justify-content: space-between;
     display: flex;
     align-items: center;
}

.menu_search{
     display: flex;
     align-items: center;
}

.main_menu_address_a {
     display: flex;
     align-items: center;
     position: relative;
}

.main_menu_address_a::before {
     content: "";
     position: absolute;
     background:#fbfbfb40;
     width: 1px;
     height: 107px;
     left: 0;
}

.main_menu_header_icon {
     margin-left: 25px;
     margin-right: 10px;
}

.main_menu_header_icon i{
     font-size: 30px;
     color: #821F05;
}

.main_menu_header_address_text h3, .main_menu_header_address_text h4 a{
     margin:0;
     font-weight: 600;
}

.main_menu_header_address_text h3{
     font-size: 18px;
     color: #821F05;
}

.main_menu_header_address_text h4 a{
     font-size: 18px;
}

.main_menu_header_address_text h4{
     margin-bottom: 0;
}

.prefix .main_menu_header_address_text h3, .prefix .main_menu_header_address_text h4 a, .prefix .main_menu_header_icon i {
     color: #fff;
}

.liton_menu > ul > li {
     display: inline-block;
     position: relative;
}

.liton_menu > ul > li > a {
    display: block;
    margin: 16px 14px;
    transition: .5s;
    position: relative;
    color: #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.liton_menu > ul > li > a:before, .liton_menu > ul > li.current > a:before {
     background: #ffb600 none repeat scroll 0% 0;
     bottom: -7px;
     content: "";
     height: 2px;
     left: 0;
     margin: auto;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 15%;
     display:none;
}

/* 统一导航菜单样式 - 合并重复的heading_style样式 */
.heading_style_2 .liton_menu > ul > li > a,
.heading_style_3 .liton_menu > ul > li > a,
.heading_style_4 .liton_menu > ul > li > a,
.heading_style_5 .liton_menu > ul > li > a {
     color: #FFFFFF;
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
}

.liton_menu ul li:last-child a {
     margin-right: 0px;
}

.liton_menu > ul > li.current, .liton_menu > ul > li:hover {
     padding-top: 4px;
     position: relative;
}

.liton_menu > ul > li.current:after, .liton_menu > ul > li:hover:after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 30px;
     height: 4px;
     background-color: #ff6b00;
}

.liton_menu > ul > li.current > a, .liton_menu > ul > li:hover > a, .liton_header_menu > ul > li:hover > a {
     color: #ff6b00 !important;
     background-color: transparent;
}

.liton_menu > ul > li:hover > a:before, .liton_menu > ul > li.current > a:before {
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     display: none;
}

/* transparent 2 */
.trp_nav_area {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     transition: .5s;
}

.hbg2 {
     background: rgba(0, 0, 0, .7);
}

/* stycky nav js */
.transprent-menu.menu4 {
     position: relative;
}

.transprent-menu .liton_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     padding: 0;
     transition: .5s;
     position: absolute;
}

.liton_nav_area.postfix {
     -webkit-transition: .3s;
     transition: .3s;
}

.liton_nav_area.prefix, .hbg2 {
	background-color: rgba(18, 20, 26, .5);
}

.liton_nav_area.prefix .liton_menu > ul > li > a {
     color: #FFFFFF;
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
}

.liton_nav_area.prefix .liton_menu > ul > li.current {
     padding-top: 4px;
     position: relative;
}

.liton_nav_area.prefix .liton_menu > ul > li.current:after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 30px;
     height: 4px;
	 border-radius: 2px;
     background-color: #ff6b00;
}

.liton_nav_area.prefix .liton_menu > ul > li.current > a {
     color: #ff6b00 !important;
}

/* LOGO LEFT RIGHT CSS */
.logo-left {
    align-items: center;
}

.logo-left .logo {
     text-align: left;
}

.logo-right .logo {
     text-align: right;
}

.logo-right .liton_menu > ul {
     text-align: left;
}

.logo-right .liton_menu > ul > li:first-child a {
     padding-left: 0px;
}

.logo-right .liton_menu > ul > li:last-child a {
     padding-right: auto;
}

/* logo top */
.logo-top .logo {
     text-align: center;
}

.logo-top .liton_menu > ul {
     text-align: center;
}

.logo-top > .liton_menu > ul > li:last-child a {
     padding-right: auto;
}

/* sub menu style */
.liton_menu ul .sub-menu {
     position: absolute;
     left: 0;
     top: 130%;
     width: 217px;
     text-align: left;
     background: #fff;
     margin: 0;
     padding: 15px 20px 8px;
     z-index: 9999;
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
     transition: .2s;
     opacity: 0;
     visibility: hidden;
}

.liton_menu ul li:hover > .sub-menu {
     transition: .5s;
     opacity: 1;
     visibility: visible;
     top: 100%;
     z-index: 9;
}

.liton_menu ul .sub-menu li {
     position: relative;
	 transition:.5s;
}

.liton_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 7px;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    visibility: inherit !important;
}

.liton_menu ul .sub-menu li:hover > a, .liton_menu ul .sub-menu .sub-menu li:hover > a, .liton_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .liton_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
     color: #FF6B00;
}

.liton_menu ul .sub-menu li:hover {
    margin-left: 15px;
}

.liton_menu ul .sub-menu li:before {
    opacity: 0;
    transition: .1s;
    width: 15px;
    height: 1px;
    background: #0049ff;
    position: absolute;
    left: -20px;
    top: 50%;
    font-size: 20px;
    content: "";
    transform: translateY(-50%);
}

.liton_menu ul .sub-menu li:hover:before{
	opacity:1;
}

.liton_menu ul .sub-menu li:before, .mini_shop_content a span.count, .slick-next, .slick-next.slick-disabled, .slick-prev, .slick-prev.slick-disabled, .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout, .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
    background: #FF6B00;
}

/* sub menu 2 */
.liton_menu ul .sub-menu .sub-menu {
     left: 100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}

.liton_menu ul .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 3 */
.liton_menu ul .sub-menu .sub-menu li {
     position: relative;
}

.liton_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}

.liton_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* sub menu 4 */
.liton_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}

.liton_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* user login */
.logged-in .trp_nav_area {
     top: 32px;
}

.logged-in .transprent-menu .liton_nav_area.prefix {
     top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
     top: 32px;
}

.elementor-editor-active.logged-in .trp_nav_area {
     top: 0px;
}

.elementor-editor-active.logged-in .transprent-menu .liton_nav_area.prefix {
     top: 0px;
}

.elementor-editor-active.logged-in .trp_nav_area.hbg2 {
     top: 0px;
}

/* has menu icon */
.liton-main-menu .menu-item-has-children > a:after {
     margin-left: 10px;
     content: "\f107";
     font-family: FontAwesome !important;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     font-size: 13px;
     opacity: .5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.liton-main-menu .menu-item-has-children .menu-item-has-children> a:after {
     margin-left: 8px;
     content: "\f105";
}

/* menu button */
.donate-btn-header {
     display: inline-block;
}

a.dtbtn {
    background: #FF6B00;
}

a.dtbtn {
    border: none;
    display: block;
    font-size: 17px;
    margin-left: 20px;
    font-weight: 500;
    border-radius: 30px;
    padding: 13px 25px;
}

.btn, a.dtbtn {
    color: #fff;
}

.liton_button a:hover, .witr_btn:hover, a.dtbtn:hover {
    background: #121111;
}

.witr_swiper_content .witr_btn:hover {
    background-color: #FFFFFF;
}

.witr_swiper_content .witr_btn:hover, .witr_swiper_content form button:hover, .witr_video_butns:hover {
    color: #FF6B00;
}

.redX {
     color: #821F05;
}

/* logo sticky */
.liton-main-menu .logo a.main_sticky_main_l {
     display: block;
}

.liton-main-menu .logo a.main_sticky_l {
     display: none;
}

/* logo sticky box menu */
.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
     display: none;
}

.hmenu_box_style.hbg2 .logo a.main_sticky_l {
     display: block;
}

/* logo pre */
.liton-main-menu .prefix .logo a.main_sticky_main_l {
     display: none;
}

.liton-main-menu .prefix .logo a.main_sticky_l {
    margin:17px;
     display: block;
}

.headroom--pinned {
     -webkit-transform: translateY(0);
     transform: translateY(0);
}

.headroom--unpinned {
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
}

.header--fixed {
     position: fixed;
     z-index: 10;
     right: 0;
     left: 0;
     top: 0;
     -webkit-transition: -webkit-transform .25s ease-in-out;
     transition: -webkit-transform .25s ease-in-out;
     transition: transform .25s ease-in-out;
     transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
     will-change: transform;
}

.menu-height-space {
     height: 100px;
}

/* sticky logo */
.liton_logo_thumb a.main_sticky_l {
     display: none;
}

.liton_logo_thumb .logo a {
     margin-top: 0;
}

/*======================= END liton HEADING NAV AREA CSS ========================*/
/* mobile-menu  */
.mobile-menu {
    display: none !important;
}

.mobile_logo_area {
    display: none !important;
}

.mobile_menu_logo.text-center {
    padding: 20px 0;
}

.mean-container .mean-bar {
     padding: 0;
}

.main_menu_div {
     position: relative;
}

.mean-container .mean-bar {
    float: none;
    background: #FF6B00 none repeat scroll 0% 0;
    overflow: hidden;
}

.liton_menu.main-search-menu > .em-header-quearys, .em-quearys-top.msin-menu-search {
    display: inline-block;
}

.em-top-quearys-area {
    position: relative;
}

.liton_menu div.em-header-quearys {
    text-align: center;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
}

.em-quearys-menu i {
    background: #e0a067;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
}

.em-s-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: #000000e6 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}

.top-form-control {
    position: relative;
}

.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}

textarea, input {
    outline: none;
}

.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.liton_menu div.em-header-quearys {
    text-align: center;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
}

.em-quearys-menu i {
    background: #e0a067;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

/*========================
 End Menu AREA CSS
=========================*/
.lt_animate_area{
    background-image: url("../images/slider1.jpg");
    background-position: top center;
    background-size: cover;
	padding: 205px 0px 205px 0px;
}
.home2_area{
	background-image: url("../images/home2-slider.jpg");
}
.home_video_area{
	background-image: none;
	padding:0px;
}
.home_video_padding{
	padding: 215px 0px 215px 0px;
}
 .single_image_area {
    text-align: center;
}
.elementor-9 .elementor-element.elementor-element-d9751de {
    text-align: center;
}
.animate_title{}
.animate_title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1;
    padding: 22px;
}
.cd-headline.clip b {
    opacity: 0;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 700;
}
 .witr_animate_area {
    text-align: center;
}
.witr_animate_content h1 {
    color: #fff;
    font-size: 70px;
}
 .witr_animate_content h1 span {
	-webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 700;
}
.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}
 .witr_custom_icons i {
    margin: 45px 0px 0px 0px;
}
 .witr_custom_icons i {
    color: #FFFFFF;
    font-size: 14px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2C2C2C;
    border-radius: 50px 50px 50px 50px;
	transition: .5s;
	display:inline-block;
}
 .witr_custom_icons {
    text-align: center;
}
 .witr_custom_icons i:hover {
    color: #000000;
    background-color: #FFFFFF;
	border-color:#fff;
}
.animate_list {
    justify-content: center;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    padding: 25px 0px 30px;
}
.animate_list_icon i {
    color: #fff;
    width: 1.25em;
    font-size: 8px;
	margin-left:20px;
}
.animate_icon_list_iteam{
	font-size: 14px;
    font-weight: 700;
}
.animate_icon_list_text{
	color: #FFFFFF;
    padding-left: 16px;
}
/* witr Single Image animater*/
 .single_img_ani img{
     -webkit-animation: single_img_ani 10s linear infinite alternate forwards;
}
 @keyframes single_img_ani {
     0%, to {
         border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
     14% {
         border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
     28% {
         border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
     42% {
         border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
     56% {
         border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
     70% {
         border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
     84% {
         border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

/*==== Use This Code style.css ====*/

/* new banner slider css */
.animate_image_height,
.animate_banner_image_area{
    position: relative;	
}
.animate_banner_slider.banner-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}
.animate_banner_slider .animate_banner_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 63px;
    text-align: left;
    margin-bottom: 10px;
}

.animate_banner_slider .animate_banner_subtitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: left;
    margin-bottom: 20px;
}
.animate_banner_slider .animate_banner_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    margin-bottom: 40px;
}
.animate_banner_slider .animate_banner_button{
    width: 160px;
    height: 52px;
    background: #FF6B00;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 响应式设计 */
@media (max-width: 992px) {

	.animate_banner_slider .animate_banner_title{
	    font-family: Microsoft YaHei, Microsoft YaHei;
	    font-weight: 700;
	    font-size: 36px;
	    color: #FFFFFF;
	    line-height: 48px;
	    text-align: left;
	    margin-bottom: 10px;
	}
	
	.animate_banner_slider .animate_banner_subtitle{
	    font-family: Microsoft YaHei, Microsoft YaHei;
	    font-weight: 400;
	    font-size: 30px;
	    color: #FFFFFF;
	    line-height: 40px;
	    text-align: left;
	    margin-bottom: 20px;
	}
	.animate_banner_slider .animate_banner_content{
	    font-family: Microsoft YaHei, Microsoft YaHei;
	    font-weight: 400;
	    font-size: 18px;
	    color: #FFFFFF;
	    line-height: 36px;
	    text-align: left;
	    margin-bottom: 40px;
		padding-right: 10px;
	}
}

@media (max-width: 768px) {

    .animate_banner_slider .animate_banner_title{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 700;
        font-size: 36px;
        color: #FFFFFF;
        line-height: 48px;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .animate_banner_slider .animate_banner_subtitle{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: left;
        margin-bottom: 20px;
    }
    .animate_banner_slider .animate_banner_content{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 36px;
        text-align: left;
        margin-bottom: 40px;
		padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .animate_banner_slider .animate_banner_title{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 700;
        font-size: 36px;
        color: #FFFFFF;
        line-height: 48px;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .animate_banner_slider .animate_banner_subtitle{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: left;
        margin-bottom: 20px;
    }
    .animate_banner_slider .animate_banner_content{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 36px;
        text-align: left;
        margin-bottom: 40px;
		margin-right: 10px;
    }
}


/* .animate_banner_slider .animate_banner_button:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
} */
.animate_banner_button .baojia_btn{
	color: #FFFFFF;
}
.animate_banner_button .baojia_btn:hover{
	color: #FFFFFF;
}
.animate_image_height {
    height: 600px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background-repeat: no-repeat;
}
.animate_image_height::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
	top:0px;
}

.animate_banner_image_area .slick-prev {
    left: 15px;
}
.animate_banner_image_area .slick-next {
    right: 15px;
}
.animate_banner_image_area:hover .slick-prev, 
.animate_banner_image_area:hover .slick-next{
	 opacity:1; 
 }


/* about area css */
.lt_about_area {
    padding: 85px 0px 100px;
    background: #0D0D0D;
}
.about_left_content_inner,
.about_right_image img {
    margin-top: 30px;
}
 .departmentList{
     position: relative;
     padding: 73px 30px 65px;
     border-radius: 10px;
     background-size:cover;
     text-align: left;
}
 .departmentList h3{
     margin-bottom: 22px;
}
 .departmentList h3 a{
     font-size: 30px;
}
 .departmentList ul{
}
 .departmentList ul li{
}
 .departmentList ul li a{
     color: #272727;
     font-size: 18px;
     display:block;
     padding: 8px 10px 8px;
     margin-bottom: 1px;
}
 .departmentList ul li a:hover{
     color: #FF6B00;
}
 .departmentList ul li a span{
     display:inline-block;
     margin-top: 4px;
}
 .departmentList .discover_more{
     color: #272727;
     display: inline-block;
     margin-left: 10px;
     margin-top:15px;
}
 .departmentList .discover_more i{
     font-size: 15px;
     padding-left: 5px;
     transition:.5s;
}
 .departmentList .discover_more:hover{
     color: #FF6B00;
}
.lt_about_area .witr_section_title_inner h3 {
    margin-bottom: 10px;
}
.lt_about_area .witr_section_title_inner h1 {
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin: 12px 0px 0px 0px;
}
.lt_about_area .witr_section_title_inner p {
    color: #CDCDCD;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 4px;
    line-height: 29px;
}
 .all_list_color {
    text-align: left; 
    border-style: default;
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
}
 .all_list_color ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
}
.lt_about_area .departmentList ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 8px 10px 8px;
    margin-bottom: 8px;
}
.department_flex{
	display:flex;
}
.departmentList ul {
    margin-right: 30px;
}
/* button default style */
 .witr_button_area {
     text-align: left;
     overflow: hidden;
}
 .witr_btn {
     background: #FF6B00;
     color: #fff;
     display: inline-block;
     padding: 17px 30px;
     text-align: center;
     position: relative;
     margin-right: 15px;
     z-index: 2;
     transition: 1s;
}
 .witr_btn:hover{
     background:#011e44;
     color: #fff;
}
/* video button i */
 .witr_btn i {
     font-size: 18px;
     margin-left: 6px;
}
/* pluse_btn_icon */
 .pluse_btn_icon{
     display: inline-block;
}
 .pluse_btn_icon span{
}
/* button default br style */
 .witr_bbtn{
     border-radius: 30px;
     color: #FF6B00;
     display: inline-block;
     padding: 16px 30px;
     text-align: center;
     position: relative;
     margin-right: 20px;
     z-index:2;
     transition: 1s;
     border:2px solid #FF6B00;
}
 .witr_bbtn:hover{
     color:#fff;
     background:#FF6B00;
     border-color:#FF6B00;
}
/* video button i */
 .witr_bbtn i {
     font-size: 15px;
     margin-right: 6px;
}
.lt_about_area .witr_btn {
    margin: 32px 0px 0px 0px;
    padding: 14px 44px 14px 44px;
    background: #fff;
    color: #000000;
    font-size: 18px;
}
.lt_about_area .witr_btn:hover{
	background: #FA4006;
	color:#fff;
}
.witr_bbtn {
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D0D0D;
    font-size: 18px;
}
.witr_bbtn:hover{
	 background-color: #0D0D0D;
	 border-color:transparent;
	 color:#FA4006;
}
/* skill area css */
.skill_area {
    background: #0D0D0D;
    padding: 10px 0px 85px;
}
.witr_single_progress {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
 .progress-bar {
     background-color: #fff;
}
 .witr_progress-style2 {
    height: 4px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top:0px;
}
 .witr_progress-style2 + .witr_progress-style2 {
    margin-top: 50px;
}
 .witr_progress-style2 .progress-bar {
   position: relative; 
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}
.witr_title2 .witr_label {
    left: 0px;
    top: 0px;
    margin-bottom: 8px;
    display: inline-block;
}
 .witr_label {
    color: #CDCDCD;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
 .witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    top: -19px;
}
.witr_percent {
    color: #CDCDCD;
    font-size: 16px;
    font-weight: 400;
}
.witr_lf_area {
    margin-top: 100px;
}
.progress {
    height: 4px;
    background-color: #4A4A4A;
    margin-bottom: 22px;
}
  /* service area css */
.lt_service_area {
    background: #00030C;
    padding: 105px 0px 0px;
}

.lt_service_area .col-md-6{
    padding-right: 0px;
    padding-left: 0px;
}
   /*=========================== 6.service css ===========================*/
 .service {
     background: rgb(1, 219, 176);
}
 .witr_s_flex{
     display: flex;
}
 .sright .witr_s_flex {
     flex-flow: row-reverse;
}
 .service .section-title h3, .service .section-title p {
}
 .service-item i {
     font-size: 30px;
     color: #fff;
     height: 80px;
     width: 80px;
     text-align: center;
     border-radius: 50%;
     line-height: 80px;
     background: #FF6B00;
     display:inline-block;
     transition: .5s;
}
 .width_height_link_02 .service-item i, .width_height_link_0.service-item i{
     font-size: 50px;
     color: #FF6B00;
     height: auto;
     width: auto;
     border-radius: initial;
     line-height: normal;
     background: none;
     border:none;
}
 .service-item:hover i {
     color: #011e44;
}
 .service-item h3 {
     padding-top: 18px;
}
 .service-item p {
    /* padding-right: 2px;
     */
     padding-top: 0px;
}
.all_color_service, .service_top_image::after {
    padding: 30px 20px 0px 20px;
    margin-bottom: 20px;
    border: 1px solid #34363d;
}

/* 移除服务盒子的左右间距 */
.all_color_service {
    margin-left: 0;
    margin-right: 0;
}

.service-item.all_color_service {
    margin-left: 0;
    margin-right: 0;
}

/* 服务盒子内容居左对齐 */
.all_color_service h3,
.all_color_service p {
    text-align: left;
}

.service-item.all_color_service h3,
.service-item.all_color_service p {
    text-align: left;
}

/* choose-me-content 区域样式 */
.choose-me-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* 确保所有子元素高度一致 */
    margin: 0; /* 移除间距 */
}

.choose-me-content .col-lg-3 {
    padding: 0; /* 移除内边距，确保没有间距 */
    display: flex;
    flex-direction: column;
}

/* 子盒子样式 */
.choose-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* 使所有盒子高度一致 */
    min-height: 280px; /* 根据优势区域样式规范设置最小高度 */
    border: 1px solid #34363d; /* 边框样式 */
    background: transparent; /* 背景为空 */
    transition: background-color 0.3s ease; /* 悬停过渡效果 */
}

/* 悬停效果 */
.choose-item:hover {
    background-color: #22242B;
}

/* 上部文字区域 */
.choose-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px 20px;
    color: #FFFFFF;
}

.choose-text h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    text-align: left;
}

.choose-text p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.6;
    text-align: left;
}

/* 下部图片区域 */
.choose-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-image img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.width_height_link_02 .service-item i, .width_height_link_0.service-item i {
    font-size: 50px;
    color: #fff;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: none;
    border: none;
}
 .all_icon_color i {
    color: #fff;
    transform: rotate(0deg);
    padding: 15px 0px 0px 0px;
}
.lt_service_area .all_color_service h3, .lt_service_area .all_color_service h3 a {
    color: #FFFFFF;
    padding-bottom: 14px;
}
 .lt_service_area .service-item p {
    /* padding-right: 2px; */
    padding-top: 0px;
	color:#fff;
} 
/*===================== mettle PORTFOLIO AREA CSS =========================*/
.portfolio_nav {
    padding: 0px 0 40px;
    text-align: center;
}
 .portfolio_nav ul {
}
 .portfolio_nav ul li {
     display: inline;
}
 .portfolio_nav ul li {
     border: 1px solid #f3eaea;
     border-radius: 5px;
     cursor: pointer;
     display: inline-block;
     font-weight: 500;
     margin: 0 5px 10px;
     padding: 5px 20px;
     position: relative;
     transition:.5s;
}
 .prot_wrap {
     overflow: hidden;
}
/* single gallery css */
 .single_protfolio {
     position: relative;
    /* margin-bottom: 30px;
     */
     overflow: hidden;
}
 .prot_thumb {
}
 .prot_thumb img {
     display: block;
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 100%;
}
 .single_protfolio:hover .prot_thumb img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .prot_content {
     position: absolute;
     text-align: center;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     transition: .5s;
     right: 0;
     top: 0;
     bottom: 0;
     left: 0;
     opacity: 0;
     background: #FF6B0080;
     z-index: 9;
	 transition:1s;
}
.prot_content {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #00000008 100%);
}
 .multi_gallery.prot_content {
     height: 90%;
     width: 80%;
     right: 10%;
     top: 5%;
     bottom: 5%;
     left: 10%;
	 transition:5s;
}
 .prot_content_inner {
     position: absolute;
     top: 50%;
     width: 100%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
     z-index: 10;
     -webkit-transition: all 0.5s ease-in-out 0.5s;
     transition: all 0.5s ease-in-out 0.5s;
}
 .single_protfolio:hover .prot_content {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .prot_content h3 {
     margin: 0;
     text-transform: capitalize;
     color: #fff;
     font-size: 18px;
}
.prot_content h3 a {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;
    color: #000000;
}
 .prot_content h3 a:hover {
     color: #000000;
}
 .prot_content p {
     color:#000;
     line-height: 1.2;
     margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 2px;
}
 .single_protfolio:hover .prot_content {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
}
 .porttitle_inner span, .porttitle_inner4 span, .prot_content span {
     position: relative;
     margin: 0 2px;
}
 .prot_content span:before, .porttitle_inner4 span:before, .porttitle_inner span:before {
     bottom: 0;
     content: ",";
     position: absolute;
     right: -5px;
}
 .porttitle_inner span:last-child:before, .prot_content span:last-child:before, .porttitle_inner4 span:last-child:before {
     content: "";
}
 .nospace.col-xs-12 {
     padding: 0px;
}
 .nospace .single_protfolio {
     margin-bottom: 0px;
}
/* load button css */
 .gallery_load_button {
}
 .gallery_load_button a {
     border: 1px solid #ddd;
     color: #444;
     padding: 7px 15px;
     display: inline-block;
     font-size: 17px;
     margin-top: 0px;
}
 .gallery_load_button a:hover {
     border-color:#FF6B00;
     background: #FF6B00;
     color: #fff;
}
 .prot_wrap.nospace .gallery_load_button a {
     margin-top: 30px;
}
/* portfolio icon css */
 .picon {
}
 .picon a {
     background: #FF6B00;
     border-radius: 5px;
     color: #fff;
     display: inline-block;
     font-size: 20px;
     height: 50px;
     line-height: 50px;
     margin: 0 3px 11px;
     width: 50px;
     text-align: center;
}
 .picon a:hover {
     border-color: #011e44;
     background: #011e44;
     color: #fff;
}
/* single portfolio */
 .pimgs {
}
 .pimgs img {
     width: 100%;
}
/*style 1 */
 .em_port_content {
     background: #FF6B0080;
     height: 100%;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 100%;
     z-index: 9;
     left: 0;
     top: -100%;
     width: 100%;
     transition: .5s;
     text-align: center;
     color: #fff;
}
 .pstyle_1 .porttitle_inner h3 {
     color: #fff;
     padding-bottom: 9px;
}
 .pstyle_1 .prot_content p {
     margin: 2px 0 0;
}
 .pstyle_1 .single_protfolio {
     transition: .5s;
}
 .pstyle_1 .porttitle_inner .prots-content {
     color: #fff;
}
 .portfolio_readmore_btn {
     padding-top: 23px;
}
 .portfolio_readmore_btn > a {
     background: #fff none repeat scroll 0% 0;
     border-radius: 5px;
     display: inline-block;
     padding: 6px 21px;
     text-transform: uppercase;
     color: #FF6B00;
     -webkit-transition: .3s;
     transition: .3s;
     border: 1px solid transparent;
}
 .portfolio_readmore_btn > a:hover {
     background: #FF6B00;
     color: #fff;
     border: 1px solid #FF6B00;
}
 .em_port_container {
     overflow: hidden;
     position: relative;
}
 .pstyle_1 .porttitle_inner p span {
     padding-top: 5px;
     color: #fff;
}
.pstyle_1 .picon a {
    background: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
}
 .pstyle_1 .picon a:hover {
     background: #0D0D0D;
     color: #fff;
}
 .pstyle2 .prot_content {
     background: #FF6B0080;
}
 .pstyle2 .prot_content_inner {
     left: 50%;
     position: absolute;
     top: 60%;
     transform: translateX(-50%) translateY(-50%);
     width: 100%;
     z-index: 10;
     -webkit-transition: all 0.3s ease-in-out 0.3s;
     transition: all 0.3s ease-in-out 0.3s;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 .pstyle2 .single_protfolio:hover .prot_content_inner {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     top: 50%;
     opacity: 1;
} 
 .portfolio_area {
    padding: 115px 0px 100px;
	background-color: #0D0D0D;
}
 .portfolio_nav ul li {
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
.single_protfolio{
	margin-bottom:30px;
}
.portfolio_nav ul li:hover {
    color: #FA4006;
    background-color: transparent;
}
/*===================== TESTIMONIAL AREA CSS =========================*/
.testimonial_area{}
.testimonial_area {
    background-image: url("../images/testi-bg.jpg");
    background-position: center center;
    background-size: cover;
    padding: 115px 0px 150px;
}
 .witr_testi_itemt{
     padding: 0 10px;
}
.em_single_testimonial {
    background: #1B1B1B;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    padding: 55px 73px 40px;
    margin-top: 20px;
    box-shadow: 0 0px 25px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    position: relative;
    text-align: left;
}
 .em_testi_logo {
     position: absolute;
     right: 4%;
     bottom:55px;
}
 .em_single_testimonial:hover {
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
 .em_testi_content {
     position: relative;
}
 .em_testi_content:before {
     color: #FF6B00;
     content: "ï„";
     font-family: fontawesome !important;
     font-size: 60px;
     left: 3px;
     opacity: 0.1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
     position: absolute;
     top: -97px;
     display:none;
}
 .em_testi_content:after {
     bottom: -28px;
     color: #FF6B00;
     content: "ï„Ž";
     font-family: fontawesome !important;
     font-size: 60px;
     opacity: 0.1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
     position: absolute;
     right: 3px;
     display:none;
}
 .em_test_thumb {
     float: left;
     margin-right: 20px;
}
 .post_t6{
     text-align:center;
}
 .post_t6 .em_test_thumb {
     float: inherit;
     margin-right: 0px;
     margin-bottom: 10px;
}
 .em_test_thumb img {
     border-radius: 50%;
     width: 59px;
}
 .em_testi_title span {
     display: block;
     margin-top: 5px;
     font-size: 18px;
     font-weight: 600;
     color: #FF6B00;
}
 .em_testi_text {
     overflow: hidden;
     padding-top: 15px;
     float: left;
     text-align: left;
}
.all_color_testimonial img {
    border-radius: 100px 100px 100px 100px;
    margin-bottom: 13px;
}
.testimonial_area .em_test_thumb {
    float: left;
    margin-right: 20px;
}
.all_color_testimonial, .em_single_testimonial, .em_testi_text, .witr_testi_s_11 {
    text-align: center !important;
}
 .testimonial_area .all_color_testimonial h6, .testimonial_area .all_color_testimonial h2 {
    color: #FFFFFF;
}
.testimonial_area .all_color_testimonial span, .testimonial_area .execllent_star h3 {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
}
.testimonial_area .execllent_star h3{
	font-style: italic;
}
.testimonial_area .all_color_testimonial p {
    color: #FFFFFF;
    margin-bottom: 9px;
}
.testimonial_area .all_color_testimonial i {
    color: #FFFFFF;
    margin: 15px 0px 0px 0px;
    font-size: 18px;
    margin-right: 5px;
}
.execllent_toggol {
    display: flex;
    align-items: center; 
    justify-content: center;
}
.em_crating{
	display: flex;
	 align-items: center; 
}
.test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.execllent_star {
    margin-top: 20px;
    margin-left: 10px;
}
/* counter area css */
 .witr_counter_single{
     text-align: left;
}
.witr_counter_number_inn {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
 .witr_counter_number_inn h3, .witr_counter_number_inn span {
     font-size: 40px;
     color: #FF6B00;
     display: inline-block;
     font-weight: 700;
     margin-bottom: 0;
}
 .witr_counter_number_inn span {
     line-height: 0;
}
/* content */
 .witr_counter_number_inn h4{
     font-size: 22px;
}
/*====== style 2 ======*/
 .witr_counter_icon{
}
 .witr_counter_icon i {
     font-size: 23px;
     display: inline-block;
}
 .witr_custom_icon{
}
 .witr_custom_icon i{
     font-size: 60px;
     display: inline-block;
     margin-bottom: 10px;
}
.counter_area {
    background: #000;
    padding: 110px 0px 80px;
}
 .all_counter_color h3, .all_counter_color span {
    color: #FFFFFF;
    margin: 0px 0px 10px 0px;
}
.all_counter_color h4, .all_counter_color h1 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}
/* blog area css */
.blog_area {
    padding: 120px 0px 100px;
}
 .all_blog_color {
     text-align: left;
}
 .blog-part {
}
 .blog_part_inner {
}
 .witr_blog_imags{
     overflow: hidden;
}
 .blog-img {
     position:relative;
     transition: .5s;
}
 .blog-img img{
     width:100%;
}
 .blog-img a{
     position:relative;
     display:block;
}
 .blog-img a::before {
     position:absolute;
     content:'';
     background:rgba(0, 0, 0, 0.5);
     top:0;
     left:0;
     bottom:0;
     right:0;
     width:100%;
     height:100%;
     transform: scale(0);
     transition:.5s;
}
 .blog_part_inner:hover .blog-img, .blog_part_inner:hover .blog-img a::before{
     transform: scale(1.2);
}
.wblog-content {
    padding: 25px 25px 30px;
}
 .blog_part_inner:hover.wblog-content {
     box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
}
 .wblog-content span {
     font-size: 15px;
     color: #FF6B00;
     line-height: 28px;
     padding-bottom: 15px;
     margin-right: 10px;
}
 .wblog-content span a {
     font-size: 15px;
     color: #FF6B00;
}
 .wblog-content span i {
     padding-right: 5px;
     padding-left: 5px;
     color: #FF6B00;
     transition: .5s;
}
 .wblog-content h5 > a {
     font-weight: 700;
}
 .wblog-content h5 > a:hover, .wblog-content span i:hover {
     color: #FF6B00;
}
 .wblog-content h5 {
     margin: 10px 0px 10px;
}

 .witr_bt2{
}
 .wblog-content.blog-content-5 {
     padding: 15px 20px 15px;
}
 .wblog-content.blog-content-5 h5 {
     padding-bottom: 0px;
}
.blog_area .all_blog_color h5 > a, .blog_area .all_blog_color h2 a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.blog_area .all_blog_color p {
    color: #FFFFFF;
    margin-bottom:0px !important
}
.blog_area .witr_section_title_inner h3 {
    color: #FFFFFF;
}
/*======== apartment contact css ==========*/
/* ======= DEFAULT CONTACT CSS ========= */
 .wpcf7 label {
     width: 100%;
}
 .wpcf7 input, .wpcf7 textarea{
     width: 100%;
     border:none;
     padding-left: 30px;
}
 .wpcf7 input{
     height:50px;
}
.wpcf7 textarea {
    height: 120px;
}
 input.wpcf7-submit {
     width: auto;
     padding: 0px 50px;
     cursor: pointer;
}
 .wpcf7-form p {
}
 div.wpcf7-response-output {
     color: #FF6B00;
     border: none !important;
}
 .send_message .wpcf7-form p {
     display: flex;
     flex-direction: row;
}
 .send_message input {
     border: 0;
     background: #f7f7f7;
     height:72px;
     transition:.5s;
}
 .send_message input.wpcf7-submit{
     background: #FF6B00;
     color:#fff;
     transition:.5s;
}
 .send_message input.wpcf7-submit:hover{
     background: #f8f8f8;
     color:#FF6B00;
}
 .send_message input::-webkit-input-placeholder{
     color: #888888 !important;
}
 .send_message input:-ms-input-placeholder{
     color: #888888 !important;
}
 .send_message input::-moz-placeholder{
     color: #888888 !important;
}
.contact_area {
    background: #010101;
    padding: 100px 0px 75px;
}
.contact_area .witr_section_title {
    position: relative;
    padding-bottom: 24px;
}
.apartment_area {
    position: relative;
    background-size: cover;
    padding: 0px 35px 43px;
    border-radius: 10px;
    text-align: left;
}
 .apartment_text h1{
     color: #FF6B00;
     font-size: 17px;
     margin-bottom: 5px;
}
 .apartment_text h2{
     margin: 0 0 21px;
     font-size: 38px;
}
 .form-group {
     margin-bottom: 0px;
}
 .witr_apartment_form {
}
 .witr_apartment_form form select option{
}
 .witr_apartment_form form select, .witr_apartment_form input{
     width: 100%;
     height: 45px;
     color: #888888;
     border-radius: 5px;
     border: none;
     outline: none;
     margin-bottom: 20px;
     text-align: left;
}
 .witr_apartment_form textarea{
     margin-bottom: 20px;
     text-align: left;
}
 .witr_apartment_form input::-moz-placeholder{
     color: #fff ;
     opacity: 1;
}
 .witr_apartment_form input::-ms-input-placeholder{
     color: #fff ;
     opacity: 1;
}
 .witr_apartment_form input::-webkit-input-placeholder{
     color: #fff;
     opacity: 1;
}
 .witr_apartment_form select::-webkit-input-placeholder, .witr_apartment_form textarea::-webkit-input-placeholder{
     color: #fff;
     opacity: 1;
}
 .witr_apartment_form .const_btn{
     font-size: 15px;
     background: transparent;
     font-weight: 600;
     border-radius: 5px;
     margin-top: 10px;
     border: 0;
     color: #FF6B00;
     cursor:pointer;
     transition:.5s;
}
 .witr_apartment_form .const_btn:hover{
     background: transparent;
     color: #fff;
}
/* Bottom Contact */
 .witr_bottom_contact .form-group {
     margin-bottom: 20px;
}
 .witr_bottom_contact textarea {
     height: 100px;
}
 .witr_apartment_form input, .witr_apartment_form form select, .witr_apartment_form textarea, .wpcf7-form-control-wrap a, .wpcf7-form-control-wrap input {
    margin-top: 0px;
    margin-bottom: 50px;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #2F2F2F;
    border-radius: 0px 0px 0px 0px;
	background:#FFFFFF00;
	color:#fff;
}
.witr_apartment_form textarea {
    padding-top: 20px;
}
.apartment_area .btn {
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 60px 15px 60px;
    border: none;
    font-weight: 600;
	font-size:18px;
}
.apartment_area button{
	text-align:center;
}
/* barand area css */
.brand_area {
    background: #0D0D0D;
    padding: 100px 0px 98px;
}
.slide_items.false.witr_grayscaleh {
    text-align: center;
}
/* slick dots css */
 .slick-dots li button {
    width: 50px;
    height: 20px;
    border-radius: 0px 0px 0px 0px;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button {
    background: #FF6B005c;
}
.slick-dots li button {
    border: 0 solid #FF6B00;
}
.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -38px;
    display: inline-block;
    z-index: 11;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
    transition: .5s;
    outline: 0;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF42;
    border-radius: 0px 0px 0px 0px;
}
#witr_mp4_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}

.witr_youtube_video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}


/*========================  BREADCRUMB AREA CSS =========================*/
 .breadcumb-blog-area {
     padding: 60px 0 65px;
     background-color: #f7f7f7;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}
 .breadcumb-inner h2 {
     font-size: 36px;
}
.breadcumb-area {
    background-image: url("../images/breadcump.jpg");
    padding: 140px 0px;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
 .breadcumb-area:before, .breadcumb-blog-area:before {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     content: "";
}
.breadcumb-area::before, .breadcumb-blog-area::before {
        background-color: rgba(0,0,0,0.39)
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a {
    color: #ffffff;
    font-display: swap;
}
 .breadcumb-inner ul {
     font-weight: 600;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    font-weight: 600;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #821F05;
    color: #fff;
    font-weight: 600;
}
 .breadcumb-inner li a {
     font-weight: 600;
     color: #fff;
}
 .breadcumb-inner li a:hover{
     color: #821F05;
}
 .brpt h2 {
     color: #fff;
     font-size: 40px;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
/* =============== blog left sidebar css =============== */
/* side bar css */
.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
    background: #f9f9f9;
}
.blog-left-side > div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0 !important;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
    color: #18c8ff;
}
.defaultsearch {
    background: #f7f7f7;
    position: relative;
}
.defaultsearch input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
}
.defaultsearch button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #858585;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.defaultsearch input[type="text"] {
    padding-left: 10px;
}
.blog-left-side .widget h2 {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}
.blog-left-side .widget h2::before {
    background: #ff3d00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 20px;
    left: -15px;
    position: absolute;
    width: 2px;
    top: -3px;
}
.footer-middle .widget h5 {
    text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
}
.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}
.blog-left-side .widget ul li span {
    font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.blog-left-side .widget > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
    color: #ff3d00;
}
.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
}
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select {
    width: 100%;
}
#wp-calendar {
    width: 100%;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
}
.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #ff3d00;
}
.tagcloud a:hover {
    background: #ff3d00;
    color: #fff;
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0 solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today {
    color: #fff;
    background-color: #ff3d00;
}
table#wp-calendar td#today a {
    color: #fff;
}
.textwidget img {
    margin-bottom: 15px;
}
.textwidget p {
    margin-bottom: 0.5rem;
}
.liton-blog-thumb img {
    width: 100%;
}
.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}
/* end sidebar css */
/* witr-blog-2side-area */
.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0px 70px;
    background: #f9f9f9;
}
.liton-single-blog {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.liton-blog-thumb {
    overflow: hidden;
}
.liton-blog-thumb a {
    display: block;
	position: relative;
}
.liton-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    opacity: 0;
    z-index: 999;
    transition: .5s;
}
.liton-single-blog:hover .liton-blog-thumb a:before {
    opacity: 1;
	transition: .5s;
}
.liton-blog-thumb img {
    transition: .5s;
    display: block;
}
.em-blog-content-area {
    padding: 15px 0px 15px;
}
.blog-page-title h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.blog-page-title a {
    display: inline-block;
    word-break: break-all;
}
.blog-content {
    word-break: break-word;
}
.liton-blog-meta.post_blog h2 a {
    font-size: 24px;
	font-weight:700;
	transition:.5s;
}
.liton-blog-meta.post_blog h2 {
    margin-bottom: 8px;
}
.recent-post-item {
    margin-bottom: 10px;
}
.blog-left-side .widget ul li a, .blog-left-side .widget ul li::before {
    color: #444;
}
.liton-blog-meta.post_blog h2 a:hover{
	color:#ff3d00;
}
.liton-blog-meta-left a, .liton-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
	margin-bottom:10px;
	display:inline-block;
}
.liton-blog-meta-left i {
    color: #ff3d00;
    margin-right: 5px;
}
.blog-content p {
    font-size: 17px;
    padding-top: 14px;
}
.em-blog-content-area .witr_btn {
    background: #ff3d00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
	margin-bottom:15px;
}
.em-blog-content-area .witr_btn:hover {
    background: #323232;
    color: #fff;
}
.witr-blog-side-area.blog_sidebar .liton-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
}
blockquote p {
    font-size: 20px;
    position: relative;
	color:#999;
}
.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid  #ff3d00;
    padding: 1em 1em;
    margin-top: 15px;
}
.recent-post-text h4 a {
    color: #17161a;
    font-size: 19px;
    transition: all .3s ease 0s;
}
/* video play css */
.video-open-inline iframe{
	width:100%;
	height:400px;
	border:none;
}
/* =============== End blog left sidebar css =============== */
/* single blog css */
.witr-blog-side-area {
    padding: 100px 0px 100px;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
.single_blog_page{
	margin-bottom:0px;
}
.comment_field .input-field input, .comment_field .textarea-field textarea {
    color: #555555;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}
.comment_field .input-field label, .comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}
.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}
.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}
.liton_btn {
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #444;
}
.liton_btn:hover {
    background:#FF6B00;
	border-color:#FF6B00;
	color:#fff;
}
.single_blog_thumb img {
    width: 100%;
    height: 500px;
}
blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}
blockquote p {
    font-size: 20px;
    position: relative;
}
.block .wp-block-quote.is-large p, .block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.witr-blog-side-area.single_blog  blockquote {
    background-color: #f7f7f7;
    border-left: none;
}
.wp-block-group.block {
    text-align: center;
}
.liton-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.liton-single-icon-inner {
    text-align: center;
}
.liton-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.liton-single-icon-inner a:hover {
    background: #FF6B00 ;
    border-color: #FF6B00 ;
    color: #fff;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image img {
    width: 75px;
}

/* EM40 SCROLL TOP CSS */

#scrollUp {
    background: #fff;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
}
#scrollUp i {
    color: #FF6B00;
    font-weight: 900;
}
 .witr_case:hover .slick-prev, .witr_case:hover .slick-next, .service_active:hover .slick-prev, .service_active:hover .slick-next, .feature_active:hover .slick-prev, .feature_active:hover .slick-next, .event_active:hover .slick-prev, .event_active:hover .slick-next, .imagess_area:hover .slick-prev, .imagess_area:hover .slick-next, .witr_ds_content_area:hover .slick-prev, .witr_ds_content_area:hover .slick-next, .blog_wrap:hover .slick-prev, .blog_wrap:hover .slick-next, .witr_team_area_c:hover .slick-prev, .witr_team_area_c:hover .slick-next, .images_area:hover .slick-prev, .images_area:hover .slick-next, .testomonial-slide:hover .slick-prev, .testomonial-slide:hover .slick-next, .Screenshots-slide:hover .slick-prev, .Screenshots-slide:hover .slick-next, .mobile-slide:hover .slick-prev, .mobile-slide:hover .slick-next, .mobile-slide-7:hover .slick-prev, .mobile-slide-7:hover .slick-next, .witr_islidess_slick:hover .slick-prev, .witr_islidess_slick:hover .slick-next, .testomonial:hover .slick-prev, .testomonial:hover .slick-next{
    opacity:1;
}
/* slick prev slick next css */
/*======== slick ========*/
 .slick-prev, .slick-next {
     font-size: 0;
     position: absolute;
     display: block;
     padding: 0;
     cursor: pointer;
     color: #fff;
     outline: none;
     background: #ff3d00;
     z-index: 9;
     opacity: 0;
     border-radius: 0px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     width: 55px;
     height: 55px;
     line-height: 55px;
     top: 50%;
     transform: translate(0px, -50%);
     transition: .5s;
     border: 0px solid #17161a;
}
 .slick-prev {
     left: -15px;
}
 .slick-next {
     right: -15px;
}
 .slick-prev.slick-disabled, .slick-next.slick-disabled{
     background: #E0A067;
}
 .witr_ds_content_area .slick-prev {
     left: 15px;
}
 .witr_ds_content_area .slick-next {
     right: 15px;
}
 .slick-prev:before, .slick-next:before {
     color: #fff;
     font-size: 25px;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     content: "\f177";
     font-family: FontAwesome !important;
     line-height: inherit;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .slick-next:before {
     content: "\f178";
     font-family: FontAwesome !important;
}

 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
     color: #fff;
}
 .brand_active:hover .slick-prev, .brand_active:hover .slick-next{
	 opacity:1;
 }
button:focus {
    outline: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #011e44;
    border-color: transparent;
    outline-color: transparent;
    outline: none;
}
/*======================== liton FOOTER TOP AREA CSS =========================*/
.top-address-area {
    background: #111111;
    padding: 100px 0px 93px;
    text-align: center;
}
 .top_address_logo {
     margin-bottom: 30px;
}
 .address_content {
     padding-top: 38px;
}
 .top_address_content a, .top_address_content span {
     color: #ffffff;
     display: inline-block;
     font-weight: 400;
     line-height: 12px;
     margin-right: 14px;
}
 .top_address_content a i, .top_address_content span i {
     font-size: 14px;
     margin-right: 11px;
}
 .footer-top-address h2 {
     color: #fff;
     text-transform: uppercase;
     margin-bottom: 30px;
     letter-spacing: 10px;
     font-weight: 700;
     font-size: 26px;
}
 .footer-top-address h2 span {
     color: #FF6B00;
     font-weight: 700;
}
 .widget_media_image{
     margin-top: 30px;
     margin-bottom: 27px;
}
.single_blog{
	background:#FFFFFF;
}
/*======================== liton FOOTER TOP AREA CSS =========================*/
 .footer-top {
     background: #1b1919 none repeat scroll 0% 0;
     padding: 100px 0;
}
 .footer-top-inner h2 {
     color: #fff;
     font-size: 35px;
     height: 60px;
     padding: 0 15px;
     text-transform: uppercase;
}
 .footer-top-inner h2 span {
     color: #FF6B00;
     font-weight: 600;
}
 .footer-top-inner p {
     color: #fff;
     margin-bottom: 26px;
     margin-left: auto;
     margin-right: auto;
     width: 62%;
}
 .footer-social-icon {
     padding: 10px 0 20px;
     text-align: center;
}
 .footer-social-icon a i {
     background-color: #FF6B00;
     border-radius: 50px;
     color: #fff;
     display: inline-block;
     font-size: 18px;
     height: 45px;
     line-height: 45px;
     margin: 0 7px;
     text-align: center;
     width: 45px;
     -webkit-transition: .3s;
     transition: .3s;
}
 .footer-social-icon a i:hover {
     background-color: #011e44;
     color: #fff;
}
 .footer-social-icon.htop-menu-s {
     padding: 0;
     display: inline-block;
     margin-left: 30px;
}
 .footer-social-icon.htop-menu-s a i {
     font-size: 14px;
     height: 35px;
     line-height: 35px;
     margin: 0 3px;
     width: 35px;
}
 .footer-top-inner .text-center {
     margin-bottom: 11px;
     text-align: center;
}
/*======================== END FOOTER TOP AREA CSS =========================*/
/*======================== liton FOOTER MIDDLE AREA CSS =========================*/
 .witrfm_area{
     background: #FF6B00;
     position:relative;
}
 .witrfm_area:before {
     content: "";
     position: absolute;
     top: 0;
     height: 100%;
     width: 100%;
     left: 0;
     right: 0;
     margin: auto;
}
 .footer-middle {
     padding: 65px 0 73px;
}
 .footer-middle.wpfd {
     padding: 0;
}
 .wpfdp {
     padding-top: 65px;
     padding-bottom: 80px;
}
 .footer-middle .widget h2 {
     margin-bottom: 28px;
     margin-top: 28px;
     position: relative;
    font-size: 24px;	 
}
 .footer-middle .widget h2:before {
}
 .footer-middle table#wp-calendar td, .footer-middle table#wp-calendar th {
     color: #fff;
}
 .footer-middle #archives-dropdown--1 {
     height: 34px;
}
 .footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li:before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text {
}
 .footer-middle .widget h2 {
}
 .footer-middle .widget ul li:before {
}
 .footer-middle .tagcloud a {
}
 .footer-middle .widget ul {
     list-style: none;
}
 .footer-middle .widget ul li {
     margin-bottom: 10px;
}
 .footer-middle .widget ul li a, .footer-middle .widget ul li:before {
     transition: .5s;
}
 .footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
     color: #FF6B00;
}
 .recent-portfolio-area {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row;
     flex-flow: row;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .recent-portfolio {
     margin-bottom: 10px;
     margin-right: 10px;
}
 .recent-portfolio {
     width: 29.33%;
}
 .recent-portfolio-image img {
     width: 100%;
}
.footer-middle .widget_nav_menu ul li {
    display: inline-block;
    width: 49%;
}
/*======================== END FOOTER middle AREA CSS =========================*/
/*======================== liton FOOTER BOTTOM AREA CSS =========================*/
.footer-bottom {
    padding: 60px 0 0px;
    position: relative;
}
 .copy-right-text {
    text-align:center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}
 .copy-right-text p {
     margin: 0;
     padding: 0;
     color: #A2A3A6 !important;
}
 .footer-menu {
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .footer-menu ul li {
     display: inline-block;
}
.footer-menu ul li a {
    padding: 0 0px;
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2C2C2C;
    border-radius: 50px 50px 50px 50px;
    margin: 0px 4px;
}
 .copy-right-text a:hover, .footer-menu ul li a:hover {
     color: #000;
	 background:#fff;
}
 .footer-menu ul li:last-child a {
     padding-right: 0px;
}
 .footer_style_3 .footer-menu ul li:first-child a {
     padding-left: 0px;
}
 .footer-menu ul ul {
     display: none;
}
.copy-right-text p, .footer-menu ul li a {
    color: #ffffff;
}
/*======================== END FOOTER BOTTOM AREA CSS =========================*/

/* btn2 查看更多按钮样式 */
.btn2 {
    width: 84px ;
    height: 36px;
    border-radius: 2px;
    background: #FF6B00;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    bottom: 0px;
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn2:hover {
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 0, 0.3);
}
/* 博客卡片背景图片样式 - 通用样式 */
.blog-part.all_blog_color {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%; /* 高宽比设为60% */
    min-height: 250px;
}

/* 第一个产品盒子 - APP开发 */
.product-item:nth-child(1) .blog-part.all_blog_color {
    background-image: url('../images/icon/product1.png');
}

/* 第二个产品盒子 - 小程序开发 */
.product-item:nth-child(2) .blog-part.all_blog_color {
    background-image: url('../images/icon/product2.png');
}

/* 第三个产品盒子 - 网站建设 */
.product-item:nth-child(3) .blog-part.all_blog_color {
    background-image: url('../images/icon/product3.png');
}

/* 第三个产品盒子 - 网站建设 */
.product-item:nth-child(4) .blog-part.all_blog_color {
    background-image: url('../images/icon/product4.png');
}

/* 第三个产品盒子 - 网站建设 */
.product-item:nth-child(5) .blog-part.all_blog_color {
    background-image: url('../images/icon/product5.png');
}

/* 第三个产品盒子 - 网站建设 */
.product-item:nth-child(6) .blog-part.all_blog_color {
    background-image: url('../images/icon/product6.png');
}

/* wblog-content内容区域样式 */
.wblog-content.blog-content-2.all_blog_color {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-messonary .product-item{
    padding-right: 10px !important;
    padding-left: 10px !important;
    transition: transform 0.3s ease;
}

/* 鼠标悬停向上移动效果 */
.blog-messonary .product-item:hover {
    transform: translateY(-8px);
}

/* 我的优势区域css */
.advantage_area{ 
    padding-bottom: 100px;
}
.advantage_area .col-lg-3{
    padding: 8px !important;
}
.advantage-item{
    background: #22242B;
    color: #ffffff;
    position: relative;
    padding-bottom: 120px;
    transition: transform 0.3s ease;
}

/* 鼠标悬停向上移动效果 */
.advantage-item:hover {
    transform: translateY(-8px);
}
.advantage-item .advantage-item-main{
    padding: 30px 30px 0px 30px;
}

.advantage-item .advantage-item-main h3{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 16px;
}

.advantage-item .advantage-item-main p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 0px !important;
}

.advantage-item img{
    width: 96px;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

/* 交付流程区域样式 */
.delivery_content {
    padding: 50px 0;
}

/* PC端交付流程容器 */
.delivery-content-pc {
    display: block;
}

/* 移动端交付流程容器 */
.delivery-content-mobile {
    display: none;
    padding: 0;
}

.delivery_process {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* 正方形盒子样式 */
.delivery_box {
    width: 160px;
    aspect-ratio: 1/1;
    background: #22242B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delivery_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.delivery_content_inner {
    text-align: center;
    color: #FFFFFF;
}

.delivery_content_inner img{
    width: 32px;
    margin-bottom: 30px;
}

.delivery_content_inner p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
    word-break: break-all；
}

/* 箭头盒子样式 */
.delivery_arrow {
    width:60px; /* 120px * 2/3 = 80px */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery_arrow img {
    width: 100%;
    height: auto;
    max-width: 40px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.delivery_arrow:hover img {
    opacity: 1;
}

.delivery_process_down {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    gap: 20px;
}

/* 响应式设计 */
/* 平板设备适配 (768px - 992px) */
@media (max-width: 992px) and (min-width: 769px) {
    .delivery_process {
        gap: 15px;
    }
    
    .delivery_box {
        width: 140px;
    }
    
    .delivery_content_inner img {
        width: 28px;
        margin-bottom: 25px;
    }
    
    .delivery_content_inner p {
        font-size: 14px;
    }
    
    .delivery_arrow {
        width: 50px;
        height: 35px;
    }
    
    .delivery_arrow img {
        max-width: 35px;
    }
}

/* 手机设备适配 (≤992px) */
@media (max-width: 992px) {
    /* 隐藏PC端交付流程 */
    .delivery-content-pc {
        display: none;
    }
    
    /* 显示移动端交付流程图片 */
    .delivery-content-mobile {
        display: block;
    }
    
    .delivery-content-mobile img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
}

/* 手机设备适配 (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
    .delivery_content {
        padding: 30px 0;
    }
    
    .delivery_process {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    /* 第一行和第三行保持垂直布局 */
    .delivery_process:nth-child(1),
    .delivery_process:nth-child(3) {
        flex-direction: column;
    }
    
    /* 中间的下向箭头区域保持水平 */
    .delivery_process:nth-child(2) {
        flex-direction: row;
        justify-content: center;
    }
    
    .delivery_box {
        width: 120px;
    }
    
    .delivery_content_inner img {
        width: 24px;
        margin-bottom: 20px;
    }
    
    .delivery_content_inner p {
        font-size: 12px;
        line-height: 1.3;
    }
    
    /* 上下箭头旋转90度 */
    .delivery_process:nth-child(1) .delivery_arrow,
    .delivery_process:nth-child(3) .delivery_arrow {
        transform: rotate(90deg);
        width: 40px;
        height: 25px;
    }
    
    .delivery_process:nth-child(1) .delivery_arrow img,
    .delivery_process:nth-child(3) .delivery_arrow img {
        max-width: 25px;
    }
    
    /* 中间下向箭头保持原样 */
    .delivery_process:nth-child(2) .delivery_arrow {
        width: 40px;
        height: 30px;
        transform: none;
    }
    
    .delivery_process:nth-child(2) .delivery_arrow img {
        max-width: 30px;
    }
}

/* 小屏手机适配 (320px - 480px) */
@media (max-width: 480px) {
    .delivery_content {
        padding: 20px 0;
    }
    
    .delivery_process {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        padding: 0 10px;
    }
    
    /* 所有行都采用垂直布局 */
    .delivery_process:nth-child(1),
    .delivery_process:nth-child(2),
    .delivery_process:nth-child(3) {
        flex-direction: column;
    }
    
    .delivery_box {
        width: 100px;
    }
    
    .delivery_content_inner img {
        width: 20px;
        margin-bottom: 15px;
    }
    
    .delivery_content_inner p {
        font-size: 11px;
        line-height: 1.2;
        padding: 0 5px;
    }
    
    /* 所有箭头都旋转90度 */
    .delivery_arrow {
        transform: rotate(90deg);
        width: 30px;
        height: 20px;
    }
    
    .delivery_arrow img {
        max-width: 20px;
    }
    
    /* 隐藏中间的空盒子，只显示箭头 */
    .delivery_process:nth-child(2) .delivery_box {
        display: none;
    }
    
    .delivery_process:nth-child(2) {
        margin: 10px 0;
    }
}

/* 超小屏幕适配 (≤320px) */
@media (max-width: 320px) {
    .delivery_process {
        padding: 0 5px;
        gap: 12px;
    }
    
    .delivery_box {
        width: 90px;
    }
    
    .delivery_content_inner img {
        width: 18px;
        margin-bottom: 12px;
    }
    
    .delivery_content_inner p {
        font-size: 10px;
        line-height: 1.1;
    }
    
    .delivery_arrow {
        width: 25px;
        height: 18px;
    }
    
    .delivery_arrow img {
        max-width: 18px;
    }
}

/* 新闻区域样式 */
.news_content {
    padding: 50px 0;
}

.news_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* 新闻单个盒子样式 */
.news_item {
    flex: 1;
    background: #22242B;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 300px;
}

.news_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* 上部图片区域（高度比3） */
.news_image {
    width: 100%;
    height: 0;
    padding-bottom: 60%; /* 3/(3+2) * 100% = 60% */
    position: relative;
    overflow: hidden;
}

.news_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news_image:hover img {
    transform: scale(1.05);
}

/* 下部文字区域（高度比2） */
.news_text {
    padding: 20px;
    height: 0;
    padding-bottom: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_text h4 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: left;
    
}

.news_date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: auto;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .news_container {
        flex-direction: column;
        gap: 20px;
    }
    
    .news_item {
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .news_content {
        padding: 30px 0;
    }
    
    .news_text {
        padding: 15px;
    }
    
    .news_text h4 {
        font-size: 16px;
    }
    
    .news_text p {
        font-size: 13px;
    }
    
    .news_date {
        font-size: 11px;
    }
}

/* 广告方案横幅区域样式 */
/* ===========================================
   15. 广告方案区域
   =========================================== */

.ad_fangan_content {
    padding: 0; /* 移除内边距，让背景图铺满父级容器 */
}

.ad_fangan_banner {
    width: 100%; /* 宽度占满父级盒子 */
    height: auto; /* 高度与背景图片一致 */
    background-image: url('../images/ad_fangan.png');
    background-size: 100% auto; /* 宽度100%，高度按比例自适应 */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible; /* 允许内容显示 */
    transition: transform 0.3s ease;
    min-height: 120px; /* 设置最小高度保证显示 */
    background-attachment: scroll;
    display: flex;
    padding:24px 80px;
    justify-content: space-between;
    align-items: center;
}

.ad_fangan_banner .ad_fangan_banner_left{
    width: 70%;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: left;
}
.btn_fangan {
    width: 92px ;
    height: 38px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #FF6B00;
    font-size: 14px;
    font-weight: 500;
    bottom: 0px;
    align-self: flex-end;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad_fangan_banner .ad_fangan_banner_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
}

.ad_fangan_banner .ad_fangan_banner_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;

}

.ad_fangan_banner .ad_fangan_banner_right{
    width: 30%;
    display: flex;
    justify-content: right;
    align-items: center;
}

/* Copy Right Nav Styles */
.copy-right-nav {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 30px;
    font-family: "Microsoft YaHei", sans-serif;
}

.copy-right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.copy-right-left {
    flex: 2;
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.copy-right-left img{
    height:30px;
    margin-bottom: 20px;
}

.copy-right-left .shouqian{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 10px;
}

.copy-right-left .shouqian_mobile{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #A2A3A6;
    line-height: 26px;
}

.copy-right-center {
    flex: 4;
    display: flex;
    margin: 0 20px;
    justify-content: left;
	align-items: start;
}
.copy-right-center .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
    
}

.copy-right-center .line{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #A2A3A6;
    line-height: 26px;
    text-align: left;
    margin-bottom: 8px;
}

.copy-right-center .copy-center-left-line{
    flex:2;
    justify-content: left;

}

.copy-right-center .copy-center-left-line .line a{
   color: #A2A3A6;

}

.copy-right-center .copy-center-right-line{
    flex:5;
    justify-content: left;
	align-items: start;
    
}

.copy-right-right {
    flex: 1;
    flex-direction: column;
    justify-content:right;
}
.copy-right-right img{
    width: 120px;
    height: 120px;
}

.copy-right-item p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.copy-right-center p {
    font-size: 16px;
    font-weight: 500;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .copy-right-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .copy-right-center {
        margin: 0;
    }
    
    .copy-right-item {
        width: 100%;
    }
    
    .copy-right-center p {
        font-size: 14px;
    }
}

/* 友情链接样式 */
.partner_container {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

/* 左右两侧渐变遮罩层 */
.partner_container::before,
.partner_container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

/* 左侧渐变遮罩 */
.partner_container::before {
    left: 0;
    background: linear-gradient(to right, #00030C 0%, rgba(0, 3, 12, 0.8) 50%, transparent 100%);
}

/* 右侧渐变遮罩 */
.partner_container::after {
    right: 0;
    background: linear-gradient(to left, #00030C 0%, rgba(0, 3, 12, 0.8) 50%, transparent 100%);
}

.partner_row {
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.partner_row:last-child {
    margin-bottom: 0;
}

.partner_scroll {
    display: flex;
    animation: scrollLeft 20s linear infinite;
    width: calc(200% + 40px);
}

/* 第二行滚动内容往前移动80px */
.partner_row_2 .partner_scroll {
    animation: scrollLeft 20s linear infinite;
    transform: translateX(-80px);
}

/* 鼠标悬停时暂停滚动 */
.partner_container:hover .partner_scroll {
    animation-play-state: paused;
}

/* 所有行都向左滚动，速度相同 */
.partner_row_3 .partner_scroll {
    animation: scrollLeft 20s linear infinite;
}

.partner_item {
    flex: 0 0 160px;
    height: 80px;
    background: #22242B;
    border-radius: 6px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.partner_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(34, 36, 43, 0.4);
}

.partner_item img {
    max-height: 50px;
    width: auto;
    height: auto;
	padding: 5px;
    object-fit: contain;
    filter: brightness(0.8) contrast(1.2);
    transition: all 0.3s ease;
}

.partner_item:hover img {
    filter: brightness(1) contrast(1.3);
    transform: scale(1.05);
}

/* 滚动动画 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* 响应式设计 */
@media (max-width: 992px) {
    .partner_item {
        flex: 0 0 140px;
        height: 70px;
    }
    
    .partner_item img {
        max-width: 100px;
        max-height: 45px;
    }
}

@media (max-width: 768px) {
    .partner_item {
        flex: 0 0 120px;
        height: 60px;
        margin-right: 15px;
    }
    
    .partner_item img {
        max-width: 80px;
        max-height: 40px;
    }
}

/* 定义常用字体类 */
.ms-yh {
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.ms-yh-regular {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
}

.ms-yh-regular-white {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.ms-yh-regular-20 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.ms-yh-regular-16 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.ms-yh-regular-14 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

/* 解决方案样式 */

.solution_area{
    padding: 0px 0px 100px;
}

/* Solution Container */
.solution-container {
    display: flex;
    gap: 16px;
    padding: 0px 0;
    align-items: stretch;
}

/* Solution Box */
.solution-box {
    position: relative;
    height: 400px;
    width: 200px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 背景图片 */
.solution-box[data-bg="1"] {
    background-image: url('../images/icon/solution_bg01.png');
}

.solution-box[data-bg="2"] {
    background-image: url('../images/icon/solution_bg02.png');
}

.solution-box[data-bg="3"] {
    background-image: url('../images/icon/solution_bg03.png');
}

.solution-box[data-bg="4"] {
    background-image: url('../images/icon/solution_bg04.png');
}

.solution-box[data-bg="5"] {
    background-image: url('../images/icon/solution_bg05.png');
}

/* 激活状态宽度 - 不使用flex */
.solution-box.solution-box-active,
.solution-box:hover {
    width: 300px; /* 1.5倍宽度：200px * 1.5 = 300px */
}

.solution-box .solution-inner-content h3{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 26px;
}

.solution-box .solution-inner-content p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

/* 遮罩层 */
.solution-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #22242B 1%, rgba(34,36,43,0.6) 100%);
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

/* 激活状态遮罩 */
.solution-box.solution-box-active .solution-overlay,
.solution-box:hover .solution-overlay {
    background: linear-gradient(141deg, #FF6B00 0%, rgba(255,107,0,0.3) 100%);
}

/* 内容容器 */
.solution-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 内容容器 */
.solution-content .solution-button{
	display: flex;
	justify-content: right;
}
.solution-content .solution-button a{
	width: 84px;
	height: 32px;
	background: #FF6B00;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

/* 内部内容容器 */
.solution-inner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 特性标签 */
.solution-features {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.solution-features span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.8;
    position: relative;
    padding-left: 12px;
}

.solution-features span::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 16px;
}

/* 内部内容容器 */
.solution-inner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 默认状态内容 */
.solution-box .solution-default {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 激活状态显示激活内容 */
.solution-box.solution-box-active .solution-default,
.solution-box:hover .solution-default {
    display: none;
}

.solution-box.solution-box-active .solution-active,
.solution-box:hover .solution-active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 确保非激活状态下只显示默认内容 */
.solution-box .solution-active {
    display: none;
}

.solution-box.solution-box-active .solution-default,
.solution-box:hover .solution-default {
    display: none;
}

.solution-box.solution-box-active .solution-active,
.solution-box:hover .solution-active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .solution-box {
        width: 180px;
    }
    
    .solution-box.solution-box-active,
    .solution-box:hover {
        width: 270px;
    }
}

@media (max-width: 992px) {
    .solution-container {
        gap: 12px;
    }
    
    .solution-box {
        width: 160px;
        height: 350px;
    }
    
    .solution-box.solution-box-active,
    .solution-box:hover {
        width: 240px;
    }
}

@media (max-width: 768px) {
    .solution-container {
        flex-direction: column;
        gap: 16px;
    }
    
    .solution-box {
        width: 100%;
        height: 300px;
    }
    
    .solution-box.solution-box-active,
    .solution-box:hover {
        width: 100%;
    }
    
    /* 移动端按钮适配 */
    .solution-button {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .view-details-btn {
        padding: 10px 20px;
        font-size: 16px;
        width: 100%;
        max-width: 200px;
    }
}

/* 平板设备适配 */
@media (max-width: 768px) and (min-width: 481px) {
    .solution-button {
        margin-top: 20px;
    }
    
    .view-details-btn {
        padding: 10px 25px;
        font-size: 15px;
    }
}

/* 手机设备适配 */
@media (max-width: 480px) {
    .solution-box {
        height: 280px;
    }
    
    .solution-active h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .solution-active p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .solution-features {
        gap: 6px;
        margin-top: 10px;
    }
    
    .solution-features span {
        font-size: 14px;
        padding-left: 10px;
    }
    
    .solution-features span::before {
        font-size: 14px;
    }
    
    .solution-button {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .view-details-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* 超小屏幕适配 */
@media (max-width: 320px) {
    .solution-box {
        height: 230px;
    }
    
    .solution-active h3 {
        font-size: 16px;
    }
    
    .solution-active p {
        font-size: 11px;
        line-height: 1.3;
    }
    
    .solution-features span {
        font-size: 11px;
    }
    
    .view-details-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* ===========================================
   公司介绍区域盒子样式
   =========================================== */

/* 公司横幅区域 */
.company_banner {
    position: relative;
    width: 100%;
    height: 60vh; /* 高度为视口的60% */
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:80px ;
}

.company_banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例铺满容器 */
    object-position: center;
    z-index: 1;
}

/* 横幅内容容器 */
.company_banner .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_banner .row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.company_banner .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content:left;
    height: 100%;
    padding: 0;
}

/* 横幅文字样式 */
.company_banner p {
    font-size: 40px;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
    padding: 20px;
    animation: fadeInUp 1s ease-out;
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .company_banner {
        height: 50vh;
        min-height: 350px;
    }
    
    .company_banner p {
        font-size: 42px;
        padding: 18px;
    }
}

@media (max-width: 992px) {
    .company_banner {
        height: 45vh;
        min-height: 300px;
    }
    
    .company_banner p {
        font-size: 36px;
        padding: 15px;
    }
}

/* 平板设备适配 */
@media (max-width: 768px) and (min-width: 481px) {
    .company_banner {
        height: 40vh;
        min-height: 280px;
        max-height: 400px;
    }
    
    .company_banner p {
        font-size: 28px;
        padding: 12px 15px;
        line-height: 1.3;
    }
}

/* 手机设备适配 */
@media (max-width: 480px) {
    .company_banner {
        height: 35vh;
        min-height: 250px;
        max-height: 350px;
    }
    
    .company_banner p {
        font-size: 22px;
        padding: 10px 12px;
        line-height: 1.2;
        border-radius: 8px;
    }

/* 超小屏幕适配 */
@media (max-width: 360px) {
    .company_banner {
        height: 32vh;
        min-height: 220px;
        max-height: 300px;
    }
    
    .company_banner p {
        font-size: 18px;
        padding: 8px 10px;
        line-height: 1.1;
        border-radius: 6px;
    }
}

/* 公司盒子容器 */
.company-box-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(100% / 14); /* 间距占总宽度的1/14，实现1:2比例 */
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 单个公司盒子 */
.company-box {
    flex: 2; /* 每个盒子占2份空间 */
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}



.company-box:hover:before {
    left: 100%;
}

/* 上部分盒子 */
.company-box-top {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.company-box-top img {
    
    transition: all 0.3s ease;
    filter: brightness(0.8);
}

.company-box:hover .company-box-top img {
    transform: scale(1.1);
}

/* 下部分盒子 */
.company-box-bottom {
    position: relative;
    z-index: 2;
}

.company-box-bottom h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* 解决方案盒子 */
.solution-box-tab1 {
	display: flex;
	flex-direction: row;
    background: #22242B;
    padding: 0px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.solution-box-tab1:hover {
    transform: translateY(-5px);
    background: rgba(34, 36, 43, 0.9);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* 解决方案图标 */
.solution-box-tab1 .solution-icon {
	flex: 2;
    display: flex;
    align-items: end;
    justify-content: right;
    transition: all 0.3s ease;
}

.solution-box-tab1:hover .solution-icon {
    transform: scale(1.1);
}

.solution-box-tab1 .solution-icon img {
	width: 100px;
}

/* 解决方案标题 */
.solution-box-tab1 .solution-title {
	flex: 3;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    transition: color 0.3s ease;
	display: flex;
	justify-content: left;
	align-items: start;
	padding: 30px 0px 0px 30px;
}

.solution-box-tab1:hover .solution-title {
    color: #FF6B00;
}

/* 解决方案描述 */
.solution-box-tab1 .solution-desc {
    color: #B0B8D4;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.solution-box-tab1:hover .solution-desc {
    color: #FFFFFF;
}

/* 解决方案响应式设计 */
@media (max-width: 1200px) {
    .tab-content .project-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .solution-box-tab1 {
        padding: 25px 15px;
    }
    
    .solution-box-tab1 .solution-title {
        font-size: 16px;
    }
    
    .solution-box-tab1 .solution-desc {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .tab-content .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .solution-box-tab1 {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .tab-content .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .solution-box-tab1 {
        padding: 20px 12px;
    }
    
    .solution-box-tab1 .solution-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .solution-box-tab1 .solution-icon img {
        width: 28px;
        height: 28px;
    }
    
    .solution-box-tab1 .solution-title {
        font-size: 15px;
    }
    
    .solution-box-tab1 .solution-desc {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .tab-content .project-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .solution-box-tab1 {
        padding: 18px 15px;
    }
    
    .solution-box-tab1 .solution-title {
        font-size: 14px;
    }
    
    .solution-box-tab1 .solution-desc {
        font-size: 11px;
    }
}

    transition: color 0.3s ease;
}

.company-box:hover .company-box-bottom h4 {
    color: #FF6B00;
}

.company-box-bottom p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
}

.company-box:hover .company-box-bottom p {
    color: #FFFFFF;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .company-box {
        padding: 25px 15px;
    }
    
    .company-box-bottom h4 {
        font-size: 18px;
    }
    
    .company-box-bottom p {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .company-box-container {
        gap: 15px;
    }
    
    .company-box {
        padding: 20px 12px;
    }
    
    .company-box-top {
        height: 70px;
        margin-bottom: 18px;
    }
    
    .company-box-top img {
        
    }
    
    .company-box-bottom h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .company-box-bottom p {
        font-size: 12px;
        line-height: 1.4;
    }
}

/* 手机设备适配 (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
    .company-box-container {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .company-box {
        flex: 1;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 25px 20px;
    }
    
    .company-box-top {
        height: 70px;
        margin-bottom: 18px;
    }
    
    .company-box-top img {
        
    }
    
    .company-box-bottom h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .company-box-bottom p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* 小屏手机适配 (321px - 480px) */
@media (max-width: 480px) and (min-width: 321px) {
    .company-box-container {
        flex-direction: column;
        gap: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    .company-box {
        flex: 1;
        width: 100%;
        padding: 20px 15px;
    }
    
    .company-box-top {
        height: 60px;
        margin-bottom: 15px;
    }
    
    .company-box-top img {
        
    }
    
    .company-box-bottom h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .company-box-bottom p {
        font-size: 12px;
        line-height: 1.4;
    }
}

/* 超小屏幕适配 (≤320px) */
@media (max-width: 320px) {
    .company-box-container {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 5px;
    }
    
    .company-box {
        padding: 18px 12px;
    }
    
    .company-box-top {
        height: 50px;
        margin-bottom: 12px;
    }
    
    .company-box-top img {
        max-width: 40px;
        max-height: 40px;
    }
    
    .company-box-bottom h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .company-box-bottom p {
        font-size: 11px;
        line-height: 1.3;
    }
}

/* ===========================================
   项目页面选项卡样式
   =========================================== */

/* 选项卡容器 */
.tabs-container {
    display: flex;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 40px;
    overflow: hidden;
	margin-top: 60px;
}

/* 单个选项卡 */
.tab-item {
    flex: 1; /* 根据个数平分盒子 */
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #B0B8D4;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    user-select: none;
    position: relative;
    overflow: hidden;
}

/* 激活状态 */
.tab-item.active {
    background: #FF6B00;
    border-radius: 2px;
    color: #FFFFFF;
}

/* 悬停效果（非激活状态） */
.tab-item:not(.active):hover {
    background: rgba(255, 107, 0, 0.1);
    color: #FF6B00;
    border-radius: 2px;
}

.tab-item.active:before {
    left: 100%;
}

/* 内容区域 */
.tab-content-container {
    position: relative;
    min-height: 400px;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease-out;
}

.tab-content.active {
    display: block;
}

/* 项目网格 */
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 固定每行3个 */
    gap: 30px;
    margin-top: 20px;
}

/* 单个项目项 */
.project-item {
    background: #1F2128;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.project-item:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
}

/* 项目图片 */
.project-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-item:hover .project-image img {
    transform: scale(1.05);
}

/* 项目信息 */
.project-info {
    padding: 25px 20px;
}

.project-info h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.project-item:hover .project-info h4 {
    color: #FF6B00;
}

.project-info p {
    color: #B0B8D4;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.project-item:hover .project-info p {
    color: #FFFFFF;
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .project-grid {
        grid-template-columns: repeat(3, 1fr); /* 保持每行3个 */
        gap: 25px;
    }
    
    .tab-item {
        font-size: 15px;
        padding: 10px 15px;
    }
}

@media (max-width: 992px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr); /* 中等屏幕每行2个 */
        gap: 20px;
    }
    
    .tab-item {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .project-info {
        padding: 20px 15px;
    }
    
    .project-info h4 {
        font-size: 18px;
    }
    
    .project-info p {
        font-size: 13px;
    }
}

/* 手机设备适配 */
@media (max-width: 768px) {
    .tabs-container {
        flex-wrap: wrap;
        gap: 4px;
    }
    
    .tab-item {
        flex: calc(50% - 2px);
        margin-bottom: 4px;
        font-size: 13px;
        padding: 8px 8px;
    }
    
    .project-grid {
        grid-template-columns: 1fr; /* 手机端单列显示 */
        gap: 20px;
    }
    
    .project-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .tabs-container {
        padding: 2px;
    }
    
    .tab-item {
        font-size: 12px;
        padding: 6px 4px;
    }
    
    .project-image {
        height: 160px;
    }
    
    .project-info {
        padding: 15px;
    }
    
    .project-info h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .project-info p {
        font-size: 12px;
    }

/* 超小屏幕适配 */
@media (max-width: 360px) {
    .tab-item {
        font-size: 11px;
        padding: 5px 2px;
    }
    
    .project-info h4 {
        font-size: 14px;
    }
    
    .project-info p {
        font-size: 11px;
    }
}

/* ===========================================
   解决方案盒子样式
   =========================================== */

/* 解决方案网格 - 调整间距为10px */
.solution_box_area{
	margin-bottom: 80px;
}
.tab-content .project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* 解决方案盒子 */
.solution-box-tab1 {
	display: flex;
	flex-direction: row;
    background: #22242B;
    padding: 0px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.solution-box-tab1:hover {
    transform: translateY(-5px);
    background: rgba(34, 36, 43, 0.9);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* 解决方案图标 */
.solution-box-tab1 .solution-icon {
	flex: 2;
    display: flex;
    align-items: end;
    justify-content: right;
    transition: all 0.3s ease;
}

.solution-box-tab1:hover .solution-icon {
    transform: scale(1.1);
}

.solution-box-tab1 .solution-icon img {
	width: 100px;
}

/* 解决方案标题 */
.solution-box-tab1 .solution-title {
	flex: 3;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    transition: color 0.3s ease;
	display: flex;
	justify-content: left;
	align-items: start;
	padding: 30px 0px 0px 30px;
}

.solution-box-tab1:hover .solution-title {
    color: #FF6B00;
}

/* 解决方案描述 */
.solution-box-tab1 .solution-desc {
    color: #B0B8D4;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.solution-box-tab1:hover .solution-desc {
    color: #FFFFFF;
}

/* 解决方案响应式设计 */
@media (max-width: 1200px) {
    .tab-content .project-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .solution-box-tab1 {
        padding: 25px 15px;
    }
    
    .solution-box-tab1 .solution-title {
        font-size: 16px;
    }
    
    .solution-box-tab1 .solution-desc {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .tab-content .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .solution-box-tab1 {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .tab-content .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .solution-box-tab1 {
        padding: 20px 12px;
    }
    
    .solution-box-tab1 .solution-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .solution-box-tab1 .solution-icon img {
        width: 28px;
        height: 28px;
    }
    
    .solution-box-tab1 .solution-title {
        font-size: 15px;
    }
    
    .solution-box-tab1 .solution-desc {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .tab-content .project-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .solution-box-tab1 {
        padding: 18px 15px;
    }
    
    .solution-box-tab1 .solution-title {
        font-size: 14px;
    }
    
    .solution-box-tab1 .solution-desc {
        font-size: 11px;
    }
}

/* ===========================================
   解决方案区域
   =========================================== */

/* 解决方案网格布局 */
.solution_box_area .project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.solution_box_area .project-grid .solution-box {
    background: #22242B;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.solution_box_area .project-grid .solution-box:hover {
    transform: translateY(-8px);
    background: linear-gradient(141deg, #FF6B00 0%, rgba(255,107,0,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.solution_box_area .project-grid .solution-box .solution-icon {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution_box_area .project-grid .solution-box:hover .solution-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.3);
}

.solution_box_area .project-grid .solution-box .solution-icon img {
    max-width: 40px;
    max-height: 40px;
}

.solution_box_area .project-grid .solution-box .solution-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0 0 15px 0;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution_box_area .project-grid .solution-box:hover .solution-title {
    color: #FFFFFF;
}

.solution_box_area .project-grid .solution-box .solution-features {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #B0B8D4;
    line-height: 24px;
    margin: 0;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution_box_area .project-grid .solution-box:hover .solution-features {
    color: #FFFFFF;
}

.solution_box_area .project-grid .solution-box .solution-features span {
    display: block;
    padding-left: 12px;
    position: relative;
}

.solution_box_area .project-grid .solution-box .solution-features span::before {
    content: "•";
    color: #FF6B00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 解决方案盒子激活状态 */
.solution_box_area .project-grid .solution-box.solution-box-active {
    transform: translateY(-8px);
    background: linear-gradient(141deg, #FF6B00 0%, rgba(255,107,0,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.solution_box_area .project-grid .solution-box.solution-box-active .solution-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.3);
}

.solution_box_area .project-grid .solution-box.solution-box-active .solution-title {
    color: #FFFFFF;
}

.solution_box_area .project-grid .solution-box.solution-box-active .solution-features {
    color: #FFFFFF;
}

/* 解决方案响应式设计 */
@media (max-width: 1200px) {
    .solution_box_area .project-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .solution_box_area .project-grid .solution-box {
        padding: 25px 15px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-features {
        font-size: 13px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .solution_box_area .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .solution_box_area .project-grid .solution-box {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .solution_box_area .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .solution_box_area .project-grid .solution-box {
        padding: 25px 15px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-icon img {
        max-width: 30px;
        max-height: 30px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-features {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .solution_box_area .project-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solution_box_area .project-grid .solution-box {
        padding: 20px 15px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-title {
        font-size: 16px;
        line-height: 22px;
    }
    
    .solution_box_area .project-grid .solution-box .solution-features {
        font-size: 12px;
        line-height: 18px;
    }
}

/* ===========================================
   新闻页面样式
   =========================================== */

/* 新闻网格布局 */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

/* 新闻卡片 */
.news-item {
    background: #1F2128;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.news-item:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* 新闻图片 */
.news-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

/* 新闻内容 */
.news-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 新闻标题 */
.news-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height:26px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 20px;
}

.news-item:hover .news-title {
    color: #FF6B00;
}

/* 新闻摘要 */
.news-summary {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 新闻底部 */
.news-footer {
    margin-top: auto;
	text-align: right;
}

/* 查看详情按钮 */
.news-detail-btn {
    display: inline-block;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.news-detail-btn:hover {
    background: linear-gradient(135deg, #FF8533 0%, #FFA366 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

.news-detail-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.news-detail-btn:hover:before {
    left: 100%;
}

/* 新闻页面响应式设计 */
@media (max-width: 1200px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .news-title {
        font-size: 17px;
    }
    
    .news-summary {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .news-content {
        padding: 20px 15px;
        height: 160px;
    }
    
    .news-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-content {
        padding: 20px;
        height: 150px;
    }
    
    .news-image {
        height: 180px;
    }
    
    .news-title {
        font-size: 16px;
    }
    
    .news-summary {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .news-grid {
        gap: 15px;
        margin-top: 20px;
    }
    
    .news-content {
        padding: 15px;
        height: 140px;
    }
    
    .news-image {
        height: 160px;
    }
    
    .news-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .news-summary {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .news-detail-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ===========================================
   获取方案页面样式
   =========================================== */
.getsolution-main{
	width:100%;
}
/* 方案容器 */
.getsolution-container {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

/* 左侧盒子 */
.getsolution-left {
    flex: 1;
    background: linear-gradient(135deg, #FF700A 21%, #FFFFFF 100%);
    border-radius: 16px;
    background-image: url('/static/index/images/bg-pattern.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

/* 左侧上半部分 */
.getsolution-top {
    flex: 1 1 45%;
    min-height: 200px;
    padding: 30px;
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.getsolution-top .getsolution-left-title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 42px;
	margin:20px 0px ;
}

.getsolution-top .getsolution-left-subtitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 32px;
}

/* 左侧下半部分 */
.getsolution-bottom {
    flex: 1 1 55%;
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: flex-end;
}
.getsolution-bottom .feature-item{
	margin:10px 0px;
}
/* 右侧盒子 */
.getsolution-right {
    flex: 1;
    border-radius: 16px;
    padding: 40px;
    position: relative;
}

/* 表单容器 */
.getsolution-form {
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* 表单标题 */
.form-title {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
	text-align: center;
}

/* 表单副标题 */
.form-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 12px;
	text-align: center;
}

/* 表单描述 */
.form-description {
    font-weight: 290;
    font-size: 14px;
    color: #8A8E94;
    margin-bottom: 30px;
    line-height: 1.5;
	text-align: center;
}

/* 联系表单 */
.contact-form {
    width: 80%;
	text-align: center;
}

/* 表单组 */
.form-group {
    margin-bottom: 20px;
    position: relative;
}

/* 输入框 */
.form-group input {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus {
    border-color: #FF6B00;
    background: rgba(255, 107, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

/* 验证码组 */
.captcha-group {
    display: flex;
    gap: 10px;
}

.captcha-group input {
    flex: 1;
}

.captcha-img {
    width: 100px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.captcha-img:hover {
    border-color: #FF6B00;
}

/* 验证码按钮 */
.captcha-btn {
    background: #22242B;
    border-radius: 2px;
    border: 1px solid #FF6B00;
    color: #FFFFFF;
    padding: 15px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
}

.captcha-btn:hover {
    background: #FF6B00;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.captcha-btn:active {
    transform: translateY(0);
}

/* 左侧盒子标题样式 */
.solution-left-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 15px;
}

.solution-left-subtitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特点项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特点图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特点文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特点列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* 获取方案页面响应式设计 */
@media (max-width: 1200px) {
    .solution-features {
        padding: 20px 10px;
    }
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특점 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* 솔루션 페이지 반응형 디자인 */
@media (max-width: 1200px) {
    .solution-features {
        padding: 20px 10px;
    }
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 특징 텍스트 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 특징 목록 컨테이너 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 특징 항목 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 특징 아이콘 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 대체 아이콘 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
}

/* 特점列表容器 */
.solution-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

/* 特점项 */
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 特점图标 */
.feature-icon {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 对勾图标 */
.check-icon {
    color: #FF6B00;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* 特점文字 */
.feature-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    flex: 1;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #FF6B00;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #FF8533;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* 获取方案页面响应式设计 */
@media (max-width: 1200px) {
    .solution-container {
        gap: 25px;
    }
    
    .solution-right {
        padding: 35px;
    }
    
    .form-title {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .solution-container {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }
    
    .solution-left {
        min-height: 400px;
        order: 1;
    }
    
    .solution-right {
        padding: 30px;
        order: 2;
    }
    
    .form-title {
        font-size: 26px;
    }
    
    .solution-left-title {
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    }
    
    .solution-left-subtitle {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .getsolution_area {
        padding: 20px 0;
    }
    
    .solution-container {
        gap: 20px;
        margin-top: 20px;
    }
    
    .solution-left {
        min-height: 380px;
        border-radius: 12px;
    }
    
    .solution-right {
        padding: 25px;
        border-radius: 12px;
    }
    
    .solution-top {
        flex: 1 1 40%;
        min-height: 140px;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .solution-bottom {
        flex: 1 1 60%;
        min-height: 200px;
        padding: 20px;
    }
    
    .solution-features {
        gap: 15px;
    }
    
    .feature-text {
        font-size: 16px;
        line-height: 28px;
    }
    
    .solution-left-title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .solution-left-subtitle {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
    
    .form-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .form-subtitle {
        font-size: 14px;
        text-align: center;
    }
    
    .form-description {
        font-size: 13px;
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .solution-container {
        margin-top: 15px;
        gap: 20px;
    }
    
    .solution-left {
        min-height: 400px;
        border-radius: 10px;
        padding: 5px;
    }
    
    .solution-right {
        padding: 20px;
        border-radius: 10px;
    }
    
    .solution-top {
        flex: 1 1 40%;
        min-height: 150px;
        padding: 20px 15px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center;
    }
    
    .solution-bottom {
        flex: 1 1 60%;
        min-height: 220px;
        padding: 15px;
        align-items: flex-start;
    }
    
    .solution-features {
        gap: 16px;
    }
    
    .feature-item {
        gap: 15px;
        align-items: flex-start;
        padding: 0;
    }
    
    .feature-icon {
        width: 22px;
        height: 22px;
        margin-top: 3px;
        flex-shrink: 0;
    }
    
    .check-icon {
        font-size: 13px;
    }
    
    .feature-text {
        font-size: 16px;
        line-height: 26px;
        flex: 1;
    }
    
    .solution-left-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
        text-align: center;
    }
    
    .solution-left-subtitle {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    
    .form-title {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .form-subtitle {
        font-size: 13px;
        text-align: center;
    }
    
    .form-description {
        font-size: 12px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.4;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group input {
        padding: 12px 15px;
        font-size: 14px;
        border-radius: 6px;
    }
    
    .captcha-group {
        flex-direction: column;
        gap: 10px;
    }
    
    .captcha-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        min-width: auto;
    }
    
    .submit-btn {
        padding: 12px 20px;
        font-size: 15px;
        margin-top: 5px;
    }
}

@media (max-width: 360px) {
    .container {
        padding: 0 10px;
    }
    
    .solution-container {
        gap: 15px;
    }
    
    .solution-left {
        min-height: 380px;
        padding: 3px;
    }
    
    .solution-right {
        padding: 15px;
    }
    
    .solution-top {
        flex: 1 1 40%;
        min-height: 140px;
        padding: 18px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center;
    }
    
    .solution-bottom {
        flex: 1 1 60%;
        min-height: 200px;
        padding: 12px;
        align-items: flex-start;
    }
    
    .solution-features {
        gap: 14px;
    }
    
    .feature-item {
        gap: 12px;
    }
    
    .feature-icon {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    
    .check-icon {
        font-size: 12px;
    }
    
    .form-title {
        font-size: 20px;
    }
    
    .feature-text {
        font-size: 15px;
        line-height: 24px;
    }
    
    .solution-left-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    
    .solution-left-subtitle {
        font-size: 11px;
        line-height: 15px;
    }
}

