#container{padding-top:100px;}
.container_wrap{ padding-right: 100px; }
@media screen and (max-width: 1280px){
	
}

@media screen and (max-width: 640px){
	.container_wrap{ padding-right: 50px; }
}

/* 배경이미지 */
.main_company .company_bg {z-index:-1; position:absolute; bottom:-340px; left:0;}
.main_animation .animation_bg { width: 100%; z-index:-1; position:absolute; right:0; top:-200px; background: url("../img/main/movetxt_bg2.png") no-repeat center right -853px / auto;
padding-bottom: 77%; } 
.main_animation .animation_bg > img {width:100%;}
.main_consulting .consulting_bg {z-index:-2; position:absolute; bottom:0; left:0; width:100%;}
.main_consulting .consulting_bg >img {width:100%;}
.main_inquiry .inquiry_bg {position:absolute; top:0; left:160px; z-index:-1;}
.main_inquiry .inquiry_bg > img {width:100%;}
/* 배경이미지 끝 */

.index2 .cont_visual .center {position: relative; height: calc(100vh - 100px); }
.index2 .cont_visual .main_pic {width:63.9%; height: calc(100vh - 100px); float:right; overflow:hidden; border-radius:100px 0 0 0; margin-right: 100px;}
.index2 .cont_visual .main_pic .swiper {height:100%;}
.index2 .cont_visual .main_pic .swiper-slide img {width:100%; height:100%; object-fit:cover;}

.index2 .cont_visual .main_prev_next {display:flex; position:absolute; bottom:0;}
.index2 .cont_visual .main_prev,
.index2 .cont_visual .main_next {width:320px;}
.index2 .cont_visual .main_next {border-radius:0 0 40px 0; overflow:hidden;}

.main_slide_text {width:66.6%; position:absolute; top:200px; left:320px}
.main_slide_text .swiper {padding-top:60px;}
.text_swiper .swiper-slide h5 {font-size:70px; font-family: 'Pretendard-Bold'; line-height:84px; color:#222;}
.text_swiper .swiper-slide p {font-size:21px; margin-top:36px; color:#444; line-height:27px;} 

.main_side {position:fixed; top:0; right:0; z-index: 50; width: 100px; height: 100vh; background-color: #fff; border-left:1px solid #ebebeb;}
.main_side .sns {position:absolute; bottom:0;}

.main_side .side_btn {width:100px; text-align:center; border-bottom:1px solid #ebebeb;}
.main_side .side_btn > li > a {line-height:100px;}
.main_side .side_btn > li > a img {vertical-align:middle;}

.main_side .lan {padding-top:140px;}
.main_side .lan > li {margin-bottom:15px; text-align: center; }
.main_side .lan > li::after {display:block; content:""; width:3px; height:3px; background-color:#ccc; margin:0 auto; margin-top:15px;}
.main_side .lan > li:last-of-type::after { display: none; }

.main_side .lan > li.on a {color:#666;}
.main_side .lan > li > a {font-size:14px; color:#aaa; writing-mode:vertical-lr; font-family: 'Outfit', sans-serif; font-weight:400;}

.main_side .sns {position:absolute; bottom:0; width:100%;}
.main_side .sns > li {height: 65px;}
.main_side .sns > li.naver{ margin-bottom: 20px; }
.main_side .sns > li.kakao > a,
.main_side .sns > li.naver > a {display:flex; width:100%; height:100%; align-items:center; justify-content:center;}
.main_side .sns > li > a > img {vertical-align:middle;}

.main_side .sns > li.online {display:block; width:100%; height:100px; text-align:center; padding:30px 0px;}
.main_side .sns > li.online a {color:#fff; font-family: 'Pretendard-Regular';}
.main_side .sns > li.online a i {color:#fff; font-size:20px; padding-bottom:15px;}

.main_side .sns > li.online {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a40000+0,e60911+100 */
    background: #a40000; /* Old browsers */
    background: -moz-linear-gradient(left,  #a40000 0%, #e60911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a40000 0%,#e60911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-15deg,  #a40000 0%,#e60911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e60911',GradientType=1 ); /* IE6-9 */
    }

	.main_side .sns > li.tel{ width: 100%; height: 100px; position: relative; }
	.main_side .sns > li.tel .icon{ width: 100%; height: 100%; /* border: 1px solid #c80b12; */ position: absolute; z-index: 5; background-color: #fff; transition: 0.5s; }
	.main_side .sns > li.tel .icon span{ display: inline-block; width: 100%; height: 100%; position: relative; }
	.main_side .sns > li.tel .icon span img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.5s; }
	.main_side .sns > li.tel .icon span img.white{ opacity: 0; }
	.main_side .sns > li.tel .number{ width: 100%; height: 100%; position: relative; }
	.main_side .sns > li.tel .number > div{ width: 0; height: 100%; background-color: #fff; position: absolute; right: 0; overflow: hidden; transition: 0.5s; }
	.main_side .sns > li.tel .number p{ width: fit-content; font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: #222; margin: 28px auto 0; white-space: nowrap; }
	.main_side .sns > li.tel .number p span{ font-size: 14px; }
	.main_side .sns > li.tel .number a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

	.main_side .sns > li.tel:hover .icon{ background: linear-gradient(to right, #a40000, #e60911); margin-left: -150px; }
	.main_side .sns > li.tel:hover .icon span img.red{ opacity: 0; }
	.main_side .sns > li.tel:hover .icon span img.white{ opacity: 1; }
	.main_side .sns > li.tel:hover .number > div{ width: 150px; }
/*오른쪽 배너 끝*/

.swiper-pagination {top:0; text-align:left !important;}
.swiper-pagination-bullet {width:5px !important; height:5px !important;}
.swiper-pagination-bullet-active {width:40px !important; height:5px !important; border-radius:2.5px !important; background-color:#c80b12 !important;}


@media screen and (max-width:1100px){
    .index2 .cont_visual .main_pic {width:100%;}
    .main_slide_text {width:80%; left:20px;}
    .main_slide_text img {width:100%;}
    .text_swiper .swiper-slide h5 {font-size:50px; line-height:65px;}
}

@media screen and (max-width:768px){
    .index2 .cont_visual .main_prev_next {display: none;}
    .index2 .cont_visual .main_pic {border-radius:0;}
}

@media screen and (max-width:640px){
    /* .index2 .cont_visual .center {height:60vh;}
    .index2 .cont_visual .main_pic {height:60vh;} */
    /* .main_slide_text {top:0px;} */
    .main_slide_text {width:90%;}
    .main_slide_text img {width:86%;}
    .text_swiper .swiper-slide p {margin-top:20px;}
    /* .main_side {height:71vh;} */

    /* .text_swiper .swiper-slide h5 {font-size:30px; line-height:38px;} */

	.main_side{ width: 50px; height: 100%; }
    .index2 .cont_visual .main_pic {margin-right:50px;}
    .main_side .sns > li.online {padding:0;}
    .main_side .sns > li.online a { height: 100%;}
	.main_side .sns > li.online a i{ line-height: 100px; font-size: 30px; }
    .main_side .sns > li.online > a > p {display:none;}
}

@media screen and (max-width:400px){
    .text_swiper .swiper-slide h5 {font-size:35px; line-height:45px;}
}


/* 컨테이너_company */
.main_company {position:relative;}
.main_company .center {max-width: 1280px; width:100%; margin: 0 auto; padding:100px 0;}
.main_company .w1720{ max-width: 1720px; width: 100%; margin: 0 auto; }
.main_company .point_title {color:#e60911; margin-bottom:30px;}
/* .main_company .top {width:74%; margin:0 auto;} */
.main_company .top_2 {display:flex; align-items:center;}
.main_company .top_2 .main_ment {width:56%; font-size:60px; font-family: 'Pretendard-Bold'; line-height:78px;}
.main_company .top_2 .title_context {font-size:20px; font-family: 'Pretendard-Light';  line-height:30px; }
.main_company .top_2 .title_context > p {margin-bottom:30px;}
.main_company .top_2 .title_context .main_viewBtn {font-family: 'Outfit', sans-serif; font-weight:300; display:flex; align-items: center; color:#999;}
.main_company .top_2 .title_context .main_viewBtn .inner_text {margin-right:15px;}
.main_company .top_2 .title_context .main_viewBtn .inner_circle {width:46px; height:46px; border-radius:50%;  text-align:center; line-height:46px; transition:all 0.5s; background-color:#fff;}
.main_company .top_2 .title_context .main_viewBtn .inner_circle i{ line-height: 46px; }

.main_company .top_2 .title_context .main_viewBtn:hover  .inner_text {color:#666;}
.main_company .top_2 .title_context .main_viewBtn:hover .inner_circle {background: #a40000; /* Old browsers */
    background: -moz-linear-gradient(left,  #a40000 0%, #e60911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a40000 0%,#e60911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-15deg,  #a40000 0%,#e60911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e60911',GradientType=1 ); /* IE6-9 */
    color:#fff;
}

.main_company .bot .company_list_wrap {display:flex; justify-content:center; align-items:center; margin-bottom: 200px;}
.main_company .bot .company_list_wrap > div.company_list {position:relative; width:23.2%; background-color:#f5f5f5; border-radius:15px; padding:60px 0 50px; color:#333; text-align:center; overflow:hidden;}

/* .main_company .bot .company_list_wrap > div.company_list:nth-child(1):hover {background-image:url(../img/main/company_list1.png); transition: background-image 1s ease-in-out;}  */
.main_company .bot .company_list_wrap > div.company_list:nth-child(2) {margin:0 2.5%;}
.main_company .bot .company_list_wrap > div.company_list:nth-child(3) {margin-right:2.5%;}


.main_company .bot .company_list_wrap > div.company_list .icon_box {position:relative; z-index:3; width:90px; height:90px; line-height:90px; border-radius:50%; background-color:#fff; text-align:center; margin:0 auto; margin-bottom:50px;}
.main_company .bot .company_list_wrap > div.company_list .icon_box img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.main_company .bot .company_list_wrap > div.company_list .icon_box img.hover{ display: none; }

.main_company .bot .company_list_wrap > div.company_list h5 {font-size:17px; font-family: 'Pretendard-Regular';  margin-bottom:20px; }
.main_company .bot .company_list_wrap > div.company_list .num_plus {font-size:50px; font-family: 'Outfit', sans-serif; font-weight:500; }
.main_company .bot .company_list_wrap > div.company_list .plus_icon {font-size:50px; font-family: 'Outfit', sans-serif; font-weight:500; }
.main_company .bot .company_list_wrap > div.company_list .unit {font-size:25px; font-family: 'Pretendard-Medium'; margin-left:10px;}

.main_company .bot .company_list_wrap > div.company_list .bg {position:absolute; top:0; left:50%; transform:translateX(-50%); opacity:0; transition:all 0.5s; width:100%; height:100%;}
.main_company .bot .company_list_wrap > div.company_list .bg > img {filter: grayscale(100%); width:100%; height:100%; object-fit:cover}
.main_company .bot .company_list_wrap > div.company_list:hover .bg {opacity:1;}
.main_company .bot .company_list_wrap > div.company_list:hover .icon_box {background: -moz-linear-gradient(left,  #a40000 0%, #e60911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a40000 0%,#e60911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-15deg,  #a40000 0%,#e60911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e60911',GradientType=1 ); /* IE6-9 */}
.main_company .bot .company_list_wrap > div.company_list:hover .icon_box img{ display: none; }
.main_company .bot .company_list_wrap > div.company_list:hover .icon_box img.hover{ display: inline; }
/* 컨테이너_company 끝 */

@media screen and (max-width: 1820px){
	.main_company .center{ width: 90%; }
	.main_company .w1720{ width: 90%; }
}

@media screen and (max-width:1740px){
	.main_company .top_2 {flex-wrap:wrap;}
    .main_company .top_2 .main_ment {width:100%; margin-bottom:30px;}
    .main_company .top_2 .title_context {width:100%;}

}

@media screen and (max-width:1570px){
	.main_company .bot .company_list_wrap {flex-wrap:wrap; justify-content: space-between; margin-bottom: 100px;}
    .main_company .bot .company_list_wrap > div.company_list { width: calc((100% - 30px) / 2) }
    .main_company .bot .company_list_wrap > div.company_list:nth-child(1) {margin-bottom:30px;}
    .main_company .bot .company_list_wrap > div.company_list:nth-child(2) {margin:0 0; margin-bottom:30px;}
    .main_company .bot .company_list_wrap > div.company_list:nth-child(3) {margin-right:0;}
}

@media screen and (max-width:1280px){
	.main_company .top {width:100%;}

}

@media screen and (max-width:840px){
	.main_company .top_2 .main_ment {font-size: 40px; line-height: 55px;}

}

@media screen and (max-width:700px){
	.main_company .top_2 .main_ment {font-size: 40px; line-height: 55px;}
    
    .main_company .bot .company_list_wrap > div.company_list {width:100%; margin:0%; }
    .main_company .bot .company_list_wrap > div.company_list:nth-child(3) {margin-bottom:30px;}
}

@media screen and (max-width: 500px){
	.main_company .top_2 .title_context > p br{ display: none; }
}


/* 컨테이너_animation */
.main_animation {height:733px;}
.main_animation .center {position:relative; width:100%; height:100%; padding:100px 0;}
.main_animation .movetxt_wrap {width:74%; margin:0 auto; text-align:center;}
.main_animation .movetxt_wrap .movetxt {font-size:120px; font-family: 'Outfit', sans-serif; font-weight:700; transition:all 0.5s; display:inline-block;}

.main_animation .movetxt_wrap .movetxt1 {position:relative; top:0; left:0; text-align:left; color:#fff; text-shadow: -1px 0 #e60911, 0 1px #e60911, 1px 0 #e60911, 0 -1px #e60911;}
.main_animation .movetxt_wrap .movetxt3 {position:relative; top:0; left:0; text-align:right; color:#e60911;}

.main_animation .movetxt_wrap.on .movetxt1 {animation: movetxt1 3s forwards;}
.main_animation .movetxt_wrap.on .movetxt2 {background: #A40000;
    background: linear-gradient(to left, #A40000 0%, #E60911 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; position: relative;}
.main_animation .movetxt_wrap.on .movetxt2::after{ content: ""; width: 70px; height: 70px; position: absolute; top: 115%; left: -90%; background: url("/img/main/movetxt_blur.png") no-repeat center center / auto; }
.main_animation .movetxt_wrap.on .movetxt3 {animation: movetxt3 3s forwards;}

.main_animation .ball{ position: absolute; z-index: 0; }
.main_animation .ball1{ top: 15%; right: 21%; animation: 3s infinite alternate floating; }
.main_animation .ball2{ bottom: 27%; left: 11%; animation: 4s infinite alternate floating; }
.main_animation .ball3{ bottom: 10%; right: 27%; animation: 3.5s infinite alternate floating; }

@keyframes floating{
    0%{transform: translateY(0px);}
    50%{transform: translateY(-15px);}
    100%{transform: translateY(0px);}
}

@keyframes movetxt1 {
    
    0% {
        left:-40%;
    }
    100%{
        left:0%;
    }
}

@keyframes movetxt3 {
    
    0% {
        left:40%;
    }
    100%{
        left:0%;
    }
}

@media screen and (max-width:1500px){
    .main_animation .center {width:100%; border-right:0;}
	.main_animation .animation_bg{ top: -102px; padding-bottom: 110%; }
}

@media screen and (max-width: 1250px){
	.main_animation .ball1{ width: 45px; top: 5%; }
	.main_animation .ball2{ width: 90px; }
	.main_animation .ball3{ width: 75px; }
}

@media screen and (max-width: 900px){
	.main_animation .animation_bg{ display: none; }
	.main_animation .ball1{ top: 7%; right: 15%; }
	.main_animation .ball2{ width: 70px; bottom: 34%; left: 8%; }
	.main_animation .ball3{ width: 55px; bottom: 22%; right: 18%; }
}

@media screen and (max-width:640px){
    .main_animation {height:500px;}
	.main_animation .movetxt_wrap .movetxt {font-size: 100px;}
	.main_animation .ball1{ right: 7%; }
	.main_animation .ball2{ bottom: 20%; left: 4%; }
	.main_animation .ball3{ bottom: 3%; right: 10%; }
}

@media screen and (max-width:500px){
    .main_animation {height:380px;}
	.main_animation .movetxt_wrap .movetxt {font-size: 80px;}
	.main_animation .ball1{ top: 15%; right: 15%; }
	.main_animation .ball2{ width: 60px; bottom: 10%; }
	.main_animation .ball3{ bottom: -12%; right: 13%; }
}

/* 컨테이너_animation 끝*/

/* 컨테이너_consulting */
.main_consulting {position:relative;}
.main_consulting .center {max-width: 1280px; width: 100%; margin: 0 auto; padding:100px 0;}
.main_consulting .consulting_wrap {width: 100%; margin:0 auto; display:flex;}

.main_consulting .point_title {color:#e60911; margin-bottom:30px;}
.main_consulting .main_ment {font-size:60px; font-family: 'Pretendard-Bold'; line-height:78px; margin-bottom:40px;}
.main_consulting .title_context {font-size:18px; font-family: 'Pretendard-Light';  line-height:30px; color:#444;}

.main_consulting .consulting_wrap .left {width:25%;}
.main_consulting .consulting_wrap .right {width:75%;}
.main_consulting .consulting_wrap .right .list_wrap {display:flex; flex-wrap:wrap; justify-content: space-between;}
.main_consulting .consulting_wrap .right .list_wrap .consulting_list {width:41%; margin-left:8%; margin-bottom:50px;}
.main_consulting .consulting_wrap .right .list_wrap .consulting_list img {width:100%;}
.main_consulting .consulting_wrap .right .list_wrap .consulting_list1,
.main_consulting .consulting_wrap .right .list_wrap .consulting_list3 {position:relative; top:-80px;}

.main_consulting .consulting_wrap .right .list_wrap .bot_text {display:flex; justify-content:space-between; align-items:center;}
.main_consulting .consulting_wrap .right .list_wrap .bot_text .list_title {font-size:26px; font-family: 'Pretendard-SemiBold'; line-height:78px;;}

.main_consulting .consulting_wrap .right .list_wrap .bot_text .plus_icon {width:46px; height:46px; border-radius:50%; background-color:transparent; text-align:center; transition:all 0.5s;}
.main_consulting .consulting_wrap .right .list_wrap .bot_text .plus_icon i {color:#999; font-size:13px; line-height:46px;} 

.main_consulting .consulting_wrap .right .list_wrap .consulting_list:hover .plus_icon {background: -moz-linear-gradient(left,  #a40000 0%, #e60911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a40000 0%,#e60911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-15deg,  #a40000 0%,#e60911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e60911',GradientType=1 ); /* IE6-9 */}

.main_consulting .consulting_wrap .right .list_wrap .consulting_list:hover .plus_icon i {color:#fff;}  

.consulting_imgwrap {position:relative;}
.hover_consulting {background: -webkit-linear-gradient(left,  #a40000 0%,#e60911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-15deg,  #a40000 0%,#e60911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e60911',GradientType=1 ); /* IE6-9 */ position:absolute; top:0; left:0; display: flex; width:100%; height:100%; justify-content: center; align-items: center; opacity:0; transition:all 0.3s; padding: 0 20px;}
.hover_consulting > ul > li {line-height:30px; margin:0 10px; font-size: 17px; text-align: center;}
.hover_consulting > ul > li a{ color:#fff; }

.main_consulting .consulting_wrap .right .list_wrap .consulting_list:hover .hover_consulting {opacity:0.8;}

@media screen and (max-width:1660px){
    .main_consulting .consulting_wrap  {width:90%;}

}

@media screen and (max-width:1500px){
    .main_consulting .center  {width:100%; border-right:0;}
    .main_consulting .consulting_bg {width:100%;}

}

@media screen and (max-width:1280px){
    .main_consulting .consulting_wrap {flex-wrap:wrap;}
    .main_consulting .consulting_wrap .left {width:100%; margin-bottom:80px;}
    .main_consulting .consulting_wrap .right {width:100%;}
    .main_consulting .consulting_wrap .right .list_wrap .consulting_list1, .main_consulting .consulting_wrap .right .list_wrap .consulting_list3
    {top:0;}


}

@media screen and (max-width:640px){
    .main_consulting .consulting_wrap .right .list_wrap {flex-direction:column; justify-content:center; align-items: center;}
    .main_consulting .consulting_wrap .right .list_wrap .consulting_list {width:90%; margin-left:0;}
}


@media screen and (max-width:600px){
    .main_consulting .main_ment {font-size: 40px; line-height: 55px;}
    .main_consulting .consulting_wrap .right .list_wrap .bot_text .list_title {font-size:20px; line-height:50px;}
}

/* 컨테이너_consulting 끝*/



/* 컨테이너_review */
.main_review .center {width:calc(100% - 100px); margin-left: 100px; padding:100px 0; overflow:hidden; background-color:#a40000; border-radius:0 0 0 100px;}
.main_review .review_wrap {max-width: 1500px; width:100%; float:right; display:flex; align-items: center;}

.main_review .point_title {color:#e60911; margin-bottom:30px;}
.main_review .main_ment {color:#fff; font-size:60px; font-family: 'Pretendard-Bold'; line-height:78px; margin-bottom:40px;}
.main_review .title_context {font-size:18px; font-family: 'Pretendard-Light';  line-height:30px; color:#fff; margin-bottom:70px; opacity:0.6;}
.main_review .viewmore {color:#fff; opacity:0.8; display:flex; align-items:center;}
.main_review .viewmore span {width:46px; height:46px; border-radius:50%; background-color:#a40000; transition:all 0.5s; text-align:center; margin-left:15px;}
.main_review .viewmore i {line-height:46px; }

.main_review .viewmore:hover span {background-color:#fff; display:block;}
.main_review .viewmore:hover i {color:#a40000;}

.main_review .review_wrap .left {width:30%; margin-right:60px;}
.main_review .review_wrap .right {width:70%;}

@media screen and (max-width: 1780px){
	.main_review .review_wrap{ width: 90%; flex-wrap: wrap; }
	.main_review .review_wrap .left{ width: 100%; }
	.main_review .review_wrap .right{ width: 100%; }
}

@media screen and (max-width: 1200px){
	.main_review .center{ width: 100%; margin-left: 0; border-radius: 0; }
	.main_review .review_wrap{ width: 95%; }
}

@media screen and (max-width: 510px){
	.main_review .center{ padding: 100px 5%; }
	.main_review .review_wrap{ width: 100%; margin: 0 auto; }
	.main_review .review_wrap .left{ margin-right: 0; }
}


/* 리뷰 슬라이드 */
.reviewslider {position:relative; overflow: hidden;}
.reviewslider .swiper-slide {width:400px; height:400px; background-color:#fff; border-radius:15px; padding:90px 60px 60px;}
.reviewslider .swiper-slide h5 {height:90px; color:#333; font-family: 'Pretendard-SemiBold'; font-size:32px; line-height:45px; margin-bottom:30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.reviewslider .swiper-slide p {color:#555; font-family: 'Pretendard-Regular';  font-size:18px; line-height:30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.reviewslider .swiper-slide span {color:#a40000; font-family: 'Outfit', sans-serif;  font-size:14px; line-height:30px; position:absolute; bottom:40px;}

.reviewslider .option_bar {position:relative; top:30px; height:100px; display:flex;}


.swiper-button-next, .swiper-button-prev {position:static !important; width:10px !important; opacity:1 !important;}
.swiper-button-next {
    background: url(../img/main/next.png) no-repeat;
    background-size: 50% auto;
    background-position: center;
    margin-left:10px;
  }
  .swiper-button-prev {
    background: url(../img/main/prev.png) no-repeat;
    background-size: 50% auto;
    background-position: center;
    margin-right:22px;
  }
.swiper-pagination-progressbar {width:80% !important; height:1px !important; right:0 !important; left:auto !important; background:rgba(255,255,255,0.3) !important;}

.swiper-pagination-fraction {
    top:-9px !important; bottom:0 !important; text-align:left !important; position:relative !important; width:60px !important; height:30px; color:#fff !important; font-family: 'Outfit', sans-serif; font-weight:200;}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#fff !important;}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
/* 리뷰 슬라이드 끝 */
@media screen and (max-width:1700px){
    .main_review .review_wrap {flex-wrap:wrap;}
    .main_review .review_wrap .left {width:100%; margin-bottom:30px;}
    .main_review .review_wrap .right {width:100%;}
    .main_review .title_context {margin-bottom:30px;}
}
@media screen and (max-width:800px){
    .reviewslider .option_bar {flex-wrap:wrap;}
    .swiper-pagination-progressbar {width:100% !important; position:relative !important; top:-26px !important;}
}

@media screen and (max-width: 510px){
    .reviewslider .swiper-slide {width: 100%; padding:66px 25px 40px;}
	.main_review .title_context br{ display: none; }
}

/* 컨테이너_review 끝*/

/* 컨테이너_inquiry */
.main_inquiry .center {position:relative; width:89.5%; margin:0 auto; padding:100px 0;}

.main_inquiry  .inquiry_wrap {width:74.4%; margin:0 auto;}

.main_inquiry .point_title {color:#e60911; margin-bottom:30px;}
.main_inquiry .main_ment {color:#222; font-size:60px; font-family: 'Pretendard-Bold'; line-height:78px; margin-bottom:40px;}
.main_inquiry .title_context {font-size:18px; font-family: 'Pretendard-Light';  line-height:30px; color:#444; margin-bottom:70px; opacity:0.6;}

.main_inquiry  .inquiry_wrap {display:flex;}
.main_inquiry .left {width:48%;}
.main_inquiry .right {width:52%;}

.online_inquiry_form .width_input {position:relative; height:55px; margin-bottom:15px;}

.online_inquiry_form .width_input > label {position:absolute; left:15px; top:50%; transform:translateY(-50%);}
.online_inquiry_form .width_input > input {padding-left:100px;}

.online_inquiry_form .width_input_mail {position:relative; height:168px;}
.online_inquiry_form .width_input_mail > label {position:absolute; left:15px; padding-top:15px;}

.online_inquiry_form .width_input input {width:100%; background-color:#f5f5f5; border:none; line-height:55px; border-radius:5px;}

.online_inquiry_form input.email {width:100%;}


.online_inquiry_form textarea {width:100%; height:168px; background-color:#f5f5f5; border:none; border-radius:5px; padding-top:50px; padding-left:15px;}
.online_inquiry_form textarea:placeholder-shown {color:#999; font-size:16px;}

.online_inquiry_form .half_wrap {display:flex;}
.online_inquiry_form .width_half {width:48%;}

.online_inquiry_form .width_half:nth-child(1) {margin-right:4%;}

.online_inquiry_form .bot_bar {display:flex; align-items:center; justify-content:space-between; margin-top:40px;}
.online_inquiry_form .inquiry_privacy {display:flex; align-items:center; color:#999;}
.online_inquiry_form .inquiry_privacy input {width:15px; height:15px; border-radius:3px; border:1px solid #e5e5e5; margin-right:10px;}

.online_inquiry_form .inquiry_privacy .privacy_pop {display:block; margin-left:10px; font-family: 'Pretendard-Light'; font-size:12px; width:80px; line-height:25px; text-align:center; border-radius:12px; background-color:#e7e7e7;}

.online_inquiry_form .inquiry_send button {width:153px; height:55px; text-align:center; border-radius:27px; background: -moz-linear-gradient(left,  #a40000 0%, #e60911 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a40000 0%,#e60911 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-15deg,  #a40000 0%,#e60911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e60911',GradientType=1 ); /* IE6-9 */
border:none; color:#fff; font-size:16px; font-family: 'Pretendard-Regular';}
.online_inquiry_form .inquiry_send button i {margin-left:15px;}

@media screen and (max-width:1500px){
    .main_inquiry .center {width:100%; border-right:none;}
}

@media screen and (max-width:1280px){
    .main_inquiry .inquiry_wrap {width:90%;}
}

@media screen and (max-width:1000px){
    .main_inquiry .inquiry_wrap {flex-wrap:wrap;}
    .main_inquiry .left {width:100%;}
    .main_inquiry .right {width:100%;}

}

@media screen and (max-width:600px){
    .main_inquiry .main_ment {font-size: 40px; line-height: 55px;}
    .main_inquiry .title_context {font-size:18px; line-height:25px;}
}

@media screen and (max-width:530px){
    .online_inquiry_form .bot_bar {flex-wrap:wrap; flex-direction:column;}
    .online_inquiry_form .inquiry_privacy {width:100%; margin-bottom:30px;}
	.main_inquiry .title_context br{ display: none; }
}

/* 컨테이너_inquiry 끝*/

.main_qna .center {width:100%; border-radius:0 100px 0 0; overflow:hidden; background:url(../img/main/qna_bg.png) no-repeat; background-size:cover; background-position:bottom; padding-bottom: 130px;}
.main_qna .center .qna_wrap {width:70%; margin:0 auto;  display:flex; align-items:center; justify-content:space-between;}
.main_qna .center .qna_wrap > a {display:block; width:50%; padding:160px 0;}
.main_qna .center .qna_wrap > a.career_box {border-right:1px solid rgba(255,255,255,0.1);}
.main_qna .center .qna_wrap > a.qna_box {padding-left:120px;}
.main_qna .center .qna_wrap > a h5 {font-size:48px; line-height:72px; color:#fff;}
.main_qna .center .qna_wrap > a p {font-size:17px; line-height:29px; opacity:0.8; color:#fff;}

@media screen and (max-width:1100px){
	.main_qna .center{ border-radius: 0; }
    .main_qna .center .qna_wrap {width: 100%; justify-content: left; flex-direction: column;}
    .main_qna .center .qna_wrap > a {width:100%; padding: 50px 5%; text-align: center;}
    .main_qna .center .qna_wrap > a.career_box  {border-bottom: 1px solid rgba(255,255,255,0.1); border-right:none;}
	.main_qna .center .qna_wrap > a.qna_box{ padding-left: 5%; }
}

.personal_information {visibility:hidden; z-index:999; width:100%; height:100vh; position:fixed; top:0; left:0; background-color:rgba(0,0,0,0.4); display:flex; align-items:center; justify-content:center;}
.personal_information .inner {width:800px; background-color:#fff; border-radius:15px; }

.personal_information .top {display:flex; justify-content:space-between; padding:30px; }
.personal_information .top p {color:#222; font-family: 'Pretendard-Regular'; font-size:20px;}
.personal_information .top a i {color:#c80b12; font-size:20px;}

.personal_information .content { padding: 0 30px 30px 30px; }
.personal_information .content textarea { width: 100%; min-height: 300px; color:#555; font-family: 'Pretendard-Light'; font-size: 15px; line-height: 1.3; border: 1px solid #e0e0e0; }


@media screen and (max-width:1000px){
    .personal_information .inner {width:80%;} 
}

@media screen and (max-width:800px){
    .main_ment {font-size: 30px !important; line-height: 40px !important;}
	.personal_information .inner{ width: 90%; }
	.personal_information .content textarea{ min-height: 400px; padding-right: 10px; }
}

.footer{ margin-top: -130px; padding-right: 100px; }

@media screen and (max-width: 640px){
	.footer{ padding-right: 50px; }
}



