@charset "UTF-8";

#mainContainer {
    position: relative;
}


/* 메인 공통 */
h2.h2-tit strong {
    font-size: 24px;
}

@media screen and (min-width:639px) {
    h2.h2-tit strong {
        font-size: 30px;
    }
}

@media screen and (min-width:767px) {
    h2.h2-tit strong {
        font-size: 36px;
    }
}

@media screen and (min-width:1139px) {
    h2.h2-tit strong {
        font-size: 40px;
    }
}


/* 상단 이미지 */
.main-top-image {
    height: 35vh;
}

.main-top-image .smooth-white {
    display: none;
}

@media screen and (min-width:639px) {
    .main-top-image {
        height: 40vh;
    }
}

@media screen and (min-width:767px) {
    .main-top-image {
        height: 500px;
    }
}

@media screen and (min-width:1139px) {
    .main-top-image {
        position: relative;
        height: 700px;
    }

    .main-top-image .smooth-white {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 150px;
        background: rgba(255,2552,255,0); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(255,2552,255,0) 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,2552,255,0) 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,2552,255,0) 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,2552,255,0)', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        opacity: 0;
    }

    .scrollOn .main-top-image .smooth-white {
        opacity: 1;
    }
}

@media screen and (min-width:1439px) {
}

@media screen and (min-width:1639px) {
}


/* 인천공항의 지속가능 경영 */
.main-history {
    position: relative;
    padding: 40px 20px;
    margin-top: -10vh;
}

.main-history .mhc2 {
    margin-top: 40px;
}

.main-history h2.h2-tit .trophyimg {
    display: inline-block;
    width: 100px;
}

.main-history .history-list {
    position: relative;
    padding: 30px 0 10px 30px;
}

.main-history .history-list:after {
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #B2EEDC;
    content: '';
    z-index: -1;
}

.main-history .history-list dl {
    position: relative;
    margin-top: 20px;
}

.main-history .history-list dl:first-child {
    margin-top: 0 !important;
}

.main-history .history-list dl:after {
    position: absolute;
    top: 4px;
    left: -30px;
    width: 15px;
    height: 15px;
    border: 4px solid #B6E3E5;
    background-color: #0EA1A9;
    border-radius: 50%;
    content: '';
    z-index: 1;
}

.main-history .history-list dl dt {
    margin-bottom: 5px;
}

.main-history .history-list dl dd ul li {
    margin-top: 5px;
}

.main-history .history-list dl dd ul li:first-child {
    margin-top: 0;
}

.main-history .history-pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.main-history .history-pic figure {
    overflow: hidden;
    width: 49%;
    margin-bottom: 2%;
    border-radius: 10px;
}

@media screen and (min-width:639px) {
    .main-history {
        padding: 40px;
        margin-top: -15vh;
    }

    .main-history .mhc2 {
        margin-top: 60px;
    }

    .main-history .history-list {
        padding: 30px 0 10px;
    }

    .main-history .history-list:after {
        left: 70px;
    }

    .main-history .history-list dl {
        display: table;
        width: 100%;
    }

    .main-history .history-list dl:after {
        left: 63px
    }

    .main-history .history-list dl dt {
        display: table-cell;
        width: 100px;
        margin-bottom: 0;
    }

    .main-history .history-list dl dd {
        display: table-cell;
    }

    .main-history .history-pic {
        margin-top: 40px;
    }
}

@media screen and (min-width:767px) {
    .main-history .mhc2 {
        margin-top: 100px;
    }

    .main-history h2.h2-tit {
        width: 60%;
        text-align: right;
    }

    .main-history .history-list {
        margin-left: 30%;
    }

    .main-history .history-list dl {
        margin-top: 40px;
    }
    
    .main-history .history-pic figure {
        width: 24%;
    }
    
    .main-history .mhc2 .history-pic figure {
        width: 32%;
    }
}

@media screen and (min-width:1139px) {
    .main-history .mhc2 {
        margin-top: 150px;
    }

    .main-history h2.h2-tit {
        width: 510px;
    }

    .main-history h2.h2-tit .trophyimg {
        width: 153px;
        margin-right: -72px;
    }

    .main-history .history-list {
        margin-left: 440px;
    }

    .main-history .history-pic {
        margin-top: 80px;
    }
}

@media screen and (min-width:1239px) {
    .main-history {
        width: 1180px;
        padding: 0 0 150px 0;
        margin: -200px auto 0;
    }

    .main-history .mhc2 {
        margin-top: 200px;
    }
}

@media screen and (min-width:1639px) {
    .main-history .history-pic {
        margin-right: -100px;
    }

    .main-history .mhc2 .history-pic {
        margin-right: 0 !important;
    }
}

@media screen and (min-width:1839px) {
    .main-history .history-pic {
        margin-right: -200px;
    }
}


/* 왜 ESG여야 할까요? */
.main-why-esg .esg-choice {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    background-color: #F8F8F8;
}

.main-why-esg .esg-choice .esg-choice-box {
    position: relative;
    max-width: 1400px;
    padding: 40px 20px;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.main-why-esg .esg-choice .csr-csv-esg {
    font-size: 0;
}

.main-why-esg .esg-choice .table-scroll {
    padding-bottom: 20px;
    margin-top: 20px;
}

.main-why-esg .esg-choice .table-scroll th,
.main-why-esg .esg-choice .table-scroll td {
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 12px;
}

.main-why-esg .esg-choice .table-scroll th br,
.main-why-esg .esg-choice .table-scroll td br {
    display: none;
}

.main-why-esg .esg-choice .table-scroll thead th {
    font-weight: 800;
    color: #212121;
}

.main-why-esg .esg-choice .table-scroll thead th.hr-tit {
    background-color: #08585C;
    color: #fff;
}

.main-why-esg .esg-choice .table-scroll tbody th {
    background-color: #233957;
    color: #fff;
}

.main-why-esg .esg-choice .table-scroll tbody tr:nth-child(2n) td {
    background-color: #F4F4F4;
}

.main-why-esg .ceo-comment {
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    text-align: center;
    font-weight: 700;
}

.main-why-esg .ceo-comment .f-img {
    overflow: hidden;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 0;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.main-why-esg .ceo-comment p {
    margin: 30px 0 10px;
}

.main-why-esg .ceo-comment span {
    position: relative;
    display: block;
}

@media screen and (min-width:639px) {
    .main-why-esg .esg-choice,
    .main-why-esg .esg-choice .esg-choice-box {
        padding: 40px;
    }

    .main-why-esg .ceo-comment {
        padding: 60px 40px;
    }

    .main-why-esg .ceo-comment p {
        margin: 30px 0 40px;
        font-size: 20px;
    }
}

@media screen and (min-width:767px) {
    .main-why-esg .esg-choice .table-scroll {
        padding-bottom: 0;
        margin-top: 60px;
    }

    .main-why-esg .esg-choice .table-scroll th,
    .main-why-esg .esg-choice .table-scroll td {
        font-size: 14px;
    }

    .main-why-esg .ceo-comment {
        padding: 100px 40px;
    }

    .main-why-esg .ceo-comment .f-img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width:1139px) {
    .main-why-esg .esg-choice {
        padding: 100px 40px;
    }

    .main-why-esg .esg-choice .esg-choice-box {
        padding: 60px;
    }

    .main-why-esg .esg-choice .csr-csv-esg {
        position: absolute;
        top: 200px;
        right: 60px;
    }

    .main-why-esg .esg-choice .table-scroll {
        margin-top: 80px;
    }

    .main-why-esg .ceo-comment {
        padding: 150px 40px;
    }

    .main-why-esg .ceo-comment .f-img {
        width: 230px;
        height: 230px;
        -moz-box-shadow: 0px 5px 30px rgba(0,0,0,0.16);
        -webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.16);
        box-shadow: 0px 5px 30px rgba(0,0,0,0.16);
    }

    .main-why-esg .ceo-comment p {
        margin: 30px 0 40px;
        font-size: 26px;
    }
}

@media screen and (min-width:1239px) {
    .main-why-esg .esg-choice .table-scroll th,
    .main-why-esg .esg-choice .table-scroll td {
        padding: 15px 10px;
        font-size: 15px;
    }

    .main-why-esg .esg-choice .table-scroll th br,
    .main-why-esg .esg-choice .table-scroll td br {
        display: block;
    }
}

@media screen and (min-width:1439px) {
    .main-why-esg .esg-choice {
        padding: 150px 0px;
    }

    .main-why-esg .esg-choice .esg-choice-box {
        padding: 100px;
    }

    .main-why-esg .esg-choice .csr-csv-esg {
        top: 250px;
        right: 100px;
    }
}


/* ESG 전략과 과제 */
.main-strategy {
    position: relative;
    max-width: 1180px;
    padding: 40px 20px;
    margin: 0 auto;
}

.main-strategy .prepare-story {
    position: relative;
    padding-bottom: 40px;
    margin-top: 40px;
    background: url("../images/main/main_strategy_downarrow.png") no-repeat bottom center/100% auto;
}

.main-strategy .prepare-story .prepare-con {
    margin-bottom: 20px;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.main-strategy .prepare-story .prepare-con .prepare-img {
    overflow: hidden;
    font-size: 0;
    border-radius: 10px 10px 0 0;
}

.main-strategy .prepare-story .prepare-con dl {
    padding: 30px 20px;
}

.main-strategy .prepare-story .prepare-con dl dt {
    line-height: 1.4;
    margin-bottom: 20px;
    color: #212121;
    font-size: 16px;
}

.main-strategy .prepare-story .prepare-con dl dd {
    font-size: 12px;
}

.main-strategy .prepare-story .prepare-con dl dd ul li {
    position: relative;
    padding-left: 10px;
    margin-top: 5px;
}

.main-strategy .prepare-story .prepare-con dl dd ul li:first-child {
    margin-top: 0;
}

.main-strategy .prepare-story .prepare-con dl dd ul li:after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #D0CECE;
    content: '';
}

.main-strategy .strategy {
    margin-top: 40px;
}

.main-strategy .vision-brand-way dl {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #212121;
}

.main-strategy .vision-brand-way dl dt {
    margin-bottom: 5px;
    font-size: 16px;
}

.main-strategy .vision-brand-way dl dd span,
.main-strategy .vision-brand-way dl dd strong {
    display: inline-block;
    vertical-align: middle;
}

.main-strategy .vision-brand-way dl dd span.rajdhani {
    font-size: 16px;
}

.main-strategy .vision-brand-way dl dd span.esghub-img {
    font-size: 0;
}

.main-strategy .vision-brand-way dl dd span.esghub-img img {
    height: 20px;
}

.main-strategy .vision-brand-way dl dd span.ia {
    margin-top: 5px;
    margin-left: 10px;
    color: #747474;
}

.main-strategy .three-strategy {
    position: relative;
    padding-bottom: 80px;
    margin: 40px 0;
}

.main-strategy .three-strategy:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 40px;
    border-left: 3px dotted #D0CECE;
    content: '';
}

.main-strategy .emphasis-goal h3 {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px;
    color: #212121;
    text-align: center;
}

.main-strategy .emphasis-goal .years-goal ul li {
    width: 32%;
    padding: 1px;
    margin-left: 2%;
    background: #FFC05A; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFC05A 0%, #FFC05A 14%, #FFC05A 14%, #ffffff 15%, #ffffff 85%, #efefef 86%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #FFC05A 0%,#FFC05A 14%,#FFC05A 14%,#ffffff 15%,#ffffff 85%,#efefef 86%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #FFC05A 0%,#FFC05A 14%,#FFC05A 14%,#ffffff 15%,#ffffff 85%,#efefef 86%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC05A', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    text-align: center;
    border-radius: 10px;
}

.main-strategy .emphasis-goal .years-goal ul li:first-child {
    margin-left: 0;
    background: #27cccc; /* Old browsers */
    background: -moz-linear-gradient(top,  #27cccc 0%, #27cccc 14%, #27cccc 14%, #ffffff 15%, #ffffff 85%, #efefef 86%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #27cccc 0%,#27cccc 14%,#27cccc 14%,#ffffff 15%,#ffffff 85%,#efefef 86%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #27cccc 0%,#27cccc 14%,#27cccc 14%,#ffffff 15%,#ffffff 85%,#efefef 86%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27cccc', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.main-strategy .emphasis-goal .years-goal ul li:nth-child(2) {
    background: #7AA5D3; /* Old browsers */
    background: -moz-linear-gradient(top,  #7AA5D3 0%, #7AA5D3 14%, #7AA5D3 14%, #ffffff 15%, #ffffff 85%, #efefef 86%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7AA5D3 0%,#7AA5D3 14%,#7AA5D3 14%,#ffffff 15%,#ffffff 85%,#efefef 86%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7AA5D3 0%,#7AA5D3 14%,#7AA5D3 14%,#ffffff 15%,#ffffff 85%,#efefef 86%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AA5D3', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.main-strategy .emphasis-goal .years-goal ul li .gbox {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
}

.main-strategy .emphasis-goal .years-goal ul li .gbox strong {
    line-height: 1.4;
}

.main-strategy .emphasis-goal .years-goal ul li .gbox small {
    display: block;
    margin-top: 5px;
}

.main-strategy .emphasis-goal .task-list {
    margin-top: 40px;
}

.main-strategy .emphasis-goal .task-list ul li {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.main-strategy .emphasis-goal .task-list ul li figure {
    width: 40%;
}

.main-strategy .emphasis-goal .task-list ul li figure img {
    width: 100%;
    height: 200px;
}

.main-strategy .emphasis-goal .task-list ul li .tl-con {
    width: 60%;
    padding: 20px;
}

.main-strategy .emphasis-goal .task-list ul li .tl-con h6 {
    margin-bottom: 10px;
    font-size: 12px;
}

.main-strategy .emphasis-goal .task-list ul li .tl-con strong {
    display: block;
    margin-bottom: 40px;
    font-size: 16px;
    color: #212121;
}

.main-strategy .emphasis-goal .task-list ul li .tl-con strong small {
    font-size: 12px;
}

.main-strategy .emphasis-goal .task-list ul li .tl-con em {
    display: block;
    text-align: right;
}

.main-strategy .emphasis-goal .task-list ul li .tl-con em b {
    color: #212121;
    font-size: 26px;
}

@media screen and (min-width:639px) {
    .main-strategy {
        padding: 60px 40px;
    }

    .main-strategy .prepare-story {
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
        margin-top: 60px;
        background-size: 90% auto;
    }

    .main-strategy .prepare-story .prepare-con {
        width: 32%;
    }

    .main-strategy .strategy {
        margin-top: 80px;
    }

    .main-strategy .vision-brand-way {
        margin-top: 40px;
    }

    .main-strategy .three-strategy {
        padding-bottom: 100px;
        margin: 60px 0;
    }
    
    .main-strategy .emphasis-goal h3 {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .main-strategy .emphasis-goal .years-goal ul li,
    .main-strategy .emphasis-goal .years-goal ul li .gbox {
        border-radius: 20px;
    }

    .main-strategy .emphasis-goal .years-goal ul li {
        padding: 2px;
    }

    .main-strategy .emphasis-goal .years-goal ul li .gbox {
        padding: 40px 20px;
    }

    .main-strategy .emphasis-goal .years-goal ul li .gbox strong {
        font-size: 20px;
    }
    
    .main-strategy .emphasis-goal .years-goal ul li .gbox small {
        font-size: 16px;
    }

    .main-strategy .emphasis-goal .task-list {
        margin-top: 80px;
    }
}

@media screen and (min-width:767px) {
    .main-strategy .strategy {
        margin-top: 150px;
    }

    .main-strategy .vision-brand-way dl dt {
        font-size: 20px;
    }

    .main-strategy .vision-brand-way dl dd strong {
        position: relative;
        padding-left: 15px;
        margin-left: 15px;
    }
    .main-strategy .vision-brand-way dl dd strong:after {
        position: absolute;
        top: 5px;
        left: -1px;
        bottom: 5px;
        width: 2px;
        background-color: #D0CECE;
        content: '';
    }

    .main-strategy .emphasis-goal .years-goal ul li:after {
        position: absolute;
        bottom: -60px;
        left: 50%;
        width: 10px;
        height: 40px;
        border-left: 2px dotted #27CCCC;
        content: '';
        z-index: 10;
    }

    .main-strategy .emphasis-goal .years-goal ul li:nth-child(2)::after {
        border-color: #7AA5D3;
    }

    .main-strategy .emphasis-goal .years-goal ul li:nth-child(3)::after {
        border-color: #FFC05A;
    }

    .main-strategy .emphasis-goal .task-list ul li {
        width: 32%;
        margin-left: 2%;
    }

    .main-strategy .emphasis-goal .task-list ul li:first-child {
        margin-left: 0;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con strong {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media screen and (min-width:1139px) {
    .main-strategy {
        padding: 100px 40px;
    }

    .main-strategy .prepare-story {
        padding-bottom: 120px;
    }

    .main-strategy .prepare-story .prepare-con {
        width: 30%;
        border-radius: 30px;
    }

    .main-strategy .prepare-story .prepare-con:after,
    .main-strategy .prepare-story .prepare-con:before {
        position: absolute;
        background-color: #D0CECE;
        border-radius: 2px;
        content: '';
    }

    .main-strategy .prepare-story .prepare-con:first-child::after,
    .main-strategy .prepare-story .prepare-con:first-child::before {
        display: none;
    }

    .main-strategy .prepare-story .prepare-con:after {
        left: -12%;
        top: 50%;
        width: 20px;
        height: 3px;
    }

    .main-strategy .prepare-story .prepare-con:before {
        left: -12%;
        top: 50%;
        width: 3px;
        height: 20px;
        margin-left: 9px;
        margin-top: -8px;
    }
    
    .main-strategy .prepare-story .prepare-con .prepare-img {
        border-radius: 30px 30px 0 0;
    }

    .main-strategy .prepare-story .prepare-con dl {
        padding: 40px 30px;
    }
    
    .main-strategy .prepare-story .prepare-con dl dt {
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: -.5pt;
    }

    .main-strategy .prepare-story .prepare-con dl dd {
        font-size: 14px;
    }

    .main-strategy .vision-brand-way dl {
        display: table;
        width: 100%;
        padding: 0;
        border-bottom: none;
    }
    
    .main-strategy .vision-brand-way dl dt {
        display: table-cell;
        width: 180px;
        padding: 10px 0;
        margin-bottom: 0px;
        font-size: 26px;
    }
    
    .main-strategy .vision-brand-way dl dd {
        display: table-cell;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .main-strategy .vision-brand-way dl dd span.rajdhani {
        font-size: 16px;
    }
    
    .main-strategy .vision-brand-way dl dd span.esghub-img {
        font-size: 0;
    }
    
    .main-strategy .vision-brand-way dl dd span.esghub-img img {
        height: 32px;
        margin-top: -10px;
    }
    
    .main-strategy .vision-brand-way dl dd span.ia {
        margin-top: 5px;
        margin-left: 10px;
        color: #747474;
    }

    .main-strategy .three-strategy {
        margin-top: 150px;
    }
    
    .main-strategy .emphasis-goal h3 {
        font-size: 30px;
    }

    .main-strategy .emphasis-goal .years-goal {
        width: 645px;
        margin: 0 auto;
    }

    .main-strategy .emphasis-goal .years-goal ul li:after {
        bottom: -120px;
        height: 100px;
    }

    .main-strategy .emphasis-goal .years-goal ul li:nth-child(1)::after {
        left: 20%;
        bottom: -150px;
        height: 150px;
        transform: rotate(45deg);
    }

    .main-strategy .emphasis-goal .years-goal ul li:nth-child(3)::after {
        left: 70%;
        bottom: -150px;
        height: 150px;
        transform: rotate(135deg);
    }

    .main-strategy .emphasis-goal .task-list {
        margin-top: 150px;
    }

    .main-strategy .emphasis-goal .task-list ul li {
        border-radius: 30px;
    }

    .main-strategy .emphasis-goal .task-list ul li figure img {
        height: 300px;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con strong {
        margin-bottom: 80px;
        font-size: 20px;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con strong small {
        font-size: 15px;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con em b {
        font-size: 40px;
    }
}

@media screen and (min-width:1239px) {
    .main-strategy {
        padding: 150px 0px;
    }
}

@media screen and (min-width:1439px) {
    .main-strategy .emphasis-goal .task-list {
        margin: 150px -100px 0;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con h6 {
        padding-top: 20px;
        font-size: 16px;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con strong {
        line-height: 1.3;
        margin-bottom: 40px;
        font-size: 24px;
    }

    .main-strategy .emphasis-goal .task-list ul li .tl-con em b {
        font-size: 50px;
    }
}