@charset "utf-8";

#mainFirst{
    padding-top: 56px;
}
#contents{
    overflow: hidden;
}
.secHero .bgTop{
    background: url(/img/portal/first/bgTop.jpg) top center no-repeat;
    background-size: cover;
    height: 700px;
}
.secHero .wrapper{
    width: 1200px;
    height: 700;
    margin: 0 auto;
}
.secHero .txtBox{
    letter-spacing: 1px;
    padding-top: 234px;
}
.secHero .subTit{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.secHero .txt{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5;
}
@media only screen and (max-width:767px){
    .secHero .bgTop{
        height: 350px;
        background-position: 70%;
    }
    .secHero .wrapper{
        width: 92%;
    }
    .secHero .txtBox{
        padding-top: 90px;
        text-align: center;
    }
    .secHero .tit img{
        width: 40%;
    }
    .secHero .subTit{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .secHero .txt{
        font-size: 14px;
        margin-top: 10px;
    }
}

/*secInfo*/
.secInfo{
    padding: 100px 0 140px;
}
.secInfo .wrapper{
    width: 1200px;
    margin: 0 auto;
}
.secInfo .list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.secInfo .item{
    text-align: center;
    width: 380px;
    height: 140px;
    background: #9a8453;
    color: #fff;
    display: block;
}
.secInfo .subTit{
    margin-top: 35px;
}
.secInfo .tit{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 10px 0 20px;
}
@media only screen and (max-width:767px){
    .secInfo{
        padding: 25px 0 35px;
    }
    .secInfo .wrapper{
        width: 92%;
    }
    .secInfo .item{
        width: 32%;
        height: 90px;
    }
    .secInfo .subTit{
        margin-top: 10px;
    }
    .secInfo .space{
        margin-top: 9px!important;
    }
    .secInfo .subTit img{
        width: 60%;
    }
    .secInfo .subTit img.small{
        width: 40%;
    }
    .secInfo .tit{
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.3;
        margin: 5px 0 6px;
        font-weight: normal;
    }
}
/* secStory */
.secStory{
    background: #fff;
    position: relative;
    padding: 65px 0 210px;
    z-index: -10;
}
.secStory .wrapper{
    width: 1200px;
    margin: 0 auto;
}
.secStory .tit,
.secStory .subTit{
    text-align: center;
}
.secStory .tit{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.secStory .subTit{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secStory .list{
    margin-top: 93px;
}
.secStory .box{
    position: relative;
    min-height: 550px;
}
.secStory .boxImg{
    position: absolute;
    right: -360px;
    width: 960px;
    height: 550px;
    overflow: hidden;
    z-index: -1;
}
.secStory .boxTxt{
    width: 840px;
    height: 350px;
    position: absolute;
    top: 100px;
    padding: 60px 45px 0 0;
    background: #fff;
    opacity: 0.8;
}
.secStory .txtInner{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 2;
}
.secStory .land:last-child{
    margin-top: 50px;
}
.secStory .bottom .boxImg{
    left: -360px;
}
.secStory .bottom .boxTxt{
    width: 840px;
    height: 460px;
    top: 45px;
    right: 0;
    padding: 50px 0 0 80px;
    background: #fff;
    opacity: 0.8;
}
@media only screen and (max-width:767px){
    .secStory{
        padding: 65px 0 60px;
    }
    .secStory .tit{
        top: 20px;
    }
    .secStory .wrapper{
        width: 100%;
    }
    .secStory .list {
        margin-top: 20px;
    }
    .secStory .boxImg{
        position: static;
        width: 100%;
        height: auto;
    }
    .secStory .boxTxt,
    .secStory .bottom .boxTxt{
        width: 92%;
        height: auto;
        position: static;
        padding: 0;
        margin: 20px auto 0;
    }
    .secStory .txtInner{
        font-size: 13px;
        line-height: 1.8;
    }
    .secStory .land:last-child {
        margin-top: 25px;
    }
}
/* secWhat */
.secWhat{
    text-align: center;
    position: relative;
    padding: 75px 0 245px;
}
.secWhat .tit{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.secWhat .subTit{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.secWhat .txt{
    width: 1200px;
    margin: 75px auto 0;
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: 1.5px;
}
.secWhat .txt.bottom{
    margin: 20px auto 0;
}
.secWhat .boxSupport{
    background: #001a60;
    color: #fff;
    height: 260px;
    margin: 53px 0 200px;
    padding-top: 50px;
}
.secWhat .boxTit{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.secWhat .list{
    width: 1200px;
    margin: 63px auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.secWhat .item{
    display: block;
    width: 380px;
    height: 360px;
    color: #fff;
    border-bottom: 3px solid #001a60;
}
.secWhat .item01{
    background: url(/img/portal/first/bgSupport01.jpg) top center no-repeat;
    background-size: cover;
}
.secWhat .item02{
    background: url(/img/portal/first/bgSupport02.jpg) top center no-repeat;
    background-size: cover;
}
.secWhat .item03{
    background: url(/img/portal/first/bgSupport03.jpg) top center no-repeat;
    background-size: cover;
}
.secWhat .innerTit{
    margin-top: 80px;
}
.secWhat .innerSubTit{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1.8px;
    margin-top: 18px;
}
.secWhat .innerTxt{
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}
.secWhat .btnArrow{
    margin-top: 35px;
}
.secWhat .btn{
    font-size: 20px;
    width: 240px;
    height: 50px;
    line-height: 45px;
    border: 1px solid #fff;
    margin: 20px auto 0;
}
@media only screen and (max-width:767px){
    .secWhat{
        padding: 60px 0 30px;
    }
    .secWhat .tit{
        top: 20px;
    }
    .secWhat .txt{
        width: 92%;
        font-size: 13px;
        margin: 30px auto 0;
    }
    .secWhat .boxSupport{
        height:auto;
        padding: 30px 0;
        margin: 50px  auto 20px;
    }
    .secWhat .boxTit{
        font-size: 18px;
    }
    .secWhat .list{
        width: 100%;
        display: block;
        margin: 30px auto 0;
    }
    .secWhat .item{
        width: 85%;
        height: auto;
        padding: 20px 0 10px;
        margin: 10px auto 0;
    }
    .secWhat .innerTit{
        width: 50%;
        margin: 0 auto;
    }
    .secWhat .innerSubTit{
        font-size: 17px;
        margin-top: 10px;
    }
    .secWhat .innerTxt{
        font-size: 14px;
        margin-top: 5px;
    }
    .secWhat .btnArrow{
        margin-top: 15px;
    }
    .secWhat .btn{
        font-size: 18px;
        height: 40px;
        line-height: 35px;
    }
}
/* secMember */
.secMember{
    text-align: center;
    background: url(/img/portal/first/bgMember.gif);
    position: relative;
    padding: 70px 0 80px;
}
.secMember .tit{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.secMember .subTit{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secMember .txt{
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 55px;
}
.secMember table {
    border-collapse: collapse;
    margin: 52px auto 0;
    padding: 0;
    width: 1200px;
    table-layout: fixed;
    font-size: 18px;
    font-weight: bold;
}
.secMember table tr {
    background-color: #f2f2f2;
    border-bottom: 2px solid #fff;
}
.secMember table th,
.secMember table td {
    border-right: 2px solid #fff;
    text-align: center;
    height: 62px;
    padding-top: 20px;
}
.secMember table thead tr{
    background-color: #9a8453;
    color:#fff;
    width: 440px;
}
.secMember table thead td{
      width: 320px;
      background: #f2f2f2;
}
.secMember table tbody th {
      background: #001a60;
      color: #fff;
}
.secMember span{
    font-size: 15px;
}
.secMember span.small{
    font-size: 12px;
    font-weight: normal;
}
.secMember .btn{
    display: block;
    background: #fff;
    width: 500px;
    height: 80px;
    line-height: 80px;
    color: #9a8453;
    border: 1px solid #9a8453;
    text-align: center;
    font-size: 20px ;
    font-weight: bold;
    margin: 68px auto 0;
    letter-spacing: 2px;
    position: relative;
}
.secMember .btn::after{
    position: absolute;
    content: "";
    background: url(/img/portal/first/memberArrow.gif) top center no-repeat;
    background-size: cover;
    width: 9px;
    height: 16px;
    top: 33px;
    right: 110px;
}
  @media screen and (max-width: 767px) {
    .secMember .tit{
        top: 20px;
        width: 35%;
    }
    .secMember .subTit{
        margin-top: 10px;
    }
    .secMember .txt{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 25px;
    }
    .secMember .scroll {
        overflow-x: scroll;
    }
    .secMember .scroll.on::before {
        opacity: 1;
    }
    .secMember .scroll::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(/img/portal/first/iconScroll.png) center center / 155px 103px no-repeat;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
        -webkit-animation: sideItem 1s linear infinite;
        animation: sideItem 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .secMember table{
        margin: 25px 4% 0;
    }
    .secMember .btn{
        width: 300px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin: 35px auto 0;
    }
    .secMember .btn::after{
        top: 23px;
        right: 25px;
    }
  }
  @-webkit-keyframes sideItem {
	0%     { transform:translateX(0); }
	25%     { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
    }
@keyframes sideItem {
	0%     { transform:translateX(0); }
	25%     { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@media only screen and (min-width:992px){
	.scroll::before{
		display: none;
	}
}
/* secStart */
.secStart{
    text-align: center;
}
.secStart .tit{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 100px;
}
.secStart .list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 1200px;
    margin: 70px auto 130px;
}
.secStart .item{
    display: block;
    width: 380px;
}
.secStart .topBox{
    color: #fff;
    height: 130px;
    background-size: cover;
    padding-top: 33px;
}
.secStart .box01{
    background: url(/img/portal/first/bgStart01.jpg) top center no-repeat;
}
.secStart .box02{
    background: url(/img/portal/first/bgStart02.jpg) top center no-repeat;
}
.secStart .box03{
    background: url(/img/portal/first/bgStart03.jpg) top center no-repeat;
}
.secStart .boxSubTit{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-top: 15px;
}
.secStart .boxTxt{
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #9a8453;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
}
.secStart .boxTxt::after{
    content: "";
    position: absolute;
    background: url(/img/portal/first/startArrow.gif) top center no-repeat;
    background-size: cover;
    width: 6px;
    height: 10px;
    top: 15px;
    right: 20px;
}
.secStart .boxTxt.blue{
    font-size: 20px;
    background: #313131;
}
.secStart .boxTxt.blue::after{
    display: none;
}
@media only screen and (max-width:767px){
    .secStart .tit{
        margin-top: 30px;
        font-size: 20px;
    }
    .secStart .list{
        display: block;
        width: 100%;
        margin: 35px auto 65px;
    }
    .secStart .item{
        width: 85%;
        margin: 10px auto 0;
    }
    .secStart .topBox{
        padding-top: 20px;
        height: 100px;
    }
    .secStart .boxTit{
        width: 50%;
        margin: 0 auto;
    }
    .secStart .boxSubTit{
        font-size: 16px;
    }
    .secStart .boxTxt{
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .secStart .boxTxt::after{
        top: 10px;
        right: 10px;
    }
    .secStart .boxTxt.blue{
        font-size: 16px;
    }
}
/* footer */
#footerFirst{
    padding-left: 0;
}