/* ========== COMMON ========== */
[data-scroll="false"] {
    overflow-y: hidden;
}

/* Grid */
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.grid-12 {
    float: left;
    padding: 10px;
    width: 50%;
}
.grid-6 {
    float: left;
    padding: 10px;
    width: 25%;
}
.grid-8 {
    float: left;
    padding: 10px;
    width: 33.333333%;
}
.grid-12 {
    float: left;
    padding: 10px;
    width: 50%;
}
.grid--center {
    display: flex;
    justify-content: center;
}

.sp {
    display: none;
}
@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

/* Tab Menu */
.tab_menu ul li a {
    display: block;
}
.sub_tab_menu {
    padding: 50px 0;
    width: 100%;
}
.sub_tab_menu .tab_menu > ul {
    position: relative;
}
.sub_tab_menu .tab_menu > ul:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1e458f;
}
.sub_tab_menu .tab_menu > ul > li {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.sub_tab_menu .tab_menu > ul > li a {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #888888;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.sub_tab_menu .tab_menu > ul > li.active {
    position: relative;
    margin-top: 0;
    border-top: 2px solid #1e458f;
    background-color: #fff;
    border-left: 2px solid #1e458f;
    border-right: 2px solid #1e458f;
}
.sub_tab_menu .tab_menu > ul > li.active a {
    height: 45px;
    color: #1e458f;
}
.sub_tab_menu .tab_menu > ul > li.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.tab_contents > ul {
    position: relative;
}
.tab_contents > ul > li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 35px;
}
.tab_contents > ul > li.active {
    display: block;
    height: auto;
    position: relative;
}

/* Tab Menu 2 Depth */
.tab_menu_2depth > ul > li {
    float: left;
    width: 50%;
}
.tab_menu_2depth > ul > li > a {
    display: block;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    color: #888888;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    background: url("/child/img/tabmenu/sub_tap.png") no-repeat right 15px center;
    border: 1px solid #e5e5e5;
}
.tab_menu_2depth > ul > li:nth-child(2) > a {
    border-left: none;
}
.tab_menu_2depth > ul > li:nth-child(3) > a {
    border-left: none;
}
.tab_menu_2depth > ul > li:last-child > a {
    border-left: none;
}
.tab_menu_2depth > ul > li.active > a {
    color: #fff;
    background: #1e458f url("/child/img/tabmenu/sub_tap_on.png") no-repeat right 15px center;
    border: none;
}
.tab_contents_2depth > ul > li {
    display: none;
    text-align: left;
}
.tab_contents_2depth > ul > li.active {
    display: block;
}

/* Button Style */
.btn,
a.btn {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
input.btn {
    padding-left: 0;
}
.btn_border {
    background-color: #fff;
    border: 1px solid #eee;
}
.btn_confirm,
a.btn_confirm {
    background-color: #666;
    color: #fff;
}
.btn_point,
a.btn_point {
    background-color: #4960a2;
    color: #fff;
}
.btn_point2,
a.btn_point2 {
    background-color: #3e9b93;
    color: #fff;
}

/* Accordion */
/* ======= Accordon Style ======= */
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container {
    overflow-y: auto;
    height: 100%;
}

#menu-container .menu-list {
    padding-left: 0;
    display: block;
    width: 100%;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
}

#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
    font-size: 15px;
    text-transform: uppercase;
    /*    border-top: 1px solid #dbdcd2;*/
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle,
.accordion-content {
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.accordion-content {
    display: none;
}

.accordion-toggle a:before,
.accordion-toggle a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

#wrap {
    /* min-width: 1550px; */
    background-color: #fff;
}
.container {
    margin: auto;
    max-width: 1200px;
}
.quickmenu_container {
    margin: auto;
    max-width: 1500px;
    width: 100%;
}

.inner_wrap {
    padding: 20px;
    background-color: #fff;
}

.point_color {
    color: #556db1;
}

/*
  Header
*/
#header {
    width: 100%;
    background: #fff;
}
.header_container {
    margin: auto;
    padding: 0 100px;
    max-width: 1920px;
    width: 100%;
}
.header_container:after {
    content: "";
    display: block;
    clear: both;
}
.header_top {
    height: 105px;
    background-color: #fff;
}
.header_top_left {
    float: left;
}
.header_top_right {
    float: right;
}

.logo {
    margin-top: 38px;
    display: block;
}
.logo span {
    display: block;
    width: 308px;
    height: 29px;
    background: url("/child/img/logo/logo.png");
}
.gnb:after {
    content: "";
    display: block;
    clear: both;
}
.gnb > li {
    float: left;
    position: relative;
}
.gnb > li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 18px;
    background: #e5e5e5;
}
.gnb > li:last-child:after {
    content: none;
}
.gnb > li > a {
    display: block;
    padding: 0 45px;
    line-height: 105px;
    font-size: 20px;
    color: #333333;
}
.gnb > li:first-child a {
    padding-left: 0;
}
.gnb > li:last-child a {
    padding-right: 0;
}

.gnb_sub {
    z-index: 10;
    position: absolute;
    top: 105px;
    width: auto;
    min-width: 290px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.gnb > li > a:hover + .gnb_sub {
    opacity: 1;
    visibility: visible;
}
.gnb_sub:hover {
    opacity: 1;
    visibility: visible;
}
.gnb_sub li a {
    display: block;
    padding: 12px 35px !important;
}
.gnb_sub li a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.gnb li:first-child .gnb_sub {
    margin-left: -45px;
    width: 170px;
}
.gnb li:nth-child(3) .gnb_sub {
    width: 210px;
}

#popup16 {
    left: auto !important;
    right: 650px;
}
#popContent16 br {
    display: none;
}
#popup17 {
    left: auto !important;
    right: 100px;
}
#popContent17 br {
    display: none;
}

#favorite a {
    display: block;
    padding-top: 10px;
    width: 160px;
    height: 32px;
    line-height: 12px;
    text-align: center;
    color: #777;
    font-size: 12px;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
#customer-menu {
    margin-top: 10px;
    line-height: 12px;
}
#customer-menu ul li {
    float: left;
}
#customer-menu ul li a {
    display: block;
    padding: 0 10px;
    text-align: center;
    color: #777;
    font-size: 12px;
    border-right: 1px solid #e5e5e5;
}
#customer-menu ul li:first-child a {
    padding-left: 0;
}
#customer-menu ul li:last-child a {
    padding-right: 0;
    border-right: none;
}

#middle-container {
    position: relative;
    height: 100px;
}
#header-logo a.ci {
    float: left;
}
#header-logo a.ci span {
    display: block;
    width: 220px;
    height: 100px;
    background: url(/child/img/ci.png) no-repeat;
    background-position: center;
}
#ad-banner {
    position: absolute;
    top: 15px;
    right: 0;
    width: 200px;
    height: 70px;
}
#ad-banner table img {
    width: auto;
    height: 70px;
}
#header-search {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -215px;
}
#hsearch-wrap {
    position: relative;
    padding-right: 40px;
    width: 430px;
    height: 40px;
}
#hsearch-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #556db1;
    border-bottom-right-radius: 10px;
}
#hsearch-area {
    width: 100%;
    height: 100%;
    border: 1px solid #556db1;
}
#hsearch-area input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-size: 15px;
}
#hsearch-btn .btn-search span {
    display: block;
    margin: auto;
    width: 20px;
    height: 21px;
    background: url("/child/img/search.png") no-repeat center;
}
#hsearch-btn .btn-search {
    margin: 0;
    width: 100%;
    height: 100%;
}

/* Mobile Gnb */
.m_menu {
    display: none;
}
.m_menu button i {
    display: block;
    width: 40px;
    height: 40px;
    background: url("/child/img/icon/icon_menu.png");
}
#m_gnb {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.m_gnb_wrap {
    z-index: 1001;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    height: 100%;
    background-color: #fff;
}
.m_gnb_on {
    left: 0 !important;
}
.dimmed {
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.m_gnb_on .dimmed {
    visibility: visible;
    opacity: 1;
    transition: 0.3s 0.2s;
}
#nav5,
#nav6 {
    padding: 0 !important;
}

#nav5 a,
#nav5 a,
#nav6 a,
#nav6 a {
    display: block;
    padding: 20px;
}
#nav5 a:before,
#nav5 a:after,
#nav6 a:before,
#nav6 a:after {
    content: none;
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle,
.accordion-content {
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.accordion-content {
    display: none;
}
.accordion-toggle a:before,
.accordion-toggle a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}
.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

/* Link Color */
.menu-list a {
    color: #c82121;
    font-weight: 500;
}
.menu-submenu a {
    color: #555;
    display: block;
}

/* Menu Active Color */
.accordion-toggle.active-tab {
    background-color: #c82121;
    transition: all 0.3s ease;
}
.accordion-toggle.active-tab a {
    color: #fff;
}

.menu-link {
    font-size: 15px;
}
#menu-container .menu-list .menu-submenu {
    font-size: 13px;
    padding: 20px 0 20px 20px;
}
.menu-submenu li {
    line-height: 50px;
}

/*
  Footer
*/
#footer {
    width: 100%;
    background-color: #444444;
}
.footer_top {
    padding: 30px 0;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
}
.footer_top ul li {
    display: inline-block;
    vertical-align: top;
}
.footer_top ul li:first-child {
    padding-right: 36px;
}
.footer_top ul li:nth-child(2) {
    padding-right: 27px;
}
.footer_top ul li:nth-child(3) {
    padding-right: 27px;
}
.footer_top ul li a {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.05em;
}
.copyright {
    margin-top: 8px;
}
.copyright p {
    font-size: 13px;
    color: #777777;
    letter-spacing: -0.05em;
}

/*
  GNB
*/
#gnb {
    width: 100%;
}
#gnb > ul > li {
    position: relative;
    width: 25%;
}
#gnb > ul > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.sub_gnb {
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
}
.sub_gnb:hover {
    visibility: visible;
    opacity: 1;
}
.sub_gnb > li > a {
    display: block;
    padding-left: 15px;
}
#gnb > ul > li > a:hover + .sub_gnb {
    visibility: visible;
    opacity: 1;
}

/* ======= Main Page ======= */
.h_title {
    margin-bottom: 20px;
    font-size: 30px;
}

/* ======= Main Page - Visual ======= */
#visual {
    width: 100%;
}
#visual .swiper-container {
    height: 100%;
}
#visual .visual-pagination-wrap {
    z-index: 100;
    position: absolute;
    bottom: 375px;
    left: 0;
    width: 100%;
    text-align: center;
}
.visual-pagination-bullet,
.visual-pagination-bullet-active {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    height: 5px;
    background: transparent;
    border: 1px solid #c82121;
    cursor: pointer;
}
.visual-pagination-bullet-active {
    background: #c82121;
}
#visual .swiper-button-next {
    right: 50px;
    background: url("/child/img/visual/swiper-next.png") no-repeat;
}
#visual .swiper-button-prev {
    left: 50px;
    background: url("/child/img/visual/swiper-prev.png") no-repeat;
}
#visual .swiper-button-next,
#visual .swiper-button-prev {
    top: 35%;
    width: 50px;
    height: 70px;
    background-image: rgba(0, 0, 0, 0.5);
    background-size: auto;
    opacity: 0.7;
}
.visual_bg {
    z-index: 1;
    position: absolute;
    width: 100%;
}
.visual1 {
    background: url("/child/img/visual/n/1.png") no-repeat center / cover;
}
.visual2 {
    background: url("/child/img/visual/n/2.png") no-repeat center / cover;
}
.visual3 {
    background: url("/child/img/visual/n/3.png") no-repeat center / cover;
}
.visual4 {
    background: url("/child/img/visual/n/4.png") no-repeat center / cover;
}
.visual5 {
    background: url("/child/img/visual/n/5.png") no-repeat center / cover;
}
.visual-area {
    position: relative;
    margin: auto;
    max-width: 1720px;
    width: 100%;
    height: 100%;
}
.visual-area .text_wrap {
    z-index: 2;
    position: absolute;
    top: 180px;
    left: 0;
    padding-left: 70px;
}
.visual-area .text_wrap h2 {
    font-size: 32px;
    color: #010101;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.visual-area .text_wrap h1 {
    line-height: 70px;
    font-size: 80px;
    color: #c70000;
    font-weight: 400;
    letter-spacing: -0.07em;
}

.visual-area .text_wrap h1.slide-title {
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
}

.visual-area .text_wrap h3 {
    font-size: 40px;
    color: #c70000;
}
.slide-title2 {
    margin-bottom: 40px;
}

.visual_check_wrap {
    margin-top: 35px;
    max-width: 500px;
    padding: 27px 0 27px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.visual_check_wrap > div {
    display: inline-block;
    padding-bottom: 13px;
}
.visual_check_wrap > div:nth-child(2n-1) {
    margin-right: 32px;
    min-width: 210px;
}
.visual_check_wrap > div:first-child,
.visual_check_wrap > div:nth-child(3) {
    padding-bottom: 13px;
}
.visual_check_wrap i {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 24px;
    background: url("/child/img/icon/n/icon_checked.png");
}
.visual_check_wrap span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.1em;
}

@media (max-width: 767px) {
    .text_wrap > h4 {
        margin-top: 30px;
        font-size: 16px;
    }

    .text_wrap > h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

.visual_link {
    margin-top: 80px;
}
.visual_link {
    width: 180px;
    height: 50px;
    line-height: 50px;
}
.visual_link[data-bt-ui="border"] {
    border-color: #000000;
}

.visual_link a {
    padding-left: 25px;
    text-align: left;
    background-image: url("/child/img/icon/n/visual_link_arrow.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    transition: ease-out 0.15s;
    color: #000;
}
.visual_link:hover a {
    background-position: center right 10px;
}
.visual2 + .text_wrap {
    z-index: 2;
    position: absolute;
    top: 285px;
    width: 100%;
    text-align: center;
}
.visual2 + .text_wrap h1 {
    font-family: Arial;
    font-size: 85px;
    color: #333333;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.visual3 + .text_wrap {
    z-index: 2;
    position: absolute;
    top: 285px;
    width: 100%;
    text-align: center;
}
.visual3 + .text_wrap h1 {
    font-family: Arial;
    line-height: 56px;
    font-size: 84px;
    color: #333333;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.visual3 + .text_wrap h2 {
    font-family: Arial;
    line-height: 30px;
    font-size: 32px;
    color: #555555;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* Section 1 */
#section1 {
    background: #f4f4f4;
}
.card_wrap {
    z-index: 3;
    position: relative;
    margin-top: -310px;
    padding: 140px 0;
}
.card {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.33333%;
    transition: ease-out 0.35s;
    overflow: hidden;
}
.card:first-child,
.card:last-child {
    transform: translateY(35px);
}
.card:nth-child(2) {
    transform: translateY(-35px);
}
.card[data-card="true"] {
    transform: translateY(0);
}
.card .text_wrap {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    transition: ease-out 0.35s;
}
.card h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.card h1 {
    margin-bottom: 0;
    line-height: 38px;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.card .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 33, 33, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: ease-out 0.35s;
}
.card img {
    width: 100%;
}
.mask_wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.mask_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: translateY(300px);
    transition: ease-out 0.35s;
}
.card_link {
    overflow: hidden;
    margin: 60px auto 0;
    width: 155px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 25px;
}
.card_link a {
    display: block;
    text-align: center;
    color: #fff;
    transition: 0.35s;
}
.card_link:hover {
    background: #fff;
}
.card_link:hover a {
    color: #c82121;
}
.card:hover .mask {
    opacity: 1;
    visibility: visible;
}
.card:hover .mask_text {
    transform: translateY(0);
}
.card:hover .text_wrap {
    opacity: 0;
    bottom: 300px;
}

/* Section 2 */
.download_board_link_wrap {
    padding: 100px 0;
}
.download_board_link_wrap:after {
    content: "";
    display: block;
    clear: both;
}
.download_board_link1 {
    float: left;
    width: 69.16666%;
    margin-right: 6.66666%;
}
.app_download_grid > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.01205%;
    width: 31.3253%;
}
.app_download_grid > div:last-child {
    margin-right: 0;
}
.app_head img {
    width: 100%;
}
.app_body {
    margin-top: 20px;
    text-align: center;
}
.app_body h2 {
    margin-bottom: 13px;
    font-size: 22px;
    color: #333333;
}
.app_body p {
    font-size: 16px;
    color: #555555;
}

.download_board_link2 {
    float: left;
    width: 24.16668%;
}
.link_head:after {
    content: "";
    display: block;
    clear: both;
}
.link_head h1 {
    float: left;
    font-size: 27px;
    line-height: 25px;
    color: #333333;
}
.link_head a i {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("/child/img/icon/icon_more.png") no-repeat center right;
}
.download_board_link2 .bg {
    position: relative;
    width: 290px;
    height: 340px;
    background: url("/child/img/section2/section2-1.png") no-repeat center / cover;
}
.download_board_link2 .bg .text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0 25px;
    width: 100%;
    text-align: center;
    background: rgba(58, 69, 89, 0.9);
}
.download_board_link2 .bg .text_wrap h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}
.download_board_link2 .bg .text_wrap p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

/*
  Sub
*/
#sub-visual {
    display: table;
    width: 100%;
    height: 315px;
}
.sub1 {
    background: url("/child/img/sub/visual/1.png") no-repeat center / cover;
}
.sub2 {
    background: url("/child/img/sub/visual/2.png") no-repeat center / cover;
}
.sub3 {
    background: url("/child/img/sub/visual/3.png") no-repeat center / cover;
}
.sub4 {
    background: url("/child/img/sub/visual/4.png") no-repeat center / cover;
}
.sub5 {
    background: url("/child/img/sub/visual/5.png") no-repeat center / cover;
}
.sub6 {
    background: url("/child/img/sub/visual/6.png") no-repeat center / cover;
}
.sub-visual-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sub-visual-title h1 {
    font-size: 43px;
    color: #fff;
}
.sub-visual-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    background: url("/child/img/icon/sub_nav_arrow.png") no-repeat center right 5px;
}
.sub-visual-nav ul li:last-child {
    padding-right: 0;
    background: none;
}
.sub-visual-nav ul li:nth-child(2) {
    opacity: 0.5;
}
.sub-visual-nav ul li a span {
    font-size: 14px;
    color: #fff;
}
.sub-visual-nav i {
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 17px;
    background: url("/child/img/icon/sub_nav_home.png");
}

.contents {
    padding-bottom: 150px;
}

.tab_menu ul li {
    float: left;
    text-align: center;
    cursor: pointer;
}

.sub_title {
    margin: 70px 0 55px;
    text-align: center;
    text-transform: uppercase;
}
.sub_title h1 {
    display: inline-block;
    padding-bottom: 25px;
    font-size: 38px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}

.point_tit {
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 23px;
    color: #c82121;
    font-weight: 700;
    line-height: 26px;
}

.m_zoom_text {
    display: none;
}

#sub-tab {
    border-bottom: 1px solid #e5e5e5;
}
.sub4_tab ul li,
.sub5_tab ul li,
.sub6_tab ul li,
.sub7_tab ul li {
    float: left;
    text-align: center;
    cursor: pointer;
}
.sub4_tab ul li a,
.sub5_tab ul li a,
.sub6_tab ul li a,
.sub7_tab ul li a {
    display: block;
}
.sub1_tab ul:after,
.sub2_tab ul:after,
.sub3_tab ul:after,
.sub4_tab ul:after,
.sub5_tab ul:after,
.sub6_tab ul:after,
.sub7_tab ul:after {
    content: "";
    display: block;
    clear: both;
}
.sub1_tab ul li {
    position: relative;
    width: 33.33333%;
}
.sub2_tab ul li {
    position: relative;
    width: 16.66666%;
}
.sub3_tab ul li {
    position: relative;
    width: 50%;
}
.sub4_tab ul li {
    position: relative;
    width: 25%;
}
.sub5_tab ul li {
    position: relative;
    width: 20%;
}
.sub6_tab ul li {
    position: relative;
    width: 16.66666%;
}
.sub7_tab ul li {
    position: relative;
    width: 14.28555%;
}
.sub1_tab ul li a,
.sub2_tab ul li a,
.sub3_tab ul li a,
.sub4_tab ul li a,
.sub5_tab ul li a,
.sub6_tab ul li a,
.sub7_tab ul li a {
    padding: 21px 0;
}
.sub1_tab ul li.active:after,
.sub2_tab ul li.active:after,
.sub3_tab ul li.active:after,
.sub4_tab ul li.active:after,
.sub5_tab ul li.active:after,
.sub6_tab ul li.active:after,
.sub7_tab ul li.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c82121;
}
.sub1_tab ul li a,
.sub2_tab ul li a,
.sub3_tab ul li a,
.sub4_tab ul li a,
.sub5_tab ul li a,
.sub6_tab ul li a,
.sub7_tab ul li a {
    color: #777777;
}
.sub1_tab ul li.active a,
.sub2_tab ul li.active a,
.sub3_tab ul li.active a,
.sub4_tab ul li.active a,
.sub5_tab ul li.active a,
.sub6_tab ul li.active a,
.sub7_tab ul li.active a {
    color: #c82121;
    font-weight: 700;
}

.tab_inner {
    margin-bottom: 30px;
}
.tab_inner ul li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
}
.tab_inner ul:after {
    content: "";
    display: block;
    clear: both;
}
.tab_inner ul li.active {
    background: #c82121;
    color: #fff;
}
.tab_inner ul li.active a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .sub6_tab ul li {
        width: 33.33333%;
        height: 65px;
    }
    .sub6_tab ul li a {
        font-size: 13px;
    }
    .sub7_tab ul li {
        width: 25%;
        height: 65px;
    }
    .sub7_tab ul li a {
        font-size: 13px;
    }
}

.pad5-effect {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    padding-top: 70px;
}
.pad5-effect > li {
    width: calc(100% / 4);
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pad5-effect > li > img {
    width: 150px;
    height: 150px;
}
.pad5-effect > li > p {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .pad5-effect > li {
        width: calc(100% / 2);
    }
    .pad5-effect > li:nth-child(3),
    .pad5-effect > li:nth-child(4) {
        margin-top: 15px;
    }
    .pad5-effect > li > p {
        font-size: 15px;
    }
}

.diagnostic10 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.diagnostic11 {
    padding-top: 70px;
}
.diagnostic12 {
    padding-bottom: 70px;
}
.pad5-icon {
    display: flex;
    flex-wrap: wrap;
}
.pad5-icon > li {
    width: calc(100% / 9);
    padding: 5px;
    box-sizing: border-box;
    height: 110px;
}
.pad5-icon > li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.pad5-icon > li > div > img {
    height: 90%;
}
.pad5-icon > li > p {
    height: 30px;
    text-align: center;
}

.point-tit2 {
    padding-top: 70px;
    position: relative;
}

.title-line {
    display: block;
    max-width: 1200px;
    height: 1px;
    background-color: #e5e5e5;
}

@media (max-width: 1024px) {
    .pad5-icon > li {
        width: calc(100% / 5);
    }
}

@media (max-width: 768px) {
    .pad5-icon > li {
        width: calc(100% / 3);
    }
    .pad5-icon > li > p {
        font-size: 14px;
        line-height: 17px;
    }
}

/* ======= Sub 1 ======= */
.intro_text {
    padding-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
}
.intro_text img {
    margin-bottom: 40px;
    width: 100%;
}
.intro_text_wrap > div:first-child {
    display: inline-block;
    vertical-align: top;
    padding-right: 4.16666%;
    width: 39.16666%;
}
.intro_text_wrap > div:last-child {
    display: inline-block;
    vertical-align: top;
    width: 56.66668%;
}
.intro_text h2 {
    margin-bottom: 25px;
    font-size: 36px;
    color: #b4283e;
}
.intro_text h3 {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    letter-spacing: -0.04em;
}
.intro_text h6 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 42px;
}
.intro_text span {
    font-size: 19px;
    color: #555;
}
.intro_text p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #555555;
}
.intro_text h4 {
    font-family: "Nanum Myeongjo";
    margin: 15px 0 23px;
    font-size: 27px;
    color: #333333;
}
.intro_text h5 {
    font-size: 15px;
    color: #333333;
}
.intro_certificate {
    margin-top: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
}
.intro_title {
    font-size: 23px;
    color: #c82121;
    font-weight: 700;
}
.intro_media {
    margin-top: 65px;
}
.intro_certificate_wrap > div {
    display: inline-block;
    vertical-align: top;
}
.intro_certificate_wrap > div:first-child {
    width: 62.08333%;
}
.intro_certificate_wrap > div:first-child img {
    transform: translateX(-20px);
    width: 100%;
}
.intro_certificate_wrap > div:last-child .dot_list {
    margin-top: 25px;
}

.intro_media_wrap > div {
    display: inline-block;
    vertical-align: top;
}
.intro_media_wrap > div:first-child {
    width: 47.08333%;
    margin-right: 5.83334%;
}
.intro_media_wrap > div:last-child {
    width: 47.08333%;
}
.intro_media_wrap iframe {
    width: 100%;
}

.intro2_info {
    position: relative;
    margin-bottom: 27px;
}
.intro2_info img {
    width: 100%;
}
.intro2_info_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro2_info_text .text_inner {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.intro2_info_text .text_wrap {
    display: table-cell;
    vertical-align: middle;
}
.intro2_info_text .text_wrap p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.5);
}
.intro2_bottom > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
}
.intro2_bottom > div > img {
    width: 100%;
}
.intro2_bottom .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro2_bottom .layer_inner {
    display: table;
    width: 100%;
    height: 100%;
}
.intro2_bottom .text_wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.intro2_link {
    display: inline-block;
    margin-top: 55px;
    width: 185px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    border-radius: 25px;
}
.intro2_link a {
    padding-left: 25px;
    background-image: url("/child/img/icon/visual_link_arrow.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    transition: ease-out 0.15s;
}
.intro2_link:hover a {
    background-position: center right 10px;
}

.contact {
    margin-bottom: 10px;
    padding: 30px 0;
    text-align: center;
    border: 5px solid #f2f2f2;
}
.contact span {
    display: inline-block;
    vertical-align: middle;
}
.contact span:first-child {
    position: relative;
    padding-right: 60px;
    font-size: 30px;
    color: #333333;
}
.contact span:last-child {
    font-size: 38px;
    color: #c82121;
}
.contact span:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 1px;
    height: 27px;
    background: #e5e5e5;
}

.map {
    margin-bottom: 40px;
}
.map iframe {
    width: 100%;
    height: 390px;
}

.location_info > div {
    float: left;
    padding-left: 35px;
    width: 50%;
}
.location_info > div:first-child {
    padding-left: 0;
    padding-right: 35px;
}
.location_info > div > h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    letter-spacing: -0.05em;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}
.location_info > div > p {
    margin-bottom: 10px;
    letter-spacing: -0.05em;
    font-size: 15px;
    color: #555555;
}
.location_info > div > p > strong {
    color: #333333;
}
.location_info > div .fLeft:first-child {
    width: 17.5%;
}
.location_info > div .fLeft:last-child {
    width: 82.5%;
    line-height: 24px;
    margin-bottom: 40px;
}
.location_info > div strong {
    letter-spacing: -0.05em;
    font-size: 15px;
    color: #333333;
}
.location_info > div span {
    letter-spacing: -0.05em;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
}
.location_icon {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url("/child/img/sub/1/location_icon1.png") no-repeat center;
}
.location_icon2 {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url("/child/img/sub/1/location_icon2.png") no-repeat center;
}
.location_arrow {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 5px;
    height: 10px;
    background: url("/child/img/sub/1/location_arrow.png") no-repeat center;
}

/*
      Sub 2 & 3
*/
.diagnostic_top,
.connected_car_top {
    margin-bottom: 57px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}
.diagnostic_top:after {
    content: "";
    display: block;
    clear: both;
}
.diagnostic_top .text_wrap {
    float: left;
    width: 52.5%;
}
.diagnostic_top h1,
.connected_car_top h1 {
    font-size: 25px;
    line-height: 35px;
    color: #333333;
}
.diagnostic_top h1 strong {
    font-weight: 700;
    color: #c82121;
}
.diagnostic_top h1 strong.big {
    font-size: 35px;
}

.diagnostic_top p,
.connected_car_top p,
.golo p {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
    color: #555555;
    letter-spacing: -0.035em;
}
.golo p {
    margin: 30px 0 35px;
}

.diagnostic_top .image_wrap {
    float: right;
    margin-top: -40px;
    width: 47.5%;
    text-align: right;
}
.diagnostic_top .image_wrap img {
    display: inline-block;
    max-width: 432px;
    width: 100%;
}

.diagnostic_top .image_wrap-left {
    float: left;
    width: 47.5%;
    text-align: left;
    margin: -30px 0 120px;
}
.diagnostic_top .image_wrap-left img {
    display: inline-block;
    max-width: 432px;
    width: 100%;
}
.diagnostic_top .image_wrap-left--large img {
    max-width: 480px;
}
.diagnostic_top .image_wrap-left img.vertical {
    height: 300px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.sub-title-wrap {
    margin-bottom: 130px;
}
.sub-title-wrap > h3 {
    color: #c70000;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
}
.sub-title-wrap > h4 {
    color: #c70000;
    font-size: 35px;
    text-align: center;
    margin-top: 17px;
}

.dot_list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}
.dot_list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #777777;
}
.dot_list li.line2:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #777777;
}
.dot_list2 {
    overflow: hidden;
}
.dot_list2 li {
    float: left;
    width: 50%;
}
.dot_list2 li.fln {
    clear: both;
    margin-top: -40px;
}
.dot_list2 li dt {
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    color: #000000;
}
.dot_list2 li dt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #777777;
}
.dot_list2 dd {
    margin-left: 15px;
    line-height: 150%;
    color: #777777;
}
.dot_list2 dd span {
    font-size: 14px;
    color: #999999;
}
.dot_list2 dd li {
    float: none;
}

.dot_list3 {
    overflow: hidden;
}
.dot_list3 li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding-left: 15px;
}
.dot_list3 li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #777777;
}

.diagnostic2 {
    margin-bottom: 70px;
    padding-bottom: 67px;
    border-bottom: 1px solid #e5e5e5;
}
.diagnostic3 {
    margin-bottom: 70px;
    padding-bottom: 67px;
    border-bottom: 1px solid #e5e5e5;
}
.diagnostic-n {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.diagnostic3 .img-box {
    margin: 50px 0;
    border: 1px solid #e5e5e5;
}
.diagnostic3 .img-box ul {
    overflow: hidden;
    width: 81%;
    margin: 50px auto;
}
.diagnostic3 .img-box li {
    float: left;
    margin-bottom: 30px;
}
.diagnostic3 .img-box li:first-child {
    margin-right: 30px;
}
.diagnostic3 .img-box li:last-child {
    margin-left: 30px;
}
.diagnostic3 .media-box {
    width: 70%;
    margin: 50px auto;
    padding: 70px 0 0;
    text-align: center;
}
.diagnostic3 .media-box iframe {
    width: 100%;
    height: 480px;
}
.diagnostic4,
.connected_car2 {
    margin-bottom: 70px;
    padding: 50px 150px;
    border: 1px solid #e5e5e5;
}

.diagnostic4 .icon_box {
    width: 100%;
    margin: 0 auto;
}
.diagnostic4 .icon_box li {
    float: left;
    width: 110px;
    margin-right: 40px;
    text-align: center;
}
.diagnostic4 .icon_box li.d4_icon1 {
    padding-top: 120px;
    background: url("/child/img/sub/2/2_icon1.png") 50% 40% no-repeat;
}
.diagnostic4 .icon_box li.d4_icon2 {
    padding-top: 120px;
    background: url("/child/img/sub/2/2_icon2.png") 50% 40% no-repeat;
}
.diagnostic4 .icon_box li.d4_icon3 {
    padding-top: 120px;
    background: url("/child/img/sub/2/2_icon3.png") 50% 20% no-repeat;
}
.diagnostic4 .icon_box li.d4_icon4 {
    padding-top: 120px;
    background: url("/child/img/sub/2/2_icon4.png") 50% 40% no-repeat;
}
.diagnostic4 .icon_box li.d4_icon5 {
    padding-top: 120px;
    background: url("/child/img/sub/2/2_icon5.png") 50% 20% no-repeat;
}
.diagnostic4 .icon_box li.d4_icon6 {
    margin-right: 0;
    padding-top: 120px;
    background: url("/child/img/sub/2/2_icon6.png") 50% 40% no-repeat;
}

.contents img {
    max-width: 100%;
}
.contents p.p-small {
    font-size: 15px;
    color: #777777;
}
.contents ul {
    overflow: hidden;
}
.connected_car_p {
    margin-bottom: 15px;
}
.connected_car_p p {
    font-size: 17px;
    line-height: 30px;
}

.contents .mt50 {
    margin-top: 50px;
}
.contents .mb70 {
    margin-bottom: 70px;
}
.contents .mb150 {
    margin-bottom: 150px;
}
.contents .pt80 {
    padding-top: 80px;
}

/* Sub 3 */
.inline_connected_car li {
    display: inline-block;
    width: 50%;
}
.top_inline li:first-child {
    display: inline-block;
    width: 55%;
}
.top_inline li:last-child {
    display: inline-block;
    width: 45%;
    text-align: right;
}
.top_inline h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #333333;
}
.top_inline h2 span {
    color: #c82121;
}
.top_inline a i {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 88px;
    height: 28px;
    background: url("/child/img/sub/3/box_link.png");
}
.non_p {
    padding-left: 0;
    padding-right: 0;
}
.connected_car2 h5 {
    font-size: 17px;
    color: #555555;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.04em;
}

/* Sub 4 */
.mission_oil_top {
    margin-top: 25px;
    margin-bottom: 70px;
    padding-bottom: 60px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.mission_oil_top .image_wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 110px;
}
.mission_oil_top .image_wrap img {
    max-width: 321px;
}
.mission_oil_top .text_wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
}
.mission_oil_top h2 {
    font-size: 36px;
    color: #c82121;
    margin-bottom: 27px;
}
.mission_oil_top h3 {
    font-size: 25px;
    color: #333333;
    margin-bottom: 13px;
}
.mission_oil_top p {
    font-size: 17px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 13px;
}

.inline_mission_oil li {
    display: inline-block;
    width: 33.33333%;
}
.inline_tire_wheel li {
    display: inline-block;
    width: 50%;
}

.non_line {
    border-bottom: none;
}

.wheel_top {
    margin-bottom: 27px;
}
.wheel_top h2 {
    font-size: 36px;
    color: #c82121;
    margin-bottom: 32px;
}
.wheel_top h3 {
    font-size: 25px;
    color: #333333;
    margin-bottom: 13px;
}
.wheel_top p {
    font-size: 17px;
    color: #555555;
    margin-bottom: 14px;
    letter-spacing: -0.04em;
}
.wheel_img {
    margin-bottom: 65px;
}

.cleaner_img1 {
    margin-bottom: 70px;
}
.cleaner_img1 img {
    width: 100%;
}

.tools h2 {
    font-size: 36px;
    color: #c82121;
    margin-bottom: 27px;
}
.tools h3 {
    font-size: 25px;
    color: #333333;
    margin-bottom: 13px;
}
.tools p {
    font-size: 17px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 13px;
}

.tools_top {
    margin-top: 25px;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}
.tools_top .image_wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 110px;
}
.tools_top .text_wrap {
    display: table-cell;
    vertical-align: middle;
    width: 38%;
}
.tools_top .dot_list {
    width: 100%;
    margin-top: 30px;
}
.tools_top .dot_list li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
.tools_top .tool-details {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #888888;
}
.tools_top .tool-details tr {
    border-bottom: 1px solid #cccccc;
}
.tools_top .tool-details th {
    width: 30%;
    padding: 10px 0 10px 24px;
}
.tools_top .tool-details td {
    width: 70%;
    padding: 10px 0 10px 30px;
}

.tools_list {
    overflow: hidden; /*  margin-bottom: 70px; padding-bottom:70px;border-bottom: 1px solid #e5e5e5; */
}
.tools_list li {
    max-width: 370px;
    padding: 0;
    margin-bottom: 20px;
    margin-right: 45px;
}
.tools_list li:nth-child(3) {
    margin-right: 0;
}
.tools_list li:nth-child(6) {
    margin-right: 0;
}
.tools_list em {
    display: inline-block;
    text-align: center;
    padding: 14px 0;
    width: 100%;
    border: 1px solid #c82121;
    font-style: normal !important;
    color: #c82121;
}
.tools_bottom {
    display: none;
}
.tools_bottom .image_wrap {
    display: table-cell;
    vertical-align: middle;
}
.tools_bottom .text_wrap {
    display: table-cell;
    vertical-align: top;
    width: 38%;
}

@media (max-width: 1024px) {
    .tools_top {
        margin-top: 0px;
    }
    .tools_top .text_wrap {
        display: inline-block;
        width: 100%;
        margin-bottom: 50px;
    }
    .tools_top .image_wrap {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }
    .tools_top .image_wrap img {
        width: 70%;
        margin: 0 auto;
        padding-left: 0;
    }
    .tools_list li {
        margin-bottom: 0;
        margin-right: 0;
        padding: 2%;
    }
    .tools_list em {
        padding: 7px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .tools h2 {
        font-size: 25px;
        margin-bottom: 18px;
    }
    .tools h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tools p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 13px;
    }
}

/* Sub 4 - Lift Board */
#bbs_lift #bbs_style {
    border-top: none;
}
#bbs_lift .photo_img {
    padding: 10px;
    border: 1px solid #e5e5e5;
    position: relative;
}
#bbs_lift .photo_img a {
    overflow: hidden;
    border: none;
}
#bbs_lift .photo_img a img {
    width: 100% !important;
}
#bbs_lift_view_btn {
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
#bbs_lift_view_btn > div {
    display: inline-block;
    max-width: 180px;
    width: 33.33333%;
}
#bbs_lift .name {
    margin-top: 20px;
    font-family: Arial;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}
.btn_list {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    background: #c82121;
}
.btn_prev,
.btn_next {
    display: block;
    height: 50px;
    line-height: 50px;
}
.btn_prev:hover,
.btn_next:hover {
    background: rgba(0, 0, 0, 0.1);
}
.btn_prev i {
    display: inline-block;
    margin-right: 15px;
    width: 6px;
    height: 11px;
    background: url("/child/img/icon/btn_prev.png");
}
.btn_next i {
    display: inline-block;
    margin-left: 15px;
    width: 6px;
    height: 11px;
    background: url("/child/img/icon/btn_next.png");
}
.bbs_title_box {
    margin-bottom: 60px;
}
.bbs_title_box:after {
    content: "";
    display: block;
    clear: both;
}
.bbs_box_head {
    float: left;
    padding: 80px 0 0 60px;
    width: 35.41666%;
    height: 435px;
    background: #c82121;
}
.bbs_box_head h1,
.bbs_box_head h1 p {
    font-family: Arial;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px;
}
.bbs_box_head h1 p {
    margin-top: 8px;
}
.bbs_box_head h2 {
    font-family: Arial;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    margin-bottom: 17px;
}
.bbs_box_body {
    display: table;
    width: 64.58334%;
    height: 435px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.bbs_box_body .inner {
    display: table-cell;
    vertical-align: middle;
}
.bbs_box_body img {
    max-width: 100% !important;
    width: auto !important;
}

.dot_bbs {
    font-size: 0;
}
.dot_bbs li {
    font-family: Arial;
    font-size: 19px;
    color: #555555;
}
.bbs_img_wrap {
}
.bbs_img_wrap img {
    width: 100%;
}
.b_row {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
}

/* Sub 6 */
#bbs_application .category_pd {
    margin-bottom: 40px;
}
#bbs_application .category_pd:after {
    content: "";
    display: block;
    clear: both;
}
#bbs_application .category_pd font {
    display: none;
}
#bbs_application .category_pd a {
    float: left;
    display: block;
    width: 12.5%;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    color: #777777;
    text-align: center;
    background: #f6f6f6;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#bbs_application .category_pd a:first-child {
    border-left: 1px solid #cccccc;
}
#bbs_application .category_pd a.on {
    color: #fff;
    background: #c82121;
    border-top: 1px solid #c82121;
    border-right: 1px solid #c82121;
    border-bottom: 1px solid #c82121;
    border-left: 1px solid #c82121;
}

.non_m {
    margin-bottom: 10px;
}

/* ======= Mall Table ======= */
/* Table Responsive Cell */
.m_cell {
    display: none;
}

/* Page List Style */
#page_list_style {
    margin: 30px 0 50px;
}
.Paging_Num {
    border-bottom: none !important;
}
.Paging_Num tr td {
    border-bottom: none !important;
}

/* Pager */
#pager td {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
#pager td a {
    display: block;
    padding-top: 1px;
    width: 100%;
    height: 100%;
}
#pager td a:hover {
    padding-top: 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
}
.current_page {
    color: #fff;
    background: #c82121;
    border: 1px solid #c82121;
    cursor: default;
}
.page_backward {
    background: url("/child/img/pager/page_l_2.png") no-repeat center;
}
.page_back5 {
    background: url("/child/img/pager/page_l.png") no-repeat center;
}
.page_5 {
    background: url("/child/img/pager/page_r.png") no-repeat center;
}
.page_forward {
    background: url("/child/img/pager/page_r_2.png") no-repeat center;
}

/* BBS Write */
#bbs_write_style {
    border-top: 2px solid #1e458f;
    border-bottom: 2px solid #1e458f;
}
#bbs_write_style tr th {
    padding: 10px;
    text-align: left;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
#bbs_write_style tr td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
#bbs_write_style tr td input[type="text"],
#bbs_write_style tr td input[type="password"] {
    max-width: 300px;
    width: 100%;
    height: 35px;
}
#bbs_write_style tr td input[type="file"] {
    max-width: 200px;
    width: 100%;
}
#bbs_write_style tr td img {
    display: inline-block;
}
.AWbbs_input_table tr td img {
    display: inline-block;
}

.t_br,
.m_br {
    display: none;
}

/*
  Media Query
*/
@media (max-width: 1550px) {
    /* Header */
    .header_container {
        padding: 0 50px;
    }
}

@media (max-width: 1400px) {
    /* Header */
    .gnb li a {
        padding: 0 25px;
    }
}

@media (max-width: 1200px) {
    .download_board_link1,
    .download_board_link2 {
        float: none;
        margin-bottom: 50px;
        width: 100%;
    }
    .download_board_link2 .bg {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 1180px) {
    /* Header */
    #wrap {
        padding-top: 50px;
    }
    #header {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .gnb {
        display: none;
    }
    .header_top {
        height: auto;
    }
    .header_container {
        padding: 0 15px;
    }
    .logo {
        margin: 21px 0 16px;
    }
    .logo span {
        width: 150px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .m_menu {
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 1023px) {
    #popup17 {
        left: auto !important;
        right: 104px;
    }

    .container {
        padding: 20px 4.6875%;
    }

    .menu {
        z-index: 11;
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        width: 50px;
        height: 50px;
        background: url("/child/m_img/icon/icon_menu.png") no-repeat center / 20px 17px;
    }
    .menu_on {
        background: url("/child/m_img/icon/icon_menu_on.png") no-repeat center / 20.5px 20.5px;
        border-left: none;
    }

    .t_br {
        display: block;
    }

    /* ======= Sub ======== */

    #sub-tab .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sub_title {
        margin: 35px 0 40px;
    }
    .sub_title h1 {
        font-size: 26px;
    }
    .sub_title h1.red {
        font-weight: 500;
        color: #c82121;
    }

    /* Sub 1 */
    .intro_certificate_wrap > div {
        display: block;
    }
    .intro_certificate_wrap > div:first-child {
        width: 100%;
    }
    .contact {
        padding: 20px 0;
    }
    .contact span:first-child {
        font-size: 24px;
        padding-right: 40px;
    }
    .contact span:first-child:after {
        right: 20px;
        height: 20px;
    }
    .contact span:last-child {
        font-size: 30px;
    }

    /* Sub 2 */
    .diagnostic_top .image_wrap,
    .diagnostic_top .text_wrap {
        margin: 10px 0 0 0;
        float: none;
        width: 100%;
    }

    /* Sub 3 */
    .dot_connected_car li {
        width: 100%;
    }
    .top_inline li:first-child,
    .top_inline li:last-child {
        width: 100%;
        text-align: left;
    }
    .top_inline h2 {
        line-height: 34px;
    }

    /* Sub 4 Board Grid*/
    #bbs_lift .grid-6 {
        width: 33.33333%;
    }
    .mission_oil_top .image_wrap {
        padding-left: 0;
    }

    #bbs_application .category_pd a {
        width: 25%;
        font-size: 15px;
    }
    #bbs_application .category_pd a:nth-child(5) {
        border-left: 1px solid #ccc;
        border-top: none;
    }
    #bbs_application .category_pd a:nth-child(6),
    #bbs_application .category_pd a:nth-child(7),
    #bbs_application .category_pd a:nth-child(8) {
        border-top: none;
    }
}

@media (max-width: 767px) {
    /* ========== Style Default ========== */
    h1 {
        font-size: 20px;
    }

    /* ========== COMMON ========== */
    .inner_wrap {
        padding: 20px 2%;
    }
    .m_br {
        display: block;
    }
    .m_none {
        display: none;
    }

    /* Grid */
    .grid-6,
    .grid-8 {
        padding: 2%;
        width: 50%;
    }

    .footer_top ul li {
        padding: 0 !important;
    }

    /* Popup */
    #popup16 {
        width: 100% !important;
        right: 0 !important;
    }
    #popup16 table {
        width: 100%;
    }
    #popup16 img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    #popup17 {
        width: 100% !important;
        right: 0 !important;
    }
    #popup17 table {
        width: 100%;
    }
    #popup17 img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    /* ======= Main Page - Visual ======= */
    #visual .visual-pagination-wrap {
        bottom: 20px;
    }

    #visual {
        height: 750px !important;
    }
    #visual .swiper-button-next {
        display: none;
    }
    #visual .swiper-button-prev {
        display: none;
    }
    .visual-area .text_wrap {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        text-align: center;
    }
    .visual1 {
        background: url("/child/img/visual/n/1.png") no-repeat top / contain;
    }
    .visual2 {
        background: url("/child/img/visual/n/2.png") no-repeat top / contain;
    }
    .visual3 {
        background: url("/child/img/visual/n/3.png") no-repeat top / contain;
    }
    .visual4 {
        background: url("/child/img/visual/n/4.png") no-repeat top / contain;
    }
    .visual5 {
        background: url("/child/img/visual/n/5.png") no-repeat top / contain;
    }
    .visual-area {
        background-color: #fff;
    }
    .visual1 + .visual-area .text_wrap {
        height: 316px;
        padding-left: 30px;
        text-align: left;
    }
    .visual3 + .visual-area .text_wrap {
        height: 316px;
        padding-left: 30px;
        text-align: left;
    }
    .visual4 + .visual-area .text_wrap {
        height: 316px;
        padding-left: 30px;
        text-align: left;
    }
    .visual5 + .visual-area .text_wrap {
        height: 316px;
        padding-left: 30px;
        text-align: left;
    }
    .visual_check_wrap span {
        font-size: 15px;
    }
    /* .visual_check_wrap > div:first-child,
    .visual_check_wrap > div:nth-child(3) {
        padding-bottom: 0;
    } */
    .visual_check_wrap {
        display: inline-block;
        margin-top: 0px;
        padding: 0;
        max-width: min-content;
        width: auto;
        text-align: left;
        border: none;
    }

    .visual-area .text_wrap h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .visual-area .text_wrap h1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: normal;
    }

    .visual2 + .visual-area .text_wrap {
        padding-left: 30px;
        text-align: left;
    }

    .visual_link {
        margin: 20px 0 0;
    }
    .visual_link {
        height: 40px;
        line-height: 40px;
    }
    .visual_link a {
        font-size: 14px;
    }

    .card .text_wrap {
        bottom: 25px;
    }
    .card h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .card h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .card_link {
        margin-top: 10px;
        width: 90px;
        height: 40px;
        line-height: 40px;
    }

    .card_wrap {
        margin-top: -110px;
        padding: 140px 0 70px;
    }
    .card:nth-child(2) {
        transform: translateY(-0px);
    }

    .visual-area .text_wrap h3 {
        font-size: 25px;
    }
    .slide-title2 {
        margin-bottom: 15px;
    }
    .text_wrap h1.slide-title {
        font-size: 35px !important;
        line-height: 39px !important;
    }

    .link_head h1 {
        font-size: 24px;
    }
    .download_board_link_wrap {
        padding: 50px 0;
    }
    .app_body h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .app_body p {
        font-size: 14px;
    }

    /* ======= Sub ======== */

    #sub-visual {
        height: 200px;
    }
    .sub-visual-title h1 {
        font-size: 32px;
    }

    .m_zoom_text {
        display: block;
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }
    .m_zoom_text span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 40px;
        height: 40px;
        background: url("/child/img/icon/zoom.png");
    }

    /* Sub 1 */

    .intro_text_wrap > div:first-child,
    .intro_text_wrap > div:last-child {
        float: none;
        width: 100%;
    }
    .intro_text h2 {
        font-size: 30px;
    }
    .intro_text h3,
    .intro_text h6 {
        font-size: 22px;
        line-height: 34px;
    }
    .intro_text p {
        font-size: 15px;
    }
    .intro_text span {
        display: inline-block;
        margin-bottom: 20px;
    }
    .intro_certificate_wrap > div:first-child img {
        transform: translate(0);
    }
    .dot_list li {
        font-size: 15px;
    }
    .inline_connected_car li {
        width: 100%;
    }
    .intro_media_wrap > div:first-child,
    .intro_media_wrap > div:last-child,
    .intro2_bottom > div {
        width: 100%;
    }
    .intro2_link {
        margin-top: 25px;
    }

    .map iframe {
        height: 350px;
    }
    .location_info > div {
        margin-bottom: 50px;
        padding: 0;
        float: none;
        width: 100%;
    }

    /* Sub 2 */
    .contents .mb150 {
        margin-bottom: 70px;
    }
    .diagnostic_top .image_wrap-left {
        float: none;
        width: 75%;
        margin: 0 auto 50px;
    }

    .sub2_tab ul li {
        position: relative;
        width: 33.33333%;
    }
    .sub2_tab ul li:nth-child(4) {
        clear: both;
    }

    .dot_list2 li {
        float: none;
        width: auto;
    }
    .dot_list3 li {
        float: none;
        width: auto;
    }
    .dot_list2 li.fln {
        margin-top: 0;
    }

    .diagnostic3 .media-box {
        width: 95%;
        padding: 0;
    }
    .diagnostic3 .media-box iframe {
        height: 270px;
        margin: 0 auto;
    }
    .diagnostic3 .img-box li {
        float: none;
        margin: 0 0 30px 0 !important;
    }
    .diagnostic4,
    .connected_car2 {
        padding: 15px;
    }

    .diagnostic4 .icon_box ul {
        width: 90%;
        margin: 0 auto;
    }
    .diagnostic4 .icon_box li {
        width: 25%;
        background-size: 75% !important;
    }
    .diagnostic4 .icon_box li.d4_icon3,
    .diagnostic4 .icon_box li.d4_icon6 {
        margin: 0 0 30px;
    }
    .diagnostic4 .icon_box li.d4_icon3,
    .diagnostic4 .icon_box li.d4_icon5 {
        background-position: 50% 30%;
        background-size: 60% !important;
    }

    /* Sub 3 */
    .top_inline h2,
    .diagnostic_top h1,
    .connected_car_top h1,
    .mission_oil_top h3,
    .wheel_top h3 {
        font-size: 20px;
    }
    .point_tit {
        clear: both;
        font-size: 18px;
    }
    .diagnostic_top p,
    .connected_car_top p,
    .golo p,
    .connected_car_p p,
    .connected_car2 h5,
    .mission_oil_top p,
    .wheel_top p,
    #bbs_lift .name {
        font-size: 15px;
    }

    .sub-title-wrap {
        margin-bottom: 50px;
    }
    .sub-title-wrap > h3 {
        line-height: 58px;
    }
    .sub-title-wrap > h4 {
        margin-top: 14px;
        line-height: 45px;
    }

    /* Sub 4 Board Grid*/
    #bbs_lift .grid-6 {
        width: 50%;
    }

    .inline_mission_oil li {
        width: 50%;
    }
    .mission_oil_top h2,
    .wheel_top h2 {
        font-size: 25px;
    }
    .mission_oil_top .image_wrap,
    .mission_oil_top .text_wrap {
        display: block;
        padding: 0;
    }
    .mission_oil_top .text_wrap {
        margin-top: 30px;
    }

    .bbs_box_head {
        float: none;
        width: 100%;
        padding: 30px 0 30px 30px;
        height: auto;
    }
    .bbs_box_body {
        float: none;
        width: 100%;
    }
    .bbs_box_head h1,
    .bbs_box_head h1 p,
    .bbs_box_head h2 {
        font-size: 20px;
    }
    .bbs_box_body {
        padding: 30px 0;
        height: auto;
    }
    .bbs_box_body .inner {
        display: block;
    }
}

/* specification-table */
.specification-table {
    width: 100%;
    border-top: 2px solid #c82121;
    border-collapse: collapse;
}
.specification-table th,
.specification-table td {
    border-right: 1px solid #ececec;
    padding: 16px 24px;
    font-size: 18px;
}
.specification-table th {
    text-align: left;
    color: #fff;
    font-weight: 500;
}
.specification-table td {
    color: #666;
}
.specification-table th:last-child {
    border-right: none;
}
.specification-table td:last-child {
    border-right: none;
}
.specification-table > tbody > tr {
    border-bottom: 1px solid #ececec;
}
.specification-table > tbody > tr > th {
    width: 23.5%;
    background-color: #666;
}
.specification-table > tbody > tr > th.secondary {
    background-color: #ddd;
    color: #111;
}
@media (max-width: 768px) {
    .specification-table th,
    .specification-table td {
        padding: 12px 18px;
        font-size: 14px;
    }
    .specification-table > tbody > tr > th {
        width: 40%;
    }
}
.specification-table--secondary > thead > tr > th {
    background-color: #666;
}
.specification-table--secondary > tbody > tr:nth-child(2n) > td {
    background-color: #f7f7f7;
}
.specification-table--tertiary {
    border-top: none;
}
.specification-table--tertiary > thead > tr > th {
    background-color: #999;
}
.specification-table--tertiary > thead > tr > td {
    background-color: #999;
}
.specification-table--tertiary > tbody > tr {
    border-bottom-color: #ddd;
}
.specification-table--tertiary > tbody > tr > th {
    background-color: #ececec;
    border-right-color: #ddd;
    color: #111;
}
.specification-table--tertiary > tbody > tr:nth-child(2n) > td {
    background-color: #f7f7f7;
}

.sub7_tab > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.orderered-list {
    padding-left: 15px;
}
.orderered-list li {
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
}

.d-none.d-md-block {
    display: block;
}
@media (max-width: 768px) {
    .d-md-block.d-none {
        display: none;
    }
}
.sensor-images {
    display: flex;
    margin: -12px;
}
.sensor-images li {
    width: 50%;
    padding: 12px;
}
@media (max-width: 768px) {
    .sensor-images {
        display: block;
    }
    .sensor-images li {
        width: 100%;
    }
}
.solution2 .image_wrap,
.solution .image_wrap {
    margin: 0 auto;
}
.solution .image_wrap {
    max-width: 432px;
}
.solution2 .image_wrap {
    max-width: 800px;
}

.test-list li {
    margin-bottom: 15px;
}

.video {
    margin-bottom: 30px;
}

.list-image {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.features-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
