/* subPage */
.bg-color {
    background-color: #eef5fb;
}

/* subtabs */
.subtabs {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    gap: 1px;
}
.subtabs > a {
    background-color: #08223f;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
}
.subtabs.col2 > a {
    width: 50%;
}
.subtabs.col3 > a {
    width: 33.33333%;
}
.subtabs > a.act {
    background-color: #2c89b9;
}
@media (max-width:767px){
    .subtabs > a {
        padding: 7px;
        font-size: 13px;
    }
}
/* lined */
.lined {
    display: inline-block;
    position: relative;
    /*padding: 0 5px;*/
}
.lined::after{
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    height:70%;
    width: 100%;
    background-color: #a9def9;
    z-index: 1;
}
.lined span {
    position: relative;
    z-index: 2;
    color: #08223f;
}
/* about1 */
#about1 .sec1 {
    position: relative;
    padding-bottom: 200px;
}
#about1 .sec1::before {
    content: "";
    position: absolute;
    z-index: 3;
    background: url(../img/char_abt1.png) center center no-repeat;
    background-size: contain;
    height: 260px;
    width: 100%;
    left: 0;
    bottom: 0;
}
#about1 .sec1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background-color: #fff;
    z-index: 2;
}
#about1 .sec1 .wbox  {
    background-color: #fff;
    padding: 80px;
}
@media (max-width:992px){
    #about1 .sec1 {
        padding-bottom: 150px;
    }
    #about1 .sec1::before {
        height: 180px;
    }
}
@media (max-width:767px){
    #about1 .sec1 {
        padding-bottom: 120px;
    }
    #about1 .sec1::before {
        height: 140px;
    }
    #about1 .sec1::after {
        height: 6px;
    }
    #about1 .sec1 .wbox  {
        background-color: #fff;
        padding: 40px;
    }
}

/* about1 .sec2 */
#about1 .sec2 ul li .item {
    padding: 70px 15px;
    border-radius: 0 30px 0 30px;
    background-color: #2c89b9;
}
#about1 .sec2 ul li:nth-child(even) .item {
    background-color: #08223f;
}
#about1 .sec2 ul li .item h2 {
    color: #a9def9;
    letter-spacing: 0px;
}
#about1 .sec2 ul li:nth-child(even) .item h2 {
    color: #8ca6c2;
    letter-spacing: 0px;
}
#about1 .sec2 ul li .item h2 strong {
    font-size: 1.3em;
}
@media (max-width:767px){
    #about1 .sec2 ul li .item {
        padding: 30px 15px;
        border-radius: 0 10px 0 10px;
    }
}
@media (max-width:500px){
    #about1 .sec2 ul li {
        width: 100%;
    }
}

/* about2 */
#about2 .sec2 .fboxList > li {
    padding: 40px 0;
}
#about2 .sec2 .fboxList > li:not(:last-child) {
    border-bottom: 1px dashed #aaa;
}
@media (min-width:768px){
    #about2 .sec2 .fboxList > li {
        display: flex;
        align-items: center;
    }
    #about2 .sec2 .fboxList > li > .icon {
        width: 300px;
    }
    #about2 .sec2 .fboxList > li > .txt {
        width: calc(100% - 300px);
        padding-left: 50px;
    }
}
@media (max-width:767px){
    #about2 .sec2 .fboxList > li {
        padding: 30px 0;
    }
    #about2 .sec2 .fboxList > li > .icon {
        background-color: #f7f7f7;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 20px;
    }
    #about2 .sec2 .fboxList > li > .icon img {
        width: 200px;
    }
}


/* hisList */
.hisList {
    position: relative;
}
.hisList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background: url(../img/his_bg.png) center center no-repeat;
    background-attachment: fixed;
    background-color: #fff;
    top: 0;
    height: 100%;
    width: 1px;
}
.hisList > li {
    margin: -20px 0;
    padding-left: 30px;
    position: relative;
    z-index: 3;
}
.hisList > li .hisItem {
    margin-top: 10px;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.hisList > li .hisItem::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 21px;
    height: 60px;
    background: url(../img/talkLeft.png) center center no-repeat;
}
.hisList > li .hisItem::after {
    content: "";
    position: absolute;
    left: -34px;
    width: 7px;
    height: 7px;
    background-color: #2c89b9;
    top: calc(30px - 4px);
    border-radius: 50%;
}
.hisList > li ul li {
    margin: 5px 0;
}
.hisList > li ul li p {
    position: relative;
    padding-left: 65px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisList > li ul li p > strong {
    position: absolute;
    left: 0;
    color: #111;
    font-weight: 700;
	font-family: "Roboto";
}
@media (min-width:768px){
    .hisList > li {
        width: 50%;
    }
    .hisList > li:nth-child(odd) {
        margin-left: 50%;
    }
    .hisList > li:nth-child(even) {
        padding-left: 0;
        padding-right: 30px;
        text-align: right;
    }
    .hisList > li:nth-child(even) .hisItem::before {
        right: -20px;
        left: auto;
        transform: rotate(180deg);
    }
    .hisList > li:nth-child(even) .hisItem::after {
        right: -33px;
        left: auto;
    }
    .hisList > li:nth-child(even) ul li p {
        /* padding-right: 65px;
        padding-left: 0; */
        text-align: left;
    }
    /* .hisList > li:nth-child(even) ul li p > strong {
        left: auto;
        right: 0;
    }
    .hisList > li:nth-child(even) ul li p:after {
        left: auto;
        right: -46px;
    } */
}
@media (max-width:768px){
    .hisList:after {
        left: -2px;
    }
    .hisList > li {
        margin: 20px 0;
        padding-left: 20px;
    }
    .hisList > li ul li p {
        padding-left: 50px;
    }
    .hisList > li .hisItem {
        padding: 20px;
    }
    .hisList > li .hisItem::before {
        left: -14px;
        width: 15px;
        background-size: 15px;
    }
    .hisList > li .hisItem::after {
        left: -25px;
    }
}

/* hisCards */
.hisCards {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.hisCards > li {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.hisCards .item {
    padding: 30px 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.hisCards .item p {
    position: relative;
    padding-left: 65px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisCards .item p > strong {
    position: absolute;
    left: 0;
    color: #111;
    font-weight: 700;
    font-family: "Roboto";
}
@media (min-width: 768px){
    .hisCards .item {
        padding: 30px 25px;
        border: 1px solid #ddd;
        border-radius: 10px;
        min-height: 300px;
    }
}
@media (max-width: 767px){
    .hisCards {
        margin: 0;
    }
    .hisCards > li {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .hisCards .item {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .hisCards .item p {
        padding-left: 50px;
    }
}

/* fundItem */
.fundItem {
    padding: 40px 0;
    border-top: 1px solid #444;
}
.fundItem .fitem {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 20px;
}
.fundItem .fitem p {
    margin-top: 15px;
}
.fundItem .fitem p strong {
    font-size: 1.4em;
}
@media (max-width:767px){
    .fundItem {
        padding: 20px 0;
    }
    .fundItem .fitem {
        padding: 20px 15px;
        border-radius: 10px;
        text-align: center;
    }
    .fundItem .fitem .icon img {
        width: 80px;
    }
    .fundItem .fitem p {
        margin-top: 10px;
    }
    .fundItem .fitem p span {
        margin: 2px 0 0 0;
        display: block;
    }
}

/* topBtn */
.topBtn .lft {
    display: flex;
    align-items: flex-end;
}
.topBtn .lft .char_fund2 {
    padding-right: 10px;
}
@media (min-width:768px){
    .topBtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width:767px){
    .topBtn .btnWrp {
        margin-top: 15px;
    }
}

/* prList */
.prList {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.prList li {
    padding: 30px 0;
}
.prList li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.prList li .txt h4 span,
.prList li .txt h4 strong {
    display: inline-block;
    vertical-align: middle;
}
.prList li .txt h4 strong {
    width: 30px;
    line-height: 30px;
    background-color: #2c89b9;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    font-size: .7em;
    margin-right: 5px;
}
@media (min-width:768px){
    .prList li {
        display: flex;
        align-items: center;
    }
    .prList li .icon {
        width: 170px;
    }
    .prList li .txt {
        width: calc(100% - 170px);
        padding-left: 50px;
    }
}
@media (max-width:767px){
    .prList li .icon {
        border-radius: 10px;
        text-align: center;
        background-color: #fff;
    }
    .prList li .icon img {
        width: 120px;
    }
    .prList li .txt {
        margin-top: 20px;
    }
}

/* rvSlick */
.rvSlick {
    margin: 0 -15px;
}
.rvSlick .slick-slide {
    padding: 0 15px;
}
.rvSlick .rvItem {
    border: 1px solid #ddd;
}
.rvSlick .rvItem .top {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ecf4fd;
}
.rvSlick .rvItem .top .lft img,
.rvSlick .rvItem .top .lft p {
    display: inline-block;
    vertical-align: middle;
}
.rvSlick .rvItem .top .lft img {
    margin-right: 5px;
}
.rvSlick .rvItem .con {
    padding: 30px;
}
.rvSlick .rvItem .con .stars {
    color: #ffc249;
    font-size: 20px;
}
.rvSlick .rvItem .con h6 {
    line-height: 1.7em;
    margin-top: 10px;
}
@media (max-width:767px){
    .rvSlick .rvItem .top .lft img {
        width: 20px;
    }
    .rvSlick .rvItem .top {
        padding: 10px 15px;
    }
    .rvSlick .rvItem .con .stars {
        font-size: 15px;
    }
    .rvSlick .rvItem .con {
        padding: 20px 15px;
    }
}



/* slick-arrow */
.slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    background: url(../img/arrow.png) center center no-repeat;
    width: 80px;
    height: 80px;
    border: 0px;
    background-color: rgba(186, 186, 186, 0.1);
    border-radius: 50%;
}
.slick-arrow.slick-prev {
    left: -130px;
}
.slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    .slick-arrow {
        display: none !important
    }
}
/* slick-dots */
.slick-dots {
    text-align: right;
    padding: 0px;
    margin-top: 20px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #1d65c8;
    opacity: 1;
    width: 15px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

/* social1 */
#social1 .sec1 .socialList > li .icon img {
    border-radius: 20px;
}
@media (min-width:768px){
    #social1 .sec1 .socialList > li {
        display: flex;
        align-items: center;
    }
    #social1 .sec1 .socialList > li .icon {
        width: 430px;
    }
    #social1 .sec1 .socialList > li .txt {
        width: calc(100% - 430px);
        padding-left: 60px;
    }
    #social1 .sec1 .socialList > li:nth-child(even) .icon {
        order: 2;
    }
    #social1 .sec1 .socialList > li:nth-child(even) .txt {
        order: 1;
        padding-right: 60px;
        padding-left: 0;
    }
}
@media (max-width:767px){
    #social1 .sec1 .socialList > li .icon {
        text-align: center;
        background-color: #b3d5f1;
        border-radius: 10px;
    }
    #social1 .sec1 .socialList > li .txt {
        margin-top: 20px;
    }
}

/* join */
#join .sec1 .char_join img {
    width: 130px;
}
#join .sec1 ul li {
    margin: 15px 0;
}
#join .sec1 ul li .item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
@media (min-width:768px){
    #join .sec1 ul li .item {
        display: flex;
        align-items: center;
    }
    #join .sec1 ul li .item .num {
        background-color: #accbdb;
        height: 65px;
        width: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    #join .sec1 ul li .item .num h5 {
        color: #fff;
    }
    #join .sec1 ul li .item .con {
        width: calc(100% - 65px);
        padding-left: 30px;
    }
}
@media (max-width:767px){
    #join .sec1 .char_join img {
        width: 70px;
    }
    #join .sec1 ul li .item {
        padding: 20px;
        border-radius: 5px;
    }
}

/* sec2 */
#join .sec2 .topBtn .rt img {
    width: 150px;
}
@media (max-width:767px){
    #join .sec2 .topBtn .rt img {
        width: 120px;
    }
}

/* faq */
.faq li .item {
    padding: 25px 15px;
    border-radius: 10px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.faq li .item.act {
    border-color: #aaa;
    background-color: #fff;
}
.faq li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.faq li a p {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq li a:hover p,
.faq li .act a p {
    color: #1c39a0;
}
.faq li a .sbj {
    width: calc(100% - 70px);
}
.faq li a .q {
    width: 30px;
    text-align: center;
}
.faq li a .q span {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    color: #333;
    font-size: 1.4em;
    text-align: center;
    font-weight: 900;
}
.faq li .act a .q span {
    color: #1c39a0;
}
.faq li a .sbj {
    padding-left: 10px;
}
.faq li a .arr {
    width: 40px;
    text-align: center;
    position: relative;
    transform: rotate(180deg);

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq li .act a .arr {
    transform: rotate(0deg);
}
.faq li a .arr img {
    position: relative;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq li a .arr .arr_f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}
.faq li a:hover .arr .arr_f {
    opacity: 1;
}
.faq li .a {
    /* background-color: #f7f7f7; */
    margin-top: 10px;
}
.faq li .a p {
    padding: 10px 30px;
}
@media (max-width:768px){
    .faq li .item {
        padding: 20px 15px;
    }
    .faq li a .q span {
        width: 28px;
        line-height: 28px;
    }
}

/* about4 */
#about4 .sec2 {
    background: url(../img/about4_bg2.jpg) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
}
@media (max-width:992px){
    #about4 .sec2 {
        background: url(../img/about4_bg2_mo.jpg) center center no-repeat;
        background-size: cover;
        padding: 50px 0;
        height: auto;
    }
}
/* about4 */
#about4 .sec3 {
    background-color: #4887b5;
}
#about4 .sec3 .mtit h4 span {
    display: inline-block;
    line-height: 1em;
    padding: 18px 40px;
    /* background-color: #222; */
    color: #fff;
    border-radius: 100px;
    border: 2px solid #fff;
}
#about4 .sec3 .name .nm span {
    display: inline-block;
    line-height: 1em;
    padding: 12px 40px;
    border-radius: 100px;
    background-color: #08223f;
}
#about4 .sec3 .charWrp {
    display: inline-block;
    position: relative;
}
#about4 .sec3 .charWrp .kiri2,
#about4 .sec3 .charWrp .dakoon2,
#about4 .sec3 .charWrp .dakoon3 {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}
#about4 .sec3 .charBox.act .kiri2 img {
    transform: scale(1);
    animation-name: kiriAni;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function:ease-in-out;
}
@keyframes kiriAni { 
    0% {
        transform: scale(0);
    } 
    80% {
        transform: scale(1);
    } 
    100% {
        transform: scale(1);
    } 
}
#about4 .sec3 .charWrp .dakoon2 {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about4 .sec3 .charWrp .dakoon2 img {
    transform: scale(.93);
}
#about4 .sec3 .charBox.act .dakoon2 img {
    transform: scale(.93);
    animation-name: dakoonAni;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function:ease-in-out;
}
@keyframes dakoonAni { 
    0% {
        transform: scale(.93);
    } 
    50% {
        transform: scale(1);
    } 
    100% {
        transform: scale(.93);
    } 
}
#about4 .sec3 .charWrp .dakoon3 {
    z-index: 5;
}
#about4 .sec3 .infoWrp {
    position: relative;
}
#about4 .sec3 .infoWrp .info .dft {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#about4 .sec3 .infoWrp .info .dft .tt {
    width: 100px;
}
#about4 .sec3 .infoWrp .info .dft .cc {
    width: calc(100% - 100px);
}
#about4 .sec3 .blacked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    background-color: rgba(8, 34, 63, 0.8);
    backdrop-filter: blur(10px);
    z-index: -10;
    display: none;
}
#about4 .sec3 .charBox {
    display: inline-block;
    position: relative;
}
#about4 .sec3 .blacked.actblacked {
    z-index: 10;
    display: block;
}
#about4 .sec3 .charBox.act .infoWrp .info {
    padding: 60px;
    width: 100%;
}
#about4 .sec3 .charBox.act .name,
#about4 .sec3 .charBox.act .infoWrp {
    z-index: 20;
    position: relative;
}
@media (min-width:992px){
    #about4 .sec3 .infoWrp .info {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, .3);
        border-radius: 30px;
        text-align: left;
        overflow: hidden;
        padding: 0px;
        width: 0;
    }
    #about4 .sec3 .dakoonBox .infoWrp .info {
        left: 100%;
    }
    #about4 .sec3 .kiriBox .infoWrp .info {
        right: 100%;
    }
}
@media (max-width:992px){
    #about4 .sec3 .infoWrp .info {
        text-align: left;
        background-color: rgba(0, 0, 0, .15);
        border-radius: 10px;
        padding: 30px 30px;
        margin-top: 15px;
    }
    #about4 .sec3 .charBox .kiri2 img {
        transform: scale(1);
        animation-name: kiriAni;
        animation-iteration-count: infinite;
        animation-duration: 1.5s;
        animation-timing-function:ease-in-out;
    }
    #about4 .sec3 .charBox .dakoon2 img {
        transform: scale(.93);
        animation-name: dakoonAni;
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-timing-function:ease-in-out;
    }
}
@media (max-width:768px){
    #about4 .sec3 ul li + li {
        margin-top: 40px;
    }
}