.bkt {
    height: auto;
    overflow: hidden;
    margin-top: 100px;
}

.secban {
    width: 100%;
    height: auto;
    max-height: 70vh;
    overflow: hidden;
    position: relative;
}
.secban img {
	width: 100%;
	height: auto;
    display: block;
    visibility: hidden;
}
.secbant {
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
}
.secbant span {
    display: block;
    line-height: 150%;
}
.secbant span:nth-child(1) {
    font-size: 1.4rem;
}
.secbant span:nth-child(2) {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
}
.bant1 {
    left: 20px;
    top: 20px;
    text-align: left;
}
.bant2 {
    right: 20px;
    top: 20px;
    text-align: right;
}
.bant3 {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -2rem;
    text-align: center;
}
.bant4 {
    left: 20px;
    bottom: 20px;
    text-align: left;
}
.bant5 {
    right: 20px;
    bottom: 20px;
    text-align: right;
}
.txtshadow {
    text-shadow: 0 1px 1px #000;
}

.secbar {
    width: 92%;
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    margin: 10px auto;
    text-align: center;
}
.secbar a {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
    font-size: 0.875rem;
    position: relative;
}
.secbar a.on {
    font-weight: bold;
    color: #005636;
}
.secbar a.on::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #005636;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yrow {
    height:auto;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    font-size: 0.75rem;
}
.yrow a {
    text-decoration: underline;
    color: #005636;
}
.yrow1 {
    height: 40px;
}
.rowline {
    border-bottom: 1px solid #eee;
}
.yrow1 span {
    display: block;
    width: 30%;
    float: left;
}
.yrow1 input.inp {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 0.75rem;
    border: 0;
    background: transparent;
}
.yrow2 {
    border-bottom: 1px solid #eee;
}
.yrow2 span {
    display: block;
    width: 25%;
    line-height: 40px;
    color: #999;
    float: left;
    overflow: hidden;
}
.yrow2 select {
    width: 25%;
    height: 40px;
    font-size: 0.75rem;
    color: #666;
    float: left;
    line-height: 40px;
    border: 0;
    background: transparent;
}
.yrow3 {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.yrow3 textarea {
    width: 100%;
    height: 80px;
    border: 0;
    font-size: 0.75rem;
    color: #666;
    line-height: 150%;
}
.ybtn {
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
    background: #005636;
    margin-bottom: 20px;
}