.AKD-C_SiraPage *{
    box-sizing: border-box;
}

/*<!--   ColorYellow    -->*/

.AKD-C_SiraPage {
    width: 100%;
    padding: 25px 80px 50px;
/*    margin-top: -64px;*/
    margin-top: -45px;
    border-radius: 24px;
    box-shadow: 0px 0px 8px -5px #000;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.ColorYellow .AKD-C_SiraPage {
    background: linear-gradient(90deg, rgba(252, 245,230, 1), rgba(253, 238, 213, 1));
}

.AKD-SiraMain{
    width: 100%;
    padding-bottom: 30px;
}

.AKD-SiraHeader{
    width: 100%;
    padding: 6px 0px 20px;
    position: relative;
}

.AKD-MinTit_{
    display: block;
    font-size: 16px;
    color: #0e9957;
    font-weight: 500;
}

.AKD-MinTit_ i{
    margin: 0px 0px 3px 6px;
    vertical-align: middle;
    font-size: 18px;
}

.AKD-MainTit_Sira{
    margin: 20px 0px 0px;
    font-size: 28px;
    font-weight: 800;
    color: #1c2128;
}

.ColorYellow .AKD-MainTit_Sira{
    color: #6d5c49;
}

.AKD-SiraBodyTx_{
    width: 100%;
    line-height: 2.5;
    text-align: justify;
    font-size: 14px;
    font-weight: 200;
    color: #1c2128;
}

.AKD-SiraBodyTx_ img{
    max-width: 30%;
    max-height: 400px;
    margin: 12px;
    border-radius: 12px;
    object-fit: cover;
    float: right;
    transition: all 0.3s ease-in-out;
    clear: both;
}

.AKD-SiraBodyTx_ .AKD-Sira_img{
    max-width: calc(100% - 260px);
    height: 400px;
    margin: 5px 25px 20px 0px;
    border-radius: 12px;
    object-fit: cover;
    float: left;
    transition: all 0.3s ease-in-out;
}

.AKD-SiraBodyTx_ p{
    width: 100%;
    padding: 0px;
    margin: 29px 0px 0px;
}

.ColorYellow .AKD-SiraBodyTx_ p{
    color: #62513f;
}

.AKD-SourceSira{
    width: 100%;
    padding: 0px 80px 0px;
    margin-top: 26px;
    border-radius: 24px;
    box-shadow: 0px 0px 8px -6px #000;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    background: rgba(20,20,20,0.04);
}

.ace_text_footer{
    display: none;
}

.AKD-SourceSira .ace_text_footer{
    display: block;
}

.ace_text_footer:first-child{
    padding-top: 35px;
    margin: 0px;
}

.ace_text_footer:last-child{
    padding-bottom: 40px;
}

.AKD-FontSize{
    width: 160px;
    height: 42px;
    padding: 6px;
    margin-right: calc(100% - 260px);
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
/*    top: 228px;*/
    top: 248px;
    left: 0px;
    opacity: 0.5;
    border-radius: 12px;
    text-align: center;
    color: #1c2128;
    background-color: #e7e8e9;
    z-index: 1;
}

.ColorYellow .AKD-FontSize{
    color: #62513f;
    background-color: #ede2d2;
}

.AKD-FontSize:hover {
    opacity: 1;
}

.AKD-SmallSize,
.AKD-LargSize{
    width: 43px;
    height: 43px;
    padding: 0px;
    display: inline-block;
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 8px -5px #000;
    cursor: pointer;
    font-weight: 600;
    color: #189d5d;
    background-color: #fff;
}

.ColorYellow .AKD-SmallSize,
.ColorYellow .AKD-LargSize{
    color: #62513f;
    background-color: #fcf5e7;
}

.AKD-PercentageSize{
    display: inline-block;
    font-size: 16px;
}

.AKD-SmallSize{
    font-size: 16px;
}

.AKD-LargSize{
    font-size: 22px;
}

@media only screen and (max-width: 1350px) {
    
    .ma-insaidpage {
        width: 84%;
        padding: 0px;
    }
    
}

@media only screen and (max-width: 1300px) {
    
    .ma-insaidpage {
        width: 100%;
        padding: 0px 25px;
    }
    
    .AKD-C_SiraPage{
        padding: 25px 25px 50px;
    }
    
    .AKD-SourceSira{
        padding: 0px 25px 0px;
    }
    
    .AKD-FontSize {
        margin-right: calc(100% - 197px);
    }
}

@media only screen and (max-width: 1020px) {
    
    .ma-insaidpage {
        width: 100%;
        padding: 0px 25px;
    }
    
    .AKD-SiraBodyTx_ img {
        min-width: 375px;
        min-height: 250px;
    }
    
    .AKD-SiraBodyTx_ .AKD-Sira_img {
        max-width: calc(100% - 300px);
        height: auto;
        max-height: 450px;
    }
}

@media only screen and (max-width: 950px) {
    
    .AKD-SiraBodyTx_ .AKD-Sira_img {
        max-width: calc(100% - 270px);
    }
}

@media only screen and (max-width: 780px) {
    
    .ma-insaidpage {
        width: calc(100% - 35px);
        padding: 0px;
    }
    
    .AKD-SiraBodyTx_ img {
        min-width: 350px;
        min-height: 200px;
    }
    
    .AKD-SiraBodyTx_ .AKD-Sira_img {
        max-width: calc(100% - 240px);
    }
    
    .AKD-FontSize {
        width: 45px;
        height: 140px;
        flex-direction: column-reverse;
        position: sticky;
/*        top: calc(100% - 200px);*/
        top: calc(100% - 300px);
        left: 0px;
        margin-right: calc(100% - 64px);
        margin-bottom: 8px;
    }
    
    .AKD-C_SiraPage {
        margin-top: -140px;
    }
    
    .AKD-C_SiraPage {
        padding: 30px 25px 25px;
    }
    
    .AKD-MainTit_Sira {
        margin: 27px 0px 0px;
    }
    
    .AKD-SiraHeader {
        padding: 6px 0px 0px;
    }
    
}

@media only screen and (max-width: 1200px) {
    
    .AKD-SiraBodyTx_ img {
        max-width: 100%;
        max-height: 400px;
        min-width: auto;
        min-height: auto;
        margin: 40px auto 10px;
        display: block;
        float: none;
    }
    
    .AKD-SiraBodyTx_ .AKD-Sira_img {
        max-width: 100%;
        max-height: 400px;
        margin: 40px auto 10px;
        display: block;
        float: none;
    }
    
}

.SH-BlackStyle .AKD-MinTit_{
    color: #3d3d3d;
}

.SH-BlackStyle .AKD-SmallSize, .SH-BlackStyle .AKD-LargSize{
    color: #3d3d3d;
}
