* {
	font-family: Lato;
  	padding: 0;
	margin: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
}

html body {
	margin: 0;
	padding: 0;
	font-family: Lato, Arial;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	background-color: #fff;
}

*:focus {
	outline: none;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.section {
	position: relative;
	width: 100%;
	text-align: center;
}

.verticalAlign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
	-webkit-transform: translateY(-50%);
}

.dim {
	opacity: 0.8;
}

.dim:hover {
	opacity: 1.0;
}

.lit {
	opacity: 1.0;
}

.lit:hover {
	opacity: 0.95;
}

/* Tablet & Desktop – 961px 이상 해상도에서 해석하는 코드 */
@media (min-width: 961px){
	.header {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;	
		text-align: center;
	}

	.header .download {
		cursor: pointer;
		position: absolute;
		width: 120px;
		height: 36px;
		top: 23px;
		border: 1px solid #efefef;
		border-radius: 5px;
	}

	.header .download.ios {
		background-image: url(/liner_for_pocket/image/download_ios.png);
		right: 26px;
	}

	.header .download.chrome {
		background-image: url(/liner_for_pocket/image/download_chrome.png);
		right: 158px;
	}

	.section1 {
		height: 100vh;
		background-image: url(/liner_for_pocket/image/section1.jpg);
		background-size: cover;
	}

	.section1 .pocket {
		width: 372px;
		height: 109px;
		margin: 0 auto;
		background-image: url(/liner_for_pocket/image/pocket.png);
	}

	.section1 .cross {
		width: 33px;
		height: 32px;
		margin: 0 auto;
		background-image: url(/liner_for_pocket/image/x.png);
	}

	.section1 .liner {
		width: 362px;
		height: 109px;
		margin: 0 auto;
		background-image: url(/liner_for_pocket/image/liner.png);
	}

	.section1 .label {
		margin-top: 30px;
		margin-bottom: 30px;
		font-family: Lato;
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		text-align: center;
		color: #ffffff;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);		
	}

	.section1 .ctaBtn {
		display: inline-block;
	    background-color: #d3505a;
	    border-radius: 4px;
		box-shadow: inset 0 1px 1px;
		text-shadow: 0 -1px 0 rgba(142,4,17,.5);
		border: 1px solid #D13644;
		padding: 8.4px 35px 8.4px 35px;
		color: #ffffff;
		font-size: 21px;
	}

	.section1 .color {
		width: 25%;
		height: 10px;
		position: absolute;
		bottom: 0;
	}

	.section1 .color1 {
		left: 0;
		background-color: #7ddbae;
	}

	.section1 .color2 {
		left: 25%;
		background-color: #4dadac;
	}

	.section1 .color3 {
		right: 25%;
		background-color: #e84158;
	}

	.section1 .color4 {
		right: 0;
		background-color: #ecaf48;
	}

	.section2 .container, .section3 .container, .section4 .container {
		height: 100%;
	}

	.section2 {
		background-color: #eeeeee;
	}

	.section3 {
		background-color: #f7f7f7;
	}

	.section4 {
		background-color: #ffffff;
	}

	.section5 {
		background-color: #e2e2e2;
	}

	.content {
		margin: 0 auto;
		width: 400px;
		text-align: center;
	}

	.content .title {
		font-family: Lato;
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		color: #171717;		
		padding-top: 40px;
	}

	.content .desc {
		font-family: Lato;
		font-size: 20px;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		color: #171717;
	}

	.section .image {
		margin: 0 auto;		
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.section2 .image {
		width: 627px;
		height: 397px;
		background-image: url(/liner_for_pocket/image/section2.png);
	}

	.section3 .image {
		width: 661px;
		height: 447px;
		background-image: url(/liner_for_pocket/image/section3.png);
	}

	.section4 .image {
		width: 477px;
		height: 450px;
		background-image: url(/liner_for_pocket/image/section4.png);
		background-position: bottom;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.section5 h1 {
		font-family: Lato;
		font-size: 45px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.6px;
		text-align: center;
		color: #4a4a4a;		
		padding-top: 63px;
		margin-bottom: 15px;
	}

	.section5 h2 {
		font-family: Lato;
		font-size: 30px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		text-align: center;
		color: #4a4a4a;		
		margin-bottom: 35px;
	}

	.section5 {
		padding-bottom: 98px;
	}

	.section5 .download {
		width: 164px;
		height: 49px;
		display: inline-block;
		cursor: pointer;
	}

	.section5 .download.chrome {
		background-image: url(/liner_for_pocket/image/download_chrome_black.png);		
	}

	.section5 .download.ios {
		background-image: url(/liner_for_pocket/image/download_ios_black.png);
	}
}

/* Mobile – 960px 이하 해상도에서 해석하는 코드 */
@media (max-width: 960px){
	.header {
		display: none;
	}

	.section1 {
		height: 100vh;
		background-image: url(/liner_for_pocket/image/section1.jpg);
		background-size: cover;
	}

	.section1 .pocket {
		width: 260px;
		height: 109px;
		margin: 0 auto;
		background-image: url(/liner_for_pocket/image/pocket.png);
	}

	.section1 .cross {
		width: 33px;
		height: 32px;
		margin: 0 auto;
		background-image: url(/liner_for_pocket/image/x.png);
	}

	.section1 .liner {
		width: 260px;
		height: 109px;
		margin: 0 auto;
		background-image: url(/liner_for_pocket/image/liner.png);
	}

	.section1 .label {
		margin-top: 30px;
		margin-bottom: 30px;
		font-family: Lato;
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		text-align: center;
		color: #ffffff;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);		
	}

	.section1 .ctaBtn {
		display: inline-block;
	    background-color: #d3505a;
	    border-radius: 4px;
		box-shadow: inset 0 1px 1px;
		text-shadow: 0 -1px 0 rgba(142,4,17,.5);
		border: 1px solid #D13644;
		padding: 8.4px 35px 8.4px 35px;
		color: #ffffff;
		font-size: 21px;
	}

	.section1 .color {
		width: 25%;
		height: 10px;
		position: absolute;
		bottom: 0;
	}

	.section1 .color1 {
		left: 0;
		background-color: #7ddbae;
	}

	.section1 .color2 {
		left: 25%;
		background-color: #4dadac;
	}

	.section1 .color3 {
		right: 25%;
		background-color: #e84158;
	}

	.section1 .color4 {
		right: 0;
		background-color: #ecaf48;
	}

	.section2 .container, .section3 .container, .section4 .container {
		height: 100%;
	}

	.section2 {
		background-color: #eeeeee;
	}

	.section3 {
		background-color: #f7f7f7;
	}

	.section4 {
		background-color: #ffffff;
	}

	.section5 {
		background-color: #e2e2e2;
	}

	.content {
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.content .title {
		font-family: Lato;
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		color: #171717;		
		padding-top: 40px;
	}

	.content .desc {
		font-family: Lato;
		font-size: 20px;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		color: #171717;
	}

	.section .image {
		margin: 0 auto;		
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.section2 .image {
		width: 90%;
		height: 250px;
		background-image: url(/liner_for_pocket/image/section2.png);
	}

	.section3 .image {
		width: 90%;
		height: 250px;
		background-image: url(/liner_for_pocket/image/section3.png);
	}

	.section4 .image {
		width: 90%;
		height: 450px;
		background-image: url(/liner_for_pocket/image/section4.png);
		background-position: bottom;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.section5 h1 {
		font-family: Lato;
		font-size: 35px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.6px;
		text-align: center;
		color: #4a4a4a;		
		padding-top: 63px;
		margin-bottom: 15px;
	}

	.section5 h2 {
		font-family: Lato;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: -0.4px;
		text-align: center;
		color: #4a4a4a;		
		margin-bottom: 35px;
	}

	.section5 {
		padding-bottom: 98px;
	}

	.section5 .download {
		width: 150px;
		height: 49px;
		display: inline-block;
		cursor: pointer;
	}

	.section5 .download.chrome {
		background-image: url(/liner_for_pocket/image/download_chrome_black.png);		
	}

	.section5 .download.ios {
		background-image: url(/liner_for_pocket/image/download_ios_black.png);
	}
}