/* 공통CSS */
@font-face {
    font-family: "GmarketSansLight";
    src: url("/ehon/fonts/GmarketSansTTFLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansMedium";
    src: url("/ehon/fonts/GmarketSansTTFMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansBold";
    src: url("/ehon/fonts/GmarketSansTTFBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

p {
    font-family: "GmarketSansBold", sans-serif;
}

.section_top {
    background-image: url("/ehon/img/common/section_top_banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 920px;
    position: relative;
    padding: 0 20px;
}

.section_top__inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative; /* absolute 기준점 */
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.section_top__text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1.2;
    color: #000;
}

.section_top__text p {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.section_top__text p.show {
    opacity: 1;
}

.section_top__text .line1 {
    font-size: 120px;
    font-weight: bold;
}

.section_top__text .line2 {
    font-size: 120px;
    font-weight: bold;
}

.section_top__image-box {
    width: 490px;
    position: relative;
}

.section_top__image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.section_top__image-box .lawyer-info {
    position: absolute;
    bottom: 20px;
    transform: translateX(-40%);
    text-align: left;
    display: flex;
    flex-direction: column;
    right: 0;
    line-height: 1.2;
}
.section_top__image-box .lawyer-info span {
    color: #fff;
    font-size: 25px;
}

.section_top__image-box .lawyer-info_mini {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-right: 6px;
    position: absolute;
    left: -42px;
}

/* 비디오 */
.section_video{
    position: relative;
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.section_video .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 60px;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.section_video .wrap .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.section_video .wrap_p .title{
    font-size: 65px;
    line-height: 100%;
    color: #1e2637;
}
.video-wrapper {
    max-width: 960px;  /* PC에서 최대 크기 */
}
.video-wrapper video {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    display: block;
    aspect-ratio: 16 / 9;
}
.section_video .wrap_b button {
    background-color: #5590f7;
    color: white;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    width: 25%;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


/* seciton01 */
.section01 {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.section01__content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section01__text-box {
    text-align: center;
    position: relative;
}
.section01__deco-line {
    margin: 12px auto 24px;
    display: block;
    width: 1200px;
    max-width: 100%;
}
.section01__icon {
    width: 80px;
    margin-bottom: 10px;
}

.section01__headline {
    font-size: 96px;
    color: #7e553c;
    line-height: 1.3;
}

/* 이미지 오른쪽 상단에 고정 */
.section01__image-box {
    position: absolute;
    top: -15%;
    right: 0;
    z-index: 1;
}

.section01__image-box img {
    width: 180px;
    height: auto;
}

/* 슬라이드 */
.section01__slide {
    position: relative;
    margin-top: 40px;
}


.section01__slide .swiper {
    padding: 20px 0;
}

.section01__slide .swiper-slide {
    width: calc(((100%) / 5));
    height: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section01 .slick-slide,
.section02 .slick-slide,
.section03 .slick-slide {
    margin: 0 calc(25px / 2);
}
.section01 .slick-slide,
.section02 .slick-slide,
.section03 .slick-slide {
    margin: 0 calc(-25px / 2);
}

.section01__slide .swiper-slide img {
    max-width: 180px;
    max-height: 255px;
    object-fit: cover;
    border: 1px solid #000;
}

/* 버튼 스타일 */
/* 공통 슬라이드 버튼 스타일 */
.section01__content-wrap > .swiper-button-next,
.swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    background-color: #804a2a;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(200%);
    position: absolute;
    z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
}

.swiper-button-next {
    left: 0;
}

.swiper-button-prev {
    right: 0;
}

/* section02 */
.section02 {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.section02__content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section02__text-box {
    text-align: center;
    position: relative;
    z-index: 1;
}
.section02__deco-line {
    margin: 12px auto 24px;
    display: block;
    width: 1200px;
    max-width: 100%;
}
.section02__icon {
    /* width: 40px; */
    margin-bottom: 20px;
}

.section02__headline {
    font-size: 96px;
    color: #7e553c;
    line-height: 1.3;
}

/* 이미지 오른쪽 상단에 고정 */
.section02__image-box {
    position: absolute;
    top: -14%;
    right: -6%;
}

.section02__image-box img {
    width: 260px;
    height: auto;
}

/* 슬라이드 */
.section02__slide {
    position: relative;
    margin-top: 40px;
}

.section02__slide .swiper {
    padding: 20px 0;
}

.section02__slide .swiper-slide {
    width: calc(((100%) / 5));
    height: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section02__slide .swiper-slide img {
    max-width: 180px;
    max-height: 255px;
    object-fit: cover;
    border: 1px solid #000;
}
.section02__content-wrap > .swiper-button-next,
.swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    background-color: #804a2a;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(200%);
    position: absolute;
    z-index: 10;
}

/* seciton03 */
.section03 {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.section03__content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section03__text-box {
    text-align: center;
    position: relative;
    z-index: 1;
}
.section03__deco-line {
    margin: 12px auto 24px;
    display: block;
    width: 1200px;
    max-width: 100%;
}
.section03__icon {
    /* width: 40px; */
    margin-bottom: 20px;
}

.section03__headline {
    font-size: 96px;
    color: #7e553c;
    line-height: 1.3;
}

/* 이미지 오른쪽 상단에 고정 */
.section03__image-box {
    position: absolute;
    top: -13%;
    right: 0%;
}

.section03__image-box img {
    width: 351px;
    height: auto;
}

/* 슬라이드 */
.section03__slide {
    position: relative;
    margin-top: 40px;
}

.section03__slide .swiper {
    padding: 20px 0;
}

.section03__slide .swiper-slide {
    width: calc(((100%) / 5));
    height: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section03__slide .swiper-slide img {
    max-width: 180px;
    max-height: 255px;
    object-fit: cover;
    border: 1px solid #000;
}
.section03__content-wrap > .swiper-button-next,
.swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    background-color: #804a2a;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(200%);
    position: absolute;
    z-index: 10;
}
.section03_button-next,
.section03_button-prev {
    transform: translateY(400%) !important;
}

/* section05 */
.section05 {
    width: 100%;
    background-color: #f1eced;
}

.section05 .wrap {
    padding: 120px 0px;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

.section05 .wrap .wrap_t {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section05 .wrap .wrap_t .title {
    font-size: 64px;
    font-weight: 700;
    color: #7e553c;
    padding: 0px 20px;
    border-bottom: 1px solid #7e553c;
    font-family: "Pretendard";
}
.section05 .wrap .wrap_t .wrap_i {
    width: 490px;
    margin-top: -15px;
}

.section05 .wrap .wrap_t .wrap_i img {
    width: 100%;
}

.section05 .wrap .wrap_c {
    margin-top: 8px;
}

.section05 .wrap .wrap_c .content .card_type1 {
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.section05 .wrap .wrap_c .content .card_type1 .card {
    width: calc((100% - 24px) / 2);
    aspect-ratio: 137 / 208;
    max-width: 482px;
    position: relative;
    border-radius: 16px 16px 0px 0px;
    background-color: #eaecf2;
    overflow: hidden;
}

.section05 .wrap .wrap_c .content .card_type1 .card img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    object-fit: contain;
}

.section05 .wrap .wrap_c .content .card_type1 .card .info {
    position: absolute;
    bottom: 0;
    padding: 32px 40px;
    background-color: #000;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section05 .wrap .wrap_c .content .card_type1 .card .info .desc {
    font-size: 12px;
    font-family: "Pretendard";
    color: #b9b9b9;
    font-weight: 700;
    min-height: 28px;
}

.section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n {
    display: flex;
    align-items: flex-end;
}

.section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n .name {
    font-size: 24px;
    font-family: "Pretendard";
    color: white;
    font-weight: 700;
}

.section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n .position {
    margin-left: 8px;
    font-size: 14px;
    font-family: "Pretendard";
    color: #deba6a;
    font-weight: 700;
}

.section05 .wrap .wrap_c .content .card_type2 {
    width: 100%;
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.section05 .wrap .wrap_c .content .card_type2 .card {
    width: calc((100% - 72px) / 4);
    /* margin-right: 25px; */
    aspect-ratio: 282 / 468;
    max-width: 282px;
    position: relative;
    border-radius: 16px;
    background-color: #eaecf2;
    overflow: hidden;
}

.section05 .slick-slide {
    margin: 0 calc(25px / 2);
}
.section05 .slick-list {
    margin: 0 calc(-25px / 2);
}

.section05 .wrap .wrap_c .content .card_type2 .card img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    object-fit: contain;
}

.section05 .wrap .wrap_c .content .card_type2 .card .info {
    position: absolute;
    bottom: 0;
    padding: 20px 32px;
    background-color: #000;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 107px;
}

.section05 .wrap .wrap_c .content .card_type2 .card .info .desc {
    font-size: 12px;
    font-family: "Pretendard";
    color: #b9b9b9;
    font-weight: 700;
}

.section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n {
    display: flex;
    align-items: flex-end;
}

.section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n .name {
    font-size: 24px;
    font-family: "Pretendard";
    color: white;
    font-weight: 700;
}

.section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n .position {
    margin-left: 8px;
    font-size: 14px;
    font-family: "Pretendard";
    color: #deba6a;
    font-weight: 700;
}

/* section06 */
.section06 {
    background-color: #d5e3fe;
}
.section06__inner {
    padding: 120px 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.section06__left {
    display: flex;
    justify-content: center;
}
.section06__phone {
    max-width: 100%;
    height: auto;
}

.section06__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.section06__info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section06 .colon {
    display: inline-block;
    width: 15px;
    text-align: center;
    color: white;
    font-size: 48px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between; /* 오른쪽 정렬을 위해 */
    width: 100%;
    max-width: 100%;
}

.info-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
}
.icon {
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
    width: 115px;
    height: 115px;
}
.text {
    flex: 1;
    height: 100%;
    max-height: 115px;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    font-size: 48px;
    font-weight: bold;
    border-radius: 6px;
    justify-content: center;
}
.clock-wrap {
    display: flex;
    align-items: center;
    background-color: #991f1f;
    padding: 10px 20px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    font-size: 28px;
    gap: 16px;
}

/* 시계 아이콘 회전 애니메이션 */
.clock-icon {
    width: 100%;
    height: 70%;
    animation: rotateClock 4s linear infinite;
}

.slick-prev img {
    width: 32px;
    height: 32px;
}
.slick-next img {
    width: 32px;
    height: 32px;
}

.slick-prev {
    margin-left: 16px;
    margin-right: 24px;
}

.slick-next {
    margin-left: 24px;
    margin-right: 16px;
}

@keyframes rotateClock {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wrap_i img.rotate {
    animation: rotateClock 5s linear infinite;
}

/* 시간 텍스트 깜빡임 */
/* .clock-time {
    animation: blink 1s steps(2, start) infinite;
} */

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}
/* 색상 스타일 */
.red-bg {
    background: #9e2021;
    color: #fff;
}
.yellow-text {
    background: #feeeab;
    color: #ff0000;
}
.talk-bg {
    background: #fee500;
    color: #222;
}
.naver-bg {
    background: #00c73c;
    color: #fff;
}

/* 지도 */
.section06__map img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 8px;
}
@keyframes underline {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes arrow-ani {
    0% {
        stroke-dashoffset: 400;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.map_popup {
    position: absolute;
    top: 55%;
    left: 50%;
    display: none;
}

@keyframes animateDashed1 {
    to {
        width: 85px;
    }
}

@keyframes animateDashed2 {
    to {
        width: 160px;
    }
}

br.mo {
    display: contents;
}
.pc {
    display: block;
}
.mobile {
    display: none;
}
/* 공통CSS */

/* 반응형 대응 */
@media screen and (max-width: 1024px) and (min-width: 881px) {
    body {
        zoom: 0.7;
    }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
    body {
        zoom: 0.6;
    }
}

/*노트북 & PC : 1024px-*/
@media all and (min-width:1024px){

}

/*태블릿 가로, 세로 : 768px-1023px*/
@media all and (min-width:768px) and (max-width:1023px){
    .pc {
        display: block;
    }
    .mobile {
        display: none;
    }
     /* sectiontop */
    .section_top {
        background-image: url("/ehon/img/common/section_top_banner.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        position: relative;
        padding: 0 20px;
    }
    
    .section_top__inner {
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
        position: relative; /* absolute 기준점 */
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    
    .section_top__text {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        line-height: 1.2;
        color: #000;
    }
    
    .section_top__text p {
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .section_top__text p.show {
        opacity: 1;
    }
    
    .section_top__text .line1 {
        font-size: 80px;
        font-weight: bold;
    }
    
    .section_top__text .line2 {
        font-size: 80px;
        font-weight: bold;
    }
    
    .section_top__image-box {
        width: 490px;
        position: relative;
        right: 13%;
    }
    
    .section_top__image-box img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .section_top__image-box .lawyer-info {
        position: absolute;
        bottom: 20px;
        transform: translateX(-40%);
        text-align: left;
        display: flex;
        flex-direction: column;
        right: 0;
        line-height: 1.2;
    }
    .section_top__image-box .lawyer-info span {
        color: #fff;
        font-size: 25px;
    }
    
    .section_top__image-box .lawyer-info_mini {
        width: 42px;
        height: 42px;
        vertical-align: middle;
        margin-right: 6px;
        position: absolute;
        left: -42px;
    }

    /* section01 */
    .section01__headline {
        font-size: 55px;
    }
    .section01__icon {
        width: 48px;
    }
    
    .section01__text-box {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .section01__slide .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .section01__image-box{
        top: -5%;
        right: 10%;
    }
    .section02__image-box{
        right: 10%;
    }
    .section02__slide .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .section03__image-box{
        top: 5%;
        right: 15%;
    }
    .section03__slide .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .section03__image-box img{
        width: 200px;
    }
    .section05 {
        width: 100%;
        background-color: #f1eced;
    }
    
    .section05 .wrap {
        padding: 120px 0px;
        display: flex;
        width: 100%;
        height: 100%;
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .section05 .wrap .wrap_t {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .section05 .wrap .wrap_t .title {
        font-size: 64px;
        font-weight: 700;
        color: #7e553c;
        padding: 0px 20px;
        border-bottom: 1px solid #7e553c;
        font-family: "Pretendard";
    }
    .section05 .wrap .wrap_t .wrap_i {
        width: 490px;
        margin-top: -15px;
    }
    
    .section05 .wrap .wrap_t .wrap_i img {
        width: 100%;
    }
    
    .section05 .wrap .wrap_c {
        margin-top: 8px;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 {
        width: 100%;
        display: flex;
        gap: 24px;
        justify-content: center;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card {
        width: calc((100% - 24px) / 2);
        aspect-ratio: 137 / 208;
        max-width: 482px;
        position: relative;
        border-radius: 16px 16px 0px 0px;
        background-color: #eaecf2;
        overflow: hidden;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        object-fit: contain;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card .info {
        position: absolute;
        bottom: 0;
        padding: 32px 40px;
        background-color: #000;
        opacity: 0.9;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card .info .desc {
        font-size: 12px;
        font-family: "Pretendard";
        color: #b9b9b9;
        font-weight: 700;
        min-height: 28px;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n {
        display: flex;
        align-items: flex-end;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n .name {
        font-size: 24px;
        font-family: "Pretendard";
        color: white;
        font-weight: 700;
    }
    
    .section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n .position {
        margin-left: 8px;
        font-size: 14px;
        font-family: "Pretendard";
        color: #deba6a;
        font-weight: 700;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 {
        width: 100%;
        display: flex;
        gap: 24px;
        margin-top: 24px;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card {
        width: calc((100% - 72px) / 4);
        /* margin-right: 25px; */
        aspect-ratio: 282 / 468;
        max-width: 282px;
        position: relative;
        border-radius: 16px;
        background-color: #eaecf2;
        overflow: hidden;
    }
    
    .section05 .slick-slide {
        margin: 0 calc(25px / 2);
    }
    .section05 .slick-list {
        margin: 0 calc(-25px / 2);
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        object-fit: contain;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card .info {
        position: absolute;
        bottom: 0;
        padding: 20px 32px;
        background-color: #000;
        opacity: 0.9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        min-height: 107px;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card .info .desc {
        font-size: 12px;
        font-family: "Pretendard";
        color: #b9b9b9;
        font-weight: 700;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n {
        display: flex;
        align-items: flex-end;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n .name {
        font-size: 24px;
        font-family: "Pretendard";
        color: white;
        font-weight: 700;
    }
    
    .section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n .position {
        margin-left: 8px;
        font-size: 14px;
        font-family: "Pretendard";
        color: #deba6a;
        font-weight: 700;
    }
    
    /* section06 */
    .section06 {
        background-color: #d5e3fe;
    }
    .section06__inner {
        padding: 120px 0px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 40px;
    }
    
    .section06__left {
        display: flex;
        justify-content: center;
    }
    .section06__phone {
        max-width: 100%;
        height: auto;
    }
    
    .section06__right {
        flex: 1;
        display: flex;
        flex-direction: column;
        /* gap: 20px; */
    }
    
    .section06__info-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .section06 .colon {
        display: inline-block;
        width: 15px;
        text-align: center;
        color: white;
        font-size: 48px;
    }
    
    .info-item {
        display: flex;
        align-items: center;
        justify-content: space-between; /* 오른쪽 정렬을 위해 */
        width: 100%;
        max-width: 100%;
    }
    
    .info-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        text-decoration: none;
    }
    .icon {
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        margin-right: 10px;
        width: 115px;
        height: 115px;
    }
    .text {
        flex: 1;
        height: 100%;
        max-height: 115px;
        display: flex;
        align-items: center;
        padding: 30px 0px;
        font-size: 48px;
        font-weight: bold;
        border-radius: 6px;
        justify-content: center;
    }
    .clock-wrap {
        display: flex;
        align-items: center;
        background-color: #991f1f;
        padding: 10px 20px;
        border-radius: 8px;
        color: white;
        font-weight: bold;
        font-size: 28px;
        gap: 16px;
    }
    
    /* 시계 아이콘 회전 애니메이션 */
    .clock-icon {
        width: 100%;
        height: 70%;
        animation: rotateClock 4s linear infinite;
    }
    
    .slick-prev img {
        width: 32px;
        height: 32px;
    }
    .slick-next img {
        width: 32px;
        height: 32px;
    }
    
    .slick-prev {
        margin-left: 16px;
        margin-right: 24px;
    }
    
    .slick-next {
        margin-left: 24px;
        margin-right: 16px;
    }
    
    @keyframes rotateClock {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    .wrap_i img.rotate {
        animation: rotateClock 5s linear infinite;
    }
    
    /* 시간 텍스트 깜빡임 */
    /* .clock-time {
        animation: blink 1s steps(2, start) infinite;
    } */
    
    @keyframes blink {
        0%,
        100% {
            opacity: 1;
        }
        50% {
            opacity: 0.4;
        }
    }
    /* 색상 스타일 */
    .red-bg {
        background: #9e2021;
        color: #fff;
    }
    .yellow-text {
        background: #feeeab;
        color: #ff0000;
    }
    .talk-bg {
        background: #fee500;
        color: #222;
    }
    .naver-bg {
        background: #00c73c;
        color: #fff;
    }
    
    /* 지도 */
    .section06__map img {
        width: 100%;
        height: auto;
        margin-top: 20px;
        border-radius: 8px;
    }
    @keyframes underline {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    @keyframes arrow-ani {
        0% {
            stroke-dashoffset: 400;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }
    
    .map_popup {
        position: absolute;
        top: 55%;
        left: 50%;
        display: none;
    }
    
    @keyframes animateDashed1 {
        to {
            width: 85px;
        }
    }
    
    @keyframes animateDashed2 {
        to {
            width: 160px;
        }
    }
}


/*모바일 가로, 세로 : -767px*/
@media all and (max-width:767px){
    .mo {
        display: block;
    }
    .pc {
        display: none;
    }

    /* 섹션탑 */
       /* sectiontop */
       .section_top {
        height: auto;
        padding: 80px 20px 0;
    }

    .section_top__inner {
        flex-direction: column;
        align-items: center;
    }

    .section_top__text {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .section_top__text .line1 {
        font-size: 38px;
    }

    .section_top__text .line2 {
        font-size: 38px;
    }

    .section_top__image-box {
        width: 320px;
    }

    .section_top__image-box .lawyer-info {
        position: absolute;
        transform: none;
        margin-top: 12px;
        color: #111;
        display: flex;
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
    .section_top__image-box .lawyer-info span {
        font-size: 16px;
    }
    .section_top__image-box .lawyer-info_mini {
        position: static;
        width: 100%;
    }
    .chalk-text {
        font-size: 100px;
    }
    .circle-img {
        top: 45%;
        left: 35%;
    }

    .section_top .wrap_p {
        width: 100%;
        position: absolute;
        top: calc((350px / 2) + 60px);
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_top .wrap_p p:nth-of-type(1) {
        font-size: 16px;
    }

    .section_top .wrap_p p:nth-of-type(2) {
        font-size: 32px;
        justify-content: center;
    }

    .section_top .wrap_p p:nth-of-type(3) {
        font-size: 24px;
    }

    .mobtn {
        width: 100%;
        max-width: 80%;
        background-color: #f8e1a0;
        color: #ff0000;
        border-radius: 50px;
        text-align: center;
        padding: 16px;
        font-size: 32px;
        font-weight: bold;
        font-family: "GangwonEduAllLight", sans-serif;
        margin-top: 60px;
    }
    /* 비디오 */
    .section_video{
        margin: 0 auto;
        height: auto;
        padding: 50px 10px;
    }
    
    .section_video .wrap {
        display: block;
        padding-top: 0;
    }

    .section_video .wrap .wrap_i {
        display: flex;
        width: 100%;
        height: 100%;
    }
    .section_video .wrap .wrap_i img {
        width: 100%;
        height: 100%;
    }

    .section_video .wrap .content {
        margin-bottom: 24px;
        max-width: none;
    }
    .video-wrapper{
        padding: 0;
        margin: 0;
    }
    .section_video .wrap .content .wrap_p {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .section_video .wrap .content .wrap_p p {
        font-size: 26px;
    }
    .section_video .wrap_b {
        padding: 0px 64px;
        margin-bottom: 40px;
    }
    .section_video .wrap_b button{
        width: 100%;
    }




    /* 섹션1 */
    .section01,
    .section02 {
        padding: 40px 16px;
    }
    .section06 {
        padding: 40px 0px;
    }
    .section01 {
        /* height: 100vh; */
    }
    .section01__inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .section01__logo img {
        width: 12%;
    }

    .section01__headline p {
        font-size: 3rem;
    }

    .section01__button a {
        font-size: 2.4rem;
        padding: 5% 3%;
    }

    .section02__headline strong {
        font-size: 1.58rem;
    }
    .section02__headline p {
        font-size: 1.35rem;
    }

    .section03__title h2 {
        font-size: 6.5rem;
        font-weight: 700;
        color: white;
    }
    .section03__title_img img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 70%;
        width: 100%;
    }
    .section03__inner {
        max-width: 80%;
        gap: 24px;
    }
    .swiper-button-prev {
        left: -14% !important;
    }
    .swiper-button-next {
        right: -14% !important;
    }
    .section06__inner {
        padding: 0 16px;
    }
    .section06_left {
        width: 100%;
    }
    .section06__right {
        width: 100%;
    }
    .section06__headline {
        margin-bottom: 24px;
    }
    .icon {
        width: 34px;
        height: 34px;
    }
    .icon img {
        width: 100%;
    }
    .text {
        font-size: 18px;
        padding: 0 10px;
        height: 50px;
        justify-content: center;
        width: 100%;
    }
    br.mo {
        display: inline;
    }
    /* 섹션탑 */
    .chalk-text {
        font-size: 70px;
    }
    .underline1,
    .underline2 {
        width: 100%;
    }
    .circle-img {
        top: 55%;
        left: 35%;
    }
    .circle-img {
        width: 15%;
    }
    /* 섹션1 */
    .section01__lawyers img {
        width: 100%;
    }
    .section01__headline {
        font-size: 24px;
    }
    .section01__icon,.section02__icon,.section03__icon {
        width: 28px;
    }
    .section01__text-box,
    .section02__text-box,
    .section03__text-box {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .section01__image-box,
    .section02__image-box,
    .section03__image-box {
        position: static;
    }
    .section01__image-box img {
        width: 140px;
    }
    .section02__image-box img {
        width: 140px;
    }
    .section03__image-box img {
        width: 140px;
    }
    /* 섹션2 */
    .section02__headline strong {
        font-size: 32px;
    }
    .section02__headline p {
        font-size: 22px;
    }

    .section05 .wrap {
        padding: 40px 16px;
    }

    .section05 .wrap .wrap_t .title {
        font-size: 28px;
        border: none;
        margin-bottom: 20px;
    }

    .section05 .wrap .wrap_c .content .card_type1 {
        gap: 16px;
    }

    .section05 .wrap .wrap_c .content .card_type1 .card .info {
        padding: 16px;
    }

    .section05 .wrap .wrap_c .content .card_type1 .card .info .desc {
        font-size: 8px;
    }

    .section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n .name {
        font-size: 16px;
    }

    .section05 .wrap .wrap_c .content .card_type1 .card .info .wrap_n .position {
        font-size: 12px;
    }

    .section05 .wrap .wrap_c .content .card_type2 {
        display: block;
        margin-top: 16px;
    }

    .section05 .wrap .wrap_c .content .card_type2 .card {
        max-width: none;
    }

    .section05 .wrap .wrap_c .content .card_type2 .card .info {
        padding: 8px;
        min-height: 67px;
    }

    .section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n {
        display: block;
    }

    .section05 .wrap .wrap_c .content .card_type2 .card .info .desc {
        font-size: 8px;
    }

    .section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n .name {
        font-size: 16px;
    }

    .section05 .wrap .wrap_c .content .card_type2 .card .info .wrap_n .position {
        font-size: 12px;
        margin-left: 0px;
        margin-top: 8px;
    }
    .section05 .content .swiper3{
        overflow: visible !important;
    }
    /* 도트 스타일 */
    .slick-dots {
        position: absolute;
        bottom: -30px; /* 하단 위치 조정 */
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        padding: 0;
        list-style: none;
    }

    /* 도트 버튼 스타일 */
    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        background-color: rgba(78, 118, 179, 0.5);  /* 도트 색상 */
        border-radius: 50%; /* 원형 도트 */
        width: 10px; /* 도트 크기 */
        height: 10px; /* 도트 크기 */
        padding: 0;
        border: none;
        outline: none;
        position: relative;
    }

    /* 도트 활성화 색상 */
    .slick-dots li.slick-active button {
        background-color: #d9d9d9; /* 활성화된 도트 색상 */
    }

    /* 숫자 숨기기 */
    .slick-dots li button:before {
        content: none; /* 숫자 표시 제거 */
    }

    /* section06 */
    .section06__inner {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .section06__left {
        order: 1;
        text-align: center;
    }

    .section06__phone {
        max-width: 260px;
        height: auto;
    }
    .mobile-overlay__text {
        margin-top: 60px;
        font-size: 32px;
        font-weight: bold;
        color: #6f0027;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        line-height: 1.3;
    }
    .section06 {
        background: url("/ehon/img/index/section06_main_mobile.png") no-repeat top center;
        background-size: cover;
    }
    .section06__right.phone-background {
        position: relative;
        background: url("/ehon/img/index/section06_phone_mobile.png") no-repeat top center;
        background-size: contain;
        width: 100%;
        text-align: center;
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mobile-overlay__btn {
        padding: 18px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 16px;
        width: 100%;
    }
    .section06__right_content {
        padding: 0 32px;
    }
    .section06__info-list {
        width: 100%;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .info-item {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .info-link {
        justify-content: flex-start;
    }

    .icon {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }

    .clock-wrap {
        flex-direction: row;
        font-size: 16px;
        padding: 8px;
    }
    .section06 .colon{
        color: #fff;
        font-size: 16px;
    }
    .section06__map img {
        width: 100%;
        height: auto;
        margin-top: 20px;
        border-radius: 8px;
    }

    .slick-prev img {
        width: 24px;
        height: 24px;
    }
    .slick-next img {
        width: 24px;
        height: 24px;
    }

    .slick-prev {
        margin-left: 0px;
        margin-right: 24px;
    }

    .slick-next {
        margin-left: 24px;
        margin-right: 0px;
    }
    .section01 .slick-slide,
    .section02 .slick-slide,
    .section03 .slick-slide,
    .section05 .slick-slide {
        margin: 0 calc(16px / 2);
    }
    .section05 .slick-slide,
    .slick-slide {
        margin: 0 calc(16px / 2);
    }
    .section05 .slick-list,
    .slick-list {
        margin: 0 calc(-16px / 2);
    }
}
