/* 공통 */
section{
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#nav{
    background-color: rgba(255,255,255,.4);
}
body{
    font-family: "AppleSDGothicNeo" , "Noto Sans KR", 'GmarketSansBold', sans-serif;
	letter-spacing: -1px;
}
p,a,li {
    line-height: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

section > div{
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

section .section_title{
    text-align: center;
    padding: 50px 0;
}

section .section_title p{
    font-size: 2.8rem;
    font-weight: 600;
    white-space: pre-line;
}
/* --------------------------------------------- */





/* --------------------------------------------- */
.banner{
    padding: 0;
}

.banner_wrap{
    width: 100%;
    padding: 0;
    max-width: 100%;
}

#content_package .banner_wrap{
    padding-top: 80px;
    background-color: #000;
    min-height: 90vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

#content_package .banner_wrap p{
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    white-space: pre-line;
}

#content_package .banner_wrap p:nth-child(2){
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
}

#content_package .banner_wrap p:nth-child(3){
    color: #707070;
    font-size: 2rem;
    white-space: pre-line;
}
#content_package .banner_wrap p:nth-child(3) strong{
    font-weight: bold;
    color: #aaa;
}

#content_package .banner_wrap .button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

#content_package .banner_wrap a{
    text-align: center;
    transition: all .5s;

    font-size: 1.3rem;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    width: 250px;
    min-height: 100px;
    padding: 20px 0;
    border-radius: 50px;
    font-weight: bold;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content_package .banner_wrap a:hover{
    background: #0079FF;
    color: #fff;
}
/* --------------------------------------------- */






/* --------------------------------------------- */
#content_package .section1{
    background-image: url(/place/includes/images/place-bg2.png);
}

#content_package .section1_title p{
    white-space: pre-line;
    line-height: 1.4;
}

#content_package .section1_title p:nth-child(2){
    font-size: 1.6rem;
    margin-top: 30px;
    font-weight: normal;
}

#content_package .content{
    padding: 50px 0;
}

#content_package .content_list{
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

#content_package .content_list .content_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#content_package .content_list .content_box > div{
    width: 18%;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px #ddd solid;
}

#content_package .content_list .content_box > div img{
    width: 100%;
    display: flex;
    box-shadow: 10px 10px 20px #DADDDF;
}

#content_package .content_list .caption_box{
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -58px;
}

#content_package .content_list .caption_box > div{
    width: 18%;
    text-align: center;
    padding: 20px 0;
}

#content_package .content_list .caption_box > div p{
    width: 150px;
    border: 2px #0079FF solid;
    margin: 0 auto;
    padding: 15px 0 13px;
    border-radius: 50px;
}
/* --------------------------------------------- */





/* --------------------------------------------- */
#content_package .section2{
    background-image: url(/place/includes/images/place-bg.png);
    padding: 150px 0 100px;
}

#content_package .section2 .section2_wrap{
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}

#content_package .section2 .left {
    width: 55%;
}

#content_package .section2 .right{
    width: 40%;
}

#content_package .section2 .left_box{
    display: flex;
    position: relative;
}

#content_package .section2 .left_box .img_box{
    position: absolute;
}

#content_package .section2 .left_box .img_box::after{
    font-size: 0.95rem;
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    box-sizing: border-box;
}

#content_package .section2 .left_box .img_box1{
    position: relative;
    z-index: 1;
    left: 0;
}

#content_package .section2 .left_box .img_box1::after{
    background-image: url(/place/includes/images/package_sectiondeco1.png);
    width: 200px;
    height: 95px;
    content: "네이버 파워링크 유료광고";
    padding: 55px 30px 0;
    left: -30px;
    top: -50px;
    animation: swing 5s infinite linear alternate-reverse;
    transform-origin: right bottom;
}

#content_package .section2 .left_box .img_box2{
    left: 53%;
    transform: translate(-50%, 50%);
    bottom: 20%;
    z-index: 10;
}

#content_package .section2 .left_box .img_box2::after{
    content: "플레이스 업체정보 노출";
    background-image: url(/place/includes/images/package_sectiondeco2.png);
    width: 165px;
    height: 90px;
    bottom: 0;
    left: 0;
    padding: 50px 15px 0;
    animation: swing 5s infinite 0.3s linear alternate;
    transform-origin: left top;
}
#content_package .section2 .left_box .img_box3{
    right: 0;
    top: -40px;
    z-index: 2;
}

#content_package .section2 .left_box .img_box3::after{
    content: "VIEW 리뷰포스트 콘텐츠";;
    background-image: url(/place/includes/images/package_sectiondeco3.png);
    width: 200px;
    height: 90px;
    padding: 50px 30px 0;
    right: -50px;
    animation: swing 5s infinite 0.3s linear alternate;
    transform-origin: left bottom;
}

@keyframes swing1 {
    to{
        transform: rotateX(-10deg);
    }
    from{
        transform: rotateX(10deg);
    }

}

@keyframes swing2 {
    to{
        transform: rotate(5deg);
    }
    from{
        transform: rotate(-5deg);
    }

}


#content_package .section2 .right .text_title p:first-child{
    font-size: 1.9rem;
    font-weight: bold;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content_package .section2 .right .text_title p,
#content_package .section2 .right .text_box p{
    white-space: pre-line;
}

#content_package .section2 .right .text_title p:nth-child(2){
    font-size: 1.25rem;
    word-break: keep-all;
}

#content_package .section2 .right .text_box p{
    margin-top: 30px;
    word-break: keep-all;
}

#content_package .section2 .right .text_box p:last-child{
    background-color: #000;
    color: #fff;
    white-space: pre-line;
    padding: 5px 8px;
}
/* --------------------------------------------- */





/* --------------------------------------------- */
#content_package .section3{
    background-image: url(/place/includes/images/place-bg2.png);
}
#content_package .section3 .section3_wrap{
    padding: 80px 0;
}
#content_package .section3 .section3_bg{
    display: flex;
    justify-content: center;
}
#content_package .section3 .section3_bg img{
    max-width: 500px;
    width: 100%;
}
#content_package .section3 .section3_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
#content_package .section3 .section3_title p:first-child{
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

#content_package .section3 .section3_title p{
    font-size: 1.6rem;
    white-space: pre-line;
    font-weight: normal;
    margin-top: 10px;
}

#content_package .section3 .section3_title p:last-of-type{
    background-color: #000;
    color: #fff;
    white-space: pre-line;
    padding: 5px 8px;
}

#content_package .section3 .section3_slide{
    position: relative;
}

#content_package .section3 .swiper{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#content_package .section3 .swiper-wrapper img {
    width: 100%;
}

#content_package .section3 .caption{
    background: url(/place/includes/images/caption.png) no-repeat center / contain;
    width: 200px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    color: #fff;
    position: absolute;

}

#content_package .section3 .caption1{
    top: 45%;
    transform: translateY(-50%);
    left: 10%;
}

#content_package .section3 .caption2{
    top: 48%;
    transform: translateY(-50%);
    left: 10%;
}
/* --------------------------------------------- */





/* --------------------------------------------- */
#content_package .section4{
    padding-bottom: 0;
}

#content_package .section4 .section4_wrap{
    width: 100%;
    max-width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

#content_package .section4 .section4_wrap::after{
    content: "";
    width: 100%;
    height: 0;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    position: absolute;
    bottom: 0;
    /* animation: slideUp 3s; */
    transition: all 3s;
}

#content_package .section4 .section4_wrap.fade_up::after{
    height: 100%;
}

/* @keyframes slideUp {
    to{
        height: 500px;
    }
    from{
        height: 0;
    }
} */

#content_package .section4 .section4_title{
    position: relative;
    z-index: 99;
}

#content_package .section4 .section4_title p:first-child{
    white-space: pre-line;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2.5rem;
}

#content_package .section4 .section4_title p{
    font-size: 1.5rem;
    font-weight: normal;
}
/* --------------------------------------------- */



/* --------------------------------------------- */
#content_package .section5{
    background-color: #000;
}

#content_package .section5 .section5_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0;
    row-gap: 40px;
}

#content_package .section5 .list_box {
    background-color: #2D2E30;
    border-radius: 20px;
    padding: 40px;
}

#content_package .section5 .list_box .text_box p{
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1.2rem;
    word-break: keep-all;
}
#content_package .section5 .list_box .text_box p.small{
    font-size: 1.1rem;
    color: #aaa;
}

#content_package .section5 .list_box .text_box p:first-child{
    font-size: 1.6rem;
}

#content_package .section5 .list_box img{
    width: 100%;
}
#content_package .section5 .list_box1{
    width: 37%;
    padding: 60px 50px;
}

#content_package .section5 .list_box1 p{
    color: #01FFAB;
    font-size: 2.5rem;
    font-weight: 600;
    /* word-break: keep-all; */

}

#content_package .section5 .list_box2{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#content_package .section5 .list_box2 .text_box p:first-child{
    color: #01FFAB;
    
}

#content_package .section5 .list_box2 .img_box{
    border-radius: 10px;
    height: 250px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

#content_package .section5 .list_box3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#content_package .section5 .list_box3 .text_box {
    width: 55%;
}

#content_package .section5 .list_box3 .text_box p:first-child{
    color: #01C6FF;
}


#content_package .section5 .list_box3 .img_box{
    width: 40%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

#content_package .section5 .list_box3 .img_box img{
    animation: roll 35s linear alternate infinite;
}


@keyframes roll {
    to{
        transform: translateY(calc(-100% + 360px));
    }
    from{
        transform: translateY(0);
    }
}

#content_package .section5 .list_box4{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#content_package .section5 .list_box4 .text_box p:first-child{
    color: #01FFAB;
}

#content_package .section5 .list_box4 .text_box a{
    color: #fff;
    padding: 10px 20px;
    border: 1px #fff solid;
    width: 140px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

#content_package .section5 .list_box4 .text_box a:hover{
    color: #01C6FF;
    border: #01C6FF 1px solid;
}

#content_package .section5 .list_box4 .img_box{
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

#content_package .section5 .list_box4 .img_box img{
    animation: roll2 40s linear infinite 1s alternate;
}
@keyframes roll2 {
    to{
        transform: translateY(calc(-100% + 360px));
    }
    from{
        transform: translateY(0);
    }
}



#content_package .section5 .list_box5 {
    width: 42%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
}

#content_package .section5 .list_box5 .text_box p:first-child{
    color: #01C6FF;
    white-space: pre-line;
}

#content_package .section5 .list_box5 .text_box span{
    color: #838383;
}

#content_package .section5 .list_box5 .img_box{
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

#content_package .section5 .list_box5 .img_box img{
    animation: roll3 5s linear infinite alternate;
}


@keyframes roll3 {
    to{
        transform: translateY(calc(-100% + 360px));
    }
    from{
        transform: translateY(0);
    }
}

#content_package .section5 .list_box6{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#content_package .section5 .list_box6 .text_box{
    width: 50%;
}

#content_package .section5 .list_box6 .text_box p:first-child{
    color: #01FFAB;
}

#content_package .section5 .list_box6 .img_box{
    width: 45%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;   
}
#content_package .section5 .list_box7 .img_box{
    height: 250px;
}
#content_package .section5 .list_box7 .img_box img{
    animation: roll4 15s linear infinite alternate;
}

@keyframes roll4 {
    to{
        transform: translateY(calc(-100% + 250px));
    }
    from{
        transform: translateY(0);
    }
}

#content_package .section5 .bottom_text{
    padding-bottom: 50px;
}

#content_package .section5 .bottom_text p{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    white-space: pre-line;
}

#content_package .section5 .bottom_text p span{
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 2.2rem;
}
/* --------------------------------------------- */





/* --------------------------------------------- */
#content_package .section6{
    background-image: url(/place/includes/images/place-bg.png);
}

#content_package .section6 .section6_content{
    padding: 50px 0;
}

#content_package .section6 .content_wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 80px 0;
}

#content_package .section6 .content_wrap::after{
    content: "";
    width: 87%;
    height: 3px;
    background-color: #a1a1a1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#content_package .section6 .content_wrap .text{
    padding-top: 40px;
    position: relative;
}

#content_package .section6 .content_wrap .text::before{
    content: "";
    width: 30px;
    height: 30px;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    position: absolute;
    border-radius: 50px;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

#content_package .section6 .content_wrap .text p{
    white-space: pre-line;
    text-align: center;
    font-size: 1.1rem;
    word-break: keep-all;
}

#content_package .section6 .contact_box{
    text-align: center;
}

#content_package .section6 .contact_box .contact p{
    font-size: 2.5rem;
    font-weight: 600;
}

#content_package .section6 .contact_box .contact_btn a{
    margin: 50px auto;
    margin-bottom: 30px;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    width: 250px;
    padding: 20px 0;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 50px;
}

#content_package .section6 .contact_box .contact_btn a:hover{
    background: #0079FF;
    color: #fff;
}
/* --------------------------------------------- */





/* --------------------------------------------- */
#content_package .section7{
    background-image: url(/place/includes/images/place-bg2.png);
}

#content_package .section7 .text_area{
    background-color: #fff;
    box-shadow: 10px 10px 20px #DADDDF;
    width: 80%;
    margin: 50px auto;
}

#content_package .section7 .text_area .text_list{
    padding: 60px;
}

#content_package .section7 .text_area .text_list li{
    font-size: 1.2rem;
    margin-bottom: 50px;
    padding-left: 50px;
    position: relative;
}

#content_package .section7 .text_area .text_list li:last-child{
    margin: 0;
}

#content_package .section7 .text_area .text_list li::before{
    content: "";
    background: url(/place/includes/images/text_list.svg) no-repeat center  / contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#content_package .section7 .bottom_text{
    padding: 30px;
    text-align: center;
}

#content_package .section7 .bottom_text p{
    white-space: pre-line;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}

#content_package .section7 .bottom_text p span{
    color: #01C6FF;
}
/* --------------------------------------------- */




/* --------------------------------------------- */
#content_package .section8{
    background-image: url(/place/includes/images/section8_bg.jpg);
    color: #fff;
}

#content_package .section8 .section8_wrap{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 80px; 
}

#content_package .section8 .section8_title{
    text-align: left;
    padding: 0%;
}

#content_package .section8 .text_box{
    margin-bottom: 150px;
}


#content_package .section8 .text_box p{
    margin-bottom: 20px;
    white-space: pre-line;
    font-size: 1.4rem;
    line-height: 1.5;
    word-break: keep-all;
}

#content_package .section8 .img_box{
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    position: relative;
}

#content_package .section8 .img_box::after{
    content: "";
    width: 0;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -23px;
    left: 0;
    transition: all 3s linear;
}


#content_package .section8.show .img_box::after{
    width: 100%;
}

#content_package .section8 .img_box .img{
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}

#content_package .section8 .img_box .img p{
    color: #01C6FF;
    position: relative;
    z-index: 9;
    margin-top: 10px;
}

#content_package .section8 .img_box .img::after{
    content: "";
    position: absolute;
}

#content_package .section8 .img_box .img1::after{
    background: url(/place/includes/images/section8_img1.svg) no-repeat center / contain;
    width: 180px;
    height: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    
}

#content_package .section8 .img_box .img2::after{
    background: url(/place/includes/images/section8_img2.svg) no-repeat center / contain;
    width: 180px;
    height: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    
}

#content_package .section8 .img_box .img_text p{
    font-size: 2.6rem;
    font-weight: 600;
}
/* --------------------------------------------- */




/* --------------------------------------------- */
#content_package .section9{
    background-image: url(/place/includes/images/section9_bg.png);
}

#content_package .section9 .package_info{

}

#content_package .section9 .info_title{
    text-align: center;
}

#content_package .section9 .info_title p{
    font-size: 2rem;
    font-weight: 600;
}

#content_package .section9 .info_list{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    flex-wrap: wrap;
}
#content_package .section9 .button-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content_package .section9 .button-box .main-text{
    font-size: 1.5rem;
    white-space: pre-line;
    text-align: center;
}
#content_package .section9 .button-box .link-text{
    margin-top: 15px;
    color: #111;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 50px;
}

#content_package .section9 .list{
    background-color: #fff;
    box-shadow: 10px 10px 20px #DADDDF;
    width: 31%;
    padding: 30px;
    text-align: center;
    border-radius: 20px;

}
#content_package .section9 .list .text_list li{
    margin-bottom: 30px;
    font-size: 1rem;
    word-break: keep-all;
    white-space: pre-line;
}


#content_package .section9 .list1{
    width: 100%;
    margin-bottom: 30px;
}



#content_package .section9 .list1 .text_list li span{
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
    font-size: 1.4rem;
}

#content_package .section9 .list1 .text_list li i{
    font-size: .9rem;
}

#content_package .section9 .list .list_title{
    margin-bottom: 30px;
}

#content_package .section9 .list .list_title p{
    font-weight: bold;
    font-size: 1.6rem;
}

#content_package .section9 .list1 ul{
    display: flex;
    justify-content: space-between;
}

#content_package .section9 .list1 ul li{
    width: 19%;
    /* box-shadow: 10px 10px 20px #DADDDF; */
    border-radius: 20px;
    padding: 50px 30px 60px;
    word-break: keep-all;
    line-height: 1.5;
}

#content_package .section9 .list1 ul li span{
    word-break: keep-all;
    height: 80px;
    line-height: 1.3;
}

#content_package .section9 .section9__text__box{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#content_package .section9 .section9__text__box .item{
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 10px 10px 20px #dadddf;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#content_package .section9 .section9__text__box .item .title{

}
#content_package .section9 .section9__text__box .item .title p{
    font-size: 1.5rem;
}
#content_package .section9 .section9__text__box .item .text{

}
#content_package .section9 .section9__text__box .item .text p{
    font-size: 1.2rem;
}


/* --------------------------------------------- */





/* --------------------------------------------- */
#content_package .section10{
    background-image: url(/place/includes/images/place-bg2.png);
    padding-bottom: 0;
}

#content_package .section10 .option_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    background-color: #eee;
    box-shadow: 10px 10px 20px #DADDDF;
    padding: 40px;
    border-radius: 20px;
}

#content_package .section10 .option{
    width: 18%;
    background-color: #fff;
    box-shadow: 10px 10px 20px #DADDDF;
    padding: 30px 0;
    text-align: center;
    border-radius: 20px;

}

#content_package .section10 .option_title{
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 30px;
    border-radius: 20px;
}

#content_package .section10 .list_title{
    position: relative;
    padding: 40px 0 25px;
}

#content_package .section10 .list_title p{
    white-space: pre-line;
}

#content_package .section10 .list_title::before{
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

#content_package .section10 .option1 .list_title::before{
    background-image: url(/place/includes/images/option1.svg);

}

#content_package .section10 .option2 .list_title::before{
    background-image: url(/place/includes/images/option2.svg);

}

#content_package .section10 .option3 .list_title::before{
    background-image: url(/place/includes/images/option3.svg);

}

#content_package .section10 .option4 .list_title::before{
    background-image: url(/place/includes/images/option4.svg);

}

#content_package .section10 .option5 .list_title::before{
    background-image: url(/place/includes/images/option5.svg);

}

#content_package .section10 .option6 .list_title::before{
    background-image: url(/place/includes/images/option6.svg);

}



#content_package .section10 .list li{
    margin-bottom: 15px;
    white-space: pre-line;
    font-size: 0.9rem;
}

#content_package .section10 .list li span{
    display: inline-block;
    white-space: pre-line;
    font-size: 0.9rem;
}


#content_package .section10 .option4 .point,
#content_package .section10 .option5 .point{
    color: red;
}

#content_package .section10 .notice_wrap{
    background-color: #ECECEC;
    padding: 50px;
}

#content_package .section10 .notice_title{
    margin-bottom: 20px;
}

#content_package .section10 .notice_title p{
    padding-left: 30px;
    font-size: 1.2rem;
    position: relative;
    font-weight: bold;
    color: #707070;

}

#content_package .section10 .notice_title p::before{
    content: "";
    background: url(/place/includes/images/notice.svg) no-repeat center / contain;
    width: 25px;
    height: 25px;
    position: absolute; 
    top: 43%;
    transform: translateY(-50%);
    left: 0;
}
/* --------------------------------------------- */




/* --------------------------------------------- */
#content_package .section11 {
    background-color: #000;
}

#content_package .section11 p{
    color: #fff;
}

#content_package .section11 .process_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: 50px 0 80px;
}

#content_package .section11 .process_box::before{
    content: "";
    position: absolute;
    width: 0;
    height: 30px;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    border-radius: 50px;
    bottom: -45px;
    left: 0;
    transition: all 5s linear;
}

#content_package .section11.gaege .process_box::before{
    width: 100%;
}

#content_package .section11 .process{
    width: 13%;
    text-align: center;
}

#content_package .section11 .process .text p{
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
}

#content_package .section11 .process .text p::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    opacity: 0;
    transition: all 1s linear;
}

#content_package .section11 .process1 .text p::after{
    transition-delay: 1s;
}
#content_package .section11 .process2 .text p::after{
    transition-delay: 1.5s;
}
#content_package .section11 .process3 .text p::after{
    transition-delay: 2s;
}
#content_package .section11 .process4 .text p::after{
    transition-delay: 2.5s;
}
#content_package .section11 .process5 .text p::after{
    transition-delay: 3.5s;
}
#content_package .section11 .process6 .text p::after{
    transition-delay: 4s;
}
#content_package .section11 .process7 .text p::after{
    transition-delay: 4.5s;
}


#content_package .section11 .process.show .text p::after{
    opacity: 1;
}

#content_package .section11 .bottom_text{
    padding: 80px 0;
    text-align: center;
}

#content_package .section11 .bottom_text p{
    font-size: 2.5rem;
    font-weight: 600;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content_package .section11 .bottom_text .contact{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
    flex-wrap: wrap;
}
#content_package .section11 .bottom_text a{
    font-size: 1.3rem;
    background: linear-gradient(16deg, rgba(0,121,255,1) 0%, rgba(3,255,227,1) 51%, rgba(0,255,149,1) 100%);
    max-width: 250px;
    width: 100%;
    min-height: 100px;
    padding: 20px 0;
    border-radius: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
}

#content_package .section11 .bottom_text a:hover{
    background: #0079FF;
    color: #fff;
}

/* media query */

@media all and (max-width: 1600px){
    #content_package .section6 .content_wrap::after{
        width: 85%;
    }
}

@media all and (max-width: 1440px){
    html{
        font-size: 15px;
    }
    #content_package .section2 .left_box .img_box1{
        width: 80%;
    }
    
    #content_package .section2 .left_box .img_box3{
        width: 50%;
    }

    #content_package .section2 .left_box .img_box2{
        width: 35%;
    }

    #content_package .section2 .left_box .img_box img{
        width: 100%;
    }

    #content_package .section2 .right .text_title p:first-child{
        word-break: keep-all;
    }
}

@media all and (max-width: 1250px){
    html{
        font-size: 14px;
    }

    section > div{
        width: 85%;
    }
    #content_package .section5 .bottom_text p{
        word-break: keep-all;
    }

    #content_package .section5 .list_box1 p{
        font-size: 2.3rem;
    }

    #content_package .section5 .list_box2 .img_box{
        height: 190px;
    }

    #content_package .section5 .list_box6 .img_box{
        height: 155px;
    }

    #content_package .section7 .text_area .text_list{
        padding: 50px;
    }

    #content_package .section8 .img_box::after{
        bottom: -29px;
    }

    #content_package .section9 .list .text_list li{
        margin-bottom: 15px;
    }

    #content_package .section10 .list li{
        line-height: 1.4;
    }


}

@media all and (max-width: 1050px){
    section .section_title p{
        font-size: 2.6rem;
    }

    #content_package .section2 .left{
        margin-top: 60px;
        width: 50%;
    }

    #content_package .section2 .left_box .img_box1::after{
        width: 180px;
        height: 90px;
        padding: 50px 25px 0;
    }

    #content_package .section2 .left_box .img_box3::after{
        width: 160px;
        height: 83px;
        padding: 50px 20px 0;
    }

    #content_package .section2 .left_box .img_box2::after{
        width: 147px;
        padding: 46px 15px 0;
    }

    #content_package .section2 .right .text_box p{
        margin-top: 15px;
    }

    #content_package .section3 .caption1{
        top: 40%;
    }

    #content_package .section3 .caption2{
        top: 42%;
    }

    #content_package .section5 .list_box{
        padding: 30px;
    }

    #content_package .section5 .list_box1 p {
        font-size: 2.1rem;
    }

    #content_package .section5 .list_box2 .img_box {
        height: 170px;
    }

    #content_package .section5 .list_box6 .img_box {
        height: 138px;
    }

    #content_package .section6 .contact_box .contact_btn a {
        width: 200px;
        padding: 15px 0;
    }

    #content_package .section7 .text_area .text_list li{
        word-break: keep-all;
    }

    #content_package .section9 .list1 ul li{
        padding: 50px 10px 60px;
    }

    #content_package .section10 .option_list{
        padding: 30px;
    }

    #content_package .section10 .list_title::before{
        width: 35px;
        height: 35px;
    }

    #content_package .section11 p{
        font-size: 2.4rem;
    }

    #content_package .section11 .process .text p{
        font-size: 1.4rem;
    }

    #content_package .section11 .bottom_text a{
        width: 200px;
        padding: 15px 0;
    }
}

@media all and (max-width: 950px){
    html{
        font-size: 13px;
    }

    #content_package .content_list .caption_box > div p{
        width: auto;
        padding: 13px 0 11px;
    }

    #content_package .section2 {
        padding: 130px 0 80px;
    }

    #content_package .section3 .section3_wrap{
        padding: 50px 0;
    }

    #content_package .section4 .section4_wrap{
        height: 400px;
    }

    #content_package .section5 .list_box2 .img_box {
        height: 150px;
    }

    #content_package .section5 .list_box6 .img_box {
        height: 125px;
    }

    #content_package .section6 .content_wrap::after {
        width: 80%;
    }

    #content_package .section6 .contact_box .contact_btn a{
        font-size: 1.2rem;
    }

    #content_package .section7 .text_area{
        width: 100%;
        margin: 30px auto;
    }

    #content_package .section8 .text_box{
        margin-bottom: 100px;
    }

    #content_package .section8 .img_box .img1::after{
        width: 160px;
        height: 140px;
    }

    #content_package .section8 .img_box .img2::after{
        width: 160px;
        height: 160px;
    }

    #content_package .section8 .img_box::after {
        bottom: -13px;
    }

    #content_package .section9 .list{
        padding: 30px 20px;
    }

    #content_package .section10 .option_list{
        padding: 20px;
    }

    #content_package .section11 .process_box::before{
        height: 25px;
    }

    #content_package .section11 .process .text p::after{
        width: 25px;
        height: 25px;
    }
}

@media all and (max-width: 768px){
    /* html{
        font-size: 12px;
    } */

    #content_package .banner_wrap p:nth-child(2){
        font-size: 4.8rem;
    }

    #content_package .banner_wrap p{
        font-size: 2.4rem;
    }

    #content_package .banner_wrap p:nth-child(3){
        font-size: 1.8rem;
    }

    #content_package .section1_title p{
        font-size: 2.4rem;
    }

    #content_package .section1_title p:nth-child(2){
        font-size: 1.4rem;
    }

    #content_package .content_list .caption_box > div p{
        font-size: 1.1rem;
    }

    #content_package .section2{
        padding: 80px 0 60px;
    }

    #content_package .section2 .section2_wrap{
        padding: 80px 0;
        flex-wrap: wrap-reverse;
        
    }

    #content_package .section2 .left{
        width: 100%;
        margin: 0 auto;
        margin-top: 130px;
    }

    #content_package .section2 .right{
        width: 100%;
        margin: 0 auto;
    }

    #content_package .section2 .right .text_title p:first-child{
        font-size: 2.2rem;
    }

    #content_package .section2 .right .text_box p{
        font-size: 1.1rem;
    }

    #content_package .section2 .left_box .img_box::after{
        font-size: 1.1rem;
        text-align: center;
    }

    #content_package .section2 .left_box .img_box1::after{
        padding: 50px 20px 0;
    }

    #content_package .section2 .left_box .img_box2::after{
        width: 165px;
    }

    #content_package .section2 .left_box .img_box3::after{
        padding: 50px 15px 0;
        right: 0px;
    }

    section .section_title p{
        font-size: 2.4rem;
    }

    #content_package .section3 .section3_title p:nth-child(2){
        font-size: 1.4rem;
    }

    #content_package .section3 .caption{
        width: 150px;
        height: 90px;
    }

    #content_package .section4 .section4_title p:first-child{
        font-size: 2.2rem;
    }

    #content_package .section5 .list_box1 p{
        font-size: 1.9rem;
    }

    #content_package .section5 .list_box2 .img_box {
        height: 120px;
    }

    #content_package .section5 .list_box {
        padding: 20px;
    }

    #content_package .section5 .list_box6 .img_box {
        height: 100px;
    }

    #content_package .section6 .content_wrap{
        margin-top: 30px;
    }

    #content_package .section6 .section6_content{
        padding-top: 20px;
    }

    #content_package .section6 .content_wrap .text::before{
        width: 25px;
        height: 25px;
    }

    #content_package .section6 .content_wrap::after {
        width: 78%;
    }

    section .section7_title p{
        word-break: keep-all;
    }

    #content_package .section7 .text_area .text_list {
        padding: 50px 30px;
    }

    #content_package .section7 .bottom_text p{
        font-size: 1.9rem;
        white-space: normal;
        word-break: keep-all;
    }

    #content_package .section8 .text_box p{
        white-space: normal;
    }

    #content_package .section8 .img_box .img1::after{
        width: 140px;
        height: 120px;
        top: -61px;
    }

    #content_package .section8 .img_box .img2::after {
        width: 140px;
        height: 140px;
        top: -82px;
    }

    #content_package .section8 .img_box .img_text p{
        font-size: 2.3rem;
    }

    #content_package .section9 .list1 ul{
        flex-wrap: wrap;
    }

    #content_package .section9 .list {
        padding: 50px 20px;
    }

    #content_package .section9 .list1 ul li{
        padding: 30px 10px 40px;
        width: 100%;
        margin-bottom: 0;
    }



    #content_package .section9 .list1 ul li span{
        height: auto;
    }

    #content_package .section10 .option_list{
        flex-wrap: wrap;
        justify-content: center;
    }

    #content_package .section10 .option{
        width: 30%;
        margin: 10px ;
    }
}

@media all and (max-width: 650px){
    html{
        font-size: 12px;
    }

    #content_package .content_list .content_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #content_package .content_list .content_box > div {
        width: 55%;
        margin-bottom: 100px;
        position: relative;
    }

    #content_package .content_list .caption_box{
        width: 100%;
        z-index: 10;
        bottom: -50px;

    }

    #content_package .content_list .caption_box > div{
        width: 50%;
        margin: 0 auto;
    }

    #content_package .content_list .content_box > div img{
        border-radius: 20px;
    }

    #content_package .section2{
        padding-top: 30px;
    }

    #content_package .section3 .swiper{
        width: 100%;
    }

    #content_package .swiper-button-prev,  #content_package .swiper-container-rtl .swiper-button-next{
        left: -30px;
    }

    #content_package .swiper-button-next, #content_package .swiper-container-rtl .swiper-button-prev{
        right: -30px;
    }



    #content_package .section3 .section3_title p:first-child{
        font-size: 2.2rem;
        word-break: keep-all;
    }

    #content_package .section4 .section4_title p:first-child{
        word-break: keep-all;
        white-space: normal;
    }

    #content_package .section6 .content_wrap .text p{
        width: 100px;
        white-space: normal;
    }

    #content_package .section9 .list .text_list li{
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    #content_package .section9 .list2 .text_list li span{
        display: block;
    }

    #content_package .section10 .option_title{
        font-size: 1.4rem;
    }

    #content_package .section10 .list_title p{
        font-size: 1.2rem;
    }

    #content_package .section10 .list li{
        font-size: 1.1rem;
        word-break: keep-all;
    }

    #content_package .section10 .option{
        width: 28%;
    }

    #content_package .section5 .list_box{
        width: 100%;
    }

    #content_package .section5 .list_box2{
        margin-top: 40px;
    }
    #content_package .section5 .list_box5{
        margin: 40px 0;
    }

    #content_package .section5 .list_box3{
        flex-wrap: wrap;
    }

    #content_package .section5 .list_box6{
        margin: 0;
        flex-wrap: wrap;
    }

    #content_package .section5 .list_box6 .text_box,
    #content_package .section5 .list_box3 .text_box{
        width: 100%;
    }

    #content_package .section5 .list_box3 .img_box{
        width: 100%;
    }

    #content_package .section5 .list_box6 .img_box{
        width: 100%;
        height: 170px;
    }

    #content_package .section5 .list_box2 .img_box {
        height: 180px;
    }

    #content_package .section7 .bottom_text{
        padding: 30px 0;
    }

    #content_package .section8 .img_box::after {
        bottom: -17px;
    }

    #content_package .section{
        background-size: contain;
    }

    #content_package .section11 p{
        word-break: keep-all;
    }
    
}

@media all and (max-width:580px){
    #content_package .section8 .img_box .img_text p {
        font-size: 2rem;
    }

    #content_package .banner_wrap{
        padding: 150px 0;
    }
}

@media all and (max-width:500px){


    #content_package .banner_wrap p{
        font-size: 2rem;
    }

    #content_package .banner_wrap p:nth-child(2) {
        font-size: 4rem;
    }

    #content_package .banner_wrap p:nth-child(3) {
        font-size: 1.6rem;
    }

    #content_package .section1_title p{
        font-size: 2.2rem;
        white-space: normal;
        word-break: keep-all;
    }

    #content_package .content_list .content_box > div{
        width: 70%;
    }

    #content_package .section4 .section4_wrap {
        height: 300px;
        padding: 0 20px;
    }

    #content_package .section4 .section4_title p:first-child{
        font-size: 2rem;
    }

    #content_package .section4 .section4_title p{
        font-size: 1.4rem;
        word-break: keep-all;
    }

    #content_package .section5 .section5_list{
        padding: 50px 0;
    }

    #content_package .section6 .content_wrap .text p{
        width: 80px;
    }

    #content_package .section6 .contact_box .contact p{
        word-break: keep-all;
    }

    section .section_title p {
        font-size: 2.3rem;
        word-break: keep-all;
    }

    #content_package .section7 .text_area .text_list li::before{
        width: 30px;
        height: 30px;
    }

    #content_package .section8 .img_box{
        padding-top: 30px;
    }

    #content_package .section8 .img_box .img p {
        margin-top: 111px;
    }

    #content_package .section8 .img_box .img_text p{
        margin-bottom: 100px;
    }

    #content_package .section8 .img_box .img1::after {
        width: 100px;
        height: 100px;
        top: 54px;
    }

    #content_package .section8 .img_box .img2::after {
        width: 100px;
        height: 100px;
        top: 51px;
    }

    #content_package .section8 .img_box::after {
        bottom: -9px;
    }

    #content_package .section9 .list{
        width: 100%;
    }

    #content_package .section9 .list {
        padding: 30px 20px;
        margin: 15px 0;
    }

    #content_package .section9 .list .list_title {
        margin-bottom: 20px;
    }

    #content_package .section10 .option {
        width: 100%;
    }

    #content_package .section10 .notice_wrap{
        padding: 40px 30px;
    }
    
    #content_package .section11 .process_box{
        justify-content: space-between;
    }

    #content_package .section11 .process_box::before{
        height: 20px;
    }

    #content_package .section11 .process .text p::after {
        width: 20px;
        height: 20px;
    }

    #content_package .section11 .process .text p {
        font-size: 1.3rem;
    }

    .section11_wrap{
        width: 90%;
    }

    #content_package .section3 .caption2 {
        top: 39%;
    }

    #content_package .section3 .caption2 {
        top: 39%;
    }

    #content_package .swiper-button-next,  #content_package .swiper-button-prev{
        width: 33px;
        height: 29px;
        background-size: contain;
    }

    #content_package .section5 .list_box5 .text_box span{
        display: inline-block;
        margin-bottom: 20px;
    }

    #content_package .section5 .list_box2 .img_box,
    #content_package .section5 .list_box6 .img_box {
        height: 139px;
    }

    #content_package .section7 .text_area .text_list li{
        margin-bottom: 30px;
    }

    
    
}

@media all and (max-width:430px){

    #content_package .banner_wrap{
        padding: 80px 10px 50px;
        word-break: keep-all;
        gap: 30px;
    }

    #content_package .banner_wrap p:nth-child(2){
        font-size: 3.0rem;
    }

    #content_package .banner_wrap p{
        font-size: 1.5rem;
    }
    #content_package .banner_wrap a{
        margin: 0;
        padding: 10px 40px;
        width: fit-content;
        font-size: 1.2rem;
    }

    #content_package .content_list .content_box > div {
        width: 100%;
    }
    
    #content_package .content{
        padding: 0;
    }

    #content_package .section2 .section2_wrap{
        padding: 40px 0;
    }

    #content_package .section2 .right .text_box p{
        line-height: 1.6;
    }

    #content_package .content_list .caption_box{
        bottom: 0;
        background-color: transparent;
    }
    #content_package .content_list .caption_box > div p{
        background-color: #fff;
    }
    #content_package .content_list .content_box > div{
        margin-bottom: 0;
    }
    #content_package .content_list .content_box{gap: 40px;}

    

    #content_package .section2 .left_box .img_box1::after {
        padding: 50px 13px 0;
    }

    #content_package .section2 .left_box .img_box1::after {
        width: 114px;
        height: 98px;
    }

    #content_package .section2 .left_box .img_box3::after {
        width: 110px;
        height: 106px;
    }

    #content_package .section2 .left_box .img_box2::after{
        bottom: -30px;
        width: 140px;
    }

    #content_package .section3 .section3_title p:nth-child(2){
        font-size: 1.2rem;
    }
    
    #content_package .section3 .caption1 {
        top: 30%;
        left: 3%;
    }
    #content_package .section3 .section3_wrap{
        padding: 0;
    }

    #content_package .section4 .section4_title p:first-child{
        font-size: 1.8rem;
    }

    #content_package .section4 .section4_title p{
        font-size: 1.25rem;
    }

    #content_package .section5 .list_box .text_box p{
        line-height: 1.6;
    }
    #content_package .section5 .list_box7{
        margin-bottom: 40px;
    }

    #content_package .section8 .img_box .img {
        font-size: 1.5rem;
        width: 11%;
    }

    #content_package .section8 .img_box .img_text p {
        font-size: 1.6rem;
    }

    #content_package .section8 .img_box::after {
        bottom: -13px;
    }

    #content_package .section8 .img_box .img1::after {
        width: 90px;
        height: 90px;
        top: 84px;
    }

    #content_package .section8 .img_box .img2::after {
        width: 90px;
        height: 90px;
        top: 81px;
    }

    #content_package .section8 .img_box .img p {
        margin-top: 132px;
        text-align: center;
    }

    #content_package .section11 .process_box{
        align-items: flex-end;
    }

    #content_package .section11 .process .text p {
        font-size: 1.1rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    

    #content_package .section11 p,
    section .section_title p{
        font-size: 2.1rem;
    }
    #content_package .section5 .list_box2 .img_box, #content_package .section5 .list_box6 .img_box {
        height: 99px;
    }


}

@media all and (max-width:375px){

    #content_package .section6 .content_wrap .text p {
        width: 68px;
    }

    #content_package .section6 .contact_box .contact p{
        font-size: 2rem;
    }

    #content_package .section7 .bottom_text p{
        font-size: 1.6rem;
    }

    #content_package .section8 .text_box p{
        font-size: 1.2rem;
    }

    #content_package .section8 .img_box .img_text p {
        font-size: 1.4rem;
    }

    #content_package .section8 .img_box::after {
        bottom: -18px;
    }

    #content_package .section8 .img_box .img{
        font-size: 1.2rem;
    }

    #content_package .section8 .img_box .img_text p {
        margin-bottom: 50px;
    }

    #content_package .section9 .info_title p{
        font-size: 1.5rem;
        word-break: keep-all;
    }

    #content_package .section11 p, section .section_title p{
        font-size: 1.8rem;
    }

    #content_package .section11 .process{
        width: 6%;
    }

    #content_package .section11 .process .text p {
        font-size: 1rem;
    }

    #content_package .section11 .bottom_text p{
        font-size: 1.8rem;
    }

    #content_package .section11 .bottom_text{
        padding: 50px 0;
    }
}




