@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
* {-webkit-overflow-scrolling: touch; }
html, body, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, div, h1, h2, h3, h4, h5, h6, b, i {
    margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;   }
html, body {
    font-weight: normal;
    font-family: Arial;
    font-size: 100%;
}
body {
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

a:link, a:visited { color: #fff; text-decoration: none; }


.bg { background-color: #FFF; height: 100vh; }
.iu-page-content { position: relative; width: 100%; }
.iu-section { position: relative;  width: 100%; }
[class^="iu-"], [class*=" iu-"] { display: block; overflow: hidden; background-repeat: no-repeat; border-style: solid; border-width: 0px; }


.m24 { float: left; height: 100%; margin-left: 0px; margin-top: 0px; position: relative; width: 24%; }
.m23 { float: left; height: 100%; margin-left: 0px; margin-top: 0px; position: relative; width: 23%; }
.m22 { float: left; height: 100%; margin-left: 0px; margin-top: 0px; position: relative; width: 22%; }
.m28 { float: left; height: 100%; margin-left: 0px; margin-top: 0px; position: relative; width: 28%; }
.m48 { float: left; height: 100%; margin-left: 0px; margin-top: 0px; position: relative; width: 48%; }

.page-content {
    background-color:#FFFFFF;
}
.box-69 {
    background-color:#F5F5F5;
    float:left;
    margin-left:70px;
    margin-top:0px;
    position:relative;
    margin-left:0px;
    width:100%;
    overflow-y:auto;
    height: 100vh;
}
.box-69::-webkit-scrollbar {
    display: none;
}
.page-main {
    transition: transform .3s;
}
.page-img {
    width: 100%;
}
.page-img.short {
    margin-bottom: 13vw;
}
.box-124 {
    margin-left:auto;
    margin-right:auto;
    left:0px;
    right:0px;
    bottom:0;
    width:100%;
    height:auto;
    position: fixed;
    transition: transform .3s;
    float:none;
    height: 15vw;
    background-color: #224d71;
}
.box-124.hide {
    transform: translateY(100%);
}
.box-125 {
    /* background-color:#DBDBDB; */
    float:left;
    height:100%;
    margin-left:0px;
    margin-top:0px;
    position:relative;
    width:31%;
}
.box-126 {
    /* background-color:#DBDBDB; */
    float:left;
    height:100%;
    margin-left:3.50%;
    margin-top:0px;
    position:relative;
    width:31%;
}
.box-127 {
    /* background-color:#DBDBDB; */
    float:left;
    height:100%;
    margin-left:3.50%;
    margin-top:0px;
    position:relative;
    width:31%;
}
.main-btn-box {
    /* padding: 1%; */
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.main-btn {
    margin:0 auto;
    padding-top:3%;
    padding-bottom: 3%;
    margin-top:5px;
    text-align:center;
    font-size:4vw;
    font-weight:bold;
    word-break:keep-all;
    word-wrap: break-word;
    cursor: pointer;
}
.main-active {
    /* margin-top: 0;
    border-top: 5px solid darkcyan; */
}
.main-inactive {
    opacity: 0.5;
    font-weight: 400;
}
.home-btn {
    position:fixed;
    left:3%;
    top:2%;
    font-size:8vw;
    width:auto;
    height:auto;
}
.line {
    margin:4% auto;
    border-left:1px solid #ffbd38;
    float:left;
    height:7vw;
    position:relative;
}
.sub-btn{
    position: relative;
}
.sub-btn-box {
    position:relative;
    bottom:30vw;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    left:0px;
    right:0px;
    width:90%;
}
/* .dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
} */

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    /* border-top: 1px solid #dbdbdb; */
    text-align: right;
}

.pop-layer {
    display: none;
    top: 11%;
    /* left: 20%; */
    position: absolute;
    /* transform: translateY(-50%); */
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    background-color: #fff;
    /* border: 5px solid #3571B5; */
    z-index: 10;
}

.dim-layer {
    display: none;
    position: fixed;
    /* _position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 100; */
    color:#5b5b5b;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    
}

a.btn-layerClose:hover {
    /* border: 1px solid #091940; */
    /* background-color: #1f326a; */
    color: #fff;
}
.btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.event-bg{
    background-color: #000;
    height: 100vh;
}
.image-prev{
    position:fixed;
    left:3%;
    bottom:2%;
    margin-left: 1%;
    margin-bottom: 1%;
    height: 44px;
}
.sub-btn{
    position: relative;
}
.info-title{
    padding: 20px 0;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #dbdbdb;
}
.btn-confirm{
    /* background-color:#9D714A; */
    background-color: #032f70;
    width: 70%;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.info-box td{
    height: 50px;
    font-weight: bold;
}
.info-input{
    width: 96%;
    height: 32px;
    padding-left: 0px;
    border: 1px solid #dbdbdb;
}
.phone{
    width: 29%;
}
.clause_content{
    width: 97%;
    resize: none;
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
    margin-top: 10px;
}
.info-wrap{
    padding: 20px 25px 10px 25px;
}
.info-agree{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}
.img-btn {
    padding: 0;
    margin: 0;
}

.bar-bg-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color:#5b5b5b;
}

.bar-bg-layer .bar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.bar-bg-layer .barcode-layer {
    display: block;
}
.barcode-layer {
    display: none;
    top: 25%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    text-align: center;
}
.pc-view {
    width: 320px;
    margin: 0 auto;
    height: auto;
}
.pc-view .main-btn { font-size: 12px; }
.pc-view .line { height: 30px; }
.pc-view .home-btn { font-size: 30px;
    left: 30px;
    right: 0;
    margin: 0 auto;
    width: 320px;
}
