@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: content-box;
}

input {
    display: none;
}

/* 전체화면 설정 */
.lunaPreview {
    width: 850px;
    margin: 0 auto;
    margin-top: 30px;
}

/*미리보기 비주얼*/
.previewVisual {
    width: 860px;
    height: 478.125px;
    position: relative;
    overflow: hidden;
}
.previewVisual img {
    position: absolute;
    left: 50%;
    bottom: -12%;
    transform: translate(-50%, 0%);
    opacity: 0%;
    width: 85%;
    /* transition: opacity 0.3s; */
}

/* 상판색상, 사이즈, 디자인을 선택하면 상판 이미지가 변경 */
#black:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .bbs {
    opacity: 1;
}
#black:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .bbm {
    opacity: 1;
}
#black:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .bbl {
    opacity: 1;
}
#black:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .bcs {
    opacity: 1;
}
#black:checked ~ #middle:checked ~ #curve:checked~ .previewVisual .bcm {
    opacity: 1;
}
#black:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .bcl {
    opacity: 1;
}
#white:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .wbs {
    opacity: 1;
}
#white:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .wbm {
    opacity: 1;
}
#white:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .wbl {
    opacity: 1;
}
#white:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .wcs {
    opacity: 1;
}
#white:checked ~ #middle:checked ~ #curve:checked~ .previewVisual .wcm {
    opacity: 1;
}
#white:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .wcl {
    opacity: 1;
}
#pink:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .pcs {
    opacity: 1;
}
#pink:checked ~ #middle:checked ~ #curve:checked~ .previewVisual .pcm {
    opacity: 1;
}
#pink:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .pcl {
    opacity: 1;
}
#pink:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .pnp {
    opacity: 1;
}
#pink:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .pnp {
    opacity: 1;
}
#pink:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .pnp {
    opacity: 1;
}
#carbon:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .cnp {
    opacity: 1;
}
#carbon:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .cnp {
    opacity: 1;
}
#carbon:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .cnp {
    opacity: 1;
}
#carbon:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .ccs {
    opacity: 1;
}
#carbon:checked ~ #middle:checked ~ #curve:checked ~ .previewVisual .ccm {
    opacity: 1;
}
#carbon:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .ccl {
    opacity: 1;
}
#sprite:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .sbs {
    opacity: 1;
}
#sprite:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .sbm {
    opacity: 1;
}
#sprite:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .sbl {
    opacity: 1;
}
#sprite:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .scs {
    opacity: 1;
}
#sprite:checked ~ #middle:checked ~ #curve:checked ~ .previewVisual .scm {
    opacity: 1;
}
#sprite:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .scl {
    opacity: 1;
}
#light:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .mlbs {
    opacity: 1;
}
#light:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .mlbm {
    opacity: 1;
}
#light:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .mlbl {
    opacity: 1;
}
#light:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .mlcs {
    opacity: 1;
}
#light:checked ~ #middle:checked ~ #curve:checked ~ .previewVisual .mlcm {
    opacity: 1;
}
#light:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .mlcl {
    opacity: 1;
}
#dark:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .mdbs {
    opacity: 1;
}
#dark:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .mdbm {
    opacity: 1;
}
#dark:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .mdbl {
    opacity: 1;
}
#dark:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .mdcs {
    opacity: 1;
}
#dark:checked ~ #middle:checked ~ #curve:checked ~ .previewVisual .mdcm {
    opacity: 1;
}
#dark:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .mdcl {
    opacity: 1;
}
#walnut:checked ~ #small:checked ~ #basic:checked ~ .previewVisual .mwbs {
    opacity: 1;
}
#walnut:checked ~ #middle:checked ~ #basic:checked ~ .previewVisual .mwbm {
    opacity: 1;
}
#walnut:checked ~ #large:checked ~ #basic:checked ~ .previewVisual .mwbl {
    opacity: 1;
}
#walnut:checked ~ #small:checked ~ #curve:checked ~ .previewVisual .mwnp {
    opacity: 1;
}
#walnut:checked ~ #middle:checked ~ #curve:checked ~ .previewVisual .mwnp {
    opacity: 1;
}
#walnut:checked ~ #large:checked ~ #curve:checked ~ .previewVisual .mwnp {
    opacity: 1;
}
#dark:checked ~ #small:checked ~ #drawer:checked ~ .previewVisual .mdrs {
    opacity: 1;
}
#dark:checked ~ #middle:checked ~ #drawer:checked ~ .previewVisual .mdrm {
    opacity: 1;
}
#black:checked ~ #xlarge:checked ~ #left:checked ~ .previewVisual .lbl {
    opacity: 1;
}
#black:checked ~ #xlarge:checked ~ #right:checked ~ .previewVisual .lbr {
    opacity: 1;
}
#white:checked ~ #xlarge:checked ~ #left:checked ~ .previewVisual .lwl {
    opacity: 1;
}
#white:checked ~ #xlarge:checked ~ #right:checked ~ .previewVisual .lwr {
    opacity: 1;
}
#black:checked ~ #small:checked ~ #lpm:checked ~ .previewVisual .blpms {
    opacity: 1;
}
#black:checked ~ #middle:checked ~ #lpm:checked ~ .previewVisual .blpmm {
    opacity: 1;
}
#black:checked ~ #large:checked ~ #lpm:checked ~ .previewVisual .blpml {
    opacity: 1;
}
#white:checked ~ #small:checked ~ #lpm:checked ~ .previewVisual .wlpms {
    opacity: 1;
}
#white:checked ~ #middle:checked ~ #lpm:checked ~ .previewVisual .wlpmm {
    opacity: 1;
}
#white:checked ~ #large:checked ~ #lpm:checked ~ .previewVisual .wlpml {
    opacity: 1;
}



#legBlack:checked ~ #small:checked ~ .previewVisual .bls {
    opacity: 1;
}
#legBlack:checked ~ #middle:checked ~ .previewVisual .blm {
    opacity: 1;
}
#legBlack:checked ~ #large:checked ~ .previewVisual .bll {
    opacity: 1;
}
#legBlack:checked ~ #xlarge:checked ~ #left:checked ~ .previewVisual .bleft {
    opacity: 1;
}
#legBlack:checked ~ #xlarge:checked ~ #right:checked ~ .previewVisual .bright {
    opacity: 1;
}
#legWhite:checked ~ #small:checked ~ .previewVisual .wls {
    opacity: 1;
}
#legWhite:checked ~ #middle:checked ~ .previewVisual .wlm {
    opacity: 1;
}
#legWhite:checked ~ #large:checked ~ .previewVisual .wll {
    opacity: 1;
}
#legWhite:checked ~ #xlarge:checked ~ #left:checked ~ .previewVisual .wleft {
    opacity: 1;
}
#legWhite:checked ~ #xlarge:checked ~ #right:checked ~ .previewVisual .wright {
    opacity: 1;
}

#basic:checked ~ #monitorarm_black:checked ~ .previewVisual .dmbm {
    opacity: 1;
}
#curve:checked ~ #monitorarm_black:checked ~ .previewVisual .dmbm {
    opacity: 1;
}
#carbon:checked ~ #curve:checked ~ #monitorarm_black:checked ~ .previewVisual .dmbm {
    opacity: 0;
}
#carbon:checked ~ #curve:checked ~ #monitorarm_black:checked ~ .previewVisual .dmbc {
    opacity: 1;
}
#left:checked ~ #monitorarm_black:checked ~ .previewVisual .dmbl {
    opacity: 1;
}
#right:checked ~ #monitorarm_black:checked ~ .previewVisual .dmbr {
    opacity: 1;
}
#basic:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwm {
    opacity: 1;
}
#curve:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwm {
    opacity: 1;
}
#carbon:checked ~ #curve:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwm {
    opacity: 0;
}
#carbon:checked ~ #curve:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwc {
    opacity: 1;
}
#left:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwl {
    opacity: 1;
}
#right:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwr {
    opacity: 1;
}
#lpm:checked ~ #monitorarm_black:checked ~ .previewVisual .dmblpm {
    opacity: 1;
}
#lpm:checked ~ #monitorarm_white:checked ~ .previewVisual .dmwlpm {
    opacity: 1;
}


#small:checked ~ #holder_black:checked ~ .previewVisual .pchs {
    opacity: 1;
}
#middle:checked ~ #holder_black:checked ~ .previewVisual .pchm {
    opacity: 1;
}
#large:checked ~ #holder_black:checked ~ .previewVisual .pchl {
    opacity: 1;
}
#small:checked ~ #holder_white:checked ~ .previewVisual .pchws {
    opacity: 1;
}
#middle:checked ~ #holder_white:checked ~ .previewVisual .pchwm {
    opacity: 1;
}
#large:checked ~ #holder_white:checked ~ .previewVisual .pchwl {
    opacity: 1;
}
#left:checked ~ #holder_black:checked ~ .previewVisual .pchleft {
    opacity: 1;
}
#right:checked ~ #holder_black:checked ~ .previewVisual .pchright {
    opacity: 1;
}
#left:checked ~ #holder_white:checked ~ .previewVisual .pchwleft {
    opacity: 1;
}
#right:checked ~ #holder_white:checked ~ .previewVisual .pchwright {
    opacity: 1;
}




/*상판선택 옵션(상판색상)*/
.option {
    width: 850px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.option li {
    border: #a0a0a0 1px solid;
    overflow: hidden;
    position: relative;
}
.option strong {
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.option .deskTopColor {
    display: inline-block;
    margin-top: 10px;
    /* width: 630px; */
    /* margin-right: 60px; */
}
/* .option .deskTopColor ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */
.option .legColor {
    display: inline-block;
    /* width: 150px; */
    float: right;
    margin-top: 10px;
}
.option .deskTopColor li {
    float: left;
    margin-right: 10px;
    width: 72px;
    height: 75px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    color: rgb(75, 75, 75);
    transition: all 0.3s;
}
.option .legColor li {
    float: left;
    margin-right: 10px;
    width: 72px;
    height: 75px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    color: rgb(75, 75, 75);
    transition: all 0.3s;
}
.option .legColor li:last-child{
    margin-right: 0;
}
.option li:hover {
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
    cursor: pointer;
}
.option li label {
    cursor: pointer;
}
.option .deskTopColor li label div {
    width: 72px;
    height: 50px;
}
.option .deskTopColor li label span {
    display: inline-block;
    width: 100%;
    height: 24px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
}
.option .deskTopColor li:nth-child(1) label div {
    background: url(../images/thum_black.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(2) label div {
    background: url(../images/thum_white.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(3) label div {
    background: url(../images/thum_pink.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(4) label div {
    background: url(../images/thum_carbon.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(5) label div {
    background: url(../images/thum_stripe.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(6) label div {
    background: url(../images/thum_light.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(7) label div {
    background: url(../images/thum_dark.jpg) center;
    background-size: 100% auto;
}
.option .deskTopColor li:nth-child(8) label div {
    background: url(../images/thum_walnut.jpg) center;
    background-size: 100% auto;
}
.option .legColor li label div {
    width: 72px;
    height: 50px;
}
.option .legColor li label span {
    display: inline-block;
    width: 100%;
    height: 24px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
}
.option .legColor li:nth-child(1) label div {
    background: url(../images/thum_black.jpg) center;
    background-size: 100% auto;
}
.option .legColor li:nth-child(2) label div {
    background: url(../images/thum_white.jpg) center;
    background-size: 100% auto;
}
/*상판선택 옵션(상판크기)*/
.deskTopSize {
    margin-top: 10px;
    width: 100%;
}
.deskTopSize ul {
    display: flex;
    justify-content: space-between;
}
.deskTopSize ul li {
    display: inline-block;
    width: 190px;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    color: rgb(75, 75, 75);
    overflow: hidden;
}
.deskTopSize ul li:last-child {
    margin-right: 0;
}
.deskTopSize ul li span {
    display: inline-block;
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
/*상판선택 옵션(상판모양)*/
.deskTopShape {
    margin-top: 10px;
    width: 100%;
}
.deskTopShape ul {
    display: flex;
    justify-content: space-between;
}
.deskTopShape ul li {
    display: inline-block;
    width: 15%;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    color: rgb(75, 75, 75);
}

.deskTopShape ul li:last-child {
    margin-right: 0;
}
.deskTopShape ul li span {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}





#black:checked ~ .option .deskTopColor li:nth-child(1) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#white:checked ~ .option .deskTopColor li:nth-child(2) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#pink:checked ~ .option .deskTopColor li:nth-child(3) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#carbon:checked ~ .option .deskTopColor li:nth-child(4) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#sprite:checked ~ .option .deskTopColor li:nth-child(5) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#light:checked ~ .option .deskTopColor li:nth-child(6) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#dark:checked ~ .option .deskTopColor li:nth-child(7) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#walnut:checked ~ .option .deskTopColor li:nth-child(8) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#small:checked ~ .option .deskTopSize li:nth-child(1) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#middle:checked ~ .option .deskTopSize li:nth-child(2) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#large:checked ~ .option .deskTopSize li:nth-child(3) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#xlarge:checked ~ .option .deskTopSize li:nth-child(4) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#basic:checked ~ .option .deskTopShape li:nth-child(1) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#curve:checked ~ .option .deskTopShape li:nth-child(2) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#lpm:checked ~ .option .deskTopShape li:nth-child(3) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#left:checked ~ .option .deskTopShape li:nth-child(4) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#left:checked ~ .option .deskTopSize li:nth-child(4) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#right:checked ~ .option .deskTopSize li:nth-child(4) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#right:checked ~ .option .deskTopShape li:nth-child(5) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#drawer:checked ~ .option .deskTopShape li:nth-child(6) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#legBlack:checked ~ .option .legColor li:nth-child(1) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#legWhite:checked ~ .option .legColor li:nth-child(2) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#monitorarm_none:checked ~ .option .acc_arm li:nth-child(1) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#monitorarm_black:checked ~ .option .acc_arm li:nth-child(2) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#monitorarm_white:checked ~ .option .acc_arm li:nth-child(3) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#holder_none:checked ~ .option .acc_holder li:nth-child(1) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#holder_black:checked ~ .option .acc_holder li:nth-child(2) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}
#holder_white:checked ~ .option .acc_holder li:nth-child(3) {
    background-color: #363636;
    color: #ffffff;
    font-weight: 500;
    box-shadow: rgb(211, 211, 211) 1px 1px 5px;
}

a.banner {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    background-color: rgb(46, 46, 46);
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    line-height: 50px;
}
a.banner img {
    display: inline-block;
    height: 12px;
    margin-right: 10px;
}

#basic:checked ~ .option .deskTopSize li:nth-child(4) {
    opacity: 0.2;
}
#curve:checked ~ .option .deskTopSize li:nth-child(4) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopSize li:nth-child(4) {
    opacity: 0.2;
}
#left:checked ~ .option .deskTopSize li:nth-child(1) {
    opacity: 0.2;
}
#left:checked ~ .option .deskTopSize li:nth-child(2) {
    opacity: 0.2;
}
#left:checked ~ .option .deskTopSize li:nth-child(3) {
    opacity: 0.2;
}
#right:checked ~ .option .deskTopSize li:nth-child(1) {
    opacity: 0.2;
}
#right:checked ~ .option .deskTopSize li:nth-child(2) {
    opacity: 0.2;
}
#right:checked ~ .option .deskTopSize li:nth-child(3) {
    opacity: 0.2;
}
#drawer:checked ~ .option .deskTopSize li:nth-child(3) {
    opacity: 0.2;
}
#drawer:checked ~ .option .deskTopSize li:nth-child(4) {
    opacity: 0.2;
}
#basic:checked ~ .option .deskTopColor li:nth-child(3) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(3) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(4) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(5) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(6) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(7) {
    opacity: 0.2;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(8) {
    opacity: 0.2;
}
#drawer:checked ~ .option .deskTopColor li {
    opacity: 0.2;
}
#left:checked ~ .option .deskTopColor li {
    opacity: 0.2;
}
#left:checked ~ .option .deskTopColor li:nth-child(1) {
    opacity: 1;
}
#left:checked ~ .option .deskTopColor li:nth-child(2) {
    opacity: 1;
}
#right:checked ~ .option .deskTopColor li:nth-child(1) {
    opacity: 1;
}
#right:checked ~ .option .deskTopColor li:nth-child(2) {
    opacity: 1;
}
#right:checked ~ .option .deskTopColor li {
    opacity: 0.2;
}
#drawer:checked ~ .option .deskTopColor li:nth-child(7) {
    opacity: 1;
}
#basic:checked ~ .option .deskTopColor li:nth-child(3) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#basic:checked ~ .option .deskTopColor li:nth-child(4) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#basic:checked ~ .option .deskTopSize li:nth-child(4) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#curve:checked ~ .option .deskTopSize li:nth-child(4) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#curve:checked ~ .option .deskTopColor li:nth-child(8) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopSize li:nth-child(4) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(3) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(4) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(5) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(6) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(7) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#lpm:checked ~ .option .deskTopColor li:nth-child(8) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#drawer:checked ~ .option .deskTopSize li:nth-child(3) > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    opacity: 0;
}
#left:checked ~ .option .deskTopColor li > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#left:checked ~ .option .deskTopSize li > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#left:checked ~ .option .deskTopSize li > div:nth-child(4) {
    display: none;
}
#right:checked ~ .option .deskTopSize li > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#right:checked ~ .option .deskTopSize li > div:nth-child(4) {
    display: none;
}
#left:checked ~ .option .deskTopColor li:nth-child(1) > div {
    display: none;
}
#left:checked ~ .option .deskTopColor li:nth-child(2) > div {
    display: none;
}
#right:checked ~ .option .deskTopColor li > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#right:checked ~ .option .deskTopColor li:nth-child(1) > div {
    display: none;
}
#right:checked ~ .option .deskTopColor li:nth-child(2) > div {
    display: none;
}
#drawer:checked ~ .option .deskTopColor li > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#drawer:checked ~ .option .acc_arm li > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#drawer:checked ~ .option .deskTopColor li:nth-child(7) > div {
    display: none;
}


#drawer:checked ~ .option .deskTopSize li:nth-child(4) > div {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #ff0000;
    opacity: 0;
}
#basic:checked ~ .option .deskTopColor li:nth-child(4) {
    opacity: 0.2;
}
#curve:checked ~ .option .deskTopColor li:nth-child(8) {
    opacity: 0.2;
}
#drawer:checked ~ .option .acc_arm li:nth-child(2) {
    opacity: 0.2;
}
#drawer:checked ~ .option .acc_arm li:nth-child(3) {
    opacity: 0.2;
}


#black:checked ~ #legBlack:checked ~ #left:checked ~ .previewVisual .bleft {
    opacity: 1;
}



.acc_arm {
    margin-top: 10px;
    width: 47%;
}
.acc_arm ul {
    display: flex;
    justify-content: space-between;
}
.acc_arm ul li {
    display: inline-block;
    width: 31%;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    color: rgb(75, 75, 75);
    overflow: hidden;
}
.acc_arm ul li span {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}


.acc_holder {
    margin-top: 10px;
    width: 47%;
}
.acc_holder ul {
    display: flex;
    justify-content: space-between;
}
.acc_holder ul li {
    display: inline-block;
    width: 31%;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    color: rgb(75, 75, 75);
    overflow: hidden;
}
.acc_holder ul li span {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}











/* .previewTitle label {
    background-color: #242424;
    color: #eeeeee;
    font-weight: 800;
} */

/* 반응형 860px 미만 */
@media (max-width: 859px) {

    /* 전체화면 설정 */
    .lunaPreview {
        width: 90%;
    }

    /*미리보기 비주얼*/
    .previewVisual {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        position: relative;
        overflow: hidden;
    }

    /* .previewVisual img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0%;
        width: 105%;
        height: 105%;
    } */
    .previewVisual img {
        position: absolute;
        left: 50%;
        bottom: -8%;
        transform: translate(-50%, 0%);
        opacity: 0%;
        width: 100%;
        /* transition: opacity 0.3s; */
    }

    .option {
        width: 100%;
    }
    .option .deskTopColor {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .option .legColor {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .option .deskTopColor ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        height: auto;
    }
    .option .deskTopColor li {
        width: 22%;
        height: 60px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .option .legColor ul {
        display: flex;
        justify-content: space-between;
    }
    .option .legColor li {
        margin-right: 10px;
        width: 48%;
        height: 30px;
    }
    .option .legColor li:last-child{
        margin-right: 0;
    }
    .option .deskTopColor li label div {
        width: 100%;
        height: 30px;
    }
    .option .deskTopColor li label span {
        display: inline-block;
        width: 100%;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
        vertical-align: middle;
    }
    .option .legColor li label {
        height: 30px;
    }
    .option .legColor li label div {
        width: 100%;
        display: none;
    }
    .option .legColor li label span {
        display: inline-block;
        width: 100%;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
        vertical-align: middle;
    }
    /*상판선택 옵션(상판크기)*/
.deskTopSize {
    width: 100%;
    margin-top: 10px;
}
.deskTopSize ul li {
    display: inline-block;
    width: 23%;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
.deskTopSize ul li:last-child {
    margin-right: 0;
}
.deskTopSize ul li span {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
/*상판선택 옵션(상판모양)*/
.deskTopShape ul li {
    display: inline-block;
    width: 15%;
    height: 30px;
    text-align: center;
    overflow: hidden;
}

.deskTopShape ul li:last-child {
    margin-right: 0;
}
.deskTopShape ul li span {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
a.banner {
    height: 50px;
    margin-top: 20px;
}
}