@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 {
    position: relative;
    z-index: 1;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    position: relative;
  }

  #main_contents .sec01 .innner_box{
    position: relative;
  }

  #main_contents .sec01 .head{
    position: relative;
    text-align: center;
    padding: 150px 0 100px 0;
  }


  #main_contents .sec01 .head p:nth-child(1){
    position: relative;
    font-size: 60px;
    line-height: 82px;
    margin-bottom: 50px;
    z-index: 2;
  }
  #main_contents .sec01 .head p:nth-child(1) span{
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }

  #main_contents .sec01 .head p:nth-child(2){
    position: relative;
    font-size: 20px;
    line-height: 34px;
    z-index: 2;
  }


  #main_contents .sec01 ul{
    font-size: 0px;
    width: 1400px;
    margin:0px auto 0;
    position: relative;
    z-index: 1;
  }
  #main_contents .sec01 ul > li{
    display: inline-block;
    width: 450px;
    vertical-align: top;
    margin-right: calc((100% - 1350px)/3);
    box-shadow: 0px 0px 22px -13px #555;
  }
  #main_contents .sec01 ul > li:nth-child(3){
    margin-right: 0px;
  }
  #main_contents .sec01 ul > li .img_box{
    height: 300px;
    width:100%;
    position: relative;
    overflow: hidden;
  }
  #main_contents .sec01 ul > li .img_box span{
    height: 300px;
    width:100%;
    display: block;
    transition: all 0.3s;
  }
  #main_contents .sec01 ul > li:nth-child(1) .img_box span{
    background: url(/img/sec01_bg01.jpg) no-repeat center;
  }
  #main_contents .sec01 ul > li:nth-child(2) .img_box span{
    background: url(/img/sec01_bg02.jpg) no-repeat center;
  }
  #main_contents .sec01 ul > li:nth-child(3) .img_box span{
    background: url(/img/sec01_bg03.jpg) no-repeat center;
  }

  #main_contents .sec01 ul > li:hover .img_box span{
    transform: scale(1.1);
    transition: all 0.3s;
  }

  #main_contents .sec01 ul > li .txt{
    padding: 40px 60px;
    text-align: center;
  }
  #main_contents .sec01 ul > li .txt p:nth-child(1){
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  #main_contents .sec01 ul > li .txt p:nth-child(2){
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
    word-break: keep-all;
  }

  #main_contents .sec01 ul > li .txt a{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ed6f16;
    position: relative;
  }
  #main_contents .sec01 ul > li .txt a img{

    position: absolute;
    right:-50px;
    transition: all 0.3s;
  }
  #main_contents .sec01 ul > li .txt a:hover img{
    filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
    right:-55px;
  }






  /* ¼½¼Ç2 */
  #main_contents .sec02 {
    position: relative;
    padding: 200px 0 100px 0;
  }

  #main_contents .sec02 .innner_box{
    position: relative;
  }

  #main_contents .sec02 .head{
    position: relative;
    text-align: center;
    padding: 0px 0 100px 0;
  }


  #main_contents .sec02 .head p:nth-child(1){
    position: relative;
    font-size: 60px;
    line-height: 82px;
    z-index: 2;
  }
  #main_contents .sec02 .head p:nth-child(1) span{
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }

  #main_contents .sec02 .middle{
    width: 1400px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
  }

  #main_contents .sec02 .middle > img{
    position: relative;
    left:-100px;
    display: inline-block;
    vertical-align: top;
  }

  #main_contents .sec02 .middle .cont{
    position: relative;
    display: inline-block;
    width: calc(100% - 600px);
    vertical-align: bottom;
  }
  #main_contents .sec02 .middle .cont ul{

  }
  #main_contents .sec02 .middle .cont ul > li{
    border-bottom:1px solid #ccc;
    padding:20px 25px;
    margin-bottom: 20px;
    font-size: 0px;
  }
  #main_contents .sec02 .middle .cont h2{
    font-weight:500;
    font-size:34px;
    line-height: 34px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  #main_contents .sec02 .middle .cont h2 span{
    font-weight:500;
    font-size:20px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
  }

  #main_contents .sec02 .middle .cont .txt{
    width: 60%;
    display: inline-block;
    vertical-align: top;
  }

  #main_contents .sec02 .middle .cont .link1{
    font-size:46px;
    line-height: 46px;
    color: #ed6f16;
  }
  #main_contents .sec02 .middle .cont .p1{
    font-size:18px;
    line-height: 18px;
    margin-top: 10px;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) h2{
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  #main_contents .sec02 .middle .cont ul > li:nth-child(3) .txt{
    display: block;
    width: 100%;
    position: relative;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) a{
    position: absolute;
    font-size: 22px;
    right:20px;
    top:-80px;
    font-weight: 500;
    color: #ed6f16;
  }

  #main_contents .sec02 .middle .cont ul > li:nth-child(3) a img{

    position: absolute;
    right:-50px;
    transition: all 0.3s;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) a:hover img{
    filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
    right:-55px;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) table{
    width: 100%;
    margin-bottom: 30px;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td{
    font-size: 22px;
    padding:15px 20px;
    background: #efefef;
    border: 3px solid #fff;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(1){
    width: 30%;
    text-align: center;
  }
  #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(2){
    width: 70%;
    text-align: left;
  }

  #main_contents .sec02 .middle .cont ul > li:nth-child(3) .txt span{
    font-size: 24px;
    color: #ed6f16;
  }

  #main_contents .sec02 .bottom{
    width: 1400px;
    margin: 60px auto 0;
  }
  #main_contents .sec02 .bottom h2{
    font-weight:500;
    font-size:34px;
    line-height: 34px;
    vertical-align: top;
    margin-bottom: 20px;
  }
  #main_contents .sec02 .bottom h2 span{
    font-weight:500;
    font-size:20px;
    line-height: 20px;
    margin-left: 30px;
    font-weight: 300;
  }

  #main_contents .sec02 .bottom .txt{
    position: relative;
  }

  #main_contents .sec02 .bottom .txt > a{
    position: absolute;
    font-size: 22px;
    right:52px;
    top:-50px;
    font-weight: 500;
    color: #ed6f16;
  }

  #main_contents .sec02 .bottom .txt > a img{
    position: absolute;
    right:-50px;
    transition: all 0.3s;
  }
  #main_contents .sec02 .bottom .txt > a:hover img{
    filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
    right:-55px;
  }


  #main_contents .sec02 .bottom .txt .address{
    height: 500px;
  }










  /* ¾Ö´Ï¸ÞÀÌ¼Ç */


  #main_contents .sec01 .head p:nth-child(1){
    opacity: 0;
  }
  #main_contents .sec01 .sec01_move .head p:nth-child(1) {
    animation: sec01_move1 1s forwards;
    animation-delay: 0s;
  }

  #main_contents .sec01 .head p:nth-child(2){
    opacity: 0;
  }
  #main_contents .sec01 .sec01_move .head p:nth-child(2) {
    animation: sec01_move2 1s forwards;
    animation-delay: 0.5s;
  }


  #main_contents .sec01 .sec01_move .head p:nth-child(1) span{
    animation: main_underline 1s forwards;
    animation-delay: 1.5s;
  }

  #main_contents .sec01  ul {
    opacity: 0;
  }
  #main_contents .sec01 .sec01_move  ul {
    animation: sec01_move3 1s forwards;
    animation-delay: 1.5s;
  }




  #main_contents .sec02 .sec02_move .head p:nth-child(1) span{
    animation: main_underline 1s forwards;
    animation-delay: 0.5s;
  }

  #main_contents .sec02 .middle > img{
    opacity: 0;
  }
  #main_contents .sec02 .sec02_move  .middle > img{
    animation: sec02_move1 1s forwards;
    animation-delay: 1.5s;
  }

  #main_contents .sec02 .middle .cont{
    opacity: 0;
  }
  #main_contents .sec02 .sec02_move .middle .cont{
    animation: sec02_move2 1s forwards;
    animation-delay: 2s;
  }

  #main_contents .sec02 .bottom{
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .sec02_move  .bottom{
    animation: sec02_move3 1s forwards;
    animation-delay: 3s;
  }


}

@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 {
    position: relative;
    z-index: 1;
  }



  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    position: relative;
  }

  #main_contents .sec01 .innner_box{
    position: relative;
  }

  #main_contents .sec01 .head{
    position: relative;
    text-align: center;
    padding: 120px 0 60px 0;
  }

  #main_contents .sec01 .head p:nth-child(1){
    position: relative;
    font-size: 46px;
    line-height: 64px;
    margin-bottom: 30px;
    z-index: 2;
  }
  #main_contents .sec01 .head p:nth-child(1) span{
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }

  #main_contents .sec01 .head p:nth-child(2){
    position: relative;
    font-size:16px;
    line-height: 24px;
    z-index: 2;
    padding: 0 160px;
    word-break: keep-all;
  }
  #main_contents .sec01 .head p:nth-child(2) br{
    display: none;
  }


    #main_contents .sec01 ul{
      font-size: 0px;
      width: 90%;
      margin:0px auto 0;
      position: relative;
      z-index: 1;
    }
    #main_contents .sec01 ul > li{
      display: inline-block;
      width: 32%;
      vertical-align: top;
      margin-right: 2%;
      box-shadow: 0px 0px 22px -13px #555;
    }
    #main_contents .sec01 ul > li:nth-child(3){
      margin-right: 0px;
    }
    #main_contents .sec01 ul > li .img_box{
      height:150px;
      width:100%;
      position: relative;
      overflow: hidden;
    }
    #main_contents .sec01 ul > li .img_box span{
      height: 100%;
      width:100%;
      display: block;
      transition: all 0.3s;
    }
    #main_contents .sec01 ul > li:nth-child(1) .img_box span{
      background: url(/img/sec01_bg01.jpg) no-repeat center;
      background-size: cover;
    }
    #main_contents .sec01 ul > li:nth-child(2) .img_box span{
      background: url(/img/sec01_bg02.jpg) no-repeat center;
      background-size: cover;
    }
    #main_contents .sec01 ul > li:nth-child(3) .img_box span{
      background: url(/img/sec01_bg03.jpg) no-repeat center;
      background-size: cover;
    }

    #main_contents .sec01 ul > li:hover .img_box span{
      transform: scale(1.1);
      transition: all 0.3s;
    }

    #main_contents .sec01 ul > li .txt{
      padding: 20px 20px;
      text-align: center;
    }
    #main_contents .sec01 ul > li .txt p:nth-child(1){
      font-size: 20px;
      line-height:28px;
      margin-bottom: 20px;
      font-weight: 500;
    }
    #main_contents .sec01 ul > li .txt p:nth-child(2){
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 30px;
      word-break: keep-all;
    }

    #main_contents .sec01 ul > li .txt a{
      font-size: 18px;
      line-height:26px;
      font-weight: 500;
      color: #ed6f16;
      position: relative;
    }

    #main_contents .sec01 ul > li .txt a img{

      position: absolute;
      right:-35px;
      top:0px;
      transition: all 0.3s;
      height: 16px;
    }
    #main_contents .sec01 ul > li .txt a:hover img{
      filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
      right:-40px;
    }



    /* ¼½¼Ç2 */
    #main_contents .sec02 {
      position: relative;
      padding: 140px 0 80px 0;
    }

    #main_contents .sec02 .innner_box{
      position: relative;
    }

    #main_contents .sec02 .head{
      position: relative;
      text-align: center;
      padding: 0px 0 60px 0;
    }


    #main_contents .sec02 .head p:nth-child(1){
      position: relative;
    font-size: 46px;
    line-height: 64px;
      z-index: 2;
    }
    #main_contents .sec02 .head p:nth-child(1) span{
      background-image: linear-gradient(transparent 70%, #ffee00 30%);
      background-repeat: no-repeat;
      background-size: 0% 100%;
    }





    #main_contents .sec02 .middle{
      width: 90%;
      margin: 0 auto;
      position: relative;
      font-size: 0;
      text-align: center;
    }

    #main_contents .sec02 .middle > img{
      position: relative;
      display: inline-block;
      width: 350px;
      margin-bottom: 30px;
    }

    #main_contents .sec02 .middle .cont{
      position: relative;
    }
    #main_contents .sec02 .middle .cont ul{
      font-size: 0px;
    }
    #main_contents .sec02 .middle .cont ul > li{
      border-top: 1px solid #ccc;
      padding:30px 20px;
      font-size: 0px;
      display: inline-block;
      width: 48%;
      margin-right:4%;
      box-sizing: border-box;
      vertical-align: top;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(2){
      margin-right:0%;
    }
    #main_contents .sec02 .middle .cont ul > li:last-child{
      display:block;
      width: 100%;
    }
    #main_contents .sec02 .middle .cont h2{
      font-weight:500;
      font-size:26px;
      line-height: 26px;
    text-align: left;
      vertical-align: top;
      margin-bottom: 20px;
    }
    #main_contents .sec02 .middle .cont h2 span{
      font-weight:500;
      font-size:16px;
      line-height: 16px;
      display: block;
      margin-top:5px;
    }

    #main_contents .sec02 .middle .cont .txt{
      box-sizing: border-box;
    text-align: right;
    }

    #main_contents .sec02 .middle .cont .link1{
      font-size:30px;
      line-height: 30px;
      margin-bottom: 10px;
      color: #ed6f16;
      word-break: break-all;
      display: inline-block;
    }
    #main_contents .sec02 .middle .cont .p1{
      font-size:16px;
      line-height: 22px;
      word-break: keep-all;
    }
    #main_contents .sec02 .middle .cont .p1 span{
      display: inline-block;
    }





    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a{
      font-size: 18px;
      line-height:26px;
      font-weight: 500;
      color: #ed6f16;
      position: relative;
      float: right;
      margin-bottom: 10px;
      margin-right: 30px;
    }

    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a img{

      position: absolute;
      right:-35px;
      top:2px;
      transition: all 0.3s;
      height: 16px;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a:hover img{
      filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
      right:-40px;
    }


    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table{
      width: 100%;
      margin-bottom: 20px;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td{
      font-size: 14px;
      padding:10px 10px;
      background: #efefef;
      border: 3px solid #fff;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(1){
      width: 30%;
      text-align: center;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(2){
      width: 70%;
      text-align: left;
    }

    #main_contents .sec02 .middle .cont ul > li:nth-child(3) .txt span{
      font-size: 16px;
      color: #ed6f16;
    }




      #main_contents .sec02 .bottom{

          border-top: 1px solid #ccc;
          padding:30px 20px 0 20px;
          box-sizing: border-box;
          width:90%;
          margin: 0 auto;
      }
      #main_contents .sec02 .bottom h2{
        font-weight: 500;
        font-size: 26px;
        line-height: 26px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
      }
      #main_contents .sec02 .bottom h2 span{
        font-weight:500;
        font-size:14px;
        line-height: 22px;
        margin-left: 20px;
        font-weight: 300;
      }

      #main_contents .sec02 .bottom .txt{
        position: relative;
      }

      #main_contents .sec02 .bottom .txt > a{
        position: absolute;
        font-size: 18px;
        right:30px;
        top:-42px;
        font-weight: 500;
        color: #ed6f16;
      }

      #main_contents .sec02 .bottom .txt > a img{
        position: absolute;
        right:-35px;
        top:2px;
        transition: all 0.3s;
        height: 16px;
      }
      #main_contents .sec02 .bottom .txt > a:hover img{
        filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
        right:-40px;
      }



      #main_contents .sec02 .bottom .txt .address{
        height: 400px;
      }


      /* ¾Ö´Ï¸ÞÀÌ¼Ç */

      #main_contents .sec01 .sec01_move .head p:nth-child(1) span{
        animation: main_underline 1s forwards;
        animation-delay: 1s;
      }

      #main_contents .sec02 .sec02_move .head p:nth-child(1) span{
        animation: main_underline 1s forwards;
        animation-delay: 1s;
      }


}

@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 {
    position: relative;
    overflow: hidden;
  }

  #main_contents .sec01 .innner_box{
    position: relative;
  }

  #main_contents .sec01 .head{
    position: relative;
    text-align: center;
    padding: 70px 0 50px 0;
  }


  #main_contents .sec01 .head p:nth-child(1){
    position: relative;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 25px;
    z-index: 2;
    padding: 0 20px;
    word-break: keep-all;
  }
  #main_contents .sec01 .head p:nth-child(1) span{
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }

  #main_contents .sec01 .head p:nth-child(2){
    position: relative;
    font-size:14px;
    line-height: 22px;
    z-index: 2;
    padding: 0 20px;
    word-break: keep-all;
  }
  #main_contents .sec01 .head p:nth-child(2) br{
    display: none;
  }


    #main_contents .sec01 ul{
      font-size: 0px;
      width: 90%;
      margin:0px auto 0;
      position: relative;
      z-index: 1;
    }
    #main_contents .sec01 ul > li{
      margin-bottom: 20px;
      box-shadow: 0px 0px 18px -8px #555;
      background: #fff;
    }
    #main_contents .sec01 ul > li:nth-child(3){
      margin-right: 0px;
    }
    #main_contents .sec01 ul > li .img_box{
      height:120px;
      width:40%;
      display: inline-block;
      position: relative;
      overflow: hidden;
      vertical-align: middle;
    }
    #main_contents .sec01 ul > li .img_box span{
      height: 100%;
      width:100%;
      display: block;
      transition: all 0.3s;
    }
    #main_contents .sec01 ul > li:nth-child(1) .img_box span{
      background: url(/img/sec01_bg01.jpg) no-repeat center;
      background-size: cover;
    }
    #main_contents .sec01 ul > li:nth-child(2) .img_box span{
      background: url(/img/sec01_bg02.jpg) no-repeat center;
      background-size: cover;
    }
    #main_contents .sec01 ul > li:nth-child(3) .img_box span{
      background: url(/img/sec01_bg03.jpg) no-repeat center;
      background-size: cover;
    }

    #main_contents .sec01 ul > li:hover .img_box span{
      transform: scale(1.1);
      transition: all 0.3s;
    }

    #main_contents .sec01 ul > li .txt{
      padding: 0px 10px;
      text-align: center;
      width:60%;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
    }

    #main_contents .sec01 ul > li .txt p:nth-child(1){
      font-size:16px;
      line-height:24px;
      margin-bottom: 15px;
      font-weight: 500;
      word-break: keep-all;
    }
    #main_contents .sec01 ul > li .txt p:nth-child(2){
      display: none;
    }

    #main_contents .sec01 ul > li .txt a{
      font-size: 14px;
      line-height:26px;
      font-weight: 500;
      color: #ed6f16;
      position: relative;
    }

    #main_contents .sec01 ul > li .txt a img{

      position: absolute;
      right:-35px;
      top:-2px;
      transition: all 0.3s;
      height: 16px;
    }
    #main_contents .sec01 ul > li .txt a:hover img{
      filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
      right:-40px;
    }



    /* ¼½¼Ç2 */
    #main_contents .sec02 {
      position: relative;
      padding: 80px 0 60px 0;
    }

    #main_contents .sec02 .innner_box{
      position: relative;
    }

    #main_contents .sec02 .head{
      position: relative;
      text-align: center;
      padding: 0px 0 30px 0;
    }



    #main_contents .sec02 .head p:nth-child(1){
      position: relative;
    font-size: 32px;
    line-height: 44px;
      z-index: 2;
      padding: 0 20px;
      word-break: keep-all;
    }
    #main_contents .sec02 .head p:nth-child(1) span{
      background-image: linear-gradient(transparent 70%, #ffee00 30%);
      background-repeat: no-repeat;
      background-size: 0% 100%;
    }




    #main_contents .sec02 .middle{
      width: 90%;
      margin: 0 auto;
      position: relative;
      font-size: 0;
      text-align: center;
    }

    #main_contents .sec02 .middle > img{
      position: relative;
      display: inline-block;
      width: 290px;
      margin-bottom: 20px;
    }

    #main_contents .sec02 .middle .cont{
      position: relative;
    }
    #main_contents .sec02 .middle .cont ul{
      font-size: 0px;
    }
    #main_contents .sec02 .middle .cont ul > li{
      border-top: 1px solid #ccc;
      padding:20px 15px;
      font-size: 0px;
      box-sizing: border-box;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(2){
      margin-right:0%;
    }
    #main_contents .sec02 .middle .cont ul > li:last-child{
      display:block;
      width: 100%;
      margin-bottom: 0px;
    }
    #main_contents .sec02 .middle .cont h2{
      font-weight:500;
      font-size:22px;
      line-height: 22px;
      vertical-align: top;
      margin-bottom: 15px;
      text-align: left;
    }
    #main_contents .sec02 .middle .cont h2 span{
      font-weight:500;
      font-size:12px;
      line-height: 12px;
      display: block;
      margin-top:5px;
    }

    #main_contents .sec02 .middle .cont .txt{
      box-sizing: border-box;
      text-align: right;
    }

    #main_contents .sec02 .middle .cont .link1{
      font-size:28px;
      line-height: 28px;
      margin-bottom: 10px;
      color: #ed6f16;
      word-break: break-all;
      display: inline-block;
    }
    #main_contents .sec02 .middle .cont .p1{
      font-size:14px;
      line-height: 18px;
      word-break: break-all;
    }

    #main_contents .sec02 .middle .cont .p1 span{
      display: inline-block;
    }





    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a{
      font-size: 14px;
      line-height:26px;
      font-weight: 500;
      color: #ed6f16;
      position: relative;
      float: right;
      margin-bottom: 10px;
      margin-right: 30px;
    }

    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a img{

      position: absolute;
      right:-30px;
      top:5px;
      transition: all 0.3s;
      height: 16px;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a:hover img{
      filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
      right:-35px;
    }


    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table{
      width: 100%;
      margin-bottom: 15px;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td{
      font-size: 13px;
      padding:10px 10px;
      background: #efefef;
      border: 3px solid #fff;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(1){
      width: 30%;
      text-align: center;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(2){
      width: 70%;
      text-align: left;
    }

    #main_contents .sec02 .middle .cont ul > li:nth-child(3) .txt span{
      font-size: 14px;
      color: #ed6f16;
    }



          #main_contents .sec02 .bottom{

              border-top: 1px solid #ccc;
              padding:20px 15px 0 15px;
              box-sizing: border-box;
              width:95%;
              margin: 0 auto;
          }
          #main_contents .sec02 .bottom h2{
            font-weight: 500;
            font-size: 22px;
            line-height: 22px;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 20px;
          }
          #main_contents .sec02 .bottom h2 span{
            font-weight:500;
            font-size:14px;
            line-height: 22px;
            font-weight: 300;
            display: block;
            margin-top: 10px;
          }

          #main_contents .sec02 .bottom .txt{
            position: relative;
          }

          #main_contents .sec02 .bottom .txt > a{
            font-size: 14px;
            line-height:26px;
            font-weight: 500;
            color: #ed6f16;
            position: relative;
            float: right;
            margin-bottom: 10px;
            margin-right: 30px;
          }

          #main_contents .sec02 .bottom .txt > a img{
            position: absolute;
            right:-30px;
            top:5px;
            transition: all 0.3s;
            height: 16px;
          }
          #main_contents .sec02 .bottom .txt > a:hover img{
            filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
            right:-35px;
          }



          #main_contents .sec02 .bottom .txt .address{
            height: 250px;
          }


          /* ¾Ö´Ï¸ÞÀÌ¼Ç */

          #main_contents .sec01 .sec01_move .head p:nth-child(1) span{
            animation: main_underline 1s forwards;
            animation-delay: 1s;
          }

          #main_contents .sec02 .sec02_move .head p:nth-child(1) span{
            animation: main_underline 1s forwards;
            animation-delay: 1s;
          }

}







@media print {

 #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 {
    position: relative;
    overflow: hidden;
  }

  #main_contents .sec01 .innner_box{
    position: relative;
  }

  #main_contents .sec01 .head{
    position: relative;
    text-align: center;
    padding: 70px 0 50px 0;
  }


  #main_contents .sec01 .head p:nth-child(1){
    position: relative;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 25px;
    z-index: 2;
    padding: 0 20px;
    word-break: keep-all;
  }
  #main_contents .sec01 .head p:nth-child(1) span{
    background-image: linear-gradient(transparent 70%, #ffee00 30%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }

  #main_contents .sec01 .head p:nth-child(2){
    position: relative;
    font-size:14px;
    line-height: 22px;
    z-index: 2;
    padding: 0 20px;
    word-break: keep-all;
  }
  #main_contents .sec01 .head p:nth-child(2) br{
    display: none;
  }


    #main_contents .sec01 ul{
      font-size: 0px;
      width: 90%;
      margin:0px auto 0;
      position: relative;
      z-index: 1;
    }
    #main_contents .sec01 ul > li{
      margin-bottom: 20px;
      box-shadow: 0px 0px 18px -8px #555;
      background: #fff;
    }
    #main_contents .sec01 ul > li:nth-child(3){
      margin-right: 0px;
    }
    #main_contents .sec01 ul > li .img_box{
      height:120px;
      width:40%;
      display: inline-block;
      position: relative;
      overflow: hidden;
      vertical-align: middle;
    }
    #main_contents .sec01 ul > li .img_box span{
      height: 100%;
      width:100%;
      display: block;
      transition: all 0.3s;
    }
    #main_contents .sec01 ul > li:nth-child(1) .img_box span{
      background: url(/img/sec01_bg01.jpg) no-repeat center;
      background-size: cover;
    }
    #main_contents .sec01 ul > li:nth-child(2) .img_box span{
      background: url(/img/sec01_bg02.jpg) no-repeat center;
      background-size: cover;
    }
    #main_contents .sec01 ul > li:nth-child(3) .img_box span{
      background: url(/img/sec01_bg03.jpg) no-repeat center;
      background-size: cover;
    }

    #main_contents .sec01 ul > li:hover .img_box span{
      transform: scale(1.1);
      transition: all 0.3s;
    }

    #main_contents .sec01 ul > li .txt{
      padding: 0px 10px;
      text-align: center;
      width:60%;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
    }

    #main_contents .sec01 ul > li .txt p:nth-child(1){
      font-size:16px;
      line-height:24px;
      margin-bottom: 15px;
      font-weight: 500;
      word-break: keep-all;
    }
    #main_contents .sec01 ul > li .txt p:nth-child(2){
      display: none;
    }

    #main_contents .sec01 ul > li .txt a{
      font-size: 14px;
      line-height:26px;
      font-weight: 500;
      color: #ed6f16;
      position: relative;
    }

    #main_contents .sec01 ul > li .txt a img{

      position: absolute;
      right:-35px;
      top:-2px;
      transition: all 0.3s;
      height: 16px;
    }
    #main_contents .sec01 ul > li .txt a:hover img{
      filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
      right:-40px;
    }



    /* ¼½¼Ç2 */
    #main_contents .sec02 {
      position: relative;
      padding: 80px 0 60px 0;
    }

    #main_contents .sec02 .innner_box{
      position: relative;
    }

    #main_contents .sec02 .head{
      position: relative;
      text-align: center;
      padding: 0px 0 30px 0;
    }



    #main_contents .sec02 .head p:nth-child(1){
      position: relative;
    font-size: 32px;
    line-height: 44px;
      z-index: 2;
      padding: 0 20px;
      word-break: keep-all;
    }
    #main_contents .sec02 .head p:nth-child(1) span{
      background-image: linear-gradient(transparent 70%, #ffee00 30%);
      background-repeat: no-repeat;
      background-size: 0% 100%;
    }




    #main_contents .sec02 .middle{
      width: 90%;
      margin: 0 auto;
      position: relative;
      font-size: 0;
      text-align: center;
    }

    #main_contents .sec02 .middle > img{
      position: relative;
      display: inline-block;
      width: 290px;
      margin-bottom: 20px;
    }

    #main_contents .sec02 .middle .cont{
      position: relative;
    }
    #main_contents .sec02 .middle .cont ul{
      font-size: 0px;
    }
    #main_contents .sec02 .middle .cont ul > li{
      border-top: 1px solid #ccc;
      padding:20px 15px;
      font-size: 0px;
      box-sizing: border-box;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(2){
      margin-right:0%;
    }
    #main_contents .sec02 .middle .cont ul > li:last-child{
      display:block;
      width: 100%;
      margin-bottom: 0px;
    }
    #main_contents .sec02 .middle .cont h2{
      font-weight:500;
      font-size:22px;
      line-height: 22px;
      vertical-align: top;
      margin-bottom: 15px;
      text-align: left;
    }
    #main_contents .sec02 .middle .cont h2 span{
      font-weight:500;
      font-size:12px;
      line-height: 12px;
      display: block;
      margin-top:5px;
    }

    #main_contents .sec02 .middle .cont .txt{
      box-sizing: border-box;
      text-align: right;
    }

    #main_contents .sec02 .middle .cont .link1{
      font-size:28px;
      line-height: 28px;
      margin-bottom: 10px;
      color: #ed6f16;
      word-break: break-all;
      display: inline-block;
    }
    #main_contents .sec02 .middle .cont .p1{
      font-size:14px;
      line-height: 18px;
      word-break: break-all;
    }

    #main_contents .sec02 .middle .cont .p1 span{
      display: inline-block;
    }





    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a{
      font-size: 14px;
      line-height:26px;
      font-weight: 500;
      color: #ed6f16;
      position: relative;
      float: right;
      margin-bottom: 10px;
      margin-right: 30px;
    }

    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a img{

      position: absolute;
      right:-30px;
      top:5px;
      transition: all 0.3s;
      height: 16px;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) a:hover img{
      filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
      right:-35px;
    }


    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table{
      width: 100%;
      margin-bottom: 15px;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td{
      font-size: 13px;
      padding:10px 10px;
      background: #efefef;
      border: 3px solid #fff;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(1){
      width: 30%;
      text-align: center;
    }
    #main_contents .sec02 .middle .cont ul > li:nth-child(3) table tbody td:nth-child(2){
      width: 70%;
      text-align: left;
    }

    #main_contents .sec02 .middle .cont ul > li:nth-child(3) .txt span{
      font-size: 14px;
      color: #ed6f16;
    }



          #main_contents .sec02 .bottom{

              border-top: 1px solid #ccc;
              padding:20px 15px 0 15px;
              box-sizing: border-box;
              width:95%;
              margin: 0 auto;
          }
          #main_contents .sec02 .bottom h2{
            font-weight: 500;
            font-size: 22px;
            line-height: 22px;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 20px;
          }
          #main_contents .sec02 .bottom h2 span{
            font-weight:500;
            font-size:14px;
            line-height: 22px;
            font-weight: 300;
            display: block;
            margin-top: 10px;
          }

          #main_contents .sec02 .bottom .txt{
            position: relative;
          }

          #main_contents .sec02 .bottom .txt > a{
            font-size: 14px;
            line-height:26px;
            font-weight: 500;
            color: #ed6f16;
            position: relative;
            float: right;
            margin-bottom: 10px;
            margin-right: 30px;
          }

          #main_contents .sec02 .bottom .txt > a img{
            position: absolute;
            right:-30px;
            top:5px;
            transition: all 0.3s;
            height: 16px;
          }
          #main_contents .sec02 .bottom .txt > a:hover img{
            filter: invert(56%) sepia(62%) saturate(4449%) hue-rotate(356deg) brightness(99%) contrast(88%);
            right:-35px;
          }



          #main_contents .sec02 .bottom .txt .address{
            height: 250px;
          }


        
}
