@charset "utf-8";
html {background-color: white;}
body {font-family: 'Pretendard';}

.bd-1300 {max-width: 1332px;}
h4 {font-weight: 700; font-size: 37px; color: #111; margin-bottom: 65px;}

/* ---- 메인비주얼 ---- */
.main_visual {position: relative; overflow: hidden; height: 100%;}
.main_visual > img {object-fit: cover; width: 100%; height: 100%;}
/* .main_visual > img {object-fit: cover; width: 100%;} */

.util {width: 100%; position: absolute; top: 50px;}
.util ul {position: absolute; right: 50px; display: flex; flex-direction: left; gap: 20px; align-items: center;}
.util ul li {color: #444;}
.util .util_box span {font-size: 18px; color: #444; font-weight: 500; text-align: center; position: relative; vertical-align: middle;}
.util .util_box span:nth-of-type(1) {padding-right: 5px; font-size: 25px;}
/* .util .util_box span:nth-of-type(2)::after {content: ""; display: block; width: 1px; height: 18px; background-color: #595959; position: absolute; top: 50%; right: -15px; transform: translateY(-50%);} */
/* .util li:nth-of-type(3) span:nth-of-type(2)::after {display: none;} */

.main_visual .scroll_wrap {display: none; width: 100px; height: 80px; position: absolute; left: 50%; bottom: 10%; transform: translatex(-50%); text-align: center;}
.main_visual .scroll_wrap .scroll_icon {width: 20px; height: 60px; margin: 0 auto; padding-top: 5px;
animation: scroll 1.5s infinite;}
.main_visual .scroll_wrap p {font-size: 13px; color: #fff;}

@keyframes scroll {
    0% {padding-top: 5px;}
    50% {padding-top: 13px;}
    100% {padding-top: 5px;}
}

/* ---- 탑버튼 ---- */
.top_btn {display: none; position: fixed; bottom: 40px; right: 40px;  z-index: 999;}
.top_btn div {width: 80px; height: 80px; border-radius: 50%; border: 1px solid #ddd; font-weight: 800; text-align: center; line-height: 80px; background-color: #ffffff; color: #666;}
.top_btn div a {display: block; width: 100%; height: 100%;}

/* ---- 프로필 ---- */
.profile {margin-top: 200px; margin-bottom: 70px;}
.profile01 ul {display: flex;}
.profile01 > ul > li:nth-of-type(1) {padding: 0 80px 0 0;}
/* .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 450px);}  수정 박준기 */
.profile01 > ul > li:nth-of-type(2) {width: calc(100% - 450px);}
.profile01 ul li .profile_photo {width: 450px; height: 450px; border-radius: 50%; overflow: hidden;}
.profile01 ul li .profile_photo img {width: 100%; height: 100%; object-fit: cover;}
.profile01 ul li .h2_wrap {padding-bottom: 50px;}
.profile01 ul li .h3_wrap {padding-bottom: 30px;}


.profile01 h2 {font-size: 50px; font-weight: 700;}
/* .profile01 h2:nth-last-child(1) {padding-bottom: 30px;} */
/* .profile01 h2:nth-of-type(3) {padding-bottom: 30px;} */

.profile01 h3 {font-size: 22px; font-weight: 400; line-height: 1.5;}
/* .profile01 h3:nth-last-child(1) { margin-bottom: 50px; } */
/* .profile01 h3:nth-of-type(2) { margin-bottom: 50px; } */


.profile01 ul.profile_btn{display: block; margin-bottom: 20px;}
.profile01 ul.profile_btn li{margin-bottom:8px; cursor: pointer;}
/* .profile01 ul.profile_btn li:nth-of-type(3), .profile01 ul.profile_btn li:nth-of-type(4) {margin-bottom: 0;} */
.profile01 ul.profile_btn li > div{border:1px solid #ddd;text-align: center;padding:16px 0;border-radius: 5px;}
/* .profile01 ul.profile_btn li .btn_kakao {background-color: #ffe785; border:1px solid #ffe785; color: #371c1d; } */
.profile01 ul.profile_btn li .btn_estimate {background-color: #0058dc; border:1px solid #0058dc; color: #fff;}

 

/* .profile01 ul.profile_btn {margin-bottom: 25px; display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; gap: 15px;}
.profile01 ul.profile_btn li {display: block; width: 48%; padding: 20px; border-radius: 10px; font-size: 22px; font-weight: 600; text-align: center; border: 1px solid #cbcbcb; color: #777;} */
/* .profile01 .profile_btn > li:hover > div {background-color: #0058dc; color: white;border-color:#0058dc} */



.profile01 .profile_site {display: flex; justify-content: left; align-items: center; gap: 20px; width: 100%;}
.profile01 .profile_site li {width: 100%; cursor: pointer;}
.profile01 .profile_site li span {font-size: 18px; color: #777; font-weight: 400; padding-right: 5px;}

.profile01 ul.extra_btn {display: flex; flex-direction: column;}


/* .profile01 .profile_site li span.xi-maker{position: relative;top:1px} */

/* 반응형 프로필버튼 */
.m_prof_btn {padding: 20px 0;}
.m_prof_btn ul.profile_btn li {margin-bottom:8px; cursor: pointer;}
.m_prof_btn ul.profile_btn li div {border:1px solid #ddd; text-align: center;padding:16px 0;border-radius: 5px;}
.m_prof_btn ul.profile_btn li .btn_estimate {background-color: #0058dc; border:1px solid #0058dc; color: #fff;}
/* .m_prof_btn ul.profile_btn li:hover > div {background-color: #0058dc; color: white;border-color:#0058dc;} */




/* ---- 중간배너 ---- */
.banner {margin: 200px 0; width: 100%; display: block;}
/* .banner img {display: block;}/// */
/* .banner .swiper01 {width: 100%; height: 100%;} */
.banner .swiper {width: 100%; height: 100%; padding: 0;}
.banner .swiper-slide {width: 100%; border-radius: 0 !important;}
.banner .swiper-wrapper .swiper-slide img {object-fit: cover;}
.banner .swiper-wrapper .swiper-slide {box-shadow: none; cursor: default;}

.banner .bannerSwiper {position: relative;}
.banner div[class*='swiper-button-'] {width: 40px; height: 40px; background-size: contain; background-repeat: no-repeat;}
.banner div[class*='swiper-button-']::after {color: #f7f7f7; text-shadow: 1px 1px 6px #b1b1b1;}

/* .banner div[class*='swiper-button-']::after {display: none;} */
/* .banner .swiper-button-next {background: url(https://s3.ap-northeast-2.amazonaws.com/lbplatform/images/DXCAR/165653666969494.png); margin-right: calc((100% - 1300px) / 2) ;} */
.banner .swiper-button-next {margin-right: calc((100% - 1300px) / 2) ;}
/* .banner .swiper-button-prev {background: url(https://s3.ap-northeast-2.amazonaws.com/lbplatform/images/DXCAR/165653666333515.png); margin-left: calc((100% - 1300px) / 2) ;} */
.banner .swiper-button-prev {margin-left: calc((100% - 1300px) / 2) ;}


/* ---- 딜러 블로그 ---- */
.dealer_blog {margin-bottom: 200px; padding-left: calc((100% - 1300px) / 2); width: 100%;}

.swiper {width: 100%; padding: 10px;}
/* .swiper-wrapper {height: 510px !important;} */
/* .swiper-wrapper .swiper-slide {display: block; width: 40% !important; height: 511px; border-radius: 25px; box-shadow: 2px 2px 10px 0  #dadada;} */

.swiper-wrapper .swiper-slide {display: block; border-radius: 25px; box-shadow: 2px 2px 10px 0  #ededed; overflow: hidden; cursor: pointer;}

.swiper-wrapper .swiper-slide > div {padding-bottom: 50%; position: relative;;}
.swiper-wrapper .swiper-slide > div img {height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.swiper-wrapper .swiper-slide p:nth-of-type(1) {display: block; font-weight: 700; font-size: 24px; margin: 35px auto; width: 88%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.swiper-wrapper .swiper-slide p:nth-of-type(2) {font-size: 18px; color: #868686; margin: 30px auto; width: 88%; display: none;}
.swiper-wrapper .swiper-slide p:nth-of-type(3) {font-size: 18px; color: #868686; margin: 0 auto 20px; width: 88%;}

.swiper-wrapper .swiper-slide span {font-size: 18px;}

/* ---- 딜러 유튜브 ---- */
.dealer_youtube {margin-bottom: 200px; padding-left: calc((100% - 1300px) / 2); width: 100%;}
/* .dealer_youtube {margin-bottom: 200px;} */
.dealer_youtube .youtube_title {width: 100%; margin-bottom: 60px; display: flex; justify-content: left; gap: 10px;}
.dealer_youtube .youtube_title li {vertical-align: middle;}
.dealer_youtube .youtube_title li:nth-of-type(1) {width: 55px; height: 55px;}
.dealer_youtube .youtube_title h4 {display: block; margin-bottom: 0;}
.dealer_youtube .youtube_title p {font-size: 25px; font-weight: 600; color: #111;}
.dealer_youtube .youtube_title p span {font-weight: 600;}

/* .dealer_youtube ul {display: flex;} */
/* .dealer_youtube ul li {width: 48%;} */
/* .dealer_youtube ul.youtube_con li {width: 48%;} */
/* .dealer_youtube ul li .youtube_img iframe {width: 100%; height: 100%;} */


.dealer_youtube ul li .youtube_img {overflow: hidden; padding-bottom: 60%; position: relative; border-radius: 15px 15px 0 0;}

/* .dealer_youtube ul li .youtube_img img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);    width: 100%;    height: 100%;} */
.dealer_youtube ul li .youtube_img iframe {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100% !important; height: 100% !important;}

.dealer_youtube li p.youtube_subtitle {display: block; font-size: 29px; font-weight: 700; margin: 20px 0; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333;}
.dealer_youtube li p.youtube_view {margin: 10px auto !important; padding: 0 !important;}
/* .dealer_youtube li p.youtube_date {margin: 10px auto !important;} */
.dealer_youtube li p {font-size: 18px; color: #868686;}
.dealer_youtube ul:last-child li:last-child {padding-bottom: 0;}

/* ---- 추천 인플루언서 ---- */
.influencer {margin-bottom: 200px;}
.influencer ul {display: flex; justify-content: space-between; gap: 10px; align-content: center;}
.influencer ul li {width: 20%; text-align: center; cursor: pointer;}
.influencer ul li:last-child {padding-bottom: 0;}
.influencer ul li .influ_icon {width: 200px; height: 200px; border-radius: 50%; margin: 0 auto 30px; overflow: hidden;}
.influencer ul li .influ_icon img {display: block; width: 100%; height: 100%; object-fit: cover;}
.influencer ul p {font-size: 21px; font-weight: 600;}

/* ---- 리뷰 ---- */
.review {background-color: #f5f5f5; padding: 200px 0;}
.review #review_no_post {text-align: center; font-size: 18px; background-color: #fff; padding: 50px 0; border-radius: 20px; color: #888;
}
.review ul {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;}
.review ul li {width: 48%;  border-radius: 25px; background-color: white; padding: 40px; cursor: pointer;}

.review .review01 {position: relative; border-bottom: 1px solid #e6e6e6; display: flex; padding-bottom: 20px;}
.review li h5 { font-size: 30px; font-weight: 500; overflow: hidden; text-overflow: ellipsis;}
.review li .review_img {width: 130px; height: 130px; border-radius: 50%; overflow: hidden;}
.review li .review_img img {width: 100%; height: 100%; object-fit: cover;}
.review01 .review_top {width: calc(100% - 130px);}
.review .review01 p.review_score {margin-top: 30px;}
.review .review01 p.review_score img {width: 20px; height: 20px; margin-right: 2px;}
.review .review02 {height: 115px; display: flex; flex-direction: column; gap: 5px; padding-top: 15px;}
.review .review02 .review02_title {display: flex; justify-content: space-between; align-items: center;}
.review .review02 p.review_date {font-size: 20px; color: #838383; width: 100%; text-align: right;}
.review .review02 p.review_name {font-size: 20px; color: #838383; width: 100%;}
.review .review02 p.review_name span {font-size: 20px; color: #838383; }
.review .review02 p.review_sub {font-size: 22px; color: #353535; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* 리뷰옵션버튼 */
.review .review_opt {display: flex; justify-content: center; gap: 20px; align-items: center; padding: 60px 0 0;}
.review .review_opt .re_more a {display: block; padding: 20px 40px; background-color: white; border-radius: 10px; font-weight: 500; color: #444;}
.review .review_opt .re_more a:hover {background-color: #adadad; color: #fff;}
.review .review_opt .re_write button {display: block; padding: 23px 46px; background-color: white; border-radius: 10px; font-weight: 600;}
.review .review_opt .re_write button:hover {background-color: #adadad; color: #fff;}


/* 포스트 */
.post {padding: 200px 0;}
.profile02 ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.profile02 ul li {display: flex; align-items: center; width: 49%;  border-radius: 15px; padding: 20px; box-shadow: 2px 2px 10px 0  #ededed; margin-bottom: 30px; cursor: pointer;}
.profile02 ul li .reco_img {width: 118px; height: 118px; border-radius: 15px; overflow: hidden;}
.profile02 ul li .reco_img img {object-fit: cover; display: block; width: 100%; height: 100%;} 
.profile02 ul li span {display: block; font-size: 20px; color: black; font-weight: 500; 
    width: cal(100% - 118px); 
    /* width: 80%; */
    padding-left: 20px; text-align: left;}


/* 인플루언서용 포스트 */
.influ_post {padding: 150px 0 0;}
.influ_post .profile02 ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.influ_post .profile02 ul li {display: flex; align-items: center; width: 49%;  border-radius: 15px; padding: 20px; box-shadow: 2px 2px 10px 0  #ededed; margin-bottom: 30px; cursor: pointer;}
.influ_post .profile02 ul li .reco_img {width: 118px; height: 118px; border-radius: 15px; overflow: hidden;}
.influ_post .profile02 ul li .reco_img img {object-fit: cover; display: block; width: 100%; height: 100%;} 
.influ_post .profile02 ul li span {display: block; font-size: 20px; color: black; font-weight: 500; 
    width: cal(100% - 118px); 
    /* width: 80%; */
    padding-left: 20px; text-align: left;}


/* 딜러 카탈로그 */
.catalog {padding: 150px 0;}
.catalog ul.catalog_box {display: flex; gap: 30px;}
.catalog ul.catalog_box li {width: 50%;}
ul.catalog_box li.catal_img {width: 50%; overflow: hidden;}
ul.catalog_box li.catal_img .catalog_imgbox {width: 100%; height: 330px; background: url(https://s3.ap-northeast-2.amazonaws.com/lbplatform/images/DXCAR/165567687179537.jpg); background-size: cover; border-radius: 20px;}

ul.catalog_box li.catal_text {display: flex; flex-direction: column; gap: 150px;}
ul.catalog_box li.catal_text h4 {margin-bottom: 0; font-size: 46px; color: #333; font-weight: 600;}
ul.catalog_box li.catal_text .catal_btn {padding: 20px 80px; border-radius: 10px; background-color: #0058dc; color: white; font-size: 18px;}



/* --------- 1400px --------- */
@media screen and (max-width: 1400px) {
    /* .main_visual {height: 90%;} */
    .profile01 > ul {justify-content: space-around;}
    .profile01 > ul > li:nth-of-type(2) {padding-right: 0; text-align: left;}
    .util .util_box span {font-size: 16px;}

    .review {padding: 120px 0;}
    .review ul li {padding: 35px;}
    .review li h5 {font-size: 28px;}
    .review .review02 p.review_sub {font-size: 120x;}

    .banner .swiper-button-next { margin-right: calc((100% - 1200px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 1200px) / 2) ;}
}

/* --------- 1350px --------- */
@media screen and (max-width: 1350px) {
    .main_visual {height: 80%;}

    .dealer_blog h4{padding-left: 20px;}
    .dealer_blog {padding-left: 0;    overflow: hidden;;}
    .swiper { padding: 10px 20px;}

    .util ul {right: 30px;}

    .banner .swiper-button-next {margin-right: calc((100% - 950px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 950px) / 2) ;}
}

/* --------- 1300px --------- */
@media screen and (max-width: 1300px) {
    .dealer_blog {padding-left: calc((100% - 1300px) / 2 + 19.2);}
    .dealer_youtube {padding-left: calc((100% - 1300px) / 2 + 19.2);}
    .dealer_youtube ul.youtube_title {padding-left: 20px;}
    ul.catalog_box li.catal_text h4 {font-size: 36px;}
    ul.catalog_box li.catal_text .catal_btn {font-size: 16px; padding: 20px 60px;}
    ul.catalog_box li.catal_img .catalog_imgbox {height: 290px;}


}

/* --------- 1200px --------- */
@media screen and (max-width: 1200px) {
    /* .profile01 h2 {font-size: 42px;} */
    .profile01 h2 {font-size: 36px;}
    .profile01 h3 {font-size: 20px;}
    .profile01 .profile_site li span {font-size: 20px;}
    /* .profile01 h3 {margin: 0 0 30px;} */
    .profile01 ul.profile_btn li {font-size: 18px;}
    .profile01 ul li .profile_photo {width: 360px; height: 360px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 360px);}
    .profile02 {margin: 100px 0 0;}
    /* .dealer_youtube ul li .youtube_img {border-radius: 15px 15px 0 0;} */
    .swiper-wrapper .swiper-slide {border-radius: 15px;}
    .swiper-wrapper .swiper-slide p:nth-of-type(1) {font-size: 22px; margin: 20px auto;}

    .dealer_youtube {margin: 0 0 150px;}
    .dealer_youtube li p.youtube_subtitle  {font-size: 22px;}

    .influencer ul li .influ_icon {width: 180px; height: 180px;}

    .review li h5 {font-size: 22px;}
    .review li .review_img {width: 110px; height: 110px;}
    
    .review01 .review_top {width: calc(100% - 110px);}
    .review .review02 p.review_date {font-size: 18px;}
    .review .review02 p.review_name {font-size: 18px;}
    .review .review02 p.review_name span {font-size: 18px;}

    .post {padding: 150px 0;}
    .influ_post .profile02 {margin: 0;}
    .influ_post .post {padding: 0;}
}

/* --------- 1080px --------- */
@media screen and (max-width: 1080px) {
    .profile01 > ul {justify-content: space-around;}
    
    .profile01 .profile_btn li {font-size: 18px; border-radius: 10px;}
    
    .profile02 ul li span {font-size: 18px; padding-left: 15px;}
    .influ_post .profile02 ul li span {font-size: 18px; padding-left: 15px;}
    .profile01 ul li .profile_photo {width: 330px; height: 330px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 330px);}


    .influencer {margin-bottom: 150px;}
}

/* --------- 1024px --------- */
@media screen and (max-width: 1024px) {
    /* .main_visual {height: 70%;} */
    h4 {font-size: 30px; margin-bottom: 40px;}
    .profile {margin: 100px 0;}
    /* .profile01 h3 {font-size: 18px;} */
    .profile01 ul li .profile_photo {width: 300px; height: 300px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 300px);}
    .profile01 > ul > li:nth-of-type(1) {padding: 0 50px 0 0;}



    .profile01 ul li .h2_wrap {padding-bottom: 30px;}
    .profile01 ul li .h3_wrap {padding-bottom: 15px;}

    .util {top: 20px;}

    .dealer_blog {margin: 0 0 150px;}
    .dealer_blog .swiper-slide p:nth-of-type(1) {font-size: 18px; margin: 20px auto;}
    .dealer_blog .swiper-slide p:nth-of-type(2) {font-size: 16px; margin: 30px auto;}
    .dealer_blog .swiper-slide p:nth-of-type(2) span {font-size: 16px;}

    .dealer_youtube .youtube_title p {left: 90px; font-size: 20px;}
    .dealer_youtube .youtube_title li:nth-of-type(1) {width: 45px; height: 45px;}
    
    .dealer_youtube li p.youtube_subtitle {margin: 20px 0; font-size: 22px;}
    .dealer_youtube .swiper-slide p:nth-of-type(1) {font-size: 20px; margin: 15px auto;}
    .dealer_youtube .swiper-slide p:nth-of-type(2) {font-size: 16px;}

    .dealer_youtube li p {font-size: 16px;}

    .influencer ul li .influ_icon {width: 160px; height: 160px;}

    .review {margin: 0;}
    .review ul li {padding: 20px;}
    .review .review01 .review_img {width: 90px; height: 90px;}
    
    .review01 .review_top {width: calc(100% - 90px);}
    .review .review02 {height: 100px;}
    .review .review02 p.review_date {font-size: 16px;} 
    .review .review02 p.review_name {font-size: 16px;} 
    .review .review02 p.review_name span {font-size: 16px;} 
    .review .review02 p.review_sub {font-size: 20px;}

    .influ_post {padding: 0;}
}

/* --------- 960px --------- */
@media screen and (max-width: 960px) {
    .profile {margin: 120px 0 30px;}
    /* .profile01 h2 {font-size: 30px; padding-bottom: 20px;} */
    .profile01 h2 {font-size: 26px;}
    .profile01 h3 {font-size: 18px;}

    .profile01 ul li .profile_photo {width: 270px; height: 270px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 270px);}

    .profile01 ul.profile_btn {margin: 0 0 10px;}
    .profile01 ul.profile_btn li {border-radius: 10px; font-size: 16px;}
    .profile01 ul.profile_site {gap: 5px;}
    .profile01 ul.profile_site li span {font-size: 18px;}

    .dealer_blog .swiper-slide p:nth-of-type(2) {margin: 20px auto;}

    .util ul {gap: 20px;}
    .util .util_box span:nth-of-type(2)::after {right: -12px;}
    .util .util_box span {font-size: 14px;}
    .util .util_box span:nth-of-type(1) {font-size: 20px;}

    .influencer ul {flex-wrap: wrap; justify-content: left;}
    .influencer ul li {width: 30%; padding-bottom: 20px;}

    .dealer_youtube .swiper-slide p:nth-of-type(1) {margin: 15px auto;}
    .dealer_youtube .swiper-slide p:nth-of-type(2) {margin: 20px auto;}

    .review {padding: 100px 0;}
    .review .review01 .review_img {width: 80px; height: 80px;}
    .review .review01 h5 {font-size: 18px;}
    .review .review02 p.review_date {font-size: 14px;} 
    .review .review02 p.review_name {font-size: 14px;} 
    .review .review02 p.review_name span {font-size: 14px;} 
    .review .review02 p.review_sub {font-size: 20px;}

    .post {padding: 100px 0;}
    .profile02 ul li .reco_img {width: 100px; height: 100px;}
    .profile02 ul li span {width: cal(100% - 100px);}

    .inlfu_post .post {padding: 0 !important;}
    .inlfu_post .profile02 ul li .reco_img {width: 100px; height: 100px;}
    .inlfu_post .profile02 ul li span {width: cal(100% - 100px);}


    .banner .swiper-button-next {margin-right: calc((100% - 750px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 750px) / 2) ;}

    ul.catalog_box li.catal_text h4 {font-size: 32px;}
    ul.catalog_box li.catal_text .catal_btn {font-size: 16px; padding: 20px 50px;}
}

/* --------- 820px --------- */
@media screen and (max-width: 820px) {
    /* .main_visual {height: 65%;} */
    h4 {font-size: 28px;}
    .profile {margin: 80px 0;}
    /* .profile01 h3 {margin: 0 0 10px;} */
    /* .profile01 ul {flex-direction: column; align-items: center; text-align: center;} */
    /* .profile01 h2 {font-size: 26px;} */
    .profile01 ul li .profile_photo {width: 200px; height: 200px; margin-bottom: 30px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 200px);}
    .profile01 > ul > li:nth-of-type(1) {padding: 0 30px 0 0;}


    .profile01 ul.profile_btn {flex-direction: row; width: 100%; margin-bottom: 30px;}
    .profile01 ul.profile_site {flex-direction: row; margin: 0 auto; }
    .profile ul.share_wrap {padding-left: 0; width: 100%; text-align: left;}
    .profile01 li.share_kakao {padding-bottom: 10px; text-align: left;}
    .profile01 li.share_kakao span {font-size: 16px;}
    .profile01 ul.profile_site li span {font-size: 16px;}
    .m_prof_btn {padding: 30px 0;}

    .banner {margin: 0 0 80px;}

    .dealer_blog {margin: 0 0 80px;}

    /* .dealer_youtube ul {gap: 10px;} */
    /* .dealer_youtube ul.youtube_con li {width: 47%;} */

    .dealer_youtube .youtube_title li:nth-of-type(1) {width: 40px; height: 40px;}


    .swiper-wrapper .swiper-slide {height: 60%;}

    .main_visual .scroll_wrap {transform: translatex(-50%) scale(0.8);}

    .review ul li {border-radius: 10px;}
    .review .review02 {height: 90px;}
    .review .review02 p.review_sub {font-size: 16px; font-weight: 500;}
    .review .review01 p.review_score img {width: 12px; height: 12px;}

    .review .review_opt .re_more a {padding: 15px 20px; font-size: 14px;}
    .review .review_opt .re_write button {padding: 18px 22px; font-size: 14px; border-radius: 8px;}

    .top_btn {right: 20px; bottom: 20px; }
    .top_btn div {line-height: 60px; width: 60px; height: 60px; padding-right: 0;}

    .post {padding: 80px 0;}
    .profile02 ul li .reco_img {width: 100px; height: 100px; border-radius: 10px;}
    .profile02 ul li span {width: cal(100% - 100px);}

    .influ_post .post {padding: 80px 0;}
    .influ_post .profile02 ul li .reco_img {width: 100px; height: 100px; border-radius: 10px;}
    .influ_post .profile02 ul li span {width: cal(100% - 100px);}

    .banner div[class*='swiper-button-'] {width: 35px; height: 35px;}
    .banner .swiper-button-next {margin-right: calc((100% - 700px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 700px) / 2) ;}
}

/* --------- 724px --------- */
@media screen and (max-width: 724px) {
    .util ul li:nth-of-type(3) {display: none;}
    .main_visual {height: 70%;}

    .profile01 ul li .h2_wrap {padding-bottom: 20px;}
    /* .profile01 ul li .h3_wrap {padding-bottom: 15px;} */

    .profile02 ul {flex-direction: column; align-items: center; gap: 0;}
    .profile02 ul li {width: 100%; padding: 16px; margin-bottom: 20px;}
    .influ_post .profile02 ul {flex-direction: column; align-items: center; gap: 0;}
    .influ_post .profile02 ul li {width: 100%; padding: 16px; margin-bottom: 20px;}

    .util ul {gap: 10px;}
    .util .util_box span:nth-of-type(1) {font-size: 24px;}
    .util .util_box span:nth-of-type(2) {display: none;}

    .swiper-wrapper .swiper-slide {height: 50%;}
    .dealer_blog {margin-bottom: 80px;}
    /* .dealer_blog .swiper-slide p:nth-of-type(1) {font-size: 18px; margin: 10px auto;} */
    .dealer_blog .swiper-slide p:nth-of-type(2) {font-size: 14px;}
    .dealer_blog .swiper-slide p:nth-of-type(2) span {font-size: 14px;}

    .dealer_youtube .youtube_title {margin: 0 0 20px;}
    .dealer_youtube .swiper-slide p:nth-of-type(1) {font-size: 18px;}
    .dealer_youtube .swiper-slide p:nth-of-type(2) {font-size: 14px;}

    .influencer {margin: 0 0 40px;}

    .influencer ul li .influ_icon {width: 140px; height: 140px;}
    .influencer ul li p {font-size: 16px;}

    .review {padding: 40px 0;}
    .review #review_no_post {font-size: 16px; margin-bottom: -30px;}
    
    .dealer_youtube ul li .youtube_img {border-radius: 10px 10px 0 0;}
    .swiper-wrapper .swiper-slide {border-radius: 10px;}

    .post {padding: 60px 0 40px;}
    .profile02 ul li .reco_img {width: 90px; height: 90px;}
    .profile02 ul li span {width: cal(100% - 90px);}

    .influ_post .post {padding: 60px 0 40px;}
    .influ_post .profile02 ul li .reco_img {width: 90px; height: 90px;}
    .influ_post .profile02 ul li span {width: cal(100% - 90px);}

    .banner div[class*='swiper-button-']::after {font-size: 35px;}
    .banner .swiper-button-next {margin-right: calc((100% - 580px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 580px) / 2) ;}

    .catalog {padding: 40px 0 80PX;}
    ul.catalog_box li.catal_text h4 {font-size: 28px;}
    ul.catalog_box li.catal_text .catal_btn {font-size: 16px; padding: 20px 45px;}
    ul.catalog_box li.catal_img .catalog_imgbox {height: 270px;}

}

/* --------- 650px --------- */
@media screen and (max-width: 650px) {
    /* .profile01 h2 {font-size: 24px;} */

    .profile01 li.share_kakao {padding-bottom: 5px;}
    .profile01 ul li .profile_photo {width: 160px; height: 160px; margin-bottom: 30px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 160px);}

    .banner .swiper-button-next {margin-right: calc((100% - 480px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 480px) / 2) ;}
    ul.catalog_box li.catal_text {gap: 100px;}
    .dealer_youtube .youtube_title {gap: 10px;}
    /* .banner {} */
    .profile {margin: 80px 0 50px;}
}

/* --------- 576px --------- */
@media screen and (max-width: 576px) {
    .main_visual {width: 100%;}
    .profile {margin: 50px 0;}

    .m_prof_btn {padding: 20px 0;}

    .profile01 h2 {font-size: 20px;}
    .profile01 h3 {font-size: 14px;}
    .m_prof_btn li div {font-size: 14px;}
    .profile01 ul.profile_site li span {font-size: 14px;}

    .profile01 li.share_kakao {padding-bottom: 5px;}
    .profile01 ul li .profile_photo {width: 120px; height: 120px; margin-bottom: 30px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 120px);}


    h4 {font-size: 22px;}
    .dealer_youtube .youtube_title p {font-size: 16px;}
    .dealer_youtube .youtube_title {gap: 5px;}

    .util .util_box span:nth-of-type(1) {font-size: 24px;}

    .main_visual .scroll_wrap {transform: translatex(-50%) scale(0.6); bottom: 0;}

    .dealer_youtube ul {gap: 0;}
    .dealer_youtube ul:last-child {flex-direction: column;}
    .dealer_youtube ul:last-child li {width: 100%; padding: 0 0 30px;}
    .dealer_youtube .youtube_title li:nth-of-type(1) {width: 28px; height: 28px;}
    .dealer_youtube .youtube_title h4 {padding-top: 4px;}


    .influencer {margin-bottom: 100px;}
    .influencer ul li .influ_icon {width: 120px; height: 120px;}
    .review ul {flex-direction: column;}
    .review ul li {width: 100%;}
    
    .banner {margin: 50px 0 80px;}
    .dealer_youtube{margin-bottom: 80px;}
    .dealer_youtube .youtube_title li:nth-of-type(1) {position: relative; top: 5px;}

    .catalog ul.catalog_box {gap: 15px;}
    ul.catalog_box li.catal_img .catalog_imgbox {height: 250px;}
    ul.catalog_box li.catal_text h4 {font-size: 28px;}
    ul.catalog_box li.catal_text .catal_btn {font-size: 14px; padding: 15px 30px;}
}

/* --------- 520px --------- */
@media screen and (max-width: 520px) {
    .main_visual {height: 50%;}
    .profile01 > ul {gap: 20px;}
    .profile01 ul li .profile_photo {width: 100px; height: 100px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 100px);}
    .profile01 > ul > li:nth-of-type(1) {padding: 0;}

    .influencer ul li {width: 46%;}
    
    .profile01 .profile_site li img {display: none;}
    .dealer_blog h4 {margin-bottom: 20px;}

    .m_prof_btn li div {font-size: 14px;}

    .banner div[class*='swiper-button-'] {width: 28px; height: 28px;}

    .banner .swiper-button-next {margin-right: calc((100% - 400px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 400px) / 2) ;}
}

/* --------- 460px --------- */
@media screen and (max-width: 460px) {
    .main_visual {height: 30%;}
    h4 {margin-bottom: 20px;}

    .profile01 h2 {font-size: 14px;}
    .profile01 h3 {font-size: 12px;}
    .m_prof_btn li div {font-size: 12px;}
    /* .profile01 ul.profile_site li span {font-size: 12px;} */
    .m_prof_btn {padding-bottom: 0;}

    .profile01 ul li .h2_wrap {padding-bottom: 15px;}
    .profile01 ul li .h3_wrap {padding-bottom: 8px;}
    .profile01 ul.profile_btn li {font-size: 14px;}
    .profile01 ul.profile_site li span {font-size: 12px;}

    .profile01 ul li .profile_photo {width: 80px; height: 80px;}
    .profile01 > ul > li:nth-of-type(2) {width: calc(100% - 80px);}


    .profile02 ul li {padding: 12px; border-radius: 10px; margin-bottom: 16px;}
    .profile02 ul li:last-child {margin-bottom: 0;}
    .profile02 ul li span {font-size: 14px;}
    .profile02 {margin-top: 30px;}
    /* .profile02 ul li .reco_img {width: 30%;} */

    .influ_post .profile02 ul li {padding: 12px; border-radius: 10px; margin-bottom: 16px;}
    .influ_post .profile02 ul li:last-child {margin-bottom: 0;}
    .influ_post .profile02 ul li span {font-size: 14px;}
    .influ_post .profile02 {margin-top: 30px;}
    
    
    .dealer_blog h4 {margin-bottom: 10px;}

    .util ul {gap: 10px; right: 10px;}
    .util .util_box span:nth-of-type(1) {font-size: 22px;}

    .top_btn div {width: 50px; height: 50px; line-height: 50px; font-size: 12px;}

    .influencer {margin: 0 0 80px;}
    .influencer ul li p {font-size: 14px;}
    .influencer ul li .influ_icon {margin-bottom: 15px;}

    .review {padding: 80px 0;}
    .review #review_no_post {font-size: 14px;}
    .review .review01 {padding-bottom: 10px;}
    .review .review01 p.review_score {margin-top: 10px;}
    .banner .swiper-button-next {margin-right: calc((100% - 380px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 380px) / 2) ;}

    ul.catalog_box li.catal_img {display: none;}
    .catalog ul.catalog_box li {width: 100%;}
    ul.catalog_box li.catal_text {align-items: center; gap: 30px;}
    ul.catalog_box li.catal_text h4 {text-align: center; font-size: 24px;}

    .profile02 ul li .reco_img {width: 80px; height: 80px; border-radius: 8px;}
    .profile02 ul li span {width: cal(100% - 80px);}
    
    .influ_post {margin-top : 0; padding: 0 0 30px 0;}
    .influ_post .profile02 ul li .reco_img {width: 80px; height: 80px; border-radius: 8px;}
    .influ_post .profile02 ul li span {width: cal(100% - 80px);}

    
}

/* --------- 375px --------- */
@media screen and (max-width: 375px) {
    /* .profile01 ul li .profile_photo {width: 60px; height: 60px;} */

    .main_visual {height: 25%;}

    .profile {margin: 40px 0;}
    /* .profile01 h2 {font-size: 18px;} */


    .top_btn {bottom: 20px; right: 10px;}
    .main_visual .scroll_wrap {transform: translatex(-50%) scale(0.5);}

    .util ul {gap: 12px;}
    .util .util_box span:nth-of-type(1) {font-size: 22px; padding-right: 0;}

    .influencer ul li .influ_icon {width: 110px; height: 110px;}
    
    .dealer_youtube {margin-bottom: 100px;}
    .dealer_youtube .youtube_title p {font-size: 14px;}
    .banner {margin: 40px 0;}

    .banner div[class*='swiper-button-'] {width: 20px; height: 20px;}

    .banner div[class*='swiper-button-']::after {font-size: 30px;}
    .banner .swiper-button-next {margin-right: calc((100% - 350px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 350px) / 2) ;}

    ul.catalog_box li.catal_text h4 {text-align: center; font-size: 22px;}

    .m_prof_btn ul.profile_btn li div {padding: 10px 0;}

    .profile02 ul li .reco_img {width: 70px; height: 70px;}
    .profile02 ul li span {width: cal(100% - 70px);}
    .profile02 ul li span {padding-left: 10px;}

    
    .influ_post .profile02 ul li .reco_img {width: 70px; height: 70px;}
    .influ_post .profile02 ul li span {width: cal(100% - 70px);}
    .influ_post .profile02 ul li span {padding-left: 10px;}
}

/* --------- 320px --------- */
@media screen and (max-width: 320px) {
    .bd-1300 {max-width: 320px;}
    h4 {font-size: 22px;}

    /* .profile01 h2 {font-size: 20px;}  */
    /* .profile01 h3 {font-size: 14px;} */
    .profile01 ul.profile_btn li {font-size: 12px;}
    
    .profile02 ul li {padding: 10px; border-radius: 8px;}
    .profile02 ul li span {font-size: 14px;}

    .influ_post .profile02 ul li {padding: 10px; border-radius: 8px;}
    .influ_post .profile02 ul li span {font-size: 14px;}
    
    .m_prof_btn {padding: 20px 0;}

    .swiper-wrapper .swiper-slide {height: 50%;}
    .dealer_blog .swiper-slide p:nth-of-type(1) {font-size: 16px;}
    .dealer_blog .swiper-slide p:nth-of-type(2) {margin: 10px auto; font-size: 13px;}

    .dealer_youtube .youtube_title {gap: 5px;}
    .dealer_youtube .swiper-slide p:nth-of-type(1) {font-size: 16px; margin: 10px auto;}
    .dealer_youtube .swiper-slide p:nth-of-type(2) {font-size: 13px; margin: 10px auto;}

    .dealer_youtube .youtube_title li:nth-of-type(1) {width: 25px; height: 25px;}
    .dealer_youtube .youtube_title h4 {padding-top: 2px;}
    /* .dealer_youtube ul li .youtube_img {object-fit: cover;} */
    .dealer_youtube li p.youtube_subtitle {font-size: 16px; margin: 10px 0;}
    .dealer_youtube li p {font-size: 13px;}
    .dealer_youtube ul:last-child li {padding-bottom: 20px;}

    .influencer ul li .influ_icon {width: 100px; height: 100px;}

    .review .review01 .review_img {display: none;}
    .review .review01 p.review_score {margin-top: 15px;}
    .review .review01 p.review_score img {width: 15px; height: 15px;}
    .review .review01 h5 {font-size: 14px; width: 100%;}
    .review01 .review_top {width: 100%;}
    .review .review02 p.review_date {font-size: 14px;} 
    .review .review02 p.review_name {font-size: 14px;} 
    .review .review02 p.review_name span {font-size: 14px;} 
    .review .review02 p.review_sub {font-size: 16px;}

    .banner div[class*='swiper-button-']::after {font-size: 25px;}
    .banner .swiper-button-next {margin-right: calc((100% - 280px) / 2) ;}
    .banner .swiper-button-prev {margin-left: calc((100% - 280px) / 2) ;}

    .profile02 ul li .reco_img {width: 65px; height: 65px;}
    .profile02 ul li span {width: cal(100% - 65px);}
    .profile02 ul li span {padding-left: 8px;}

    .influ_post .profile02 ul li .reco_img {width: 65px; height: 65px;}
    .influ_post .profile02 ul li span {width: cal(100% - 65px);}
    .influ_post .profile02 ul li span {padding-left: 8px;}

}

/* --------- 280px --------- */
@media screen and (max-width: 280px)  {
    .profile02 ul li .reco_img {width: 50px; height: 50px;}
    .profile02 ul li span {width: cal(100% - 50px);}

    .influ_post .profile02 ul li .reco_img {width: 50px; height: 50px;}
    .influ_post .profile02 ul li span {width: cal(100% - 50px);}
}