@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');


.at-wrapper.sub_wrapper {
    margin:130px 0 0;
}

.sub_container {
    position: relative;
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.wide_container {
    position: relative;
    width:100%;
    max-width: 1830px;
    padding: 0 15px;
    margin: 0 auto;
}


/* 브레드 크럼 */
.menu_nav {
    padding-top: 90px;
    margin-bottom: 30px;
}

.menu_nav .bread_crumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 12px;
}

.menu_nav .bread_crumb .home{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 10px;
}

.menu_nav .bread_crumb .home img {
    width: 18px;
    height: 17px;
}


.menu_nav .bread_crumb  span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1;
    color:#666666;
}

.menu_nav .bread_crumb  span.menu_angle{
    display: block;
    margin-top: 1px;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
}

.menu_nav .bread_crumb p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 10px;
}


/* 페이지 타이틀 */
.sub_text  {
    margin-bottom: 65px;
}

.sub_text h2.page_title {
    font-size: 60px;
    font-weight: 600;
    color:#222222;
}


/* 메뉴 */
.sub_menu_box {
    margin-bottom: 145px;
}

.sub_menu_box .pc_cate{
    display: flex;
    gap: 0 55px;
}

.sub_menu_box .pc_cate .pc_cate_li {
    position: relative;
}

.sub_menu_box .pc_cate .pc_cate_li a {
    font-family: "Poppins", "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color:#666666;
}

.sub_menu_box .pc_cate .pc_cate_li.on a{ 
    color:#fbae25;
    font-weight: 500;
}

.sub_menu_box .pc_cate .pc_cate_li.on::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fbae25;
}


@media (max-width:991px) {
   .at-wrapper.sub_wrapper {
        margin:60px 0 0;
    } 
    .sub_menu_box {
        margin-bottom: 70px;
    }
    .menu_nav {
        padding-top: 53px;
        margin-bottom: 20px;
    }
    .menu_nav .bread_crumb .home img {
        width: 15px;
        height: 13px;
    }
    .menu_nav .bread_crumb {
        gap:0 10px;
    }

    .menu_nav .bread_crumb span {
        font-size: 13px;
    }
    .menu_nav .bread_crumb  span.menu_angle{
        font-size: 11px;
    }
    .sub_text {
        margin: 0 0 40px 0;
    }
    .sub_text h2.page_title {
        font-size: 40px;
        font-weight: 700;
    }

    /* 모바일 sly */
    .mob_sub_menu .mob_cate {
        display: flex;
        white-space: nowrap;
        padding-bottom: 12px;
    }
    .mob_sub_menu .mob_cate .mob_cate_li {
        position: relative;
        display:inline-block;
        vertical-align: middle ;
    }

    .mob_sub_menu .mob_cate li + li {
        margin-left: 36px;
    }

    .mob_sub_menu .mob_cate .mob_cate_li span {
        font-family: "Poppins", "Pretendard", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color:#666666;
    }

    .mob_sub_menu .mob_cate .mob_cate_li.on::after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fbae25;
    } 

    .mob_sub_menu .mob_cate .mob_cate_li.on span {
        font-weight: 600;
        color:#fbae25;
    }

}


/* 오시는 길 */

.sc03 .sc03_map {
    border-radius: 20px;
    overflow:hidden;
}

.sc03 iframe {
    width: 100%;
    aspect-ratio: 14/5;
}

.sc03 .sc03_top img {
    width: 100%;
}

.sc03 .sc03_bot {
    position: relative;
}

.sc03 .sc03_bot > img {
    width: 100%;
}

.sc03 .sc03_bot .sc03_bot_sub {
    position: absolute;
    top: -9.16vw;
    left: 5.25vw;
    width: calc(572 * 100vw / 1920);
    aspect-ratio: 1 / 1; 
}

@media (max-width:1280px) {
    .sc03 .sc03_bot .sc03_bot_sub > img {
        width: 100%;
    }
}


@media (min-width:1921px) {
    .sc03 .sc03_bot .sc03_bot_sub > img {
        width: auto;
    }
}


@media (max-width:991px) {
    .sc03 .sc03_map {
        border-radius: 12px;
    } 
    .sc03 iframe {
        width: 100%;
        aspect-ratio: 11 / 8;
    }
    .sc03 .sc03_bot .sc03_bot_sub {
        top: -35.16vw;
        left: -1.75vw;
        width: calc(576 * 100vw / 991);
    }
}


/* m03 스와이퍼 버튼*/
    .m03_swiper_box {
            position: relative;
    }

    .m03_swiper_btn > div {
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
        z-index: 1;
        cursor: pointer;
    }

    .m03_swiper_prev {
        left: 30px;
        background:#ffffff;
        border:1px solid #fff;
    }   
    .m03_swiper_next {
        right:  30px;
        border: 1px solid #fbae25;
        background: #fbae25;
    }  

    .sc08_next.m03_swiper_next  {
        right: -20px;
    }
    .sc08_prev.m03_swiper_prev  {
        left: -20px;
    }

    @media (max-width:1280px) {
        
    .sc08_next.m03_swiper_next  {
        right: 10px;
    }
    .sc08_prev.m03_swiper_prev  {
        left: 10px;
    }
    }

    .once_button.m03_swiper_next{
        right: 50px;
    }
    .once_button.m03_swiper_prev{
        right: 50px;
    }

    .m03_swiper_prev .arrow,
    .m03_swiper_next .arrow {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 16px;
    }

    .m03_swiper_btn span::before,
    .m03_swiper_btn span::after {
        content: "";
        position: absolute;
        top: calc(50% - 0.5px);
        width: 11.5px;
        height: 1px;
    }

    .m03_swiper_prev .arrow::before,
    .m03_swiper_prev .arrow::after {
        right: 0;
        transform-origin: 0.5px 50%;
        background-color: #aaaaaa;
    }

    .m03_swiper_next .arrow::before,
    .m03_swiper_next .arrow::after {
        left: 0;
        transform-origin: 100% 50%;
        background-color: #fff;
    }

    .m03_swiper_btn span::before {
        transform: rotate(45deg);
    }

    .m03_swiper_btn span::after {
        transform: rotate(-45deg);
    }

    @media (max-width:991px) {
        .m03_swiper_btn > div {
            width: 23px;
            height: 41px;
            border-radius:0;
            box-shadow: none;
        }
        .m03_swiper_prev {
            left: 0;
            border:none;
            background:rgba(255,255,255,0.5);
        }
        .m03_swiper_next {
            right: 0;
            border:none;
            background:rgba(255,255,255,0.5);
        }
        .m03_swiper_prev .arrow,
        .m03_swiper_next .arrow {
            width:8px;
            height:14px;
        }
        .m03_swiper_btn span::before, 
        .m03_swiper_btn span::after {
            width: 8px;
        }
        .m03_swiper_prev .arrow::before, 
        .m03_swiper_prev .arrow::after {
            background-color: #222;
        }
        .m03_swiper_next .arrow::before, 
        .m03_swiper_next .arrow::after {
            background-color:#222;
        }
        .once_button.m03_swiper_next{
            right: 0px;
        }
        .once_button.m03_swiper_prev{
            right: 0px;
        }
    }


    .four_step  .step_ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap:0 15px;
        margin-bottom: 40px;
    }
    .four_step  .step_li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 139px;
        height: 53px;
        border-radius: 30px;
        background: #ffffff;
        cursor: pointer;
    }
    .four_step  .step_li .step_name {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        color:#999999;
    }
    .four_step  .step_li.on {
        background: #fbae25;
    }
    .four_step  .step_li.on .step_name {
        color:#fff;
    }

    .four_step .step_tab_div {
        display: none;
    }

    .four_step .step_tab_div.on {
        display: block;
    }

    @media (max-width:991px) {
        .four_step .step_ul {
            justify-content: flex-start;
            gap:0 12px;
            margin-bottom: 28px;
        }
        .four_step .step_li {
            flex: 1;
            min-width:unset;
            height: 42px;
        } 
        .four_step  .step_li .step_name {
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            color:#999999;
        }
    }



    /* ECHO dot AI m03_03 */

    .sc07 .gif_ul {
        display: flex;
        gap:0 21px;
        align-items: center;
        justify-content: center;
    }

    .sc07 .gif_ul li {
        width: calc((100% - 21px * 3)/4);
    }
    .sc07 .gif_ul .gif_div {
        border-radius: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        aspect-ratio: 1/1;
    }
    .sc07 .gif_ul .gif_div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sc07 .gif_ul li p {
        font-size: 18px;
        font-weight: 600;
        color:#fff;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background-color: #222222;
    }


    @media (max-width:1280px) {
        .sc07 .gif_ul li p {
            height: 40px;
            font-size: 16px;
        }
    }

    @media (max-width:991px) {
        .sc07 .gif_ul {
            flex-wrap: wrap;
            gap:30px 15px;
        }

        .sc07 .gif_ul li {
            width: calc((100% - 15px)/2);
        }

        .sc07 .gif_ul .gif_div {
            border-radius: 10px;
        }

        .sc07 .gif_ul li p {
            height: 36.5px;
            font-size: 13px;
        }
    }


[data-aos="fade-up"] {
  transform: translate3d(0, 20px, 0) !important; /* 이동 거리 줄임 */
  opacity: 0 !important;
  transition-property: transform, opacity !important;
}

[data-aos="fade-down"] {
  transform: translate3d(0, 50px, 0) !important; /* 이동 거리 줄임 */
  opacity: 0 !important;
  transition-property: transform, opacity !important;
}

[data-aos="fade-up"].aos-animate,
[data-aos="fade-down"].aos-animate {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

#captcha #captcha_img{width: 232px; height: 90px;}
.register-form #captcha{text-align: center;}
.register-form #captcha #captcha_key{width: calc(100% - 320px) !important; height: 90px; margin-left: 50px;}
#captcha #captcha_mp3{width: 30px; height: 30px; left: 160px;}
#captcha #captcha_mp3 span{width: 30px; height: 30px; background-size: cover; background-position: left top;}
#captcha #captcha_reload{width: 30px; height: 30px; background-size: cover; background-position: left bottom; left: 160px; top: 30px;}
.register-wrap .register_sheet .reg_form .reg_terms #captcha #captcha_info{font-size: 13px; color: #999999; margin-top: 13px;}
.register-wrap .register_sheet .reg_form .reg_terms .regbtn-wrap #btn_submit{border-radius: 30px;}
.register-wrap .register_sheet .reg_form .captcha_html{padding-top: 39px;}
.register_result_btn a{padding: 0 55.55px;}
#captcha #captcha_img{width: 160px; height: 60px;}
#captcha #captcha_key{width: 160px; margin: 0 0 0 28px;}

@media (max-width:991px) {
    .estimate_write2 .well_box #captcha #captcha_img{
        height: 37px;
        width: 100px;
    }
    .estimate_write2 .well_box #captcha #captcha_reload {
        width: 19px;
        height: 18px;
        left: 47.5%;
        background-position-y:-20px;
        top: 19px;

    }
    .at-html #captcha #captcha_mp3 {
        width: 20px !important;
        height: 20px !important;
        left: 48% !important;
    }
    
    #captcha #captcha_mp3 span {
        width: 20px;
        height: 20px;
    }

    .estimate_write2 .well_box #captcha #captcha_key {
        height: 37px;
        margin-left: 16px;
    }
}