@charset "utf-8"; /* CSS Document */
/*#toggleButton {
	display: none;
}*/
/* 퀵 메뉴 */
#quick_menu {
    position: fixed !important;
    bottom: 4rem;
    right: 2rem;
    z-index: 99;
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

    #quick_menu a {
        transition: all .2s ease-out;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35) !important;
    }

        #quick_menu a.expandable {
            display: block;
            align-items: center;
            position: relative;
            border-radius: 500rem;
            overflow: hidden;
            background-color: var(--point_navy);
            cursor: pointer;
        }

            #quick_menu a.expandable .inner_ctr {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                color: var(--white) !important;
            }

                #quick_menu a.expandable .inner_ctr .icon {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 1.6em;
                    color: var(--white) !important;
                }

                #quick_menu a.expandable .inner_ctr p {
                    opacity: 0;
                    font-weight: 500;
                    text-align: left;
                    font-size: 1.05em;
                    color: var(--white) !important;
                }

    #quick_menu .top {
        display: inline-flex;
        align-items: center;
        border-radius: 500rem;
        justify-content: center;
        font-size: 1.4em;
        font-weight: 400;
        background-color: var(--brt_point);
        /*color: rgba(0,0,0,0.5);padding-top: 6px;*/
        margin-top: 0.5rem;
        color: var(--gray_6);
        border: var(--op_black);
        box-shadow: 0px 2px 12px 0px rgb(0 13 57 / 10%);
    }

    #quick_menu a, #quick_menu a.expandable .inner_ctr .icon {
        width: 60px;
        height: 60px;
    }

        #quick_menu a.expandable .inner_ctr, #quick_menu a.expandable:hover {
            width: 175px;
        }

        #quick_menu a.expandable:hover {
            border-bottom-right-radius: 0;
        }

            #quick_menu a.expandable:hover .inner_ctr p {
                opacity: 1;
            }

    #quick_menu .top:hover {
        border-bottom-right-radius: 0;
    }

/* 헤더 */
.header {
    width: 100%
}

    .header .wrap {
		padding: 0 0.5rem;
        display: flex;
        align-items: center;
    }
    /* 헤더 - logo */
    .header a.top_logo {
        align-self: flex-start
    }

        .header a.top_logo img {
            height: 50px;
        }
    /* 헤더 - 콜버튼 */
    .header .top_call {
        align-self: flex-end
        /*font-size: 12px !important;
	margin-left: 0.5rem;*/
    }

/* 메인 */
#main {
    padding: 35px 0px 0px;
    background-image: url("../images/visual_obj.png");
    background-repeat: no-repeat;
    background-position: 65% 15px;
    background-size: 1445px 696px;
    transition: all 0.5s ease-in-out;
    position: relative;
}
    /* 메인텍스트 */
    #main .main_txt {
        padding: 5rem 0 3rem;
    }
    /* 메인이미지 */
    #main .main_visual {
        width: 890px;
        height: 450px;
        margin-bottom: 45px;
        position: relative;
    }

        #main .main_visual .visual_img {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

img[class^="visual_txt"] {
    position: absolute;
}

#main .main_visual .visual_txt1 {
    left: -2%;
    top: 45%;
}

#main .main_visual .visual_txt2 {
    left: 23%;
    top: 8%;
}

#main .main_visual .visual_txt3 {
    right: 2%;
    top: 36%;
}

#main .visual_btn {
    width: 619px;
    height: 107px;
    position: absolute;
    bottom: 0px;
    transform: translateY(50%);
    background-image: url("../images/visual_btn.png");
    background-size: cover;
}


#main .visual_form_btn {
    width: 100%;
    height: 100%;
}

 /*   #main .visual_form_btn:hover {
        color: var(--point);
        transform: scale(1.03);
        transform-origin: center;
        transition: all 0.15s ease-in-out;
    }*/

#main .visual_btn_search {
    position: absolute;
    bottom: -40px;
    right: 18%;
}

#prod_sect00 {
    padding: var(--sec_pd) 0;
    background-image: url("../images/sect2_bg.png");
    background-size: 772px 694px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

    #prod_sect00 .wrap {
        padding: calc(var(--sec_pd) * 2) 0.5rem;
        background-image: url("../images/car.png");
        background-repeat: no-repeat;
        background-position: center right;
    }

/* 메인_상품_섹션 calc(var(--sec_pd) * 1.5)*/
#prod_sect01 {
    padding: 0 /*var(--sec_pd)*/;
}

    #prod_sect01 .wrap {
        padding: 5rem 0.5rem;
    }

.addPlus span {
    color: var(--brt_point);
}

.infos {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* 중앙 배치를 위해 사용 */
    width: 90%;
    height: 400px; /* 컨테이너 높이 */
    margin: 0 auto;
    z-index: 4;
}

    .infos:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 3px;
        background-color: var(--brt_point);
        position: absolute;
        left: 30px;
    }

    .infos:after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 3px;
        background-color: var(--brt_point);
        position: absolute;
        right: 30px;
    }

.info {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--brt_point);
    transition: transform 0.3s ease, z-index 0.3s ease;
}

    .info p, .info p span {
        line-height: 1.23;
    }

    /* 카드 위치 및 겹치기 */
    .info.card-1 {
        top: 50%;
        left: 20%; /* 중앙보다 왼쪽 */
        transform: translate(-50%, -50%) !important;
        z-index: 4;
    }

    .info.card-2 {
        top: 50%;
        left: 40%; /* 약간 오른쪽 */
        transform: translate(-50%, -50%) !important;
        z-index: 3;
    }

    .info.card-3 {
        top: 50%;
        left: 60%; /* 더 오른쪽 */
        transform: translate(-50%, -50%) !important;
        z-index: 2;
    }

    .info.card-4 {
        top: 50%;
        left: 80%; /* 가장 오른쪽 */
        transform: translate(-50%, -50%) !important;
        z-index: 1;
    }

    /* 카드 번호 표시 */
    .info:before {
        content: attr(data-index); /* 카드 번호 */
        font-size: 2rem;
        position: absolute;
        top: -32px;
        color: var(--brt_point);
    }


/* 애니메이션 완료 시 클래스 */
.show {
    opacity: 1;
    transform: translateX(0);
}

.prod_sect_tit {
    line-height: 1.15;
	transition: all 0.5s ease-in-out;
}

.prod01_img {
    width: 100%;
}

/*공통 타이틀*/
.prod_sect_tit p.titend_red,
.prod_sect_tit p.titend_org {
    display: inline;
    background-size: 2.85rem;
    background-repeat: no-repeat;
    line-height: 1.8;
}

.prod_sect_tit p.titend_red {
    padding: 3.25rem 1.55rem 0 0;
    background-image: url("../images/titend_red.svg");
    background-position: 100% -3%;
}

.prod_sect_tit p.titend_org {
    padding: 3.25rem 0 0 1.85rem;
    background-image: url("../images/titend_org.svg");
    background-position: 0 -3%;
}

.sect3_img{
	width: 459px;
	height: auto;
}
#prod_sect02 {
    padding: var(--sec_pd) 0;
    text-align: right;
    background-image: url("../images/sect4_bg.png");
    background-size: 1642px;
    background-position: top left;
    background-repeat: no-repeat;
}

    #prod_sect02 .wrap {
        padding: 3rem 0.5rem 0;
    }

.imgbox {
    width: 100%;
    min-width: 1380px;
    padding: 3rem 0 5rem;
}

.prod02_imgL {
    display: inline-block;
    height: 500px;
    margin-left: 50px;
}

.prod02_imgR {
    display: inline-block;
    height: 400px;
}
/*공통박스*/
.prod_sect_txt {
    margin-top: 3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
    text-align: center;
}

    .prod_sect_txt p:last-child {
        margin-top: 5rem;
    }

.prod_btn {
    width: 100%;
    min-width: 450px;
    padding: 2rem 3rem 1rem;
    box-shadow: 0px 0px 10px 0px rgba(81, 81, 81, 0.47);
    background-color: var(--white);
    transition: all var(--transition);
}

    .prod_btn:hover {
        box-shadow: 0px 0px 10px 0px rgba(154,113,24,0.47);
        color: var(--white);
        background-color: var(--point);
    }

/* 푸터 */
#footer {
    padding: calc(var(--sec_pd) / 2) 0 calc(var(--sec_pd) * 2);
    line-height: 1.3 !important
}

    #footer a {
        color: inherit;z-index: 1
    }

        #footer a p img {
            position: relative;
            top: -3px;
			
        }

    #footer .wrap {
        padding: 0 0.5rem;
    }

    #footer .footerL {
    }
        /* 푸터 - 로고 */
        #footer .footerL .logo {
            padding: 1.2rem 0 2rem;
        }

            #footer .footerL .logo img {
                height: 29px;
            }

    /* 푸터 - 텍스트 */
    #footer .txt_ctr {
        width: 50%;
        gap: 0.75rem;
        padding-top: 3rem;
    }

        #footer .txt_ctr .txt_01 p, #footer .txt_ctr .txt_01 ul {
            /*margin-bottom: 0.25rem;*/
        }

            #footer .txt_ctr .txt_01 p:last-of-type, #footer .txt_ctr .txt_01 p:nth-child(6) {
                margin-bottom: 0;
            }

        #footer .txt_ctr .txt_02 {
        }

            #footer .txt_ctr .txt_02 .num {
            }
/* ==================== 해상도 1380px 이상 ==================== */
@media screen and (min-width: 1380px) {
   


    .header a.top_logo img {
        height: 50px;
    }
}


/* ==================== 모바일 레이아웃 ==================== */

@media ( max-width: 1380px ) {
    .header a.top_logo img {
        height: 35px;
    }    
	
	/* 메인 */
    #main {
        min-height: auto;
        background-position: center;
        background-size: 110%;
    }
        /* 메인텍스트 */
        #main .main_txt {
            padding: 2rem 0 0rem;
            height: auto;
        }
        /* 메인 - 비주얼 */
        #main .main_visual {
            transform: scale(0.9);
            transform-origin: bottom center
        }


    #main .visual_btn {
        transform: scale(0.9) translateY(50%);
    }
	
	#prod_sect00 {
    padding: var(--sec_pd) 0;
    background-size: 50%;
    background-position: center;
	}

    #prod_sect00 .wrap {
        padding: var(--sec_pd) 0.5rem;
		background-size: 50%;
        background-position: center bottom;
		text-align: center!important;
    }
	#prod_sect00 .prod_sect_tit {
		margin-bottom: calc(var(--sec_pd) * 1.5);
	}
	.sect3_img{
	width: 80%;
	height: auto;
}
	#prod_sect02 .prod_sect_tit {
		text-align: center!important;
	}
}

@media ( max-width: 900px ) {
	/*#toggleButton {
        display: block;
        width: 31px;
        height: 31px;
        border-radius: 30px;
        position: fixed;
        bottom: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        background-color: var(--point);
        cursor: pointer;
        z-index: 100000; 
        transition: transform 0.3s ease-in-out;
        border: var(--op_black);
        box-shadow: 0px 2px 12px 0px rgb(0 13 57 / 10%);
        overflow: hidden;
    }

        #toggleButton i {
            color: var(--white);
        }*/
	
    /* 퀵 메뉴 */
    #quick_menu {
        bottom: 1rem;
        right: 1rem;
        justify-content: center;
        align-items: center;
        gap: 6px;
        display: none !important;
    }

        #quick_menu a.expandable:hover, #quick_menu a.expandable:hover .inner_ctr, #quick_menu .top:hover {
            border-bottom-right-radius: 500rem;
        }

        #quick_menu a.expandable .inner_ctr p {
            display: none !important;
        }

        #quick_menu a.expandable .inner_ctr, #quick_menu a.expandable:hover, #quick_menu a, #quick_menu a.expandable .inner_ctr .icon {
            width: 50px;
            height: 50px;
        }

            #quick_menu a.expandable .inner_ctr .icon {
                font-size: 1.4em;
            }

            #quick_menu a.top {
                width: 34px;
                height: 34px;
                margin-top: 0.3rem;
            }




    #main .visual_btn {
        transform: scale(0.9) translateY(50%);
    }


    /* 메인 */
    #main {
		background-position: 50% 20%;
    }
        /* 메인텍스트 */
        #main .main_txt {
            padding: 2rem 0 0rem;
			width: 100%;
            transform: scale(0.9);
            transform-origin: center;
        }

            #main .main_txt p {
                width: 100%;
                letter-spacing: -0.225rem
            }

                #main .main_txt p:last-child span {
                    display: block;
                    line-height: 1.2
                }

        /* 메인 - 비주얼 */
        #main .main_visual {
            transform: scale(0.85);
			margin-top: -10%;
        }

    img[class^="visual_txt"] {
        transform: scale(1.35);
    }

    #main .visual_btn {
        transform: scale(0.85) translateY(50%);
    }

	#prod_sect00 {
    padding: var(--sec_pd) 0;
    background-size: 50%;
    background-position: center;
	}

    #prod_sect00 .wrap {
        padding: calc(var(--sec_pd) * 4) 0.5rem;
		background-size: 50%;
        background-position: center bottom;
		text-align: center!important;
    }
	#prod_sect00 .prod_sect_tit {
		margin-bottom: calc(var(--sec_pd) * 3);
	}
    #prod_sect01 {
        padding: 5rem 0 1rem;
    }	
	.sect3_img{
	width: 60%;
	height: auto;
}
	#prod_sect02 .prod_sect_tit {
		text-align: center!important;
	}

    /*.addPlus {position: relative}*/
    .addPlus > span {
        display: none
    }

    .infos {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; /* 중앙 배치를 위해 사용 */
        width: 100%;
        height: 880px; /* 컨테이너 높이 */
        margin: -3rem auto;
        z-index: 4;
    }

        .infos:before, .infos:after {
            display: none;
        }

    .info {
        width: 200px;
        height: 200px;
    }


        /* 카드 위치 및 겹치기 */
        .info.card-1 {
            top: 20%;
            left: 50%; /* 중앙보다 왼쪽 */
        }

        .info.card-2 {
            top: 40%;
            left: 50%; /* 약간 오른쪽 */
        }

        .info.card-3 {
            top: 60%;
            left: 50%; /* 더 오른쪽 */
        }

        .info.card-4 {
            top: 80%;
            left: 50%; /* 가장 오른쪽 */
        }

        /* 카드 번호 표시 */
        .info:before {
            content: attr(data-index); /* 카드 번호 */
            font-size: 2rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -30px;
            color: var(--brt_point);
        }


    /* 푸터 */
    #footer {
        padding: calc(var(--sec_pd) * 2 ) 0 calc(var(--sec_pd) * 8);
    }

        #footer .wrap {
            display: block
        }
		 
        #footer .footerL {
            text-align: center;
        }
            /* 푸터 - 로고 */
            #footer .footerL .logo {
                padding: 1rem 0 3rem;
            }

                #footer .footerL .logo img {
                    height: 30px;
                }

            #footer .footerL > a {
                margin: 1rem auto;
                padding: 0.65rem 1rem 0.55rem;
            }
			#footer a p img {
				width: 13px;
				top: -6px
			}
        /* 푸터 - 텍스트 */
        #footer .txt_ctr {
            width: 100%;
            padding-left: 15px;
            padding-right: 50px;
        }
}

@media ( max-width: 600px ) {

    /* 메인 */
    #main {
		padding: 15px 0px 0px;
		background-position: 50% 30%;
    }
	
    /* 메인 - 비주얼 */
        #main .main_visual {
            transform: scale(0.65);
			margin-top: -25%;
        }

    img[class^="visual_txt"] {
        transform: scale(0.8);
    }
	#main .main_visual .visual_txt1 {
		left: 10%;
		top: 36%;
	}

	#main .main_visual .visual_txt2 {
		left: 27%;
		top: -9%;
	}

	#main .main_visual .visual_txt3 {
		right: 10%;
		top: 27%;
	}

    #main .visual_btn {
        transform: scale(0.65) translateY(50%);
        margin-bottom: -1rem;
    }

    #prod_sect01 {
        padding: 5rem 1.5rem 1rem
    }
        /* 메인_상품_섹션*/


    .infos {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; /* 중앙 배치를 위해 사용 */
        width: 100%;
        height: 880px; /* 컨테이너 높이 */
        margin: -3rem auto;
        z-index: 4;
    }

        .infos:before, .infos:after {
            display: none;
        }


    /* 카드 위치 및 겹치기 */
    .info.card-1 {
        top: 20%;
        left: 50%;
    }

    .info.card-2 {
        top: 40%;
        left: 50%;
    }

    .info.card-3 {
        top: 60%;
        left: 50%;
    }

    .info.card-4 {
        top: 80%;
        left: 50%;
    }

	.sect3_img{
	width: 50%;
	height: auto;
}


    #prod_sect02 {
        padding: 2rem 1.5rem 5rem
    }

    .prod_sect_tit {
        /*text-align: center!important;*/
    }
        /*공통 타이틀*/
        .prod_sect_tit p.titend_red, .prod_sect_tit p.titend_red span,
        .prod_sect_tit p.titend_org, .prod_sect_tit p.titend_org span {
            font-size: 3rem !important;
        }

    .prod01_img {
        width: 80%;
    }

    .imgbox {
        width: 100%;
        min-width: 100%;
        flex-direction: column;
    }

    .prod02_imgL {
        width: 90%;
        /*display: block;*/
        height: auto;
        margin-left: -5%;
    }

    .prod02_imgR {
        /*display: inline-block;*/
        width: 80%;
        height: auto;
        margin-top: -10%;
        margin-left: 35%;
        margin-bottom: 5%;
    }

    /* 푸터 display: block; calc(var(--sec_pd) * 13)*/
    #footer {
        padding: calc(var(--sec_pd) * 4 ) 0;
    }

    #footer a p img {
		width: 11px;
		top: -4px
	}

    /* #application_form 기본 z-index 설정 */
    #application_form {
        z-index: -1;
    }

        /* form 표시될 때 z-index 최상단 */
        #application_form.show {
            z-index: 99999;
        }
}

@media ( max-width: 400px ) {

    /* 메인 */
    #main {
		background-position: 50% 30%;
    }
	
    /* 메인 - 비주얼 */
	#main .main_visual .visual_txt1 {
		left: 20%;
		top: 4%;
	}

	#main .main_visual .visual_txt2 {
		left: 35%;
		top: -18%;
	}

	#main .main_visual .visual_txt3 {
		right: 19%;
		top: 9%;
	}

    #main .visual_btn {
        transform: scale(0.5) translateY(50%);
        margin-bottom: -2.5rem;
	}
}

/***** 가로모드 *****/
@media screen and (orientation: Portrait ) and ( max-width: 900px ) {
#main {
		background-position: 50% 30%;
    }
	
    /* 메인 - 비주얼 */
	#main .main_visual .visual_txt1 {
		left: 20%;
		top: 4%;
	}

	#main .main_visual .visual_txt2 {
		left: 35%;
		top: -18%;
	}

	#main .main_visual .visual_txt3 {
		right: 19%;
		top: 9%;
	}

    #main .visual_btn {
        transform: scale(0.5) translateY(50%);
        margin-bottom: -2.5rem;
	}
}

/* ==================== oneWaySend ==================== */

.result_page {
    text-align: center;
    position: absolute;
    width: 100%;
    height: inherit;
}

    .result_page .innerwrap {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .result_page img {
        width: 110px;
    }

    .result_page strong {
        display: inline-block;
        font-size: 1.4em;
        margin-top: 1.5rem;
    }

    .result_page a {
        background-color: rgba(0,0,0,0.8);
        color: var(--white);
        padding: 0.7rem 2rem;
        border-radius: 500px;
        margin-top: 2.5rem !important;
    }

@media only screen and (min-width: 300px) and (max-width: 850px) {
    .result_page img {
        width: 85px;
    }

    .result_page strong {
        display: inline-block;
        font-size: 1.4em;
        margin-top: 1.2rem;
    }

    .result_page a {
        margin-top: 2rem !important;
    }
	#footer a p img {
		width: 10px;
		top: -3px
	}
}

@media screen and (max-width: 375px) and (orientation:portrait) {
    /* 헤더 - 토글 */
    #header .header_menu .toggle {
        letter-spacing: 0;
        padding: 1.65rem 0 2rem;
    }

    #header .header_menu .dropdown .dropdown_menu a {
        font-size: 1em;
    }


    /* 푸터 - 텍스트 */
    #footer .txt_ctr {
        font-size: 0.85em;
    }
	#footer a p img {
		width: 10px;
		top: -3px
	}

}
/* ========================================================================== */
/* 바운스 애니메이션 */
@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

.bounce {
    animation: bounce 1.5s infinite;
}
