html {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
}

body {
    background-color: #000000;
}

h1 {
    font-size: 10vw;
    margin: 100px;
}

.slide-title {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translateX(-50%); */
    display: block;
    text-align: center;
    background-color: #0D988C;
    border-radius: 0 0 60px 0;
    color: #fff;
    padding: 30px 40px 30px 30px;
    margin: 0;
    font-size: 2vw;
    line-height: 1.2;
    z-index: 1;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    font-size: 3vw !important;
    padding: 20px 0;
/*    color: #0F1D33;*/
    text-align: center;
    margin: 0 50px;
}
.item {
    padding: 15px 0;
/*    border-bottom: 1px solid #fff;*/
}
.myygil .item i {
/*    color: #0D988C;*/
    font-size: 50%;
}
.myygil .item i span {
    font-size: 200%;
}
.ahjus .item i {
    color: #CF5A18;
    display: block;
    padding-top:5px;
    font-size: 60%;
}


.ahjus ul {
    /*    column-count: 2;*/
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    flex: 1;
}

.myygil ul {
    /*    column-count: 2;*/

}

.slide {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 700;
    background-color: #0F1D33;
    background-color: #DCEDEC;
    display: none;
}

.slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}

.slide-footer {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center; 
}
.slide-background {

/*
    background-size: cover;
   
     -webkit-background-position: center;
     background-position: center;
    -webkit-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
*/
/*
    background-size: contain;
position: absolute;
top: 0;
left: 0;
*/
     background-size: contain;
    width: auto;
    height: 2160px;
/*
right: 0;
bottom: 0;
    width: 100%;
    height: 100%;
*/
}
.slide-footer img {
    width: 200px;
    height: auto;

}

.myygil {
    display: none;
}

.ahjus {
    display: none;
}

.custom {
    display: none;

    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}