body { padding: 0; margin: 0; background: url(/resources_new/image/index/bg_pattern_01.jpg); font-family: 'Nanum Barun Gothic'; }

.Wrap { max-width: 850px; margin: 0 auto; width: 100%; padding: 0 90px;}
.Wrap .Header { position: relative;}
.Wrap .Header .Icon { display:block; position:relative; float:left; left:10px; top:32px; z-index:10;}
.Wrap .Header .Logo { display:block; position:relative; float:left; left:22px; top:33px; z-index:10;}

.Wrap .Header .AppLinks { display:block; position:static!important; float:right; height:24px; width:auto; rigth:10px; margin-top:33px; z-index:10; font-size:14px; color:#fff; vertical-align:middle;}
.Wrap .Header .AppLinks .Appstore { overflow:visible!important; margin-left:25px; float:right; z-index:10; height:24px; line-height:24px;}
.Wrap .Header .AppLinks .GooglePlay { overflow:visible!important; float:right; z-index:10; height:24px; line-height:24px;}
.Wrap .Header .AppLinks a { display:inline-block; color:#fff; text-decoration:none; height:24px; line-height:24px; z-index:10; padding-bottom: 13px;}
.Wrap .Header .AppLinks span { display:inline-block; vertical-align: middle; line-height: 24px; padding-top:8px;}
.Wrap .Header .AppLinks .language { overflow:hidden!important; margin-left:25px; float:right; rigth:0; height:33px; line-height:33px;}
.Wrap .Header .AppLinks .language span { display:inline-block; vertical-align: middle; line-height: 24px; padding-top:7px; font-size:13px; opacity: 0.7;}

.Wrap .Content { position:absolute; top:150px; margin-top:0!important; width:850px; text-align:center; z-index: 100;}
.Wrap .Content p { font-family:나눔고딕, "NanumGothic", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;}
.Wrap .Content .Title { font-size: 42px; color:#ffffff;margin-bottom:20px;}
.Wrap .Content .Description { font-size: 20px; opacity: 0.8; color:#ffffff; line-height:28px;}
.Wrap .Content .MockupImage { margin-top:17px;}

.Wrap .Footer { position:absolute; top:1096.75px; margin-top:0!important; width:850px; text-align:center; z-index: 100;}
.Wrap .Footer .copyright { opacity: 0.7; color:#7b76a1;}

div#select_box {
    position: relative;
    width: 100px;
    height: 40px;
    background: url(/resources_new/image/index/icon_arrow_down.png) 50px center no-repeat; /* 화살표 이미지 */
    background-size: 12px 9px;
    border: 0px;
}

div#select_box label {
	position: absolute;
	vertical-align: middle;
	line-height: 24px;
	padding-top:8px;
	font-size:13px;
	opacity: 0.7;
}

div#select_box select#language {
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE 8 */
}