body {
    overflow-x: hidden;
}

body .wrapper {
    overflow-x: hidden;
}
.sub-dropdwon-menu{
    left: 100%;


    transition: 0.5s;
}
.navbar-brand {
    max-width: 180px;
}

.navbar {
    padding : 20px;

        position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 9;
}

.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    border: 0px;
}


.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;

}

.dropdown-menu .dropdown-item {
    padding: 13px 18px;
    color: #4E4E4E;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #55595c;
    color: white;
    transition: 0.5s;
}

.nav-item {
    font-size: 18px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
}

.nav-item.active>a {
    color: #4B87EC;
}

.offcanvas-top {
    width: 300px;
    height: 100vh !important;
    background-color: #f8f8f8;
    margin: 0 0 !important;
}

.navbar div,
.navbar img {
    margin: 0 auto;
}

.btn-navbar-close {
    margin-left: 215px;
    background-color: white;
    border-radius: 50px;
    padding: 10px !important;
    font-weight: bold;
}




@media (max-width: 1024px) {


    .application ul {
        list-style: none;
        color: #282828;
        background-image: url(../images/main_table_mid.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }



}



@media (max-width: 992px) {
    .offcanvas-top .dropdown-menu .dropdown-item {
        background-color: #f8f8f8;
    }
    .dark .offcanvas-top .dropdown-menu .dropdown-item {
        background-color: var(--dark-background);
    }
    .dark .dropdown-menu .dropdown-item {
        padding: 13px 18px;
        color: white;
    }

    .table-countries div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .application ul {
        list-style: none;
        color: #282828;
        line-height: 0;
        background-image: url(../images/main_table_mid.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }



}

.btn-blue {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2C2C8B;
    border-radius: 55px 55px 55px 55px;
    padding: 13px 19px 13px 19px;
    border: 0px;
}

.btn-blue:hover {
    background-color: #FFFFFF;
    color: #2C2C8B;
}

.btn-red {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FF1250;
    border-radius: 55px 55px 55px 55px;
    padding: 13px 19px 13px 19px;
    border: 0px;
}

.btn-red:hover {
    background-color: #FFFFFF;
    color: #FF1250;
}

.padding-slider {
    padding-top: 150px;
    padding-bottom: 300px;
}

.padding-slider h1 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2em;
}

.slider-section {
    position: relative;
    overflow: hidden;
    height: 784px;
    margin-top: 110px;
}

.slider-section video {
    width: 100%;
    position: absolute;
    z-index: -99;
}

.slider-section::after {
    position: absolute;
    z-index: -9;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*MAIN_VISUAL*/
.main_visual{padding:0;}
.main_visual .swiper-container{width: 100%; }
.main_visual .swiper-slide{height:766px;overflow: hidden;}
.main_visual .swiper-slide > img{height:100%;width:100%;position:relative; object-fit: cover; left:50%;transform:translate(-50%, 0) scale(1.0);transition: all 5s ease-in-out;}
.main_visual .swiper-container > .swiper-wrapper > .swiper-slide::after{content: ''; display: block; position: absolute; left: 0; bottom: 0; height: 50%; width: 100%; background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.6)); pointer-events: none;}
.main_visual .swiper-slide-active > img{transform: translate(-50%, 0) scale(1.10);}
.main_visual .swiper-slide > .mv_middle{position: relative; width: 100%; height: 100%; margin: 0 auto; top:-100%; z-index: 2;}
.main_visual .swiper-slide .tit{position:absolute; left:0; bottom: 180px; color:#fff;font-size:40px;letter-spacing:0; font-weight: 900; padding: 30px; width: 100%; text-align: center;}
.main_visual .swiper-slide .txt{position:absolute; left:0; bottom: 140px; color:#fff;font-size:18px;letter-spacing:0;}

.main_visual .thumbslider{height: 135px; z-index: -1; display: block; margin-top: -120px; text-align: center;}
.main_visual .thumbslider .swiper-wrapper{display: flex; justify-content: center; height: 100%; width: 100%; }
.main_visual .thumbslider .swiper-slide{width: 222px !important; height: 100%; background-size: cover; margin-right: 14px; box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.3); cursor: pointer;}
.main_visual .thumbslider .swiper-slide:last-child{margin-right: 0;}
.main_visual .thumbslider .swiper-slide span{display:block; height: 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; border: 1px solid #fff; box-sizing: border-box; }
.main_visual .thumbslider .swiper-slide-thumb-active span{border: 6px solid #24bd70;}

.btn-red-1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F60303;
    border-radius: 55px 55px 55px 55px;
    padding: 13px 19px 13px 19px;
    border: 0px;
}

.btn-red-1:hover {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F60303;
    border-radius: 55px 55px 55px 55px;
    padding: 13px 19px 13px 19px;
    border: 0px;
}

.angels {
    padding-top: 10px;
    font-size: 25px;
}

.travel-heading {
    color: #22215F;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding-top: 20px;
    margin: 0px 0px 17px 0px;
}

.travel-heading::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #322A68;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tavel-heading-1 {
    color: #161616;
    margin: 0px 0px 22px 0px;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none !important;
}

.ekit-heading__description p {
    color: #4E4C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.headnig-section {
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    margin-top: -180px;
}

.btn-red-2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F60303;
    border-radius: 10px;
    padding: 13px 19px 13px 19px;
    border: 0px;
    margin: 0 auto;
}

.btn-red-2:hover {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F60303;
    border-radius: 10px;
    padding: 13px 19px 13px 19px;
    border: 0px;
}

.img-heading {
    width: 80%;
    border-radius: 20px;
    margin: 0 auto;
}

.img-heading-description {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 20px;
    text-align: justify;
}

.pin-img img {
    width: 20px;
    padding-right: 5px;
}

.notice-section {
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.country-table{
    padding-top: 30px;
    padding-bottom: 30px;
}

.table-countries {
height: auto;
    /* overflow-y: scroll;*/
}

.table-countries div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin: 10px;
}

.table-countries-1 div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin: 10px;
}

.border-rounded {
    border-radius: 4px;
    border: 1px solid #f8f8f8;
}

.table-service tbody td img {
    width: 20px;
}

.tavel-heading-2 {
    color: #F42E23;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
}

.bg-blue-white {
    background-color: #043E98;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.heading-container {
    align-self: center;
    border-right: 2px solid #043E98;
    padding-top: 5px;
    padding-bottom: 5px;
}

.heading-detail {
    align-self: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.th-section-heading {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.th-section-detail {
    font-size: 18px;
    font-weight: 500;
}

.btn-apply-now {
    font-size: 18px;
    font-weight: 500;
    background-color: #043E98;
    color: white;
    border-radius: 5px;
}

.btn-apply-now:hover {
    font-size: 18px;
    font-weight: 500;
    background-color: #043E98;
    color: white;
    border-radius: 5px;
}

.btn-apply-now-k-eta {
    font-size: 18px;
    font-weight: 500;
    background-color: #0a3c87;
    color: white;
    border-radius: 5px;
}

.btn-apply-now-k-eta:hover {
    font-size: 18px;
    font-weight: 500;
    background-color: #0a3c87;
    color: white;
    border-radius: 5px;
}

.review-section {
    background-color: #414157;
}

.review-heading {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
    text-align: center;
}

.review-heading-star {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
}

.review-heading-star img {
    width: 1em;
    margin-top: -11px;
}

.owl-nav .owl-next {
    right: 20px !important;
    top: 0 !important;
}

.owl-nav {
    width: 100%;
}
.owl-nav .owl-prev {
    top: 0 !important;
    left : 22px !important;
}

#carousel-update.owl-carousel-2 .owl-next {
    float: left !important;
    right: 56px !important;
    top: 20px !important;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

#carousel-update.owl-carousel-2 .owl-prev {
    float: left !important;
    right: 20px !important;
    top: 20px !important;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

@media (min-width: 992px) {
      .sub-dropdwon-menu{
    left: 100%;
    margin-top: -50px;
    padding-left: 10px !important;
    transition: 0.5s;
}
}
@media (max-width: 992px) {
    .slider-section video {
        width: auto;
        height: 100%;
        position: absolute;
        z-index: -99;
    }
    .owl-nav .owl-prev {
        top: 0 !important;
        right: 82vw !important;
    }
    #carousel-update .owl-next {
        float: left !important;
        right: 20px !important;
        position: absolute;
        top: 70px !important;
    }
    #carousel-update .owl-prev {
        float: left !important;
        right: 0px !important;
        position: absolute;
        top: 70px !important;
        left: auto !important;
    }
    #carousel-update.owl-carousel-2 .owl-next {
        float: left !important;
        right: 56px !important;
        top: -10px !important;
        position: absolute;
        padding-left: 10px;
        padding-right: 10px;
        background-color: white;
    }
    #carousel-update.owl-carousel-2 .owl-prev {
        float: left !important;
        right: 20px !important;
        top: -10px !important;
        position: absolute;
        padding-left: 10px;
        padding-right: 10px;
        background-color: white;
    }
}

.btn-apply-now-white {
    font-size: 18px;
    font-weight: 500;
    background-color: white;
    color: #043E98;
    text-decoration: underline;
    width: calc(100% - 40px);
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.btn-apply-now-white:hover {
    font-size: 18px;
    font-weight: 500;
    background-color: white;
    color: #043E98;
    border-radius: 0px;
}


.elementor-icon-list-items {
    list-style: none;
}
.elementor-icon-list-item{
    padding-bottom: 17px;
}

.elementor-icon-list-text {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.border-top-bottom {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.profile-content {
    font-size: 17px;
    font-style: italic;
    color: #000000;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.6;
    text-align: center;
}

.profile-body {
    background-color: white;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.item {
    background-color: #1F1F56;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    box-shadow: 4px 8px 20px rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.4s;
    margin: 16px 0;
    color: white;
}

.item.item-white {
    background-color: white !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    box-shadow: 4px 8px 20px rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.4s;
    margin: 16px 0;
    color: #000000;
}

.item.active {
    background-color: white;
    color: #000000;
}

.item.active .ye {
    background-color: #f8f8f8;
}

.ye {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 17px;
    padding: 12px 18px;
    border-radius: 5px;
}

.content-faq {
    display: none;
    padding: 12px 18px;
}

.active .content-faq {
    display: block;
}

.faq-img {
    transition: all 0.3s;
    cursor: pointer;
}

.faq-p {
    font-size: 14px;
    text-align: justify;
}

.active {
    height: auto;
    transition: 0.5s;
}

.active .faq-img-1 {
    transform: rotate(180deg);
}

@media screen and (max-width: 668px) {
    .item {
        font-size: 17px;
    }
}

@media screen and (max-width: 608px) {
    .item {
        font-size: 15px;
    }
    .faq-p {
        font-size: 11px;
    }
}

.review-heading-1 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
    padding-left: 20px;
}

.card-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.card-content a {
    text-decoration: underline;
    color: black;
    font-size: 15px;
}

.card.card-border {
        border-radius: 17px;
}
.card-content .card-link-read-more {
    text-decoration: underline;
    color: red;
    font-size: 14px;
    margin-top: 20px !important;
}

.padding-20 {
    padding-top: 20px;
}

.elementor-post__meta-data {
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    line-height: 1.3em;
    font-size: 16px;
    color: #adadad;
    font-weight: 600;
}

.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 5px;
    border: 0 solid #818a91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.card .location {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2E98DD;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    margin: 20px;
    border-radius: 999px;
    font-size: 14px;
}

.back-card {
    background-image: url(../images/img-25.jpg);
    background-attachment: fixed;
    background-position: center;
    height: 100%;
    align-self: center;
    position: relative;
    z-index: -11;
    height: 400px;
}

.back-card h3 {
    color: white;
    text-align: center;
    align-self: center !important;
    z-index: 9;
    vertical-align: middle !important;
}

.mar-30 {
    padding-top: 50%;
}

.back-card::after {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #181844;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-link {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 20px;
    color: #161616;
    text-decoration: none;
}

.service-link:hover {
    color: #2575fc;
}

.rounded-img {
    border-radius: 10px;
}

.footer {
    background-color: #363636;
    color: white;
    padding-top: 50px;
    padding-bottom: 45px;
}

.footer-logo {
    width: 150px;
}

.social-icons {
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.social-icons li {
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 50px;
}

.social-icons li:hover {
    background-color: #5e6d7e;
    cursor: pointer;
}

.links {
    list-style: none;
    padding: 0;
}

.links li {
    padding-top: 10px;
}

.links a {
    color: white;
    text-decoration: none;
}

.copyright {
    background-color: #242455;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: white;
}

.border-outline {
    border: 3px solid white !important;
}

.today-section {
    background-color: #263F66;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

#carousel-update .owl-next {

    right: 45px !important;
    position: absolute;

}

#carousel-update .owl-prev {

    right: 20px;
    position: absolute;

    left: auto !important;
}
/*
.red-update {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
*/
.red-update {
    font-size: 18px;
    font-weight: bold;
    color: red;
    width: 70%;
    display: block;
}
.red-update:hover {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.white-update {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.white-update:hover {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.border-bottom-1::after {
    width: 60px;
    height: 3px;
    background-color: #82A0FF;
    position: absolute;
    content: "";
    margin: 0 auto;
}

.content-detail {
    text-align: justify;
    font-size: 20px;
}

.content-detail::first-letter {
    float: left;
    font-weight: bold;
    font-size: 70px;
    margin-top: 10px;
    padding-right: 5px;
    line-height: 40px;
    line-height: 4rem;
    height: 4rem;
    text-transform: uppercase;
    color: #8A2BE2;
}

.tavel-heading-1 img {
    width: 20px;
    margin-top: -10px;
}

.bg-img {
    background-image: url(../images/img-37.png);
    background-size: cover;
}

.bg-white {
    background-color: white;
}

.tavel-heading-3 {
    color: #3A3A3A;
    font-size: 36px;
    font-weight: 600;
}

.tavel-heading-4 {
    color: #82A0FF;
    font-size: 30px;
    font-weight: 600;
    line-height: 56px;
}

.tavel-heading-5 {
    color: #0a3c87;
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
}

.bg-color-faq {
    background-color: #263F66;
}

.bg-color-faq-2 {
    background-color: #3f4349;
}

.service-round {
    border-radius: 200px !important;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.service-round img {
    border-radius: 300px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.service-round .service-link-1 {
    display: none;
}

.service-round:hover .service-link-1 {
    display: block !important;
    position: absolute !important;
    width: 80% !important;
    height: 80% !important;
    top: 8% !important;
    left: 10% !important;
    background-color: #2574fc94 !important;
    color: white !important;
    z-index: 99;
    border-radius: 200px;
    text-align: center;
    align-self: center;
}

.service-round:hover .service-link-1 .service-link {
    color: white !important;
    top: 35%;
    position: absolute;
    left: 0;
    width: 100%;
}

.btn-apply-now-white {
    font-size: 15px;
    font-weight: 600;
    background-color: white;
    color: #043E98;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.btn-apply-now-white:hover {
    font-size: 15px;
    font-weight: 600;
    background-color: white;
    color: #043E98;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}

.content-index {
    font-size: 18px;
    color: #686868;
    text-align: center;
}

.bg-index {
    background-color: #4B87EC33;
}

.service-images img {
    height: 300px;
}

.service-link-2 {
    background-color: #043E98;
    color: white;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.service-link-2:hover {
    background-color: #043E98;
    color: white;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.bg-header-section {
    background-image: url(../images/bg-img.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: -11;
     margin-top: 110px;
}
@media all and (max-width:767px) {
    .bg-header-section {
        margin-top: 70px;
    }
}

.bg-header-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: white;
    z-index: 1;
}

.bg-header-section::after {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #1D195654;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-link-3 {
    font-size: 30px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center !important;
    width: 100%;
}

.card-link-read-more-3 {
    padding: 10px 20px;
    border: 2px solid #686868;
    border-radius: 5px;
    color: #686868 !important;
}

.card-link-read-more-3:hover {
    text-decoration: none;
}

.card-border {
    border: 1px solid black;
}

.card-img {
    width: 100%;
    overflow: hidden;
}

.card-img img {
    transition: 1.5s;
}

.card-img:hover img {
    transform: scale(1.5);
    transition: 1.5s;
}

.form-label-1 {
    color: #676d8a;
    font-weight: bold;
    font-size: 14px;
}

.form-control-1 {
    border: 1px solid #c0c4d4;
    border-radius: 2px;
    outline: none;
    transition: all 0.35s;
    padding: 10px 15px;
    background: #ffffff;
    color: #676d8a;
    height: 45px;
    font-weight: inherit;
    font-size: 18px;
    font-size: 1rem;
}

.form-control-1:focus {
    box-shadow: none;
    border: 1px solid #c0c4d4;
}

.btn-submit {
    border: 0 none;
    color: white;
    float: none;
    display: block;
    font-size: 18px;
    padding: 15px 25px;
    background-color: #0170b9;
    border-radius: 5px;
}

.btn-submit:hover {
    border: 0 none;
    color: white;
    float: none;
    display: block;
    font-size: 18px;
    padding: 15px 25px;
    background-color: #0170b9;
    border-radius: 5px;
}

.btn-next {
    background-color: #8a8888;
    color: white;
    text-decoration: underline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 60%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-next:hover {
    transition: 0.5s;
    background-color: #292929;
    color: white;
    text-decoration: underline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 60%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lost-btn {
    font-size: 18px;
    color: #8a8888;
}

.lost-btn:hover {
    font-size: 18px;
    color: #8a8888;
}

.align-center {
    align-self: center;
}

.apply-btn {
    background-color: #2575fc;
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
}

.apply-btn:hover {
    background-color: #2575fc;
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
}

.header-links {
    padding-left: 12px;
}

.header-links a {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #686868;
    border-right: 2px solid #686868;
}

.header-links a:hover {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #2575fc;
    border-right: 2px solid #686868;
}

.header-links a.active {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #2575fc;
    border-right: 2px solid #686868;
}

.header-links a:last-child {
    border: 0px;
}


/* recharge02 start */

.recharge02_tit {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 36px;
}
.recharge02_con {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.recharge02_con > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 120px) / 4);
        height: 309px;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
}
.recharge02_con > li:hover, .recharge02_con > li.on {
    border: 2px solid #ed008c;
}
.recharge02_con > li:hover#choice04, .recharge02_con > li.on#choice04 {
    background: url(../images/reserv_choice04_on.png) center 70px no-repeat;
}
.recharge02_con > li:hover#choice03, .recharge02_con > li.on#choice03 {
    background: url(../images/reserv_choice03_on.png) center 70px no-repeat;
}
.recharge02_con > li:hover#choice01, .recharge02_con > li.on#choice01 {
    background: url(../images/reserv_choice02_on.png) center 78px no-repeat;
}
.recharge02_con > li:hover#choice02, .recharge02_con > li.on#choice02 {
    background: url(../images/reserv_choice01_on.png) center 78px no-repeat;
}
.recharge02_con > li:hover > a, .recharge02_con > li.on > a {
    padding-top: 178px;
    background: url(../images/arrow_down_violet.png) center bottom 32px no-repeat;
}
.recharge02_con > li#choice04 {
    background: url(../images/reserv_choice04.png) center 72px no-repeat;
}
.recharge02_con > li#choice03 {
    background: url(../images/reserv_choice03.png) center 72px no-repeat;
}
.recharge02_con > li#choice02 {
    background: url(../images/reserv_choice01.png) center 80px no-repeat;
}
.recharge02_con > li#choice01 {
    background: url(../images/reserv_choice02.png) center 80px no-repeat;
}
.recharge02_con > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 180px;
    background: url(../images/arrow_down_gray.png) center bottom 34px no-repeat;
    text-decoration: none;
}
.recharge02_con > li + li {
    margin-left: 40px;
}
.recharge02_con > li > a > p {
    font-size: 20px;
    color: #666;
}
.recharge02_con > li:hover > a > p, .recharge02_con > li.on > a > p {
    font-weight: 700;
    color: #ed008c;
}
.m-5.px-5.recharge {
    padding: 0 !important;
    margin: 3rem 0 !important;
}

/* recharge02 end */


.tavel-heading-6 {
    color: #161616;
    margin: 0px 0px 22px 0px;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none !important;
}

.item-white-1 {
    border-bottom: 2px solid black;
    border-radius: 0px !important;
    background-color: white !important;
}

.border-white {
    border: 2px solid white;
    font-size: 18px;
    line-height: 1.6;
}
.img-fluid {
    max-width: 100%;
    opacity: 1;
    border-radius: 15px 15px 15px 15px;
}
.notice-img{
 height: 550px;
}

.row{
    padding-right: 15px;
    padding-left: 15px;
}
body {
  font-size: 19px;
    font-family: 'Pretendard';
}



/*추가 css*/
.mo_tit.mo_kt {
    padding: 1.5rem 0;
}
.priceTable tr.on th span {
    font-weight: bold;
    font-size: 2rem;
    border: none;
}

.offset-md-7.mo_btn {
    margin: 0;
    width: auto;
}
.offset-md-6.mo_btn {
    margin: 0;
    width: auto;
}
.align-center.mo_h5 {
    width: auto;
}
.mo_tit {
    display: inline-flex;
    width: 80%;
    flex-direction: row;
    align-items: center;
}


.social-icons a li{
    color: #fff;
}

.apply-btn a {
    color: #fff;
    text-decoration: none;
}
.application ul {
    list-style: none;
    color: #282828;
    line-height: 2;
    background-image: url(../images/main_table_mid.png);
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.pt-5.img_appli {
        padding-top: 1rem!important;
}






.dome_logo {
    width: 150px;
    margin: 0 auto;
}
.dome_logo.kt_logo {
    width: 100px;
    margin: 1rem auto 1.5rem;
}
.dome_logo img {
    width: 100%;
}
.rolling {
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.rolling .btn_mt {
    margin-top: 0!important;
}
.notice-section.notice_sec2 {
    margin-top: 11rem;
}
.bg-white {
    width: 55%;
}
.sec02_wrap {
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.img_container {
    width: 45%;
    position: relative;
    margin-top: -11rem;
}
.img_container .img_bg {
    width: 80%;
    margin: 0 auto;
    height: 585px;
}
.img_container .img_bg img {
    width: 100%;
    height: 100%;
}
.img_container .img_number {
    position: absolute;
    top: -8%;
    right: 0;
    width: auto;
}
.img_container .img_pic {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 5%;
    bottom: -16%;
}
.img_container .img_pic img {
    width: 100%;
    height: 100%;
}
.img_number {
    background-color: #1F1F56;
    border-style: solid;
    border-width: 0px 0px 10px 10px;
    border-color: #F2F2F2;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}
.img_number span,.img_number h3 {
    color: #fff;
}
.img_number span {
    font-size: 1.5rem;
}
.img_number span.super {
    position: relative;
        top: -3px;
    left: -5px;
    vertical-align: super;
    font-weight: 500;
    font-size: 2rem;
}
.img_number h3 {
    font-size: 1rem;
}
.img_number{
    padding: 1em 2em;
}
.img_pic {
    width: 100%;
    max-width: 100%;
    height: 254px;
    border-style: solid;
    border-width: 10px 10px 0px 0px;
    border-color: #F2F2F2;
    border-radius: 10px 10px 10px 10px;
}
/*
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #d3e6f3;
    left: 50%;
    margin-left: -1.5px;
}
.timeline::before {
    background-color: #1F1F95;
}
.timeline li {
    margin-bottom: 25px;
    position: relative;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #1F1F95;
    border: 5px solid #e6e6e6 !important;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: -13px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}
.timeline li .timeline-panel {
width: 45%;
    float: left;
    background: #fff;
    border: 1px solid #d2e3f9;
    padding: 15px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.timeline li.timeline-inverted .timeline-panel {
    float: right;
}
.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #d2e3f9;
    border-right: 0 solid #d2e3f9;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline li .timeline-panel:before {
    border-left: 15px solid #1F1F95;
    border-right: 0px solid #1F1F95;
}
.timeline li .timeline-panel:after {
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
}
*/
.tl-heading {
        font-weight: 500;
    background-color: #fff;
    color: #333333;
}
.tl-heading h4 {
    margin: 0;
    font-size: 18px;
    color: #2b3138;
    text-transform: uppercase;
}
.be-pack .tl-heading h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}
.tl-heading h4 {
    color: #333333;
}
.be-pack .timeline-panel p {
    color: #333333;
        margin-bottom: 5px;
}

.be-pack .timeline-panel {
    font-weight: 500;
    background-color: #fff;
}
.be-pack .timeline-panel, .be-pack .timeline-panel p {
    color: #333333;
}
.timeline li .timeline-panel {
    border: 1px solid #1F1F95;
}



.plan_wrap {
    margin-top: 2rem;
}
.plan_wrap ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;

    padding: 0;

}
.plan_wrap ul li {
    width: 32.5%;
    border: 1px solid #ddd;
}
.plan_wrap ul li .b_bold {
    background: #fff;
    text-align: center;
    height: 210px;
    padding: 2rem 0 0;

}
.plan_wrap ul li .m_table_wrap {
background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.plan_wrap ul li .m_table {
background: #f7f7f7;
    padding: 1rem 1rem;
    height: 282px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: auto;
}
.plan_wrap ul li .m_table .m_table_btn {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    left: 0;
    text-align: center;
}
.plan_wrap ul li .m_table .imo_table div img {
    margin-right: 0.5rem;
}
.plan_wrap ul li .m_table .m_table_btn button {
    width: 120px;
    margin: 0 auto;
    border-radius: 50px;
    border: none;
    background: #4B87EC;

}
.m_table .table_price {
    margin-top: 2rem;
}
.pb-5.m_wifi {
    padding-top: 0!important;
}

.sam_btn {
    width: 100%;
    text-align: center;
}
.sam_btn button {
    width: 12%;
    margin: 1rem auto 0;
    border-radius: 50px;
    border: none;
    background: #4B87EC;
}
.sam_btn button a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.5rem;
}


.plan_wrap ul li .m_table .m_table_btn button a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.3rem;
}
.plan_wrap ul li .b_bold h3 {
    margin-bottom: 1rem;
    color: #4B87EC;
    font-size: 1.3rem;
}
.plan_wrap ul li .b_bold p {
    font-size: 1.1rem;
    font-weight: 500;
        margin: 0;
}
.plan_wrap ul li .m_table ul {
    display: flex;
    align-items: stretch;
        padding: 0;
}
.plan_wrap ul li .m_table ul li {
    border: none;
    text-align: center;
    padding: 1rem 0.5rem;
    border-left: 1px solid #e1e1e1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
        font-size: 0.85rem;
}
.plan_wrap ul li .m_table ul li:first-child {
    border: none;
}
ul.b_bot_tb {
    border-top: 1px solid #e1e1e1;
}
ul.b_bot_tb li:first-child {
    font-weight: bold;
}
ul.b_bot_tb li {
    color: #4B87EC;
}
.plan_wrap ul li .m_table p {
    font-size: 1rem;
    margin: 0;
}
.plan_wrap ul li .m_table p.border {
    font-size: 0.8rem;
    font-weight: bold;
    background: #fff;
        border: 1px solid #000 !important;
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin: 0.5rem 0;
    width: fit-content;
}
.imo_table {
    line-height: 1.5;
    font-size: 0.8rem;
}
.imo_table div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.plan_wrap ul li .m_table .sale {
    margin: 1rem 0 0;
    color: #bdbdbd;
    font-size: 1.1rem;
        display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.sale .sale_g {
    line-height: 2;
        position: relative;
}
.sale .sale_g img {
    width: 66px;
    position: absolute;
    right: -18px;
    top: 11px;
}
.sale .sale_b h4 {
    margin: 0;
    font-weight: bold;
}
.sale .sale_b h4 span {
    padding-right: 0.5rem;
    font-weight: normal;
}
.sale .sale_b {
    color: #4B87EC;
    font-size: 1.5rem;
        margin-left: 2rem;
}
.travel-heading-1.pt-4 {
    width: max-content;
    display: flex;
    margin-bottom: 4rem;
}


p.join_tit {
    text-align: center;
    font-weight: bold;
}
.row.border {
        display: flex;
    flex-direction: column;
    align-items: center;
}
.join_container.container {
    width: fit-content;
    margin-bottom: 5rem;
}
.col-md-6.pt-2  {
    width: 100%;
}
.offset-md-10.btn_submit {
    margin-left: 0;
    padding: 0;
    margin-top: 2rem;
    float: right;
    width: 100%;
}
.offset-md-10.btn_submit button {
    margin-left: 0!important;
    float: right;
    margin-right: 0.7rem;
}


.usim_wrap {
display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.usim_wrap .usim_con {
    width: 50%;
}
.usim_wrap .usim_con h3 {
    margin-bottom: 2rem;
        font-weight: bold;
}
.usim_wrap .usim_con img {
    box-shadow: -6px 6px 13px #00000059;
    border-radius: 20px;
}
.usim_wrap .usim_con ul li {
    font-weight: 300;
    margin-bottom: 1rem;
}
p.usim_bold {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    margin-top: 5rem;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{
        border-color: #ededed;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    overflow: hidden;
    padding: 14px;
    word-break: normal;
}
.tg th{border-color: #ededed;border-style:solid;border-width:1px;font-size:15px;
  font-weight:normal;overflow:hidden;padding: 14px;word-break:normal;background-color: rgba(0,0,50,.02);}
.tg .tg-1wig{font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}
.tg tr:nth-child(2n) {
    background-color: rgba(0,0,50,.02);
}
.tg .tg-0lax.tg-bold {
        font-weight: 600;
}
.row h3.table_tit {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 34px;
    font-weight: bold;
}
.row h3.table_tit span {
    font-size: 1.5rem;
    color: #767676;
    font-weight: normal;
}
.goods_use h3 {
    margin-bottom: 60px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.goods_use > *:last-child {
    margin-bottom: 0;
}
.goods_use ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    list-style: none;
        padding: 0;
}
.goods_use ul li {
    width: 100%;
    margin-right: 40px;
    padding: 40px 20px 50px;
    border-radius: 12px;
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
}
.goods_use ul li:before {
    content: '';
    display: block;
    width: 57px;
    height: 114px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-right-color: #fff;
    border-radius: 57px 0 0 57px;
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.goods_use ul li span {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}
.goods_use ul li .img {
    height: 185px;
    line-height: 185px;
}
.goods_use ul li .img img {
    vertical-align: middle;
}
.goods_use ul li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.goods_use ul li.opacity60:after {
    background-color: rgba(102, 102, 102, 0.6);
}

.goods_use ul li:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://image.lguplus.com/static/ib-static/pc/eng/img/common/right_arrow_white_bold.png) center left 16px no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #666;
}

.goods_use ul li:last-of-type {
    margin-right: 0;
}
.goods_use ul li:last-of-type:before,
.goods_use ul li:last-of-type:after {
  display: none;
}


.notice_wrap2 {
    background: #efefef;
    list-style: inside;
    border-radius: 20px;
    padding: 3rem;
}
ul.notice_list {
    padding-left: 1rem;
    margin: 0;
}
p.not_pp {
    margin: 0;
    font-size: 1rem;
}
p.not_p {
    margin-bottom: 1rem;
}
ul.notice_list li {
    font-size: 1rem;
        font-size: 1rem;
    list-style: initial;
}
h3.not_h3 {
    font-size: 34px;
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center;
}






.tableTop_txt {
    margin-bottom: 10px;
    overflow: hidden;
}
.tableTop_txt dd {
    float: right;
    text-align: right;
}
.tableTop_txt > * {
    width: 50%;
    font-size: 18px;
}
.priceTable {
    width: 100%;
    border-top: 2px solid #222;
}
.priceTable tr th:first-child {
    border-right: 2px solid #222;
}
.priceTable tr th {
    height: 78px;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
}
.priceTable tr th.small {
    font-size: 16px;
}
.priceTable tr.bbNone * {
    border-bottom: 0;
}
.priceTable tr td {
    height: 78px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
}

.priceTable tr.on {
    -webkit-box-shadow: 0 21px 35.72px 2.28px rgb(0 0 0 / 15%);
    box-shadow: 0 21px 35.72px 2.28px rgb(0 0 0 / 15%);
}
.priceTable tr.on * {
    background: #f5f0f7;
    color: #ec008c;
    border-bottom: 3px solid #ec008c;
    border-top: 3px solid #ec008c;
}
.priceTable tr.tall th, .priceTable tr.tall td {
    height: 120px;
}
.priceTable tr.on *:first-child {
    border-left: 3px solid #ec008c;
}
.priceTable tr.on th {
    font-weight: bold;
}
.priceTable tr.on *:last-child {
    border-right: 3px solid #ec008c;
}
.elementor-wrap {
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.elementor-wrap .elementor-box{
    width: 32.5%;
    padding: 50px 0px 50px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
}
.elementor-image-box-content {
    text-align: center;
        margin-top: 1.5rem;
}
.elementor-image-box-content h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    color: #263173;
    font-weight: bold;
}
.elementor-image-box-content p {
    font-size: 20px;
    margin: 0;
}
.elementor-image-box-img {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.elementor-container {
    margin-top: 3rem;
}
.normalTable {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-collapse: collapse;
    text-align: center;
}
.normalTable tr th {
    height: 80px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background: #f8f8f8;
    text-align: center;
    line-height: 1.5;
}
.normalTable tr.bbNone * {
    border-bottom: 0;
}
.normalTable tr td {
    height: 80px;
    padding: 10px 40px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.4;
}
.normalTable tr th:first-child {
    border-right: 1px solid #c9c9c9;
}
.normalTable tr.tall th, .normalTable tr.tall td {
    height: 82px;
}

.goods_useDevice dl {
    border: 1px solid #c9c9c9;
}
.goods_useDevice dl dt {
    padding: 80px 0 60px;
    font-size: 0;
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.goods_useDevice dl dt .img {
    padding-left: 100px;
}
.goods_useDevice dl dt ul {
        padding: 0 80px;
    counter-reset: chapter 0;
}
.goods_useDevice dl dt ul li {
    border-bottom: 1px solid #e4e4e4;
}
.goods_useDevice dl dt ul li:before {
    content: counter(chapter);
    counter-increment: chapter;
    display: inline-block;
    width: 80px;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    color: #ed008c;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.goods_useDevice dl dt ul li .txt {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: middle;
}
.goods_useDevice dl dt ul li .txt p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.goods_useDevice dl dt ul li .txt span {
    font-size: 18px;
    color: #666;
    font-weight: 300;
}
.goods_useDevice dl dd {
    margin-bottom: 0;
}
.goods_useDevice dl dd ul {
    background: #F5F0F7;
    margin: 0;
    list-style: none;
    padding: 5rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.goods_useDevice dl dd ul li {

    width: 155px;
    height: 155px;
    border: 1px solid #A07EAA;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    text-align: center;
    background: #fff;
    padding: 2rem 0;

}
.goods_useDevice dl dd ul li:last-child {
    background: #A07EAA;
    color: #fff;
}
.goods_useDevice dl dd ul .next_step {
    width: 12px;
    margin: 0 1rem;
}
.goods_useDevice dl dd ul .next_step img {
    width: 100%;
}
.goods_useDevice dl dd ul li p {
    font-weight: bold;
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
}
.goods_useDevice dl dd ul li span {
    font-size: 1rem;
}
.goods_useDevice dl dd ul li:first-child span {
    margin-top: 0.5rem;
}



.airport_tit {
        width: 100%;
}
.col-6 img {
    width: 100%;
}
.col-6 {
    margin-bottom: 1rem;
}
.airport_tit p {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.airport_tit h3 {
    letter-spacing: -1px;
    font-weight: bold;
}
.airport_txt {
    border: 2px solid #e1e1e1;
    border-top: none;
    padding: 1rem;
    height: 80px;
}
.airport_txt p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.9rem;
}
.airport_txt p span {
    color: #4B87EC;
}
.row.voice_tit h5 {
    font-size: 2.5rem;
    text-align: center;
}
.usimTable tr.bbNone {
    border: 1px solid #ddd;
}
.usimTable tr.tall {
border: 1px solid #ddd;}
.usimTable tr th {
border: 1px solid #ddd;}



.esimUsim_table {
    text-align: center;
    border: 1px solid #ddd;
    width: 100%;
    border-top: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
}
.esimUsim_table tr td {
    height: 85px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    background: #efefef;
}
.esimUsim_table tr th {
    height: 85px;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    background: #efefef;
}
.esimUsim_table tr th.small {
    background: #fff;
}
.esimUsim_table tr.on {
    border-top: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
}
.esimUsim_table tr.on td {
    background: #fff;
    color: #2575fc;
}
.esimUsim_table tr.on th span {
    color: #2575fc;
    font-weight: bold;
    font-size: 2rem;
}
.dataVoice_table tr.on td {
    background: #efefef;
    color: #666;
}
.dataVoice_table tr th {
    border: none;
    font-weight: bold;
}
.dataVoice_table tr td {
    border: none;
    font-size: 1rem;
    text-align: left;
}
.dataVoice_table tr th span, .dataVoice_table tr.on th span {
    color: #000;
    font-size: 0.95rem;
    border: 1px solid #767676;
    border-radius: 50px;
    padding: 0.3rem 1.5rem;
    display: inline-block;
}
.dataVoice_table tr td.sale_price {
    text-align: center;
    font-size: 1.1rem;
}
.dataVoice_table tr td img {
    float: left;
    margin-top: 0.2rem;
    width: 17px;
}
.dataVoice_table tr td img.giga {
    margin-top: 1rem;
}
.dataVoice_table tr td p {
        padding-left: 1.5rem;
    margin: 0;
}
.dataVoice_table tr td.sale_price span.not_sale {
    text-decoration: line-through;
}
.dataVoice_table tr td.sale_price div {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
}
.dataVoice_table tr td.sale_price div span.sale_10 {
    color: #2575fc;
    padding-right: 0.5rem;
}
h3.period_tit {
    margin: 2rem 0 1rem;
}
.priceTable.addTable {
    margin-top: 120px;
    position: relative;
    border: 2px solid #222;
}
.priceTable.addTable:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url(https://image.lguplus.com/static/ib-static/pc/eng/img/common/icon-plus.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.addTable ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.addTable ul li {
    width: 14.28%;
    padding: 35px 0;
    font-size: 1rem;
}
.addTable ul li + li {
    border-left: 1px solid #c9c9c9;
}
ul.voice_txt {
    list-style: none;
    margin-top: 1rem;
    padding: 0;
}
.travel_date h3 {
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.travel_date label {
    width: 100%;
    margin-bottom: 1.5rem;
}
.travel_date label input {
    width: 200px;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.travel_date label div {
    margin-top: 0.5rem;
}
.travel_input {
    padding: 1.5rem 0 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.travel_date2 label {
    width: 100%;
}
.travel_date2 label select {
        display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 10px;
    border: none;
    background: #F5F5F5;
    outline: none;
    margin-top: 0.5rem;
}
.travel_date2 label {
    margin-top: 1.5rem;
}
.travel_date2 {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #000;
}
.travel_total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}
.travel_total b {
    font-size: 1.5rem;
}
.travel_btn {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
}

.travel_btn button {
    background: #B5B5B5;
    border: none;
    border-radius: 10px;
    width: 50%;
    padding: 1.5rem;
    color: #fff;
}
.offcanvas.offcanvas-top.offcan {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navbar-expand-lg .offcanvas .offcanvas-body select {
        margin-left: 1rem;
    padding: 0 0.5rem;
}
.col-md-2.foot_ul {
    width: 16%;
}
img.img-fluid.img-fluid2 {
        width: 75%;
    }
@media screen and (max-width: 1200px) {

    .owl-carousel.owl-loaded.owl-width {
        width: 90%;
    }

    .application ul {
        list-style: none;
        color: #282828;
        line-height: 1.8;
        background-image: url(../images/main_table_mid.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .travel-heading-1.pt-4 {
        width: 100%;
        display: flex;
        margin-bottom: 4rem;
    }
    .text-center {
        text-align: center!important;
        margin-bottom: 40px;
    }

    .img_container .img_number {
        position: absolute;
        top: -8%;
        right: 0;
        width: 18%;
    }

    .img_number h3 {
        font-size: 0.8rem;
    }
    .img_container .img_pic img {
        width: 100%;
        height: 100%;

    }
    .img_number span {
        font-size: 1.9rem;
    }
    .img_number span.super {
        position: relative;
        top: -3px;
        left: -5px;
        vertical-align: super;
        font-weight: 500;
        font-size: 1.7rem;
    }

    .application ul {
        list-style: none;
        color: #282828;

        background-image: url(../images/main_table_mid.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }


    .navbar-expand-lg .offcanvas .offcanvas-body select {
    margin-left: 1rem;
    padding: 0.5rem;
    margin-top: 2rem;
}
    .offcanvas.offcanvas-top.offcan.offcan_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .travel_date label input {
    width: 32.5%;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
}


    .sec02_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
    .bg-white {
    width: 100%;
}
    .rolling {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
}
    .img_container {
    width: 100%;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 9rem;
}
    .tavel-heading-1.travel_head {
        margin-top: 5rem;
    }
    .plan_wrap ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}
    .plan_wrap ul li {
    width: 100%;
    border: 1px solid #ddd;
            margin-bottom: 1rem;
}
    .plan_wrap ul li .m_table ul {
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-direction: row;
}
    .plan_wrap ul li .m_table ul li {
        margin-bottom: 0;
    }
    .usim_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
    .usim_wrap .usim_con {
    width: 100%;
}
    .usim_wrap .usim_con img {
        width: 100%;
    }

.usim_wrap .usim_con h3 {
    margin-bottom: 2rem;
    font-weight: bold;
    margin-top: 3rem;
}
.goods_use ul li {
    width: 100%;
    margin-right: 40px;
    padding: 40px 20px 50px;
    border-radius: 12px;
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    margin-left: 40px;
    margin-bottom: 2rem;
}
.goods_use ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
}
    .goods_use ul li:last-of-type {
   margin-right: 40px;
}
    .elementor-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
    .elementor-wrap .elementor-box {
    width: 100%;
    padding: 50px 0px 50px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;

    margin-bottom: 1rem;

}
    .row.airport_wrap {
            display: flex;
    flex-wrap: wrap;
    }
    .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
    .px-5.airport {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

    .goods_useDevice dl dt {
    padding: 80px 0 60px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
 .goods_useDevice dl dt .img {
    padding-left: 0;
    width: 73%;
    margin-bottom: 3rem;
}
    .goods_useDevice dl dt .img img {
        width: 100%;
    }
    .goods_useDevice dl dt ul {
    padding: 0 1rem;
    counter-reset: chapter 0;
}
    .goods_useDevice dl dd ul li {
            margin-bottom: 1rem;
    }
        .recharge02_con {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
    .recharge02_con > li {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    height: 309px;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
}
    .recharge02_con > li + li {
    margin-left: 0;
    margin-top: 2rem;
}
    .recharge02_con > li > a > p {
    font-size: 20px;
    color: #666;
    padding: 0 1rem;
}
}



@media screen and (max-width: 990px) {
.sam_btn button {
    width: 28%;
    margin: 1rem auto 0;
    border-radius: 50px;
    border: none;
    background: #4B87EC;
}

    .align-center.mo_h5 {
        width: 100%;
    }


    .card .location {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #2E98DD;
        color: #fff;
        font-size: 12px;
        padding: 0.6em 1.2em;
        line-height: 1;
        font-weight: 400;
        margin: 20px;
        border-radius: 999px;
        font-size: 10px;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
        height: auto;
    }
.col-md-2.foot_ul {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
    margin: 2rem 0 0;
}
    .pt-5.foot_ul_link {
    padding-top: 1rem!important;
}
    .row .col-md-4 {
        margin-top: 40px;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }


    .today-section {
        background-color: #263F66;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 20px;

    }
    .travel-heading-1.pt-4 {
        width: 100%;
        display: flex;
        margin-bottom: 4rem;
    }
    .text-center {
        text-align: center!important;
        margin-top: 40px;
    }


    .img_container .img_number {
        position: absolute;
        top: -8%;
        right: 0;
        width: 40%;
    }

    .img_number h3 {
        font-size: 0.8rem;
    }
    .img_container .img_pic img {
        width: 100%;
        height: 100%;

    }
    .img_number span {
        font-size: 1.3rem;
    }
    .img_number span.super {
        position: relative;
        top: -3px;
        left: -5px;
        vertical-align: super;
        font-weight: 500;
        font-size: 1.7rem;
    }

    .application ul {
        list-style: none;
        color: #282828;

        background-image: url(../images/main_table_mid.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }


    .navbar-expand-lg .offcanvas .offcanvas-body select {
    margin-left: 1rem;
    padding: 0.5rem;
    margin-top: 2rem;
}
    .offcanvas.offcanvas-top.offcan.offcan_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .travel_date label input {
    width: 32.5%;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
}


    .sec02_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
    .bg-white {
    width: 100%;
}
    .rolling {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
}
    .img_container {
    width: 100%;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 9rem;
}
    .tavel-heading-1.travel_head {
        margin-top: 5rem;
    }
    .plan_wrap ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}
    .plan_wrap ul li {
    width: 100%;
    border: 1px solid #ddd;
            margin-bottom: 1rem;
}
    .plan_wrap ul li .m_table ul {
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-direction: row;
}
    .plan_wrap ul li .m_table ul li {
        margin-bottom: 0;
    }
    .usim_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
    .usim_wrap .usim_con {
    width: 100%;
}
    .usim_wrap .usim_con img {
        width: 100%;
    }

.usim_wrap .usim_con h3 {
    margin-bottom: 2rem;
    font-weight: bold;
    margin-top: 3rem;
}
.goods_use ul li {
    width: 100%;
    margin-right: 40px;
    padding: 40px 20px 50px;
    border-radius: 12px;
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    margin-left: 40px;
    margin-bottom: 2rem;
}
.goods_use ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
}
    .goods_use ul li:last-of-type {
   margin-right: 40px;
}
    .elementor-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
    .elementor-wrap .elementor-box {
    width: 100%;
    padding: 50px 0px 50px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;

    margin-bottom: 1rem;

}
    .row.airport_wrap {
            display: flex;
    flex-wrap: wrap;
    }
    .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
    .px-5.airport {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

    .goods_useDevice dl dt {
    padding: 80px 0 60px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
 .goods_useDevice dl dt .img {
    padding-left: 0;
    width: 73%;
    margin-bottom: 3rem;
}
    .goods_useDevice dl dt .img img {
        width: 100%;
    }
    .goods_useDevice dl dt ul {
    padding: 0 1rem;
    counter-reset: chapter 0;
}
    .goods_useDevice dl dd ul li {
            margin-bottom: 1rem;
    }

        .recharge02_con {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
    .recharge02_con > li {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    height: 309px;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
}
    .recharge02_con > li + li {
    margin-left: 0;
    margin-top: 2rem;
}
    .recharge02_con > li > a > p {
    font-size: 20px;
    color: #666;
    padding: 0 1rem;
}


}




@media screen and (max-width: 640px) {
.text_img1.text-center {
    margin-bottom: 0;
    width: 100%;
}
    .text_img2.text-center {
            margin-top: 0;
    }
    img.img-fluid.img-fluid2 {
        width: 50%;
    }
        .row {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: hidden;
}
    .mo_tit.mo_kt .col-md-1 {
            width: 33%;
    }
    .align-center.mo_h5 {
    /* width: 100%; */
    margin: 1rem 0;
}
.align-center.mo_h5 h5 {
        font-size: 1rem;
    margin: 0;
    }
.mo_tit .col-md-2 {
    flex: 0 0 auto;
    width: 42%;
    height: auto;
}
    .mo_tit {
    display: inline-flex;
    width: 68%;
    flex-direction: row;
    align-items: center;
}
.border-top-bottom.pt-2.bp2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
        margin: 0;
}
.mo_btn.text-center .apply-btn {
    margin-bottom: 0 !important;
}
 .offset-md-6.mo_btn {
    margin: 0;
    width: 30%;
}
   .pb-5.m_wifi {
    padding-top: 0!important;
    overflow: auto;
}
.esimUsim_table {
    text-align: center;
    border: 1px solid #ddd;
    width: 400%;
    border-top: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
}







    .col-md-2.bg-dark.p-4 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
}
    .travel-heading-1.pt-4 {
        width: 100%;
        display: flex;
        margin-bottom: 4rem;
    }
    .text-center {
        text-align: center!important;
        margin-bottom: 40px;
    }

    .img_container .img_number {
        position: absolute;
        top: -8%;
        right: 0;
        width: 40%;
    }

    .img_number h3 {
        font-size: 0.8rem;
    }
    .img_container .img_pic img {
        width: 60%;
        height: 60%;
        margin-top: 81px;
    }
    .img_number span {
        font-size: 1.3rem;
    }
    .img_number span.super {
        position: relative;
        top: -3px;
        left: -5px;
        vertical-align: super;
        font-weight: 500;
        font-size: 1.7rem;
    }

    .application ul {
        list-style: none;
        color: #282828;

        background-image: url(../images/main_table_mid.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }


    .navbar-expand-lg .offcanvas .offcanvas-body select {
    margin-left: 1rem;
    padding: 0.5rem;
    margin-top: 2rem;
}
    .offcanvas.offcanvas-top.offcan.offcan_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .travel_date label input {
    width: 32.5%;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
}


    .sec02_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
    .bg-white {
    width: 100%;
}
    .rolling {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
}
    .img_container {
    width: 100%;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 9rem;
}
    .tavel-heading-1.travel_head {
        margin-top: 5rem;
    }
    .plan_wrap ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}
    .plan_wrap ul li {
    width: 100%;
    border: 1px solid #ddd;
            margin-bottom: 1rem;
}
    .plan_wrap ul li .m_table ul {
    display: flex;
    align-items: stretch;
    padding: 0;
    flex-direction: row;
}
    .plan_wrap ul li .m_table ul li {
        margin-bottom: 0;
    }
    .usim_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
    .usim_wrap .usim_con {
    width: 100%;
}
    .usim_wrap .usim_con img {
        width: 100%;
    }

.usim_wrap .usim_con h3 {
    margin-bottom: 2rem;
    font-weight: bold;
    margin-top: 3rem;
}
.goods_use ul li {
    width: 100%;
    margin-right: 40px;
    padding: 40px 20px 50px;
    border-radius: 12px;
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    margin-left: 40px;
    margin-bottom: 2rem;
}
.goods_use ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
}
    .goods_use ul li:last-of-type {
   margin-right: 40px;
}
    .elementor-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
    .elementor-wrap .elementor-box {
    width: 100%;
    padding: 50px 0px 50px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;

    margin-bottom: 1rem;

}
    .row.airport_wrap {
            display: flex;
    flex-wrap: wrap;
    }
    .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
    .px-5.airport {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

    .goods_useDevice dl dt {
    padding: 80px 0 60px;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
 .goods_useDevice dl dt .img {
    padding-left: 0;
    width: 73%;
    margin-bottom: 3rem;
}
    .goods_useDevice dl dt .img img {
        width: 100%;
    }
    .goods_useDevice dl dt ul {
    padding: 0 1rem;
    counter-reset: chapter 0;
}
    .goods_useDevice dl dd ul li {
            margin-bottom: 1rem;
    }



    .recharge02_con {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
    .recharge02_con > li {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    height: 309px;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 20px 5px rgb(0 0 0 / 12%);
}
    .recharge02_con > li + li {
    margin-left: 0;
    margin-top: 2rem;
}
    .recharge02_con > li > a > p {
    font-size: 20px;
    color: #666;
    padding: 0 1rem;
}
}




/**/

.nav_css{
    color: black;
    font-size: 21px;
    font-weight: 500;
}
.center{
    text-align: center;
}
.bold{
    font-weight:600;
}
.blue{
    color: #4C52B7;
}
.dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none;
}
.desktop{
    display: block;
}
.tablet{
    display: none!important;
}
.mobile{
    display: none!important;
}
.mobile_tablet{
    display: none!important;
}
.dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none;
}
.offcanvas-body{
    margin-right:0 !important;
}

@media all and (min-width:768px) and (max-width:990px) {
    .desktop{
        display: none!important;
    }
    .tablet{
        display: block!important;
    }
    .mobile{
        display: none!important;
    }
    .mobile_tablet{
        display: block!important;
    }
    .navbar-toggler{
        margin-right: -92%;
    }
    .lang{
        margin-right: 14.5%;
    }
    .container_mobile{
        padding: 0 0 0 0;
    }
    .btn-group.mobile {
        margin-right: 4px;
    }
    .navbar-brand{
        margin-left: 4px;
    }
    .mobile.nav-right{
        position: absolute;
        right: 8px;
    }
    .nav-item.tablet > button{
        font-size: 15px;
        width: 100%;
    }
}
@media all and (max-width:767px) {
    .desktop{
        display: none!important;
    }
    .tablet{
        display: none!important;
    }
    .mobile{
        display: block!important;
    }
    .mobile_tablet{
        display: block!important;
    }
    .navbar.navbar-expand-lg{
        padding: 0;
    }
    .container_mobile{
        padding: 5px 0 0 0;
    }
    .btn-group.mobile {
        margin-right: 4px;
    }
    .navbar-brand{
        margin-left: 4px;
    }
    .mobile.nav-right{
        position: absolute;
        right: 8px;
    }
    .nav-item.mobile > button{
        font-size: 15px;
        width: 100%;
    }
    .desktop_tablet{
        display: none!important;
    }
    .logo{
        margin-left: 8px!important;
    }
    .offcanvas-body.offcanvas-body-css{
        margin:unset;
    }
    .navbar-nav{
        align-items: unset;
    }
    .page-link {
        font-size: calc(var(--bs-pagination-font-size) + 0.15rem);
    }
}

@media (max-width: 767px) {
    .form-control {
        /*width: 100%;*/
    }
}




/* pagination
------------------------------------ */
:root {
    --pagination-default-color: #6c757d;
    --pagination-hover-background-color: #e9ecef;
    --pagination-hover-color: #0d6efd;
    --pagination-active-background-color: #0a58ca;
    --pagination-active-color: #fff;
    --bs-pagination-border-radius: 0px;
    --bs-pagination-border-color: none;
}
.pagination.justify-content-center .page-item a {
    color: var(--pagination-default-color);
}
.pagination.justify-content-center .page-item a:hover {
    background-color: var(--pagination-hover-background-color);
    color: var(--pagination-hover-color);
}
.pagination.justify-content-center .page-item a.active {
    background-color: var(--pagination-active-background-color);
    color: var(--pagination-active-color);
}
.notice-section .pagination-nav{
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.page-item:not(:first-child) .page-link{
    margin-left: 3px;
}
@media all and (max-width: 767px) {
    .notice-section .pagination-nav {
        position: unset;
        transform: unset;
        margin-top: 12px;
    }
}
















