@charset "UTF-8";
/* s : reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: var(--reVh, 1vh);
	scroll-behavior: smooth;
}

body {
	width: 100%;
	color: #444;
	background-color: #fff;
}

html, body {
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important; /*overscroll-behavior-y: none;*/
}

ol, ul, nav {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

a {
	text-decoration: none;
	color: inherit;
}

select, input, button, textarea {
	display: inline-block;
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
}

embed, object {
	position: absolute;
}

button {
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	background-color: transparent;
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

input {
	/* width: 180px;
	padding: 6px 10px 6px;
	height: 30px;
	border: 1px solid #ddd;
	color: #111; */
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 14px;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-overflow-scrolling: touch;
}

textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
input[disabled],
input[readonly] {
	cursor: default !important;
	-webkit-overflow-scrolling: touch;
}

input[disabled] + label,
input[readonly] + label {
	cursor: default !important;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 110px;
	padding: 7px 10px 7px;
	border: 1px solid #ddd;
	color: #111;
	line-height: 16px;
	border-radius: 0;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder {
	color: #999;
	line-height: 14px;
}

/* 크롬 4–56 : placeholder style */
input:-moz-placeholder {
	color: #999;
	line-height: 14px;
}

/* 파이어폭스 4–18 : placeholder style */
input::-moz-placeholder {
	color: #999;
	line-height: 14px;
}

/* 파이어폭스 19–50 : placeholder style */
input:-ms-input-placeholder {
	color: #999;
	line-height: 14px;
}

/* 인터넷 익스플로러 10+ : placeholder style */
input::-webkit-input-placeholder {
	color: #999;
	line-height: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	line-height: 14px;
}

input::-ms-input-placeholder {
	color: #999;
	line-height: 14px;
}

input::placeholder {
	color: #999;
	line-height: 14px;
}

/* 파이어폭스 51+, 크롬 57+ : placeholder style */
input[type=button]:hover {
	cursor: pointer;
}

input[type=button]:disabled {
	cursor: default;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: top;
}

button {
	vertical-align: top;
	cursor: pointer;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, pre {
	font-weight: 700;
	font-size: 100%;
	line-height: 1;
}

caption, legend {
	width: 0;
	height: 0;
	font-size: 1px;
	text-indent: -9999rem;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:active, a:focus, a:hover, a:link, a:visited,
button, button:active, button:focus, button:hover, button:visited,
textarea, textarea:active, textarea:focus, textarea:hover,
select, select:active, select:focus, select:hover {
	text-decoration: none;
}

.btn:focus, a.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.disabled,
button[disabled],
input[disabled] {
	pointer-events: none;
	cursor: default;
}

input::-ms-clear {
	display: none;
}

header, footer, article, section, aside, details, figure, figcaption, nav, hgroup {
	display: block;
	margin: 0;
	padding: 0;
}

audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

table button, table input {
	*overflow: auto;
	-webkit-overflow-scrolling: touch;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

textarea::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

textarea::-webkit-scrollbar-thumb {
	background: #ccc;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
}

/* Disable orange highlight */
label, a, button, select {
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	padding: 0;
	background-color: transparent;
	border-width: 0;
	outline: none;
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
	text-align: center;
}

/* e : reset */
.wrapper .offscreen {
	position: absolute !important;
	display: block;
	overflow: hidden;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	font-size: 14px !important;
}

/* #12550 롯데잇츠 앱 홍보 랜딩 페이지 하드코딩으로 변경 (26.04.28) */
.landing_wrapper{margin: 0;padding: 0;font-size: 0;}
.landing_cont{max-width: 750px;width: 100%;margin: 0 auto;}
.landing_cont *{letter-spacing: -0.025em;}
.landing_cont .tit_wrap{text-align: center;}
.landing_cont .tit_wrap p{margin: 0;font-size: 32px;font-weight: 600;color: #222;}
.landing_cont .tit_wrap p + img{margin-top: 20px;}
.landing_cont img{max-width: 100%;}
.landing_cont .btn{display: block;position: relative;z-index: 1;}
.landing_cont .btn:focus-visible{outline-offset: 2px;}
.landing_sec{position: relative;}
.landing_inner{padding-left: 50px;padding-right: 50px;}

.sec_main{padding-top: 80px;background-color: #18a3b5;}
.sec_main .main_tit{position: relative;text-align: center;}
.sec_main .main_obj{position: absolute;bottom: -56px;right: 16px;width: 92px;height: 87px;}
.sec_main .main_tit p{margin: 0 0 28px;font-size: 34px;font-weight: 600;color: #fff;}
.sec_main .main_visual{margin-top: 55px;}

.sec_01 .landing_inner{padding-left: 0;padding-right: 0;}
.benefit_item{padding-top: 60px;background-color: #f2f2f2;}
.benefit_item .tit_wrap{margin-bottom: 16px;}
.benefit_item .desc_wrap{text-align: center;}
.benefit_item .desc_wrap p{margin: 0;font-size: 40px;line-height: 1.2em;font-weight: 400;color: #222;}
.benefit_item .desc_wrap strong{font-size: 40px;font-weight: 700;color: #222;}
.benefit_item .img_wrap{margin-top: 50px;text-align: center;}
.benefit_item + .benefit_item{margin-top: 10px;}
.benefit_item:nth-child(2){padding: 50px 0;background-image: url('../../assets/images/landing/benefit_02_bg.png');}
.benefit_item:nth-child(3){padding: 50px 0 30px;}

.sec_02{padding: 80px 0;}
.step_wrap{margin-top: 50px;}
.step_item{text-align: center;}
.step_item p{margin-top: 20px;font-size: 32px;font-weight: 500;color: #222;}
.step_item .badge_wrap{width: 148px;height: 57px;margin: 0 auto;}
.step_item .img_wrap{margin-top: 30px;}
.step_item + .step_item{margin-top: 50px;}
.sec_02 .btn_wrap{margin-top: 50px;padding: 0 30px;text-align: center;}
.sec_02 .info_text{margin-top: 30px;text-align: center;}
.sec_02 .info_text p{margin: 0;font-size: 26px;font-weight: 700;color: #000;}
.sec_02 .info_text span{display: inline-block;margin-left: 12px;margin-top: -8px;font-size: 26px;line-height: 1.2em;font-weight: 300;color: #666;vertical-align: middle;}

.sec_03{padding: 80px 0;background-color: #74e8f4;}
.service_wrap{display: grid;gap: 20px;margin-top: 50px;}
.service_item{overflow: hidden;display: flex;flex-direction: column;justify-content: center;position: relative;height: 180px;padding: 0 60px;border-radius: 15px;background-color: #fff;}
.service_item strong{font-size: 32px;font-weight: 700;color: #18a3b5;}
.service_item p{margin: 10px 0 0;font-size: 26px;line-height: 1.3em;font-weight: 500;color: #333;}
.service_item .obj{position: absolute;bottom: 0;right: 60px;width: 168px;height: 179px;}

.sec_04{background: url('../../assets/images/landing/bg_brand.png') no-repeat bottom center / cover;}
.sec_04 .text_wrap{padding: 50px 0;}
.sec_04 .text_wrap p{margin: 0;font-size: 26px;color: #fff;text-align: center;}
.sec_04 .text_wrap strong{font-size: 42px;font-weight: 700;color: #fdcd00;}

@media screen and (max-width: 720px) {
    .landing_cont{max-width: 104.1667vw;}
    .landing_inner{padding-left: 6.9444vw;padding-right: 6.9444vw;}
    .landing_inner .tit_wrap p{font-size: 4.4444vw;}
    .landing_inner .tit_wrap p + img{margin-top: 2.7778vw;}

    .sec_main{padding-top: 11.1111vw;}
    .sec_main .main_obj{bottom: -7.7778vw;right: 2.2222vw;width: 12.2667vw;height: 11.6vw;}
    .sec_main .main_tit p{margin: 0 0 3.8889vw;font-size: 4.7222vw;}
    .sec_main .main_visual{margin-top: 7.6389vw;}

    .benefit_item{padding-top: 8.3333vw;}
    .benefit_item .tit_wrap{margin-bottom: 2.2222vw;}
    .benefit_item .desc_wrap p{font-size: 5.5556vw;}
    .benefit_item .desc_wrap strong{font-size: 5.5556vw;}
    .benefit_item .img_wrap{margin-top: 6.9444vw;}
    .benefit_item + .benefit_item{margin-top: 1.3889vw;}
    .benefit_item:nth-child(2){padding: 6.9444vw 0;}
    .benefit_item:nth-child(3){padding: 6.9444vw 0 4.1667vw;}

    .sec_02{padding: 11.1111vw 0;}
    .step_wrap{margin-top: 6.9444vw;}
    .step_item p{margin-top: 2.7778vw;font-size: 4.4444vw;}
    .step_item .badge_wrap{width: 19.7333vw;height: 7.6000vw;}
    .step_item .img_wrap{margin-top: 4.1667vw;}
    .step_item + .step_item{margin-top: 6.9444vw;}
    .sec_02 .btn_wrap{margin-top: 6.9444vw;padding: 0 4.1667vw;}
    .sec_02 .info_text{margin-top: 4.1667vw;}
    .sec_02 .info_text p{font-size: clamp(10px, 3.3333vw, 26px);}
    .sec_02 .info_text span{margin-left: 1.6667vw;margin-top: -1.1111vw;font-size: clamp(10px, 3.3333vw, 26px);}

    .sec_03{padding: 11.1111vw 0;}
    .service_wrap{gap: 2.7778vw;margin-top: 6.9444vw;}
    .service_item{height: 25.0000vw;padding: 0 6.6667vw;border-radius: 2.0833vw;}
    .service_item strong{font-size: 4.4444vw;}
    .service_item p{margin: 1.3889vw 0 0;font-size: clamp(10px, 3.6111vw, 26px);}
    .service_item .obj{right: 4.4444vw;width: 21.1111vw;height: 22.3611vw;}

    .sec_04 .text_wrap{padding: 6.9444vw 0;}
    .sec_04 .text_wrap p{font-size: clamp(10px, 3.6111vw, 26px);}
    .sec_04 .text_wrap strong{font-size: 5.8333vw;}
}