@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap");


body.popup-open {
    overflow: hidden;           
    /* pointer-events: none;        */
}

.popup_main,
.overlay {
    pointer-events: auto !important;
}




.main-btn-large {
    position: relative;
    display: flex
;
    width: 25%;
    padding: .5vw .5vw;
    font-size: .9vw;
    font-weight: 500;
    letter-spacing: .08vw;
    line-height: 200%;
    color: white;
    background-color: #a02e1f;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s;
    z-index: 2;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.main-btn-large.beta {
    background-color: #1f41a0;
}


.main-btn-large {
    background-color: #79140C;
}



.main-btn-large:hover { 
    background-color: #a31b0f;
}


.main-btn-large::before,
.main-btn-large::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    background-color: #862c24;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.main-btn-large::before {
    left: 0;
    transition: 0.3s;
}

.main-btn-large::after {
    right: 0;
    background-color: #862c24;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    transition: 0.3s;
}

.main-btn-large:hover::before {
    transform: translateX(-1vw);
    background-color: #ab3227;
}

.main-btn-large:hover::after {
    transform: translateX(1vw);
    background-color: #ab3227;
}

.main-btn-large:hover {
    color: #fff;
}


.material-symbols-outlined {
    font-size: 16px;
    margin-left: 0;
    vertical-align: middle;
}

.rotate-icon {
    display: inline-block;
    transform: rotate(320deg);
}



#pop-roslogo {
    position: absolute;
    right: 0;
    bottom: 0;
   
    width: 31.25vw;
    height: 31.25vw;
    background-image: url(../img/pop-roslogo.png);
   
    background-size: contain;
    background-repeat: no-repeat;
   
    z-index: 0;
    pointer-events: none;
}








       
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            z-index: 999;
            justify-content: flex-end;
            align-items: flex-start;
            backdrop-filter: blur(3px);
        }



.popup_main {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: auto;
    max-width: 60vw;
    max-height: 100%;
    background: #0d0b0c;
    color: #fff;
    overflow: hidden;
    border-left: 1px solid #272727;
}


.popup_header {
    padding-top: 5vh;
    padding-bottom: 1.5vh;
    padding-left: 2vw;
    height: 10vh;
   
    color: white;
   
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #272727;
}

.popup_header h2 {
    position: relative;
    font-size: 2.4vw;
    margin: 0;
    padding-left: 1vw;
    letter-spacing: 0.15vw;
}

.popup_header h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: .25vw;
    height: 2.3vw;
    background-color: rgb(163, 45, 51);
}



.popup_body {
    padding: 5vh 2vw;
   
    height: 73.5vh;
   
    overflow-y: auto;
   
    font-size: .85vw;
    line-height: 1.6;
}

       
        .popup_body::-webkit-scrollbar {
          width: .4vw;
        }


        .popup_body::-webkit-scrollbar-thumb {
            background-color: #79140b;
           
        }

        .popup_body::-webkit-scrollbar-thumb:hover {
            background-color: #a21b0f;
        }



       
        .close_popup {
            position: absolute;
            right: -2px;
            top: 4.5vw;
            width: 2.3vw;
            height: 2.3vw;
            background-image: url(../img/iconbtn_close.png);
            background-color: #000000b3;
            border: 1px solid #777777;
            background-size: contain;
            background-repeat: no-repeat;
            cursor: pointer;
            z-index: 99;
            transition: 0.5s;
        }

        .close_popup:hover {
            background-color: #79140b77;
        }








.form-container {
   
    width: auto;
}
.form-group {
    font-size: .9vw;
    margin-bottom: 1.4vw;
    letter-spacing: 0.08vw;
}
.form-group label {
    display: block;
    font-weight: bold;
}
.form-group input {
    width: 36vw;
    padding: .2vw 0;
    margin-top: .5vw;
    background: none;
    border: none;
    border-bottom: 1px solid #5e5c5d;
    color: #fff;
}

.form-group select {
    width: 36vw;
    padding: .5vw 0;
    margin-top: .5vw;
    background: none;
    border: none;
    border-bottom: 1px solid #5e5c5d;
    color: #fff;
}

.form-note {
    position: relative;
    font-size: .75vw;
    color: #d53f31;
    margin-top: .1vw;
    text-align: right;
    font-weight: 500;
    letter-spacing: .05vw;
}
.checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 1vw;
}
.checkbox-group input {
    margin-right: 1vw;
}


.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

.form-group select option {
    color: #FFF;
    background-color: #0d0b0c;
  }

  .form-group input:focus,
  .form-group select:focus {
    border-bottom: 1px solid #9c3536;
   
   
    outline: none;
  }

  textarea:-webkit-autofill,
  input:-webkit-autofill,
  select:-webkit-autofill {
    background-color: #0d0b0c !important;
    color: #ffffff !important;          
    -webkit-box-shadow: 0 0 0px 1000px #0d0b0c inset;
    transition: background-color 0s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;    
  }


.notice {
    position: relative;
    background: #531811;
    padding: 0.3vw 0.4vw;
   
   
    font-size: .75vw;
    width: fit-content;
    letter-spacing: 0.07vw;
}







.subtitle-pop {
  position: relative;
  width: fit-content;
  height: auto;
  padding: .15vw 1vw;
  font-size: 0.8vw;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  letter-spacing: .08vw;
}

.subtitle-pop-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 3vw;
  margin-bottom: 1.2vw;
  border-bottom: 1px solid #ffffff;
}



#box-vote hr {
    width: 100%;
    margin: 0;
}


.list.pop {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0vw;
    width: auto;
    margin-bottom: 2.5vw;
}

.list-item-pop {
    display: flex
;
    align-items: flex-start;
    font-size: .8vw;
    line-height: 1.6;
    margin-bottom: .6vw;
    letter-spacing: 0.04vw;
}


.number-box.pop {
    position: relative;
    top: .2vw;
background-color: #373737;
    color: rgb(0, 0, 0);
    width: 1vw;
    height: 1vw;
    font-size: .7vw;
    line-height: .7vw;
   
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: .5vw;
   
    flex-shrink: 0;
}




.reward-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1vw;
    color: white;
    background-color: #111;
  }
  
 
  .reward-table thead tr {
    background-color: #571c14;
  }
  
  .reward-table th {
    padding: 0.8vw;
    text-align: left;
    border: 1px solid #444;
    font-weight: bold;
  }
  
 
  .reward-table td {
    padding: 0.8vw;
    border: 1px solid #333;
    background-color: #2c2c2c;
  }
  
 
  .reward-table tbody tr:nth-child(even) td {
    background-color: #1f1f1f;
  }
  
 
  .reward-table th,
  .reward-table td {
    white-space: nowrap;
  }
  
 
  .search-container-reward {
    margin-bottom: 1.5vw;
    display: flex;
    gap: 0.5vw;
    align-items: center;
  }
  
  .search-container-reward input {
    padding: 0.5vw;
    font-size: 1vw;
    width: 16vw;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #222;
    color: white;
  }
  
  .search-container-reward button {
    background-color: #9d2e22;
    color: white;
    border: none;
    padding: 0.5vw 1vw;
    border-radius: 4px;
    font-size: 0.9vw;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .search-container-reward button:hover {
    background-color: #c8483a;
  }
  
 
.reward-table td[rowspan] {
    background-color: #571c14;
    font-weight: bold;
  }
  
  





.form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .form+.form {
    margin: 1vw 0 0 0;
  }
  .form b {
    width: 100%;
    margin: 0 0 .1vw;
    padding: 0;
    font-size: 0.7vw;
  }
  .form select,
  .form input {
    width: 100%;
    font-size: 1vw;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
    transition: .3s;
  }
  .form select {
    padding: 0 0 .1vw 0;
  }

  .form input {
    width: 100%;
    padding: .2vw 0;
    margin-top: .5vw;
    color: #fff;
    border-bottom: 1px solid #5e5c5d;
    font-size: .9vw;
  }
  
  .form i {
    width: 100%;
    margin: 5px 0 0;
    font-size: 0.75rem;
    color: #163bb5;
    text-align: right;
    font-style: normal;
  }
    
  a.search_btn,
  a.showteam_btn {
    position: absolute;
    right: 0;
    padding: 0.3vw 1vw;
    letter-spacing: 0.1vw;
    line-height: 0.8vw;
    font-size: 0.8vw;
    font-weight: 500;
    background-color: #79140C;
    color: #fff;
    transition: .6s;
  }
  a.search_btn:hover,
  a.showteam_btn:hover {
    background: #9e1e14;
  }
  
 
  .team_box {
    display: flex;
    font-size: .8vw;
    border-top: 2px solid #0d0b0c;
    position: relative;
  }
  .team_list_title {
    display: flex;
    margin: 1vw 0 0 0;
    padding: .7vw 0;
    background: #541811;
    font-size: .8vw;
  }
  .team_list_title div {
    text-align: center;
    color: #fff;
  }
  .team_list_title div:nth-of-type(1) { width: 16%; }
  .team_list_title div:nth-of-type(2) { width: 8%; }
  .team_list_title div:nth-of-type(3) { width: 38%; }
  .team_list_title div:nth-of-type(4) { width: 38%; }
  
  .team_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    background: #541811;
    text-align: center;
    color: #fff;
  }
  
  .team_list {
    width: calc(100% - 16%);
  }
  .team_list p {
    display: flex;
    margin: 0 !important;
    background: #2a2a2a;
    text-align: center;
  }
  .team_list p+p {
    border-top: 1px solid #0d0b0c;
  }
  .team_list p:nth-of-type(even) {
    background: #393939;
  }
  .team_list i {
    width: 10%;
    padding: .5vw 0;
    border-left: 2px solid #0d0b0c;
    box-sizing: border-box;
    font-style: normal;
  }
  .team_list b {
    width: 45%;
    padding: .5vw 0;
    border-left: 2px solid #0d0b0c;
    box-sizing: border-box;
    font-weight: 400;
  }
  

  .team_list span {
    width: 45%;
    padding: .5vw 0;
    border-left: 2px solid #0d0b0c;
    box-sizing: border-box;
  }


  .main-btn-large.pop-team_list {
    width: 100%;
    padding: 1.1vw 0;
    font-size: 1vw;
    letter-spacing: 0.15vw;
    margin-top: 2vw;
}

  




.main-btn-large.pop-vote {
    width: 100%;
    padding: 1.1vw 0;
    font-size: 1vw;
    letter-spacing: 0.3vw;
}


.notice.vote {
margin-bottom: 2vw;
}


.form_recaptcha{ 
    position: relative;
    height: 3.74vw;
    margin: 0 0 2vw;
    border: 1px solid #d3d3d3;
    background: url(../img/recaptcaha.jpg) right .6vw no-repeat #f9f9f9;
 }
    
.form_recaptcha>div:not(.g-recaptcha){ 
    position: absolute; 
    right: 1vw; 
    bottom: 0;}


.form_recaptcha>div:not(.g-recaptcha) a{ 
    text-decoration: none; 
    color: #999; 
    font-size: 0.6vw;
}

.g-recaptcha>div{ 
    position: absolute; 
    top: -1px; 
    left: -1px; 
    width: 200px !important; 
    height: 66px !important; 
    overflow: hidden;}









.popup_body.s32{
    width: 36vw;
}

.notice.signup {
    margin-bottom: 2vw;
    margin-top: 1vw;
    }


.checkbox-container {
    position: relative;
    background-color: #2b2b2b;
    color: white;
    padding: 1vw;
    font-size: 0.8vw;
    line-height: 1.6;
    margin-bottom: 1vw;
    display: flex;
    align-items: flex-start;
  }
  
  input[type="checkbox"] {
    display: none;
  }
  
  .checkbox-box {
    width: 0.9vw;
    height: 0.9vw;
    margin-right: 0.5vw;
    margin-top: 0.3vw;
    border: 1px solid white;
    flex-shrink: 0;
   
    cursor: pointer;
    position: relative;
  }
  
 
  input[type="checkbox"]:checked + .checkbox-box::after {
    content: "";
    position: absolute;
    left: .35vw;
    top: .05vw;
    width: .2vw;
    height: .5vw;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .checkbox-text {
    display: inline-block;
    flex: 1;
  }
  
  .checkbox-rule-link {
    color: #e84e4e;
    text-decoration: none;
    position: relative;
    outline: none;
  }
  
  .checkbox-rule-link:hover {
    color: #f56666;
  }
  
  .checkbox-rule-link:focus {
    outline: none;
  }
  
  .checkbox-rule-link::after {
    content: '↗';
    font-size: 0.6vw;
    margin-left: 0.3vw;
    vertical-align: top;
  }
  
      
      









.subtitle-pop-box.top {
  margin-top: 0vw;
}

.popup_body.s32 hr {
    margin-bottom: 1.2vw;
} 

#pop-sop {
    position: relative;
    width: 30.261vw;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.popup_body.s47 {
    width: 44vw;
}

.box-global {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
   
   
    background-repeat: no-repeat;
   
    gap: 1.5vw;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 1vw;
}

.global {
    position: relative;
    width: 13.334vw;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   
}


 

.sop-tw {
    position: relative;
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2vw 0;
}




#box-flowbtn {
    position: relative;
    display: flex
;
    width: 100%;
    height: auto;
   
    margin-bottom: 2.4vw;
   
    background-repeat: no-repeat;
    gap: 1.2vw;
    flex-direction: row;
    flex-wrap: wrap;
}

#box-flow {
    letter-spacing: .12vw;  
}


.main-btn-small.flow {
    padding: .34vw 3.6vw;
    letter-spacing: .12vw;
}

.main-btn-small.flow.a {
    background-color: #79140ba6;
    cursor: auto;
}

.flow-content {
    display: none;
  }
  
  .flow-content.active {
    display: block;
  }
  
  .notice.flow {
    margin-bottom: 1vw;
    margin-top: 0vw;
    left: 1.2vw;
}

.notice.flow ul {
    list-style: initial;
}


.notice.flow ul li {
    margin-bottom: .3vw;
    margin-top: 0.3vw;
    margin-left: 1.1vw;
}

.flow-content .list-item-pop {
    line-height: 3;
  }


  .flow-content .number-box.pop {
    top: 0.73vw;
}




#box-rewardbtn {
    position: relative;
    display: flex
;
    width: 100%;
    height: auto;
   
    margin-bottom: 2.4vw;
   
    background-repeat: no-repeat;
    gap: 1.2vw;
    flex-direction: row;
    flex-wrap: wrap;
}

#box-reward {
    letter-spacing: .12vw;  
}


.main-btn-small.reward {
    padding: .34vw 0vw;
    letter-spacing: .12vw;
    width: 10vw;
}

.main-btn-small.reward.a {
    background-color: #79140ba6;
    cursor: auto;
}

.reward-content {
    display: none;
  }
  
  .reward-content.active {
    display: block;
  }





.reward-table {
    width: 100%;
    font-size: 0.72vw;
    position: relative;
    color: white;
    background-color: #1f1f1f;
   
    box-sizing: border-box;
  }
  
  .reward-table-header {
    display: flex;
    background-color: #5b0d06;
    text-align: center;
  }
  
  .reward-table-row {
    display: flex;
    background-color: #232323;
    border-top: 2px solid #0d0b0c;
  }

  .reward-table-row.even {
    display: flex;
    background-color: #313131;
    border-top: 2px solid #0d0b0c;
  }


  
  .reward-column {
    padding: 1.2vw;
    box-sizing: border-box;
  }
  
  .reward-column.reward-title, .reward-column.reward-desc-header, .reward-column.reward-qty-header {
    padding: .5vw;
    box-sizing: border-box;
  }


  .reward-title {
    width: 30%;
   
  }
  
  .reward-desc-header {
    width: 60%;
   
  }
  
  .reward-qty-header {
    width: 10%;
  }
  
  .reward-img-col {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #0d0b0c;
  }
  
  .reward-img-col img {
    width: 47.81%;
    height: auto;
  }


  .reward-img-col-sw {
    width: 87.81% !important;
    height: auto;
  }

  
  .reward-desc-col {
    width: 60%;
    border-right: 2px solid #0d0b0c;
    line-height: 1.4;
  }
  
  .reward-qty-col {
    width: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .reward-table strong {
    font-size: .8vw;
    font-weight: 300;
}


.reward-table .redtxt {
    color: #e84e4e;
}


.reward-s-title {
    position: relative;
    background-color: #57140a;
    display: flex;
    padding: .5vw 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
}

.reward-s {
    position: relative;
    width: 100%;
}






.box-search {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    background-color: #ffee009c;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 1.5vw;
}


.box-search-top {
    position: relative;
    display: flex
;
    width: 100%;
    height: 13vw;
    background-image: url(../img/bg-search.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(40, 47, 88, 0.612);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#box-search-top-name {
    position: relative;
    font-size: 1.6vw;
    letter-spacing: 0.15vw;
    font-weight: 500;
    margin-bottom: .35vw;
}

#box-search-top-area {
    position: relative;
    width: auto;
    height: auto;
    padding: 0.4vw 2.5vw;
    letter-spacing: 0.1vw;
    line-height: 0.8vw;
    font-size: 0.8vw;
    display: flex;
    border: 1px solid white;
   
    color: white;
   
    transition: 0.6s;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2vw;
}

#box-search-top-date {
    position: relative;
    font-size: .8vw;
    letter-spacing: .05vw;
}




#box-search-bottomL {
    display: flex;
        position: relative;
        width: 66%;
        height: auto;
        padding: 1% 2%;
        background-color: #2c2c2c;
        align-items: center;
}


#box-search-bottomR {
    display: flex;
    position: relative;
    width: 30%;
    height: auto;
    padding: 1% 2%;
    background-color: #ffffff;
    color: #1f1f1f;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border: none;
    transition: 0.6s;
}


#box-search-bottomR:hover {
    background-color: #e2e2e2; 
}


#search-name {
    position: relative;
    display: flex;
    width: 100%;
    padding: .5vw 0;
   
    margin-bottom: 1.5vw;
    background: none;
    font-size: 1vw;
    border: none;
    border-bottom: 1px solid #5e5c5d;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}


.search-name-btn {
    position: relative;
    width: auto;
    height: auto;
    padding: 0.3vw 0.6vw;
    letter-spacing: 0.1vw;
    line-height: 0.8vw;
    font-size: 0.8vw;
    font-weight: 500;
    display: flex;
    margin-bottom: .2vw;
   
    background-color: #79140C;
    color: white;
    cursor: pointer;
    transition: 0.6s;
    align-items: center;
    justify-content: center;
}

.search-name-btn:hover {
    background-color: #a31b0f;
}


.search-name-btn.Cancel {
    background-color: #818181;
    color: rgb(34, 34, 34);
}

.search-name-btn.Cancel:hover {
    background-color: #a8a8a8;
    color: rgb(34, 34, 34);
}








.box-testjob {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.7vw;
}


.box-testjob p {
    margin-top: .5vw;
}

#test-job {
    position: relative;
   
    width: 100%;
    padding-bottom: .3vw;
   
   
    background: none;
    font-weight: 500;
    font-size: 1.1vw;
    border: none;
    border-bottom: 1px solid #5e5c5d;
    color: #fff;
}

.testid-title {
    position: relative;
    width: fit-content;
    height: auto;
    padding: 0.3vw 1vw;
    letter-spacing: 0.3vw;
    text-indent: 0.3vw;
    text-align: center;
    line-height: 0.8vw;
    font-size: 0.8vw;
    font-weight: 500;
    display: flex;
    margin-bottom: .2vw;
    margin-top: .7vw;
    margin-right: .5vw;
   
    background-color: #79140C;
    color: white;
    transition: 0.6s;
    align-items: center;
    justify-content: center;
}


.testid-title.pwd {
    margin-left: 1.7vw;
}



@media screen and (min-width: 1024px) and (max-width: 1279px) {

}


@media screen and (min-width: 769px) and (max-width: 1023px) {

}


@media screen and (max-width: 768px) {




.main-btn-large {
  position: relative;
  display: flex
;
  width: 25%;
  padding: 2vw 0;
  font-size: 2.6vw;
  font-weight: 500;
  letter-spacing: .08vw;
  line-height: 200%;
  color: white;
  background-color: #a02e1f;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
}


.main-btn-large.beta {
  background-color: #1f41a0;
}


.main-btn-large {
  background-color: #79140C;
}



.main-btn-large:hover { 
  background-color: #a31b0f;
}


.main-btn-large::before,
.main-btn-large::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  background-color: #862c24;
  clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.main-btn-large::before {
  left: 0;
  transition: 0.3s;
}

.main-btn-large::after {
  right: 0;
  background-color: #862c24;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.3s;
}

.main-btn-large:hover::before {
  transform: translateX(-1vw);
  background-color: #ab3227;
}

.main-btn-large:hover::after {
  transform: translateX(1vw);
  background-color: #ab3227;
}

.main-btn-large:hover {
  color: #fff;
}



.material-symbols-outlined {
  font-size: 16px;
  margin-left: 0;
  vertical-align: middle;
}

.rotate-icon {
  display: inline-block;
  transform: rotate(320deg);
}



#pop-roslogo {
  position: absolute;
  right: 0;
  bottom: 0;
 
  width: 100vw;
  height: 100vw;
  background-image: url(../img/pop-roslogo.png);
 
  background-size: contain;
  background-repeat: no-repeat;
 
  z-index: 0;
  pointer-events: none;
}








     
      .overlay {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.85);
          z-index: 999;
          justify-content: flex-end;
          align-items: flex-start;
          backdrop-filter: blur(3px);
      }



.popup_main {
  display: flex
  ;
          flex-direction: column;
          position: fixed;
          width: 100%;
          max-width: none;
          height: 100%;
          background: #0d0b0c;
          color: #fff;
          overflow: hidden;
          border-left: none;
}


.popup_header {
  padding-top: 5vh;
  padding-bottom: 2vh;
  padding-left: 5vw;
  height: 2vh;
 
  color: white;
 
  font-weight: bold;
  display: flex
;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #272727;
}

.popup_header h2 {
  position: relative;
  font-size: 5.8vw;
  margin: 0;
  padding-left: 2.5vw;
  letter-spacing: 0.25vw;
}

.popup_header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
  width: .7vw;
  height: 5.2vw;
  background-color: rgb(163, 45, 51);
}



.popup_body {
  padding: 4vh 5vw 6vh 5vw;
  height: calc(var(--vh, 1vh) * 81);
  overflow-y: auto;
  font-size: 2.9vw;
  line-height: 2;
}


     
      .popup_body::-webkit-scrollbar {
        width: 1.2vw;
      }


      .popup_body::-webkit-scrollbar-thumb {
          background-color: #79140b;
      }

      .popup_body::-webkit-scrollbar-thumb:hover {
          background-color: #a21b0f;
      }



     
      .close_popup {
        position: absolute;
        top: 8vw;
        right: 0;
        width: 6.5vw;
        height: 6.5vw;
        background-image: url(../img/iconbtn_close.png);
        background-color: #000000b3;
        border: 1px solid #777777;
        border-right: none;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 99;
        transition: 0.5s;
      }

      .close_popup:hover {
          background-color: #79140b77;
      }








.form-container {
 
  width: auto;
}
.form-group {
  font-size: 2.9vw;
  margin-bottom: 6.4vw;
  letter-spacing: 0.08vw;
}
.form-group label {
  display: block;
  font-weight: bold;
}
.form-group input {
  width: 100%;
  padding: 2vw 0;
  margin-top: 2.5vw;
  background: none;
  border: none;
  border-bottom: 1px solid #5e5c5d;
  color: #fff;
}

.form-group select {
  width: 100%;
  padding: 2vw 0;
  margin-top: 2.5vw;
  background: none;
  border: none;
  border-bottom: 1px solid #5e5c5d;
  color: #fff;
}

.form-note {
  position: relative;
  font-size: 2.4vw;
  color: #d53f31;
  margin-top: .2vw;
  text-align: right;
  font-weight: 500;
  letter-spacing: .05vw;
}
.checkbox-group {
  display: flex;
  align-items: center;
  margin-top: 1vw;
}
.checkbox-group input {
  margin-right: 1vw;
}


.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group select option {
  color: #FFF;
  background-color: #0d0b0c;
}

.form-group input:focus,
.form-group select:focus {
  border-bottom: 1px solid #9c3536;
 
 
  outline: none;
}

textarea:-webkit-autofill,
input:-webkit-autofill,
select:-webkit-autofill {
  background-color: #0d0b0c !important;
  color: #ffffff !important;          
  -webkit-box-shadow: 0 0 0px 1000px #0d0b0c inset;
  transition: background-color 0s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;    
}


.notice {
  position: relative;
  background: #531811;
  padding: 1vw 1.5vw;
 
 
  font-size: 2.6vw;
  width: fit-content;
  letter-spacing: 0.07vw;
}







.subtitle-pop {
  position: relative;
  width: fit-content;
  height: auto;
  padding: 0.7vw 2.4vw;
  font-size: 2.6vw;
  line-height: 2.6vw;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  letter-spacing: .08vw;
}

.subtitle-pop-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6vw;
  margin-bottom: 1.5vw;
  border-bottom: 1px solid #ffffff;
}


#box-vote hr {
  width: 100%;
  margin: 0;
}


.list.pop {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0vw;
  width: auto;
  margin: 4vw 0;
}

.list-item-pop {
  display: flex
  ;
          align-items: flex-start;
          font-size: 2.7vw;
          line-height: 1.5;
          margin-bottom: 1.5vw;
          letter-spacing: 0.04vw;
}


.number-box.pop {
  position: relative;
  background-color: #373737;
  color: rgb(0, 0, 0);
  width: 3.3vw;
  height: 3.3vw;
  font-size: 2.7vw;
  line-height: 0.7vw;
  top: .2vw;
 
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-right: 2vw;
 
  flex-shrink: 0;
}




.reward-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1vw;
  color: white;
  background-color: #111;
}


.reward-table thead tr {
  background-color: #571c14;
}

.reward-table th {
  padding: 0.8vw;
  text-align: left;
  border: 1px solid #444;
  font-weight: bold;
}


.reward-table td {
  padding: 0.8vw;
  border: 1px solid #333;
  background-color: #2c2c2c;
}


.reward-table tbody tr:nth-child(even) td {
  background-color: #1f1f1f;
}


.reward-table th,
.reward-table td {
  white-space: nowrap;
}


.search-container-reward {
  margin-bottom: 1.5vw;
  display: flex;
  gap: 0.5vw;
  align-items: center;
}

.search-container-reward input {
  padding: 0.5vw;
  font-size: 1vw;
  width: 16vw;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: #222;
  color: white;
}

.search-container-reward button {
  background-color: #9d2e22;
  color: white;
  border: none;
  padding: 0.5vw 1vw;
  border-radius: 4px;
  font-size: 0.9vw;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-container-reward button:hover {
  background-color: #c8483a;
}


.reward-table td[rowspan] {
  background-color: #571c14;
  font-weight: bold;
}







.form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.form+.form {
  margin: 1vw 0 0 0;
}
.form b {
  width: 100%;
  margin: 0 0 .1vw;
  padding: 0;
  font-size: 0.7vw;
}
.form select,
.form input {
  width: 100%;
  font-size: 1vw;
  border: none;
  border-bottom: 1px solid #eee;
  background: none;
  transition: .3s;
}
.form select {
  padding: 0 0 .1vw 0;
}

.form input {
  width: 100%;
  padding: .5vw 0;
  margin-top: 2.5vw;
  color: #fff;
  border-bottom: 1px solid #5e5c5d;
  font-size: 2.9vw;
}

.form i {
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #163bb5;
  text-align: right;
  font-style: normal;
}
  
a.search_btn,
a.showteam_btn {
  right: 0;
  bottom: 0;
  position: absolute;
  width: auto;
  height: auto;
  padding: 0.7vw 3.4vw;
  letter-spacing: 0.1vw;
  line-height: 2.4vw;
  font-size: 2.4vw;
  font-weight: 500;
  display: flex
;
  margin-bottom: 1.2vw;
 
  background-color: #79140C;
  color: white;
  cursor: pointer;
  transition: 0.6s;
  align-items: center;
  justify-content: center;
}
a.search_btn:hover,
a.showteam_btn:hover {
  background: #9e1e14;
}


.team_box {
  display: flex;
  font-size: 2.8vw;
  border-top: 2px solid #0d0b0c;
  position: relative;
}
.team_list_title {
  display: flex;
  margin: 1vw 0 0 0;
  padding: .7vw 0;
  background: #541811;
  font-size: 2.8vw;
}
.team_list_title div {
  text-align: center;
  color: #fff;
}
.team_list_title div:nth-of-type(1) { width: 16%; }
.team_list_title div:nth-of-type(2) { width: 8%; }
.team_list_title div:nth-of-type(3) { width: 38%; }
.team_list_title div:nth-of-type(4) { width: 38%; }

.team_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
  background: #541811;
  text-align: center;
  color: #fff;
}

.team_list {
  width: calc(100% - 14%);
}
.team_list p {
  display: flex;
  margin: 0 !important;
  background: #2a2a2a;
  text-align: center;
}
.team_list p+p {
  border-top: 1px solid #0d0b0c;
}
.team_list p:nth-of-type(even) {
  background: #393939;
}
.team_list i {
  width: 8%;
  padding: .5vw 0;
  border-left: 2px solid #0d0b0c;
  box-sizing: border-box;
  font-style: normal;
}
.team_list b {
  width: 46%;
  padding: .5vw 0;
  border-left: 2px solid #0d0b0c;
  box-sizing: border-box;
  font-weight: 400;
}


.team_list span {
  width: 46%;
  padding: .5vw 0;
  border-left: 2px solid #0d0b0c;
  box-sizing: border-box;
}


.main-btn-large.pop-team_list {
  position: relative;
  display: flex;
  width: 100%;
  padding: 2vw 0;
  font-size: 2.6vw;
  font-weight: 500;
  letter-spacing: .08vw;
  line-height: 200%;
  color: white;
  background-color: #a02e1f;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
}






.main-btn-large.pop-vote {
  width: 100%;
  padding: 3vw 0;
  font-size: 2.6vw;
  letter-spacing: 0.3vw;
  line-height: 2.6vw;
  margin-top: 6vw;
}


.notice.vote {
margin-bottom: 8vw;
}


.form_recaptcha{ 
  position: relative;
  height: 18vw;
  margin: 0 0 2vw;
  border: 1px solid #d3d3d3;
  background: url(../img/recaptcaha.jpg) right .6vw no-repeat #f9f9f9;
}
  
.form_recaptcha>div:not(.g-recaptcha){ 
  position: absolute; 
  right: 1vw; 
  bottom: 0;}


.form_recaptcha>div:not(.g-recaptcha) a{ 
  text-decoration: none; 
  color: #999; 
  font-size: 2.6vw;
}

.g-recaptcha>div{ 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 200px !important; 
  height: 66px !important; 
  overflow: hidden;}









.popup_body.s32{
  width: auto;
}

.notice.signup {
  margin-bottom: 4vw;
  margin-top: 2vw;
  }


.checkbox-container {
  position: relative;
  background-color: #2b2b2b;
  color: white;
  padding: 2vw;
  font-size: 2.6vw;
  line-height: 1.6;
  margin-bottom: 4vw;
  display: flex
;
  align-items: flex-start;
}

input[type="checkbox"] {
  display: none;
}

.checkbox-box {
  width: 2.6vw;
  height: 2.6vw;
  margin-right: 1.5vw;
  margin-top: .8vw;
  border: 1px solid white;
  flex-shrink: 0;
 
  cursor: pointer;
  position: relative;
}


input[type="checkbox"]:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  left: 0.8vw;
  top: 0.1vw;
  width: 0.8vw;
  height: 1.6vw;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  display: inline-block;
  flex: 1;
}

.checkbox-rule-link {
  color: #e84e4e;
  text-decoration: none;
  position: relative;
  outline: none;
}

.checkbox-rule-link:hover {
  color: #f56666;
}

.checkbox-rule-link:focus {
  outline: none;
}

.checkbox-rule-link::after {
  content: '↗';
  font-size: 2.6vw;
  margin-left: 0.3vw;
  vertical-align: top;
}

    
    









.subtitle-pop-top {
  position: relative;
  width: fit-content;
  height: auto;
  padding: 0.5vw 2vw;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  letter-spacing: .08vw;
  margin-top: 0vw;
}

.popup_body.s32 hr {
  margin-bottom: 1.2vw;
} 

#pop-sop {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5vw;
  margin-bottom: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.popup_body.s47 {
  width: auto;
}

.box-global {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
 
 
  background-repeat: no-repeat;
 
  gap: 3.5vw;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 4vw;
}

.global {
  position: relative;
  width: 48%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 
}


 

.sop-tw {
  position: relative;
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 6vw 0;
}




#box-flowbtn {
  position: relative;
  display: flex
;
  width: 100%;
  height: auto;
 
  margin-bottom: 2.4vw;
 
  background-repeat: no-repeat;
  gap: 4vw;
  flex-direction: row;
  flex-wrap: wrap;
}

#box-flow {
  letter-spacing: .12vw;  
}


.main-btn-small.flow {
  padding: .34vw 3.6vw;
  letter-spacing: .12vw;
  width: 26.5vw;
}

.main-btn-small.flow.a {
  background-color: #79140ba6;
  cursor: auto;
}

.flow-content {
  display: none;
}

.flow-content.active {
  display: block;
}

.notice.flow {
  margin-bottom: 4vw;
  margin-top: 0vw;
  left: 3.5vw;
}

.notice.flow ul {
  list-style: initial;
}


.notice.flow ul li {
  margin-bottom: .3vw;
  margin-top: 0.3vw;
  margin-left: 5.1vw;
}

.flow-content .list-item-pop {
  line-height: 3;
}


.flow-content .number-box.pop {
  top: 2.4vw;
}




#box-rewardbtn {
  position: relative;
  display: flex
;
  width: 100%;
  height: auto;
 
  margin-bottom: 2.4vw;
 
  background-repeat: no-repeat;
  gap: 4vw;
  flex-direction: row;
  flex-wrap: wrap;
}

#box-reward {
  letter-spacing: .12vw;  
}


.main-btn-small.reward {
  padding: .5vw 0vw;
  letter-spacing: .12vw;
  width: 26.8vw;
}

.main-btn-small.reward.a {
  background-color: #79140ba6;
  cursor: auto;
}

.reward-content {
  display: none;
}

.reward-content.active {
  display: block;
}





.reward-table {
  width: 100%;
  font-size: 2.8vw;
  position: relative;
  color: white;
  background-color: #1f1f1f;
 
  box-sizing: border-box;
}

.reward-table-header {
  display: flex;
  background-color: #5b0d06;
  text-align: center;
}

.reward-table-row {
  display: flex;
  background-color: #232323;
  border-top: 2px solid #0d0b0c;
}

.reward-table-row.even {
  display: flex;
  background-color: #313131;
  border-top: 2px solid #0d0b0c;
}



.reward-column {
  padding: 2.2vw;
  box-sizing: border-box;
}

.reward-column.reward-title, .reward-column.reward-desc-header, .reward-column.reward-qty-header {
  padding: .5vw;
  box-sizing: border-box;
}


.reward-title {
  width: 30%;
 
}

.reward-desc-header {
  width: 60%;
 
}

.reward-qty-header {
  width: 10%;
}

.reward-img-col {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #0d0b0c;
}

.reward-img-col img {
  width: 47.81%;
  height: auto;
}

.reward-desc-col {
  width: 60%;
  border-right: 2px solid #0d0b0c;
  line-height: 1.4;
}

.reward-qty-col {
  width: 10%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reward-table strong {
  font-size: 3.3vw;
  font-weight: 300;
}


.reward-table .redtxt {
  color: #e84e4e;
}


.reward-s-title {
  position: relative;
  background-color: #57140a;
  display: flex;
  padding: .5vw 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.reward-s {
  position: relative;
  width: 100%;
}






.box-search {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  background-color: #ffee009c;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1.5vw;
}


.box-search-top {
  position: relative;
  display: flex
;
  width: 100%;
  height: 33vw;
  background-image: url(../img/bg-search.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(40, 47, 88, 0.612);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#box-search-top-name {
  position: relative;
  font-size: 4.6vw;
  letter-spacing: 0.15vw;
  font-weight: 500;
  margin-bottom: 1.35vw;
}

#box-search-top-area {
  position: relative;
  width: auto;
  height: auto;
  padding: .8vw 5vw;
  letter-spacing: 0.1vw;
  line-height: 2.8vw;
  font-size: 2.8vw;
  display: flex;
  border: 1px solid white;
 
  color: white;
 
  transition: 0.6s;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2vw;
}

#box-search-top-date {
  position: relative;
  font-size: 2.8vw;
  letter-spacing: .05vw;
}




#box-search-bottomL {
  display: flex;
      position: relative;
      width: 66%;
      height: auto;
      padding: 1% 2%;
      background-color: #2c2c2c;
      align-items: center;
}


#box-search-bottomR {
  display: flex;
  position: relative;
  width: 30%;
  height: auto;
  padding: 1% 2%;
  background-color: #ffffff;
  color: #1f1f1f;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: none;
  transition: 0.6s;
}


#box-search-bottomR:hover {
  background-color: #e2e2e2; 
}


#search-name {
  position: relative;
  display: flex;
  width: 100%;
  padding: .5vw 0;
 
  margin-bottom: 4.5vw;
  background: none;
  font-size: 2.9vw;
  border: none;
  border-bottom: 1px solid #5e5c5d;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}


.search-name-btn {
  position: relative;
  width: auto;
  height: auto;
  padding: 0.7vw 1.4vw;
  letter-spacing: 0.1vw;
  line-height: 2.4vw;
  font-size: 2.4vw;
  font-weight: 500;
  display: flex;
  margin-bottom: 1.2vw;
 
  background-color: #79140C;
  color: white;
  cursor: pointer;
  transition: 0.6s;
  align-items: center;
  justify-content: center;
}

.search-name-btn:hover {
  background-color: #a31b0f;
}


.search-name-btn.Cancel {
  background-color: #818181;
  color: rgb(34, 34, 34);
}

.search-name-btn.Cancel:hover {
  background-color: #a8a8a8;
  color: rgb(34, 34, 34);
}








.box-testjob {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.7vw;
}


.box-testjob p {
  margin-top: 1.5vw;
}

#test-job {
  position: relative;
 
  width: 100%;
  padding-bottom: 0.5vw;
  margin-top: 1.5vw;
 
  background: none;
  font-weight: 500;
  font-size: 2.9vw;
  border: none;
  border-bottom: 1px solid #5e5c5d;
  color: #fff;
}

.testid-title {
  position: relative;
  width: fit-content;
  height: auto;
  padding: 0.7vw 3.4vw;
  letter-spacing: 0.3vw;
  text-indent: 0.3vw;
  text-align: center;
  line-height: 2.4vw;
  font-size: 2.4vw;
  font-weight: 500;
  display: flex;
  margin-bottom: .2vw;
  margin-top: 2vw;
  margin-right: 2vw;
 
  background-color: #79140C;
  color: white;
  transition: 0.6s;
  align-items: center;
  justify-content: center;
}


.testid-title.pwd {
  margin-left: 1.7vw;
}





}