@media (min-width:1200px) {

  /* gnb css  */
  .gnb {
    position: relative;
  }

  .gnb_inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 155px;
  }

  .gnb:after {
    display: block;
    clear: both;
    content: '';
  }

  .gnb .logo {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -174px;
  }

  .gnb .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .gnb .logo a img {
    height: 54px;
    vertical-align: middle;
  }

  .gnb .banner {
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -35px;
  }

  .gnb .banner img {
    height:70px;
    padding: 0 5px;
  }

  /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
  .gnb .all_button_box {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -37.5px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
  }

  .gnb .all_button_box:hover {
    transform: scale(1.1);
  }

  .gnb .all_button_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
    transition: all 1.0s;
  }

  .gnb .all_button_box:hover .bg {
    width: 200%;
    height: 200%;
  }

  .gnb .login_box {
    position: absolute;
    right: 0px;
    top: 10px;
    font-weight: 500;
  }

  .gnb .login_box_an {
     position: absolute;
    right: 0px;
    top: 10px;
    font-weight: 500;
  }

  .gnb .number {
    position: absolute;
    left: 0px;
    top: 50px;
    font-weight: 500;
    font-size: 18px;
  }

  .gnb .number li {
    margin-bottom: 10px;
  }

  .gnb .number li span {
    display: inline-block;
    width: 85px;
    text-align: justify;
    vertical-align: middle;
    letter-spacing: -3px;
	font-size:0px;
  }
  .gnb .number li span i{
    font-size:18px;
  }
  .gnb .number li span:after {
	content:"";
    display: inline-block;
	width:100%;
  }

  .gnb .number a {
    color: #ed6f16;
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: justify;
    width: 164px;
    letter-spacing: -6px;
  }
  .gnb .number a i{
    font-size: 24px;
  }
  .gnb .number a:after {
	content:"";
    display: inline-block;
	width:100%;
  }


  .gnb_another {
    background: #1e2438;
  }

  .gnb_another .menu1 {
    width: 1400px;
    margin: 0 auto;
    font-size: 0px;
  }

  .gnb_another .menu1>li {
    width: 20%;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }

  .gnb_another .menu1>li>a {
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
  .gnb_another .menu1>li>a:hover {
    color: #ffee00;
  }

  .gnb_another .menu2{
    position: absolute;
    width: 100%;
    background: rgba(30,36,56,0.7);
    max-height: 0;
    transition: max-height 1s;
    overflow: hidden;
    box-sizing: border-box;
  }
  .gnb_another .menu2 li{
    padding: 10px 10px;
  }
  .gnb_another .menu2 li:nth-child(1){
    padding: 20px 10px 10px 10px;
  }
  .gnb_another .menu2 li:last-child{
    padding: 10px 10px 20px 10px;
  }


  .gnb_another .menu2 a{
    color:#fff;
    font-size: 16px;
  }
  .gnb_another .menu2 a:hover {
    color: #ffee00;
  }

  .gnb_another .menu1>li:hover  .menu2{
    max-height: 100vw;
    transition: max-height 2s;
  }

  /* gnb_scroll css  */
  .gnb_scroll {
    animation: menu 0.5s forwards;
    animation-delay: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px;
  }


  .gnb_scroll .gnb_inner {
    width: 100%;
    max-width:none;
    margin: 0 auto;
    position: relative;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
  }

  .gnb_scroll .logo {
    position: absolute;
    left: 50%;
    top: 0px;
    width:300px;
    margin-left: -150px;
    text-align: center;
  }

  .gnb_scroll .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width:80%;
  }

  .gnb_scroll .logo img {
    width:100%;
    vertical-align: middle;
  }

  .gnb_scroll .banner {
    position: absolute;
    left:50%;
    margin-left: 150px;
    height:75px;
    line-height: 75px;
    top:0px;
  }

  .gnb_scroll .banner img {
    height: 80%;
    padding: 0 7px;
    vertical-align: middle;
  }


  .gnb_scroll .number {
    float: left;
    font-weight: 500;
    padding-left: 30px;
    height: 75px;
    line-height: 75px;
  }

  .gnb_scroll .number li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
	letter-spacing:-2px;
  }

  .gnb_scroll .number a {
    color: #ed6f16;
    font-size: 18px;
    display:block;
  }

  /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
  .gnb_scroll .all_button_box {
    float: right;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
  }

  .gnb_scroll .all_button_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
    transition: all 1.0s;
  }

  .gnb_scroll .all_button_box:hover .bg {
    width: 200%;
    height: 200%;
  }

  .gnb_scroll .login_box {
    float:right;
    font-weight: 500;
    font-size: 16px;
    margin-right:30px;
  }








  .gnb_scroll .gnb_another {
    display: none;
  }



  /* ¿Ã¸Þ´º ¹öÆ° */
  .all_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
  }

  .all_button_m {
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -2.5px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu_active span:nth-of-type(1) {
    transform: translateY(15px) translateX(-4px) rotate(-39deg);
    width: 48px;
    border: 0;
  }

  .menu_active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_active span:nth-of-type(3) {
    transform: translateY(-15px) translateX(-4px) rotate(39deg);
    width: 48px;
    border: 0;
  }

  /* ¿Ã¸Þ´º */
  .all_menu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    line-height: normal;
    padding: 0px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    top: 0px;
    z-index: 9999;
  }

  .all_menu .all_menu_wrap {
    position: relative;
  }

  .all_menu .all_menu_box {
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    background-image: url(/img/all_menu_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
  }

  .all_menu_inner_box {
    line-height: normal;
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 300px;
    overflow-y: scroll;
  }

  .all_menu_inner_box>ul {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
  }

  .all_menu_inner_box>ul>li {
    margin-bottom: 30px;
    font-size: 0;
    transition: 0.3s all;
    opacity: 0;
    position: relative;
  }

  .all_menu_inner_box>ul>li:last-child {
    margin-bottom: 0px;
  }

  .all_menu_inner_box>ul>li>ul>li {
    display: inline-block;
    margin: 0 20px 10px 0;
  }

  .all_menu_inner_box>ul>li>ul>li>a {
    font-weight: 500;
    font-size: 18px;
    color: #aaa;
    transition: 0.3s all;
  }

  .all_menu_inner_box>ul>li>p {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
    color: #aaa;
    transition: 0.3s all;
  }

  .all_menu_inner_box>ul>li.on>p {
    color: #1e2438;
  }

  .all_menu_inner_box>ul>li.on>ul>li>a {
    color: #1e2438;
  }

  .all_menu .exit {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(/img/all_menu_x.png) no-repeat left center;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #fff;
    padding-left: 60px;
    font-weight: 500;
    display: none;
  }

  .all_menu .exit:hover {
    background: url(/img/all_menu_xc.png) no-repeat left center;
    color: rgb(243, 145, 113);
  }

  .call_m {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {


    /* gnb css  */
    .gnb {
      position: relative;
    }

    .gnb_inner {
      max-width: 95%;
      margin: 0 auto;
      position: relative;
      height: 140px;
    }

    .gnb:after {
      display: block;
      clear: both;
      content: '';
    }

    .gnb .logo {
      position: absolute;
      top: 50%;
      margin-top: -24px;
      left: 50%;
      margin-left: -112px;
    }

    .gnb .logo a {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
    }

    .gnb .logo a img {
      height: 35px;
      vertical-align: middle;
    }

    .gnb .banner {
      position: absolute;
    right: 80px;
      top: 50%;
      margin-top: -17.5px;
    }

    .gnb .banner img {
      height:35px;
      padding: 0 2px;
    }

    /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
    .gnb .all_button_box {
      position: absolute;
      right: 0px;
      top: 50%;
      margin-top: -30px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      transition: all 0.3s;
      overflow: hidden;
      border-radius: 10px;
      transition: all 0.3s;
    }

    .gnb .all_button_box:hover {
      transform: scale(1.1);
    }

    .gnb .all_button_box .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
      transition: all 1.0s;
    }

    .gnb .all_button_box:hover .bg {
      width: 200%;
      height: 200%;
    }

    .gnb .login_box {
      position: absolute;
      right: 0px;
      top: 10px;
      font-weight: 500;
      font-size: 12px;
    }
	.gnb .login_box_an {
     position: absolute;
      right: 0px;
      top: 10px;
      font-weight: 500;
      font-size: 12px;
  }

    .gnb .number {
      position: absolute;
      left: 0px;
      top: 20px;
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
    }

    .gnb .number li {
      margin-bottom: 5px;
    }
	.gnb .number li:last-child{
      margin-bottom: 0px;
    }

    .gnb .number a {
      color: #ed6f16;
      font-size: 16px;
	  letter-spacing:-2px;
    }


	 .gnb .number span{
      display: block;
    }


    .gnb_another {
      background: #1e2438;
    }

    .gnb_another .menu1 {
      width: 95%;
      margin: 0 auto;
      font-size: 0px;
    }

    .gnb_another .menu1>li {
      width: 20%;
      position: relative;
      text-align: center;
      display: inline-block;
      vertical-align: top;
    }


    .gnb_another .menu1>li>a {
      display: inline-block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
    }
    .gnb_another .menu1>li>a:hover {
      color: #ffee00;
    }

    .gnb_another .menu2{
      position: absolute;
      width: 100%;
      background: rgba(30,36,56,0.7);
      max-height: 0;
      transition: max-height 1s;
      overflow: hidden;
      box-sizing: border-box;
    }
    .gnb_another .menu2 li{
      padding: 7px 7px;
    }
    .gnb_another .menu2 li:nth-child(1){
      padding: 20px 7px 7px 7px;
    }
    .gnb_another .menu2 li:last-child{
      padding: 7px 7px 20px 7px;
    }


    .gnb_another .menu2 a{
      color:#fff;
      font-size: 12px;
    }
    .gnb_another .menu2 a:hover {
      color: #ffee00;
    }

    .gnb_another .menu1>li:hover  .menu2{
      max-height: 100vw;
      transition: max-height 2s;
    }

    /* gnb_scroll css  */
    .gnb_scroll {
      animation: menu 0.5s forwards;
      animation-delay: 0;
      position: relative;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      font-size: 0px;
      overflow: hidden;
    box-shadow: 0px 0px 15px -5px;
    }


    .gnb_scroll .gnb_inner {
      width: 100%;
      max-width:none;
      margin: 0 auto;
      position: relative;
      height: 65px;
      line-height: 65px;
      overflow: hidden;
    }

    .gnb_scroll .logo {
      position: absolute;
      left: 50%;
      top: 0px;
      width:260px;
      margin-left: -130px;
      text-align: center;
    }

    .gnb_scroll .logo a {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      width:80%;
    }

    .gnb_scroll .logo img {
      width:100%;
      vertical-align: middle;
    }

    .gnb_scroll .banner {
      display: none;
    }

    .gnb_scroll .banner img {
      height: 70%;
      padding: 0 7px;
      vertical-align: middle;
    }


    .gnb_scroll .number {
      float: left;
      font-weight: 500;
      padding-left: 20px;
      height: 65px;
      line-height: 65px;
	  letter-spacing:-2px;
    }

    .gnb_scroll .number li {
      display: inline-block;
      margin-right: 20px;
      font-size: 12px;
      line-height:18px;
      vertical-align: middle;
    }

    .gnb_scroll .number a {
      color: #ed6f16;
      font-size: 14px;
      display:block;
    }

    /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
    .gnb_scroll .all_button_box {
      float: right;
      width: 65px;
      height: 65px;
      line-height: 65px;
      text-align: center;
      transition: all 0.3s;
      overflow: hidden;
      transition: all 0.3s;
      position: relative;
    }

    .gnb_scroll .all_button_box .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
      transition: all 1.0s;
    }

    .gnb_scroll .all_button_box:hover .bg {
      width: 200%;
      height: 200%;
    }

    .gnb_scroll .login_box {
      float:right;
      font-weight: 500;
      font-size: 12px;
      margin-right:30px;
    }




    .gnb_scroll .gnb_another {
      display: none;
    }



    /* ¿Ã¸Þ´º ¹öÆ° */
    .all_button {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 30px;
      height: 25px;
      box-sizing: border-box;
      line-height: normal;
      position: relative;
      z-index: 1;
    }

    .all_button_m {
      display: none;
    }

    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }

    .menu-trigger {
      position: relative;
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: middle;
    }

    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
      top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
      top: 50%;
      margin-top: -2px;
    }

    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
    }

    .menu_active span:nth-of-type(1) {
      transform: translateY(10px) translateX(-3px) rotate(-39deg);
    width: 35px;
      border: 0;
    }

    .menu_active span:nth-of-type(2) {
      opacity: 0;
    }

    .menu_active span:nth-of-type(3) {
      transform: translateY(-10px) translateX(-3px) rotate(39deg);
      width: 35px;
      border: 0;
    }




    /* ¿Ã¸Þ´º */
    .all_menu {
      position: absolute;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      line-height: normal;
      padding: 0px;
      box-sizing: border-box;
      display: none;
      opacity: 0;
      top: 0px;
      z-index: 9999;
    }

    .all_menu .all_menu_wrap {
      position: relative;
    }

    .all_menu .all_menu_box {
      box-sizing: border-box;
      height: 0px;
      overflow: hidden;
      background-image: url(/img/all_menu_bg.jpg);
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #fff;
    }

    .all_menu_inner_box {
    line-height: normal;
    box-sizing: border-box;
    padding-left: 55px;
    padding-right: 50px;
    overflow-y: scroll;
    background-image: linear-gradient(to right, rgba(255,255,255, 1.0),rgba(255,255,255, 1.0), rgba(0, 0, 0, 0.0));
    }

    .all_menu_inner_box>ul {
      line-height: normal;
      vertical-align: middle;
      display: inline-block;
    }

    .all_menu_inner_box>ul>li {
      margin-bottom: 20px;
      font-size: 0;
      transition: 0.3s all;
      opacity: 0;
      position: relative;
    }

    .all_menu_inner_box>ul>li:last-child {
      margin-bottom: 0px;
    }

    .all_menu_inner_box>ul>li>ul>li {
      display: inline-block;
      margin: 0 20px 10px 0;
    }

    .all_menu_inner_box>ul>li>ul>li>a {
      font-weight: 500;
      font-size: 16px;
      color: #aaa;
      transition: 0.3s all;
    }

    .all_menu_inner_box>ul>li>p {
      font-weight: 800;
      font-size: 34px;
      margin-bottom: 15px;
      color: #aaa;
      transition: 0.3s all;
    }

    .all_menu_inner_box>ul>li.on>p {
      color: #1e2438;
    }

    .all_menu_inner_box>ul>li.on>ul>li>a {
      color: #1e2438;
    }

    .all_menu .exit {
      cursor: pointer;
      position: absolute;
      right: 20px;
      bottom: 20px;
      background: url(/img/all_menu_x.png) no-repeat left center;
      height: 50px;
      line-height: 50px;
      font-size: 45px;
      color: #fff;
      padding-left: 60px;
      font-weight: 500;
      display: none;
    }

    .all_menu .exit:hover {
      background: url(/img/all_menu_xc.png) no-repeat left center;
      color: rgb(243, 145, 113);
    }

    .call_m {
      display: none;
    }

}

@media (max-width:767px) {

  /* gnb css  */
  .gnb {
    position: relative;
  }

  .gnb_inner{position:relative;

  background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
  padding-bottom:70px;

  }

  .gnb:after {
    display: block;
    clear: both;
    content: '';
  }

  .gnb .logo {
    text-align: center;
    margin:25px 0;
  }

  .gnb .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .gnb .logo img {
    width: 220px;
    vertical-align: middle;
  }

  .gnb .banner {
    width: 100%;
    text-align: center;
  }

  .gnb .number{
    display: none;
  }


  .gnb .banner img {
    height: 80px;
    padding: 0 15px;
  }

  /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
  .gnb .all_button_box {
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
    position: absolute;
    left:5px;
    top:30px;
    border-radius: 10px;
    overflow: hidden;
  }

  .gnb .all_button_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #b0d673;
    transition: all 0.3s;
  }



  .gnb .call_m {
    position: absolute;
    right:5px;
    top:30px;
    text-align: center;
    transition: all 0.3s;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    overflow: hidden;
  }

  .gnb .call_m a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }

  .gnb .call_m .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ec9e5f;
    transition: all 0.3s;
  }



  .gnb .call_m img {
    height: 30px;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }

  .gnb .login_box {
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
      color: #fff;
      padding: 5px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
  }
  .gnb .login_box a{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
  }


  .gnb .login_box_an {
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
      color: #fff;
      padding: 5px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
  }
  .gnb .login_box_an a{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
  }


  .gnb_another {
    display: none;
  }






  /* gnb_scroll css  */
  .gnb_scroll {
    animation: menu 0.5s forwards;
    animation-delay: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px;
  }

  .gnb_scroll:after {
    display: block;
    clear: both;
    content: '';
  }

  .gnb_scroll .logo {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }

  .gnb_scroll .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .gnb_scroll .logo img {
    width: 100%;
    vertical-align: middle;
  }

  .gnb_scroll .banner {
    display: none;
  }


  /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
  .gnb_scroll .all_button_box {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .gnb_scroll .all_button_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
    transition: all 1.0s;
  }



  .gnb_scroll .call_m {
    float: right;
    text-align: center;
    transition: all 0.3s;
    height: 60px;
    line-height: 60px;
    background: #ec9e5f;
  }

  .gnb_scroll .call_m a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .gnb_scroll .call_m .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
    transition: all 0.3s;
  }



  .gnb_scroll .call_m img {
    height: 30px;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }

  .gnb_scroll .login_box {
    display: none;
  }

  .gnb_scroll .quick_menu {
    display: none;
  }

  /* ¿Ã¸Þ´º ¹öÆ° */
  .all_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 21px;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
  }

  .all_button_m {
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1.5px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu_active span:nth-of-type(1) {
    transform: translateY(9px) translateX(-2px) rotate(-35deg);
    width: 34px;
    border: 0;
  }

  .menu_active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_active span:nth-of-type(3) {
    transform: translateY(-9px) translateX(-2px) rotate(35deg);
    width: 34px;
    border: 0;
  }

  /* ¿Ã¸Þ´º */
  .all_menu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    line-height: normal;
    padding: 0px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    top: 0px;
    z-index: 9999;
  }

  .all_menu .all_menu_wrap {
    position: relative;
  }

  .all_menu .all_menu_box {
    box-sizing: border-box;
    height:0px;
    overflow: hidden;
    background:url(/img/all_menu_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

  }

  .all_menu_inner_box {
    line-height: normal;
    box-sizing: border-box;
    overflow-y: scroll;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.6));
  }

  .all_menu_inner_box>ul {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }

  .all_menu_inner_box>ul>li {
    margin-bottom: 15px;
    font-size: 0;
    transition: 0.3s all;
    opacity: 0;
    position: relative;
  }

  .all_menu_inner_box>ul>li:last-child {
    margin-bottom: 0px;
  }

  .all_menu_inner_box>ul>li>ul>li {
    display: inline-block;
    margin: 0 10px 10px 0;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 3px 3px #555;
  }

  .all_menu_inner_box>ul>li>ul>li>a {
	font-weight: 500;
    font-size: 14px;
    color: #1e2438;
    transition: 0.3s all;
    padding: 5px 10px;
    display: inline-block;
  }

  .all_menu_inner_box>ul>li>p {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
    color: #1e2438;
    transition: 0.3s all;
  }
  .all_menu_inner_box>ul>li>p:before {
    content:"#";
	display:inline-block;
    font-size: 16px;
	margin-right:5px;
  }

  .all_menu_inner_box>ul>li.on>p {
    color: #ea5c18 ;
  }

  .all_menu_inner_box>ul>li.on>ul>li>a {
    color: #ea5c18 ;
  }

  .all_menu .exit {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(/img/all_menu_x.png) no-repeat left center;
    background-size: contain;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    padding-left: 40px;
    font-weight: 500;
    display: none;
  }

  .all_menu .exit:hover {
    background: url(/img/all_menu_xc.png) no-repeat left center;
    background-size: contain;
    color: rgb(243, 145, 113);
  }
}




@media print {

  /* gnb css  */
  .gnb {
    position: relative;
  }

  .gnb_inner{position:relative;
	 background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
	 padding-bottom:70px;

  }

  .gnb:after {
    display: block;
    clear: both;
    content: '';
  }

  .gnb .logo {
    text-align: center;
    margin:25px 0;
  }

  .gnb .logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .gnb .logo img {
    width: 220px;
    vertical-align: middle;
  }

  .gnb .banner {
    width: 100%;
    text-align: center;
  }

  .gnb .number{
    display: none;
  }


  .gnb .banner img {
    height: 110px;
    padding: 0 20px;
  }

  /* ¿Ã¸Þ´º ¹öÆ° ¹Ú½º */
  .gnb .all_button_box {
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
    position: absolute;
    left:5px;
    top:30px;
    border-radius: 10px;
    overflow: hidden;
  }

  .gnb .all_button_box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #b0d673;
    transition: all 0.3s;
  }



  .gnb .call_m {
    position: absolute;
    right:5px;
    top:30px;
    text-align: center;
    transition: all 0.3s;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    overflow: hidden;
  }

  .gnb .call_m a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }

  .gnb .call_m .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ec9e5f;
    transition: all 0.3s;
  }



  .gnb .call_m img {
    height: 30px;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }

  .gnb .login_box {
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
      color: #fff;
      padding: 5px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
  }
  .gnb .login_box a{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
  }


  .gnb .login_box_an {
    background-image: linear-gradient(to right, rgb(173, 215, 121), rgb(214, 202, 33), rgb(243, 145, 113));
      color: #fff;
      padding: 5px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
  }
  .gnb .login_box_an a{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
  }


  .gnb_another {
    display: none;
  }




}