:root {
    --main-color: #2250ac;
    --light-blue-color: #ecf3ff;
    --gray-color: #999999;
    --pink-color: #f41151;
	--orange-color: #CC0404;
    --brown-color: #803100;
}

html,
body {
    font-size: 16px;
    line-height: 1.2;
/*     letter-spacing: 0.05rem; */
}

.container {
	padding: 0;
}

p {
    margin-bottom: 0.5rem;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 1rem;
}

.m-0 {
	margin: 0;
}

.m-8 {
    margin: 0.5rem 0 !important;
}

.m-16 {
    margin: 1rem 0 !important;
}

.m-24 {
    margin: 1.5rem 0 !important;
}

.m-64 {
    margin: 4rem 0;
}

.mt--64 {
    margin-top: -4rem;
}

.mt--96 {
    margin-top: -6rem;
}

.mt-8 {
    margin-top: 0.5rem;
}

.mt-16 {
    margin-top: 1rem;
}

.mt-24 {
    margin-top: 1.5rem;
}

.mt-32 {
    margin-top: 2rem;
}

.mt-72 {
    margin-top: 4.5rem;
}

.mr-8 {
    margin-right: 0.5rem;
}

.mr-16 {
    margin-right: 1rem;
}

.mb-8 {
    margin-bottom: 0.5rem !important;
}

.mb-16 {
    margin-bottom: 1rem !important;
}

.mb-24 {
    margin-bottom: 1.5rem !important;
}

.mb-32 {
    margin-bottom: 2rem !important;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mb-64 {
    margin-bottom: 4rem;
}

.mb-80 {
    margin-bottom: 5rem !important;
}

.plr-16 {
    padding: 0 1rem;
}

.pd-16 {
    padding: 1rem;
}

.pd-24 {
    padding: 1.5rem;
}

.pd-32 {
    padding: 2rem;
}

.pd-40 {
    padding: 2.5rem;
}

.pr-16 {
    padding-right: 1rem;
}

.text-blue {
    color: var(--main-color) !important;
}

.text-gray {
    color: var(--gray-color) !important;
}

.text-black {
    color: initial !important;
}

.text-red {
    color: var(--pink-color) !important;
}

.lh-1_5 {
    line-height: 1.5 !important;
}

.lh-1_2 {
    line-height: 1.2 !important;
}

.p-relative {
    position: relative;
}

.h-100 {
    height: 100% !important;
}


/* backup */

.white-bg {
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.cus-primary-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: var(--main-color);
    padding: 14px 40px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    transition: all 0.2s;
}

.cus-primary-btn:hover,
.cus-primary-btn:focus {
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
    filter: brightness(0.8);
}

.cus-second-btn {
    display: inline-block;
    font-size: 16px;
    color: var(--main-color);
    text-align: center;
    background-color: #fff;
    padding: 13px 40px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    text-decoration: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    transition: all 0.2s;
}

.cus-second-btn:hover,
.cus-second-btn:focus {
    color: var(--main-color);
    background-color: var(--light-blue-color);
    box-shadow: none;
}

.cus-link-style {
    display: inline-block;
    color: var(--main-color);
    text-decoration: underline !important;
    cursor: pointer;
    transition: all 0.2s;
}

.cus-link-style:hover,
.cus-link-style:focus {
    filter: brightness(0.8);
}

.second-title-wrap {
    display: inline-block;
    background: var(--light-blue-color);
    font-weight: bold;
    border-radius: 1.5rem;
    color: var(--main-color);
    padding: 0.5rem 3rem;
}

.index-sec1 {
    min-height: 600px;
}

.index-sec1 .row .col-md-6:first-child {
    padding-top: 10rem;
}

.bounce-top {
    animation: bounce-top 2s ease-in-out infinite both;
}

@keyframes bounce-top {
    0% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }
    10% {
        transform: translateY(-10px);
        animation-timing-function: ease-in;
    }
    25% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }
    35% {
        transform: translateY(-6px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }
}

.steps-underline {
    width: 100%;
    border: 1px solid var(--main-color);
    position: absolute;
    right: -50%;
    top: 50%;
    z-index: -1;
}

.img-zoomin {
    transition: all 0.2s;
}

.img-zoomin:hover {
    transform: scale(1.3);
}

.bg-shadow {
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.1);
}

.list-item-check {
    min-width: 2rem;
    display: inline-block;
    padding-right: 0.5rem;
}

.js-trigger-image-modal:hover {
    cursor: zoom-in;
}

/* carousel */

.card {
    border: none !important;
}

.slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li.slick-active button:before {
    color: var(--main-color) !important;
}

.backup-table td,
.backup-table th {
    padding: 1rem;
}

.backup-table thead {
    background-color: var(--main-color);
    color: #fff;
}

#backup-table td:nth-child(3) {
    background-color: var(--light-blue-color);
}

#backup-table td:first-child {
    background-color: #f5f5f7;
    font-weight: bold;
}

/* thanksgiving */

.ff-serif {
    font-family:  'Noto Serif', 'Noto Serif TC', 'Noto Serif SC', 'Noto Serif KR', 'Noto Serif JP', 'SF Pro', 'New York', 'Georgia', 'Helvetica', serif;
}

.fc-orange {
    color: var(--orange-color) !important;
}

.fc-brown {
    color: var(--brown-color) !important;
}

.tg_bnr {
    position: relative;
    min-height: 640px;
    background-image: url(https://wordpress-685568-2318467.cloudwaysapps.com/wp-content/uploads/2021/11/Xmas_banner.png);
    background-position: center;
    background-size: cover;
}

.sec1-bk {
    background-image: url(https://wordpress-685568-2318467.cloudwaysapps.com/wp-content/uploads/2021/11/Xmas-right.png), url(https://wordpress-685568-2318467.cloudwaysapps.com/wp-content/uploads/2021/11/Xmas-left.png);
    background-position: 100% 40px, bottom left;
    background-repeat: no-repeat;
    background-size: 25%, 25%;
}

.cus-primary-btn.btn-orange {
	line-height: 1.2;
    background-color: var(--orange-color);
}

.cus-second-btn.btn-orange {
	line-height: 1.2;
    border: 1px solid var(--orange-color);
    color: var(--orange-color);
}

.cus-second-btn.btn-orange:hover,
.cus-second-btn.btn-orange:focus {
    background-color: #F2D5DB;
}

.tg_ul {
    list-style-image: url('https://wordpress-685568-2318467.cloudwaysapps.com/wp-content/uploads/2021/11/tg_icon_star.png');
	color: #000;
	margin: 0 0 1.5em 0;
}

.tg_img_shadow {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30%;
}

.tg_ad {
    background: radial-gradient(#ffffff, #ECF3FF);
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.tg_ad .tg_border {
    border: 2px solid #F5C21B;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
}

/* support-center */
.block {
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    padding: 24px;
    transition: all 0.2s ease-in-out;
}

.block:hover,
.block:focus {
    color: #000;
    background-color: var(--light-blue-color);
}

.post-info {
    padding: 12px 20px;
    background-color: var(--light-blue-color);
    color: var(--main-color);
    border-radius: 5px;
}

.download_item {
	position: relative;
    max-width: 300px;
    height: 100%;
    margin: auto;
	border:none;
}

.download_img {
    height: 90px;
    width: auto;
}

.gov-primary-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: var(--main-color);
    padding: 10px 40px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.gov-primary-btn:hover,
.gov-primary-btn:focus {
    color: #fff;
    background-color: var(--main-color);
	box-shadow: none;
    filter: brightness(0.8);
}

@media (max-width: 919px) {
    .sec1-bk {
        background-size: 16%, 40%;
    }
}

@media (max-width: 767px) {
    .m-16 {
        margin: 0.5rem 0 !important;
    }
    .m-24 {
        margin: 1rem 0 !important;
    }
    .m-64 {
        margin: 2rem 0;
    }
    .mt--64 {
        margin-top: -2rem;
    }
    .mt--96 {
        margin-top: -3rem;
    }
    .mt-16 {
        margin-top: 0.5rem;
    }
    .mt-24 {
        margin-top: 1rem;
    }
    .mt-32 {
        margin-top: 1.5rem;
    }
    .mt-72 {
        margin-top: 3.5rem;
    }
    .mr-16 {
        margin-right: 0.5rem;
    }
    .mb-16 {
        margin-bottom: 0.5rem !important;
    }
    .mb-24 {
        margin-bottom: 1rem !important;
    }
    .mb-32 {
        margin-bottom: 1.5rem !important;
    }
    .mb-40 {
        margin-bottom: 2rem;
    }
    .mb-64 {
        margin-bottom: 2rem;
    }
    .mb-80 {
        margin-bottom: 2.5rem !important;
    }
    .plr-16 {
        padding: 0 0.5rem;
    }
    .pd-16 {
        padding: 0.5rem;
    }
    .pd-24 {
        padding: 1rem;
    }
    .pd-32 {
        padding: 1.5rem;
    }
    .pd-40 {
        padding: 2rem;
    }
    .pr-16 {
        padding-right: 0.5rem;
    }
    .m-inline {
        display: inline;
    }
    .m-center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .m-left {
        text-align: left !important;
    }
    .m-hide {
        display: none;
    }
    .m-show {
        display: block;
    }
    .m-w-100 {
        width: 100%;
    }
    .second-title-wrap {
        padding: 0.5rem 1rem;
    }
    .index-sec1 .row .col-md-6:first-child {
        padding-top: 4rem;
    }
    .steps-underline {
        left: 50%;
        top: 50%;
        width: 1px;
    }
	.card {
        display: inline-flex !important;
    }
	.img-zoomin:hover,
    .img-zoomin:focus {
        transform: none !important;
    }
	/* thanksgiving */
    .tg_bnr {
        min-height: 500px;
        background-image: url(https://wordpress-685568-2318467.cloudwaysapps.com/wp-content/uploads/2021/11/Xmas_banner_m.png);
    }
    .sec1-bk {
        background-image: none;
    }
    .tg_ad {
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .tg_ad .tg_border {
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }
}