html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden !important;
}


/* header */
#header{
    /*background:#fff;*/
}
#hamBtn>div{
    background:#000;
}

/* banner */
#banner{
    width:100%; 
    height:420px;
    margin: 0 auto;
}
#bannerDim{
    width:100%; 
    height:420px; 
    background:rgba(0,0,0,0.7); 
    position:absolute; 
    z-index:2; 
    left:0; 
    top:0;
}
.banner_box h1{
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
}
.banner_box h4{
    padding-top: 10px;
    color: #9a9ba4;
}

.banner_box {
	overflow: hidden;
}
.categoryDes {
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
/* 공통 */
.title{
    padding-top: 50px;
    color: #50505d;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

/* detail */
#detail{
    /*margin-top:55px;*/
}

/* common */
#compDetail .title{
    position: relative;
    padding-bottom: 30px;
}
#compDetail .title:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    bottom: 17px; left: 0;
}
.sub_title{
    padding-top: 30px;
    color: #7e29b3;
    font-size: 16px; 
    font-weight: bold;
}
.sub_p{
    padding-top: 15px;
    color: #78787f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.comp_description{
    padding-top: 10px;
    color: #9a9ba4;
    font-size: 12px;
    line-height: 22px;
}
.title{
    font-size: 22px;
}

/*.fixPaddingBottom{
    padding-bottom:15px !important;
}
.fixPaddingTop{
    padding-top:15px !important;
}
.fixpaddingBottom44{
    padding-bottom: 15px;
}*/

/* banner */
.banner_cont{
    position:absolute; 
    padding:0 25px; 
    color:#fff; 
    top:50%; 
    /*margin-top:-8vw; */
    left:0; 
    z-index:3;
    transform: translateY(-50%);
}
.banner_cont h1{
    font-size: 22px;
    /*font-size: 35px;*/
    font-weight: bold;
    line-height: 45px;
}
.banner_cont p{
    font-size:2.75vw; 
    padding-top:2.5vw; 
    line-height:4vw;
}
#detailRemote{
    position:absolute; 
    display:inline-block; 
    bottom:7vw; 
    left:50%; 
    z-index:3;
}
#detailRemote a{
    float:left;
}
#remoteLeft{
    width:4vw; 
    height:8vw; 
    /*width: 18px !important;*/
    /*height: 40px !important;*/
    background: url(/img/detail_btn_l_click.png) center center / cover no-repeat;
}
#remoteList{
    width:8vw; 
    height:8vw; 
    /*width: 35px !important;*/
    /*height: 35px !important;*/
    margin: 0 65px;
    background: url(/img/btn_view.png) center center / cover no-repeat; margin:0 10vw;
}
#remoteRight{
    width:4vw;
    height:8vw; 
    /*width: 18px !important;*/
    /*height: 40px !important;*/
    background: url(/img/detail_btn_r_click.png) center center / cover no-repeat;
}

/* compLogo */
#compLogo{
    text-align:center; 
    padding-bottom:6.5vw;
}
#compLogo img{
    max-width:70%;
}

/* compDetail */
.compDetail_list{
    width: 100%;
    overflow: hidden;
}
.compDetail_sns_list{
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}
.compDetail_sns_item{
    overflow: hidden;
    float: left;
    width: 50%;
    padding-bottom: 20px;
    display: table;
}
.compDetail_sns_item:last-child{
    padding-bottom: 0;
}
.compDetail_sns_item img{
    float: left;
    width: 8vw;
    height: 8vw;
    background: #ddd;
    border-radius: 5px;
    margin-right: 10px;
}
.compDetail_sns_item ul{
    display: table-cell;
    vertical-align: middle;
    width: 30vw;
}
.compDetail_sns_item p{
    float: left;
    padding-top: 0;
    /*line-height: 40px;*/
}

/* video swiper */
#video{
    padding-top: 55px;
}
#video .swiper-button-next{
    margin-right: 20px;
    top: 42% !important;
    width: 40px !important;
    height: 40px !important;
}
#video .swiper-button-prev{
    margin-left: 20px;
    top: 42% !important;
    width: 40px !important;
    height: 40px !important;
}
#video .swiper-slide{
    width:100%;
}

/* video */
.videoItem{
    width:100%; 
    margin-bottom:30px;
}
.videoItem:last-child{
    margin-bottom:0;
}
.video_img_box{
    padding-top: 10px;
}
.video_img{
    width: 100%;
    overflow: hidden;
}
.video_img img{
    width: calc(33.33% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    height: 15vw;
    object-fit: cover;
    border-radius: 10px;
}
.video_img img:nth-child(3n){
    margin-right: 0;
}
.youtube_video{
    margin: 0 auto;
    width: 100%;
    height: 46vw;
    /*height: 186px;*/
}

/* next_video swiper */
.next_video_h3{
    padding-top: 70px;
    color: #50505d;
}
.next_video_table{
    position: relative;
    margin-bottom: 50px;
}
#next_video .swiper-container{
    padding-top: 15px;
}
#next_video .swiper-slide{
    height: 100% !important;
}
#next_video .swiper-button-prev{
    position: absolute;
    top: 51%;
    margin-left: -5px;
    width: 40px !important;
    height: 40px !important;
}
#next_video .swiper-button-next{
    position: absolute;
    top: 51%;
    margin-right: -5px;
    width: 40px !important;
    height: 40px !important;
}

/* next_video swiper */
.next_video_table{
    position: relative;
}
.swiper-button-prev{
    position: absolute;
    top: 41%;
    margin-left: -2px;
    width: 30px !important;
    height: 30px !important;
}
.swiper-button-next{
    position: absolute;
    top: 41%;
    margin-right: -2px;
    width: 30px !important;
    height: 30px !important;
}
.swiper-container{
    padding-top: 15px;
}
.swiper-wrapper{
    /*padding-bottom: 15px;*/
    height: auto;
}
.slide_img{
    width: 100%;
    height: 22vw;
    object-fit: cover;
    border-radius: 10px;
}
.slide_h3{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 17px;
    display: inline-block;
    font-size: 14px;
    color: #78787f;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}
.slide_p{
    color: #41414d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.next_video_table span{
    padding-top: 5px;
    color: #78787f;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 더보기 버튼 */
.next_video_button h3{
    float: left;
}
.next_video_button p{
    padding: 0;
    text-align: left;
    border: none;
    background: none;
}
.next_video_moreBtn{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
    background: #a631ef;
}
.next_video_moreBtn a{
    color: #fff;
    padding: 10px 30px;
}
.next_video_button{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}

/*detail_process*/
#detail_process{
    background: #212121;
}
.detail_process_h2{
    color: #fff;
}
.detail_process_p{
    color: #dcdcdc;
}
.detail_process_table{
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 40px;
}
.detail_process_item{
    width: calc(33.3333% - 10px);
    margin-right: 15px;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}
.detail_process_item:nth-child(3n){
    margin-right: 0;
}
.detail_process_item img{
    width: 100%;
    padding-bottom: 10px;
}

/*detail_contact*/
#detail_contact{
    /*background:url(/img/maindetail_contactBack.jpg) no-repeat;*/
    background: #f5f5f5;
    background-size:cover; 
    background-position:center;
    padding-bottom: 50px;
}
.detail_contactInputWrap{
    width:100%;
}
.detail_contactInputWrap:nth-child(2n){
    display: inline-block;
}
.popup .detail_contactInputWrap:nth-child(2n){
    display: inline-block;
    margin-right: 0;
}
.detail_contactInputWrap p{
    color: #4f4f5d;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}
.detail_contactInputWrap input{
    width:100%; 
    height: 40px; 
    line-height:10vw; 
    font-size: 14px; 
    border-radius:5px; 
    background:#fff; 
    padding:0 15px;
}
.detail_contactInputWrap input::placeholder{
    color: #7d7d7d; 
    font-weight:500; 
    font-size: 14px;
}

#detail_mainTerms{
    overflow:auto; 
    color:#a1a1a1;
}
#detail_mainTerms, #detail_mainQuestions{
    width:100%; 
    height:42vw; 
    background:#fff; 
    border-radius:5px; 
    font-size: 12px; 
    line-height: 23px; 
    padding:10px; 
    overflow:auto;
    border: 1px solid #ddd;
}
#detail_mainQuestions{
    resize:none; 
    font-weight:400; 
    font-family: 'Noto Sans Korean','Malgun Gothic','맑은 고딕',helvetica,'Apple SD Gothic Neo', sans-serif;
}
#detail_mainQuestions::placeholder{
    font-size: 14px;
}
.detail_contactCheckboxWrap{
    color:#fff; 
    font-size: 12px; 
    display:block; 
    margin: 20px 0 5px;
}   
#detail_contactSubmit{
    background:#a632f0; 
    text-align:center; 
    font-size: 14px;
    font-weight: bold; 
    border-radius: 50px;
    border:none;
    width: 100px;
    /*display: inline-block;*/
    margin:0 auto; 
    cursor:pointer; 
    margin-top: 50px;
    margin-bottom: 50px;
}
#detail_contactSubmit a{
    color: #fff;
    padding: 10px 30px;
}
.termsCheckCircle{
    width: 15px; 
    height: 15px; 
    position:relative;
    border: 1px solid #ddd;
    border-radius: 5px; 
    background:#fff;
    display: inline-block;
    float: left;
}
.termsCheckCircle>div{
    width: 11px; 
    height: 11px; 
    display:none; 
    position:absolute; 
    left:50%; 
    margin-left: -6px; 
    top:50%; 
    margin-top: -6px; 
    border-radius:50%; 
    background:#000;
}

.termsCheckCircle_pop{
    width: 15px; 
    height: 15px; 
    position:relative;
    border: 1px solid #ddd;
    border-radius: 5px; 
    background:#fff;
    display: inline-block;
    float: left;
}
.termsCheckCircle_pop>div{
    width: 11px; 
    height: 11px; 
    display:none; 
    position:absolute; 
    left:50%; 
    margin-left: -6px; 
    top:50%; 
    margin-top: -6px; 
    border-radius:50%; 
    background:#000;
}
#detail_termsCheck{
    display:none;
}  
#detail_checkboxWrap{
    width:100%; 
    display:block; 
    /*height:5vw; */
    overflow:hidden; 
    cursor:pointer;
    padding: 20px 0 0;
}
#detail_checkboxWrap div, #detail_checkboxWrap span{
    float:left;
}
#detail_checkboxWrap span{
    color: #50505d;;
    margin-left: 10px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    display: block;
    width: calc(100% - 40px);
}
#detail_checkboxWrap span em{
    font-weight: bold;
}

/*개인정보 수집 팝업*/
.Privacy_Policy{
    width: calc(100% - 40px);
    max-width:1200px;
    position: relative;
    display: none;
    background: #f5f5f5;
    border: 5px solid #f5f5f5;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    display: none;
}
.Privacy_Policy .detail_contactInputWrap{
    width:100%;
}
.Privacy_Policy_btn_close{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
}

#detail_mainTerms{
    overflow:auto; 
    color:#a1a1a1;
}
#detail_mainTerms, #detail_mainQuestions{
    width:100%; 
    height:42vw; 
    background:#fff; 
    border-radius:5px; 
    font-size: 12px; 
    line-height: 23px; 
    padding:10px; 
    overflow:auto;
    border: 1px solid #ddd;
}
#detail_mainQuestions{
    resize:none; 
    font-weight:400; 
    font-family: 'Noto Sans Korean','Malgun Gothic','맑은 고딕',helvetica,'Apple SD Gothic Neo', sans-serif;
}
#detail_mainQuestions::placeholder{
    font-size: 14px;
}


@media (min-width:600px) {
    /* common */
    .title{
        font-size: 36px;
        line-height: 45px;
    }
    .sub_title{
        font-size: 19px;
    }
    .sub_p{
        font-size: 16px;
        line-height: 26px;
    }
    .comp_description{
        font-size: 14px;
        line-height: 28px;
    }
    
    .banner_cont h1{
        font-size: 36px;
    }
    #detailRemote {
        bottom: 4vh;
    }
    #remoteLeft{
        /*width:4vw; */
        /*height:8vw; */
        width: 15px !important;
        height: 35px !important;
        background: url(/img/detail_btn_l_click.png) center center / cover no-repeat;
    }
    #remoteList{
        /*width:8vw; */
        /*height:8vw; */
        width: 30px !important;
        height: 30px !important;
        margin: 0 65px;
        background: url(/img/btn_view.png) center center / cover no-repeat; margin:0 10vw;
    }
    #remoteRight{
        /*width:4vw;*/
        /*height:8vw; */
        width: 15px !important;
        height: 35px !important;
        background: url(/img/detail_btn_r_click.png) center center / cover no-repeat;
    }

    
    /*compDetail*/
    .compDetail_sns_item{
        width: 33.3333%;
    }
    .compDetail_sns_item>ul{
        width: 22vw;
    }
    .compDetail_sns_item img{
        width: 6vw;
        height: 6vw;
    }
    
    /* video swiper */
    #video .swiper-button-next{
        top: 43% !important;
        margin-right: 25px;
    }
    #video .swiper-button-prev{
        top: 43% !important;
        margin-left: 25px;
    }
    .youtube_video{
        height: 50vw;
        /*height: 350px;*/
    }
    
    /* next_video swipter */
    .swiper-container{
        padding-top: 20px;
    }
    #next_video .swiper-button-prev{
        position: absolute;
        top: 44%;
        margin-left: 0px;
        width: 35px !important;
        height: 35px !important;
    }
    #next_video .swiper-button-next{
        position: absolute;
        top: 44%;
        margin-right: 0px;
        width: 35px !important;
        height: 35px !important;
    }
    
    /* next_video */
    .next_video_cont{
        margin-bottom: 50px;
    }
    .next_video_moreBtn a{
        padding: 15px 50px;
        font-size: 17px;
    }
    
    /*detail_process*/
    .detail_process_item{
        width: calc(33.3333% - 13.3333px);
        margin-right: 20px;
        font-size: 16px;
    }
    .detail_process_item:nth-child(3n){
        margin-right: 0;
    }
    
    /*detail_contact*/
    .detail_contactInputWrap p{
        font-size: 16px;
    }
    .termsCheckCircle{
        width: 20px;
        height: 20px;
    }
    .termsCheckCircle>div{
        width: 16px;
        height: 16px;
        margin-left: -8.5px;
        margin-top: -8.5px;
    }
    .termsCheckCircle_pop{
        width: 20px;
        height: 20px;
    }
    .termsCheckCircle_pop>div{
        width: 16px;
        height: 16px;
        margin-left: -8.5px;
        margin-top: -8.5px;
    }
    .detail_contactCheckboxWrap{
        margin: 30px 0 10px;
    }
    #detail_checkboxWrap{
        padding: 50px 0 0;
    }
    #detail_checkboxWrap span{
        font-size: 16px;
        line-height: 20px;
    }
	#detail_mainTerms, #detail_mainQuestions{
	    padding: 15px;
		font-size: 13px;
		line-height: 25px;
	}
	#detail_contactSubmit{
	    color: #fff;
	    font-size: 14px;
	    font-weight: bold;
	    width: 170px;
	    border-radius: 50px;
	    background: #a632f0;
	}
	#detail_contactSubmit a{
	    padding: 15px 50px;
	    font-size: 17px;
	}
    
    /* 개인정보 수집 팝업*/
    .Privacy_Policy{
        width: calc(100% - 80px);
    }
}

@media (min-width:768px) {
    /* banner */
    .banner_box{
        padding: 0 10px;
    }
    .banner_box h1{
        font-size: 40px;
    }
    .banner_box h4{
        padding-top: 15px;
        color: #9a9ba4;
    }
    
    /* common */
    .title{
        padding-top: 50px;
        /*font-size: 36px;*/
        line-height: 55px;
    }
    .sub_title{
        font-size: 19px;
    }
    .comp_description{
        padding-top: 15px;
        font-size: 16px;
        line-height: 30px;
    }
    /* compDetail */
    .compDetail_box{
        padding: 0 10px;
    }
    .compDetail_sns_item>ul{
        width: 22vw;
    }
    
    /* video swiper */
    .swiper-container{
        padding-top: 30px;
    }
    #video{
        padding-top: 70px;
    }
    #video .swiper-button-next{
        margin-right: 35px;
        top: 43% !important;
        width: 50px !important;
        height: 50px !important;
    }
    #video .swiper-button-prev{
        margin-left: 35px;
        top: 43% !important;
        width: 50px !important;
        height: 50px !important;
    }
    
    /* video */
    .video_box{
        padding: 0 10px;
    }
    .video_box .sub_title{
        padding-top: 0;
    }
    .video_img_box{
        /*padding: 0 10px;*/
        padding-top: 20px;
    }
    .video_img img{
        width: calc(33.33% - 13.33px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .youtube_video{
        height: 60vw;
    }
    
    /* next_video swipter */
    #next_video .swiper-container{
        padding-top: 20px;
    }
    #next_video .swiper-button-prev{
        top: 53%;
        margin-left: 0;
        width: 50px !important;
        height: 50px !important;
    }
    #next_video .swiper-button-next{
        top: 53%;
        margin-right: 0;
        width: 50px !important;
        height: 50px !important;
    }
    
    /* next_video */
    .next_video_cont{
        /*margin-bottom: 70px;*/
    }
    .next_video_h3{
        padding-top: 100px;
    }
    .slide_p span{
        font-size: 16px;
    }
    
    /*detail_process*/
    .detail_process_item{
        padding: 0 10px;
        padding-bottom: 30px;
        font-size: 18px;
    }
    
    /*detail_contact*/
    .detail_contactInputWrap p{
        margin: 30px 0 15px 0;
    }
    .termsCheckCircle{
        width: 25px;
        height: 25px;
    }
    .termsCheckCircle>div{
        width: 19px;
        height: 19px;
        margin-left: -10px;
        margin-top: -10px;
    }
    .termsCheckCircle_pop{
        width: 25px;
        height: 25px;
    }
    .termsCheckCircle_pop>div{
        width: 19px;
        height: 19px;
        margin-left: -10px;
        margin-top: -10px;
    }
    #detail_checkboxWrap span{
        line-height: 27px;
    }
    #detail_contactSubmit{
        margin-top: 70px;
        margin-bottom: 30px;
    }
    
    /*개인정보 수집 팝업*/
    .Privacy_Policy{
        padding: 20px 20px 50px;
    }
    .Privacy_Policy_btn_close{
        font-size: 30px;
    }
}

@media (min-width:960px) {
    /* compDetail */
    .compDetail_box{
        padding: 0 10px;
    }
    .compDetail_item{
        width: calc(50% - 10px);
        margin-right: 15px;
        float: left;
    }
    .compDetail_item:nth-child(2n){
        margin-right: 0;
    }
    .compDetail_sns_item img{
        width: 4vw;
        height: 4vw;
    }
    .sub_p{
        font-size: 15px;
    }
    .long_p{
        padding-right: 20px;
    }
    
    /* video swiper */
    #video .swiper-button-next{
        margin-right: 40px;
        top: 41% !important;
        width: 60px !important;
        height: 60px !important;
    }
    #video .swiper-button-prev{
        margin-left: 40px;
        top: 41% !important;
        width: 60px !important;
        height: 60px !important;
    }
    .youtube_video{
        height: 51vw;
    }
    
    /* next_video */
    #next_video .swiper-button-next{
        margin-right: 5px;
    }
    #next_video .swiper-button-prev{
        margin-left: 5px;
    }
    .next_video_button{
        padding-top: 55px;
        padding-bottom: 100px;
    }
    
    /* next_video swiper */
    .slide_img{
        height: 17vw;
    }
    .swiper-button-prev{
        position: absolute;
        top: 49%;
        margin-left: 10px;
        width: 45px !important;
        height: 45px !important;
    }
    .swiper-button-next{
        position: absolute;
        top: 49%;
        margin-right: 10px;
        width: 45px !important;
        height: 45px !important;
    }
    
    /*detail_process*/
    .detail_process_item{
        padding: 0 15px;
        padding-bottom: 50px;
        width: calc(33.3333% - 20px);
        margin-right: 30px;
    }
    
    /*detail_contactus*/
    .detail_contactInputWrap input{
        height: 55px;
    }
    .detail_contact_box h2{
        padding-top: 100px;
    }
    #detail_checkboxWrap span{
        /*margin-top: 1.5vw;*/
    }
    #detail_mainTerms, #detail_mainQuestions{
        padding: 20px;
        font-size: 15px;
        line-height: 30px;
        height: 350px;
    }
    
    /*개인정보 수집 팝업*/
    .Privacy_Policy{
        width: calc(100% - 100px);
        padding: 30px 30px 60px;
    }
}

@media (min-width:1024px) {
    /*compDetail*/
    .compDetail_sns_item img{
        width: 40px;
        height: 40px;
    }

    #video .swiper-button-next {
        top: 42% !important;
    }
    #video .swiper-button-prev {
        top: 42% !important;
    }
}
@media (min-width:1200px) {
    /* banner */
    #banner{
        /*height: 420px;*/
        object-fit: cover;
    }
    #bannerDim{
        /*height: 420px;*/
    }
    .banner_cont{
        width: 1120px;
        left: 50%;
        /*margin-top: -55.5px;*/
        margin-left: -561px;
    }
    .banner_box{
        padding: 0 15px;
    }
    .banner_box h1{
        /*font-size: 36px;*/
    }
    .banner_box h4{
        padding-top: 25px;
        font-size: 19px;
        color: #9a9ba4;
    }
    
    /* compDetail */
    #compDetail{
        padding: 0;
    }
    #compDetail .title:before{
        bottom: 10px;
    }
    .title{
        /*font-size: 36px;*/
        line-height: 65px;
    }
    .compDetail_box{
        padding: 0 15px;
    }
    .sub_title{
        padding-top: 45px;
        font-size: 20px;
    }
    .sub_p{
        font-size: 16px;
    }
    .comp_description{
        padding-top: 20px;
    }
    
    /* video */
    #video{
        padding: 0px;
        padding-top: 50px;
    }
    .video_box{
        padding: 0 15px;
        padding-bottom: 0px;
    }
    .video_box h2{
        padding-bottom: 25px;
    }
    .video_img_box{
        /*padding: 0 15px;*/
        padding-top: 20px;
    }
    .video_img img{
        height: 175px;
    }
    .youtube_video{
        height: 585px;
    }
    
    /* video swiper */
    #video .swiper-button-next{
        margin-right: 5px;
        top: 41% !important;
    }
    #video .swiper-button-prev{
        margin-left: 5px;
        top: 41% !important;
    }

    #detailRemote{
        bottom: 40px;
        left: 50%;
    }
    #remoteLeft{
        width: 15px !important;
        height: 35px !important;
    }
    #remoteList{
        width: 30px !important;
        height: 30px !important;
        margin: 0 65px;
    }
    #remoteRight{
        width: 15px !important;
        height: 35px !important;
    }
    
    /* next_video */
    #next_video{
        padding: 50px 0 30px 0;
    }
    .next_video_cont{
        /*margin-bottom: 70px;*/
    }
    .next_video_box{
        padding: 0 15px;
    }
    .next_video_h3{
        padding-top: 0;
    }
    
    /* next_video swiper */
    #next_video .swiper-button-prev{
        top: 39%;
        margin-left: -35px;
        width: 50px;
        height: 50px;
    }
    #next_video .swiper-button-next{
        top: 39%;
        margin-right: -35px;
        width: 50px;
        height: 50px;
    }
    .slide_img{
        height: 150px;
    }
    .swiper-button-prev{
        position: absolute;
        top: 50%;
        margin-left: -35px;
    }
    .swiper-button-next{
        position: absolute;
        top: 50%;
        margin-right: -35px;
    }
    
    /*detail_process*/
    .detail_process_h2{
        padding-top: 30px;
    }
    .detail_process_item{
        width: calc(16.6666% - 16.6666px);
        margin-right: 20px;
        padding: 0;
        font-size: 20px;
    }
    .detail_process_item:nth-child(3){
        margin-right: 20px;
    }    
    .detail_process_item:last-child{
        margin-right: 0;
    }
    .detail_process_table{
        padding-bottom: 50px;
    }
    
    /*detail_contact*/
    #detail_contact{
        width:100%;
    }
    
    .detail_contact_cont{
        width:1120px; 
        margin:0 auto; 
        overflow:hidden;
    }
    .detail_contact_cont h2{
        padding-top: 30px;
    }
    .detail_contactInputWrap{
        width: calc(49% - 7.5px); 
        float: left;
        margin-right: 15px;
    }
    #detail_contact .termsInputWrap{
        width: 98%;
    }
    .detail_contactInputWrap p{
        font-size: 18px;
    }
    #detail_checkboxWrap span{
        line-height: 30px;
    }
    .termsCheckCircle{
        width:28px; 
        height:28px;
    }
    .termsCheckCircle>div{
        width: 22px; 
        height: 22px; 
        margin-left: -11px; 
        margin-top: -11px;
    }
    .termsCheckCircle_pop{
        width:28px; 
        height:28px;
    }
    .termsCheckCircle_pop>div{
        width: 22px; 
        height: 22px; 
        margin-left: -11px; 
        margin-top: -11px;
    }
    
    /*개인정보 수집 팝업*/
    .Privacy_Policy{
        padding: 30px 30px 80px;
        width: 1200px;
    }
    .Privacy_Policy_btn_close{
        font-size: 40px;
    }
}