@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1500 ~ ÃÖ´ë */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    /* margin-top: -100px; */
    position: relative;
    z-index: 1;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
  }

  #main_contents .sec01 .top {
    box-sizing: border-box;
    font-size: 0px;
    padding: 40px 0 40px;
    padding-right: 500px;
  }

  #main_contents .sec01 .top p {
    font-size: 24px;
    display: inline-block;
    padding-right: 70px;
    box-sizing: border-box;
    vertical-align: middle;
    word-break: keep-all;
  }

  #main_contents .sec01 .top p:nth-child(1) {
    width: calc(((100% - 200px)/10)*4);
  }

  #main_contents .sec01 .top p:nth-child(2) {
    width: calc(((100% - 200px)/10)*6);
  }

  #main_contents .sec01 .top p:nth-child(1) a {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px;
  }

  #main_contents .sec01 .top p:nth-child(2) span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px;
  }

  #main_contents .sec01 .top>a {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    padding: 30px 0px;
    text-align: center;
    width: 200px;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  #main_contents .sec01 .top>a span {
    position: relative;
    z-index: 1;
  }

  #main_contents .sec01 .top>a:hover {
    transform: scale(1.1);
  }

  #main_contents .sec01 .top>a .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    transition: all 0.6s;
  }

  #main_contents .sec01 .top>a:hover .bg {
    width: 200%;
    height: 200%;
  }

  #main_contents .sec01 .top .img {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  #main_contents .sec01 .bottom {
    font-size: 0px;
    padding: 50px 0;
    padding-right: 410px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
  }

  #main_contents .sec01 .bottom>div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #main_contents .sec01 .bottom>div>p {
    width: 35%;
    display: inline-block;
    font-size: 22px;
    vertical-align: top;
    font-weight: 500;
    padding-right: 10px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  #main_contents .sec01 .bottom>div>ul {
    width: 65%;
    display: inline-block;
    vertical-align: top;
  }

  #main_contents .sec01 .bottom>div>ul>li {
    margin-bottom: 15px;
    font-size: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li:last-child {
    margin-bottom: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li span {
    font-size: 18px;
    display: inline-block;
    letter-spacing: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li span:nth-child(1) {
    width: 40%;
    vertical-align: top;
  }

  #main_contents .sec01 .bottom>div>ul>li span:nth-child(2) {
    width: 60%;
    vertical-align: top;
  }


  #main_contents .sec01 .bottom .tit {
   font-size:22px;
   margin-top:30px;
   margin-right:100px;
   display:inline-block;
   vertical-align:middle;
  }



  #main_contents .sec01 .bottom .link  {
   margin-top:30px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
  }

  #main_contents .sec01 .bottom .link   img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
   vertical-align:middle;
  }

 #main_contents .sec01 .bottom .link:hover {
    color: #00b0c7;
  }

  #main_contents .sec01 .bottom .link:hover img {
    left: 10px;
  }



  /* ¸ÞÀÎ Å¸ÀÌÆ² °øÅë */
  #main_contents .main_txt {
    text-align: center;
    margin-bottom: 85px;
    position: relative;
  }

  #main_contents .main_txt>p:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
  }

  #main_contents .main_txt>p:nth-child(1) span:nth-child(1) {
    color: #00b0c9;
  }

  #main_contents .main_txt>p:nth-child(1) span:nth-child(2) {
    color: #aacd06;
  }

  #main_contents .main_txt>p:nth-child(2) {
    font-weight: 500;
    font-size: 34px;
  }

  #main_contents .sec02 {
    padding: 120px 0;
  }

  #main_contents .sec02 .innner_box {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }


  #main_contents .sec02 .main_txt{
    opacity: 0;
    position: relative;
  }




  #main_contents .sec02 .swiper-container2_wrap {
    position: relative;
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2_navi>div {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 10px -10px #5a5a5a;
    border: 1px solid #eaeaea;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover {
    box-shadow: 0px 0px 20px -10px #5a5a5a;
  }

  #main_contents .sec02 .swiper-container2_navi .prev {
    background: url(/img/arrow_05.png) no-repeat center;
    left: 0px;
  }

  #main_contents .sec02 .swiper-container2_navi .next {
    background: url(/img/arrow_05_r.png) no-repeat center;
    right: 0px;
  }

  #main_contents .sec02 .swiper-container2 {
    width: calc(100% - 160px);
    margin: 0 auto;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide {
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .img_box {
    height: 250px;
    position: relative;
    overflow: hidden;
    z-index: 2
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .img_box .bg {
    position: relative;
    background: #eee;
    height: 250px;
    background-size: cover;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .cn00 .img_box .bg {
    background: url(/img/sec02_img00.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn01 .img_box .bg {
    background: url(/img/sec02_img01.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn02 .img_box .bg {
    background: url(/img/sec02_img02.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn03 .img_box .bg {
    background: url(/img/sec02_img03.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn04 .img_box .bg {
    background: url(/img/sec02_img04.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn05 .img_box .bg {
    background: url(/img/sec02_img05.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn06 .img_box .bg {
    background: url(/img/sec02_img06.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn07 .img_box .bg {
    background: url(/img/sec02_img07.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover .bg {
    transform: scale(1.1);
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding: 30px 20px;
    box-shadow: 0px 0px 20px -10px #6c6c6c;
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link {
    position: relative;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    color: #fff;
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -25px;
    z-index: 2;
    text-align: center;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link .bg {
    position: absolute;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s;
    top: 0px;
    left: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link:hover .bg {
    width: 200%;
    height: 200%;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link img {
    position: relative;
    z-index: 2;
    width: 20px;
    left: 0px;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link:hover img {
    left: -10px;
  }







  #main_contents .sec03 {
    font-size: 0;
    background: #f5f5f5;
    overflow: hidden;
  }

  #main_contents .sec03 .innner_box {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }

  #main_contents .sec03 .text_box {
    padding: 120px 100px 120px 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    min-height: 600px;
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .bg_box {
    background: #eee;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    opacity: 0;
  }

  #main_contents .sec03 .bg_box .bg {
    background: #eee;
    width: 100%;
    height: 100%;
    background: url(/img/sec03_bg.jpg) no-repeat right center;
    background-size: cover;
  }

  #main_contents .sec03 .main_txt {
    text-align: left;
    margin-bottom: 50px;
  }

  #main_contents .sec03 .p01 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  #main_contents .sec03 .p01 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    margin-bottom: 80px;
  }

  #main_contents .sec03 ul {
    font-size: 0px;
  }

  #main_contents .sec03 ul li {
    display: inline-block;
    width: calc((100% - 88px)/5);
    vertical-align: top;
    text-align: center;
    margin-right: 22px;
  }

  #main_contents .sec03 ul li:last-child {
    margin-right: 0px;
  }

  #main_contents .sec03 ul li a {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 30px -20px #000;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0)) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.6s, background-position 0s;
  }

  #main_contents .sec03 ul li a:hover {
    transform: scale(1.1);
    --p: 100%;
  }

  #main_contents .sec03 ul li a img {
    vertical-align: middle;
    transition: 0.6s,
  }

  #main_contents .sec03 ul li a:hover img {
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }

  #main_contents .sec03 ul li p {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
  }





  #main_contents .sec04 {
    padding: 120px 0;
  }

  #main_contents .sec04 .innner_box {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }

  #main_contents .sec04 .innner_box .main_txt{
    position: relative;
    opacity: 0;
  }

  #main_contents .sec04 .link {
    text-align: right;
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 70px;
    z-index: 1;
    font-weight: 500;
  }

  #main_contents .sec04 .link a {
    border-bottom: 2px solid #000;
  }

  #main_contents .sec04 .link a:hover {
    border-bottom: 0px solid #000;
  }

  #main_contents .sec04 .preview_box {
    opacity: 0;
    position: relative;
  }
  #main_contents .sec04 .preview3 {
    display: inline-block;
    width: calc((100% - 135px)/4);
    margin-right: 45px;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 30px -20px #555;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
  }

  #main_contents .sec04 .preview3:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px #555;
  }

  #main_contents .sec04 .preview3>a {
    display: block;
  }

  #main_contents .sec04 .preview3:nth-child(4) {
    margin-right: 0px;
  }

  #main_contents .sec04 .preview3 .img {
    height: 240px;
    background-size: cover !important;
  }

  #main_contents .sec04 .preview3 .txt_box {
    box-sizing: border-box;
    padding: 30px;
  }

  #main_contents .sec04 .preview3 .txt_box .title {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s;
  }

  #main_contents .sec04 .preview3:hover .txt_box .title {
    color: #00b0c9;
  }

  #main_contents .sec04 .preview3 .txt_box .txt p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    word-break: keep-all;
	text-align:left!important;
  }

  #main_contents .sec04 .preview3 .txt_box .txt .dot {
    font-size: 20px;
    line-height: 20px;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #ececec;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
    color: #00b0c9;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom span:nth-child(2) {
    font-size: 16px;
    color: #727272;
  }








  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01{
    animation: sec01_move 1s forwards;
  }
  #main_contents .sec02 .sec02_move .main_txt{
    animation: sec02_move1 1s forwards;
    animation-delay: 0.3s;
  }
  #main_contents .sec02 .sec02_move .swiper-container2_wrap{
    animation: sec02_move2 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec03 .sec03_move .text_box{
    animation: sec03_move1 1s forwards;
    animation-delay: 0.3s;
  }
  #main_contents .sec03 .sec03_move .bg_box{
    animation: sec03_move2 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec04 .sec04_move .main_txt{
    animation: sec04_move1 1s forwards;
    animation-delay: 0.3s;
  }
  #main_contents .sec04 .sec04_move .preview_box{
    animation: sec04_move2 1s forwards;
    animation-delay: 0.6s;
  }






}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 1200 ~ 1499  */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    /* margin-top: -100px; */
    position: relative;
    z-index: 1;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
  }

  #main_contents .sec01 .top {
    box-sizing: border-box;
    font-size: 0px;
    padding: 40px 0 40px;
    padding-right: 300px;
    position: relative;
  }

  #main_contents .sec01 .top p {
    font-size: 18px;
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
    word-break: keep-all;
    margin-bottom: 20px;
  }

  #main_contents .sec01 .top p:nth-child(1) a {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
  }

  #main_contents .sec01 .top p:nth-child(2) span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
  }

  #main_contents .sec01 .top>a {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 800;
    display: block;
    padding: 20px 0px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  #main_contents .sec01 .top>a span {
    position: relative;
    z-index: 1;
  }

  #main_contents .sec01 .top>a .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    transition: all 0.6s;
  }

  #main_contents .sec01 .top>a:hover .bg {
    width: 200%;
    height: 200%;
  }

  #main_contents .sec01 .top .img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 260px;
  }

  #main_contents .sec01 .bottom {
    font-size: 0px;
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
  }

  #main_contents .sec01 .bottom>div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #main_contents .sec01 .bottom>div>p {
    width: 35%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    font-weight: 500;
    padding-right: 20px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  #main_contents .sec01 .bottom>div>ul {
    width: 65%;
    display: inline-block;
    vertical-align: top;
  }

  #main_contents .sec01 .bottom>div>ul>li {
    margin-bottom: 10px;
    font-size: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li:last-child {
    margin-bottom: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li span {
    font-size: 14px;
    display: inline-block;
  }

  #main_contents .sec01 .bottom>div>ul>li span:nth-child(1) {
    width: 30%;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
  }

  #main_contents .sec01 .bottom>div>ul>li span:nth-child(2) {
    width: 70%;
    vertical-align: top;
  }


  #main_contents .sec01 .bottom .tit {
   font-size:16px;
   margin-top:15px;
    display: inline-block;
    vertical-align: middle;
	margin-right:50px;
  }


  

   #main_contents .sec01 .bottom .link {
   margin-top:15px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
  }

   #main_contents .sec01 .bottom .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 15px;
    vertical-align: middle;
  }

   #main_contents .sec01 .bottom .link:hover {
    color: #00b0c7;
  }

   #main_contents .sec01 .bottom .link:hover img {
    left: 5px;
  }



  /* ¸ÞÀÎ Å¸ÀÌÆ² °øÅë */
  #main_contents .main_txt {
    text-align: center;
    margin-bottom: 60px;
  }

  #main_contents .main_txt>p:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
  }

  #main_contents .main_txt>p:nth-child(1) span:nth-child(1) {
    color: #00b0c9;
  }

  #main_contents .main_txt>p:nth-child(1) span:nth-child(2) {
    color: #aacd06;
  }

  #main_contents .main_txt>p:nth-child(2) {
    font-weight: 500;
    font-size: 28px;
  }

  #main_contents .sec02 {
    padding: 80px 0;
  }

  #main_contents .sec02 .innner_box {
    max-width: 95%;
    margin: 0 auto;
  }

  #main_contents .sec02 .main_txt{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .swiper-container2_wrap {
    position: relative;
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2_navi>div {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 10px -10px #5a5a5a;
    border: 1px solid #eaeaea;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover {
    box-shadow: 0px 0px 20px -10px #5a5a5a;
  }

  #main_contents .sec02 .swiper-container2_navi .prev {
    background: url(/img/arrow_05.png) no-repeat center;
    left: 0px;
  }

  #main_contents .sec02 .swiper-container2_navi .next {
    background: url(/img/arrow_05_r.png) no-repeat center;
    right: 0px;
  }

  #main_contents .sec02 .swiper-container2 {
    width: calc(100% - 120px);
    margin: 0 auto;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide {
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .img_box {
    height: 200px;
    position: relative;
    overflow: hidden;
    z-index: 2
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .img_box .bg {
    position: relative;
    background: #eee;
    height: 100%;
    background-size: cover !important;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .cn00 .img_box .bg {
    background: url(/img/sec02_img00.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn01 .img_box .bg {
    background: url(/img/sec02_img01.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn02 .img_box .bg {
    background: url(/img/sec02_img02.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn03 .img_box .bg {
    background: url(/img/sec02_img03.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn04 .img_box .bg {
    background: url(/img/sec02_img04.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn05 .img_box .bg {
    background: url(/img/sec02_img05.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn06 .img_box .bg {
    background: url(/img/sec02_img06.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn07 .img_box .bg {
    background: url(/img/sec02_img07.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover .bg {
    transform: scale(1.1);
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    padding: 20px 15px 25px 15px;
    box-shadow: 0px 0px 20px -10px #6c6c6c;
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link {
    position: relative;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -23px;
    z-index: 2;
    text-align: center;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link .bg {
    position: absolute;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s;
    top: 0px;
    left: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link:hover .bg {
    width: 200%;
    height: 200%;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link img {
    position: relative;
    z-index: 2;
    width: 20px;
    left: 0px;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link:hover img {
    left: -5px;
  }

  #main_contents .sec03 {
    font-size: 0;
    background: #f5f5f5;
    overflow: hidden;
  }

  #main_contents .sec03 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
  }

  #main_contents .sec03 .text_box {
    padding: 80px 50px 80px 0px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
      opacity: 0;
      position: relative;
  }

  #main_contents .sec03 .bg_box {
    background: #eee;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
      opacity: 0;
  }

  #main_contents .sec03 .bg_box .bg {
    background: #eee;
    width: 100%;
    height: 100%;
    background: url(/img/sec03_bg.jpg) no-repeat right center;
    background-size: cover;
  }

  #main_contents .sec03 .main_txt {
    text-align: left;
    margin-bottom: 40px;
  }

  #main_contents .sec03 .p01 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  #main_contents .sec03 .p01 {
    font-size: 12px;
    line-height: 18px;
    word-break: keep-all;
    margin-bottom: 50px;
  }

  #main_contents .sec03 ul {
    font-size: 0px;
  }

  #main_contents .sec03 ul li {
    display: inline-block;
    width: calc((100% - 88px)/5);
    vertical-align: top;
    text-align: center;
    margin-right: 22px;
  }

  #main_contents .sec03 ul li:last-child {
    margin-right: 0px;
  }

  #main_contents .sec03 ul li a {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 30px -20px #000;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0)) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.6s, background-position 0s;
  }

  #main_contents .sec03 ul li a:hover {
    transform: scale(1.1);
    --p: 100%;
  }

  #main_contents .sec03 ul li a img {
    vertical-align: middle;
    transition: 0.6s;
    height: 35px;
  }

  #main_contents .sec03 ul li a:hover img {
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }

  #main_contents .sec03 ul li p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 500;
  }

  #main_contents .sec04 {
    padding: 80px 0;
  }

  #main_contents .sec04 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }

  #main_contents .sec04 .link {
    text-align: right;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 70px;
    z-index: 1;
    font-weight: 500;
  }

  #main_contents .sec04 .link a {
    border-bottom: 2px solid #000;
  }

  #main_contents .sec04 .link a:hover {
    border-bottom: 0px solid #000;
  }

  #main_contents .sec04 .innner_box .main_txt{
    position: relative;
    opacity: 0;
  }

  #main_contents .preview_box{
    position: relative;
    opacity: 0;
  }
  #main_contents .sec04 .preview3 {
    display: inline-block;
    width: calc((100% - 45px)/4);
    margin-right: 15px;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 30px -20px #555;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
  }

  #main_contents .sec04 .preview3:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px #555;
  }

  #main_contents .sec04 .preview3>a {
    display: block;
  }

  #main_contents .sec04 .preview3:nth-child(4) {
    margin-right: 0px;
  }

  #main_contents .sec04 .preview3 .img {
    height: 160px;
    background-size: cover !important;
  }

  #main_contents .sec04 .preview3 .txt_box {
    box-sizing: border-box;
    padding: 20px;
  }

  #main_contents .sec04 .preview3 .txt_box .title {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #main_contents .sec04 .preview3:hover .txt_box .title {
    color: #00b0c9;
  }

  #main_contents .sec04 .preview3 .txt_box .txt p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
	text-align:left!important;
  }

  #main_contents .sec04 .preview3 .txt_box .txt .dot {
    font-size: 20px;
    line-height: 20px;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ececec;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #00b0c9;
    display: block;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom span:nth-child(2) {
    font-size: 12px;
    color: #727272;
    display: block;
    text-align: right;
  }






    /* ¾Ö´Ï¸ÞÀÌ¼Ç */
    #main_contents .sec01{
      animation: sec01_move 1s forwards;
    }
    #main_contents .sec02 .sec02_move .main_txt{
      animation: sec02_move1 1s forwards;
      animation-delay: 0.3s;
    }
    #main_contents .sec02 .sec02_move .swiper-container2_wrap{
      animation: sec02_move2 1s forwards;
      animation-delay: 0.6s;
    }

    #main_contents .sec03 .sec03_move .text_box{
      animation: sec03_move1 1s forwards;
      animation-delay: 0.3s;
    }
    #main_contents .sec03 .sec03_move .bg_box{
      animation: sec03_move2 1s forwards;
      animation-delay: 0.6s;
    }

    #main_contents .sec04 .sec04_move .main_txt{
      animation: sec04_move1 1s forwards;
      animation-delay: 0.3s;
    }
    #main_contents .sec04 .sec04_move .preview_box{
      animation: sec04_move2 1s forwards;
      animation-delay: 0.6s;
    }






}

@media (max-width:767px) {
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    /* margin-top: -100px; */
    position: relative;
    z-index: 1;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
  }

  #main_contents .sec01 .top {
    box-sizing: border-box;
    font-size: 0px;
    padding: 40px 0 30px;
    padding-right: 180px;
    position: relative;
  }

  #main_contents .sec01 .top p {
    font-size: 14px;
    padding-right: 15px;
    box-sizing: border-box;
    vertical-align: top;
    word-break: keep-all;
    margin-bottom: 15px;
  }

  #main_contents .sec01 .top p:nth-child(1) a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
  }

  #main_contents .sec01 .top p:nth-child(2) span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
  }

  #main_contents .sec01 .top>a {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 800;
    display: block;
    padding: 10px 0px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 90%;
  }

  #main_contents .sec01 .top>a span {
    position: relative;
    z-index: 1;
  }

  #main_contents .sec01 .top>a .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    transition: all 0.3s;
  }

  #main_contents .sec01 .top>a:hover .bg {
    width: 200%;
    height: 200%;
  }

  #main_contents .sec01 .top .img {
    position: absolute;
    right: -2.5%;
    bottom: 0px;
    width: 200px;
  }

  #main_contents .sec01 .bottom {
    font-size: 0px;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;

  }

  #main_contents .sec01 .bottom>div {
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  #main_contents .sec01 .bottom>div>p {
    margin-bottom: 10px;
    font-size: 16px;
    vertical-align: top;
    font-weight: 500;
    padding-right: 20px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  #main_contents .sec01 .bottom>div>ul {
    background: #efefef;
    padding: 10px;
  }

  #main_contents .sec01 .bottom>div>ul>li {
    margin-bottom: 10px;
    font-size: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li:last-child {
    margin-bottom: 0px;
  }

  #main_contents .sec01 .bottom>div>ul>li span {
    font-size: 14px;
    display: inline-block;
  }

  #main_contents .sec01 .bottom>div>ul>li span:nth-child(1) {
    width: 30%;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
  }

  #main_contents .sec01 .bottom>div>ul>li span:nth-child(2) {
    width: 70%;
    vertical-align: top;
  }

   #main_contents .sec01 .bottom .tit {
   font-size:16px;
   margin-top:15px;
  }


  
   #main_contents .sec01 .bottom .link {
   margin-top:15px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #333;
    transition: all 0.1s;
    float: right;
  }

   #main_contents .sec01 .bottom .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    height: 15px;
    vertical-align: middle;
  }

   #main_contents .sec01 .bottom .link:hover {
    color: #00b0c7;
  }

   #main_contents .sec01 .bottom .link:hover img {
    left: 5px;
  }

  /* ¸ÞÀÎ Å¸ÀÌÆ² °øÅë */
  #main_contents .main_txt {
    text-align: center;
    margin-bottom: 40px;
  }

  #main_contents .main_txt>p:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #main_contents .main_txt>p:nth-child(1) span:nth-child(1) {
    color: #00b0c9;
  }

  #main_contents .main_txt>p:nth-child(1) span:nth-child(2) {
    color: #aacd06;
  }

  #main_contents .main_txt>p:nth-child(2) {
    font-weight: 500;
    font-size: 24px;
  }

  #main_contents .sec02 {
    padding: 40px 0;
  }

  #main_contents .sec02 .innner_box {
    max-width: 95%;
    margin: 0 auto;
  }

  #main_contents .sec02 .main_txt{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .swiper-container2_wrap {
    position: relative;
      opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2_navi>div {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 10px -10px #5a5a5a;
    border: 1px solid #eaeaea;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover {
    box-shadow: 0px 0px 20px -10px #5a5a5a;
  }

  #main_contents .sec02 .swiper-container2_navi .prev {
    background: url(/img/arrow_05.png) no-repeat center;
    left: 0px;
  }

  #main_contents .sec02 .swiper-container2_navi .next {
    background: url(/img/arrow_05_r.png) no-repeat center;
    right: 0px;
  }

  #main_contents .sec02 .swiper-container2 {
    width: calc(100% - 120px);
    margin: 0 auto;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide {
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .img_box {
    height: 150px;
    position: relative;
    overflow: hidden;
    z-index: 2
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .img_box .bg {
    position: relative;
    background: #eee;
    height: 100%;
    background-size: cover !important;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .cn00 .img_box .bg {
    background: url(/img/sec02_img00.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn01 .img_box .bg {
    background: url(/img/sec02_img01.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn02 .img_box .bg {
    background: url(/img/sec02_img02.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn03 .img_box .bg {
    background: url(/img/sec02_img03.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn04 .img_box .bg {
    background: url(/img/sec02_img04.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn05 .img_box .bg {
    background: url(/img/sec02_img05.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn06 .img_box .bg {
    background: url(/img/sec02_img06.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .cn07 .img_box .bg {
    background: url(/img/sec02_img07.jpg) no-repeat center;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover .bg {
    transform: scale(1.1);
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    padding: 20px 15px 25px 15px;
    box-shadow: 0px 0px 20px -10px #6c6c6c;
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link {
    position: relative;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -23px;
    z-index: 2;
    text-align: center;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link .bg {
    position: absolute;
    background-image: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0));
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s;
    top: 0px;
    left: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link:hover .bg {
    width: 200%;
    height: 200%;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link img {
    position: relative;
    z-index: 2;
    width: 20px;
    left: 0px;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .link:hover img {
    left: -5px;
  }

  #main_contents .sec03 {
    font-size: 0;
    background: #f5f5f5;
    overflow: hidden;
  }

  #main_contents .sec03 .innner_box {
    position: relative;
  }

  #main_contents .sec03 .text_box {
    padding: 40px 20px 30px 20px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);

      position: relative;
      opacity: 0;
  }

  #main_contents .sec03 .bg_box {
    background: #eee;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    left: 0px;
    z-index: 0;
    bottom: 0;
    opacity: 0;
  }

  #main_contents .sec03 .bg_box .bg {
    background: #eee;
    width: 100%;
    height: 100%;
    background: url(/img/sec03_bg.jpg) no-repeat right center;
    background-size: cover;
  }

  #main_contents .sec03 .main_txt {
    text-align: left;
    margin-bottom: 30px;
  }

  #main_contents .sec03 .p01 {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }

  #main_contents .sec03 .p01 {
    font-size: 12px;
    line-height: 18px;
    word-break: keep-all;
    margin-bottom: 20px;
  }

  #main_contents .sec03 ul {
    font-size: 0px;
  }

  #main_contents .sec03 ul li {
    display: inline-block;
    width: calc((100% - 80px)/3);
    vertical-align: top;
    text-align: center;
    margin: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
  }

  #main_contents .sec03 ul li:nth-child(3n) {
    margin-right: 0px;
  }

  #main_contents .sec03 ul li a {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 20px -10px #000;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(170, 205, 6, 1.0), rgba(0, 176, 201, 1.0)) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.3s, background-position 0s;
  }

  #main_contents .sec03 ul li a:hover {
    transform: scale(1.1);
    --p: 100%;
  }

  #main_contents .sec03 ul li a img {
    vertical-align: middle;
    transition: 0.6s;
    height: 40px;
  }

  #main_contents .sec03 ul li a:hover img {
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }

  #main_contents .sec03 ul li p {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
  }

  #main_contents .sec04 {
    padding: 40px 0;
  }

  #main_contents .sec04 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }

  #main_contents .sec04 .link {
    text-align: right;
    font-size: 16px;
    z-index: 1;
    font-weight: 500;
    margin-bottom: 15px;
  }

  #main_contents .sec04 .link a {
    border-bottom: 2px solid #000;
  }

  #main_contents .sec04 .link a:hover {
    border-bottom: 0px solid #000;
  }

  #main_contents .sec04 .main_txt {
  position: relative;
  opacity: 0;
}
#main_contents .sec04 .preview_box {
  position: relative;
  opacity: 0;
}
  #main_contents .sec04 .preview3 {
    display: inline-block;
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 30px -20px #555;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
  }

  #main_contents .sec04 .preview3:nth-child(2n) {
    margin-right: 0px;
  }

  #main_contents .sec04 .preview3:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 30px -15px #555;
  }

  #main_contents .sec04 .preview3>a {
    display: block;
  }

  #main_contents .sec04 .preview3:nth-child(4) {
    margin-right: 0px;
  }

  #main_contents .sec04 .preview3 .img {
    height: 120px;
    background-size: cover !important;
  }

  #main_contents .sec04 .preview3 .txt_box {
    box-sizing: border-box;
    padding: 15px;
  }

  #main_contents .sec04 .preview3 .txt_box .title {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #main_contents .sec04 .preview3:hover .txt_box .title {
    color: #00b0c9;
  }

  #main_contents .sec04 .preview3 .txt_box .txt p {
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    word-break: keep-all;
	text-align:left!important;
  }

  #main_contents .sec04 .preview3 .txt_box .txt .dot {
    font-size: 20px;
    line-height: 20px;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #ececec;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #00b0c9;
    display: block;
  }

  #main_contents .sec04 .preview3 .txt_box .bottom span:nth-child(2) {
    font-size: 12px;
    color: #727272;
    display: block;
    text-align: right;
  }





      /* ¾Ö´Ï¸ÞÀÌ¼Ç */
      #main_contents .sec01{
        animation: sec01_move 1s forwards;
      }
      #main_contents .sec02 .sec02_move .main_txt{
        animation: sec02_move1 1s forwards;
        animation-delay: 0.3s;
      }
      #main_contents .sec02 .sec02_move .swiper-container2_wrap{
        animation: sec02_move2 1s forwards;
        animation-delay: 0.6s;
      }

      #main_contents .sec03 .sec03_move .text_box{
        animation: sec03_move1 1s forwards;
        animation-delay: 0.3s;
      }
      #main_contents .sec03 .sec03_move .bg_box{
        animation: sec03_move2 1s forwards;
        animation-delay: 0.6s;
      }

      #main_contents .sec04 .sec04_move .main_txt{
        animation: sec04_move1 1s forwards;
        animation-delay: 0.3s;
      }
      #main_contents .sec04 .sec04_move .preview_box{
        animation: sec04_move2 1s forwards;
        animation-delay: 0.6s;
      }





}
