﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}



.mt_10{
    margin-top:10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px !important;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

header {
    position:fixed;
    top:0;
    width:100%;
    z-index:1000;
    color:white;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding: 0;
    align-items: center;
    display: grid;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

html, body {
font-family: 'pretendard', 'Malgun Gothic', sans-serif;
word-break: keep-all;
font-size:16px;
line-height:1.4;
font-weight:300;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  width: 100%;
  white-space: inherit;
  line-height: 1.4; /* Vertically center the text there */
  background-color: #dce0e3;
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: .8em;
  color: #767676;
}

.div_inlineBlock {
  display: inline-block;
}

.icon_reaction {
  vertical-align: inherit;
  margin-right: 2px;
}

.footer .sectionContents {
  padding-top: unset;
}

.footer .contentdWrap b {
  font-size: 1.1em;
  margin-block: 0.3em;
  display: inline-block;
  font-weight: 500;
  color: #5c5c5c;
}

.footer a,maplink {
  color: #868686;
}

.helpLink {
  font-weight: 600;
}

.footer a:hover {
  color: black;
}
.footer .footerLogo {
  margin-bottom: 0.35em;
  margin-right:0.4em;
}

.helpLink > span {
  font-size: 0.7em;
  background-color: #868686;
  border-radius: 10px;
  padding: 3px 14px;
  margin-right: 4px;
  color: white;
  letter-spacing: initial;
  font-weight: 500;
  vertical-align: middle;
}

.helpLink:hover > span {
  background-color: black;
  text-decoration: none;
}


/* Header styles
-------------------------------------------------- */
.logoOrigin {
    display: inline-block;
    width: 128px;
    height: 37px;
    background-image: url(/images/logo.png);
    background-color: rgb(0 0 0 / 0.00);
}

/* ----  YKJ Add  ---- */

.btn.btn-RS {
    border-radius: 24px;
    border: 1px solid #3765db;
    background: white;
    color: #3765db;
    padding: 0.3rem 1.2rem;
    font-size:1em;
}

.btn.btn-RS:hover {
    background: #3765db;
    color: white;
}

.btn:focus {
    box-shadow: none;
}

.btn svg {
    margin-top:-3px;
    width:1em;
    height:1em;
}

.flex {
    display: flex;
}

/*menu btn*/
.navbar-toggler {
    padding:0.2rem;
}

.navbar-toggler {
    margin-bottom: 4px;
}

.navbar-toggler.btn:hover {
    color: white;
}

.navbar-toggler.btn:focus {
    box-shadow: none;
    background-color: rgb(0 0 0 / 0.1);
}


.section.main-visual .main-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    height: 100%;
}

.section.main-visual {
    color: #fff;
    position: relative;
}

.section.main-visual {
    color: #fff;
    position: relative;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.section.main-visual .main-video video {
    width: 100vw;
    height: 56.25vw;
    min-height: calc(100vh);
    min-width: 177.77vh;
}

#player {
    overflow:hidden;
}

.video_OL {
    position: absolute;
    background-image: url(/images/video_OL.png);
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.navbar {
    background-color: rgba(41, 57, 94, 0.92);
    transition: all .2s ease-in-out;
}

.navbar-nav {
    padding-left:40px;
    font-weight:300;
    font-size:1.05em;
    padding-top:2px;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-nav > .nav-item {
    border-right: 1px solid rgb(255 255 255 / 0.2);
}

.navbar-nav > .nav-item:last-child {
    border-right: none;
}

.nav-item .nav-link {
    padding: 0.1rem 1rem;
}

.navbar .navbar-brand, .navbar a, .navbar button {
    color: white;
}
header .navbar a:hover {
  color: #ffb533;
}

/*-- navBar 마우스이벤트 --*/
.navbar {
  height: 62px;
  transition: all 0 ease-in;
}
.navbar:hover {
  background-color: rgba(3, 13, 38, 0.85);
  height: 4.8em;
  transition:all 0 ease-in;
}

.scrollToTop {
  width: auto;
  height: auto;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius:50px;
}
.scrollToTop:hover {
  /*background-color: rgba(52, 162, 255, 0.3);*/
  background-color: rgba(255, 174, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.scrollToTop img {
  width: 44px;
}


.videoMsg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 85%;
  max-width: 1820px;
  display: grid;
  align-content: flex-end;
}

.videoText {
    position: absolute;
    left: 0;
    bottom: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: black;
    letter-spacing:-1px;
    line-height:1.2;
}

.hLineTable th {
    font-size: 95%;
    opacity:.7;
}

.hLineTable td,
.hLineTable th {
    border-top: 1px solid #cdcdcf;
    padding: .6em 0;
}

.hLineTable td + td,
.hLineTable th + th,
.hLineTable th + td{
    border-left: 5px solid rgba(0,0,0,0);
}

.hLineTable tr:last-child td,
.hLineTable tr:last-child th {
    border-bottom: 1px solid #cdcdcf;
}


.pageName {
  opacity: 0;
}

/*********************************
        Main Card 공통
*********************************/

#wrap {
    overflow: hidden;
}

.section img,
.section h2,
.section h3 {
    transition: all 1s ease-in-out;
}

.sectionCentent {
    width: 1600px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section h3 {
    font-size: 2.1em;
    margin-bottom: .2em;
    font-weight:400;
}

.section h4 {
    font-size: 1.3em;
    margin-bottom: .3em;
}

.section label {
    font-size: 1.05em;
    margin-bottom: 6px;
    font-weight:600;
}

.sectionContents {
    max-width: 1780px;
    height: 100%;
    padding: 0 60px;
    width: 100%;
    display: grid;
    text-align: left;
    margin: auto;
    position: relative;
    padding-top:150px;
}

.sectionFullContents {
    height: 100%;
    padding: 0 60px;
    width: 100%;
    display: grid;
    text-align: left;
    margin: auto;
    position: relative;
    padding-top: 100px;
    overflow-y:auto;
}

.fp-tableCell .videoText {
    opacity: 0;
    transition: all 1.8s;
}

/*********************************
        페이지명 표시
*********************************/

.pageName {
  position: absolute;
  width: 90%;
  text-align: center;
  left: 5%;
  top: 0;
  text-align: center;
  opacity: 1;
  transition-delay:0.2s;
  transition: all .2s ease-in-out;
}

.pageName label {
  display:inline-block;
  font-size:1.2em;
  border-radius:60px;
  padding:.4em 3em;
  min-width:180px;
  font-weight:200;
  font-family:Arial, sans-serif;
  line-height:1.2em;
  margin-top:5em;
  letter-spacing:-0.01em;
}

#section1 .pageName label {
  color: rgba(41, 34, 125, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}

#section2 .pageName label {
  color: rgba(255,255,255, 0.4);
  background-color: rgba(59, 139, 153, 0.35);
}

#section3 .pageName label {
  color: rgba(0,0,0, 0.5);
  background-color: rgba(208, 231, 255, 0.12);
}

#section4 .pageName label {
  color: rgba(255,255,255, 1);
  background-color: rgba(59, 139, 153, 0.2);
}

#section5 .pageName label {
  color: rgba(255,255,255, 1);
  background-color: rgba(69, 108, 172, 0.2);
}

.section.active .pageName {
  opacity: 0;
  transition: all .2s ease-in-out;
  transform: scale(0.4);
}

/*********************************
        섹션0
*********************************/
#section0 .main-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 100%;
}

#section0 h2 {
    font-size: 4.2em;
    color: white;
    text-align: unset;
    margin-bottom: .8rem;
    font-weight: 600;
    text-shadow: rgb(0 0 0 / 0.65) 2px 0 8px;
}

#section0 h2 img {
    transform: scale(0.8);
    transform-origin: bottom left;
}

#section0 h3 {
    color: white;
    font-size: 1.9em;
    line-height: 1.3em;
    text-align: unset;
    margin-bottom: 0;
    font-weight: 400;
    text-shadow: rgb(0 0 0 / 0.65) 2px 0 8px;
}



/*********************************
        섹션1 
*********************************/

#section1 .sectionContentLayout {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: start;
}

#section1 {
    background: white;
    background: linear-gradient(186deg, rgba(202,204,232,1) 1%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 67%, rgba(212,217,222,1) 99%);
    position: relative;
}

#section1 h3 {
    color: #3e4cb7;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 0.3)
}

#s1_img01 {
    position: absolute;
    left: 0;
    top: 0;
    left: -200px;
    opacity: 0;
}

#s1_img02 {
    position: absolute;
    left: 8%;
    bottom: -100px;
    opacity: 0;
}

#section1 .bodyText {
    max-width: 800px;
}

#section1 .contentdWrap label {
  margin-top: 1.6em;
  margin-bottom: 0.5em;
}

#section1 table {
    width:70%;
    font-size:95%;
    min-width:380px;
}

#section1 .contentdWrap {
    grid-column: 2;
    padding-bottom:40px;
}


/*****  섹션1 애니메이션 *****/

#section1.active #s1_img01 {
    -webkit-transform: translate3d(200px, 0px, 0px);
    -moz-transform: translate3d(200px, 0px, 0px);
    -ms-transform: translate3d(200px, 0px, 0px);
    transform: translate(200px, 0);
    transition-delay: .4s;
    opacity: 1;
}

#section1.active #s1_img02 {
    -webkit-transform: translate3d(100px, -100px, 0px);
    -moz-transform: translate3d(100px, -100px, 0px);
    -ms-transform: translate3d(100px, -100px, 0px);
    transform: translate(200px, -140px);
    transition-delay: .7s;
    opacity: 1;
}


/*********************************
        섹션2 
*********************************/
#section2 {
    background: #62a9b5;
    position: relative;
}

#section2 h3 {
    color: #ffeec0;
}

#section2,
#section2 h4 {
    color: white;
}

#section2 .flowGroup {
    height: 274px;
    position: relative;
    transform: scale(.86);
    transform-origin: left center;
    transition: all 1s ease-in-out;
    margin-left: -10px;
}

#section2 .flowGroup img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#section2 .sectionBgArea {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    bottom: 3%;
    transform: scale(.83);
    transform-origin: right bottom;
    transition: all 1s ease-in-out;
}

#section2 .sectionBgArea > div {
    position: relative;
    height: 100%;
    margin: auto;
}

#section2 .sectionBgArea > div > div {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 1s ease-in-out;
}

#section2 .sectionBgArea img {
    position: absolute;
}

#s2_gImg01 {
    right: 660px;
    bottom: 280px;
}

#s2_gImg02 {
    right: 350px;
    bottom: 410px;
}

#s2_gImg03 {
    right: 0;
    bottom: 480px;
}

#s2_img01 {
    right: 190px;
    bottom: 00px;
}

#s2_img02 {
    right: 100px;
    bottom: 0px;
}

.section.active #s2_gImg01,
.section.active #s2_gImg02,
.section.active #s2_gImg03 {
    animation: gearAni 10s linear infinite;
}

@keyframes gearAni {
    0% {
    }

    100% {
        transform: rotate(360deg);
    }
}

#section2.active .sectionBgArea_p1 {
    transform: translate(-100px, 0);
    transition-delay: 1.2s;
    opacity: 1;
}

#section2.active .sectionBgArea_p2 {
    transform: translate(-100px, 0);
    transition-delay: 2.4s;
    opacity: 1;
}

#section2 .flowGroup * {
    opacity: 0;
    transition: all .4s ease-in-out;
}

#section2 #s2_flowArrow {
    transform: scale(.0);
    transform-origin: left center;
    transition: all 1s ease-in-out;
}

#section2.active #s2_flowArrow {
    transition-delay: 1s;
    opacity: 1;
    transform: scale(1);
}

#section2.active #s2_flow01 {
    transition-delay: .6s;
    opacity: 1;
}

#section2.active #s2_flow02 {
    transition-delay: .8s;
    opacity: 1;
}

#section2.active #s2_flow03 {
    transition-delay: 1s;
    opacity: 1;
}

#section2.active #s2_flow04 {
    transition-delay: 1.2s;
    opacity: 1;
}

#section2 .flow_low {
    display: none;
}



/*********************************
        섹션3
*********************************/

#section3 {
    background-color: #182239;
    color: white;
}

#section3 h3 {
    color: #8ce8cd;
}

#section3 h4 {
    color: white;
}

#section3 .sectionFullContents { /* #section3에서 class 지움 */
    -ms-overflow-style: none; /* 스크롤 숨기기 익스플로러, 앳지 */
    scrollbar-width: none; /* 스크롤 숨기기 파이어폭스 */
}

#section3 .sectionFullContents::-webkit-scrollbar {
    display: none; /* 스크롤 숨기기 크롬, 사파리, 오페라 */
}

.s3_borderBox {
    background-color: rgb(255 255 255 / 0.03);
    border-radius: 10px;
}

.s3_gridLayout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    padding: 30px 10px;
}

.s3_gridLayout_Item {
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    border-right: 1px solid rgb(255 255 255 / 0.05);
    padding: 0 10px;
    margin: 10px 0;
}

.s3_gridLayout_Item:last-child {
    border-right: none;
}

.s3_gridLayout_Item img {
    width: 105px;
    margin-block: .6em;
}

#section3 .sectionBgArea {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center center;
    transition: all 1s ease-in-out;
}

#section3 .sectionBgArea img {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

#section3 .fp-controlArrow {
    display: none;
}

#section3 .slideInnerDiv {
  display: grid;
  grid-template-columns: 1fr auto;
  position:relative;
  font-weight:200;
}

#section3 .slideInnerDiv .bgBigImage{
  grid-column: 2;
  margin-right:-50px;
  margin-left:-80px;
  object-fit : contain;
}

#section3 .slideInnerDiv .clients{
  display: grid;
  grid-template-columns: Auto 1fr;
  margin-top:1em;
  margin-left:1.2em;
  opacity:.6;
  font-size:.9em;
}

#section3 .slideInnerDiv h5{
  font-size:1.4em;
  font-weight:300;
  color:#9bdaff;
}

#section3 .slideInnerDiv h6{
  font-size:.65em;
  font-weight:500;
  color:#41a2db;
}

#section3 .slideInnerDiv .clients > p{
  padding-right:20px;
}

#section3 .slideInnerDiv .businessContents {
  position:absolute;
}

.businessContents .contentList {
  margin-top: .8em;
  list-style: outside;
  padding-left: 1.2em;
  line-height: 1.3em;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 0.6)
}

.businessContents .screenShoot {
  width: 646px;
  background-color: rgb(255, 255, 255, 0.08);
  border-radius: .6em;
  padding: .7em .5em .9em .5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top:2.4em
}

.screenShoot .item {
  margin: auto;
  padding:0 4px;
  width:100%;
}

.screenShoot .item .screenImg {
  width: 100%;
}

.screenShoot .item p {
  font-size: 0.9em;
  font-weight: 300;
  color: #9bdaff;
  margin-bottom: .3em;
  margin-top: .2em;
}

#section3 .fp-slides {
  margin-left: -40px;
  margin-right: -40px;
}

#section3 .fp-slides .fp-tableCell {
  padding-left:40px;
  padding-right:40px;
}

#section3 .contentList li + li {
  margin-top: 5px;
}

#section3 .businessContents {
  width: 100%;
}

/* 탭 전체 스타일 */
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0.6em 0 1.2em 0;
  clear: both;
  display: inline-block;
}

  .tabs .tab_item {
    width: auto;
    height: auto;
    padding: .2em 1.2em;
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    display: block;
    float: left;
    transition: all 0.2s ease;
    background-color: transparent;
    color: white;
    border: 1px solid rgb(255 255 255 / 0.6);
    margin-right: 10px;
    border-radius: 2em;
    cursor: pointer;
  }

.tab_item:hover {
  background: #183b62;
}

input[name="tab_item"] {
    display: none;
}

.tabs input:checked + .tab_item {
  background-color: white;
  color: #182239;
  border-color: white;
}

#section3 .s3_gridLayout_Item {
    transform: translate(0, 70px) scaleX(.0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#section3.active .s3_gridLayout_Item {
    transform: translate(0, 0) scaleX(1);
    opacity: 1;
}

#section3.active .s3_gridLayout_Item:nth-child(1) {
    transition-delay: 0.4s;
}

#section3.active .s3_gridLayout_Item:nth-child(2) {
    transition-delay: 0.5s;
}

#section3.active .s3_gridLayout_Item:nth-child(3) {
    transition-delay: 0.6s;
}

#section3.active .s3_gridLayout_Item:nth-child(4) {
    transition-delay: 0.7s;
}

#section3.active .s3_gridLayout_Item:nth-child(5) {
    transition-delay: .8s;
}

#section3.active .s3_gridLayout_Item:nth-child(6) {
    transition-delay: .9s;
}

#section3 .bgBigImage {
  transition: all .5s ease;
  transform-origin: right bottom;
}

/*-- Section3 horizontalSlide --*/
.slideArea {
  width: 100%;
  height: Auto;
}

.slideArea .slide {
    overflow: hidden;
}

#fp-nav ul li a.active span,
#fp-nav ul li a.active:hover span,
.fp-slidesNav ul li a.active span {
    background-color: orange;
    height: 14px;
    width: 14px;
    margin: -5px 0 0 -5px;
    border: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,.2);
    height: 8px;
    width: 8px;
}

#fp-nav ul li a:hover span, .fp-slidesNav ul li a span {
    background: white;
    height: 14px;
    width: 14px;
    margin: -5px 0 0 -5px;
}



/*********************************
        섹션4
*********************************/
#section4 {
  background-color: #f5fbfa;
}

#section4 h3{
    color:#2885cc;
}

#section4 .sectionContents {
    padding-bottom: 10em;
}

#section4 .partner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 18px 0;
    grid-auto-rows: minmax(auto, auto);
    width:70%
}

#section4 .partnerItem {
    padding:0px 10px;
    border-left:1px solid #dae1e0;
    border-right:1px solid #dae1e0;
    margin-right:-1px;
}

#section4 .partnerItem img {
    width:240px;
    display:grid;
    margin:-8px auto;
}

#section4 .partnerItem p {
    display:grid;
    margin:auto;
    margin-top:-10px;
    display:none;
}

#section4 .sectionBgArea {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center center;
}

#section4 .sectionBgArea .bgImg {
    position: absolute;
    height: 100%;
    transform: scale(1);
    transform-origin: right top;
    transition: all 1s ease-in-out;
    right: 0;
}

#section4 .sectionBgArea .bgGroup  {
    position: absolute;
    right:0;
    bottom:0;
    width: 620px;
    height: 550px;
    transform-origin: right bottom;
    transition: all 1s ease-in-out;
}

#section4 .sectionBgArea .bgGroup img {
    position: absolute;
}

.bgGroup #s4_Img01 { /*배경사다리*/
    width: 272px;
    left: 152px;
    top: 86px;
}

.bgGroup #s4_gImg01 { /*기어1*/
    width: 192px;
    left: 62px;
    top: 188px;
}

.bgGroup #s4_gImg02 { /*기어2*/
    width: 160px;
    left: 220px;
    top: 53px;
}

.bgGroup #s4_gImg03 { /*기어3*/
    width: 102px;
    left: 400px;
    top: 34px;
}

.bgGroup #s4_gImg04 { /*기어4*/
    width: 132px;
    left: 364px;
    top: 188px;
}

.bgGroup #s4_Img02 { /*전구*/
    width: 86px;
    left: 90px;
    top: 0px;
    transform: scale(0);
    opacity:0;
}

#section4.active #s4_Img02 {
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.9s;
}

.bgGroup #s4_Img03 { /*돋보기*/
    width: 70px;
    left: 520px;
    top: 153px;
    transform: scale(0);
    opacity: 0;
}

#section4.active #s4_Img03 {
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
    transition-delay: 1.2s;
}

.bgGroup #s4_Img04 { /*사람들*/
    width: 554px;
    left: 0px;
    top: 43px;
}

/*애니메이션*/
.section.active #s4_gImg01,
.section.active #s4_gImg02,
.section.active #s4_gImg03,
.section.active #s4_gImg04 {
    animation: gearAni 10s linear infinite;
}

#section4 .bgGroupImages {
    transform: translate(100px, 0);
    opacity: 0;
    transition: all 1s ease-in-out;
}

#section4.active .bgGroupImages {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: .6s;
}


/*********************************
        섹션5
*********************************/
#section5 {
    background-color: white;
}

#section5 .contactMap {
    text-align: center;
    border: 1px solid #d6d3d1;
    overflow-x: hidden;
    margin-bottom: 2em;
}

#section5 .contactMap img {
    margin-left:-1000px;
    margin-right:-1000px;
}

.companyInfo label {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: .4em;
}

.locationInfo {
    margin-top: 2.2em;
}

.locationInfo p {
    margin-left: .7em;
}

.locationInfo .transportation {
    margin-left: 0;
    font-weight: 500;
    margin-right: .5em;
    display: block;
}

.locationInfo p + .transportation {
    margin-top:.4em;
}

.locationInfo > label {
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 4px 24px;
    border: 1px solid #bababa;
    border-radius: 18px;
    margin-bottom: .4em;
}

.companyInfo + .locationInfo {
    margin-top:4em;
}

#section5 .sectionContents {
    padding-bottom: 10em;
}

#section5 .mapLink {
  margin-top: 20px;
  display: inline-block;
  padding: 0.5em 0.6em;
  border: 1px solid #e2e2e2;
  background: white;
  border-radius: 6px;
}

#section5 .mapLink > span  {
  display:inline-block;
}

#section5 .mapLink > span img  {
  margin-right:5px;
}

#section5 .mapLink a  {
  color:#3f70ba;
  line-height:16px;
  font-weight: 500;
}

#section5 .mapLink a:hover  {
  color:#0366d6;
  text-decoration:underline;
}

.mapLink span:first-child {
  margin-right:2em;
}



/*********************************

        공통에니메이션

*********************************/

.section .contentsGroup01,
.section .contentsGroup02 {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all .6s ease-in-out;
}

.section.active .contentsGroup01 {
    transform: translate(0, 0px);
    opacity: 1;
    transition-delay: 0s;
}

.section.active .contentsGroup02 {
    transform: translate(0, 0px);
    opacity: 1;
    transition-delay: .8s;
}

.section h3 {
    opacity:0;
    transition: all .5s ease-in-out;
}

.section.active h3 {
    opacity: 1;
    transition: all .5s ease-in-out;
    transform-origin: left bottom;
}



/*********************************
        @media 
*********************************/

/****   max-width:576px   ****/

@media (max-width:576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    font-size: 15px;
  }

  .contentdWrap {
    font-size: 13px;
    line-height: 1.3;
  }

  .sectionContents {
    padding: 0 25px;
    align-items: start;
    padding-top: 60px;
  }

  .section h3 {
    font-size: 2em;
  }

  .section h4 {
    font-size: 1.3em;
  }

  .navbar {
    height: 45px;
    padding: 0.2em 1em
  }
  .navbar:hover {
    height: 45px;
  }

  .navbar-nav {
    padding-left: initial;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgb(255 255 255 / 0.07);
    padding: .6em 2em;
  }

  .navbar-brand {
    margin-top: 6px;
    margin-bottom: 10px;
  }

  #fp-nav {
    display: none;
  }

  #fp-nav.right {
    right: 0;
  }

  a.navbar-brand {
    line-height: 24px;
  }

  .logoOrigin {
    width: 84px;
    height: 24px;
    background-size: 84px;
    margin-top: 2px;
  }
  .footerLogo {
    width: 84px;
  }

  .navbar-collapse {
    background-color: rgba(24, 40, 73, 0.9);
    margin: 0 -1.2em;
  }

  .hLineTable td,
  .hLineTable th {
    padding: .3em 0;
  }

  #section0 h2 img {
    width: 390px;
    margin-right: -60px;
  }

  #section0 h3 {
    font-size: 1.1em;
  }

  #section0 h2 {
    font-size: 1.8em;
    margin-bottom: .5rem
  }

  #section0 h2,
  #section0 h3 {
    text-shadow: rgb(0 0 0 / 0.65) 2px 0 5px;
  }

  #section0 .videoMsg {
    height: 80%;
  }

  #s1_img01 {
    width: 200px;
    opacity: .0 !important;
  }

  #s1_img02 {
    width: 240px;
    right:210px;
    bottom:-120px;
    left:initial;
  }

  #section1 .bodyText {
    min-width: initial;
  }

  #section1 div.sectionContentLayout {
    grid-template-columns: 0 1fr;
  }

  #section1 table {
    min-width: initial;
    width: 100%;
  }

  #section2 .sectionBgArea {
    transform: scale(.3);
    margin-right: -30px;
  }

  #section2 .flowGroup {
    height: 110px;
    margin-left: 0;
  }

  #section2 .flow_low {
    display: inherit;
  }

  #section2 .flowGroup img {
    opacity: 1;
  }

  #section2 .flow_high {
    display: none;
  }

  .s3_gridLayout {
    grid-template-columns: 1fr 1fr;
  }

  .s3_gridLayout_Item img {
    width: 64px;
  }

  #s3_hs01 {
    width: 400px;
    margin-left: 25px;
  }

  #section3 .slideArea {
    margin: 0 -25px;
    width: initial;
  }

  #section3 .slide {
    margin-top: initial !important;
    padding-left: 25px;
  }

  #section3 .bgBigImage {
    height: 340px;
    margin-top: 220px;
    margin-right: -100px !important;
    transition: all 1s ease-in-out;
    margin-left: -200px;
  }

  #section3 .screenImg {
    width: 100%;
  }

  #section3 .businessContents .screenShoot {
    width: 230px;
    grid-template-columns: 1fr;
    background-color: rgb(0, 0, 0, 0.2);
  }

  .businessContents .screenShoot .item:nth-child(2) {
    margin-top: .2em !important;
  }

  #section3.active .s3_gridLayout_Item:nth-child(2),
  #section3.active .s3_gridLayout_Item:nth-child(4),
  #section3.active .s3_gridLayout_Item:nth-child(6) {
    border-right-color: transparent;
  }

  #section3 .slideInnerDiv .businessContents {
    padding-right: 15px;
  }
  .tabs .tab_item {
    width:100%;
  }

  #section4 .partnerItem p {
    margin-top: -2px;
  }

  #section4 .partnerItem img {
    width: 180px;
  }

  #section4 .sectionBgArea .bgImg {
    width:180%;
  }

  #section4 .sectionContents,
  #section5 .sectionContents {
    padding-bottom: 60px;
  }

  #section4 .sectionBgArea .bgGroup {
    display: none;
  }

  #section4 .partner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  #section4 .partnerItem {
    border: none;
    margin-right: initial;
    /*border-radius: 0.3em;*/
    background: rgb(255, 255, 255, .7);
    padding: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  #section4 .partnerItem:first-child {
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  #section4 .partner {
    grid-gap: 0;
  }

  #section5 .contactMap img {
    height: 540px;
    transition: all 1s ease-in-out;
  }

  #section5 .contactMap {
    height: 480px;
    overflow-y: hidden;
  }

  #section5 .mapLink > span img {
    transform: scale(.7);
  }

  .pageName label {
    font-size: 1em;
    margin-top: 3.5em;
    font-weight:600;
  }

  .scrollToTop {
    right: 1em;
    bottom: 1.5em;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .scrollToTop:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .scrollToTop img {
    width:36px;
  }

}

/****   min-width:1921px   ****/

  @media (min-width:1921px) {
    .container {
      max-width: 1800px;
    }

    .contentdWrap {
      font-size: 18px;
    }

    #section0 h2 img {
      width: 920px;
    }

    #section0 h3 {
      font-size: 2.2em;
    }

    #section0 h2 {
      font-size: 4.8em;
    }

    #s1_img01 {
      width: 848px;
    }

    #s1_img02 {
      width: 602px;
      left: 6%;
    }

    #section1 .bodyText {
      max-width: initial;
    }

    #section2.active .sectionBgArea {
      transform: scale(.93);
    }

    #section2 .flowGroup {
      height: 272px;
    }

    #section3 .bgBigImage {
      height: 860px;
      transition: all 1s ease-in-out;
    }

    #section4 .bgGroup {
      transform: scale(1.15);
    }

    #section3 .contentList {
      width: 40%
    }

    .pageName label {
      font-size: 1.2em;
      margin-top: 4em;
    }

  }


/****   min-width:577px and max-width:768px   ****/

  @media (min-width:577px) and (max-width:768px) {
    .container {
      max-width: initial;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .3rem;
      padding-left: .3rem;
      font-size: 14px;
    }

    .navbar-nav {
      padding-left: 10px;
    }

    .navbar-nav > .nav-item {
      border-right: none;
      margin-right:0.15em;
    }

    .navbar {
      height: 56px;
    }

    .navbar:hover {
      height: 56px;
    }

    .logoOrigin {
      width: 100px;
      height: 28px;
      background-size: 100px;
      margin-top: initial;
    }

    .footerLogo {
      width: 100px;
    }

    .contentdWrap {
      font-size: 14px;
      transition: all 1s ease-in-out;
    }

    .hLineTable td,
    .hLineTable th {
      padding: .4em 0;
    }

    #section0 h2 img {
      width: 570px;
    }

    #section0 h3 {
      font-size: 1.4em;
    }

    #section0 h2 {
      font-size: 2.6em;
    }

    #s1_img01 {
      width: 300px;
    }

    #s1_img02 {
      width: 180px;
      left: inherit;
      right: 200px;
    }

    #section1 .contentdWrap {
      margin-top: 90px;
      transition: all 1s ease-in-out;
    }

    #section1 div.sectionContentLayout {
      grid-template-columns: 0 1fr;
    }

    #section1 table {
      min-width: initial;
      width: 100%;
    }

    #section2 .sectionBgArea {
      transform: scale(.5);
      margin-right: -50px;
    }

    #section2 .flowGroup {
      height: 150px;
    }

    #section2 .flowGroup {
      height: 160px;
    }

    .s3_gridLayout {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .s3_gridLayout_Item img {
      width: 80px;
    }

    #s3_hs01 {
      width: 600px;
      margin-left: 25px;
    }

    #section3 .slideArea {
      margin: 0 -25px;
      width: initial;
    }

    #section3 .slide {
      margin-top: initial !important;
      padding: 0 25px;
    }

    .section .sectionContents {
      padding-top: 90px;
    }

    #section5 .mapLink > span img {
      transform: scale(.85);
    }

    #section3 .bgBigImage {
      height: 360px;
      margin-top: 230px;
      margin-right: -100px !important;
      transition: all 1s ease-in-out;
      margin-left: -200px;
    }

    #section3 .screenImg {
      width: 100%;
    }

    #section3 .businessContents .screenShoot {
      width: 260px;
      grid-template-columns: 1fr;
      background-color: rgb(0, 0, 0, 0.15);
    }

    .businessContents .screenShoot .item:nth-child(2) {
      margin-top: .2em !important;
    }

    #section3.active .s3_gridLayout_Item:nth-child(3),
    #section3.active .s3_gridLayout_Item:nth-child(6) {
      border-right-color: transparent;
    }

    #section5 .contactMap img {
      height: 580px;
      transition: all 1s ease-in-out;
    }

    #section4 .bgGroup {
      transform: scale(.65);
    }

    #section4 .partner {
      width: 100%;
      grid-template-columns: 1fr 1fr;
    }

    #section4 .partnerItem img {
      width: 200px;
    }

    #section4 .sectionBgArea .bgImg {
      width: 600px;
    }

    .pageName label {
      font-size: 1em;
      margin-top: 4em;
    }
  }


/****   min-width:768px and max-width:992px   ****/

  @media (min-width:768px) and (max-width:992px) {
    .container {
      max-width: initial;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
      font-size: 14px;
    }

    .contentdWrap {
      font-size: 14px;
      transition: all 1s ease-in-out;
    }

    .navbar {
      height: 56px;
    }
    .navbar:hover {
      height: 56px;
    }

    .section .sectionContents {
      padding-top: 100px;
    }

    .logoOrigin {
      width: 110px;
      height: 33px;
      background-size: 110px;
      margin-top: initial;
    }

    .footerLogo {
      width: 110px;
    }

    #section0 h2 img {
      width: 570px;
    }

    #section0 h3 {
      font-size: 1.4em;
    }

    #section0 h2 {
      font-size: 2.8em;
    }

    #s1_img01 {
      width: 380px;
    }

    #s1_img02 {
      width: 260px;
      left: inherit;
      right: 220px;
    }

    #section1 .contentdWrap {
      margin-top: 140px;
      transition: all 1s ease-in-out;
    }

    #section1 div.sectionContentLayout {
      grid-template-columns: 0 1fr;
    }

    #section2 .sectionBgArea {
      transform: scale(.56);
      margin-right: -40px;
    }

    #section2 .flowGroup {
      height: 180px;
    }

    .s3_gridLayout {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .s3_gridLayout_Item img {
      width: 76px;
    }

    #s3_hs01 {
      width: 800px;
      margin-left: 25px;
    }

    #section3 .slideArea {
      margin: 0 -25px;
      width: initial;
    }

    #section3 .slide {
      margin-top: initial !important;
      padding-left: 25px;
    }

    #section3 .bgBigImage {
      height: 480px;
      margin-top: 180px;
      transition: all 1s ease-in-out;
    }

    .businessContents .screenShoot {
      width: 260px;
      grid-template-columns: 1fr;
      background-color: rgb(250, 250, 250, 0.1);
    }

    .businessContents .screenShoot .item:nth-child(2) {
      margin-top: .2em !important;
    }

    #section3.active .s3_gridLayout_Item:nth-child(3) {
      border-right-color: transparent;
    }

    #section4 .bgGroup {
      transform: scale(.75);
    }

    #section4 .partner {
      width: 100%;
      grid-template-columns: 1fr 1fr 1fr;
    }

    #section4 .partnerItem img {
      width: 200px;
    }

    #section5 .contactMap img {
      height: 580px;
      transition: all 1s ease-in-out;
    }

    #section5 .mapLink > span img {
      transform: scale(.9);
    }

    .pageName label {
      font-size: 1em;
      margin-top: 4em;
    }
  }


/****   min-width:993px and max-width:1200px   ****/

  @media (min-width:993px) and (max-width:1200px) {
    .navbar {
      height: 56px;
    }

    .container {
      max-width: initial;
    }

    .contentdWrap {
      font-size: 14px;
    }

    .section .sectionContents {
      padding-top: 100px;
    }

    .logoOrigin{
      width: 122px;
      height: 36px;
      background-size: 122px;
      margin-top: initial;
    }

    .footerLogo {
      width: 122px;
    }

    #section0 h2 img {
      width: 640px;
    }

    #section0 h3 {
      font-size: 1.6em;
    }

    #section0 h2 {
      font-size: 3em;
    }

    #s1_img01 {
      width: 460px;
    }

    #s1_img02 {
      width: 260px;
      left: -120px;
    }

    #section1 div.sectionContentLayout {
      grid-template-columns: 15% 1fr;
    }

    #section1 .sectionContents {
      padding-top: 260px;
    }

    #section2 .sectionBgArea {
      transform: scale(.62);
      margin-right: -30px;
    }

    #section2 .flowGroup {
      height: 200px;
    }

    .s3_gridLayout_Item img {
      width: 80px;
    }

    #s3_hs01 {
      width: 1000px;
      margin-left: 25px;
    }

    #section3 .slideArea {
      margin: 0 -25px;
      width: initial;
    }

    #section3 .slide {
      margin-top: initial !important;
      padding-left: 25px;
    }

    #section3 .slideInnerDiv .bgBigImage {
      height: 500px;
      transition: all 1s ease-in-out;
      margin-top: 100px;
      margin-right: -20px;
    }

/*    #section3 .businessContents .screenShoot {
      width: 560px;
    }*/
    .businessContents .screenShoot {
      width: 300px;
      grid-template-columns: 1fr;
      background-color: rgb(250, 250, 250, 0.1);
    }

    .businessContents .screenShoot .item:nth-child(2) {
      margin-top: .2em !important;
    }

    #section3.active .s3_gridLayout_Item:nth-child(3) {
      border-right-color: transparent;
    }

    #section4 .bgGroup {
      transform: scale(.75);
    }

    #section4 .partner {
      width: 100%;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    #section4 .partnerItem img {
      width: 200px;
    }

    #section5 .contactMap img {
      height: 640px;
      transition: all 1s ease-in-out;
    }

    #section5 .mapLink > span img {
      transform: scale(.9);
    }

    .pageName label {
      font-size: 1em;
      margin-top: 4em;
    }
  }


/****   min-width:1201px and max-width:1600px   ****/

  @media (min-width:1201px) and (max-width:1600px) {
    .navbar {
      height: 56px;
    }

    .container {
      max-width: initial;
    }

    .contentdWrap {
      font-size: 15px;
    }

    .section .sectionContents {
      padding-top: 120px;
    }

    .logoOrigin {
      width: 122px;
      height: 36px;
      background-size: 122px;
      margin-top: initial;
    }

    .footerLogo {
      width: 122px;
    }

    .contentList {
      word-break: normal;
      /*margin-right: -80px; 20231124*/
    }

    #section0 h2 img {
      width: 700px;
    }

    #section0 h3 {
      font-size: 1.7em;
    }

    #section0 h2 {
      font-size: 3.2em;
    }

    #s1_img01 {
      width: 540px;
    }

    #s1_img02 {
      width: 400px;
      left: -7%;
    }

    #section1 div.sectionContentLayout {
      grid-template-columns: 40% 1fr;
    }

    #section2 .sectionBgArea {
      transform: scale(.72);
      margin-right: -30px;
    }

    #section2 .flowGroup {
      height: 220px;
    }

    .s3_gridLayout_Item img {
      width: 96px;
    }

    #s3_hs01 {
      width: 1400px;
      margin-left: 25px;
    }

    #section3 .slideArea {
      margin: 0 -25px;
      width: initial;
    }

    #section3 .slide {
      margin-top: initial !important;
      padding-left: 25px;
    }

    #section3 .bgBigImage {
      height: 600px;
      transition: all 1s ease-in-out;
      margin-top: 100px;
    }

    #section3 .slideInnerDiv .bgBigImage {
      margin-right: -20px;
    }

    #section3 .businessContents .screenShoot {
      width: 600px;
      margin-top:4em;
    }

    #section4 .bgGroup {
      transform: scale(.9);
    }

    #section4 .partner {
      width: 80%;
    }

    #section4 .partnerItem img {
      width: 200px;
    }

    #section5 .contactMap img {
      height: 640px;
      transition: all 1s ease-in-out;
    }

    .pageName label {
      font-size: 1.1em;
      margin-top: 4em;
    }
  }


/****   min-width:1601px and max-width:1920px   ****/

  @media (min-width:1601px) and (max-width:1920px) {
    .container {
      max-width: 1800px;
    }

    .contentdWrap {
      font-size: 16px;
    }

    #section0 h2 img {
      width: 865px;
    }

    #section0 h3 {
      font-size: 1.9em;
    }

    #section0 h2 {
      font-size: 4.2em;
    }

    #s1_img01 {
      width: 740px;
    }

    #s1_img02 {
      width: 480px;
      left: 3%;
    }

    #section2 .flowGroup {
      height: 240px;
    }

    #s3_hs01 {
      width: 1500px;
      margin-left: 25px;
    }

    #section3 .bgBigImage {
      height: 833px;
      transition: all 1s ease-in-out;
    }

    #section4 .bgGroup {
      transform: scale(1);
    }

    #section3 .contentList {
      width: 40%
    }

    .pageName label {
      font-size: 1.1em;
      margin-top: 4em;
    }
  }











