/* 縮小失敗。正在傳回未縮小的內容。
(147,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(148,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(149,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(150,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(151,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(152,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(153,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(154,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(155,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(156,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(157,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(158,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(159,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(160,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(161,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(162,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(163,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(164,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(165,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(166,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(167,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(168,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(169,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(174,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(175,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(176,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(177,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(178,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(179,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(180,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(181,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(182,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(183,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(184,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(185,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(186,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(187,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(193,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(194,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(195,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(196,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(197,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(198,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(199,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(200,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(201,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(202,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(203,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(204,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(205,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(206,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(222,1): run-time error CSS1035: Expected colon, found '}'
(235,1): run-time error CSS1035: Expected colon, found '}'
(392,1): run-time error CSS1035: Expected colon, found '}'
(607,23): run-time error CSS1039: Token not allowed after unary operator: '-main-fontFamily'
(7649,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found 's'
(7655,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found 's'
(7758,25): run-time error CSS1046: Expect comma, found '255'
(7758,33): run-time error CSS1046: Expect comma, found '/'
(7893,24): run-time error CSS1046: Expect comma, found '155'
(7893,32): run-time error CSS1046: Expect comma, found '/'
 */
input,
textarea {
    -webkit-appearance: none;
}

input[type='radio'],
input[type='checkbox'] {
    /* Hide the input, but have it still be clickable */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    float: left;
    width: 18px;
}

input[type='radio']+label,
input[type='checkbox']+label {
    margin: 0;
    clear: none;
    /* Left padding makes room for image */
    padding: 5px 0 4px 24px;
    /* Make look clickable because they are */
    cursor: pointer;
    background: url(img/off.png) left center no-repeat;
    behavior: url(pie.htc);
}

input[type='checkbox']+label {
    background: url(img/off03.png) left center no-repeat;
    padding: 15px 0 14px 35px;
}

/* 隱藏Edge瀏覽器中password輸入框的眼睛圖示 */
    input::-ms-reveal,
    input::-ms-clear {
        display: none;
    }

/*
Change from unchecked to checked graphic
*/

input[type='radio']:checked+label {
    background: url(img/radio.png) left center no-repeat;
    /*outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;*/
    behavior: url(pie.htc);
}

input[type='checkbox']:checked+label {
    background-image: url(img/check.png);
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="checkbox"]:focus+label,
input[type="radio"]:focus+label {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.red {
    color: #ff0202;
}

.green {
    color: #00a69a;
}

.index_anchor {
    color: #d6e7fb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.index_anchor:hover {
    color: #d6e7fb;
}

.file-caption {
    border: 0;
    box-shadow: none;
}

.field-validation-error {
    width: 30%;
    margin: 0 5px;
    font-size: 0.938em;
    color: #ff0202;
}

@media (min-width: 768px) and (max-width: 991px) {
    .field-validation-error {
        display: block;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .field-validation-error {
        display: block;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .file-caption-main {
        padding: 15px;
    }
}

.file-caption-main .file-caption {
    float: right;
    width: calc(100% - 310px);
}

@media (max-width: 767px) {
    .file-caption-main .file-caption {
        width: calc(100% - 35px);
    }
}

.file-caption-main .input-group-btn {
    float: left;
    margin-left: 160px;
}

@media (max-width: 767px) {
    .file-caption-main .input-group-btn {
        margin-left: 0;
    }
}

.file-caption-main .input-group-btn:after {
    clear: both;
    display: block;
    content: "";
}

:root {
    --main-fontFamily: "Microsoft JhengHei", serif;
    --fontSize12: 0.75rem;
    --fontSize13: 0.813rem;
    --fontSize14: 0.875rem;
    --fontSize15: 0.938rem;
    --fontSize16: 1rem;
    --fontSize17: 1.063rem;
    --fontSize18: 1.125rem;
    --fontSize19: 1.188rem;
    --fontSize20: 1.25rem;
    --fontSize21: 1.313rem;
    --fontSize22: 1.375rem;
    --fontSize23: 1.438rem;
    --fontSize24: 1.5rem;
    --fontSize25: 1.563rem;
    --fontSize26: 1.625rem;
    --fontSize27: 1.688rem;
    --fontSize28: 1.75rem;
    --fontSize29: 1.813rem;
    --fontSize30: 1.875rem;
    --fontSize31: 1.938rem;
    --fontSize32: 2rem;
    --fontSize38: 2.375rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --fontSize14: 0.75rem;
        --fontSize16: 0.75rem;
        --fontSize17: 0.938rem;
        --fontSize18: 0.938rem;
        --fontSize19: 0.938rem;
        --fontSize20: 0.938rem;
        --fontSize22: 1rem;
        --fontSize24: 1.063rem;
        --fontSize25: 0.938rem;
        --fontSize26: 1.125rem;
        --fontSize30: 1.125rem;
        --fontSize31: 1.438rem;
        --fontSize32: 1.438rem;
        --fontSize38: 1.75rem;
    }
}

@media (max-width: 767px) {
    :root {
        --fontSize14: 0.75rem;
        --fontSize16: 0.75rem;
        --fontSize17: 0.938rem;
        --fontSize18: 0.938rem;
        --fontSize19: 0.938rem;
        --fontSize20: 0.938rem;
        --fontSize22: 1rem;
        --fontSize24: 1.063rem;
        --fontSize25: 0.938rem;
        --fontSize26: 1.125rem;
        --fontSize30: 1.125rem;
        --fontSize31: 1.438rem;
        --fontSize32: 1.438rem;
        --fontSize38: 0.938rem;
    }
}

.rwd-table {
    background: #fff;
    overflow: hidden;
    min-width: 100%;
}

.rwd-table tr {
    background: rgba(200, 200, 200, 0.23);
    color: #535353;
    border-bottom: 5px solid #fff;
    background: #f2f2f2;
    \9
}

.rwd-table tr a {
    color: #535353;
}

.rwd-table tr:hover,
.rwd-table tr:active,
.rwd-table tr:focus {
    background: rgba(206, 238, 204, 0.23);
    color: #c56400;
    background: #f4fbf3;
    \9
}

.rwd-table tr:hover a,
.rwd-table tr:active a,
.rwd-table tr:focus a {
    color: #c56400;
}

.rwd-table tr:hover a:hover,
.rwd-table tr:hover a:active,
.rwd-table tr:hover a:focus,
.rwd-table tr:active a:hover,
.rwd-table tr:active a:active,
.rwd-table tr:active a:focus,
.rwd-table tr:focus a:hover,
.rwd-table tr:focus a:active,
.rwd-table tr:focus a:focus {
    color: #c56400;
}

.rwd-table th {
    margin: 0.5em 1em;
    display: none;
    text-align: left;
    color: #000;
    background: #ead683;
    text-align: center;
}

.rwd-table th:first-child {
    background: #ffea93;
    border-right: 5px solid #fff;
}

.rwd-table td {
    margin: 0.5em 1em;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 75px;
    word-wrap: break-word;
    word-break: break-all;
}

.rwd-table td:nth-child(2) {
    text-align: left !important;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
    color: #000;
    font-weight: bold;
    text-align: right;
    width: 70px;
    position: absolute;
    left: 0;
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .rwd-table td:before {
        display: block;
    }
}

@media (max-width: 767px) {
    .rwd-table td:before {
        display: block;
    }
}

@media (min-width: 991px) {
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
        padding: 1em 0em !important;
        text-align: center;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th {
        display: table-cell;
        padding: 1em 0 !important;
    }

    .rwd-table th:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child {
        padding-right: 0;
    }
}

.btn {
    letter-spacing: 10px;
    text-indent: 10px;
    padding: 5px 30px;
    background: #23b9ad;
    color: #fff;
    font-size: 1.063em;
    border-radius: 0;
}

@media (max-width: 767px) {
    .btn {
        padding: 5px 10px;
    }
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background: #23b9ad;
}

.btn.btn-file {
    background: #23b9ad;
    letter-spacing: 0;
    text-indent: 0;
    border: 0;
    font-size: 1rem;
}

.form-control:focus {
    outline: 2px solid #15A4C6 !important;
}

textarea.form-control {
    border: 1px solid #23b9ad;
    border-radius: 0;
    resize: none;
}

.radio.radio-inline {
    margin-top: 0;
    padding-left: 0;
}

input {
    line-height: 45px;
    \9
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 1.438em;
    direction: ltr;
    cursor: pointer;
}

.fileupload {
    margin: 20px 0 10px 0;
    padding-left: 150px;
}

@media (max-width: 767px) {
    .fileupload {
        padding-left: 15px;
    }
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.flex {
    display: flex;
}

@media (max-width: 767px) {
    .flex {
        display: block;
    }
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center02 {
    display: flex;
    justify-content: center;
}

.flex-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-all:after {
    content: "";
    display: block;
    clear: both;
}

.none {
    display: none;
}

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

html {
    font-size: 0.875em;
}

body {
    font-family: var(--main-fontFamily);
    line-height: 1.5;
}

.focuscenter {
    color: #000;
    float: left;
    font-size: 1.188em;
}

.focuscenter:active,
.focuscenter:focus {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.NoScript1 {
    background: #f1f1f1;
    color: #00a69a;
    font-size: 1.18em;
    padding: 15px;
}

@media (min-width: 1200px) {
    .open_wrap .main-nav .container {
        width: 1310px;
    }
}

@media (min-width: 1200px) and (max-width: 1310px) {
    .open_wrap .main-nav .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .container {
        padding: 0;
    }
}

.open_wrap .main-nav .container:after {
    content: "";
    display: block;
    clear: both;
}

.open_wrap .main-nav .main_left {
    width: 250px;
    min-width: 250px;
    margin-right: 25px;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_left {
    float: left;
    width: 220px;
    min-width: 220px;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_left {
        margin-right: 15px;
        width: 215px;
        min-width: 215px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_left {
        width: 175px;
        min-width: 175px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left {
        position: relative;
        margin: 0;
        width: 100%;
    }
}

.open_wrap .main-nav .main_left h1.logo {
    text-align: center;
    margin-top: 50px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_left h1.logo {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left h1.logo {
        margin: 0;
        position: absolute;
        z-index: 2;
        width: 175px;
        left: 15px;
        padding: 10px;
    }
}

.open_wrap .main-nav .main_left h1.logo img.logo-phone {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_left h1.logo img {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left h1.logo img {
        width: 100%;
    }

    .open_wrap .main-nav .main_left h1.logo img.logo-phone {
        display: block;
    }

    .open_wrap .main-nav .main_left h1.logo img.logo-pc {
        display: none;
    }
}

.open_wrap .main-nav .main_left h1.logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
}

.open_wrap .main-nav .main_left h1.logo .logo-word {
    font-size: .7em;
    padding-top: .25em;
    font-weight: bold;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left h1.logo .logo-word {
        display: none;
    }
}

.open_wrap .main-nav .main_left .navbar {
    text-align: center;
    font-size: 1.188em;
    background: #00a69a;
    border: 0;
    border-radius: 0;
    margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_left .navbar {
        margin-top: 15px;
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left .navbar {
        margin: 0;
    }
}

.open_wrap .main-nav .main_left .navbar .navbar-collapse {
    padding: 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left .navbar .navbar-collapse {
        border-color: #3ec1ab;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left .navbar.navbar-default .navbar-toggle {
        border-color: #fff;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left .navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}

@media (max-width: 767px) {

    .open_wrap .main-nav .main_left .navbar.navbar-default .navbar-toggle:focus,
    .open_wrap .main-nav .main_left .navbar.navbar-default .navbar-toggle:hover {
        background: none;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_left .navbar ul.nav {
        width: 100%;
        margin: 0;
    }
}

.open_wrap .main-nav .main_left .navbar ul.nav li {
    width: 100%;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_left .navbar ul.nav li {
        height: 49px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_left .navbar ul.nav li {
        height: 40px;
    }
}

.open_wrap .main-nav .main_left .navbar ul.nav li a {
    color: #fff;
    display: block;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_left .navbar ul.nav li a {
        padding: 10px;
    }
}

.open_wrap .main-nav .main_left .navbar ul.nav li a.active,
.open_wrap .main-nav .main_left .navbar ul.nav li a:hover,
.open_wrap .main-nav .main_left .navbar ul.nav li a:active,
.open_wrap .main-nav .main_left .navbar ul.nav li a:focus {
    background: url("img/nav-h.png") no-repeat 0 0/100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 59px;
    width: 104%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px 0 0;
}


@media (min-width: 992px) and (max-width: 1200px) {

    .open_wrap .main-nav .main_left .navbar ul.nav li a.active,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:hover,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:active,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:focus {
        height: 49px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .open_wrap .main-nav .main_left .navbar ul.nav li a.active,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:hover,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:active,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:focus {
        height: 40px;
    }
}

@media (max-width: 767px) {

    .open_wrap .main-nav .main_left .navbar ul.nav li a.active,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:hover,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:active,
    .open_wrap .main-nav .main_left .navbar ul.nav li a:focus {
        width: 100%;
        background: #3ec1ab;
        padding: 0;
    }
}

.open_wrap .main-nav .main_right {
    padding-top: 15px;
    width: calc(100% - 250px);
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right {
    float: right;
}


@media (max-width: 767px) {
    .open_wrap .main-nav .main_right {
        width: 100%;
        padding: 0;
    }
}

.open_wrap .main-nav .main_right article .index_top {
    background: url(img/bg01.jpg) no-repeat center center;
    background-size: cover;
    height: 474px;
    margin-bottom: 10px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_top {
        height: 304px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top {
        padding: 15px;
        height: 200px;
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .index_top .index_top_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.open_wrap .main-nav .main_right article .index_top .title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 90px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_top .title {
        left: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_top .title {
        left: 20px;
        top: 40px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .title {
        padding: 0;
        width: 100%;
        position: relative;
        top: 30px;
        left: 0;
        justify-content: center;
    }
}

.open_wrap .main-nav .main_right article .index_top .title .intitle {
    width: 210px;
    text-align: right;
    margin-right: 1em;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_top .title .intitle {
    float: left;
}

@media (max-width: 991px) and (min-width:768px) {
    .open_wrap .main-nav .main_right article .index_top .title .intitle {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .title .intitle {
        width: auto;
    }
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_top .title .ie10-saidbtn {
    float: left;
}

.open_wrap .main-nav .main_right article .index_top .title .intitle img:first-child {
    width: 100%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .title .intitle img:first-child {
        width: 180px;
    }
}

.open_wrap .main-nav .main_right article .index_top .title .intitle img:last-child {
    width: 100%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .title .intitle img:last-child {
        width: 140px;
    }
}


.open_wrap .main-nav .main_right article .index_top .title img.citizenbtn {
    width: 100%;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_top .title img.citizenbtn {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_top .title img.citizenbtn {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .title img.citizenbtn {
        width: 85px;
    }
}

.open_wrap .main-nav .main_right article .index_top .date {
    float: right;
    padding: 50px 50px 50px 40px;
    ;
    font-weight: bold;
    text-align: right;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_top .date {
        padding: 35px 30px;
    }
}

.open_wrap .main-nav .main_right article .index_top .date .d-t {
    font-size: 0.875em;
    letter-spacing: 3px;
}

.open_wrap .main-nav .main_right article .index_top .date .d-b {
    font-size: 1.125em;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .date {
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
        letter-spacing: 5px;
        top:40px;
    }
}

.open_wrap .main-nav .main_right article .index_top .filter {
    display: none;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_top .filter {
        display: block;
        opacity: 0.7;
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.open_wrap .main-nav .main_right article .index_bottom {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

@media (min-width:768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom {
        flex-direction: column;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left {
    padding: 0;
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left {
        width: 100%;
    }
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left {
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .top {
    background: url(img/bg02.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 50px 20px 50px;
    position: relative;
    min-height: 415px;
    margin-bottom:15px;
}

@media (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .top {
        padding: 0 20px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .top {
        padding: 15px;
        min-height: 444px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .top {
        padding: 15px;
        height: 100%;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .title {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 1.15em;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .radio label {
    font-size: 1.125em;
    color: #333;
    min-height: 27px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radio label {
        padding-left: 8px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radio label {
        padding-left: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radio label:before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radio label:before {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radio label:after {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radio label:after {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 5px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left input {
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    background: none;
    height: 45px;
    color: #333;
    font-size: 1em;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_left .codes input {
    width: 35%;
    float: left;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left input::placeholder {
    font-size: 1em;
    color: #333;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left input .placeholder {
    color: #333;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .btn {
    width: 145px;
    height: 48px;
    color: #fff;
    background: rgba(39, 167, 222, 0.9);
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    letter-spacing: 10px;
    text-indent: 10px;
    font-weight: bold;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_left .btn {
    padding: 2.5% 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .btn {
        width: 125px;
        height: 40px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .btn {
        background: rgba(0, 107, 156, .9);
        width: 125px;
        height: 40px;
        margin: auto;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(img/h-c.png) no-repeat center center;
    background-size: cover;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .radios {
    margin: 20px 0 6px 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radios {
        margin: 10px 0 6px 0;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .radios input[type='radio']+label {
    background: url(img/off02.png) left center no-repeat;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .radios input[type='radio']:checked+label {
    background: url(img/radio02.png) left center no-repeat;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .radios label {
    padding-left: 35px;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .radios .radio {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radios {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .radios {
        margin: 10px 0 5px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes {
        display: block;
        margin-bottom: 0.5em;
        line-height: 0.1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes {
        display: block;
        margin-bottom: 0.5em;
        line-height: 0.5;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes {
        display: block;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes label {
        display: none;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .codes img {
    height: 45px;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .codes img:nth-child(3) {
    margin: 0 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes img:nth-child(3) {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes img:nth-child(3) {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes img:nth-child(3) {
        margin: 0 3px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes img {
        height: 44px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes img {
        height: 37px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes img {
        height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes .form-control {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes .form-control {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .codes .form-control {
        margin-bottom: 15px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom {
    background: #c4d5c7;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t {
    background: #89aea6;
    padding: 10px 25px;
    color: #fff;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t {
        padding: 10px 15px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-l {
    font-size: 1.375em;
    width: 90%;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-l {
    float: left;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-l {
        width: 89%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-l {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-l {
        width: 89%;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-r {
    font-size: 1em;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-r {
    float: right;
    padding: 1.5% 0px;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t .b-r a {
    color: #fff;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t img {
    margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-t img {
        width: 20px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b {
    padding: 10px 25px;
    font-size: 1em;
    height: 146px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b {
        padding: 10px 15px;
        height: 143px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel {
    height: 100%;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators {
    margin: 0;
    right: 0;
    left: auto;
    text-align: right;
    width: 30%;
    bottom: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators {
        width: 40%;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators li {
    background-color: rgba(241, 241, 110, 0.43);
    border: 0;
    width: 15px;
    height: 15px;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators li.active {
    background-color: rgba(117, 175, 84, 0.56);
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel-inner {
    height: 100%;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel-inner .item.active {
    height: 100%;
}

.open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel-inner .item .carousel-caption {
    right: auto;
    left: 0;
    padding-bottom: 30px;
    padding: 0;
    top: 0;
    text-shadow: none;
    color: #28261b;
    text-align: left;
    min-height: 70px;
    overflow: auto;
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel-inner .item .carousel-caption {
        min-height: 60px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right {
    padding-right: 0;
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right {
        width: 100%;
        margin-top: 1em;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right {
        padding: 0;
        margin-top: .25em;
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .top {
    background: #5acae0;
    width: 100%;
    height: 100%;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_right .top {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .top {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .top {
        padding: 15px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .top img {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .top img {
        width: 40px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .top .word {
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_right .top .word {
    float: left;
    padding: 5% 0;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .top .word span.t-one {
    font-size: 2.286em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .top .word span.t-one {
        font-size: 1.5em;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .top .word span.t-two {
    font-size: 1.714em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .top .word span.t-two {
        font-size: 1.1em;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .bottom {
    background: #eea551;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle {
    color: #fff;
    font-size: 1.375em;
    font-weight: bold;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle {
        font-size: 1.1em;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle {
        justify-content: center;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle>a {
    color: #fff;
    text-decoration: none;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l {
    margin: 0 7.5px 15px 0;
    width: calc(50% - 7.5px);
    height: 200px;
    padding: 0 .5em;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l {
        width: calc(50% - 10px);
    }
}


@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l {
        margin: 0 2.5px 5px 0;
        width: 48%;
        height: 170px;
    }
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l {
    float: left;
    width: calc(50% - 7.5px);
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l {
        padding: 20px 0;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l .wrap img {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l .wrap img {
        width: 70px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-l .wrap span {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r {
    height: 200px;
    margin: 0 0 15px 7.5px;
    width: calc(50% - 7.5px);
    padding: 0 .5em;
    text-align: center;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r {
    float: right;
    padding: 33px 0;
    width: calc(50% - 7.5px);
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r {
        padding: 20px 0;
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r {
        margin: 0 0 5px 2.5px;
        width: 48%;
        height: 170px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r .wrap {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r .wrap img {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r .wrap img {
        width: 70px;
    }
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-r .wrap span {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-c01 {
    background: #E06980;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-c02 {
    background: #2496CB;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-c03 {
    background: #6878B8;
}

.open_wrap .main-nav .main_right article .index_bottom .index_right .middle .m-c04 {
    background: #A18672;
}

.open_wrap .main-nav .main_right article .index_bottom .index_hint {
    color: red;
    font-size: 1.25em;
    padding: .5em 0 0 0;
}

.open_wrap .main-nav .main_right article .index_bottom .index_hint a {
    color: red;
}

.open_wrap .main-nav .main_right article .banner {
    background: url(img/banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 15px;
    height: 218px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .banner {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .banner {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .banner {
        height: 80px;
        background-size: 100%;
        position: relative;
    }
}

.open_wrap .main-nav .main_right article .banner .title {
    font-size: 1.625em;
    font-weight: bold;
    color: #646363;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .banner .title {
    float: left;
    position: absolute;
    bottom: 20px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .banner .title {
        position: absolute;
        bottom: -25px;
        left: 5px;
    }
}

.open_wrap .main-nav .main_right article .banner .title i {
    color: #23b9ad;
    font-size: 1.2em;
    margin: 0 10px;
}

.open_wrap .main-nav .main_right article .banner .title img {
    margin: 0 10px;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .banner .title img {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .banner .title img {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .banner.banner_des .title img {
        width: 20px;
    }
}

.open_wrap .main-nav .main_right article .bread {
    color: #8d8c8c;
    padding: 35px 0;
    font-size: 1em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .bread {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .bread {
        padding: 35px 15px 15px 15px;
    }
}

.open_wrap .main-nav .main_right article .bread a {
    color: #8d8c8c;
    text-decoration: none;
}

.open_wrap .main-nav .main_right article .bread .accessibility.anchor-content {
    color: #fff;
}

.open_wrap .main-nav .main_right article .news_column {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column {
        display: block;
        position: relative;
    }
}

.open_wrap .main-nav .main_right article .news_column .news_l {
    background: #6b6b6b;
    font-size: 1.563em;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .news_column .news_l {
        font-size: 1.2em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column .news_l {
        position: absolute;
        padding: 5px;
        width: 55px;
        height: 55px;
        left: 15px;
        font-size: 1.14em;
    }
}

.open_wrap .main-nav .main_right article .news_column .news_l .news_year {
    color: #99c33a;
}

.open_wrap .main-nav .main_right article .news_column .news_r {
    padding: 15px 30px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
    text-align: justify;
    width: 90%;
    behavior: url(css_ie/pie.htc);
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .news_column .news_r {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column .news_r {
        padding: 0px 15px 15px 15px;
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .news_column .news_r .news_title {
    color: #40a292;
    font-size: 1.25em;
    padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .news_column .news_r .news_title {
        font-size: 1.2em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column .news_r .news_title {
        padding: 0 0 0 65px;
        width: 100%;
        display: flex;
        align-items: center;
        height: 55px;
        overflow: hidden;
    }
}

.open_wrap .main-nav .main_right article .news_column .news_r .news_word {
    color: #585858;
    font-size: 1.125em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .news_column .news_r .news_word {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column .news_r .news_word {
        padding-top: 10px;
        word-wrap: break-word;
        word-break: break-all;
    }
}

.open_wrap .main-nav .main_right article .news_column .news_r .btn {
    letter-spacing: 0;
    text-indent: 0;
    float: right;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .news_column .news_r .btn {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column .news_r .btn {
        padding: 5px 10px;
    }
}

.open_wrap .main-nav .main_right article .news_column.news_inside {
    background: #efefef;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    behavior: url(css_ie/pie.htc);
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r {
    background: #fff;
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r .news_title {
    padding: 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column.news_inside .news_r .news_title {
        padding: 0 0 0 65px;
    }
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r .news_word {
    font-size: 1.063em;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column.news_inside .news_r .news_word {
        padding: 0;
    }
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r .img {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column.news_inside .news_r .img {
        margin-top: 15px;
    }
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r .img img {
    width: 100%;
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r .btns {
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column.news_inside .news_r .btns {
        margin: 15px;
    }
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r .btn {
    float: none;
    letter-spacing: 10px;
    text-indent: 10px;
    padding: 5px 30px;
}

.open_wrap .main-nav .main_right article .news_column.news_inside .news_r hr {
    border-top: 1px solid #000;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .news_column.news_inside .news_r hr {
        margin: 15px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .qa_table th:first-child {
        min-width: 65px;
    }

    .open_wrap .main-nav .main_right article .qa_table th:last-child {
        min-width: 70px;
    }
}

.open_wrap .main-nav .main_right article .qa_table tr.click:hover {
    cursor: pointer;
}

.open_wrap .main-nav .main_right article .qa_in {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
    behavior: url(css_ie/pie.htc);
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .qa_in {
    overflow: hidden;
}

.open_wrap .main-nav .main_right article .qa_in .q-frame {
    display: flex;
}

@media (min-width:767px) and (max-width: 992px) {
    .open_wrap .main-nav .main_right article .qa_in .q-frame {
        flex-direction: column;
    }
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .q-frame {
    display: block;
}


.open_wrap .main-nav .main_right article .qa_in .q-l {
    background: #6b6b6b;
    color: #fff;
    width: 150px;
    font-size: 1.125em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .qa_in .q-l {
    float: left;
    width: 15%;
    padding: 1%;
    padding-bottom: 500em;
    margin-bottom: -500em;
    text-align: center;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .qa_in .q-l {
        width: 80px;
    }
}

.open_wrap .main-nav .main_right article .qa_in .q-l.no-ls {
    letter-spacing: 0;
    text-indent: 0;
}

.open_wrap .main-nav .main_right article .qa_in .q-r {
    margin: 0 15px;
    width: 100%;
    padding: 15px 3px;
}

@media (max-width:992px) {
    .open_wrap .main-nav .main_right article .qa_in .q-r {
        padding: 1em;
        margin: 0;
    }
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .qa_in .q-r {
    float: left;
    width: 75%;
    margin: 0;
    padding: 1% 2%;
}

.open_wrap .main-nav .main_right article .qa_in .q-r img {
    width: 100%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .qa_in .q-r {
        width: calc(100% - 110px);
        word-break: break-all;
    }
}


.open_wrap .main-nav .main_right article .qa_in .q-r.q01 {
    color: #a88f25;
    font-size: 1.063em;
    border-bottom: 1px solid #c9c9c9;
}

.open_wrap .main-nav .main_right article .qa_in .q-r.q02 {
    color: #40a292;
    font-size: 1.125em;
    border-bottom: 1px solid #c9c9c9;
}

.open_wrap .main-nav .main_right article .qa_in .q-r.q03 {
    color: #585858;
    font-size: 1.125em;
    line-height: 2.5;
    word-wrap: break-word;
    word-break: break-all;
}

.open_wrap .main-nav .main_right article .qa_in .q-r.q04 {
    color: #5a5a5a;
    font-size: 1.125em;
}

.open_wrap .main-nav .main_right article .qa_in .q-r .btns {
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .qa_in .q-r .btns {
        margin: 15px;
    }
}

.btn-qayear {
    letter-spacing: 0;
    text-indent: 0;
    margin-top: .5em;
}

.open_wrap .main-nav .main_right article .flow-chart {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.125em;
    margin-bottom: 1em;
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .flow-chart {
        padding: 0 1em;
        flex-wrap: wrap;
    }
}

/*�ץ�d�߳Ƶ�*/
.inquire-memo {
    text-align: right;
    padding: .5em 0;
}
@media (max-width:480px) {
    .inquire-memo {
        padding: .5em 1em;
    }
}

.open_wrap .main-nav .main_right article .inquire_in label {
    display: block;
    margin: 0;
    font-weight: normal;
}

.open_wrap .main-nav .main_right article .inquire_in input {
    border: 1px solid #23b9ad;
    border-radius: 0;
    height: 45px;
    font-size: 1em;
}

.open_wrap .main-nav .main_right article .inquire_in input::placeholder {
    font-size: 1em;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in input {
        padding: 5px;
        display: inline-block;
        text-align: center;
    }
}

.open_wrap .main-nav .main_right article .inquire_in input.phone01 {
    /* flex-basis: 90px; */
    width: 60px;
}

*::-ms-backdrop,
.open_wrap .main-nav .main_right article .inquire_in input.phone01 {
    /* width: 150px; */
    width: 60px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in input.phone01 {
        min-width: 50px;
        width: 50px;
        flex-basis: auto;
    }
}


.open_wrap .main-nav .main_right article .inquire_in input.phone02 {
    flex-grow: 1;
    min-width: 100px;
}

*::-ms-backdrop,
.open_wrap .main-nav .main_right article .inquire_in input.phone02 {
    max-width: 460px;
    /* flex-grow: 1; */
    /* width: 120px; */
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .inquire_in input.phone02 {
        min-width: 100px;
        width: calc(100% - 80px);
    }
}

.open_wrap .main-nav .main_right article .inquire_in input.phone03 {
    /* flex-basis: 120px; */
    width: 80px;
}

*::-ms-backdrop,
.open_wrap .main-nav .main_right article .inquire_in input.phone03 {
    /* width: 240px; */
    width: 80px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in input.phone03 {
        width: 100%;
        flex-basis: auto;
    }

    *::-ms-backdrop,
    .open_wrap .main-nav .main_right article .inquire_in input.phone03 {
        margin-left: 0;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .claim {
    color: #00a15b;
    font-size: 1.188em;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .claim {
        font-size: 1em;
        padding: 0 15px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .q-l {
    letter-spacing: 0;
    text-indent: 0;
    color: #555;
    background: #f2f2f2;
    width: 12rem;
    align-items: center;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .inquire_in .q-l {
    width: 15%;
}


@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-l {
        width: 8rem;
        font-size: 1em;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .q-l img {
    margin-right: 5px;
}

.open_wrap .main-nav .main_right article .inquire_in .q-r.q01 {
    border: 0;
}

.open_wrap .main-nav .main_right article .inquire_in .q-r.q01 .form-group {
    margin: 0;
}

.open_wrap .main-nav .main_right article .inquire_in .q-r.q01 .radio {
    margin-bottom: 0;
}

.open_wrap .main-nav .main_right article .inquire_in .q-r.q02 {
    border: 0;
}

.open_wrap .main-nav .main_right article .inquire_in .q-r.q02 img {
    margin-left: 5px;
    height: 45px;
    width: auto;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .inquire_in .q-r.q02 input {
    float: left;
    width: 63%;
}

.open_wrap .main-nav .main_right article .inquire_in .q-r.in-capture img {
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r.flex-all {
        display: block;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r.flex-all {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r.flex-all img {
        width: 35px;
        height: auto;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r.flex-all img {
        width: 35px;
        height: auto;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r.flex-all img.capture {
        width: 40%;
        height: auto;
        margin: 5px 0;
    }
}


@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r.flex-all img.capture {
        width: 55%;
        height: auto;
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .q-r .btns {
        padding: 0 0 15px 0;
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
    letter-spacing: 30px;
    text-indent: 27px;
}

.open_wrap .main-nav .main_right article .inquire_in .t-i-2 label {
    font-weight: normal;
}

*::-ms-backdrop,
.open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
    letter-spacing: 30px;
    text-indent: 0px;
    padding-left: 27px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
        letter-spacing: 28px;
        text-indent: 23px;
    }

    *::-ms-backdrop,
    .open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
        letter-spacing: 28px;
        text-indent: 0px;
        padding-left: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
        letter-spacing: 15px;
        text-indent: 13px;
    }

    *::-ms-backdrop,
    .open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
        letter-spacing: 15px;
        text-indent: 0px;
        padding-left: 13px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
        letter-spacing: 0px;
        text-indent: 0px;
    }

    *::-ms-backdrop,
    .open_wrap .main-nav .main_right article .inquire_in .t-i-2 {
        padding-left: 0;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .t-i-3 {
    letter-spacing: 0;
    text-indent: 0;
}

*::-ms-backdrop,
.open_wrap .main-nav .main_right article .inquire_in .t-i-3 {
    letter-spacing: 9px;
    text-indent: 0;
    padding-left: 7px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .t-i-3 {
        letter-spacing: 0px;
        text-indent: 0px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .red {
    font-size: 1.875em;
    font-weight: bold;
    text-indent: 5px;
    letter-spacing: 5px;
}

.open_wrap .main-nav .main_right article .inquire_in .radio label {
    font-size: 1.125em;
    color: #555;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .radio label:before {
        width: 20px;
        height: 20px;
    }
}


.open_wrap .main-nav .main_right article .inquire_in .radio label:before {
    border: 1px solid #23b9ad;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .inquire_in .radio label:before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .radio label:before {
        width: 20px;
        height: 20px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in .radio label:after {
    background: rgba(62, 193, 171, 0.3);
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .inquire_in .radio label:after {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in .radio label:after {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 5px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .claim-group {
    display: flex;
    align-items: center;
    padding: 0 0 1em 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .claim-group {
        flex-wrap: wrap;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .claim-group {
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .claim-group {
        flex-wrap: wrap;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group {
    display: flex;
    align-items: center;
    width: calc(100% - 202px);
}

@media (min-width:992px) and (max-width:1199px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group {
        width: 100%;
    }
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 1.25em;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-left {
    width: 50%;
    display: flex;
    align-items: center;
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-left {
        width: 100%;
        margin-bottom: .5em;
    }
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-left {
        width: 100%;
        margin-bottom: .5em;
    }
}


.open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-right {
    width: 50%;
    display: flex;
    align-items: center;
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-right {
        width: 100%;
    }
}

@media (max-width:767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-right {
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-title {
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: .5em;
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group .form-control {
    border: 1px solid #00a69a;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group .to {
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: normal;
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-right i {
    margin-right: 1em;
}

.open_wrap .main-nav .main_right article .inquire_in02 .search-group .search-group-right .btn-search {
    letter-spacing: 0;
    text-indent: 0;
    margin-left: .5em;
    height: 34px;
    border: 0;
}

.open_wrap .main-nav .main_right article .inquire_in02 .claim {
    color: #09b9ab;
    font-size: 1.375em;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 205px;
    padding-right: 1em;
}

@media (min-width:992px) and (max-width:1199px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .claim {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .claim {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .claim {
        padding: 0 15px;
        font-size: 1.2em;
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .subclaim {
    font-size: 1.188em;
    color: #000;
    font-weight: lighter;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .subclaim {
        padding: 0 15px;
        font-size: 1.1em;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .checkbox-green {
    /*margin: 0 0 15px 0;*/
}

.open_wrap .main-nav .main_right article .inquire_in02 .btns {
    text-align: center;
    margin: 30px 0;
    width: 100%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .btns {
        padding: 15px 0 0 0;
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .btn-history {
    text-indent: 0;
    letter-spacing: 0;
}

.open_wrap .main-nav .main_right article .inquire_in02 .checkbox-green label:before {
    left: 5px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .checkbox-green label:before {
        left: 0;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .checkbox-green label:after {
    left: 16px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .checkbox-green label:after {
        left: 6px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table {
    width: 100%;
    table-layout: fixed;
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(1) {
    width: 5%;
    min-height: 21px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(1) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(2) {
    width: 12%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(2) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(3) {
    width: 8%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(3) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(4) {
    width: 26%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(4) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(5) {
    width: 34%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(5) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(6) {
    width: 10%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(6) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(7) {
    width: 5%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table th:nth-child(7) {
        width: auto;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td {
        padding-left: 115px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:before {
        width: 100px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(1) {
    width: 5%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(1) {
        width: auto;
        min-height: 21px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(2) {
    width: 12%;
    text-align: center;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(2) {
        width: auto;
        text-align: left;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(3) {
    width: 8%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(3) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(4) {
    width: 26%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(4) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(5) {
    width: 34%;
    text-align: center;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(5) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(6) {
    width: 10%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(6) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(7) {
    width: 5%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in02 .rwd-table td:nth-child(7) {
        width: auto;
    }
}

.open_wrap .main-nav .main_right article .inquire_in03 .q-l {
    letter-spacing: 0;
    text-indent: 0;
    width: 200px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in03 .q-l {
        width: 110px;
    }
}

.open_wrap .main-nav .main_right article .inquire_in03 .q-r img {
    margin-left: 5px;
    margin-bottom: 5px;
    width: 150px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in03 .q-r img {
        margin-left: 0;
    }
}

.open_wrap .main-nav .main_right article .inquire_in03 .t-i-2 {
    letter-spacing: 30px;
    text-indent: 30px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .inquire_in03 .t-i-2 {
        letter-spacing: 23px;
        text-indent: 23px;
    }
}

.open_wrap .main-nav .main_right article .sitemap .top {
    background: #767676;
    font-size: 1.125em;
    color: #fff;
    padding: 15px 25px;
    line-height: 2;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .top {
        padding: 15px;
    }
}

.open_wrap .main-nav .main_right article .sitemap .middle {
    color: #424242;
    font-size: 1.125em;
    padding: 25px;
    line-height: 2;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .middle {
        padding: 15px;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t {
    text-align: center;
    position: relative;
    padding: 15px;
    margin: 0 15%;
    border-bottom: 2px solid #00a69a;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t {
        border: 0;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t:before,
.open_wrap .main-nav .main_right article .sitemap .bottom .b-t:after {
    content: "";
    border-bottom: 2px solid #00a69a;
    position: absolute;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    bottom: 7px;
    width: 30px;
    bottom: -18px;
}

@media (max-width: 767px) {

    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t:before,
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t:after {
        display: none;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t:before {
    left: -14px;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t:after {
    right: -14px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t:after {
        right: -120px;
        width: 240px;
        bottom: -121px;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t .btn {
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 55px;
    font-size: 1.25em;
    margin: auto;
    behavior: url(css_ie/pie.htc);
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .sitemap .bottom .b-t .btn {
    display: block;
    padding: 2%;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t .btn:hover {}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t .line1 {
    border-bottom: 2px solid #00a69a;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    bottom: 7px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t .line1 {
        display: none;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t .line2 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t .line2 {
        display: none;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-t .line3 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-t .line3 {
        display: none;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .sitemap .bottom .b-b {
    display: block;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b {
        display: block;
        margin-top: 0;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame {
    color: #037a71;
    border-radius: 16px;
    background: #d1f1ef;
    border: 6px solid #fff;
    box-shadow: 0px 6px 6px #dadada;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 2.5;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 10%;
    width: 45%;
    behavior: url(css_ie/pie.htc);
}

@media (min-width:992px) and (max-width:1199px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame {
        margin-right: 5%;
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame {
        margin-right: 5%;
        width: 60%;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame {
        width: 85%;
        margin: auto;
        flex-direction: column;
    }
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .ie10-frame01 {
    display: block;
    padding: 15px 10%;
    float: left;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .ie10-frame02 {
    float: right;
}


.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame a {
    color: #037a71;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame a:hover,
.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame a:active,
.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame a:focus {
    color: #6fa5a0;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame:last-child {
    display: block;
    line-height: 1.5;
    margin-right: 0;
    width: 30%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame:last-child {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame:last-child {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame:last-child {
        width: 85%;
        margin: 15px auto 0 auto;
    }
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-l {
    margin-right: 20px;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-l {
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-l {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-l {
        margin-right: 15px;
    }
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-r {
    float: right;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-t {
    border-bottom: 1px solid #01919f;
    box-shadow: 0px 2px 0 #e2e2e2;
    padding: 0 15px 10px 15px;
    background: #d1f1ef;
    behavior: url(css_ie/pie.htc);
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b {
    color: #004147;
    font-size: 0.9em;
    font-weight: lighter;
    padding: 10px 15px 0 15px;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a {
    color: #004147;
}

.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a:hover,
.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a:active,
.open_wrap .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a:focus {
    color: #6fa5a0;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .Case .c-top .step-word {
    display: block;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .Case .c-top .step-word {
        align-items: stretch;
    }
}

.open_wrap .main-nav .main_right article .Case .c-top .step-word .step-in {
    background: rgba(35, 185, 173, 0.54);
    font-size: 1.25em;
    color: #fff;
    padding: 10px;
    width: 25%;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .Case .c-top .step-word .step-in {
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .Case .c-top .step-word .step-in {
        font-size: 0.875em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .Case .c-top .step-word .step-in {
        font-size: 0.95em;
        text-align: center;
        padding: 5px;
    }
}

.open_wrap .main-nav .main_right article .Case .c-top .step-word .step-in.active {
    color: #a6fff0;
    background: #00beb0;
}

.open_wrap .main-nav .main_right article .Case .annotated {
    background: #f9f9f9;
    color: #000;
    font-size: 1.125em;
    border-radius: 5px;
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .Case .annotated {
        font-size: 0.875em;
    }
}

.open_wrap .main-nav .main_right article .Case .annotated ul {
    list-style-type: decimal;
    padding: 15px 15px 15px 35px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 19;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .Case .annotated ul {
        font-size: 1.14em;
    }
}

.open_wrap .main-nav .main_right article .Case .annotated .a-title {
    background: #ffdada;
    color: #ee6363;
    font-size: 1.375em;
    border-radius: 5px;
    padding: 14px;
    display: flex;
    flex: 1;
}

.btn-agree[disabled],
.btn-agree[disabled]:hover,
.btn-agree[disabled]:focus {
    background: #3f4040;
    border-color: #3f4040 !important;
}

.open_wrap .main-nav .main_right article .progress {
    margin: 40px 0;
    height: 3px;
    position: relative;
    overflow: visible;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .progress {
        margin: 25px 0;
    }
}

.open_wrap .main-nav .main_right article .progress-bar {
    height: 5px;
    top: -1px;
    position: absolute;
    background: #23b9ad;
    box-shadow: none;
}

.open_wrap .main-nav .main_right article .progress-circle01,
.open_wrap .main-nav .main_right article .progress-circle02,
.open_wrap .main-nav .main_right article .progress-circle03,
.open_wrap .main-nav .main_right article .progress-circle04,
.open_wrap .main-nav .main_right article .progress-circle05 {
    background: url(img/progress-circle.png) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    behavior: url(css_ie/pie.htc);
    display: block;
    position: absolute;
    top: -8px;
    left: 11%;
}

@media (max-width: 767px) {

    .open_wrap .main-nav .main_right article .progress-circle01,
    .open_wrap .main-nav .main_right article .progress-circle02,
    .open_wrap .main-nav .main_right article .progress-circle03,
    .open_wrap .main-nav .main_right article .progress-circle04,
    .open_wrap .main-nav .main_right article .progress-circle05 {
        width: 10px;
        height: 10px;
        top: -4px;
    }
}

.open_wrap .main-nav .main_right article .progress-circle01.active,
.open_wrap .main-nav .main_right article .progress-circle02.active,
.open_wrap .main-nav .main_right article .progress-circle03.active,
.open_wrap .main-nav .main_right article .progress-circle04.active,
.open_wrap .main-nav .main_right article .progress-circle05.active {
    background: none;
}

.open_wrap .main-nav .main_right article .progress-circle01.active:after,
.open_wrap .main-nav .main_right article .progress-circle02.active:after,
.open_wrap .main-nav .main_right article .progress-circle03.active:after,
.open_wrap .main-nav .main_right article .progress-circle04.active:after,
.open_wrap .main-nav .main_right article .progress-circle05.active:after {
    content: "";
    after: "after";
    background: url(img/progress-circle-active.png) no-repeat center center;
    background-size: cover;
    width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
}

@media (max-width: 767px) {

    .open_wrap .main-nav .main_right article .progress-circle01.active:after,
    .open_wrap .main-nav .main_right article .progress-circle02.active:after,
    .open_wrap .main-nav .main_right article .progress-circle03.active:after,
    .open_wrap .main-nav .main_right article .progress-circle04.active:after,
    .open_wrap .main-nav .main_right article .progress-circle05.active:after {
        width: 20px;
        height: 20px;
        top: -5px;
        left: -7px;
    }
}

.open_wrap .main-nav .main_right article .progress-circle02 {
    left: 36%;
}

.open_wrap .main-nav .main_right article .progress-circle03 {
    left: 49%;
}

.open_wrap .main-nav .main_right article .progress-circle04 {
    left: 61%;
}

.open_wrap .main-nav .main_right article .progress-circle05 {
    left: 86%;
}

.open_wrap .main-nav .main_right article .case-category {
    padding: 15px 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category {
        padding: 0;
        position: relative;
    }
}

.open_wrap .main-nav .main_right article .case-category .top {
    color: #fff;
    font-size: 1.375em;
    align-items: stretch;
    display: flex;
}

html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .case-category .top {
    display: block;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category .top {
        font-size: 0.875em;
        display: block;
    }
}

.open_wrap .main-nav .main_right article .case-category .top .in {
    background: #ccaa18;
    width: calc(34% - 15px);
    margin: 0 10px;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 180px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}


html[data-useragent*='MSIE 10.0'] .open_wrap .main-nav .main_right article .case-category .top .in {
    float: left;
    display: block;
    padding: 7.5% 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case-category .top .in {
        margin: 0 5px;
        width: calc(34% - 10px);
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category .top .in {
        width: 25%;
        margin: 0;
        min-height: 180px;
        padding: 0 5px;
        font-size: 1.14em;
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .case-category .top .in:first-child {
    margin-left: 0;
}

.open_wrap .main-nav .main_right article .case-category .top .in:last-child {
    margin-right: 0;
}

.open_wrap .main-nav .main_right article .case-category .top .in span {
    color: #fff;
    font-size: 1.125em;
    width: 170px;
    text-align: center;
    transition: all .5s;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case-category .top .in span {
        font-size: 0.9em;
        width: 130px;
    }
}


.open_wrap .main-nav .main_right article .case-category .top .in img {
    transition: all .5s;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case-category .top .in img {
        max-width: 90px;
    }
}


.open_wrap .main-nav .main_right article .case-category .top .in:hover span {
    transform: translateY(-20px);
    text-shadow: 0px 2px 3px rgba(22, 84, 61, .8);
}

.open_wrap .main-nav .main_right article .case-category .top .in:hover img {
    opacity: 0.2;
    transform: rotateY(360deg) scale(2, 2) translateY(15px);
    transform-style: preserve-3d;
}


.open_wrap .main-nav .main_right article .case-category .bottom {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category .bottom {
        position: absolute;
        top: -15px;
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .case-category .bottom .out {
    display: none;
}

.open_wrap .main-nav .main_right article .case-category .bottom .in {
    background: rgba(46, 38, 0, 0.78);
    padding: 15px;
    font-size: 1.25em;
    display: none;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category .bottom .in {
        font-size: 1.1em;
        position: absolute;
        width: 100%;
        background: rgba(46, 38, 0, 0.9);
        z-index: 1021;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in0 {
        top: 180px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in1 {
        top: 360px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in2 {
        top: 540px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in3 {
        top: 720px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in4 {
        top: 900px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in5 {
        top: 1080px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in6 {
        top: 1260px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in7 {
        top: 1440px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in8 {
        top: 1620px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in9 {
        top: 1800px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in10 {
        top: 1980px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in11 {
        top: 2160px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in12 {
        top: 2340px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in13 {
        top: 2520px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in14 {
        top: 2700px;
    }

    .open_wrap .main-nav .main_right article .case-category .bottom .in#b-in15 {
        top: 2880px;
    }
}

.open_wrap .main-nav .main_right article .case-category .bottom .in span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.open_wrap .main-nav .main_right article .case-category .bottom .in .small-in {
    width: calc(33% - 15px);
    float: left;
    margin: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category .bottom .in .small-in {
        width: 100%;
        margin: 15px 0;
    }
}

.open_wrap .main-nav .main_right article .case-category .bottom .in a {
    color: #f6e496;
    padding: 0 15px;
    display: block;
    transition: .3s;
    background-position: -10px 0px;
    cursor: pointer;
}

.open_wrap .main-nav .main_right article .case-category .bottom .in a:hover {
    background: url(img/icon19.png) no-repeat;
    padding-left: 30px;
    display: flex;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case-category .bottom .in a:hover {
        background-size: 15px;
        background-position: 0 2px;
        padding-left: 20px;
    }
}

.open_wrap .main-nav .main_right article .case-category .bottom .in a:first-child {
    border-bottom: 1px solid rgba(246, 228, 150, 0.36);
    padding-bottom: 10px;
    margin: 10px 0;
}

.open_wrap .main-nav .main_right article .case02 .a-title {
    width: 75px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-frame {
        display: block;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-l {
    padding-top: 0;
}

@media (min-width: 767px) and (max-width:992px) {
    .open_wrap .main-nav .main_right article .case02 .q-l {
        width: 100%;
        padding: .5em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-l {
        width: 100%;
        padding: 5px;
    }
}


.open_wrap .main-nav .main_right article .case02 .q-r {
    align-items: center;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r {
        width: 100%;
        padding: 15px;
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.q01 {
    font-size: 1.25em;
}

@media (max-width: 992px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.q01 {
        font-size: 1em;
        margin: 0;
        padding: 1em;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.q01 select {
    border: 1px solid #23b9ad;
    border-radius: 0;
    height: 45px;
    font-size: 1em;
    margin-bottom: 0em;
    width: auto;
}

@media(max-width:992px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.q01 select {
        width: 100% !important;
        margin-bottom: .5em;
    }
}


.open_wrap .main-nav .main_right article .case02 .q-r.map {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.map {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.map {
        flex-direction: column;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.map input {
    margin-right: 5px;
}

@media (max-width: 992px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.map input {
        margin-right: 0;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-left {
    color: #9e9e9e;
    font-size: 1em;
    width: 80%;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.map .c02-left {
        font-size: 1em;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right {
    display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right {
        margin-top: 5px;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .map-in,
.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .clear {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background: none;
    border: 2px solid #edc001;
    color: #edc001;
    padding: 7px;
    height: 40px;
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .map-in {
    background: url("img/icon21.png") no-repeat;
    background-position: center;
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .map-in:hover,
.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .map-in:active,
.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .map-in:focus {
    background: #edc001 url("img/icon20.png") no-repeat;
    background-position: center;
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .clear {
    margin: 0;
}

.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .clear:hover,
.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .clear:active,
.open_wrap .main-nav .main_right article .case02 .q-r.map .c02-right .clear:focus {
    background: #edc001;
    color: #fff;
}

.open_wrap .main-nav .main_right article .case02 .q-r.check {
    /*display: flex;*/
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.check {
        display: block;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.check {
        display: block;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.check .checkbox-green {
    margin: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.check .checkbox-green {
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r.check .checkbox-green:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .q-r.check .checkbox-green:first-child {
        margin-bottom: 5px;
    }
}

.open_wrap .main-nav .main_right article .case02 .q-r .form-group {
    margin-bottom: 0;
}

.open_wrap .main-nav .main_right article .case02 .q-r .radio.radio-inline {
    margin-bottom: 0;
}

.open_wrap .main-nav .main_right article .case02 .btns {
    text-align: center;
    margin-top: 15px;
}

.open_wrap .main-nav .main_right article .case02 .btns .btn {
    letter-spacing: 0;
    text-indent: 0;
    background: #fff;
    border: 2px solid #23b9ad;
    color: #23b9ad;
    font-size: 1.125em;
}

.open_wrap .main-nav .main_right article .case02 .btns .btn:hover,
.open_wrap .main-nav .main_right article .case02 .btns .btn:active {
    color: #fff;
    background: #23b9ad;
}

.open_wrap .main-nav .main_right article .case02 .fileup {
    margin-top: 15px;
}

.open_wrap .main-nav .main_right article .case02 .fileup .word {
    margin-top: 15px;
    color: #ff5f5f;
    font-size: 1em;
    padding-left: 160px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case02 .fileup .word {
        margin: 0;
        padding: 15px 15px 0 15px;
    }
}

.open_wrap .main-nav .main_right article .case02 .fileup .word ul {
    list-style-type: decimal;
    padding-left: 20px;
}

.open_wrap .main-nav .main_right article .case03 .case03-title {
    font-size: 1.125em;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case03 .case03-title {
        padding: 0 15px;
    }
}

.open_wrap .main-nav .main_right article .case03 .btns {
    text-align: center;
    margin-top: 15px;
}

.open_wrap .main-nav .main_right article .case03 .btns .btn {
    letter-spacing: 0;
    text-indent: 0;
    background: #fff;
    border: 2px solid #23b9ad;
    color: #23b9ad;
    font-size: 1.125em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .case03 .btns .btn {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case03 .btns .btn {
        margin-top: 5px;
    }
}

.open_wrap .main-nav .main_right article .case03 .btns .btn:hover,
.open_wrap .main-nav .main_right article .case03 .btns .btn:active {
    color: #fff;
    background: #23b9ad;
}

.open_wrap .main-nav .main_right article .case04 .q-r.map {
    align-items: baseline;
}

@media (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .case04 .q-r.map {
        display: block;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .q-r.q02 input {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .q-r.q02 img {
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .case04 .q-r .radio.radio-inline {
    padding-left: 0px;
    margin-top: 0;
}

.open_wrap .main-nav .main_right article .case04 .case04-title {
    font-size: 1.125em;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .case04-title {
        padding: 0 15px;
    }
}



.open_wrap .main-nav .main_right article .case04 .c04-left {
    width: 60%;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left {
        width: 100%;
    }

    .open_wrap .main-nav .main_right article .case04 .c04-left br {
        display: none;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left .c04-form.flex-all {
        flex-wrap: wrap;
    }
}


.open_wrap .main-nav .main_right article .case04 .c04-left label {
    color: #555;
    font-weight: normal;
}

.open_wrap .main-nav .main_right article .case04 .c04-left label:first-child {
    min-width: 75px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left label:first-child {
        margin-bottom: 5px;
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .case04 .q-r.q01.case04-mail {
    font-size: 1.125em;
}

.open_wrap .main-nav .main_right article .case04 .c04-left .input-group-addon {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 5px;
    width: 20px;
}

@media all and (-ms-high-contrast:none) {
    .open_wrap .main-nav .main_right article .case04 .c04-left .input-group-addon {
        margin: 0 15px 0 5px;
        display: block;
    }

    *::-ms-backdrop,
    .open_wrap .main-nav .main_right article .case04 .c04-left .input-group-addon {
        margin: 0 15px 0 5px;
        display: block;
    }

    /* IE11 */
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left .input-group-addon {
        display: inline-block;
        width: 10px;
    }
}


.open_wrap .main-nav .main_right article .case04 .c04-left .case04-phone {
    margin: 0 5px;
    /* width: 85px; */
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left .case04-phone {
        min-width: 25px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left .case04-phone {
        width: 100%;
    }
}

.open_wrap .main-nav .main_right article .case04 .c04-right {
    width: 40%;
}

@media (max-width: 1200px) {
    .open_wrap .main-nav .main_right article .case04 .c04-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-right .c04-form.flex-all {
        display: block;
    }
}

@media (max-width: 1310px) and (min-width: 1200px) {
    .open_wrap .main-nav .main_right article .case04 .c04-left .case04-phone {
        /* width: 110px; */
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-right:last-child {
        margin-top: 15px;
    }
}

.open_wrap .main-nav .main_right article .case04 .c04-right label {
    color: #555;
}

.open_wrap .main-nav .main_right article .case04 .c04-right label:first-child {
    width: 105px;
    margin: 0 5px;
    font-weight: normal;
    min-width: 75px;
}

@media (min-width: 993px) and (max-width: 1310px) {
    .open_wrap .main-nav .main_right article .case04 .c04-right label:first-child {
        min-width: 75px;
        margin: 0;
        width: 75px;
    }
}

@media (max-width: 992px) {
    .open_wrap .main-nav .main_right article .case04 .c04-right label:first-child {
        margin: 0 0 5px 0;
        min-width: 70px;
    }
}

.open_wrap .main-nav .main_right article .case04 .c04-word {
    margin-top: 15px;
    font-size: .9em;
}

@media (max-width: 992px) {
    .open_wrap .main-nav .main_right article .case04 .c04-word {
        font-size: 1.125em;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case04 .c04-word {
        margin-top: 5px;
    }
}

.open_wrap .main-nav .main_right article .case04 .c04-word.red-word {
    color: #ff0202;
}


.open_wrap .main-nav .main_right article .case04 .btns {
    text-align: center;
    margin-top: 15px;
}

.open_wrap .main-nav .main_right article .case04 .btns .btn {
    letter-spacing: 0;
    text-indent: 0;
    background: #fff;
    border: 2px solid #23b9ad;
    color: #23b9ad;
    font-size: 1.125em;
}

.open_wrap .main-nav .main_right article .case04 .btns .btn:hover,
.open_wrap .main-nav .main_right article .case04 .btns .btn:active {
    color: #fff;
    background: #23b9ad;
}

.open_wrap .main-nav .main_right article .case05 {
    padding: 4% 16%;
    background: #efefef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.open_wrap .main-nav .main_right article .case05 .word01 {
    font-size: 1.25em;
}

.open_wrap .main-nav .main_right article .case05 .word02 {
    font-size: 1.25em;
    padding: 20px 0 70px 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case05 .word02 {
        padding: 15px 0 30px 0;
    }
}

.open_wrap .main-nav .main_right article .case05 .btn {
    letter-spacing: 0;
    text-indent: 0;
    float: right;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .case05 .btn {
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .autocut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.open_wrap .main-nav .main_right article .autocut:hover {
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
}

.open_wrap .main-nav .main_right article .pages {
    background: #7ccac1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .pages {
        margin: auto;
    }
}

.open_wrap .main-nav .main_right article .pages .pagination {
    margin: 0;
    float: right;
}

.open_wrap .main-nav .main_right article .pages .paginationInfo {
    list-style-type: none;
    margin-right: 120px;
}

.open_wrap .main-nav .main_right article .pages .pagination li a {
    background: none;
    color: #fff;
    border-radius: 50%;
    behavior: url(css_ie/pie.htc);
    border: 2px solid #fff;
    font-size: 1em;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.5px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.open_wrap .main-nav .main_right article .pages .paginationInfo li a {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.open_wrap .main-nav .main_right article .pages .pagination li a.np {
    position: relative;
    top: -2px;
    font-size: 1.875em;
    border: 0;
    padding: 0;
    margin: 0 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .pages .pagination li a.np {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .pages .pagination li a.np {
        margin: 0;
    }
}

.open_wrap .main-nav .main_right article .pages .pagination li.active a {
    border: 2px solid #008c82;
    color: #008c82;
}

.open_wrap .main-nav .main_right article .qna-choose .d-flex {
    display: flex;
    margin: 0;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .qna-choose .d-flex {
        flex-wrap: wrap;
    }
}

.open_wrap .main-nav .main_right article .qna-choose .d-flex .d-flexin {
    display: flex;
    align-items: center;
    width: 485px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .qna-choose .d-flex .d-flexin {
        margin-bottom: 5px;
    }
}

.open_wrap .main-nav .main_right article .qna-choose .d-flex .form-control {
    border: 1px solid #23b9ad;
    border-radius: 0;
    height: 45px;
    font-size: 1em;
}

.open_wrap .main-nav .main_right article .qna-choose .d-flex label {
    margin: 0;
}


@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .search {
        padding: 0 15px;
    }
}

.open_wrap .main-nav .main_right article .search .form-group {
    position: relative;
}

.open_wrap .main-nav .main_right article .search input {
    border-radius: 4px;
    border: 1px solid #23b9ad;
    height: 60px;
    line-height: 60px;
    padding-left: 55px;
    behavior: url(css_ie/pie.htc);
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .search input {
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .search input {
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
    }
}

.open_wrap .main-nav .main_right article .search input::placeholder {
    font-size: 1.188em;
    color: #c4c3c3;
}

.open_wrap .main-nav .main_right article .search input .placeholder {
    color: #c4c3c3;
}

.open_wrap .main-nav .main_right article .search i {
    font-size: 1.875em;
    color: #00a69a;
    position: absolute;
    top: 33px;
    left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .search i {
        top: 35px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .search i {
        top: 35px;
    }
}

.open_wrap .main-nav .main_right article .search .btn {
    background: #7ccac1;
    color: #fff;
    letter-spacing: 5px;
    text-indent: 5px;
    font-size: 1.125em;
    border: 0;
    position: absolute;
    top: 33px;
    right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right article .search .btn {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .search .btn {
        top: 30px;
    }
}

.open_wrap .main-nav .main_right .modal button.close {
    background: url("img/close.gif") no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    zoom: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.open_wrap .main-nav .main_right .modal button.close span {
    display: none;
}

.open_wrap .main-nav .main_right .modal.send .modal-dialog {
    margin: 80px auto 30px auto;
}

.open_wrap .main-nav .main_right .modal.send .modal-content {
    position: relative;
}

.open_wrap .main-nav .main_right .modal.send .modal-body h4 {
    text-align: center;
}

.open_wrap .main-nav .main_right footer {
    margin: 0 0 30px 0;
    font-size: 0.875em;
    position: relative;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right footer {
        margin: 0;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right footer .line1 {
        padding-bottom: 15px;
    }
}

.open_wrap .main-nav .main_right footer .line1 img {
    padding: 10px;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right footer .line1 img {
        padding: 0;
    }
}

.open_wrap .main-nav .main_right footer .line1 .footer-link {
    display: flex;
    margin-bottom: .5em;
}

.open_wrap .main-nav .main_right footer .line1 .footer-link .footer-linkin {
    color: #00a69a;
    padding: 0 .5em;
    border-right: 1px solid #333;
    font-size: 1.188em;
}

.open_wrap .main-nav .main_right footer .line1 .footer-link .footer-linkin:hover {
    color: #333;
}

.open_wrap .main-nav .main_right footer .line1 .footer-link .footer-linkin:first-child {
    padding-left: 0;
}

.open_wrap .main-nav .main_right footer .line1 .footer-link .footer-linkin:last-child {
    border-right: 0;
}

.open_wrap .main-nav .main_right footer .line2 {
    width: 73%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .open_wrap .main-nav .main_right footer .line2 {
        width: 71%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .open_wrap .main-nav .main_right footer .line2 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right footer .line2 {
        width: 100%;
    }
}

.logo-share {
    margin-right: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-accessibility {
    display: flex;
    align-items: center;
    margin-left: .5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-accessibility {
        left: 0;
        display: inline;
        bottom: 15px;
        top: auto;
        width: auto;
        right: auto;
    }
}

@media (max-width: 767px) {
    .logo-accessibility {
        display: inline;
        top: auto;
        width: auto;
        right: auto;
        bottom: 35px;
        left: 15px;
    }
}

body {
    counter-reset: section;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pd-30 {
    padding: 30px;
}

@media (max-width: 767px) {
    .pd-30 {
        padding: 20px;
    }
}

a {
    word-break: break-all;
}

.text-success {
    color: #15998f;
}

ul.list-style-number li {
    position: relative;
}

ul.list-style-number li:before {
    position: absolute;
    left: 0;
    counter-increment: section;
    content: counters(section, ".") ".";
}

.oneNight-Page .btn {
    display: inline;
    letter-spacing: inherit;
}

.oneNight-Page .text-center {
    text-align: center !important;
}

@media (max-width: 767px) {
    .oneNight-Page .text-center {
        margin-bottom: 15px;
    }
}

.oneNight-Page .oneNight-menu {
    background: #6F6F6F;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-menu {
        display: block;
        padding-left: 0;
    }
}

.oneNight-Page .oneNight-menu li {
    list-style: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-menu li {
        width: 100%;
    }
}

.oneNight-Page .oneNight-menu li.active a {
    position: relative;
}

.oneNight-Page .oneNight-menu li.active a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #9CB544;
}

.oneNight-Page .oneNight-menu li a {
    position: relative;
    font-size: 1.2em;
    color: #fff;
    padding: 15px 30px;
    display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .oneNight-Page .oneNight-menu li a {
        padding: 15px 25px;
    }
}

.oneNight-Page .oneNight-menu li a:focus:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #9CB544;
}

.oneNight-Page .oneNight-content {
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .oneNight-Page .oneNight-content td:last-child {
        min-height: 25px;
    }
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content {
        margin-bottom: 0;
    }

    .oneNight-Page .oneNight-content td:last-child {
        min-height: 25px;
    }
}

.oneNight-Page .oneNight-content h2.title_v3 {
    width: 355px;
    height: 91px;
    background-size: 100% auto;
    padding: 28px;
    font-size: 1.6em;
    padding: 34px 28px 28px 108px;
    color: #844e00;
    font-weight: bold;
    font-size
    /**/
    : 1.5em;
    padding
    /**/
    : 40px 28px 28px 108px;
}

.oneNight-Page .oneNight-content h2.title_v3.title_v3-people {
    background: url(img/icon-title-people.png) no-repeat;
}

.oneNight-Page .oneNight-content h2.title_v3.title_v3-time {
    background: url(img/icon-title-time.png) no-repeat;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content h2.title_v3 {
        transform: scale(0.8);
        transform-origin: top left;
        margin: 0;
    }
}

.oneNight-Page .oneNight-content .title_v2 {
    position: relative;
    padding-left: 32px;
    color: #00a69a;
    font-weight: bold;
    font-size: 1.125em;
}

.oneNight-Page .oneNight-content .title_v2:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #79C5BE;
    position: absolute;
    border-radius: 50%;
    left: 8px;
    top: 2px;
}

.oneNight-Page .oneNight-content p.title_v3_p {
    padding: 12px 20px 12px 40px;
    font-size: 1.2em;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content p.title_v3_p {
        padding: 0 5%;
    }
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .description {
        padding: 0 5%;
    }
}

.oneNight-Page .oneNight-content .description .desc {
    margin-bottom: 60px;
}

.oneNight-Page .oneNight-content .description .desc2 h4 {
    font-size: 1em;
    margin-bottom: 20px;
}

.oneNight-Page .oneNight-content .description .desc2 .gray-box {
    background: #F8F8F8;
    padding: 12px;
}

.oneNight-Page .oneNight-content .description .desc2 .panel-group .panel-body {
    padding: 0;
}

.oneNight-Page .oneNight-content .description .desc2 .panel-group .panel-heading h4 {
    margin-bottom: 0;
}

.oneNight-Page .oneNight-content .description .desc2 .panel-group .panel-body h5 {
    font-size: 1.125em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .description .desc2 .gray-box {
        padding: 0;
        width: 100%;
    }

    .oneNight-Page .oneNight-content .description .desc2 .panel-gray {
        width: 100%;
    }
}

.oneNight-Page .oneNight-content .description p {
    font-size: 1em;
}

.oneNight-Page .oneNight-content .privacy {
    padding: 0 4%;
}

.oneNight-Page .oneNight-content .privacy .privacy-box {
    margin-bottom: 40px;
}

.oneNight-Page .oneNight-content .privacy .privacy-box p {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .privacy .privacy-box p {
        font-size: 1.1em;
    }
}

.oneNight-Page .oneNight-content .privacy ul {
    padding: 0 30px;
    margin-left: 35px;
}

.oneNight-Page .oneNight-content .privacy ul li {
    list-style-type: trad-chinese-formal;
    font-size: 1em;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .privacy ul li {
        font-size: 1.1em;
    }
}

.oneNight-Page .oneNight-content .privacy ul li ul {
    margin-left: 0;
}

.oneNight-Page .oneNight-content .privacy ul li ul li {
    list-style-type: trad-chinese-informal;
}

.oneNight-Page .oneNight-content .privacy p {
    font-size: 1em;
}

.oneNight-Page .oneNight-content .related-link {
    display: flex;
    flex-wrap: wrap;
}

.oneNight-Page .oneNight-content .related-link .related-in {
    width: calc(50% - 1em);
    margin: .5em;
    padding: .5em 1em;
    background: #00a69a;
    color: #fff;
    font-size: 1.188em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oneNight-Page .oneNight-content .related-link .related-in:hover {
    background: #3ec1ab;
}


.oneNight-Page .oneNight-content .Ranking {
    margin-top: 40px;
}

.oneNight-Page .oneNight-content .Ranking .panel-head {
    position: relative;
}

.oneNight-Page .oneNight-content .Ranking .panel-head .title {
    text-align: center;
}

.oneNight-Page .oneNight-content .Ranking .panel-head .title h4 {
    color: #00a15b;
    font-weight: bold;
    font-size: 1.125em;
}

.oneNight-Page .oneNight-content .Ranking .panel-head .title h2 {
    color: #3073c7 !important;
    font-size: 1.125em;
    font-weight: bold;
}

.oneNight-Page .oneNight-content .Ranking .panel-head .title .fullDate {
    font-size: 1.2em;
    color: #585151;
    font-weight: bold;
}

.oneNight-Page .oneNight-content .Ranking .panel-head ul.list {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .oneNight-Page .oneNight-content .Ranking .panel-head ul.list {
        position: static;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .oneNight-Page .oneNight-content .Ranking .panel-head ul.list {
        position: relative;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .Ranking .panel-head ul.list {
        position: relative;
        margin-top: 20px;
    }
}

.oneNight-Page .oneNight-content .Ranking .panel-head ul.list li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .Ranking .panel-head ul.list li {
        margin-left: 6px;
        margin-right: 6px;
    }
}

.oneNight-Page .oneNight-content .Ranking .panel-head ul.list li a {
    position: relative;
    background: #54C7A8;
    border: none;
    font-size: 1em;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
    behavior: url(css_ie/pie.htc);
    display: block;
    /*padding: 8px 20px;*/
    padding: 8px 10px 8px 10px;
    transition: all 200ms;
    top: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .Ranking .panel-head ul.list li a {
        padding: 8px;
    }
}

.oneNight-Page .oneNight-content .Ranking .panel-head ul.list li a:focus,
.oneNight-Page .oneNight-content .Ranking .panel-head ul.list li a:hover {
    top: 2px;
    box-shadow: none;
}

.oneNight-Page .oneNight-content .Ranking .panel-head .Ranking-search {
    width: 300px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .oneNight-Page .oneNight-content .Ranking .panel-head .Ranking-search {
        width: 90%;
    }
}

.oneNight-Page .oneNight-content .Ranking .panel-body {
    padding: 0;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail {
    border: none;
    padding: 0;
    margin-top: 30px;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1310px) {
    .oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail {
        width: 300px;
    }
}


.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail canvas {
    margin: auto;
}



.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .percentage {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 25%;
    bottom: 0;
    font-size: 1.5em;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption {
    padding: 0;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list {
    padding: 12px 0;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul {
    padding-left: 0;
    text-align: center;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul:before {
    content: '';
    display: inline-block;
    clear: both;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul li {
    list-style: none;
    padding: 0px 3px;
    font-size: 0.938em;
    display: inline-block;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    margin-right: 4px;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul li.list-green:before {
    content: '';
    background: #49B5AB;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul li.list-pink:before {
    content: '';
    background: #F2618F;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul li.list-gray:before {
    content: '';
    background: #dbdbdb;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .thumbnail .caption .list ul li.list-yellow:before {
    content: '';
    background: #DCE77C;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .chart-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .chart-wrap .col-sm-4 {
    text-align: center;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .chart-wrap .col-sm-4 img {
    margin: 0 auto;
}

.oneNight-Page .oneNight-content .Ranking .panel-body .chart-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.talk-way {
    margin-top: .5em;
}

.talk-way .red {
    font-weight: bold;
}

.Api_menu {
    padding: 6% 16%;
    display: table;
    margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .Api_menu {
        padding: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Api_menu {
        padding: 5% 0;
    }
}

@media (max-width: 767px) {
    .Api_menu {
        padding: 4% 2%;
    }
}

.Api_menu ul {
    padding-left: 0;
    display: table-row;
    text-align: center;
}

.Api_menu ul li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .Api_menu ul li {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .Api_menu ul li {
        padding: 5px;
        width: 50%;
        float: left;
        display: block;
    }
}

.Api_menu ul li a {
    background: url(img/menu_sq_bg.png) no-repeat;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    height: 140px;
    width: 140px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .Api_menu ul li a {
        height: 120px;
        width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Api_menu ul li a {
        height: 107px;
        width: 107px;
    }
}

@media (max-width: 767px) {
    .Api_menu ul li a {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.Api_menu ul li.active a {
    background: url(img/menu_sq_bg_active.png) no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .Api_menu ul li.active a {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.title_v1,
.title_v1_4,
.title_v1_6,
.title_v1_8,
.title_v1_11 {
    text-align: center;
    position: relative;
    color: #879738;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 3%;
}

@media (max-width: 767px) {

    .title_v1,
    .title_v1_4,
    .title_v1_6,
    .title_v1_8,
    .title_v1_11 {
        margin-bottom: 8%;
    }
}

.title_v1:before,
.title_v1_4:before,
.title_v1_6:before,
.title_v1_8:before,
.title_v1_11:before {
    content: '';
    width: calc(50% - 80px);
    left: 0;
    top: 12px;
    position: absolute;
    height: 3px;
    background: #E4E8D7;
}

.title_v1:after,
.title_v1_4:after,
.title_v1_6:after,
.title_v1_8:after,
.title_v1_11:after {
    content: '';
    width: calc(50% - 80px);
    right: 0;
    top: 12px;
    position: absolute;
    height: 3px;
    background: #E4E8D7;
}

.title_v1_4:before {
    width: calc(50% - 70px);
}

.title_v1_4:after {
    width: calc(50% - 70px);
}

.title_v1_6:before {
    width: calc(50% - 80px);
}

.title_v1_6:after {
    width: calc(50% - 80px);
}

.title_v1_8:before {
    width: calc(50% - 90px);
}

.title_v1_8:after {
    width: calc(50% - 90px);
}

.title_v1_11:before {
    width: calc(50% - 110px);
}

.title_v1_11:after {
    width: calc(50% - 110px);
}

.flex-lr-ie {
    display: table;
    width: 100%;
    height: 100%;
}

.flex-lr-ie:after {
    content: "";
    display: table;
    clear: both;
}

.flex-lr-ie .row {
    height: 100%;
    display: table-row;
}

.flex-lr-ie .row .flex-1 {
    color: #333;
    font-size: 1em;
    width: 42px;
    height: 100%;
    display: table-cell;
    float: none;
    padding: 0 6px;
}

@media (max-width: 767px) {
    .flex-lr-ie .row .flex-1 {
        display: block;
        width: 100%;
        padding: 0;
    }
}

@-moz-document url-prefix() {
    @media (max-width: 767px) {
        .flex-lr-ie .row .flex-1 {
            display: table-cell;
            width: 42px;
            padding: 0 6px;
        }
    }
}

.flex-lr-ie .row .flex-2 {
    color: #fff;
    font-size: 1.3em;
    width: 120px;
    height: 100%;
    display: table-cell;
    float: none;
    padding: 0 6px;
    text-indent: -15px;
}

@media (max-width: 767px) {
    .flex-lr-ie .row .flex-2 {
        display: block;
        width: 100%;
        padding: 10px;
        text-indent: 0;
    }
}

.flex-lr-ie .row .flex-control {
    width: 100%;
    height: 100%;
    display: table;
    float: none;
}

.flex-lr-ie .row .flex-control .img-responsive-phone {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-lr-ie .row .flex-control .img-responsive-pc {
        display: none;
    }

    .flex-lr-ie .row .flex-control .img-responsive-phone {
        display: block;
        width: 80%;
        margin: auto;
    }

    .img-w {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .flex-lr-ie .row .flex-control .img-responsive-pc {
        display: none;
    }

    .flex-lr-ie .row .flex-control .img-responsive-phone {
        display: block;
        margin: auto;
    }

    .img-w {
        width: 100%;
    }
}

.flex-lr-ie .row .flex-control ul {
    display: inline-block;
    vertical-align: top;
}

.flex-lr-ie .row .flex-control ul li {
    list-style: none;
}

.flex-lr-ie .ie-sm-4 {
    padding: 12px 0 !important;
    width: calc(99% / 3);
}

@media (max-width: 767px) {
    .flex-lr-ie .ie-sm-4 {
        width: 100%;
        margin-bottom: 0;
    }
}

.flex-timeline {
    padding: 20px;
    display: table;
}

.flex-timeline .flex-timeline-block {
    display: table-row;
    height: 100%;
}

.flex-timeline .flex-timeline-block:first-child .flex-date {
    background: #54C7A9;
}

.flex-timeline .flex-timeline-block:first-child+div .flex-date {
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.45);
    color: #7ad64b;
}

.flex-timeline .flex-timeline-block:first-child+div+div .flex-date {
    background: #4BC9E5;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div .flex-date {
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.45);
    color: #7ad64b;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div+div .flex-date {
    background: #54C7A9;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div+div+div .flex-date {
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.45);
    color: #7ad64b;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div .flex-date {
    background: #4BC9E5;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div+div .flex-date {
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.45);
    color: #7ad64b;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div+div+div .flex-date {
    background: #54C7A9;
}

.flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div+div+div+div .flex-date {
    background: #fff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.45);
    color: #7ad64b;
}

.flex-timeline .flex-timeline-block .flex-date {
    position: relative;
    width: 92px;
    height
    /**/
    : 92px;
    margin-right: 20px;
    position: relative;
    font-size: 1.063em;
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .flex-timeline .flex-timeline-block .flex-date {
        width: 62px;
    }
}

.flex-timeline .flex-timeline-block .flex-date:before {
    content: '';
    before: "before";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #EFF1E6;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    z-index: 4;
    behavior: url(css_ie/pie.htc);
}

.flex-timeline .flex-timeline-block .flex-date:after {
    content: '';
    after: "after";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D6DEB4;
    bottom: -5px;
    right: -5px;
    border-radius: 50%;
    z-index: 4;
    behavior: url(css_ie/pie.htc);
}

.flex-timeline .flex-timeline-block .flex-control {
    display: table-cell;
    border-bottom: 1px solid #D6DEB4;
    font-size: 1.063em;
    color: #363d3c;
    padding-left: 20px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .flex-timeline .flex-timeline-block .flex-control {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .flex-lr-gray {
        width: 90%;
        margin: 0 auto;
    }
}

.flex-lr-gray .flex-2 {
    color: #fff;
    font-size: 1.125em;
    padding-right: 15px;
    background: #6F6F6F;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.flex-lr-gray .flex-control {
    position: relative;
    background: #F6F6F6;
    border-radius: 12px;
    behavior: url(css_ie/pie.htc);
    margin-left: -15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

@media (max-width: 767px) {
    .flex-lr-gray .flex-control {
        margin: 0;
    }
}

.flex-lr-gray .flex-control ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 12px;
}

.flex-lr-gray .flex-control ul.ul_v1 {
    height: 410px;
    font-size: 1em;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .flex-lr-gray .flex-control ul.ul_v1 {
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-lr-gray .flex-control ul.ul_v1 {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .flex-lr-gray .flex-control ul.ul_v1 {
        height: auto;
        padding: 0 !important;
    }
}

.flex-lr-gray .flex-control ul li {
    list-style: none;
    padding: 6px 12px 6px 24px;
}

.panel {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .panel {
        width: 90%;
        margin: auto;
        margin-bottom: 20px !important;
    }
}

.panel.panel-terms .panel-body .terms {
    margin-bottom: 40px;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .panel.panel-terms .panel-body .terms {
        padding-left: 0;
        margin-bottom: 0;
    }
}

.panel.panel-terms .panel-body .terms p {
    font-size: 1.2em;
}

.panel.panel-green .panel-heading {
    padding-left: 40px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.18);
    behavior: url(css_ie/pie.htc);
    background-color: #E7F7F6 !important;
}

.panel.panel-green .panel-heading h4 {
    font-size: 1.2em;
    color: #6f6f6f;
    font-weight: bold;
}

.panel.panel-green .panel-body {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    behavior: url(css_ie/pie.htc);
    padding: 4% 0;
}

.panel.panel-green .panel-body .form-group {
    margin-bottom: 20px;
}

.panel.panel-green .panel-body input {
    border: 1px solid #13B8AC;
    border-radius: 0;
}

.panel.panel-green .panel-body label {
    text-align: right;
    font-size: 1.2em;
    color: #555555;
    font-weight: normal;
}

@media (max-width: 767px) {
    .panel.panel-green .panel-body label {
        font-size: 1em;
    }

    .panel.panel-green .panel-body label.label02 {
        text-align: left;
    }
}

.panel-gray .panel-heading {
    background: #DEDEDE;
    color: #393939;
    padding: 0;
    font-size: 1.125em;
}

.panel-gray .panel-heading .panel-title a {
    padding: 20px;
    padding-left: 8%;
    display: block;
}

.panel-gray.active .panel-heading {
    background: #636363;
    color: #fff;
}

.panel-gray.active .panel-heading .panel-title {
    font-size: 1em;
}

/*.panel-gray .panel-heading .panel-title a:not(.collapsed) {
        background: #636363;
    color: #fff;
}
.panel-gray .panel-heading .panel-title a.collapsed {
    background:#DEDEDE;
}*/
.panel-gray .panel-heading [aria-expanded='true'] {
    background: #636363;
    color: #fff !important;
}

.panel-gray .panel-heading [aria-expanded='false'] {
    background: #DEDEDE;
    color: #393939 !important;
}

.panel-gray .panel-body {
    font-size: 1em;
    padding: 2% 12%;
    background: #F8F8F8;
}

@media (max-width: 767px) {
    .panel-gray .panel-body {
        padding: 15px;
    }
}

.btn-green {
    background: #13B8AC;
    color: #fff;
    border-radius: 0;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
}

.btn-green2 {
    background: #00A599;
    color: #fff;
    border-radius: 4px;
    width: 120px;
    text-align: left;
    font-size: 0.875em;
}

.btn-green2:hover,
.btn-green2:focus {
    color: #fff;
}

.btn-green2 i {
    float: right;
    position: relative;
    font-size: 1.25em;
}

.btn-blue {
    border: 2px solid #0594d5 !important;
    background: #0594d5 !important;
    color: #fff !important;
}

.btn-blue:hover {
    background: #0b648c !important;
    border: 2px solid #0b648c !important;
    color: #fff !important;
}

.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
}

dl {
    background-color: #f7fafa;
}

dl .ie7 dl {
    overflow: hidden;
}

dl dt,
dl dd {
    box-sizing: border-box;
    padding: 10px;
}

dl dd~dd {
    position: relative;
}

dl dd~dd:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: #BDD8D4;
    height: 1px;
}

@media (max-width: 767px) {
    dl dd~dd:before {
        width: 90%;
    }
}

dl dt {
    float: left;
    width: 20%;
    padding-bottom: 0;
}

dl .ie7 dt {
    padding-bottom: 10px;
    clear: both;
}

dl dd {
    margin-left: 20%;
    background-color: #fff;
}

dl .ie7 dd {
    margin-left: 40%;
    overflow: hidden;
}

dl dd:after {
    content: "";
    display: block;
    clear: both;
}

dl .row2+dd:after {
    content: none;
}

dl.dl_green {
    background: #BDD8D4;
    font-size: 1em;
    margin-bottom: 0;
}

dl.dl_green dt {
    color: #006c64;
    padding: 8px;
    padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    dl.dl_green dt {
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    dl.dl_green dt {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    dl.dl_green dt {
        width: 30%;
        text-align: center;
        padding-left: 0;
    }
}

dl.dl_green dt:first-child {
    padding-top: 40px;
}

dl.dl_green dt:last-child {
    padding-bottom: 40px;
}

dl.dl_green dd {
    color: #14302e;
    background: #F8F8F8;
    padding: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
    dl.dl_green dd {
        word-break: break-all;
    }
}

@media (max-width: 767px) {
    dl.dl_green dd {
        margin-left: 30%;
        word-wrap: break-word;
        word-break: break-all;
    }
}

dl.dl_green dd:nth-of-type(1) {
    padding-top: 40px;
}

dl.dl_green dd:last-child {
    padding-bottom: 40px;
}

.rwd-table.rwd-table-default tbody th {
    background: #fff;
    color: #00a69a;
    font-size: 1em;
}

.rwd-table.rwd-table-default tbody tr {
    border-bottom: 1px solid #D7DAC6 !important;
}

.rwd-table.rwd-table-default tbody td {
    background: #fff;
    font-size: 0.875em;
}

.rwd-table.rwd-table-default tbody td:nth-child(2) {
    text-align: center;
}

@media (max-width: 767px) {
    .rwd-table.rwd-table-default tbody td:nth-child(2) {
        text-align: left;
    }
}

.input-group-search select {
    background: #54C7A8;
    border: none;
    border-radius: 8px 0 0 8px;
    color: #fff;
    font-size: 0.938em;
}

.input-group-search .btn-search {
    background: #54C7A8;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid #fff;
}

.input-group-search .btn-search i {
    color: #fff;
}

.open_wrap .main-nav .main_right article .description {
    padding: 30px;
    font-size: 1.145em;
    border-top: 8px solid #ededed;
    color: #424242;
    line-height: 2;
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .description {
        font-size: 1em;
        line-height: 1.5;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .open_wrap .main-nav .main_right article .description img {
        width: 100%;
    }
}

.q-fancybox .q-frame {
    display: flex;
}

@media (max-width: 767px) {
    .q-fancybox .q-frame {
        display: block;
    }
}

.q-fancybox .q-frame .q-l {
    background: #6b6b6b;
    color: #fff;
    width: 150px;
    font-size: 1.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    letter-spacing: 5px;
    text-indent: 5px;
}

@media (max-width: 767px) {
    .q-fancybox .q-frame .q-l {
        width: 100%;
    }
}

.q-fancybox .q-frame .q-r {
    margin: 0 15px;
    width: 100%;
    padding: 15px 3px;
}


@media (max-width: 767px) {
    .q-fancybox .q-frame .q-r {
        width: 100%;
        word-break: break-all;
        word-wrap: break-word;
        margin: 0;
    }
}

.q-fancybox .q-frame .q-r img {
    width: 100%;
}

.q-fancybox .q-frame .q-r.q01 {
    color: #a88f25;
    font-size: 1.063em;
    border-bottom: 1px solid #c9c9c9;
}

.q-fancybox .q-frame .q-r.q02 {
    color: #40a292;
    font-size: 1.125em;
    border-bottom: 1px solid #c9c9c9;
}

.q-fancybox .q-frame .q-r.q03 {
    color: #585858;
    font-size: 1em;
    line-height: 2.5;
    word-wrap: break-word;
    word-break: break-all;
}

.q-fancybox .q-frame .q-r .btns {
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .q-fancybox .q-frame .q-r .btns {
        margin: 15px;
    }
}


#chartsDiv .thumbnail .percentage {
    height: 25px;
    margin: 0;
}

#chartsDiv .thumbnail .btn {
    display: inline-block !important;
    width: inherit !important;
}

@-moz-document url-prefix() {
    #chartsDiv .thumbnail .btn {
        display: flex !important;
        margin: 0 auto !important;
        justify-content: center !important;
        width: 50% !important;
    }
}

.table-green thead th {
    background: #BDD8D4;
    color: #006c64;
}

.table-green tbody td {}

.accessibility:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.Ranking-Map {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .Ranking-Map {
        top: 16px;
        width: 80px;
    }

    .Ranking-Map img {
        width: 100%;
    }
}

a {
    cursor: pointer;
}

/*table-rwd2*/
@media screen and (max-width: 767px) {

    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive tfoot,
    .table-responsive tr,
    .table-responsive th,
    .table-responsive td {
        display: block;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive .align-center,
    .table-responsive .align-right {
        text-align: inherit;
    }

    .table-responsive tr {
        border-top: 1px solid #ddd;
    }

    .table-responsive tr:first-child {
        border: 0;
    }

    .table-responsive>tbody>tr>td {
        padding-left: 32%;
        border-top-color: rgba(221, 221, 221, 0.5);
        min-height: 39px !important;
    }

    .table-responsive>tbody>tr>td p {
        word-break: break-all;
    }

    .table-responsive>tbody>tr>td:first-child {
        border: 0;
    }

    .table-responsive [data-label] {
        position: relative;
    }

    .table-responsive [data-label]:before {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px;
        content: attr(data-label);
        font-weight: bold;
        background: #BDD8D4;
        width: 30%;
        color: #006c64;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .table-responsive-flex {
        display: block;
    }

    .table-responsive .tr2 td {
        padding: 0;
    }

    .table-responsive .tr2 td pre {
        width: 90%;
        margin: 5% auto;
    }

    .table-responsive .tr2 [data-label]:before {
        position: relative;
        width: 100%;
    }

    .desc2 .panel-collapse .flex-lr {
        display: block;
    }

    .desc2 .panel-collapse .flex-lr .row {
        display: block;
        margin: 0;
    }

    .desc2 .panel-collapse .flex-lr .row .flex-control {
        display: block;
    }

    .Ranking-Map {
        position: relative;
    }
}

.footer-icon {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    align-items: center;
}

@media (min-width:992px) and (max-width:1200px) {
    .footer-icon {
        position: static;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-icon {
        position: static;
    }
}

@media (max-width:767px) {
    .footer-icon {
        position: static;
    }
}


.btn-message {
    position: fixed;
    top: 20%;
    right: 10%;
    display: block;
    /*width: 110px;
    height: 110px;*/
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(45deg, #1ba69a, #fdf092);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .18);
    /*color: #000;*/
    color: #fff;
    /*font-size: 1em;*/
    font-size: .813em;
    text-align: center;
    z-index: 1020;
}


.btn-message span {
    display: block;
    margin-top: -4px;
}

.btn-message i {
    display: block;
}

.btn-message:focus {
    color: #000;
    background: linear-gradient(45deg, #1ba69a, #fdf092);
}

.btn-message:hover {
    background: linear-gradient(45deg, #1ba69a, #fdf092);
    color: #000;
    opacity: 0.8;
}

.btn-message.foot {
    position: static;
    margin-right: 1em;
    width: 85px;
    height: 85px;
    font-size: 0.813em;
}

.btn-webphone {
    position: fixed;
    top: 34%;
    right: 10%;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(45deg, #f0a944, #fcf0c2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .18);
    color: #000;
    font-size: 1em;
    text-align: center;
    z-index: 1020;
}


.btn-webphone span {
    display: block;
    margin-top: -4px;
}

.btn-webphone i {
    display: block;
}

.btn-webphone i img {
    width: 40px;
}

.btn-webphone:focus {
    color: #000;
    background: linear-gradient(45deg, #f0a944, #fcf0c2);
}

.btn-webphone:hover {
    background: linear-gradient(45deg, #f0a944, #fcf0c2);
    color: #000;
    opacity: 0.8;
}

.btn-webphone.foot {
    position: static;
    width: 85px;
    height: 85px;
    font-size: 0.813em;
}

/*�վ��_��*/
pre {
    white-space: pre-wrap;
    font-size: 0.813em;
}

/* �վ�r��j�p */
.f-z {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width:767px) {
    .f-z {
        padding: 0 1em 0 0;
        justify-content: flex-start;
    }
}

@media (max-width:480px) {
    .f-z {
        padding: 0;
    }
}

html[data-useragent*='MSIE 10.0'] .f-z {
    text-align: right;
    padding-bottom: 10px;
}

.f-z a {
    display: flex;
    width: 30px;
    height: 30px;
    background: #00a69a;
    color: #fff;
    font-size: 1.188em;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0 0 0 5px;
}

html[data-useragent*='MSIE 10.0'] .f-z a {
    margin: 0 0 0 5px;
    padding: 5px;
}

.f-z a:hover {
    background: #3ec1ab;
}

/*�W���`�n*/

.content-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: .5em 0;
}
@media (max-width:1200px) {
    .content-top {
        display: block;
    }
}

@media (max-width:991px) {
    .content-top {
        padding: 0 1em;
        position: relative;
    }
    .add_flex {
        display: flex;
    }
    .content-top .content-top-right {
        margin-top: 0px;
    }
}

.content-top .content-top-left {
    display: flex;
    align-items: center;
    width: 50%;
    min-width: 465px;
}

@media (max-width:991px) {
    .content-top .content-top-left {
        width: auto;
        min-width: initial;
    }
}

.content-top .content-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width:1200px) {
    .content-top .content-top-right {
        margin-top: 5px;
    }
}

@media (max-width:991px) {
    .content-top .content-top-right {
        justify-content: flex-end;
    }
}
@media (max-width:480px) {
    .mobile_location {
        position: absolute;
        top: 0;
    }
}

.gsc-input-box {
    border: 1px solid #00a69a !important;
    color: #333;
    height: 30px;
    width: 150px;
    border-radius: 9999px !important;
    padding: 0 1em !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 30px !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    line-height: 30px;
    padding-right: .25em !important;
    font-size: 1em;
    background: none !important;
    text-indent: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input tbody {
    width: 100%;
}

.gsst_a {
    display: flex !important;
}

.gscb_a {
    padding: 0 !important;
}

.gsib_a {
    padding: 0 !important;
    width: 100px !important;
}

.gsib_b {
    display: none;
}

.gsst_a .gscb_a {
    color: #1CA389 !important;
}

.gsst_a:hover .gscb_a,
.gsst_a:focus .gscb_a {
    color: #00a69a !important;
}

.gsc-search-button {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    height: 23px;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    border-color: #00a69a !important;
    background-color: #00a69a !important;
    border-radius: 9999px !important;
    padding: 0 1em !important;
    width: 23px !important;
    height: 23px;
}

.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #3ec1ab !important;
    background-color: #3ec1ab !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 span {
    padding-left: .5em;
    display: flex;
}

form.gsc-search-box {
    margin: 0 !important;
}

table.gsc-search-box {
    margin: 0 !important;
    position: relative;
}

.searchadv {
    border-color: #00a69a;
    background-color: #00a69a;
    border-radius: 9999px;
    font-size: 1.15em;
    padding: 0 1em;
    color: #fff;
    font-weight: bold;
    width: 115px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchadv:hover {
    color: #fff;
    background: #3ec1ab;
}

.searchadv:focus {
    color: #fff;
}

.content-top .keyword {
    display: flex;
    align-items: center;
    margin-left: .5em;
}

@media (max-width:767px) {
    .content-top .keyword {
        width: 100%;
    }
}

.content-top .keyword a {
    color: #1CA389;
    display: flex;
    margin: 0 .25em;
    font-size: 1.188em;
}

.content-top .keyword a:hover {
    color: #333;
}

.content-top .g-search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    .content-top .g-search {
        position: absolute;
        background: #fff;
        top: 20px;
        left: 0;
        width: 100%;
        z-index: 4;
        padding: 1em;
        border-top: 2px solid #00a69a;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
    }

    .content-top .g-search.active {
        top: 37px;
        opacity: 1;
        visibility: visible;
    }
}

.content-top .g-search .keyword {
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .content-top .g-search .keyword {
        width: 100%;
    }
}

.content-top .g-search .keyword a {
    color: #1CA389;
    display: flex;
    margin: 0 .25em;
    font-size: 1.188em;
}

.content-top .g-search .keyword a:hover {
    color: #333;
}

.content-top .g-search .g-input {
    border: 1px solid #00a69a;
    color: #333;
    height: 30px;
    width: 150px;
    border-radius: 99em;
    padding: 0 1em;
}

.content-top .g-search .g-btn {
    background: #00a69a;
    color: #fff;
    height: 30px;
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1em 0 .5em;
    border-radius: 99em;
    font-size: 1.188em;
}

@media (max-width:767px) {
    .content-top .g-search .g-btn {
        padding: 0 .5em;
    }
}

.content-top .g-search .g-btn:hover {
    background: #3ec1ab;
}

.content-top .g-search .g-btn img {
    margin-right: .5em;
}

@media (max-width:767px) {
    .content-top .g-search .g-btn img {
        margin-right: .25em;
    }
}

.content-top .g-search .g-btn label {
    margin: 0;
}

.content-top .g-phone-btn {
    background: #00a69a;
    color: #fff;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 99em;
    display: none;
}

@media (max-width:991px) {
    .content-top .g-phone-btn {
        display: flex;
    }
}

.content-top .g-phone-btn:hover {
    background: #5cdec8;
}

.content-top .login-column {
    display: flex;
    align-items: center;
    margin-right: .5em;
}

@media (max-width:767px) {
    .content-top .login-column {
        justify-content: space-between;
    }
}

.content-top .btn-login {
    background: #3ec1ab;
    color: #fff;
    font-size: 1.188em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 30px;
    padding: 0 1em;
    cursor: pointer;
}

@media (max-width:768px) {
    .content-top .btn-login {
        font-size: 1em;
    }
}

.content-top .btn-login:hover {
    background: #5cdec8;
    color: #333;
}

.content-top .name {
    font-size: 1.188em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 1em;
}

@media (max-width:767px) {
    .content-top .name {
        padding: 0 .5em 0 0;
    }
}

@media (max-width:480px) {
    .content-top .name {
        font-size: 1em;
    }
}

/* padding top */
.p-t-5 {
    padding-top: 5px;
}

/* 1999ApiApplication ���ҽX */
.capture-s {
    width: 57.5%;
}

@media (max-width: 767px) {
    .capture-s {
        width: 100%;
    }
}

/* �a�Ͽ�ܾ� */

.map_in {
    font-family: �L�n������;
}

.map_in .mapsize {
    height: 500px;
}

@media (max-width: 767px) {
    .map_in .mapsize {
        height: 300px;
    }
}

.map_in .maplinein {
    display: flex;
    align-items: center;
}

.map_in .maplinein input {
    width: 80%;
    background: #fff;
}

.map_in h5 {
    background: #00a69a;
    color: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.map_in .btn {
    letter-spacing: 0;
    text-indent: 0;
    border-radius: 0;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background: none;
    padding: 7px;
    height: 40px;
}

.map_in .btn-clear {
    border: 2px solid #edc001;
    color: #edc001;
}

.map_in .btn-check {
    border: 2px solid #23b9ad;
    color: #23b9ad;
}

.map_in .form-control {
    border: 1px solid #23b9ad;
    border-radius: 0;
    margin-bottom: 5px;
}

.case-modal {
    background: rgba(0, 0, 0, .8) !important;
}


.case-modal .modal-content {
    border-radius: 0;
    padding: 4em 7em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .case-modal .modal-content {
        padding: 2em;
    }
}

@media (max-width: 767px) {
    .case-modal .modal-content {
        padding: 1em;
    }
}

.case-modal .modal-dialog {
    width: 60%;
    margin-top: 7em;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .case-modal .modal-dialog {
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .case-modal .modal-dialog {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .case-modal .modal-dialog {
        width: 95%;
    }
}

.case-modal .modal-header {
    border: 0;
    position: relative;
}

.case-modal .modal-header .update {
    text-align: center;
    padding: .5em 0;
    font-size: 1.15em;
}

.case-modal a.close {
    font-size: 24px;
    color: #fff;
    top: -2em;
    right: -10em;
    width: 120px;
    background: none;
    font-weight: normal;
    position: absolute;
    text-shadow: none;
    opacity: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .case-modal a.close {
        right: -5em;
        top: -4em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .case-modal a.close {
        right: -1em;
        top: -3em;
    }
}

@media (max-width: 767px) {
    .case-modal a.close {
        right: -1em;
    }
}

.case-modal .modal-title {
    color: #00a69a;
    text-align: center;
    font-size: 2.15em;
    font-weight: bold;
}

@media (max-width: 767px) {
    .case-modal .modal-title {
        font-size: 1.2em;
    }
}

@media (max-width: 767px) {
    .case-modal .modal-title img {
        width: 35px;
    }
}


.case-modal .modal-title span {
    text-decoration: underline;
}

.case-modal .modal-body {
    font-size: 1.285em;
    color: #3f4040;
}

@media (max-width: 767px) {
    .case-modal .modal-body {
        font-size: 1em;
    }
}

.case-modal .modal-body ul {
    list-style-type: trad-chinese-informal;
    padding-left: 4.5em;
}

@media (max-width: 767px) {
    .case-modal .modal-body ul {
        padding-left: 2.3em;
    }
}

.case-modal .modal-body ul li {
    padding: 0.5em 0;
}

.case-modal .modal-body .checkbox {
    font-size: 1.17em;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .case-modal .modal-body .checkbox {
        font-size: 1em;
    }
}

.case-modal .modal-body .checkbox input[type='checkbox']+label {
    background: url(img/off04.png) left center no-repeat;
}

.case-modal .modal-body .checkbox input[type='checkbox']:checked+label {
    background-image: url(img/check04.png);
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.case-modal .modal-body .btns {
    text-align: center;
}

.case-modal .modal-body .btns .btn {
    font-size: 1.17em;
    font-weight: bold;
    letter-spacing: 0px;
    text-indent: 0px;
    border-color: #23b9ad;
}

.case-modal .modal-body .remark {
    padding-left: 4.5em;
    position: relative;
}

@media (max-width: 767px) {
    .case-modal .modal-body .remark {
        padding-left: 3em;
    }
}

.case-modal .modal-body .remark:after {
    content: "\5099 \8A3B \FF1A ";
    display: flex;
    position: absolute;
    left: 1.2em;
    top: 0;
}

@media (max-width: 767px) {
    .case-modal .modal-body .remark:after {
        left: 0;
    }
}

.case-modal .modal-footer {
    border: 0;
    font-size: 1.145em;
    color: #424242;
    line-height: 2;
    text-align: left;
}

.case-modal .modal-footer .images {
    text-align: center;
}

@media (max-width: 767px) {
    .case-modal .modal-footer .images img {
        width: 100%;
    }
}

.case-modal .modal-footer .btns {
    text-align: center;
}

.case-modal .modal-footer .btns .btn-nextstep {
    font-size: 1.17em;
    font-weight: bold;
    letter-spacing: 0px;
    text-indent: 0px;
    border-color: #23b9ad;
    background: #fff;
    color: #23b9ad;
}

@media (max-width: 767px) {
    .case-modal .modal-footer .btns .btn-nextstep {
        margin-bottom: .5em;
        width: 100%;
    }
}

.case-modal .modal-footer .btns .btn-nextstep:hover {
    background-color: #23b9ad;
    color: #fff;
}

.case-modal .modal-footer .btns .btn-gonext {
    font-size: 1.17em;
    font-weight: bold;
    letter-spacing: 0px;
    text-indent: 0px;
    border-color: #0594d5;
    color: #0594d5;
    background: #fff;
}

@media (max-width: 767px) {
    .case-modal .modal-footer .btns .btn-gonext {
        width: 100%;
        margin: 0;
    }
}

.case-modal .modal-footer .btns .btn-gonext:hover {
    background-color: #0594d5;
    color: #fff;
}

.remove_content td:before {
    content: none !important;
}

.rwd-table-fixed th:first-child {
    border-right: none !important;
    background: #ead683;
}

@media (max-width:992px) {
    .rwd-table-fixed .td-height {
        min-height: 40px;
    }

    .rwd-table-fixed td {
        padding-left: 90px !important;
        width: initial !important;
        overflow: visible;
        white-space: normal;
        word-wrap: break-word;
    }

    .rwd-table-fixed td:before {
        overflow: visible;
        white-space: normal;
        word-wrap: break-word;
    }
}

@media (max-width:768px) {
    .rwd-table-fixed td {
        padding-left: 110px !important;
    }

    .rwd-table-fixed td .checkbox {
        margin-left: 0px;
    }

    .rwd-table-fixed .td-height {
        min-height: 0px;
    }
}

/*���C�Ϫ�*/

.leaderboard {
    background: #DFF4C9;
    padding: .5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 2em;
}

@media (max-width: 767px) {
    .leaderboard {
        top: -53em;
        position: absolute;
        width: 100%;
        z-index: 99;
        transition: .5s;
        opacity: 0;
    }

    .leaderboard.open {
        top: 50px;
        opacity: 1;
    }
}

.leaderboard_title {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leadboard_sel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em 0;
    width: 100%;
}

.leadboard_sel .input-group {
    width: 75%;
}

.leadboard_list {
    padding: 0;
    width: 100%;
}

.leadboard_list li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: .2em 0 .2em 2em;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leadboard_list li {
        flex-direction: column;
    }
}


.leadboard_list li:after {
    position: absolute;
    left: 1em;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    top: 50%;
    bottom: 50%;
    margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leadboard_list li:after {
        top: 4px;
    }
}


.leadboard_list li .chart_word {
    width: 70%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leadboard_list li .chart_word {
        width: 100%;
    }
}

.leadboard_list li .chart_num {
    width: 30%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .leadboard_list li .chart_num {
        width: 100%;
    }
}

.leadboard_list li:nth-child(1) {
    color: #1CA389;
}

.leadboard_list li:nth-child(1):after {
    background: #1CA389;
}

.leadboard_list li:nth-child(2) {
    color: #F96262;
}

.leadboard_list li:nth-child(2):after {
    background: #F96262;
}

.leadboard_list li:nth-child(3) {
    color: #B79D1C;
}

.leadboard_list li:nth-child(3):after {
    background: #B79D1C;
}

.leadboard_list li:nth-child(4) {
    color: #4C84D6;
}

.leadboard_list li:nth-child(4):after {
    background: #4C84D6;
}

.leadboard_list li:nth-child(5) {
    color: #F48CCA;
}

.leadboard_list li:nth-child(5):after {
    background: #F48CCA;
}

.leadboard_list li:nth-child(6) {
    color: #9572CE;
}

.leadboard_list li:nth-child(6):after {
    background: #9572CE;
}

.leadboard_list li:nth-child(7) {
    color: #666666;
}

.leadboard_list li:nth-child(7):after {
    background: #666666;
}

.leadboard_list li:nth-child(8) {
    color: #55af66;
}

.leadboard_list li:nth-child(8):after {
    background: #55af66;
}

.leadboard_list li:nth-child(9) {
    color: #8c803b;
}

.leadboard_list li:nth-child(9):after {
    background: #8c803b;
}

.leadboard_list li:nth-child(10) {
    color: #437194;
}

.leadboard_list li:nth-child(10):after {
    background: #437194;
}

.leadboard_list li:nth-child(11) {
    color: #985995;
}

.leadboard_list li:nth-child(11):after {
    background: #985995;
}

.leadboard_list li:nth-child(12) {
    color: #ea7e7e;
}

.leadboard_list li:nth-child(12):after {
    background: #ea7e7e;
}

#mainTooltip {
    position: absolute;
    min-width: 125px;
    height: 40px;
    padding: 0 10px 25px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    pointer-events: none;
    fill: #fff;
    color: #fff;
    text-anchor: middle;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainTooltip {
        min-width: 195px;
    }
}


#mainTooltip:before {
    border: solid;
    border-color: rgba(0, 0, 0, 0.6) transparent;
    border-width: 10px 10px 0 10px;
    top: 100%;
    content: "";
    left: 43%;
    position: absolute;
    z-index: 99;
}

#mainTooltip.hidden {
    display: none;
}

/*����������ץ�Ʀ�]���s*/

.phone-chart {
    background: none;
    border: 1px solid #fff;
    padding: .25em;
    width: 44px;
    height: 34px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 70px;
    top: 8px;
    display: none;
}

@media (max-width: 767px) {
    .phone-chart {
        display: flex;
    }
}


.phone-chart img {
    height: 20px;
    width: auto;
}

/*�ݽT�{�B�B�z���B��z���B�w�^�йϤ�*/
img.workflow01 {
    max-width: 307px !important;
    width: 100% !important;
    margin: 0 0 1em 0 !important;
}

img.workflow01:last-child {
    margin: 0 !important;
}

/*�D�����v�d�Ϥ�*/
img.workflow02 {
    max-width: 111px !important;
    width: 100% !importants;
}

/*�����׹Ϥ�*/
img.workflow03 {
    max-width: 80px !important;
    width: 100% !importants;
}
/*左側menu選單*/
.open_wrap.v1 .main-nav .main_left .navbar {
    background: #e3f4fd !important;
}

.open_wrap.v1 .main-nav .main_left .navbar ul.nav li a.active,
.open_wrap.v1 .main-nav .main_left .navbar ul.nav li a:hover,
.open_wrap.v1 .main-nav .main_left .navbar ul.nav li a:active,
.open_wrap.v1 .main-nav .main_left .navbar ul.nav li a:focus {
    background: url(img/nav-h_v1.png) no-repeat 0 0/100%;
    color: #fff !important;
}

.open_wrap.v1 .main-nav .main_left .navbar ul.nav li a {
    color: #454545 !important;
}

/*左側案件排行榜*/
.open_wrap.v1 .leaderboard {
    background: #eeeeee !important;
}

.open_wrap.v1 .input-group-search select {
    background: #787878 !important;
}

/*導覽列*/
.open_wrap.v1 .gsc-input-box {
    border: 1px solid #3073c7 !important;
}

.open_wrap.v1 .cse .gsc-search-button-v2,
.open_wrap.v1 .gsc-search-button-v2 {
    border-color: #3f7bd5 !important;
    background-color: #3f7bd5 !important;
}

.open_wrap.v1 .searchadv {
    border-color: #3f7bd5 !important;
    background-color: #3f7bd5 !important;
}
@media(max-width:991px){
    .open_wrap.v1 .content-top .g-search {
        border-top: 2px solid #3f7bd5!important;
    }
}

.open_wrap.v1 .content-top .keyword a {
    color: #3073c7 !important;
}

.open_wrap.v1 .content-top .btn-login {
    background: #3f7bd5 !important;
}

.open_wrap.v1 .content-top .btn-login:hover {
    color: #fff !important;
}

.open_wrap.v1 .f-z a {
    background: #828282 !important;
}

.open_wrap.v1 .content-top .g-phone-btn {
    background: #3f7bd5 !important;
}

@media(max-width:767px){
    .open_wrap.v1 .main-nav .main_left .navbar .navbar-collapse{
        border-color: #3f7bd5!important;
    }
}




/*案件查詢*/

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .top {
    background: url(img/bg02_v1.jpg) no-repeat center center !important;
    background-size: cover!important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .title {
    color: #26569d !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .radio label {
    color: #26569d !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .radios input[type='radio']+label {
    background: url(img/off02_v1.png) left center no-repeat !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .radios input[type='radio']:checked+label {
    background: url(img/radio02_v1.png) left center no-repeat !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left input {
    border: 0 !important;
    background: rgb(255 255 255 / 60%) !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .btn {
    background: #ff8111 !important;
}

.open_wrap.v1 .form-control:focus {
    outline: 2px solid #3c92d1 !important;
}

.open_wrap.v1  .main-nav .main_right article .inquire_in02 .claim {
    color: #26569d !important;
}

.open_wrap.v1 .main-nav .main_right article .inquire_in02 .search-group .form-control {
    border: 1px solid #5996ca !important;
}

.main-nav .main_right article .qa_in{
    margin-bottom: 25px!important;
}

.main-nav .main_right article .sitemap .bottom{
    margin-bottom: 25px!important;
}

.open_wrap.v1 .main-nav .main_right .modal button.close{
    background: url(img/close_v1.gif) no-repeat!important;
}


/*熱門問答*/
.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .bottom .b-t {
    background: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .bottom {
    background: #f5f5f5 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel-inner .item .carousel-caption a {
    color: #0653b4 !important;
}
.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel-inner .item .carousel-caption a:hover {
    color: #434343 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators li {
    background-color: #c6c6c6 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .bottom .b-b .carousel .carousel-indicators li.active {
    background-color: #3f7bd5 !important;
}

/*footer*/
.open_wrap.v1 .main-nav .main_right footer .line1 .footer-link .footer-linkin {
    color: #0653b4 !important;
}
.open_wrap.v1 .main-nav .main_right footer .line1 .footer-link .footer-linkin:hover {
    color: #434343 !important;
}
.info_box{
    display: flex;
    position:relative;
    margin-bottom: 45px;
}
.info_box .service_info p{
    margin-bottom: 5px;
}
.info_box .qcode{
    position:relative;
    right:0;
    width:120px;
    height:120px;
    margin-left: auto;
}
.info_box .qcode img{
    width:100%;
}
@media(max-width:460px){
    .info_box{
     flex-direction: column;
     margin-bottom: 0;
    }
    .info_box .qcode{
        margin-top: 15px;  
        margin-left: initial;
    }
}

/*右側感應區*/
.open_wrap.v1 .main-nav .main_right article .index_bottom .index_right .middle .m-c01 {
    background: #ff9c00 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_right .middle .m-c02 {
    background: #37a3bf !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_right .middle .m-c03 {
    background: #df6d98 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_right .middle .m-c04 {
    background: #31ac9a !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_right .top {
    background: #7d85c3 !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_right .bottom {
    background: #2484ce !important;
}

/*所有內頁*/

.open_wrap.v1 .main-nav .main_right article .banner {
    background: url(img/banner_v1.jpg) no-repeat center center !important;
    background-size: 100% !important;
}

/*案件登錄頁-Case*/
.open_wrap.v1 .case-modal .modal-title {
    color: #3770c5 !important;
}

.open_wrap.v1 .main-nav .main_right article .Case .c-top .step-word .step-in.active {
    color: #ffffff !important;
    background: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .Case .c-top .step-word .step-in {
    background: rgb(73 155 239 / 54%) !important;
}

.open_wrap.v1 .main-nav .main_right article .progress-bar {
    background: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .progress-circle01.active:after,
.open_wrap.v1 .main-nav .main_right article .progress-circle02.active:after,
.open_wrap.v1 .main-nav .main_right article .progress-circle03.active:after,
.open_wrap.v1 .main-nav .main_right article .progress-circle04.active:after,
.open_wrap.v1 .main-nav .main_right article .progress-circle05.active:after {
    background: url(img/progress-circle-active_v1.png) no-repeat center center !important;
}

.open_wrap.v1 textarea.form-control {
    border: 1px solid #5996ca !important;
}

.open_wrap.v1 .main-nav .main_right article .case02 .q-r.q01 select {
    border: 1px solid #5996ca !important;
}


.open_wrap.v1 .main-nav .main_right article .case02 .btns .btn {
    border: 2px solid #9fc6ff !important;
    color: #3f7bd5 !important;
    background-color: #FFFFFF !important;
}

.open_wrap.v1 .main-nav .main_right article .case02 .btns .btn.btn-blue {
    border: 2px solid #9fc6ff !important;
    color: #ffffff !important;
    background: #3f7bd5 !important;
    border: 2px solid #9fc6ff !important;
}

.open_wrap.v1 .main-nav .main_right article .case04 .btns .btn {
    border: 2px solid #9fc6ff !important;
    /* color: #ffffff !important; */
}

.open_wrap.v1 .main-nav .main_right article .btn.btn-file {
    background: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .case02 .q-r.map .c02-right .clear {
    border: 2px solid #9fc6ff !important;
    color: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .case02 .q-r.map .c02-right .map-in {
    border: 2px solid #9fc6ff !important;
    color: #3f7bd5 !important;
    background: url("img/icon21_v1.png") no-repeat;
    background-position: center;
}

.open_wrap.v1 .main-nav .main_right article .case02 .q-r.map .c02-right .map-in:hover {
    border: 2px solid #9fc6ff !important;
    color: #3f7bd5 !important;
    background: #3f7bd5 url(img/icon20.png) no-repeat !important;
    background-position: center !important;
}

.open_wrap.v1 .main-nav .main_right article .case02 .q-r.map .c02-right .clear:hover,
.open_wrap.v1 .main-nav .main_right article .case02 .q-r.map .c02-right .clear:active,
.open_wrap.v1 .main-nav .main_right article .case02 .q-r.map .c02-right .clear:focus {
    background: #3f7bd5 !important;
    color: #FFFFFF !important;
}


.open_wrap.v1 .main-nav .main_right article .banner .title i {
    color: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .inquire_in .claim {
    color: #0653b4 !important;
}

.open_wrap.v1 .main-nav .main_right article .inquire_in input {
    border: 1px solid #5996ca !important;
}

.open_wrap.v1 .main-nav .main_right article .index_bottom .index_left .btn {
    background: #ff8111 !important;
}

.open_wrap.v1 input[type='radio']+label {
    background: url(img/off_v1.png) left center no-repeat !important;
}

.open_wrap.v1 input[type='radio']:checked+label {
    background: url(img/radio_v1.png) left center no-repeat !important;
}


.open_wrap.v1 .case-modal .modal-body .btns .btn {
    border-color: #3f7bd5 !important;
}

/*彈出視窗*/
.open_wrap.v1 .main-nav .case-modal .modal-footer .btns .btn-nextstep {
    border-color: #3f7bd5 !important;
    color: #3f7bd5 !important;
    background-color: #FFFFFF !important;
}
    .open_wrap.v1 .main-nav .case-modal .modal-footer .btns .btn-nextstep:hover {
        background-color: #3f7bd5 !important;
        color: #FFFFFF !important;
    }
.open_wrap.v1 .main-nav .case-modal .modal-footer .btns .btn-gonext {
    background-color: #FFFFFF !important;
}
.open_wrap.v1 .main-nav .case-modal .modal-footer .btns .btn-gonext:hover {
   background-color: #0594d5 !important;
    }

.map_in.v1 h5 {
    background: #3f7bd5 !important;
}
.map_in.v1 .form-control {
    border: 1px solid #3f7bd5 !important;
}
.map_in.v1 .btn-check {
    border: 2px solid #3f7bd5 !important;
    color: #3f7bd5 !important;
    background-color: #FFFFFF !important;
}
.map_in.v1 .btn-check:hover {
    color: #333!important;
}

.map_in.v1 .btn-clear {
    background-color: #FFFFFF !important;
}

/*最新消息-News*/
.open_wrap.v1 .main-nav .main_right article .news_column .news_r .news_title {
    color: #0653b4 !important;
}

.open_wrap.v1 .main-nav .main_right article .news_column .news_l .news_year {
    color: #9bd5ff !important;
}

.open_wrap.v1 .main-nav .main_right article .pages {
    background: #bdd7f7 !important;
}

.open_wrap.v1 .main-nav .main_right article .pages .pagination li.active a {
    border: 2px solid #3f7bd5 !important;
    color: #3f7bd5 !important;
}

/*常見問答-Qna*/
.open_wrap.v1 .main-nav .main_right article .qna-choose .d-flex .form-control {
    border: 1px solid #5996ca !important;
}

.open_wrap.v1 .main-nav .main_right article .search input {
    border: 1px solid #5996ca !important;
}

.open_wrap.v1 .main-nav .main_right article .search i {
    color: #3f7bd5 !important;
}

.open_wrap.v1 .main-nav .main_right article .search .btn {
    background: #3f7bd5 !important;
}

.open_wrap.v1 .rwd-table th {
    background: #dae9ff !important;
}

.open_wrap.v1 .rwd-table th:first-child {
    background: #dae9ff !important;
}

.open_wrap.v1 .rwd-table tr:hover,
.open_wrap.v1 .rwd-table tr:active,
.open_wrap.v1 .rwd-table tr:focus {
    background: #e7f1ff !important;
    color: #2f598f !important;
}

.open_wrap.v1 .rwd-table tr:hover a,
.rwd-table tr:active a,
.open_wrap.v1 .rwd-table tr:focus a {
    color: #2f598f !important;
}

.open_wrap.v1 .main-nav .main_right article .qa_in .q-r.q02 {
    color: #0653b4 !important;
}

.open_wrap.v1 .main-nav .main_right article .qa_in .q-r.q01 {
    color: #3493c1 !important;
}

/*1999臺中市民一碼通-Citizen1999Qna*/
.open_wrap.v1 .oneNight-Page .oneNight-menu li.active a:before,
.open_wrap.v1 .oneNight-Page .oneNight-menu li a:focus:before {
    background: #85b6ff !important;
}

.open_wrap.v1 .oneNight-Page .oneNight-content .Ranking .panel-head .title h4 {
    color: #3073c7 !important;
}

.open_wrap.v1 .Api_menu ul li.active a {
    background: url(img/menu_sq_bg_active_v1.png) no-repeat !important;
}

.open_wrap.v1 .oneNight-Page .oneNight-content h2.title_v3.title_v3-people {
    background: url(img/icon-title-people_v1.png) no-repeat !important;
}

.open_wrap.v1 .oneNight-Page .oneNight-content h2.title_v3.title_v3-time {
    background: url(img/icon-title-time_v1.png) no-repeat !important;
}

.open_wrap.v1 .btn {
    background: #3f7bd5 !important;
}

.open_wrap.v1 .btn:hover {
    background: #5a97f3 !important;
}

.open_wrap.v1 .btn-success {
    border-color: #3f7bd5 !important;
}

.open_wrap.v1 .btn-success:hover {
    background: #5a97f3 !important;
}

.open_wrap.v1 .input-group-search .btn-search {
    background: #629cf3 !important;
}

.open_wrap.v1 .rwd-table.rwd-table-default tbody th {
    color: #26569d !important;
}

.open_wrap.v1 .title_v1,
.open_wrap.v1 .title_v1_4,
.open_wrap.v1 .title_v1_6,
.open_wrap.v1 .title_v1_8,
.open_wrap.v1 .title_v1_11 {
    color: #3f7bd5 !important;
}

.open_wrap.v1 .title_v1:before,
.open_wrap.v1 .title_v1_4:before,
.open_wrap.v1 .title_v1_6:before,
.open_wrap.v1 .title_v1_8:before,
.open_wrap.v1 .title_v1_11:before {
    background: #cfe0f9 !important;
}

.open_wrap.v1 .title_v1:after,
.open_wrap.v1 .title_v1_4:after,
.open_wrap.v1 .title_v1_6:after,
.open_wrap.v1 .title_v1_8:after,
.open_wrap.v1 .title_v1_11:after {
    background: #cfe0f9 !important;
}

.open_wrap.v1 .text-success {
    color: #0653b4 !important;
}

.open_wrap.v1 dl.dl_green {
    background: #bdd7f7 !important;
}

.open_wrap.v1 dl.dl_green dt {
    color: #1256ad !important;
}

.open_wrap.v1 .panel.panel-green .panel-heading {
    background-color: #e0efff !important;
}

.open_wrap.v1 .panel.panel-green .panel-body input {
    border: 1px solid #5996ca !important;
}

.open_wrap.v1 input[type='checkbox']:checked+label {
    background-image: url(img/check_v1.png) !important;
}

.open_wrap.v1 input[type='checkbox']+label {
    background: url(img/off03_v1.png) left center no-repeat !important;
}

.open_wrap.v1 .table-green thead th {
    background: #bdd7f7 !important;
    color: #1256ad !important;
}


/*大事紀-Citizen1999Memorabilia*/

.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child .flex-date,
.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div+div .flex-date,
.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div+div+div .flex-date {
    background: #6395df !important;
}

.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div .flex-date {
    background: #7cc5f9 !important;
}

.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div .flex-date {
    background: #7cc5f9 !important;
}

.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div .flex-date,
.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div .flex-date,
.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div+div+div .flex-date,
.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div+div .flex-date,
.open_wrap.v1 .flex-timeline .flex-timeline-block:first-child+div+div+div+div+div+div+div+div+div .flex-date {
    color: #6395df !important;
}


.open_wrap.v1 .flex-timeline .flex-timeline-block .flex-control {
    border-bottom: 1px solid #d4e5ff !important;
}

/*網站導覽-Sitemap*/
.open_wrap.v1 .green {
    color: #0653b4 !important;
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-t,
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-t:before,
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-t:after {
    border-bottom: 2px solid #3f7bd5 !important;
}
@media(max-width:767px){
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-t{
    border-bottom: 0 solid #3f7bd5 !important;
}
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-t .line1 {
    border-bottom: 2px solid #3f7bd5 !important;
}


.open_wrap.v1 .main-nav .main_right article .case02 .btns .btn:hover,
.open_wrap.v1 .main-nav .main_right article .case02 .btns .btn:active {
    background: #68a5ff !important;
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame {
    color: #0653b4 !important;
    background: #dae9ff !important;
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame a {
    color: #245a9f !important;
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame a:hover,
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame a:active,
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame a:focus {
    color: #5990d7 !important;
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a {
    color: #245a9f !important;
}

.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a:hover,
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a:active,
.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-b a:focus {
    color: #5990d7 !important;
}


.open_wrap.v1 .main-nav .main_right article .sitemap .bottom .b-b .frame .b-b-t {
    border-bottom: 1px solid #3f7bd5 !important;
    background: none !important;
}

/*相關網站-1125*/
.oneNight-Page .oneNight-content .related-link .related-in {
    background: #3f7bd5 !important;
}

.oneNight-Page .oneNight-content .related-link .related-in:hover {
    background: #65a3ff !important;
}

/*RWD-nav區塊*/
.open_wrap.v1 .main-nav .main_left .navbar-header .phone-chart {
    border: 1px solid #3f7bd5 !important;
}

@media(max-width:767px) {
    .open_wrap.v1 .main-nav .main_left .navbar.navbar-default .navbar-toggle {
        border-color: #3f7bd5 !important;
    }

    .open_wrap.v1 .main-nav .main_left .navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #3f7bd5 !important;
    }
}
.checkbox label,
label.checkbox-inline {
    cursor: pointer;
    padding-left: 0;
    color: #333
}

.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none
}

.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px
}

.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 16px;
    width: 16px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(2.3, 2.3, 1)
}

.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #62A8EA;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1
}

.checkbox .checkbox-material .check:before,
label.checkbox-inline .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
}

.checkbox input[type=checkbox]:focus+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus+.checkbox-material .check:after {
    opacity: 0.2
}

.checkbox input[type=checkbox]:focus:checked+.checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material:before {
    animation: rippleOn 500ms
}

.checkbox input[type=checkbox]:focus:checked+.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material .check:before {
    animation: checkbox-on check forwards
}

.checkbox input[type=checkbox]:focus:checked+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material .check:after {
    animation: rippleOn ripple forwards
}

.checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material:before {
    animation: rippleOff 500ms
}

.checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:before {
    animation: checkbox-off check forwards
}

.checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:after {
    animation: rippleOff ripple forwards
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check {
    color: #62A8EA;
    border-color: #62A8EA
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before {
    color: #62A8EA;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
}

fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled]+.circle,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] label.checkbox-inline input[type=checkbox],
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]+.circle {
    opacity: 0.5
}

.checkbox input[type=checkbox][disabled]+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-material .check:after {
    background-color: #62A8EA;
    transform: rotate(-45deg)
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
    }
}

@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset
    }
    50% {
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset
    }
    51% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset
    }
    100% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.2
    }
    100% {
        opacity: 0
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.2
    }
    100% {
        opacity: 0
    }
}

.radio label,
label.radio-inline {
    cursor: pointer;
    padding-left: 32px;
    position: relative;
    color: black;
    font-size: 15px;
}

.radio span,
label.radio-inline span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    transition-duration: 0.2s
}

.radio .circle,
label.radio-inline .circle {
    border: 2px solid #62A8EA;
    height: 15px;
    width: 15px;
    border-radius: 100%
}

.radio .check,
label.radio-inline .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #62A8EA;
    transform: scale3d(0, 0, 0)
}

.radio .check:after,
label.radio-inline .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: #62A8EA;
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(1.5, 1.5, 1)
}

.radio input[type=radio]:focus:not(:checked) ~ .check:after,
label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
    animation: rippleOff 500ms
}

.radio input[type=radio]:focus:checked ~ .check:after,
label.radio-inline input[type=radio]:focus:checked ~ .check:after {
    animation: rippleOn 500ms
}

.radio input[type=radio],
label.radio-inline input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.radio input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .circle {
    opacity: 1
}

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
    background-color: #62A8EA
}

.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
    border-color: #62A8EA
}

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
    transform: scale3d(0.55, 0.55, 1)
}

.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .circle {
    opacity: .26
}

.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check {
    background-color: #000
}

.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
    border-color: #000
}

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
    opacity: .3
}

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check {
    background-color: #fff
}

.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
    border-color: #fff
}

@keyframes rippleOn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.2
    }
    100% {
        opacity: 0
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.2
    }
    100% {
        opacity: 0
    }
}


/*# sourceMappingURL=main.css.map */

