.channel_sect {
    padding: 1.875em 0;
}
.channel_sect .wrapper {
    max-width: 67em;
}
.channel_sect .row1 {
    display: flex;
}
.channel_sect .col {
    box-sizing: border-box;
}
.channel_sect .col1 {
    width: 83%;
    flex-grow: 1;
    padding: 0 8.875em 0 0;
}
.channel_sect .col2 {
    width: 17%;
    border-left: 1px solid rgba(180, 180, 180, 0.28);
    padding: 0 0 0 2.125em;
}
.channel_sect .row1 .sub_row1 {
    display: flex;
}
.channel_sect .row1 .sub_row1 .photo {
    width: 15.625em;
    height: 15.625em;
    position: relative;
    margin: 0 1.875em 0 0;
}
.channel_sect .row1 .sub_row1 .photo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.channel_sect .row1 .sub_row1 .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 17.5em);
    flex-grow: 1;
}
.channel_sect .row1 .sub_row1 .content .content_top {
    margin: 0 0 1.5em;
}
.channel_sect .row1 .sub_row1 .line1 {
    margin: 0 0 0.4em;
    font-size: 1.25em;
    font-weight: 700;
    color: #151516;
}
.channel_sect .row1 .sub_row1 .line2 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1em;
}
.channel_sect .row1 .sub_row1 .line2 a {
    color: #0090D3;
    text-decoration: none;
}
.channel_sect .row1 .sub_row1 .line2 a:hover {
    text-decoration: underline;
}
.channel_sect .row1 .sub_row1 .line2 a:before {
    content: '';
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/tg-269de1.svg);
}
.channel_sect .row1 .sub_row1 .line3 {
    font-size: 0.875em;
}
.channel_sect .row1 .sub_row1 .line3 a {
    text-decoration: none;
    color: #0090D3;
}
.channel_sect .row1 .sub_row1 .line3 a:hover {
    text-decoration: underline;
}
.channel_sect .row1 .sub_row2 .item {
    margin: 0 0 1.2em;
}
.channel_sect .row1 .sub_row2 .item .name {
    color: #033C57;
    font-weight: 600;
}
.channel_sect .row1 .sub_row2 .item .name .icon {
    height: 1.25em;
    vertical-align: middle;
    margin: 0 0 0 0.25em;
}
.channel_sect .row1 .sub_row2 .item .val .icon {
    height: 1.5em;
    vertical-align: middle;
}
.info_tabs_sect .ui-tabs .ui-tabs-panel {
    display: none;
}
.info_tabs_sect .ui-tabs .ui-tabs-panel.ui-panel-active {
    display: block;
}

@media(max-width: 1199px) {
    .channel_sect .row1 {
        display: block;
    }
    .channel_sect .row1 .col1,
    .channel_sect .row1 .col2 {
        padding: 0;
        width: 100%;
        border: none;
    }
    .channel_sect .row1 .sub_row2 {
        display: flex;
        flex-wrap: wrap;
        margin: 1em -1em;
        border: none;
    }
    .channel_sect .row1 .sub_row2 .item {
        margin: 1em;
        width: calc(100%/3 - 2em);
    }
}
@media(max-width: 767px) {
    .channel_sect {
        padding: 1em 0;
    }
    .channel_sect .row1 .sub_row1 {
        display: block;
    }
    .channel_sect .row1 .sub_row1 .photo {
        margin: 0 auto 1em 0;
        max-width: 100%;
    }
    .channel_sect .row1 .sub_row1 .content {
        width: 100%;
    }
    .channel_sect .row1 .sub_row2 .item {
        margin: 1em;
        width: calc(100%/2 - 2em);
        flex-grow: 1;
    }
}