
/* 수정요청 폰트(영문) */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* title */
.saira_condensed {
    font-family: "Saira Condensed", sans-serif;
    font-style: normal;
    font-size: 1.05em;
}
/* contents */
.lato {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 1.05em;
}

.thin {font-weight: 100 !important;}
.extralight {font-weight: 200 !important;}
.light {font-weight: 300 !important;}
.regular {font-weight: 400 !important;}
.medium {font-weight: 500 !important;}
.semibold {font-weight: 600 !important;}
.bold {font-weight: 700 !important;}
.extrabold {font-weight: 800 !important;}
.black {font-weight: 900 !important;}
.italic {font-style: italic !important;}
/* 수정요청 폰트(영문) */


@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-9Black';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ff_sd2 {font-family: 'S-CoreDream-2ExtraLight' !important;}
.ff_sd3 {font-family: 'S-CoreDream-3Light' !important;}
.ff_sd4 {font-family: 'S-CoreDream-4Regular' !important;}
.ff_sd5 {font-family: 'S-CoreDream-5Medium' !important;}
.ff_sd9 {font-family: 'S-CoreDream-9Black' !important;}
.ff_nsr {font-family: 'NanumSquareRound' !important;}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
.ff_noto {
    font-family: "Noto Sans KR", sans-serif;
}
/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); */
/* @import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Erica+One&family=Seymour+One&family=Tilt+Warp&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Tilt+Warp&display=swap');

.owl-item .splitting.in .char {
    font-family: 'Tilt Warp', sans-serif !important;
}
.owl-item .splitting.in .word:first-child .char:first-child,
.owl-item .splitting.in .word:first-child  .char:nth-child(2) {
    /* font-family: 'Erica One', sans-serif !important; */
}
#j1logo {
    /* font-family: 'Tilt Warp', sans-serif !important; */
    color: #fff;
    font-size: 40px;
    letter-spacing: -3px;
}
.ft_info #j1logo {
    font-size: 30px;
    letter-spacing: -1px;
}
.ft_info #j1logo span {
    margin-right: 0;
}
#j1logo .erica {
    /* font-family: 'Erica One', sans-serif !important; */
    letter-spacing: 0px;
}
.ft_info #j1logo .erica {
    letter-spacing: 2px;
}


#j1logo .erica .red,
.owl-item .splitting.in .word:first-child  .char:nth-child(2) {
    /* color: #e20015; */
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
        width: 90%;
    }
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    /* font-family: inherit; */
    font-weight: 300;
    line-height: 1.5;
    /* color: inherit; */
}
.navbar-nav h5 {
    margin-bottom: 0;
}


/* h1 { font-size: 2.50rem !important; }
h2 { font-size: 2.00rem !important; }
h3 { font-size: 1.75rem !important; }
h4 { font-size: 1.60rem !important; }
h5 { font-size: 1.3rem !important; }
h6 { font-size: 1.10rem !important; } */


@media (max-width:1601px) {
    /* h1 { font-size: 2.40rem !important; }
    h2 { font-size: 1.94rem !important; }
    h3 { font-size: 1.69rem !important; }
    h4 { font-size: 1.44rem !important; }
    h5 { font-size: 1.22rem !important; }
    h6 { font-size: 0.97rem !important; }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 8px;
        line-height: 1.5;
    } */
}

@media (max-width:969px) {
    /* h1 { font-size: 2.31rem !important; }
    h2 { font-size: 1.88rem !important; }
    h3 { font-size: 1.63rem !important; }
    h4 { font-size: 1.38rem !important; }
    h5 { font-size: 1.19rem !important; }
    h6 { font-size: 0.94rem !important; }
    .nav-item h6 { font-size: 1.0rem !important; }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 6px;
        line-height: 1.5;
    } */
}

@media (max-width:576px) {
    /* h1 { font-size: 2.00rem !important; }
    h2 { font-size: 1.64rem !important; }
    h3 { font-size: 1.44rem !important; }
    h4 { font-size: 1.19rem !important; }
    h5 { font-size: 1.00rem !important; }
    h6 { font-size: 0.9rem !important; }

    h1 { font-size: 2.00rem !important; }
    h2 { font-size: 1.80rem !important; }
    h3 { font-size: 1.62rem !important; }
    h4 { font-size: 1.46rem !important; }
    h5 { font-size: 1.31rem !important; }
    h6 { font-size: 1.18rem !important; }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 6px;
        line-height: 1.5;
    } */
}

.margin_top_8vh {margin-top: 8vh !important;}
.margin_top_10vh {margin-top: 10vh !important; }
.margin_top_12vh {margin-top: 12vh !important; }
.margin_top_14vh {margin-top: 14vh !important; }
.margin_top_20 {margin-top: 20px !important; }
.margin_top_40 {margin-top: 40px !important; }
.margin_top_60 {margin-top: 60px !important; }
.margin_top_80 {margin-top: 80px !important; }
.margin_top_100 {margin-top: 100px !important; }
.margin_top_120 {margin-top: 120px !important; }
.margin_top_200 {margin-top: 200px !important; }
.margin_bottom_20 {margin-bottom: 20px !important; }
.margin_bottom_40 {margin-bottom: 40px !important; }
.margin_bottom_60 {margin-bottom: 60px !important; }
.margin_bottom_80 {margin-bottom: 80px !important; }
.margin_bottom_100 {margin-bottom: 100px !important; }
.margin_bottom_120 {margin-bottom: 120px !important; }
.margin_bottom_200 {margin-bottom: 200px !important; }

a {
    color: #666666;
}

a:hover {
    color: gray;
    text-decoration: none;
}

/* .footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #666;
} */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* .navbar .dropdown.show a:active {
    background-color: #6c757d;
} */

.bg-white07 {
    /* background-color: rgba(var(--main_color1), 0.2); */
    transition: background 0.2s;
}

.bg-white07:hover {
    background-color: rgba(var(--main_color1), 1.0);
}

.bg-white07.sticky {
    background-color: rgba(var(--main_color1), 1.0);
}

.bg-white {
    background-color: rgba(255, 255, 255, 1.0) !important;
    overflow: hidden;
}

.noto {}
.f_w_100 {font-weight: 100;}
.f_w_300 {font-weight: 300;}
.f_w_400 {font-weight: 400;}
.f_w_500 {font-weight: 500;}
.f_w_700 {font-weight: 700;}
.f_w_900 {font-weight: 900;}


.ko_12 {

    font-size: 12px;
}

.ko_13 {

    font-size: 13px;
}

.ko_14 {

    font-size: 14px;
}

.ko_15 {

    font-size: 15px;
}

.ko_16 {

    font-size: 16px;
}

.ko_17 {

    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.ko_18 {

    font-size: 18px;
}

.ko_19 {

    font-size: 19px;
}

.ko_20 {

    font-size: 20px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.fw1 {
    font-weight: 100;
}

.fw2 {
    font-weight: 200;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.lh19 {
    line-height: 1.9;
}

.lh20 {
    line-height: 2;
}

.color-white {
    color: #c3c3c3;
}

.color-sky-blue {
    background: #cce5ff;
}

.color-green {
    background: #d4edda;
}

.portfolio-item {
    margin-bottom: 30px;
}

/*
HEAD-LINE
**********/
h3 {
    /*text-align: center;*/
}

.subtitle {
    margin: 0 0 50px;
    0;
}

.head-line {
    line-height: 0.5;
    text-align: center;
}

.head-line span {
    display: inline-block;
    position: relative;
}

.head-line span:before,
.head-line span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    top: 0;
    width: 100px;
}

.head-line span:before {
    right: 100%;
    margin-right: 15px;
}

.head-line span:after {
    left: 100%;
    margin-left: 15px;
}

.subbg {
    background: url('../img/subbg.jpg');
}

/*
.navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}
*/
.navbar.sticky .navbar-brand {
    /* animation: fadeInRights 1.0s ease-in-out; */
}
@-webkit-keyframes fadeInRights {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRights {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRights {
  -webkit-animation-name: fadeInRights;
  animation-name: fadeInRights;
}

#navigation_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
    padding: 0 1.0rem !important;
    min-height: 60px;
}

#tnb_index {
    /* background: #fff; */
}

#tnb_index h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#tnb_index ul {
    margin: 0 auto;
    /* width: 1120px; */
    background: var(--main_color);
    zoom: 1;
    padding-right: 0.5rem;
}

#tnb_index ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#tnb_index li:first-child {
    /* border-right: 1px solid #444444 */
}

#tnb_index li {
    float: right;
    /* border-left: 1px solid #444444; */
    margin-bottom: -1px;
}

#tnb_index a {
    display: inline-block;
    padding: 0 10px;
    color: #eee;
    line-height: 35px;
}

#tnb_index a:focus, #tnb_index a:hover {
    /* color: #4ea1d3;
    background: #fafafa;
    font-family: 'Gulim';
    font-size: 12px */
    color: #fff;
}

#tnb_index .tnb_index_admin a {
    color: #ff0000;
}

#tnb_index .tnb_index_left {
    float: left
}

#tnb_index .tnb_index_left a {
    padding: 0 14px
}

#tnb_index .tnb_index_cart {
    border-right: 1px solid #ddd;
}

#tnb_index .tnb_index_community {
    border-right: 1px solid #ddd
}

#tnb_index .tnb_index_community i {
    font-size: 15px
}

#tnb_index .tnb_index_community {
    background: #e7e7e7;
    font-weight: bold;
}

#tnb_index .tnb_index_community:focus, #tnb_index .tnb_index_community:hover {
    color: #333;
    border-bottom: 0
}

#tnb_index .tnb_index_community a {
    color: #4ea1d3;
    border-bottom: 1px solid #e7e7e7
}

#tnb_index_left {
    float: left;
    margin-top: 5px
}

#tnb_index ul li a {
    font-size: 12px;
    /* font-weight: bold; */
    /* font-family: 'Gulim' */
}

/*
헤딩
**********/
.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

.center-heading p {
    margin-top: 10px;
}

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid var(--btn2);
    margin: auto;
}

.img_border {
    border: 3px solid var(--gray);
    padding: 0;
}
.title_wrap {
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    text-shadow: 2px 2px black;
}


/*
아이콘박스
**********/
.h75 {
    height: 75px;
}

.box>.icon {
    text-align: center;
    position: relative;
}

.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #6c757d;
    vertical-align: middle;
}

.box>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important;
}

/* .box > .icon > .info { margin-top: -24px; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; height:257px; } */
.box>.icon>.info {
    border: 1px solid #e0e0e0;
    padding: 75px 0 10px 0;
    height: 257px;
    position: relative;
}

.box>.icon>.info>h3.title {
    margin-top: 20px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.box>.icon>.info>p {
    font-weight: 300;
    color: #666;
    line-height: 1.7;
    margin: 20px;
    text-align: left;
}

.box>.icon>.info>.more a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

/* .box .space { height: 30px; } */
.info i {
    font-size: 60px;
    display: none;
}

/* info-pink */
/* .box > .icon { text-align: center; position: relative; } */
.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #6c757d;
    vertical-align: middle;
}

.box>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important;
}

/* .box > .icon > .info-pink {
	margin-top: -24px;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    background: #8e9aaf;
    color: #fff;
	 height:257px;
} */
.box>.icon>.info-pink {
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    /* background: #8e9aaf; */
    color: #fff;
    height: 257px;
    position: relative;
}

.box>.icon>.info-pink>h3.title {
    margin-top: 20px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.box>.icon>.info-pink>p {
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    margin: 20px;
    text-align: left;
}

.box>.icon>.info-pink>.more a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

/* .box .space { height: 30px; } */
.info-pink i {
    font-size: 50px;
}

/* info-pink-2 */
/* .box > .icon { text-align: center; position: relative; } */
.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #6c757d;
    vertical-align: middle;
}

.box>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important;
}

/* .box > .icon > .info-pink-2 {
	margin-top: -24px;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    background: #cbc0d3;
    color: #fff;
	 height:257px;
} */
.box>.icon>.info-pink-2 {
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    background: #a98dbe;
    color: #fff;
    height: 257px;
}

.box>.icon>.info-pink-2>h3.title {
    margin-top: 20px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.box>.icon>.info-pink-2>p {
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    margin: 20px;
    text-align: left;
}

.box>.icon>.info-pink-2>.more a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box .space {
    height: 30px;
    display: none;
}

.info-pink-2 i {
    font-size: 60px;
}

/*
parallax
**********/
.parallax-window {
    position: relative;
    background: #3e3b3b52;
}

.para_count {
    padding-top: 50px;
}

/*
callbox
**********/
.callbox {
    background: #f2f2f2;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

/*
sns_icon
**********/
.sns_icon {
    list-style: none;
    text-align: center;
    width: 80px;
    cursor: pointer;
    display: inline;
    padding: 5px;
}

.sns_icon .fab {
    font-size: 30px;
}

.sns_icon .fa-facebook-f {
    color: #4c73c4;
    font-size: 20px;
}

.sns_icon .fa-instagram {
    color: #dd4b39;
    font-size: 20px;
}

.sns_icon .fa-twitter {
    color: #55acee;
    font-size: 20px;
}

.sns_icon a .fa-facebook-f:hover {
    color: #5088fe;
    font-size: 20px;
}

.sns_icon a .fa-instagram:hover {
    color: #ff5945;
    font-size: 20px;
}

.sns_icon a .fa-twitter:hover {
    color: #7ac4fc;
    font-size: 20px;
}

/*
footer
*/
.a-link a {
    color: #ffffff;
}

.sns_icon a {
    color: #ffffff;
}

.bg-gray {
    background: #454545;
}

.bg-gray div {
    padding: 15px;
}

.footer footer {
    background: rgba(var(--main_color1), 1.0);
    color: #bbb;
}

.ft_wr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



#ft_company {
    padding: 0 0 20px;
    position: absolute;
    right: 40px;
    bottom: 4px;
}

@media (max-width:1200px) {
    .ft_wr {
        flex-direction: column;
        align-items: initial;
    }
    #ft_company {
        position: relative;
        right: auto;
    }
}

#ft_company .menu {
    margin-bottom: 0;
    /* justify-content: flex-end; */
}

#ft_company .menu li {
    transition: all 0.2s;
}

#ft_company .menu li:hover {
    transform: translateY(1px);
}

#ft_company .menu li:hover a {
    color: #fff;
}

#ft_company a {
    color: #bbb;
    padding: 2px 10px;
    text-decoration: none;
}

.ft_info {
    flex: 2;
    padding: 15px 0PX;
    word-break: keep-all;
    text-align: center;
    color: #fff;
}

.ft_info span {
    margin-right: 14px;
    word-break: keep-all;
}

.ft_customer {
    flex: 1;
    padding: 20px;
    border: 1px solid #545454;
}

.ft_customer strong {
    color: #fff;
}

.ft_customer p {
    margin-bottom: 0;
}

/*
상하 좌우 조절
**********/
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-110 {
    margin-top: 110px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-130 {
    margin-top: 130px;
}

.margin-top-140 {
    margin-top: 140px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-110 {
    margin-bottom: 110px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-130 {
    margin-bottom: 130px;
}

.margin-bottom-140 {
    margin-bottom: 140px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-100 {
    margin-right: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.p-r {
    position: relative;
}

.p-a {
    position: absolute;
}

.para-text h2 {
    line-height: 2.5;
}

.display-4 {
    /* font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2; */
}

.color_666 {
    color: #666;
}

.bg-gray2 {
    background: #f2f2f2;
    padding-bottom: 20px;
    padding-top: 20px;
}

.heading {
    font-size: 18px;
    line-height: 24px;
}

.pro-icon i {
    font-size: 24px;
}

.navbar-toggler {
    background-color: #454545;
}

.para-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-inner {
    /* height: 360px;
    min-height: 70vh; */
    /* height: 100%;
    position: relative; */
}
#image_top_margin.sticky {
    /* margin-top: 55px; */
}
.carousel-item {
    /* background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%; */
}
.carousel-caption {
    /* position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    padding: 0 20px;
    transform: translate(-50%, 0);
    z-index: 10;
    color: #fff;
    text-shadow: 2px 2px 4px var(--main_color);
    width: 100%; */
}

.carousel_caption2 {
    /* position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    z-index: 10;
    color: var(--btn2_hover);
    text-shadow: 2px 2px 2px white, -2px -2px 2px white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px; */
}

.carousel_caption2 h4 {
    /* padding: 6px 20px;
    background-color: #fff;
    border-radius: 20px;
    margin: 1px 10px; */
}


/* 모바일기기 */
@media only screen and (max-width: 320px) {

    /* 모바일 1 슬라이드 크기 조절 */
    /* .carousel-item {
        height: 200px;
        min-height: 320px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    } */

    /* 모바일 슬라이드 텍스트 크기 조절 */
    .carousel-caption h3 {
        /* font-size: 16px; */
    }

    .carousel-caption p {
        /* font-size: 14px; */
    }

    /*
	네비
	**********/
    .navbar-brand {
        font-size: 25px;
        font-weight: bold;
    }

    .navbar-nav li {
        padding: 5px 0 5px 10px;
    }

    .carousel-inner {
        /* height: 360px;
        min-height: 50vh;
        position: relative; */
    }

    .display-4 {
        font-size: 2.0rem;
    }

    .h2, h2 {
        font-size: 1.4rem;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .carousel_caption2 {
        /* flex-direction: column;
        bottom: 5px; */
    }

    .carousel_caption2 h4 {
        /* display: inline-block;
        max-height: 360px;
        font-size: 0.8rem; */
    }
}

/* 모바일기기 + 태블릿 */
@media only screen and (min-width: 321px) and (max-width: 768px) {

    /* 모바일 2 슬라이드 크기 조절 */
    /* .carousel-item {
	  height: 200px;;
	  min-height: 200px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	} */
    /* .carousel-item {
        height: 200px;
        min-height: 500px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    } */

    /* 모바일 슬라이드 텍스트 크기 조절 */
    .carousel-caption h3 {
        /* font-size: 16px; */
    }

    .carousel-caption p {
        /* font-size: 14px; */
    }

    /*
	네비
	**********/
    .navbar-brand {
        /* font-size: 25px;
        font-weight: bold; */
    }

    .navbar-nav li {
        padding: 15px 10px 15px 10px;
    }

    .navbar-brand img {
        /* height: 50px;
        width: 50px; */
    }

    /* .navbar-brand {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Archivo Black', sans-serif;
        color: var(--main_color);
        display: FLEX;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        letter-spacing: -1px;
    } */

    .carousel-inner {
        /* height: 360px;
        min-height: 50vh;
        position: relative; */
    }

    .display-4 {
        font-size: 2.0rem;
    }

    /* .h2, h2 {
        font-size: 1.3rem;
    }
    .h3, h3 {
        font-size: 1.2rem;
    }

    .h4, h4 {
        font-size: 1.1rem;
    }
    .h5, h5 {
        font-size: 1.0rem;
    } */

    .carousel_caption2 {
        /* flex-direction: column;
        bottom: 5px; */
    }

    .carousel_caption2 h4 {
        /* display: inline-block;
        max-height: 360px;
        font-size: 0.8rem; */
    }
}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

    /* 태블릿등 슬라이드 크기 조절 */
    /* .carousel-item {
        height: 560px;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    } */

    /*
	네비
	**********/
    .navbar-brand {
        font-size: 25px;
        font-weight: bold;
    }

    .navbar-nav li {
        padding: 20px 0 20px 0px;
        /* max-width: 120px; */
    }

    .navbar-brand img {
        /* height: 60px; */
        /* width: 50px; */
    }

    /* .navbar-brand {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Archivo Black', sans-serif;
        color: var(--main_color);
        display: FLEX;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        letter-spacing: -1px;
    } */

    .carousel-inner {
        /* height: 360px;
        min-height: 50vh;
        position: relative; */
    }

    .display-4 {
        font-size: 2.0rem;
    }

    /* .h2, h2 {
        font-size: 1.5rem;
    }

    .h4, h4 {
        font-size: 1.3rem;
    } */

    .carousel_caption2 h4 {
        /* font-size: 1.0rem; */
    }

}

/* 데스크탑 */
.ft_info img {
    width: 140px;
    margin-right: 10px;
}

.ft_info img {
    width: 300px;
    margin: 20px auto;
}

@media (max-width: 575px) {
    .ft_info img {
        width: 200px;
        margin: 20px auto;
    }
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.8);
    text-align: center;
}
.navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1.0);
}
.dropdown-toggle::after {
    position: absolute;
    /* bottom: 26px; */
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu.show {
    /* display: block; */
    display: none;
    /* opacity: 1; */
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .nav-item:hover .dropdown-menu {
        display: block;
        opacity: 1;
    }
}

@media only screen and (min-width: 1101px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}



@media only screen and (min-width: 1201px) {

    /* DESKTOP 슬라이드 크기 조절 */
    /* .carousel-item {
	  height: 620px;;
	  min-height: 300px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	} */
    /* .carousel-item {
        height: 80vh;
        min-height: 400px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    } */

    /*
	네비
	**********/
    /* .navbar-brand {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Archivo Black', sans-serif;
        color: var(--main_color);
        display: FLEX;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        letter-spacing: -1px;
    } */

    .navbar-brand img {
        /* height: 50px; */
        /* width: 50px; */
    }

    .navbar-nav .nav-link {
        /* padding-right: 0 !important;
        padding-left: 0 !important; */
    }

    .navbar-nav .nav-item {
        /* min-width: 140px; */
    }

    .navbar-nav .nav-item:first-child {
        /* display: none; */
    }

    .navbar-nav .nav-item:nth-child(3) h5 {
        color: yellow;
    }

    .navbar-nav .nav-link h5 {
        display: inline-block;
        /* font-size: 1.2rem; */
    }

    .ft_info img {
        /* height: 36px;
        width: 36px;
        margin-right: 10px; */
    }

    .ft_info .footer_logo {
        display: FLEX;
        flex-direction: row;
        align-items: center;
        font-weight: bold;
    }

    .navbar.sticky .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav li {
        padding: 14px 4px;
        transition: padding 0.2s;
    }

    .navbar.sticky .navbar-nav li {
        /* padding: 0 0 0 24px; */
        /* padding: 5px 10px; */
        /* transition: padding 0.2s; */
    }

    .carousel_caption2 h4 {
        /* font-size: 1.2rem; */
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}




.navbar-brand img {
    max-height: 60px;
    padding: 6px 0px;
}

.sticky .navbar-brand img {
    /* height: 40px; */
    /* width: 40px; */
    /* margin-top: 6px; */
}

.navbar-brand {
    /* font-size: 18px;
    font-weight: bold;
    font-family: 'Archivo Black', sans-serif;
    color: var(--main_color);
    display: FLEX;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px; */
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        /* font-size: 30px;
        font-weight: bold;
        font-family: 'Archivo Black', sans-serif;
        color: var(--main_color);
        display: FLEX;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        letter-spacing: -1px; */
    }

    .navbar-brand img {
        height: 60px;
    }

    .sticky .navbar-brand img {
        margin-top: 0;
    }
}

.navbar-toggler {
    padding: 0.1rem 0.6rem;
}

/* 추가 ============================================================= */
#mb_login #sns_login .txt {
    font-size: 0.8em !important;
}

.video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* height: 100%; */
    overflow: hidden;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.screen2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.screen3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 102, 0, 0.2);
}

.screen4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 2, 2, 0.4);
}

.btn-secondary:hover {
    color: yellow;
    background-color: #5a6268;
    border-color: #545b62;
}

.para-box {
    height: 450px;
    display: grid;
    align-items: center;
}

.step1 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.step1 .bg {
    color: #fff;
}

.box.bg>.icon>.info>p {
    color: #fff;
}

.step1 .bg1 {
    background-image: url('../img/step1_bg2.jpg');
    background-size: cover;
}

.step1 .bg2 {
    background-image: url('../img/step1_bg3.jpg');
    background-size: cover;
}

.step1 .bg3 {
    background-image: url('../img/step1_bg4.jpg');
    background-size: cover;
}

.step1 .bg4 {
    background-image: url('../img/step1_bg5.jpg');
    background-size: cover;
}

.step1 .bg5 {
    background-image: url('../img/step1_bg6.jpg');
    background-size: cover;
}

.step1 .bg6 {
    background-image: url('../img/step1_bg7.jpg');
    background-size: cover;
}

.step1 .bg7 {
    background-image: url('../img/step1_bg8.jpg');
    background-size: cover;
}

.contents_wrap_test {
    display: flex;
    flex-wrap: wrap;
}

.animate__fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}
@-webkit-keyframes fadeInUpShort {
    from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0);
    }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUpShort {
    from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0);
    }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.animate__fadeInUp20 {
    -webkit-animation-name: fadeInUp20;
    animation-name: fadeInUp20;
}
@-webkit-keyframes fadeInUp20 {
    from { opacity: 0; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);
    }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp20 {
    from { opacity: 0; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);
    }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    to { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);
    }
}
@keyframes fadeOut {
    from { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    to { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);
    }
}

.animate__fadeInBurn {
    -webkit-animation-name: fadeInBurn;
    animation-name: fadeInBurn;
}
@-webkit-keyframes fadeInBurn {
    0% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; -webkit-filter: blur(20px); filter: blur(20px); }
    100% { -webkit-transform: none; transform: none; opacity: 1; -webkit-filter: blur(0); filter: blur(0); }
}
@keyframes fadeInBurn {
    0% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; -webkit-filter: blur(20px); filter: blur(20px); }
    100% { -webkit-transform: none; transform: none; opacity: 1; -webkit-filter: blur(0); filter: blur(0); }
}

.animate__animated.animate__delay-01s { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.animate__animated.animate__delay-02s { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.animate__animated.animate__delay-03s { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.animate__animated.animate__delay-04s { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.animate__animated.animate__delay-05s { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.animate__animated.animate__delay-06s { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.animate__animated.animate__delay-07s { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.animate__animated.animate__delay-08s { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.animate__animated.animate__delay-09s { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
.animate__animated.animate__delay-12s { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.animate__animated.animate__delay-15s { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {
    .fixed-header {
        display: none;
    }

    .login {
        display: block
    }

    .mpage {
        display: block;
    }

    .spage {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* desktop */
@media (min-width: 1090px) {
    .fixed-header {
        display: block;
    }

    .login {
        display: none
    }

    .mpage {
        display: none;
    }

    /* header */
    /* .fixed-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	} */
    /* .fixed-header {
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    } */

    .top-line {
        /* background-color: rgba(var(--main_color),0.5); */
    }

    /* .fixed-top {
		position: fixed;
		top: 34px;
		right: 0;
		left: 0;
		z-index: 1030;
	} */
    .fixed-top {
        /* position: relative;
        z-index: 1030; */
    }

    .fixed-top.sticky {
        /* position: fixed;
        top: 0; */
        /* top: 200px; */
        /* transition: all 0.2s; */
    }
}

.footer .footer_logo {
    /* margin: 0 0 20px;
    0 */
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-first {
    padding: 50px 0px 50px 20px;
    background: #4c4f6f;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-top: 3px solid #313450;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* 네비게이션 수정 */
.dropdown-menu {
    margin-bottom: 0;
    border-top: 4px solid rgba(var(--main_color6), 1.0);
    border-radius: 4px;
    opacity: 0;
    top: -1000px;
    transform: translate3d(0, -5px, 0);
    transition: transform 0.2s ease-out;
}

.dropdown.active .dropdown-menu {
    opacity: 1;
    top: calc(100% - 1px);
    transform: translate3d(0, 0px, 0);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 1.05em;
}

.dropdown-item:hover {
    background: rgba(var(--main_color5),0.9);
    color: #fff;
    transition: all 0.2s;
}

.color-gray {
    color: #666
}

.color-red {
    color: #ff0000
}

/* pages */
.info-2 i {
    font-size: 20px;
}

table th, table td {
    /* font-family: 'S-CoreDream-4Regular'; */
    font-size: 16px;
}

table p {
    margin: 10px;
}

table thead tr {
    text-align: center;
}

#bo_v_sns li span {
    display: none;
}

#bo_v_sns {
    display: none;
    position: absolute;
    top: -50px;
    right: 0px;
    margin-left: -90px;
    width: 180px;
    padding: 0;
    list-style: none;
    zoom: 1
}

.footer {
    font-size: 0.9rem;
    position: relative;
}

#fixed_footer.footer {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 120px;
}

pre {
    background: aliceblue;
}

form[name='fnew'] {
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
}
.position_relative {
    position: relative;
}

.modal-backdrop {
    background-color: inherit;
    background-size: 4px 4px;
    background-repeat: repeat;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
}

.modal-header {
    align-items: baseline !important;
}

.sub_image {
    display: flex;
    flex-wrap: wrap;
}
.textalign-center {
    text-align: center;
}

.dp_none td {
    color: transparent !important;
    border: 1px solid transparent !important;
}

.product_wrap  {
    text-align: center;
    color: var(--gray-dark);
    font-weight: bold;
}
.product_unit p {
    margin: 10px 0;
}
.product_wrap .title {
    display: inline-block;
    margin: 0 auto;
    padding: 6px 30px;
    background-color: var(--primary);
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 40px;
    /* width: 50%;
    min-width: 400px; */
}
.product_wrap .title.fire {
    background-color: var(--btn2_hover);
}
.product_wrap .title.army {
    background-color: var(--main_color);
}
.product_wrap .title p {
    margin: 0;
    word-break: break-word;
}
.product_wrap .product {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 40px;
    flex-wrap: wrap;
}

.product_wrap .product .product_unit .gray {
    color: var(--gray);
    font-size: 0.9rem;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
}

.product_wrap .product_unit_army img {
    max-width: 200px;
}

.product_wrap .product_army {
    display: flex;
    justify-content: space-around;
}



.product_wrap .product .product_unit .yellow {
    background-color: var(--yellow);
    border-radius: 20px;
    padding: 6px 0;
}
.product_wrap .product .product_unit .first {
    background-color: #ddd;
    border-radius: 20px;
    padding: 6px 0;
}
.product_wrap .product .product_unit {
    width: 100%;
    max-width: 200px;
    margin: 40px auto;
}
.product_wrap .product .product_unit.army {
    width: auto;
    max-width: 550px;
    margin: 40px auto;
}
.product_wrap .product .product_unit.army img {
    width: 50%;
    padding: 4px;
    max-width: 200px;
}
.product_wrap .product .product_unit.army .image_wrap{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .product_wrap .product .product_unit {
        width: 100%;
        max-width: 500px;
    }
    .product_wrap .product .product_unit.army img {
                width: 100%;
        max-width: 500px;
    }
    .product_wrap .product .product_unit.army img {
        width: 100%;
    }
    .navbar-brand img {
        height: 50px;
    }
}

.product_wrap .product .product_unit img {
    width: 100%;
}
.product_info {
    display: none;
}
.fire_yellow {
    background-color: var(--yellow);
    border-radius: 56px;
    width: fit-content;
    margin: auto;
    padding: 10px 30px;
}
.fire_red {
    background-color: var(--btn2_hover);
    border-radius: 56px;
    width: fit-content;
    margin: auto;
    padding: 10px 40px;
    margin-bottom: 40px;
    color: #fff;
}
.fire_red2 {
    background-color: var(--btn2_hover);
    border-radius: 56px;
    width: fit-content;
    margin: auto;
    padding: 10px 40px;
    margin-bottom: 40px;
    color: #fff;
}
.fire_blue {
    background-color: var(--main_color);
    border-radius: 56px;
    width: fit-content;
    margin: auto;
    padding: 10px 40px;
    margin-bottom: 40px;
    color: #fff;
}
.fire_blue2 {
    background-color: var(--primary);
    border-radius: 56px;
    width: fit-content;
    margin: auto;
    padding: 10px 40px;
    margin-bottom: 40px;
    color: #fff;
    min-width: 400px;
}

.collapse.in{
    -webkit-transition-delay: 4s;
    transition-delay: 5s;
    visibility: visible;
}

/* owl-carousel ======================================================= */
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .background_image {
    /* height: 100%; */
}

.owl-item {
    /* height: 100vh; */
    height:calc(var(--vh, 1vh) * 100) !important;
    /* max-height: 100vh; */
    max-height: calc(var(--vh, 1vh) * 100) !important;
    overflow:hidden;
    background-color: black;
    /* min-height: 400px !important; */
}


.background_image {
    background-size: cover;
}

.background_image.main_1 { background-position: 50% 70%; }
.background_image.main_2 { background-position: 50% 30%; }
.background_image.main_3 { background-position: 50% 60%; }
.background_image.main_4 { background-position: 50% 0%; }

.owl-item .title {
    position: absolute;
    top: 70%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    text-align: center;
    color: #ddd;
    width: 100%;
    text-align: center;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    transform: translateX(-50%);
    width: 100%;
    padding: 50px;
    color: #eee;
}
.owl-nav .owl-prev {
    float: left;
}
.owl-nav .owl-next {
    float: right;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 20px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 6px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 20px;
    transition: all 0.1s;
    transform-origin: center;
}

.owl-dots .owl-dot:hover span {
    transform: scale(1.6);
}

.owl-dots .owl-dot.active span {
    transform: scale(2.0);
    background: #fff;
}

#carousel_header .item {
  /* position: relative;
  height: 100%; */
  /* width: 100%; */
  /* min-height: 400px; */
}
#carousel_header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carousel_header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: linear-gradient( 180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.1) 100%);
    background-size: 100% 300%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    padding-top: 100px;
    overflow: hidden;
    transition: opacity 0.5s;
}

#carousel_header .active .item .cover {
    animation: gradient 3.0s 0.8s both cubic-bezier(.3, 0, .3, 1);
}

@keyframes gradient {
	0% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}


@keyframes black {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

#carousel_header .item .cover .header-content {
  position: relative;
  padding: 20px 56px;
  overflow: hidden;
}

.btnset {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 50px;
    width: 100%;
    justify-content: end;
    margin-bottom: 0;
}
.btnset li {
    background-color: #eee;
    color: #545454;
    margin-right: 12px;
    font-size: 16px;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    z-index: 99;
}
.btnset i {
    margin: 10px;
}



#carousel_header .item .cover .header-content h2 {
  font-weight: 500;
  font-size: 35px;
  color: #fff;
    margin-bottom: 0;
}
#carousel_header .item .cover .header-content .in {
  font-weight: 900;
  margin: 5px 0 0px;
  word-spacing: 3px;
  color: #fff;
  /* font-size: 100px !important; */
  text-align: center;
  line-height: 1.0;
}
@media (max-width:768px) {
    #carousel_header .item .cover .header-content .in {
      /* font-size: 60px !important; */
    }
}


#carousel_header .item .cover .header-content .main_banner_logo {
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
}

#carousel_header .item .cover .header-content .in2 {
  font-weight: 900;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  font-size: 40px !important;
  text-align: center;
  text-transform: uppercase;
  font-family: inherit;
  font-family: "Tilt Warp", sans-serif;
}

@media (max-width: 1600px) {

}
@media (max-width: 992px) {
    /* #carousel_header .item .cover .header-content .main_banner_logo {
      width: 200px;
    } */
    #carousel_header .item .cover .header-content .in2 {
      font-size: 32px !important;
    }

}
@media (max-width: 768px) {
    /* #carousel_header .item .cover .header-content .main_banner_logo {
      width: 160px;
    } */
    #carousel_header .item .cover .header-content .in2 {
      font-size: 30px !important;
    }

}
@media (max-width: 576px) {

}

.owl-item.active .in2 {
    animation: slide-in-up 1.0s 2.5s both cubic-bezier(.3, 0, .3, 1);
}

#carousel_header .item .cover .header-content .in3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #ddd;
  line-height: 1.2;
  text-align: center;
}

.owl-item.active .in3 {
    animation: slide-in-up 1.0s 2.8s both cubic-bezier(.3, 0, .3, 1);
}

@keyframes slide-in-up {
    0% {
        /* transform: translateX(calc(0.3em * var(--char-index))); */
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1.0;
    }
}

#carousel_header .owl-item.active h1 {
  /* -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s; */
}
#carousel_header .owl-item.active h2 {
  /* -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s; */
}
#carousel_header .owl-item.active h4 {
  /* -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s; */
}
#carousel_header .item .cover .header-content .line {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
  animation-delay: 0.3s;
}
/* splitting */
.owl-item .splitting.in .char {

    font-weight: bold;
    /* transform: translateX(calc(0.3em * var(--char-index))); */
    /* transform: translateX(calc(0.3em)); */
    transition: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
    transition-delay: calc(20ms + (30ms * var(--char-index)));

}
.owl-item.active .splitting.in .char {
    /* animation: slide-in-left 3s cubic-bezier(1, 0, 0, 1) infinite; */
    /* animation: slide-in-left 1.0s both cubic-bezier(.3, 0, .3, 1); */
    animation: slide-in-left 0.5s both;
    /* animation: slide-in-left 3s cubic-bezier(1, 0, 0, 1) infinite; */
    animation-delay: calc(2000ms + (50ms * var(--char-index)));
    opacity: 0;
}

@keyframes slide-in-left {
    0% {
        /* transform: translateX(calc(0.3em * var(--char-index))); */
        transform: translateX(calc(-1.0em));
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1.0;
    }
}

.owl-item.active .in1 {
    animation: bounce 1.0s 1.5s both cubic-bezier(.3, 0, .3, 1);
    animation: blur 1.0s 1.5s both cubic-bezier(.3, 0, .3, 1);
}

@keyframes bounce {
  0% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    /* transform: translate3d(0,0,0); */
    transform: translate3d(0,0,0) scale(1.0);
    filter: blur(20px);
    opacity: 0;
  }

  20% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    /* transform: translate3d(0,0,0); */
    transform: translate3d(0,0,0) scale(1.0);
    /* filter: blur(24px); */

  }

  40% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0) scale(1.0);
    opacity: 1.0;
  }

  53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    /* transform: translate3d(0,0,0); */
    transform: translate3d(0,0,0) scale(1.0);
    opacity: 1.0;
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    opacity: 1.0;
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
    opacity: 1.0;
  }
}

@keyframes blur {
  0% {
    filter: blur(20px);
    opacity: 0;
  }

100% {
    filter: blur(0px);
    opacity: 1.0;
  }
}


/* splitting */

#carousel_header .item .cover .header-content .line1 {
    width: 100%;
    height: 10px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 90% 0, 88% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 88% 100%, 0 100%);
}
#carousel_header .item .cover .header-content .line2 {
    width: 10px;
    height: 100%;
    top: 0;
}
#carousel_header .item .cover .header-content .line3 {
    width: 100%;
    height: 10px;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 52% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 52% 0, 50% 100%, 0 100%);
}
#carousel_header .owl-item.active .line {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(1,0,0,8,1);
}
#carousel_header .owl-item.active .line1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: fadeInLeft;
}
#carousel_header .owl-item.active .line2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-name: fadeInDown;
}
#carousel_header .owl-item.active .line3 {
  -webkit-animation-duration: 2.0s;
  animation-duration: 2.0s;
  animation-name: fadeInLeft;
  animation-delay: 0.38s !important;
}
#carousel_header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#carousel_header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
#carousel_header .owl-nav .owl-prev:focus {
  outline: 0;
}
#carousel_header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
#carousel_header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#carousel_header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
#carousel_header .owl-nav .owl-next:focus {
  outline: 0;
}
#carousel_header .owl-nav .owl-next:hover {
  background: #000 !important;
}
#carousel_header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#carousel_header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.video_item {
    /* width: 100%;
    height: 100%;
    width: auto;
    height: auto; */
    /* border: 2px solid blue; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* z-index: -100; */
}
.test_box {
    /* border: 2px solid red; */
    width: 100%;
    /* height: 100vh; */
    height: calc(var(--vh, 1vh) * 100) !important;
    /* min-height: 70vh; */
    position: relative;
}
.section.one .test_box {

}
@media (max-width:991px) {
    .section.four .left {
        margin-top: 0 !important;
    }

    .wrap {
        padding-top: 100px !important;
    }
    .test_box {
        /* height: auto; */
        display: block;
    }
    .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .background_image {
        /* max-height: 600px; */
        /* min-height: 600px; */
    }
    #carousel_header .item .cover {
      padding: 0;
    }
    #carousel_header .item .cover .header-content {
      padding: 20px;
    }
    #carousel_header .item .cover .header-content h1 {
      margin: 5px 0 10px;
    }
    .video_item {
        /* width: auto;
        height: auto; */
    }
    #carousel_header .item .cover {
      /* width: 100%;
      height: auto; */
    }
    .fp-tableCell {
        display: contents;
    }
}

.section {
    background-size: cover;
    word-break: keep-all;
    /* height: 100vh; */
    height:calc(var(--vh, 1vh) * 100) !important;
    /* background-color: #000; */
}

@media (max-width: 991px) {
    .section {
        height: auto !important;
    }
    .section.one {
        /* height: 100vh !important; */
        height:calc(var(--vh, 1vh) * 100) !important;
    }
}


/* .section.two ----------------------------------------- */
.section.two {
    font-weight: bolder;
    text-align: center;
    color: #303030;
}

.section .text2 {
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin-bottom: 14px !important;
}
@media (min-width: 992px) {
    .section .text2 {
        /* padding-left: 100px;
        padding-right: 100px; */
        /* text-indent: -18px; */
        text-align: center;
    }
}

.section.two .business .text_box {
    transition: all 0.2s;
}
.section.two .business .text_box i {
    margin-top: 20px;
    color: #ccc;
}
.section.two .business .text3 {
    transition: all 0.3s;
    width: 100%;
    padding: 4px 8px;
    font-weight: 400 !important;
    position: relative;
    font-size: 1.0rem !important;

}
.section.two .business .text4 {
    transition: all 0.5s;
    width: 100%;
    padding: 4px 8px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.0rem !important;
}
.section.two .business .content {
    min-height: 200px;
}
.section.two .business .text5 {
    transition: all 0.5s;
    width: 100%;
    padding: 4px 8px;
    min-height: 70px;
    font-weight: 400;
    font-size: 0.8rem !important;
}
.section.two .title2{
    font-weight: bolder;
}
.section.two .business{
    position: relative;
    overflow: hidden;
    overflow: hidden;
    width: 100%;
}
.section.two .business .img {
    width: 100%;
    border: 0;
    background-size: cover;
    margin: 10px;
    min-height: 180px;
}
@media (max-width: 1600px) {
    .section.two .business .content {min-height: 240px; }
}
@media (max-width: 992px) {
    .section.two .business .img {min-height: 180px;}
}
@media (max-width: 768px) {
    .section.two .business .img {min-height: 180px;}
    .section.two .business .content {min-height: 200px; }
}
@media (max-width: 576px) {
    .section.two .business .img {min-height: 300px;}
}
.section .title {
    margin-bottom: 60px;
}
.section.two .flag_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.section.two .flag_wrap img {
    max-width: 34px;
    /* margin: 0 10px 10px; */
}
.section.two .center h4 {
    font-weight: bold !important;
    z-index: 1;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {

}

@media (max-width:991px) {

}

@media (max-width:767px) {

}
.section.two .business .img {
    margin-bottom: 20px;
    background-position: center;
    border: 1px solid #d1d1d1;
}
/* .section.two .business.business1 .img { background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%), url('../img/001.jpg') }
.section.two .business.business2 .img { background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),url('../img/002.jpg'); }
.section.two .business.business3 .img { background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%),url('../img/003.jpg'); }
.section.two .business.business4 .img { background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),url('../img/004.jpg'); }
.section.two .business.business5 .img { background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),url('../img/005.jpg'); }
.section.two .business.business6 .img { background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),url('../img/006.jpg'); } */
.section.two .business.business6 .content {
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),url('../img/WsportsM.png');
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section.two .right h5, .section.two .right h4 {
    font-weight: 300;
}
.section.two {
    background-image: linear-gradient( 170deg,
        rgba(250, 250, 250, 1.0) 0%,
        rgba(250, 250, 250, 1.0) 40%,
        rgba(250, 250, 250, 0.95) 50%,
        rgba(250, 250, 250, 0.9) 60%,
        rgba(250, 250, 250, 1.0) 100%), url('../img/ka01.jpg');
    background-image: linear-gradient( 170deg,
        rgba(250, 250, 250, 1.0) 0%,
        rgba(250, 250, 250, 0.4) 40%,
        rgba(250, 250, 250, 0.1) 50%,
        rgba(250, 250, 250, 0.1) 60%,
        rgba(250, 250, 250, 0.1) 100%), url('../img/ka01.jpg');
    background-position: 70% 50%;
    background-size: cover;
}
.section.two .under_wrap {
    margin-bottom: 100px;
    align-items: baseline;
}

.section.two .under_wrap .left{
    text-align: left;
}
.section.two .under_wrap .left img {
    /* margin: auto; */
    width: 100%;
    padding: 15px;
    max-width: 400px;
}
.section.two .under_wrap .right img {
    width: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.section.two .under_wrap .right .flex {
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    justify-content:flex-start;
}
.section.two .under_wrap .year {
    width: 140px;
    text-align: left;
    font-size: 1.05em;
    margin-bottom: 4px;
    text-shadow: 1px 1px #eee;
}
.section.two .under_wrap .year.player {
    width: 100%;
    text-shadow: 1px 1px #fff;
    margin-top: 10px;
    font-size: 1.05em;
    word-break: break-all;
}
.section.two .under_wrap .year2 {
    text-align: left;
    width: inherit;
    font-size: 1.05em;
    margin-bottom: 4px;
    text-shadow: 1px 1px #eee;
    color: #333333;
}
.section.two .under_wrap .right .nation.flex {
    align-items: baseline;
    justify-content:flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
.section.two .under_wrap .left .ceo_img {
    flex-direction: column;
    position: relative;
}
.section.two .under_wrap .left .name {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
}
.section.two .upper_wrap {
    margin-bottom: 60px;
    width: 100%;
}

.section.two .under_wrap .left h6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:991px) {
    .section.two .under_wrap .left img{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .section.two .under_wrap .left h6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.section.two .upper_wrap br {
    display: none;
}
@media (max-width: 576px) {
    .section.two .upper_wrap .hide {
        display: none;
    }
    .section.two .upper_wrap br {
        display: block;
    }
}

/* .section.three ----------------------------------------- */
.section.three {
    /* background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url(../img/mento.jpg); */
    /* background-image: url(../img/mento.jpg); */
    /* background-position: 0% 100%;
    background-size: 50%;
    background-repeat: no-repeat; */
    color: #fff;
    position: relative;
}
.section.three .title {
    margin-bottom: 10px;
    text-align: center;
}
.section.three .sign {
    margin-top: -20px;
    float: right;
    position: relative;
    margin-right: 140px;
}
.section.three .sign::after {
    content: "";
    background-image: url(../img/sign_w_org.png);
    position: absolute;
    bottom: -45px;
    left: 80px;
    width: 110px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}


.section.three .under_wrap.flex {
    flex-direction: row;
}

.section.three:before {
    content:"";
    position:absolute;
    /* inset:0;
    opacity:0.4;
    background:
    url('data:image/svg+xml;utf8,<svg width="600" height="100" style="transform:rotate(45deg);" xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 700 20"><text stroke-width="1" stroke="%23ddd" fill="%23fff" x="0" y="10" font-size="66" >W Sports Management</text></svg>')
    0 0/200px 200px;
    z-index: -1;
    background-attachment: fixed; */
    /* background: linear-gradient(35deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.3) 100%); */
    /* background: linear-gradient(134deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.8) 100%); */
    background: radial-gradient( circle at 70% 59%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.8) 43%,rgba(0, 0, 0, 0.8));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section.three::after {
    content:"";
    position:absolute;
    /* background: linear-gradient(10deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 100%),
        url(../img/ceo01.jpg); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 75% 85%;
    z-index: -1;
    background-size: 460px;
}

.section.three img {
    width: 100%;
    /* max-width: 240px; */
}
.section.three .under_wrap .right .img_wrap {
    padding: 10px;
}
@media (max-width:991px) {
    .section.three img {
        float: none;
        margin: auto;
        display: block;
        padding-right: 0;
        width: 90%;
        max-width: 400px;
        margin-bottom: 40px;
    }
    .section.three {
        background-position: 50% 100%;
        background-size: 140%;
    }
    .section.three::after {
        background-position: 90% 90%;
    }
}

@media (max-width:1200px) {
    .section.three {
        background-image: none;
    }
    .section.three br {
        display: none;
    }
}

@media (max-width:576px) {
    .section.three .title99 {
        font-size: 30px;
    }
    .section.three h4 {
        font-size: 20px;
    }
}

.section.three .pjt_wrap  {
    padding-top: 4px;
    margin-bottom: 0;
}
.section.three .pjt_wrap.col-lg-3  {
    display: inline-block;
}
.section.three .right  {
    display: flex;
    flex-wrap: wrap;
}
.section.three .project  {
    font-weight: 300;
    /* margin-bottom: 0; */
}

.section.three h3,
.section.three h4 {
    /* font-weight: 400; */
}

.section.three h3 {
    /* font-size: 1.8rem !important; */
}

.section.three h5 {
    /* font-size: 1.1rem !important; */
}

.section.three .project span {
    /* margin-right: 40px; */
}

.section.three .flex {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}
.section.three .wrap.flex {
    align-items: start;
}

.section.three .flex > div {
    padding-left: 0;
    padding-right: 10px;
}


/* .section.four ----------------------------------------- */
.section.four .planning_purpose {
    background-image: linear-gradient( 180deg,
        rgba(250, 250, 250, 1.0) 0%,
        rgba(250, 250, 250, 0.8) 30%,
        rgba(250, 250, 250, 0.8) 70%,
        rgba(250, 250, 250, 1.0) 100%), url('../img/wsm_06.jpg');
    background-image: linear-gradient( 180deg,
        rgba(var(--main_color2), 0.9) 0%,
        rgba(var(--main_color2), 0.2) 100%), url('../img/wsm_06.jpg');
    /* background-image: linear-gradient( 180deg,
        rgba(var(--main_color2), 0.8) 0%,
        rgba(var(--main_color2), 0.8) 30%,
        rgba(var(--main_color2), 0.8) 70%,
        rgba(var(--main_color2), 1.0) 100%), url('../img/wsm_06.jpg'); */
    /* background-image: linear-gradient( 180deg,
        rgba(var(--main_color4), 0.8) 0%,
        rgba(var(--main_color4), 0.8) 30%,
        rgba(var(--main_color4), 0.8) 70%,
        rgba(var(--main_color4), 1.0) 100%), url('../img/wsm_06.jpg'); */

    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.section.four .planning_purpose.flex {
    flex-direction: column;
    flex-wrap: nowrap;
}
.section.four .wrap.flex {
    justify-content: flex-start;
}

.section.four .planning_purpose .Slogan {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.section.four .purpose_wrap1 {
    padding: 20px 10px;
    color: #fff;
}

.section.four .purpose_wrap2 {
    padding: 20px;
    background-color: rgba(255,255,255, 0.2);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    backdrop-filter: blur(10px);
}

.section.four .purpose_wrap3 {
    position: relative;
}

.section.four .purpose_wrap3 .purpose{
    padding-left: 10px;
    margin-bottom: 0;
    background: darkgray;
    background-color: rgba(var(--main_color3), 0.8);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    word-break: break-all;
    font-weight: 400;
    text-align: center;
}

.section.four .purpose_wrap3 .sub_purpose {
    min-height: 200px;
}
@media (max-width: 1200px) {
    .section.four .purpose_wrap3 .purpose {
        height: 78px;
}
    .section.four .purpose_wrap3 .sub_purpose {
        min-height: 230px;
    }
}
@media (max-width: 991px) {
    .section.four .purpose_wrap3 .sub_purpose {
        min-height: 330px;
    }
}

.section.four .purpose_wrap1 .number {
    position: absolute;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: -12px;
    left: -10px;
}

.section.four .purpose_wrap1:nth-child(1) .number {
    background: #1b4f12;
    background-color: rgba(var(--main_color1), 0.8);

}
.section.four .purpose_wrap1:nth-child(2) .number {
    background: #28671e;
    background-color: rgba(var(--main_color1), 0.7);
}
.section.four .purpose_wrap1:nth-child(3) .number {
    background: #1b4f12;
    background-color: rgba(var(--main_color1), 0.6);
}

.section.four .purpose_wrap3 .number::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    border: 1px solid #329321;
    /* top: 50%;
    left: 50%; */
}

@media only screen and (max-width: 767px) {
    .section.four .purpose_wrap3 .sub_purpose {
        min-height: auto;
    }
    .Slogan h3 {
        font-size: 1.2rem !important;
    }
    .purpose_wrap1 h6 {
        font-size: 1.0rem !important;
    }
    .section.four .purpose_wrap3 .purpose {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .section.four .container {
        max-width: 1200px !important;
        width: 90%;
    }
    /* .container {
        max-width: 1200px !important;
        width: 90%;
    } */
}
@media (min-width: 768px) {
    .section.four .container {
        max-width: none;
        width: 90%;
        min-width: 720px;
    }
    .container {
        max-width: none;
        width: 90%;
        min-width: 720px;
    }
}
@media (min-width: 576px) {
    .section.four .container {
        max-width: none;
        width: 90%;
        min-width: 540px;
    }
    .container {
        max-width: none;
        width: 90%;
        min-width: 540px;
    }
}

/* .section.four {
    background-image: linear-gradient( rgba(255, 255, 255, 1.0) 0%,  rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.5) 100%),url('../img/story1.jpg');
    background-position: 50% 30%;
    color: #393939;
} */
.section.four .left {
    width: 100%;
    text-align: center;
    /* margin-top: 60px; */
}
.section.four .right {
    width: 100%;
    /* text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
    padding: 0 50px; */
}
.section.four .box .box1 {
    min-height: 230px;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    color: #fff;
}

.section.four .box .box1 h6 {
    font-weight: 400;
    color: #ddd;
}

@media (max-width: 576px) {
    .section.four h1 {
        font-size: 1.60rem !important;
    }
    .section.four .box .box1 {
        margin-left: 0;
        margin-right: 0;
    }
    .section.four .right {
        padding-left: 0;
        padding-right: 0;
    }
    .section.four .planning_purpose .Slogan br {
        display: none;
    }
}

@media (max-width: 400px) {
    .section.four h1 {
        font-size: 1.40rem !important;
    }
}

.section.four .box .box01 {
    height: 470px;
    background-image: linear-gradient(145deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.5) ),url('../img/story4.jpg');
    background-size: cover;
    background-position: 60% 50%;
}

.section.four .box .box11 {
    background-image: linear-gradient(145deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3) ),url('../img/story3.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
.section.four .box .box12 {
    background-image: linear-gradient(145deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.3) ),url('../img/story2.jpg');
    background-size: cover;
    background-position: 50% 45%;
}

@media (max-width:991px) {
    .section.four .box .box01 {
        height: auto;
        min-height: 230px;
    }
}

.section.four .box {
    padding: 0;
}

.section.four .text5 {
    font-weight: bold;
}
.section.four .right .flex{
    align-items: flex-start;
}
.section.four .right i {
    /* display: none; */
}
.section.four .pointer {
    /* display: block !important;
    position: absolute;
    top: -17px;
    left: -2px;
    transform: rotate(45deg); */
}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink-effect 2s step-end infinite;
  /*
  animation-name: blink-effect;
  animation-duration: 1s;
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}

.section.four .light_box {
    padding: 0 20px;
    font-size: 1.3rem;
    color: #ddd;
    position: relative;
    white-space: pre;
    line-height: 2;
}
.section.four .light_box::before {
    /* position: absolute;
    content: "";
    top: 14px;
    left: -7px;
    height: 10px;
    width: 9px;
    background-color: rgb(226, 242, 190); */
}

.section.four .light_box:hover {
    color: #dece7c;
}



/* .section.five ----------------------------------------- */
/* .section.five ----------------------------------------- */
.section.five {
    font-weight: bolder;
    text-align: center;
    color: #303030;
}

.section.five .zenith_logo {
    width: 180px;
    margin-bottom: 10px;
}
.section.five .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section.five .col-6,
.section.five .col-2 {
    padding: 10px;
}
.section.five .text2 {
    margin-bottom: 4px;
    font-size: 1.1rem;
    font-weight: 600;
}
.section.five .business .text_box {
    transition: all 0.2s;
}
.section.five .business .text_box i {
    margin-top: 20px;
    color: #ccc;
}
.section.five .business .text3 {
    transition: all 0.5s;
    width: 100%;
    padding: 4px 8px;
    font-weight: 600;
    position: relative;
    font-size: 1.2rem !important;
}
.section.five .business .text4 {
    transition: all 0.5s;
    width: 100%;
    padding: 4px 8px;
    margin-bottom: 0;
    font-weight: bolder;
    font-size: 1.0rem !important;
}
.section.five .business .content {
    min-height: 200px;
}
.section.five .business .text5 {
    transition: all 0.5s;
    width: 100%;
    padding: 4px 8px;
    min-height: 70px;
    font-weight: 400;
    font-size: 0.8rem !important;
}
.section.five .title2{
    font-weight: bolder;
}
.section.five .zenith img {
    width: 100%;
    position: relative;
}
.section.five .zenith img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%); */
}
.section.five .zenith {
    max-width: 1200px;
    margin-bottom: 30px;
}
@media (max-width: 1600px) {
    /* .section.five .business .content {min-height: 240px; } */
}
@media (max-width: 992px) {
    /* .section.five .business .img {min-height: 180px;} */
}
@media (max-width: 768px) {
    /* .section.five .business .img {min-height: 180px;}
    .section.five .business .content {min-height: 200px; } */
}
@media (max-width: 576px) {
    /* .section.five .business .img {min-height: 300px;} */
}
.section.five .flag_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.section.five .flag_wrap img {
    max-width: 60px;
    margin: 0 10px 10px;
}
.section.five .center h4 {
    font-weight: bold !important;
    z-index: 1;
    margin-bottom: 0px;
}

.section.five .business .img {
    margin-bottom: 20px;
    background-position: center;
    border: 1px solid #d1d1d1;
}

.section.five .right h5, .section.five .right h4 {
    font-weight: 300;
}

.section.five {
    background-image: linear-gradient( 170deg,
        rgba(250, 250, 250, 1.0) 0%,
        rgba(250, 250, 250, 1.0) 40%,
        rgba(250, 250, 250, 0.95) 50%,
        rgba(250, 250, 250, 0.9) 60%,
        rgba(250, 250, 250, 0.8) 100%), url('../img/wsm_main_05.jpg');
    background-image: linear-gradient( 170deg,
        rgba(250, 250, 250, 0.7) 0%,
        rgba(250, 250, 250, 0.6) 40%,
        rgba(250, 250, 250, 0.5) 50%,
        rgba(250, 250, 250, 0.4) 60%,
        rgba(250, 250, 250, 0.3) 100%), url('../img/zenith90.jpg');
    background-position: 50% 50%;
    padding-bottom: 60px;
}

@-webkit-keyframes fadeInLeft30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeft30 {
  -webkit-animation-name: fadeInLeft30;
  animation-name: fadeInLeft30;
}

@-webkit-keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight30 {
  -webkit-animation-name: fadeInRight30;
  animation-name: fadeInRight30;
}
@media (max-width: 1200px) {

}

@media (max-width:991px) {
    .section.five .under991 {
        display: none;
    }
}

@media (max-width:767px) {

}


/* .section.six ----------------------------------------- */
.section.six {
    background-image: linear-gradient( 270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) ),url('../img/bg6.jpg');
    background-position: 50% 10%;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.flex_direction_column {
    flex-direction: column;
}
.wrap {
    height: 100%;
    padding-top: 140px;
    position: relative;
}
.section.three .wrap {
    overflow: hidden;
    padding-bottom: 20px;
    max-width: 1200px !important;
}

/* #staticImg -----------------------------------------------*/
#staticImg {
    display: block;
    position: absolute;
    /* z-index: 1; */
    z-index: 1000;
    /* top: 200%; */
    top: 50%;
    left: 0;
    width: 100%;
    min-width: 980px;
    height: 40%;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    /* border: 5px solid yellow; */
}

#staticImg .imgsContainer {
	position: absolute;
    /* z-index: 1; */
    z-index: 1000;
	left: 50%;
	display: block;
	margin-top: -288px;
	margin-left: -636px;
	width: 0;
	height: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
    /* border: 5px solid orangered; */
	}
#staticImg .imgsContainer{
	/* top: 90%; */
    top: 78%;
}

#staticImg.moveDown{
-webkit-transform: translate3d(0, 24%, 0);
  -ms-transform: translate3d(0, 24%, 0);
      transform: translate3d(0, 24%, 0);
}
#staticImg.moveUp{

-webkit-transform: translate3d(0, -25%, 0);
  -ms-transform: translate3d(0, -25%, 0);
      transform: translate3d(0, -25%, 0);
}
#staticImg.moveDown .imgsContainer{
		top: 50%;
}
#staticImg.moveDown img{
	top: 155px;
}

#staticImg.active .imgsContainer{
	top: 50%;
}


#staticImg.active img{
	top: 487px;
}
#iphone-green{
    left: 800px;
    position:absolute;
    background: skyblue;
    width: 200px;
}
/* fadeInRight100 */
@-webkit-keyframes fadeInRight100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
  animation-name: fadeInRight100;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (max-width:1300px) {
    .navbar-nav h5 {
        font-size: 1.0rem !important;
    }
}
.permanent-marker-regular {
  font-weight: 400;
  font-style: normal;
}
/* -------------------------------------- */
@media (max-height:759px) {
    .section.two .business .img {
        min-height: 160px;
    }
    .section .text2 {
        /* margin-top: 20px;
        margin-bottom: 10px; */
    }
    .section.two .flag_wrap img {
        max-width: 40px !important;
        margin: 0 10px;
    }
    /* .section.two, */
    .fp-tableCell {
        height: auto !important;
    }
}
.fas.fa-hockey-puck {
    margin-right: 10px;
}

.btn.btn-signin {
    height: auto !important;
}

@media (max-width:991px) {
    .nav-item .dropdown-menu {
        /* height: 0px; */
        margin-top: 24px !important;
        transition: all 0.3s;
        padding: 0px 10px 0px 10px;;
        border-top: none;
        display: block;
        /* display: none; */
    }
    .nav-item .dropdown-menu .dropdown-item{
        display: block;
        width: 100%;
        padding: 0px 15px;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
        height: 0px;
        transition: all 0.3s;
    }
    .nav-item.open .dropdown-menu {
        /* height: auto; */
        opacity: 1;
        padding: 15px 10px 15px 10px;
        border-top: 4px solid rgba(var(--main_color6), 1.0);
    }
    .nav-item.open .dropdown-menu .dropdown-item{
        display: block;
        width: 100%;
        padding: 7px 15px;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
        height: 37px
    }
}
