div#wrap {
    width: 100%;
    position: relative;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    overflow-x: hidden;
}

a {
    display: block;
}

.fw-bold {
    font-weight: 500;
}

.ff-pop {
    font-family: 'nanumsquare', sans-serif;
    font-weight: 500;
}






.txtwrap {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 999999999999;
    transform: translate(-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
}







/* hamburgerMenu */


/* Style the tab content */

.offcanvas {
    height: 100%;
    width: 640px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 20px 0 0 20px;
    box-shadow: -6px 1px 28px -5px rgb(0 0 0 / 40%);
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}

.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
    margin-right: -685px;
    transition: 0.5s;
    transition: margin-right .5s;
    -ms-overflow-style: none;

}

#offcanvas.open {
    margin-right: 0;
    background-color: #fff;
    z-index: 999999;
}

/* Style the tab */
.offcanvas .tab {
    float: left;
    width: 130px;
    height: 100%;
    background-color: #fff;
    padding-top: 90px;
    position: relative;
}

.offcanvas .tab .fixed_wrapper {
    position: fixed;
    height: 100%;
}

.offcanvas .h_tablinks {
    display: block;
    background-color: #fff;
    color: #222;
    padding: 0 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    height: 72px;
    line-height: 72px;
    letter-spacing: -1.5px;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    font-weight: 500;
}

.offcanvas .h_tablinks.point {
    background: #efefef;
}

.offcanvas .h_tablinks.active {
    font-weight: 700;
    font-size: 1.125rem;
    transition: 0.5s;
    color: #289ad5;
}


/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 160px);
    float: left;
    height: 100%;
    background: #289ad5;
    margin-left: 30px;
    border-radius: 20px 0 0 20px;
    box-shadow: -6px 1px 28px -5px rgb(0 0 0 / 35%);
}

.offcanvas .h_tabcontent {
    display: none;
    margin-top: 90px;
}

.offcanvas .h_tabcontent .sub_nav > li > a {
/*    height: 72px;*/
/*    line-height: 72px;*/
    font-size: 1.125rem;
    color: #fff;
    padding: 25px;
    display: block;
}

.offcanvas .h_tabcontent .depth3 {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 28px 32px;
}

.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 1rem;
    line-height: 32px;
    color: #111;
    position: relative;
    padding-left: 14px;
}

.offcanvas .h_tabcontent .depth3 .menu3::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d7c9b1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}

.offcanvas .h_tabcontent .menu2_link {
    position: relative;
}

.offcanvas .h_tabcontent .menu2_link.active {
    color: #222630 !important;
    font-weight: 500;
    transition: 0.5s;
}




#header {
    position: absolute;
    top: 0;
    background: #289ad5;
    z-index: 1000;
    width: 100%;
    transition: all 0.5s ease;
    height: 90px;
}

#header.on {
    position: fixed;
    top: 0;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.on nav {
    display: block;
}


#header.active {
    position: fixed;
    top: 0;
    background: #289ad5;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ddd; */
}

#header.active nav {
    display: block;
}






#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .logo a {
    width: 159px;
    height: 45px;
    display: block;
}

/************* Header - gnb slide menu *************/
#header nav {
    /* width: auto;
    margin-left: 130px; */
    flex-grow: 3;
}

#header nav #gnb {
    width: 1048px;
    height: 90px;
    display: flex;
    margin: 0 auto;
}

#header nav #gnb li {
    width: 174px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}

#header.active nav {
    display: block;
}

#header nav .depth_toggle {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#header nav .depth_toggle .sub_nav li.menu3 a {
    color: red;
    padding-left: 2px;
}

#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}

#header nav .depth_toggle .wrapper {
    padding-left: 510px;
}

#header nav .depth_toggle .sub_nav {
    width: 174px;
    height: 270px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 12px;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav:last-child {
    border-right: 0;
}
#header nav .depth_toggle .sub_nav li {
    height: auto;
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 0.938rem;
}

#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: auto;
    font-size: 0.938rem;
    letter-spacing: -0.6px;
    line-height: 1.3em;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}


#header nav .depth_toggle .sub_nav.on {
    background: #efefef;
    transition: .5s height, .2s background;
}

#header nav .depth_toggle .sub_nav.on li a {
    color: #222;
}

#header nav .depth_toggle .sub_nav.on li a:hover {
    font-weight: 400;
}

#header.speedup {
    transition: all 0.1s ease !important;
}


/************* header *************/

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
 


/************* layout-toggleMenu(offcanvas) *************/


/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




#main_full div#wrap {
    width: 100%;
    position: relative;
}

#main_full {
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff !important;
    font-size: 16px;
    overflow: hidden;
}

#main_full a {
    display: block;
}

#main_full .fw-bold {
    font-weight: 600;
}

#main_full .ff-pop {
    font-family: 'nanumsquare', sans-serif;
    font-weight: 500;
}

#main_full header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: none;
    border-bottom: 0;
}



header .inner {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
}
header .logo a {
    width: 159px;
    margin: 20px 30px;
}
header .menu_area ul li {
    margin-right: 20px;
}
header h1 a {
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -9999px;
    background-size: contain;
}


.float_wrapper {
    width: 100%;
    display: flex;
}

header nav #gnb li .nav_dep1 {
    color: #fff;
}

header.active nav #gnb li .nav_dep1 {
    color: #fff;
}
header nav .depth_toggle .sub_nav li a {
    color: #fff;
}

#gnb .sub_nav {
    display: none;
    position: absolute;
    top: 90px;
}
#gnb>li:hover .sub_nav {
    display: flex;
    width: 100vw;
    height: 90px;
    background-color: #fff;
    left: 0;
    color: #222;
    font-size: 1.05rem;
    font-weight: 500;
    justify-content: center;
    -webkit-box-shadow: 0px 13px 30px -3px rgba(0,0,0,0.20); 
    box-shadow: 0px 13px 30px -3px rgba(0,0,0,0.20);
}
#gnb>li:hover .sub_nav>li {
    width: 150px !important;
}


/* footer **/


.footer {
    background: #efefef;
    height: auto;
}
.footer .wrapper {
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    font-size: 1rem;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #555;
}
.footer .wrapper .sm_sep {
    font-size: 0.625rem;
    color: #757575;
    display: inline-block;
    margin: 0 8px 4px 8px;
}
.footer .wrapper .lg_blue {
    color: #248cc2;
    font-weight: 600;
}
.footer .wrapper .lg_tit {
    display: inline-block;
    margin-right: 6px;
    font-weight: 400;
    color: #333;
}

#fp-nav ul li a {
    width: 6px;
    height: 6px;
    background-image: url(../images/pager.png) !important;
    background-repeat: no-repeat;
    margin: 0 0 30px 0;
}

#fp-nav ul li a.active {
    background-image: url(../images/pager_on.png) !important;
    width: 13px;
    background-repeat: no-repeat;
    height: 20px;
    transition: 0.3s;
}

#fp-nav ul li a:hover {
    background-image: url(../images/pager_on.png) !important;
    background-repeat: no-repeat;
    width: 13px;
    height: 20px;
    transition: 0.3s;
}

.section {
    position: relative;
}

.section .inner {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.section::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(../images/scrollimg.png) no-repeat center center;
    position: absolute;
    left: 2%;
    bottom: 8em;
    background-size: contain;
    animation: scroll .8s infinite alternate;
    opacity: 0;
    z-index: 10;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.section::after {
    content: "SCROLL";
    position: absolute;
    /* width: 26px;
    height: 1.5625em; */
    left: 0.9%;
    bottom: 5em;
    transform: rotate(270deg);
    font-family: 'Poppins', sans-serif;
    opacity: 0;
}

.section.active::before,
.section.active::after {
    opacity: 1;
    transition: .8s .6s
}

.section h2 {
    font-size: 1.125em;
    letter-spacing: .25em;
    position: absolute;
    top: 2.5em;
    left: 50%;
    transform: translateX(-50%);
}


.sec1 {
    /* background: url(../images/main_bg01.png) no-repeat center center;
    background-size: cover; */
    text-align: center;
}

.sec1 .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 .big {
    font-size: 4.35em;
    line-height: 1.15;
    margin-bottom: .5em;
    font-family: '';
    /* opacity: 0;
    transform: translateY(-50px);
    transition: .8s .3s; */
    font-family: "Poppins", 'Noto Sans KR', Dotum, Arial, sans-serif;
}

.sec1 .intro {
    /* opacity: 0;
    transform: translateY(50px);
    transition: .8s .3s; */
    font-size: 1.5em;
}
/* 
.sec1.active .big,
.sec1.active .intro {
    opacity: 1;
    transition: .8s .3s;
    transform: translateY(0);
} */


.sec2 .btn {
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.sec2 .btn:hover {
    font-size: 1.125rem;
    transition: .5s;
}


.sec2 {
    background: url(../images/sec2_bg.png) no-repeat center center;
    background-size: cover;
}

.sec2 .product {
    height: 100%;
    display: flex;
}

.sec2 .product li {
    text-align: center;
    flex-basis: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.sec2 .product li:on .pop01::before {
    content: url(../images/sec2_num01_on.png);
}
.sec2 .product li:on .pop02::before {
    content: url(../images/sec2_num02_on.png);
}
.sec2 .product li:on .pop03::before {
    content: url(../images/sec2_num03_on.png);
}
.sec2 .product li:on .pop04::before {
    content: url(../images/sec2_num04_on.png);
}
.sec2 .product li.on .btn {
    opacity: 1;
}

.sec2 .product a {
    cursor: auto;
}

.sec2 .ff-pop {
    font-size: 2.813rem;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}
.sec2 .ff-pop span {
    font-size: 1.5rem;
    padding-top: 30px;
    display: block;
    opacity: 0.5;
    font-family: 'nanumsquare', sans-serif !important;
    font-weight: 400 !important;
}
.sec2 .pop01::before {
    content: url(../images/sec2_num01.png);
    width: 111px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sec2 .pop02::before {
    content: url(../images/sec2_num02.png);
    width: 111px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sec2 .pop03::before {
    content: url(../images/sec2_num03.png);
    width: 111px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sec2 .pop04::before {
    content: url(../images/sec2_num04.png);
    width: 111px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sec2 .btn {
    display: block;
    margin: 0 auto;
    margin-top: 2.625em;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    z-index: 9;
}

/* .sec2 .product li:hover {
    background-color: rgba(0, 0, 0, .1);
} */
.sec2 .product li:hover .pop01::before {
    content: url(../images/sec2_num01_on.png);
    transition: .5s;
}
.sec2 .product li:hover .pop02::before {
    content: url(../images/sec2_num02_on.png);
    transition: .5s;
}
.sec2 .product li:hover .pop03::before {
    content: url(../images/sec2_num03_on.png);
    transition: .5s;
}
.sec2 .product li:hover .pop04::before {
    content: url(../images/sec2_num04_on.png);
    transition: .5s;
}
.sec2 .product li:hover .btn {
    opacity: 1;
    transition: .5s;
}
.main_visual {
   position: relative;
    height: 100vh;
    z-index: 0;
}

.main_visual video {
   -webkit-transform: translateX(-50%) translateY(-50%);
   -moz-transform: translateX(-50%) translateY(-50%);
   -ms-transform: translateX(-50%) translateY(-50%);
   -o-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
   position: absolute;
   top: 50%;
   left: 50%;
   min-width: 100vw;
   min-height: 100vh;
   width: auto;
   height: auto;
   z-index: -100;
}

.main_port {
    width: 25%;
    height: calc(100vh / 3);
    position: relative;
    overflow: hidden;
}
.main_port .logo{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main_port img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    flex: 0 0 auto;
    object-fit: scale-down;
}
.main_port .bg {
    width: 100%;
    height: 100%;
    transition: 1s;
}
.main_port:hover .bg {
    transform: scale(1.1);
}
.sec3 {
    display: flex;
    flex-wrap: wrap;
}
.sec4 {
    display: flex;
    flex-wrap: wrap;
}
.main_port.port01 .bg {
    background: url(../images/main_port/main_port.png) center no-repeat;background-size: cover;
}
.main_port.port02 .bg {
    background: url(../images/main_port/main_port-02.png) center no-repeat;background-size: cover;
}
.main_port.port03 .bg {
    background: url(../images/main_port/main_port-03.png) center no-repeat;background-size: cover;
}
.main_port.port04 .bg {
    background: url(../images/main_port/main_port-04.png) center no-repeat;background-size: cover;
}
.main_port.port05 .bg {
    background: url(../images/main_port/main_port-05.png) center no-repeat;background-size: cover;
}
.main_port.port06 .bg {
    background: url(../images/main_port/main_port-06.png) center no-repeat;background-size: cover;
}
.main_port.port07 .bg {
    background: url(../images/main_port/main_port-07.png) center no-repeat;background-size: cover;
}
.main_port.port08 .bg {
    background: url(../images/main_port/main_port-08.png) center no-repeat;background-size: cover;
}
.main_port.port09 .bg {
    background: url(../images/main_port/main_port-10.png) center no-repeat;background-size: cover;
}
.main_port.port10 .bg {
    background: url(../images/main_port/main_port-11.png) center no-repeat;background-size: cover;
}
.main_port.port11 .bg {
    background: url(../images/main_port/main_port-12.png) center no-repeat;background-size: cover;
}
.main_port.port12 .bg {
    background: url(../images/main_port/main_port-09.png) center no-repeat;background-size: cover;
}
.main_port.port13 .bg {
    background: url(../images/main_port/main_port-13.png) center no-repeat;background-size: cover;
}
.main_port.port14 .bg {
    background: url(../images/main_port/main_port-14.png) center no-repeat;background-size: cover;
}
.main_port.port15 .bg {
    background: url(../images/main_port/main_port-15.png) center no-repeat;background-size: cover;
}
.main_port.port16 .bg {
    background: url(../images/main_port/main_port-16.png) center no-repeat;background-size: cover;
}
.main_port.port17 .bg {
    background: url(../images/main_port/main_port-17.png) center no-repeat;background-size: cover;
}
.main_port.port18 .bg {
    background: url(../images/main_port/main_port-18.png) center no-repeat;background-size: cover;
}
.main_port.port19 .bg {
    background: url(../images/main_port/main_port-19.png) center no-repeat;background-size: cover;
}
.main_port.port20 .bg {
    background: url(../images/main_port/main_port-20.png) center no-repeat;background-size: cover;
}
.main_port.port21 .bg {
    background: url(../images/main_port/main_port-21.png) center no-repeat;background-size: cover;
}
.main_port.port22 .bg {
    background: url(../images/main_port/main_port-22.png) center no-repeat;background-size: cover;
}
.main_port.port23 .bg {
    background: url(../images/main_port/main_port-23.png) center no-repeat;background-size: cover;
}
.main_port.port24 .bg {
    background: url(../images/main_port/main_port-24.png) center no-repeat;background-size: cover;
}
.main_port.port37 .bg {
    background: url(../images/main_port/main_port-37.png) center no-repeat;background-size: cover;
}
.main_port.port38 .bg {
    background: url(../images/main_port/main_port-38.png) center no-repeat;background-size: cover;
}
.main_port.port39 .bg {
    background: url(../images/main_port/main_port-39.png) center no-repeat;background-size: cover;
}
.main_port.port40 .bg {
    background: url(../images/main_port/main_port-40.png) center no-repeat;background-size: cover;
}
.sec5 {
    background: #181e20;
}

.sec5 .copy {
    font-size: .875em;
    text-align: center;
}


.section .transition {
    opacity: 0;
    transform: translateY(50px);
    transition: .8s .3s;
}
.section.active .transition {
    opacity: 1;
    transform: translateY(0);
}

.section.active .tran-first {
    transition: .8s .5s;
}

.sec1 .fp-scroller {
    justify-content: center;
    align-items: center;
    /* width: 100vw; */
    /* height: 100vh; */
}



@media screen and (max-width: 1366px) {
    .footer .wrapper {
        width: 100%;
        padding: 60px 30px;
        font-size: 0.85rem !important;
        letter-spacing: -1px;
    }
    body {
        font-size: 15px;
    }

    .section::before {
        height: 35px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.25em;
        animation: scroll2 .8s infinite alternate;
    }

    .section::after {
        display: none;
    }

    .sec5.active::before {
        display: none;
    }

    .sec2 .tit {
        padding-top: 86px;
        background-size: 8%;
    }

    .sec2 .history {
        margin: 5em 0 4em;
    }

    .slick-next {top:8px;}
    
    .sec2 .ff-pop {
        font-size: 2rem;
    }
    .sec2 .ff-pop span {
        font-size: 1.25rem;
        margin-top: 10px;
    }
}

@keyframes scroll2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


@media screen and (max-width: 1280px) {
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg) !important;
        transform: translateY(10px) rotate(-45deg) !important;
    }
    .menu-trigger {
        margin: 20px !important;
        width: 33px !important;
        height: 23px !important;
    }
    .menu-trigger span {
        height: 3px !important;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px !important;
    }
    #header>.float_wrapper>nav {
        display: none !important;
    }
    .float_wrapper {
        justify-content: space-between;
    }

    header .inner {
        width: 96%;
    }

    .section .inner {
        width: 97%;
    }

    .sec1 .big {
        font-size: 3em;
    }
    .sec1 .intro {
        font-size: 1.25em;
    }

    .sec5 .copy {
        margin-bottom: 0;
        margin-top: .5em;
    }

    .sec5 .transition {
        transform: translateY(0);
    }

}

@media screen and (max-width: 980px) {
    .footer .wrapper .sm_sep {
        margin: 0;
    }
    .sec2 .tit {
        padding-top: 70px;
        font-size: 1.17em;
        margin-bottom: 1.5em;
    }

    .sec2 .partner img {
        height: 20px;
        padding-bottom: 2px;
    }

    .sec2 .partner:before {
        top: .5em;
    }

    .sec4 .tit {
        font-size: 1.2em;
    }

    .sec4 .tit:after {
        height: 3px;
    }

}

@media screen and (max-width: 768px) {
    .offcanvas .h_tabcontent .sub_nav > li > a {
        font-size: 0.95rem;
        height: 54px;
        line-height: 54px;
        padding: 0 20px;
    }
    .offcanvas .h_tablinks {
        font-size: 0.875rem;
        height: 54px;
        line-height: 54px;
        padding: 0 12px;
    }
    .offcanvas .h_tablinks.active {
        font-size: 0.975rem;
    }
    #offcanvas {
        width: 100%;
        border-radius: 0;
    }
    .offcanvas .tab {
        width: 120px;
        padding-top: 60px;
    }
    .offcanvas .h_tabcontent {
        margin-top: 60px;
    }
    .offcanvas .menu_wrapper {
        width: calc(100% - 150px);
    }
    .main_port {
        width: 50vw;
        height: 200px;
    }
    body {
        font-size: 14px;
    }

    header .inner {
        padding-top: 20px;
    }

    .section .inner {
        width: 96%;
    }

    .section::before {
        display: none;
    }
    .txtwrap {
        width: 90vw;
    }
    .sec1 .big {
        font-size: 1.75em;
    }
    .sec1 .intro {
        font-size: 1em;
    }

    .sec2 .ff-pop {
        font-size: 1.825rem;
    }
    .sec2 .ff-pop span {
        font-size: 1rem;
        padding-top: 0;
    }

    .sec2 .fp-scroller {
        height: 100%;
    }


    .sec2 .pop01::before {
        transform: scale(0.6);
        margin-bottom: 0;
    }
    .sec2 .pop02::before {
        transform: scale(0.6);
        margin-bottom: 0;
    }
    .sec2 .pop03::before {
        transform: scale(0.6);
        margin-bottom: 0;
    }
    .sec2 .pop04::before {
        transform: scale(0.6);
        margin-bottom: 0;
    }
    .sec2 .product {
        display: block;
        padding-top: 90px;
        width: 100%;
    }

    .sec2 .product li {
        width: 100%;
        height: 25%;
    }

    .sec2 .product li.on {
        background: none;
    }

    .sec2 .product a {
        cursor: pointer;
    }

    .sec2 .btn {
        display: none;
    }

    .sec2 .product li {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sec2 .product li:first-child {
        border: none;
        border-top: 1px solid rgba(255, 255, 255, .3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sec2 .product li:last-child {
        border: none;
    }

    .sec2 .product li a {
        /* height: 100%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec2 .ff-pop {
        padding-top: 0;
    }
}


@media screen and (max-width: 500px) {
    
    #main_full header {
        height: auto;
    }
    #header .logo a {
        max-width: 100px;
        margin: 10px 20px;
        height: 40px;
    }
    .quick_wrap {
        display: none;
    }
    .main_port {
        width: 100vw;
        height: 200px;
    }
    .main_port .bg {
        background-size: cover !important;
    }
    .section h2 {top:4.5em;}

    .sec2 .partner img {
        margin: 0 1em 0 1.75em;
    }

    .sec2 .partner .btn {
        width: 80px;
    }

    .sec4 .tit:after {
        height: 2px;
        bottom: -.5em;
    }

    .sec4 .tit {
        margin-bottom: 1em;
        height: auto;
    }
}













.quick_wrap {
    transition: 0.2s;
    position: fixed;
    right: 32px;
    bottom: 2rem;
    z-index: 99999999;
    width: 70px;
    height: 306px;
    cursor: pointer;
    border-radius: 70px;
    background: #fff;
}
.quick {
    height: 24%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.quick:first-child {
    margin-top: 4px;
}
.quick:last-child {
    border-bottom: 0;
}
.quick img {
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}
.quick p {
    font-size: 0.825rem;
    margin-top: 8px;
    color: #222;
    text-align: center;
    font-weight: 700;
    letter-spacing: normal;
    font-family: 'Noto Sans KR', sans-serif;
}









.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 36px;
    height: 28px;
    z-index: 9999999999;
    margin: 30px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger span:nth-of-type(3) .menu-trigger.active span:nth-of-type(3) {
    transition: none;
}



.menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}
