﻿
.container {
	width: 90%;
	margin: 0 auto;
}


/* ===========================
        join
===================================================================================== */
.join {
    position: relative;
    padding: 89px 0;
    background-image: url(../images/bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    border-bottom: 1px solid #eee;
}

.joinBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.joinL {
    width: 458px;
    text-align: left;
}

.joinL.pos {
    bottom: 88px;
    top: auto;
}

.joinL.fixed {
    position: fixed;
    top: 190px;
}

.joinList {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(80, 80, 80, .1);
}

.joinList::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(170, 170, 170, .2);
    box-sizing: border-box;
}

.joinList li {
    cursor: pointer;
    position: relative;
    padding: 0 38px;
    transition: all .6s ease 0s;
    overflow: hidden;
}


.joinList li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: 3;
    opacity: 0;
}

.joinList li div {
    position: relative;
    z-index: 11;
    padding: 48px 0;
    border-bottom: 1px solid #d8d8d8;
}

.joinList li:last-child div {
    border-color: transparent;
}

.joinList i {
    position: absolute;

    line-height: 1;
    transition: all .6s ease 0s;
    color: rgba(212, 212, 212, .41);
}

.joinList .joinList_i2 {
    opacity: 0;
    bottom: -68px;
    font-size: 128px;
    right: 20px;
}

.joinList .joinList_i1 {
    font-size: 38px;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
}

.joinList span {
    font-size: 24px;
    color: #333;
}

.joinList p {
    color: #666;
    font-size:16px;
    font-family: 'Century Gothic';
}

.joinList li:hover::after {
    opacity: 1;
}

.joinList li.hover::after {
    background: #3c6fb5;
    opacity: 1;
}

.joinList li:hover div,
.joinList li.hover div {
    border-color: transparent;
}

.joinList li.hover p,
.joinList li.hover span {
    color: #fff;
}

.joinList li.hover p {
    opacity: 0.68;
}

.joinList li:hover .joinList_i1,
.joinList li.hover .joinList_i1 {
    font-size: 28px;
    opacity: 0;
}

.joinList li:hover .joinList_i2,
.joinList li.hover .joinList_i2 {
    opacity: 1;
    bottom: -28px;
}

.joinList li.hover .joinList_i2 {
    color: rgba(255, 255, 255, .41)
}

.joinEm {
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-top: 38px;
    padding: 48px;
    border: 1px solid rgba(170, 170, 170, .2);
    box-shadow: 0 12px 30px rgba(80, 80, 80, .1);
    display: flex;
    align-items: center;
}

.joinEm svg {
    width: 48px;
    height: 48px;
    margin-right: 24px;
}

.joinEm path {
    fill: #3c6fb5;
}

.joinEm p {
    color: #666;
    font-size: 15px;
}

.joinEm a {
    color: #3c6fb5;
    font-weight: bold;
    font-family: 'en';
    font-size: 17px;
    border-bottom: 1px solid #3c6fb5;
}

.joinR {
    background: #fff;
    display: inline-block;
    text-align: left;
    width: calc(100% - 538px);
    box-shadow: 0 12px 30px rgba(80, 80, 80, .1);
}

.recBox {
    border-radius: 6px;
    border: 1px solid rgba(170, 170, 170, .2);
    padding-bottom: 80px;
}


.recDiv {
    position: relative;
    padding: 50px 60px 0;
    cursor:pointer;
}

.recHead {
    padding-bottom: 14px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.recDiv_arr {
    position: absolute;
    top: 10px;
    right: 20px;

}

.recDiv_arr svg {
    width: 38px;
    height: 38px;
    transform: rotate(-90deg);
    transition: all 0.48s;
}

.recDiv_arr.click svg {
    transform: rotate(0deg);
}

.recDiv_arr path {
    fill: #3c6fb5
}

.recIco {
    position: relative;
}

.recIco span {
    display: inline-block;
    margin-right: 28px;
    font-size: 14px;
    color: #a3afb7;
}

.recIco span:last-of-type {
    margin-right: 0;
}

.recBody {
    display: none;
    background: #f8f8f8;
    padding: 20px 48px 48px;
}

.recItem:first-child .recBody {
    display: block;
}

.recItem:first-child .recBody {
    display: block;
}

.recBody span {
    display: block;
    margin: 28px 0 14px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
}

.recBody p {
    font-size: 14px;
    color: #666;
}

.recBody img {
    max-width: 100%;
    height: auto !important;
}

.recFoot {
    display: none;
    margin-top: 24px;
    color: #3c6fb5;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.recFoot svg {
    position: relative;
    top: -2px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.recFoot a {
    text-decoration: underline;
    color: #3c6fb5;
    margin-left: 5px;
}
  