@charset "utf-8";

@keyframes moveUpDownEri{
	to{transform:translateY(5px);}
}
/*
   지마켓폰트 : https://corp.gmarket.com/fonts/
   라이센스 : SIL Open Font License
   Gmarket Sans는 'SIL Open Font License'에 따라
   개인 또는 기업이 영리적, 비영리적 목적으로 자유롭게 사용할 수 있습니다.
   인쇄	브로슈어, 포스터, 책, 잡지 및 출판용 인쇄물 등	O
   웹사이트	웹페이지, 광고 배너, 메일, E-브로슈어 등	O
   포장지	판매용 상품의 패키지	O
   영상	영상물 자막, 영화 오프닝/엔딩 크레딧, UCC 등	O
   임베딩	웹사이트 및 프로그램 서버 내 폰트 탑재, E-book 제작	O
   BI/CI	회사명, 브랜드명, 상품명, 로고, 마크, 슬로건, 캐치프레이즈	O
   OFL	폰트 파일의 수정/ 복제/ 배포 가능. 단, 폰트 파일의 유료 판매는 금지	X
*/
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.event_home{overflow-x:hidden;}
.event_home.resize_ani_stop *{ animation: none !important; transition: none !important;}
.event_home .hdtxt{position: absolute;left:-9999px;}
.event_home strong{ font-family: 'NotoSansKR-Bold';}
.event_home{padding-bottom:150px;}

/*작성폼*/
/*home_form 공통*/
.home_form input[type=text]:read-only{background:#f9f9f9;cursor: default;}
.home_form input[type=text]:read-only::placeholder{color:#ddd;}
.home_form input,
.home_form textarea,
.home_form select {width:100%;border-radius: 5px;border:1px solid #D9D9D9;}
.home_form .dash{display:none;}
.home_form .phone{display:flex;justify-content: space-between;}
.home_form .phone .form_selectbox,
.home_form .phone input{position: relative;width:calc(33.33% - 20px);}
.home_form .phone .form_selectbox{border-radius: 5px;border:1px solid #D9D9D9;}
.home_form .phone select{width:100%;background:none;border:0;}
.home_form .phone .form_selectbox:after{content:"";position:absolute;top:50%;right:30px;transform:translateY(-50%);  width: 0px;height: 0px;border-top: calc( 10px * 1.732 ) solid #616060; border-left: 10px solid transparent;border-right: 10px solid transparent;pointer-events: none;}

.home_form .temp_agree_chk label,
.home_form .temp_agree_chk label > span{word-break:keep-all;}
.home_form .temp_agree_chk label,
.home_form .temp_agree_chk label > span{color:#616060;letter-spacing: -.2px; transition:.5s;}
.home_form .temp_agree_chk input[type=checkbox]{height:0;padding:0;width:0;left:-9999px;}
.home_form .temp_agree_chk input[type="checkbox"] + label{background-repeat:no-repeat;background-image: url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/icon_check_off.svg);}
.home_form .temp_agree_chk input[type="checkbox"]:checked + label{background-image:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/icon_check_on.svg)}
.home_form .temp_agree_wrap .temp_txt{border-radius: 5px;height:185px;}

.home_form .button_wrap .link_kakao_channel{display:flex;justify-content: center;align-items: center;background:#FAE100 !important; color:#371D1E !important;}
.home_form .button_wrap .icon_kakao_channel img{height:100%;}

/*라클라우드 홈체험========================================================================================*/
.la_home .info_list li{word-break:keep-all;}
.la_home .intro > h3{display:block;margin:10px 0;font-size:48px;font-family: 'NotoSansKR-Bold';text-align:center;}
.la_home .intro > p{margin:10px 0;font-size:24px;text-align:center;}
.la_home.con1{overflow: hidden;width: 100%;height: calc(100vh - 75px);border-radius: 0 0 140px 140px;transform-origin: center bottom;}
.la_home.con1 .visual{ position: relative;width: 100%; height: 100%;}
.la_home.con1 .visual .intro{display:flex; justify-content: space-between;align-items: flex-end;padding:80px;position: absolute;top: 0; left: 50%; z-index: 2; -webkit-transform: translateX(-50%);transform: translateX(-50%); width: 100%;  max-width: 1200px;  height: 100%; }
.la_home.con1 .visual .intro h3{font-size: 80px;font-weight:700;line-height:normal;color:#fff;font-family: 'NotoSansKR-Bold';text-align:left;}
.la_home.con1 .visual .intro .txt{font-size: 36px;font-weight: 300;color:#fff;text-align:left;}
.la_home.con1 .visual .intro .txt em{font-size: 80px;font-weight:900;color:#FFFE48; font-family: 'NotoSansKR-Bold';}
.la_home.con1 .visual .bg{position: absolute; top: 0; left: 0;z-index: 1; width: 100%; height: 100%;}
.la_home.con1 .visual .bg img{width:100%;height:100%;object-fit: cover;background:#eee;}

.con2_wrap{position:relative;padding-bottom:200px;background:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/lahome/con2_bg.png)no-repeat #000;background-position: center bottom;background-size: cover;border-radius:0 0 200px 200px;}
.con2_wrap:before{content:"";position: absolute;top:0;left:0;z-index: 1;width:100%;height:200px;background: linear-gradient(to bottom, #fff, rgba(255,255,255,0) 50%);}
.con2_wrap:after{content:"";position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:200px;background:#000;}
.la_home.con2{padding-top:200px;}
.la_home.con2 .info_list{display:flex;justify-content: space-between;margin:120px auto 80px auto;width:100%;max-width:1200px;}
.la_home.con2 .info_list li{padding:40px;width:calc(33.333% - 22px);background:#fff;border-radius:10px;box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);}
.la_home.con2 .info_list i{display:block;margin-bottom:20px;width:60px;}
.la_home.con2 .info_list i img{width:100%;object-fit:cover;}
.la_home.con2 .info_list strong{font-size:36px;font-weight:700;}
.la_home.con2 .info_list p{margin-top:8px;font-size:20px;color:#6C6C6C;}
.la_home.con2 a{display: flex;justify-content: center;align-items: center; margin:0 auto; width: 335px;  height: 60px; padding: 24px 65px;border-radius: 10px; background: #000;box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);color:#fff;}

.la_home.con3{padding-top:200px;}
.la_home.con3 .info_list{display:flex;flex-wrap:wrap;justify-content: space-between;margin:120px auto 0 auto;width:100%;max-width:1200px;}
.la_home.con3 .info_list li{margin-bottom:42px;padding:60px 40px;width:calc(50% - 20px);background-color:#000;background-repeat:no-repeat;background-position:center;background-size:130%;color:#fff;border-radius:10px;box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);overflow:hidden;}
.la_home.con3 .info_list strong{font-size: 36px;}
.la_home.con3 .info_list p{margin-top:125px;font-size: 20px;}
.la_home.con3 .info_list li:nth-child(1){background-image:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/lahome/con2_list1.png);}
.la_home.con3 .info_list li:nth-child(2){background-image:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/lahome/con2_list2.png);}
.la_home.con3 .info_list li:nth-child(3){margin-bottom:0;background-image:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/lahome/con2_list3.png);}
.la_home.con3 .info_list li:nth-child(4){margin-bottom:0;background-image:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/lahome/con2_list4.png);}

.la_home.con4,
.la_home.con5{position:relative;padding:200px 0;}
.la_home.con4:before,
.la_home.con5:before,
.la_home.con4:after,
.la_home.con5:after{content:"";position:absolute;bottom:0px;left:0;width:100%;height:200px;}
.la_home.con4:after,
.la_home.con5:after{bottom:0px;left:0;border-radius:0 0 200px 200px;}

.la_home.con4{background:#000;}
.la_home.con4:before{background:#F8F5F1;}
.la_home.con4:after{background:#000;}
.la_home.con4 .intro > h3{color:#fff;}
.la_home.con4 .intro > p{color:#B98756;}
.la_home.con4 .info_list{margin:120px auto 0px auto;width:100%;max-width:768px;}
.la_home.con4 .info_list li{margin-bottom:20px;padding:48px;background:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/lahome/con4_icon_q.svg)no-repeat 50px 45px rgba(255, 255, 255, 0.10);border-radius: 10px;}
.la_home.con4 .info_list li > div{padding-left:80px;}
.la_home.con4 .info_list .q{margin-bottom:20px;font-size:24px;color:#B98756;}
.la_home.con4 .info_list .a{font-size:16px;color:#fff;}
.la_home.con4 .info_list .a strong{display:block;margin-bottom:12px;font-size:20px;}

.la_home.con5{background:#F8F5F1;}
.la_home.con5:before{background:#fff;}
.la_home.con5:after{background:#F8F5F1;}
.la_home.con5 .info_list{margin:120px auto 0px auto;width:100%;max-width:768px;}
.la_home.con5 .info_list li{display:flex;margin-bottom:20px;padding:40px 48px;background:#fff;border-radius: 10px;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);}
.la_home.con5 .info_list li > em{display: flex;align-items: center;padding-right:45px;font-family: 'GmarketSansBold';font-weight:500;font-size:48px;color:#B98756;}
.la_home.con5 .info_list li > div{font-size:18px;}
.la_home.con5 .info_list li > div > strong{display:block;margin-bottom:8px;font-size:24px;font-weight:700;}
.la_home.con5 .info_list li > div > p > span{color:#B98756;}

.la_home.con7{padding:180px 0 200px 0;}
.la_home.con7 .intro > p{font-weight: 700;color:#B98756;text-transform: uppercase;}
.la_home.con7 > form{margin:120px auto 0px auto;width:100%;max-width:768px;}
.la_home.con7 .left {margin-top:40px;margin-bottom:20px;}
.la_home.con7 .left > p{font-size:24px;font-weight:700;}
.la_home.con7 .left > p.necessary:after{color:#B98756;font-size:24px;}
.la_home.con7 .right input,
.la_home.con7 .right textarea,
.la_home.con7 .right select{color:#000;font-size:18px;}
.la_home.con7 .right input,
.la_home.con7 .right select{height:72px;}
.la_home.con7 .right input,
.la_home.con7 .right textarea{padding:20px 40px;}
.la_home.con7 .right [type=button]{background:#6f6f6f;border-color:#6f6f6f;color:#fff;}
.la_home.con7 .addr div{display:flex;margin-bottom:20px;}
.la_home.con7 .addr [type=button]{margin-left:20px;width:172px;}
.la_home.con7 .addr .zipcode{width:calc(100% - 172px);}
.la_home.con7 .phone select{padding:20px;}
.la_home.con7 .plz p{margin-top:20px;color:#B98756;font-size:18px;}
.la_home.con7 .temp_agree_wrap{margin-top:80px;text-align: left}
.la_home.con7 .temp_agree_wrap > h3{font-size: 24px;font-weight: 700;}
.la_home.con7 .temp_agree_chk input[type="checkbox"] + label{padding:4px 0 8px 40px;background-position: 0 7px;background-size:27px;}
.la_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label{background-position: 0 7px;background-size:27px;}
.la_home.con7 .temp_agree_chk label,
.la_home.con7 .temp_agree_chk label > span{font-size:18px;}
.la_home.con7 .temp_agree_wrap .temp_txt{margin-top:40px;padding:20px;font-size:16px;}
.la_home.con7 .temp_agree_chk label > .color_red{color:#B98756 !important;}
.la_home.con7 .button_wrap{display:flex;justify-content: space-between;margin-top:80px;}
.la_home.con7 .button_wrap a{padding:24px;width:calc(50% - 10px);font-size:24px;background:#B98756;color:#fff;border-radius: 10px;.la_home.con3 .info_list strongcolor:#fff;font-weight:700;max-height:83px;text-align:center;}
.la_home.con7 .button_wrap .icon_kakao_channel{display: flex;align-items: center;margin-right:10px;height:28px;}

/* 전송 완료 */
.event_home .endForm{display:none;}
.event_home .insert_success{display: flex;align-items: center;justify-content: center;height:calc(100vh - 75px);text-align:center;}
.event_home .insert_success h3{font-size:48px;font-weight:700;}
.event_home .insert_success p{margin-top:20px;font-size: 24px;}
.event_home .insert_success .go_main{display: flex;margin:80px auto 0 auto;padding: 24px 65px; justify-content: center; align-items: center;width: 335px; height: 60px;border-radius: 10px; background: #000; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);color:#fff;}

/* scroll active before, after*/
.la_home .intro > p,
.la_home .intro > h3,
.la_home.con2 .info_list li,
.la_home.con3 .info_list li,
.la_home.con4 .info_list li,
.la_home.con5 .info_list li{transform:translateY(100%);opacity:0;transition: .7s}
.la_home .intro > p{transition-delay:1s}
.la_home .intro > h3{transition-delay:.5s}
.la_home.con2 .info_list li:nth-child(1){transition: .3s 2s;}
.la_home.con2 .info_list li:nth-child(2){transition: .3s 2.5s;}
.la_home.con2 .info_list li:nth-child(3){transition: .3s 3s;}
.la_home.con3 .info_list li:nth-child(1){transition: .9s 1.5s;}
.la_home.con3 .info_list li:nth-child(2){transition: .9s 2s;}
.la_home.con3 .info_list li:nth-child(3){transition: .9s 2.5s;}
.la_home.con3 .info_list li:nth-child(4){transition: .9s 3s;}
.la_home.con4 .info_list li:nth-child(1){transition: .7s 1.5s;}
.la_home.con4 .info_list li:nth-child(2){transition: .7s 2s;}
.la_home.con4 .info_list li:nth-child(3){transition: .3s 2.5s;}
.la_home.con5 .info_list li:nth-child(1){transition: .3s 0.5s;}
.la_home.con5 .info_list li:nth-child(2){transition: .3s 1s;}
.la_home.con5 .info_list li:nth-child(3){transition: .3s 1.5s;}
.la_home.con5 .info_list li:nth-child(4){transition: .3s 2s;}
.la_home.con5 .info_list li:nth-child(5){transition: .3s 2.5s;}
.la_home.con5 .info_list li:nth-child(6){transition: .3s 3s;}

.la_home.active .intro > p,
.la_home.active .intro > h3,
.la_home.active .info_list li{transform:translateY(0%);opacity:1;}




/*에이르 홈체험========================================================================================*/
.con_home{padding:70px 60px;text-align: center;}
.con_home > p{text-align: center;}
.con_home .sub_title{display:inline-block;margin:0 auto;font-size:28px; font-weight:400;text-transform:uppercase;}
.con_home .con_title{font-size:65px;font-family: 'NotoSansKR-Bold';}


.con_home .sub_title,
.con_home .con_title{color:#4B4B4B;}
.con_home.con3 .list,
.con_home.con4 ul,
.con_home.con5 ul,
.con_home.con6 ul{margin-top:70px;}
.con_home.con3 ul,
.con_home.con4 ul,
.con_home.con5 ul{display:flex;flex-wrap:wrap; }

.con_home.con5 li p,
.con_home.con2 p,
.con_home.con6 li div,
.con_home.con6 .qna_q,
.con_home.con6 .qna_a,


/*con1*/
.con_home.con1{position: relative;padding:0;}
.con_home.con1 .bg img{width:100%;}
.con_home.con1 .bg .mb{display:none;}
.con_home.con1 .obj{position: absolute;width:100%;top:0;left:0;}


/*con2*/
.con_home.con2{position: relative;}
.con_home.con2 .sub_title{font-size:22px; color:#6D5345;position: relative;}
.con_home.con2 .sub_title:after{content:"";position: absolute;left:0;bottom:-3px;width:100%;height:2px;background:#6D5345;}
.con_home.con2 .con_title{z-index:1; position:relative; margin:55px auto 30px auto;width:75%;}
.con_home.con2 .con_title:after{content:"";position: absolute;bottom:-6%;left:0;width:0%;height:30px;background:#ECE1D1;z-index: -1;}
.con_home.con2 .con_title em{display:block;position: absolute;width:100%;height:100%; background:no-repeat url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/con2_title.svg) center;background-size: contain;z-index: 1;}
.con_home.con2 .con_title span{display:block;text-indent:-9999px;}
.con_home.con2:before{content:"";position: absolute;top:0;left:0;width:100%;height:42%;background:#F3F0E8;z-index: -1;}
.con_home.con2:after{content:"";position: absolute;top:calc(42% - 10px);left:50%;transform:translateX(-50%);width:100%;height:265px;background:no-repeat url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/con2_bg_bottom.svg) center bottom;z-index: -1;}
.con_home.con2 p{font-size:32px;color:#616060;letter-spacing: -.5px;position: relative;}
.con_home.con2 p:after{content:"";display:block;position:relative;margin:55px auto; width:1px;height:140px;background:#616060;}
.con_home.con2 .list{display:flex;justify-content: center;padding-left:80px;}
.con_home.con2 li{padding:8px 0 8px 50px;font-size:30px;letter-spacing: -.2px;color:#6D5345;text-align: left;background:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/icon_chk.svg)no-repeat center left;background-size: 35px;}
.con_home.con2 .obj {margin-bottom:10px;}
.con_home.con2 .obj img{width:100%;}
.con_home.con2 .btn_link{position:relative;transition:.4s; padding:16px 73px;font-size:30px;font-family: 'NotoSansKR-Bold';color:#6D5345;border:2px solid #6D5345;}
.con_home.con2 .btn_link:after{content:"";position: absolute;top:0;left:0;width:0%;height:100%;background:#fff;transition:.4s;z-index: -1; }
.con_home.con2 .btn_link:hover{color:#fff;}
.con_home.con2 .btn_link:hover:after{width:100%;background:#6D5345;}
.con_home.con2 .btn_link i{display:inline-block;margin-left:10px;width:24px;height:24px;background:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/arror_right.svg)no-repeat center;transition:.2s .4s;}
.con_home.con2 .btn_link:hover i{background-image:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/arror_right_w.svg);}
.con_home.con2 .video_wrap{margin-top:90px;}
.con_home.con2 .video_wrap video{width:100%;}


/*con3*/
.con_home.con3{background:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/con3_bg.jpg)no-repeat;background-size: cover;}
.con_home.con3 .sub_title,
.con_home.con3 .con_title{color:#fff;}
.con_home.con3 .list{padding:40px 70px;background:#F3F0E8;}
.con_home.con3 ul{justify-content:space-around; }
.con_home.con3 li{margin:30px 52px 30px 0;}
.con_home.con3 li:nth-child(4n){margin-right:0;}
.con_home.con3 li i{display: flex;justify-content: center;align-items: center;width:174px;height:174px;background:#fff; border-radius: 50%;}
.con_home.con3 li i img{width:100%;}
.con_home.con3 li p{margin-top:15px;font-size:24px;color:#6D5345;}
.con_home.con3 li.mb{display:none;}


/*con4*/
.con_home.con4{background:#F3F0E8;}
.con_home.con4 ul{justify-content: space-between;color:#4B4B4B;}
.con_home.con4 li{width:calc(33.33% - 15px);border-radius: 20px;overflow:hidden;}
.con_home.con4 li div{overflow:hidden;}
.con_home.con4 li:hover div img{transform:scale(1.1);}
.con_home.con4 li img{transition: .5s;}
.con_home.con4 li p{padding:20px;background:#fff;font-size:22px;letter-spacing: -.1px;}
.con_home.con4 .mb{display:none;}

/*con5*/
.con_home.con5{background:#D9D9D9;}
.con_home.con5 ul{justify-content: space-between;}
.con_home.con5 li{position:relative; margin-bottom:4.5%;width:calc(33.33% - 4%);}
.con_home.con5 li:after{content:"";position: absolute;top:50%;right:-47px;transform:translateY(-50%);width:40px;height:40px;background:url(https://bodyfriend.speedgabia.com/img/bodyfriend/event/erihome/icon_step_arror.svg)no-repeat center;}
.con_home.con5 li:nth-child(3n):after{display:none;}
.con_home.con5 li div{padding:20px;border-radius: 15px;background:#fff;color:#616060;transition:.5s;}
.con_home.con5 li em{display:inline-block;position:relative; font-size:20px;}
.con_home.con5 li em:after{content:"";position: absolute;bottom:2px;left:0;width:100%;height:1px;background:#616060;}
.con_home.con5 li i{display:block;}
.con_home.con5 li strong{font-size:30px;}
.con_home.con5 li p{margin-top:8px;font-size:20px;}

/*con6*/
.con_home.con6 ul{color:#616060;}
.con_home.con6 li{display:flex;flex-wrap:wrap;justify-content:space-between; margin-bottom:40px;padding:60px;background:#f4f4f4;border-radius: 15px;}
.con_home.con6 li:last-child{margin-bottom:0;}
.con_home.con6 li div:first-child{width:200px;}
.con_home.con6 li div:first-child i{display:flex;align-items:center;justify-content:center;margin-left:12px;width:130px;height:130px;background:#fff;border-radius: 50%;color:#616060;font-size:38px;font-family: 'NotoSansKR-Bold';}
.con_home.con6 li div:last-child{width:calc(100% - 200px);text-align: left;}
.con_home.con6 .qna_q{font-size:32px;}
.con_home.con6 .qna_a{margin-top:8px;font-size:26px;}

/*con7*/
.con_home.con7 form{margin-top:70px;}
.con_home.con7 .input_form{display:flex;margin-bottom:30px;font-size:30px;text-align: left;color:#616060;}
.con_home.con7 .left{width:245px;}
.con_home.con7 .right{width:calc(100% - 245px);}
.con_home.con7 .left p{margin-top:28px;font-family: 'NotoSansKR-Bold';}
.con_home.con7 .left p:after{font-size:25px;}
.con_home.con7 input,
.con_home.con7 textarea,
.con_home.con7 select{color:#616060;font-size:25px;}
.con_home.con7 input,
.con_home.con7 select{height:107px;}
.con_home.con7 input,
.con_home.con7 textarea{padding:30px 40px;}
.con_home.con7 [type=button]{background:#9E9E9E;border-color:#9E9E9E;color:#fff;}
.con_home.con7 .addr [type=button]:hover{background:#616060;}
.con_home.con7 .addr div{display:flex;margin-bottom:30px;}
.con_home.con7 .addr div:last-child{margin-bottom:0;}
.con_home.con7 .addr [type=button]{margin-left:20px;width:260px;}
.con_home.con7 .zipcode{width:calc(100% - 260px);}
.con_home.con7 .phone select{padding:30px;}
.con_home.con7 .left p:after,
.con_home.con7 .plz p,
.con_home.con7 .temp_agree_chk label > .color_red{color:#9a1e23 !important;}
.con_home.con7 .temp_agree_wrap{margin-top:70px;text-align: left}
.con_home.con7 .con_title{transition: .7s;}
.con_home.con7 .temp_agree_chk{position: relative;}
.con_home.con7 .temp_agree_chk.simple{margin-bottom:30px;}
.con_home.con7 .temp_agree_chk label,
.con_home.con7 .temp_agree_chk label > span{font-size:30px;}
.con_home.con7 .temp_agree_chk input[type="checkbox"] + label{padding:4px 0 4px 50px;background-position: 0 12px;background-size:35px;}
.con_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label{background-position: 0 12px;background-size:35px;}
.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label{padding:5px 0 8px 65px;font-size:32px;}
.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label,
.con_home.con7 .temp_agree_chk.simple input[type="checkbox"]:checked + label{background-size:50px;background-position: 0 5px;}
.con_home.con7 .temp_agree_wrap .temp_txt{margin-top:15px;padding:30px;font-size:26px;line-height:40px;}
.con_home.con7 .button_wrap{display:flex;margin-top:95px;margin-bottom:40px;}
.con_home.con7 .button_wrap a{display:inline-block;padding:30px 0px;font-size:40px;background:#9a1e23;color:#fff;font-weight:700;max-height:120px;}
.con_home.con7 .button_wrap .btn_reserve{width:calc(65% - 23px);margin-right:23px;}
.con_home.con7 .button_wrap .link_kakao_channel{width:35%;}
.con_home.con7 .button_wrap .icon_kakao_channel{margin:0 25px 0 0;height:65px;}

/* scroll active before, after*/
.con_home .sub_title{transition: .7s;}
.con_home .con_title,
.con_home.con2 p{transition: 1.5s 1s;}
.con_home.con2 .con_title:after{transition: .7s 1.5s;z-index: -1;}
.con_home.con2 li:nth-child(1){transition: .7s 2s;}
.con_home.con2 li:nth-child(2){transition: .7s 2.5s;}
.con_home.con2 li:nth-child(3){transition: .7s 3s;}
.con_home.con2 .obj{animation : moveUpDownEri 1s infinite alternate cubic-bezier(0.4,-0.01, 1, 1);}

.con_home.con3 li:nth-child(1) i,
.con_home.con3 li:nth-child(1) p,
.con_home.con4 li.pc,
.con_home.con4 li:nth-child(2),
.con_home.con6 li:nth-child(1){transition: .7s 1s;}
.con_home.con3 li:nth-child(2) i,
.con_home.con3 li:nth-child(2) p,
.con_home.con4 li:nth-child(3),
.con_home.con4 li:nth-child(4),
.con_home.con6 li:nth-child(2){transition: .7s 1.5s;}
.con_home.con3 li:nth-child(3) i,
.con_home.con3 li:nth-child(3) p,
.con_home.con4 li:nth-child(5),
.con_home.con6 li:nth-child(3){transition: .7s 2s;}
.con_home.con3 li:nth-child(4) i,
.con_home.con3 li:nth-child(4) p{transition: .7s 2.5s;}
.con_home.con3 li:nth-child(5) i,
.con_home.con3 li:nth-child(5) p{transition: .7s 3s;}
.con_home.con3 li:nth-child(6) i,
.con_home.con3 li:nth-child(6) p{transition: .7s 3.5s;}
.con_home.con3 li:nth-child(7) i,
.con_home.con3 li:nth-child(7) p{transition: .7s 4s;}
.con_home.con3 li:nth-child(8) i,
.con_home.con3 li:nth-child(8) p{transition: .7s 4.5s;}
.con_home.con3 li:nth-child(9) i,
.con_home.con3 li:nth-child(9) p{transition: .7s 5s;}

.con_home.con5 li:nth-child(1){transition:.7s 1s;}
.con_home.con5 li:nth-child(1):after{transition:.7s 1.2s;}
.con_home.con5 li:nth-child(2){transition:.7s 1.5s;}
.con_home.con5 li:nth-child(2):after{transition:.7s 1.7s;}
.con_home.con5 li:nth-child(3){transition:.7s 2s;}
.con_home.con5 li:nth-child(3):after{transition:.7s 2.2s;}
.con_home.con5 li:nth-child(4){transition:.7s 2.5s;}
.con_home.con5 li:nth-child(4):after{transition:.7s 2.7s;}
.con_home.con5 li:nth-child(5){transition:.7s 3s;}
.con_home.con5 li:nth-child(5):after{transition:.7s 3.2s;}
.con_home.con5 li:nth-child(6){transition:.7s 3.5s;}

.con_home .sub_title,
.con_home .con_title,
.con_home.con2 p,
.con_home.con2 li,
.con_home.con3 li p{transform:translateY(100%);opacity:0;}
.con_home.con2 .obj{transform:translateY(0);}
.con_home.con3 li i{transform:perspective(700px) rotate3d(0, 1, 0, 270deg);opacity: 0;}
.con_home.con4 li,
.con_home.con5 li{transform:perspective(700px) rotate3d(0, 1, 0, 90deg);opacity: 0;}
.con_home.con5 li:after{transform:translateX(-30px);opacity: 0;}
.con_home.con6 li{transform:perspective(700px) rotate3d(1, 0, 0, 90deg);opacity: 0;}

.con_home.active .sub_title,
.con_home.active .con_title,
.con_home.con2.active p,
.con_home.con2.active li,
.con_home.con3.active li p{transform:translateY(0);opacity:1;}
.con_home.con2.active .con_title:after{width:100%;}
.con_home.con3.active li i,
.con_home.con4.active li,
.con_home.con5.active li{transform:rotate3d(0, 1, 0, 0deg);opacity: 1;}
.con_home.con5.active li:after{transform:translateX(0) translateY(-50%);opacity: 1;}
.con_home.con6.active li{transform:rotate3d(1, 0, 0, 0deg);opacity: 1;}

.con_home.con5.active li:hover > div {transform:perspective(700px) rotate3d(0, 1, 0, 10deg);box-shadow: -20px 0 20px rgba(0,0,0,0.15);}

@media all and (max-width: 1200px) {
    /*이지모션*/
    .con2_wrap{border-radius:0 0 150px 150px;padding-bottom:150px;}
    .con2_wrap:before,.con2_wrap:after,
    .la_home.con4:before, .la_home.con5:before, .la_home.con4:after, .la_home.con5:after{height:150px;}
    .la_home .intro > h3{font-size:40px;}
    .la_home .intro > p{font-size:18px;}

    .la_home.con1 .visual .intro{max-width:inherit;}
    .la_home.con1 .visual .intro h3,
    .la_home.con1 .visual .intro .txt em{font-size:70px;}
    .la_home.con1 .visual .intro .txt{margin-left: auto;font-size:30px;}
    .la_home.con2,
    .la_home.con3{padding-top:150px;}
    .la_home.con2 .info_list,
    .la_home.con3 .info_list{max-width:1024px;margin-top:100px;}
    .la_home.con3 .info_list li{padding:55px 35px;}
    .la_home.con3 .info_list strong{font-size:32px;}
    .la_home.con3 .info_list p{margin-top:100px;font-size:18px;}
    .la_home.con4,
    .la_home.con5{padding:150px 0;}
    .la_home.con4 .info_list,
    .la_home.con5 .info_list{margin-top:100px;}
    .la_home.con7{padding:150px 0;}
}

@media all and (max-width: 1180px) {
	.event_home{padding:0 0 60px 0;}
	/*에이르*/
	.con_home.con3 li{margin:30px 2.9% 30px 0;}
	.con_home.con4 li p{font-size:21px}
	.con_home.con7 .button_wrap a{font-size:35px;}
	.con_home.con7 .button_wrap .icon_kakao_channel{margin:0 15px 0 0;height:55px;}
}

@media all and (max-width: 1024px) {
	/*이지모션*/
	.la_home.con1{height:130vh;border-radius:0 0 100px 100px}
	.la_home.con1 .visual .intro{display: flex;flex-direction: column;justify-content: space-between;align-items: baseline;}
    .la_home.con2 .info_list,
    .la_home.con3 .info_list{max-width:inherit;width:calc(100% - 40px);}
    .la_home.con2 .info_list li{width:calc(33.33% - 12px);}
    .la_home.con2 .info_list i{width:48px;}
    .la_home.con2 .info_list strong,
    .la_home.con3 .info_list strong{font-size:28px;}
    .la_home.con2 .info_list p,
    .la_home.con3 .info_list p{font-size:16px;}
    .la_home.con3 .info_list li{width:calc(50% - 12px);margin-bottom:22px;}
    .la_home.con3 .info_list p{margin-top:90px;}
	/*에이르*/
	.con_home.con3 .list,
	.con_home.con4 ul,
	.con_home.con5 ul,
	.con_home.con6 ul,
	.con_home.con7 form{margin-top:50px;}
	.con_home{padding:60px 50px;}
	.con_home .sub_title{font-size:18px;}
	.con_home .con_title{font-size:50px;}
	.con_home.con2 .con_title{margin:40px auto 25px auto;}
	.con_home.con2 .con_title:after{bottom:-17%;}
	.con_home.con2:before{height: 35%;}
	.con_home.con2:after{top: calc(35% - 10px);}
	.con_home.con2 .list{padding-left:0;}
	.con_home.con2 p{font-size:27px;}
	.con_home.con2 p:after{margin:30px auto;height:95px;}
	.con_home.con2 li{padding:7px 0 7px 40px;font-size:25px;background-size:30px;}
	.con_home.con2 .btn_link{padding:15px 62px;font-size:20px;}
	.con_home.con2 .btn_link i{width:20px;height:16px;background-size:100%;}
	.con_home.con2 .video_wrap{margin-top:70px;}
	.con_home.con3 .list{padding:20px 30px;}
	.con_home.con3 ul{justify-content: flex-start;}
	.con_home.con3 li{width:33.33%;margin:30px 0;}
	.con_home.con3 li i{margin:0 auto;}
	.con_home.con3 li p{font-size:22px;}
	.con_home.con3 li.mb{display:block;}
	.con_home.con4 li div{position: relative;height:270px;}
	.con_home.con4 li div img{position: absolute;top:0;left:50%;transform:translateX(-50%);height:100%;}
	.con_home.con4 li:hover div img{transform:translateX(-50%) scale(1.1);}
	.con_home.con4 li p{font-size:18px;padding:20px 10px;}
	.con_home.con5 li img{height:150px;}
	.con_home.con5 li strong{font-size:25px;}
	.con_home.con5 li p{font-size:16px;}
	.con_home.con5 li em{font-size:14px;}
	.con_home.con7 .left{width:130px;}
	.con_home.con7 .right{width:calc(100% - 130px);}
	.con_home.con7 input,
	.con_home.con7 textarea,
	.con_home.con7 select,
	.con_home.con7 .left p:after,
	.con_home.con7 .input_form{font-size:25px;}
	.con_home.con7 .input_form,
	.con_home.con7 .addr div{margin-bottom:25px;}
	.con_home.con7 .temp_agree_chk label,
	.con_home.con7 .temp_agree_chk label > span{font-size:20px}
	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label{padding-left:38px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label{padding-left:48px;font-size:25px;}
	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label{background-position: 0 5px;background-size:30px !important;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"]:checked + label{background-position: 0 12px;background-size:38px !important;}
	.con_home.con7 .temp_agree_wrap .temp_txt{padding:20px;height:150px;font-size:18px;line-height:1.4;}
	.con_home.con7 .button_wrap a{padding:20px 0;font-size:30px;max-height:88px;}

}

@media all and (max-width: 950px) {
    /*이지모션*/
    .con2_wrap:before, .con2_wrap:after, .la_home.con4:before, .la_home.con5:before, .la_home.con4:after, .la_home.con5:after{height:100px;}
    .con2_wrap,
    .la_home.con4:after,
    .la_home.con5:after{border-radius:0 0 100px 100px;}
    .la_home.con4, .la_home.con5{padding:100px 0;}
    .la_home.con7 > form,
    .la_home.con4 .info_list,
    .la_home.con5 .info_list{max-width:640px;}
    .la_home.con1{height:100vh;}
    .la_home.con1 .visual .intro{padding:60px;}
    .la_home.con1 .visual .intro h3,
    .la_home.con1 .visual .intro .txt em{font-size:50px;}
    .la_home.con1 .visual .intro .txt{font-size:20px;}
    .la_home.con2 .info_list,
    .la_home.con3 .info_list,
    .la_home.con4 .info_list,
    .la_home.con5 .info_list,
    .la_home.con7 > form{margin-top:80px;}
    .la_home.con2 .info_list,
    .la_home.con3 .info_list{display:block;max-width:335px;}
    .la_home.con2 .info_list{margin-bottom:60px;}
    .la_home.con2 .info_list li,
    .la_home.con3 .info_list li{margin:0 0 20px 0 !important;width:100%;}
    .la_home.con2 .info_list li{padding:20px 40px;}
    .la_home.con2 .info_list strong, .la_home.con3 .info_list strong{font-size:20px;}
    .la_home.con2 .info_list p, .la_home.con3 .info_list p{font-size:14px;}
    .la_home.con3 .info_list li{padding:40px 20px;background-size:150%;}
    .la_home.con3 .info_list p{margin-top:42px;}
    .la_home.con4 .info_list li{padding:20px;background-size:30px;background-position:30px 30px}
    .la_home.con4 .info_list li > div{padding-left:60px;}
    .la_home.con4 .info_list .q{margin-bottom:10px;font-size:18px;}
    .la_home.con4 .info_list .a {font-size:13px;}
    .la_home.con4 .info_list .a strong{font-size:16px;}

    .la_home.con5 .info_list li{padding:20px;}
    .la_home.con5 .info_list li > em{padding-right:20px;font-size:24px;}
    .la_home.con5 .info_list li > div{font-size:13px;}
    .la_home.con5 .info_list li > div > strong{margin:0;font-size:18px;}
    .la_home.con7 .left{margin:20px 0 10px 0;}
    .la_home.con7 .right input, .la_home.con7 .right select{height:50px;}
    .la_home.con7 .phone select,
    .la_home.con7 .right input{padding:0px 20px;}
    .la_home.con7 .plz p{margin-top:10px;}
    .la_home.con7 .right textarea{padding:20px;}
    .la_home.con7 .addr div{margin-bottom:8px;}
    .la_home.con7 .addr [type=button]{margin-left:8px;padding:0 10px;width:105px;}
    .la_home.con7 .addr .zipcode{width:calc(100% - 105px);}
    .home_form .phone .form_selectbox, .home_form .phone input{width:calc(33.33% - 4px);}
    .la_home.con7 .phone .form_selectbox:after{right:20px;border-top: calc( 5px * 1.732 ) solid #616060; border-left: 5px solid transparent;border-right: 5px solid transparent;}
    .la_home.con7 .temp_agree_wrap{margin-top:40px;}
    .la_home.con7 .temp_agree_chk{margin-top:12px !important;}
    .la_home.con7 .temp_agree_wrap .temp_txt{margin-top:20px;}
    .la_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label,
    .la_home.con7 .temp_agree_chk input[type="checkbox"] + label{ padding: 4px 0 4px 25px; background-position: 0 5px;background-size:20px;}
    .la_home.con7 .temp_agree_wrap > h3,
    .la_home.con7 .left > p.necessary:after,
    .la_home.con7 .left > p{font-size:16px;}
    .la_home.con7 .temp_agree_chk label,
    .la_home.con7 .temp_agree_chk label > span,
    .la_home.con7 .temp_agree_wrap .temp_txt,
    .la_home.con7 .plz p,
    .la_home.con7 .right input,
    .la_home.con7 .right textarea,
    .la_home.con7 .right select{font-size:13px;}
    .la_home.con7 .button_wrap{margin-top:60px;}
    .la_home.con7 .button_wrap a{width:calc(50% - 4px);font-size:14px;max-height:50px;padding:12px 20px;border-radius:5px;}
    .la_home.con7 .button_wrap .icon_kakao_channel{height:20px;}

    .event_home .insert_success h3{font-size:24px;}
    .event_home .insert_success p{font-size: 16px;}

    /*에이르*/
	.con_home.con4 li div{height:225px;}
	.con_home.con5 li div{padding:20px 10px;}
	.con_home.con6 li{margin-bottom:30px;padding:50px;}
	.con_home.con6 li div:first-child{width:180px;}
	.con_home.con6 li div:first-child i{margin:0;width:120px;height:120px;font-size:30px;}
	.con_home.con6 li div:last-child{width:calc(100% - 180px);}
	.con_home.con6 .qna_q{font-size:22px;}
	.con_home.con6 .qna_a{font-size:20px;}
	.con_home.con4 li p{font-size:16px;}
}
@media all and (max-width: 830px) {
	
	.con_home.con2 .con_title:after{bottom:-10%%;height:20px;}
	.con_home.con4 li div{height:188px;}
	.con_home.con4 li p{font-size:14px;}
	
	.con_home.con5 li:after{background-size:100%;width:25px;height:25px;right:-30px;}
	.con_home.con5 li strong{font-size:20px;}
	.con_home.con5 li img{height:130px;}
	.con_home.con5 li p{margin-top:5px;font-size:14px;}
	
	.con_home.con6 li div:first-child{width:150px;}
	.con_home.con6 li div:last-child{width:calc(100% - 150px);}
	
	.con_home.con7 .input_form,
	.con_home.con7 .addr div{margin-bottom:15px;}
	.con_home.con7 input,
	.con_home.con7 textarea,
	.con_home.con7 select,
	.con_home.con7 .left p:after,
	.con_home.con7 .input_form{font-size:18px;}
	.con_home.con7 input, .con_home.con7 textarea{padding:20px 30px;}
	.con_home.con7 input, .con_home.con7 select{height:auto;}
	.con_home.con7 .phone select{padding:20px;}
	.con_home.con7 .temp_agree_chk.simple{margin-bottom:20px;}
	.con_home.con7 .temp_agree_chk label,
	.con_home.con7 .temp_agree_chk label > span{font-size:18px}
	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label{font-size:20px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label{font-size:25px;}
 	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label{background-position: 0 5px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"]:checked + label{background-position: 0 6px;}
	
	
	.event_home .temp_agree_wrap .temp_txt{font-size:15px;}
	
	.event_home .button_wrap a{font-size:25px;max-height:78px;}
	.event_home .button_wrap .icon_kakao_channel{margin:0 10px 0 0;height:40px;}
	
}

@media all and (max-width: 768px) {


	.con_home{padding:40px 20px;}
	.con_home .sub_title{font-size:14px;}
	.con_home .con_title{font-size:40px;}
	
	.con_home.con2 .sub_title{margin:20px 0;font-size:14px;}
	.con_home.con2 .sub_title:after{height:1px;}
	.con_home.con2 .con_title{margin:20px auto;}
	.con_home.con2 .con_title:after{bottom:-8%;}
	.con_home.con2 p{font-size:22px;}
	.con_home.con2 p:after{margin:20px auto;height:60px;}
	.con_home.con2 li{padding-left:35px;font-size:18px;background-size:25px;}
	.con_home.con2 .btn_link{padding:15px 50px;font-size:18px;}
	.con_home.con2 .btn_link i{margin-left:5px;width:18px;height:14px;}
	.con_home.con2 .video_wrap{margin-top:60px;}
	
	.con_home.con3 .list{margin-top:30px;padding:20px 10px;}
	.con_home.con3 li{margin:20px 0;}
	.con_home.con3 li i{width:130px;height:130px;}
	.con_home.con3 li p{font-size:18px;}
	
	.con_home.con4 ul{flex-wrap:wrap;}
	.con_home.con4 li{width:calc(33.33% - 5px);}
	.con_home.con4 li div{height:199px;}
	
	.con_home.con5 ul{margin:50px 30px 0 30px;}
	.con_home.con5 li{width:calc(50% - 4%);}
	.con_home.con5 li:nth-child(3n):after{display:block;}
	.con_home.con5 li:last-child:after,
	.con_home.con5 li:nth-child(2n):after{display:none;}
	.con_home.con5 li:after{right:-35px;}
	
	.con_home.con6 li{padding:30px;margin-bottom:20px;}
	.con_home.con6 li div:first-child{width:100px;}
	.con_home.con6 li div:last-child{width:calc(100% - 100px)}
	.con_home.con6 li div:first-child i{width:80px;height:80px;font-size:22px;}
	.con_home.con6 .qna_q{font-size:18px;}
	.con_home.con6 .qna_a{font-size:16px;}
	
	
	.con_home.home_form .input_form,
	.con_home.home_form .addr div{margin-bottom:10px;}
	.con_home.home_form input,
	.con_home.home_form textarea,
	.con_home.home_form select,
	.con_home.home_form .left p:after,
	.con_home.home_form .input_form{font-size:16px;}
	.con_home.home_form .left p{margin-top:15px;}
	.con_home.home_form input, .con_home.home_form textarea{padding:15px;}
	.con_home.home_form .phone select{padding:15px;}
	.con_home.home_form .phone .form_selectbox:after{right:20px;border-top: calc( 5px * 1.732 ) solid #616060; border-left: 5px solid transparent;border-right: 5px solid transparent;}
	.con_home.home_form .dash{display:flex;align-items: center;}
	.con_home.home_form .addr [type=button]{margin-left:10px;width:150px;transition:.3s;}
	.con_home.home_form .zipcode{width:calc(100% - 150px);}
	
	.event_home .button_wrap .btn_reserve{width:calc(60% - 15px);margin-right:15px;}
	.event_home .button_wrap .link_kakao_channel{width:40%;}
	
}

@media all and (max-width: 640px) {
	/* 이지모션 */
	.con2_wrap:before, .con2_wrap:after,
	.la_home.con4:before, .la_home.con5:before,
	.la_home.con4:after, .la_home.con5:after{height:80px;}
	.con2_wrap{padding-bottom:80px;}
	.con2_wrap, .la_home.con4:after, .la_home.con5:after{border-radius:0 0 40px 40px;}
	.la_home.con4, .la_home.con5,.la_home.con7{padding:80px 0;}
	.la_home.con1{height:calc(100vh - 75px);border-radius:0 0 40px 40px;}
	.la_home.con1 .visual .intro h3, .la_home.con1 .visual .intro .txt em{font-size:40px;}
	.la_home.con1 .visual .intro .txt{font-size:18px;}
	.la_home.con2, .la_home.con3{padding-top:80px;}
	.la_home .intro > h3{font-size:24px;}
	.la_home .intro > p{font-size:14px;}
	.la_home.con2 .info_list,
	.la_home.con3 .info_list,
	.la_home.con4 .info_list,
	.la_home.con5 .info_list,
	.la_home.con7 > form{margin-top:40px;}
	.la_home.con2 .info_list{margin-bottom:40px;}
    .la_home.con7 > form,
    .la_home.con4 .info_list,
    .la_home.con5 .info_list{max-width:335px;}
    .la_home.con4 .info_list li{background-position: 20px 30px;}
    .la_home.con4 .info_list li > div{padding-left:40px;}
    .la_home.con7 .button_wrap{margin-top:40px;}
    .la_home.con7 .button_wrap .icon_kakao_channel{height:18px;}
	/*에이르*/
	.con_home.con4 ul,
	.con_home.con6 ul,
	.con_home.home_form form{margin-top:30px;}
	
	.con_home{padding:30px;}
	.con_home.con1 .bg{position: relative;height:700px;overflow:hidden;}
	.con_home.con1 .bg img{position: absolute;top:0;left:50%;transform:translateX(-50%);width:auto;height:100%;}
	.con_home.con2 p{font-size:20px;}
	.con_home.con2 .obj{margin-bottom:25px;}
	.con_home.con2 .btn_link{border:1px solid #6D5345;font-size:18px;padding:11px 33px;}
	
	.con_home.con3 li i{width:120px;height:120px;}
	.con_home.con3 li p{font-size:16px;}
	
	.con_home.con4 .pc{display:none;}
	.con_home.con4 .mb{display:block;} 
	.con_home.con4 ul{flex-wrap:wrap;justify-content: space-around;}
	.con_home.con4 li{margin-bottom:20px;width:calc(50% - 15px);border-radius: 10px;box-shadow: 0 0 10px rgba(109,83,69,0.15);}
	.con_home.con4 li div{height:232px;}
	.con_home.con4 li p{font-size:17px;}
	
	.con_home.con5 ul{margin:30px 20px 0 20px}
	.con_home.con5 li{margin-bottom:6%;width:calc(50% - 5%)}
	.con_home.con5 li img{height:120px;}
	
	.con_home.con6 ul{margin-top:30px;}
	.con_home.con6 li div:first-child{display:flex;align-items:center; width:85px;}
	.con_home.con6 li div:last-child{width:calc(100% - 85px);}
	.con_home.con6 li div:first-child i{width:60px;height:60px;font-size:18px;box-shadow: 0 0 5px rgba(0,0,0,0.15);}
	
	.con_home.con7 .left{width:100px;}
	.con_home.con7 .right{width:calc(100% - 100px);}
	
	
	.con_home.con7 .temp_agree_chk{margin-top:15px !important}
	.con_home.con7 .temp_agree_chk.simple{margin-bottom:10px;}
	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk label > span{font-size:14px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label{font-size:19px;}
 	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label{padding-left:30px;background-size:22px !important;background-position: 0 4px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"]:checked + label{padding-left:38px; background-size:30px !important;background-position: 0 6px;}
	
	.con_home.con7 .temp_agree_wrap .temp_txt{margin-top:5px;padding:15px;font-size:14px;}
	
	.con_home.con7 .button_wrap{margin-top:75px;}
	.con_home.con7 .button_wrap a{padding:20px 0px;font-size:20px;max-height:68px;}
	.con_home.con7 .button_wrap .icon_kakao_channel{height:32px;}
}

@media all and (max-width: 540px) {
    /* 이지모션 */
    .la_home.con1{height:calc(100vh - 55px);}
    .la_home.con1 .visual .intro{padding:60px 20px;}
    /* 에이르 */
	.con_home{padding:30px 20px;}
	.con_home.con1 .bg .pc{display:none;}
	.con_home.con1 .bg .mb{display:block;}
	.con_home.con2 .sub_title,
	.con_home .sub_title{font-size:12px;}
	.con_home .con_title{font-size:28px;}
	.con_home.con2:before{height:37%;}
	.con_home.con2:after{top:calc(37% - 10px);height:160px;background-size: cover;}
	.con_home.con2 .sub_title{margin:10px 0;}
	.con_home.con2 .con_title{margin:10px auto 15px auto;width:75%;}
	.con_home.con2 .con_title:after{height:15px;bottom:-6%;}
	.con_home.con2 p{font-size:16px;line-height:1.6}
	.con_home.con2 p:after{height:50px;margin:15px auto;}
	.con_home.con2 li{padding:5px 0 5px 25px;font-size:14px;background-size:18px;}
	.con_home.con2 .obj {margin-bottom:40px;overflow:hidden;}
	.con_home.con2 .obj img{transform:scale(1.2)}
	.con_home.con3 .list{padding:10px;}
	.con_home.con3 li i{width:100px;height:100px;}
	.con_home.con4 li p{font-size:13px;}
	.con_home.con5 ul{margin:30px 10px 0;}
	.con_home.con5 li:after{right:-25px;width:20px;height:20px;}
	.con_home.con5 li img{height:85px;}
	.con_home.con5 li strong{font-size:16px;}
	.con_home.con5 li p{font-size:12px;}
	.con_home.con6 li{padding:20px;}
	.con_home.con6 li div:first-child{width:70px;}
	.con_home.con6 li div:last-child{width:calc(100% - 70px)}
	.con_home.con6 li div:first-child i{width:50px;height:50px;font-size:16px;}
	.con_home.con6 .qna_q{font-size:15px;}
	.con_home.con6 .qna_a{font-size:12px;}
	.con_home.con7  .left p{margin-top:11px;}
	.con_home.con7  input, .con_home.con7  textarea,
	.con_home.con7  select, .con_home.con7  .left p:after,
	.con_home.con7  .input_form{font-size:13px;}
	.con_home.con7  input, .con_home.con7  textarea,.con_home.con7  .phone select{padding:10px;}
	.con_home.con7  .left{width:65px;}
	.con_home.con7  .right{width:calc(100% - 65px);}
	.con_home.con7  input, .con_home.con7  textarea{border-radius: 3px;}
	.con_home.con7  .phone .form_selectbox, .con_home.con7  .phone input{width:33.33%;}
	.con_home.con7  .phone .form_selectbox:after{right:10px;}
	.con_home.con7  .dash{margin:0 5px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label{font-size:15px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"]:checked + label{padding-left:33px; background-size:25px !important;background-position: 0 6px;}
	
}

@media all and (max-width: 450px) {
	.con_home.con1 .bg{height:600px;}
	.con_home.con3 li p{font-size:15px;}
	
	.con_home.con4 li div{height:180px;}
	
	.con_home.con7 .button_wrap{margin:35px 0 20px 0; }
	.con_home.con7 .button_wrap a{padding:10px 0px;font-size:16px;max-height:50px;}
	.con_home.con7 .button_wrap .btn_reserve{width:calc(60% - 10px);margin:0 10px 0 0;}
	.con_home.con7 .button_wrap .link_kakao_channel{width:40%;}
	.con_home.con7 .button_wrap .icon_kakao_channel{margin:-5px 5px 0 0;height:23px;}

@media all and (max-width: 414px) {
    /* 이지모션 */
    .la_home.con1{height:calc(95vh - 55px);}
    /* 에이르 */
	.con_home.con1 .bg{height:548px;}
	.con_home.con2 .con_title{width:85%;}
	.con_home.con2 .con_title:after{height:11px;bottom:-4%;}
	.con_home.con2 p{font-size:14px;}
	.con_home.con2 li{padding:4px 0 4px 22px;background-size:16px;font-size:13px;}
	.con_home.con2 .btn_link{font-size:15px;padding:11px 25px;}
	.con_home.con2 .btn_link i{width:12px;height:12px;}
	
	.con_home.con3 li{margin:15px 0;}
	.con_home.con3 li p{margin-top:10px;font-size:13px;}
	.con_home.con3 li i{width:96px;height:96px;}
	
	.con_home.con4 li{width:calc(50% - 10px)}
	.con_home.con4 li div{height:150px;}
	
	.con_home.con7  .zipcode{width:calc(100% - 100px);}
	.con_home.con7  .addr [type=button]{width:100px;}
	
	.con_home.con4 li{background:#fff;}
	.con_home.con4 li p{padding:15px 5px;}
	
	.con_home.con5 li div{padding:20px 5px}
	
	.con_home.con7 .temp_agree_wrap{margin-top:50px;}
	.con_home.con7 .temp_agree_wrap .temp_txt{padding:10px;font-size:11px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label{font-size:13px;}
	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk label > span{font-size:12px;}
	.con_home.con7 .temp_agree_chk input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk input[type="checkbox"]:checked + label{padding-left: 23px; background-size: 17px !important; background-position: 0 5px;}
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"] + label,
	.con_home.con7 .temp_agree_chk.simple input[type="checkbox"]:checked + label{padding-left: 28px; background-size: 20px !important; background-position: 0 7px;}
	
	.con_home.con7 .button_wrap a{font-size:14px;}
	.con_home.con7 .temp_agree_chk.marketing label{width:calc(100% - 85px);}
}

@media all and (max-width: 390px) {
	.con_home.con6 li{padding:12px 15px;}
	.con_home.con6 li div:first-child{width:50px;}
	.con_home.con6 li div:first-child i{width: 36px;height:36px;font-size:14px;}
	.con_home.con6 li div:last-child{width:calc(100% - 50px)}
	.con_home.con6 .qna_q{font-size:14px;}
	.con_home.con6 .qna_a{margin-top:5px;font-size:11px;}
	
}

@media all and (max-width: 375px) {
	.con_home.con1 .bg{height:495px;}
	
	.con_home.con3 li i{width:90px;height:90px;}
	.con_home.con3 li p{font-size:14px;}
	.con_home.con5 li strong{font-size:14px;}
	.con_home.con5 li img{height:75px;}
}

@media all and (max-width: 360px) {
	.con_home.con1 .bg{height:475px;}
	.con_home.con3 li{margin:10px 0;}
	.con_home.con3 li p{font-size:13px;}
	.con_home.con3 li i{width:80px;height:80px;}
	.con_home.con5 li:after{right:-22px;}
}

@media all and (max-width: 344px) {
    /* 이지모션 */
    .la_home.con1{height:calc(85vh - 55px);}
    .la_home.con1 .visual .intro h3, .la_home.con1 .visual .intro .txt em{font-size:34px;}
    .la_home.con1 .visual .intro .txt{font-size:14px;}
    .la_home.con2 .info_list, .la_home.con3 .info_list,
    .la_home.con7 > form, .la_home.con4 .info_list, .la_home.con5 .info_list{max-width:300px;}
    .la_home.con2 .info_list i{margin-bottom:15px;width:38px;}
    .la_home.con2 a{padding:24px;width:300px;}
}

@media all and (max-width: 320px) {
	.con_home{padding:20px 10px;}
	
	.con_home.con4 ul, .con_home.con6 ul, .con_home.con7  form{margin-top:25px;}
	
	.con_home.con1 .bg{height:422px;}
	.con_hom .con_title{font-size:25px;}
	.con_home.con3 li p{font-size:12px;}
	
	.con_home.con4 ul{margin:30px auto 0 auto;width:270px;}
	.con_home.con4 li{width:100%;margin-bottom:20px;}

	.con_home.con4 li div{height:240px;}
	.con_home.con4 li p{font-size:15px;}
}

