/* header start */
/* top */
.top_menu{
    position:fixed;
    top:50px;
    left:50px;
    width:35px;
    height:80px;
    z-index: 999;
    display: none;
}
.top_menu .menu_btn{position:relative;}
.top_menu .menu_btn ul{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.top_menu .menu_btn ul li{
    height:1px;
    margin:10px 0;
    background:#fff;
    transition:all 0.5s;
    transform-origin: left center;
}
.top_menu .menu_btn.on ul .bar_t{transform:rotate(40deg);}
.top_menu .menu_btn.on ul .bar_m{width:0;}
.top_menu .menu_btn.on ul .bar_b{transform:rotate(-40deg);}

/* sidemenu */
.menu_wrap{
    position:fixed;
    top:0;
    left:0;
    z-index:99;
    width:100%;
    height:100vh;
    background:#A79D92;
    display: none;
    z-index: 998;
}
.menu_wrap.on{display: block;}

.menu_wrap .logo{
    position: absolute;
    top:50px;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
}
.menu_wrap .logo a{display: block;}
.menu_wrap .logo img{width:120px;}


.menu_wrap .menu_body{
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.menu_wrap .menu_body p a{
    display: block;
    padding:10px 0;
    font-size:32px;
    color:#fff;
    text-align: center;
    transition: all .3s ease-in-out;
}
.menu_wrap .menu_body p a:hover{opacity: .6;}

.main_pop{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -300px; /* 처음엔 화면 밖에 숨김 */
    z-index: 9999;
    width: 250px;
    transition: all 0.5s ease;
    opacity: 1;
    display: none;
}
.main_pop.show {
  right: 0; /* 나타날 때 오른쪽으로 이동 */
}
.main_pop .pop_close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.visual {
    width: 100%;
    height: 100%;
}

.visual .video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top:56.25%;
    overflow: hidden;
}

.visual .video iframe {
    position: absolute;
    top:-60px;
    left:0;
    width: 100%;
    height: calc(100% + 120px);
    pointer-events: none;
}

/* ✅ 타이포 상단 */
.visual .typo_top {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.visual .typo_top img {
    width: 650px;
    max-width: 90%; /* 반응형 안전망 */
}

/* ✅ 타이포 하단 */
.visual .typo_bottom {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}

.visual .typo_bottom p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.typo_pop{
    position: absolute;
    top:100px;
    right:100px;
    z-index: 99;
}
.typo_pop a{
    display: block;
    padding:20px;
    font-size:48px;
    font-weight: 800;
    color:#fff;
    text-align: center;
    border-radius: 10px;
    /* background-color: #ca2600; */
    transition: all .3s ease-in-out;
    font-family: 'GmarketSansBold';
}
.typo_pop a:hover{color:#ffff8b;}

/* ✅ 스크롤 다운 버튼 */
.visual .scroll_down {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all .3s ease-in-out;
    animation: scroll_down 1s alternate ease-in-out infinite;
    cursor: pointer;
}

@keyframes scroll_down {
    0% { bottom: 80px; }
    100% { bottom: 60px; }
}

.visual .scroll_down img {
    width: 40px;
}

/* 비주얼 화면 fixed 효과때문에 css 수정 */
section{
  position: relative; /* 기본값이라 생략해도 됨 */
  z-index: 1;          /* video (-1) 보다 높음 */
  background: #fff;    /* 비디오를 가리려면 배경 필수! */
  /* min-height: 100vh; */
}
/* visual swiper start */
.visual .typo_pop,
.visual .typo_top,
.visual .typo_bottom,
.visual .scroll_down {
    transition: opacity 0.3s ease;
}




/* image_show_wrap 공통 */
section .image_show_wrap,
section .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
section .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
section .image_show_wrap2{animation-duration: 1.4s;}

section .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
section .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* image 확대 공통 */
.clip-animation {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    animation: clipExpand 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
}
@keyframes clipExpand {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    }
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
/* image 확대 공통 */
/* ------------------------------------- section ------------------------------------- */
/* button 공통 */
.button {
    font-size: 18px;
    appearance: none;
    background: transparent;
    padding: 15px 40px;
    border-radius: 100px;
    border: 1px solid;
    color: white;
    position: relative;
    overflow: hidden;
    transition: color .40s ease;
}

.button:hover {color: black;}

.button .btn-content {
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.button .btn-cells {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 1fr;
    overflow: hidden;
}

.button .btn-cells span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.button .btn-cells span:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    background-image: linear-gradient(to right, #fff, color-mix(in srgb, #fff, white 50%));
    transition: transform .4s ease;
    transform: scale(0);
    border-radius: 100px;
}

.button .btn-cells span:hover:before {transform: scale(12);}
.button .btn-cells span:hover ~ span:not(:hover) {pointer-events: none;}
/* button 공통 */




/* sec1 */
.sec1{
    padding:120px 0;
    background-color: #ca705b;
}
.sec1 ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.sec1 ul li{width:50%;}
.sec1_slide .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sec1 .sec1_slide .swiper-slide {
    width:100%;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec1 .sec1_slide .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
}
.sec1 .sec1_slide .swiper-button-prev,
.sec1 .sec1_slide .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    width:20px;
    color:#fff
}
.sec1 .sec1_slide .swiper-button-next,
.sec1 .sec1_slide .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width:20px;
    color:#fff
}
.sec1 .sec1_slide .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:44px;}
.sec1 .sec1_slide .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:44px;}
.sec1 .sec1_slide .swiper-button-next,
.sec1 .sec1_slide .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 60px;
    background-position: center;
    background-repeat: no-repeat
}

.sec1 .tit h2{
    font-size:48px;
    color:#fff;
    text-align: left;
}
.sec1 .tit h3{
    font-size:32px;
    color:#fff;
    text-align: left;
    padding:10px 0 30px 0;
}
.sec1 .tit p{
    font-size:18px;
    color:#fff;
    text-align: left;
    line-height:32px;
}
.sec1 .tit p strong{font-size:20px; color:#fff;}
.sec1 .tit .button{margin-top:60px;}
/* sec1 */



/* sec2 */
.sec2{padding:120px 0;}
.sec2 .inner > span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: center;
    font-weight: 200;
}
.sec2 .inner > h2{
    font-size:48px;
    color:#333;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sec2 .inner > h2::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:550px;
    height:1px;
    background-color: #ccc;
    opacity: .5;
}
.sec2 .inner > h2::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width:550px;
    height:1px;
    background-color: #ccc;
    opacity: .5;
}
.sec2 .inner > p{
    font-size:18px;
    color:#333;
    text-align: center;
    line-height:32px;
}


.sec2 .sec2_video{margin-top:60px;}
.sec2 .sec2_video .video_wrap{
    position: relative;
    width:100%;
    height:0;
    padding-top:56.25%;
    border-radius: 30px;
    overflow: hidden;
}
.sec2 .sec2_video .video_wrap iframe{
    position: absolute;
    top:-60px;
    left:0;
    width:100%;
    height:calc(100% + 120px);
    overflow: hidden;
    pointer-events: none;
}
.sec2 .sec2_video p{
    font-size:18px;
    color:#333;
    text-align: center;
    padding:10px 0;
}
/* sec2 */



/* sec3 */
.sec3{
    background: url(../img/section3/section3_bg.png) no-repeat 50% 50%;
    background-size: cover;
    padding:120px 0;
}
.sec3 .tit span{
    display: block;
    font-size:24px;
    color:#fff;
    font-family: 'Noto Serif KR', serif; 
    text-align: left;
}
.sec3 .tit h2{
    font-size:48px;
    color:#fff;
    text-align: left;
    line-height:80px;
    padding:15px 0;
}
.sec3 .tit p:nth-of-type(1){margin-top:20px;}
.sec3 .tit p{
    font-size:18px;
    color:#fff;
    text-align: left;
    padding:10px 0 10px 20px;
    position: relative;
}
.sec3 .tit p::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #fff;
}

.sec3 .img1{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    z-index: 1;
}
.sec3 .img2{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index: 2;
}
/* sec3 */



/* sec4 */
.sec4{
    padding:120px 0;
    background-color: #FCF8F2;
}
.sec4 .inner > h2{
    font-size:48px;
    color:#333;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sec4 .inner > h2::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:550px;
    height:1px;
    background-color: #ccc;
    opacity: .5;
}
.sec4 .inner > h2::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width:550px;
    height:1px;
    background-color: #ccc;
    opacity: .5;
}
.sec4 .inner > p{
    font-size:18px;
    color:#333;
    text-align: center;
    line-height:32px;
}

.sec4 .sec4_list{margin-top:60px;}
.sec4 .sec4_list .img img{border-radius: 30px;}
.sec4 .sec4_list ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: top;
    justify-content: space-between;
    gap:20px;
    margin-top:30px;
}
.sec4 .sec4_list ul li{width:25%;}
.sec4 .sec4_list ul li .up{
    display: flex;
    flex-wrap: nowrap;
    align-items: top;
    gap:50px;
}
.sec4 .sec4_list ul li .up h3{
    font-size:32px;
    color:#fff;
    width:60px;
    height:60px;
    border-radius: 50%;
    text-align: center;
    line-height:60px;
    background-color: #ca705b;
}
.sec4 .sec4_list ul li .up .txt p{
    font-size:18px;
    line-height:32px;
    color:#333;
    text-align: center;
}
.sec4 .sec4_list ul li .up .txt span{
    display: block;
    font-size:15px;
    line-height:30px;
    color:#333;
    font-weight: 200;
    text-align: center;
    margin-top:10px;
}

.sec4 .sec4_list .chart{
    margin-top:60px;
    border-top:3px solid #ca705b;
    width:100%;
}
.sec4 .sec4_list .chart tr th,
.sec4 .sec4_list .chart tr td{
    font-size:16px;
    color:#333;
    padding:15px 20px;
}
.sec4 .sec4_list .chart tr:nth-child(odd){background-color: #f2f2f2;}
.sec4 .sec4_list .chart tr:nth-child(even){background-color: #fff;}

.sec4 .sec4_video{
    margin-top:60px;
    position: relative;
    width:100%;
    height:0;
    padding-top:56.25%;
    border-radius: 30px;
    overflow: hidden;
}
.sec4 .sec4_video iframe{
    position: absolute;
    top:-60px;
    left:0;
    width:100%;
    height:calc(100% + 120px);
    border-radius: 30px;
    overflow: hidden;
    pointer-events: none;
}
/* sec4 */



/* sec5 */
.sec5{
    padding:120px 0;
    background-color: #fff;
}
.sec5 .inner > span{
    display: block;
    font-size:16px;
    color:#333;
    text-align: center;
    font-weight: 200;
}
.sec5 .inner > h2{
    font-size:48px;
    color:#333;
    text-align: center;
    padding:10px 0;
    position: relative;
}
.sec5 .inner > h2::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:250px;
    height:1px;
    background-color: #ccc;
    opacity: .5;
}
.sec5 .inner > h2::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width:250px;
    height:1px;
    background-color: #ccc;
    opacity: .5;
}
.sec5 .inner > p{
    font-size:18px;
    color:#333;
    text-align: center;
    line-height:32px;
}

.sec5 .sec5_slide{margin-top:60px;}
.sec5 .sec5_slide .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sec5 .sec5_slide .swiper-slide {
    width:100%;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5 .sec5_slide .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec5 .sec5_slide .swiper-button-prev,
.sec5 .sec5_slide .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    width:20px;
    color:#fff
}
.sec5 .sec5_slide .swiper-button-next,
.sec5 .sec5_slide .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width:20px;
    color:#fff
}
.sec5 .sec5_slide .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:44px;}
.sec5 .sec5_slide .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:44px;}

.sec5 .sec5_slide .swiper-button-next,
.sec5 .sec5_slide .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 60px;
    background-position: center;
    background-repeat: no-repeat
}
/* sec5 */


/* sec6 */
.sec6 .main_form{
    padding:60px 0;
    background-color: #b9b3a9;
}
.sec6 .main_form .title h2{
    font-size:48px;
    color:#333;
    text-align: center;
}
.sec6 .main_form .title p{
    font-size:18px;
    color:#333;
    text-align: center;
    margin-top:10px;
}

.sec6 .main_form .board .consult_cont{border-top: none;}
.sec6 .main_form .board .consult_cont table tr{border:none;}
.sec6 .main_form .board .AWbbs_input_table{border-color:#b9b3a9!important; margin-top:30px; width: 500px;}
.sec6 .main_form .board .AWbbs_input_table textarea{
    background-color: #b9b3a9!important;
    color:#fff;
    font-size: 14px;
    line-height:26px;
    height:110px;
}
.sec6 .main_form .board{margin-top:30px;}
/* .sec6 .main_form .board .form_body_table tr td input{width:100%;} */
.sec6 .main_form .board .form_body_table tr th{color:#fff;}
.sec6 .main_form .board .main_form_tit p{
    font-size:18px;
    color:#fff;
    text-align: right;
    margin-top:20px;
}
.sec6 .main_form .board .only_chk.right{text-align: left;}
.sec6 .main_form .board .top10{text-align: left;}
.sec6 .main_form .board .top10 label{color:#fff;}
/* sec6 */



/* footer */
.footer{
    position: relative;
    z-index: 1;
    padding:30px 0;
    background-color: #b9b3a9;
}
.footer .footer_logo{text-align: center; border-bottom:1px solid #fff; padding-bottom:20px;}
.footer .footer_logo img{width:150px;}
.footer .footer_tit{margin-top:20px;}
.footer .footer_tit p{
    font-size:14px;
    color:#fff;
    text-align: left;
    line-height:24px;
}
.footer .footer_tit span{
    display: block;
    font-size:13px;
    color:#fff;
    text-align: left;
    margin-top:10px;
}

.footer .footer_sns{
    position: absolute;
    top:0;
    right:0;
    display: flex;
    gap:10px;
}
.footer .footer_sns a{display: block;}
.footer .footer_sns a img{height:35px; transition: all .3s ease-in-out;}
.footer .footer_sns a:hover img{transform: scale(1.1);}
/* footer */
/* ------------------------------------- section ------------------------------------- */

/* top_btn */
.topbtn{
    position: fixed;
    bottom:60px;
    right:60px;
    z-index:9999999999999;
    width:50px;
    height:50px;
    border-radius: 40px;
    background-color:  #A79D92;
    transition: all 0.5s ease;
    opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:30px;
}

.topbtn:hover{
    transition: all 0.5s ease;
    background-color: #151515;
}
/* top_btn */