@charset "UTF-8";
/* CSS Document */
#features1-42{
    margin-top: 30px;
}
#features1-42-2{
    background-color: aliceblue;
    padding: 20px 0px;
}
#features1-42-3, #features1-42-7{
    background-color: #c30d23; 
}
#features1-42-4{
    padding: 5vh;
}
#features1-42-5{
    padding: 5vh 0px;
}
.leaf_back{
    position: relative;
    background-color: #00a0e9;
    width: 100%;
    height: 80px;
}
#features1-42-6{
    padding: 20px 0px;
}
.cont_h4{
    background-color: #9cd2ed;
    padding: 5px;
    color: black;
    width: 100%;
}
.sign_img{
    display: block;
    height: 20vh;
    background-size: cover;
    background-position: center;
}
.cont{
    margin-bottom: 5vh;
}
.cont_1{
    display:table;
    width: calc(-60px + 100%);
    padding: 20px;
    border: 2px #000000 solid;
    border-radius: 10px;
    background-color: white;
    justify-content:flex-start;
    z-index: 90;
}
.cont_1 > img{
    width: 90%;
}
.cont_1 > div{
    float: left;
    width: 100%;
}

.cont_1 > div > div > div{
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    margin-top: 20px;
}

.cont_1_1{
    float: left;
    margin-left: 10px;
}

.circle{
    height: 40px;
    width: 40px;
    background-image: url("../../../images/signboard/circle.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align:center;
    color:white;
    font-weight:bold;
    align-items: center;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cont_tab{
    display: table;
}
.cont_tab_row{
    display: table-row;
}



.cont_2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    z-index: 91; 
}
.cont_ex1{
    display: block;
    height: 40vh;
    background-size: cover;
    background-position: center;
}
.cont_ex2{
    display: block;
    height: 20vh;
    background-size: cover;
    background-position: center;
}
.cont_ex3{
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 180%;
    color: black;
}
.cont_6{
    display:block;
    width: calc(-20px + 100%);
    padding: 20px 100px 20px 20px;
    border: 2px #000000 solid;
    border-radius: 10px;
    background-color: white;
    justify-content:flex-start;
    z-index: 90;
    font-size: 15px;
}
.cont_6 > h2{
    border-bottom: 4px solid red;
    margin-top: 0px;
    letter-spacing: 0px;
}
.cont_6_2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    z-index: 91; 
}
ul{
    list-style: none;
    padding: 0px;
}
li{
    margin: 5px 0px;
}
.mbr-section__container--isolated{
    padding-top: 30px;
}
.sign_navi{
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;   
}
.sign_navi > a{
    text-decoration: none;
    color: white;
}
.comic{
    text-align: center;
}
.comic > img{
    max-width: 80%;
}
.leaf{
    display: flex;
    position: absolute;
    margin-top: -120px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;

}
.leaf > img{
    max-height: 160px;
    max-width: 80vw;
}
.leaf_txt{
    position: absolute;
    top: -70px;
    left: 420px;
    color: white;
}
.leaf_txt > h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
@media (min-width: 768px)
{
	.content-2.col-2 .row > div{
		width:48%;
		margin-left: 1%;
		margin-right: 1%;
}
}

@media (max-width: 992px)
{
	.about > h4{
		text-align: center;
		padding-top: 5px;
		font-size: 12px;
	}
#features1-42{
    margin-top: 60px;
}
    .cont_1, .cont_6{
        width: 100%;
        padding: 20px;
    }
    .cont_2, .cont_6_2{
        display: none;
    }
    
.leaf{
    position: absolute;
    margin-top: -80px;
    top: 0px;
    left: 10px
}
}