.page-regulations_and_forms{
    height:100vh;
}
.page-conf_rooms{
   /* background-image: url(../image/space_04.png);*/
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
    height:100vh;
}
.rf-menu-link{
    color: #002D5A;
}
ul.rf-menu{
    position: absolute;
    top: 8vh;
    right: 15vw;
}
ul.rf-menu li{
    display:inline-block;
    width: 3.2vw;
    padding-top: 2.2vh;
    padding-bottom: 2.2vh;
    line-height: 3.2vw;
    text-align: center;
    color: #002D5A;
}
.rf-normal{
    border: solid 1px #002D5A;
}
.rf-checked1{
    border: dashed 1px #002D5A;
    border-bottom: none;
}
.rf-checked1:hover{
    border: solid 1px #002D5A;
    border-bottom: none;
}
.rf-checked2{
    border: dashed 1px #002D5A;
    border-top: none;
}
.rf-checked2:hover{
    border: solid 1px #002D5A;
    border-top: none;
}
.rf-room_textblock{
    position: absolute;
    top: 32vh;
    left: 26vw;
    width: 40vw;
    height: 20vh;
    border: solid 0px blue;
}
.rf-ver_title{
    float: right;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
ul.rf-forms{
    height: 250vh;
    margin-right: 0vw;
    list-style-image: url(../image/btn/list2.svg);
}
ul.rf-forms li{
    line-height: 2.5vh;
    margin-left: 2vw;
}
.rf-text1 a{
    color:black;
    font-weight: 300;
    font-size: 0.7em;
    color: rgba(50, 50, 50, 1);
    line-height: 1.4vh;
    letter-spacing: 0em;
}
.rf-img-description{
    margin-top: 130px;
    width: 400px;
    height: 15vh;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.7);
}
.rf-img1{
    position: absolute;
    top: 60vh;
    left: 26vw;
    width: 400px;
    height: 230px;
    background-image: url(../image/space_01.jpg);
    background-size: cover;
}
.rf-img2{
    position: absolute;
    top: 22vh;
    left: 65vw;
    width: 400px;
    height: 230px;
    background-image: url(../image/space_02.jpg);
    background-size: cover;
}
.rf-img3{
    position: absolute;
    top: 60vh;
    left: 65vw;
    width: 400px;
    height: 230px;
    background-image: url(../image/space_03.jpg);
    background-size: cover;
}
.rf-img-text-block{
    margin-left: 20px;
}
.rf-title{
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: rgba(50, 50, 50, 1);
    line-height: 2.5vh;
    letter-spacing: 0.1em;
    margin-top: 22.5vh;
    margin-left: 26vw;
}

.rf-room-title{
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: rgba(255, 255, 255, 1);
    line-height: 2.5vh;
    letter-spacing: 0.1em;
    padding-top: 1.875vh;
    margin-bottom: 1.75vh;
}
.rf-title2{
    opacity: 0;
}
.rf-text{
    margin-bottom: 0.75vh;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.75vh;
    letter-spacing: 0.1em;
}
.rf-form_list_block{
    position: absolute;
    top: 32vh;
    left: 26vw;
    width: 12.5vw;
    height: 40vh;
}
.rf-info_block{
    position: absolute;
    top: 32vh;

    /*top: 28.5vh; /*345*/
    left: 45.5vw;
    width: 46.875vw;
    height: 55vh;
    overflow-y: hidden;
    border: solid 1.5px #646464;
}
.rf-item-title{
    font-weight: 400;
    font-size: 1.3em;
    color: rgba(50, 50, 50, 1);
    line-height: 2.5vh;
    letter-spacing: 0;
    height: 2.5vh;
}
.rf-item{
    height: 2.2vmin;
    width: 17.5vw;
    margin-top: 1.75vh;
    margin-bottom: 1vh;
    cursor: pointer;
}
.rf-inactive{
    background-size: 1.5vmin 1.5vmin;
    /*background-position: center 0.5vw;*/
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-left:  2.5vw;
    padding-right: 0.5vw;
    line-height: 1.5vmin;
    font-size: 0.7em;
    letter-spacing: 0;
}
.rf-active{
    background-size: 2.2vmin 2.2vmin;
    /*background-position: center 0px;*/
    background-repeat: no-repeat;
    padding-left: 2.5vw;
    padding-right: 0.5vw;
    line-height: 2.2vmin;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: all .6s ease-in-out;
}
.rf-bdot-inactive{ background-image: url(../image/btn/list_inactive_b.svg);}
/*.rf-bdot-inactive:hover{ 
    background-image: url(../image/btn/list_inactive_hv_b.svg);
    transition: all .5s ease-in-out;
}*/
.rf-ydot-inactive{ background-image: url(../image/btn/list_inactive_y.svg);}
/*.rf-ydot-inactive:hover{ 
    background-image: url(../image/btn/list_inactive_hv_y.svg);
    transition: all .5s ease-in-out;
}*/
.rf-bdot-active{ background-image: url(../image/btn/list_active_b.svg);}
.rf-ydot-active{ background-image: url(../image/btn/list_active_y.svg);}
hr.rf-ver_line{
    border: 0;
    height: 8vh;
    width: 0.1vw;
    margin: 0.5vw;
    margin-left: 3vw;
    margin-top: 0.35vw;
    background: #505050;
}
.rf-text-block{
    margin: 2.5vw;
    margin-top: 2vh;
    margin-bottom: 2.2vh;
}
/*
.rf-button_block{
    position: absolute;
    top: 643px;
    right: 222px;
    width: 69px;
    height: 27px;
}
.rf-left{
    float:left;
    width: 27px;
    height:27px;
    margin-right:15px;
    cursor: pointer;
    background-image: url(../image/btn/btn_left.png);
}
.rf-left:hover { background-image: url(../image/btn/btn_left_rv.png); }
.rf-right{
    float:left;
    width: 27px;
    height:27px;
    cursor: pointer;
    background-image: url(../image/btn/btn_right.png);
}
.rf-right:hover { background-image: url(../image/btn/btn_right_rv.png); }
*/
.rf-info_block p{
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: 0.75em; /*1em*/
    font-weight: 350;
    line-height: 2.5vh; /*1.833em*/
    letter-spacing: 0.5px;  /*0.05em*/
}
.rf-info_block a{color:#646464;}
.rf-info_block a:hover{color:#323232;}

