@charset "utf-8";


.sec04_06_container .sec04_text {display: flex;flex-direction: column; padding:40px; aspect-ratio: 165 / 131; justify-content: space-between;}

.sec04_06_container .sec04_text .customer_box {display: flex; flex-direction: column; gap: 14px 0; margin-bottom: 35px;}
.sec04_06_container .sec04_06_main {font-family: "Pretendard", sans-serif; font-size: 23px; font-weight: 700; color:#222222;}
.sec04_06_container .sec04_06_call {font-family: "Pretendard", sans-serif;  font-size: 30px; font-weight: 700; color:#222222;} 

.sec04_06_container .customer_date {display: flex; gap:6px 0px; flex-direction: column; }
.sec04_06_container .customer_date p {position: relative;font-family: "Pretendard", sans-serif; font-size: 16px; color: #666666;}


.sec04_06_container .customer_ul {display: flex; flex-direction: column; gap: 8px 0; align-items: center;}
.sec04_06_container .customer_ul li {width: 100%; text-align: center;}
.sec04_06_container .customer_ul a {display: block; width: 100%; font-size: 14px; border-radius: 17.5px; color:#666666; padding:10px 0; background: #f9f9f9;}

@media (max-width:1280px) {
    .sec04_06_container .sec04_text {    justify-content: space-between;}
    .sec04_06_container .sec04_text .customer_box {gap:13px 0; margin-bottom: 20px;}
    .sec04_06_container .sec04_06_main {font-size: 20px;}
    .sec04_06_container .customer_date p {font-size: 13px;}
}

@media (max-width:991px) {
    .sec04_06_container .sec04_text {padding: clamp(25px,4.036vw,40px);}

    .sec04_06_container .sec04_text .sec04_text_top {gap:15px 0;}
    .sec04_06_container .sec04_06_main {font-size: 18px;}
    .sec04_06_container .sec04_06_call {font-size: 23px;}

    .sec04_06_container .customer_date p {font-size: 13px;}

    .sec04_06_container .sec04_text .sec04_link a .sec04_links {font-size: 13px;}
    .sec04_06_container .sec04_text .sec04_link a .arrow_span {width: 18px; height: 18px;}
    .sec04_06_container .sec04_text .sec04_link a .arrow_span svg {width: 8px;}

    .sec04_06_container .sec04_text .sec04_link {width: 125px;gap:10px 0;}
}