@charset "utf-8";

/*
** Common
*/
.clearFix:after {
    content: "";
    clear: both;
    display: block;
}
.hidden {
    position: absolute;
    left: -9999px;
    font-size: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.innerSection {
    position: relative;
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1304px;
}
.forPc {
    display: block;
}
.forMobile {
    display: none;
}

/*
** Text Color
*/

:root {
    --color333: #333;
    --color555: #555;
    --color777: #777;
    --color999: #999;
    --mainColor: #623ad6;
    --errorColor: #f96464;
    --ongolingColor: #00b19c;
    --holdColor: #514474;
    --whiteColor: #fff;
    --fontBold: bold;
    --fontMedium: normal;
    --bgGray: #faf9f9;
    --bgEee: #eee;
}

/*
** Contents
*/
.main .textTitle {
    font-size: 70px;
    line-height: 104px;
}
.main .textSubTitle {
    margin: 30px 0;
    font-size: 22px;
    line-height: 33px;
}
.contentsWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: all 0.5s linear;
}
.animation {
    animation: fadeIn 0.5s ease-in-out forwards;
    animation-delay: 0.3s;
    opacity: 0;
}
.animated {
    position: relative;
    bottom: -50px;
    animation-delay: 3s;
}
.textTitle {
    color: #333;
    font-size: 50px;
    line-height: 74px;
}
.textSubTitle {
    margin: 20px 0 0 0;
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

/* main */
.visualWrap {
    padding-top: 120px;
    background: #E6E1F3;
    height: 900px;
}
.mainSection .visualWrap .innerSection {
    /*max-width: 1616px;*/
}
.visualWrap .innerSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1304px;
    height: 100%;
}
.visualWrap .textTitle {
    font-size: 70px;
    line-height: 104px;
}
.visualWrap .textSubTitle {
    margin: 30px 0;
    font-size: 22px;
    line-height: 33px;
}
.mainSection .visualWrap .btn-contents {
    border: none;
    width: 175px;
}
/*.mainSection .visualWrap .imageWrap {*/
/*    position: absolute;*/
/*    top: -30px;*/
/*    right: 0;*/
/*}*/
.circle {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: 'DM Sans';
    font-size: 24px;
    font-weight: 400;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    /*position: absolute;*/
    z-index: 1;
}
.imageWrap .circle{
    position: absolute;
}
.circle.orange {
    top: 500px;
    right: 260px;
}
.circle.skyblue {
    top: 125px;
    right: 520px;
}
.circle.colorOrange {
    background: #F28539;
}
.circle.colorSkyblue {
    background: #3AAFE1;
}
.circle.colorOrange::after, .circle.colorOrange::before {
    border: 1px solid #F28539;
    background-color: #F28539;
}
.circle.colorSkyblue::after, .circle.colorSkyblue::before {
    border: 1px solid #3AAFE1;
    background-color: #3AAFE1;
}
.circle::after, .circle::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform-origin: 50%;
    opacity: 0.8;
    z-index: -1;
}
.circle::after {
    -webkit-animation: first-wave 1.8s linear 0.1s infinite;
    -moz-animation: first-wave 1.8s linear 0.1s infinite;
    animation: first-wave 1.8s linear 0.1s infinite;
}
.circle::before {
    -webkit-animation: second-wave 1.8s linear 0.8s infinite;
    -moz-animation: second-wave 1.8s linear 0.8s infinite;
    animation: second-wave 1.8s linear 0.8s infinite;
}

@keyframes first-wave {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}
@keyframes second-wave {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
ul.listWrap {
    position: absolute;
    left: 50px;
    bottom: -65px;
    display: flex;
    padding: 30px 45px;
    background: #fff;
    width: 600px;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.1);
}
ul.listWrap li {
    padding-right: 30px;
    margin-right: 30px;
    min-width: 160px;
    width: auto;
    border-right: 1px solid rgba(152, 152, 152, 0.2);
}
ul.listWrap li:last-child {
    border-right: 0;
    margin-right: 0;
}
ul.listWrap li p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
ul.listWrap li strong {
    font-family: 'DM Sans';
    font-size: 26px;
    line-height: 34px;
}
/*.partnerWrap {*/
/*    padding: 190px 0 210px;*/
/*}*/
/*.partnerWrap .innerSection {*/
/*    max-width: 1616px;*/
/*}*/
.partnerWrap .contentsWrap {
    display: block;
}
.bannerWrap {
    margin: 50px 0 0 0;
}
.bannerWrap .banner-wraper {
    position: relative;
    width: 100%;
    height: 110px;
}
.bannerWrap .banner-wraper img {
    position: absolute;
    width: 240px;
}
.functionWrap {
    padding: 0;
    background: #F5F4F9;
}
.functionWrap .innerSection {
    max-width: 1616px;
}
.functionWrap .contentsWrap {
    display: block;
}
.functionWrap h2.textTitle {
    position: relative;
    top: -40px;
}
.functionWrap .slick-slider {
    margin-top: -105px;
    display: flex;
    flex-direction: column-reverse;
}
.functionWrap .slick-slider .contentsWrap {
    display: flex;
}
.functionWrap .imageWrap {
    max-width: 600px;
}
.functionWrap .textWrap {
    padding-left: 160px;
    width: 740px;
}
.functionWrap h3.textTitle {
    position: relative;
    font-size: 30px;
    line-height: 44px;
}
.functionWrap .textSubTitle {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.functionWrap ul.slick-dots li {
    margin-left: 20px;
}
.functionWrap ul.slick-dots li:first-child {
    margin-left: 0;
}
.functionWrap ul.slick-dots li button {
    padding: 16px 30px;
    color: #777;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background: #fff;
    border-radius: 35px;
}
.functionWrap ul.slick-dots li button:hover {
    text-decoration: underline;
    color: #fff;
    background: #623AD6;
}
.functionWrap ul.slick-dots li.slick-active button {
    color: #fff;
    background: #623AD6;
}
.functionWrap .slide-count-wrapper {
    margin: 40px auto 60px;
}
.functionWrap .slide-count {
    font-weight: bold;
    font-size: 16px;
    color: #514474;
    vertical-align: middle;
}
.functionWrap .slick-dots {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /*position: absolute;*/
    top: 80px;
    right: 0;
}
.functionWrap .pro-bar-wrapper {
    display: inline-block;
    margin: 0 16px;
    width: 100%;
    max-width: 202px;
    vertical-align: middle;
    background: #ddd;
}
.pro-bar {
    width: 100%;
    height: 1px;
}
.pro-ani {
    animation: proBar 5s 1;
    width: 100%;
    background: #ddd;
}
@keyframes proBar {
    0% {
        width: 0;
        background: #514474;
    }
    100% {
        width: 100%;
        background: #514474;
    }
}
.cooperationWrap {
    display: block;
    padding: 150px 0;
    /*background: url("/flow-renewal/homepage/flow/ko/assets/images/main/main_slide_custom01.png") left 400px center / 30% no-repeat;*/
}
.cooperationWrap .innerSection {
    /*max-width: 1616px;*/
    background: url("/flow-renewal/homepage/flow/ko/assets/images/main/main_slide_custom01.png") left center / 40% no-repeat;

}
.cooperationWrap .contentsWrap {
    display: block;
}
.cooperationWrap .slick-slider .contentsWrap {
    display: flex;
}
.cooperationWrap .imageWrap {
    max-width: 700px;
}
.cooperationWrap .textWrap {
    margin-left: 160px;
    width: 740px;
}
.cooperationWrap h2.textTitle {
    position: relative;
    top: -10px;
    z-index: 1;
}
.cooperationWrap h3.textTitle {
    padding: 0 60px;
    position: relative;
    font-size: 30px;
    line-height: 44px;
}
.cooperationWrap h3.textTitle:before {
    content:"“";
    position: absolute;
    left: 0;
    top: 0;
    color: #623AD6;
    font-family: cursive;
    font-size: 70px;
}
.cooperationWrap h3.textTitle:after {
    content:"”";
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #623AD6;
    font-family: cursive;
    font-size: 70px;
}
.cooperationWrap .textSubTitle {
    padding: 0 60px;
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.cooperationWrap .slideFunc{
    background-color: transparent;
}

.cooperationWrap .slideFunc .slide-func-item.on{
    display: flex;
    justify-content: flex-end;
}



ul.serviceList li::before {
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-check4.png);
}
ul.serviceList {
    margin: 45px 0 50px;
}
ul.serviceList li {
    margin: 6px 0 0 0;
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
ul.serviceList li:first-child {
    margin: 0;
}
ul.serviceList li b {
    font-weight: 500;
}
ul.serviceList li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    margin: 0 10px 0 0;
    background-size: cover;
}
.linkMore {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    z-index: 0;
}

.linkMore:hover span{
    text-decoration: underline;
    text-underline-position: under;
}

.linkMore:hover:before {
    width: 30px;
    height: 30px;
    background: #02B6A0;
}
.linkMore:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D9D2ED;
    z-index: -1;
    transition : 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linkMore .icons-arrow-long:before {
    display: inline-block;
    width: 50px;
    height: 14px;
    margin: 0 11px 0 0;
    background: url(/flow-renewal/homepage/flow/en_us/assets/icon-font/svg/arrow-long.svg) no-repeat;
    background-size: cover;
    content: '';
}
.systemWrap {
    background: #F5F4F9;
}
.serviceBanner {
    width: 100%;
    color: #fff;
    background: #514474;
}
.serviceBanner > div {
    padding: 0 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.serviceBanner .flowSymbols .icon-ball + i + i + i {
    background: #302B3C;
}
.serviceBanner .flowSymbols .icon-ball + i + i + i + i {
    background: #999;
}
.serviceBanner p {
    font-size: 20px;
    line-height: 30px;
}
.serviceBanner .btn-contents {
    margin-left: 30px;
    display: inline-block;
    width: 185px;
    background: transparent;
}
.serviceBanner .btn-contents:hover {
    background: rgba(255, 255, 255, 0.15);
    text-decoration: underline;
}
    /*.paymentWrap {*/
    /*    padding: 150px 0;*/
    /*}*/
    .paymentWrap .contentsWrap {
        display: block;
    }
    .serviceWrap {
        margin: 60px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .serviceWrap dl {
        width: 100%;
        max-width: 450px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }
    .serviceWrap dl dt {
        position: relative;
        padding: 27px 40px 23px 40px;
        height: 80px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #fff;
    }
    .serviceWrap dl.rental dt {
        background: #5CBB52;
    }
    .serviceWrap dl.hosting dt {
        background: #F28539;
    }
    .serviceWrap dl.install dt {
        background: #3AAFE1;
    }
    .serviceWrap dl dt>i {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 100px;
        height: 100px;
    }
    .serviceWrap dl.rental dt>i {
        background: url(/flow-renewal/homepage/flow/ko/assets/images/common/icon-rental.svg) center no-repeat;
    }
    .serviceWrap dl.hosting dt>i {
        background: url(/flow-renewal/homepage/flow/ko/assets/images/common/icon-hosting.svg) center no-repeat;
    }
    .serviceWrap dl.install dt>i {
        background: url(/flow-renewal/homepage/flow/ko/assets/images/common/icon-install.svg) center no-repeat;
    }
    .serviceWrap dl dd {
        margin: 0;
        padding: 25px 30px 30px;
    }
    .serviceWrap dl dd .price {
        color: #333;
        font-size: 20px;
        line-height: 30px;
    }
    .serviceWrap dl dd .price em {
        vertical-align: text-top;
        color: #333;
        font-size: 22px;
        font-weight: 700;
    }
    .serviceWrap dl dd .price i {
        font-style: normal;
        font-weight: 300;
        font-size: 26px;
    }
    .serviceWrap dl dd .price em span {
        vertical-align: baseline;
        font-size: 26px;
        font-weight: 700;
    }
    .serviceWrap .serviceMore {
        padding: 14px 28px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        border-radius: 25px;
    }
    .serviceWrap .serviceMore .icons-arrow-textgo {
        margin: -8px 0 0 14px;
        display: inline-block;
        vertical-align: middle;
    }
    .serviceWrap .serviceMore .icons-arrow-textgo:before {
        font-size: 11px;
    }
    .serviceWrap dl.rental .serviceMore {
        background: #5CBB52;
    }
    .serviceWrap dl.rental .serviceMore:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #5CBB52;
        text-decoration: underline;
    }
    .serviceWrap dl.hosting .serviceMore {
        background: #F28539;
    }
    .serviceWrap dl.hosting .serviceMore:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #F28539;
        text-decoration: underline;
    }
    .serviceWrap dl.install .serviceMore {
        background: #3AAFE1;
    }
    .serviceWrap dl.install .serviceMore:hover {
        text-decoration: underline;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #3AAFE1;
    }
.businessBanner {
    position: relative;
    padding: 76px 0;
    height: 400px !important;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/common/businessBanner.jpg) center no-repeat;
    background-size: cover;
}
.businessBanner.type2 {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/common/businessBanner2.jpg) center no-repeat;
    background-size: cover;
}
.businessBanner.type3 {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/common/businessBanner3.jpg) center no-repeat;
    background-size: cover;
}
.businessBanner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.businessBanner .innerSection {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
}
.businessBanner .textWrap {
    width: 100% !important;
}
.businessBanner p {
    margin: 30px 0 !important;
    color: #fff;
    font-size: 24px !important;
    line-height: 40px !important;
}
.businessBanner .btn-contents {
    margin-top: 0 !important;
    padding: 0 50px 0 28px;
    display: inline-block;
    width: auto;
    color: #fff;
    background: transparent;
    border: 1px solid #fff !important;
}
.businessBanner .btn-contents:hover {
    background: rgba(255, 255, 255, 0.15);
    text-decoration: underline;
}
.flowSymbols {
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.flowSymbols .icon-ball {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #3AAFE1;
    border-radius: 25px;
    animation: symbols 1.7s ease-in-out infinite;
}
.flowSymbols .icon-ball + i {
    background: #5CBB52;
    animation-delay: 180ms;
}
.flowSymbols .icon-ball + i + i {
    background: #F28539;
    animation-delay: 360ms;
}
.flowSymbols .icon-ball + i + i + i {
    background: #514474;
    animation-delay: 540ms;
}
.flowSymbols .icon-ball + i + i + i + i {
    background: #999;
    animation-delay: 720ms;
}
@keyframes symbols {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

/* button common style */
.btn-common {
    height: 52px;
    padding: 0 28px;
    border: 1px solid #fff;
    border-radius: 900px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
}
.btn-common:hover span,
.btn-common:focus span {
    text-decoration: underline;
}
.btn-app {
    position: relative;
    height: 40px;
    padding: 0 20px 0 44px;
    margin: 0 10px 0 0;
    line-height: 38px;
    border: 1px solid #eee;
    border-radius: 900px;
    background: #eee;
    color: #555;
    font-size: 13px;
}
.btn-app:hover,
.btn-app:focus,
.btn-full:hover,
.btn-full:focus {
    border: 1px solid #555;
}
.btn-app:hover span,
.btn-app:focus span,
.btn-full:hover span,
.btn-full:focus span {
    text-decoration: underline;
}
.btn-full {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 30px 0 68px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #eee;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: left;
}
.btn-contents {
    display: block;
    position: relative;
    width: 215px;
    background: #623ad6;
    text-align: left;
}
.btn-contents:hover,
.btn-contents:focus {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #623ad6;
    text-decoration: underline;
}
.btn-contents .icons-arrow-textgo {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-9.5px);
}
.btn-contents .icons-arrow-textgo:before {
    font-size: 11px;
}

/* icon common style */
[class^="ico-"] {
    position: relative;
}
[class^="ico-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-menu {
    font-size: 22px;
}
.ico-apple {
    left: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-apple.png);
}
.ico-window {
    left: 30px;
    width: 20px;
    height: 18px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-window.png);
}
.ico-android {
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-android.png);
}
.ico-apple-small {
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-apple.png);
}
.ico-window-small {
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-window.png);
}
.btn-full .icon-download {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 24px;
}
.ico-blog {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 12px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-blog.png);
}
.ico-youtube {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-youtube.png);
}
.ico-facebook {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 13px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-facebook.png);
}
.ico-instagram {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-image: url(/flow-renewal/homepage/flow/ko/assets/images/icon-instagram.png);
}
.ico-msg {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-msg.png) center no-repeat;
    background-size: contain;
}
.ico-project {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-project.png) center no-repeat;
    background-size: contain;
}
.ico-meet {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-meet.png) center no-repeat;
    background-size: contain;
}
.ico-task {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-task.png) center no-repeat;
    background-size: contain;
}
.ico-security {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-security.png) center no-repeat;
    background-size: contain;
}
.ico-system {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-system.png) center no-repeat;
    background-size: contain;
}
.ico-download {
    background: url(/flow-renewal/homepage/flow/ko/assets/images/gnb-download.png) center no-repeat;
    background-size: contain;
}

/* checkbox */
.check-box {
    line-height: 18px;
}

.check-box input + label {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.check-box input:checked + label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 18px;
    cursor: pointer;
    color: #000;
}

.check-box input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.check-box input:checked + label::after {
    display: block;
    content: "";
    width: 8px;
    height: 5.16px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-color: #333;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-radius: 2px;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check-box input {
    display: none;
}

.check-box span {
    margin: 0 0 0 5px;
}

/* modal common */
.modal-common {
    position: absolute;
    top: 36px;
    left: -26px;
    min-width: 143px;
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
    text-align: left;
}

.modal-common li {
    padding: 6px 0;
}

.modal-common li a {
    padding: 0 10px;
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}

.modal-common li:hover,
.modal-common li:focus {
    color: #623ad6;
    text-decoration: underline;
}

/* animation */
.slideLeft {
    -webkit-animation: slideLeft 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slideLeft 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
.slideRight {
    -webkit-animation: slideRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slideRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slideRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}
.slideBottom {
    -webkit-animation: slideBottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slideBottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slideBottom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 1;
    }
}

#topBannerButton > p:after {
    display: none;
}


/* 사이드 메뉴 */
.sideWrap {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 70px;
    height: 130px;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.btnTop {
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: none; /* 해피톡과 겹치는 이슈, 우선 안보이게 처리요청 받음 */
}
.btnTop > i {
    font-size: 16px;
    transform: rotate(270deg);
}
.btnTop > i:before {
    color: #999;
}
.btnTop:hover {
    background: #623AD6;
    transition: all 0.3s ease-in-out;
}
.btnTop:hover i:before {
    color: #fff;
}
.btnHelp {
    display: block;
    width: 70px;
    height: 70px;
}
.btnHelp i.iconHelp {
    display: block;
    width: 70px;
    height: 70px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/common/icon_help.svg) center no-repeat;
    background-size: contain;
}

/*
** Footer
*/


.icon-youtube {
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/icon-youtube.png) center no-repeat;
    background-size: contain;
}
.icon-facebook {
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/icon-facebook.png) center no-repeat;
    background-size: contain;
}
.icon-instagram {
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/icon-instagram.png) center no-repeat;
    background-size: contain;
}

.icon-apple-download {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/icon-apple.png) center no-repeat;
    background-size: contain;
}
.icon-window-download {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/icon-window.png) center no-repeat;
    background-size: contain;
}

/* 개인정보취급방침, 이용약관 */
.termsUse {
    padding: 60px 0 200px;
    margin: 0 auto;
    max-width: 1204px;
    color: #333;
}
.termsUse h2 {
    font-size: 60px;
    line-height: 88px;
}

.termsUse strong {
    margin: 20px 0 100px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.termsUse ol li {
    margin: 30px 0 0 0;
    color: #777;
    font-size: 16px;
    line-height: 30px;
}
.termsUse ol li:first-child {
    margin: 0;
}
.termsUse ol li>ul {
    margin: 30px 0 0 0;
}
.termsUse ol li>ul li {
    margin: 0;
}
.termsUse ol li a {
    display: inline-block;
    margin: auto;
    color: #ccc;
}
.termsUse a {
    margin: 40px 0 0 0;
    display: block;
    color: #623AD6;
    font-size: 16px;
    text-decoration: underline;
}
.termsUse .termsUse-cont-table{
    max-width: 520px;
    margin: 10px 0;
    border: 1px solid #333;
    color: #777;
}
.termsUse .termsUse-cont-table thead{
    font-weight: bold;
}
.termsUse .termsUse-cont-table th,
.termsUse .termsUse-cont-table td{
    padding: 5px;
    border: 1px solid #333;
}
.clearfix{*zoom:1;clear:both;}
.clearfix:after{content:'';display:block;clear:both;}
.dimmed.popTerms{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.dimmed.popTerms .wrap{
    width: 460px;
    max-width: 90%;
    height: auto;
    max-height: 285px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px;
}
.dimmed.popTerms .wrap .top{
    justify-content: flex-end;
}
.dimmed.popTerms .wrap b{
    display: block;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
}
.dimmed.popTerms .wrap input{
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    color: #623ad6;
    font-family: inherit;
    font-size: 16px;
    box-sizing: border-box;
    outline: 0;
}
.dimmed.popTerms .wrap .btn-contents{
    width: 100%;
    padding: 11px 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.dimmed.popTerms .wrap .imoji-smile{
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    margin-right: 2px;
    top: 2px;
    background: url(/flow-renewal/assets/images/icons/imoji-smile.png) no-repeat center center / cover;
}

@media screen and (max-width: 1440px) {

}
@media screen and (max-width:  1024px){
    .termsUse {
        padding: 40px 0 80px !important;
    }
    .termsUse h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .termsUse strong {
        margin: 20px 0 80px;
    }
}
@media screen and (max-width:  640px){
    .termsUse {
        padding: 70px 20px 80px;
    }
}

/*
** 서브페이지
*/
.subSection {
    /*padding-top: 120px;*/
}
.subSection .visualWrap {
    background: #fff;
    padding: 70px 0;
    height: 100%;
}
.subSection .visualWrap h2.textTitle {
    font-size: 60px;
    line-height: 88px;
}
.subSection .visualWrap .textSubTitle {
    margin: 20px 0 30px ;
    font-size: 18px;
    line-height: 26px;
}
.subSection .visualWrap .btn-contents {
    margin-top: 20px;
    padding: 0 50px 0 28px;
    display: inline-block;
    width: auto;
}
.subSection article.colorType {
    background: #F5F4F9;
}
.subSection h3.textTitle {
    font-size: 30px;
    line-height: 44px;
}
.subSection h3.textTitle .txt-red{
    color: #F96464;
}
.txt-blue{
    color: #623ad6;
}
.subSection h3.textTitle .mini-txt{
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}
.subSection .textSubTitle {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

/*
** 텍스트 애니메이션
*/
.fadeIn {
    animation: fadeIn 0.7s ease-in-out both;
    -webkit-animation: fadeIn ease-in-out 1; -moz-animation: fadeIn ease-in-out 1;
    animation-fill-mode: both; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both;
    animation-duration: 0.7s; -webkit-animation-duration: 0.7s; -moz-animation-duration: 0.7s;
}
@keyframes fadeIn { from { opacity: 0; transform: translate3d(0, 50px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeIn { from { opacity: 0; transform: translate3d(0, 50px, 0); } to { opacity: 1; top: 0; transform: translate3d(0, 0, 0);} }
@-moz-keyframes fadeIn { from { opacity: 0; transform: translate3d(0, 50px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
/*
** 비디오
*/
.iframeWrap {
    margin-top: 16px;
    padding:56.25% 0 0 0;
    position:relative;
}
.iframeWrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*
** 팝업
*/
#popLayer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
#popLayer input[type="checkbox"] {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
#popLayer .todayClose {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}
#popLayer i.badge {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    border-radius: 3px;
}
#popLayer i.badge.live {
    padding: 4px 10px 4px 5px;
    color: #fff;
    background: #FF2E00;
    letter-spacing: 1.6px;
}
#popLayer .linkMore {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
#popLayer .linkMore .icons-arrow-long:before {
    font-size: 12px;
}
#popLayer .linkMore:before {
    left: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
}
#popLayer .linkMore:hover:before {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
}
#popLayer .btnPopClose,
.dimmed.popTerms .btnPopClose{
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 0;
    text-indent: -999px;
    cursor: pointer;
}
#popLayer .btnPopClose:before,
#popLayer .btnPopClose:after,
.dimmed.popTerms .btnPopClose:before,
.dimmed.popTerms .btnPopClose:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    width: 2px;
    height: 12px;
    background: #fff;
}
#popLayer .btnPopClose:before,
.dimmed.popTerms .btnPopClose:before {
    transform: rotate(45deg);
}
#popLayer .btnPopClose:after,
.dimmed.popTerms .btnPopClose:after {
    transform: rotate(-45deg);
}
.privacy-agree-cont,
.marketing-agree-cont{
    display: none;
}
/* 개인정보 수집 이용동의 팝업 */
.popTable.forPc{
    display: inline-table;
}
.popTerms > div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px;
    width: 895px;
    height: 355px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
}
.popTerms > div.marketing-agree-cont{
    height: 410px;
}
.popTerms .top {
    display: flex;
    justify-content: space-between;
}
.popTerms .top strong {
    margin-bottom: 20px;
    display: inline-block;
    color: #333;
    font-size: 18px;
}
.popTerms .btnPopClose:before,
.popTerms .btnPopClose:after {
    width: 1px !important;
    height: 15px !important;
    background: #555 !important;
}
.popTable thead tr th {
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    border-right: 1px solid #fff;
    /*border-radius: 10px 10px 0 0;*/
}
.popTable tbody tr th {
    padding: 10px 20px;
    vertical-align: middle;
    height: 50px;
    color: #333;
    font-size: 15px;
    text-align: left;
    border-bottom: 2px solid #fff;
    /*border-radius: 10px 10px 0 0;*/
}
.popTable tbody tr td {
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    height: 84px;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    border-bottom: 2px solid #fff;
    border-right: 1px solid #fff;
}
/*.popTable tbody tr:last-child td {*/
/*    border-radius: 0 0 10px 10px;*/
/*}*/
.popTable .colorType1 {
    background: #FAF9F9;
}
.popTable .colorType2 {
    background: #F5F4F9;
}
.popTable .colorType3{
    background: #555;
    color: #fff;
}
.popTable .colorType4{
    background: #ECECEC;
}
.agree-pop-cont{
    margin: 10px 0;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}
.agree-pop-cont .agree-pop-tit{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}
.agree-pop-list-wrap{
    margin-top: 20px;
    color: #333;
}
.agree-pop-list-wrap li{
    position: relative;
    padding-left: 15px;
    line-height: 18px;
}
.agree-pop-list-wrap li + li{
    margin-top: 5px;
}
.agree-pop-list-wrap li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 5px;
    background: #333;
    border-radius: 50%;
}

/* 알림 배너 */
.mainBannerWrap {
    padding: 0 50px;
    position: absolute;
    top: 120px;
    width: 100%;
    transition: all 0.2s ease-in-out;
    z-index: 2;
    opacity: 1;
}
.mainBannerWrap.on {
    opacity: 0;
    display: none;
}
.noticeBanner {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #623AD6;
    border-radius: 12px;
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.15);
}
.noticeBanner:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(112.08deg, #C000DF -2.01%, #5F19F3 68.7%);
}
.noticeBanner .contents {
    display: flex;
    align-items: center;
    width: calc(100% - 10%);
}
.bannerText {
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 20%);
}
.bannerText.bullet:before {
    content: "";
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.bannerText.box:before {
    content: "";
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 16px;
}
.bullet.yellowType:before {
    background: #FFCE21;
}
.box.yellowType:before {
    background: #FFCE21;
}
.icon {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/common/icon_banner_01.png) center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
}
.goLink {
    display: inline-block;
    padding: 0 40px 0 20px;
    width: auto;
    height: 38px;
    font-size: 14px;
    background: transparent;
    line-height: 37px;
    border: 1px solid #fff !important;
}
.goLink:hover {
    background: rgba(255, 255, 255, 0.15);
    text-decoration: underline;
}
.goLink .icons-arrow-textgo {
    right: 20px;
}
.btnBannerClose {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.btnBannerClose:before,
.btnBannerClose:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 17px;
    width: 2px;
    height: 20px;
    background: #fff;
}
.btnBannerClose:before {
    transform: rotate(45deg);
}
.btnBannerClose:after {
    transform: rotate(-45deg);
}


.flowAllInOne.contentsWrap{
    display: block;
    background: #F5F4F9;
    /*background: #F5F4F9 url(/flow-renewal/homepage/flow/ko/assets/images/main/main-pd01.png) bottom left 50px no-repeat;*/
    /*background-size: 30%;*/
}

.flowAllInOne.contentsWrap .innerSection{
    max-width: 1616px;
    background: url(/flow-renewal/homepage/flow/ko/assets/images/main/main-pd01.png) bottom left 50px no-repeat;
    background-size: 40%;
}

.flowAllInOne .textTitle{
    position: relative;
    top: -40px;
}

.flowAllInOne .slideFunc{
    padding: 0 90px 120px 150px;
    background-color: transparent;
}

.flowAllInOne .slideFunc .flowAllInOne-nav{
    display: flex;
    justify-content: flex-end;
}

.flowAllInOne .slideFunc .flowAllInOne-nav ul{
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding-right: 50px;
}

/*.flowAllInOne .slideFunc .flowAllInOne-nav li{*/
/*    margin-left: 20px;*/
/*}*/

.flowAllInOne .slideFunc .flowAllInOne-nav li:first-child{
    margin-left: 0;
}

/*.flowAllInOne .slideFunc .flowAllInOne-nav li{*/
/*    padding: 16px 30px;*/
/*    color: #777;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    line-height: 24px;*/
/*    background: #fff;*/
/*    border-radius: 35px;*/
/*    box-shadow: 20px 0px 40px rgba(0,0,0,0.15);*/
/*    cursor: pointer;*/
/*}*/

.flowAllInOne .slideFunc .flowAllInOne-nav li:hover{
    text-decoration: underline;
    color: #fff;
    background: #623AD6;
}

.flowAllInOne .slideFunc .flowAllInOne-nav li.active{
    color: #fff;
    background: #623AD6;
}

.flowAllInOne .slideFunc .slide-func-item{
    padding: 60px 0 0 0;
}

.flowAllInOne .slideFunc .slide-func-item.on{
    display: flex;
    justify-content: flex-end;
}

.flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment{
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > p{
    position: relative;
    font-size: 18px;
    color: #555;
}

.flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment:before,
.flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment:after{
    content: none;
}

.js-go-url {
    cursor: pointer;
}
.pdt-10{
    padding-top: 10px;
}
.pdb-10{
    padding-bottom: 10px;
}
@media screen and (max-width: 1204px){

    .flowAllInOne.contentsWrap .innerSection{
        background-position: top center !important;
        background-size: auto 47% !important;
    }

    .flowAllInOne .slideFunc{
        padding: 400px 90px 85px 0;
    }

    .flowAllInOne .slideFunc .flowAllInOne-nav{
        justify-content: start;
    }

    .flowAllInOne .slideFunc .flowAllInOne-nav ul{
        width: auto;
    }

    /*.flowAllInOne .slideFunc .flowAllInOne-nav li{*/
    /*    margin-left: 20px;*/
    /*}*/

    .flowAllInOne .slideFunc .flowAllInOne-nav li:first-child{
        margin-left: 0;
    }

    /*.flowAllInOne .slideFunc .flowAllInOne-nav li{*/
    /*    padding: 10px 22px;*/
    /*    font-size: 14px;*/
    /*}*/

    .flowAllInOne .slideFunc .slide-func-item{
        padding-top: 40px;
    }

    .flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > span.slide-func-txt{
        font-size: 18px;
        line-height: 26px;
    }

    .flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > p{
        font-size: 16px;
        line-height: 25px;
    }

    .cooperationWrap{
        background-position: top 50px center !important;
        background-size: auto 47% !important;
    }

    .cooperationWrap .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > span.slide-func-txt{
        font-size: 18px;
    }

    .cooperationWrap .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment:before,
    .cooperationWrap .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment:after {
        width: 25px;
    }

    .cooperationWrap .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > p span{
        font-family: 'Noto Sans KR' !important;
        font-size: 16px;
    }

    .cooperationWrap .slideFunc .slide-func-item{
        padding: 400px 0 85px;
    }
}

@media screen and (max-width: 640px){
    /*.flowAllInOne.contentsWrap .innerSection{*/
    /*    background-position: top 50px center !important;*/
    /*    background-size: auto 35% !important;*/
    /*    padding: 0;*/
    /*}*/

    /*.flowAllInOne .textTitle{*/
    /*    padding: 0 20px;*/
    /*}*/

    /*.flowAllInOne .slideFunc{*/
    /*    padding: 300px 0 85px 0;*/
    /*}*/

    /*.flowAllInOne .slideFunc .flowAllInOne-nav+div{*/
    /*    padding: 20px;*/
    /*}*/

    /*.flowAllInOne .slideFunc .flowAllInOne-nav ul {*/
    /*    transition: margin-left 0.3s linear;*/
    /*    display: flex;*/
    /*    width: auto;*/
    /*    overflow-x: scroll;*/
    /*    overflow-y: hidden;*/
    /*}*/

    /*.flowAllInOne .slideFunc .flowAllInOne-nav ul::-webkit-scrollbar {*/
    /*    display: none; !* Chrome, Safari, Opera*!*/
    /*}*/


    /*.flowAllInOne .slideFunc .flowAllInOne-nav li{*/
    /*    flex: 0 0 auto;*/
    /*    margin-left: 10px;*/
    /*    box-shadow: none;*/
    /*}*/

    /*.flowAllInOne .slideFunc .flowAllInOne-nav li:first-child{*/
    /*    margin-left: 20px;*/
    /*}*/

    /*.cooperationWrap{*/
    /*    padding-bottom: 0;*/
    /*}*/

    /*.cooperationWrap .innerSection{*/
    /*    background-position: top 50px center !important;*/
    /*    background-size: auto 35% !important;*/
    /*}*/

    /*.cooperationWrap .slideFunc .slide-func-item{*/
    /*    padding: 250px 0 85px;*/
    /*}*/

    /*.flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-nav-box{*/
    /*    display: none;*/
    /*}*/
}

/* 클래스로 먹이는 스타일 */
.agree-txt-red{
    color: #F96464 !important;
}

/*
** Media Query
*/
/* Tablet */
@media screen and (max-width: 1024px) {
    .forPc {
        display: none !important;
    }
    br.forMobile {
        display: none;
    }
    .forMobile {
        display: block;
    }

    #topBannerButton > p:after {
        display: inline-block;
    }



    .linkMore .icons-arrow-long:before{
        width: 48px;
        height: 14px;
    }


    .linkMore {
        font-size: 15px;
        line-height: 22px;
    }
    .linkMore:before {
        width: 40px;
        height: 40px;
    }
    .mainSection .visualWrap {
        padding-top: 100px;
        height: 100%;
    }
    .mainSection .visualWrap .imageWrap {
        position: relative;
        text-align: center;
    }
    .circle {
        font-size: 20px;
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .circle.skyblue {
        top: 16%;
        left: 21%;
    }
    .circle.orange {
        top: 61%;
        right: 38%;
    }

    .visualWrap .innerSection {
        display: block;
    }
    .visualWrap .textTitle {
        font-size: 30px;
        line-height: 44px;
    }
    .visualWrap .textSubTitle {
        margin: 10px 0 20px;
        font-size: 18px;
        line-height: 26px;
    }
    .partnerWrap {
        padding: 170px 0 130px;
    }
    .functionWrap {
        padding: 0 0 85px;
    }
    .functionWrap h2.textTitle {
        top: -45px;
    }
    .cooperationWrap {
        padding: 80px 0;
    }
    .cooperationWrap .innerSection {
        background-position: top 10% center !important;
        background-size: 50% auto !important;
    }
    .cooperationWrap .slick-slider {
        margin-top: -100px;
    }
    .cooperationWrap .textWrap {
        margin-top: 20px !important;
        width: 100%;
        max-width: 100%;
    }
    .cooperationWrap .imageWrap {
        max-width: 320px;
    }
    .cooperationWrap h2.textTitle {
        font-size: 24px;
        line-height: 38px;
    }
    .cooperationWrap h3.textTitle {
        padding: 0 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .cooperationWrap .textSubTitle {
        padding: 0 30px;
    }
    .cooperationWrap .slide-count-wrapper {
        margin: 20px auto 25px;
    }
    .systemWrap {
        padding: 80px 0;
    }
    .systemWrap ul.serviceList {
        margin: 70px 0 25px;
    }
    .paymentWrap {
        /*padding: 80px 0 60px;*/
    }
    .paymentWrap .serviceWrap {
        margin: 30px auto 0;
        display: block;
    }
    .paymentWrap .serviceWrap dl {
        margin-bottom: 20px;
        max-width: 100%;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    }
    .serviceWrap dl dt {
        padding: 16px 30px;
        height: 60px;
        font-size: 17px;
        line-height: 26px;
    }
    .serviceWrap dl dt>i {
        right: 20px;
        width: 70px;
        height: 70px;
        background-size: 100% auto !important;
    }
    .serviceWrap dl dd {
        padding: 15px 20px;
    }
    .serviceWrap dl dd .price {
        font-size: 16px;
        line-height: 24px;
    }
    .serviceWrap dl dd .price em {
        font-size: 16px;
    }
    .serviceWrap ul.serviceList {
        margin: 25px 0;
    }
    .serviceWrap .serviceMore {
        padding: 10px 25px;
        font-size: 14px;
        line-height: 20px;
    }
    .serviceWrap .serviceMore .icons-arrow-textgo {
        margin: -5px 0 0 14px;
    }
    ul.listWrap {
        padding: 10px 20px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        margin-left: -43%;
        width: 86%;
        flex-direction: column;
    }
    ul.listWrap li {
        margin: 0;
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        border-right: none;
        border-bottom: 1px solid rgba(152, 152, 152, 0.2);
    }
    ul.listWrap li:last-child {
        border-bottom: none;
    }
    ul.listWrap li p {
        margin-bottom: 4px;
        margin-right: 10px;
        min-width: 80px;
        font-size: 14px;
        line-height: 20px;
    }
    ul.listWrap li strong {
        font-size: 16px;
        line-height: 20px;
    }
    .textTitle {
        font-size: 24px;
        line-height: 35px;
    }
    .textSubTitle {
        margin: 20px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .serviceBanner > div {
        padding: 35px 20px;
        display: block;
        height: auto;
    }
    .serviceBanner .flowSymbols {
        margin: 0 auto;
    }
    .serviceBanner p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }
    .serviceBanner .btn-contents {
        margin-left: 0;
        margin: 20px auto 0;
        display: block;
    }
    .popTerms .top strong{
        font-size: 16px;
    }
    .agree-pop-cont,
    .agree-pop-cont .agree-pop-tit,
    .popTable.forMobile tbody tr td,
    .popTable.forMobile tbody tr th,
    .agree-pop-list-wrap li{
        font-size: 14px;
    }
    .popTerms > div{
        padding: 15px 20px 0!important;
        width: 87% !important;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) !important;
        height: fit-content !important;
    }
    .agree-pop-list-wrap{
        margin-bottom: 30px;
    }
    .popTable.forMobile tbody {
        display: flex;
        flex-direction: column;
    }
    .popTable.forMobile tbody tr th,
    .popTable.forMobile tbody tr td {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .bannerWrap .banner-wraper img {
        width: 130px;
    }

    .top-thin-banner {
        z-index: 102;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 38px;
        border-radius: 0;
        background: linear-gradient(90.64deg, #785ED6 0%, #AB58BF 100%), #7D6AC4;
        display: flex !important;

    }

    .top-thin-banner.flower-event{
        display: none !important;
        z-index: -1;
    }
    .top-thin-banner.company {
        display: none !important;
    }

    .contentsWrap {
        flex-direction: column;
        align-items: baseline;
    }
    .contentsWrap > .visualWrap {
        margin: 80px auto 0;
    }
    .contentsWrap > imageWrap {
        max-width: 670px;
    }
    .contentsWrap > .imageWrap:first-child {
        margin: 0 auto;
    }
    .contentsWrap > .imageWrap:last-child {
        margin: 40px auto 0;
    }
    .contentsWrap > .textWrap {
        margin-left: 0;
    }
    .subSection > article {
        padding: 80px 0;
    }
    .subSection .visualWrap {
        padding: 40px 0 80px;
    }
    .subSection .visualWrap h2.textTitle {
        font-size: 30px;
        line-height: 45px;
    }
    .subSection .visualWrap .textSubTitle {
        margin: 20px 0;
    }
    .subSection h3.textTitle {
        font-size: 20px;
        line-height: 30px;
    }
    .subSection .textSubTitle {
        margin: 5px 0 0 0;
    }
    .businessBanner {
        padding: 95px 0 !important;
        height: auto;
    }
    .businessBanner p {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .businessBanner .contentsWrap > .textWrap .btn-contents {
        margin-top: 0 !important;
    }
    .mainBannerWrap {
        /*position: static !important;*/
        /*padding: 0 !important;*/
        display: none;
    }
    .noticeBanner {
        padding: 15px 5px 15px 20px !important;
        height: 107px !important;
        border-radius: 0 !important;
        box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15) !important;
    }
    .noticeBanner .contents {
        display: block !important;
    }
    .bannerText {
        margin-right: 0 !important;
        display: block !important;
        font-size: 14px !important;
        line-height: 20px !important;
        max-width: 100% !important;
    }
    .bannerText .icon {
        margin-right: 5px !important;
        width: 34px;
        height: 34px;
    }
    .bannerText.bullet:before {
        margin-top: -3px;
        margin-right: 10px !important;
        width: 4px !important;
        height: 4px !important;
        border-radius: 100%;
    }
    .bannerText.box:before {
        margin-right: 10px !important;
        vertical-align: middle;
        width: 30px !important;
        height: 30px !important;
        border-radius: 10px !important;
    }
    .goLink {
        margin-top: 5px;
        height: 32px !important;
        font-size: 13px !important;
        line-height: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .circle.orange{
        top: 59.5%;
        right: 34.5%;
    }

    .circle.skyblue{
        top: 15%;
        left: 14%;
    }
}

/* Mobile */
@media screen and (max-width: 640px) {
    .innerSection {
        padding: 0 20px;
        max-width: 640px;
    }

    .flowAllInOne .slideFunc .slide-func-item {
        padding-top: 40px;
    }
    .systemWrap ul.serviceList {
        margin: 20px 0 25px;
    }

    .flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > span.slide-func-txt {
        font-size: 18px;
        line-height: 26px;
    }
    .sideWrap {
        right: 10px;
        bottom: 10px;
    }

    .flowAllInOne .slideFunc .slide-func-item .slide-func-item-box > .slide-func-item-box-ment > p {
        font-size: 16px;
        line-height: 25px;
    }
    .noticeBanner .contents {
        width: calc(100% - 15%) !important;
    }
    .circle {
        font-size: 12px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .circle.skyblue {
        top: 16%;
        left: 15%;
    }
    .circle.orange {
        top: 60%;
        right: 34.5%;
    }
    .popTerms > div{
        width: 90% !important;
    }
}
@media screen and (max-width: 640px) {
    /*.flowAllInOne.contentsWrap .innerSection {*/
    /*    background-position: top 50px center !important;*/
    /*    background-size: auto 35% !important;*/
    /*    padding: 0;*/
    /*}*/

    /*.flowAllInOne .textTitle {*/
    /*    !*padding: 0 20px;*!*/
    /*}*/

    /*.flowAllInOne .slideFunc {*/
    /*    padding: 300px 0 85px 0;*/
    /*}*/

    /*.flowAllInOne .slideFunc .flowAllInOne-nav + div {*/
    /*    padding: 20px;*/
    /*}*/
}
/* kr.terms */


/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wrapper {
        overflow: visible;
    }

    .sideWrap,
    .popTerms,
    .mainSection.renewal-section,
    .flow-footer {
        overflow: hidden;
    }
}
