.col-6{
    width: 50%;
}
[class*=col-]{
    padding: 10px;
    box-sizing: border-box;
}

.container{
    max-width: 100%;
}
.navbar, .title{
    padding: 0;
    max-width: 1000px;
    margin: 0;
    margin: auto;
}
.navbar-brand{
    padding: 0;
}
.navbar-collapse ul{
    width: 100%;
}
.navbar-nav img{
    vertical-align: top;
}
.nav-link{
    padding: 0px;
}
.nav-link.special{
    margin: 14px 0;
}
.notice{
    background-color: #F5F5F7;
    padding: 15px 0;
}
.container:nth-of-type(2){
    /* position: fixed; */
    position: sticky;
    top: 0;
    opacity: 95%;
}
.title p{
    line-height: 88px;
}


.group{
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.left img{
    width: 100%;
    transition: all 1s 0s ease;
    position: sticky;
    top: 90px;
}
p, h2, .content{
    width: 100%;
    font-weight: bold;
}
h2{
    font-size: 40px;
    line-height: 44px;
    padding: 20px 0;
}
.content {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.content:last-of-type{
    border: none;
}
.content > p:last-of-type{
    display: flex;
    flex-wrap: wrap;
}
.right img{
    width: 20%;
    margin: 0 auto;
}
.right > p, .content > p{
    font-size: 17px;
    line-height: 25px;
    color: #bf4800;
}
.content > p{
    color: #1d1d1f;
}
.content > div p{
    font-size: 12px;
    line-height: 16px;
}
i{
    font-family: "Font Awesome 6";
}
.bundle, .bundlestorage, .bundleconnect, .bundlestyle{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 0;
    height: 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.bundle:hover, .bundlestorage:hover, .bundleconnect:hover, .bundlestyle:hover{
    border: 1px solid #86868B;
}
.bundlestyle{
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.bundlestyle p{
    width: fit-content;
}

.storagenotie, .connectnotice, .stylenotice{
    margin: 10px;
    background-color: #F5F5F7;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.storagenotie span, .connectnotice span, .stylenotice span{
    font-weight: 900;
}