/*company*/
#company .sec1{
    background: url(../img/com_bg1.jpg) 95% center no-repeat;
    background-size: cover;
}

#company .sec1 .c_wrp .rt h4{
    margin-top: 15px;
}
#company .sec1 .c_wrp .rt h5{
    margin-top: 40px;
}
#company .sec2 ul li .com_dif{
    position: relative;
}
#company .sec2 ul li .com_dif .tbox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgb(0 0 0 / 80%);
    padding: 8px 5px;
}
#company .sec3{
    background: url(../img/com_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#company .sec3 ul li img{
    width: 85px;
}
#company .sec3 ul li p{
    margin-top: 5px;
} 
@media (min-width:769px){
    #company .sec1 .c_wrp .rt{
        width: 55%;
    }
    #company .sec3 ul{
        border: 1px dashed #fff;
        border-radius: 10px;
        padding: 50px 30px;
        background-color: rgba(0,0,0,0.3);
    }
    #company .sec3 ul li{
        width: 14.222%;
        position: relative;
    }
    #company .sec3 ul li:not(:last-child):after{
        position: absolute;
        content: "";
        background-color: #fff;
        width: 1px;
        height: 30%;
        top: 30%;
        right: 0;
    }
}

@media (max-width:768px){
    #company .sec2 ul li{
        margin: 5px 0;
    }
    #company .sec3 ul li{
        width: 25%;
    }
    #company .sec3 ul li:nth-child(1){
        margin-left:12.5%; 
    }
    #company .sec3 ul li .com_icon{
        margin: 10px 0;
    }
    #company .sec3 ul li img{
        width: 50px;
    }
}

/*casino_01*/
#casino_01 .sec1 .mtit h4{
    margin-top: 40px;
}
#casino_01 .sec1 .mtit h5{
    margin-top: 10px;
}
#casino_01 .sec2{
    background: url(../img/cas1_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#casino_01 .sec2 .c_wrp .tbox{
    background-color: #333;
    padding: 40px;
}
#casino_01 .sec3 ul li{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
}
#casino_01 .sec3 ul li:not(:last-child){
    margin-bottom: 40px;
}
#casino_01 .sec3 ul li .c_wrp .tbox h3 span{
    padding: 5px;
    background-color: #000;
    color: #fff;
}
#casino_01 .sec3 ul li .c_wrp .tbox h5{
    margin-top: 15px;
}
#casino_01 .sec4{
    background: url(../img/bsc_bg.png) center center;
    background-color: #1a1a1a;
}
#casino_01 .sec4 .tbox{
    margin-top: 20px;
}
#casino_01 .sec4 .tbox h5{
    margin-top: 10px;
}
#casino_01 .sec5{
    background-color: #f7f7f7;
}
#casino_01 .sec5 ul li img{
    border: 1px solid #ddd;
}
@media (min-width:769px){
    #casino_01 .sec1 .c_wrp .rt{
        text-align: right;
    }
    #casino_01 .sec3 ul li .c_wrp .tbox{
        width: 83%;
    }
}

@media (max-width:768px){
    
    #casino_01 .sec1 .mtit h4{
        margin-top: 20px;
    }
    #casino_01 .sec1 .c_wrp .rt{
        text-align: center;
        margin-top: 30px;
    }
    #casino_01 .sec2 .c_wrp .tbox{
        padding: 15px;
    }
    #casino_01 .sec3 ul li{
        padding: 25px;
    }
    #casino_01 .sec3 ul li:not(:last-child){
        margin-bottom: 15px;
    }
    #casino_01 .sec3 ul li .c_wrp{
        text-align: center;
    }
    #casino_01 .sec3 ul li .c_wrp .icon{
        
        margin-bottom: 20px;
    }
    #casino_01 .sec3 ul li .c_wrp .tbox h3 span{
        padding: 3px;
    }
    #casino_01 .sec3 ul li .c_wrp .tbox h5{
        margin-top: 10px;
    }
    #casino_01 .sec4 .tbox{
        margin-top: 15px;
    }
    #casino_01 .sec4 ul li .exp_box{
        margin: 10px 0;
    }
}

/*casino_02*/
#casino_02 .sec1 .mtit h4{
    margin-top: 40px;
}
#casino_02 .sec1 .mtit h5{
    margin-top: 10px;
}
#casino_02 .sec2{
    background: url(../img/cas1_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#casino_02 .sec2 .c_wrp .tbox{
    background-color: #333;
    padding: 40px;
}
#casino_02 .sec3 ul li{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
}
#casino_02 .sec3 ul li:not(:last-child){
    margin-bottom: 40px;
}
#casino_02 .sec3 ul li .c_wrp .tbox h3 span{
    padding: 5px;
    background-color: #000;
    color: #fff;
}
#casino_02 .sec3 ul li .c_wrp .tbox h5{
    margin-top: 15px;
}
#casino_02 .sec4{
    background: url(../img/bsc_bg.png) center center;
    background-color: #1a1a1a;
}
#casino_02 .sec4 .tbox{
    margin-top: 20px;
}
#casino_02 .sec4 .tbox h5{
    margin-top: 10px;
}
#casino_02 .sec5{
    background-color: #f7f7f7;
}
#casino_02 .sec5 ul li img{
    border: 1px solid #ddd;
}
@media (min-width:769px){
    #casino_02 .sec1 .c_wrp .rt{
        text-align: right;
    }
    #casino_02 .sec3 ul li .c_wrp .tbox{
        width: 83%;
    }
}

@media (max-width:768px){
    
    #casino_02 .sec1 .mtit h4{
        margin-top: 20px;
    }
    #casino_02 .sec1 .c_wrp .rt{
        text-align: center;
        margin-top: 30px;
    }
    #casino_02 .sec2 .c_wrp .tbox{
        padding: 15px;
    }
    #casino_02 .sec3 ul li{
        padding: 25px;
    }
    #casino_02 .sec3 ul li:not(:last-child){
        margin-bottom: 15px;
    }
    #casino_02 .sec3 ul li .c_wrp{
        text-align: center;
    }
    #casino_02 .sec3 ul li .c_wrp .icon{
        
        margin-bottom: 20px;
    }
    #casino_02 .sec3 ul li .c_wrp .tbox h3 span{
        padding: 3px;
    }
    #casino_02 .sec3 ul li .c_wrp .tbox h5{
        margin-top: 10px;
    }
    #casino_02 .sec4 .tbox{
        margin-top: 15px;
    }
    #casino_02 .sec4 ul li .exp_box{
        margin: 10px 0;
    }
}

h3.subT {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h4.mon_tit{
    position: relative;
    padding-left: 10px;
}
h4.mon_tit:before{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 3px;
    height: 60%;
    top: 20%;
    left: 0;
}

/*casino_03*/
#casino_03 .sec1{
    background-color: #f7f7f7;
}
#casino_03 .sec1 ul li .m_wrp .tbox{
    position: relative;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 40px 20px 20px;
    text-align: center;
}
#casino_03 .sec1 ul li .m_wrp .tbox span{
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #000;
    color: #fff;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 24px;
    font-weight: 600;
    padding: 12px;
}
#casino_03 .sec1 ul li .m_wrp .tbox h5{
    margin-top: 10px;
}

@media (max-width:768px){
    #casino_03 .sec1 ul li .m_wrp .tbox{
        padding: 15px;
        border: 1px solid #ddd;
    }
    #casino_03 .sec1 ul li .m_wrp .tbox span{
        display: none;
    }
    #casino_03 .sec1 ul li .m_wrp .tbox h5{
        margin-top: 5px;
    }
}

/*trip*/
#trip .sec1{
    background-color: #f7f7f7;
}
#trip .sec1 ul li{
    margin: 30px 0;
}

#trip .sec1 ul li .ibox{
    margin-top: 30px;
}

@media (min-width:769px){
    #trip .sec1 ul li:nth-child(2) .tbox h5{
        height: 60px;
    }
}

@media (max-width:768px){
    #trip .sec1 ul li{
        margin: 20px 0;
    } 
    #trip .sec1 ul li .ibox{
        margin-top: 15px;
    }
}

/*use*/
#use .sec1{
    background: url(../img/use_bg.jpg) center center no-repeat;
    background-size: cover;
}
#use .sec1 ul li > div{
    border: 1px solid rgba(255,255,255,0.4);
    background-color: rgba(0,0,0,0.8);
    padding: 40px 15px;
    margin: 15px 0;
}
#use .sec1 ul li img{
    width: 100px;
}
#use .sec1 ul li .tbox{
    margin-top: 20px;
}
#use .sec1 ul li .tbox h5{
    margin-top: 5px;
}
#use .sec2{
    background-color: #f7f7f7;
}
#use .sec2 ul li{
    text-align: center;
}
#use .sec2 ul li .ibox img{
    border: 1px solid #ddd;
}
#use .sec2 ul li .tbox{
    margin-top: 20px;
}
#use .sec2 ul li .tbox .btn_wrp{
    margin-top: 15px;
}
#use .sec2 ul li .tbox .btn_wrp a{
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}
@media (max-width:768px){
    #use .sec1 ul li > div{
        padding: 25px;
        margin: 10px 0;
    }
    #use .sec1 ul li img{
        width: 60px;
    }
    #use .sec1 ul li .tbox{
        margin-top: 15px;
    }
    #use .sec2 ul li{
        margin: 15px 0;
    }
    #use .sec2 ul li .tbox{
        margin-top: 15px;
    }
    #use .sec2 ul li .tbox .btn_wrp{
        margin-top: 10px;
    }
}


#faq_page{
    background: url(../img/bsc_bg.png) center center;
    background-color: #262626;
}

/* acdi */
.acdi ul li,
.acdi ul li:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.acdi ul li{
	position:relative;
	border:1px solid rgba(255, 255, 255, 0.3);
	background-color: transparent;
	border-radius:2px;
	margin-top:10px;
    overflow:hidden;
    border-radius: 4px;
}
.acdi ul li:first-child{
	margin-top:0;
}
.acdi ul li.active,
.acdi ul li:focus,
.acdi ul li:hover{
	border-color:#f4db87;
}
.acdi ul li.opa{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
}
.acdi ul li.opa:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
.acdi ul li .qst{
	position:relative;
}
.acdi ul li .qst a{
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 20px;
	text-decoration: none;
}
.acdi ul li .qst a.pl {
    padding-left: 60px;
}
.acdi ul li .qst a p{
	display:inline-block;
}
.acdi ul li .qst a span {
	display: inline-block;
    width: 30px;
    background-color: #aaa;
    border-radius: 50%;
	height: 30px;
	display: inline-block;
	color: #222;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -13px;
}
.acdi ul li.active .qst a span {
    background-color: #f4db87;
}
.acdi ul li .qst a:after{
	content:"";
	display:inline-block;
	width:18px;
	height:10px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-5px;
	background:url("../_img/ico_accordion1.png") no-repeat 0 0;
	
	-webkit-background-size:18px 20px;
	background-size:18px 20px;
}
.acdi ul li.active .qst a:after{
	background-position:0 100%;
}
.acdi ul li .answer{
	position:relative;
	padding:20px 0 25px;
	margin:0 20px;
	font-size:16px;
	line-height:1.5;color:#777;
	border-top:1px solid #f0f0f0;
	letter-spacing:-.025em;
	display:none;
}
.acdi ul li .answer b{
	color:#fff;
}
@media (max-width:768px){
	.acdi ul li .qst a {
		font-size: 15px;
		line-height: 20px;
		padding: 15px;
	}
    .acdi ul li .qst a.pl {
        padding-left: 40px;
    }
	.acdi ul li .qst a span {
		width: 25px;
		height: 25px;
		left: 10px;
		margin-top: -12px;
	}
	.acdi ul li .qst a:after{
		content:"";
		display:inline-block;
		width:18px;
		height:10px;
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-5px;
		background:url("../_img/ico_accordion1.png") no-repeat 0 0;

		-webkit-background-size:18px 20px;
		background-size:18px 20px;
	}
	.acdi ul li.active .qst a:after{
		background-position:0 100%;
	}
	.acdi ul li .answer{
		position:relative;
		padding:20px 0 25px;
		margin:0 20px;
		font-size:16px;
		line-height:1.5;color:#777;
		border-top:1px solid #f0f0f0;
		letter-spacing:-.025em;
		display:none;
	}
	.acdi ul li .answer b{
		color:#222;
	}
}

#online .on_wrp .icon img{
    width: 60px;
}
#online .c_wrp .rt{
    background: url(../img/on_rt.png) right bottom no-repeat;
    background-color: #333;
}
#online .c_wrp .rt ul li:not(:last-child){
    margin-bottom: 25px;
}
#online .c_wrp .rt ul li a{
    text-decoration: none;
    display: block;
}
@media (min-width:769px){
    #online .c_wrp .rt{
        padding: 0 16% 0 5%;
    }
    #online .on_wrp .tbox{
        width: 89%;
        padding-left: 5%;
    }
}
@media (max-width:768px){
    #online .c_wrp .rt{
        padding: 30px;
    }
    #online .on_wrp .icon img{
        width: 40px;
    }
    #online .on_wrp .tbox{
        width: 89%;
        padding-left: 5%;
    }
}

























