@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */



  #myModal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 252, 212, 0.8);
    z-index: 9999;
  }

  #myModal .modal {
    position: absolute;
    width: 100%;
    text-align: center;
  }

  #myModal .modal_content {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    opacity: 1;
    line-height: normal;
    width: 1600px;
    top: 0px;
  }

  #myModal .close {
    position: absolute;
    left: 0px;
    top: -50px;
    font-size: 36px;
    line-height: 36px;
    padding-left: 15px;
    color: #113058;
    cursor: pointer;
    font-weight: 500;
    vertical-align: middle;
  }

  #myModal .close img {
    position: relative;
    vertical-align: middle;
    transition: all 0.3s;
    left: 0px;
  }

  #myModal .close:hover img {
    left: -10px;
  }

  .modal_inner {
    display: none;
  }

  .modal_inner_list .top {
    background: #c1ddec;
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .modal_inner_list .top .img {
    float: right;
    position: relative;
    z-index: 0;
  }

  .modal_inner_list .top .img::before {
    content: "";
    display: block;
    background-image: linear-gradient(to right, rgba(193, 221, 236, 1.0), rgba(193, 221, 236, 0.0));
    height: 100%;
    position: absolute;
    width: 50%;
    left: 0px;
    top: 0px;
    z-index: 1
  }

  .modal_inner_list .top .img img {
    vertical-align: top;
  }

  .modal_inner_list .top .txt {
    float: right;
    width: calc(100% - 665px);
    position: relative;
    height: 412px;
  }

  .modal_inner_list .top .txt p:nth-child(1){
    font-size:26px;
    line-height: 42px;
    position: absolute;
    top:140px;
    left:100px;
    text-align: left;
  }
  .modal_inner_list .top .txt p:nth-child(2){

      font-size:55px;
      position: absolute;
      bottom:20px;
      left:50px;
      font-weight: 500;
  }

  .modal_inner_list .top .txt p:nth-child(2) span{
      font-size:30px;
      vertical-align: bottom;
  }
  .modal_inner_list .top .txt p:nth-child(3){
    font-size:37px;
    position: absolute;
    bottom:20px;
    left:450px;
    font-weight: 500;
  }


  .modal_inner_list .bottom {
    background: #fff;
    position: relative;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    min-height: 300px;
    box-sizing: border-box;
    padding: 30px;
  }
  .modal_inner_list .bottom > img{
    position: absolute;
    right:0px;
    z-index: 0;
    bottom: 0px;
  }
  .modal_inner_list .bottom .sc{
    float: left; width: 60%;
    text-align: left;
    position: relative;
    z-index: 1;
    padding-right: 100px;
    box-sizing: border-box;
  }
  .modal_inner_list .bottom .pf{
    float: left; width: 40%;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .modal_inner_list .bottom .t1{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .modal_inner_list .bottom .t1 span{
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
   background-repeat: no-repeat;
   background-size: 100% 100%;
  }



  .modal_inner_list .tb01 {
    width: 100%;
  }

  .modal_inner_list .tb01_innner {
    width: 100%;
    overflow: hidden;
  }

  .modal_inner_list .tb01 table {
    position: relative;
    overflow: hidden;
    text-align: center;
      width: 100%;
    border-top: 5px solid #113058;
  }

  .modal_inner_list .tb01 table thead th {
    padding: 15px;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
  }

  .modal_inner_list .tb01 table tbody th {
    padding: 15px;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
  }

  .modal_inner_list .tb01 table tbody td {
    padding: 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #fed63e;
  }


  .modal_inner_list .bottom .pf ul li{
    font-size: 16px;
    margin-bottom: 12px;
  }



}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 768 ~ 1199  */



    #myModal {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(255, 252, 212, 0.8);
      z-index: 9999;
    }

    #myModal .modal {
      position: absolute;
      width: 100%;
      text-align: center;
    }

    #myModal .modal_content {
      position: relative;
      vertical-align: middle;
      display: inline-block;
      opacity: 1;
      line-height: normal;
      width: 90%;
      top: 0px;
    }

    #myModal .close {
      position: absolute;
      left: 0px;
      top: -40px;
      font-size: 28px;
      line-height: 28px;
      padding-left: 10px;
      color: #113058;
      cursor: pointer;
      font-weight: 500;
      vertical-align: middle;
    }

    #myModal .close img {
      position: relative;
      vertical-align: middle;
      transition: all 0.3s;
      left: 0px;
      height: 20px;
    }

    #myModal .close:hover img {
      left: -10px;
    }

    .modal_inner {
      display: none;
    }

    .modal_inner_list .top {
      background: #c1ddec;
      position: relative;
      border-radius: 20px 20px 0 0;
      overflow: hidden;
    }

    .modal_inner_list .top .img {
      float: right;
      position: relative;
      z-index: 0;
      height: 250px;
      width: 400px;
      overflow: hidden;
    }
    .modal_inner_list .top .img img {
      height: 100%;
        vertical-align: top;
        width: auto;
    max-width: inherit;
    }

    .modal_inner_list .top .img::before {
      content: "";
      display: block;
      background-image: linear-gradient(to right, rgba(193, 221, 236, 1.0), rgba(193, 221, 236, 0.0));
      height: 100%;
      position: absolute;
      width: 50%;
      left: 0px;
      top: 0px;
      z-index: 1
    }


    .modal_inner_list .top .txt {
      float: right;
      width: calc(100% - 400px);
      position: relative;
      height: 250px;
    }

    .modal_inner_list .top .txt p:nth-child(1){
      font-size:14px;
      line-height: 22px;
      position: absolute;
      top:50px;
      left:50px;
      text-align: left;
      word-break: keep-all;
    }
    .modal_inner_list .top .txt p:nth-child(2){

      font-size:30px;
      position: absolute;
      bottom:20px;
      left:20px;
      font-weight: 500;
    }

    .modal_inner_list .top .txt p:nth-child(2) span{
        font-size:20px;
        vertical-align: bottom;
    }
    .modal_inner_list .top .txt p:nth-child(3){
      font-size:16px;
      position: absolute;
      bottom:70px;
      left:20px;
      font-weight: 500;
    }


    .modal_inner_list .bottom {
      background: #fff;
      position: relative;
      border-radius: 0 0 20px 20px;
      overflow: hidden;
      min-height: 200px;
      box-sizing: border-box;
      padding: 20px;
    }
    .modal_inner_list .bottom > img{
      position: absolute;
      right:0px;
      z-index: 0;
      bottom: 0px;
      width:50%;
    }
    .modal_inner_list .bottom .sc{
      float: left; width: 60%;
      text-align: left;
      position: relative;
      z-index: 1;
      padding-right:50px;
      box-sizing: border-box;
    }
    .modal_inner_list .bottom .pf{
      float: left; width: 40%;
      text-align: left;
      position: relative;
      z-index: 1;
    }
    .modal_inner_list .bottom .t1{
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 14px;
    }
    .modal_inner_list .bottom .t1 span{
      background-image: linear-gradient(transparent 60%, #fed63e 40%);
     background-repeat: no-repeat;
     background-size: 100% 100%;
    }



    .modal_inner_list .tb01 {
      width: 100%;
    }

    .modal_inner_list .tb01_innner {
      width: 100%;
      overflow: hidden;
    }

    .modal_inner_list .tb01 table {
      width: 100%;
      position: relative;
      overflow: hidden;
      text-align: center;
      border-top: 3px solid #113058;
    }

    .modal_inner_list .tb01 table thead th {
      padding:10px 5px;
      font-size: 20px;
      line-height: normal;
      font-weight: 500;
    }

    .modal_inner_list .tb01 table tbody th {
      padding:10px 5px;
      font-size: 20px;
      line-height: normal;
      font-weight: 500;
    }

    .modal_inner_list .tb01 table tbody td {
      padding:10px 5px;
      font-size: 16px;
      line-height: normal;
      font-weight: 500;
      color: #fed63e;
    }


    .modal_inner_list .bottom .pf ul li{
      font-size: 14px;
      margin-bottom: 10px;
    }

}

@media (max-width:767px) {


      #myModal {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 252, 212, 0.8);
        z-index: 9999;
      }

      #myModal .modal {
        position: absolute;
        width: 100%;
        text-align: center;
      }

      #myModal .modal_content {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        opacity: 1;
        line-height: normal;
        width: 90%;
        top: 0px;
      }


          #myModal .close {
            position: absolute;
            left: 0px;
            top: -40px;
            font-size: 28px;
            line-height: 28px;
            padding-left: 10px;
            color: #113058;
            cursor: pointer;
            font-weight: 500;
            vertical-align: middle;
          }

          #myModal .close img {
            position: relative;
            vertical-align: middle;
            transition: all 0.3s;
            left: 0px;
            height: 20px;
          }

          #myModal .close:hover img {
            left: -10px;
          }



      .modal_inner {
        display: none;
      }

      .modal_inner_list .top {
        background: #c1ddec;
        position: relative;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    text-align: right;
      }

      .modal_inner_list .top .img {
        position: relative;
        z-index: 0;
        height: 180px;
        overflow: hidden;
        text-align: right;
        display: inline-block;
        width: 300px;
      }
      .modal_inner_list .top .img img {

            width: 100%;
            vertical-align: top;
            max-width: inherit;
      }

      .modal_inner_list .top .img::before {
        content: "";
        display: block;
        background-image: linear-gradient(to right, rgba(193, 221, 236, 1.0), rgba(193, 221, 236, 0.0));
        height: 100%;
        position: absolute;
        width: 50%;
        left: 0px;
        top: 0px;
        z-index: 1
      }


      .modal_inner_list .top .txt {
        top: 0px;
        width: 100%;
        height: 180px;
        position: absolute;
      }
      .modal_inner_list .top .txt::before {
        content: "";
        display: block;
        background-image: linear-gradient(to top, rgba(193, 221, 236, 1.0), rgba(193, 221, 236, 0.0));
        height: 60%;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        z-index: 1
      }

      .modal_inner_list .top .txt p:nth-child(1){
        display: none;
      }
      .modal_inner_list .top .txt p:nth-child(2){

        font-size:24px;
        position: absolute;
        bottom:20px;
        left:20px;
        font-weight: 500;
        z-index: 2;
      }

      .modal_inner_list .top .txt p:nth-child(2) span{
          font-size:16px;
          vertical-align: bottom;
      }
      .modal_inner_list .top .txt p:nth-child(3){
        font-size:14px;
        position: absolute;
        bottom:60px;
        left:20px;
        font-weight: 500;
        z-index: 2;
      }


      .modal_inner_list .bottom {
        background: #fff;
        position: relative;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
        min-height: 200px;
        box-sizing: border-box;
        padding: 15px;
        text-align: left;
      }
      .modal_inner_list .bottom > img{
        position: absolute;
        right:0px;
        z-index: 0;
        bottom: 0px;
        width:50%;
      }
      .modal_inner_list .bottom .sc{
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        box-sizing: border-box;
      }
      .modal_inner_list .bottom .pf{
        position: relative;
        z-index: 1;
      }
      .modal_inner_list .bottom .t1{
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
      }
      .modal_inner_list .bottom .t1 span{
        background-image: linear-gradient(transparent 60%, #fed63e 40%);
       background-repeat: no-repeat;
       background-size: 100% 100%;
      }







        .modal_inner_list .tb01 {
          width: 100%;
        }


      .modal_inner_list .tb01::after {
        width: 30px;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: 0px;
        top: 0px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
        content: "";
      }

      .modal_inner_list .tb01::before {
        content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
        display: block;
        font-size: 12px;
        color: rgba(0, 176, 201, 1.0);
        text-align: right;
        position: absolute;
        right: 0px;
        top: 0px;
        overflow: hidden;
        z-index: 3;
      }

      .modal_inner_list .tb01_innner {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        right: 0px;
        box-sizing: border-box;
      }

      .modal_inner_list .tb01 table {
        width: 130%;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-top: 3px solid #113058;
      }








      .modal_inner_list .tb01 table thead th {
        padding:5px 5px;
        font-size:14px;
        line-height: normal;
        font-weight: 500;
      }

      .modal_inner_list .tb01 table tbody th {
        padding:5px 5px;
        font-size: 14px;
        line-height: normal;
        font-weight: 500;
      }

      .modal_inner_list .tb01 table tbody td {
        padding:10px 5px;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
        color: #fed63e;
      }
      .modal_inner_list .bottom .pf ul{
        height: 150px;
        overflow-y: scroll;
      }

      .modal_inner_list .bottom .pf ul li{
        font-size: 12px;
        margin-bottom: 8px;
      }

      .modal_inner_list .bottom .pf::before {
        content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
        display: block;
        font-size: 12px;
        color: rgba(0, 176, 201, 1.0);
        text-align: right;
        overflow: hidden;
        z-index: 3;
      }


}
