@font-face {
    font-family: "Brown-Regular";
    src: url("fonts/BrownStd-Light.eot");
    src: url("fonts/BrownStd-Light.eot?#iefix") format("embedded-opentype"), url("fonts/BrownStd-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Brown-Bold";
    src: url("fonts/lineto-brown-bold.eot");
    src: url("fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "lineto-brown-regular";
    src: url("fonts/lineto-brown-regular.eot");
    src: url("fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

body {
    color: #FFF;
    font-size: 14px;
    background-color: #002f37;
    overflow: hidden;
}

body {
    font-family: "lineto-brown-regular";
}

sup {
    font-size: 0.6em;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

i,
em {
    font-style: normal;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    outline: none;
}

.text-uppercase {
    text-transform: uppercase;
}


#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 1000;
}

#loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.loading-data {
    text-align: center;
    padding: 50px 0;
}


/* bg */
.bg {
    background-position: top center;
    background-repeat: no-repeat;
}

.top {
    background-image: url(../image/bg/1.jpg);
    height: 400px;
}

.img-block {
    display: block;
    width: 100%;
    margin: auto;
}

header {

    height: 100px;
    border-bottom: 2px solid #bb4a0e;
}

header .wrapper {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

header .logo {
    padding-top: 40px;
}

header .topbar {
    padding-top: 40px;
}

header .topbar i,
header .topbar a {
    margin-left: 15px;
}

header .topbar i {
    font-size: 1.2em;
}

header .topbar a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    transition: color .2s ease-out;
}

header .topbar a:hover {
    color: #8EB1B2;
}

.icon-searh {
    display: inline-block;
    width: 19px;
    height: 20px;
    background-image: url(../image/icon-search.png);
    background-size: 100% 100%;
    position: relative;
    top: 4px;
}

.search-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.search-popup .wrapper {
    position: relative;
}

.search-popup-body {
    background-color: #002F37;
    padding-bottom: 120px;
}

.search-popup-form {
    max-width: 50%;
    margin: auto;
    padding-top: 120px;
    position: relative;
}

.search-popup-form form div:nth-child(1) {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.search-popup-form form div:nth-child(1):before {
    content: '';
    display: block;
    width: 30px;
    height: 7px;
    background-color: #FF5400;
    margin-bottom: 10px;
}

.search-popup-form form div:nth-child(2) {
    position: relative;
}

.search-popup-form form .field {
    color: #606060;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #fff;
    font-size: 14px;
    font-family: "Brown-Regular", sans-serif;
    font-weight: 300;
    padding: 0 0 0 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    transition: width .2s ease-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search-popup-form form .submit {
    background-color: #FF5400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.14286em;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    border: none;
    height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.search-popup-close {
    position: absolute;
    top: 1rem;
    right: 0;
}

.search-popup-close a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../image/btn-close2.png);
    background-position: center center;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
}




/* copy */

.risk {
    margin: 50px auto 0 auto;
    width: 90%;
    line-height: 1.5;
}

.risk-title {
    font-size: 1.2em;
    padding-bottom: 0.5rem;
}

.risk-footer {
    text-align: right;
    padding-top: 15px;
    font-size: 12px;
}


.disclaimer_outer {
    border: 1px solid #b3490f;
    position: relative;
    background-color: #b3c1c4;
    box-sizing: border-box;
    padding: 15px 10px 15px 20px;
    height: 110px;
    overflow: hidden;
}

.disclaimer {
    position: relative;
    height: 80px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.disclaimer_inner {
    position: relative;
    line-height: 1.1;
    font-size: 12px;
    overflow: hidden;
    color: #3c3b39;
}

.disclaimer_inner ul {
    margin: 0.5rem 1rem;
}

.disclaimer_inner li {
    margin: 0.3rem 0;
    position: relative;
}

.disclaimer_inner li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background-color: #ff5500;
    line-height: 0;
    left: -1.2rem;
    top: 5px;
}

/* end copy */

.tab-nav-box {
    margin-top: -50px;
}

.tab-nav ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #FFF;
    height: 71px;
    overflow: hidden;
}

.tab-nav ul li {
    width: 25%;
    margin: 0 25px;
    position: relative;
}

.tab-nav ul li a {
    display: block;
    color: #FFF;
    border: 1px solid #abadaa;
    height: 70px;
    text-align: center;
    font-size: 18px;
}

.tab-nav ul li:hover a {
    opacity: 1;
    background-color: #FFF;
    color: #ff5500;
}

.tab-nav ul li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 8px solid #ff5500;

}

.tab-nav ul li a p {
    margin-top: 28px;
}

.tab-nav ul li:nth-child(1) a p {
    margin-top: 15px;
}

#popupMenu {
    display: none;
}

.pc-br {
    display: block;
}

.mobile {
    display: none;
}

/* item1 */

.item1 {
    max-width: 1920px;
    margin: auto;
    background-image: url(../image/item1/kv-bg.jpg);
    margin-top: 50px;
    height: 1118px;
    background-position: top center;
}

.item1 .wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.item1-header {
    font-weight: 600;
    padding-bottom: 60px;
    padding-top: 50px;
}

.item1-header::before {
    content: '';
    display: block;
    border-top: 12px solid #ff5402;
    width: 50px;
    height: 30px;
}

.item1-table-header {
    font-size: 30px;
    border-left: 3px solid #ff5402;
    padding-left: 15px;

}

.item1-header p:nth-child(1) {
    color: #ff5400;
    font-size: 56px;
    font-family: "Brown-Bold";
    font-weight: bold;
}

.item1-header p:nth-child(2) {
    font-size: 38px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: normal;
}



.item1-table {
    display: -webkit-flex;
    display: flex;
    z-index: 3;
    position: relative;
    margin-top: 20px;
}

.item1-col-left {
    width: 250px;
}

.item1 .btn-group a {
    display: block;
    width: 186px;
    padding: 8px 0;
    background-color: #ff5400;
    margin-top: 3rem;
    text-align: center;
    border-radius: 3px;
    font-size: 21px;
    color: #FFF;
    border: 1px solid #ff5400;
}

.item1 .btn-group a:hover {
    border: 1px solid #a33c08;
    background-color: #f86b24;
}




.item1-col-right>div {
    margin-top: 2.2rem;
}

.item1-col-right>div:nth-child(1) {
    margin-top: 0;
}


.item1-col-right div p:nth-child(1) {
    color: #ff5400;
    font-size: 24px;
}


.item1-col-right div p .sm {
    font-size: 0.7em;
}

.item1-col-right div p b {
    font-size: 36px;
}

.item1-col-right div p a {
    text-decoration: underline;
    color: #969696;
}

.item1-col-right div p:nth-child(2) {
    color: #969696;
    font-size: 18px;
}

.item1-col-right div p.stock-code {
    font-size: 24px;
}

.item1-col-right div p.stock-code a {
    font-size: 18px;
}

.item1-table .t-col {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.item1-table .t-col .t-left {
    width: 200px;
}

.item1-footer {
    font-size: 0.9rem;
    color: #EEE;
    width: 40%;
    padding: 2rem 0 2rem;
    position: relative;
    z-index: 2;
}

.item1-kv-ani {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.item1-kv-ani i {
    position: absolute;
}

.ani1 {
    width: 17px;
    height: 35px;
    left: 59%;
    top: 75%;
    animation: sd1 1s linear 0s infinite normal;
}

.ani2 {
    width: 110px;
    height: 403px;
    left: 80%;
    top: 20%;
    animation: sd2 1s linear 0s infinite normal;
}

.ani-360 {
    animation: ani-360 3s linear 0s infinite normal;
}

.ani3 {
    left: 82%;
    top: 8%;
}

.ani4 {
    left: 72%;
    top: 35%;
}

.ani4 img,
.ani5 img,
.ani6 img {
    transform: scale(0.7);
}

.ani5 {
    left: 98%;
    top: 68%;
}

.ani6 {
    left: 55%;
    top: 60%;
    animation: ani-yuan 2s linear 0s infinite normal;
}

.ani7 {
    left: 60%;
    top: 64%;
    animation: ani-yuan 1.5s linear 0s infinite normal;
}

.ani8 {
    left: 95%;
    top: 45%;
    animation: ani-yuan 2s linear 0s infinite normal;
}

.ani9 {
    left: 90%;
    top: 50%;
    animation: ani-yuan 1.5s linear 0s infinite normal;
}


@keyframes sd1 {
    0% {
        background-image: url(../image/item1/s1.png);
    }

    50% {
        background-image: url(../image/item1/s1.png);
    }

    51% {
        background-image: url(../image/item1/s2.png);
    }

    100% {
        background-image: url(../image/item1/s2.png);
    }
}

@keyframes sd2 {
    0% {
        background-image: url(../image/item1/s3.png);
    }

    50% {
        background-image: url(../image/item1/s3.png);
    }

    51% {
        background-image: url(../image/item1/s4.png);
    }

    100% {
        background-image: url(../image/item1/s4.png);
    }
}

/* 360度转 */
@keyframes ani-360 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* 雲 */
@keyframes ani-yuan {
    0% {
        transform: translateX(20%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(20%);
    }
}

/* item2 */
.item2 {
    max-width: 1920px;
    margin: auto;
    position: relative;
    background-image: url(../image/item2/bg.jpg);
    background-position: top center;
}

.item2 .ball-group {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.color-grey {
    color: #757575;
}

.item2 .btn-ball {
    width: 460px;
    height: 460px;
    line-height: 1.4;
    border: 8px solid #fe5301;
    border-radius: 50%;
    background-color: #FFF;
    color: #ff5402;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.item2-ball-popup {
    position: absolute;
    left: -130px;
    top: -50px;
}

.item2-ball-icon {
    margin-top: 40px;
}

.item2-title {
    font-size: 56px;
    color: #ff5402;
    padding-top: 50px;
    font-family: "Brown-Bold";
    font-weight: bold;
}

.item2-title,
.item2-desc {
    text-align: center;
}

.item2-desc {
    font-size: 26px;
    font-weight: 600;
}

.ranked {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 900px;
    margin: auto;
    text-align: center;
    padding-top: 3rem;
}

.ranked .left,
.ranked .right {
    display: flex;
    display: -webkit-flex;

}

.ranked .left .image {
    width: 240px;
    margin-top: 5rem;
}

.ranked .info {
    text-align: left;
    padding: 0 10px;
    width: 270px;
}


.ranked .icon-crow {
    width: 100%;
    text-align: center;
    padding: 2rem 0 0.5rem;
}

.ranked .icon-crow img {
    width: 60px;
}

.ranked .left {
    color: #ff5402;
    height: 300px;
    background-color: #c8d3d4;
    border-top-left-radius: 60px;
    border: 1px solid #FFF;
}

.ranked .left p:nth-child(1) {
    position: relative;
}

.ranked .left p:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 0;
}

.ranked .left,
.ranked .right {
    width: 50%;
}

.ranked .left p:nth-child(3) {
    font-size: 3rem;
}

.ranked .right {
    position: relative;
    background-color: #c8d3d4;
    height: 180px;
    border-top-right-radius: 60px;
    border: 1px solid #FFF;
    border-left: 0;
}

.ranked .right .sm-size {
    font-size: 32px;
    text-align: center;
}

.ranked .right p:nth-child(1) {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 2rem 0 1rem;
}


.ranked .right .image {
    margin-top: 1rem;
}

.link {
    color: #FFF;
    text-decoration: underline;
}

.item2-table-box {
    max-width: 900px;
    margin: auto;
    padding-bottom: 1rem;
}

.item2-table {

    display: flex;
    display: -webkit-flex;
    justify-content: center;
    border: 1px solid #c6d1d3;
    text-align: center;


}

.item2-table div {
    width: 46%;
    padding: 0 3%;
}

.item2-table div p:nth-child(1) {
    padding: 1.5rem 0 0.5rem 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.item2-table div table {
    width: 100%;
    border-collapse: collapse;
}

.item2-table div table tr:nth-child(1) {
    border-bottom: 1px solid #c6d1d3;
}

.item2-table div table td {
    height: 60px;
    line-height: 1.2;
}

.item2-table .sm-block {
    display: block;
    font-size: 0.8em;
}

.item2-footer {
    max-width: 900px;
    margin: auto;
    color: #FFF;
}

/* item3 */
.item3 {
    max-width: 1920px;
    margin: 0 auto;
    height: 2379px;
    background-image: url(../image/item3/bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.item3-header {
    padding-top: 750px;
    font-size: 56px;
    font-weight: bold;
    color: #ff5402;
    text-align: center;
    font-family: "Brown-Bold";
}

.item3-header-desc {
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
}

.item3-chart-header {
    text-align: center;
    font-size: 28px;
    padding-top: 150px;
}

.item3-chart-header p:nth-child(2) {
    font-size: 0.8em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    padding-top: 10px;
}

.item3-chart-image {
    text-align: center;
    padding: 20px 0;
}

.item3-chart-source {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    font-size: 16px;
}

.item3-chart-footer {
    max-width: 1350px;
    margin: auto;
    padding-top: 120px;
}

.item3-chart-footer p {
    margin-left: 30px;
    max-width: 50%;
}

/* item4 */
.item4 {
    margin: 0 auto;
    background-color: #FFF;
}

.item4-header {
    padding: 50px 0 30px;
    font-size: 56px;
    text-align: center;
    color: #ff5400;
    font-family: "Brown-Bold";
    font-weight: bold;
}

.item4-header::before {
    content: '';
    display: block;
    border-top: 12px solid #ff5400;
    height: 30px;
    width: 50px;
    margin: 0 auto;
}


.item4-body {
    margin: 0 auto;
    max-width: 1296px;
    background-color: #FFF;
}

.item4-body-top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.item4-body-top div {
    position: relative;
    margin: 0 4px;
}

.item4-body-top div p img {
    display: block;
    width: 100%;
    margin: auto;
}

.item4-body-top div p:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.item4-body-left,
.item4-body-right {
    width: 50%;
}

.item4-content {
    height: 1209px;
    background-image: url(../image/item4/conten-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #000;
    display: flex;
    display: -webkit-flex;
    justify-content: center;

}

.item4-conten-left,
.item4-conten-right {
    width: 50%;
}

.item4-content .ball {
    position: relative;
    height: 296px;
}



.item4-content .ball p {
    padding-top: 60px;
    font-size: 24px;
}


.item4-content .ball h5 {
    text-transform: uppercase;
}

.item4-content .ball p::before {
    content: '';
    display: block;
    width: 25px;
    border-top: 10px solid #ff5400;
    height: 20px;
}

/* item4-conten-left */
.item4-conten-left {
    text-align: right;
}

.item4-conten-left .ball h5 {
    width: 280px;
    text-align: center;
    position: absolute;
    color: #FFF;
    font-size: 30px;
    top: 140px;
    right: -140px;
}

.item4-conten-left .ball:nth-child(1) h5 {
    color: #ff5400;
}

.item4-conten-left .ball p {
    padding-right: 180px;
}

.item4-conten-left .ball p::before {
    margin-left: auto;
}

.item4-conten-left .ball,
.item4-conten-right .ball {
    margin-top: 114px;
}

/* item4-conten-righ */
.item4-conten-right {
    text-align: left;
}

.item4-conten-right .ball h5 {
    display: none;

}

.item4-conten-right .ball p {
    padding-left: 180px;
}

.item4-conten-right .ball p::before {
    margin-right: auto;
}

.item4-conten-left .ball:nth-child(3) p,
.item4-conten-right .ball:nth-child(3) p {
    text-align: center;
    position: relative;
}

.item4-content .ball em {
    position: absolute;
    top: 250px;
}

.item4-content .ball em.ball-footer-left {
    left: 31%;
}

.item4-content .ball em.ball-footer-right {
    left: 37.5%;
}

.item4-footer {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}

/* item5 */
.item5-header {
    padding: 50px 0 30px;
    font-size: 56px;
    text-align: center;
    color: #ff5400;
    font-family: "Brown-Bold";
    font-weight: bold;
}

.item5-header::before {
    content: '';
    display: block;
    border-top: 12px solid #ff5400;
    height: 30px;
    width: 50px;
    margin: 0 auto;
}

.item5-part1,
.item5-header {
    background-color: #002f37;
}

.item5-body {
    max-width: 1340px;
    margin: auto;
}

.item5-part-title {
    color: #ff5400;
    font-size: 48px;
    font-family: "Brown-Bold";
    font-weight: bold;

}

.item5-part-title::before {
    content: '';
    display: block;
    border-top: 10px solid #ff5400;
    height: 30px;
    width: 30px;
    margin-top: 30px;
}

.item5-part-content {
    font-family: "Brown-Regular";
    font-size: 28px;
}

.item5-part-content p {
    margin-top: 30px;
}

.item5-part-content b {
    color: #ff5400;
    font-family: "Brown-Bold";
}

.item5-body-top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    border-bottom: 2px solid #ff5400;
}

/* part1 */
.item5-part1 {
    padding-top: 50px;
    background-image: url(../image/item5/part2-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.item5-body-left img {
    position: relative;
    left: -50px;
    display: block;
    max-width: 832px;
}

.item5-chart {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding: 60px 0;
}

.chart-info:nth-child(2) {
    margin-left: 30px;
}

.chart-info h6 {
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    padding: 0;
    margin: 0;
    padding-bottom: 50px;
}

.item5-part1-footer {
    text-align: right;
    font-size: 18px;
    padding-bottom: 30px;
}

/* part2*/
.item5-part2 {
    background-color: #0c3841;
    padding-bottom: 80px;
}

.item5-part2 .item5-body {
    padding-top: 80px;
    border-top: 2px solid #ff5400;
}

.item5-part2-chart {
    padding: 50px 0 40px;
    border-bottom: 2px solid #ff5400;
}

.item5-part2-chart img {
    max-width: 1340px;
    width: 100%;
}

/* item 9*/
.item9 {
    background-color: #FFF;
    padding-top: 1rem;
}

.item9-header {
    text-align: center;
    color: #ff5402;
    font-size: 2.5rem;
    font-family: "Brown-Bold";
    margin-top: 9rem;
    position: relative;
    padding-bottom: 2rem;
    font-weight: bold;
}

.item9-header::before {
    content: '';
    position: absolute;
    border-top: 15px solid #ff5402;
    width: 48px;
    left: 50%;
    top: -3rem;
    margin-left: -24px;
}

.video-header::before {
    display: none;
}

.item9-body {
    margin: auto;
    display: flex;
    display: -webkit-flex;
}

.item9-body .article-item {
    width: 33.3333%;
    max-width: 356px;
    margin: auto;
    margin-top: 1px;
}

.article-title a {
    color: #123038;
    transition: color .2s ease-out;
}

.article-title a:hover {
    color: #606060;
}

.item9-body .article-thum img {
    display: block;
    max-width: 100%;
    background-color: #102e36;
}

.item9-body .article-title p:nth-child(1) {
    font-size: 1rem;
    padding: 1.5rem 0 0.5rem;
}

.item9-body .article-title p:nth-child(1) .category {
    color: #ff5400;
}

.item9-body .article-title p:nth-child(1) .time {
    color: #606060;
}

.item9-body .article-title p:nth-child(2) {
    color: #102e36;
    font-size: 1.5rem;
}

.item9-footer {
    text-align: center;
    padding: 3rem 0;
}

.item9-footer a {
    display: inline-block;
    color: #ff5400;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff5400;
    font-size: 1.3rem;
}

.article-link {
    display: none;
}

/* item10 */
.item10 {
    background-color: #002f37;
}

.item10-body {
    color: #c6c5c0;
    margin: auto;
}

.item10-body .btn-group div {
    padding-top: 50px;
}

.item10-body .btn-group a {
    display: block;
    color: #FFF;
    font-size: 1.2em;
    background-color: #ff5400;
    border-radius: 10px;
    text-align: center;
    height: 118px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    font-size: 1.8rem;
    transition: background-color .2s ease-out;
    border: 1px solid #ff5400;
}

.item10-body .btn-group a:hover {
    background-color: #fc541c;
    border: 1px solid #b44006;
}

.item10-body .btn-group .first {
    display: flex;
    display: -webkit-flex;
    margin-left: -47px;
}

.item10-body .btn-group .first p {
    width: 33.3333%;
}

.item10-body .btn-group .first p a {
    margin-left: 47px;
}

.item10-ul-header {
    margin-left: -1.1em;
    font-size: 1rem;
}

.item10-ul {
    margin-left: 1.4em;
    padding: 3em 0;
    font-family: "proxima-nova", sans-serif;
}

.item10-ul li {
    list-style-type: decimal;
    margin: 1em 0;
    font-size: 1rem;
    font-weight: 400;
}

/* item11 */
.item11 {
    background-color: #0d232a;
    color: #c6c5c0;
    padding: 80px 0;
}

.item11-body {
    color: #D2D3D1;
    font-size: 1rem;
    line-height: 1.47059em;
    font-weight: 400;
    letter-spacing: 0;
    column-count: 3;
    column-gap: 30px;
    font-family: "proxima-nova", sans-serif;
}

.item11-body p {
    margin-bottom: 1.625rem;
}


.footer {
    background-color: #002f37;
    height: 150px;
}

.footer-col a {
    color: #FFF;
    text-transform: uppercase;
    transition: color .2s ease-out;
}

.footer-col a:hover {
    color: #8EB1B2;
}

.footer-col:nth-child(1) {
    margin-right: 4rem;
}

.footer-col:nth-child(2),
.footer-col:nth-child(3) {
    margin-left: 4rem;
}

.footer-col p {
    padding-bottom: 1rem;
}

.backtotop {
    padding: 1rem 0;
}

.backtotop .to-top {
    font-family: "Brown-Regular", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.47059em;
    font-weight: 400;
    transition: color .2s ease-out;
    color: #ff5400;
}

.backtotop .to-top:before {
    display: inline-block;
    content: '→';
    transform: rotate(-90deg);
    transition: left .3s;
    position: relative;
    top: 0;
    margin-right: 6px;
    transition: top .3s;
}

.to-top:hover:before {
    top: -6px
}

.footer-row {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}

#roll_top {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background-image: url(../image/gototop.png);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: 2px solid #8a8a8a;
    cursor: pointer;
}


/* hidden mobile */
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.tab-nav .mobile-tab-nav {
    display: none;
}

/* for english */
.item2b-en {
    margin-top: 4rem;
}


@media screen and (max-width: 1400px) {}