.customer_voice_cont{display:flex;flex-wrap:wrap;gap:100px 0;justify-content:space-between;position:relative;.circle_l_l{background:#3333331a;height:45vw;left:-35vw;top:-25vw;width:45vw;z-index:0}.circle_s_r{background:#c3c3c3;bottom:-10vw;height:20vw;left:70vw;min-height:300px;min-width:300px;opacity:.3;rotate:60deg;width:20vw}.circle_l_r{background:#088aef;bottom:-20vw;height:30vw;min-height:450px;min-width:450px;opacity:.2;right:-10vw;rotate:-70deg;width:30vw;z-index:0}.circle{animation:rotation 30s linear infinite;background-size:200% 200%;position:absolute}}.customer_voice_item{max-width:624px;width:calc(50% - 40px)}.customer_voice_item:last-child{margin-bottom:120px;max-width:1400px;width:100%}.customer_voice_txtarea{background:#fff;border-radius:15px;display:inline-block;font-size:16px;margin:1.5em 0;padding:64px 55px;position:relative}.customer_voice_txtarea:before{border-left:40px solid transparent;border-right:40px solid transparent;border-color:#fff transparent transparent;border-style:solid;border-width:40px 40px 40px 0;content:"";margin-left:-15px;position:absolute;right:10%;top:97%;transform:rotate(20deg)}.customer_voice_txtarea p{margin:0;padding:0}.customer{align-items:center;display:flex;font-size:16px;font-weight:700;gap:40px}.customer img{max-width:72px}@media (max-width:767px){.customer_voice_cont{.circle_l_r{left:40vw}.circle_s_r{bottom:-40vw}}section.customer_voice_item{margin:auto;max-width:624px;width:100%}.customer_voice_cont{gap:30px}section.customer_voice_item{&:nth-child(3){max-width:624px}}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}