.product-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/common/topimg.jpg');
    padding-top: 40px;
    text-align: center;
}

.product-img h1 {
    font-weight: bold;
    font-size: 40px;
    margin: 5px;
}

/*----------product_img_slick------------*/

.product_banner_Area .product_img_slick {
    width: 100%;
}

.product_banner_Area .product_img_slick .slick_pic {
    width: 100%;
}

.product_banner_Area .product_img_slick .slick_pic img {
    width: 100%;
}


/*--------dot-------*/

.product_banner_Area .slick-dots {
    bottom: 30px;
}

.product_banner_Area .slick-dots li button:before {
    font-size: 20px;
}

.product_banner_Area .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #14ade3;
}


/*----------------product_ctnr_Area----------------------*/

.product_ctnr_Area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto 100px auto;
    background-image: url('../img/product/product_bg.png');
    background-position: top center;
    background-size: cover;
}


/*--------menu----------*/

.product_select_Area {
    width: 300px;
    background-image: linear-gradient(to right, #2ea1ce, #1c84bf);
    border-radius: 5px;
    margin: 0 30px;
}

.product_select_Area ul {
    list-style-type: none;
}

.product_select_Area .accordion {
    width: 100%;
    max-width: 360px;
    padding: 10px 0 0 0;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.product_select_Area .accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 15px 10px 42px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product_select_Area .accordion li:last-child .link {
    border-bottom: 0;
}

.product_select_Area .accordion li i {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product_select_Area .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}


/*.product_select_Area .accordion li.open .link { color: #b63b4d; }*/


/*.product_select_Area .accordion li.open i { color: #b63b4d; }*/

.product_select_Area .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/**
 * Submenu
 -----------------------------*/

.product_select_Area .submenu {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    font-size: 18px;
}

.product_select_Area .submenu li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/*.product_select_Area .submenu li { border-bottom: 1px solid #4b4a5e; }*/

.product_select_Area .submenu a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #b5eaff;
    margin: 10px 5px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product_select_Area .submenu li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.product_select_Area .submenu a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.product_select_Area .submenu .active:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
}


/*--------------proitem-----------------*/

.product_proitem_Area {
    width: 1150px;
    margin: 0 20px;
}

.product_proitem_Area .top_bar {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.product_proitem_Area .product_select_Button{
    display: none;
}

.all_loc_link>a {
    font-size: 21px;
    font-weight: 300;
    text-decoration: none;
    color: #666;
}

.all_loc_link>i {
    margin: 0 10px;
    color: #808080;
}

.product_proitem_Area .game_type_btn_area{
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 10px 0;
    width: 100%;
}
.product_proitem_Area .game_type_btn_area .tab_btn{
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	padding: 2px 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	transition: 0.2s;
}
.product_proitem_Area .game_type_btn_area .tab_btn:hover,.product_proitem_Area .game_type_btn_area .tab_btn.active{
	color: #14ade3 !important;
}


/*---------gamelist--------------*/

.product_proitem_Area .gamelist_Area {
    padding: 20px 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gameitem {
    position: relative;
    margin: 20px 10px;
    text-align: center;
    width: 360px;
}

.gameitem .img {
    position: relative;
    display: block;
}

.gameitem .img img {
    width: 100%;
}

.gameitem .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s;
}

.gameitem .img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 60px;
    background-image: url('../img/product/product_moreicon.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s;
}

.gameitem .img:hover:before,
.gameitem .img:hover:after {
    opacity: 1;
}

.gameitem .txt {
    text-decoration: none;
    color: #666;
    margin: 10px 0;
}

.gameitem .price {
    font-size: 20px;
    color: #808080;
}

.gameitem .price.sale span {
    font-size: 20px;
    color: #a0a0a0;
    text-decoration: line-through;
}

.gameitem .price b {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}


/*--------------label----------*/

.gameitem .label1 {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 65px;
    height: 65px;
    z-index: 1;
}

.gameitem .label2 {
    position: absolute;
    top: -20px;
    left: 100px;
    width: 65px;
    height: 65px;
    z-index: 1;
}

.gameitem .label1 img,
.gameitem .label2 img {
    width: 100%;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .product-img {
        width: 100%;
        height: 80px;
        padding-top: 10px;
    }
    .product-img h1 {
        display: inline-block;
    }
    .product_select_Area {
        display: none;
    }
    .product_proitem_Area {
        width: 100%;
    }
    .product_proitem_Area .top_bar {
        border: none;
    }
    .product_proitem_Area .product_select_Button{
        display: block;
        background-image: linear-gradient(to right, #2ea1ce, #1c84bf);
        color: #fff;
        margin: 0 auto;
        font-size: 24px;
        font-weight: bold;
	    border-radius: 10px;
	    padding: 20px 100px;
        margin-bottom: 10px;
    }
    .product_proitem_Area .product_select_Button i{
        margin-right: 5px;
    }
    .product_proitem_Area .game_type_btn_area{
        flex-wrap: wrap;
    }
    .product_proitem_Area .game_type_btn_area .tab_btn{
        width: 33%;
	    padding: 2px;
        margin-top: 10px;
    }
    .product_proitem_Area .gamelist_Area {
        justify-content: space-between;
    }
    .product_ctnr_Area {
        margin: 20px auto;
    }
    .gameitem {
        width: 48%;
        margin: 10px 0;
    }
    
    /*--------menu----------*/

    .product_select_Area_mobile {
        width: 240px;
        margin: 0 10px;
    }

    .product_select_Area_mobile ul {
        list-style-type: none;
    }

    .product_select_Area_mobile .accordion2 {
        width: 100%;
        max-width: 360px;
        padding: 10px 0 0 0;
        background: transparent;
    }

    .product_select_Area_mobile .accordion2 .link {
        cursor: pointer;
        display: block;
        padding: 10px 15px 10px 21px;
        color: #666;
        font-size: 24px;
        font-weight: 400;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .product_select_Area_mobile .accordion2 li.open .link{
        color: #35addc;
    }

    .product_select_Area_mobile .accordion2 li:last-child .link {
        border-bottom: 0;
    }

    .product_select_Area_mobile .accordion2 li i {
        position: absolute;
        top: 20px;
        left: 12px;
        font-size: 20px;
        color: #666;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product_select_Area_mobile .accordion2 li i.fa-chevron-down {
        right: 40px;
        left: auto;
        font-size: 16px;
    }

    .product_select_Area_mobile .accordion2 li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #35addc;
    }


    /**
     * Submenu
     -----------------------------*/

    .product_select_Area_mobile .submenu {
        display: none;
        font-size: 20px;
    }

    .product_select_Area_mobile .submenu li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .product_select_Area_mobile .submenu a {
        position: relative;
        display: block;
        text-decoration: none;
        color: #35addc;
        margin: 10px 5px;
        padding-left: 30px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .product_select_Area_mobile .submenu a:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #35addc;
    }

    .product_select_Area_mobile .submenu .active:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #35addc;
        background-color: #35addc;
    }
}
@media only screen and (max-width: 749px){
    .product-img {
        width: 100%;
        height: 56px;
        padding-top: 5px;
    }
    .product-img h1 {
        font-size: 24px;
        display: inline-block;
    }
    .product_select_Area {
        display: none;
    }
    .product_proitem_Area {
        width: 100%;
        margin: 0 10px;
    }
    .product_proitem_Area .top_bar {
        border: none;
    }
    .product_proitem_Area .product_select_Button{
        display: block;
        background-image: linear-gradient(to right, #2ea1ce, #1c84bf);
        color: #fff;
        margin: 0 auto;
        font-size: 18px;
        font-weight: bold;
	    border-radius: 10px;
	    padding: 15px 40px;
    }
    .product_proitem_Area .product_select_Button i{
        margin-right: 5px;
    }
    .product_proitem_Area .game_type_btn_area{
        flex-wrap: wrap;
    }
    .product_proitem_Area .game_type_btn_area .tab_btn{
        width: 33%;
	    font-size: 14px;
	    padding: 2px;
        margin-top: 10px;
    }
    .product_proitem_Area .gamelist_Area {
        padding: 0;
        padding-bottom: 20px;
        justify-content: space-between;
    }
    .product_ctnr_Area {
        margin: 10px auto;
    }
    .gameitem {
        width: 48%;
        margin: 10px 0;
    }
    .gameitem .label1, .gameitem .label2 {
        top: -20px;
        width: 32px;
        height: 32px;
    }
    .gameitem .label1 {
        left: 10px;
        display:none;
    }
    .gameitem .label2 {
        left: 50px;
        display:none;
    }
    .gameitem .txt {
        font-size: 20px;
        margin: 5px 0;
    }

    .gameitem .price {
        font-size: 14px;
    }

    .gameitem .price.sale span {
        font-size: 14px;
}

    .gameitem .price b {
        font-size: 18px;
        margin-left: 5px;
    }
    /*--------menu----------*/

    .product_select_Area_mobile {
        width: 240px;
        margin: 0 10px;
    }

    .product_select_Area_mobile ul {
        list-style-type: none;
    }

    .product_select_Area_mobile .accordion2 {
        width: 100%;
        max-width: 300px;
        padding: 0;
        background: transparent;
    }

    .product_select_Area_mobile .accordion2 .link {
        cursor: pointer;
        display: block;
        padding: 5px;
        color: #666;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .product_select_Area_mobile .accordion2 li.open .link{
        color: #35addc;
    }

    .product_select_Area_mobile .accordion2 li:last-child .link {
        border-bottom: 0;
    }

    .product_select_Area_mobile .accordion2 li i {
        position: absolute;
        top: 12px;
        left: 12px;
        font-size: 20px;
        color: #666;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product_select_Area_mobile .accordion2 li i.fa-chevron-down {
        right: 40px;
        left: auto;
        font-size: 16px;
    }

    .product_select_Area_mobile .accordion2 li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #35addc;
    }


    /**
     * Submenu
     -----------------------------*/

    .product_select_Area_mobile .submenu {
        display: none;
        font-size: 18px;
        margin-left: -10px;
    }

    .product_select_Area_mobile .submenu li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .product_select_Area_mobile .submenu a {
        position: relative;
        display: block;
        text-decoration: none;
        color: #35addc;
        margin: 5px;
        padding-left: 25px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .product_select_Area_mobile .submenu a:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #35addc;
    }

    .product_select_Area_mobile .submenu .active:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #35addc;
        background-color: #35addc;
    }
}