@charset "utf-8";

/* SECTION 1 */
.s-1 { position:relative; width:100%; max-width:1720px; margin:200px auto 140px auto; }
.s-1 > .title { position:relative; }
.s-1 > .title::after { content:''; display:table; clear:both; }
.s-1 > .title > .left { float:left; width:350px; font-size:24px; font-family:'Funnel',sans-serif; line-height:22px; margin-top:40px; }
.s-1 > .title > .left > svg { height:23px; fill:#fff; margin-bottom:-3px; margin-right:5px; }
.s-1 > .title > .right { float:right; width:calc(100% - 350px); }
.s-1 > .title > .right > .slogan { font-size:95px; font-weight:500; font-family:'Funnel',sans-serif; line-height:105px; }
.s-1 > .title > .right > .slogan > img { height:84px; margin-bottom:-12px; }
.s-1 > .title > .right > .text { font-size:21px; line-height:31px; margin-top:50px; }

/* TYPE-1 */
@media only screen and (max-width:1819px) {
	.s-1 { width:calc(100% - 60px); margin:185px auto 130px auto; }
	.s-1 > .title > .left { width:320px; font-size:22.5px; line-height:22.5px; margin-top:38px; }
	.s-1 > .title > .left > svg { height:22px; }
	.s-1 > .title > .right { width:calc(100% - 320px); }
	.s-1 > .title > .right > .slogan { font-size:92.5px; line-height:100px; }
	.s-1 > .title > .right > .slogan > img { height:82px; margin-bottom:-11px; }
	.s-1 > .title > .right > .text { font-size:19px; line-height:27px; margin-top:65px; }
}

/* TYPE-2 */
@media only screen and (max-width:1439px) {
	.s-1 { width:calc(100% - 40px); margin:165px auto 100px auto; }
	.s-1 > .title > .left { width:280px; font-size:20.5px; line-height:20.5px; margin-top:32px; }
	.s-1 > .title > .left > svg { height:20px; margin-right:4px; }
	.s-1 > .title > .right { width:calc(100% - 280px); }
	.s-1 > .title > .right > .slogan { font-size:80px; line-height:86px; }
	.s-1 > .title > .right > .slogan > img { height:65px; margin-bottom:-9px; }
	.s-1 > .title > .right > .text { font-size:17px; line-height:25px; margin-top:50px; }
	.s-1 > .title > .right > .text > br { display:none; }
}

/* TYPE-3 */
@media only screen and (max-width:1023px) {
	.s-1 { width:calc(100% - 20px); margin:125px auto 75px auto; }
	.s-1 > .title > .left { width:200px; font-size:18px; line-height:18px; margin-top:20px; }
	.s-1 > .title > .left > svg { height:17px; margin-bottom:-2px; margin-right:3px; }
	.s-1 > .title > .right { width:calc(100% - 200px); }
	.s-1 > .title > .right > .slogan { font-size:50px; line-height:56px; }
	.s-1 > .title > .right > .slogan > img { height:45px; margin-bottom:-7px; }
	.s-1 > .title > .right > .text { font-size:14.5px; line-height:20px; margin-top:35px; }
}

/* TYPE-4 */
@media only screen and (max-width:767px) {
	.s-1 { width:calc(100% - 10px); margin:90px auto 50px auto; }
	.s-1 > .title > .left { width:100%; font-size:14.5px; line-height:14.5px; margin-top:0; }
	.s-1 > .title > .left > svg { height:13px; margin-bottom:-1px; margin-right:2px; }
	.s-1 > .title > .right { width:100%; margin-top:25px; }
	.s-1 > .title > .right > .slogan { font-size:37.5px; line-height:42px; }
	.s-1 > .title > .right > .slogan > img { height:30px; margin-bottom:-3px; }
	.s-1 > .title > .right > .text { font-size:12.5px; line-height:17px; margin-top:20px; }
}

/* SECTION 2 */
.s-2 { position:relative; width:100%; max-width:1720px; margin:0 auto; }
.s-2 > .content { position:relative; }
.s-2 > .content > ul { width:calc(100% + 40px); margin-left:-20px; }
.s-2 > .content > ul::after { content:''; display:table; clear:both; }
.s-2 > .content > ul > li { float:left; width:calc(33.33% - 40px); margin:0 20px 80px 20px; }
.s-2 > .content > ul > li > .thumb { position:relative; width:100%; cursor:pointer; }
.s-2 > .content > ul > li > .thumb > img { width:100%; border-radius:30px; transition:opacity linear 0.25s; }
.s-2 > .content > ul > li > .thumb > img.brand { opacity:1; }
.s-2 > .content > ul > li > .thumb > img.site { position:absolute; top:0; left:0; opacity:0; }
.s-2 > .content > ul > li > .thumb:hover > img.brand { opacity:0; }
.s-2 > .content > ul > li > .thumb:hover > img.site { opacity:1; }
.s-2 > .content > ul > li > .name { margin-top:20px; padding:0 15px; box-sizing:border-box; }
.s-2 > .content > ul > li > .name > .en { float:left; font-size:25px; font-weight:700; font-family:'Funnel',sans-serif; line-height:25px; letter-spacing:0.25px; }
.s-2 > .content > ul > li > .name > .kr { float:left; font-size:18px; font-weight:400; line-height:25px; color:#909090; margin-top:2px; margin-left:15px; }
.s-2 > .content > .video { position:relative; width:100%; height:550px; border-radius:30px; margin:20px auto 100px auto; overflow:hidden; }
.s-2 > .content > .video > video { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:150%; }

/* TYPE-1 */
@media only screen and (max-width:1819px) {
	.s-2 { width:calc(100% - 60px); }
	.s-2 > .content > ul > li { margin:0 20px 75px 20px; }
	.s-2 > .content > ul > li > .name { margin-top:18px; padding:0 14px; }
	.s-2 > .content > ul > li > .name > .en { font-size:24px; line-height:24px; }
	.s-2 > .content > ul > li > .name > .kr { font-size:17px; line-height:24px; margin-left:14px; }
	.s-2 > .content > .video { height:520px; margin:17px auto 97px auto; }
}

/* TYPE-2 */
@media only screen and (max-width:1439px) {
	.s-2 { width:calc(100% - 40px); }
	.s-2 > .content > ul { width:calc(100% + 30px); margin-left:-15px; }
	.s-2 > .content > ul > li { width:calc(33.33% - 30px); margin:0 15px 65px 15px; }
	.s-2 > .content > ul > li > .thumb > img { border-radius:20px; }
	.s-2 > .content > ul > li > .name { margin-top:16px; padding:0 12px; }
	.s-2 > .content > ul > li > .name > .en { font-size:22px; line-height:22px; }
	.s-2 > .content > ul > li > .name > .kr { font-size:15.5px; line-height:22px; margin-left:12px; }
	.s-2 > .content > .video { height:470px; border-radius:20px; margin:12px auto 90px auto; }
}

/* TYPE-2 OTHER */
@media only screen and (max-width:1279px) {
	.s-2 > .content > ul > li { width:calc(50% - 30px); }
}

/* TYPE-3 */
@media only screen and (max-width:1023px) {
	.s-2 { width:calc(100% - 20px); }
	.s-2 > .content > ul { width:calc(100% + 20px); margin-left:-10px; }
	.s-2 > .content > ul > li { width:calc(50% - 20px); margin:0 10px 50px 10px; }
	.s-2 > .content > ul > li > .thumb > img { border-radius:10px; }
	.s-2 > .content > ul > li > .name { margin-top:14px; padding:0 10px; }
	.s-2 > .content > ul > li > .name > .en { font-size:19.5px; line-height:19.5px; }
	.s-2 > .content > ul > li > .name > .kr { font-size:13.5px; line-height:19.5px; margin-left:10px; }
	.s-2 > .content > .video { height:370px; border-radius:10px; margin:5px auto 75px auto; }
}

/* TYPE-4 */
@media only screen and (max-width:767px) {
	.s-2 { width:calc(100% - 10px); }
	.s-2 > .content > ul { width:100%; margin-left:0; }
	.s-2 > .content > ul > li { width:100%; margin:0 0 30px 0; }
	.s-2 > .content > ul > li > .name { margin-top:12px; padding:0 7px; }
	.s-2 > .content > ul > li > .name > .en { font-size:15.5px; line-height:15.5px; }
	.s-2 > .content > ul > li > .name > .kr { font-size:12px; line-height:15.5px; margin-top:2px; margin-left:7px; }
	.s-2 > .content > .video { height:300px; border-radius:10px; margin:0 auto 35px auto; }
}

/* SECTION 3 */
.s-3 { position:relative; width:100%; margin:90px auto 0 auto; padding-bottom:10px; box-sizing:border-box; overflow:hidden; }
.s-3 > .marquee-with-options { }
.s-3 > .marquee-with-options > .js-marquee-wrapper { }
.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee { }
.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide { position:relative; float:left; }
.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > img { height:80px; margin:0 45px -4px 45px; }
.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > span { font-size:107px; font-weight:400; font-family:'Funnel',sans-serif; line-height:107px; color:#505050; }

/* TYPE-1 */
@media only screen and (max-width:1819px) {
	.s-3 { margin:80px auto 0 auto; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > img { height:75px; margin:0 42px -3px 42px; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > span { font-size:100px; line-height:100px; }
}

/* TYPE-2 */
@media only screen and (max-width:1439px) {
	.s-3 { margin:65px auto 0 auto; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > img { height:60px; margin:0 38px -2px 38px; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > span { font-size:86px; line-height:86px; }
}
	
/* TYPE-3 */
@media only screen and (max-width:1023px) {
	.s-3 { margin:40px auto 0 auto; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > img { height:50px; margin:0 28px -2px 28px; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > span { font-size:72px; line-height:72px; }
}

/* TYPE-4 */
@media only screen and (max-width:767px) {
	.s-3 { margin:30px auto 0 auto; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > img { height:34px; margin:0 18px -2px 18px; }
	.s-3 > .marquee-with-options > .js-marquee-wrapper > .js-marquee > .slide > span { font-size:45px; line-height:45px; }
}