@charset "UTF-8";

#wrapper {
    position: relative;
    padding-top: 60px;
}

@media screen and (min-width:1139px) {
    #wrapper {
        padding-top: 100px;
    }
}


/* 상단 헤더 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 1000;
}

#header h1 {
    position: relative;
    padding: 20px 10px;
    font-size: 0;
}

#header h1 a {
    display: inline-block;
}

#header h1 a img {
    height: 20px;
}

#header .mnubtn {
    position: absolute;
    top: 5px;
    right: 10px;
}

#gnb {
    margin-top: 20px;
}

#gnb ul li {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
}

#gnb ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 15px;
}

#gnb ul li.active a {
    color: #08585C;
    font-weight: 800;
}

#header.open {
    height: 264px;
}

#header.open #gnb {
    margin-top: 0;
}

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

@media screen and (min-width:767px) {
    #header .mnubtn {
        display: none;
    }

    #gnb {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }

    #gnb ul li {
        width: auto;
        border-top: none;
    }

    #gnb ul li a {
        height: 60px;
        line-height: 60px;
        font-size: 13px;
    }
}

@media screen and (min-width:1139px) {
    #header {
        height: 100px;
        -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0);
        -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0);
        box-shadow: 0px 0px 1px rgba(0,0,0,0);
    }

    #header h1 a {
        display: inline-block;
        padding: 15px 0;
    }
    
    #header h1 a img {
        height: 30px;
    }

    #gnb {
        top: 20px;
    }

    #gnb ul li a {
        padding: 0 25px;
        font-size: 16px;
        color: #707070;
    }

    #gnb ul li a:after {
        position: absolute;
        bottom: -20px;
        left: 49%;
        right: 49%;
        height: 4px;
        background-color: #fff;
        content: '';
        -webkit-transition:.3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    #gnb ul li a:hover {
        color: #08585C;
    }

    #gnb ul li a:hover::after {
        left: 20px;
        right: 20px;
        background-color: #08585C;
    }

    .scrollOn #header {
        height: 70px;
        background-color: rgba(255,255,255,0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(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);
    }

    .scrollOn #header h1 {
        padding: 5px 10px;
    }

    .scrollOn #gnb {
        top: 5px;
    }

    .scrollOn #gnb ul li a:after {
        bottom: -5px;
    }
}

@media screen and (min-width:1239px) {
    #header h1 {
        padding: 20px 0;
    }

    #gnb {
        right: -25px;
    }

    .scrollOn #header h1 {
        padding: 5px 0;
    }
}

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

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


/* 공통 사항 */
h2.h2-tit {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}

h2.h2-tit strong {
    display: block;
    line-height: 1.4;
    letter-spacing: -.25pt;
    font-size: 20px;
    color: #212121;
}

h2.h2-tit p {
    line-height: 1.6;
    margin-top: 10px;
}

@media screen and (min-width:639px) {
    h2.h2-tit {
        font-size: 16px;
    }
    
    h2.h2-tit strong {
        font-size: 26px;
    }
    
    h2.h2-tit p {
        margin-top: 15px;
    }
}

@media screen and (min-width:767px) {
    h2.h2-tit {
        font-size: 18px;
    }
    
    h2.h2-tit strong {
        font-size: 30px;
        letter-spacing: -.5pt;
    }
    
    h2.h2-tit p {
        margin-top: 20px;
        letter-spacing: -.25pt;
    }
}

@media screen and (min-width:1139px) {
    h2.h2-tit {
        font-size: 20px;
    }
    
    h2.h2-tit strong {
        font-size: 36px;
    }
    
    h2.h2-tit p {
        margin-top: 30px;
    }
}


/* 하단 푸터 */
#footer {
    position: relative;
}

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

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

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

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

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


/* 기타 */
.shadowbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 500;
}


/* 좌측 GNB */
#sideGnbBox {
    position: fixed;
    top: 50%;
    left: -100px;
    margin-top: -80px;
    z-index: 900;
}

#sideGnb ul li {
    position: relative;
}

#sideGnb a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 30px;
    font-size: 16px;
}

#sideGnb a:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    box-shadow:0px 0px 3px rgba(0,0,0,0.1);
    content: '';
}

#sideGnb a span {
    opacity: 0;
    letter-spacing: -.5pt;
}

#sideGnbBox.mainver {
    margin-top: -60px;
}

#sideGnbBox.mainver a:after {
    background-color: rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}

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

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

@media screen and (min-width:1139px) {
    #sideGnbBox {
        left: 20px;
    }

    #sideGnbBox.mainver ul li a.active:after {
        background-color: #08585C;
    }

    #sideGnbBox.e-ver ul li a.active:after {
        background-color: #00C88C;
        -moz-box-shadow: 0px 0px 3px rgba(0,200,140,0.1);
        -webkit-box-shadow: 0px 0px 3px rgba(0,200,140,0.1);
        box-shadow:0px 0px 3px rgba(0,200,140,0.1);
    }

    #sideGnbBox.s-ver ul li a.active:after {
        background-color: #57A3FF;
        -moz-box-shadow: 0px 0px 3px rgba(87,163,255,0.1);
        -webkit-box-shadow: 0px 0px 3px rgba(87,163,255,0.1);
        box-shadow:0px 0px 3px rgba(87,163,255,0.1);
    }

    #sideGnbBox.g-ver ul li a.active:after {
        background-color: #FFAC1B;
        -moz-box-shadow: 0px 0px 3px rgba(255,206,136,0.1);
        -webkit-box-shadow: 0px 0px 3px rgba(255,206,136,0.1);
        box-shadow:0px 0px 3px rgba(255,206,136,0.1);
    }
}

@media screen and (min-width:1439px) {
    #sideGnbBox {
        left: 50px;
    }

    #sideGnb a:hover {
        width: 200px;
        color: #666;
    }
    
    #sideGnb a:hover::after {
        background-color: rgba(0,0,0,0.5);
    }
    
    #sideGnb a:hover span {
        opacity: 1;
    }

    #sideGnbBox ul li a.active {
        width: 200px;
    }

    #sideGnbBox ul li a.active span {
        display: block;
        width: 200px;
        opacity: 1;
    }

    #sideGnbBox.mainver ul li a.active span {
        color: #08585C;
    }

    #sideGnbBox.e-ver ul li a.active span {
        color: #00C88C;
    }

    #sideGnbBox.s-ver ul li a.active span {
        color: #1172D3;
    }

    #sideGnbBox.g-ver ul li a.active span {
        color: #FFAC1B;
    }
}


/* 모달박스 */
.modal .modal-header {
    position: relative;
    padding-bottom: 0 !important;
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
}

.modal .modal-header .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border: none;
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 1000;
}

.modal h1.h1-modal {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}

.modal h1.h1-modal strong {
    display: block;
    line-height: 1.4;
    letter-spacing: -.25pt;
    font-size: 20px;
    color: #212121;
}

.modal h1.h1-modal p {
    line-height: 1.6;
    margin-top: 10px;
}

.modal h1.h1-modal p br {
    display: none;
}

@media screen and (min-width:576px) {
    .modal {
		font-size: 16px;
    }

    .modal .modal-header .modal-close {
        width: 50px;
        height: 50px;
        line-height: 54px;
        font-size: 24px;
    }

    .modal h1.h1-modal {
        font-size: 16px;
    }
    
    .modal h1.h1-modal strong {
        font-size: 26px;
    }
    
    .modal h1.h1-modal p {
        margin-top: 15px;
    }
}

@media screen and (min-width:767px) {
    .modal {
		font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    .modal {
		font-size: 18px;
    }

    .modal-dialog {
        margin-top: 60px;
    } 

    .modal .modal-header {
        padding: 50px 40px 0;
    }

    .modal .modal-header .modal-close {
        top: -30px;
        right: -30px;
        width: 60px;
        height: 60px;
        line-height: 64px;
        font-size: 30px;
    }

    .modal .modal-body {
        padding: 20px 40px 50px;
    }

    .modal h1.h1-modal {
        font-size: 18px;
    }
    
    .modal h1.h1-modal strong {
        font-size: 30px;
        letter-spacing: -.5pt;
    }
    
    .modal h1.h1-modal p {
        margin-top: 20px;
        letter-spacing: -.25pt;
    }

    .modal h1.h1-modal p br {
        display: block;
    }
}

@media screen and (min-width:1139px) {
    .modal-dialog,
    .modal-lg {
        max-width: 1000px !important;
    }

    .modal .modal-header {
        padding: 60px 60px 0;
    }

    .modal .modal-body {
        padding: 30px 60px 60px;
    }

    .modal h1.h1-modal {
        font-size: 20px;
    }
    
    .modal h1.h1-modal strong {
        font-size: 36px;
    }
}


/* Modal // 인천공항의 ESG */
#incheonESG .table-scroll {
    margin-bottom: 50px;
}

#incheonESG .esg-tbl th,
#incheonESG .esg-tbl td {
    padding: 15px 10px;
    border-bottom: 1px solid #dcdcdc;
}

#incheonESG .esg-tbl td.colorGreen,
#incheonESG .esg-tbl td.colorBlue,
#incheonESG .esg-tbl td.colorOrange {
    font-weight: 700;
}

#incheonESG .esg-important h3 {
    line-height: 1.4;
    margin-bottom: 20px;
    color: #212121;
    font-weight: 700;
    font-size: 16px;
}

#incheonESG .esg-important dl {
    margin-bottom: 20px;
}

#incheonESG .esg-important dl dt {
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
}

#incheonESG .esg-important dl.ei1 dt {
    background-color: #537FBA;
}

#incheonESG .esg-important dl.ei2 dt {
    background-color: #27CCCC;
}

#incheonESG .esg-important dl.ei3 dt {
    background-color: #FFCE88;
}

#incheonESG .esg-important dl.ei4 dt {
    background-color: #48E2F7;
}

#incheonESG .esg-important dl dt br,
#incheonESG .esg-important dl dd br {
    display: none;
}

#incheonESG .esg-important dl dd {
    padding: 5px 10px;
}

#incheonESG .esg-important dl dd ul li {
    margin-top: 10px;
}

#incheonESG .esg-important dl dd ul li:first-child {
    margin-top: 0 !important;
}

@media screen and (min-width:576px) {
    #incheonESG .esg-tbl {
        max-width: 780px;
    }

    #incheonESG .esg-important dl dd ul li {
        font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    #incheonESG .table-scroll {
        margin-bottom: 60px;
    }

    #incheonESG .modal-body h1.h1-modal {
        margin-bottom: 40px;
    }

    #incheonESG .esg-important dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #incheonESG .esg-important dl.ei1 {
        align-items: stretch;
    }

    #incheonESG .esg-important dl dt {
        position: relative;
        display: flex;
        width: 180px;
        justify-content: center;
        align-items: center;
    }

    #incheonESG .esg-important dl dt:after {
        position: absolute;
        top: 50%;
        right: -30px;
        display: block;
        width: 0px;
        height: 0px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-left-color: #666;
        content: '';
    }

    #incheonESG .esg-important dl.ei1 dt:after {
        border-left-color: #537FBA;
    }

    #incheonESG .esg-important dl.ei2 dt:after {
        border-left-color: #27CCCC;
    }

    #incheonESG .esg-important dl.ei3 dt:after {
        border-left-color: #FFCE88;
    }

    #incheonESG .esg-important dl.ei4 dt:after {
        border-left-color: #48E2F7;
    }

    #incheonESG .esg-important dl dd {
        margin-left: 20px;
    }

    #incheonESG .esg-important dl dt br,
    #incheonESG .esg-important dl dd br {
        display: block;
    }
}

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