/*-----=====麵包屑=====-----*/
#MainBodyContent #breadcrumb .breadcrumb.experience{
    background: #e7e3ea;
}

#MainBodyContent #breadcrumb .breadcrumb.experience li {
    color: #6c6c6c;
}

.breadcrumb.experience>li {
    text-shadow: none;
}

#MainBodyContent #breadcrumb .breadcrumb.experience li a {
    color: #6c6c6c;
}

/*-----=====主視覺=====-----*/
#clipsoWrap header{
    padding: 35px;
    background: url(../images/bg_clipso_header.jpg) left top no-repeat;
    text-align: center;
}

#clipsoWrap header h1{
    color:#e60012;
    font-size: 4rem;
    font-weight: 500!important;
}

#clipsoWrap header .logo_clipso{
    margin:15px 0 515px 0;
}

#clipsoWrap header .icon_set{
    text-align: right;
}

#clipsoWrap iframe{
    width: 100%;
    min-height: 500px;
}

/*-----=====選單=====-----*/
#clipsoWrap nav {
    background: #853871;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}

#clipsoWrap nav ul {
    display: inline-block;
}

#clipsoWrap nav ul li {
    float: left;
    font-size: 2.4rem;
    margin-left: 10px;
}

#clipsoWrap nav ul li:first-child {
    margin-left: 0;
}

#clipsoWrap nav ul li:before {
    content: "│";
    margin-right: 10px;
    color:#fff;
}

#clipsoWrap nav ul li:first-child:before {
    content: "";
    margin-right: 0;
}

#clipsoWrap nav ul li a {
    color: #fff;
    padding-bottom: 5px;
}

#clipsoWrap nav ul li a.active {
    border-bottom: 3px solid #fff;
}

#clipsoWrap > nav.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    /* padding-top: 1px; 
    box-shadow: 20px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
    z-index: 1500;
    margin: 0;
}

/*-----=====你的最佳選擇=====-----*/
#clipsoWrap #clipso_choice .intro{
    text-align: center;
    margin: 30px 0;
}

#clipsoWrap #clipso_choice .intro p{
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #853871;
    margin-top: 20px;
}

#clipsoWrap #clipso_choice .content{
    background: url(../images/bg_clipso_choice.jpg) left top no-repeat;
    position: relative;
    padding-bottom: 79%;
}

#clipsoWrap #clipso_choice .content .q1{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.7);
    display: inline-block;
    padding: 50px;
    position: absolute;
    top: 18%;
    left: 18%;
}

#clipsoWrap #clipso_choice .content .q1 .cont{
    padding-top: 40px;
}

#clipsoWrap #clipso_choice .content .q2{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.7);
    display: inline-block;
    padding: 50px;
    position: absolute;
    top: 5%;
    right: 18%;
}

#clipsoWrap #clipso_choice .content .q2 .cont{
    padding-top: 30px;
}

#clipsoWrap #clipso_choice .content .btnCheck{
    cursor: pointer;
    line-height: 2rem;
}
#clipsoWrap #clipso_choice .content .btnCheck:before{
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #853871;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#clipsoWrap #clipso_choice .content .btnCheck.active:before {
    background-color:#853871;
}

#clipsoWrap #clipso_choice .content .btnSend{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #853871;
    border:none;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \5FAE\8F6F\96C5\9ED1, Meiryo, MS PGothic, Lato, Helvetica, Arial, sans-serif;
    position: absolute;
    right: 17%;
    top: 40%;
}

/*-----=====完美2合1=====-----*/
#clipsoWrap #clipso_twoinone .intro{
    text-align: center;
    padding: 30px 0;
    background-color:#853871;
}

#clipsoWrap #clipso_twoinone .intro p{
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    margin-top: 20px;
}

#clipsoWrap #clipso_twoinone .intro p span{
    display: block;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap{
    min-height: 569px;
    padding: 30px 0 40px;
    position: relative;
    background: url(../images/bg_twoinone.png) top center no-repeat;
    display: block;
    margin-top: 30px;
}

#clipsoWrap #clipso_twoinone .btnText{
    color:#853871;
    font-size: 2.8em;
    font-weight: bold;
    cursor:  pointer;
}

#clipsoWrap #clipso_twoinone .btnText span{
    width: 216px;
    position: absolute;
    background-color: rgba(231,227,234,1);
    z-index:  100;
    top: -50px;
    /*padding-bottom: 20px;*/
    display: none;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2rem;
    color:#404040;
    text-align: left;
}

#clipsoWrap #clipso_twoinone .btnText span > img{
    display: block;
}

/*#clipsoWrap #clipso_twoinone .btnText:hover span{
    display: block;
}*/

#clipsoWrap #clipso_twoinone .btnText span.active{
    display: block;
}

#clipsoWrap #clipso_twoinone .leftBtn .btnText:before{
    content:"";
    width: 23px;
    height: 23px;
    background: url(../images/btn_more.png) left top no-repeat;
    display: inline-block;
    padding-right: 5px;
}

#clipsoWrap #clipso_twoinone .rightBtn .btnText:after{
    content:"";
    width: 23px;
    height: 23px;
    background: url(../images/btn_more.png) right top no-repeat;
    display: inline-block;
    padding-left: 5px;
}

#clipsoWrap #clipso_twoinone .rightBtn .btnText > span{
    right: -15px;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap .sticky{
    position: absolute;
    top: 20%;
    left: 1.5%;
}

#clipsoWrap #clipso_twoinone .leftBtn .btnText.sticky span{
    left: -5px;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap .hot{
    position: absolute;
    top: 46%;
}

#clipsoWrap #clipso_twoinone .leftBtn .btnText.hot span{
    left: -5px;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap .stove{
    position: absolute;
    top: 75%;
    left: 1.5%;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap .safe{
    position: absolute;
    top: 20%;
    right: 1.5%;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap .fast{
    position: absolute;
    top: 46%;
    right: 0;
}

#clipsoWrap #clipso_twoinone .twoinoneWrap .onehand{
    position: absolute;
    top: 75%;
    right: 1.5%;
}

/*-----=====5分鐘完美上菜=====-----*/
#clipsoWrap #clipso_recipe .intro{
    text-align: center;
    padding: 30px 0;
    background-color:#853871;
}

#clipsoWrap #clipso_recipe .intro p{
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    margin-top: 20px;
}

#clipsoWrap #clipso_recipe .intro p span{
    display: block;
}

#clipsoWrap #clipso_recipe .recipeWrap{
    background-color:#fff;
    padding:30px 45px 70px;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox{
    width: 49%;
    display: inline-block;
    position: relative;
}
#clipsoWrap #clipso_recipe .recipeWrap .recipeBox.rice{
    float: right;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox .title{
    height: 46px;
    background: url(../images/icon_pot.png) left center no-repeat;
    color:#ca2940;
    font-size: 2.5em;
    font-weight: bold;
    padding-left: 60px;
    line-height: 46px;
    margin-bottom: 10px;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox .video{
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox .video:hover{
    opacity: .9;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox .cookTime{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #853871;
    color:#fff;
    position: absolute;
    right: 3%;
    bottom:-50px;
    text-align: center;
    padding: 20px;
    line-height: 1.7em;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox .cookTime span{
    display: block;
    font-size: 1.5em;
}

#clipsoWrap #clipso_recipe .recipeWrap .recipeBox .cookTime span.cookingTime{
    font-size: 2em;
    font-weight: bold;
}

#clipsoWrap .modal .modal-dialog .modal-content .modal-body {
    max-height: 680px;
}

/*-----=====產品介紹=====-----*/
#clipsoWrap #product .intro{
    text-align: center;
    padding: 30px 0;
    background-color:#853871;
}

#clipsoWrap #product .intro p{
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    margin-top: 20px;
}

#clipsoWrap #product .intro .tefal_btn > a{
    font-size: 1.2rem!important;
}

#clipsoWrap #product .intro p span{
    display: block;
}