/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/
section {
    padding: 100px 0;
}
section .section--header {
    padding-bottom: 50px;
}
section .section--header h3 {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}
section .section--header p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}
section .banner--title {
    font-size: 45px;
    margin-bottom: 43px;
    color: #fff;
    font-weight: normal;
    line-height: normal;
}
section .sub--title-pill {
    font-size: 34px;
    border-radius: 50px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a581ff;
    width: 302px;
    margin: 0 auto;
    margin-bottom: 50px;
    color: #fff;
    font-weight: bold;
}
section .sub--title-p {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
}
section .sub--info-p {
    color: #666;
    margin-bottom: 40px;
}
section .form-control {
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem;
    border-radius: 8px;
    font-size: .875rem;
    color: #fff !important;
}
section input::placeholder, section textarea::placeholder {
	color: rgba(255,255,255,.43) !important;
	font-size: 1rem;
}
section .text-primary {
    color: #3454CE !important;
}
section .btn.btn-default {
    background-color: #3f53a1;
    color: #fff;
    padding: 14px 30px 14px 40px;
    border-radius: 30px;
}
section .btn.btn-default:hover {
    background-color: #2B3972;
    color: #eee;
}
section.sub-banner {
    padding: 0;
    margin-top: 70px;
}
section .banner--title-sm {
    margin-bottom: 22px;
    font-weight: 700;
}
section.sub-banner .sub-banner-content p {
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 0;
}
section.sub-banner .bg-banner {
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 435px;
    background-repeat: no-repeat;
}
section.sub-banner .sub-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
}
section.sub-banner .sub-banner-content a {
    transition: .3s;
}
section.sub-banner .sub-banner-content a:hover {
    background-color: rgba(255,255,255, .3);
    
}
.container-lg {
    max-width: 1330px;
}
.border-top {
    border-color: #e0e0e0;
}
.bg-lightgray {
    background: #eeeff3 !important;
}
.bg-lightblue {
    background: #f1eff5 !important;
}
.bg-lightblue2 {
    background: rgba(37, 116, 171, 0.13) !important;
}
.text-info {
    color: #555 !important;
}
.text-content {
    color: #666 !important;
}
.text-orange {
    color: #ea5514 !important;
}
.text-yellow {
    color: #ffb93e !important;
}
.text-lightblue {
    color: #A581FF;
}
.text-darkblue {
    color: #2574ab !important;
}
.font-size-16 {
    font-size: 16px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
/*--------------------------------------------------------------
# Main : Carousel
--------------------------------------------------------------*/
/* section.banners {
    margin-top: 70px;
} */
section.banners .banner {
    height: 100vh;
}
section.banners .cover {
    padding-top: 100vh;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
section.banners .cover:before {
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.2);
    /* background: rgba(80, 116, 255, 0.1); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banners .header-content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 66%;
}
section.banners .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section.banners .owl-item h1 {
    font-size: 60px;
    font-weight: bolder;
    margin-bottom: 24px;
    text-align: center;
    color:#fff;
}
section.banners .owl-item h4 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    color:#fff;
    line-height: 40px;
}
section.banners .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    
}
section.banners .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
/* section.banners .owl-item.active .line {
    position: absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
} */
section.banners .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    /* opacity: 0; */
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #000 !important;
    /* background: rgba(255,255,255, .3); */
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    border-radius: 50px;
}
section.banners .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    /* opacity: 0; */
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #000 !important;
    /* background: rgba(255,255,255, .3); */
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    border-radius: 50px;
}
section.banners .owl-dots {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 30px;
}
section.banners .owl-dots .owl-dot.active {
    background-color: #000;
}
section.banners .owl-dots .owl-dot {
    background-color: #999;
    width: 24px;
    height: 5px;
    border-radius: 20px;
    margin-right: 6px;
    transition: .4s;
}
section.banners .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Main : MU Loyalty
--------------------------------------------------------------*/
section.muloyalty {
    padding-bottom: 0;
}
section.muloyalty .section--header h3 {
    font-size: 60px;
    color: #111;
    font-weight: bold;
}
section.muloyalty .section--header p {
    font-size: 30px;
    color: #333;
    margin-bottom: 1.2rem;
}
section.muloyalty .content-info {
    padding: 150px 0;
    background: #fff;
    position: relative;
}
section.muloyalty .content-info .info-item {
    background-color: #fff;
    padding: 27px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px 0 rgba(63, 83, 161, 0.31);
}
section.muloyalty .content-info .info-item:nth-child(2n) {
    margin-right: 27px;
    margin-left: -27px;
}
section.muloyalty .content-info .info-item .info {
    padding-left: 20px;
}
section.muloyalty .content-info .info-item .info-title {
    font-size: 18px;
    margin-bottom: 6px;
    color: #555;
    font-weight: bold;
}
section.muloyalty .content-info .right-position {
    bottom: -150px;
    right: 0;
}
/*--------------------------------------------------------------
# Main : howtouse
--------------------------------------------------------------*/
section.howtouse .section--header {
    padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Main : brand
--------------------------------------------------------------*/
section.brand .owl-stage{
    display: block !important;
}

section.brand .owl-item{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
section.brand .item{
    text-align: center;
}

/*--------------------------------------------------------------
# Main : Contact
--------------------------------------------------------------*/
section.contact {
    position: relative;
}
section.contact .reload-btn {
    border: 1px solid rgba(255,255,255,.43);
    padding : 5px;
    color: #fff;
    border-radius: 6px;
    font-size: 10px;
    align-self: flex-start;
    margin-left: 6px;
}
section.contact .clear-text {
    position: absolute;
    right: 0;
    top: 26%;
    padding-right: 16px;
    color: #fff;
    cursor: pointer;
}
section.contact .form-control:not([required]).valid-text:focus + .clear-text {
    display: inline-block;
}
section.contact .form-control:not([required]):not(.valid-text) + .clear-text {
    display: none;
}
section.contact .contact-wrap {
    background-color: #3f53a1;
    border-top-left-radius: 40px;
    padding: 90px;
}
section.contact .img-wrapper {
    margin-bottom: -34px;
}
section.contact .contact-wrap form {
    width: 60%;
}
section.contact .contact-wrap .form-group {
    margin-bottom: 10px;
}
section.contact .contact-wrap .form-control {
    background: transparent;
    border: 1px solid rgba(255,255,255,.43);
    border-radius: 6px;
    padding-right: 40px;
}
section.contact .contact-wrap .section--header h3 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
section.contact .contact-wrap .section--header p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    padding-bottom: 0;
}
section.contact .btn.btn-submit {
    background-color :#fff;
    color: #3f53a1 !important;
    border: 1px solid #fff;
    padding: 12px;
    font-weight: bold;
}
/*=============================================================
# Company
============================================================= */
section.about .content {
    padding-top: 88px;
}
section.about .img-wrapper {
    padding-right: 80px;
}
section.about .content h4 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
section.about .content p {
    color: #666;
}
section.history .img-wrapper p {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 14px;
    padding-bottom: 16px;
    font-weight: bold;
}
section.history .row .col:first-child {
    border-right: 2px dashed #CCCCCC;
}
section.history .line-box {
    padding-top: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}
section.history .line-box h4 {
    font-weight: bold;
    font-size: 20px;
}
section.history .line-box p {
    font-size: 15px;
    letter-spacing: -0.45px;
}
section.history .line-box .time-title {
    color: #333;
    margin-bottom: 6px;
}
section.history .line-box .time-info {
    color: #888;
    margin-bottom: 0;
}
section.history .line-box .month {
    font-weight: bold;
    margin-bottom: 0;
}
section.history .row:nth-child(2n-1) .line-box .month {
    padding-right: 20px;
}
section.history .row:nth-child(2n) .line-box .month {
    padding-left: 20px
}
section.history .line-box::before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 3px solid #333143;
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 8px;
}
section.history .row .col .info-box {
    margin-bottom: 20px;
}
section.history .row .col .info-box:last-child {
    margin-bottom: 0;
}
section.history .row:nth-child(2n) .line-box::before {
    right: -23px;
}
section.history .row:nth-child(2n-1) .line-box::before {
    left: -23px;
}
section.history .timeline .row:nth-child(2n) .line-box {
    text-align: right;
}

/*=============================================================
# BUSINESS
============================================================= */
section.sub-banner .list-item {
    width: 158px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    margin-right: 12px;
}
.device-info-list li {
    font-size: 20px;
    margin-bottom: 40px;
    color: #555;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
:lang(en) .device-info-list li {
    font-size: 18px;
}

.device-info-list li i {
    font-size: 30px;
    color: #a581ff;
}
.device-info-list li span {
    padding-left: 28px;
}
/*--------------------------------------------------------------
# Fin Order
--------------------------------------------------------------*/
section.finorder .sub--header p {
    font-size: 24px;
    color: #a581ff;
    margin-bottom: 19px;
    font-weight: bold;
}
section.finorder .sub--header h3 {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 40px;
}
section.finorder .card {
    padding: 50px 33px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(165, 129, 255, 0.32);
    border: solid 1px #eae2ff;
    background-color: #fff;
    text-align: center;
    align-items: center;
    height: 100%;
}
section.finorder .card .card-img {
    width: 210px;
    height: 238px;
    padding: 1rem;
    display:flex;
    align-items: center;
    justify-content: center;
}
section.finorder .card h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 1rem;
}
section.finorder .card p {
    letter-spacing: -0.48px;
    margin-bottom: 0;
    color: #888;
}
/*--------------------------------------------------------------
# Fin-order > device all
--------------------------------------------------------------*/
section.device .sub--header p {
    color: #a581ff;
    font-size: 20px;
    margin-bottom: 10px;
}
section.device .sub--header h3 {
    margin-bottom: 40px;
}
section.device .item {
    padding: 0 57px;
    border-right: 1px solid rgba(165, 129, 255, .23);
}
section.device .item:last-child {
    border-right: 0;
}
section.pos .device-info-list {
    padding-top: 76px;
    padding-right: 100px;
}
section.kiosk .img-wrapper {
    padding-left: 100px;
    margin-top: -108px;
}
/*--------------------------------------------------------------
# Fin-order > free
--------------------------------------------------------------*/
section.free .section--header p {
    font-size: 1.125rem;
    color: #555;
}
section.free .card-small {
    height: 149px;
    border-radius: 12px;
    background-color: #f1eff5;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
section.free .card-small p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}
:lang(en) section.free .card-small p {
    font-size: 18px;
}
section.free .card-small i {
    font-size: 40px;
    color: #EA0000;
}
section.free .row {
    margin-left: -10px;
    margin-right: -10px;
}
section.free .row .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}
section.free .container {
    max-width: 970px;
}
section.free .cost {
    font-size: 30px;
    font-weight: bold;
}
section.free .cost .zero {
    font-size: 60px;
    color: #A581FF;
    font-family: "Montserrat", sans-serif;
    padding-left: 19px;
}
section.free .cost .text-sm {
    font-size: 24px;
    padding-left: 7px;
}

/*--------------------------------------------------------------
# inter PMS 
--------------------------------------------------------------*/
section .pms--title  {
    color: #2574ab;
    font-size: 34px;
    margin-bottom: 20px;
}
section .pms--info {
    margin-bottom: 0;
    color : #555;
    font-size: 20px;
}
section.about-pms .sub--header h3 {
    font-size: 34px;
}
section.about-pms .sub--header p {
    font-size: 1rem;
    color: #666;
}
section.about-pms .card {
    border : 1px solid #e0e0e0;
    padding: 1rem;
    width: 310px;
    height: 149px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
section.about-pms .card p {
    margin-bottom: 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
:lang(en) section.about-pms .card p {
    font-size: 18px;
    text-align: center;
}
section.about-pms .card:last-child {
    margin-right: 0;
}
section.mupoint .card-wrap {
    position: absolute;
    bottom: 20%;
    margin-left: -90px;
    margin-right: -90px;
}
section.mupoint .card-wrap .col-md-6 {
    padding-left: 90px;
    padding-right: 90px;
}
section.mupoint .card {
    border: solid 1px rgba(234, 85, 20, 0.42);
    border-radius: 10px;
    background: #fff;
    padding: 26px 30px;
    margin-bottom: 24px;
}
:lang(en) section.mupoint .card {
    min-height: 144px;
    display: flex;
    justify-content: center;
}
section.mupoint .info-card {
    border-radius: 12px;
    box-shadow: 3px 3px 6px 0 rgba(51, 49, 67, 0.17);
    border: solid 1px rgba(51, 49, 67, 0.2);
    background-color: #fff;
    overflow: hidden;
}
section.mupoint .info-card .card-header {
    background-color: #333143;
    padding: 28px 40px 16px;
    color: #fff;
    border-bottom: 0;
    font-size: 1.127rem;
}
section.mupoint .info-card .card-body {
    padding: 16px 40px 30px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #666;
}

/*--------------------------------------------------------------
# vision
--------------------------------------------------------------*/
section.vision .img-card {
    width: 320px;
    height: 320px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
}
:lang(en) .vision .img-card {
    padding: 1rem 2rem;
}
section.core .col-lg-4 {
    border-right: 1px solid #e0e0e0;
}
section.core .col-lg-4:last-child {
    border-right: 0;
}
section.core .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
section.core .item h5 {
    background-color: #FF6ABE;
    padding: 8px;
    width: 124px;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
}
section.core .item  .icon-wrapper {
    width: 170px;
    height: 170px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    margin: 20px 0;
}
section.alliance .row {
    margin-left: -40px;
    margin-right: -40px;
}

section.alliance .row .col-lg-6 {
    padding-left: 40px;
    padding-right: 40px;
}
section.alliance .text-lg {
    font-size: 34px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1.36px;
}
/* :lang(en) section.alliance .text-lg {
    font-size: 25px;
} */
section.alliance .card {
    border: none;
    border-radius: 0;
    border-top: 2px solid #4E33C2;
    padding-top: 50px;
}
section.alliance .card i {
    color: #B0AEBB;
    transition: .3s;
    font-size: 22px;
}
section.alliance .card .hover-purple:hover i {
    color: #4E33C2;
}
section.alliance .card .hover-black:hover i {
    color: #000;
}
section.alliance .card.border-black {
    border-top: 2px solid #000;
}
section.alliance .card p {
    font-size: 1.125rem;
    color: #555;
}