
@charset "utf-8";

/*
** Reset Normalize
*/

* {
    margin: 0; padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
    font-family: "Noto Sans KR", "Roboto", "DM Sans", sans-serif;
    color: #333;
    line-height: 1;
    min-width: 320px;
    overflow-x: hidden;
    letter-spacing: -0.02em
}

article, aside, figcaption, figure,
footer, header, nav, section {
    display: block;
}

ul, li {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-decoration: none;
    vertical-align: baseline;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

img {
    max-width: 100%;
    vertical-align: top;
}


table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    vertical-align: middle;
    font-family: inherit;
    background: transparent;
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
}

input, select {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-family: inherit;
    border-radius: 0;
    box-sizing: content-box;
}

input::placeholder {
    font-family: inherit;
}

input + label {
    cursor: pointer;
}

legend, caption {
    overflow: hidden;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

i, em {
    font-style: normal;
}

/*
** 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;
}

/*
** Font Style
*/

@import url(icon.css);

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url(/font/NotoSansKR-Light.woff2) format("woff2"),
    url(/font/NotoSansKR-Light.woff) format("woff"), url(/font/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url(/font/NotoSansKR-Regular.woff2) format("woff2"),
    url(/font/NotoSansKR-Regular.woff) format("woff"), url(/font/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url(/font/NotoSansKR-Medium.woff2) format("woff2"),
    url(/font/NotoSansKR-Medium.woff) format("woff"), url(/font/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url(/font/NotoSansKR-Bold.woff2) format("woff2"),
    url(/font/NotoSansKR-Bold.woff) format("woff"), url(/font/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto-Regular"), url(/font/Roboto-Regular.woff2) format("woff2"), url(/font/Roboto-Regular.woff) format("woff"),
    url(/font/Roboto-Regular.otf) format("opentype");
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto-Medium"), url(/font/Roboto-Medium.woff2) format("woff2"), url(/font/Roboto-Medium.woff) format("woff"),
    url(/font/Roboto-Medium.otf) format("opentype");
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto-Bold"), url(/font/Roboto-Bold.woff2) format("woff2"), url(/font/Roboto-Bold.woff) format("woff"),
    url(/font/Roboto-Bold.otf) format("opentype");
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("DMSans-Regular"), url(/font/DMSans-Regular.woff2) format("woff2"),
    url(/font/DMSans-Regular.woff) format("woff"), url(/font/DMSans-Regular.otf) format("opentype");
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("DMSans-Bold"), url(/font/DMSans-Bold.woff2) format("woff2"),
    url(/font/DMSans-Bold.woff) format("woff"), url(/font/DMSans-Bold.otf) format("opentype");
}

/*
** 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;
}
.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/view/homepage/en/assets/images/main/main_slide_custom01.png") left 400px center / 30% no-repeat;*/
}
.cooperationWrap .innerSection {
    max-width: 1616px;
    background: url("/flow-renewal/view/homepage/en/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/view/homepage/en/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/view/homepage/en/assets/icon-font/svg/arrow-long.svg) no-repeat;
    background-size: cover;
    content: '';
}
.systemWrap {
    padding: 120px 0 130px;
    background: #F5F4F9;
}
.systemWrap .innerSection {
    max-width: 1616px;
}
.paymentWrap .innerSection {
    max-width: 1616px;
}
.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: unbdereline;
}
.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/view/homepage/en/assets/images/common/icon-rental.svg) center no-repeat;
}
.serviceWrap dl.hosting dt>i {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon-hosting.svg) center no-repeat;
}
.serviceWrap dl.install dt>i {
    background: url(/flow-renewal/view/homepage/en/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-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
}
.serviceWrap dl dd .price em span {
    vertical-align: baseline;
    font-family: 'Roboto';
    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/view/homepage/en/assets/images/common/bottom-banner-bg.jpg) no-repeat center center / cover;
}
.businessBanner.type2 {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/bottom-banner-bg.jpg) no-repeat center center / cover;
}
.businessBanner.type3 {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/bottom-banner-bg.jpg) no-repeat center center / 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(-11.5px);
}
.btn-contents .icons-arrow-textgo:before {
    font-size: 11px;
    position: relative;
    top: 1px;
}

/* 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/view/homepage/en/assets/images/icon-apple.png);
}
.ico-window {
    left: 30px;
    width: 20px;
    height: 18px;
    background-image: url(/flow-renewal/view/homepage/en/assets/images/icon-window.png);
}
.ico-android {
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(/flow-renewal/view/homepage/en/assets/images/icon-android.png);
}
.ico-apple-small {
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/flow-renewal/view/homepage/en/assets/images/icon-apple.png);
}
.ico-window-small {
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/flow-renewal/view/homepage/en/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/view/homepage/en/assets/images/icon-blog.png);
}
.ico-youtube {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;
    background-image: url(/flow-renewal/view/homepage/en/assets/images/icon-youtube.png);
}
.ico-facebook {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 13px;
    background-image: url(/flow-renewal/view/homepage/en/assets/images/icon-facebook.png);
}
.ico-instagram {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-image: url(/flow-renewal/view/homepage/en/assets/images/icon-instagram.png);
}
.ico-msg {
    background: url(/flow-renewal/view/homepage/en/assets/images/gnb-msg.png) center no-repeat;
    background-size: contain;
}
.ico-project {
    background: url(/flow-renewal/view/homepage/en/assets/images/gnb-project.png) center no-repeat;
    background-size: contain;
}
.ico-meet {
    background: url(/flow-renewal/view/homepage/en/assets/images/gnb-meet.png) center no-repeat;
    background-size: contain;
}
.ico-task {
    background: url(/flow-renewal/view/homepage/en/assets/images/gnb-task.png) center no-repeat;
    background-size: contain;
}
.ico-security {
    background: url(/flow-renewal/view/homepage/en/assets/images/gnb-security.png) center no-repeat;
    background-size: contain;
}
.ico-system {
    background: url(/flow-renewal/view/homepage/en/assets/images/gnb-system.png) center no-repeat;
    background-size: contain;
}
.ico-download {
    background: url(/flow-renewal/view/homepage/en/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;
    }
}

/*
** header
*/

.top-thin-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    left: calc(50% - 130px);
    bottom: 30px;
    width: 260px;
    height: 55px;
    background: linear-gradient(276.77deg, #00BEA7 -4.66%, #4200FF 34.03%, #9500D2 71.49%, #FF007A 113.25%), #623AD6;
    /*box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);*/
    border-radius: 8px;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    transition: background 2s;
}

/*.top-thin-banner.active{*/
/*    display: flex;*/
/*}*/

/*.top-thin-banner:hover{*/
/*    background: linear-gradient(90.64deg, #6900EE 0%, #E600A5 100%), #7D6AC4;*/
/*}*/

.top-thin-banner.voucher {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    background: #00A3FF;
}

.top-thin-banner.voucher img {
    height: 30px;
    margin-right: 26px;
}

.top-thin-banner.voucher span {
    color: #FFE814;
}

.top-thin-banner > i{
    margin-right: 7px;
    background: url(/flow-renewal/view/homepage/en/assets/images/common/thin-banner-ico.svg) center no-repeat;
    background-size: 16px;
    width: 18px;
    height: 20px;
}

.top-thin-banner > p{
    display: inline-block;
    position: relative;
}

.top-thin-banner > p:after{
    content: "";
    position: absolute;
    margin-left: 7px;
    background: url(/flow-renewal/view/homepage/en/assets/images/common/thin-banner-arrow.svg) 7px 4px no-repeat;
    background-size: 6px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
#topBannerButton > p:after {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 80px;*/
    background: transparent;
    /*transition: all 0.2s ease-in-out;*/
    z-index: 9;
}
.header.main.on {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.header .innerSection {
    /*margin-top: 50px;*/
    padding: 0 50px;
    max-width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
html:lang(en) .header .innerSection{
    margin-top: 0;
}
.header .company{
    margin-top: 0px !important;
}
body{
    font-family: 'Roboto';
}
/* gnb */
.header .logo {
    display: flex;
    /*width: 100px;*/
    /*height: 30px;*/
    /*background: url(/flow-renewal/view/homepage/en/assets/images/common/logo.svg) center no-repeat;*/
    /*background-size: 100% auto;*/
    margin: 0;
    font-size: 0;
}
.header .logo > a {
    display: block;
    min-width: 128px;
}
.header .logo img {
    width: 100%;
}
.header nav.gnb {
    margin-left: 77px;
    padding-left: 20px;
    display: flex;
    width: 100%;
    height: inherit;
}
.header nav.gnb > ul {
    display: flex;
    align-items: center;
}
.header .new:after,
footer .new:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background: url("/flow-renewal/view/homepage/en/assets/images/icon-new.svg") no-repeat center center / cover;
}
.header nav.gnb > ul li.gnbList {
    position: relative;
    margin-left: 40px;
    cursor: pointer;
}
.header nav.gnb > ul li.gnbList:first-child {
    margin-left: 0;
}

#ch-plugin,
.top-thin-banner.voucher{
    display: none!important;
}

.header .mobileMenu .mobileGnb .innerSection > ul > li:first-child > a.new:after,
.header .renewal-section.innerSection nav.gnb > ul li.gnbList:first-child > a.new:after{
    display: none;
}
.header nav.gnb > ul li.gnbList .icons-arrow-textgo {
    margin: -3px 0 0 6px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 10px;
    transform: rotate(90deg);
}
.header nav.gnb > ul li.gnbList.active:hover > a {
    color: #623AD6;
    text-decoration: underline;
}
.header nav.gnb > ul li.gnbList a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
}
.header nav.gnb > ul li.gnbList ul.gnbDepth.productMenu > li a:hover {
    color: #623ad6;
    background: #F9F7FF;
    border: 1px solid #E0DAF3;
    border-radius: 6px;
    text-decoration: none;
}
.header nav.gnb > ul li.gnbList ul.gnbDepth.productMenu li > a:hover strong {
    text-decoration: underline;
}
.header nav.gnb > ul li.gnbList ul.gnbDepth.productMenu li > a:hover p {
    color: #623ad6;
}
.header ul.gnbDepth > li > a p {
    margin-top: 6px;
    color: #777;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 20px;
}
.header .okr .new:after {
    margin-left: 6px;
}
.header nav.gnb > ul li.gnbList a:hover .icons-arrow-textgo {
    color: #623ad6;
}
.header nav.gnb > ul li.gnbList.active .gnbDepth {
    display: block;
    opacity: 1;
}
.header ul.gnbDepth {
    display: none;
    position: absolute;
    top: 36px;
    left: -26px;
    width: auto;
    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;
    white-space: nowrap;
}
.header ul.gnbDepth > li > a {
    padding: 6px 10px;
    font-size: 14px !important;
    line-height: 21px;
}
.header ul.gnbDepth > li > a strong {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header ul.gnbDepth > li > a strong:before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    vertical-align: sub;
    width: 19px;
    height: 20px;
}
.header ul.gnbDepth > li > a.messenger strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_messenger.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.okr strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_okr.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.project strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_project.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.meet strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_meet.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.task strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_task.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.security strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_security.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.system strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_system.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a.download strong:before {
    background: url(/flow-renewal/view/homepage/en/assets/images/common/icon_menu_download.svg) center no-repeat;
    background-size: contain;
}
.header ul.gnbDepth > li > a p {
    margin-top: 6px;
    color: #777;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 20px;
}
.header ul.gnbDepth > li:hover a,
.header ul.gnbDepth > li:focus a {
    color: #623ad6;
    text-decoration: underline;
}
/* 로그인 */
.header .loginList {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header .loginList li {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #514474;
    font-weight: 700;
}
.header .loginList li a {
    font-size: 14px;
}
.header .loginList li:hover a {
    color: #623AD6;
    text-decoration: underline;
}
.header .loginList li:first-child {
    margin-right: 20px;
}
.header .loginList .btn-login {
    padding: 10px 18px;
    color: #fff;
    background: #514474;
    border: 1px solid #514474;
    border-radius: 25px;
}
.header .loginList .btn-brochure {
    padding: 10px 18px;
    color: #514474;
    background: transparent;
    border: 1px solid #514474;
    border-radius: 25px;
}
.header .loginList .btn-login:hover,
.header .loginList .btn-login:focus {
    color: #fff;
    background: #623ad6;
    border: 1px solid #623ad6;
}
.header .loginList .btn-brochure:hover,
.header .loginList .btn-brochure:focus {
    border: 1px solid #623ad6;
}
/* 모바일 */
.header .mobileMenu {
    display: none;
    position: relative;
}
.header .mobileMenu.open,
.header .mobileMenu.open .mobileGnb {
    display: block;
}
.header .mobileMenu.open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
}
.open .btnNavi .btnMenu .iconMenu {
    background: transparent;
}
.open .btnNavi .btnMenu .iconMenu:before {
    margin-top: 0;
    transform: rotate(45deg);
    background: #333 !important;
}
.open .btnNavi .btnMenu .iconMenu:after {
    margin-top: 0;
    transform: rotate(-45deg);
    background: #333 !important;
}
header .btnNavi {
    position: relative;
    width: 22px;
    height: 22px;
    z-index: 102;
}
header .btnNavi .btnMenu {
    display: block;
    width: inherit;
    height: inherit;
    background: none;
    text-align: center;
    cursor: pointer;
}
header .btnNavi .btnMenu .iconMenu {
    display: inline-block;
    position: relative;
    background-color: #333;
    width: 22px;
    height: 3px;
    border-radius: 25px;
    transition-duration: .3s;
    transition-property: background-color,transform;
}
header .btnNavi .btnMenu .iconMenu:before {
    margin-top: -7px;
}
header .btnNavi .btnMenu .iconMenu:after {
    margin-top: 7px;
}
header .btnNavi .btnMenu .iconMenu:after,
header .btnNavi .btnMenu .iconMenu:before {
    content: "";
    display: block;
    position: absolute;
    background: #333;
    transition-property: margin,transform;
}
header .btnNavi .btnMenu .iconMenu:after,
header .btnNavi .btnMenu .iconMenu:before {
    width: 22px;
    height: 3px;
    border-radius: 25px;
    transition-duration: .3s;
}
.header .btnNavi + a.mob-signup-button{
    display: inline-block;
    width: 98px;
    height: 31px;
    position: absolute;
    top: -3px;
    right: 42px;
    background-color: #7A5FC7;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
    z-index: 100;
}
.header .mobileMenu .mobileGnb {
    display: none;
    padding: 65px 0 55px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
}
.header .mobileMenu .innerSection {
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 100%;
    position: relative;
    padding: 0 10px 0 0;
    overflow-y: auto;
}
.header .mobileMenu .mobileGnb ul {
    padding: 0 20px;
    position: relative;
    width: 100%;
    height: 100%;
}
.header .mobileMenu .mobileGnb ul > li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.header .mobileMenu .mobileGnb ul > li a {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.header .mobileMenu .mobileGnb ul > li .btnSubGnb {
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    text-align: center;
}
.header .mobileMenu .mobileGnb ul > li .icons-arrow-textgo {
    transform: rotate(90deg);
}
.header .mobileMenu .mobileGnb ul > li .icons-arrow-textgo:before {
    color: #333;
    display: block;
    margin: 0 auto;
}
.header .mobileMenu .mobileGnb ul + .mob-gnb-footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    background-color: #EBEAF1;
}
.header .mobileMenu .mobileGnb ul + .mob-gnb-footer a{
    display: inline-block;
    width: 43%;
    color: #555;
    font-size: 13px;
    text-align: center;
}
.header .mobileMenu .mobileGnb ul + .mob-gnb-footer i{
    width: 1px;
    height: 15px;
    background-color: #ccc;
}
/* 사이드 메뉴 */
.sideWrap {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 70px;
    height: 60px;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.btnTop {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
}
.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/view/homepage/en/assets/images/common/icon_help.svg) center no-repeat;
    background-size: contain;
}

/*
** Footer
*/
footer .mobile-button-wrap{
    display: none;
}

footer {
    background: #faf9f9;
}
footer .innerSection {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
footer ul.siteMap {
    display: flex;
    justify-content: space-between;
}
footer ul.siteMap>li {
    margin-left: 10px;
    min-width: 130px;
}
footer ul.siteMap>li ol>li {
    margin-top: 14px;
    color: #555;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}
footer ul.siteMap>li ol>li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .new:after {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
footer ul.siteMap>li ol>li:hover a {
    color: #623AD6;
    text-decoration: underline;
}
footer ul.siteMap>li ol>li:first-child {
    margin-top: 0;
    cursor: initial;
}
footer ul.brochure {
    display: flex;
}
footer ul.brochure li {
    margin-right: 10px;
}
footer ul.brochure li a {
    padding: 10px 20px;
    display: block;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 35px;
    background: #eee;
    cursor: pointer;
}
footer ul.brochure li a:hover {
    color: #623AD6;
    text-decoration: underline;
}
footer ul.brochure li a .icons-arrow-textgo {
    margin-left: 6px;
    display: inline-block;
}
footer ul.brochure li a .icons-arrow-textgo:before {
    font-size: 10px;
}
footer ul.address {
    margin: 30px auto;
}
footer ul.address li {
    margin-top: 8px;
    color: #777;
    font-size: 13px;
    line-height: 20px;
}
footer ul.address li:first-child {
    margin-top: 0;
}
footer ul.address li p {
    margin-right: 6px;
    display: inline-block;
}
footer ul.social {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}


footer ul.social li + li {
    margin-left: 10px;
}
footer ul.social a {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
footer ul.social a.yt {
    background-image: url("/flow-renewal/view/homepage/en/assets/images/common/sns-yt.svg");
}

footer ul.social a.fb {
    background-image: url("/flow-renewal/view/homepage/en/assets/images/common/sns-fb.svg");
}
footer ul.social a.ins {
    background-image: url("/flow-renewal/view/homepage/en/assets/images/common/sns-ins.svg");
}
footer ul.social a.flw {
    background-image: url("/flow-renewal/view/homepage/en/assets/images/common/sns-flw.svg");
}

    /*footer ul.social {*/
/*    margin: 30px auto;*/
/*    display: flex;*/
/*}*/
/*footer ul.social li {*/
/*    margin-right: 10px;*/
/*}*/
/*footer ul.social li a {*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 100%;*/
/*    background: #777;*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/
/*footer ul.social li a:hover {*/
/*    background: #623AD6;*/
/*}*/
.icon-youtube {
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    background: url(/flow-renewal/view/homepage/en/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/view/homepage/en/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/view/homepage/en/assets/images/icon-instagram.png) center no-repeat;
    background-size: contain;
}
footer ul.appDownload {
    display: flex;
}
footer ul.appDownload li {
    margin-right: 10px;
}
footer ul.appDownload li a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 35px;
}
footer ul.appDownload li a:hover {
    color: #623AD6;
    font-weight: 500;
    text-decoration: underline;
}
.icon-apple-download {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/flow-renewal/view/homepage/en/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/view/homepage/en/assets/images/icon-window.png) center no-repeat;
    background-size: contain;
}
footer ul.terms {
    margin-top: 30px;
    display: flex;
}
footer ul.terms li {
    margin-right: 10px;
    color: #777;
    font-size: 13px;
    line-height: 20px;
}
footer ul.terms li:hover {
    font-weight: bold;
}
footer ul.terms li.copyright {
    font-family: 'roboto';
}
footer ul.terms li.copyright:hover {
    font-weight: normal;
}
/* 개인정보취급방침, 이용약관 */
.termsUse {
    padding: 60px 0 200px;
    margin: 0 auto;
    max-width: 1204px;
    color: #333;
}
.termsUse h2 {
    font-size: 60px;
    line-height: 88px;
}
html:lang(en) .termsUse h2{
    text-align: center;
}
html:lang(en) .termsUse a{
    display: inline-block;
}
html:lang(en) .termsUse i{
    display: block;
    font-style: italic;
    margin: 20px 0 30px 0;
}
html:lang(en) .termsUse ol > li{
    margin: 18px 0 0 0;
}
html:lang(en) .termsUse ol li{
    color: #333;
}
html:lang(en) .termsUse ol li > b{
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
html:lang(en) .termsUse ol li a{
    color: #623AD6;
}
html:lang(en) .termsUse ol li > ul{
    margin-top: 5px;
    margin-left: 50px;
}
html:lang(en) .termsUse ol li > ul li{
    list-style: disc;
}
.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;
}
.clearfix{*zoom:1;clear:both;}
.clearfix:after{content:'';display:block;clear:both;}

@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;
    }
}

/*
** Media Query
*/
/* Tablet */
@media screen and (max-width: 1024px) {
    .forPc {
        display: none;
    }
    br.forMobile {
        display: none;
    }
    .forMobile {
        display: block;
    }
    .header .logo a img{
        position: relative;
        z-index: 100;
    }
    .header .innerSection {
        height: 60px;
        /*margin-top: 38px;*/
        padding: 0 20px;
    }
    .header .innerSection .logo{
        position: relative;
        z-index: 102;
    }
    .header .btnNavi + a.mob-signup-button{
        width: 98px;
        z-index: 102;
    }
    .header .mobileGnb .innerSection {
        margin-top: 0;
    }
    .header .company {
        margin-top: 0!important;
    }
    .header nav.gnb {
        display: none;
    }
    #topBannerButton > p:after {
        display: inline-block;
    }
    .header .mobileMenu {
        display: flex;
        margin-left: auto;
    }
    .header .mobileGnb .mobileGnbItem.open + ul.gnbDepth {
        display: block;
    }
    .header .mobileGnb .mobileGnbItem.open .btnSubGnb {
        transform: rotate(270deg);
    }
    .header .mobileGnb ul.gnbDepth {
        display: none;
        margin-top: 0 !important;
        padding-top: 0 !important;
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
        overflow-y: auto;
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: #fff;
        text-align: left;
        white-space: inherit;
     }
    .header .mobileMenu .mobileGnb ul.gnbDepth li {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
        border-bottom: none;
    }
    .header .mobileMenu .mobileGnb ul.gnbDepth li:last-of-type{
        margin-bottom: 20px;
    }
    .header .mobileMenu .mobileGnb ul.gnbDepth li a {
        padding: 7px 0;
        display: block;
        color: #333;
        font-size: 18px !important;
        font-weight: 400;
        line-height: 26px;
    }
    .header .mobileMenu .mobileGnb ul.gnbDepth li a.bullet {
        padding: 0;
        margin-bottom: 10px;
    }
    .header .mobileMenu .mobileGnb ul.gnbDepth li a.bullet:before {
        content: "";
        margin-top: -4px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 3px;
        height: 3px;
        background: #ccc;
    }
    .header .mobileMenu .mobileGnb ul.gnbDepth li a strong {
        font-size: 15px;
        font-weight: 400;
    }
    .header .mobileMenu .mobileGnb ul.gnbDepth li a p {
        margin-top: 6px;
        color: #777;
        font-size: 13px !important;
        line-height: 20px;
    }
    .header ul.gnbDepth > li > a strong:before {
        vertical-align: middle;
        width: 20px !important;
    }

    .linkMore .icons-arrow-long:before{
        width: 48px;
        height: 14px;
    }

    footer{
        padding-bottom: 60px;
    }

    footer .mobile-button-wrap{
        z-index: 8;
        display: flex;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        padding: 0 10px 10px;
    }

    footer .mobile-button-wrap > a{
        display: inline-block;
        width: 50%;
        max-width: 325px;
        padding: 12px 0;
        line-height: 21px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        background: #00B3BE;
        border-radius: 4px;
        box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.3);
    }

    footer .mobile-button-wrap > a:last-child{
        background: #F07717;
        margin-left: 10px;
    }

    footer .mobile-button-wrap > a > i{
        margin-left: 5px;
        display: inline-block;
        background: url(/flow-renewal/view/homepage/en/assets/images/common/mobile-buttonwrap-ico.svg) center no-repeat;
        background-size: 6px;
        width: 6px;
        height: 10px;
    }

    footer .m-voucher-banner {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 8;
        width: 100%;
        padding: 10px;
        border-radius: 10px 10px 0px 0px;
        background: #fff;
        text-align: center;
    }

    footer .m-voucher-banner .cont-wrap {
        border-radius: 8px;
        background: #00A3FF;
        position: relative;
        overflow: hidden;
    }

    footer .m-voucher-banner p {
        padding: 20px 0 25px;
        color: #fff;
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
    }

    footer .m-voucher-banner span {
        color: #FFE814;
    }

    footer .m-voucher-banner .cont-wrap:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 64px;
        background: linear-gradient(180deg, rgba(80, 80, 80, 0) 0%, rgba(0, 0, 0, 0.4) 100%);;
    }

    footer .companyInfo {
        width: 100%;
    }
    footer ul.address {
        margin: 20px auto;
    }
    footer ul.address li {
        margin-top: 5px;
    }
    footer ul.address li p {
        margin-top: 4px;
        display: block;
    }
    footer ul.social {
        margin: 20px auto;
    }
    footer ul.social li + li {
        margin-left: 20px;
    }
    footer ul.social a {
        width: 35px;
        height: 35px;
    }
    footer .companySide {
        display: none;
    }
    footer ul.terms {
        margin-top: 20px;
        display: block;
    }
    footer ul.terms li {
        margin-right: 10px;
        display: inline-block;
    }
    .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%;
    }
    .mainSection .visualWrap .textWrap {
        padding: 40px 0 20px;
    }
    .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;
    }
    .popEducation {
        width: 545px !important;
    }
    .popEducation .top {
        padding: 30px 20px 10px !important;
    }
    .popEducation .top strong {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .popEducation .middle {
        padding: 20px;
    }
    .popTerms {
        padding: 15px 20px !important;
        width: 87% !important;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) !important;
    }
    .popTable.forMobile tbody {
        display: flex;
        flex-direction: column;
    }
    .popTable.forMobile tbody tr th,
    .popTable.forMobile tbody tr td {
        display: flex;
        align-items: center;
        height: auto;
    }

    .bannerWrap .banner-wraper img {
        width: 130px;
    }
}

@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;
    }
    footer .innerSection {
        padding: 30px 20px !important;
    }
    footer ul.brochure {
        display: block;
    }
    footer ul.brochure li {
        display: inline-block;
    }
    footer ul.brochure li:last-child {
        margin-top: 10px;
    }
    /*footer ul.terms li.copyright {*/
    /*    margin-top: 15px;*/
    /*}*/
    .popEducation {
        width: 260px !important;
    }
    .systemWrap ul.serviceList {
        margin: 20px 0 25px;
    }
    .sideWrap {
        right: 10px;
        bottom: 10px;
    }
    .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 {
        width: 90% !important;
    }
}

/*
** 서브페이지
*/
.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 .textSubTitle {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1024px) {
    .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.voucher {
        display: none !important;
        z-index: -1;
    }
    .top-thin-banner.company {
        display: none !important;
    }

    footer .innerSection {
        padding: 30px 50px;
    }
    footer ul.siteMap {
        display: none;
    }
    .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;
    }
}
/*
** 텍스트 애니메이션
*/
.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;
}
#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-family: 'roboto';
    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 {
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 0;
    text-indent: -999px;
    cursor: pointer;
}
#popLayer .btnPopClose:before,
#popLayer .btnPopClose:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    width: 2px;
    height: 12px;
    background: #fff;
}
#popLayer .btnPopClose:before {
    transform: rotate(45deg);
}
#popLayer .btnPopClose:after {
    transform: rotate(-45deg);
}
/* 교육 팝업 */
.popEducation {
    width: 330px;
    background: linear-gradient(315.92deg, #5924FC 14.19%, #EE25DA 101.8%);
    border-radius: 0px 80px 0px 0px;
}
.popEducation .top {
    padding: 30px 40px;
}
.popEducation .top strong {
    margin: 10px 0 20px;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
.popEducation .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.5);
}
/* 개인정보 수집 이용동의 팝업 */
.popTerms {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px;
    width: 895px;
    height: 325px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
}
.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;
    height: 50px;
    color: #333;
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid #fff;
    border-radius: 10px 10px 0 0;
}
.popTable tbody tr th {
    padding: 10px 20px;
    vertical-align: middle;
    height: 50px;
    color: #333;
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid #fff;
    border-radius: 10px 10px 0 0;
}
.popTable tbody tr td {
    padding: 10px 20px;
    vertical-align: middle;
    height: 84px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #fff;
}
.popTable tbody tr:last-child td {
    border-radius: 0 0 10px 10px;
}
.popTable .colorType1 {
    background: #FAF9F9;
}
.popTable .colorType2 {
    background: #F5F4F9;
}
/* 알림 배너 */
.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/view/homepage/en/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/view/homepage/en/assets/images/main/main-pd01.png) bottom left 50px no-repeat;*/
    /*background-size: 30%;*/
}

.flowAllInOne.contentsWrap .innerSection{
    max-width: 1616px;
    background: url(/flow-renewal/view/homepage/en/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;
}

@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;
    }
}

