/*搜尋欄位*/

.products_search{
    position: relative;
    background: #FFFFFF;
    max-width: 1080px;
    margin:0 auto 50px;
    box-sizing: border-box;
    padding: 35px 50px;
    border-radius: 20px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.05);
}

.products_search .pform-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-start;
}

.products_search .pform-box .pform-group {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    flex-direction: row-reverse;
    padding: 0;
}

/* 第一個 select 寬度 200px */
.products_search .pform-box .pform-group:nth-child(1) {
    width: 200px;
}

/* 第二個 select 寬度 260px */
.products_search .pform-box .pform-group:nth-child(2) {
    width: 260px;
}

/* 第三個（搜尋）填滿剩餘寬度 */
.products_search .pform-box .pform-group:nth-child(3) {
    flex: 1;
}

.products_search .pform-box .pform-group select,
.products_search .pform-box .pform-group input{
    position: relative;
    border-radius: 5px;
    color: #333;
    letter-spacing: 0.5px;
    background: #FAFAFA;
    border:2px solid #FF892D;
    transition: all 0.3s ease;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    width: 100%;
    max-width: unset;
 
}
.products_search .pform-box .pform-group .date_ select{
    margin: 0 5px;
}
.products_search .pform-box .pform-group select:focus,
.products_search .pform-box .pform-group input:focus{
    border-color: #de7220;
}

.products_search .control-box{
    width: 100%;
}

.products_search  .search-box{
    display: flex;
    gap: 10px;
}

.products_search .pform-box .pform-group input{
    max-width: 380px;
}

.products_search  .search-box .btn.search{
    position: relative;
    border-radius: 8px;
    background: transparent;
    color: #FF892D;
    border: 2px solid #FF892D;
    font-size: 17px;
    padding: 0;
    transition: all 0.3s ease;
    width: 100px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 35px;
    border-radius: 15px;
    font-weight: bold;
}

.products_search .search-box .btn.search:hover{
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}

 

.products_search  .keyword_box{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.products_search  .keyword_box .tit{
    color: #333333;
    font-weight: bold;
    width: 100px;
}

.products_search .keyword_box .keyword{
    box-sizing: border-box;
    width:calc(100% - 100px);
}

.products_search  .keyword_box li a {
    border: 2px solid #EFEAE5;
    background: transparent;
    margin-right: 4px;
    margin-bottom: 10px;
    padding: 10px 10px;
    color: #666666;
    border-radius: 5px;
    line-height: 1.3;
    transition: all .3s ease;
    font-weight: 600;
}

.products_search  .keyword_box li a:hover{
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}

/*搜尋欄位*/

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    margin: 0 auto 40px;
    position: relative;
    padding-bottom: 0px;
    max-width: 570px;
    overflow: hidden;
    padding-top: 15px;
}

.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    
}
 
.products-list .pic-box {
   
    position: relative;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.product-list .box img {
    width: 100%;
}
 

.products-list .state{
    position: absolute;
    top: -11px;
    left: 32px;
    line-height: 41px;
    width: 102px;
    font-size: 16px;
    color: #fff;
    width: 98px;
    height: 34px;
    background-size: contain;
    padding-left: 10px;
    line-height: 36px;
}
.products-list .box  .state.st-plan{
    background: url(../../images/common/products/st-plan.png) no-repeat;
    background-size: contain;
    color: #fff;
    padding-left: 20px;
}
.products-list .box  .state.st-close{
    background: url(../../images/common/products/st-close.png) no-repeat;
    background-size: contain;
    color: #fff;
}
.products-list .box  .state.st-wait{
    background: url(../../images/common/products/st-wait.png) no-repeat;
    background-size: contain;
    color: #fff;
}
 
.products-list .box  .state.st-ok{
    background: url(../../images/common/products/st-ok.png) no-repeat;
    background-size: contain;
    color: #fff;
}

.products-list .txt {
    position: relative;
    margin-top: -85px;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    padding: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 100%;
    border-radius: 20px;
    
    box-shadow: 0px 5px rgba(0, 0, 0, 0.05);
}

.products-list  .info-row{
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    text-align: center;
    gap:5px;
    margin-bottom: 15px;
}

.products-list  .info-row .info-slot{
    color: #ffffff;
    border: 2px solid #444444;
    padding: 3px 9px;
    border-radius: 5px;
    min-width: 85px;
}

.products-list  .info-row .info-slot.t-day{
    background: #01B0F1;
    border-color: #01B0F1;
}

.products-list  .info-row .info-slot.t-night{
    background: #012060;
    border-color: #012060;
}

.products-list  .info-row .info-slot.t-night-holiday{
    background: #7030A0;
    border-color: #7030A0;
}
.products-list  .info-row  .info-slot.t-holiday{
    background: #00AF50;
    border-color: #00AF50;
}

.products-list  .info-row .info-label{
    color: #FF882C;
    border: 2px solid #FF882C;
    border-radius: 5px;
    padding: 3px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
 
.products-list .name{
    display: inline-block;
    letter-spacing: 1px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}

.products-list .box:hover .name{
    color: #FF882C;
}

.products-list .info-list{
    font-size: 17px;
    color: #444444;
    margin-bottom: 5px;
}

 
.products-list .info-list .col {
    margin-top: 4px;
}

.products-list .price-box{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}

 
.products-list  .price{
    color: #F72609;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 45px;
    line-height: 45px;
}

.products-list  .price b{
    font-size: 30px;
    font-weight: 700;
}

.products-list .price-box .apply-btn{
    border: 2px solid#00A3D9;
    color: #fff;
    font-size: 17px;
    width: 167px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 80;
    background: #00A3D9;
    transition: all .3s ease;
    margin: 0 auto;
}
 
.products-list .price-box .apply-btn:hover{
    color: #00A3D9;
    background: transparent;  
     
 }

/**/

.products-intro {
    max-width: 1440px;
    margin: 0 auto 40px;
}
.gallery {
    float: left;
    width: 570px;
    max-width: 570px;
    border-radius: 30px;
    overflow: hidden;
}
.pd-intro,
.thumbnails {
    float: right;
    width: calc(100% - 618px);
}
.thumbnails {
}
.thumbnails ul {
    max-width: 750px;
    margin: 0 -7px;
}
.thumbnails li {
    width: calc(100%/6 - 0px);
    padding: 2px;
}


.thumbnails a {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/products/small_hover.png') 50% 50% no-repeat rgba(17,17,17,0.6);
    opacity: 0;
    border: 3px solid #FF892D;
    transition: all 0.3s;
    border-radius: 15px;
    box-sizing: border-box;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.thumbnails li:nth-child(3n+1) {
    /* clear: both; */
}
.pd-intro .breadcrumb {
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
}
.pd-name {
    color: #333333;
    font-size:20px;
    letter-spacing:1px;
    line-height: 1.5;
    margin: 0 0 10px;
}

 
.pd-intro .price-box{
    position: relative;
    
    align-items: baseline;
    gap: 10px;
    flex-wrap: nowrap;
    line-height: 1.5;
}


.info-state{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    text-align: center;
    gap: 5px;
    margin: 20px 0;
}

.info-state .info-row{
    display: flex;
    font-size: 15px;
    text-align: center;
    gap: 5px;
    margin-bottom: 10px;
}

.info-state .state{
    color: #ffffff;
    border: 2px solid #444444;
    padding: 6px 9px;
    border-radius: 5px;
    min-width: 65px;
    background: #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
}


/*增加訓練時段*/
.info-state .state.info-slot.t-day{
    background: #01B0F1;
    border-color: #01B0F1;
}

.info-state .state.info-slot.t-night{
    background: #012060;
    border-color: #012060;
}
.info-state .state.info-slot.t-night-holiday{
    background: #7030A0;
    border-color: #7030A0;
}
.info-state .state.info-slot.t-holiday{
    background: #00AF50;
    border-color: #00AF50;
}
/*增加訓練時段*/


.info-state .st-plan{
      color: #ffffff;
    border-color: #92D14F;
    background: #92D14F;
}

 .info-state .st-close{
    color: #ffffff;
    border-color: #012060;
    background: #012060;
}
 .info-state .st-wait{
    color: #ffffff;
    border-color: #7030A0;
    background: #7030A0;
}

 .info-state .st-ok{
    color: #ffffff;
    border-color: #FE0000;
    background: #FE0000;
}

 
.pd-intro .price{
    color: #F72609;
    font-size: 20px;
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
}

.pd-intro .price b{
    font-size: 30px;
    font-weight: 700;
}

.pd-intro .price-txt{
    color: #444444;
    font-size: 17px;
    display: inline-block;
}

.pd-intro .info-list{
    font-size: 17PX;
    color: #444444;
    margin-bottom: 20px;
}

.pd-intro  .keyword_box{
    margin-bottom: 20px;
}

.pd-intro  .keyword_box li a {
    border: 2px solid #EFEAE5;
    background: transparent;
    margin-right: 4px;
    margin-bottom: 10px;
    padding: 10px 10px;
    color: #666666;
    border-radius: 5px;
    line-height: 1;
    transition: all .3s ease;
    font-weight: 600;
}

.pd-intro  .keyword_box li a:hover{
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}


.pd-description {
    color: #666;
    font-size: 13px;
    margin-bottom: 32px;
}

.apply-btn {
    position: relative;
    display: block;
    margin: 0 auto 70px;
    z-index: 10;
    width: 215px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border-radius: 10px;
    border: 2px solid #00A3D9;
    color: #fff;
    background: #00A3D9; 
    
    transition: all 0.3s ease;
}

 
.apply-btn:hover {
    background: transparent;
    color: #00A3D9;
}

 

/*related*/
.related-box {
    margin-top: 15px;
    max-width: none;
}
.related-box .title {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
}
.related-box .title:before,
.buymore-box .buymore-title:before {
    content: '// ';
    color: #FF722E;
}
.related-slider {
    position: relative;
}
.related-slider .slick-prev,
.related-slider .slick-next {
    width: 50px;
    height: 50px;
    border: 3px solid #FF892D;
    margin-left: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    box-sizing: content-box;
}
.related-slider .slick-prev:hover,
.related-slider .slick-next:hover {
   
}

.related-slider .slick-arrow .more_dot{
    position: relative;
}
 

.related-slider .slick-arrow .more_dot::after{
    content: '';
    background: url(../../images/common/index/more_dot_ic.png) 50% 50% no-repeat;
    width: 18px;
    height: 16px;
    position: relative;
    left: 1px;
    z-index: 5;
    transition: all .3s ease-in-out 0s;
    display: block;
}
 
.related-slider .slick-prev:hover .more_dot:after{
    -webkit-animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.related-slider .slick-next:hover .more_dot:after{
    -webkit-animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes c-button-icon {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: translateX(10px) rotate(0deg);
        opacity:0;
    }
    50.1% {
        transform: translateX(-10px) rotate(0deg);
    }
}

.related-slider .slick-prev {
    left: -70px;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
 
.related-slider .slick-next {
    right: -70px;
}

/*按鈕END*/
/*related */

.related-slider .item {
    padding: 0 6px;
    padding-bottom: 10px;
}


.related-slider .box {
    display: block;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
    padding-top: 15px;
    overflow: hidden;
}

.related-slider .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
     
}
.related-slider .pic-box {
   
    position: relative;
}

.related-slider .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.related-slider .state{
    position: absolute;
    top: -11px;
    left: 32px;
    line-height: 41px;
    width: 102px;
    font-size: 16px;
    color: #fff;
    width: 98px;
    height: 34px;
    background-size: contain;
    padding-left: 10px;
    line-height: 36px;
}
.related-slider .box  .state.st-plan{
    background: url(../../images/common/products/st-plan.png) no-repeat;
    background-size: contain;
    color: #fff;
    padding-left: 20px;
}
.related-slider .box  .state.st-close{
    background: url(../../images/common/products/st-close.png) no-repeat;
    background-size: contain;
    color: #fff;;
}
.related-slider .box  .state.st-wait{
    background: url(../../images/common/products/st-wait.png) no-repeat;
    background-size: contain;
    color: #fff;;
}
 
.related-slider .box  .state.st-ok{
    background: url(../../images/common/products/st-ok.png) no-repeat;
    background-size: contain;
    color: #fff;;
}

.related-slider .txt {
    position: relative;
    margin-top: -85px;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    padding: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.05);
}

.related-slider  .info-row{
    display: flex;
    font-size: 16px;
    text-align: center;
    gap: 5px;
    margin-bottom: 15px;
    
}
.related-slider  .info-row .info-slot{
    color:#ffffff;
    border: 2px solid #444444;
    padding: 3px 9px;
    border-radius: 5px;
    min-width: 85px;
    display:inline-block;
  
}

/*增加訓練時段*/
.related-slider  .info-row .info-slot.t-day{
    background: #01B0F1;
    border-color: #01B0F1;
}

.related-slider  .info-row .info-slot.t-night{
    background: #012060;
    border-color: #012060;
}

.related-slider  .info-row .info-slot.t-night-holiday{
    background: #7030A0;
    border-color: #7030A0;
}
.related-slider  .info-row .info-slot.t-holiday{
    background: #00AF50;
    border-color: #00AF50;
}
/*增加訓練時段*/

.related-slider .info-row .info-label{
    color: #FF882C;
    border: 2px solid #FF882C;
    border-radius: 5px;
    padding: 3px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.related-slider .name{
    display: inline-block;
    letter-spacing: 1px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}

.related-slider .box:hover .name{
    color: #FF882C;
}


.related-slider .info-list{
    font-size: 17px;
    color: #444444;
}

 

.related-slider .price-box{
    display: flex;
    z-index: 5;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}

 
.related-slider  .price{
    color: #F72609;
    font-size: 20px;
    font-weight: bold;
    min-height: 45px;
    line-height: 45px;
}

.related-slider .price b{
    font-size: 30px;
    font-weight: 700;
}

.related-slider .price-box .apply-btn{
    border: 2px solid #00A3D9;
    color: #fff;
    font-size: 17px;
    width: 167px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 80;
    background: #00A3D9;
    transition: all .3s ease;
    margin: 0 auto;
    margin-top: 10px;
}
 
.related-slider .price-box .apply-btn:hover{
    color: #00A3D9;
    
    background: transparent;  
     
 }

/*related END*/

 .apply-box .apply-title{
    color: #444444;
    font-weight: normal;
    font-size:17px;
    letter-spacing: 2px;
    margin-bottom: 20px;
 }

 .apply-box .apply-title h2{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0;
 }

 .apply-detail .editor {
    max-height: 315px; 
    overflow-y: auto;
    padding: 15px 40px;
    text-align: left;
    border: 1px solid #DDDDDD;
}


/**/

.products-detail {
    max-width: 1440px;
    position: relative;
    margin: 20px 0 50px;
}
.products-detail-title{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 15px;
    padding: 10px 40px;
    background: #FFFFFF;
}

.pform-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}

/*apply-box*/

.apply-box{
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.apply-box .pd-name{
    text-align: center;
}

.apply-box  .price-box{
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    line-height: 1.5;
}

.apply-box .info-state {
    
    justify-content: center;
}
 

.apply-box  .price{
    color: #F72609;
    font-size: 20px;
    font-weight: bold;
}

.apply-box  .price b{
    font-size: 30px;
    font-weight: 700;
}


.apply-box  .info-list{
    font-size: 17px;
    color: #444444;
    text-align: left; 
    display: inline-block;
}

.apply-box  .check-agree-box{
    font-weight: normal;
    text-align: left;
    margin: 20px 0;
}


/*apply-box END*/

.apply-btn-group{
    margin: 50px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.apply-btn-group .abtn{
    color: #FF862C;
    font-size: 20px;
    font-weight: bold;
    width: 200px;
    height: 72px;
    line-height: 72px;
    border: 2px solid #FF862C;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.apply-btn-group .abtn:hover{
    color: #fff;
    border-color: #F9BB00;
    background: linear-gradient(to right, rgba(249, 187, 0, 1) 0%, rgba(255, 137, 45, 1) 100%);
}

.apply-reminder{
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin: 50px auto;

}
.apply-reminder b{
    display: block;
}

.apply-reminder a{
    color: #FF872C;
    text-decoration: underline;
}

.apply-reminder a:hover{
    color: #de6102;
}

/*apply ok */
.applyok-wrap{
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.applyok-msg{
    margin-bottom: 20px;
}

.applyok-tit strong{
    color: #FF862C;
}

.applyok-info-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.applyok-info-list .col + .col{
    margin-top: 20px;
}

.applyok-info-list span{
    display: block;
    color: #FF852C;
    font-size: 20px;
    font-weight: bold;
}

.applyok-info-list .price{
    color: #F72609;
    font-size: 20px;
    font-weight: bold;
}

.applyok-info-list .price b {
    font-size: 30px;
    font-weight: 700;
}

/*apply ok */

.payment-box{
    margin-top: 50px;
    text-align: center;
}

.payment-box .payment-tit{
    text-align: left;
    display: inline-block;
}

.payment-box  .payment-tit-box{
    background: #fff;
    max-width: 580px;
    margin: 0 auto 25px;
    padding: 50px;
    box-sizing: border-box;
    color: #000000;
    font-size: 20px;
    text-align: left;
    border-radius: 20px;
    box-shadow: 0px 7px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {


    .related-slider{
       
        padding-bottom: 65px;
    }

    .related-slider .slick-arrow{
        z-index: 10;
    }

    .related-slider .slick-prev, .related-slider .slick-next{
        top: unset;
        bottom: 0;
    }

    .related-slider .slick-prev {
        left: calc(50% - 60px);
       
    }

    .related-slider .slick-next {
        right:  calc(50% - 60px);
        
    }
}

@media screen and (max-width: 1440px) {
    

    .products-intro {
        max-width: 1440px;
        margin: 0 auto 40px;
        max-width: 1000px;
    }

    .thumbnails {
        width: 100%;
    }

    .thumbnails ul {
        max-width: 750px;
        margin: 0 auto;
        margin-top: 30px;
    }
 
}

@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery {
        width: 49%;
    }
    .pd-intro{
        width: 48%;
    }
}
@media screen and (max-width: 1000px) {

    

    .products_search .pform-box {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .products_search .pform-box .pform-group:nth-child(1) {
        width: 100%;
    }
    
    
    .products_search .pform-box .pform-group:nth-child(2) {
        width: 100%;
    }

    .products_search .pform-box .pform-group:nth-child(3) {
        flex: auto;
        width: 100%;
    }

    .products_search {
        max-width: 484px;
        padding: 25px 30px;
    }

    .products_search .search-box .btn.search {
        padding-right: 18px;
        width: 120px;
    }

    .products_search .pform-box .search-box:after{
        display: none;
      
    }
    .products_search .search-box .btn.search:after{
            position: absolute;
        content: "\e901";
        font-family: 'icon-font' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0px;
        top: 0;
        font-size: 20px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    


    .products_search .keyword_box {
        margin-top: 20px;
        flex-direction: column;
    }
    .products_search .keyword_box .keyword {
        box-sizing: border-box;
        width: 100%;
    }


    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }

    .products-list .box {
       
        padding-bottom: 0;
       
    }
    
    .products-list .info-row {
         display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .products-list .info-row .info-slot {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: unset;
        max-width: 100%;
        box-sizing: border-box;
        width: auto;
    }

    .products-list .info-row .info-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box;
        width: auto;
    }

   

    .pd-intro {
        float: none;
        width: auto;
        max-width: 767px;
        margin: 0 auto;
    }
    .gallery {
        width: 60%;
    }
    .thumbnails {
        width: 39%;
    }
    .thumbnails ul {
        max-width: none;
        margin: -2px;
    }
    .thumbnails li {
        width: 50%;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
    .thumbnails li:nth-child(2n+1) {
        clear: both;
    }

    /**/



    .related-slider .info-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .related-slider  .info-row .info-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box;
        width: auto;
    } 
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 5px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }

    
    .products-list .box {
        margin-bottom: 30px;
    }

    .products-list .txt {
        position: relative;
        margin-top: -40px;
        padding: 15px;
    }

    .products-list .name {
        font-size: 18px;
    }

    .products-list .info-list {
        font-size: 15px;
    }

    .products-list .price b {
        font-size: 20px;
        font-weight: 700;
    }

    .products-list .price {
       
        font-size: 16px;
        letter-spacing: 0;
    }

    .products-list .price-box .apply-btn {
        width: 100%;
    }

    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto;
    }
    .thumbnails {
        padding-top: 15px;
    }
    .thumbnails ul {
        margin: 0 -2px;
    }
    .thumbnails li {
        width: 16.66%;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }

    .products-detail-title {
        
        margin-bottom: 20px;
        text-align: center;
    }

    /**/
    .related-slider .price{
       
        font-size: 16px;
        letter-spacing: 0;
    }

    .related-slider .name {
        font-size: 18px;
    }

    .related-slider   .txt {
      
        margin-top: -40px;
        padding: 15px;
    }
 
    .related-slider .info-list{
        font-size: 15px;
    }

    .related-slider   .price b {
        font-size: 20px;
        font-weight: 700;
    }

    .related-slider   .price {
       
        font-size: 16px;
        letter-spacing: 0;
    }
 


    .related-slider .price-box .apply-btn {
        width: 100%;
    }

    /*報名表單*/
    .apply-reminder .desk-break {
        display: block;
    }



}
@media screen and (max-width: 560px) {

    .products-list .item {
        width: 100%;
      
    }

    .thumbnails li {
        width: 33.33%;
    }
    .thumbnails li:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }

  
}

/*product_column欄位*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}

.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/