.secban {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}
.secban img {
	width: 100%;
	height: auto;
    display: block;
    visibility: hidden;
}

.bkt {
    margin-top: 3vw;
    height: 60px;
    overflow: hidden;
}
.bkt span {
    display: block;
    float: left;
    font-size: 2rem;
    margin-right: 15px;
    line-height: 120%;
}
.bkt a {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 38px;
    font-size: 1.125rem;
    padding: 0 25px;
    background: #f4f4f4;
}
.bkt a.on {
    font-weight: bold;
    background: #f5f9f8;
}

.secbant {
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
}
.secbant span {
    display: block;
    line-height: 160%;
}
.secbant span:nth-child(1) {
    font-size: 2.4rem;
}
.secbant span:nth-child(2) {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}
.bant1 {
    left: 165px;
    top: 120px;
    text-align: left;
}
.bant2 {
    right: 165px;
    top: 120px;
    text-align: right;
}
.bant3 {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -3rem;
    text-align: center;
}
.bant4 {
    left: 165px;
    bottom: 150px;
    text-align: left;
}
.bant5 {
    right: 165px;
    bottom: 150px;
    text-align: right;
}
.txtshadow {
    text-shadow: 0 1px 1px #000;
}

.yrow {
    height: 65px;
    line-height: 60px;
    color: #666;
    overflow: hidden;
    font-size: 1rem;
}
.yrow a {
    text-decoration: underline;
    color: #005636;
}
.yrow1 {
    width: calc(50% - 10px);
    height: 60px;
    float: left;
}
.rowline {
    border-bottom: 1px solid #dadada;
}
.yrow1:nth-child(even) {
    margin-left: 20px;
}
.yrow1 span {
    display: block;
    width: 30%;
    float: left;
}
.yrow1 input.inp {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 1rem;
    border: 0;
    background: transparent;
}
.yrow2 {
    border-bottom: 1px solid #dadada;
}
.yrow2 span {
    display: block;
    width: 15%;
    line-height: 60px;
    color: #999;
    float: left;
    overflow: hidden;
}
.yrow2 select {
    width: 28%;
    height: 60px;
    font-size: 1rem;
    color: #666;
    float: left;
    line-height: 60px;
    border: 0;
    background: transparent;
}
.yrow3 {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding: 15px 0;
}
.yrow3 textarea {
    width: 100%;
    height: 100px;
    border: 0;
    font-size: 1rem;
    color: #666;
    line-height: 26px;
}
.ybtn {
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
    background: #0c345c;border:0px;
}

@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    
}