@charset "utf-8";
/* 메인 비주얼 */
.mainVisual { position: relative; z-index: 1; }
.main_slider { position: relative; width: 100%; height: 914px; opacity: 0; visibility: hidden; overflow: hidden; }
.main_slider.slick-initialized { opacity: 1; visibility: visible; }
.main_slider .slick-list { z-index: 1; }
.main_slider .slide { position: relative; height: 914px;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}
.main_slider .slide:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: .05; z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;   
}
.main_slider .slide .loading { display: none; position: absolute; top: 44%; left: 0; width: 100%; }
.main_slider.active .slide.slick-active { z-index: 1; }

.main_slider .slide .bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; min-height: 100%; z-index: -1; background-position: center center; background-repeat: no-repeat; background-size: cover; transform: scale(1.1); transition: all 6.8s linear; }
.main_slider.active .slide.slick-active .bg { transform: scale(1); }
.main_slider .slide .image-entity { width: 100%; opacity: 0; visibility: hidden; }

.main_slider .slide .intro { position: absolute; left: 50%; top: 50%; width: 1244px; height: auto; margin-top: 100px; z-index: 3;transform: translate(-50%,-50%); }

.main_slider .slide .intro .txt_box .txt1 { position: relative; display: inline-block; opacity: 0; font-size: 24px; font-weight: 500; line-height: 1.2; color: #fff; padding-bottom: 8px; text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1); transform: translateX(-50px); transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.8s; }
.main_slider .slide .intro .txt_box .txt1::after { position: absolute; left: 50%; bottom: 0; content: ''; width: 0%; height: 3px; background-color: #e94243; transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2.3s; }
.main_slider .slide .intro .txt_box .txt2 { display: block; opacity: 0; font-size: 56px; font-weight: 700; line-height: 1.2; color: #fff; margin-top: 20px; text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1); transform: translateX(50px); transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.3s; }
.main_slider.active .slide.slick-active .intro .txt_box .txt1 { opacity: 1;	transform: translateX(0); }
.main_slider.active .slide.slick-active .intro .txt_box .txt1::after { left: 0; width: 100%; }
.main_slider.active .slide.slick-active .intro .txt_box .txt2 { opacity: 1;	transform: translateX(0); }

.mainVisual .slick_control { position: absolute; left: 50%; bottom: 18%; margin-left: -636px; display: flex; z-index: 3; }
.mainVisual .slide_arrow { width: 45px; height: 45px; font-size: 0; }
.mainVisual .slide_arrow a { display: block; width: 45px; height: 45px; background-position: left top; background-repeat: no-repeat; background-size: contain; opacity: 0.5; transition: all 0.2s ease-in-out; }
.mainVisual .slide_arrow a:hover { opacity: 1; }
.mainVisual .slide_arrow.prev a { background-image: url('../images/btn_prev.png'); }
.mainVisual .slide_arrow.next a { background-image: url('../images/btn_next.png'); }
.mainVisual .mvi_slick_dots { padding: 0 10px; font-size: 0; }
.mainVisual .mvi_slick_dots .slick-dots { text-align: center; }
.mainVisual .mvi_slick_dots .slick-dots li { display: inline-block; font-size: 20px; font-weight: 700; line-height: 45px; color: rgba(255,255,255,0.4); margin: -2px 8px 0 8px; cursor: pointer; overflow: hidden; transition: all 0.3s; }
.mainVisual .mvi_slick_dots .slick-dots li.slick-active { color: #fff; }

@media all and (max-width:1280px) {
	.main_slider { height: 685px; min-height: 685px; }
	.main_slider .slide { height: 685px; }
	.main_slider .slide .intro { width: 100%; padding-left: 40px; padding-right: 40px; margin-top: 50px; }
	.main_slider .slide .intro .txt_box .txt1 { font-size: 22px; }
	.main_slider .slide .intro .txt_box .txt2 { font-size: 48px; }
	.mainVisual .slick_control { left: 0; margin-left: 20px; width: 100%; }
}

@media all and (max-width:1024px) {
	.main_slider .slide .intro .txt_box .txt1 { font-size: 20px; }
	.main_slider .slide .intro .txt_box .txt2 { font-size: 40px; }
}

@media all and (max-width:768px) {
	.main_slider { height: 532px; min-height: 532px; }
	.main_slider .slide { height: 532px; }
	.main_slider .slide .intro { padding-left: 20px; padding-right: 20px; margin-top: 25px; }
	.main_slider .slide .intro .txt_box .txt1 { font-size: 17px; }
	.main_slider .slide .intro .txt_box .txt2 { font-size: 28px; }
	.mainVisual .slick_control { margin-left: 10px; }
}

@media all and (max-width:480px) {
	.main_slider .slide .intro .txt_box .txt1 { font-size: 15px; }
	.main_slider .slide .intro .txt_box .txt2 { font-size: 24px; }
}



/* 공통 */
.msection { position: relative; }
.msection .ms-inner { max-width: 1244px; margin: 0 auto; }
.ms-title { position: relative; display: block; font-size: 56px; font-weight: 700; line-height: 1; color: #fff; margin-bottom: 20px; text-transform: uppercase; transition: all 0.3s; }
.ms-desc { font-size: 20px; color: #fff; transition: all 0.3s; } 
.ms-desc + .ms-desc { margin-top: 18px; }

@media all and (max-width:1280px) {
	.msection .ms-inner { padding: 0 20px; }
	.ms-title { font-size: 50px; }
	.ms-desc { font-size: 18px; }
}

@media all and (max-width:768px) {
	.ms-title { font-size: 40px; }
	.ms-desc { font-size: 16px; }
	.ms-desc br { display: none; }
}

@media all and (max-width:480px) {
	.ms-title { font-size: 32px; }
	.ms-desc { font-size: 15px; }
}


/* QUICK MENU */
.ms-quick { position: relative; margin-top: -99px; margin-bottom: 78px; z-index: 3; }
.ms-quick .ms-inner { display: flex; align-self: center; justify-content: space-between; flex-wrap: wrap; }
.ms-quick .txt-box { width: calc(100% - 124px); }
.ms-quick .qitem { display: flex; justify-content: space-between; align-items: flex-end; width: calc(50% - 6px); padding: 46px; background-color: #e94243; border-radius: 12px; box-shadow: 0 13px 16px rgba(0, 0, 0, 0.15); overflow: hidden; }
.ms-quick .qitem .tit { font-size: 26px; font-weight: 500; color: #fff; }
.ms-quick .qitem .desc { font-size: 18px; color: rgba(255,255,255,0.8); margin-top: 8px; }
.ms-quick .qitem .btn-more { display: block; width: 124px; height: 43px; text-align: center; font-size: 16px; line-height: 43px; color: #000; background-color: #fff; border-radius: 43px; }
.ms-quick .qitem.bg-white { background-color: #fff; } 
.ms-quick .qitem.bg-white .tit { color: #000; }
.ms-quick .qitem.bg-white .desc { color: rgba(0,0,0,0.8); }
.ms-quick .qitem.bg-white .btn-more { color: #fff; background-color: #1d4268; }

@media all and (max-width:1024px) {
	.ms-quick { margin-top: -80px; }
	.ms-quick .txt-box { width: calc(100% - 110px); }
	.ms-quick .qitem { padding: 34px; }
	.ms-quick .qitem .tit { font-size: 22px; }
	.ms-quick .qitem .desc { font-size: 16px; }
	.ms-quick .qitem .btn-more { width: 110px; height: 38px; line-height: 38px; border-radius: 38px; }
}

@media all and (max-width:860px) {
	.ms-quick .qitem { width: 100%; }
	.ms-quick .qitem + .qitem { margin-top: 12px; }
}

@media all and (max-width:768px) {
	.ms-quick { margin-top: -69px; }
}

@media all and (max-width:480px) {
	.ms-quick .qitem { padding: 30px 28px; }
	.ms-quick .qitem .tit { font-size: 20px; }
	.ms-quick .qitem .desc { font-size: 14px; }
	.ms-quick .qitem .btn-more { width: 90px; height: 35px; line-height: 35px; font-size: 13px; border-radius: 35px; }
}


/* BRAND */
.ms-brand { padding: 190px 0; background: url('../images/main/brand_bg.jpg') center top no-repeat; background-size: cover; }
.ms-brand .ms-inner { display: flex; flex-wrap: wrap; align-self: center;  }
.ms-brand .ms-top { width: 50%; }
.ms-brand .ms-container { width: 50%; display: flex; align-self: center; }

.brand-link { display: flex; flex-wrap: wrap; max-width: 332px; margin: 0 auto; }
.brand-link .item { position: relative; width: 50%; min-height: 158px; margin-top: -1px; margin-left: -1px; }
.brand-link .item a { position: relative; display: block; width: 100%; height: 100%; padding: 26px; border: 1px solid #5f6066; background-color: rgba(255,255,255,0.06); transition: all 0.3s; }
.brand-link .item .tit { font-size: 20px; font-weight: 500; color: #fff; }
.brand-link .item .icon { position: absolute; right: 26px; bottom: 26px; opacity: 1; transition: all 0.3s; }
.brand-link .item .icon img { width: 44px; height: 44px; }
.brand-link .item.brand-active a { border: 1px solid #d64043; background-color: #d64043; z-index: 1; }
.brand-link .item.brand-active a .icon { opacity: 1; }

@media all and (min-width:1025px) {
	.brand-link .item .icon { opacity: 0.3; }
	.brand-link .item a:hover { border: 1px solid #d64043; background-color: #d64043; z-index: 1; }
	.brand-link .item a:hover .icon { opacity: 1; }
}

@media all and (max-width:1024px) {
	.ms-brand { padding: 118px 0; }
	.ms-brand .ms-top { width: 100%; }
	.ms-brand .ms-container { width: 100%; margin-top: 56px; }
	.brand-link { width: 100%; max-width: 100%; }
}

@media all and (max-width:768px) {
	.ms-brand { padding: 78px 0; }
	.brand-link .item .tit { font-size: 18px; }
}

@media all and (max-width:480px) {
	.ms-brand .ms-container { margin-top: 38px; }
}


/* SERVICE */
.ms-service { margin-top: 142px; }
.ms-service .ms-title { color: #000; }
.ms-service .ms-desc { color: #777; }
.ms-service .ms-top { text-align: center; margin-bottom: 56px; }

.service-list { display: flex; flex-wrap: wrap; }
.service-list .item { display: flex; align-items: flex-end; position: relative; width: 20%; height: 600px; padding: 3.23%; background-color: #000; overflow: hidden; }
.service-list .item .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.52; transition: all 1.3s cubic-bezier(0.155, 0.1, 0.135, 1.01); }
.service-list .item .bg.s1 { background-image: url('../images/main/service_item1.jpg'); }
.service-list .item .bg.s2 { background-image: url('../images/main/service_item2.jpg'); }
.service-list .item .bg.s3 { background-image: url('../images/main/service_item3.jpg'); }
.service-list .item .bg.s4 { background-image: url('../images/main/service_item4.jpg'); }
.service-list .item .bg.s5 { background-image: url('../images/main/service_item5.jpg'); }
.service-list .item .tit1 { display: block; font-size: 16px; font-weight: 500; line-height: 1.2; color: #d64043; text-transform: uppercase; }
.service-list .item .tit2 { display: block; font-size: 30px; font-weight: 700; line-height: 1.2; color: #fff; margin-top: 8px; }
.service-list .item .txt-box { position: relative; z-index: 2; transition: all 0.3s cubic-bezier(0.155, 0.1, 0.135, 1.01) 0.15s; }
.service-list .item .txt-box-ov { display: none; position: absolute; left: 0; top: 100%; transform: translateY(0); width: 100%; padding: 38px 13.78%; background-color: rgba(233,66,67,0.9); transition: all 0.73s cubic-bezier(0.155, 0.1, 0.135, 1.01); }
.service-list .item .txt-box-ov .tit1 { color: #fff; }
.service-list .item .txt-box-ov .desc { font-size: 18px; color: #fff; margin-top: 18px; }

@media all and (max-width:1280px) {
	.service-list .item { height: 538px; }
	.service-list .item .tit1 { font-size: 15px; }
	.service-list .item .tit2 { font-size: 28px; }
	.service-list .item .txt-box-ov .desc { font-size: 16px; }
}

@media all and (min-width:1025px) {
	.service-list .item .txt-box-ov { display: block; }
	.service-list .item a:hover .bg { opacity: 1; transform: scale(1.1); }
	.service-list .item a:hover .txt-box { opacity: 0; padding-bottom: 20px; }
	.service-list .item a:hover .txt-box-ov { transform: translateY(-100%); }
}

@media all and (max-width:1024px) {
	.ms-service { margin-top: 118px; }
	.service-list .item { width: 50%; height: 238px; padding: 38px; }
}

@media all and (max-width:768px) {
	.ms-service { margin-top: 78px; }
	.service-list .item { height: 214px; padding: 32px 28px; }
	.service-list .item .tit1 { font-size: 14px; }
	.service-list .item .tit2 { font-size: 24px; }
}

@media all and (max-width:480px) {
	.ms-service .ms-top { margin-bottom: 38px; }
	.service-list .item { height: 196px; }
	.service-list .item .tit1 { font-size: 13px; }
	.service-list .item .tit2 { font-size: 20px; }
}