#wrapper {min-width:100% !important;}
.gate-wrap {background-color:#ECECEF;width:100vw;height:100vh;display:flex;align-items: center;justify-content: center;}
.gate-section {background-color:#ECECEF;}
.gate-section .inner {width:1200px;margin:0 auto;position:relative;z-index: 3;}
.gate-section h1 {text-align: center;}
.gate-section .list-card {display:flex;justify-content: center;margin-top:70px;position:relative;z-index: 2;}
.gate-section .list-card li {margin-left:10px;}
.gate-section .list-card li:first-child {margin-left:0;}
.gate-section .list-card li a {display:block; transition: transform 0.4s ease;}
.gate-section .list-card li:hover a {transform: scale(1.08);}
.gate-section .obj-bg {background-color:#16449C;position:absolute;bottom:calc(50% - 460px);left:0;width:100%;height:140px;z-index: 2;}
.gate-section .obj-01 {position:absolute;top:-89px;left:calc(50% - 713px);transform:translateX(-50%)}
.gate-section .obj-02 {position:absolute;top:-98px;right:calc(50% - 694px);;transform:translateX(50%)}
.g-footer {position:relative;z-index: 1;background-color:#fff;position:absolute;bottom:calc(50% - 607px);left:0;width:100%;}
.g-footer p {text-align: center;padding-top:25px;color:#C5C5C5;font-size:12px;padding-bottom:105px;}
/* ½ºÅ©·ÑX, ·Î°í&card¸¸ Àß ³ª¿Àµµ·Ï Ã³¸®ÇÔ */
@media (max-width: 1200px), (max-height: 800px) {
    .gate-section .list-card li {width:400px;}
    .gate-section .list-card li a {width:100%;}
    .gate-section .list-card li a img {width:100%;}
    .gate-section .obj-bg {bottom:calc(50% - 385px);}
    .gate-section .obj-01 {left:calc(50% - 545px);}
    .gate-section .obj-02 {right:calc(50% - 532px);}
    .g-footer {bottom:calc(50% - 532px)}
    @media (max-height: 600px) {
        .gate-section h1 img {width:200px}
        .gate-section .list-card {margin-top:35px;}
        .gate-section .list-card li {width:300px;}
        .gate-section .obj-bg {bottom:calc(50% - 245px);height:77px;}
        .gate-section .obj-01 {left:calc(50% - 395px);width:200px;top:-57px;}
        .gate-section .obj-01 img {width:100%;}
        .gate-section .obj-02 {right:calc(50% - 396px);top:-69px;width: 200px;}
        .gate-section .obj-02 img {width:100%;}
        .g-footer {bottom:calc(50% - 392px)}
    }
}