@import url('../../../css/normalize.css');
@import url('../../../css/common.css');
@import url('../../../css/webfont.css');

/*
------------------------------------------------
 common 
------------------------------------------------
*/

body{font-family: 'secgcr';font-size: 15px;line-height: 26px;}
.body_wrap{width:1280px; height:900px;}
.content_container { display:none; position:absolute; top:0; left:50%; width:1280px; height:900px; margin:0 0 0 -640px; overflow:hidden;background:#000;}
.content_page_wrap { display:none;}
/*#content_page {position:absolute; width:1280px; height:900px; z-index:1;}*/
div.pages { display:none; position:absolute; top:0; left:0; width:1280px; height:900px; overflow:hidden;box-sizing:border-box;}
.acc_tag{position:absolute; left:-9999px; top:-9999px; visibility:hidden; height:0px; width:0; text-indent:-9999px; font-size:0 }
.show { display:block; }
.hide { display:none; }

/* btns */
.bn-back, .bn-preview, .bn-next{display:none; position:absolute;}
.bn-back {top:0; right:0; z-index:10;}
.bn-preview {top:50%; left:0; margin-top:-33px;z-index:100; padding:23px 25px;}
.bn-next {top:50%; right:0; margin-top:-33px; z-index:100; padding:23px 25px;}
.bn-back span, .bn-preview span, .bn-next span{display:block; text-indent:-9999px; overflow: hidden;}
.bn-back span{width:60px; height:60px; background:url('../img/bn_back.png') no-repeat left top; overflow: hidden;}
.bn-preview span{width:14px; height:21px; background:url('../img/bn_preview_white.png') no-repeat left top}
.bn-next span{width:14px; height:21px; background:url('../img/bn_next_white.png') no-repeat left top}
.inverse.bn-back span{background:url('../img/bn_back.png') no-repeat left top;}
.inverse.bn-preview span{background:url('../img/bn_preview.png') no-repeat left top;}
.inverse.bn-next span{background:url('../img/bn_next.png') no-repeat left top;}

/* sns */
.sns-bns {position:absolute; bottom:40px; left:32px; display:none; z-index:10000;}
.sns-bns li {border-bottom:1px solid #fff}
.sns-bns li.inverse{border-bottom:1px solid #000;}
.sns-bns li a { display:block; overflow: hidden; width:21px; height:51px; background-position:left center; background-repeat:no-repeat; text-indent:-9999px}
.sns-bns li.sns_3 { border: none}
.sns-bns li.sns_0 a{background-image:url('../img/bn_facebook_white.png');}
.sns-bns li.sns_1 a{background-image:url('../img/bn_twitter_white.png');}
.sns-bns li.sns_2 a{background-image:url('../img/bn_qqq_white.png');}
.sns-bns li.sns_3 a{background-image:url('../img/bn_google_white.png');}
.sns-bns li.inverse.sns_0 a{background-image:url('../img/bn_facebook.png');}
.sns-bns li.inverse.sns_1 a{background-image:url('../img/bn_twitter.png');}
.sns-bns li.inverse.sns_2 a{background-image:url('../img/bn_qqq.png');}
.sns-bns li.inverse.sns_3 a{background-image:url('../img/bn_google.png');}

/* indicator */
.indicator {position:absolute; left:50%; top:95%; z-index:10; margin-left:-52px; }
.indicator li{position:relative; width:15px; height:15px; margin: 0px 6px 0px 0px; float: left; cursor : pointer;}
.indicator li a{display:block; width:15px; height:15px; text-indent:-10000px; overflow:hidden;}
.indicator-btn {background:URL('../img/indicator_white.png') 0 0 no-repeat;}
.indicator-btn.on {background:URL('../img/indicator_on_white.png') 0 0 no-repeat;}
.indicator-btn.inverse {background:URL('../img/indicator.png') 0 0 no-repeat;}
.indicator-btn.inverse.on {background:URL('../img/indicator_on.png') 0 0 no-repeat;}

/* focus */
.sns-bns li a:focus { outline: 1px dotted #fff}
.indicator-btn a:focus { outline: 1px dotted #fff}
a.bn-next:focus { outline: 1px dotted #fff}
a.bn-top:focus { outline: 1px dotted #fff}
a.bn-bottom:focus { outline: 1px dotted #fff}
a.bn-preview:focus { outline: 1px dotted #fff}
.sns-bns li.inverse a:focus { outline: 1px dotted #000}
.indicator-btn.inverse a:focus { outline: 1px dotted #000}
a.bn-next.inverse:focus { outline: 1px dotted #000}
a.bn-preview.inverse:focus { outline: 1px dotted #000}

/* loading */
.loading { position:absolute; top:50%; left:50%; margin:-8px 0 0 -38px; width:76px; height:16px; background:url('../img/loading.png') 0 0; }
.loading p { position:relative; left:0%; top:25px; text-align:center; font:12px/1 'samsungif_bd'; }

/* info_rotate */
.info_rotate { position:fixed; left:0; top:0; width:100%; height:100%; background:#fff; z-index:9999; display:none; }
.info_rotate img { width:100%; }

/* popup */
.popup { position:absolute; left:0px; top:0px; width:1280px; height:900px;  z-index:10000; background:#fff;}
.popup p{font-family:'secgcr'; font-size:15px; color:#fff; line-height:28px; text-align:justify; letter-spacing:-.5px;}
.popup span{font-family:'secgcr'; color:#fff; line-height:inherit;}
.popup .close-btn {position: absolute; z-index: 9999; right: 34px; top: 17px; color:#000;}
.popup .close-btn a { display:block; background:url('../img/close_btn.png') 0 0 no-repeat; width:83px; height:83px; text-indent:-10000px; margin:14px 0 0 1160px; overflow:hidden;}
.popup .close-btn.inverse a { display:block; background:url('../img/close_btn_black.png') 0 0 no-repeat; width:83px; height:83px; text-indent:-10000px; margin:14px 0 0 1160px; overflow:hidden;}
.popup .close-btn a:focus{ outline:1px dotted #000}

.popup-pgs{display:none; position:absolute; top:0; left:0; width:1280px; height:900px; overflow:hidden;}
.popup-pgs > div:after{content:'';display:block;height:0px;clear:both;visibility:hidden;}

.popup .bn-pop-prev, .popup .bn-pop-next {display:block; position:absolute; left:50%; margin-left:-30px; width:60px; height:44px; overflow:hidden;}
.popup .bn-pop-prev {background:url('../img/pop_btn_up.png') 0 0 no-repeat; top:0; z-index:10000;}
.popup .bn-pop-next {background:url('../img/pop_btn_dn.png') 0 0 no-repeat; bottom:0; z-index:10000;}
.popup .bn-pop-prev.inverse {background:url('../img/pop_btn_up_bk.png') 0 0 no-repeat;}
.popup .bn-pop-next.inverse {background:url('../img/pop_btn_dn_bk.png') 0 0 no-repeat;}
.popup .bn-pop-prev span, .popup .bn-pop-next span {text-indent:-10000px; display:none;}

.webfont{ font-size: 14px; font-family: secgcm; line-height: 23px; letter-spacing: -1px; text-align:justify; word-break: normal;}
.webfont span { letter-spacing: 0; }

.popup .video { position:absolute; left:0px; top:0px; width:1208px; height:608px; }
.popup .video-container {position:absolute; top: 0px; left: 0; width:1280px; height:755px; padding-top:145px; background:#000; display:none;}
.popup .video-player { position:relative; width:1210px; height:680px;  margin:0px auto 0 auto; background-color:#000; }
.popup .video-container .close-video {position: absolute; z-index: 9999; right: 34px; top: 17px; color:#000;}
.popup .video-container .close-video a { display:block; background:url('../img/close_btn.png') 0 0 no-repeat; width:83px; height:83px; text-indent:-10000px; margin:14px 0 0 1160px; overflow:hidden;}

/* brightcove panel */
button {border:0}
.fe_brightcovePanel{overflow:hidden;margin:0 auto;}
.brightcovePanel { position:absolute; width:1120px; height:38px; padding:1px 0; overflow:hidden; filter:Alpha(opacity=0.1); opacity:0.01; z-index:0; background-image:url(http://www.samsung.com/common/img/bg_panel.gif) }
.brightcovePanel.show {filter:Alpha(opacity=100) !important; opacity:1 !important;z-index:4000 !important;}
.brightcovePanel .leftPanel {float:left; margin-left:1px}
.brightcovePanel .rightPanel {float:right}
.brightcoveContainer .video{position:relative;z-index:3000;width:100%;height:100%}
.brightcovePanel button {float:left;width:50px; height:38px; padding:0; margin-right:1px; overflow:hidden; text-indent:-9999px; background-repeat: no-repeat; background-position:left -1px; border:none }
.brightcovePanel button:focus{outline:1px dotted #fff}
.brightcovePanel .rewind {background-image: url(http://www.samsung.com/common/img/btn_rewind.gif); }
.brightcovePanel .play {background-image: url(http://www.samsung.com/common/img/btn_play.gif);}
.brightcovePanel .pause {background-image: url(http://www.samsung.com/common/img/btn_pause.gif); }
.brightcovePanel .forward {background-image: url(http://www.samsung.com/common/img/btn_forward.gif); }
.brightcovePanel .mute {background-image: url(http://www.samsung.com/common/img/btn_volon.gif); }
.brightcovePanel .volume-down {background-image: url(http://www.samsung.com/common/img/btn_voldown.gif); }
.brightcovePanel .volume-up {background-image: url(http://www.samsung.com/common/img/btn_volup.gif); }
.brightcovePanel .muted{background-image: url(http://www.samsung.com/common/img/btn_volmute.gif);}
.endofbrightcove{overflow:hidden;width:0px;height:0px;position:absolute}
.liveregion{overflow:hidden;width:0px;height:0px}
.brightcovePanel .rightPanel a, .youtubePanel .rightPanel a {overflow:hidden;display:inline-block;float:left;height:40px;}
.brightcovePanel .rightPanel button.bc-cc {width:34px;background-image:url(http://www.samsung.com/common/img/btn_bc_cc.png);}
.brightcovePanel .rightPanel button.bc-cc.over {background-image:url(http://www.samsung.com/common/img/btn_bc_cc_over.png) !important;}
.brightcovePanel .rightPanel button.bc-cc.on {background-image:url(http://www.samsung.com/common/img/btn_bc_cc_on.png) !important;}
.brightcovePanel .rightPanel a.bc-yt {padding-right:10px;}
.youtubePanel .rightPanel a.youtube-share {display:inline-block;padding:0 15px 0 17px;background:url(http://www.samsung.com/common/img/bg_yt_share_line.gif) no-repeat left top ;line-height:40px;color:#fff;font-size:11px;font-weight:bold;}
.youtubePanel .rightPanel a.youtube-share:hover {color:#00a8e1;text-decoration:none;}

.bn-top {display:none;}
.bn-bottom {display:none;}

/* page Common */
.bn-top {
	position: absolute;
	top: 0%;
	right: 50%;
	margin-right: -33px;
	z-index: 100;
	padding: 25px 23px;
}
.bn-bottom {
	position: absolute;
	bottom: 0%;
	right: 50%;
	margin-right: -33px;
	z-index: 100;
	padding: 25px 23px;
}
.bn-top span {
	width: 21px;
	height: 14px;
	background: url('../img/bn_top.png') no-repeat left top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.bn-top.inverse span {
	width: 21px;
	height: 14px;
	background: url('../img/bn_top_black.png') no-repeat left top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.bn-bottom span {
	width: 21px;
	height: 14px;
	background: url('../img/bn_bottom.png') no-repeat left top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.txt-ds{position: absolute;bottom: 20px;right: 20px;width: 222px;height: 18px;background: url('../img/txt_designsamsung.png') no-repeat 0 0;z-index: 1000;}
.txt-ds.gray{background: url('../img/txt_designsamsung_gray.png') no-repeat 0 0;}
.txt-ds span{position: absolute;top: -9999px;text-indent: -9999px;}

/* vertical-box */
.txtlayer, .concept-img { position: absolute;}
.txtlayer { z-index: 2}
.wa{text-indent:-9999px;position:absolute;top:-9999px;font-size:0;}

/*
------------------------------------------------
 customized contents
------------------------------------------------
*/

/* page */
.page01 {background:url(../img/bg_page01.jpg) no-repeat;}
.page01 h1 {text-indent:-999em; font-size:0;}

.page02 {background:url(../img/bg_page02.jpg) no-repeat;}
.page02 h2 {width:376px; height:77px; margin:223px auto 56px; background:url(../img/page02_title.png) no-repeat; text-indent:-999em; font-size:0;}
.page02 .intro_wrap {width:100%; text-align:center;}
.page02 .intro_wrap p {margin-bottom:28px;}
.page02 .intro_wrap p.emphasis {color:#806423;}

.page03 {background:#f3f3f3;}
.page03 .designer_box {margin:111px 0 0  120px;}
.page03 .designer_box ul:after {content:""; display:block; clear:both;}
.page03 .designer_box ul li {float:left; width:343px; height:324px; margin-bottom:6px; background:url(../img/bg_designer_box.png) no-repeat; text-align:center; cursor:pointer;}
.page03 .designer_box ul li.designer1 {background-position:0 0;}
.page03 .designer_box ul li.designer2 {background-position:0 -334px;}
.page03 .designer_box ul li.designer3 {background-position:0 -668px;}
.page03 .designer_box ul li.designer4 {background-position:0 -1002px;}
.page03 .designer_box ul li.designer5 {background-position:0 -1336px;}
.page03 .designer_box ul li.designer6 {background-position:0 -1670px;}
.page03 .designer_box ul li.designer1:hover,
.page03 .designer_box ul li.designer1.over {background-position:-353px 0;}
.page03 .designer_box ul li.designer2:hover,
.page03 .designer_box ul li.designer2.over {background-position:-353px -334px;}
.page03 .designer_box ul li.designer3:hover,
.page03 .designer_box ul li.designer3.over {background-position:-353px -668px;}
.page03 .designer_box ul li.designer4:hover,
.page03 .designer_box ul li.designer4.over {background-position:-353px -1002px;}
.page03 .designer_box ul li.designer5:hover,
.page03 .designer_box ul li.designer5.over {background-position:-353px -1336px;}
.page03 .designer_box ul li.designer6:hover,
.page03 .designer_box ul li.designer6.over {background-position:-353px -1670px;}
.page03 .designer_box ul li span {display:block; margin:73px 0 5px; line-height:26px; font-size:15px;}
.page03 .designer_box ul li span strong {margin-right:8px; font-size:22px;}
.page03 .designer_box ul li em {display:block; font-style:normal; font-size:14px;}

.page04 {background:url(../img/bg_page04.jpg) no-repeat;}
.page04 h2 {width:476px; height:77px; margin:150px auto 79px; background:url(../img/page04_title.png) no-repeat; text-indent:-999em; font-size:0;}
.page04 .outro_wrap {margin-left:133px;}
.page04 .outro_wrap:after {content:""; display:block; clear:both;}
.page04 .outro_wrap p {float:left; width:290px; margin-left:72px; text-align:justify;}
.page04 .outro_wrap p:first-child {margin-left:0;}

.btn {text-align:center; margin-top:249px;}
.btn_download {display:inline-block; margin-top:15px; width:177px;height:38px;background:url(../img/btn_download_pdf.png) no-repeat;}
.btn_download:hover {background-position:0 -48px;}
.btn_download span {text-indent:-9999px;font-size:0;position:absolute;top:-9999px;}

.ib {display:inline-block;}

/* popup */
.popup-content-wrap {position:relative; width:1280px; height:900px;}
.popup-pgs {position:absolute; top:0; left:0; width:1280px; height:900px; overflow:hidden; background-repeat:no-repeat; background-position:0 0;}
.popup-pgs .introduce {text-indent:-999em; font-size:0;}

.balloon {position:absolute;}
.balloon .box {padding:25px 0 22px 30px; background:#000; opacity:0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';}
.balloon .box .question {margin-bottom:18px; line-height:26px; font-size:16px; color:#fff;}
.balloon .box .answer {line-height:26px; font-size:14px; color:#fff;}
.balloon .button {position:absolute; width:50px; height:50px; background:url(../img/bg_btn_balloon.png) no-repeat; text-indent:-999em; font-size:0; opacity:0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';}
.balloon .button.open {background-position:-60px 0;}

.popup01 .popup1-1 {background:url(../img/bg_popup01.jpg) no-repeat;}
.popup01 .popup1-1 .balloon.posi1 {top:106px; left:573px; width:378px; height:146px;}
.popup01 .popup1-1 .balloon.posi2 {top:309px; left:205px; width:408px; height:172px;}
.popup01 .popup1-1 .balloon.posi3 {top:687px; left:227px; width:453px; height:172px;}
.popup01 .popup1-1 .balloon.posi1 .button {bottom:-30px; right:-30px;}
.popup01 .popup1-1 .balloon.posi2 .button {top:-15px; right:-30px;}
.popup01 .popup1-1 .balloon.posi3 .button {top:-15px; left:-15px;}

.popup02 .popup2-1 {background:url(../img/bg_popup02.jpg) no-repeat;}
.popup02 .popup2-1 .balloon.posi1 {top:160px; left:529px; width:445px; height:171px;}
.popup02 .popup2-1 .balloon.posi2 {top:240px; left:33px; width:445px; height:171px;}
.popup02 .popup2-1 .balloon.posi3 {top:605px; left:192px; width:433px; height:171px;}
.popup02 .popup2-1 .balloon.posi1 .button {top:-15px; right:-30px;}
.popup02 .popup2-1 .balloon.posi2 .button {bottom:-30px; right:-30px;}
.popup02 .popup2-1 .balloon.posi3 .button {top:-15px; right:-30px;}

.popup03 .popup3-1 {background:url(../img/bg_popup03.jpg) no-repeat;}
.popup03 .popup3-1 .balloon.posi1 {top:300px; left:474px; width:410px; height:146px;}
.popup03 .popup3-1 .balloon.posi2 {top:514px; left:74px; width:283px; height:145px;}
.popup03 .popup3-1 .balloon.posi3 {top:577px; left:860px; width:400px; height:146px;}
.popup03 .popup3-1 .balloon.posi1 .button {top:-15px; right:-30px;}
.popup03 .popup3-1 .balloon.posi2 .button {bottom:-30px; right:-30px;}
.popup03 .popup3-1 .balloon.posi3 .button {top:-15px; left:-15px;}

.popup04 .popup4-1 {background:url(../img/bg_popup04.jpg) no-repeat;}
.popup04 .popup4-1 .balloon.posi1 {top:346px; left:295px; width:364px; height:171px;}
.popup04 .popup4-1 .balloon.posi2 {top:386px; left:736px; width:409px; height:170px;}
.popup04 .popup4-1 .balloon.posi3 {top:679px; left:542px; width:327px; height:144px;}
.popup04 .popup4-1 .balloon.posi1 .button {bottom:-30px; right:-30px;}
.popup04 .popup4-1 .balloon.posi2 .button {bottom:-30px; right:-30px;}
.popup04 .popup4-1 .balloon.posi3 .button {bottom:-30px; right:-30px;}

.popup05 .popup5-1 {background:url(../img/bg_popup05.jpg) no-repeat;}
.popup05 .popup5-1 .balloon.posi1 {top:202px; left:478px; width:420px; height:171px;}
.popup05 .popup5-1 .balloon.posi2 {top:528px; left:104px; width:443px; height:197px;}
.popup05 .popup5-1 .balloon.posi3 {top:624px; left:754px; width:457px; height:172px;}
.popup05 .popup5-1 .balloon.posi1 .button {bottom:-30px; right:-30px;}
.popup05 .popup5-1 .balloon.posi2 .button {top:-15px; left:-15px;}
.popup05 .popup5-1 .balloon.posi3 .button {top:-15px; left:-15px;}

.popup06 .popup6-1 {background:url(../img/bg_popup06.jpg) no-repeat;}
.popup06 .popup6-1 .balloon.posi1 {top:195px; left:396px; width:350px; height:172px;}
.popup06 .popup6-1 .balloon.posi2 {top:403px; left:555px; width:414px; height:172px;}
.popup06 .popup6-1 .balloon.posi3 {top:637px; left:410px; width:420px; height:174px;}
.popup06 .popup6-1 .balloon.posi1 .button {bottom:-30px; left:-15px;}
.popup06 .popup6-1 .balloon.posi2 .button {bottom:-30px; right:-30px;}
.popup06 .popup6-1 .balloon.posi3 .button {top:-15px; right:-30px;}
























