@charset "utf-8";

/* CSS Document */


/*永久收藏頁qrcode*/

.bottom-arrow {
    margin-left: 5px;
    padding-bottom: 4px;
    opacity: 0.7;
}

.navbar-right {
    margin-right: 12px;
    border-left: 1px solid #ccc;
    height: 50px;
}

.custom-navbar .navbar-nav.navbar-right li {
    margin-top: 0px;
    margin-left: 0px;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 6px;
    opacity: 0.5;
    line-height: 40px;
    font-size: 16px;
    font-weight: 900;
}

.drop-down ul {
    display: none;
    position: absolute;
    left: 0;
    padding: 5px 0;
    list-style: none;
    width: 200px;
    background: #FFF;
    border: 1px solid #f39;
    border-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(50 50 50 / 30%);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 5px 0 rgb(50 50 50 / 30%);
    z-index: 200 !important;
    margin-top: -5px;
}

.drop-down ul:before {
    border-color: transparent transparent #F39;
    border-style: solid;
    border-width: 12px;
    top: -24px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.drop-down ul:after {
    border-color: transparent transparent #FFF;
    border-style: solid;
    border-width: 12px;
    top: -23px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}

.drop-down .nav-qrcode {
    padding: 10px 15px 15px 15px;
    width: auto;
    left: calc(-250px/2);
}

.drop-down .nav-qrcode:before,
.drop-down .nav-qrcode:after {
    left: 145px;
}

.drop-down .payment_img {
    padding: 10px 15px 15px 15px;
    width: 400px;
    height: 400px;
    left: calc(100% - 60%);
}

.drop-down .nav-qrcode img,
.drop-down .payment_img img {
    display: block;
    margin: 5px auto;
    opacity: 1;
}

.hide {
    display: none !important;
}

.menu_qrcode {
    height: 250px;
    width: 250px;
}

.menu_web {
    height: auto;
    width: 250px;
}

@media (max-width:992px) {
    .payment_img {
        padding: 10px 15px 0px 15px;
        width: 400px;
        height: 400px;
        border: 1px solid #f39;
        border-radius: 16px;
        margin-top: 10px;
    }

    .type-general .payment_img {
        border: 1px solid #00c0ff;
    }

    .drop-down .nav-qrcode {
        padding: 5px 15px 5px 15px;
        width: 100%;
        left: 50px;
        top: 60px;
    }

    .menu_qrcode {
        height: 100%;
        width: 100%;
    }

    .menu_web {
        height: auto;
        width: 100%;
    }

    .drop-down .nav-qrcode:before,
    .drop-down .nav-qrcode:after {
        left: 45px;
    }



}

@media (max-width:567px) {
    .payment_img {
        padding: 10px 15px 15px 15px;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    .drop-down .nav-qrcode {
        padding: 5px 10px 5px 10px;
        width: 70%;
        left: 50px;
        top: 60px;
    }

    .menu_qrcode {
        height: 100%;
        width: 100%;
    }

    .menu_web {
        height: auto;
        width: 100%;
    }

    .drop-down .nav-qrcode:before,
    .drop-down .nav-qrcode:after {
        left: 45px;
    }

}



.web_links_btn,
.web_qrcode_btn {
    width: 100%;
    color: #252525;
    background-color: #FFFFFF00;
    border: 0;
    border-color: #FFFFFF00;
    padding: 10px 0 10px 0;
    text-align: left;
    font-weight: 900;
}

.web_links_btn:hover,
.web_qrcode_btn:hover {
    color: #f39;
}

.web_links_btn::after,
.web_qrcode_btn::after {
    /*content: '\25B2';*/
    color: #f39;
    font-weight: 100;
    float: right;
    margin-left: 5px;
    font-size: 15px;
    line-height: 35px;
}

.payment_ph {
    display: none;
}

#payment_flow_ph {
    display: none;
}

@media (max-width:992px) {
    #payment_flow {
        display: none;
    }

    #payment_flow_ph {
        display: block;
    }
}


/*展開*/


/*.web_links_btn.collapsed::after,
.web_qrcode_btn.collapsed::after{content: '\25BC'; } */


/*收合*/

.mobile_menu_qrcode {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px 0 5px 0;
}

.mobile_menu_web {
    height: auto;
    width: 70%;
}



.pc_payment {
    height: 350px;
    width: 350px;
}

@media (max-width: 567px) {
    .pc_payment {
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

.custom-navbar .nav li a {
    padding: 0px 10px;
    transition: 0s;
}

.ecchi-member {
    min-height: 45px;
    padding-bottom: 0px;
}

.usergold-navbox {
    min-height: 45px;
    padding-bottom: 0px;
}

.usergold-navbox-bg {
    padding-bottom: 0px;
}

@media (max-width: 1200px) {
    .custom-navbar .nav li a {
        padding: 0px 4px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom-navbar .navbar-nav.navbar-right li a {
        padding-right: 5px;
        padding-left: 6px;
        padding-top: 4px;
        padding-bottom: 6px;
    }

    .custom-navbar .nav li a {
        padding: 0px 4px;
    }
}

@media (max-width: 900px) {
    .modal-overlay {
        margin-top: 0px;
        font-size: 16px;
        font-weight: 600;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: 0;
        width: 132px;
    }
}


/***********************************/


/************V1版用******************/


/***********************************/

.type-v1 .navbar-right {
    border-left: 0px solid #ccc;
}

.lang_select .drop-down a:link{ color: #333;}
.lang_select .drop-down a:visited{ color: #333;}
.lang_select .drop-down a:hover{ color: #f39;}
.lang_select .drop-down a:active{ color: #333;}

.lang_select .drop-down ul{
  	top: 100%;
	right: 0;
	left: auto;
	width: 112px;
	padding: 10px 0;
	margin-bottom: 0px;
	line-height: 3rem;
	text-align: left;
    border: 1px solid #aaa;
    background: #FFF;
	-webkit-box-shadow:none;
    box-shadow: none; 
}
.lang_select .drop-down ul::after,
.lang_select .drop-down ul::before{
    border-style: hidden;
}

.lang_select .drop-down ul li{padding-left: 15px;}
.lang_select .lang-dropdown{ float: right;}
.lang_select .drop-down{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0px 10px 0 15px;
    cursor: pointer;
}
.lang_select .drop-down .lang-btn{
    padding-left: 28px;
}

.lang_select .drop-down .lang-btn::after{
    content: "";
    position: relative;
    top: -3px;
    display: inline-block;
    margin: 0 5px 0 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #97a1b1;
    transform: rotate(-180deg);
}


.lang_select {
    height: 50px;
    text-align: right;
    float: right;
    border-bottom: 0px; 
    padding-right: 0;
    /* margin-top: 20px; */
}

.lang_select .lang-dropdown{ 
    float: right;
    height: 100%;
}

.icon-globe{
    width: 28px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icon_common.png");
    background-position: 0px 0px;
    margin: 0px 2px 0 0;
    position: absolute;
    display: inline-block;
    /* left: -12px; */
    opacity: 0.75;
}


#logo:hover ul{
    display: block;
}