@charset "UTF-8";
* {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    font-family: Poppins,sans-serif;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    width: 100%;
    min-height: 100%;

}
body {
    overflow-x: hidden;
    color: #536170;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    font-family: Poppins, sans-serif;
    letter-spacing: -.02em;
    line-height: 1.75;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight: 600;
}
button {
    border: 0;
    cursor: pointer;
}


/* ouline disabled */
.outline-disabled * {
    outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
    margin: 0; /* IE7 */
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #536170;
}

i,
address,
dfn,
em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}


/* Form */
button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
}
button,
input {
    overflow: visible;
}

[type=reset],
[type=button],
[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

/* Align */
audio,
button,
canvas,
input,
label,
iframe,
img,
select,
svg,
video {
    vertical-align: middle;
}



::selection {
    text-shadow: none;
    background: #ddd;
}

/* ETC */
img,
a img,
fieldset {
    border: none;
}

:root {
    --tit-color: #054A8F;
    --em-color: #01BAEF;
}

:root {
    --tit-color: #054A8F;
    --em-color: #01BAEF;
}
.style-italic {
    font-style: italic !important;
}

header .bg_pop2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.popwrap {
    display: none;
    box-sizing: border-box;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 106px;
    z-index: 111;
}


.header-top {
    background: #f8f8f8;
}

.header-top .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 36px;
}

.header-console {
    display: flex;
}

.header-console .link-text {
    display: inline-block;
}

.btn-google-search {
    width: 20px;
    height: 20px;
    background: url('/images/common/ico_search.svg') 50% 50% no-repeat;
}

.link-call {
    color: var(--em-color);
    font-size: 14px;
    font-weight: 500;
}

.link-call a {
    color: var(--em-color);
}

.hour-wrap {
    display: inline-block;
    position: relative;
}

.hour-wrap .link-text {
    position: relative;
    padding-right: 15px;
    vertical-align: baseline;
}

.hour-wrap .link-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 8px;
    height: 4px;
    background: url('/images/common/hour_bullet.png') no-repeat;
}
.hour-board {
    display: none;
    position: absolute;
    top: 40px;
    right: -136px;
    width: 295px/*293px;*/;
    height: 65px;
    padding: 13px 20px;
    text-align: left;
    background: #fff;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 20%);
    z-index: 10;
    border-radius: 5px;
}
.link-text {
    padding-left: 10px;
    margin-left: 10px;
    color: #888;
    font-size: 14px;
    background: url('/images/common/icon_bar.svg') 0 50% no-repeat;
    font-weight: 400;
}
.nav {
    position: relative;
    width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.nav .logo {
    display: inline-block;
    margin-right: auto;
}
.nav-list:after {
    content: "";
    display: block;
    clear: both;
}
.nav-item {
    display: block;
    float: left;
    position: relative;
}
.nav-anchor-dp1 {
    display: block;
    position: relative;
    padding: 23px;
    color: #3C4147;
    font-weight: 600;
}
.nav-sub {
    display: block;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 68px;
    left: -24px;
    /*min-width: 385px;*/
    height: 0;
    padding: 30px 50px;
    background: #fff;
    border-radius: 20px;
    transform: translateX(0%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
}
.nav-sub > li {
    display: block;
}
.nav-anchor-dp2 {
    display: inline-block;
    position: relative;
    color: #3c4147;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.tp-ico-arrow {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 10px;
    transform: translateY(-50%);
}
.nav-item-type02 {
    position: static;
}
.nav-item-type02 .nav-sub {
    display: flex;
    justify-content: flex-start;
    top: 70px;
    left: 180px;
    max-width: 901px;
    width: 100%;
    padding: 30px 38px 30px 68px;
    transform: translateX(0);
    text-align: left;
}
.nav-item-type02 .nav-sub > li {
    width: 33.3333%;
}
.nav-item-type02 .sub-title {
    margin-bottom: 8px;
    font-weight: 600;
    color: #3C4147;
}
.nav-item-type02 > .nav-sub-type02 > li > ul > li + li {
    margin-top: 0px;
}
.nav-item-type02 .sub-title-dp2 {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #0188ef;
    font-weight: 500;
}
.nav-item-type02 .dot .anchor-dp3 > li {
    position: relative;
    padding-left: 14px;
}
.nav-item-type02 .dot .anchor-dp3 > li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #3c4147;
}
.nav-anchor-dp3 {
    font-size: 14px;
    font-weight: 400;
    color: #3C4147;
}
.nav-anchor-dp3 + span,
.nav-anchor-dp3 + a {
    display: block;
    font-size: 10px;
}
.nav-sub .add-icon {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding: 2px 8px 2px 19px;
    border-radius: 10px;
    background-color: #01BAEF;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    vertical-align: 1px;
}
.nav-sub .add-icon:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 13px;
    background: url('/images/icon/ico_triangle.svg')8px 5px no-repeat;
}
.nav-sub [class*=diff-menu] {
    margin-top: 10px;
}
.nav-sub .diff-menu .nav-anchor-dp3 {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}
.nav-sub .diff-menu .nav-anchor-dp3:before,
.nav-sub .diff-menu .nav-anchor-dp3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav-sub .diff-menu .nav-anchor-dp3:before {
    left: 0;
    width: 14px;
    height: 14px;
    background: var(--em-color);
    border-radius: 100%;
}
.nav-sub .diff-menu .nav-anchor-dp3:after {
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
}
.nav-sub .diff-menu-type02 .nav-anchor-dp3 {
    display: inline-block;
    position: relative;
    width: 134px;
    height: 36px;
    line-height: 36px;
    margin-top: 30px;
    margin-left: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    background: var(--em-color);
    border-radius: 5px;
}
.nav-sub .diff-menu-type02 .nav-anchor-dp3.add-icon:before{
    right: 19px;
    left: inherit;
    top: 10px;
}

.nav-sub > li.navForbes {
    padding-bottom: 10px;
}

.nav-sub > li.navForbes a {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-sub > li.navForbes a img {
    width: 134px;
    height: auto;
}

.nav-sub > li.navForbes span {
    display: block;
    margin-left: 16px;
    padding-left: 16px;
    font-size: 14px;
    letter-spacing: -.02em;
    color: #3C4147;
    border-left: 1px solid #bfc6cd;
    font-weight: 400;
}

.nav-sub > li.navForbes span::after {
    width: 18px;
    height: 12px;
    position: absolute;
    bottom: 6px;
    margin-left: 10px;
    background: url('/images/common/ico_arrow.svg')no-repeat center;
    content: '';
}

.nav .btnWrap {
    margin-left: auto;
}

.nav .btnWrap a + a {
    margin-left: 20px;
}

.nav .btn-book-demo-link {
    font-weight: 600;
    color: #fff;
}

.nav .btn-sign-up-free{
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 600;
}
.nav-list li:nth-child(6) .nav-sub {
    width: 340px;
}

.nav-list li:nth-child(7) .nav-sub {
    width: 248px;
}

.nav-list li:nth-child(8) .nav-sub {
    width: 354px;
}

.mobile-button {
    display: none;
}
.mobile-logo{
    display: none;
}
.covid-menu,
.contact-form-menu {
    display: none;
}
.logotree {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 90px;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    margin-top: 60px;
}
.tp-door-cont .jumbotron {
    gap: 40px;
    justify-content: space-between;
}
.jumbotron {
    display: flex
;
    align-items: center;
    gap: 9%;
    justify-content: flex-end;
}
.tp-door-cont .jumbotron + .jumbotron {
    margin-top: 60px;
}
.jumbotron.reverse {
    flex-direction: row-reverse;
}
.jumbotron + .jumbotron {
    margin-top: 80px;
}
.sub .tp-door-title.tp-type02 {
    margin-bottom: 40px;
    padding: 0 200px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.sub .accordion_text {
    display: flex;
}
.sub .accordion_text .accordion_col {
    width: 50%;
}
.sub .accordion_text .accordion_col .accordion_wrap {
    padding: 23px 22px;
    background: #F3F4F7;
    border-radius: 10px;
}
.sub .accordion_text .accordion_wrap .accordion_top {
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
}
.accordion_text .accordion_con {
    border-bottom: none;
}
.sub .accordion_text .accordion_wrap .accordion_con {
    overflow: hidden;
    position: relative;
    max-height: 0;
    color: #000;
    -webkit-transition: all .3s
    linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s
    linear;
}
.sub .accordion_text .accordion_wrap .accordion_top::before {
    content: '';
    display: inline-block;
    position: absolute;
    /* top: calc(50% - 2px); */
    top: 12px;
    left: 0px;
    width: 12px;
    height: 2px;
    background-color: var(--em-color);
}
.sub .accordion_text .accordion_wrap .accordion_top > span {
    font-weight: 500;
}
.sub .accordion_text .accordion_wrap .accordion_top::after {
    content: '';
    display: inline-block;
    position: absolute;
    /* top: calc(50% - 2px); */
    top: 12px;
    left: 0px;
    width: 12px;
    height: 2px;
    background-color: var(--em-color);
    transform: rotate(90deg);
    -webkit-transition: all .3s
    ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s
    ease;
}
.sub .accordion_text .accordion_col .accordion_wrap + .accordion_wrap {
    margin-top: 20px;
}
.sub .accordion_text .accordion_col + .accordion_col {
    margin-left: 42px;
}
.sub .accordion_text .accordion_col {
    width: 50%;
}
.sub .accordion_text .accordion_col .accordion_wrap.on {
    background-color: #fff;
    box-shadow: 0px 4px 15px 0 rgb(5 16 35 / 20%);
}
.sub .accordion_text .accordion_wrap.on .accordion_top + .accordion_con {
    padding-top: 22px;
}
.sub .accordion_text .accordion_wrap.on .accordion_con {
    max-height: 100%;
    color: #536170;
}
header.scrolled {
    background-color: #fff !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 200ms
    linear;
}
.ht {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.sub{
    margin-top: 120px;
}
.sub .subScript,
.sub .page_Decsub{
    text-align: center;
    margin-top: 16px; /*15 -> 16*/
    padding: 0px 30px 0;
    /*line-height: 1.7;*/
}
.tp-doorway-top {
    width: 100%;
    position: relative;
    margin-top: 36px;
    background: url('/images/common/subTop.webp')center no-repeat;
    background-size: cover;
    background-position: center 0;
}
.tp-doorway-top .content_box {
    display: flex;
    /*min-height: 332px;*/
    padding-top: 142px;
    padding-left: 100px;
    position: relative;
}
.tp-doorway-top .content_box .txtBox{
    padding-bottom: 90px;
    z-index: 2;
    max-width: 600px;
}
.tp-doorway-top .content_box .txtBox .location {
    margin-bottom: 10px;
}

.tp-doorway-top .content_box .txtBox .location ul {
    display: flex;
}

.tp-doorway-top .content_box .txtBox .location li {
    font-size: 14px;
    font-weight: 500;
    color: #3C4147;
}
.tp-doorway-top .txtBox h1{
    line-height: 1.2;
}
.tp-doorway-top .content_box .txtBox h2{
    color: #3C4147;
    line-height: 1.4;
}
.tp-doorway-top .content_box .txtBox .location li:nth-child(1),
.tp-doorway-top .content_box .txtBox .location li:nth-child(2){
    padding-right: 28px;
    background: url('/images/common/location_arr.svg')no-repeat 88% center;
}
.tp-doorway-top .content_box .txtBox .location li:last-child{
    background: none;
    padding-right: 0;
}
.tp-doorway-top .content_box .iframePop {
    position: absolute;
    top: 142px;
    right: 100px;
    /*margin-left: auto;
    margin-right: 100px;
    padding-top: 16px;*/
}
.tp-doorway-top .iframePop a img{
    width: 342px;
    height: 192px;
    border-radius: 12px;
    box-shadow: 0px -1px 30px 0 rgb(41 73 99 / 40%);
}
.iframeBox-web {
    display: none;
}
.tp-door-cont [class*=tp-side-img]:nth-child(2n) {
    margin-right: 38px;
}
.sitemap_menu {
    padding-left: 320px;
}
.sitemap_menu::after{
    display: block;
    clear: both;
    content: '';
}
.address_box {
    float: left;
}
.address_box > strong {
    display: block;
    margin-bottom: 25px;
}
.address_box > ul > li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #3c4147;
}
.address_box > ul > li > span {
    display: block;
}

.address_box > ul > li > span.hour {
    cursor: pointer;
}

.address_box > ul > li > span.hour strong {
    display: inline-block;
    padding-right: 13px;
}
.address_box > ul > li > span.hour strong:after{
    width: 8px;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 73px;
    background: url(/images/common/hour_bullet.png) no-repeat;
}
.address_box > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 19px;
    background: url(/images/icon_address.png) no-repeat;
}
.address_box > ul > li:nth-of-type(1):after {
    background-position: 0 3px;
}
.address_box > ul > li:nth-of-type(2):after {
    background-position: 0 -34px;
}
.address_box > ul > li:nth-of-type(3):after {
    background-position: 0 -68px;
}
.address_box > ul > li:nth-of-type(4):after {
    background-position: 0 -124px;
}
.content_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.content_box::before {
    display: block;
    clear: both;
    content: '';
}
.tp-doorway-top::after {
    height: 60px;
    content: '';
    display: block;
}
/*======= 푸터 =======================================================================*/
footer {
    position: relative;
    z-index: 3;
    width: 100%;
    color: #3c4147;
    font-weight: 400;
    font-size: 14px;
}
footer .inner {
    position: relative;
}
footer a {
    color: #3c4147;
    font-size: 14px;
}
.bot_sitemap {
    padding: 60px 0 40px;
    background: #ebebeb;
}
.bot_sitemap:after {
    content: "";
    display: block;
    clear: both;
}
.bot_sitemap .menu_box {
    float: left;
    width: 160px;
    margin-left: 60px;
}
.bot_sitemap .menu_box:first-child {
    width: 420px;
    margin-left: 0;
}
.bot_sitemap .menu_box:first-child ul {
    float: left;
    width: 202px;
}
.bot_sitemap .menu_box > strong {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #808080;
    color: #3c4147;
    font-weight: 700;
    font-size: 14px;
    font-weight: 700;
}
.bot_sitemap .menu_box > ul li {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: -.5px;
}
.bot_sitemap .menu_box > ul li:first-child {
    margin-top: 0;
}
.sns_box {
    margin-top: 0;
    text-align: right;
}
.sns_box:after {
    content: "";
    display: block;
    clear: both;
}
.sns_box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    background: url('/images/ico_sns.svg') no-repeat;
}
.sns_box a.link {
    background-position: 0 0;
}
.sns_box a.face {
    background-position: -30px 0;
}
.sns_box a.blog {
    background-position: -60px 0;
}
.sns_box a.twit {
    background-position: -90px 0;
}
.sns_box a.yotube {
    background-position: -120px 0;
}
.bot_menu {
    padding: 28px 0 34px 0;
    background: #fff;
}
.bot_menu .inner:after {
    content: "";
    display: block;
    clear: both;
}
.sela_logo {
    position: absolute;
    top: 9px;
    left: 10px;
}
.sela_logo img + a{
    margin-left: 28px;
}
.bot_copy {
    float: right;
    margin-top: 10px;
    color: #b6b9be;
    font-weight: 400;
    font-size: 12px;
}
.bot_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.bot_copy ul li {
    float: left;
    position: relative;
    padding: 0 15px 0 18px;
}
.bot_copy ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 2px;
    height: 8px;
    background: #b6b9be;
}
.bot_copy ul li a {
    color: #3c4147;
    font-weight: 400;
    font-size: 13px;
}
.bot_copy ul li:nth-of-type(1) {
    padding: 0 15px 0 0;
}

.bot_copy ul li:nth-of-type(1):after {
    display: none;
}

.bot_copy ul li:nth-last-of-type(1) {
    padding: 0 0 0 18px;
}
.bot_copy p {
    position: relative;
    margin-top: 5px;
    color: #3c4147;
    font-size: 11px;
    text-align: right;
}

.hour_tool {
    display: none;
    position: absolute;
    left: 0;
    z-index: 5;
    width: 295px/*293px;*/;
    height: 65px;
    padding: 13px 20px;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .2);
}


.bt_play{
    background-color: transparent;
}

.mobile-img{
    display: none;
}
/** text-to-win 등 서브 간격**/
.new.tp-door-container{
    margin-top: 40px;
}
.new .tp-door-cont{
    padding: 80px 0 0 0;
    margin-bottom: 80px;
}

.new .tp-door-cont .tp-side-img{
    margin: 0 auto;
    text-align: center;
}


/*title, desc*/
.new .tp-center-txt{
    text-align: center;
}

.new .tp-center-txt .subScript:nth-child(1){
    margin-top: 0;
}

.subScript .link {
    color: #0188EF;
}
:root {
    --tit-color:#054A8F;
    --em-color:#01BAEF;
}


.tp-doorway-top h1 {
    color: #3C4147;
    font-weight: 600;
    font-size: 48px;
    word-break: break-word;
    line-height: 1;
}
.tp-doorway-top h2, .tp-doorway-top p {
    margin-top: 10px; /*30 -> 26*/
    font-weight: 400;
    font-size: 20px;
}

.tp-door-cont .content_box:after, .tp-door-list-card:after, .tp-door-list-type01>li:after, .tp-door-list-type02:after, .tp-door-list-type06:after, .tp-door-list-type07>li:after, .tp-door-list:after, .tp-door-top .content_box:after {
    content: "";
    display: block;
    clear: both;
}

.tp-door-cont {
    padding: 80px 0;
}
/* popup common */
body.pop_open {
    overflow: hidden;
    height: 100%;
}
.bg_pop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.popwrap {
    display: none;
    box-sizing: border-box;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
}
.popwrap.top-type .popup {
    top: 0;
    transform: translate(-50%, 0);
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 333;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 38px;
    border: solid 1px #ebebeb;
    border-radius: 10px;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 6px rgba(152, 152, 152, .2);
}
.youtube_box {
    width: 100%;
    height: 338px;
}
iframe {
    border: 0;
}
.youtube_box iframe {
    width: 100%;
    height: 100%;
}
.pop_title {
    display: block;
    margin-bottom: 30px;
    color: #054A8F;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.pop_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    border: none;
    background: url('/images/common/pop_close.png') no-repeat;
    background-size: 10px 10px;
}
.tp-door-cont .jumbotron .text-group, .tp-door-cont .jumbotron.reverse .text-group {
    max-width: 640px;
    margin: 0;
}
.sub .vote_biz .content_box .check_box {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
    padding: 40px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .2);
}
.vote_biz > .content_box > .check_box h3 {
    color: #054A8F;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.vote_biz h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
}
.sub .vote_biz .content_box .check_box > div {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.sub .vote_biz .content_box .check_box > div ul {
    width: 448px;
    padding: 0;
}
.sub .vote_biz .content_box .check_box ul {
    padding-left: 20px;
    margin-top: 20px;
}
.sub .vote_biz .content_box .check_box ul li:nth-child(1) {
    margin-top: 0;
}
.sub .vote_biz .content_box .check_box ul li {
    margin-top: 12px;
    padding-left: 30px;
    background: url(/images/icon/ico_check_color.svg) no-repeat left center;
}
.jumbotron .text-group .title{
    font-size: 22px;
}
.jumbotron.reverse .imgBox {
    text-align: right;
}
#video_pop .popup {
    width: 660px;
    height: 450px;
    padding: 50px 20px 20px 20px;
}
.g2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 60px 0;
    gap: 20px;
}
.g2 li:nth-child(1) img {
    max-width: 78px;
}
.g2 li:nth-child(2) img {
    max-width: 97px;
}
.g2 li:nth-child(3) img {
    max-width: 109px;
}
.g2 li:nth-child(4) img {
    max-width: 78px;
}
.g2 li:nth-child(5) img {
    max-width: 105px;
}
.g2 li:nth-child(6) img {
    max-width: 78px;
}
.g2 li:nth-child(7) img {
    max-width: 86px;
}
.g2-mobile {
    display: none;
}
.g2-web {
    display: flex;
}
.hour-board {
    display: none;
    position: absolute;
    top: 40px;
    right: -136px;
    width: 295px;
    height: 65px;
    padding: 13px 20px;
    text-align: left;
    background: #fff;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 20%);
    z-index: 10;
    border-radius: 5px;
}
.hour-board span {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    color: #3c4147;
}
.hour-board:after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 140px;
    width: 24px;
    height: 12px;
    background: url(/images/common/hover_img.png) no-repeat;
}
header.scrolled .nav .btn-book-demo-link {
    color: #054A8F;
}
header.scrolled .nav .btn-sign-up-free {
    background: #054A8F;
}
@media screen and (max-width: 802px) {
    .g2-mobile {
        display: block;
    }

    .g2-web {
        display: none;
    }

    .g2-mobile-1 li:nth-child(1) img {
        max-width: 63px;
    }

    .g2-mobile-1 li:nth-child(2) img {
        max-width: 80px;
    }

    .g2-mobile-1 li:nth-child(3) img {
        max-width: 93px;
    }

    .g2-mobile-2 li:nth-child(1) img {
        max-width: 63px;
    }

    .g2-mobile-2 li:nth-child(2) img {
        max-width: 90px;
    }

    .g2-mobile-2 li:nth-child(3) img {
        max-width: 63px;
    }

    .g2-mobile-2 li:nth-child(4) img {
        max-width: 73px;
    }
}
@media screen and (max-width: 720px) {
    .popup {
        padding: 39px 15px;
    }
    .youtube_box {
        height: 160px;
    }
    .popup {
        padding: 39px 15px;
    }
    .pop_title {
        font-size: 20px;
    }
    #video_pop .popup {
        width: 320px;
        height: auto;
    }
}
.style-italic {
    font-style: italic !important;
}


@media screen and (max-width: 1350px){
    header {
        height: auto;
        z-index: 6;
    }
    .header-top {
        background: #f7f9fc;
    }

    .header-top .inner {
        justify-content: flex-end;
        width: 100%;
        height: 60px;
        padding: 0 10px;
    }
    .nav {
        width: 100%;
        height: 64px;
        padding: 0 16px;
        justify-content: center;
    }
    .nav .logo {
        position: absolute;
        margin-right: 0;
        top: 17px;
        z-index: 2;
    }
    .nav .logo img {
        width: 100px;
    }
    .nav-item {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nav-sub {
        position: static;
        width: 100%;
        min-width: auto;
        height: 0;
        padding: 0 0 0 30px;
        transition: opacity .5s;
        transform: translateX(0);
        box-shadow: none;
        border-top: 0;
        opacity: 0;
    }
    .nav-anchor-dp1 {
        padding: 6px 15px;
        font-weight: 600;
        font-size: 16px;
    }
    .nav-item-type02 .nav-sub {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 0 0 0 50px;
    }
    .text-color02 {
        color: #01baef !important;
    }
    .nav-item-type02 .nav-sub.nav-sub-type02 {
        padding: 0 0 0 30px;
    }
    .tp-ico-arrow {
        display: inline-block;
    }
    .nav-anchor-dp1 .tp-ico-arrow {
        right: 15px;
    }
    .nav-item-type02 .nav-sub > li {
        width: 100%;
    }
    .nav-item-type02 .nav-sub > li:first-child {
        margin-top: 0;
    }
    .nav-item-type02 .nav-sub > li + li {
        margin-top: 20px;
    }
    .nav-item-type02 .sub-title {
        margin-bottom: 10px;
    }
    .nav-anchor-dp3 {
        font-size: 12px;
    }
    .mobile-logo {
        display: block;
        margin-bottom: 32px;
        text-align: center;
    }
    .covid-menu, .contact-form-menu {
        display: block;
    }
    .nav-item + .nav-item {
        margin-top: 8px;
        padding-left: 0;
    }
    .mobile-button {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        position: absolute;
        top: -60px;
        left: 0;
        width: 60px;
        height: 60px;
        padding: 15px;
        border: 0;
        transition: all cubic-bezier(.680, -.550, .265, 1.550) .5s;
    }
    .mobile-button span {
        height: 2px;
        border-radius: 2px;
        background-color: #3C4147;
        transition: transform .2s ease-out, opacity .1s ease;
    }
    .mobile-button span:nth-child(1) {
        width: 24px;
    }
    .mobile-button span:nth-child(2) {
        width: 19px;
    }
    .mobile-button span:nth-child(3) {
        width: 24px;
    }
    .nav .btnWrap {
        display: none;
    }
    .nav-list {
        width: 100%;
        overflow-y: auto;
        display: none;
        position: fixed;
        left: -100%;
        height: 100%;
        padding-top: 18px;
        background: #fff;
        transition: left .2s;
        z-index: 1;
    }
    .header-console {
        flex-direction: column-reverse;
    }


    .link-text.btn-contact-us {
        padding-left: 0;
        margin-left: 0;
        background: none;
    }
    .content_box{
        width: 100%;
        padding: 0 16px;
    }
}
@media screen and (max-width: 1280px) {
    .bot_copy ul li {
        display: inline-block;
        float: none;
    }
    .tp-doorway-top h1 {
        text-align: center;
        font-size: 30px;
    }
    .tp-doorway-top .content_box .txtBox h2{
        text-align: center;
    }
    .tp-doorway-top .content_box .txtBox .location ul {
        justify-content: center;
    }
    body {
        overflow-x: hidden;
    }
    .bot_sitemap .menu_box:first-child {
        width: 100%;
    }
    .sitemap_menu {
        padding: 0;
    }
    .bot_sitemap .menu_box {
        width: 45%;
        margin-top: 30px;
    }
    .bot_sitemap .menu_box:nth-of-type(1) {
        margin-top: 30px;
    }
    .bot_sitemap .menu_box:nth-of-type(2) {
        margin-right: 2.5%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .bot_sitemap .menu_box:nth-of-type(3) {
        margin-left: 2.5%;
    }
    .bot_sitemap .menu_box:first-child ul{
        width: 50%;
    }
    .sela_logo {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .bot_copy {
        width: 100%;
        text-align: center;
    }
    .bot_copy ul li {
        display: inline-block;
        float: none;
    }
    .bot_copy p {
        left: 0;
        width: 100%;
        text-align: center;
    }
    .sns_box {
        padding: 0 0 0 0;
        text-align: center;
    }
    .tp-doorway-top,
    .tp-doorway-top.purple{
        min-height: 254px;
        margin-top: 60px;
        padding: 102px 15px 1px;
    }
    .tp-doorway-top .content_box .txtBox .location ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .tp-doorway-top .content_box{
        /*min-height: 180px;*/
        display: block;
        padding: 0;
    }
    .tp-doorway-top .content_box .txtBox,
    .tp-doorway-top .content_box .txtBox.type02{
        padding-bottom: 50px;
        max-width: 100%;
    }
    #container {
        position: relative;
        z-index: 3;
    }
    .sub .tp-door-cont .tp-side-img img {
        margin: 0 auto 0;
    }
    .inner {
        width: 100%;
        padding: 0 16px;
    }
    .jumbotron-type01 .text-group,
    .jumbotron-type01.reverse .text-group {
        max-width: 100%;
    }
    .jumbotron-list {
        margin-top: 0px;
    }
    .tp-side-img img {
        max-width: 100%;
    }
    .sub,
    .sub.tp-door-container{
        margin-top: 50px;
    }
    .jumbotron {
        flex-direction: column-reverse;
    }
    .jumbotron + .jumbotron {
        margin-top: 40px !important;
    }
    #container .jumbotron.reverse {
        flex-direction: column-reverse;
    }
    .jumbotron-list .web-img {
        display: none;
    }
    .jumbotron img {
        max-width: 100%;
    }
    .jumbotron .mobile-img {
        display: block !important;
        margin: 0 auto 30px;
    }
    .jumbotron .title + .mobile-img {
        margin-top: 20px;
    }
    .jumbotron .text-group,
    .jumbotron.reverse .text-group {
        max-width: 100%;
        margin: 45px 0 0 0;
    }
    .jumbotron .text-group .title,
    .jumbotron .text-group .desc {
        text-align: center;
    }
    .jumbotron iframe {
        max-width: 100%;
    }
    /* jumbotron-type01 */
    .jumbotron-type01 .overflow-right,
    .jumbotron-type01 .overflow-left {
        position: static;
    }
    /* jumbotron-type02 */
    .jumbotron-type02 {
        width: 100%;
    }
    .jumbotron-type02 .thumb-group img {
        width: 100%;
    }
    .jumbotron-type02 .thumb-group button {
        top: auto;
        bottom: -28px;
        transform: translate(-50%, 0);
    }
    .jumbotron-type02 .text-group {
        display: block;
        padding: 56px 26px 45px;
        margin: 0;
        border-radius: 0 0 8px 8px;
    }
    .jumbotron-type02 .text-group .title,
    .jumbotron-type02 .text-group .desc {
        text-align: left;
    }
    /* jumbtron-type03 */
    .jumbotron-type03 {
        flex-direction: row;
        padding: 30px 80px;
    }
    .jumbotron-type03 p {
        font-size: 28px;
    }
    /* jumbotron-type04 */
    .jumbotron-type04 {
        align-items: center;
    }
    .tp-door-cont .jumbotron{
        gap: 0;
    }
    /* jumbotron-type05 */
    .jumbotron-type05{
        flex-direction: column;
    }
    .tp-door-cont .jumbotron-type05{
        gap: 40px;
    }
    .tp-door-cont .jumbotron-type05 .text-group,
    .tp-door-cont .jumbotron-type05 .imgBox{
        padding-left: 0;
        text-align: center;
    }
    .service-list {
        margin-top: 0;
    }
    .service-list li {
        width: 32%;
        margin: 2% 0 0 0;
        margin-right: 0;
    }
    .customer-group .customer-list-item .txtWrap {
        padding-top: 74px;
        text-align: center;
        background-position: center 0px;
    }
    .tp-doorway-top:after,
    .tp-doorway-top.purple:after{
        display: none;
    }
    .tp-doorway-top .content_box .txtBox h2{
        text-align: center;
    }
    .tp-door-cont [class*=tp-side-img]:nth-child(2n) {
        margin-right: 0;
    }
    .tp-door-cont .tp-side-img img {
        display: block;
        /*max-width: 100% !important;*/
        margin: 40px auto 0;
    }
    .tp-door-cont .tp-side-img img.web-img{
        display: none;
    }
    .tp-door-cont .tp-side-img{
        margin: 40px auto 0;
    }
    .tp-door-cont .tp-side-img img{
        margin: 0;
    }

    .tp-door-cont .tp-side-img.img-type-02 .web-img{
        display: block;
        opacity: 1;
    }
    .tp-door-cont .tp-side-img.img-type-02 .mobile-img{
        display: none;
    }
    header {
        z-index: 6;
    }
    #container {
        position: relative;
        z-index: 3;
        /*padding: 60px 0 0 0;*/
    }
    .tp-doorway-top .content_box .iframePop {
        display: none;
    }
    .iframeBox-web{
        display: block;
        padding: 0 16px;
    }
    .iframeBox-web a {
        width: 342px;
        display: block;
        margin: 0 auto;
    }
    .iframeBox-web a img{
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 16px;
    }
    .sub .accordion_text{
        display: block;
    }
    .sub .accordion_text .accordion_col {
        width: 100%;
    }
    .sub .accordion_text .accordion_col + .accordion_col{
        margin-left: 0;
        margin-top: 20px;
    }
    .web-img{
        display: none;
        opacity: 0;
    }
    .mobile-img{
        display: block;
        opacity: 1;
    }
    .tp-door-cont {
        padding: 0 !important;
    }
    .new .tp-door-cont.tp-bg-type02 {
        padding: 60px 0 60px 0 !important;
    }
    .g2 {
        flex-wrap: wrap;
    }
    .bot_copy {
        width: 100%;
        text-align: center;
    }
    .sub .tp-door-cont.tp-bg-type02 + .tp-door-cont{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}


/* tablets */
@media screen and (max-width: 768px) {
    .sub .tp-door-title.tp-type02,
    .sub .tp-door-top h2 {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .sub .subScript{
        padding: 0;
        font-size: 15px;
    }
    .sub .subScript:nth-child(1){
        margin-top: 0;
    }
    .sub .vote_biz .content_box .check_box > div{
        flex-direction: column;
        padding: 0;
        gap: 20px;
    }
    .sub .vote_biz .content_box .check_box > div ul{
        width: 100%;
    }
    .tp-door-cont .jumbotron .imgBox{
        width: 100%;
        text-align: center;
    }
    .g2 {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px 16px;
        text-align: center;
    }
    .g2-mobile-1{
        margin: 45px 0 28px 0 ;
    }
    .g2-mobile-2{
        margin: 0 0 60px 0 ;
    }
    .sub .vote_biz .content_box .check_box ul {
        margin-top: 0;
    }
}
@media screen and (max-width:1200px) {
    .content_box{
        width: 100%;
    }

    /*header, footer hour*/
    .hour-board{
        right: -70%
    }
    .hour-board:after{
        left: 70%;
    }
    /* credit-union review*/
    .review{
        padding: 0;
    }
    .first-box {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width:1180px) {

    .vote_biz > .content_box {
        padding: 0;
    }

    .vote_biz > .content_box > .check_box {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 40px;
    }

}
@media screen and (max-width:1050px) {
    .bot_sitemap .menu_box:first-child ul {
        width: 50%;
        /*height: 305px;*/
    }
    #float_contact .popup {
        top: 0;
        transform: translate(-50%, 50%);
    }
}
@media screen and (max-width:720px) {
    .popup {
        padding: 39px 15px;
    }
    .only-web-view {
        display: none !important;
    }
    .jumbotron .text-group .title{
        font-size: 26px;
    }
    .address_box {
        position: relative;
        left: 0;
    }
    .address_box > ul > li {
        float: left;
        width: 50%;
    }
}
@media screen and (max-width:444px) {
    .sub .howto .content_box .tab .tabTit ul li:nth-child(2)::after,
    .sub .howto .content_box .tab .tabTit ul li:nth-child(3)::after{
        width: 132px;
    }
    .bot_sitemap .menu_box:nth-of-type(2) {
        position: relative;
    }

    .address_box > ul > li {
        float: none;
        width: 100%;
    }
}
/* mobile */
@media screen and (max-width: 500px) {
    .form-columns-2 {
        display: block;
    }
    .form-columns-2 > div {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .hbspt-form .hs-form-field label {
        margin-top: 10px;
        font-size: 14px !important;
    }
    .hbspt-form .hs-form-field .input textarea {
        height: 100px !important;
    }
    #float_contact .popup {
        transform: translate(-50%, 0%) !important;
    }
    .bot_copy ul li {
        padding: 0 10px 0 12px;
    }
    .bot_sitemap .menu_box > ul li{
        padding-right: 10px;
    }
    body{
        font-size: 15px !important;
    }
    .tp-doorway-top,
    .tp-doorway-top.purple{
        min-height: 100%;
        margin-top: 60px;
        padding-top: 102px;
        margin-bottom: 80px;
    }
    .tp-doorway-top{
        background-position: 65% -18px;
    }
    #container{
        padding: 0;
    }
    .bot_banner{
        margin-top: 0;
    }
    .tp-doorway-top .content_box {
        /*min-height: 150px;*/
        display: block;
        padding: 0px;
    }
    .tp-doorway-top .content_box .txtBox .location{
        margin-bottom: 10px;
    }
    .tp-doorway-top h2 {
        margin-top: 25px !important;
        text-align: center;
        font-size: 18px !important;
    }
    .tp-doorway-top h2, .tp-doorway-top p{
        margin-bottom: 46px;
    }
    .tp-door-logo object:nth-of-type(1),
    .tp-door-logo object:nth-of-type(2){
        margin-top: 0;
    }
    .tp-door-logo object:nth-last-child(1),
    .tp-door-logo object:nth-last-child(2){
        /*margin-bottom: 0;*/
    }
    .sub{
        margin-top: 50px;
    }
    .sub .tp-door-title.tp-type02{
        margin-bottom: 20px;
    }
    .sub .tp-side-txt>.tp-door-title{
        margin-top: 0;
    }
    .jumbotron .mobile-img {
        margin: 0 auto 16px;
        width: 100%;
        /*
         margin-top: 22px;
         padding: 0 34px;
         */
    }
    .jumbotron .title + .mobile-img {
        margin-top: 16px;
    }

    .iframeBox-web a{
        width: 100%;
    }
    .sub .accordion_text {
        display: block;
    }
    .sub .accordion_text .accordion_col,
    .faq_wrap.sub .accordion_text .accordion_col {
        width: 100%;
    }
    .sub .accordion_text .accordion_col + .accordion_col {
        margin-left: 0;
        margin-top: 20px;
    }
    .sub .accordion_text .accordion_wrap .accordion_top > span{
        /*padding-left: 22px;*/
    }
    .sub .subScript,
    .sub .page_Decsub,
    .sub .subTxt{
        padding: 0px 14px 0
    }
    .hbspt-form .hs-form-field label {
        margin-top: 10px;
        font-size: 14px !important;
    }
    .sub.tp-door-container{
        margin-top: 50px;
    }
    .sub .tp-door-cont .tp-side-img img{
        width: 70%;
        margin-bottom: 0;
    }
    .popup .hbspt-form .hs-submit{
        text-align: center;
    }
    .tp-doorway-top .content_box .txtBox h2{
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .tp-doorway-top .content_box .txtBox,
    .tp-doorway-top .content_box .txtBox.type02{
        padding-bottom: 0;
    }
    #coreGetForm .pop_title, #advGetForm .pop_title{
        margin-bottom: 29px;
        font-size: 20px;
    }
    .hbspt-form .hs_error_rollup li{
        text-align: left;
    }
    .sub .doWrap .mms_list li + li{
        margin-top: 40px;
    }
    .sub .casestudy{
        margin: 0 auto 60px;
    }
    .sub .howto .videoWrap {
        width: 100%;
        height: auto;
        margin-top: 60px;
        padding: 0 ;
    }
    .sub .tp-door-cont .tp-side-img img,
    .sub .tp-door-cont .tp-side-img object{
        width: 100%;
    }

    #float_contact .popup {
        transform: translate(-50%, 0%) !important;
    }
    .sub .icon_textlist ul.advanlist li{
        padding: 30px 16px;
    }
    .sub .vote_biz > .content_box{
        padding: 0;
    }
    .sub .vote_biz .content_box .check_box{
        margin-bottom: 0;
        padding: 40px 30px;
    }
    .vote_biz > .content_box > .check_box h3{
        text-align: center;
        line-height: 1.3;
    }
    .sub .vote_biz .content_box .check_box ul li{
        background-position: 0 center;
        font-size: 16px;
    }

    .tp-door-cont .jumbotron,
    #container .jumbotron.reverse{
        flex-direction: column;
    }
    .tp-door-cont .jumbotron .text-group .title{
        font-size: 20px;
    }
    .tp-door-cont .jumbotron .text-group .desc{
        font-size: 15px;
    }
    .tp-door-cont .tp-side-img.img-type-02 .web-img{
        display: none;
        opacity: 0;
    }
    .tp-door-cont .tp-side-img.img-type-02 .mobile-img{
        display: block;
        opacity: 1;
        width: 100%;
    }
    .logotree{
        flex-direction: column;
        gap: 45px;
        align-items: center;
    }
    .sub .vote_biz .content_box .check_box ul{
        padding-left: 0;
    }
    .new .tp-center-txt p:last-child {
        margin-bottom: 0;
    }
}


