﻿
.guide {
    display: flex;
    max-width: 1256px;
    margin: 50px auto 0;
    padding: 0 10px;
}

    .guide .guide-title {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 8px;
        padding-top: 15px;
        /* width: 93%;
        margin: auto;*/
        line-height: 21px;
        text-align: right;
    }

    .guide .guide-img {
        flex-grow: 1;        
        border: 1px solid #E5E6E5;
        border-left: none;
        background: #fff;
        border-radius: 6px;
    }

    .guide .guide-info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 0 24px;
        border: 1px solid #E5E6E5;
        border-right: none;
        background: #fff;
        border-radius: 6px;
    }

        .guide .guide-info .guide-title-wrp, .guide .guide-info .guide-sections-wrp {
            display: flex;
            justify-content: space-between;
            margin-top: 24px;
            gap:10px;
        }

    .guide .guide-img img {
        border-radius: 0 8px 8px 0;
    }

    .guide .guide-section {
        width: 93%;
        margin: auto;
        text-align: right;
    }

        .guide .guide-section a {
            color: #007284;
            font-weight: bold;
        }

        .guide .guide-section .guide-section-title {
            font-weight: bold;
            line-height: 21px;
            letter-spacing: 0.1px;
            padding-bottom: 4px;
        }

        .guide .guide-section .guide-section-value {
            display: contents;
            letter-spacing: 0.1px;
            line-height: 21px;
        }

        .guide .guide-section .guide-readmore {
            padding-top: 4px;
            padding-bottom: 11px;
            line-height: 21px
        }

        .guide .guide-section small {
            border-left: 1px solid #2C95A3;
            border-bottom: 1px solid #2C95A3;
            width: 6px;
            height: 6px;
            display: inline-block;
            transform: rotate(45deg);
            position: absolute;
            margin-right: 6px;
            margin-top: 7px;
        }

    .guide .guide-link {
        width: 156px;
        border: 1px solid #048094;
        text-align: center;
        height: 40px;
        border-radius: 5px;
        line-height: 40px;
    }

        .guide .guide-link div {
            color: #007284;
        }




        .guide .guide-link a {
            color: #048094;
            line-height: 30px;
            font-size: 14px;
        }


    .guide.popup {
        margin-top: 36px;
    }

        .guide.popup .guide-img {
            border-radius: 6px;
        }
