@charset "utf-8";
@import url('common.css');

/*/////////////////// Common ////////////////////////*/

#wrap div.contents {
    position:relative;
    height: 100%;
}

/* (990 - 1220) 비쥬얼 영역 사이즈 기준 : 좌우 가운데 정렬 콘테이너 */
.centered_container {
    position: relative;
    width: 100%;
    min-width: 990px;
    max-width: 1220px;
    margin: 0 auto;
}

/* 배경이미지 콘테이너 */
div.back {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 700px;
    top: 0;
    left: 0;
}

/* lazy image 안보이기 */
img.lazy {
   display: none;
}

.horizontal_center, .vertical_middle {
    display: none;
}

/*/////////////////// Main //////////////////////////*/

#contents > div.section {
    position:relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 990px;
    min-height: 700px;
}

#contents > div#gear > div.back {
    background: url("../images/contents/pattern_black.png");
}

#contents > div#gear > div.visual {
    height: 100%;
    z-index: 100;
}

#contents > div#gear > div.visual > img {
    position: relative;
    width: 1239px;
    height: 686px;
}

#contents > div#gear > div.visual > div.copy {
    position: relative;
    width: 461px;
    height: 79px;
    padding-top: 258px;
    padding-bottom: 74px;
    margin: 0 auto;
}

/*/////////////////// Design //////////////////////////*/

#wrap > div.top_design {
    position: absolute;
}

#contents_design {
    overflow: hidden;
    min-width: 990px;
    min-height: 700px;
}

#contents_design > div.section {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 990px;
    min-height: 700px;
}

#contents_design > div.section > div.visual {
    z-index: 50;
}

#contents_design > div.section > div.back {
    background: url("../images/contents/pattern_black.png");
}

#contents_design > div.section > div.back > div.dp {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 700px;
}

#contents_design > div.section > div.back > div.dp > div.obj {
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 990px;
    height: 100%;
}

#contents_design > div.section > div.back > div.dp img,
#contents_design > div.section > div.visual > div.controlls { 
    position:relative; 
}

#contents_design > div.section > div.visual > div.controlls > ul {
    margin-top: 5px;
    height: 60px;
}

#contents_design > div.section > div.visual > div.controlls > ul > li {
    float: left;
    margin-right: 10px;
}

#contents_design > div.section > div.visual > div.controlls > ul > li > a {
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/contents/design/color_icon_out.png") 0 0 no-repeat;
}

#contents_design > div.section > div.visual > div.controlls > a.moveBtn {
    display: block;
    height: 30px;
/*    margin-top: 50px;*/
}

#contents_design > #keyImages {
/*    display: none;*/
}

#contents_design > #keyImages > div.back div.copy {
    position: absolute;
    width: 293px;
    height: 12px;
}

#contents_design > #keyImages > div.visual > div.controlls > a.moveBtn {
    width: 133px;
    background: url("../images/contents/design/gear_fit_main_btn.png") 0 0 no-repeat;
}

#contents_design > #moreImages > div.visual > div.controlls > a.moveBtn {
    width: 112px;
    background: url("../images/contents/design/gear_fit_detail_btn.png") 0 0 no-repeat;   
}

#contents_design > div.section > div.visual > div.controlls > div.colorText {
    position: absolute;
    top: -5px;
    left: 180px;
}

#contents_design > div.section > div.visual > div.controlls > div.gear2 {
    left: 95px;
}

#contents_design > div.section > div.visual > div.controlls > div.colorText > ul > li {
    position: absolute;
    top:5px; left:0;
    text-indent: -9999px;
    width: 147px;
    height: 28px;
    /*background: url("../images/contents/design/color_text_g2.png") 0px 0px no-repeat;*/
    opacity: 0;
}

#contents_design > div.section > div.visual > div.controlls > div.neogear > ul > li {
    background: url("../images/contents/design/color_text_neo.png") 0px 0px no-repeat;
}
    
#contents_design > div.section > div.visual > div.controlls > a.moveBtn > p {
    padding-top: 5px;
    padding-left: 12px;
    font-size: 16px;
}

#contents_design > div.section > div.visual > div.title > h2 {
    color: #b2b2b2;
    font-size: 16px;
    padding-bottom: 15px;
}

#contents_design > #keyImages > div.visual > div.controlls > a.moveBtn > p {
    color: #4a4648;
}

#contents_design > #moreImages > div.visual > div.controlls > a.moveBtn > p {
    color: #535050;
}

#contents_design > div.section > div.back > div.dp {
    display: none;
}

#contents_design > div.section > div.back > div.start {
    display: block;
}

#contents_design > #moreImages {
    display: none;
}

#contents_design > #moreImages > div.back > div.btns {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 125px;
    height: 60px;
    padding-top: 10px;
}

#contents_design > #moreImages > div.back > div.btns > ul {
    overflow: hidden;
}

#contents_design > #moreImages > div.back > div.btns > ul > li {
    float: left;
    margin-left: 5px;  
}

#contents_design > #moreImages > div.back > div.btns > ul > li:first-child {
    margin-left: 0px;  
}


/*/////////////////// Feature //////////////////////////*/

/* common text  */
#contents_feature > div.section > div.container > div.title {
    padding-top: 105px;
    padding-bottom: 80px;
    text-align: center;
}

#contents_feature > div.section > div.container > div.title > h2 {
    font-size: 60px;
    letter-spacing: -1px;
}

#contents_feature > div.light > div.container > div.title > h2 {
    color: white;
}

#contents_feature > div.dark > div.container > div.title > h2 {
    color: #5d6370;
}

#contents_feature > div.section > div.container > div.prod > div.copy > img.icon {
    float: left;
    margin-right: 15px;
}

#contents_feature > div.section > div.container > div.prod > div.copy > h2,
#contents_feature > div.section > div.container > div.prod > div.copy > h3 {
    font-family: "SamsungIFBd", sans-serif;
}

#contents_feature > div.light > div.container > div.prod > div.copy > h2,
#contents_feature > div.light > div.container > div.prod > div.copy > h3 {
    color: white;
}

#contents_feature > div.dark > div.container > div.prod > div.copy > h2,
#contents_feature > div.dark > div.container > div.prod > div.copy > h3 {
    color: #757780;
}

#contents_feature > div.section > div.container > div.prod > div.copy > h2 {
    font-size: 30px;
    line-height: 48px;
}

#contents_feature > div.section > div.container > div.prod > div.copy > h3 {
    font-size: 20px;
    line-height: 32px;
}

#contents_feature > div.section > div.container > div.prod p {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding-bottom: 35px;
    line-height: 20px;
}

#contents_feature > div.light > div.container > div.prod p {
    color: #bfbfbf;
}

#contents_feature > div.dark > div.container > div.prod p {
    color: #82848e;
}

#contents_feature > div.section > div.container > div.prod > div.copy > h2 > span {
    font-family: "SamsungIFRg", sans-serif;
}

#contents_feature > div.section > div.container > div.prod {
    position: relative;
}

/* //////////////////////////////////////////////////// feature 박병길 2014-02-23 수정 */

/* feature gear2 fit */
#contents_feature > div.section {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 990px;
}

#contents_feature > div.section div.container {
    width: 990px;
    height: 100%;
    margin: 0 auto;
}

#contents_feature > #gear1_1 {
    height: 1500px;
    background: url("../images/contents/pattern_black2.png");
}

#contents_feature > #gear1_1 > div.container > div.prod > div.color_sel {
    position: absolute;
    top: 162px;
    left: 120px;
}

#contents_feature > #gear1_1 > div.container > div.prod > div.color_sel > ul {
    overflow: hidden;
}

#contents_feature > #gear1_1 > div.container > div.prod > div.color_sel > ul > li {
    float: left;
    margin-right: 10px;
}

#contents_feature > #gear1_1 > div.container > div.prod1 {
	margin-top:50px;
    height: 340px;
    padding-bottom: 75px;
}

#contents_feature > #gear1_1 > div.container > div.prod1 p {
	width:520px;
	margin-bottom:45px;
}

#contents_feature > #gear1_1 > div.container > div.prod1 p.prodsmall {
	font-size:14px;
	color:#808080;
	margin-left:128px;
	margin-bottom:0px;
}


#contents_feature > #gear1_1 > div.container > div.prod1 > img {
    margin-left: 435px;
	margin-top:-305px;
}

#contents_feature > #gear1_1 > div.container > div.prod2 > img {
    padding-top: 10px;
}

#contents_feature > #gear1_2 {
    height: 1470px;
    background: url("../images/contents/pattern_light.png");
}

#contents_feature > #gear1_2 > div.container > div.prod1 {
    height: 650px;
    padding-bottom: 75px;
}

#contents_feature > #gear1_2 > div.container > div.prod1 > div.copy {
    position: absolute;
    top: 0px;
    left: 460px;
}

#contents_feature > #gear1_2 > div.container > div.prod1 > div.copy > img {
    float: none;
}


#contents_feature > #gear1_2 > div.container > div.prod2 > img {
    position: absolute;
    top: 0;
    right: 0px;
}

#contents_feature > #gear1_3 {
    height: 998px;
    background: url("../images/contents/pattern_black3.png");
}

#contents_feature > #gear1_3 > div.container div.prod1 {
    height: 510px;
}

#contents_feature > #gear1_3 > div.container div.prod1 > div.copy {
    position:absolute;
	top:70px;
	right:0;
	width:415px;
}

#contents_feature > #gear1_3 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear1_4 {
    height: 1140px;
    background: url("../images/contents/pattern_light.png");
}

#contents_feature > #gear1_4 > div.container div.prod > div.copy {
    padding-bottom: 30px;
}

#contents_feature > #gear1_4 > div.container div.prod > div.subCopy {
    position: relative;
    width: 990px;
    margin: 0 auto;
    padding-top: 30px;
}

#contents_feature > #gear1_4 > div.container div.prod > div.subCopy > p {
    font-size: 14px;
	padding-bottom:10px;
}


/* feature gear2 */
#contents_feature > #gear2_1 {
    height: 1350px;
    background: url("../images/contents/pattern_black2.png");
}

#contents_feature > #gear2_1 > div.container > div.prod > div.color_sel {
    position: absolute;
    top: 225px;
    left: 0px;
}

#contents_feature > #gear2_1 > div.container > div.prod > div.color_sel > ul {
    overflow: hidden;
}

#contents_feature > #gear2_1 > div.container > div.prod > div.color_sel > ul > li {
    float: left;
    margin-right: 10px;
}

#contents_feature > #gear2_1 > div.container > div.prod1 {
    height: 410px;
    padding-bottom: 75px;
}

#contents_feature > #gear2_1 > div.container > div.prod1 > div.copy > img {
	margin-bottom:7px;
    float: none;
}

#contents_feature > #gear2_1 > div.container > div.prod1 p {
	width:520px;
	padding-bottom:85px;
}

#contents_feature > #gear2_1 > div.container > div.prod1 p.prodsmall {
	font-size:14px;
	color:#808080;
}


#contents_feature > #gear2_1 > div.container > div.prod1 > img {
    margin-left: 490px;
	margin-top:-395px;
}

#contents_feature > #gear2_1 > div.container > div.prod2 > div.copy {
    position: absolute;
    top: 10px;
    left: 345px;
}

#contents_feature > #gear2_1 > div.container > div.prod2 > div.copy > img {
	margin-bottom:7px;
    float: none;
}

#contents_feature > #gear2_2 {
    height: 1620px;
    background: url("../images/contents/pattern_light.png");
}

#contents_feature > #gear2_2 > div.container div.prod2 > img {
    display: block;
    margin-left: -35px;
}

#contents_feature > #gear2_2 > div.container > div.prod1 {
    height: 760px;
    padding-bottom: 75px;
}

#contents_feature > #gear2_2 > div.container > div.prod1 > div.copy {
    position: absolute;
    top: 5px;
    left: 460px;
}

#contents_feature > #gear2_2 > div.container > div.prod1 > div.copy > img {
    float: none;
}

#contents_feature > #gear2_2 > div.container > div.prod2 {
    height: 490px;
    padding-bottom: 75px;
}

#contents_feature > #gear2_2 > div.container > div.prod2 > div.copy {
    position: absolute;
    top: 5px;
    left: 595px;
}

#contents_feature > #gear2_2 > div.container > div.prod2 > div.copy > img {
    float: none;
}

#contents_feature > #gear2_3 {
    height: 1490px;
    background: url("../images/contents/pattern_black3.png");
}

#contents_feature > #gear2_3 > div.container div.prod1 {
	height: 490px;
	padding-bottom:75px;
}

#contents_feature > #gear2_3 > div.container div.prod1 > img.big {
    margin-left: 50px;
}

#contents_feature > #gear2_3 > div.container div.prod1 > div.copy {
    position:absolute;
	top:10px;
	left:395px;
}

#contents_feature > #gear2_3 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear2_3 > div.container div.prod2 > img {
	padding-top:30px;
    margin-left: -455px;
}

#contents_feature > #gear2_3 > div.container div.prod2 > div.copy > p {
	padding-bottom:10px;
}

#contents_feature > #gear2_3 > div.container div.prod2 > div.copy > p.prodsmall {
	font-size:15px;
	color:#b1b6be;
}

#contents_feature > #gear2_4 {
	padding-bottom:85px;
    background: url("../images/contents/pattern_light.png");
}

#contents_feature > #gear2_4 > div.container div.prod1 {
    margin-bottom:85px;
}

#contents_feature > #gear2_4 > div.container div.prod1 > img {
    margin-left: 80px;
}

#contents_feature > #gear2_4 > div.container div.prod1 > div.copy {
    position:absolute;
	top:10px;
	left:400px;
}

#contents_feature > #gear2_4 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear2_4 > div.container div.prod2 > div.copy {
    margin-bottom:40px;
}

#contents_feature > #gear2_4 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear2_4 > div.container div.prod > div.subCopy {
    position: relative;
    width: 990px;
    margin: 0 auto;
    padding-top: 30px;
}

#contents_feature > #gear2_4 > div.container div.prod > div.subCopy > p {
    font-size: 14px;
	padding-bottom:10px;
}

/* feature gear2 neo */
#contents_feature > #gear3_1 {
    height: 1320px;
    background: url("../images/contents/pattern_black2.png");
}

#contents_feature > #gear3_1 > div.container > div.prod > div.color_sel {
    position: absolute;
    top: 245px;
    left: 0px;
}

#contents_feature > #gear3_1 > div.container > div.prod > div.color_sel > ul {
    overflow: hidden;
}

#contents_feature > #gear3_1 > div.container > div.prod > div.color_sel > ul > li {
    float: left;
    margin-right: 10px;
}

#contents_feature > #gear3_1 > div.container > div.prod1 {
    height: 370px;
    padding-bottom: 75px;
}

#contents_feature > #gear3_1 > div.container > div.prod1 > div.copy > img {
	margin-bottom:7px;
    float: none;
}

#contents_feature > #gear3_1 > div.container > div.prod1 p {
	width:520px;
	padding-bottom:85px;
}

#contents_feature > #gear3_1 > div.container > div.prod1 p.prodsmall {
	font-size:14px;
	color:#808080;
}


#contents_feature > #gear3_1 > div.container > div.prod1 > img {
    margin-left: 412px;
	margin-top:-410px;
}

#contents_feature > #gear3_1 > div.container > div.prod2 > div.copy {
    position: absolute;
    top: 10px;
    left: 318px;
}

#contents_feature > #gear3_1 > div.container > div.prod2 > div.copy > img {
	margin-bottom:7px;
    float: none;
}

#contents_feature > #gear3_2 {
    height: 1620px;
    background: url("../images/contents/pattern_light.png");
}

#contents_feature > #gear3_2 > div.container > div.prod1 {
    height: 800px;
    padding-bottom: 75px;
}

#contents_feature > #gear3_2 > div.container > div.prod1 > div.copy {
    position: absolute;
    top: 5px;
    left: 460px;
}

#contents_feature > #gear3_2 > div.container > div.prod1 > div.copy > img {
    float: none;
}

#contents_feature > #gear3_2 > div.container > div.prod2 {
    height: 490px;
    padding-bottom: 75px;
}

#contents_feature > #gear3_2 > div.container > div.prod2 > img {
    margin-left: -33px;
}

#contents_feature > #gear3_2 > div.container > div.prod2 > div.copy {
    position: absolute;
    top: 5px;
    left: 595px;
}

#contents_feature > #gear3_2 > div.container > div.prod2 > div.copy > img {
    float: none;
}

#contents_feature > #gear3_3 {
    height: 1515px;
    background: url("../images/contents/pattern_black3.png");
}

#contents_feature > #gear3_3 > div.container div.prod1 {
	height: 490px;
	padding-bottom:75px;
}

#contents_feature > #gear3_3 > div.container div.prod1 > img {
    margin-left: 55px;
}

#contents_feature > #gear3_3 > div.container div.prod1 > div.copy {
    position:absolute;
	top:10px;
	left:395px;
}

#contents_feature > #gear3_3 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear3_3 > div.container div.prod2 > img {
	padding-top:30px;
    margin-left: -455px;
}

#contents_feature > #gear3_3 > div.container div.prod2 > div.copy > p {
	padding-bottom:10px;
}

#contents_feature > #gear3_3 > div.container div.prod2 > div.copy > p.prodsmall {
	font-size:15px;
	color:#b1b6be;
}

#contents_feature > #gear3_4 {
	padding-bottom:85px;
    background: url("../images/contents/pattern_light.png");
}

#contents_feature > #gear3_4 > div.container div.prod1 {
    margin-bottom: 85px;
}

#contents_feature > #gear3_4 > div.container div.prod1 > img {
    margin-left: 40px;
}

#contents_feature > #gear3_4 > div.container div.prod1 > div.copy {
    position:absolute;
	top:10px;
	left:400px;
}

#contents_feature > #gear3_4 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear3_4 > div.container div.prod2 > div.copy {
    margin-bottom:40px;
}

#contents_feature > #gear3_4 > div.container div.prod1 > div.copy > img {
	float:none;
}

#contents_feature > #gear3_4 > div.container div.prod > div.subCopy {
    position: relative;
    width: 990px;
    margin: 0 auto;
    padding-top: 30px;
}

#contents_feature > #gear3_4 > div.container div.prod > div.subCopy > p {
    font-size: 14px;
	padding-bottom:10px;
}

.blackcolor,
.blackcolor strong{color:#ffff00 !important;background:#000;}

/* SPEC **************************************************************************************/
#contents_spec {background: url("../images/contents/pattern_black.png");width:100%;height:100%;min-height:750px;}
#contents_spec .container{position:relative;width:990px;margin:0 auto;height:500px;}
#contents_spec .container > div.sp {
    position: relative;
    width: 990px;
    height: 500px;
}
#contents_spec .container > div.sp > img {
    position: absolute;
    display: block;
}

#contents_spec .container img.fit {
    top: -80px;
    left: 60px;
}
#contents_spec .container img.neo,
#contents_spec .container img.gear {
    top: -60px;
    left: -10px;
}

#contents_spec .prod {
    position: relative;
    padding-left: 380px;
}
#contents_spec .prod > img {
    padding-bottom: 30px;
}
#contents_spec li{
    text-align:left;background:url("../images/specs/ico_bul.png") no-repeat left 16px;
    padding-left:8px;color:#808080;font-family: "SamsungIFRg", sans-serif;font-size:20px;line-height:32px;
}

