/******* About *********/
.first_ab_section{padding:0 0 80px;}
.first_ab_wrapper{width:100%;position:relative;padding:0;min-width:100%;display:flex;align-items:center;justify-content:space-between;gap:2%;}
.first_ab_wrapper:is(:hover, :focus, :active){text-decoration:none;}

.first_ab_left{position:relative;width:40%;}
.first_ab_text{padding:0 0 15px;}
.first_ab_text h1,
.first_ab_text h2,
.first_ab_text h3{font-size:48px;letter-spacing:-1px;line-height:1.1;padding:40px 0 25px;font-weight:700;color:#424F42;}
.first_ab_subtex{font-family:"Manrope", sans-serif;font-weight:300;font-size:12px;line-height:1.3;}
.first_ab_subtex span{text-decoration:dotted;font-weight:500;}
.first_ab_btnctr{display:flex;align-items:center;gap:10px;}
.first_ab_btnctr .btn_arr{white-space:nowrap;}
.first_ab_btnctr .btn_arr i{filter:grayscale(1) brightness(100);}


.first_ab_right{position:relative;width:58%;display:flex;align-items:center;justify-content:center;}
.first_ab_img{position:relative;width:auto;max-width:100%;height:auto;max-height:400px;border-radius:24px;}
.first_ab_img_subtex{display:flex;align-items:center;padding:12px;gap:8px;position:absolute;height:48px;left:50%;bottom:-24px;transform:translateX(-50%);background:#60796B;border:2px solid #FFFFFF;border-radius:50px;width:100%;max-width:565px;}
.first_ab_img_subtex i{width:24px;height:24px;display:block;background:url(../images/svg_icon/check_bg.svg) no-repeat center;background-size:contain;}
.first_ab_img_subtex span{font-weight:500;font-size:16px;line-height:1;letter-spacing:-1.1%;color:#fff;}


@media (max-width:1080px){
.first_ab_section{padding:40px 0;}
.first_ab_left{width:50%;}
.first_ab_title{font-size:38px;letter-spacing:-2px;padding:25px 0 20px;}
.first_ab_text{font-size:20px;}
.first_ab_right{width:48%;}

.first_ab_text h1,
.first_ab_text h2,
.first_ab_text h3{font-size:36px;padding:20px 0 15px;}
}

@media (max-width:768px){
.first_ab_section{padding:0 0 20px;}
.first_ab_wrapper{flex-wrap: wrap;flex-direction: column-reverse;}
.first_ab_left{width:100%;}
.first_ab_text h1,
.first_ab_text h2,
.first_ab_text h3{font-size:24px;padding:15px 0 10px;}
.first_ab_text p{font-size:16px;padding:0 0 10px;}
.first_ab_left .btn{width:100%;}
.first_ab_btnctr{gap:0;flex-direction:column;}
.first_ab_right{width:100%;}
}

ul.column-ul {column-count: 2; column-gap: 20px;margin: 15px 0;}
ul.column-ul li {list-style: none; position: relative; padding: 0 0 0 25px; margin: 0 0 25px; break-inside: avoid; -webkit-column-break-inside: avoid;}
ul.column-ul>li:before {content: ''; display: block; top: 4px; left: 0; position: absolute; width: 18px; height: 18px; border-radius: 50px; background: #424F42 url(../images/svg_icon/btn_check.svg) no-repeat center; background-size: 15px;}

@media (max-width:768px){
ul.column-ul {column-count:1; column-gap:0;}
}