.container{
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}
.quick{
    position: fixed;
    right: 0;
    top: 490px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    box-sizing: border-box;
}
.quick .quick-kakao{
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(../images/img-kakao.svg) 50% 32px no-repeat #FDE500;
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #3C1E1E;
    border-radius: 14px 0 0 0;
    box-sizing: border-box;
}
.quick .quick-phone{
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(../images/img-phone.svg) 50% 32px no-repeat #222;
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 0 0 0 14px;
    box-sizing: border-box;
}
.landing-logo{
    position: relative;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
}
.landing-logo::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 176px;
    height: 30px;
    transform: translate(-50%,-50%);
    background: url(../images/landing-logo.svg) 50% no-repeat;
    box-sizing: border-box;
}
.landing-sec01{
    position: relative;
    width: 100%;
    height: 560px;
    background: url(../images/landing-sec01-img.png) 50% 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.landing-sec01 .landing-sec01-title{
    padding-top: 160px;
    box-sizing: border-box;
}
.landing-sec01 .landing-sec01-title h2{
    font-size: 50px;
    font-weight: 700;
}
.landing-sec01 .landing-sec01-title p{
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
}
.landing-sec02{
    position: relative;
    width: 100%;
    padding: 110px 0 140px 0;
    box-sizing: border-box;
}
.landing-sec02 .landing-sec02-title h5{
    text-align: center;
    color: #FF2266;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
}
.landing-sec02 .landing-sec02-title h2{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.landing-sec02 .landing-sec02-title  p{
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
.landing-sec02 .landing-sec02-contents{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    box-sizing: border-box;
}
.landing-sec02 .landing-sec02-contents .landing-sec02-content{
    width: 240px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-img{
    width: 240px;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
}
.landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-img img{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt{
    margin-top: 30px;
}
.landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt h6{
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 14px;
}
.landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt p{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #666;
}
.landing-sec03{
    z-index: 10;
    position: relative;
}
.landing-sec03 .landing-sec03-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 220px;
    border-radius: 14px;
    background: url(../images/landing-sec03.png) 50% 0 no-repeat;
    background-size: cover;
}
.landing-sec03 .landing-sec03-banner::after{
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    background: url(../images/ico-next.svg) 50% no-repeat;
    box-sizing: border-box;
}
.landing-sec04{
    position: relative;
    width: 100%;
    height: 916px;
    background: url(../images/landing-sec04.png) 50% 0 no-repeat;
    background-size: cover;
    margin-top: -110px;
    box-sizing: border-box;
}
.landing-sec04 .landing-sec04-title{
    padding-top: 230px;
    box-sizing: border-box;
}
.landing-sec04 .landing-sec04-title h2{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
.landing-sec04 .landing-sec04-title p{
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
}
.landing-sec04 .landing-sec04-contents{
    padding-top: 60px;
    box-sizing: border-box;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-title h3 span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-left: 10px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box{
    width: 640px;
    margin-top: 24px;
    box-sizing: border-box;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul{
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li{
    width: 120px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li:first-child{
    width: 80px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li + li{
    margin-left: 10px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li:first-child + li{
    margin-left: 20px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: rgba(0,0,0,.2);
    margin: 0 auto;
    box-sizing: border-box;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 34px;
    height: 34px;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico01::after{
    background: url(../images/landing-sec04-ico01.svg) 50% 0 no-repeat;
    background-size: cover;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico02::after{
    background: url(../images/landing-sec04-ico02.svg) 50% 0 no-repeat;
    background-size: cover;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico03::after{
    background: url(../images/landing-sec04-ico03.svg) 50% 0 no-repeat;
    background-size: cover;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico04::after{
    background: url(../images/landing-sec04-ico04.svg) 50% 0 no-repeat;
    background-size: cover;
}
.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico05::after{
    width: 28px;
    height: 46px;
    background: url(../images/landing-sec04-ico05.svg) 50% 0 no-repeat;
    background-size: cover;
}

.rental-sec01{
    position: relative;
    width: 100%;
    height: 750px;
    padding-top: 120px;
    background: url(../images/landing2-sec01-img.png) 50% 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.rental-sec01 h5{
    text-align: center;
    color: #FF2266;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}
.rental-sec01 h2{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.rental-sec02{
    position: relative;
    width: 100%;
    padding: 110px 0 100px 0;
    box-sizing: border-box;
}
.rental-sec02 h2{
    display: block;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 40px;
}
.rental-sec02 .rental-service{
    width: 100%;
    margin-bottom: 80px;
    display: flex;
}
.rental-sec02 .rental-service .rental-service-img{
    width: 50%;
    height: 260px;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
}
.rental-sec02 .rental-service .rental-service-img img{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.rental-sec02 .rental-service .rental-service-txt{
    width: 50%;
    padding: 40px 0px 40px 50px;
    box-sizing: border-box;
}
.rental-sec02 .rental-service .rental-service-txt h5{
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rental-sec02 .rental-service .rental-service-txt p{
    display: block;
    font-size: 20px;
    font-weight: 300;
}
.rental-sec02 .rental-advantage h4{
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.rental-sec02 .rental-advantage ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.rental-sec02 .rental-advantage ul li{
    width: 50%;
    display: flex;
    margin-bottom: 40px;
}
.rental-sec02 .rental-advantage ul li p{
    width: calc(100% - 140px);
    padding: 6px 40px 0 24px;
    font-size: 20px;
    font-weight: 300;
    box-sizing: border-box;
}
.rental-sec02 .rental-advantage ul li p span{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 10px;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 14px;
    background: #f9f9f9;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico01::after{
    background: url(../images/landing2-sec02-ico01.svg) 50% 0 no-repeat;
    background-size: cover;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico02::after{
    background: url(../images/landing2-sec02-ico02.svg) 50% 0 no-repeat;
    background-size: cover;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico03::after{
    background: url(../images/landing2-sec02-ico03.svg) 50% 0 no-repeat;
    background-size: cover;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico04::after{
    background: url(../images/landing2-sec02-ico04.svg) 50% 0 no-repeat;
    background-size: cover;
}
.rental-sec02 .rental-advantage ul li .rental-advantage-ico05::after{
    background: url(../images/landing2-sec02-ico05.svg) 50% 0 no-repeat;
    background-size: cover;
}
.rental-sec03{
    position: relative;
    width: 100%;
    height: 750px;
    padding-top: 110px;
    background: url(../images/landing2-sec03-img.png) 50% 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.rental-sec03 p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rental-sec03 h2{
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
.rental-sec03 .btn-kakao-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.rental-sec03 .btn-kakao{
    font-size: 21px;
    font-weight: 600;
    padding: 22px 80px 22px 120px;
    background: url(../images/img-kakao.svg) 20px 50% no-repeat #FDE500;
    background-size: 50px auto;
    border-radius: 14px;
    margin: 0 auto;
}


.footer{
    width: 100%;
    padding: 50px 0 150px 0;
    background: #d9d9d9;
    box-sizing: border-box;
}
.footer .footer-txt{
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}
.footer .footer-txt2 ul{
    width: 100%;
    display: flex;
}
.footer .footer-txt2 ul li{
    width: 300px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}
.t-mobile{
    display: none !important;
}
@media (max-width: 1300px) {
	.quick{
		top: 50%;
		transform: translateY(-50%);
	}
    .quick .quick-kakao{
        width: 120px;
        height: 120px;
        background-size: 40px auto;
        padding: 20px 0;
    }
    .quick .quick-phone{
        width: 120px;
        height: 120px;
        background : url(../images/img-phone.svg) 50% 22px no-repeat #222;
        background-size: 30px auto;
        padding: 20px 0;
    }
}
@media (max-width: 1180px) {
    .container{
        width: 100%;
        padding: 0 30px;
    }
}
@media (max-width: 1080px) {
    .landing-sec02 .landing-sec02-contents{
        justify-content: flex-start;
        flex-wrap: wrap
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content{
        width: 49.5%;
        flex-direction: row;
        margin-bottom: 40px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt{
        padding-left: 24px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt h6{
        font-size: 21px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt p{
        font-size: 16px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt h6,.landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt p{
        text-align: left;
    }
}
@media (max-width: 950px) {
    .container{
        width: 100%;
        padding: 0 30px;
    }
    .t-pc{
        display: none !important;
    }
    .t-mobile{
        display: block !important;
    }
    .landing-sec02{
        padding: 80px 0;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-img{
        width: 200px;
        height: 140px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt{
        width: calc(100% - 200px);
    }
    .landing-sec03 .landing-sec03-banner{
        height: 160px;
        font-size: 34px;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li + li{
        margin-left: 0px;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li:first-child + li{
        margin-left: 10px;
    }
    .rental-sec01{
        padding-top: 80px;
        height: 520px;
    }
    .rental-sec01 h5{
        font-size: 24px;
    }
    .rental-sec02{
        padding-top: 80px;
    }
    .rental-sec01 h2,.rental-sec02 h2{
        font-size: 40px;
    }
    .rental-sec02 .rental-service .rental-service-txt{
        padding-left: 30px
    }
    .rental-sec02 .rental-advantage ul li p{
        font-size: 16px;
        width: calc(100% - 120px);
    }
    .rental-sec02 .rental-advantage ul li .rental-advantage-ico{
        width: 110px;
        height: 110px;
    }
    .rental-sec02 .rental-advantage ul li .rental-advantage-ico::after{
        width: 54px;
        height: 54px;
    }
    .rental-sec03 h2{
        font-size: 34px;
    }
    .rental-sec03 p{
        font-size: 16px;
    }
    .rental-sec03 .btn-kakao{
        font-size: 16px;
        padding: 22px 60px 22px 100px;
    }
}
@media (max-width: 740px) {
    .quick{
        width: 100%;
        flex-direction: row;
        top: auto;
        transform: none;
        bottom:0;
    }
    .quick .quick-kakao{
        width: 50%;
        height: 60px;
        background: url(../images/img-kakao.svg) 20px 50% no-repeat #FDE500;
        background-size: 34px auto;
        border-radius: 0;
    }
    .quick .quick-phone{
        width: 50%;
        height: 60px;
        background: url(../images/img-phone.svg) 20px 50% no-repeat #222;
        background-size: 28px auto;
        padding: 20px 0 20px 40px;
        border-radius: 0;
    }
    .container{
        padding: 0 20px;
    }
    .landing-sec01 .landing-sec01-title{
        padding-top:370px;
    }
    .landing-sec02 .landing-sec02-title h2{
        font-size: 40px;
    }
    .landing-sec02 .landing-sec02-title p{
        font-size: 18px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content{
        flex-direction: column;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-img{
        width: 90%;
        margin: 0 auto;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt{
        margin-top: 14px
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt{
        width: 100%;
    }
    .landing-sec04{
        height: 1000px;
        background: url(../images/landing-sec04.png) calc(50% - 110px) 0 no-repeat;
        background-size: cover;
    }
    .landing-sec04 .landing-sec04-title{
        padding-top: 180px
    }
    .landing-sec04 .landing-sec04-title h2{
        font-size: 34px;
    }
    .landing-sec04 .landing-sec04-title p{
        width: 55%;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-title h3 span{
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box{
        width: 100%;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul{
        width: 60%;
        flex-wrap: wrap;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box li{
        margin-bottom: 14px;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li,.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li:first-child{
        width: 32%;
    }
    
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico{
        margin: 0;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li:first-child + li{
        margin-left: 0px;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li p{
        text-align: left;
    }
}
@media (max-width: 480px) {
    .quick .quick-phone,.quick .quick-kakao{
        padding-left: 30px;
    }
    .landing-sec01{
        height: 360px;
        background: url(../images/landing-sec01-img-m.png) 50% 0 no-repeat;
        background-size: cover;
    }
    .landing-sec01 .landing-sec01-title{
        padding-top:220px;
    }
    .landing-sec01 .landing-sec01-title h2{
        font-size: 30px;
    }
    .landing-sec02 .landing-sec02-title h2{
        font-size: 26px;
        letter-spacing: -1px;
    }
    .landing-sec02 .landing-sec02-title h5{
        font-size: 24px;
    }
    .landing-sec01 .landing-sec01-title p,.landing-sec02 .landing-sec02-title p{
        font-size: 16px;
        margin-top: 10px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt p{
        font-size: 15px;
        letter-spacing: -1px;
    }
    .landing-sec02 .landing-sec02-contents .landing-sec02-content .landing-sec02-content-txt{
        padding-left: 4px;
    }
    .landing-sec03 .landing-sec03-banner{
        font-size: 28px;
    }
    .landing-sec03 .landing-sec03-banner::before{
   	    content: 'CLICK !';
	    position: absolute;
	    bottom: 14px;
	    right: 20px;
	    font-size: 18px;
	    color: #ff2266;
	    text-shadow: 0px 0px 4px #fff;
	    font-style: italic;
    }
    .landing-sec03 .landing-sec03-banner::after{
        display: none;
    }
    .landing-sec04{
        margin-top: -80px;
        background: url(../images/landing-sec04-m.png) 50% 0 no-repeat;
        background-size: cover;
    }
    .landing-sec04 .landing-sec04-title{
        padding-top: 110px;
    }
    .landing-sec04 .landing-sec04-title h2{
        font-size: 28px;
    }
    .landing-sec04 .landing-sec04-title p{
        width: 100%;
        font-size: 16px;
    }
    .landing-sec04 .landing-sec04-contents{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30px 20px 10px 20px;
        background: rgba(0,0,0,.2);
        box-sizing: border-box;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-title h3{
        width: 100%;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box .landing-sec04-contents-box-ico{
        width: 60px;
        height: 60px;
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li,.landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li:first-child{
        width: 50%;
        display: flex
    }
    .landing-sec04 .landing-sec04-contents .landing-sec04-contents-box ul li p{
        padding: 0 0 0 10px;
    }
    .footer .footer-txt2 ul{
        flex-wrap: wrap;
    }
    .footer .footer-txt2 ul li{
        width: 100%;
    }
    .rental-sec01{
        padding-top: 80px;
        height: 520px;
        background: url(../images/landing2-sec01-img-m.png) 50% 0 no-repeat;
        background-size: cover;
    }
    .rental-sec01 h5{
        font-size: 18px;
    }
    .rental-sec01 h2,.rental-sec02 h2,.rental-sec03 h2{
        font-size: 28px;
        letter-spacing: -1px;
    }
    .rental-sec02 .rental-service{
        flex-direction: column;
    }
    .rental-sec02 .rental-service .rental-service-txt{
        width: 100%;
        padding: 20px 0 0 0;
    }
    .rental-sec02 .rental-service .rental-service-txt h5{
        font-size: 21px;
        margin-bottom: 10px;
    }
    .rental-sec02 .rental-advantage h4{
        font-size: 21px;
    }
    .rental-sec02 .rental-service .rental-service-txt p{
        font-size: 16px;
    }
    .rental-sec02 .rental-service .rental-service-img{
        width: 100%;
        height: 180px;
    }
    .rental-sec02 .rental-advantage ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .rental-sec02 .rental-advantage ul li p{
        padding: 6px 0px 0 24px;
    }
    .rental-sec03{
        padding-top: 80px;
        height: 540px;
        background: url(../images/landing2-sec03-img-m.png) 50% 0 no-repeat;
        background-size: cover;
    }
    .rental-sec03 p{
        margin-top: 20px;
    }
}