@charset "utf-8";

#inc03{padding:150px 0 142px}
    
/* 상단 텍스트 영역 */
#inc03 .top_cont{text-align:center;color:#000;transform:skew(-0.1deg);font-family:'NEXEN_TIRE_Bold'}
#inc03 .top_cont .eng_dot{display:inline-block;position:relative;font-size:15px}
#inc03 .top_cont .eng_dot:before{position:absolute;right:-15px;top:-2px;content:'';width:8px;height:8px;border-radius:100px;background:var(--primary)}
#inc03 .top_cont .big_txt{margin:33px 0 54px;font-size:45px;line-height:65px}
#inc03 .top_cont .big_txt span{display:block;overflow:hidden;height:65px}
#inc03 .top_cont .big_txt span b{display:block;font-weight:normal}
#inc03 .top_cont .btn_list{display:flex;justify-content:center;column-gap:40px}
#inc03 .top_cont .btn_list li a{display:flex;align-items:center;justify-content:space-between;width:223px;height:70px;padding:0 40px;border-radius:50px;color:#fff;background:#000;transition:all .2s;font-family:'NEXEN_TIRE_Regular'}
#inc03 .top_cont .btn_list li a:hover{background:var(--primary)}
#inc03 .top_cont .btn_list li a svg{width:20px;color:var(--primary);transition:all .2s}
#inc03 .top_cont .btn_list li a:hover svg{transform:rotate(-45deg);color:#fff}

/* 고객후기 */
#inc03 .review_gall{margin-top:70px}
#inc03 .review_gall .thum_img{display:flex;max-width:600px;width:100%;height:343px;border:1px solid #e1e1e1;border-radius:15px;overflow:hidden}
#inc03 .review_gall .thum_img img{margin:auto}
#inc03 .review_gall .txt{padding:20px 20px 0;transform:skew(-0.1deg);font-family:'NEXEN_TIRE_Regular'}
#inc03 .review_gall .txt span{font-size:20px;color:var(--primary);font-family:'NEXEN_TIRE_Bold'}
#inc03 .review_gall .txt p{margin-top:4px;font-size:18px;line-height:1.4;word-break:keep-all;color:#222}
