#side_label{
    display: block; 
    opacity: 0.8;
}
#gotop_btn{
    color:white;
    font-size: 14px;
    cursor: pointer;
}
#back_page{
    color:white;
    font-size: 14px;
    cursor: pointer;
}
.transaction_div{
    background-color: #f2f0f0;
    margin-top:150px;
}
.transaction_content{
    display:inline-block;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:130px;
}
.inline_middle{
    display: inline-block;
    vertical-align:middle;
}
.main_content{
    width:47%;
    margin-top:50px;
}
.body_title{
    vertical-align: middle; 
    margin-left:20px;
}
.ssl_div{
    color:#666666;
    margin-left:20px; 
    font-size:20px;
    margin-top:20px;
    margin-bottom:10px;
}
.ssl_img{
    text-align: center;
    margin-bottom:10px;
}
.ssl_img > div{
    display:inline-block;
    width: 300px;
}
.img_div{
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
}
.img_div > img{
    width:90%;
}
.PCI_div{
    width:500px; 
    text-align:center; 
    margin:0 auto;
}
.PCI_img{
    display:inline-block; 
    margin-right: 20px;
}
.PCI_img > img{
    cursor: pointer; 
    border:1px solid #000000;
    max-width: 100%;
    height: auto;
}
.line_hr{
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
}
.line_hr > img{
    width:90%
}
.member_secure{
    color:#666666;
    margin-left:20px; 
    font-size:20px;
    margin-top:10px;
    margin-bottom: 80px;
}
.modal-dialog{
    width:900px;
    margin-top: 100px;
}
.modal-body{
    text-align: center;
}
.modal-body > img{
    border:1px solid #000000;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:1027px) and (min-width:769px){
    .main_content{
        width:70%;
    }
}
@media screen and (max-width:768px){
    .main_content{
        width:95%;
    }
}
@media screen and (max-width:568px){
     .transaction_content{
        margin-left: 0px;
    }
}
@media screen and (max-width:414px){
    .PCI_div{
        width: 100%;
    }
    .PCI_img{
        margin-right: 0px;
    }
    .ssl_div{
        margin-left: 0px;
        font-size: 16px;
    }
    .body_title{
        margin-left: 0px;
    }
    .main_head_title{
        font-size: 30px;
    }
    .member_secure{
        font-size: 16px;
    }
}
@media screen and (max-width:375px){
    .main_head_title {
        font-size: 26px;
    }
    .body_title{
        font-size: 19px;
    }
}
@media screen and (max-width:320px){
    .transaction_content > img{
        width:29%;
    }
    .main_head_title{
        font-size: 22px;
    }
}