@import url(common.css);
@import url(font.css);


.wrap {
    width: 100%;
    position: relative;
}

.header {
    position: relative;
    top: 0;
    width: 100%;
    height: 984px;
}

.pc_seco_con_logo {
    transform: translateY(4px);
}



.modal, .modal_privacy  { /* 모달창 검정배경(가로세로100%) */
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 100000;

  }



  .toggle_menu_btn {
      margin-top:0;
      background: #323232;
      padding: 10px;
      display: inline-block;
      border:1px solid #aaa;
      background:#aaa;
      border-radius: 36px;
  }


  .toggle_menu_btn.bounce-effect {animation: bounce 0.3s ease 1;}


  .modal-body p {
      font-size: 35px;
  }


  .modal-body_privacy {
    width: 100%;
    max-width: 500px;
    margin: 400px auto;
    padding: 30px 20px 50px; 
    color: #000;
    background-color: #fff;
    position: relative;
   
  }
  .modal-body_privacy caption {
    font-family: 'Noto Sans KR', sans-serif;
    font-size:20px;
    font-weight:800;
    margin-bottom:10px;
    text-align:left;
  }


  .modal-content, .modal-content_privacy{  /* 모달에 띄울 내용창 */
      transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      background: rgba(0, 0, 0, 0.98);
    /* width: 350px; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px;
    overflow-y: scroll;
  }

  .modal-content_privacy {
    background: rgba(0, 0, 0, 0.5);
  }
 

  .modal-content h2{
    font-weight: bold;
    font-size: 55px;
  }
  .modal-content img {
    display: block;
    margin: 20px auto;
  }
  .btn-guide {
    background-color: #616BEE;
    color: #aaa;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
  }

  .btn-close_privacy {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 20px;
    color: #333;

  }


  .xiCl {
    color: #aaa;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 30px;
  }

  .modal-notice {
      cursor: pointer;
      z-index: 10000;

  }
  .toggle_menu_list_modal {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      font-size:24px;
      display: inline-block;
      margin: 15px 0;
      transition: all 0.3s ease;
      margin: 200px auto;
  }

  .toggle_menu_list_modal > ul {

      padding: 0 20px;
      display:inline-block;
   
  }


  .toggle_menu_list_modal > ul > li {
      margin:0 30px; 
      float:left;}
  
  .toggle_menu_list_modal > ul > li dl {display:block;}
  .toggle_menu_list_modal > ul > li dl > dt {font-family: 'Montserrat', sans-serif; font-size:32px; color: rgba(255,255,255,0.3); font-weight:800; margin:15px 0;}
  
  .toggle_menu_list_modal a {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      font-size: 24px;
      display: inline-block;
      margin: 15px 0;
      transition: all 0.3s ease;
  }
  
  .toggle_menu_list_modal a.depth1 {color:rgba(255,255,255,1); font-weight:700; font-size: 41px;}
  .toggle_menu_list_modal a:hover {color:#4EB8CD;}






  .toggle_menu_modal {
      border: 0;
      margin: 0 auto;
      display: block;
      position: relative;
      overflow: hidden;
      padding: 0;
      width: 36px;
      height: 36px;
      font-size: 0;
      text-indent: -9999px;
      cursor: pointer;
      z-index: 50000;
      background: transparent;

      border-radius: 50%;
  }
  


  .toggle_menu_modal:focus {outline:none;} 
  .toggle_menu_modal span {
      display: block;
      position: absolute;
      top: 17px;
      left: 5px;
      right: 5px;
      height: 2px;
      background: #aaa;
  }
  
  .toggle_menu_modal span:before, .toggle_menu_modal span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #aaa;
      content: "";
  }

  .toggle_menu_modal span:before {top: -7px;}
  
  .toggle_menu_modal span:after {bottom: -7px;}
  
  .toggle_menu_modal span:before, .toggle_menu_modal span:after {
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
  }
 



  .toggle_menu_modal span:before {transition-property: top, transform;}
  
  .toggle_menu_modal span::after {transition-property: bottom, transform;}
  
  .toggle_menu_modal.active span {background: none; }
  
  .toggle_menu_modal.active span:before {
      top: 0;
      transform: rotate(225deg);
  }
  
  .toggle_menu_modal.active span:after {
      bottom: 0;
      transform: rotate(135deg);
  }
  
  .toggle_menu_modal.active span:before, .toggle_menu_modal.active span:after {transition-delay: 0s, 0.3s;}
  @keyframes 
  bounce {  0% {
      transform: rotate(0);
      }
      45% {
      transform: rotate(15deg);
      }
      90% {
      transform: rotate(-7deg);
      }
      100% {
      transform: rotate(0);
  }
  }










.header_index {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
}



.header_line {
    top: 100px;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #575d6c;
    z-index: 100;
}


.header .header_inner {
    position:relative; 
    max-width:1200px; 
    height:100px; 
    margin:0 auto;
    z-index: 100;

}

.header .header_inner > h1 {
    display:flex;

}

.header .header_inner > h1 .logo_header {
    position:absolute; 
    margin:auto; 
    top:0; 
    bottom:0; 
    transform: translateY(5px);
    display:flex; 
    /* width: 300px;
    height: 70px; */
    width:190px; 
    height:31px; 
}

.header .header_inner .nav {
    position:absolute; 
    margin:auto; 
    top:0; 
    bottom:0; 
    right:80px; 
    height:100px;
}
.header .header_inner .nav > ul {
    display:flex;
}
.header .header_inner .nav > ul > li {
	position:relative; 
    float:left; 
    margin-left:40px;   

}
.header .header_inner .nav > ul > li .nav_link {
    position:relative;
    z-index:1; 
    color:#fff; 
    display:block; 
	height:100px; 
    line-height:100px; 
    font-family: 'Noto sans KR', sans-serif;
    font-size: 20px;

}

.header .header_inner .nav > ul > li .nav_link::before {
    position:absolute; 
    content:""; 
    bottom:-1px; 
    left:0; 
    height:3px; 
    width:0; 
    background:#4EB8CD; 
    transition:all 0.3s ease;
}
.header .header_inner .nav > ul > li .nav_link:hover::before,
.header .header_inner .nav > ul > li .nav_link.active::before,
.header .header_inner .nav > ul > li:hover .nav_link::before {
    left:0;
    width:100%;
}
.header .header_inner .nav > ul > li .drop_menu {
    position:absolute; 
    left:50%; 
    top:100px; 
    transform:translateX(-50%); 
    display:none;
}
.header .header_inner .nav > ul > li .drop_menu {
    width:220px; 
    font-size:1.6rem;
}
.header .header_inner .nav > ul > li:hover .drop_menu {
    display:block; 
    transition:all 0.25s ease;
}
.header .header_inner .nav > ul > li .drop_menu > ul {
    display:inline-block; 
    padding:5px 0; 
    background:#fff; 
    border:1px solid #eee; 
    border-radius:5px; 
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.header .header_inner .nav > ul > li .drop_menu > ul > li {
    float:left; 
    width:100%;
}
.header .header_inner .nav > ul > li .drop_menu > ul > li > a {
    font-family: 'Noto sans KR', sans-serif;
    display:block; 
    color:#333; 
    padding:15px 15px; 
    font-weight:400;
    font-size: 20px;
}
.header .header_inner .nav > ul > li .drop_menu > ul > li > a:hover {
    background:#F4F6F7; 
    color:#0E8BA2; 
    transition:all 0.25s ease;
}
.header .header_inner .nav > ul > li .drop_menu > ul > li > a:hover {
    background:#F4F6F7; 
    color:#0E8BA2; 
    transition:all 0.25s ease;
}


.mainImg {
    position: absolute;
    width: 100%;
    height: 984px;
    top: 0;
    left: 0;
  }

  .mainImg_index {
    width: 100%;
    height: 984px;
    top: 0;
    left: 0;
    position: relative;
  }


  .changeimg {
    position: absolute;
    width: inherit;
    top: 0;
    left: 0;
  }
  .changeimg ul {
    width: inherit;
    position: absolute;
  }
  .changeimg ul li {
    display: none;
    position: absolute;
    width: 100%;
    height: 984px;  
    background-color: #000;
    text-align:center;
  }

  .mo_hidden {
    display: none;
  }

  /* .changeimg ul li>img {
    width: 1920px;
    height: 100%;
  } */

  .changeimg ul li:nth-child(1) {
    background: #000 url(../images/main_01.jpg) no-repeat top center;
    background-position: center;
  }
  .changeimg ul li:nth-child(2) {
    background: #000 url(../images/main_02.png) no-repeat center center;
    background-position: center;
  }
  .changeimg ul li:nth-child(3) {
    background: #000 url(../images/main_03.png) no-repeat center center;
    background-position: center;
  }
  .changeimg ul li:nth-child(4) {
    background: #000 url(../images/main_04.png) no-repeat center center;
    background-position: center;
  }
   .changeimg ul li:nth-child(5) {
    background: #000 url(../images/main_05.png) no-repeat center center;
    background-position: center;
  }
  .changeimg ul li:nth-child(6) {
    background: #000 url(../images/main_06.png) no-repeat center center;
    background-position: center;
  }
  .changeimg ul li:nth-child(7) {
    background: #000 url(../images/main_07.png) no-repeat center center;
    background-position: center;
  }


  .changeimg ul li div {
    position: absolute;
    width: 1200px;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align:left;
  }
  .changeimg ul li div h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 58px;
    color: #fff;
    font-weight: bold;
    height: 100px;
  }
  /* .changeimg ul li:nth-child(7) div span:nth-of-type(1).mu_coming {
    color: #fff;
    display: block;
    width: 20%;
    text-align: center;
    padding: 10px;
    pointer-events: none;
    border: 1px solid #fff;
    border-radius: 20px;
  } */

  /* .mu_coming {
    color: #fff;
    display: block;
    width: 50%;
    max-width: 200px;
    text-align: center;
    margin: 0;
    padding: 10px;
    pointer-events: none;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
  } */
 




  .changeimg ul li div h2.thezoom {
    background: url(../images/main_logo_01.png) no-repeat center center;
    background-position: left;
  }
  .changeimg ul li div h2.oasis {
    background: url(../images/main_logo_02.png) no-repeat center center;
    background-position: left;
  }
  .changeimg ul li div h2.xarvis {
    background: url(../images/main_logo_03.png) no-repeat center center;
    background-position: left;
  }
  .changeimg ul li div h2.quiz {
    background: url(../images/main_logo_04.png) no-repeat center center;
    background-position: left;
  }
  .changeimg ul li div h2.zoomp {
    background: url(../images/main_logo_05.png) no-repeat center center;
    background-position: left;
  }
  .changeimg ul li div h2.ecou {
    background: url(../images/main_logo_06.png) no-repeat center center;
    background-position: left;
  }
  .changeimg ul li div h2.mu {
    background: url(../images/main_logo_07.png) no-repeat center center;
    background-position: left;
  }


  .changeimg ul li div p {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .changeimg ul li div span {
    font-size:18px; 
    border-radius:100px; 
    padding:8px 40px; 
    border:solid 1px #fff;
  }
  .changeimg ul li div span:hover {
    background-color: #fff;
    color: #333;
    cursor: pointer;
  }
  .changeimg ul li div span.mu_coming {
    font-size:18px; 
    border-radius:100px; 
    padding:8px 35px; 
    border:solid 1px #fff;
    color: #fff;
    pointer-events: none;
  }
  .changeimg ul li:nth-child(7) div span:nth-of-type(1).mu_coming:hover{
    background-color: transparent;
  }

  



  .changeimg ul li:first-child {
    display: block;
    
  }

  .index {
    position: absolute;
    left: 0;
    bottom: 0;
    /* transform: translate(-50%,-50%); */
    width: 100%;
    height: 160px;
    /* border: 5px solid #fff; */
  }
  .index .clear {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .index .clear li {
    /* height: 100%; */
    margin-top: 30px;
    color: #fff;
    flex: 1;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(78, 184, 205,0.3);
    margin-right: 2px;
    position: relative;

  }
  .index .clear li.active {
    background-color: rgba(78, 184, 205,0.7);
    margin-top:0;
  }
  .index .clear li>h1{
    padding-left: 30px;
    font-size: 14px;
  }

  .index .clear li>h4 {
    padding-left: 30px;
    font-size: 18px;
  }
  .index .clear li>h1 {
    margin-top: 40px;
    width: 100%;
  }
  .index .clear li.active span {
    border: 1px solid #fff;
    position: absolute;
    bottom: 100%;
    width: 100%;
    animation: aniBar 8s linear;
    animation-iteration-count: 1;
    animation-direction: alternate ;
    animation-fill-mode:forwards;
  }

    .index .clear li.active h1,
    .index .clear li.active h4 {
        padding-left: 30px;
    }

    .index .clear li.active h1 {
        margin-top: 40px;
        width: 100%;
        font-size: 14px;
    }

    .index .clear li.active h4 {
        font-size: 18px;
    }

    @keyframes aniBar {
        0% {width: 0;}
        100% {width:100%;}
    }

  .index .clear .active {
    color: #fff;
    font-size: 19px;
  }
  .index > img {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    opacity: 0.7;
    width: 35%;
}


    /* toggle_menu */
    .toggle_menu_btn {
	    margin-top:3px;
        background: transparent;
	    padding: 7px;
	    display: inline-block;
	    border-radius: 36px;
    }
    .toggle_menu_btn.bounce-effect {animation: bounce 0.3s ease 1;}
    
    .toggle_menu_overlay {
    	transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    	display: none;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	background: rgba(0, 0, 0, 0.98);
    	z-index: 2000;
        height: 100%;
    }
    

    .toggle_menu_position {
    	width:100%; 
        position:fixed; z-index: 9999;
    }
    
    .toggle_menu_wrap {
    	position:fixed;
    	top:18px;
    	right:18px;
        z-index: 9999;
    }
    .toggle_menu {
    	border: 0;
    	margin: 0 auto;
    	display: block;
    	position: relative;
    	overflow: hidden;
    	padding: 0;
    	width: 36px;
    	height: 36px;
    	font-size: 0;
    	text-indent: -9999px;
    	cursor: pointer;
    	z-index: 50000;
    	background: transparent;
    }
    
    .toggle_menu_list {
    	display: none;
    	position: absolute;
    	top: calc(100% + 160px); 
    	width: 100%;
    	text-align: center;
    	z-index: 50000;

    }
    
    .toggle_menu_list > ul {
        padding: 0 20px;
        display:inline-block;
     
    }


    .toggle_menu_list > ul > li {
        margin:0 30px; 
        float:left;}
    
    .toggle_menu_list > ul > li dl {display:block;}
    .toggle_menu_list > ul > li dl > dt {font-family: 'Montserrat', sans-serif; font-size:32px; color: rgba(255,255,255,0.3); font-weight:800; margin:15px 0;}
    
    .toggle_menu_list a {
    	color: rgba(255,255,255,0.8);
    	text-decoration: none;
    	font-size: 24px;
    	display: inline-block;
    	margin: 15px 0;
    	transition: all 0.3s ease;
    }
    
    .toggle_menu_list a.depth1 {color:rgba(255,255,255,1); font-weight:700; font-size: 41px;}
    .toggle_menu_list a:hover {color:#4EB8CD;}

    /* .toggle_menu_border01:before, 
    .toggle_menu_border02:before{
        background-color: #000;
    } */

    /*.toggle_menu_btn:hover .toggle_menu span {
    	background: #000;
    }
     .toggle_menu_btn:hover .toggle_menu span:before,
    .toggle_menu_btn:hover .toggle_menu span:after {
        background-color: #000;
    }
    .toggle_menu.active:hover .toggle_menu span {
        display: none;
    } */
    
    
    .toggle_menu span:before {top: -7px;}
    
    .toggle_menu span:after {bottom: -7px;}
    
    .toggle_menu span:before, .toggle_menu span:after {
    	transition-duration: 0.3s, 0.3s;
    	transition-delay: 0.3s, 0s;
    }
   



    .toggle_menu span:before {transition-property: top, transform;}
    
    .toggle_menu span::after {transition-property: bottom, transform;}
    
    .toggle_menu.active span {background: none; }
    
    .toggle_menu.active span:before {
    	top: 0;
    	transform: rotate(225deg);
    }
    
    .toggle_menu.active span:after {
    	bottom: 0;
    	transform: rotate(135deg);
    }
    
    .toggle_menu.active span:before, .toggle_menu.active span:after {transition-delay: 0s, 0.3s;}
    @keyframes 
    bounce {  0% {
    	transform: rotate(0);
    	}
    	45% {
    	transform: rotate(15deg);
    	}
    	90% {
    	transform: rotate(-7deg);
    	}
    	100% {
    	transform: rotate(0);
    }
    }
    







/* section 01 */
section {
    margin-top: 130px;
    width: 100%;
}
.seco_fir {
    width: 100%;
    height: 1044px;
    position: relative;
}

/* .seco_fir:after {
    content: '';
    position: absolute;
    background: url(../img/seco_con_me.png)no-repeat center center;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
.seco_fir .seco_fir_inner {
    width: 100%;
    margin: 90px auto 0;
    text-align: center;
    position: relative;
}

.seco_fir .seco_fir_inner .seco_fir_title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #333333;
}

.seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(1) {
	color: #3f95d2;
}
.seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(2) {
	color: #86b727;
}
.seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(3) {
	color: #eb8c31;
}
.seco_fir .seco_fir_inner .seco_fir_text {
    margin-top: 30px;
}
.seco_fir .seco_fir_inner .seco_fir_text > span {
    font-family: 'Noto sans KR', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    display: block;
    line-height: 30px;
}
.seco_fir .seco_fir_inner .seco_con {   
    margin-top: 80px;
    position: absolute;
    width: 100%;
}

.seco_fir .seco_fir_inner .seco_con > img {
    width: 100%;
    max-width: 1200px;
}


/* section 02 */
.seco_seco {
    width: 100%;
    height: 370px;
}
.seco_seco .seco_bg {
    position: relative;
    width: 100%;
    height:370px;
    /* background: url(../img/seco_bg.png);
    background-size: 100%; */
}
.seco_seco .seco_bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/seco_bg.png) no-repeat center center;
    background-size: cover;
}
.seco_seco .seco_bg .seco_seco_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.seco_seco .seco_bg .seco_seco_title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}
.seco_seco .seco_bg .seco_seco_title h4 {
    font-family: 'Noto sans KR', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
.seco_seco .seco_bg .seco_seco_box  {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}
.seco_seco .seco_bg .seco_seco_box a {
    background-color: rgba(255, 255, 255,0.1);
    border: 1px solid #fff;
    flex: 1;
    margin-left: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'Noto sans KR', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
}
.seco_seco .seco_bg .seco_seco_box a:hover {
    background-color: #fff;
}
.seco_seco .seco_bg .seco_seco_box a:hover span {
    color: #444;
    font-weight: 500;
}
.seco_seco .seco_bg .seco_seco_box a:nth-child(1) span:nth-child(2) {
    transform: translateY(5px);

}



/* 회사소개서 다운로드  */
.seco_seco .seco_bg .seco_seco_box .seco_dw {
    background-color: rgba(255, 255, 255,0.1);
    border: 1px solid #fff;
    flex: 1;
    margin-left: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'Noto sans KR', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
}
.seco_seco .seco_bg .seco_seco_box .seco_dw:hover {
    background-color: #fff;
}
.seco_seco .seco_bg .seco_seco_box .seco_dw:hover span {
    color: #444;
    font-weight: 500;
}
.seco_seco .seco_bg .seco_seco_box .seco_dw>span:nth-child(2) {
    transform: translateY(5px);
}










.seco_seco .seco_bg .seco_seco_box li:first-child {
    margin-left: 0;
}
.seco_seco .seco_bg .seco_seco_box li>span {
    font-family: 'Noto sans KR', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
}
.seco_seco .seco_bg .seco_seco_box li>span:nth-child(2) {
    transform: translateY(5px);
}

.seco_seco .seco_bg .seco_seco_box .xi-download {
    /* border: 1px solid #000; */
    transform: translateY(4px);
}




/* footer */
footer {
    padding: 20px 50px 50px 50px;
    background-color: #e8e8e8;
}

.Footer_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.Footer_wrap .footer_menu {
    width: 100%;
    height: 60px;
    position: relative;
}

.Footer_wrap .footer_menu>ul {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
}

.Footer_wrap .footer_menu>ul>li {
   font-size: 16px;
   color: #444;
   margin-left: 50px;
}

.Footer_wrap .footer_menu>ul>li:first-child {
    margin-left: 0;
}
.Footer_wrap .footer_menu>ul>li>a>img {
    width: 150px;
}
.Footer_wrap .Footer_inner {
    margin-top: 20px;
}
.Footer_wrap .Footer_inner ul {
    display: flex;
    justify-content: space-between;

}
.Footer_wrap .Footer_inner ul li {
    color: #555;
    font-size: 16px;

}



.Footer_wrap .Footer_inner ul li .Footer_c_name {
    font-size: 20px;
    color: #444;
    font-weight: 600;
    margin: 30px 0;
}
.Footer_wrap .Footer_inner ul li .Footer_c_copyright {
    margin-top: 20px;
    color: #777;
    font-weight: 300;
    font-size: 10px;

}

.Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_call {
    color: #000;
    font-weight: bolder;
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
}
.Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_info {
    color: #888;
    font-size: 14px;

}
.Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap {
    /* display: inline-block; */
    margin-top: 30px;
    background-color: #4eb8cd;
    padding: 9px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Noto sans KR', sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: none;
}
.Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap .xiC {
    font-size: 18px;
    margin-left: 5px;
    transform: translateY(2px);
}


.layerPop {
    background-color: whitesmoke; 
  }

.layerPop .layerPop__cont .btnWrap button {
    width:600px;
    height:80px;
    /* padding:2% 0; */
    /* background-color: #2f5597; */
    background-color: #888;
  }
  
  .layerPop.layerPop_com {
    padding: 3%;
  }
  .layerPop_com .btnWrap {
    width:100%;
    height:80px;
    display: flex;
  
  }
  .layerPop_com .btnWrap button:nth-child(1) {
    background:#888888;
    flex: 1;
  }
  .layerPop_com .btnWrap button:nth-child(2) {
    background:#2f5597;
    flex: 1;
    margin-left: 1%;
    width: 100%;
  
  }
  .layerPop_com .btnWrap button { 
    font-size: 16px;
    padding: 2% 0;
  }
  
  
  
  
  
  .layerPop .layerPop__cont>h5 {
    font-family: 'Noto sans KR', sans-serif;
    font-weight: 500;
    word-break: keep-all;
    /* letter-spacing: -2px; */
    font-size: min(2.08vw, 25px);
    padding-bottom: 28px;
    color: #555;
    border-bottom: 2px solid #555;
  }
  .layerPop .layerPop__cont>h5>span {
    font-size: 28px;
    font-weight: 700;
    color: #2f5597;
  }



  @media (min-width:2000px) {

    /* .toggle_menu_list_modal {
        margin-top: 100px;
  
    } */
  
  }



  @media (min-width:1920px) and (max-width:2056px) {

    .toggle_menu_list_modal {
        margin-top: 100px;
  
    }
}





@media (min-width:1661px) and (max-width:1919px) {

    .toggle_menu_list_modal {
        margin-top: 85px;
    }
    
}

@media (min-width:1280px) and (max-width:1660px) {

    .toggle_menu_list_modal {
        margin: 50px auto;
    }
 


}






/* 1024 ~ 1279*
    태블릿
/
/* 양옆 40px씩 고정 컨텐츠 영역100%고정 */
@media (min-width:1024px) and (max-width:1279.33px) {


    .toggle_menu_list_modal {
        margin: 50px auto;
    }

    .toggle_menu_list_modal > ul {
        padding: 0 10px;
    }
    


    .changeimg ul li div span.mu_coming {
        font-size:18px; 
        border-radius:100px; 
        padding:8px 35px; 
        border:solid 1px #fff;
        color: #fff;
        pointer-events: none;
      }
      .changeimg ul li:nth-child(7) div span:nth-of-type(1).mu_coming:hover{
        background-color: transparent;
      }

 


    .wrap {
        width: 100%;
        position: relative;
    }
      
    .header {
        position: relative;
        top: 0;
        width: 100%;
        height: 797px;
    }


    .header_index {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100px;
        z-index: 1000;
    }
    

    
    .header_line {
        top: 100px;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #575d6c;
        z-index: 100;
    }
    
    .header .header_inner {
        position:relative; 
        width: 100%;
        height:100px; 
        margin:0 auto;
        padding: 0 40px;
        z-index: 100;

    }
    .header .header_inner > h1 {
        display:flex;
    }
    
    .header .header_inner > h1 .logo_header {
        position:absolute; 
        margin:auto; 
        top:0; 
        bottom:0; 
        transform: translateY(5px);
        display:flex; 
        /* width: 300px;
        height: 70px; */

        width:188px; 
        height:29px; 
    }
    
    .header .header_inner .nav {
        position: absolute;
        /* right: 40px; */
        padding-right: 40px;
        height: 100%;
    }
    .header .header_inner .nav > ul {
        display:flex;
        height: 100%;
    }
    .header .header_inner .nav > ul > li {
        position:relative; 
        float:left; 
        margin-left:40px;
    
    }
    .header .header_inner .nav > ul > li .nav_link {
        position:relative;
        z-index:1; 
        color:#fff; 
        display:block; 
        height:100px; 
        line-height:100px; 
        font-family: 'Noto sans KR', sans-serif;
        font-size: 20px;
    }
    
    .header .header_inner .nav > ul > li .nav_link::before {
        position:absolute; 
        content:""; 
        bottom:-1px; 
        left:0; 
        height:3px; 
        width:0; 
        background:#4EB8CD; 
        transition:all 0.3s ease;
    }
    .header .header_inner .nav > ul > li .nav_link:hover::before,
    .header .header_inner .nav > ul > li .nav_link.active::before,
    .header .header_inner .nav > ul > li:hover .nav_link::before {
        left:0;
        width:100%;
    }
    .header .header_inner .nav > ul > li .drop_menu {
        position:absolute; 
        left:50%; 
        top:100px; 
        transform:translateX(-50%); 
        display:none;
    }
    .header .header_inner .nav > ul > li .drop_menu {
        width:220px; 
        font-size:1.6rem;
    }
    .header .header_inner .nav > ul > li:hover .drop_menu {
        display:block; 
        transition:all 0.25s ease;
    }
    .header .header_inner .nav > ul > li .drop_menu > ul {
        display:inline-block; 
        padding:5px 0; 
        background:#fff; 
        border:1px solid #eee; 
        border-radius:5px; 
        box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    }
    .header .header_inner .nav > ul > li .drop_menu > ul > li {
        float:left; 
        width:100%;
    }
    .header .header_inner .nav > ul > li .drop_menu > ul > li > a {
        font-family: 'Noto sans KR', sans-serif;
        display:block; 
        color:#333; 
        padding:15px 15px; 
        font-weight:400;
        font-size: 20px;
    }
    .header .header_inner .nav > ul > li .drop_menu > ul > li > a:hover {
        background:#F4F6F7; 
        color:#0E8BA2; 
        transition:all 0.25s ease;
    }
    .header .header_inner .nav > ul > li .drop_menu > ul > li > a:hover {
        background:#F4F6F7; 
        color:#0E8BA2; 
        transition:all 0.25s ease;
    }
    
    
    .mainImg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
      }

      .mainImg_index {
        width: 100%;
        height: 797px;
        top: 0;
        left: 0;
        position: relative;
      }
    
    
      .changeimg {
        position: absolute;
        width: inherit;
        top: 0;
        left: 0;
      }
      .changeimg ul {
        width: inherit;
        position: absolute;
      }
      .changeimg ul li {
        display: none;
        position: absolute;
        width: 100%;
        height: 797px;  
        text-align:center;
      }
      /* .changeimg ul li>img {
        width: 1920px;
        height: 100%;
      } */
    
      .changeimg ul li:nth-child(1) {
        background: #000 url(../images/main_01.jpg) no-repeat top center;
        background-position: center;
      }
      .changeimg ul li:nth-child(2) {
        background: #000 url(../images/main_02.png) no-repeat center center;
        background-position: center;
        
      }
      .changeimg ul li:nth-child(3) {
        background: #000 url(../images/main_03.png) no-repeat center center;
        background-position: center;
      }
      .changeimg ul li:nth-child(4) {
        background: #000 url(../images/main_04.png) no-repeat center center;
        background-position: center;
      }
       .changeimg ul li:nth-child(5) {
        background: #000 url(../images/main_05.png) no-repeat center center;
        background-position: center;
      }
      .changeimg ul li:nth-child(6) {
        background: #000 url(../images/main_06.png) no-repeat center center;
        background-position: center;
      }
      .changeimg ul li:nth-child(7) {
        background: #000 url(../images/main_07.png) no-repeat center center;
        background-position: center;
      }
    
      
      .changeimg ul li div {
        position: absolute;
        padding: 0 40px;
        width: 100%;
        /* height: 100%; */
        /* left: 0; */
        transform: translate(-50%,-50%);
        top: 50%;
        color: #fff;
        text-align:left;
      }
      .changeimg ul li div h2 {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 46px;
        color: #fff;
        font-weight: bold;
        height: 100px;
        line-height: 100px;
      }
      .changeimg ul li div h2.xarvis {
        background: url(../images/tablet_xarvis.png) no-repeat center center;
        background-position: left;
      }
      .changeimg ul li div p {
        margin-top: 10px;
        font-size: 22px;
        font-weight: 300;
      }
    
      .changeimg ul li:first-child {
        display: block;
        
      }
    
      .index {
        position: absolute;
        left: 0;
        bottom: 0;
        /* transform: translate(-50%,-50%); */
        width: 100%;
        height: 130px;
        /* border: 5px solid #fff; */
      }
      .index .clear {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        bottom: 0;
      }
      .index .clear li {
        margin-top: 15px;
        color: #fff;
        flex: 1;
        cursor: pointer;
        background-color: rgba(31, 63, 72,0.6);
        margin-right: 2px;
        position: relative;

      }
      .index .clear li.active {
        background-color: rgba(57, 132, 148,0.5);
        margin-top:0;
      }
      .index .clear li>h1,
      .index .clear li>h4 {
        padding-left: 30px;
      }
      .index .clear li>h4 {
        font-size: 18px;
        margin-top: 10px;
      }
      .index .clear li>h1 {
        margin-top: 20px;
        width: 80%;
        font-size: 14px;
      }
      .index .clear li:nth-child(n+2):nth-child(-n+4)>h1 {
        width: 50%;
      }
      .index .clear li.active span {
        border: 1px solid #fff;
        position: absolute;
        bottom: 100%;
        width: 100%;
        animation: aniBar 8s linear;
        animation-iteration-count: 1;
        animation-direction: alternate ;
        animation-fill-mode:forwards;
      }
        .index .clear li.active h1,
        .index .clear li.active h4 {
            padding-left: 30px;
        }
        .index .clear li.active h4 {
            font-size: 18px;
        }
        .index .clear li.active h1 {
            margin-top: 20px;
            font-size: 14px;
            width: 75%;
        }
        .index .clear li:nth-child(n+2):nth-child(-n+4).active h1 {
            width: 50%;
        }
        .index .clear li:nth-child(1).active h1 {
            width: 90%;
        }
        @keyframes aniBar {
            0% {width: 0;}
            100% {width:100%;}
        }
    
      .index .clear .active {
        color: #fff;
        font-size: 19px;
      }



       /* toggle_menu */
    .toggle_menu_btn {
	    margin-top:3px;
	    /* background: #323232; */
        background: transparent;
	    padding: 7px;
	    display: inline-block;
	    border-radius: 36px;
        /* border: 2px solid #666; */
    }
    /* .toggle_menu_btn:hover {
        background-color: #fff;
        border: none;
    } */
    
    .toggle_menu_btn.bounce-effect {animation: bounce 0.3s ease 1;}
    
    .toggle_menu_overlay {
    	transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    	display: none;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	background: rgba(0, 0, 0, 0.98);
    	z-index: 2000;
    }

    /* .toggle_menu_overlay::before {
    	position:absolute; left:50%; transform:translateX(-50%);
    	bottom:-20px; width:1600px; text-align:center; font-size:14rem; 
    	font-family: 'Montserrat', sans-serif; font-weight:800; color:#000; 
    	text-shadow: -1px 0 #555, 1px 0 #555, 0 -1px #555, 0 1px #555;
    	} */
    
    /* .toggle_menu_overlay::before {content:"THE ZOOOM KOREA";} */
    

        
    .toggle_menu_list {
    	display: none;
    	position: absolute;
    	top: calc(100% + 260px);

    	width: 100%;
    	text-align: center;
    	z-index: 50000;
    }
    
    .toggle_menu_list a {
    	color: rgba(255,255,255,0.8);
    	text-decoration: none;
    	font-size:24px;
    	display: inline-block;
    	margin: 15px 0;
    	transition: all 0.3s ease;
    }
    

    .mu_coming {
        margin: 0;
    }
    


    

    
    /* section 01 */
    section {
        margin-top: 130px;
        width: 100%;
    }
    
    
    .seco_fir {
        width: 100%;
        padding: 0 40px;
        height: 900px;
        position: relative;
    }
    .seco_fir > img {
        position: absolute;
        right: -30px;
        top: -70px;
        z-index: -1;
        opacity: 0.6;
        width: 35%;
    }
    /* .seco_fir:after {
        content: '';
        position: absolute;
        background: url(../img/seco_con_me.png)no-repeat center center;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */
    .seco_fir .seco_fir_inner {
        width: 100%;
        margin: 90px auto 0;
        text-align: center;
        position: relative;
    }
    
    .seco_fir .seco_fir_inner .seco_fir_title h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 64px;
        font-weight: 900;
        color: #333333;
    }
    
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(1) {
        color: #3f95d2;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(2) {
        color: #86b727;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(3) {
        color: #eb8c31;
    }
    .seco_fir .seco_fir_inner .seco_fir_text {
        margin-top: 30px;
    }
    .seco_fir .seco_fir_inner .seco_fir_text > span {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: #333333;
        display: block;
        line-height: 30px;
    }
    .seco_fir .seco_fir_inner .seco_con {   
        margin-top: 80px;
        position: absolute;
        width: 100%;
    }
    
    .seco_fir .seco_fir_inner .seco_con > img {
        width: 100%;
        max-width: 1200px;
    }
    
    
    /* section 02 */
    .seco_seco {
        width: 100%;
        height: 370px;
    }
    .seco_seco .seco_bg {
        position: relative;
        width: 100%;
        height: 100%;
        background: url(../images/seco_bg.png);
    }
    .seco_seco .seco_bg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/seco_bg.png) no-repeat center center;
        background-size: cover;
    }
    .seco_seco .seco_bg .seco_seco_title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .seco_seco .seco_bg .seco_seco_title h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 50px;
        font-weight: 900;
        color: #fff;
    }
    .seco_seco .seco_bg .seco_seco_title h4 {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 22px;
        color: #fff;
        font-weight: 300;
        margin-top: 20px;
    }
    .seco_seco .seco_bg .seco_seco_box  {
        display: flex;
        margin-top: 40px;
        justify-content: space-between;
    }
    .seco_seco .seco_bg .seco_seco_box li {
        background-color: rgba(255, 255, 255,0.1);
        border: 1px solid #fff;
        flex: 1;
        margin-left: 10px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .seco_seco .seco_bg .seco_seco_box li:first-child {
        margin-left: 0;
    }
    .seco_seco .seco_bg .seco_seco_box li>span {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 19px;
        font-weight: 300;
        color: #fff;
    }
    .seco_seco .seco_bg .seco_seco_box li>span:nth-child(2) {
        transform: translateY(5px);
    }
    
    
    /* footer */
    footer {
        padding: 20px 40px 40px 40px;
        background-color: #e8e8e8;
    }
    
    .Footer_wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .Footer_wrap .footer_menu {
        width: 100%;
        height: 60px;
        position: relative;
    }
    
    .Footer_wrap .footer_menu>ul {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
    }
    
    .Footer_wrap .footer_menu>ul>li {
       font-size: 16px;
       color: #444;
       margin-left: 50px;
    }
 
    .Footer_wrap .footer_menu>ul>li:first-child {
        margin-left: 0;
    }
    .Footer_wrap .footer_menu>ul>li>img {
        width: 150px;
    }
    .Footer_wrap .Footer_inner {
        margin-top: 20px;
    }
    .Footer_wrap .Footer_inner ul {
        display: flex;
        justify-content: space-between;
    }
    .Footer_wrap .Footer_inner ul li {
        color: #555;
    }
    .Footer_wrap .Footer_inner ul li .Footer_c_name {
        font-size: 20px;
        color: #333;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .Footer_wrap .Footer_inner ul li .Footer_c_copyright {
        margin-top: 20px;
        color: #777;
        font-weight: 300;
    }
    
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_call {
        color: #000;
        font-weight: bolder;
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_info {
        color: #888;
        font-size: 14px;
    
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap {
        display: none;
        margin-top: 30px;
        background-color: #4eb8cd;
        padding: 9px 20px;
        border-radius: 5px;
        color: #fff;
        font-family: 'Noto sans KR', sans-serif;
        font-size: 14px;
        cursor: pointer;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap .xiC {
        font-size: 18px;
        margin-left: 5px;
        transform: translateY(2px);
    }
    
    
    .Footer_inner .pc_seco_con {
        width: 80%;
    }


    
}



/* 768 ~ 1023
    태블릿
*/
@media (min-width:768px) and (max-width:1023.33px) {





  




    .toggle_menu_list_modal {
        margin-top: 150px;
    }

    .toggle_menu_list_modal > ul {
        padding: 0;
    }

    .toggle_menu_list_modal > ul > li {
        margin: 0;
    }
    .toggle_menu_list_modal a.depth1 {
        font-size: 30px;
    
    }
   

  
    .xiCl img {
        width: 80%;
    }


    
    .changeimg_seco div span.go.mu_coming {
        width: 160px;
        height: 40px;
        line-height: 30px;
        padding: 4px 20px;
        font-size: 16px;
        border-radius: 20px;
        border: solid 1px #fff;
        clear: both;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        pointer-events: none;
      }
      .changeimg_seco div span.go.mu_coming:hover{
        background-color: transparent;
      }

    .wrap {
        width: 100%;
        position: relative;

    }
    
    .toggle_menu_wrap {
        position: fixed;
    	top:5px;
    	right:20px;

    }
    .toggle_menu_btn {
        border: none;
    }

    .header {
        position: relative;
        top: 0;
        width: 100%;
        height: 657.5px;

    }

    .header_index {
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        z-index: 1000;
    }
    


    
    
    .header_line {
        top: 60px;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #575d6c;
        z-index: 100;
    }

    
    .header .header_inner {
        position:relative; 
        width: 100%;
        height:60px; 
        margin:0 auto;
        padding: 0 40px;
        z-index: 100;
    }
    .header .header_inner > h1 {
        display:flex;
    }
    
    .header .header_inner > h1 .logo_header {
        position:absolute; 
        margin:auto; 
        top:0; 
        bottom:0; 
        transform: translateY(5px);
        display:flex; 
        /* width: 300px;
        height: 70px; */

        width:178px; 
        height:19px; 
    }


    
    .header .header_inner .nav {
        position: absolute;
        padding-right: 40px;
        height: 100%;
        display: none;
    }



    .mainImg_index {
        width: 100%;
        height: 657.5px;
        top: 0;
        left: 0;
      }
    


    .mo_hidden, .mo_hidden_text {
      display: block;
    }

    .mainImg .changeimg_seco {
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .mainImg .changeimg_seco .swiper-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
    }
      
    .mainImg .changeimg_seco .swiper-wrapper > div {
        width: 100%;
        height: 100%;
 

    } 

    .mainImg .changeimg_seco .mo_img_01 {
        background: url(../images/ta_main_01.png) no-repeat bottom center;
      
    }
    .mainImg .changeimg_seco .mo_img_02 {
      background: url(../images/mo_main_04.png) no-repeat bottom center;
    }
    .mainImg .changeimg_seco .mo_img_03 {
        background: url(../images/mo_main_02.png) no-repeat bottom center;

    }
    .mainImg .changeimg_seco .mo_img_04 {
        background: url(../images/mo_main_03.png) no-repeat bottom center;

    }
    .mainImg .changeimg_seco .mo_img_05 {
      background: url(../images/mo_main_05.png) no-repeat bottom center;

    }
    .mainImg .changeimg_seco .mo_img_06 {
      background: url(../images/mo_main_06.png) no-repeat bottom center;

    }
    .mainImg .changeimg_seco .mo_img_07 {
        background: url(../images/mo_main_07.png) no-repeat bottom center;
    }



    .mainImg .changeimg_seco .mo_main_text {
        text-align: center;
        color: #fff;
        position: absolute;
        width: 90%;
        margin-left:5%;
        top: 15%;
        padding: 0 40px;
    }

   
    .mainImg .changeimg_seco .mo_main_text > div {

        position: relative;
        height: 55px;
        width: 100%;
        line-height: 55px;
    }

    .mainImg .changeimg_seco .mo_main_text > div.go{
        width:160px;
        height:40px;
        line-height:30px;
        padding:4px 20px; 
        font-size:16px; 
        border-radius: 20px; 
        border:solid 1px #fff;
        clear:both;
        text-align:center;
        margin:0 auto;
    }

    .mainImg .changeimg_seco .mo_main_text h1 {

        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 32px;
        font-weight: bold;
        font-family: 'Noto sans KR', sans-serif;
        letter-spacing: -1px;

    }
    .mainImg .changeimg_seco .mo_main_text div > img {
        border: 1px solid #fff;
        left: 50%;
        height: 80%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }


    .mainImg .changeimg_seco .mo_img_01 .mo_main_text h1 {
        background: url(../images/main_ta_logo_01.png) no-repeat center center;
        background-size: contain;

    }
    .mainImg .changeimg_seco .mo_img_02 .mo_main_text h1 {
        background: url(../images/main_ta_Logo_02.png) no-repeat center center;
        background-size: contain;

    }
    .mainImg .changeimg_seco .mo_img_03 .mo_main_text h1 {
        background: url(../images/main_ta_logo_03.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_04 .mo_main_text h1 {
        background: url(../images/main_ta_logo_04.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_05 .mo_main_text h1 {
        background: url(../images/main_ta_logo_05.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_06 .mo_main_text h1 {
        background: url(../images/main_ta_logo_06.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_07 .mo_main_text h1 {
        background: url(../images/main_ta_logo_07.png) no-repeat center center;
        background-size: contain;
    }

    
    .mainImg .changeimg_seco .mo_main_text p {
        font-size: 20px;
        font-weight: 300;
        font-family: 'Noto sans KR', sans-serif;
        margin-top: 17px;
        letter-spacing: -1px;
        word-break: keep-all;
        margin-bottom:20px;
    }


      .changeimg {
        position: absolute;
        width: inherit;
        top: 0;
        left: 0;
        display: none;
      }
      .index {
        display: none;
      }

      .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        text-align: center;
        position: absolute;
        z-index: 1000;
      }

      .toggle_menu_overlay {
    	transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    	display: none;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	background: rgba(0, 0, 0, 0.98);
    	z-index: 2000;
    }

      .toggle_menu_list {
    	display: none;
    	position: absolute;
    	top: calc(100% + 220px);
    	width: 100%;
    	text-align: center;
    	z-index: 50000;
    }
    
    .toggle_menu_list a {
    	color: rgba(255,255,255,0.8);
    	text-decoration: none;
    	font-size: 24px;
    	display: inline-block;
    	margin: 15px 0;
    	transition: all 0.3s ease;
    }

  


    
    .toggle_menu_list > ul > li dl > dt {
        font-size:19.2px; 
    }
    .toggle_menu_list a.depth1 {
        font-size: 32px;
    }
    



    
    /* section 01 */
    section {
        margin-top: 0;
        width: 100%;

    }
    
    
    .seco_fir {
        width: 100%;
        padding: 50px 40px 40px;
        height: auto;
        position: relative;
 
    }
    .pc_seco_con {
        display: none;
    }
   


    /* .seco_fir:after {
        content: '';
        position: absolute;
        background: url(../img/seco_con_me.png)no-repeat center center;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */
    .seco_fir .seco_fir_inner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;

    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 48px;
        font-weight: 900;
        color: #333333;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(1) {
        color: #3f95d2;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(2) {
        color: #86b727;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(3) {
        color: #eb8c31;
    }
    .seco_fir .seco_fir_inner .seco_fir_text {
        margin-top: 10px;
    }
    .seco_fir .seco_fir_inner .seco_fir_text > span {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        display: block;
        width: 48%;
        word-break: keep-all;
        margin: 0 auto;
    }
    .seco_fir .seco_fir_inner .seco_fir_text > span:last-child {
        width: 100%;
    }
    .seco_fir .seco_fir_inner .seco_con {   
        margin-top: 80px;
        position: absolute;
        width: 100%;

    }
    
   
    .seco_fir .seco_fir_inner .mo_hidden_text {
        margin-top: 30px;
        padding: 0 40px;
    }

    .seco_fir .seco_fir_inner .mo_hidden_text > img {
        width: 80%;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul {
        margin-top: 50px;
        text-align: left;   
 

    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li {
        margin-top: 20px;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:first-child {
        margin-top: 0;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > h1,
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > h1 > span {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 18px;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:nth-child(1) > h1 > span {
        color: #62c3d6;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:nth-child(2) > h1 > span {
        color: #86b727;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:nth-child(3) > h1 > span {
        color: #fe953d;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > p {
        font-family: 'Noto sans KR', sans-serif;
        color: #666666;
        margin-top: 5px;
        font-size: 20px;
        font-weight: 400;
        word-break: keep-all;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > p > span {
        display: block;
    }
    
    /* section 02 */
    .seco_seco {
        width: 100%;
        /* height: auto; */
        height: 300px;
        margin-top: 30px;
        position: relative;

    }

    .seco_seco .seco_bg {
        position: relative;
        width: 100%;
        height: 100%;


    }
    .seco_seco .seco_bg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/mo_seco_bg.png) no-repeat center center;
        background-size: cover;
    }
    .seco_seco .seco_bg .seco_seco_title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
        text-align: center;
        padding: 0 40px;
    }
    .seco_seco .seco_bg .seco_seco_title h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 36px;
        font-weight: 900;
        color: #fff;
    }
    .seco_seco .seco_bg .seco_seco_title h4 {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        margin-top: 9px;
    }
    .seco_seco .seco_bg .seco_seco_box  {
        display: flex;
        margin: 30px auto;
        /* width: 100%; */
        width: 90%;
        justify-content: space-between;
       
       
    }
    /* .seco_seco .seco_bg .seco_seco_box li {
        background-color: rgba(255, 255, 255,0.1);
        margin-left: 20px;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .seco_seco .seco_bg .seco_seco_box li:first-child {
        margin-left: 0;
    } */

    .seco_seco .seco_bg .seco_seco_box li {
        background-color: rgba(255, 255, 255,0.1);
        padding: 10px;
        cursor: pointer;
        width: 100%;
        max-width: 400px;
    }
    .seco_seco .seco_bg .seco_seco_box li:first-child {
        margin: 0 auto;
    }

    .seco_seco .seco_bg .seco_seco_box li>span {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #fff;

    }
    .seco_seco .seco_bg .seco_seco_box li>span:nth-child(2) {
        transform: translateY(0);
        font-size: 20px;
    }
    
    
    /* footer */
    footer {
        padding: 20px 40px 40px 40px;
        background-color: #e8e8e8;
  
    }
    
    .Footer_wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .Footer_wrap .footer_menu {
        width: 100%;
        height: 60px;
        position: relative;
 
    }
    
    .Footer_wrap .footer_menu>ul {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        
    }
    
    .Footer_wrap .footer_menu>ul>li {
       font-size: 14px;
       flex: 1;
       color: #444;
       margin-left: 10px;
    text-align: center;
 
    }
  
    .Footer_wrap .footer_menu .pc_seco_con {
        display: block;
  
    }



    .Footer_wrap .Footer_inner {
        margin-top: 0;

    }
    .Footer_wrap .Footer_inner ul {
        padding-top: 20px;
   
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .Footer_wrap .Footer_inner ul li {
        color: #555;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_left {
        /* margin-top: 20px; */
        padding: 10px;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_left p {
        font-size: 14px;


    }
    .Footer_wrap .Footer_inner ul li .Footer_c_name {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_left p.Footer_c_copyright {
        margin-top: 10px;
        font-size: 10px;
        color: #888;
        font-weight: 300;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right {
        padding: 10px;
        margin-top: 0;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_call {
        color: #000;
        font-weight: bolder;
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_info {
        color: #888;
        font-size: 14px;
    
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap {
        display: none;
        margin-top: 20px;
        background-color: #4eb8cd;
        padding: 9px 20px;
        border-radius: 5px;
        color: #fff;
        font-family: 'Noto sans KR', sans-serif;
        font-size: 14px;
        cursor: pointer;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap .xiC {
        font-size: 18px;
        margin-left: 5px;
        transform: translateY(2px);
    }
 
    .Footer_inner .pc_seco_con_logo {
        width: 70%;
    }

    .Footer_wrap .Footer_inner ul li:nth-child(1) {
        padding: 10px;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
     
    }


}





/* 320 ~ 767*
    모바일
/
/* 양옆 20px씩 고정 컨텐츠 영역100%고정 */
@media (max-width:767.33px) {


   
  



    .xiCl img {
        width: 50%;
    }


 
    .toggle_menu_list_modal {
        margin: 70px auto;
    }

    .toggle_menu_list_modal > ul {
        padding: 0;
    }

    .toggle_menu_list_modal a.depth1 {
        font-size: 30px;
    }
    .toggle_menu_list_modal > ul > li {
        margin: 0;
    }
    .toggle_menu_list_modal > ul {
        display: flex;
        flex-direction: column;
    }

    .toggle_menu_list_modal > ul > li dl > dt {
        font-size: 20px;
    }
    .toggle_menu_list_modal a {
        font-size: 18px;
    }


    .pc_seco_con_logo {
        display: none;
    }

    body {
        width: 100%;
        height: 100%;
    }

    .wrap {
        width: 100%;
        position: relative;

    }
    
    .toggle_menu_wrap {
        position:fixed;
    	top:5px;
    	right:20px;
        z-index: 9999;
    }


    .toggle_menu_btn {
        border: none;
    }



    .changeimg_seco div.go.mu_coming {
        /* display: block; */
        width: 140px !important;
        height: 34px;
        line-height: 30px;
        padding: 4px 20px;
        font-size: 12px;
        border-radius: 20px;
        border: solid 1px #fff;
        clear: both;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        pointer-events: none;
 
      }
      .changeimg_seco div span.go.mu_coming:hover{
        background-color: transparent;
      }




    .header {
        position: relative;
        top: 0;
        width: 100%;
        height: 657.5px;
    }

    
    .header_index {
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        z-index: 1000;
    }

    
    .header_line {
        top: 60px;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #575d6c;
        z-index: 100;
    }

    .header .header_inner {
        position:relative; 
        width: 100%;
        height:60px; 
        margin:0 auto;
        padding: 0 20px;
        z-index: 1500;
    }
    .header .header_inner > h1 {
        display:flex;
    }
    
    .header .header_inner > h1 .logo_header {
        position:absolute; 
        margin:auto; 
        top:0; 
        bottom:0; 
        transform: translateY(5px);
        display:flex; 
        /* width: 300px;
        height: 70px; */

        width:178px; 
        height:19px; 
    }


    
    .header .header_inner .nav {
        position: absolute;
        padding-right: 40px;
        height: 100%;
        display: none;
    }

    .mainImg {
      position: absolute;
      width: 100%;
      /* height: 100%; */
      height: 658px;
      top: 0;
      left: 0;

    }

    .mainImg_index {
        width: 100%;
        height:720px;
        top: 0;
        left: 0;
        position: relative;
      }
    


    .mo_hidden {
      display: block;
    }

    .mainImg .changeimg_seco {
        display: flex;
        width: 100%;
        height:720px;
        position: relative;
        overflow: hidden;
    }

    .mainImg .changeimg_seco .swiper-wrapper {
        position: absolute;
        width: 100%;
        height:720px;
    }
      
    .mainImg .changeimg_seco .swiper-wrapper > div {
        width: 100%;
        height:720px;

    } 


    .nav1.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 45px;
  left: 0;
  width: 100%;
}
/* Bullets */
.nav1.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  background-color: #1a4f60;
  opacity: 1;

}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.nav1.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.nav1.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.nav1.swiper-pagination-bullet-active {
  opacity: 1;
  background: #419fb7;
}

    .mainImg .changeimg_seco .mo_img_01 {
        background: url(../images/ta_main_01.png) no-repeat bottom center;
      
    }
    .mainImg .changeimg_seco .mo_img_02 {
      background: url(../images/mo_main_04.png) no-repeat center center;
    }
    .mainImg .changeimg_seco .mo_img_03 {
        background: url(../images/mo_main_02.png) no-repeat center center;

    }
    .mainImg .changeimg_seco .mo_img_04 {
        background: url(../images/mo_main_03.png) no-repeat center center;

    }
    .mainImg .changeimg_seco .mo_img_05 {
      background: url(../images/mo_main_05.png) no-repeat center center;

    }
    .mainImg .changeimg_seco .mo_img_06 {
      background: url(../images/mo_main_06.png) no-repeat center center;

    }
    .mainImg .changeimg_seco .mo_img_07 {
        background: url(../images/mo_main_07.png) no-repeat center center;
    }



    .mainImg .changeimg_seco .mo_main_text {
        text-align: center;
        color: #fff;
        position: absolute;
        width: 100%;
        top: 15%;
        padding: 0 20px;
    }
    .mainImg .changeimg_seco .mo_main_text > div {

        position: relative;
        height: 55px;
        object-fit: contain;
        width: 100%;
    }

    .mainImg .changeimg_seco .mo_main_text > div.go {
        width:120px;
        height:34px;
        line-height:24px;
        padding:4px 20px; 
        font-size:14px; 
        border-radius: 20px; 
        border:solid 1px #fff;
        clear:both;
        text-align:center;
        margin:0 auto;
    }
    
   


    .mainImg .changeimg_seco .mo_main_text h1 {

        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 28px;
        font-weight: bold;
        font-family: 'Noto sans KR', sans-serif;
        letter-spacing: -1px;

    }
    .mainImg .changeimg_seco .mo_main_text div > img {
        border: 1px solid #fff;
        left: 50%;
        height: 80%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .mainImg .changeimg_seco .mo_img_01 .mo_main_text h1 {
        background: url(../images/main_ta_logo_01.png) no-repeat center center;
        background-size: contain;

    }
    .mainImg .changeimg_seco .mo_img_02 .mo_main_text h1 {
        background: url(../images/main_ta_logo_02.png) no-repeat center center;
        background-size: contain;

    }
    .mainImg .changeimg_seco .mo_img_03 .mo_main_text h1 {
        background: url(../images/main_ta_logo_03.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_04 .mo_main_text h1 {
        background: url(../images/main_ta_logo_04.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_05 .mo_main_text h1 {
        background: url(../images/main_ta_logo_05.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_06 .mo_main_text h1 {
        background: url(../images/main_ta_logo_06.png) no-repeat center center;
        background-size: contain;
    }
    .mainImg .changeimg_seco .mo_img_07 .mo_main_text h1 {
        background: url(../images/main_ta_logo_07.png) no-repeat center center;
        background-size: contain;
    }

   

    
     /* .mainImg .changeimg_seco .mo_img_06 .mo_main_text h1 {
        background: url(../img/mo_oasis.png) no-repeat center center;
        background-size: contain;
    } 
    .mainImg .changeimg_seco .mo_img_07 .mo_main_text h1 {
        background: url(../img/mo_oasis.png) no-repeat center center;
        background-size: contain;
    } */
    
    .mainImg .changeimg_seco .mo_main_text p {
        font-size: 18px;
        font-weight: 300;
        font-family: 'Noto sans KR', sans-serif;
        margin-top: 0;
        letter-spacing: -1px;
        word-break: keep-all;
        width:90%;
        max-width:450px;
        display:inline-block;
        margin-bottom:14px;
    }
    

      .changeimg {
        position: absolute;
        width: inherit;
        top: 0;
        left: 0;
        display: none;
      }
      .index {
        display: none;
      }
      .toggle_menu_overlay {
    	transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    	display: none;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	background: rgba(0, 0, 0, 0.98);
    	z-index: 2000;

    }
      .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        text-align: center;
        position: absolute;
        z-index: 1000;
      }

      .toggle_menu_list {
    	display: none;
    	position: absolute;
    	top: calc(100% + 75px);
    	width: 100%;
    	text-align: center;
    	z-index: 50000;
        overflow: auto;
    }

    .toggle_menu_list a {
    	color: rgba(255,255,255,0.8);
    	text-decoration: none;
    	font-size: 16.2px;
    	display: inline-block;
    	margin: 8px 0;
    	transition: all 0.3s ease;
    }
    .toggle_menu_list > ul {
        padding: 0 10px;
        position: relative;
    }
    .toggle_menu_list > ul > li {
        width: 100%;
        margin: 0 auto;
    }
    .toggle_menu_list > ul > li dl > dt {
        font-size:16.2px; 
    }
    .toggle_menu_list a.depth1 {
        font-size: 22px;
    }
    

    /* section 01 */
    section {
        margin-top: 0;
        width: 100%;

    }
    
    
    .seco_fir {
        width: 100%;
        padding: 50px 20px 40px;
        height: auto;
        position: relative;
 
    }
    .pc_seco_con {
        display: none;
    }

    /* .seco_fir:after {
        content: '';
        position: absolute;
        background: url(../img/seco_con_me.png)no-repeat center center;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */
    .seco_fir .seco_fir_inner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;

    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
        font-weight: 900;
        color: #333333;

    }
    
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(1) {
        color: #3f95d2;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(2) {
        color: #86b727;
    }
    .seco_fir .seco_fir_inner .seco_fir_title h2 > span:nth-child(3) {
        color: #eb8c31;
    }
    .seco_fir .seco_fir_inner .seco_fir_text {
        margin-top: 10px;
    }
    .seco_fir .seco_fir_inner .seco_fir_text > span {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .seco_fir .seco_fir_inner .seco_fir_text > span:last-child {
        width: 100%;
    }
    .seco_fir .seco_fir_inner .seco_con {   
        margin-top: 80px;
        position: absolute;
        width: 100%;

    }
    
   
    .seco_fir .seco_fir_inner .mo_hidden_text {

        margin-top: 30px;
    }

    .seco_fir .seco_fir_inner .mo_hidden_text > img {

        width: 100%;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul {
        margin-top: 50px;
        text-align: left;

    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li {
        margin-top: 20px;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:first-child {
        margin-top: 0;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > h1,
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > h1 > span {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 22px;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:nth-child(1) > h1 > span {
        color: #62c3d6;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:nth-child(2) > h1 > span {
        color: #86b727;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li:nth-child(3) > h1 > span {
        color: #fe953d;
    }
    .seco_fir .seco_fir_inner .mo_hidden_text > ul > li > p {
        font-family: 'Noto sans KR', sans-serif;
        color: #666666;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 400;
    }

    
    /* section 02 */
    .seco_seco {
        width: 100%;
        /* height: auto; */
        height: 250px;
        margin-top: 30px;
        position: relative;

    }

    .seco_seco .seco_bg {
        position: relative;
        width: 100%;
        height: 100%;


    }
    .seco_seco .seco_bg:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/mo_seco_bg.png) no-repeat center center;
        background-size: cover;
    }
    .seco_seco .seco_bg .seco_seco_title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        transform: translate(-50%,-50%);
        text-align: center;

        padding: 0 20px;
    }
    .seco_seco .seco_bg .seco_seco_title h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        font-weight: 900;
        color: #fff;
    }
    .seco_seco .seco_bg .seco_seco_title h4 {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        margin-top:5px;
    }
    .seco_seco .seco_bg .seco_seco_box  {
        display: flex;
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
    .seco_seco .seco_bg .seco_seco_box a {
        background-color: rgba(255, 255, 255,0.1);
        padding: 10px;
        cursor: pointer;
        width: 100%;
        max-width: 400px;
   
    }
    .seco_seco .seco_bg .seco_seco_box a,
    .seco_seco .seco_bg .seco_seco_box .seco_dw {
        margin: 10px auto 0;
        padding: 10px;
    }
    .seco_seco .seco_bg .seco_seco_box a>span:not(.xi-download) {
        font-family: 'Noto sans KR', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;

    }


    .seco_seco .seco_bg .seco_seco_box a>span:nth-child(2) {
        transform: translateY(5px);
    }
    

    
    
    /* footer */
    footer {
        padding: 20px 0 20px 20px ;
        background-color: #e8e8e8;
    }
    
    .Footer_wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .Footer_wrap .footer_menu {
        width: 100%;
        height: 60px;
        position: relative;
 
    }
    
    .Footer_wrap .footer_menu>ul {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
    
    }
    
    .Footer_wrap .footer_menu>ul>li {
       font-size: 14px;
       flex: 1;
       color: #444;
       margin-left: 10px;
    }
  
  
    .Footer_wrap .footer_menu>ul>li:last-child {
        flex: 1.5;
    }
  


    .Footer_wrap .Footer_inner {
        margin-top: 0;
    }
    .Footer_wrap .Footer_inner ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .Footer_wrap .Footer_inner ul li {
        color: #555;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_left p {
        font-size: 14px;
    }
    .Footer_wrap .Footer_inner ul li .Footer_c_name {
        font-size: 19px;
        color: #333;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_left p.Footer_c_copyright {
        margin-top: 10px;
        font-size: 10px;
        color: #888;
        font-weight: 300;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right {
        margin-top: 20px;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_call {
        color: #000;
        font-weight: bolder;
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_info {
        color: #888;
        font-size: 14px;
    
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap {
        display: none;
        margin-top: 30px;
        background-color: #4eb8cd;
        padding: 9px 20px;
        border-radius: 5px;
        color: #fff;
        font-family: 'Noto sans KR', sans-serif;
        font-size: 14px;
        cursor: pointer;
    }
    .Footer_wrap .Footer_inner ul li.Footer_info_right .Footer_cs_btn_wrap .xiC {
        font-size: 18px;
        margin-left: 5px;
        transform: translateY(2px);
    }
    


    .seco_seco .seco_bg .seco_seco_box .xi-download {
        /* border: 1px solid #000; */
        transform: translateY(1px) !important;

    }
    .seco_seco .seco_bg .seco_seco_box a:hover {
        background-color: #fff;
    }
    .seco_seco .seco_bg .seco_seco_box a:hover span {
        color: #444;
        font-weight: 500;
    }
    .seco_seco .seco_bg .seco_seco_box a:nth-child(1) span:nth-child(2) {
        transform: translateY(5px);
    
    }
  




    

}


@media (max-width:359.33px) { 

 .mu_comming {
        font-size: 14px;
        margin: 0 auto;
    }

}



