@charset "utf-8";

  @media print {
    #template-header,
    #template-sub-header,
    #template-footer,
    .left-menu,
    .submenu-area,
    .pc-visible,
    .mobile-visible
    {
      display:none !important;
    }

    #contents {
      margin-top:0 !important;
      padding-top:0 !important;
    }

    .contents-wrap div {
      float:left !important;
    }
  }

  /* 메인 visual */
  #template-main #main-page {
    position: relative;
  }

  #template-main #main-page .main-info {
    position: absolute;
    text-align: center;
    top: 25.3%;
    width: 100%;
    z-index: 1;
  }

  #template-main #main-page .main-info .txt1 {
    height: 122px;
    text-indent: -9999px;
    background: url(/images/main_txt1.png) no-repeat 50% 50%;
    background-size: contain;
    margin-bottom: 45px;
    max-width: 85%;
    margin: auto;    
  }

  #template-main #main-page .main-info .txt2 {
    height: 72px;
    text-indent: -9999px;
    background: url(/images/main_txt2.png) no-repeat 50% 50%;
    background-size: contain;
  }

  #template-main #main-page .main-info .txt3 {
    font-family: 'Titillium Web', gulim;
    font-size: 60px;
    font-weight: 700;
    color: #f0f6fa;
    line-height: 60px;
    letter-spacing: -3px;
    margin-bottom: 50px;
  }
  #template-main #main-page .quick-link {
    position: absolute;
    top: 60%;
    width: 100%;
    z-index: 1;
    list-style-type: none;
  }
  #template-main #main-page .quick-link .quick-link-wrap {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  #template-main #main-page .quick-link-wrap > div {
    float: left;
    width: 260px;
    height: 200px;
    border-radius: 0 40px 40px 40px;
    overflow: hidden;
    margin: 0 15px;
    max-width: calc(25% - 30px);
  }
  #template-main #main-page .quick-link-wrap > div a {
    position: relative;
    display: block;
    height: 200px;
    cursor: pointer;
    background: url(/images/main_quick_bg.png) no-repeat right -15px bottom -15px;
  }
  #template-main #main-page .quick-link-wrap > div a .title {
    font-family: 'NanumSquare', gulim;
    font-size: 22px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
    padding: 40px 0 0 30px; 
  }
  #template-main #main-page .quick-link-wrap > div a .circle {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(1) a .circle {
    background: url(/images/main_quick01.png) no-repeat 50%,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(2) a .circle {
    background: url(/images/main_quick02.png) no-repeat 50%,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(3) a .circle {
    background: url(/images/main_quick03.png) no-repeat 50%,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(4) a .circle {
    background: url(/images/main_quick04.png) no-repeat 50%,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #000;
    opacity: 0.702;  
    z-index: -1; 
  }
  #template-main #main-page .quick-link-wrap > div a:hover {
    text-decoration: none;
  }
  #template-main #main-page .quick-link-wrap > div a:hover .circle {
    background: #fff url(/images/main_quick_hover.png) no-repeat 50%;
  }
  #template-main #main-page .quick-link-wrap > div a:hover .bg {
    opacity: 1;  
    background: url(/images/main_quick_bg_hover.png) no-repeat right -15px bottom -15px, linear-gradient(180deg, #3d579e 0%, #3d579e 49%, #668efe 100%);;
    transition: opacity .4s;
  }
  
  #template-main #main-page .carousel-inner {
    height: 100%;
  }
  #template-main #main-page .carousel-inner .item {
    height: 100%;
  }
  #template-main #main-page .carousel-inner .item img {
    transform:scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #template-main #main-page .carousel-inner .item.active img {
    transform:scale(1.1);
    -webkit-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
  }
  #template-main #main-page .carousel-indicators {
    bottom: 5%;
  }
  #template-main #main-page .carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 12px;
    font-size: 14px;
    line-height: 44px;
    color: rgba(255,255,255,0.6);
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;    
    text-indent: inherit;
    cursor: pointer;
    background-color: transparent;
  }
  @keyframes slide-progress {100%{stroke-dashoffset:0}}
  #template-main #main-page .carousel-indicators li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)    
  }
  #template-main #main-page .carousel-indicators li svg.mobile-only {
    display: none;
  }
  #template-main #main-page .carousel-indicators li .circle {
    fill:none;
    stroke-width:2px;
    stroke-linecap:round;
    stroke:#fff;
    stroke-dasharray:314;
    stroke-dashoffset:314;
    -webkit-transform:rotate(-90deg);
    -webkit-transform-origin:center center;
    transform:rotate(-90deg);
    transform-origin:center center
  }  
  #template-main #main-page .carousel-indicators li.active .circle {
    animation:slide-progress 10s linear;
  }
  #template-main #main-page .carousel-indicators li.active {
    color: #fff;
  }
  #template-main #main-page .carousel-indicators li .circle1 {
    float: left;
    position: relative;
    width: 48px;
    height: 48px;
    
    cursor: pointer;

  }
  
  /* 공통 */
  #template-main .section-contents {
    width: 1400px;
    margin: 0 auto;
  }  
  #template-main .section-title {
    width: 100%;
    padding: 140px 0px 60px;
    margin: 0 auto;
  }
  #template-main .section-title .title {
    float: left;
    font-family: 'Noto Sans KR', gulim;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 1;
    color: #000;
    padding-right: 20px;
    margin: 0;
  }
  #template-main .section-title .info-txt {
    float: left;
    font-family: 'Noto Sans KR', gulim;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 34px;
    color: #777;
  }

  /* 전시안내 */
  #template-main #guide-page  {
    background-color: #fff;
  }
  #template-main #guide-page .mobile-only {
    display: none;
  }
  #template-main #guide-page .swiper-container {
    width: 100%;
    overflow: visible;
    margin-top: -50px;
  }
  #template-main #guide-page .swiper-button-prev, 
  #template-main #guide-page .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  #template-main #guide-page .swiper-button-prev:after,
  #template-main #guide-page .swiper-button-next:after {
    content: none;
  }  
  #template-main #guide-page .swiper-button-prev {
    left: auto;
    right: 60px;
    top: -40px;
    background:url(/images/icon_prev_swiper.png) no-repeat 50%;
  }
  #template-main #guide-page .swiper-button-next {
    left: auto;
    right: 0;
    top: -40px;
    background:url(/images/icon_next_swiper.png) no-repeat 50%;
  }
  #template-main #guide-page .swiper-slide {
    float: left;
    width: 330px !important;
    height: 440px;
    border-radius: 10px 50px 50px 50px;
    margin: 50px 40px 50px 0;
    box-shadow: 5px 5px 20px 5px #ddd;
  }
  #template-main #guide-page .swiper-slide > a .img {
    height: 275px;
    overflow: hidden;
  }
  #template-main #guide-page .swiper-slide > a .txt {
    padding: 40px;
  }
  #template-main #guide-page .swiper-slide > a .txt .title {
    font-size: 28px;
    font-weight: bold;
    color: #383838;
    letter-spacing: -1px;
    line-height: 1;
    padding-bottom: 17px;
  }
  #template-main #guide-page .swiper-slide > a .txt .info-txt {
    font-size: 16px;
    font-weight: 500;
    color: #777;
    letter-spacing: -1px;
    line-height: 22px;
  }
  #template-main #guide-page .swiper-slide > a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background-color: #000;
    border-radius: 10px 50px 50px 50px;
    opacity: 0;  
    z-index: 0; 
  }
  #template-main #guide-page .swiper-slide > a:hover {
    text-decoration: none;
  }
  #template-main #guide-page .swiper-slide > a:hover .bg {
    opacity: .9;  
    background: linear-gradient(0deg, #3d579d 0%, #3d579d 28%, #658efe 100%);
    transition: opacity .4s;
  }
  #template-main #guide-page .swiper-slide > a:hover .txt {
    position: relative;
    z-index: 1;
  }
  #template-main #guide-page .swiper-slide > a:hover .txt .title,
  #template-main #guide-page .swiper-slide > a:hover .txt .info-txt {
    color: #fff;
  } 
  
  /* 지난 전시회 */
  #template-main #history-page  {
    background-color: #fff;
  }
  #template-main #history-page .history-ul {
    list-style-type: none;
    padding: 0;
  }
  #template-main #history-page .history-ul > li {
    float: left;
    width: calc(100% / 3);
    overflow: hidden;
  }
  #template-main #history-page .history-ul > li:nth-child(1) {
    border-radius: 50px 0 0 50px;
    border-right: 1px solid #fff;
  }
  #template-main #history-page .history-ul > li:nth-last-child(1) {
    border-radius: 0 50px 50px 0;
    border-left: 1px solid #fff;
  }
  #template-main #history-page .history-ul > li > a {
    position: relative;
    display: block;
    height: 600px;
    padding: 510px 0 0 40px;
  }
  #template-main #history-page .history-ul > li:nth-child(1) > a {
    background: url(/images/guide_bg01.png) no-repeat 0 0 / cover;
  }
  #template-main #history-page .history-ul > li:nth-child(2) > a {
    background: url(/images/guide_bg02.png) no-repeat 0 0 / cover;
  }
  #template-main #history-page .history-ul > li:nth-child(3) > a {
    background: url(/images/guide_bg03.png) no-repeat 0 0 / cover;
  }   
  #template-main #history-page .history-ul > li > a .title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1;
    z-index: 1;
  }
  #template-main #history-page .history-ul > li > a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: 0;  
  }
  #template-main #history-page .history-ul > li:hover > a {
    text-decoration: none;
  }
  #template-main #history-page .history-ul > li:hover > a .bg {
    opacity: .5;
    background-image: linear-gradient(0deg, #3d579e 0%, #3d579e 28%, transparent 100%);
    transition: opacity .4s;
  } 
  
  /* 홍보센터 */
  #template-main #promotion-page  {
    background-color: #f2f4f7;
  }
  #template-main #promotion-page .notice {
    float: left;
    width: calc(50% - 20px);
    height: 554px;
    background-color: #fff;
    padding: 80px 75px;
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
    transition-timing-function: ease;
  }
  #template-main #promotion-page.active .notice {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
    transition-timing-function: cubic-bezier(0,.46,.48,.99);
  }
  #template-main #promotion-page .notice > .title {
    font-size: 30px;
    font-weight: bold;
    color: #000;    
    letter-spacing: -1px;
    line-height: 1;
    padding-bottom: 15px;
  }
  #template-main #promotion-page .notice > .title > a {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 16px;
  }
  #template-main #promotion-page .notice ul {
    height: 350px;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #template-main #promotion-page .notice li {
    height: 70px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
  }

  #template-main #promotion-page .notice li:nth-last-child(1) {
    border-bottom: none;
  }  
  #template-main #promotion-page .notice li .title {
    float: left;
    width: calc(100% - 90px);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 70px;
    color: #000;
  }
  #template-main #promotion-page .notice li .title a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 70px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  #template-main #promotion-page .notice li .title a:hover {
    color: #3d579e;
  }
  #template-main #promotion-page .notice li .date {
    float: right;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    color: #777;
    line-height: 70px;
    padding: 0px 0px 0px 19px;
  }
  #template-main #promotion-page .news-show {
    float: right;
    width: calc(50% - 20px);
    margin: 0 0 40px 20px;
    margin-top: 50px;
    opacity: 0;
    -webkit-transition: all 0.2s 0.1s;
    transition: all 0.2s 0.1s;
    transition-timing-function: ease;
  }
  #template-main #promotion-page.active .news-show {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: all 0.5s 0.7s;
    transition: all 0.5s 0.7s;
    transition-timing-function: cubic-bezier(0,.46,.48,.99);
  }
  #template-main #promotion-page .news-show a:hover {
    text-decoration: none;
  }
  #template-main #promotion-page .news-show .news-letter {
    float: left;
    display: block;
    width: 320px;
    height: 300px;
    padding: 40px;
    border-radius: 30px;
    background: #dde4f9 url(/images/news_letter.png) no-repeat right 28px bottom 25px;
  }
  #template-main #promotion-page .news-show .show-guide {
		position: relative;
    float: right;
    display: block;
    width: 320px;
    height: 300px;
    padding: 40px;
    border-radius: 30px;
    background: #c9eaf7 url(/images/show_guide.png) no-repeat right 15px bottom 15px;
  }		  
  #template-main #promotion-page .news-show .title {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    line-height: 1;
    padding-bottom: 10px;
  }
  #template-main #promotion-page .news-show .title1 {
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 700;
    color: #383838;
    letter-spacing: -1px;  
    line-height: 1;  
    margin-bottom: 10px;
  }
  #template-main #promotion-page .news-show .show-guide-link {
		float:left;
		display: block;
    height: 25px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
	}
  #template-main #promotion-page .news-show .show-guide-kor {
    margin-right: 10px;
    background: #005dd1;
  }
  #template-main #promotion-page .news-show .show-guide-eng {
    background: #d43399;
	}


  #template-main #promotion-page .view-1400 {
    display: none;    
  }
  #template-main #promotion-page .sns {
    float: right;
    width: calc(50% - 20px);
    height: 214px;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
    margin-top: 50px;
    opacity: 0;
    -webkit-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    transition-timing-function: ease;
  }
  #template-main #promotion-page.active .sns {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: all 0.5s 0.9s;
    transition: all 0.5s 0.9s;
    transition-timing-function: cubic-bezier(0,.46,.48,.99);
  }
  #template-main #promotion-page .sns .title {
    font-family: "Roboto";
    font-size: 22px;
    color: #383838;
    font-weight: 700;
    line-height: 1;
    padding-bottom:30px;
  }
  #template-main #promotion-page .sns ul {
    padding: 0px;
  }
  #template-main #promotion-page .sns li {
    float: left;  
    list-style-type: none;
    width: 120px;
  }
  #template-main #promotion-page .sns li a {
    display: block;
    font-family: 'Noto Sans KR', gulim;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #777;
    text-align: center;
    padding-top: 70px;
  }
  #template-main #promotion-page .sns li .blog {
    background: url(/images/sns_blog2.png) no-repeat 50% 0 / 60px 60px;
  }
  #template-main #promotion-page .sns li .instagram {
    background: url(/images/sns_instagram2.png) no-repeat 50% 0 / 60px 60px;
  }
  #template-main #promotion-page .sns li .facebook {
    background: url(/images/sns_facebook2.png) no-repeat 50% 0 / 60px 60px;
  }
  #template-main #promotion-page .sns li .kakao {
    background: url(/images/sns_kakao2.png) no-repeat 50% 0 / 60px 60px;
  }
  #template-main #promotion-page .sns li .youtube {
    background: url(/images/sns_youtube2.png) no-repeat 50% 0 / 60px 60px;
  }
  body.fp-viewing-4 #template-main #promotion-page .notice,
  body.fp-viewing-4 #template-main #promotion-page .news-show,
  body.fp-viewing-4 #template-main #promotion-page .sns {
    opacity: 1;
    margin-top: 0px;
  }
  
  /* page navigation */
  #fp-nav {
    display: none !important;
  }

.bx-wrapper > ul {
  list-style-type:none;
}

.bx-wrapper > ul > li {
  float:left;
  width:180px;
  height:60px;
  position: relative;
  margin-right: 9px;
  margin-bottom:20px;
}

.bx-wrapper > .bx-viewport > ul > li > a {
  display:table-cell;
  vertical-align:middle;
  width:180px;
  height:60px;
}

.bx-wrapper > .bx-viewport > ul > li > a > img {
  border:0px solid #ddd;
  max-height:50px;
  max-width:180px;
}

.main-partners2 {clear:both; border-right:1px solid #ddd; background:#f5f5f5; zoom:1;padding:0 30px;}
.main-partners2:after {content:""; display:block; clear:both;}
.main-partners2 h3 {float:left; width:110px; height:90px; line-height:90px; }
.main-partners-body2 {position:relative; height:60px; margin-left:200px; padding:15px 0 0 0;}
.main-partners-body2 .bx-prev,
.main-partners-body2 .bx-next {position:absolute; top:45%; margin-top:0; width:16px; height:17px; overflow:hidden; text-indent:-9999em; background:url(/images/controls.png) no-repeat;}
.main-partners-body2 .bx-prev {left:-100px; background-position:0 0;}
.main-partners-body2 .bx-next {left:-80px; background-position:-16px 0;}

.main-partners2 .bx-wrapper {max-width: none !important;}

@media screen and (min-width:769px) and (max-width:1430px) {
  
  /* 공통 */
  #template-main .section-contents {
    width: calc(100% - 40px);
    margin: 0 20px;
  }  

  /* 홍보센터 */
  #template-main #promotion-page .notice {
    float: left;
    width: calc(100% - 340px);
    height: 554px;
    background-color: #fff;
    padding: 80px 20px;
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
    transition-timing-function: ease;
  }
  #template-main #promotion-page .news-show {
    float: right;
    width: 320px;
    margin: 0 0 40px;
    margin-top: 50px;
  }
  #template-main #promotion-page .news-show .news-letter {
    float: none;
    display: block;
    width: 320px;
    height: 267px;
    margin-bottom: 20px;
  }
  #template-main #promotion-page .news-show .show-guide {
    float: none;
    display: block;
    width: 320px;
    height: 267px;
  }
  #template-main #promotion-page .view-1400 {
    display: block;    
  }
  #template-main #promotion-page .sns {
    float: none;
    width: 100%;
    height: 214px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:768px) {

  /* 메인 visual */
  #template-main #main-page {
    height: 180vw !important;
  }
  #template-main #main-page .main-info {
    position: absolute;
    text-align: center;
    top: 29vw;
    width: 100%;
    z-index: 1;
  }

  #template-main #main-page .main-info .txt1 {
    width: 71%;
    height: 15vw;
    text-indent: -9999px;
    background: url(/images/main_txt1.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto;
  }

  #template-main #main-page .main-info .txt2 {
    width: 53%;
    height: 11vw;
    text-indent: -9999px;
    background: url(/images/main_txt2.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto;
  }

  #template-main #main-page .main-info .txt3 {
    font-family: 'Titillium Web', gulim;
    font-size: 6vw;
    font-weight: 700;
    color: #f0f6fa;
    line-height: 5vw;
    letter-spacing: -1px;
    margin-bottom: 5vw;
  }
  
  #template-main #main-page .quick-link {
    position: absolute;
    top: 70vw;
    width: 100%;
    z-index: 1;
    list-style-type: none;
  }
  #template-main #main-page .quick-link .quick-link-wrap {
    width: calc(100% - 4vw);
    margin: 0 auto;
  }
  #template-main #main-page .quick-link-wrap > div {
    float: left;
    width: calc(50% - 4vw);
    height: 33vw;
    border-radius: 0 5.5vw 5.5vw 5.5vw;
    overflow: hidden;
    margin: 1vw 2vw;
    max-width: none;
  }
  #template-main #main-page .quick-link-wrap > div a {
    position: relative;
    display: block;
    height: 33vw;
    cursor: pointer;
    background: url(/images/main_quick_bg.png) no-repeat right -4vw bottom -4vw / 27vw auto;
  }
  #template-main #main-page .quick-link-wrap > div a .title {
    font-family: 'NanumSquare', gulim;
    font-size: 4.7vw;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
    padding: 6vw 0 0 4vw; 
  }
  #template-main #main-page .quick-link-wrap > div a .circle {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(1) a .circle {
    background: url(/images/main_quick01.png) no-repeat 50% / 43% auto,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(2) a .circle {
    background: url(/images/main_quick02.png) no-repeat 50% / 53% auto,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(3) a .circle {
    background: url(/images/main_quick03.png) no-repeat 50% / 56% auto,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div:nth-child(4) a .circle {
    background: url(/images/main_quick04.png) no-repeat 50% / 53% auto,linear-gradient(0deg, #3d579e 0%, #3d579e 28%, #668efe 100%); 
  }
  #template-main #main-page .quick-link-wrap > div a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.702;  
    z-index: -1; 
  }
  #template-main #main-page .quick-link-wrap > div a:hover {
    text-decoration: none;
  }
  #template-main #main-page .quick-link-wrap > div a:hover .circle {
    background: #fff url(/images/main_quick_hover.png) no-repeat 50% / 2.2vw auto;
  }
  #template-main #main-page .quick-link-wrap > div a:hover .bg {
    opacity: 1;  
    background: url(/images/main_quick_bg_hover.png) no-repeat right -4vw bottom -4vw / 27vw auto, linear-gradient(180deg, #3d579e 0%, #3d579e 49%, #668efe 100%);
    transition: opacity .4s;
  }  
  
  
  

  #template-main #main-page .carousel-inner {
    width: 100%;
    height: 100%;
  }

  #template-main #main-page .carousel-inner .item {
    height: 100%;
  }

  #template-main #main-page .carousel-inner .item img {
    transform:scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #template-main #main-page .carousel-inner .item.active img {
    transform:scale(1);
  }


  #template-main #main-page .carousel-inner .item:nth-child(1) img {
    content:url(/images/main_visual01m.png);
  }

  #template-main #main-page .carousel-inner .item:nth-child(2) img {
    content:url(/images/main_visual02m.png);
  }

  #template-main #main-page .carousel-inner .item:nth-child(3) img {
    content:url(/images/main_visual03m.png);
  }
  #template-main #main-page .carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 8.3vw;
    height: 8.3vw;
    margin: 0 1.5vw;
    font-size: 2.2vw;
    line-height: 7vw;
    color: rgba(255,255,255,0.6);
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;    
    text-indent: inherit;
    cursor: pointer;
    background-color: transparent;
  }
  #template-main #main-page .carousel-indicators li .circle1 {
    float: left;
    position: relative;
    width: 8.3vw;
    height: 8.3vw;    
    cursor: pointer;
  }
  #template-main #main-page .carousel-indicators li svg.pc-only {
    display: none;
  }
  #template-main #main-page .carousel-indicators li svg.mobile-only {
    display: block;
  }

  /* 공통 */
  #template-main .section-contents {
    width: calc(100% - 8vw);
    margin: 0 4vw;
  }  
  #template-main .section-title {
    width: 100%;
    padding: 11vw 0 5vw;
    margin: 0 auto;
  }
  #template-main .section-title .title {
    float: left;
    font-family: 'Noto Sans KR', gulim;
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    color: #000;
    padding-right: 20px;
    margin: 0;
  }
  #template-main .section-title .info-txt {
    float: left;
    font-family: 'Noto Sans KR', gulim;
    font-size: 2.5vw;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 2vw;
    color: #777;
  }

  /* 전시안내 */
  #template-main #guide-page  {
    background-color: #fff;
  }
  #template-main #guide-page .pc-only {
    display: none;
  }
  #template-main #guide-page .mobile-only {
    display: block;
    margin: 0 -2vw;
  }
  #template-main #guide-page .swiper-slide {
    float: left;
    width: calc(50% - 4vw) !important;
    height: 61vw;
    border-radius: 1.4vw 7vw 7vw 7vw;
    margin: 0 2vw 4vw;
    box-shadow: 5px 5px 20px 5px #ddd;
  }
  #template-main #guide-page .swiper-slide > a .img {
    height: 33vw;
    overflow: hidden;
  }
  #template-main #guide-page .swiper-slide > a .img img {
    width: 100%;
  }
  #template-main #guide-page .swiper-slide > a .txt {
    padding: 5vw;
  }
  #template-main #guide-page .swiper-slide > a .txt .title {
    font-size: 4vw;
    font-weight: bold;
    color: #383838;
    letter-spacing: -1px;
    line-height: 1;
    padding-bottom: 2vw;
  }
  #template-main #guide-page .swiper-slide > a .txt .info-txt {
    font-size: 3vw;
    font-weight: 500;
    color: #777;
    letter-spacing: -1px;
    line-height: 1.3;
  }
  #template-main #guide-page .swiper-slide > a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 61vw;
    background-color: #000;
    border-radius: 1.4vw 7vw 7vw 7vw;
    opacity: 0;  
    z-index: 0; 
  }
  #template-main #guide-page .swiper-slide > a:hover {
    text-decoration: none;
  }
  #template-main #guide-page .swiper-slide > a:hover .bg {
    opacity: .9;  
    background: linear-gradient(0deg, #3d579d 0%, #3d579d 28%, #658efe 100%);;
    transition: opacity .4s;
  }
  #template-main #guide-page .swiper-slide > a:hover .txt {
    position: relative;
    z-index: 1;
  }
  #template-main #guide-page .swiper-slide > a:hover .txt .title,
  #template-main #guide-page .swiper-slide > a:hover .txt .info-txt {
    color: #fff;
  } 

  /* 지난 전시회 */
  #template-main #history-page .history-ul {
    margin-bottom: 11vw;
  }
  #template-main #history-page .history-ul > li {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #template-main #history-page .history-ul > li:nth-child(1) {
    border-radius: 4vw 4vw 0 0;
    border-bottom: 1px solid #fff;
  }
  #template-main #history-page .history-ul > li:nth-last-child(1) {
    border-radius: 0 0 4vw 4vw;
    border-top: 1px solid #fff;
  }
  #template-main #history-page .history-ul > li > a {
    position: relative;
    display: block;
    height: 40vw;
    padding: 30vw 0 0 5vw;
  }
  #template-main #history-page .history-ul > li:nth-child(1) > a {
    background: url(/images/guide_bg01m.png) no-repeat 0 0 / cover;
  }
  #template-main #history-page .history-ul > li:nth-child(2) > a {
    background: url(/images/guide_bg02m.png) no-repeat 0 0 / cover;
  }
  #template-main #history-page .history-ul > li:nth-child(3) > a {
    background: url(/images/guide_bg03m.png) no-repeat 0 0 / cover;
  }   
  #template-main #history-page .history-ul > li > a .title {
    position: relative;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1;
    z-index: 1;
  }
  #template-main #history-page .history-ul > li > a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vw;
    opacity: 0;  
  }
  #template-main #history-page .history-ul > li:hover > a {
    text-decoration: none;
  }
  #template-main #history-page .history-ul > li:hover > a .bg {
    opacity: .5;
    background-image: linear-gradient(0deg, #3d579e 0%, #3d579e 28%, transparent 100%);
    transition: opacity .4s;
  } 

  /* 홍보센터 */
  #template-main #promotion-page .notice {
    float: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 8vw 5vw;
    margin-top: 0;
    border-radius: 4vw;
    overflow: hidden;
    opacity: 1;
  }
  #template-main #promotion-page.active .notice {
    opacity: 1;
    margin-bottom: 4vw;
  }
  #template-main #promotion-page .notice > .title {
    font-size: 4vw;
    font-weight: bold;
    color: #000;    
    letter-spacing: -1px;
    line-height: 1;
    padding-bottom: 4vw;
  }
  #template-main #promotion-page .notice > .title > a {
    float: right;
    font-size: 3vw;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 1vw;
  }
  #template-main #promotion-page .notice ul {
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #template-main #promotion-page .notice li {
    height: 16vw;
    padding: 4vw 0;
    border-bottom: 1px solid #eee;
    list-style-type: none;
  }

  #template-main #promotion-page .notice li:nth-last-child(1) {
    border-bottom: none;
  }  
  #template-main #promotion-page .notice li .title {
    float: none;
    width: 100%;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;
    color: #000;
    margin-bottom: 2vw;
  }
  #template-main #promotion-page .notice li .title a {
    display: block;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  #template-main #promotion-page .notice li .title a:hover {
    color: #3d579e;
  }
  #template-main #promotion-page .notice li .date {
    float: none;
    font-family: "Roboto";
    font-size: 3vw;
    font-weight: 500;
    color: #777;
    line-height: 1;
    padding: 0;
  }
  #template-main #promotion-page .news-show {
    float: none;
    width: 100%;
    margin: 4vw 0;
    opacity: 1;
  }
  #template-main #promotion-page .news-show a:hover {
    text-decoration: none;
  }
  #template-main #promotion-page .news-show .news-letter {
    float: left;
    display: block;
    width: calc(50% - 2vw);
    height: 41vw;
    padding: 5.5vw;
    border-radius: 4vw;
    background: #dde4f9 url(/images/news_letter.png) no-repeat right 3vw bottom 3vw / 32vw auto ;
  }
  
  
  #template-main #promotion-page .news-show .show-guide {
    float: right;
    display: block;
    width: calc(50% - 2vw);
    height: 41vw;
    padding: 5.5vw;
    border-radius: 4vw;
    background: #c9eaf7 url(/images/show_guide.png) no-repeat right 2vw bottom 2vw / 30vw auto;
  }
  #template-main #promotion-page .news-show .title {
    font-size: 2.7vw;
    font-weight: 500;
    color: #222;
    line-height: 1;
    padding-bottom: 1.5vw;
  }
  #template-main #promotion-page .news-show .title1 {
    font-family: "Roboto";
    font-size: 3vw;
    font-weight: 700;
    color: #383838;
    letter-spacing: -1px;  
    line-height: 1;  
  }
  #template-main #promotion-page .news-show .show-guide-link {
		float:left;
		display: block;
    height: 5vw;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 3vw;
    color: #fff;
    line-height: 5vw;
    margin-bottom: 1px;
	}
  #template-main #promotion-page .news-show .show-guide-kor {
    margin-right: 10px;
    background: #005dd1;
  }
  #template-main #promotion-page .news-show .show-guide-eng {
    background: #d43399;
	}


  #template-main #promotion-page .view-1400 {
    display: block; 
  }
  #template-main #promotion-page .sns {
    float: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 4vw;
    padding: 5vw;
    margin: 0 0 11vw;
    opacity: 1;
  }
  #template-main #promotion-page .sns .title {
    font-family: "Roboto";
    font-size: 4vw;
    color: #383838;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 4vw;
  }
  #template-main #promotion-page .sns ul {
    padding: 0px;
    margin: 0 -2.2vw;
  }
  #template-main #promotion-page .sns li {
    float: left;  
    list-style-type: none;
    width: 20%;
  }
  #template-main #promotion-page .sns li a {
    display: block;
    padding-top: 12vw;
    text-indent: -9999px;
  }
  #template-main #promotion-page .sns li .blog {
    background: url(/images/sns_blog2.png) no-repeat 50% 0 / 12vw 12vw;
  }
  #template-main #promotion-page .sns li .instagram {
    background: url(/images/sns_instagram2.png) no-repeat 50% 0 / 12vw 12vw;
  }
  #template-main #promotion-page .sns li .facebook {
    background: url(/images/sns_facebook2.png) no-repeat 50% 0 / 12vw 12vw;
  }
  #template-main #promotion-page .sns li .kakao {
    background: url(/images/sns_kakao2.png) no-repeat 50% 0 / 12vw 12vw;
  }
  #template-main #promotion-page .sns li .youtube {
    background: url(/images/sns_youtube2.png) no-repeat 50% 0 / 12vw 12vw;
  }
  body.fp-viewing-4 #template-main #promotion-page .notice,
  body.fp-viewing-4 #template-main #promotion-page .news-show,
  body.fp-viewing-4 #template-main #promotion-page .sns {
    opacity: 1;
    margin-top: 0px;
  }

  .main-partners2 {
    display:none !important;
  }

  #template-main .main-contents {
    padding-top1:100px;
  }

  #template-main .main-visual {
    height:570px;
  }

  #template-main .main-visual01 {
    width:100%;
    height: 330px;
  }

  #template-main .main-visual02 {
    width:50%;
    height:240px;
    left:0;
    bottom:0;
  }

  #template-main .main-visual03 {
    width:50%;
    height:240px;
  }

  #template-main .main-left-txt1 {
    margin:0px 10%;
  }

  #template-main .main-left-txt2 {
    margin:0px 25%;
   }

  #template-main .main-left-txt3 {
    padding:0px;
    font-size:35px;
  }

  #template-main .main-right-txt1 {
    font-size:30px;
  }

  #template-main .main-right-txt3 {
    font-size:13px;
  }

  #template-main .exhibitor-search {
    display: none;
    height1:480px;
    padding1:0px 20px;
  }

  #template-main .es-div1 {
    float:left;
    width:90%;
  }

  #template-main .es-div2 {
    clear:both;
    float:left;
    width:90%;
    padding:0px;
  }

  #template-main .es-condition .search-label  {
    font-size:20px;
    width:70px;
    margin-left:10px;
  }

  #template-main .es-txt1 {
    font-size:30px;
    padding-top:50px;
  }

  #template-main .es-txt2 {
    font-size:19px;
    padding-top:35px;
    padding-bottom:45px;
  }

  #template-main .es-condition {
    margin:30 auto !important;
    width:100%;
  }

  #template-main .es-condition label {
    font-size:13px;
    margin-right:10px;
  }

  #template-main .es-condition > div > tree-view > .input-group {
    max-width:70%;
  }

  #template-main .es-condition  select {
    font-size:15px;
    width:100px;
    margin-right:10px;
  }

  #template-main .input-area {
    width:100%;
  }

  #template-main .input-txt {
    font-size:20px;
    font-weight:500;
    width:75%;
    padding-left:10px;
  }

  #template-main .input-btn {
    font-size:20px;
    width:24%;
  }

  #template-main .quick-btn> ul >li {
    width:50%;
  }

  #template-main .quick-btn-txt {
    font-size:25px;
  }

  #template-main .quick-btn-txt1 {
    font-size:25px;
  }

  #template-main .notice-history {
    height:auto;
    margin: 0px;
  }

  #template-main .notice {
    width:100%;
    padding:0px 2.5%;
  }

  #template-main .history {
    width:100%;
    padding:0px 2.5%;
  }

  #template-main .nh-title {
    font-size:25px;
    margin:40px 0px 20px 0px;
  }

  #template-main .more {
    font-size:15px;
  }

  #template-main .notice-tbl tr {
    height:50px;
  }

  #template-main .notice-title {
    font-size:14px;
  }

  #template-main .mrl {
    margin: 0px 5px;
  }

  #template-main .notice-date {
    font-size:13px;
    line-height:50px;
  }

  #template-main .history-img {
    height:210px;
    margin-bottom:50px;
  }

  #template-main .etc-btn {
    clear:both;
    background-color:#ecedf0;
  }

  #template-main .etc-btn > ul > li{
    width:100%;
    height:240px;
  }

  #template-main .etc-btn > ul > li > p {
    font-size:20px;
    padding:20px;
  }


  #template-main .newsletter-img > a {
    width:100%;
  }

}


