@charset "utf-8";

html {
    scroll-behavior: smooth;
}

#subContent {
    line-height: 1.6;
}

    #subContent h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
    }

.sec {
    padding: 120px 0 80px;
}

#subContent > div:last-of-type {
    padding-bottom: 150px;
}

.subVisual {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin: 0 0 80px;
    background: url(../images/sub/subVisualOffice.jpg) no-repeat center;
    background-size: cover;
}

    .subVisual img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: none;
        height: 100%;
        transform: translateX(-50%);
    }

.content {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.menuWrap .tit {
    text-align: center;
}

    .menuWrap .tit h2 {
        line-height: 58px;
        font-size: 40px;
    }

        .menuWrap .tit h2:before {
            content: '';
            display: block;
            width: 23px;
            height: 1px;
            margin: 0 auto 8px;
            background: #000;
        }

        .menuWrap .tit h2 + p {
            padding: 26px 0 40px;
            color: #666;
            font-size: 18px;
        }

.menuWrap .menuList {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

    .menuWrap .menuList .list {
        border-radius: 35px;
        padding: 0.95% 1.4%;
    }

        .menuWrap .menuList .list.on {
            background: #1D539D;
        }

        .menuWrap .menuList .list a {
            position: relative;
            display: block;
            line-height: 1;
            font-size: 25px;
            color: #999;
            transition: .5s;
        }

        .menuWrap .menuList .list.on a {
            color: #fff;
        }

.more {
    display: block;
    width: 92px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    border-radius: 21px;
    font-size: 15px;
}

.img_tablet, .img_mobile {
    display: none;
}

@media all and (max-width:1500px) {
    img {
        max-width: 100%;
    }
}

@media all and (max-width:1024px) {
    /* #subContent > div:last-of-type{padding-bottom: 60px;} */

    .menuWrap .tit h2 {
        font-size: 35px;
    }

        .menuWrap .tit h2 + p {
            padding: 15px 0 30px;
            font-size: 16px;
        }

    .menuWrap .menuList {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 0 30px;
    }

        .menuWrap .menuList .list {
            padding: 0.9% 1.9%;
        }

            .menuWrap .menuList .list a {
                width: max-content;
                font-size: 20px;
            }
}

@media all and (max-width:768px) {
    .sec {
        padding: 90px 0 10px;
    }

    .menuWrap .tit h2 {
        line-height: normal;
        font-size: 30px;
    }

    .menuWrap .menuList .list {
        line-height: 40px;
        padding: 12px 20px;
    }

        .menuWrap .menuList .list a {
            font-size: 1rem;
        }

    .img_pc {
        display: none;
    }

    .img_tablet {
        display: block;
    }

    /* 슬릭 메뉴리스트 */
    .subGuide .menuList {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }

        .subGuide .menuList .slick-arrow {
            position: absolute;
            top: 1px;
            left: 0;
            width: 40px;
            height: 40px;
            font-size: 0;
            text-indent: -999px;
        }

            .subGuide .menuList .slick-arrow:before {
                content: '';
                position: absolute;
                top: 13px;
                left: 15px;
                width: 10px;
                height: 10px;
                border-top: 3px solid #000;
                border-right: 3px solid #000;
                transform: rotate(-135deg);
            }

            .subGuide .menuList .slick-arrow.slick-next {
                left: auto;
                right: 0;
            }

                .subGuide .menuList .slick-arrow.slick-next:before {
                    left: 13px;
                    transform: rotate(45deg);
                }

            .subGuide .menuList .slick-arrow.slick-disabled {
                opacity: 0.3;
            }

    .subVisual {
        height: 300px;
        margin: 0 0 60px;
    }
}

@media all and (max-width:500px) {
    .menuWrap .tit h2 {
        font-size: 25px;
    }

        .menuWrap .tit h2 + p {
            font-size: 15px;
        }

    .menuWrap .menuList .list {
        padding: 12px;
    }

    .subGuide .menuList {
        padding: 0 30px;
    }

        .subGuide .menuList .slick-arrow {
            width: 30px;
        }

            .subGuide .menuList .slick-arrow:before {
                top: 14px;
                left: 12px;
            }

            .subGuide .menuList .slick-arrow.slick-next:before {
                left: 6px;
            }

    .img_tablet {
        display: none;
    }

    .img_mobile {
        display: block;
    }
}

@media all and (max-width:380px) {
    .menuWrap .tit h2 {
        font-size: 23px;
    }

    .menuWrap .menuList .list {
        line-height: 35px;
        padding: 12px 10px;
    }

    .subGuide .menuList .slick-arrow {
        height: 35px;
    }

        .subGuide .menuList .slick-arrow:before {
            top: 10px;
        }
}

/* 인성플렉스 소개 */
#intro1 .subVisual {
    background-image: url(../images/sub/subVisualIntro.jpg);
}

    #intro1 .subVisual .inner p {
        padding: 129px 0 0;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        text-align: right;
    }

        #intro1 .subVisual .inner p em {
            position: relative;
            display: block;
            padding: 28px 0 0;
            font-size: 50px;
            font-weight: 900;
        }

            #intro1 .subVisual .inner p em:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 62px;
                height: 4px;
                background: #fff;
            }

#intro1 .txt1 {
    display: flex;
    justify-content: space-between;
}

    #intro1 .txt1 .tit {
        display: block;
        width: 450px;
        font-size: 45px;
    }

        #intro1 .txt1 .tit span {
            display: block;
            font-size: 50px;
            font-weight: 700;
            color: #002D64;
        }

    #intro1 .txt1 p {
        width: calc(100% - 490px);
    }

        #intro1 .txt1 p em:last-of-type {
            display: block;
            padding: 30px 0 0;
            font-size: 25px;
        }

#intro1 ul {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 120px;
}

    #intro1 ul li {
        width: 22.7%;
    }

        #intro1 ul li p {
            box-sizing: border-box;
            padding: 18.8% 0;
            border: 2px dashed #DCDCDC;
            border-radius: 50%;
            font-size: 18px;
        }

            #intro1 ul li p:before {
                content: '';
                display: block;
                width: 35%;
                padding: 35% 0 0;
                margin: 0 auto 7%;
                background: url(../images/sub/ico_intro1_1.png) no-repeat center;
                background-size: cover;
            }

        #intro1 ul li:nth-child(2) p:before {
            background-image: url(../images/sub/ico_intro1_2.png);
        }

        #intro1 ul li:nth-child(3) p:before {
            background-image: url(../images/sub/ico_intro1_3.png);
        }

        #intro1 ul li:nth-child(4) p:before {
            background-image: url(../images/sub/ico_intro1_4.png);
        }

#intro1 .txt2 {
    padding: 100px 0 125px;
    background: #16538f url(../images/sub/img_intro1.jpg) no-repeat center;
    color: #fff;
    background-size: cover;
}

    #intro1 .txt2 .tit {
        display: block;
        line-height: 1.4;
        font-size: 70px;
    }

        #intro1 .txt2 .tit span {
            display: inline-block;
            line-height: 1;
            padding: 0 0 8px;
            font-weight: 700;
            background: #fff;
            color: #002D64;
        }

    #intro1 .txt2 .inner > div em {
        display: block;
        padding: 70px 0 24px;
        font-size: 35px;
    }

    #intro1 .txt2 .inner > div p {
        opacity: 0.8;
    }

    #intro1 .txt2 .inner > * {
        position: relative;
    }

        #intro1 .txt2 .inner > *:before {
            opacity: 0.2;
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            width: 56.3%;
            height: 1px;
            background: #fff;
        }

    #intro1 .txt2 .inner > div:before {
        right: auto;
        left: 0;
        margin: 24px 0 0;
    }

/* 인성플렉스 구성 */
#intro2 .info {
    text-align: center;
}

    #intro2 .info ul {
        position: relative;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 40px 50px 0;
    }

        #intro2 .info ul:before {
            content: '';
            position: absolute;
            top: 247px;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(220,220,220,1) 50%, rgba(252,252,252,1) 100%);
        }

        #intro2 .info ul li {
            position: relative;
            padding: 160px 0 0;
        }

            #intro2 .info ul li:before {
                content: '';
                position: absolute;
                top: 64px;
                left: 50%;
                transform: translateX(-50%);
                width: 156px;
                height: 96px;
                border-radius: 10px;
                background: #fff url(../images/sub/img_intro2_1.png) no-repeat center;
                background-size: cover;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                transition: .5s;
            }

            #intro2 .info ul li:nth-child(2):before {
                background-image: url(../images/sub/img_intro2_2.png);
            }

            #intro2 .info ul li:nth-child(3):before {
                background-image: url(../images/sub/img_intro2_3.png);
            }

            #intro2 .info ul li:nth-child(4):before {
                background-image: url(../images/sub/img_intro2_4.png);
            }

            #intro2 .info ul li em {
                position: relative;
                display: block;
                padding: 0 0 8px;
                font-size: 25px;
                text-align: center;
                color: #666;
                transition: .5s;
            }

                #intro2 .info ul li em:before,
                #intro2 .info ul li em:after {
                    content: '';
                    z-index: 1;
                    position: relative;
                    display: block;
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    margin: 40px auto 47px;
                    background: #DCDCDC;
                    transition: 1.2s;
                }

                #intro2 .info ul li em:after {
                    display: none;
                    z-index: 0;
                    opacity: 0.3;
                    position: absolute;
                    top: -7px;
                    left: 50%;
                    margin: 0 0 0 -15px;
                    width: 30px;
                    height: 30px;
                    animation: scale 1.2s infinite alternate;
                }

                #intro2 .info ul li em + span {
                    font-size: 18px;
                    color: #999;
                    transition: .5s;
                }

            #intro2 .info ul li:hover:before {
                top: 0;
                width: 260px;
                height: 160px;
                -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
            }

            #intro2 .info ul li:hover em {
                font-weight: 700;
                color: #000;
            }

                #intro2 .info ul li:hover em + span {
                    font-weight: 500;
                    color: #005FB3;
                }

                #intro2 .info ul li:hover em:before {
                    background: #005FB3;
                }

                #intro2 .info ul li:hover em:after {
                    display: block;
                }

#intro2 .txt1 {
    padding: 160px 0 150px;
}

    #intro2 .txt1 .tit {
        display: block;
        font-size: 32px;
    }

        #intro2 .txt1 .tit span {
            display: block;
            font-size: 40px;
            font-weight: 700;
            color: #002D64;
        }

        #intro2 .txt1 .tit:after {
            opacity: 0.4;
            content: '';
            display: block;
            width: 1px;
            height: 35px;
            margin: 20px auto 40px;
            background: #002D64;
        }

        #intro2 .txt1 .tit + p em {
            font-weight: 700;
        }

        #intro2 .txt1 .tit + p .mBlock {
            display: none;
        }

#intro2 .txt2 {
    padding: 150px 0 232px;
    background: #f3f6fa url(../images/sub/bg_intro2.jpg) no-repeat center;
    background-size: cover;
}

    #intro2 .txt2 ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #intro2 .txt2 ul li:first-child {
            flex-direction: row-reverse;
            padding: 0 0 150px;
        }

        #intro2 .txt2 ul li .txt .tit {
            display: block;
            padding: 0 0 20px;
            font-size: 30px;
            font-weight: 700;
        }

            #intro2 .txt2 ul li .txt .tit + p {
                color: #666;
            }

                #intro2 .txt2 ul li .txt .tit + p em {
                    z-index: 1;
                    position: relative;
                    color: #000;
                }

                #intro2 .txt2 ul li .txt .tit + p span {
                    position: relative;
                }

                    #intro2 .txt2 ul li .txt .tit + p span:before {
                        z-index: -1;
                        opacity: 0.4;
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        height: 16px;
                        background: #FFD62F;
                    }

        #intro2 .txt2 ul li .txt .link,
        #guide5 .txt .link {
            display: block;
            padding: 80px 0 0;
            color: #005FB3;
            text-decoration: underline;
        }

            #intro2 .txt2 ul li .txt .link:after,
            #guide5 .txt .link:after {
                content: '';
                display: inline-block;
                width: 8px;
                height: 8px;
                border-top: 2px solid #005FB3;
                border-right: 2px solid #005FB3;
                transform: rotate(45deg);
                margin: -3px 0 0 8px;
                vertical-align: middle;
            }

#intro2 .imgWrap {
    padding: 30px 0 0;
}

/* 이용안내 */
#guide1 .content {
    padding: 115px 0;
    background: #817a74 url(../images/sub/bg_guide1.jpg) no-repeat center;
    color: #fff;
}

    #guide1 .content .tit {
        line-height: 1.3;
        font-size: 35px;
        font-weight: 400;
    }

        #guide1 .content .tit span {
            display: block;
            font-size: 50px;
            font-weight: 700;
        }

        #guide1 .content .tit + p {
            opacity: 0.8;
            padding: 30px 0 60px;
        }

    #guide1 .content .downLink {
        display: flex;
    }

        #guide1 .content .downLink a {
            display: block;
            width: 307px;
            height: 87px;
            margin: 0 30px 0 0;
            box-sizing: border-box;
            border-radius: 50px;
            background: #333333 url(../images/sub/ico_googleplay.png) no-repeat center;
            font-size: 0;
            text-indent: -999px;
        }

            #guide1 .content .downLink a + a {
                background-image: url(../images/sub/ico_appstore.png);
            }

#guide2 .content .tit {
    display: block;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

    #guide2 .content .tit span {
        font-weight: 700;
    }

/* 서비스 가입 안내 슬라이더 */
#guide2 .slider {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}

#guide2 .txtWrap {
    width: 476px;
}

    #guide2 .txtWrap .list {
        position: relative;
        box-sizing: border-box;
        padding: 0 0 25px 75px;
    }

        #guide2 .txtWrap .list:not(:last-child):before {
            content: '';
            position: absolute;
            top: 30px;
            left: 20px;
            width: 4px;
            height: 100%;
            background: #DCDCDC;
        }

        #guide2 .txtWrap .list > .num {
            position: absolute;
            top: 20px;
            left: 0;
            width: 45px;
            height: 45px;
            line-height: 36px;
            box-sizing: border-box;
            border: 4px solid #DCDCDC;
            border-radius: 50%;
            background: #fff;
            font-weight: 500;
            color: #999;
            text-align: center;
        }

    #guide2 .txtWrap .txt {
        position: relative;
        box-sizing: border-box;
        padding: 20px 0 0;
    }

        #guide2 .txtWrap .txt:before {
            display: none;
            content: '';
            position: absolute;
            top: 30px;
            left: -7px;
            width: 14px;
            height: 14px;
            box-sizing: border-box;
            border-top: 1px solid #005FB3;
            border-right: 15px solid #005FB3;
            border-bottom: 15px solid transparent;
            transform: rotate(-135deg);
        }

        #guide2 .txtWrap .txt .num {
            display: none;
        }

        #guide2 .txtWrap .txt em + p {
            padding: 8px 0 0;
            font-size: 18px;
            color: #999;
        }

    #guide2 .txtWrap .list ul {
        box-sizing: border-box;
        padding: 20px 0 20px 30px;
        border-radius: 18px;
        border: 1px solid #DCDCDC;
        margin: 10px 0 0;
        background: #F9F9F9;
        font-size: 18px;
        color: #666;
    }

        #guide2 .txtWrap .list ul li {
            padding: 0 0 6px 10px;
        }

            #guide2 .txtWrap .list ul li:before {
                top: 13px;
                background: #666;
            }

    #guide2 .txtWrap .slick-list {
        height: 100% !important;
    }

    #guide2 .txtWrap .slick-track {
        top: 0 !important;
    }

    #guide2 .txtWrap .list.slick-current .txt:before {
        display: block;
    }

    #guide2 .txtWrap .list.slick-current > .num {
        border-color: #005FB3;
        background: #005FB3;
        color: #fff;
    }

    #guide2 .txtWrap .list.slick-current .txt {
        padding: 20px 0 20px 30px;
        border-radius: 18px;
        background: #005FB3;
    }

        #guide2 .txtWrap .list.slick-current .txt em {
            color: #FFD62F;
        }

            #guide2 .txtWrap .list.slick-current .txt em + p {
                color: #fff;
            }

    #guide2 .txtWrap .list.slick-current ul {
        border-color: #005FB34D;
    }

        #guide2 .txtWrap .list.slick-current ul li em.black {
            color: #005FB3;
        }

#guide2 .imgWrap {
    width: 500px;
    height: 870px;
    box-sizing: border-box;
    padding: 72px 0 0;
    text-align: center;
    background: #F9F9F9;
}

    #guide2 .imgWrap .list em {
        display: block;
        padding: 0 0 35px;
        font-size: 25px;
    }

        #guide2 .imgWrap .list em span {
            display: block;
            padding: 0 0 12px;
            font-size: 18px;
        }

        #guide2 .imgWrap .list em + p {
            padding: 8px 0 30px;
            font-size: 18px;
            color: #999;
        }

    #guide2 .imgWrap .list img {
        margin: 0 auto;
    }

/* 배송방법 안내 슬라이더 */
#guide3 .slider {
    overflow: hidden;
    height: 872px;
    position: relative;
    box-sizing: border-box;
    padding: 173px 0 0;
    background: #d9e7f4 url(../images/sub/bg_guide3.jpg) no-repeat center;
}

#guide3 .txtWrap .list em {
    display: block;
    line-height: 1.3;
    font-size: 40px;
}

#guide3 .txtWrap .list .num {
    display: block;
    width: 124px;
    height: 40px;
    line-height: 38px;
    border-radius: 19px;
    margin: 0 0 24px;
    background: #005FB3;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#guide3 .imgWrap {
    position: absolute;
    top: 100px;
    left: 50%;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 298px !important;
    margin: 0 0 0 14%;
    transform: translateX(-50%);
}

    #guide3 .imgWrap:after {
        content: '';
        position: absolute;
        top: 68px;
        left: 287px;
        width: 264px;
        height: 553px;
        background: url(../images/sub/img_device.png) no-repeat;
        background-size: cover;
    }

    #guide3 .imgWrap .list {
        position: relative;
        padding: 85px 0 0;
    }

        #guide3 .imgWrap .list + .list {
            margin: 0 0 0 60px;
        }

        #guide3 .imgWrap .list .txt {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            width: 100%;
            height: 47px;
            line-height: 47px;
            border-radius: 7px;
            background: #000;
            color: #fff;
            text-align: center;
            font-size: 18px;
        }

            #guide3 .imgWrap .list .txt:after {
                content: '';
                position: absolute;
                bottom: -3px;
                left: 50%;
                width: 5px;
                height: 5px;
                box-sizing: border-box;
                border-top: 1px solid #000;
                border-left: 6px solid #000;
                border-bottom: 6px solid transparent;
                transform: rotate(-135deg);
            }

        #guide3 .imgWrap .list .img {
            overflow: hidden;
            width: 240px;
            height: 520px;
            border-radius: 30px;
            border: 1px solid #dcdcdc;
        }

            #guide3 .imgWrap .list .img img {
                width: 100%;
                height: 100%;
            }

        #guide3 .imgWrap .list.slick-active .txt {
            display: block;
        }

        #guide3 .imgWrap .list.slick-active .img {
            border-color: #fff;
        }

#guide3 .info {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 0;
}

    #guide3 .info .tit {
        display: block;
        font-size: 30px;
    }

        #guide3 .info .tit span {
            font-weight: 700;
        }

    #guide3 .info .txt {
        width: calc(100% - 319px);
    }

        #guide3 .info .txt p {
            padding: 0 0 30px;
            color: #666;
        }

        #guide3 .info .txt .youtube,
        #guide5 .youtube {
            overflow: hidden;
            position: relative;
            width: 100%;
            padding-top: 56.2%;
            border-radius: 20px;
        }

            #guide3 .info .txt .youtube iframe,
            #guide5 .youtube iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

/* 적립금 안내 */
#guide4 .inner {
    color: #666;
    text-align: center;
}

#guide4 .content .list1 {
    padding: 50px 0 0;
}

#guide4 .content .list2 {
    padding: 120px 0 140px;
}

#guide4 .content .tit {
    display: block;
    font-size: 30px;
}

    #guide4 .content .tit:after {
        opacity: 0.4;
        content: '';
        display: block;
        width: 1px;
        height: 25px;
        margin: 20px auto 50px;
        background: #005FB3;
    }

#guide4 .content .list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    #guide4 .content .list ul li > em {
        display: block;
        padding: 0 0 8px;
        font-size: 20px;
        font-weight: 700;
    }

        #guide4 .content .list ul li > em + p {
            font-size: 18px;
        }

#guide4 .content .list2 > p {
    padding: 50px 0 0;
    font-size: 18px;
    color: #333;
}

#guide4 .content .list2 ul li {
    width: 320px;
    height: 320px;
    box-sizing: border-box;
    padding: 176px 0 0;
    border-radius: 50%;
    background: rgba(0, 95, 179, 0.2) url(../images/sub/img_guide4_1.png) no-repeat top 78px center;
}

    #guide4 .content .list2 ul li:last-child {
        margin-left: -40px;
        background-color: #005FB3;
        background-image: url(../images/sub/img_guide4_2.png);
        color: #fff;
    }

        #guide4 .content .list2 ul li:last-child p {
            opacity: 0.8;
        }

#guide4 .content .list3 ul {
    justify-content: space-between;
    text-align: left;
}

    #guide4 .content .list3 ul li {
        width: 49.2%;
        height: 295px;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 50px 0 0 50px;
        border: 1px solid #DCDCDC;
        background: #F9F9F9 url(../images/sub/img_guide4_3.png) no-repeat bottom 30px right 50px;
    }

        #guide4 .content .list3 ul li:last-child {
            background-color: #fff;
            background-image: url(../images/sub/img_guide4_4.png);
        }

        #guide4 .content .list3 ul li em {
            font-size: 18px;
            font-weight: 500;
        }

            #guide4 .content .list3 ul li em + span {
                font-size: 25px;
                font-weight: 700;
                color: #002D64;
            }

        #guide4 .content .list3 ul li p {
            padding: 16px 0 0;
            font-size: 18px;
        }

/* 공유규약안내 */
#guide5 .tit {
    display: block;
    padding: 30px 0;
    font-size: 25px;
}

#guide5 .youtube {
    width: 960px;
    margin: 0 auto;
    padding-top: 540px;
}

#guide5 .link {
    padding: 0 0 50px !important;
    font-size: 25px;
}

@media all and (max-width:1280px) {
    #guide3 .imgWrap {
        left: 0;
        margin: 0;
        transform: none;
    }
}

@media all and (max-width:1024px) {
    #guide2 .txtWrap .list:not(:last-child):before,
    #guide2 .txtWrap .list > .num,
    #guide2 .txtWrap .txt:before,
    #guide2 .imgWrap .list em {
        display: none !important;
    }

    #guide2 .content .tit {
        font-size: 35px;
    }

    #guide2 .slider {
        display: block;
        width: 422px;
        padding: 50px 0 0;
        margin: 0 auto;
    }

    #guide2 .txtWrap {
        position: relative;
        width: 100%;
        padding: 85px 0 40px;
    }

        #guide2 .txtWrap .list {
            padding: 0;
        }

        #guide2 .txtWrap .txt {
            padding: 0 !important;
            text-align: center;
        }

            #guide2 .txtWrap .txt .num {
                display: block;
                padding: 0 0 8px;
                font-size: 16px;
                font-weight: 500;
                color: #1D539D;
            }

            #guide2 .txtWrap .txt em {
                font-size: 25px;
            }

                #guide2 .txtWrap .txt em + p {
                    font-size: 16px;
                }

        #guide2 .txtWrap .list ul {
            display: none;
            border: none;
            padding-left: 20px;
            margin: 20px 0 0;
            font-size: 16px;
        }

        #guide2 .txtWrap .list.slick-current.slick-active ul {
            display: block;
        }

        #guide2 .txtWrap .list.slick-current .txt {
            background: #fff;
        }

            #guide2 .txtWrap .list.slick-current .txt em {
                color: #000;
            }

                #guide2 .txtWrap .list.slick-current .txt em + p {
                    color: #666;
                }

    #guide2 .imgWrap {
        width: auto;
        height: auto;
        padding: 0;
        background: #fff;
    }

    #guide2 .slick-dots {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        #guide2 .slick-dots:before {
            z-index: -1;
            content: '';
            position: absolute;
            top: 50%;
            margin: -1px 0 0;
            width: 100%;
            height: 1px;
            background: #DCDCDC;
        }

        #guide2 .slick-dots > li button {
            width: 45px;
            height: 45px;
            line-height: 41px;
            box-sizing: border-box;
            border: 2px solid #DCDCDC;
            border-radius: 50%;
            background: #fff;
            font-size: 20px;
            font-weight: 500;
            color: #999;
            text-align: center;
        }

        #guide2 .slick-dots > li.slick-active button {
            opacity: 1;
            border-color: #1D539D;
            background: #1D539D;
            color: #fff;
        }

    #guide5 .youtube {
        width: 100%;
        padding-top: 57.6%;
    }
}

@media all and (max-width:768px) {
    #guide1 .content {
        padding: 98px 0 100px;
        background-position: center right -470px;
    }

        #guide1 .content .tit {
            font-size: 25px;
        }

            #guide1 .content .tit span {
                font-size: 40px;
            }

        #guide1 .content .downLink a {
            width: 250px;
            height: 72px;
            margin: 0 24px 0 0;
        }

    #guide3 .slider {
        height: 830px;
        padding: 143px 0 0;
    }

    #guide3 .txtWrap .list .num {
        width: 116px;
        height: 38px;
        line-height: 36px;
    }

    #guide3 .txtWrap .list em {
        font-size: 35px;
    }

    #guide3 .imgWrap {
        top: 70px;
    }

    #guide3 .info {
        display: block;
        padding: 80px 0 0;
    }

        #guide3 .info .tit {
            font-size: 25px;
        }

            #guide3 .info .tit span {
                font-weight: 500;
            }

            #guide3 .info .tit br {
                display: none;
            }

        #guide3 .info .txt {
            width: 100%;
        }

            #guide3 .info .txt p {
                padding: 24px 0 36px;
                font-size: 16px;
            }

    #guide4 .content .tit {
        font-size: 25px;
    }

        #guide4 .content .tit:after {
            margin: 18px auto 36px;
        }

    #guide4 .content .list2 {
        padding: 100px 0;
    }

        #guide4 .content .list2 > p {
            font-size: 16px;
        }

    #guide4 .content .list3 ul li {
        width: 620px;
        height: 275px;
        padding: 52px 0 0 50px;
        margin: 0 auto;
    }

        #guide4 .content .list3 ul li + li {
            margin-top: 20px;
        }

        #guide4 .content .list3 ul li em {
            font-size: 16px;
        }

            #guide4 .content .list3 ul li em + span {
                font-size: 20px;
            }

        #guide4 .content .list3 ul li p {
            padding: 18px 0 0;
            font-size: 16px;
        }

    #guide5 .tit {
        padding: 20px 0 30px;
    }

    #guide5 .link {
        padding: 0 !important;
        font-size: 1rem;
    }
}

@media all and (max-width:680px) {
    #guide4 .content .list2 ul li:last-child {
        margin: -40px 0 0;
    }

    #guide4 .content .list3 ul li {
        width: 100%;
    }
}

@media all and (max-width:500px) {
    #guide1 .content {
        padding: 70px 0 52px;
    }

        #guide1 .content .tit {
            font-size: 20px;
        }

            #guide1 .content .tit span {
                font-size: 30px;
            }

            #guide1 .content .tit + p {
                padding: 22px 0 52px;
            }

        #guide1 .content .downLink {
            display: block;
        }

            #guide1 .content .downLink a {
                width: 200px;
                height: 52px;
                margin: 0 0 18px;
                background-size: 120px;
            }

    #guide2 .content .tit {
        font-size: 20px;
    }

        #guide2 .content .tit > span {
            display: block;
        }

    #guide2 .slick-dots {
        width: 250px;
    }

        #guide2 .slick-dots > li button {
            width: 35px;
            height: 35px;
            line-height: 31px;
            font-size: 1rem;
        }

    #guide2 .txtWrap {
        padding-bottom: 20px;
    }

        #guide2 .txtWrap .txt em {
            font-size: 20px;
        }

            #guide2 .txtWrap .txt em + p {
                font-size: 1rem;
            }

        #guide2 .txtWrap .list ul {
            font-size: 0.9375rem;
        }

            #guide2 .txtWrap .list ul li:before {
                top: 11px
            }

    #guide2 .imgWrap {
        box-sizing: border-box;
        padding: 0 50px;
    }

    #guide3 .slider {
        height: auto;
        padding: 60px 0;
    }

    #guide3 .imgWrap .list + .list {
        padding: 70px 0 0;
        margin: 0 0 0 30px;
    }

    #guide3 .txtWrap .list em {
        font-size: 20px;
        text-align: center;
    }

        #guide3 .txtWrap .list em br {
            display: none;
        }

    #guide3 .txtWrap .list .num {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin: 0 auto 12px;
        font-size: 0.9375rem;
    }

    #guide3 .imgWrap {
        position: relative;
        top: 0;
        left: auto;
        right: -90px;
        width: 382px;
        padding: 0 !important;
        margin: 30px auto 0;
    }

        #guide3 .imgWrap:after {
            top: 56px;
            left: -9px;
            width: 220px;
            height: 461px;
        }

        #guide3 .imgWrap .list .txt {
            height: 40px;
            line-height: 40px;
            font-size: 0.9375rem;
        }

        #guide3 .imgWrap .list .img {
            width: 200px;
            height: 433px;
        }

    #guide3 .info {
        padding: 60px 0 0;
    }

        #guide3 .info .tit {
            font-size: 20px;
        }

            #guide3 .info .tit br:first-of-type {
                display: block;
            }

        #guide3 .info .txt p {
            padding: 16px 0 32px;
            font-size: 1rem;
        }

            #guide3 .info .txt p br {
                display: none;
            }

    #guide4 .content .tit {
        font-size: 20px;
    }

        #guide4 .content .tit:after {
            margin: 10px auto 15px;
        }

    #guide4 .content .list1 em + p,
    #guide4 .content .list ul li > em + p {
        font-size: 1rem;
    }

    #guide4 .content .list2 {
        padding: 50px 0;
    }

        #guide4 .content .list2 ul li {
            width: 260px;
            height: 260px;
            padding: 126px 0 0;
            background-size: 60px;
            background-position: top 50px center;
        }

    #guide4 .content .list3 ul li {
        width: 100%;
        height: 245px;
        padding: 40px 30px 0;
        background-size: 80px;
        background-position: bottom 5px right 30px;
    }

        #guide4 .content .list3 ul li em + span,
        #guide5 .tit {
            font-size: 18px;
        }
}

@media all and (max-width:482px) {
    #guide2 .slider {
        width: 100%;
    }
}

/* 회사소개 */
#office .subVisual .inner {
    position: relative;
    height: 100%;
}

#office .subVisual .logo {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    height: auto;
}

.greeting {
    padding: 120px 0 150px;
}

    .greeting > .tit {
        line-height: 1.3;
        font-size: 40px;
        font-weight: 700;
    }

    .greeting .txt {
        display: flex;
        justify-content: space-between;
        padding: 80px 0;
        background: url(../images/sub/bg_office.png) no-repeat center;
        background-size: contain;
    }

        .greeting .txt li {
            width: 47%;
        }

        .greeting .txt .tit {
            display: block;
            padding: 0 0 16px;
            font-size: 25px;
        }

        .greeting .txt p {
            color: #666;
        }

    .greeting .writer {
        display: block;
        padding: 40px 0 70px;
        font-size: 20px;
    }

    .greeting .link {
        display: block;
        width: 307px;
        height: 87px;
        line-height: 85px;
        box-sizing: border-box;
        border: 1px solid #DCDCDC;
        border-radius: 64px;
        margin: 0 auto;
        font-size: 25px;
        text-align: center;
        transition: 0.3s;
    }

        .greeting .link:hover {
            border-color: #FF5819;
            background: #FF5819;
            color: #fff;
        }

.history {
    position: relative;
    padding: 123px 0 117px;
    background: #262E40;
    color: #fff;
}

    .history:before {
        opacity: 0.1;
        content: '';
        position: absolute;
        top: 431px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
    }

    .history .tit {
        display: block;
        padding: 0 0 80px;
        font-size: 45px;
        font-weight: 700;
    }

    .history > ul {
        display: flex;
        justify-content: space-between;
    }

        .history > ul > li {
            position: relative;
        }

            .history > ul > li:before,
            .history > ul > li:after {
                content: '';
                display: block;
                width: 112px;
                height: 112px;
                border-radius: 25px;
                margin: 0 auto 37px;
                background: #fff url(../images/sub/img_history1.png) no-repeat center;
            }

            .history > ul > li:nth-child(2):before {
                background-image: url(../images/sub/img_history2.png);
            }

            .history > ul > li:nth-child(3):before {
                background-image: url(../images/sub/img_history3.png);
            }

            .history > ul > li:nth-child(4):before {
                background-image: url(../images/sub/img_history4.png);
            }

            .history > ul > li:after {
                position: absolute;
                top: 112px;
                left: 50%;
                transform: translateX(-50%);
                width: auto;
                height: auto;
                border-top: 16px solid #fff;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-radius: 0;
                margin: 0;
                background: none;
            }

    .history ul li em {
        position: relative;
        display: block;
        padding: 0 0 32px;
        font-size: 45px;
        text-align: center;
        transition: .5s;
    }

        .history ul li em:before,
        .history ul li:last-child em:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            margin: 0 auto 56px;
            background: #FF5819;
        }

    .history ul li:last-child em:after {
        display: none;
        opacity: 0.3;
        position: absolute;
        top: -7px;
        left: 50%;
        margin: 0 0 0 -15px;
        width: 30px;
        height: 30px;
        animation: scale 1.2s infinite alternate;
    }

    .history ul li:last-child:hover em {
        color: #FF5819;
    }

        .history ul li:last-child:hover em:after {
            display: block;
        }

@keyframes scale {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.history ul.dot li {
    font-size: 16px;
}

/* 오시는길 */
#location .root_daum_roughmap .wrap_controllers,
#location .root_daum_roughmap .map_border {
    display: none;
}

#location .root_daum_roughmap .wrap_map {
    height: 450px;
}

#location .info {
    padding: 0 0 150px;
}

    #location .info > li {
        box-sizing: border-box;
        padding: 141px 0 53px 385px;
        border-bottom: 1px solid #DCDCDC;
        background: url(../images/sub/img_logo.png) no-repeat center left 40px;
        color: #666;
    }

        #location .info > li:not(:first-child) {
            display: flex;
            align-items: center;
            height: 320px;
            padding: 0 0 0 240px;
        }

        #location .info > li:first-child {
            background-size: 365px;
            background-position: bottom 38px left;
        }

        #location .info > li:nth-child(2) {
            background-image: url(../images/sub/ico_car.png);
        }

        #location .info > li:nth-child(3) {
            background-image: url(../images/sub/ico_bus1.png);
        }

        #location .info > li:nth-child(4) {
            background-image: url(../images/sub/ico_logo.png);
        }

    #location .info li div > em {
        display: block;
        padding: 0 0 20px;
        font-weight: 700;
        color: #000;
    }

    #location .info li p,
    #location .info li ul li {
        font-size: 18px;
    }

        #location .info li ul li:not(:last-child) {
            padding: 0 0 8px;
        }

    #location .info li:nth-child(3) ul li:last-child {
        padding: 10px 0 0;
    }

    #location .info li div ul li em {
        padding: 0 8px 0 0;
    }

        #location .info li div ul li em.orange {
            line-height: 100%;
            font-size: 45px;
        }

        #location .info li div ul li em:not(.orange):before {
            content: '';
            display: inline-block;
            width: 26px;
            height: 26px;
            margin: -2px 10px 0 0;
            background: url(../images/sub/ico_bus2.png);
            background-size: cover;
            vertical-align: middle;
        }

        #location .info li div ul li em.sky:before {
            content: '4';
            box-sizing: border-box;
            padding: 0 0 0 8px;
            border-radius: 50%;
            background: #00A2E1;
            font-size: 16px;
            color: #fff;
            text-align: left;
        }

        #location .info li div ul li em.mail {
            color: #000;
        }

            #location .info li div ul li em.mail:before {
                background-image: url(../images/sub/ico_mail.png);
            }

@media all and (max-width:1280px) {
    #office .subVisual .logo {
        right: 50px;
    }
}

@media all and (max-width:1024px) {
    #intro2 .info ul li:before {
        top: 64px !important;
        width: 156px !important;
        height: 96px !important;
        -webkit-filter: unset !important;
        filter: unset !important;
    }
}

@media all and (max-width:768px) {
    #intro1 .subVisual .inner p {
        padding: 89px 0 0;
        font-size: 24px;
    }

        #intro1 .subVisual .inner p em {
            padding: 25px 0 0;
            font-size: 40px;
        }

            #intro1 .subVisual .inner p em:before {
                width: 52px;
            }

    #intro1 .txt1 {
        display: block;
    }

        #intro1 .txt1 .tit {
            width: 100%;
            font-size: 30px;
        }

            #intro1 .txt1 .tit span {
                font-size: 40px;
            }

        #intro1 .txt1 p {
            width: 100%;
            padding: 40px 0 0;
        }

            #intro1 .txt1 p em:last-of-type {
                padding: 20px 0 0;
                font-size: 20px;
            }

    #intro1 ul {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 48px 0 40px;
    }

        #intro1 ul li {
            width: 46%;
            margin: 0 0 40px;
        }

    #intro1 .txt2 {
        padding: 70px 0 80px;
    }

        #intro1 .txt2 .inner > *:before {
            display: none;
        }

        #intro1 .txt2 .tit {
            font-size: 50px;
        }

        #intro1 .txt2 .inner > div em {
            padding: 62px 0 22px;
            font-size: 30px;
        }

    #intro2 .info ul:before,
    #intro2 .info ul li em:before,
    #intro2 .info ul li em:after {
        display: none !important;
    }

    #intro2 .info ul {
        flex-wrap: wrap;
        padding: 0;
    }

        #intro2 .info ul li {
            width: 50%;
            padding: 50px 0 0;
        }

            #intro2 .info ul li:before {
                position: static;
                display: block;
                width: 78% !important;
                height: auto !important;
                padding: 48% 0 0;
                margin: 0 auto 18px;
                transform: none;
            }

            #intro2 .info ul li em {
                font-size: 20px;
                font-weight: 700;
                color: #000;
            }

                #intro2 .info ul li em + span {
                    font-weight: 500;
                    color: #005FB3;
                }

    #intro2 .txt1 {
        padding: 120px 0 100px;
    }

        #intro2 .txt1 .tit {
            font-size: 25px;
        }

            #intro2 .txt1 .tit:after {
                margin: 18px auto 34px;
            }

            #intro2 .txt1 .tit span {
                font-size: 1.5em;
            }

            #intro2 .txt1 .tit + p .mBlock {
                display: block;
            }

    #intro2 .txt2 {
        padding: 100px 0 140px;
    }

        #intro2 .txt2 ul {
            width: 568px;
            margin: 0 auto;
        }

            #intro2 .txt2 ul li {
                display: block;
            }

                #intro2 .txt2 ul li:first-child {
                    padding: 0 0 90px;
                }

                #intro2 .txt2 ul li .txt {
                    box-sizing: border-box;
                    padding: 0 24px;
                }

                    #intro2 .txt2 ul li .txt .tit {
                        font-size: 25px;
                        padding: 30px 0 16px;
                    }

                    #intro2 .txt2 ul li .txt .link {
                        padding: 42px 0 0;
                    }

    #intro2 .imgWrap {
        padding: 20px 0 0;
    }

        #intro2 .imgWrap img {
            display: none;
        }

            #intro2 .imgWrap img.m {
                display: block !important;
            }

    #office .subVisual .logo {
        width: 257px;
    }

    .greeting {
        padding: 0 0 80px;
    }

        .greeting > .tit {
            font-size: 35px;
        }

        .greeting .txt {
            display: block;
            padding: 40px 0 48px;
        }

            .greeting .txt li {
                width: 100%;
            }

                .greeting .txt li + li {
                    padding: 30px 0 0;
                }

            .greeting .txt .tit {
                padding: 0 0 14px;
            }

        .greeting .writer {
            padding: 30px 0 40px;
        }

        .greeting .link {
            width: 200px;
            height: 58px;
            line-height: 56px;
            font-size: 18px;
        }

    .history:before,
    .history > ul > li:after {
        display: none;
    }

    .history {
        padding: 60px 0 0;
    }

        .history .tit {
            padding: 0 0 50px;
            font-size: 40px;
        }

        .history > ul {
            display: block;
            width: 520px;
        }

            .history > ul:before {
                opacity: 0.1;
                content: '';
                position: absolute;
                top: 20px;
                left: 180px;
                width: 2px;
                height: 550px;
                background: #fff;
            }

            .history > ul > li {
                min-height: 182px;
                box-sizing: border-box;
                padding: 0 0 0 182px;
            }

                .history > ul > li:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    margin: 0;
                }

        .history ul li em {
            padding: 0;
            font-size: 30px;
            text-align: left;
        }

            .history ul li em:before {
                position: absolute;
                top: 17px;
                left: -39px;
                margin: 0;
            }

        .history ul li:last-child em:after {
            top: 10px;
            left: -46px;
            margin: 0;
        }

    #location .info {
        padding: 0 0 81px;
    }

        #location .info > li {
            padding: 152px 0 31px;
            background-size: 151px;
            background-position: center left;
        }

            #location .info > li:first-child {
                background-position: top 60px left;
            }

            #location .info > li:not(:first-child) {
                height: 238px;
                padding-left: 174px;
            }
}

@media all and (max-width:568px) {
    #intro2 .txt2 ul {
        width: 100%;
    }
}

@media all and (max-width:500px) {
    #intro1 .subVisual .inner p {
        padding: 95px 0 0;
        font-size: 21px;
    }

        #intro1 .subVisual .inner p em:before {
            width: 44px;
        }

        #intro1 .subVisual .inner p em {
            padding: 23px 0 0;
            font-size: 35px;
        }

    #intro1 .txt1 .tit {
        font-size: 25px;
    }

        #intro1 .txt1 .tit span {
            font-size: 35px;
        }

    #intro1 .txt1 p {
        padding: 36px 0 0;
    }

        #intro1 .txt1 p em:last-of-type {
            font-size: 1.125rem;
        }

    #intro1 ul {
        padding: 48px 0 36px;
    }

        #intro1 ul li {
            margin: 0 0 24px;
        }

            #intro1 ul li p:before {
                width: 26.5%;
                padding: 26.5% 0 0;
            }

    #intro1 .txt2 {
        padding: 60px 0 62px;
    }

        #intro1 .txt2 .tit {
            font-size: 40px;
        }

        #intro1 .txt2 .inner > div em {
            padding: 60px 0 20px;
            font-size: 25px;
        }

    #intro2 .info ul li {
        padding: 30px 0 0;
    }

        #intro2 .info ul li:before {
            margin: 0 auto 12px;
        }

        #intro2 .info ul li em {
            padding: 0 0 6px;
            font-size: 18px;
        }

            #intro2 .info ul li em + span {
                font-size: 16px;
            }

    #intro2 .txt1 {
        padding: 100px 0 80px;
    }

        #intro2 .txt1 .tit {
            font-size: 20px;
        }

    #intro2 .txt2 {
        padding: 80px 0 120px;
    }

        #intro2 .txt2 ul li .txt .tit {
            font-size: 20px;
        }

        #intro2 .txt2 ul li .txt .link {
            padding: 36px 0 0;
        }

    #office .subVisual .logo {
        right: 30px;
        width: 227px;
    }

    .greeting > .tit {
        font-size: 30px;
    }

        .greeting > .tit.orange {
            font-size: 25px;
        }

    .greeting .txt .tit {
        font-size: 20px;
    }

    .history .tit {
        font-size: 35px;
    }

    .history > ul {
        width: 100%;
    }

    #location .info > li {
        padding: 140px 0 31px !important;
        height: auto !important;
        text-align: center;
        background-position: top 30px center;
    }

        #location .info > li:first-child {
            background-size: 301px;
            background-position: top 60px center;
            font-size: 18px;
        }

        #location .info > li:not(:first-child) {
            display: block;
        }

        #location .info > li:last-child {
            padding: 30px 0 46px !important;
            background: none;
        }

    #location .info li p,
    #location .info li ul li {
        font-size: 16px;
    }

    #location .info li:not(:last-child) div ul li em {
        display: block;
    }

    #location .info li div ul li em.orange {
        font-size: 35px;
    }
}

@media all and (max-width:380px) {
    .subVisual {
        height: 160px;
    }

    #intro1 .subVisual .inner p {
        padding: 50px 0 0;
        font-size: 1rem;
    }

        #intro1 .subVisual .inner p em {
            padding: 10px 0 0;
            font-size: 20px;
        }

            #intro1 .subVisual .inner p em:before {
                width: 25px;
                height: 2px;
            }

    #intro1 .txt1 .tit {
        font-size: 20px;
    }

        #intro1 .txt1 .tit span {
            font-size: 25px;
        }

    #intro1 ul li {
        width: 48%;
    }

        #intro1 ul li p {
            font-size: 1rem;
        }

        #intro1 ul li:last-child p {
            font-size: 0.933rem;
        }

    #intro1 .txt2 .tit {
        font-size: 30px;
    }

        #intro1 .txt2 .tit br:first-of-type {
            display: none;
        }

        #intro1 .txt2 .tit span {
            padding: 0 0 3px;
        }

    #intro1 .txt2 .inner > div em {
        font-size: 20px;
    }

    #intro2 .txt1 .tit {
        font-size: 16px;
    }

    #intro2 .txt2 ul li .txt {
        padding: 0 10px;
    }

    #office .subVisual .logo {
        width: 120px;
    }

    .greeting > .tit {
        font-size: 20px;
    }

        .greeting .txt .tit,
        .greeting > .tit.orange {
            font-size: 17px;
        }

    .greeting .writer {
        font-size: 1rem;
    }

    .greeting .link {
        width: 130px;
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }

    .history > ul:before {
        left: 93px;
        height: 400px;
    }

    .history .tit,
    .history ul li em {
        font-size: 20px;
    }

        .history ul li em:before {
            top: 13px;
            left: -25px;
            width: 10px;
            height: 10px;
        }

    .history ul li:last-child em:after {
        top: 9px;
        left: -31px;
        width: 20px;
        height: 20px;
    }

    .history > ul > li {
        min-height: 135px;
        padding: 0 0 0 100px;
    }

        .history > ul > li:before {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-size: 50px;
        }

    .history ul.dot li {
        font-size: 1rem;
    }

    #location .info > li {
        padding: 100px 0 25px !important;
        background-size: 80px;
    }

        #location .info > li:first-child {
            background-size: 200px;
            background-position: top 40px center;
        }

    #location .info li div ul li em:not(.orange):before {
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
    }

    #location .info li div ul li em.sky:before {
        line-height: 19px;
        padding: 0 0 0 6px;
        font-size: 14px;
    }
}

/* 탭 메뉴 */
.tab {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 52px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    text-align: center;
}

    .tab li {
        display: table-cell;
        position: relative;
        box-sizing: border-box;
        vertical-align: middle;
    }

        .tab li:before {
            z-index: 1;
            content: '';
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: transparent;
        }

        .tab li + li:after {
            z-index: 0;
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: #DCDCDC;
            transform: translateY(-50%);
        }

        .tab li h3 {
            z-index: 1;
            position: relative;
        }

        .tab li button {
            display: block;
            width: 100%;
            padding: 23px 0;
            color: #999;
            font-size: 20px;
            font-weight: 400;
            word-break: keep-all;
        }

        .tab li.on:before {
            background: #1D539D;
        }

        .tab li.on button {
            color: #fff;
            font-weight: 500;
        }

.tabCon {
    min-height: 500px;
}

/* 게시판 */
.boardList {
    font-size: 18px;
    text-align: center;
    table-layout: fixed;
}

    .boardList thead {
        border-top: 1px solid #000;
        border-bottom: 1px solid #999;
        background: #f9f9f9;
        font-weight: 500;
    }

        .boardList thead th {
            padding: 19px 0;
        }

    .boardList td.notice {
        font-weight: 500;
        color: #0069B3;
    }

    .boardList tbody tr {
        border-bottom: 1px solid #DCDCDC;
    }

        .boardList tbody tr:hover {
            background: #F5F5F5;
        }

    .boardList tbody td {
        padding: 18px 0;
    }

    .boardList tbody tr:hover .taL a {
        display: block;
        font-weight: 500;
    }

.boardView {
    table-layout: fixed;
    border-bottom: 1px solid #DCDCDC;
}

    .boardView thead {
        border-top: 2px solid #000;
    }

    .boardView .tit {
        padding: 24px 0 24px 32px;
        font-size: 25px;
        font-weight: 500;
        text-align: left;
    }

    .boardView .info {
        border-top: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
        padding: 20px 0 20px 32px;
        background: #FAFAFA;
        color: #999;
    }

        .boardView .info ul {
            display: flex;
            flex-wrap: wrap;
        }

            .boardView .info ul li + li:before {
                content: '';
                display: inline-block;
                width: 1px;
                height: 15px;
                margin: 0 15px;
                background: #e2e2e2;
                vertical-align: middle;
            }

    .boardView .text {
        padding: 52px 0 52px 32px;
    }

    .boardView .file {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #DCDCDC;
        padding: 26px 0 26px 32px;
        background: #FAFAFA;
    }

        .boardView .file span {
            display: block;
            padding: 0 44px 20px 0;
            color: #999;
            font-weight: 500;
        }

        .boardView .file ul li + li {
            padding: 16px 0 0;
        }

        .boardView .file ul li a {
            position: relative;
            display: block;
            min-height: 35px;
            padding: 0 0 0 47px;
            line-height: 140%;
            background: url(../images/sub/ico_file.png) no-repeat top left;
        }

            .boardView .file ul li a.pdf {
                background-image: url(../images/sub/ico_pdf.png);
            }

            .boardView .file ul li a.jpg {
                background-image: url(../images/sub/ico_jpg.png);
            }

            .boardView .file ul li a.zip {
                background-image: url(../images/sub/ico_zip.png);
            }

            .boardView .file ul li a.doc {
                background-image: url(../images/sub/ico_doc.png);
            }

            .boardView .file ul li a.hwp {
                background-image: url(../images/sub/ico_hwp.png);
            }

            .boardView .file ul li a.xls {
                background-image: url(../images/sub/ico_xls.png);
            }

            .boardView .file ul li a.ppt {
                background-image: url(../images/sub/ico_ppt.png);
            }

            .boardView .file ul li a.png {
                background-image: url(../images/sub/ico_png.png);
            }

.btnList {
    display: block;
    width: 120px;
    height: 58px;
    line-height: 56px;
    margin: 49px auto 0;
    border-radius: 35px;
    background: #474747;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

/* 페이지 네비게이션 */
.pagingNav {
    display: flex;
    justify-content: center;
    padding: 48px 0 0;
}

    .pagingNav a {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        line-height: 46px;
        box-sizing: border-box;
        border-radius: 6px;
        margin: 0 8px;
        color: #999;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
    }

        .pagingNav a.btnNum {
            border: 1px solid #dcdcdc;
            font-size: 0;
            text-indent: -999px;
        }

            .pagingNav a.btnNum:before,
            .pagingNav a.btnNum.last:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 10px;
                height: 10px;
                margin: -6px 0 0 -8px;
                border-top: 1px solid #999;
                border-right: 1px solid #999;
                transform: rotate(45deg);
            }

            .pagingNav a.btnNum.prev:before,
            .pagingNav a.btnNum.prev.last:after {
                margin-left: -2px;
                transform: rotate(-135deg);
            }

        .pagingNav a.current {
            background: #1D539D;
            color: #fff;
        }

        .pagingNav a.btnNum.last:before {
            margin-left: -11px;
        }

        .pagingNav a.btnNum.last:after {
            margin-left: -5px;
        }

        .pagingNav a.btnNum.prev.last:before {
            margin-left: -6px;
        }

        .pagingNav a.btnNum.prev.last:after {
            margin-left: 0;
        }

/* FAQ */
#faq .listWrap {
    border-top: 1px solid #999;
    font-size: 18px;
}

    #faq .listWrap .tit {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #DCDCDC;
        padding: 18px 0;
    }

        #faq .listWrap .tit .type {
            width: 150px;
            text-align: center;
        }

        #faq .listWrap .tit a {
            display: block;
            position: relative;
            width: calc(100% - 150px);
            box-sizing: border-box;
            padding: 0 60px 0 46px;
            font-weight: 500;
        }

            #faq .listWrap .tit a:before,
            #faq .listWrap .tit a:after {
                content: 'Q';
                position: absolute;
                top: 4px;
                left: 0;
                width: 28px;
                height: 28px;
                line-height: 25px;
                border-radius: 50%;
                background: #1D539D;
                color: #fff;
                font-family: 'Roboto';
                text-transform: uppercase;
                text-align: center;
            }

            #faq .listWrap .tit a:after {
                content: '';
                top: 50%;
                left: auto;
                right: 32px;
                width: 10px;
                height: 10px;
                line-height: 0;
                margin: -4px 0 0;
                border-top: 2px solid #999;
                border-right: 2px solid #999;
                border-radius: 0;
                background: none;
                transform: translateY(-50%) rotate(135deg);
            }

    #faq .listWrap li.on .tit a:after {
        margin: -2px 0 0;
        transform: rotate(-45deg);
    }

    #faq .listWrap .txt {
        display: none;
        box-sizing: border-box;
        border-bottom: 1px solid #DCDCDC;
        padding: 30px 64px 40px 148px;
        background: #FAFAFA;
    }

    #faq .listWrap li.on .txt {
        display: block;
    }

#faq .noList,
#notice .noList {
    padding: 115px 0 125px;
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
}

#notice .noList {
    border-top: 1px solid #999;
}

    #faq .noList:before,
    #notice .noList:before {
        content: '!';
        display: block;
        width: 126px;
        height: 126px;
        line-height: 126px;
        margin: 0 auto 16px;
        border-radius: 50%;
        background: #F4F4F4;
        text-align: center;
        font-family: 'Noto Sans KR';
        font-size: 50px;
        font-weight: 700;
        color: #000;
    }

@media all and (max-width:1024px) {
    .tab {
        margin: 0 0 32px;
    }

        .tab li button {
            padding: 14px 0;
        }

    .boardView .tit {
        font-size: 20px;
    }
}

@media all and (max-width:768px) {
    .tab {
        margin: 0 0 15px;
    }

        .tab li button {
            font-size: 1rem;
        }

            .tab li button .none_t {
                display: none;
            }

    .boardList {
        border-top: 1px solid #999;
        text-align: left;
        font-size: 17px;
    }

        .boardList colgroup,
        .boardList thead,
        .boardList td:first-child:not(.notice),
        .boardList td.hits {
            display: none;
        }

        .boardList td.notice {
            padding: 0 0 4px;
        }

        .boardList tbody tr {
            display: block;
            padding: 10px 0;
        }

        .boardList tbody td {
            display: block;
            width: 100%;
            padding: 0;
        }

        .boardList td.date {
            color: #999;
            font-size: 0.889em;
        }

    .pagingNav {
        padding: 40px 0 0;
    }

        .pagingNav a {
            width: 40px;
            height: 40px;
            line-height: 38px;
            margin: 0 4px;
        }

    .boardView .tit {
        padding: 20px 10px;
        font-size: 1rem;
    }

    .boardView .info {
        padding: 10px;
        font-size: 0.889em;
    }

        .boardView .info ul li + li:before {
            margin: 0 8px;
        }

    .boardView .text {
        padding: 30px 10px;
    }

    .boardView .file {
        padding: 22px 10px;
    }

        .boardView .file span {
            padding-bottom: 10px;
            font-size: 0.889em;
        }

        .boardView .file ul li + li {
            padding: 10px 0 0;
        }

        .boardView .file ul li a {
            min-height: 25px;
            padding: 0 0 0 32px;
            font-size: 0.889em;
            background-size: 25px;
        }

    .btnList {
        width: 100px;
        height: 48px;
        line-height: 46px;
        margin: 41px auto 0;
        font-size: 16px;
    }

    #faq .listWrap {
        font-size: 17px;
    }

        #faq .listWrap .tit {
            display: block;
            padding: 10px 0;
        }

            #faq .listWrap .tit .type {
                display: block;
                width: 100%;
                padding: 0 0 9px;
                text-align: left;
                font-size: 0.889em;
            }

            #faq .listWrap .tit a {
                width: 100%;
                padding: 0 40px 0 33px;
            }

                #faq .listWrap .tit a:before {
                    top: 4px;
                    width: 23px;
                    height: 23px;
                    line-height: 21px;
                    font-size: 14px;
                }

                #faq .listWrap .tit a:after {
                    right: 12px;
                    width: 8px;
                    height: 8px;
                    margin: -2px 0 0;
                }

        #faq .listWrap .txt {
            padding: 30px 20px 40px;
        }

    #faq .noList:before
    #notice .noList:before {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 35px;
    }
}

@media all and (max-width:500px) {
    .tab li button {
        padding: 11px 0;
        font-size: 0.9375rem;
    }

        .tab li button .none_m {
            display: none;
        }

    .tabCon {
        min-height: 250px;
    }

    .boardList {
        font-size: 16px;
    }

    .boardView .file {
        display: block;
    }

        .boardView .file ul li a {
            min-height: 20px;
            padding: 0 0 0 25px;
            background-size: 20px;
        }

    .btnList {
        width: 80px;
        height: 48px;
        line-height: 46px;
        font-size: 1rem;
    }

    .pagingNav a {
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin: 0 2px;
        font-size: 15px;
    }

    #faq .listWrap {
        font-size: 1rem;
    }

        #faq .listWrap .tit a {
            padding: 0 35px 0 29px;
        }

            #faq .listWrap .tit a:before {
                top: 3px;
                width: 20px;
                height: 20px;
                line-height: 18px;
                font-size: 13px;
            }

            #faq .listWrap .tit a:after {
                width: 6px;
                height: 6px;
            }

        #faq .listWrap .txt {
            padding: 30px 20px;
        }

    #faq .noList,
    #notice .noList {
        padding: 65px 0 85px;
    }

        #faq .noList:before,
        #notice .noList:before {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-size: 25px;
        }
}

@media all and (max-width:380px) {
    .boardView .file ul li a {
        min-height: 18px;
        padding: 0 0 0 23px;
        background-size: 18px;
    }

    .boardView .info ul li.hit {
        display: none;
    }

    .btnList {
        width: 70px;
        height: 38px;
        line-height: 36px;
    }

    .pagingNav a {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

        .pagingNav a.btnNum:before,
        .pagingNav a.btnNum.last:after {
            width: 5px;
            height: 5px;
            margin: -3px 0 0 -5px;
        }

        .pagingNav a.btnNum.last:before {
            margin-left: -7px;
        }

        .pagingNav a.btnNum.last:after {
            margin-left: -3px;
        }

        .pagingNav a.btnNum.prev.last:before {
            margin-left: -3px;
        }

        .pagingNav a.btnNum.prev.last:after {
            margin-left: 1px;
        }
}

/* 에러페이지 */
.error .txt {
    position: relative;
    height: 458px;
    margin: 228px auto 304px;
    box-sizing: border-box;
    padding: 110px 730px 0 0;
}

    .error .txt:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 688px;
        height: 458px;
        background: url(../images/sub/img_error.png) no-repeat top center;
        background-size: contain;
    }

    .error .txt h2 {
        font-size: 50px;
    }

        .error .txt h2 span {
            color: #C80000;
        }

        .error .txt h2 + p {
            line-height: 140%;
            padding: 18px 0 50px;
            font-size: 22px;
            color: #999;
        }

    .error .txt .home {
        display: block;
        width: 258px;
        height: 69px;
        line-height: 69px;
        border-radius: 35px;
        background: #1D539D;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

@media all and (max-width:1024px) {
    .error .txt {
        height: auto;
        padding: 100px 0 130px;
        margin: 0;
        text-align: center;
    }

        .error .txt:after {
            position: static;
            width: 100%;
        }

        .error .txt h2 {
            font-size: 44px;
        }

            .error .txt h2 + p {
                font-size: 20px;
            }

        .error .txt .home {
            margin: 0 auto 59px;
        }
}

@media all and (max-width:768px) {
    .error .txt:after {
        height: auto;
        padding-top: 67%;
    }

    .error .txt h2 {
        font-size: 35px;
    }

        .error .txt h2 + p {
            font-size: 18px;
        }

    .error .txt .home {
        width: 245px;
        height: 62px;
        line-height: 62px;
        font-size: 20px;
    }
}

@media all and (max-width:500px) {
    .error .txt h2 {
        font-size: 28px;
    }

        .error .txt h2 + p {
            font-size: 1rem;
        }

    .error .txt .home {
        width: 140px;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
    }
}

@media all and (max-width:380px) {
    .error .txt h2 {
        font-size: 25px;
    }
}

/* 관리자 페이지 */
#manage,
#manage .boardList {
    font-size: 16px;
}

.boardView.write tr {
    border-bottom: 1px solid #ddd;
}

.boardView.write th {
    padding: 10px;
    background: #F1F1F1;
}

.boardView.write td {
    padding: 10px;
}

.boardView.write .title input {
    width: 100%;
}

.boardView.write select {
    box-sizing: border-box;
    padding: 6px;
}

.boardView.write input {
    box-sizing: border-box;
    padding: 8px;
}

    .boardView.write input[type="checkbox"] {
        margin: 0 5px 0 0;
    }

/* 개인정보처리방침 */
.policy {
    font-size: 16px;
    word-break: keep-all;
}

    .policy h1 {
        padding: 50px 0 30px;
        font-size: 1.25em;
    }

        .policy h1 + p + ol {
            padding: 50px 0 0;
        }

    .policy h2 {
        padding: 0 0 10px;
        font-size: 1.125em;
    }

        .policy h2 + p + ol {
            padding: 20px 0 0;
        }

    .policy ol.policyList > li:not(:last-child) {
        padding: 0 0 30px;
    }

    .policy ol.policyList li > ol > li:not(:last-child),
    .policyList.policyLocation h2 + ul > li:not(:last-child) {
        padding: 0 0 15px;
    }

    .policy ol.policyList li > ol > li > ol > li:not(:last-child) {
        padding: 0 0 5px;
    }

    .policy span {
        display: block;
    }

        .policy span + p,
        .policy span + ol,
        .policy span + ul,
        .policy .dash {
            padding: 10px 0;
        }

            .policy .dash li {
                padding: 0;
                font-size: 1em;
                color: #000;
            }

        .policy .policyList ol,
        .policy span + p,
        .policy span + .dash {
            box-sizing: border-box;
            padding-left: 15px;
        }

.tableWrap {
    overflow-y: auto;
    margin: 10px 0 20px;
}

.policy table {
    min-width: 500px;
    table-layout: fixed;
    font-size: 0.938em;
}

    .policy table thead th {
        border-top: 1px solid #000;
        border-bottom: 1px solid #999;
        background: #f9f9f9;
        font-weight: 500;
        text-align: center;
    }

        .policy table thead th:not(:last-child) {
            border-right: 1px solid #DCDCDC;
        }

    .policy table th, .policy table td {
        padding: 0.5rem 1rem;
    }

    .policy table tbody tr th {
        border-bottom: 1px solid #DCDCDC;
        border-right: 1px solid #DCDCDC;
        background: #f9f9f9;
    }

    .policy table tbody tr td {
        border-bottom: 1px solid #DCDCDC;
        border-right: 1px solid #DCDCDC;
    }

        .policy table tbody tr th:last-child,
        .policy table tbody tr td:last-child {
            border-right: none;
        }

/* 위치기반 서비스 이용약관 */
.policyList.policyLocation h2 + ol {
    padding-left: 0 !important;
}

    .policyList.policyLocation h2 + ol > li:not(:last-child),
    .policyList.policyLocation p + ol > li:not(:last-child) {
        padding-bottom: 5px !important;
    }

@media all and (max-width:500px) {
    .policy {
        font-size: 15px;
    }

        .policy .policyList ol,
        .policy span + p,
        .policy span + .dash {
            padding-left: 5px;
        }
}

/* 앱에서만 보이는 이용안내 페이지 */
.appGuideSlider .sliderBtn {
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -585px;
}

    .appGuideSlider .sliderBtn .btn {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        border: 1px solid #DCDCDC;
        border-radius: 50%;
        margin: 0 10px 0 0;
        background: #fff;
        font-size: 0;
        text-indent: -999px;
        transition: 0.3s;
    }

        .appGuideSlider .sliderBtn .btn:before {
            content: '';
            position: absolute;
            top: 13px;
            left: 15px;
            width: 13px;
            height: 13px;
            box-sizing: border-box;
            border-top: 1px solid #999;
            border-right: 1px solid #999;
            transform: rotate(-135deg);
        }

        .appGuideSlider .sliderBtn .btn.next:before {
            left: 10px;
            transform: rotate(45deg);
        }

        .appGuideSlider .sliderBtn .btn:hover {
            border-color: #333;
            background: #333;
        }

            .appGuideSlider .sliderBtn .btn:hover:before {
                border-color: #fff;
            }

.appGuide .inner .media {
    overflow: hidden;
    position: relative;
    width: 600px;
    padding-top: 337px;
    border-radius: 20px;
    margin: 0 auto;
}

    .appGuide .inner .media iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.appGuide .inner p {
    padding: 25px 0 0;
    text-align: center;
}

.appGuide .link {
    display: block;
    padding: 30px 0 0;
    color: #005FB3;
    text-decoration: underline;
    text-align: center;
    font-size: 0.9rem;
}

    .appGuide .link:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #005FB3;
        border-right: 2px solid #005FB3;
        transform: rotate(45deg);
        margin: -2px 0 0 8px;
        vertical-align: middle;
    }

.appGuideSlider .innerWrap .txt span {
    display: none;
}

@media all and (max-width:1280px) {
    .appGuideSlider .sliderBtn {
        left: 30px;
        transform: none;
        margin: 0;
    }
}

@media all and (max-width:768px) {
    .appGuideSlider .sliderBtn {
        top: 380px;
    }

    .appGuide .inner .media {
        width: 439px;
        padding-top: 246px;
    }

    .appGuide .inner p {
        font-size: 18px;
    }
}

@media all and (max-width:500px) {
    .appGuideSlider .sliderBtn {
        position: static;
        margin: 25px 0 0 10px;
        text-align: center;
    }

    .appGuide .inner .media {
        width: 100%;
        padding-top: 56%;
    }

    .appGuideSlider .innerWrap .txt span {
        display: inline;
    }
}

/* 게시판 검색박스 */
.searchWrap {
    display: flex;
    justify-content: end;
    padding: 0 0 10px;
    font-size: 0.8rem;
}

.search {
    position: relative;
    width: 350px;
    height: 48px;
}

    .search input {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 48px 0 16px;
        border: 2px solid #e6e6e6;
        border-radius: 8px;
        background: white;
    }

    .search button {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 100%;
        background: url(../images/sub/ico_search.png) no-repeat center;
        font-size: 0;
        text-indent: -9999px;
    }

@media all and (max-width:500px) {
    .searchWrap {
        display: block;
        font-size: 0.875rem;
    }

    .search {
        width: 100%;
        height: 42px;
    }

        .search input {
            border-width: 1px;
        }
}

#popupLayer {
    display: none;
}
