/* Æ÷ÀåÀÚÀç ¸®½ºÆ® */
#product1 .product1-list {
    margin-top: 8em;
}
#product1 .product1-list > li {
    display: flex;
    margin-bottom: 4em;
}
#product1 .product1-list .prd-img {
    width: 100%;
    max-width: 320px;
    height: 220px;
    border: 1px solid #b7b7b7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* background-position: center;
    background-size: cover; */
}
#product1 .product1-list .prd-img img {
    width: 100%;
}
#product1 .product1-list .prd-info {
    width: 60%;
    padding: 0 0 0 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#product1 .product1-list .prd-info > h4 {
    font-size: 2.4rem;
    font-weight: 400;
}
#product1 .product1-list .prd-info > ul {
    padding: 1.5em 1em;
}
#product1 .product1-list .prd-info > ul li {
    position:relative;
    font-size: 1.4rem;
    line-height: 1.7em;
}
#product1 .product1-list .prd-info > ul li::before{
    position:absolute;
    top:0;
    left:-0.6em;
    content:'-';
}
#product1 .product1-list .prd-info a {
    border: 1px solid #aaa;
    margin:0 0.2em 0.4em 0;
    display: inline-block;
    width:8em;
    padding: 0.5em 1.5em;
    border-radius: 0.5em;
    font-size: 1.4rem;
    transition: transform 0.2s;
}
#product1 .product1-list .prd-info a:hover {
    background: #444;
    color:#fff;
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
/*------------------------------------------------------------------------------*/
/* Æ÷ÀåÀÚÁ¦ »ó¼¼ÆäÀÌÁö */
/*------------------------------------------------------------------------------*/
#product1 h2 {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 500;
    display:none;
}
#product1 h2 + span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #aaa;
    margin: 0.4em 0 2em;
}
#product1 .product1-elem {
    margin: 0 auto;
    padding-top: 9em;
    max-width: 920px;
}
#product1 .product1-elem:nth-of-type(1) {
    margin-top:-8em;
}
#product1 .elem-title {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    display: inline-block;
    font-size: 2.6rem;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 0.5em;
    margin: 1.6em 0;
    min-width: 5em;
}
#product1 .elem-title span {
    display: block;
    font-size: 1.6rem;
    color: #bbb;
}
#product1 .elem-title::after {
    position: absolute;
    content: "epacking";
    background: #fff;
    color: #a8a8a8;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 0.5em;
    bottom: -0.6em;
    left: 50%;
    transform: translateX(-50%);
}
#product1 .elem-img {
    position: relative;
    margin: 0 auto 5em;
    width: 100%;
    max-width: 680px;
    height: 65vw;
    max-height: 520px;
    border: 2px solid #ffbc00;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lSSlideWrapper::before,
#product1 .elem-img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: "Preview Image";
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.2em 0.6em;
    background: #ffbc00;
}
#product1 .elem-img img {
    height: 100%;
    background: #fff;
}
.lSSlideWrapper {
    position: relative;
    border: 2px solid #ffbc00;
    background: #fff;
}
.lSSlideOuter {
    max-width: 680px;
    margin: 0 auto;
}
.lSSlideOuter li {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightSlider {
    max-height: 520px;
    height: 65vw !important;
}
#product2 .lightSlider {
    max-height: 420px !important;
}
.lightSlider > li,
.lSSlideOuter img {
    height: 100%;
    width: auto;
}
.lSSlideOuter .image-etc img{
    height:auto;
    width:100%;
}
.lSSlideOuter .lSPager li {
    height: 12vw;
    max-height: 100px;
}
.lSSlideOuter .lSPager li{
    border: 1px solid #eee;
}
.lSSlideOuter .lSPager li.active,
.lSSlideOuter .lSPager li:hover {
    border: 1px solid #ffbc00;
    border-radius: 0 !important;
}
#product1 .elem-imgList {
    overflow-x: scroll;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-bottom: 4em;
    -ms-overflow-style: none;
}
@media (min-width: 601px) {
    #product1 .elem-imgList {
        flex-wrap: wrap;
    }
}
#product1 .elem-imgList::-webkit-scrollbar {
    display: none;
}
#product1 .elem-imgList li {
    width: 10em;
    min-width: 10em;
    height: 10em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    margin: 0 1.3em 1.3em 0;
    cursor: pointer;
}
#product1 .elem-imgList li img {
    height: 100%;
}
#product1 .elem-info::before,
#product1 .elem-detail::before,
#product1 .elem-process::before,
#product1 .elem-reference::before,
#product1 .elem-machine::before {
    position: relative;
    font-size: 2.4rem;
    line-height: 2em;
}
#product1 .elem-info {
    margin-top: 2em;
}
#product1 .elem-info::before {
    content: "Information";
}
#product1 .elem-info.elem-info-type::before {
    content: "Type";
}
#product1 .elem-info.elem-info-purpose::before {
    content: "Purpose";
}
#product1 .elem-process::before {
    content: "Process";
}
#product1 .elem-machine::before{
    content: "Machine used";
}
#product1 .elem-process img {
    width: 100%;
}
#product1 .elem-info li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
    padding-left: 1.5em;
    margin-bottom: 0.8em;
}
#product1 .elem-info li::before {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1em;
    height: 1em;
    content: "";
    background: url(../img/prd-liststyle.svg) no-repeat center;
    background-size:90%;
}
#product1 .elem-detail::before {
    content: "Detail";
}
#product1 .elem-detail {
    position: relative;
    margin: 6em auto 0;
}
#product1 .elem-detail.costom-made::after {
    content: "¡Ø µÎ²², Æø, ÀÎÀå°­µµ, ½ÅÀå·ü, ±æÀÌ µî °í°´´ÔÀÇ ¿ä±¸¿¡ µû¶ó ´Ù¾çÇÏ°Ô »ý»ê °¡´ÉÇÕ´Ï´Ù.";
    font-size: 1.4rem;
    line-height: 2em;
    font-weight: 300;
    border-bottom: 3px solid #ffd86c;
}
#product1 .elem-detail h5 {
    font-size: 1.6rem;
    margin-top: 1.5em;
    text-align: left;
    color: #999;
}
#product1 .elem-detail table {
    width: 100%;
    margin-top: 1em;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: 4px solid #e0e0e0;
}
#product1 .elem-detail tr th {
    font-size: 1.4rem;
    padding: 0.4em;
    font-weight: 500;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e0e0e0;
}
#product1 .elem-detail tr td {
    font-size: 1.4rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 0.8em;
}
#product1 .elem-detail table.filmB-table td {
    width: calc(100% / 6);
}
#product1 .elem-detail table.filmB-table td img {
    width: 100%;
    max-width:120px;
}
#product1 .elem-reference {
    position: relative;
    margin: 6em auto 0;
}
#product1 .elem-reference::before {
    content: "Reference";
}
#product1 .elem-reference img {
    width: 100%;
}
#product1 .elem-machine div{
    font-size:16px;
    color:#999;
    margin-top:15px;
}
@media (max-width: 600px) {
    #product1 .product1-list > li {
        flex-direction: column;
    }
    #product1 .product1-list .prd-info {
        padding: 1em 0;
        width: 100%;
    }
    #product1 .elem-detail img {
        width: auto;
    }
    #product1 .table-heavy tr th,
    #product1 .table-heavy tr td {
        font-size: 1.2rem;
        padding: 0.4em 0.2em;
    }
}
/*------------------------------------------------------------------------------*/
/* Æ÷Àå±â°è ¸®½ºÆ® */
/*------------------------------------------------------------------------------*/
#product2 .product2-list {
    display:flex;
    flex-wrap:wrap;
    margin-top: 8em;
}
#product2 .product2-list > li {
    width:33.33%;
    padding:0 1.5em;
    margin-bottom: 4em;
}
#product2 .product2-list .prd-img {
    width: 100%;
    height: 200px;
    border: 1px solid #b7b7b7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* background-position: center;
    background-size: cover; */
}
#product2 .product2-list .prd-img img {
    height: 100%;
}
#product2 .product2-list .prd-info {
    padding: 1em 0;
    display: flex;
    text-align:center;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
#product2 .product2-list .prd-info > h4 {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 0.4em;
}
#product2 .product2-list .prd-info > a {
    border: 1px solid #aaa;
    margin:0 0.2em 0.4em 0;
    display: inline-block; 
    width:8em;
    padding: 0.5em 1.5em;
    border-radius: 0.5em;
    font-size: 1.4rem;
    transition: transform 0.2s;
}
#product2 .product2-list .prd-info > a:hover {
    background: #444;
    color:#fff;
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
/*------------------------------------------------------------------------------*/
/* Æ÷Àå±â°è »ó¼¼ÆäÀÌÁö */
/*------------------------------------------------------------------------------*/
#product2 .elem-title {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 600;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 0.5em;
    margin: 0.6em 0 8rem;
    min-width: 5em;
}
#product2 .elem-title::after {
    position: absolute;
    content: "epacking";
    background: #fff;
    color: #a8a8a8;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 0.5em;
    bottom: -0.6em;
    left: 50%;
    transform: translateX(-50%);
}
#product2 .elem-character,
#product2 .elem-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10em;
}
#product2 .elem-detail {
    flex-direction:row-reverse;
}
#product2 .ec-left,
#product2 .ec-right,
#product2 .ed-left,
#product2 .ed-right {
    width: calc(50% - 2em);
}
#product2 img {
    max-width: 100%;
}
#product2 .elem-character .elem-img {
    position: relative;
    margin: 0 auto 5em;
    width: 100%;
    max-width: 680px;
    height: 65vw;
    max-height: 420px;
    border: 2px solid #ffbc00;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#product2 .elem-character .elem-img::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: "Preview Image";
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.2em 0.6em;
    background: #ffbc00;
}
#product2 .elem-character .elem-img img {
    height: 100%;
    background: #fff;
}
#product2 .ec-left .elem-imgList {
    display: flex;
    flex-wrap: wrap;
}
#product2 .ec-left .elem-imgList li {
    display: flex;
    align-items: center;
    width: 10em;
    height: 10em;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 1em 1em 0 0;
    cursor: pointer;
}
#product2 .ec-left .elem-imgList li img{
    width:100%;
}
#product2 .prd2-hds {
    position: relative;
    padding-top: 6em;
}
#product2 .prd2-hds::before {
    position: absolute;
    top: 1em;
    left: 0;
    content: "";
    width: 1.4em;
    height: 1.4em;
    border: 4px solid #ffbc00;
    border-radius: 50%;
}
#product2 .prd2-hds::after {
    position: absolute;
    top: 0;
    left: 1em;
    font-size: 3rem;
    font-weight: 600;
}
#product2 .prd2-hds.ec-right::after {
    content: "Æ¯Â¡";
}
#product2 .ec-right li {
    list-style-type: disc;
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin: 0 0 1em 1.2em;
    color: #707070;
}
#product2 .prd2-hds.ed-right::after {
    content: "»ç¾ç";
}
#product2 .prd2-hds.edr-etc,
#product2 .prd2-hds.ed-convenience {
    width: 100%;
}
#product2 .prd2-hds.ed-convenience::after {
    content: "ÆíÀÇÀåÄ¡";
}
#product2 .prd2-hds.ed-blueprint::after {
    content: "µµ¸é";
}
#product2 .prd2-hds.ed-right.edr-mp::after {
    content: "Maccell Printead";
}
#product2 .ed-blueprint{
cursor:pointer;
}
#product2 .bpPopup{
position:fixed;
top:8em;
left:0;
z-index:9;
width:100vw;
height:calc(100vh - 8em);
background:rgba(0,0,0,0.8);
display:none;
justify-content:center;
align-items:center;
}
#product2 .bpPopup.bpPopupShow{
display:flex;
}
#product2 .bpPopup .bpImg{
position:relative;
}
#product2 .bpPopup .bpImg::before{
position:absolute;
content: "´Ý±â ¡¿";
color:#fff;
font-size:1.6rem;
top:-2em;
right:0;
}
#product2 .prd2-hds.ed-right.edr-mp li {
    list-style-type: disc;
    margin-left: 1.5em;
    font-size: 1.4rem;
    margin-bottom: 1em;
}
#product2 .edr-txt .edr-size {
    font-size: 1.6rem;
    font-weight: 500;
}
#product2 .edr-txt .edr-size::before {
    content: "DETAIL SIZE";
    display: block;
    font-size: 2.4rem;
    margin-bottom: 0.2em;
    font-weight: 600;
}
#product2 .edr-txt .edr-size::after {
    content: "*»ó¼¼»çÀÌÁî´Â Á¶±ÝÀÇ ¿ÀÂ÷°¡ ¹ß»ýÇÒ ¼ö ÀÖÀ½À» Âü°íÇØÁÖ¼¼¿ä.";
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
}
#product2 .edr-txt .edr-cont {
    font-size: 1.4rem;
    color: #666;
    margin-top: 1em;
}
#product2 .edr-txt .edr-cont::before {
    content: "CHECK POINT!";
    display: block;
    color: #ffbc00;
    font-size: 1.2rem;
    font-weight: 500;
}
#product2 .edr-txt .edr-option::before {
    display: block;
    content: "option";
    color: #ffbc00;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.6em;
}
#product2 .edr-txt .edr-option li {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
}
#product2 .edr-txt .edr-option li::before {
    content: "- ";
}
#product2 .edr-table {
    margin-top: 3em;
}
#product2 .edr-table table {
    width: 100%;
}
#product2 .edr-table table * {
    font-size: 1.4rem;
}
/*#product2 .edr-table tr:nth-child(2n-1) {
    background: #f8f8f8;
}
#product2 .edr-table tr:nth-child(2n) {
    background: #ececec;
}*/
#product2 .edr-table th,
#product2 .edr-table td {
    padding: 0.5em;
    border: 1px solid #ccc;
}
#product2 .edr-table th {
    background:#e0e0e0;
}
#product2 .elem-process {
    margin-bottom: 10em;
}
#product2 .elem-process h4 {
    font-size: 1.8rem;
    margin: 1em 0 0.4em;
}
#product2 .elem-process p {
    font-size: 1.4rem;
}
#product2 .table-etc th {
    background: #e0e0e0;
    border: 1px solid #ccc;
}
#product2 .table-etc td {
    background: #fff;
    border: 1px solid #ccc;
}
#product2 .ta-center * {
    text-align: center !important;
}
#product2 .prd2-hds.ev-list::after {
    content: "»ç¿ëµ¿¿µ»ó";
}
#product2 .ev-list {
    padding-top: 6em;
    display: flex;
    flex-wrap: wrap;
}
#product2 .ev-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 0.4em;
}
#product2 .ev-title::before {
    content: "- ";
}
#product2 .ev-single li {
    width: 100%;
}
#product2 .ev-single li iframe {
    width: 100%;
    height: 50vw;
    max-height: 500px;
}
#product2 .ev-multi li {
    width: calc(50% - 1em);
    margin-top: 2.5em;
}
#product2 .ev-multi li:nth-child(2n - 1) {
    margin-right: 2em;
}
#product2 .ev-multi li iframe {
    width: 100%;
    height: 25vw;
    max-height: 280px;
}
#product2 .prd2-hds.ep-img::after {
    content: "»ç¿ë ¿¹";
}
#product2 .ep-img {
    padding-top: 6em;
    margin: 0 0 10em;
}
@media (max-width: 800px) {
    #product2 .product2-list > li{
        width:100%;
        flex-direction:column;
    }
    #product2 .elem-detail {
        flex-direction:column-reverse;
    }
    #product2 .product2-list > li .prd-info{
        padding:8px 0;
    }
    #product2 .ec-left,
    #product2 .ec-right,
    #product2 .ed-left,
    #product2 .ed-right {
        width: 100%;
        margin-top: 4em;
    }
    #product2 .ta-center {
        overflow-y: hidden;
    }
    #product2 .ta-center .table-etc {
        width: 700px;
    }
    #product2 .ta-center::after {
        position: absolute;
        font-size: 1.4rem;
        top: 4.5em;
        content: "½ºÅ©·ÑÇØ¼­ Á¤º¸¸¦ È®ÀÎÇÏ¼¼¿ä ¡æ";
    }
#product2 .bpPopup{
top:6em;
height:calc(100vh - 6em);
}
}