.footer_pos {
    display: flex;
}

.footer_bottom {
    width: 70%;
}

.account_box {
    width: 350px;
    margin-top: 230px;
}

.account_box_su {
    width: 350px;
    margin-top: 170px;
}

.account_box_su_code {
    width: 450px;
    margin-top: 260px;
}

.p_notice {
    font-family: Arial; font-weight: 100; font-size: 14px;
}

.p_login_footer {
    font-weight: 100;   
}

.toolbar_size {
    width: 75%;
}

@media screen and (max-width: 767px) {
    .footer_pos { display: block; }
    .footer_bottom { width: 90%; padding: 10px; }
    .account_box { width: 95%; margin-top: 190px; }
    .account_box_su { width: 95%; margin-top: 140px; }
    .account_box_su_code { width: 95%; margin-top: 140px; }
    .toolbar_size { width: 78%; }
    .p_notice { font-weight: normal; font-size: 15px;}
    .p_login_footer { font-weight: normal; }
}

.btn_download {
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
    font-size: 16.5px;
    background-color: #155feb;
    text-align: center; 
    margin: 0; 
    width: 250px; 
    height: 100%; 
    line-height: 3.2em; 
    transition: 0.15s;
    background-image: linear-gradient(15deg, #e1e1e1, #ffffff);
}

.div_taskbar_A {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    top: 0px;
    padding-top: 10px;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px ridge;
    border-color: #e5e5e500;
    transition: background-color 0.1s ease, padding-top 0.1s ease;
    color: #676767;
}

.div_taskbar_B {
    width: 100%;
    height: 42px;
    background-color: #ffffffa1;
    top: 0px;
    padding-top: 10px;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px ridge;
    border-color: #e5e5e5;
    transition: background-color 0.1s ease, padding-top 0.1s ease;
    color: #676767; 
    backdrop-filter: blur(12px);
}

.btn_hotbar_A {
    margin-top: 0px;
    font-family: arial; 
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.btn_hotbar_A:hover {
    background-color: #dfdfdf82;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, color 0.1s ease
}

.div_dropdown {
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    position: fixed;
    z-index: -1000;
    top: -300px;
    border-bottom: 1px double;
    border-color: #b5b5b5;
    display: flex;
    transition: top 0.1s ease
}

.img_arrow {
    margin-top: 13px;
    margin-right: 13px;
    transition: rotate 0.1s ease
}

.btn_hollow {
    margin-top: 4px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
    font-size: 16.5px;
    background-color: #00000000;
    text-align: center; 
    margin: 1; 
    width: 250px; 
    height: 100%; 
    line-height: 3.2em; 
    transition: 0.05s;
	border: 1px solid #ffffff;
}

.btn_getaccess {
    text-decoration: none;
    height: 40px;
    margin-top: 10px;
    width: 180px;
    font-family: Arial;
    margin-right: 15px;
    line-height: 2.6em;
    background-image: linear-gradient(15deg, rgb(231 231 231), rgb(255 255 255));
    color: black;
	border-radius: 0px 12px 12px 0;
}

.div_frame {
    background-color: #ffffff; 
	height: 150px; 
	width: 33%;
}

.p_title2 {
    margin: 0px; 
    padding: 10px;
    padding-bottom: 0px; 
    font-family: arial; 
    font-weight: bold; 
    text-align: center; 
    font-size: 21px;
}

.p_text2 {
    font-family: Arial; 
    color: #242424;  
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal; 
}

.p_text_footer {
    color: #000000a6; 
    font-family: Arial; 
    text-decoration: none;
}

.div_newsbox {
    height: 300px; 
    width: 25%; 
    border: 1px ridge; 
    border-color: #cbcbcb;
    text-decoration: none;
}

.div_newsbox_img {
    height: 190px; 
    width: 97%; 
    background-image: url('../images/bdnone.png'); 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 5px; 
    background-size: cover;
}

.div_outerbox {
    width: 100%; 
    overflow:auto; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}

.hover_box {
    height: 110px; 
    border-bottom: 1px ridge; 
    border-color: #535353;
    transition: border-color 0.5s ease;
}

.hover_box:hover {
    height: 110px; 
    border-bottom: 1px ridge; 
    border-color: #ffffff;
}

.hover_box_text {
    margin: 15px; 
    color: #cbcbcb; 
    font-family: Arial;
    font-weight: 100;
}

.dyn_backdrop {
    width: 75%; 
    height: 600px; 
    margin-left: auto;
    margin-right: auto; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-color: #000000;
    top: 1100px;
    transition: opacity 0.3s ease;
}

@keyframes animate_carret_Animation {
  0%   {color: black;}
  25%  {color: black;}
  100% {color: #00000000;}
}

.animate_carret {
  animation-name: animate_carret_Animation;
  animation-duration: 1.5s;	
  animation-iteration-count: infinite;
}

.btn_download:hover {
    font-size: 17px;
    transition: 0.15s;
    background-image: linear-gradient(15deg, #ffffff, #ffffff);
}

.div_newsbox:hover {
    background-color: #ebebeb;
    transition: 0.15s;
}

.btn_hollow:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #00000000;
    font-size: 17px;
    transition: 0.15s;
}

.btn_hotbar:hover {
    font-size: 17px;
    transition: 0.3s;
}

.p_text_footer:hover {
    color: rgb(37, 37, 37);
    font-size: 17px;
    transition: 0.2s;
}

.input_clidata {
    margin: 10px 30px 0 30px; 
    padding-left: 10px;
    height: 35px; 
    width: 100%; 
    background-color: #bfbfbf12; 
    border: none; 
    border-bottom: 1px ridge; 
    border-color: #d7d7d7;
}

.input_clidata_code {
    padding-left: 7px;
    height: 75px; 
    background-color: #bfbfbf12; 
    border: none; 
    border-bottom: 1px ridge; 
    border-color: #d7d7d7;
    font-size: 48px;
    font-family: "Arial";
    width: 32px;
    margin-left: 7px;
    margin-right: 7px;
    caret-color: transparent;
    color: #474747;
}


.div_roundbox {
    overflow: hidden;
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 120px; 
    background-color: #ffffff;
    border-radius: 15px;
}