@charset "utf-8";

/* common */
i.br {display: block !important;}
header {background: rgba(0,0,0,.6);}
header h1 a {background-image: url(/img/logo_main.png);}
header button.mobile span {background: #fff;}
.main h3 {
    display: inline-block;
    position: relative;
    font-size: 5.2rem;
    font-weight: 400;
}
.main h3:after {
    position: absolute;
    content: "";
    top: -12px; right: -30px;
    width: 22px; height: 26px;
    background: url(/img/title_deco.png) no-repeat center/contain;
}

/* visual */
.visual h3 {display: none;}
.visual {
    width: 100%; height: 700px;
    overflow: hidden;
}
.visual .slick-item img {
    width: 100%; height: 700px;
    object-fit: cover;
}
.visual .slick-item img.pc {display: none;}
.visual .slick-item {position: relative;}
.visual .slick-item .text {
    position: absolute;
    bottom: 94px; left: 4.4%;
    color: #fff;
}
.visual .slick-item h4 {
    font-size: 4.1rem; line-height: 43px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(20px);
}
    .visual.on .slick-item h4 {
        opacity: 1;
        transform: translateY(0);
        transition: 0.7s;
    }
.visual .slick-item h4 i {display: block; font-style: normal;}
.visual .slick-item.noI h4 i {display: inline;}
.visual .slick-item p {
    margin: 24px 0 28px;
    font-size: 1.5rem; line-height: 21px;
    font-weight: 300;
    opacity: 0;
    transform: translateY(20px);
}
    .visual.on .slick-item p {
        opacity: 1;
        transform: translateY(0);
        transition: 0.7s 0.2s;
    }
.visual .slick-item a {
    display: block;
    width: 78px; height: 7px;
    background: url(/img/main_arrow.png) no-repeat center/contain;
    text-indent: -9999px; overflow: hidden;
}
.visual .slick-arrow {display: none;}
.visual .slick-dots {bottom: 37px; left: 4.4%; text-align: left;}
.visual .slick-dots li {
    width: 25px; height: 15px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: 0.4s;
}
.visual .slick-dots li.slick-active {width: 75px; background: #fff;}
.visual .slick-dots li:nth-child(n+2) {margin-left: 12px;}

/* result */
#result {padding: 80px 0; text-align: center;}
#result h3:before {
    position: absolute;
    content: "";
    bottom: 6px; left: -6px;
    width: 200px; height: 13px;
    background: #d4e080;
    z-index: -1;
}
.resInner article {
    padding: 0 4.533%; margin-top: 42px;
    text-align: left; color: #333;
    transform: translateY(20px); opacity: 0;
}
.resInner article.show {
    transform: translateY(0); opacity: 1;
    transition: 0.6s;
}
.resInner article:first-child {margin-top: 41px;}
.resInner article i.img {
    display: block;
    width: 100%; height: 210px;
    background: url(/img/main_result01_m.jpg) no-repeat center/cover;
    text-indent: -9999px; overflow: hidden;
}
.resInner article .text {margin-top: 24px;}
.resInner article .text h4 {
    font-size: 3.4rem; line-height: 38px;
    font-weight: 400;
}
.resInner article .text p {
    font-size: 1.4rem; line-height: 23px;
    font-weight: 300;
    margin: 26px 0 23px;
}
.resInner article .text a {
    display: block;
    width: 140px; height: 37px;
    font-size: 1.4rem; color: #333;
    line-height: 36px;
    border: 1px solid #333;
    text-align: center;
}
.resInner article:nth-child(2n) .text {text-align: right;}
.resInner article:nth-child(2n) .text a {float: right;}
.resInner article:nth-child(2) i.img {background-image: url(/img/main_result02_m.jpg);}
.resInner article:nth-child(3) i.img {background-image: url(/img/main_result03_m.jpg);}
.resInner article:nth-child(4) i.img {background-image: url(/img/main_result04_m.jpg);}
.resInner article:nth-child(5) i.img {background-image: url(/img/main_result05_m.jpg);}
.resInner article:nth-child(2n) {position: relative;}
.resInner article:nth-child(2n):after {
    position: absolute;
    content: "";
    top: -3%; left: 0;
    width: 100%; height: 106%;
    background: #f2f7f8;
    z-index: -1;
}

/* work */
#work {position: relative; color: #fff;}
#work h3 {
    position: absolute;
    display: inline-block;
    top: 55px; left: 50%; transform: translateX(-50%);
    width: 240px;text-align: center;
    z-index: 9999;
}
#work h3:after {background-image: url(/img/title_decoW.png);}
.workInner {
    width: 100%; height: 500px;
    overflow: hidden;
}
.workInner .slick-item img {
    width: 100%; height: 500px;
    object-fit: cover;
}
.workInner .slick-item img.pc {display: none;}
.workInner .slick-item {position: relative;}
.workInner .slick-item .text {
    position: absolute;
    bottom: 94px; left: 4.4%;
    color: #fff;
}
.workInner .slick-item h4 {
    font-size: 4.1rem; line-height: 43px;
    font-weight: 400;
}
.workInner .slick-item p {
    margin: 24px 0 28px;
    font-size: 1.5rem; line-height: 21px;
    font-weight: 300;
}
.workInner .slick-item a {
    display: block;
    width: 78px; height: 7px;
    background: url(/img/main_arrow.png) no-repeat center/contain;
    text-indent: -9999px; overflow: hidden;
}
.workInner .slick-arrow {display: none;}
.workInner .slick-dots {bottom: 37px; left: 4.4%; text-align: left;}
.workInner .slick-dots li {
    width: 25px; height: 15px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: 0.4s;
}
.workInner .slick-dots li.slick-active {width: 75px; background: #fff;}
.workInner .slick-dots li:nth-child(n+2) {margin-left: 12px;}

/* intro */
#intro {padding: 80px 4.533%; text-align: center;}
#intro h3:before {
    position: absolute;
    content: "";
    bottom: 6px; left: -8px;
    width: 200px; height: 13px;
    background: #d4e080;
    z-index: -1;
}
.intInner a {display: block; margin-top: 42px; color: #333;}
.intInner i.img {
    display: block;
    width: 225px; height: 225px;
    margin: 0 auto;
    background: url(/img/main_intro01.png) no-repeat center/cover;
    text-indent: -9999px; overflow: hidden;
}
.intInner p {
    margin: 24px 0 8px;
    font-size: 2.1rem;
    font-weight: 700;
}
.intInner span {font-size: 1.4rem; color: #747474;}
.intInner a:nth-child(2) i.img {background-image: url(/img/main_intro02.png);}
.intInner a:nth-child(3) i.img {background-image: url(/img/main_intro03.png);}

/* 팝업
.popup {
	position: absolute;
	top: 120px; left: 20px;
	width: 320px;
	z-index: 9999;
}
.popup i.img {
	display: block;
	width: 100%; height: 158px;
	background: url(/img/popup_200203.jpg) no-repeat center/cover;
	text-indent: -9999px; overflow: hidden;
}
.popup .button {
	padding: 5px 16px;
	font-size: 1.3rem;
	background: #fff; color: #3d3d3d;
	text-align: right;
}
.popup .button span {display: inline-block; cursor: pointer;}
.popup .button span:hover {font-weight: 700;}
.popup .button .close {margin-right: 30px;}
*/
/* PC */
@media screen and (min-width:1084px){
    i.br {display: inline !important;}
    header {
        position: absolute;
        top: 100%; transform: translateY(-100%);
        background: rgba(0,0,0,.4);
    }
    .navInner .gnb > li > a {color: #fff;}
    .main h3:after {
        top: -38px; right: -46px;
        width: 44px; height: 52px;
    }
    
    /* visual */
    .visual {height: 100vh;}
    .visual .slick-item img {height: 100vh;}
    .visual .slick-item img.pc {display: block;}
    .visual .slick-item img.mobile {display: none;}
    .visual .slick-item .text {bottom: 453px; left: 200px;}
    .visual .slick-item h4 {font-size: 10rem; line-height: 94px;}
    .visual .slick-item h4 i {font-size: 8.2rem;}
    .visual .slick-item.noI h4 i {display: block;}
    .visual .slick-item p {
        margin: 47px 0 40px;
        font-size: 1.8rem; line-height: 26px;
    }
    .visual .slick-item a {width: 81px; height: 8px;}
    .visual .slick-dots {bottom: 346px; left: 200px;}
    .visual .slick-dots li {
        width: 12px; height: 12px;
        border-radius: 6px;
    }
    .visual .slick-dots li.slick-active {width: 60px;}
    .visual .slick-dots li:nth-child(n+2) {margin-left: 10px;}
    
    /* result */
    #result {padding: 118px 0 70px;}
    #result h3:before {display: none;}
    .resInner {position: relative;}
    .resInner article {
        padding: 0;
        width: 1280px; margin: 80px auto 0;
    }
    .resInner article:first-child {margin-top: 106px;}
    .resInner article i.img {
        float: left;
        width: 620px; height: 380px;
        background-image: url(/img/main_result01.jpg);
    }
    .resInner article .text {
        position: relative;
        float: right;
        width: 520px; height: 380px;
        margin: 0; text-align: right;
    }
    .resInner article .text h4 {font-size: 5.2rem; line-height: 60px;}
    .resInner article .text p {
        font-size: 1.6rem; line-height: 32px;
        margin: 35px 0 39px;
    }
    .resInner article .text a {
        position: absolute;
        bottom: 0; right: 0;
        width: 180px; height: 54px;
        font-size: 1.6rem;
        line-height: 53px;
    }
    .resInner article:nth-child(2n) i.img {float: right;}
    .resInner article:nth-child(2n) .text {text-align: left; float: left;}
    .resInner article:nth-child(2n) a {right: auto; left: 0;}
    .resInner article:nth-child(2) i.img {background-image: url(/img/main_result02.jpg);}
    .resInner article:nth-child(3) i.img {background-image: url(/img/main_result03.jpg);}
    .resInner article:nth-child(4) i.img {background-image: url(/img/main_result04.jpg);}
    .resInner article:nth-child(5) i.img {background-image: url(/img/main_result05.jpg);}
    .resInner article:nth-child(2n):after {position: static;}  
    .resInner:before, .resInner:after {
        position: absolute;
        content:"";
        top: 430px; left: 0;
        width: 100vw; height: 440px;
        z-index: -1;
        background: #f2f7f8;
    }
    .resInner:after {top: 1350px;}
    
    /* work */
    #work h3 {
        display: block;
        top: 118px;
        width: auto;
    }
    .workInner {height: 900px;}
    .workInner .slick-item img {height: 900px}
    .workInner .slick-item img.pc {display: block;}
    .workInner .slick-item img.mobile {display: none;}
    .workInner .slick-item .text {bottom: 237px; left: 160px;}
    .workInner .slick-item h4 {font-size: 10rem;}
    .workInner .slick-item p {
        margin: 67px 0 33px;
        font-size: 1.8rem; line-height: 28px;
    }
    .workInner .slick-item a {width: 81px; height: 8px;}
    .workInner .slick-dots {bottom: 0px; left: 0;}
    .workInner .slick-dots li {
        position: relative;
        width: 25%; height: 85px;
        border: none;
        border-radius: 0;
        transition: 0.4s;
        background: rgba(0,0,0,0.3) url(/img/main_work_btn1.png) no-repeat center/contain;
        border-top: 1px solid rgba(255,255,255,.4);
    }
    .workInner .slick-dots li.slick-active {
        width: 25%;
        background: rgba(0,0,0,0.3) url(/img/main_work_btn1on.png) no-repeat center/contain;
    }
    .workInner .slick-dots li:before {
        position: absolute;
        top: -3px; left: 0;
        content:"";
        width: 100%; height: 3px;
        background: #fff;
        transform: scaleX(0);
        transform-origin: left;
    }
    .workInner .slick-dots li.slick-active:before {
        transform: scaleX(1);
        transition: 0.5s;
    }
    .workInner .slick-dots li:nth-child(n+2) {margin: 0;}
    .workInner .slick-dots li:nth-child(2) {
        background-image: url(/img/main_work_btn2.png);
    }
    .workInner .slick-dots li.slick-active:nth-child(2) {
        background-image: url(/img/main_work_btn2on.png);
    }
    .workInner .slick-dots li:nth-child(3) {
        background-image: url(/img/main_work_btn3.png);
    }
    .workInner .slick-dots li.slick-active:nth-child(3) {
        background-image: url(/img/main_work_btn3on.png);
    }
    .workInner .slick-dots li:nth-child(4) {
        background-image: url(/img/main_work_btn4.png);
    }
    .workInner .slick-dots li.slick-active:nth-child(4) {
        background-image: url(/img/main_work_btn4on.png);
    }
    
    /* intro */
    #intro {padding: 119px 0 0; position: relative;}
    #intro h3:before {display: none;}
    .intInner {
        width: 1280px;
        padding: 119px 0 216px; margin: 0 auto;
        text-align: left;
    }
    .intInner a {
        float: left;
        margin: 0;
        width: 300px;
        transition:  0.6s;
    }
    .intInner a:hover {transform: translateY(-20px);}
    .intInner a:nth-child(2) {margin: 0 190px;}
    .intInner i.img {width: 300px; height: 300px;}
    .intInner p {
        margin: 35px 0 15px;
        font-size: 2.4rem;
    }
    .intInner span {font-size: 1.7rem;}
    .intBg {
        position: absolute;
        top: 226px; left: 0;
        width: 100%; height: 500px;
        background: #bbe8f1;
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left;
    }
    .intBg.show {
        transform: scaleX(1);
        background: #f2f7f8;
        transition: .9s cubic-bezier(0,.21,.03,1.01)
    }

	/* 팝업_200203
	.popup {
		top: 450px; left: auto; right: 200px;
		width: 640px;
	}
	.popup i.img {width: 100%; height: 316px;	}
	.popup .button {
		padding: 10px 16px;
		font-size: 1.6rem;
	}
	.popup .button .close {margin-right: 30px;}
	*/
}