@charset "utf-8";

/** 
	LG ThinQ Home
**/
.thinq-home-wrap {padding-bottom:100px;box-sizing:border-box;font-size:13px;line-height:1.3;color:#000;word-break:keep-all;}
.thinq-home-wrap .thinq-home-inner {max-width:1600px;margin:0 auto;}

/* title, desc */
.thinq-home-wrap [class*="thinq-title-"] {display:block;}
.thinq-home-wrap [class*="thinq-desc-"] {margin-top:20px;line-height:1.6;}
.thinq-home-wrap [class*="thinq-eyebrow-"] {display:block;margin-bottom:15px;}
.thinq-home-wrap .thinq-title-page {font-size:40px;}
.thinq-home-wrap .thinq-title-page .point-txt {display:block;margin-top:7px;font-weight:600;}
.thinq-home-wrap .thinq-desc-page {font-size:16px;}
.thinq-home-wrap .thinq-eyebrow-page {font-size:18px;}
.thinq-home-wrap .thinq-title-cont {font-size:46px;}
.thinq-home-wrap .thinq-desc-cont {font-size:20px;}
.thinq-home-wrap .thinq-eyebrow-cont {font-size:24px;}

/* cta */
.thinq-home-cta {margin-top:20px;}
.thinq-home-cta > [class*="btn-"] {margin-right:15px;}
.thinq-home-cta [class*="btn-app"] {display:inline-block;width:152px;height:46px;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
.thinq-home-cta .btn-app-apple {background-image:url("/kr/business/asset/thinq-home/images/common/btn_app_apple.png");}
.thinq-home-cta .btn-app-google {background-image:url("/kr/business/asset/thinq-home/images/common/btn_app_google.png");}
.thinq-home-cta.__extend-foot {max-width:1600px;margin:35px auto 0;color:#333;word-break:keep-all;}

/* thinq-home-swiper */
.thinq-home-wrap .swiper-container {box-sizing:border-box;}
.thinq-home-wrap .swiper-slide {box-sizing:border-box;}
.thinq-home-wrap [class*="swiper-button-"] {width:20px;height:40px;margin-top:-20px;background-size:cover;}
.thinq-home-wrap [class*="swiper-button-"]:after {font-size:0;}
.thinq-home-wrap .swiper-button-prev {left:30px;background-image:url("/kr/business/asset/thinq-home/images/common/btn_arrow_prev_w.png");}
.thinq-home-wrap .swiper-button-next {right:30px;background-image:url("/kr/business/asset/thinq-home/images/common/btn_arrow_next_w.png");}
.thinq-home-wrap .swiper-pagination {bottom:30px;}
.thinq-home-wrap .swiper-pagination .swiper-pagination-bullet {width:13px;height:13px;border:1px solid #49494a;border-radius:26px;background:#fff;opacity:1;box-sizing:border-box;}
.thinq-home-wrap .swiper-pagination .swiper-pagination-bullet-active {border-color:#a90c3e;background:#a90c3e;}
.thinq-home-wrap .swiper-container.swiper-none [class*="swiper-button-"],
.thinq-home-wrap .swiper-container.swiper-none .swiper-pagination {display:none;}

/* thinq-home-align */
.thinq-home-align {display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.thinq-home-align > [class*="thinq-home-"] {width:50%;box-sizing:border-box;}

/* thinq-home-link */
.thinq-home-link > [class*="btn-link"] + [class*="btn-link"] {margin-left:15px;}
.thinq-home-link > [class*="btn-link"] {display:inline-block;overflow:hidden;height:50px;padding:0 30px;border-radius:50px;background:#767676;box-sizing:border-box;font-size:16px;font-weight:600;color:#fff;vertical-align:middle;}
.thinq-home-link > [class*="btn-link"] .txt {display:flex;justify-content:center;align-items:center;height:100%;}
.thinq-home-link > [class*="btn-link"] .txt:before {content:"";display:inline-block;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
.thinq-home-link .btn-link-service .txt:before {width:26px;height:26px;margin-right:9px;background-image:url("/kr/business/asset/thinq-home/images/common/ico_link_service.png");}

/* thinq-home-header */
.thinq-home-header {padding:35px 20px 33px;box-sizing:border-box;text-align:center;color:#333;}
.thinq-home-header .thinq-home-inner {position:relative;}
.thinq-home-header .thinq-title-page {padding:0 250px;}
.thinq-home-header .thinq-home-link {position:absolute;bottom:0;right:0;margin-bottom:-3px;}
.thinq-home-header .thinq-home-link.middle {bottom:auto;top:50%;margin-bottom:0;margin-top:4px;transform:translateY(-50%);} /* middle align */

/* thinq-home-hero */
.thinq-home-hero {position:relative;}
.thinq-home-hero .swiper-container {background:#f2f3f5;}
.thinq-home-hero .thinq-home-align {padding:60px 80px;}
.thinq-home-hero .thinq-home-visual {padding-left:12.5%;}

/* disclaimer */
.disclaimer {max-width:1600px;margin:35px auto 0;color:#333;word-break:keep-all;}
.disclaimer > li {position:relative;padding-left:15px;font-size:14px;line-height:1.714;}
.disclaimer > li:after {content:"*";position:absolute;top:3px;left:0;}


@media only screen and (max-width: 1600px){
	/* disclaimer */
	.disclaimer {padding-right:20px;padding-left:20px;}
	.thinq-home-cta.__extend-foot {padding-left:20px;}
}

@media screen and (max-width: 1280px) {	
	/* thinq-home-header */
	.thinq-home-header .thinq-title-page {padding:0;}
	.thinq-home-header .thinq-home-link {position:static;margin-bottom:0;margin-top:7px;}
	.thinq-home-header .thinq-home-link.middle {margin-top:7px;transform:none;}
}

@media only screen and (max-width: 1080px){
	.thinq-home-wrap {padding-bottom:50px;}
	.thinq-home-wrap .thinq-home-inner {padding-right:20px;padding-left:20px;}
	.thinq-home-wrap img {width:100%;}

	/* title, desc */
	.thinq-home-wrap .thinq-title-page {font-size:18px;}
	.thinq-home-wrap .thinq-desc-page {font-size:13px;}
	.thinq-home-wrap .thinq-eyebrow-page {font-size:14px;}
	.thinq-home-wrap .thinq-title-cont {font-size:20px;}
	.thinq-home-wrap .thinq-desc-cont {font-size:13px;}
	.thinq-home-wrap .thinq-eyebrow-cont {font-size:14px;}

	/* cta */
	.thinq-home-cta {margin-top:10px;}
	.thinq-home-cta > [class*="btn-"] {margin:5px 5px 0;}
	.thinq-home-cta [class*="btn-app"] {width:102px;height:31px;}
	.thinq-home-cta.__extend-foot {text-align: center;padding-left: 0;}

	/* thinq-home-swiper */
	.thinq-home-wrap [class*="swiper-button-"] {width:36px;height:36px;margin-top:-18px;}
	.thinq-home-wrap .swiper-button-prev {left:10px;background-image:url("/kr/business/asset/thinq-home/images/common/btn_arrow_prev_m.png");}
	.thinq-home-wrap .swiper-button-next {right:10px;background-image:url("/kr/business/asset/thinq-home/images/common/btn_arrow_next_m.png");}
	.thinq-home-wrap .swiper-pagination {bottom:20px;}
	.thinq-home-wrap .swiper-pagination .swiper-pagination-bullet {width:9px;height:9px;margin:0 6px;border-color:#aaa;background:#aaa;}
	.thinq-home-wrap .swiper-pagination .swiper-pagination-bullet-active {width:23px;border-color:#da0f47;background:#da0f47;}

    /* thinq-home-align */
	.thinq-home-align {flex-direction:column;}
	.thinq-home-align > [class*="thinq-home-"] {width:100%;text-align:center;}

	/* thinq-home-link */
	.thinq-home-link > [class*="btn-link"] + [class*="btn-link"] {margin-left:7px;}
	.thinq-home-link > [class*="btn-link"] {height:34px;padding:0 17px;font-size:13px;font-weight:400;}
	.thinq-home-link .btn-link-service .txt:before {width:18px;height:18px;margin-right:7px;}

	/* thinq-home-header */
	.thinq-home-header {padding:13px 0 12px;}
	.thinq-home-header .thinq-home-link,
	.thinq-home-header .thinq-home-link.middle {margin-top:12px;margin-bottom:3px;}

	/* thinq-home-hero */
	.thinq-home-hero .swiper-container {margin:0 -20px;}
	.thinq-home-hero .swiper-container:before,
	.thinq-home-hero .swiper-container:after {content:"";position:absolute;top:0;bottom:0;z-index:2;width:20px;background:#fff;}
	.thinq-home-hero .swiper-container:before {left:0;}
	.thinq-home-hero .swiper-container:after {right:0;}
	.thinq-home-hero .thinq-home-align {padding:40px 50px 60px;}
	.thinq-home-hero .thinq-home-visual {padding-bottom:20px;padding-left:0;}
	.thinq-home-hero .thinq-home-visual img {max-width:140px;}
	.thinq-home-hero .thinq-home-align.type-full {min-height:0;}
	.thinq-home-hero .thinq-home-align.type-full .thinq-home-text {position:static;padding:0 50px 60px;}
	.thinq-home-hero .thinq-home-align.type-full .thinq-home-visual img {max-width:none;}
	
	/* disclaimer */
	.disclaimer {margin-top:20px;}
	.disclaimer > li{padding-left:10px;font-size:10px;line-height:1.8;}
}

@media only screen and (max-width: 720px){
    
}