@charset "utf-8";
/* CSS Document */
/*공통*/
[id^="sect_0"] {
    transition: all var(--q_trans);
}

.half {
    width: 49% !important;
}

.sect_tit {
    line-height: 1;
}

    .sect_tit .tit_bar {
        display: inline-block;
        width: calc(var(--base-px) * 2);
        height: calc(var(--base-px) * 8);
        content: '';
    }
ul.line_list, ul.dot_list {
	padding-inline-start: 1.5rem;
	margin-top: 0.5rem;
}
ul.line_list li:not(:last-child), ul.dot_list li:not(:last-child) {
            margin-bottom: 0.5rem;
        }
ul.line_list li:before{
	content: "-  "!important;
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: -1rem;
	color: inherit!important;
}
ul.dot_list li:before{
			content: "ㆍ  "!important;
			display: inline-block;
			margin-left: -1rem;
			color: inherit!important;
		}

table th {
    height: 72px;
}
/*섹션1*/
#sect_01 {
    height: auto;
    min-height: 1080px;
    position: relative;
}

    #sect_01 .sect_tit {
        width: 42%;
        padding-left: 6rem;
        background-image: url("../images/sect_01_img.png");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #sect_01 .sect_01_cont {
        min-width: 58%;
    }

        /*아이콘+타이틀*/
        #sect_01 .sect_01_cont .sect_01_list .icon_tit {
            width: 30%
        }

            #sect_01 .sect_01_cont .sect_01_list .icon_tit icon {
                margin-left: 5rem;
                width: 50px;
                aspect-ratio: 1/1;
            }

                #sect_01 .sect_01_cont .sect_01_list .icon_tit icon img {
                    margin: auto !important;
                }

            #sect_01 .sect_01_cont .sect_01_list .icon_tit p.bold {
                width: auto
            }

        /*상품설명*/
        #sect_01 .sect_01_cont .sect_01_list p.medium {
            width: 60%
        }

            #sect_01 .sect_01_cont .sect_01_list p.medium span.bold {
                display: inline-block;
                line-height: 1;
                width: 150px;
                text-align: center
            }

/*섹션2*/
#sect_02 {
    padding: calc(var(--sec_pd) / 2) 0 var(--sec_pd);
    background-image: url("../images/sect_02_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

    #sect_02 .sect_tit {
    }

    #sect_02 .sect_02_cont {
        width: 100%;
    }

        #sect_02 .sect_02_cont .Lside {
            width: 180px;
        }

        #sect_02 .sect_02_cont .Rside {
            width: calc(100% - 180px);
        }

    /*섹션02 리스트*/
    #sect_02 ul {
        padding-inline-start: 1.5rem;
    }

        #sect_02 ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }
		#sect_02 ul li:before{
			content: "-  "!important;
			display: inline-block;
			margin-right: 0.5rem;
			margin-left: -1rem;
			color: inherit!important;
		}

        /*#sect_02 ul li::marker {
            content: "-  "!important;
            color: inherit!important;
        }*/
        #sect_02 ul li.noMaker:before {
            content: " "!important;
			display: inline-block;
			width: 0.5rem;
        }
      
    /*자동차 둥둥 이미지*/
    #sect_02 .sect_02_car_red, #sect_02 .sect_02_car_blue, #sect_02 .sect_02_img {
        position: absolute;
    }

    #sect_02 .sect_02_car_red {
        right: 0;
        top: 8%;
    }

    #sect_02 .sect_02_car_blue {
        left: 0;
        top: 36%;
    }

    #sect_02 .sect_02_img {
        right: 5%;
        bottom: 1%;
    }
/*섹션3*/
#sect_03 {
    padding: var(--sec_pd) 0;
    background-image: url("../images/sect_03_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*섹션4*/
#sect_04 {
    padding: var(--sec_pd) 0;
}
    #sect_04 .sect_04_cont {
        width: 100%;
    }

        #sect_04 .sect_04_cont .Lside {
            width: 230px;
        }

        #sect_04 .sect_04_cont .Rside {
            width: calc(100% - 230px);
        }
	/*섹션04 리스트*/
    #sect_04 ul {
        padding-inline-start: 1.5rem;
    }

        #sect_04 ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        /*#sect_04 ul li::marker {
            content: "ㆍ  "!important;
            color: inherit!important;
        }*/
		#sect_04 ul li:before{
			content: "ㆍ  "!important;
			display: inline-block;
			margin-left: -1rem;
			color: inherit!important;
		}
      
#sect_05  {
	padding: calc(var(--sec_pd) - 38px) 0;
	background-image: url("../images/sect_05_bg.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.sect_05_cont{

}
	/*섹트5카드*/
	.sect_05_card{
		flex: 1 1 30%;
		position: relative;
		align-content: stretch;
		align-items: stretch
		/* flex-grow: 1; flex-shrink: 1; flex-basis: 0%; */
	}	
	.sect_05_card:after{
		position: absolute; 
		top: 50%;
		left: 0%;
		transform: translateX(-100%) translateY(-50%);
		content: url("../images/sect_05_stroke.png");
		z-index: -1;
	}
			.sect_05_card:nth-child(1):after,
			.sect_05_card:nth-child(4):after{
				visibility: hidden;			
			}
/* ==================== 해상도 1380px 이상 ==================== */

@media (max-width: 1380px) {

    table th {
        height: 40px;
    }
    /*섹션1*/
    #sect_01 {
        min-height: auto;
        flex-wrap: wrap;
    }

        #sect_01 .sect_tit {
            justify-content: flex-start;
            width: 100%;
            padding-left: 2.5rem;
			padding-top: 4rem;
			padding-bottom: 3rem;
            background-color: var(--point);
			background-image: url("../images/m_car.png");
			background-position: 87% center;
			background-size: 40%;
        }

        #sect_01 .sect_01_cont {
            width: 100%;
            padding: 1rem 0;
            border: 10px solid var(--point);
			border-bottom-width: 30px
        }

            /*아이콘+타이틀*/
            #sect_01 .sect_01_cont .sect_01_list .icon_tit {
                width: 40%
            }

                #sect_01 .sect_01_cont .sect_01_list .icon_tit icon {
                    margin-left: 2rem;
                    width: 28px;
                }

            /*상품설명*/
            #sect_01 .sect_01_cont .sect_01_list p.medium {
                width: 60%
            }

                #sect_01 .sect_01_cont .sect_01_list p.medium span.bold {
                    width: 150px;
                }
    /*섹션2*/
    #sect_02 {
        padding: var(--sec_pd) 0;
        background-size: contain;
        background-position: top center;
        background-repeat: repeat-y;
    }

        #sect_02 .sect_tit {
        }

        #sect_02 .sect_02_cont .bg_point_righter {
            padding-left: 3rem;
            padding-right: 3rem;
            flex-direction: column;
        }

        #sect_02 .sect_02_cont .Lside,
        #sect_02 .sect_02_cont .Rside {
            width: 100%;
        }

        #sect_02 .sect_02_cont .Lside {
            font-size: 120%;
        }
        /*자동차 둥둥 이미지*/
        #sect_02 .sect_02_car_red, #sect_02 .sect_02_car_blue, #sect_02 .sect_02_img {
            height: auto;
        }

        #sect_02 .sect_02_car_red {
            width: 110px;
            right: 0;
            top: 3.5%;
        }

        #sect_02 .sect_02_car_blue {
            /*width: 85px;
				left: -3%;
				top: 50%;*/
            visibility: hidden;
        }

        #sect_02 .sect_02_img {
            width: 80px;
            right: 5%;
            bottom: 1%;
        }
	#sect_03 .sect_tit .fs_32 {font-size: 80%!important;}
	#sect_04 .sect_04_cont > .d_flex.px_6{
		flex-direction: column
	}
	#sect_04 .sect_04_cont .Lside,
	#sect_04 .sect_04_cont .Rside {
		width: 100%;
	}
	#sect_04 .sect_04_cont .Lside {
				font-size: 120%;
        }
	#sect_05 {
		padding: var(--sec_pd) 0;
	}
	/*섹트5카드*/
	.sect_05_card{
		flex: 1 1 45%;
	}	
		.sect_05_card:after{
			visibility: hidden!important;
		}
		
}
/* ==================== 모바일 레이아웃 ==================== */
@media (max-width: 1280px) {
    .card.p_ver {
        display: none !important;
    }

    img.m_ver {
        display: block !important;
        margin: 0 auto !important;
    }

    .half {
        width: 100% !important;
    }
}

@media (max-width: 900px) {

}

@media (max-width: 600px) {
	ul.dot_list li:before, #sect_04 ul li:before{
		margin-left: -.75rem;
	}
		/*섹트5카드*/
	.sect_05_card{
		flex: 1 1 100%;
		padding: 1rem
	}	
}

@media ( max-width: 400px ) {
}
