/* CSS Document */

.body .container {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0px;
	overflow: hidden;
}
.container {
    max-width: 1280px;
	width: 1280px;
}
body.site {
    border-top: 0px;
}
div.catItemHeader {
    text-align: center;
}
span.catItemImage {
    border: 10px solid #ffffff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.inputcase {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #c72962;
    line-height: 200%;
    background-color: #fdeeef;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
	border-radius: 20px;
}
.inputcase button {
    background-color: #c72962;
    color: #ffffff;
    border: 0px;
    padding: 5px 10px;
    margin-top: -9px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
}
.componentheading{display: none;}
.header {
    margin-bottom: 0px;
}
.nav {
    display: table!important;
    width: 94%!important;
    float: left!important;
    margin: 1% 3%;
}
.nav li{display: table-cell;text-align: center;font-size: 16px; font-weight: 600;}
.navigation {
    padding: 5px 0;
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: 10px;
}
hr {
    border-top: 1px solid #a1a1a1;
}
.item-217{display: none!important;}
.usercase {
    background-color: #fceded;
    width: 90%;
    margin: 0 auto;
    padding: 2%;
    border-radius: 30px;
    font-size: 16px;
    line-height: 200%;
    font-weight: 600;
    letter-spacing: 2px;
}

.convertforms-submissions{margin:0% 3%}
.dz-message span:first-child {
    width: 380px;
    overflow: hidden;
    display: block;
    height: 1.2em;
}
.dz-message span:first-child::after {
  content: '請把檔案拖曳到這裡';
  display: inline-block; /* 或 display: block; */
}
.dz-message span:nth-child(2)::after{content: '選擇檔案'}
.nav > li > a {
    padding: 15px 0px;
    font-weight: 800;
    font-size: 26px;
    color: #c72962;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 5px 5px 0px 0px rgb(199 41 98);
    width: 90%;
    margin: 0% 5%;
	transition: all .5s;
}
.itemFullText iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.nav > li > a:hover {
    background-color: #c72962;
    box-shadow: 5px 5px 0px 0px rgb(255 255 255);
    color: #ffffff;
}
.nav > li.active > a {
    background-color: #c72962;
    box-shadow: 5px 5px 0px 0px rgb(255 255 255);
    color: #ffffff;
}
.itemBackToTop,.catItemImageGallery h4{
	display: none;
}
.cf-form-wrap {
    width: 90%!important;
    margin: 0 auto;
    margin-bottom: 2%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
#k2Container {
    padding: 1%;
}

.convertforms {
    overflow: visible!important;
}