/*:root {
    --app-height: 100%;
}
*/

html{
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    /*height: var(--app-height);*/
    font-family: 'Noto Sans', sans-serif;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-height: 200.376vw;
    min-height: 100vh;
    /*height: 100vh;
    height: var(--app-height);*/
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
}

.logo_bar{
    width:100vw;
    height:5.72vh;
    display: flex;
    text-align: center;
}
.logo_bar h3{
    margin: auto; 
    display: block;
    align-self: center;
    color: #000000;
    font-size: 4.005vw;

}
.logo{
    margin: auto; 
    display: block;
}
.logo_bar .back_ic {
    position: absolute;
    height: 2.22vh;
    left:5.34vw;
    padding: 0.75vh;
    top: 1vh;
}
.logo_bar .title {
    font-size: 2.22vh;
}

.body_div{
    display: flex;
    /*position: relative;*/
    flex-direction: column;
    width: 100%;
    height: 94.28vh;    
    min-height: 200.376vw;

    justify-content: space-between;
    /*align-items: space-between;*/
}

.frame_1{
    width: 100vw; 
    height:52.332vw;
    background-color: #F7FBFF;
    display: flex;
    position: relative;
}
.main_header {
    position:absolute;
    top: 2.466vh;
    width: 100vw;
    text-align: center;
    z-index:10;
}
.main_header h3 {
    margin: 0;
    font-weight: 700;
    font-size: 5.2vw;
    line-height: 8.01vw;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.05em;
    
    color: #3C5447;
}
.main_header h4 {
    margin: 0;

    font-weight: 400;
    font-size: 3.5vw;
    line-height: 5.607vw;
    /* identical to box height */
    
    text-align: center;
    letter-spacing: -0.05em;
    
    color: #3C5447;
}
.coin_div{
    position: absolute;
    width: 42.453vw;
    height: 15.219vw;
    right: 8.01vw;
    bottom: 5.34vw;

    background-color: #FFFFFF;
    z-index: 4;
    border-radius: 86px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center

}
.coin_div h2{
    /* 0000 */
    margin: 0;
    width: 23.763vw;

    font-weight: 700;
    font-size: 10.68vw;
    line-height: 16.02vw;
    align-self: center;

    letter-spacing: -0.05em;

    color: #46765E;
}
.coin_div h3{
    margin: 0;
    /* Coin */
    width: 9.345vw;

    font-weight: 400;
    font-size: 3.738vw;
    line-height: 5.607vw;
    align-self: center;
    letter-spacing: -0.05em;

    /* 탄탄남해/Green 01 */

    color: #3C5447;
}

.frame_1_info_div{
    z-index: 5;
    position: absolute; 
    width: 35.778vw;
    left:10.68vw;
    bottom: 4.272vw;
    z-index: 4;
}

.frame_1_info_div h2{
    /*
    width: 43px;
    height: 21.23px;
    left: 40px;
    top: 194px;
    */
    margin: 0;

    font-weight: 700;
    font-size: 4vw;
    line-height: 0;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    width: 11.481vw;
    /* 탄탄남해/Green 02 */
    position: absolute;
    left: 0;
    bottom: 16.8vw;
    color: #46765E;
    display: inline;
}
.frame_1_info_div p {
    font-weight: 700;
    font-size: 4.539vw;
    line-height: 6.942vw;
    /* identical to box height */

    letter-spacing: -0.05em;

    color: #B1C663;
}

.frame_2{
    position:relative;
    /*margin-top: 2vh;*/
    width: 100vw; 
    height:80.367vw;
    background-color: #FBF9EE;
    display: flex;
    flex-direction: column;
}

.frame_3{
    position:relative;
    /*margin-top: 2vh;*/
    width: 100vw; 
    height:64.614vw;
    background-color: #FBFFEE;
    display: flex;
}

.map_div{
    position:absolute;
    width: 91vw;
    height: 55vw;
    left: 4.5vw;
    bottom:3.204vw;
    z-index: 5;
    border: 0.5px solid #B1C663;
    border-radius: 10px;
}


.alert_div{
    display: block; 
    height: 22vh; 
    width:70vw; 
    margin:auto; 
    margin-top: 28vh;
    background-color: white;
    border-radius: 10px;
}

.alert_msg{
    font-style: normal;
    font-weight: 400;
    font-size: 3.738vw;
    line-height: 5.874vw;
    padding-top: 5.4vh;
    padding-bottom: 5.4vh;
    margin:0;
    height: 5.8vh;

    text-align: center;
    letter-spacing: -0.05em;
    
    color: #000000; 
}
.alert_confirm_btn{
    /* Ellipse 14 */
    height: 5.4vh;
    width: 70vw;
    border: none;
    margin-top: 0;
    background: #3C5447;
    border-radius: 0px 0px 10px 10px;
    /* Regular_14 */

    font-style: normal;
    font-weight: 400;
    font-size: 3.471vw;
    line-height: 5.607vw;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.05em;

    color: #FFFFFF;
    padding-bottom: 0;
}
.logo_bar_bottom{
    width: 40.656vw;
    position: absolute;
    left: 29.672vw;
    bottom: 10.146vw;
    z-index: 3;
}
#consentModal{
    font-family: 'Noto Sans';
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.05em;

    color: #3C5447;
    background-color: white;
    display: none; 
    justify-content: center;
    align-items: center;
    width: 100vw; height: 110vh; 
    position: fixed;
    z-index: 105;
    top:0; 
    left:0; 
}
#consentModal h3{
    font-size: 20px;
}
#consentModal h5{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 8px;

}

#consentModal p{
    font-size: 13px;
    margin-top: 0;
}
#consentModal label{
    font-size: 13px;
}
#consentModal button{
    /* Ellipse 14 */
    height: 5.4vh;
    width: 35vw;
    border: none;
    margin-top: 0;
    margin: 15px auto;
    border-radius: 5px;
    /* Regular_14 */

    font-style: normal;
    font-weight: 400;
    font-size: 3.471vw;
    line-height: 5.607vw;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.05em;

    color: #FFFFFF;
    padding-bottom: 0;
    display: block;
}
#consentModal .consent_button_submit{
    background: #3C5447;
}
#consentModal .consent_button_submit:disabled{
    background: #D1D1D1;
    color: #ffffff;
}
#consentModal .consent_button_cancel{
    background: white;
    color: #3C5447;

    border: 1.5px solid #3C5447;
    border-radius: 5px;

}
