@charset "UTF-8";

/*  공통 */

.blind {
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0
}

.block {
    display: block;
}

.uppercase {
    text-transform: uppercase
}

html .text-color-primary,
html .text-primary {
    color: #0088CC !important;
}

ul,
ol {
    list-style: none;
}


/* 컬러 */

.cm {
    color: #0E61C5 !important;
}


/* 메인 */

.cs {
    color: #124479 !important;
}


/* 서브 */

.cp {
    color: #e55958 !important;
}


/* 서브 - 핑크 */

.cg {
    color: #bcc613 !important;
}


/* 서브 - 그린 */

.cr {
    color: red !important;
}


/* 서브 - red */

.cy {
    color: #f8981d !important;
}


/* 서브 - 옐로우 */

.ck {
    color: #000000 !important;
}


/* 검은색 */

.cw {
    color: #ffffff !important;
}


/* 흰색 */

.cb {
    color: #34b2ff !important;
}


/*  블루*/

.cg {
    color: #282828 !important;
}


/* 어두운 회색 */

.ca {
    color: #474747 !important;
}


/* 옅은 회색 */

.ci {
    color: #b2b1b1 !important;
}


/* 밝은 회색 */

.cr {
    color: #fa1416 !important;
}


/* 붉은색 */

.bg {
    background-color: #f0f0f0 !important;
}


/* 기본 */

.bgm {
    background-color: #0E61C5 !important;
}


/* 메인 */

.bgs {
    background-color: #124479 !important;
}


/* 서브 */

.bgp {
    background-color: #e55958 !important;
}


/* 서브 - 핑크 */

.bgg {
    background-color: #bcc613 !important;
}


/* 서브 - 그린 */

.bgy {
    background-color: #fffde8 !important;
}


/* 서브 - 옐로우 */

.bgw {
    background-color: #ffffff !important;
}


/* 흰색 */

.bg3 {
    background-color: #333 !important;
}


/* 옅은 회색 */

.bg6 {
    background-color: #626262 !important;
}


/* 옅은 회색 */

.bg9 {
    background-color: #b2b1b1 !important;
}


/* 옅은 회색 */

.bg0 {
    background-color: #f8f8f8 !important;
}


/* 옅은 회색 */

.bg.light {
    background-color: #f3f6fa !important;
}


/* 옅은 회색 */

.bgv {
    background-color: #f0edf7 !important;
}


/* 옅은 보라 */


/* 텍스트 */

.title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    word-wrap: normal;
    word-break: keep-all;
}

.title.light,
.title .light {
    font-weight: 300;
}

.title.bold,
.title .bold {
    font-weight: 500;
}

.title.t1 {
    font-size: 35px;
    line-height: 40px;
}

.title.t2 {
    font-size: 20px;
    line-height: 30px;
}

.title.t3 {
    font-size: 18px;
    line-height: 30px;
}

.title span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    word-wrap: normal;
    word-break: keep-all;
}

.text.light,
.text .light {
    font-weight: 300;
}

.text.bold,
.text .bold {
    font-weight: 500;
}

.text.event,
.text .event {
    font-size: 40px;
    line-height: 50px;
}

.text.giant {
    font-size: 1.8em;
    line-height: 30px;
}

.text .giant {
    font-size: 16px;
    line-height: 20px
}

.text .giant mark {
    font-size: 20px;
    line-height: 30px;
}

.text.big,
.text .big {
    font-size: 18px;
    line-height: 28px;
}

.text.middle,
.text .middle {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.text.small,
.text .small {
    font-size: 13px;
    line-height: 23px;
}

.text.tiny,
.text .tiny {
    font-size: 12px;
    line-height: 22px;
}

.text.link,
.text .link {
    color: #282828;
    text-align: left !important;
}

.text.link:hover,
.text .link:hover {
    color: #6B3CEC;
}

.text.link.full,
.text .link.full {
    display: block;
    width: auto;
}

.text img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.text span {
    display: inline-block;
    vertical-align: middle;
}

.text input {
    display: inline-block;
    vertical-align: middle;
}

.text label {
    cursor: pointer;
}


/* form */

.checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 8px 20px 8px 50px;
}

.checkbox input {
    display: none !important;
    float: left;
}

.checkbox label {
    cursor: pointer;
}

.checkbox label i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 16px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: #e3e3e3 solid 1px;
    border-radius: 2px;
    background-color: #fff;
}

.checkbox label i:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 5px;
    margin-left: 3px;
    margin-top: 3px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    color: #e3e3e3;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox input:checked+label i {
    border-color: #1b9be2;
    background-color: #1b9be2;
}

.checkbox input:checked+label i:before {
    color: #fff;
}

.checkbox label span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.checkbox input:checked+label span {
    color: #282828;
}

.checkbox.text label i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 16px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: #e3e3e3 solid 1px;
    border-radius: 2px;
    background-color: #fff;
}

.checkbox.text label span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.radio {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0px 20px 0px 45px;
}

.radio input {
    display: none !important;
    float: left;
}

.radio label {
    cursor: pointer;
}

.radio label i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 5px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: #e3e3e3 solid 1px;
    border-radius: 50%;
    background-color: #fff;
}

.radio label i:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 5px;
    margin-left: 3px;
    margin-top: 3px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    color: #e3e3e3;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.radio input:checked+label i {
    border-color: #1b9be2;
    background-color: #1b9be2;
}

.radio input:checked+label i:before {
    color: #fff;
}

.radio label span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.radio input:checked+label span {
    color: #282828;
}

.radio.text label i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 16px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: #e3e3e3 solid 1px;
    border-radius: 2px;
    background-color: #fff;
}

.radio.text label span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    font-size: 14px;
    color: #626262;
    line-height: 24px;
}

.toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 6px 0;
}

.toggle input {
    display: none !important;
    float: left;
}

.toggle label {
    cursor: pointer;
}

.toggle label i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50px;
    height: 22px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #b2b1b1;
    transition: 0.2s;
}

.toggle label i:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.toggle label i:after {
    content: "OFF";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    right: 4px;
    top: 0;
    font-size: 10px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    transition: 0.2s;
}

.toggle input:checked+label i {
    border-color: #1b9be2;
    background-color: #1b9be2;
}

.toggle input:checked+label i:before {
    margin-left: 28px;
}

.toggle input:checked+label i:after {
    content: "ON";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 4px;
    right: 20px;
    top: 0;
    font-size: 10px;
    color: #fff;
    line-height: 22px;
    text-align: center;
}

.toggle label span {
    display: none;
}

.toggle input:checked+label span {
    color: #282828;
}

.select {
    display: block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border: #e3e3e3 solid 1px;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../img/common/icon_select.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
    font-size: 14px;
    color: #282828;
    letter-spacing: 0px;
    line-height: 32px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.select::-ms-expand {
    display: none;
}

dl.unordered dt {
    font-size: 16px;
    margin-top: 1.5rem
}

dl.unordered dd {
    position: relative;
    padding-left: 15px
}

dl.unordered dt:first-child {
    margin-top: 0
}

dl.unordered dd:before {
    content: '-';
    position: absolute;
    left: 5px
}

dl.unordered dd.dd-img {
    padding-left: 0;
    margin-bottom: 2rem;
}

dl.unordered dd.dd-img:before {
    display: none;
}


/* ===================================  */

.nav-column a,
.nav-column span {
    color: #ccc;
}

#menu ul>li.current-menu-item>a {
    color: #4698ff;
}

#menu ul>li>a {
    padding-left: 0;
    padding-right: 20px;
}


/* top : : 로그인, 언어선택 */


/* .util-menu{display:none;}*/

.util-menu a {
    color: #767676;
}

.util-menu i.fa {
    font-size: 18px;
    color: #ccc;
}

.nav-column .right-nav a {
    padding: 0 10px;
}

.nav-column .right-nav span.blind {
    padding: 0
}

.nav-column .right-nav .language a {
    padding-right: 0;
}


/*. 언어 */


/*.language{display:none;}*/

.language {
    display: inline-block;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    height: 25px;
    line-height: 25px;
    width: 95px;
}

.language .caret {
    margin-left: 24px;
    padding: 0!important;
}

.language.active {}

.language>a {
    display: block;
    float: none;
    text-align: left;
    font-size: 13px;
}

.language ul {
    display: none;
    position: absolute;
    left: 0;
    top: 23px;
    border: solid 1px #ebebeb;
    box-sizing: border-box;
    width: 125px;
    border-top: none;
}

.language.active ul {
    display: block;
}

.language li {
    background: #fff;
    list-style: none;
}

.language li.active {
    background: #4698ff;
}

.language li.active a {
    color: #fff;
}

.language li a {
    display: block;
    float: none;
    line-height: 30px;
    color: #767676;
    text-align: left;
}

.language .dropdown-toggle::after {
    margin-left: -1em;
}


/* 컨텐츠 영역 */

.list-marked-bordered {
    color: #000;
}

.list-marked-bordered li a {
    display: block;
    padding: 10px 7px;
    border-bottom: 1px solid #f9f9f9;
}

.list-marked-bordered li a:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font: 400 18px "FontAwesome";
    line-height: inherit;
    color: #217ED3;
    content: '\f105';
}

.list-marked-bordered li a span {
    color: inherit;
    transition: color .33s;
}

.list-marked-bordered li a span:first-child {
    color: #000;
}

.list-marked-bordered li a:hover,
.list-marked-bordered li a:hover span:nth-child(n) {
    color: #217ED3;
}

.list-marked-bordered li span:not(:last-child) {
    margin-right: .25em;
}

.list-bordered-horizontal {
    position: relative;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    margin-bottom: -7px;
}

.list-bordered-horizontal>* {
    margin-top: 7px;
}

.list-bordered-horizontal>*:not(:last-child) {
    margin-right: 35px;
}

.section {
    padding: 90px 0;
}

.page-title .container {
    position: relative
}

.page-title .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    text-align: right;
    bottom: -36px;
    right: 0;
    width: 100%;
}

.page-title .breadcrumb>li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
}

.page-title .breadcrumb>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: ">";
    padding: 0 7px 0 5px;
}

.page-title .breadcrumb.breadcrumb-block {
    background: #212529;
    display: inline-block !important;
    padding: 7.2px 19.2px;
    padding: .45rem 1.2rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-title .breadcrumb.breadcrumb-light {
    color: #FFF;
}

.page-title .breadcrumb.breadcrumb-light a {
    color: #FFF;
}

.page-title .breadcrumb.breadcrumb-light .active {
    opacity: 0.7;
}

.page-title .breadcrumb .active {
    color: #767676;
    font-weight: bold
}

.page-title .breadcrumb a {
    color: #767676;
}


/* section  + */

.cont-style00 {
    background-color: #0E61C5;
}

.cont-style01 {
    background-color: #fff;
}

.cont-style02 {
    background-color: #f9F9f9;
}


/* light  gray  */

.cont-style03 {
    background-color: #f4f8fe;
}


/* light  gray color */

.cont-style04 {
    background-color: #4698ff;
}


/* blue */

.cont-style04 .title {
    color: #fff;
}

.cont-style04 .area-text {
    color: #eee;
}

.area-img .text {
    text-align: left;
    padding: 5px 10px;
}


/* border-bottom:solid 1px #4698ff;  */


/*.cont-style03 .button{color:#4698ff;background-color:#fff;}*/


/* section > container > row > col  > */

.area-img {
    padding: 20px;
    text-align: center;
    border-radius: 7px;
    margin-top: 25px;
    overflow: hidden;
}

.area-img.multi {
    position: relative;
    min-height: 600px
}

.area-img.multi .img02 {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 38%;
}

.area-img.border {
    background-color: #fff;
}

.area-text {
    color: #7d91aa;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
}

.area-text h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}


/* 20200310 폰트사이즈 */

.area-table .table.caption td {
    text-align: center;
    border: 1px solid #e9ecef;
}

.area-table .table.caption th {
    background-color: #f8f8f8;
    text-align: center;
    border: 1px solid #e9ecef;
}

.area-table .table.caption caption {
    caption-side: top;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.area-table .table.border th {
    border-right: solid 1px #e9ecef;
    text-align: center;
}

.area-table .table.border td {
    border-right: solid 1px #e9ecef;
    text-align: center;
}

.area-table .table.border td:first-child {
    text-align: left;
}


/*  Individual */

.section.cont-style01 .inner {
    border: solid 1px #d2ddea;
    height: 100%;
    text-align: right;
    position: relative;
    padding-bottom: 70px
}


/* 20200310 폰트사이즈 */

.section.wt .inner {}

.section.cont-style01 .inner .title-img {
    text-align: left;
}

.section.cont-style01 .inner .team-content {}

.section.cont-style01 .inner .team-content p {
    text-align: left;
}

.section.cont-style01 .inner .team-content a {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.section.cont-style02 .inner {
    border: solid 1px #d2ddea;
    height: 100%;
    text-align: right;
    position: relative;
    padding-bottom: 70px
}

.section.cont-style02 .inner .title-img {
    text-align: left;
}

.section.cont-style02 .inner .team-content {}

.section.cont-style02 .inner .team-content p {
    text-align: left;
}

.section.cont-style02 .inner .team-content a {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.section-title h3 {
    font-size: 1.5rem;
}

.section-title .text.giant {
    font-size: 1.2rem;
}

.section .area-text .button {
    float: right;
}


/* 20200310 */

.images.brand-logo {
    height: 100%;
    display: table;
    width: 100%;
}

.images.brand-logo span {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.images.brand-logo img {
    max-height: 50px;
}

.single-service,
.single-service-2,
.single-service-3 {
    position: relative;
}

.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
    position: relative;
    height: 100%;
}

.single-process {
    position: relative;
    margin-bottom: 50px;
}

.single-process:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    left: -15px;
    top: 30px;
    height: 80%;
    background-image: url('../../assets/img/main/main_img03_arr.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single-process:first-child:before {
    display: none;
}

.single-process .cell-img {
    text-align: center;
}

.single-process2 {
    position: relative;
}

.single-process2 .inner {
    position: relative;
    background-color: #f3f6fa;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.single-process2 .title {
    width: 100%
}

.single-process2:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    right: -15px;
    top: 13px;
    height: 30px;
    background-image: url('../../assets/img/main/main_img03_arr.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 25px;
}

.single-process2:last-child:after {
    display: none;
}

.quick {
    border-top: dotted 1px #87b0e2;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}


/* 20200310 정렬  */

.quick.join span {
    margin-right: 20px;
}


/* 20200310 간격  */

.quick.join.right {
    text-align: center;
    border-top: none;
}

.quick.join.right span {
    margin-bottom: 25px;
    margin-right: 0;
}


/* Products */

.inner .title .icon {
    line-height: 0;
}

.inner .title .icon i.fa {
    /*display:none;*/
}

.inner .title .icon>img {
    width: 32px;
    display: none;
}

.partners .area-img {
    background-color: transparent;
}


/* User INFO */

.wrap-content {
    padding: 50px 0 100px;
}

.left_sidebar_area {
    border-right: solid 1px #eee;
    /* box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15); */
}

.left_sidebar_area .lnb {
    padding-top: 25px;
    padding-bottom: 25px;
}

.left_sidebar_area .lnb li.active a span {
    color: #4698ff;
}

.wrap-content .area-cont h4 {
    padding: 0 40px;
}

.contact-form {
    border: none;
}

h5 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
}


/* bootstrap.min.css */

.card {
    border: none;
}

.card-header {
    background-color: #fff;
}

.card-header:first-child {
    padding-left: 0;
}

.wrap-content .area-cont .card-header h4 {
    padding: 0;
}

.card-header h4 {
    padding: 0;
}

.card .single-pricing.active {
    padding: 0;
}

.card .single-pricing.active .inner {
    transform: scale(1);
    margin: 0;
}


/* Two Factor Auth */

.area-otp {}

.wrap-content .area-cont .area-otp h4 {
    padding: 0;
}


/* Process */

.process {
    text-align: center;
}

.process .process-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.process .process-step-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border: 2px solid #CCC;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.process .process-step-content {
    padding-top: 20px;
}

.process .process-step-circle-content {
    font-weight: bold;
    color: #212529;
    font-size: 1.6em;
    letter-spacing: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.process .process-step:hover .process-step-circle {
    background-color: #CCC;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
    color: #FFF;
}

.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
    color: #FFF !important;
}

@media (min-width: 992px) {
    .process .process-step:before {
        height: 2px;
        display: block;
        background-color: #EDEDED;
        position: absolute;
        content: '';
        width: 50%;
        top: 45px;
        left: 75%;
    }
    .process .process-step:last-child:before {
        display: none;
    }
}

.process-vertical {
    text-align: left;
}

.process-vertical .process-step {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
    padding-bottom: 60px;
}

.process-vertical .process-step:before {
    display: none;
}

.process-vertical .process-step:after {
    width: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 70px;
    left: 30px;
}

.process-vertical .process-step:last-child:after {
    display: none;
}

.process-vertical .process-step-circle {
    height: 60px;
    width: 60px;
    margin: 0 15px 0 0;
    min-height: 60px;
    min-width: 60px;
}

.process-vertical .process-step-content {
    padding-top: 0;
}

.process-connecting-line {
    position: relative;
    text-align: left;
}

.process-connecting-line .connecting-line {
    content: '';
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #CCC;
}

.process-connecting-line .process-step {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 48px;
    padding-right: 3rem;
    padding-left: 48px;
    padding-left: 3rem;
}

.process-connecting-line .process-step:before {
    content: none;
}

.process-connecting-line .process-step-circle {
    background: #FFF;
    width: 50px;
    height: 50px;
    border: 3px solid #CCC;
}


/* default */

.process .process-step-circle {
    border-color: #4698ff;
}

.process .process-step:hover .process-step-circle {
    background-color: #4698ff;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
    color: #FFF !important;
}

.process-connecting-line .connecting-line {
    background: #4698ff;
}


/* 팝업 */


/* .popup */

.btn_x {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.btn_x i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    margin-top: -1px;
    margin-left: -10px;
    background-color: #333;
    transition: 0.2s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_x i:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #333;
    transition: 0.2s;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup .dim {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 34, 38, 0.8);
}

.popup {
    display: none;
    vertical-align: middle;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9000;
    -webkit-transform: translateZ(10px);
    -ms-transform: translateZ(10px);
    -o-transform: translateZ(10px);
    transform: translateZ(10px);
}

.popup .p_frame {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 150px;
    z-index: 1;
    height: 240px;
    overflow: hidden;
    /* margin-top:-120px */
    ;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.popup .p_frame {
    min-height: 500px;
}

.popup.long .p_frame {
    height: 320px;
    /*  margin-top:-160px; */
}

.popup.full .p_frame {
    top: 50px;
    bottom: 50px;
    height: auto;
    margin-top: 0;
}

.popup .p_head {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    color: #6B3CEC;
    line-height: 70px;
    text-align: center;
}

.popup .p_head h3 {
    padding-top: 40px;
}

.popup .p_head h3 span {}

.popup .p_body {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 101px;
    bottom: 50px;
    overflow: auto;
}

.popup .p_body.nohead {
    top: 0;
    width: 100%;
    height: calc(100% - 48px);
    display: table;
    text-align: center;
    vertical-align: middle;
}

.popup .p_body.nohead .p_wrap {
    display: table-cell;
    vertical-align: middle
}

.popup .p_wrap {
    padding: 0 20px 10px;
}

.popup .p_foot {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.popup .p_foot ul {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.popup .p_foot li {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}

.popup .p_foot li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
}

.popup .p_foot li:first-child:before {
    display: none;
}

.popup .p_foot .div2 li {
    width: 50%;
}

.popup .p_foot .div3 li {
    width: 33.333333%;
}

.popup .p_foot .btn {
    height: 50px;
    border-radius: 0;
}

.popup .p_foot .btn.t1 {
    background-color: #007bff;
    color: #fff;
}

.popup .p_foot .btn.t1:hover {
    border: none;
    background-color: #045fc1;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    border: #e2e2e2 solid 1px;
    background-color: #f8f8f8;
    font-size: 14px!important;
    color: #666;
    line-height: 32px!important;
    text-align: center;
}

.popup .btn_x {
    left: auto;
    right: 0;
    background-color: #fff;
    border: none;
}

.popup .btn_x i,
.popup .btn_x i:before {
    background-color: #767676;
}

.popup .button {
    /* background-color: #767676; */
}

.popup .button {
    min-width: 150px;
}

.contact-form .btn-text {
    position: absolute;
    top: 0;
    right: 15px;
}

.contact-form input>button {
    float: right;
}

.one-screen-page .page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.one-screen-page .page-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    text-align: center;
}

.one-screen-page .page-inner,
.one-screen-page .page-inner>* {
    width: 100%;
}

.one-screen-page .page-head,
.one-screen-page .page-foot {
    padding: 0;
    background: transparent;
}

.one-screen-page .page-head-inner {
    padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}

.one-screen-page .page-content {
    padding: calc(1em + 4vh) 0;
}

.one-screen-page .page-foot-inner {
    padding: calc(1em + 2vh) 0 calc(1em + 4vh);
}

.one-screen-page .rights {
    color: #fff;
}

.one-screen-page .rights a,
.one-screen-page .rights a:active,
.one-screen-page .rights a:focus {
    color: #217ED3;
}

.one-screen-page .rights a:hover {
    color: #ababab;
}

.ie-10 .one-screen-page,
.ie-11 .one-screen-page {
    overflow-x: hidden;
    overflow-y: auto;
}


/* 기존 변경 */

.page-title.sp {
    padding-top: 35px;
    padding-bottom: 35px;
}


/* button */

.button,
.button-2 {
    border-radius: 22px;
}

.button.t3 {
    border: 2px solid #c1c2c5;
}


/*
.button.t1 { background-color: #fff;  border: 2px solid #eee;  color: #767676;line-height: 36px;}
.button.t1:hover {background-color:#4698ff;  border: 2px solid #4698ff; color: #fff;}
.button.t2 {background-color: #fff;  border: 2px solid #eee;  color: #767676;line-height: 36px;}
.button.t2:hover {background-color:#333;  border: 2px solid #3333; color: #fff;}
.button.t3 {background-color: #fff;   color: #4698ff;}
.button.t3:hover {background-color:#333; color: #fff;}

  .button-2:hover {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  @media only screen and (max-width: 767px) {
    .button-2 {
      font-size: 13px;
      padding: 0 15px;
      line-height: 32px; } }

*/

.hero-slider .single-slide .slide-btn {
    margin-bottom: 50px;
    text-align: right;
    margin-top: 10px
}


/* 20200310 폰트사이즈 */


/* menu */

.slicknav_menu {
    position: fixed;
    z-index: 10;
    width: 100%;
    border-bottom: none;
    padding: 18px 0;
    top: 0;
    background-color: #222538
}

.slicknav_menu .slicknav_menutxt {
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0
}

.slicknav_btn {
    background-color: transparent;
    /* float:left; */
}

.slicknav_nav {
    background-color: #222538
}

.wrap {
    margin-top: 73px;
}

header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
}

.contact-form select {}


/*  price */

.single-pricing {
    margin: 0 0 7.5px;
}

.single-pricing .inner {
    background-color: #fff;
    padding: 0;
    text-align: center;
    position: relative;
}

.single-pricing .inner .title,
.single-pricing .inner .inner-body,
.single-pricing .inner .inner-footer {
    display: inline-block;
    width: 100%;
}

.single-pricing .inner .price,
.single-pricing .inner .inner-body,
.single-pricing .inner .inner-footer {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    box-sizing: border-box;
}

.single-pricing .inner .price {}

.single-pricing .inner .inner-body {}

.single-pricing .inner .inner-footer {
    padding: 20px 0 40px;
    border-bottom: 1px solid #ededed;
}

.single-pricing .inner .title {
    display: block;
    text-align: center;
    background-color: #f7f7f7
}

.single-pricing .inner h2 {
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    background-color: #222538;
    font-size: 20px;
    margin-bottom: 0;
}

.single-pricing .inner .title .price {
    position: static;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    color: #ccc;
    font-size: 18px;
    padding: 2rem 0.8rem;
    height: auto;
}

.single-pricing .inner .title .price span {
    color: #999;
    text-transform: uppercase;
}

.single-pricing .inner .title .price span:first-child {
    font-size: 2.7rem;
    color: #363950;
    font-family: noto-san
}

.single-pricing .inner .title .price span:first-child i {
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
}

.single-pricing .inner .title .price span:last-child {
    font-size: 0.7rem;
    line-height: 1;
    margin-top: 30px;
}

.single-pricing .inner ul {
    margin: 20px 35px;
}

.single-pricing .inner li {
    color: #767676;
    font-size: 0.8rem;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ededed;
    line-height: 1.2em;
    padding: 10px 0;
}

.single-pricing .inner li:last-child {
    border-bottom: 0;
}

.single-pricing .inner .button {
    margin: 0 auto;
    min-width: 50%;
    border: solid 1px #ccc !important;
    background-color: #fff;
    color: #767676;
}

.single-pricing .inner a.button:hover {
    background-color: #222;
    color: #fff !important
}

.single-pricing.active .inner {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
    box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1;
    margin-left: -16px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0;
}

.single-pricing.active .inner .title {}

.single-pricing.active .inner .title h2 {
    background-color: #4698ff;
    color: #fff;
}

.single-pricing.active .inner,
.single-pricing.active .inner .title h2,
.single-pricing.active .inner .price span,
.single-pricing.active .inner li,
.single-pricing.active .inner .title .price span:first-child {
    /*color:#fff;*/
}


/*.single-pricing.active .inner a.button{background-color: #fff;color: #4698ff !important;border:none;}
.single-pricing.active .inner a.button:hover{background-color: #222;color: #fff !important}*/

.single-pricing.active .inner a.button {
    background-color: #4698ff;
    border-color: #4698ff !important;
    color: #fff;
}

.single-pricing.active .inner a.button:hover {
    background-color: #222;
    border-color: #222 !important;
}


/* Call to Action */

.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 32px 55px;
    clear: both;
}

.call-to-action::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 767px) {
    .call-to-action {
        padding: 10px 10px;
    }
}

.call-to-action h3 {
    text-transform: none;
    color: #212529;
    padding: 0;
    margin: 0 0 9px;
}

.call-to-action p {
    font-size: 1.2em;
}

.call-to-action>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action>[class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

@media (max-width: 767px) {
    .call-to-action>[class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.call-to-action .container>.row,
.call-to-action .container-fluid>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.call-to-action .container>.row>[class*="col-"],
.call-to-action .container-fluid>.row>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action .container>.row>[class*="col-"]:nth-child(2),
.call-to-action .container-fluid>.row>[class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

@media (max-width: 767px) {
    .call-to-action .container>.row>[class*="col-"]:nth-child(2),
    .call-to-action .container-fluid>.row>[class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .call-to-action>[class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
    .call-to-action .container>.row [class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.call-to-action .call-to-action-content {
    text-align: center;
}

.call-to-action.call-to-action-big {
    padding: 63px 55px;
}

@media (max-width: 575px) {
    .call-to-action.call-to-action-big {
        padding: 63px 0;
    }
}

.call-to-action.call-to-action-front {
    z-index: 1;
}

.call-to-action.call-to-action-default {
    background: #f7f7f7;
}

.call-to-action.call-to-action-strong-grey {
    background: #EDEDED;
}

.call-to-action.call-to-action-dark {
    background: #333940;
}

.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
    color: #FFF;
}

.call-to-action.with-borders {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.with-full-borders {
    border: 2px solid #CCC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured {
    background: #FFF;
    margin: 0;
    border-top: 3px solid #CCC;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured.featured-primary {
    border-top-color: #CCC;
}

.call-to-action.featured.featured-secondary {
    border-top-color: #e36159;
}

.call-to-action.featured.featured-tertiary {
    border-top-color: #2BAAB1;
}

.call-to-action.featured.featured-quaternary {
    border-top-color: #333940;
}

.call-to-action.with-button-arrow .call-to-action-btn {
    position: relative;
}

@media (min-width: 992px) {
    .call-to-action.with-button-arrow .call-to-action-btn {
        left: -80px;
    }
}

.call-to-action.with-button-arrow .call-to-action-btn .arrow {
    position: absolute;
}

@media (max-width: 991px) {
    .call-to-action.with-button-arrow .call-to-action-btn .arrow {
        display: none;
    }
}

.call-to-action.with-button-arrow .call-to-action-btn.no-left {
    left: 0;
}

@media (max-width: 991px) {
    .call-to-action.with-button-arrow .call-to-action-btn.no-left {
        margin-top: -25px !important;
    }
}

.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn>span {
    position: relative;
}

.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn>span .arrow {
    right: 50% !important;
}

.call-to-action.content-align-center .call-to-action-content,
.call-to-action.content-align-center .call-to-action-btn {
    width: 100%;
    text-align: center;
}

.call-to-action.button-centered .call-to-action-content {
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
    margin: 0;
}

.call-to-action.button-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 20px auto 25px;
    width: auto;
}

.call-to-action.call-to-action-in-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 30px;
    margin-bottom: -50px !important;
}

.call-to-action.call-to-action-in-footer:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    height: 20px;
    width: 20px;
    top: -5px;
    left: 50%;
    margin-left: -20px;
}

.call-to-action.no-top-arrow:before {
    display: none;
}

.call-to-action.call-to-action-in-footer-margin-top {
    margin-top: 60px;
}

.container .call-to-action {
    border-radius: 8px;
}


/* Responsive */

@media (max-width: 767px) {
    .call-to-action .call-to-action-content,
    .call-to-action .call-to-action-btn {
        margin: 0;
        padding: 20px;
        position: static;
        width: auto;
    }
}


/*
* IE 11 Fixes
*/

html.ie:not(.ie9) .call-to-action .call-to-action-content {
    width: 100%;
}

html.ie:not(.ie9) .call-to-action.button-centered>[class*="col-"] {
    display: block;
}

html.ie:not(.ie9) .call-to-action.button-centered .container>.row,
html.ie:not(.ie9) .call-to-action.button-centered .container-fluid>.row {
    display: block;
}


/*
* IE 9 Fixes
*/

html.ie9 .call-to-action>[class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

html.ie9 .call-to-action>[class*="col-"]:nth-child(2) {
    text-align: right;
}

html.ie9 .call-to-action .container>.row,
html.ie9 .call-to-action .container-fluid>.row {
    display: table;
    width: 100%;
}

html.ie9 .call-to-action .container>.row>[class*="col-"],
html.ie9 .call-to-action .container-fluid>.row>[class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

html.ie9 .call-to-action .container>.row>[class*="col-"]:nth-child(2),
html.ie9 .call-to-action .container-fluid>.row>[class*="col-"]:nth-child(2) {
    text-align: center;
}

html.ie9 .call-to-action.button-centered>[class*="col-"] {
    float: left;
}

html.ie9 .call-to-action.button-centered .container>.row>[class*="col-"],
html.ie9 .call-to-action.button-centered .container-fluid>.row>[class*="col-"] {
    float: left;
}

@media (min-width: 1800px) {
    .one-screen-page .page-head-inner {
        padding: 50px 0 10px;
    }
    .one-screen-page .page-content {
        padding: 30px 0;
    }
    .one-screen-page .page-foot-inner {
        padding: 50px 0 23px;
    }
}

@media (max-width: 996px) {
    .slicknav_menu {
        padding: 16px 0 15px;
    }
    .slicknav_nav {
        padding-top: 14px;
    }
    header {
        width: calc(100% - 50px);
    }
    /*.wrap{margin-top:72px;}*/
    .single-pricing.active .inner {
        background-color: #fff;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        z-index: 1;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-slider .single-slide {
        z-index: auto;
    }
}

@media only screen and (max-width: 991px) {
    .area-text {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-process {
        margin-bottom: 100px;
    }
    .single-process:before {
        transform: rotate(90deg);
        left: 47%;
        bottom: 0;
        right: auto;
        top: -55%;
        width: 40px;
    }
    .single-process .cell-img img {
        width: 100%;
    }
    .single-process2 {
        margin-bottom: 50px;
    }
    .single-process2:after {
        transform: rotate(90deg);
        left: calc(50% - 15px);
        bottom: -36px;
        top: auto;
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    /* sub menu */
    .wrap-content .sidebar {
        border-right: none;
    }
    .wrap-content .sidebar ul {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .wrap-content .sidebar li {
        display: inline-block;
    }
    .left_sidebar_area .lnb {
        padding-top: 0
    }
    .list-marked-bordered li a {
        border-bottom: none;
        padding: 1px 7px;
    }
    .list-marked-bordered li a span:first-child {
        color: #767676
    }
    .list-marked-bordered li a:before {
        content: '|';
        color: #eee;
    }
    .wrap-content .sidebar ul li:first-child a:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    /* util menu */
    /* .slicknav_menu{padding: 24px 0 5px;}*/
}

@media only screen and (min-width: 767px) {
    .popup .p_frame {
        width: 50%;
        left: 25%;
        right: 25%;
    }
}

@media only screen and (max-width: 639px) {
    /* util menu */
    .nav-column .right-nav {
        position: fixed;
        top: 15px;
        padding-top: 10px;
        width: auto;
        right: 50px;
        /* right:10px; width:100%;text-align:right;*/
    }
}

@media (min-width: 480px) {
    .one-screen-page .page-inner {
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    /* util menu */
    .slicknav_menu {
        padding-top: 36px;
    }
    .slicknav_btn {
        margin: 10px 5px 1px;
    }
    header {
        padding-top: 40px;
    }
    .nav-column .right-nav {
        padding: 5px 20px 3px;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #323652;
    }
    .nav-column .right-nav .util-menu {}
}

/* 국기 */
.images.brand-logo img {
  border: 1px solid #0f0f0f;
}