@charset "utf-8";
/* 투어머치 전현진 2021-03 */

.product-listbox {
    position: relative;
}

.product-listbox .p-sub-section,
.product-listbox .pl-con {
    position: relative;
    margin-top: 40px;
}

.product-listbox .p-sub-section:fisrst-child,
.product-listbox .pl-con:first-child {
    margin-top: 0 !important;
}

.product-listbox .pl-con h3 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.product-listbox .pl-con h3:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    content: '';
    z-index: -1;
}

.product-listbox .pl-con h3 em {
    display: inline-block;
    min-width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
	background: #061933; /* Old browsers */
	background: -moz-linear-gradient(left,  #061933 0%, #043256 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #061933 0%,#043256 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #061933 0%,#043256 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061933', endColorstr='#043256',GradientType=1 ); /* IE6-9 */
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.product-listbox .pl-con .product-list ul li {
    width: 100%;
    margin-bottom: 10px;
}

.product-listbox .pl-con .product-list ul li a.item {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.product-listbox .pl-con .product-list ul li a.item span.pic {
    display: block;
    font-size: 0;
    text-align: center;
}

.product-listbox .pl-con .product-list ul li a.item em.txt {
    display: block;
    padding: 10px;
    text-align: center;
}

.product-listbox .pl-con .product-page .product-page-con {
    position: relative;
    margin-top: 30px;
}

.product-listbox .pl-con .product-page .product-page-con:first-child {
    margin-top: 0 !important;
}

.product-listbox .pl-con .product-page .product-page-con h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width:639px) {
    .product-listbox .pl-con .product-list ul li {
        width: 48%;
        margin: 0 1% 10px;
    }

    .product-listbox .pl-con .product-list ul li a.item em.txt {
        height: 70px;
    }

    .product-listbox .pl-con .product-page .product-page-con h4 {
        font-size: 18px;
    }
}

@media screen and (min-width:767px) {
}

@media screen and (min-width:1139px) {
    .product-listbox .p-sub-section,
    .product-listbox .pl-con {
        margin-top: 60px;
    }

    .product-listbox .pl-con h3 {
        margin-bottom: 30px;
    }

    .product-listbox .pl-con h3 em {
        min-width: 300px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 25px;
    }
    .product-listbox .pl-con .product-list ul li {
        width: 32%;
        margin: 0 0 10px 2%;
    }

    .product-listbox .pl-con .product-list ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .product-listbox .pl-con .product-list ul li a.item {
        -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
    }

    .product-listbox .pl-con .product-page .product-page-con {
        padding-left: 200px;
    }

    .product-listbox .pl-con .product-page .product-page-con h4 {
        position: absolute;
        top: 0;
        left: 0;
    }
}