@charset "utf-8";

/* CSS Document */

.page-header {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 7px solid #c00125;
    border-right: 7px solid #c00125;
    border-bottom: 2px solid #c00125;
    border-radius: 45px 0;
    text-align: center;
    background-color: #870e25;
}

.main-page {
    background-image: url(../../themes/default/img/bg_beg.png);
}

.static-editor img {
    max-width: 100%;
    height: auto;
}

.static-editor {
    /*margin-top: -10px;*/
}

.static-editor h3 {
    font-size: 18px;
    font-family: arial, "微軟正黑體";
    color: #8b0017;
    font-weight: bold;
    line-height: 25px;
}

.static-editor p,
.static-editor li {
    font-size: 15px;
    font-family: arial, "微軟正黑體";
    color: #444;
    line-height: 25px;
    margin: 15px 0;
    text-align: justify;
}

.static-editor h2 {
    font-size: 20px;
    font-family: arial, "微軟正黑體";
    color: #8b0017;
    line-height: 25px;
}


/*克緹歷史*/

.history .static-editor {
    margin-bottom: 40px;
    padding: 25px 25px 35px 25px;
    background-color: #fff;
}

.history .static-editor p {
    text-indent: 2em;
    text-align: justify;
    padding: 0.5em 0;
    margin: 0;
}

.history .static-editor ul {
    padding: 0 30px;
}

.history .static-editor li {
    line-height: 1.8;
}

.history-tag {
    font-family: arial, "微軟正黑體";
    color: #ffffff;
    background-color: #c00125;
    font-size: 16px;
    border: 4px solid #c00125;
}


/*加入克緹*/


/*聯絡客服人員*/

.page-join .static-editor h2,
.contact .static-editor h2 {
    padding: 25px 0 10px;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-family: arial, "微軟正黑體";
    color: #8b0017;
    line-height: 30px
}

.page-join .btn-u,
.contact .btn-u {
    float: right;
}

.page-join .btn-u:hover,
.contact .btn-u:hover {
    background-color: #e22044;
}

.page-join img {
    width: 100%;
}


/*聯絡客服人員*/

.form-horizontal .control-label {
    font-size: 15px;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}

label {
    font-size: 15px;
    margin-top: 5px;
}

.title_text {
    margin-top: 30px;
}


/*經營理念*/

.idea_box {
    line-height: 20px;
    margin: 20px auto;
    width: 330px;
}

.idea2_box {
    margin: 20px auto;
    width: 160px;
}

.idea .static-editor {
    /*background: #fff none repeat scroll 0 0;*/
    margin-bottom: 40px;
    padding: 0 0 35px;
    background-color: #fff;
}

.idea .static-editor p {
    text-indent: 0;
    padding-bottom: 0;
    font-size: 16px;
}


/*總裁介紹*/

.ceo .static-editor {
    margin-bottom: 40px;
    padding: 25px 25px 35px 25px;
    background-color: #fff;
}

.ceo .static-editor,
.ceowords .static-editor {
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.ceo .static-editor p {
    text-align: justify;
    padding: 0.5em 0;
}

.ceowords .static-editor p {
    text-indent: 0;
}

.ceo .static-editor img {
    border: 8px solid #fff;
    -webkit-box-shadow: 2px 2px 4px #999;
    -moz-box-shadow: 2px 2px 4px #999;
    box-shadow: 2px 2px 4px #999;
    margin-right: 20px;
    float: left;
}


/*創業良機*/

.chance .static-editor,
.page-join .static-editor,
.contact .static-editor {
    margin-bottom: 40px;
    padding: 0 0 35px;
    background-color: #fff;
    overflow: auto;
}

.chance .static-editor p,
.page-join .static-editor p,
.contact .static-editor p {
    text-indent: 2em;
    text-align: justify;
    padding: 0 2em;
    line-height: 25px;
    margin: 0;
}

.chance .static-editor h2 {
    padding: 25px 30px 0;
    margin: 0;
    font-size: 20px;
    font-family: arial, "微軟正黑體";
    color: #8b0017;
    line-height: 30px
}

.chance .static-editor h4 {
    padding: 0 28px;
    margin: 0;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #c00125;
}

.chance .static-editor h5 {
    padding: 0 2em;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.history .static-editor p.p-img,
.idea .static-editor p.p-img,
.ceo .static-editor p.p-img,
.chance .static-editor p.p-img,
.contact .static-editor p.p-img {
    padding: 0;
    text-indent: 0;
    margin: 0;
}


/*訂購方法*/

.static-editor li img {
    width: 100%;
}

.static-editor img.except {
    width: initial;
}

@media screen and (max-width:768px) {
    .ceo .static-editor h2 span{
        line-height: 45px;
    }
}

@media screen and (max-width:480px) {
    .idea_box {
        width: 100%;
        padding: 0 25px;
    }
    .history .static-editor ul {
        padding: 0;
    }
}
