@charset "UTF-8";
.swiper-wrapper {
  transition-timing-function: ease-out;
  position: relative;
  display: flex;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  display: inline-block;
  flex-shrink: 0;
}

/*visual*/
#visual {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 690px) {
  #visual {
    max-width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual {
    max-width: 100%;
  }
}
#visual .list {
  display: flex;
  width: 1920px;
}
@media (min-width: 320px) and (max-width: 690px) {
  #visual .list {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #visual .list img {
    width: 100%;
    height: 20rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .list img {
    width: 100%;
    height: 20rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #visual .list img {
    width: 100%;
    height: 35rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #visual .list img {
    width: 100%;
  }
}

.control_btn {
  position: absolute;
  bottom: 1.6rem;
  left: 42rem;
  width: 30rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 320px) and (max-width: 690px) {
  .control_btn {
    right: 0;
    left: auto;
    width: 17rem;
    height: 5rem;
    bottom: 1.6rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control_btn {
    right: 0;
    left: auto;
    width: 20rem;
    height: 5rem;
    bottom: 1.6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .control_btn {
    right: 0;
    left: auto;
  }
}
.control {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 8rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control {
    height: 5rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control {
    height: 5rem;
  }
}
.control > li {
  float: left;
  font-weight: 900;
}
.control > li.num {
  line-height: 3.2rem;
  padding: 0 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li.num {
    font-size: 1rem;
    padding: 0;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control > li.num {
    font-size: 1rem;
    padding: 0;
  }
}
.control > li.num span.now {
  color: #000;
}
.control > li > a {
  display: block;
  float: left;
}
.control > li > a.btn_arrow {
  background: url("/pages/arch/img/icon_arrow_prev.png") 50% 50% no-repeat;
  width: 5.5rem;
  height: 0.8rem;
  padding: 1.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li > a.btn_arrow {
    background-size: 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .control > li > a.btn_arrow {
    background-size: 3rem;
  }
}
.control > li > a.btn_next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.control > li > a.btn_play {
  background: url("/pages/arch/img/icon_arrow_play.png") 50% 50% no-repeat;
  width: 1.1rem;
  height: 1.5rem;
  margin: 0.2rem 0 0 1.3rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li > a.btn_play {
    margin: 0;
  }
}
.control > li > a.btn_stop {
  background: url("/pages/arch/img/icon_arrow_stop.png") 50% 50% no-repeat;
  width: 1.2rem;
  height: 1.4rem;
  margin: 0.2rem 0 0 1.3rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .control > li > a.btn_stop {
    margin: 0;
  }
}

.control_btn_pop {
  position: absolute;
  top: 0;
  right: 0;
}
.control_btn_pop .control {
  height: auto;
}

#bbs_section {
  width: 1500px;
  margin: 0 auto;
  padding: 5rem 0 0 0;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 690px) {
  #bbs_section {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #bbs_section {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #bbs_section {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #bbs_section {
    padding: 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #bbs_section {
    padding: 2rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #bbs_section {
    padding: 2rem;
  }
}

/*게시판*/
#news {
  width: 54rem;
  height: 32rem;
  float: left;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news {
    width: 100%;
    height: 42rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #news {
    width: 100%;
    height: 34rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #news {
    width: 100%;
    width: calc(100% - 960px);
  }
}
#news .tabmenu {
  position: relative;
  margin-top: -1rem;
}
#news .tabmenu .wrap {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap.on .tab > a {
    background: #445EA5;
    color: #fff !important;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap .tab {
    width: 100%;
    text-align: center;
  }
}
#news .tabmenu .wrap .tab > a {
  font-size: 1.7rem;
  display: block;
  line-height: 4.5rem;
  padding: 0 1rem;
  color: #666;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap .tab > a {
    padding: 0;
    border: 1px solid #ddd;
    width: 33.3%;
    float: left;
    margin: -0.1rem 0 0rem -0.1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #news .tabmenu .wrap .tab > a {
    padding: 0 0.2rem;
    font-size: 1.5rem;
  }
}
#news .tabmenu .wrap .tab > a:hover {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.tabmenu .on .tab a {
  border: 4px solid #ffd100;
  border-radius: 25px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 690px) {
  .tabmenu .on .tab a {
    border-radius: 0;
  }
}

#news .tabmenu .wrap .cnt {
  width: 100%;
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 1;
  min-height: 26.2rem;
  background: #f8f8f8;
}
#news .tabmenu .wrap .cnt ul {
  padding: 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap .cnt {
    top: 10rem;
  }
}
#news .tabmenu .wrap .cnt a.btn_more {
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/pages/arch/img/bbs_btn_more.png") right center no-repeat;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap .cnt a.btn_more > span {
    display: block;
    font-size: 1.4rem;
    width: auto;
    height: auto;
    line-height: 4rem;
    position: static;
    color: #999;
    padding: 0 0 0 2rem;
    text-align: center;
    margin-left: -1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap .cnt a.btn_more {
    bottom: -4.5rem;
    width: 100%;
    height: 4rem;
    top: auto;
    display: block;
    border: 1px solid #ddd;
    background-size: 1.8rem;
    background-position: 62% center;
  }
}
#news .tabmenu .wrap .cnt ul > li {
  position: relative;
  float: left;
  width: 100%;
}
#news .tabmenu .wrap .cnt ul > li:before {
  content: "";
  display: block;
  position: absolute;
  background: #ffd100;
  width: 4px;
  height: 4px;
  top: 13px;
}
#news .tabmenu .wrap .cnt ul > li > a {
  float: left;
  font-size: 1.6rem;
  color: #555;
  font-weight: 100;
  padding-left: 20px;
  line-height: 3.1rem;
  width: 74%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 690px) {
  #news .tabmenu .wrap .cnt ul > li > a {
    font-weight: 500;
  }
}
#news .tabmenu .wrap .cnt ul > li > a > span.date {
  color: #35b2b2;
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
}
#news .tabmenu .wrap .cnt ul > li > a:hover {
  font-weight: 500;
  color: #222;
}

/*공통*/
.sec_tit {
  position: relative;
  padding-bottom: 1.5rem;
}
.sec_tit a.btn_more {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/pages/arch/img/bbs_btn_more.png") right center no-repeat;
  display: block;
  width: 28px;
  height: 28px;
}
h3.main_tit {
  font-size: 2.1rem;
  line-height: 3rem;
  color: #000;
}

/*팝업존*/
#popzone {
  float: left;
  margin-left: 3rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #popzone {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #popzone {
    margin-left: 0;
    width: 49%;
  }
}
#popzone .popzone > ul {
  display: flex;
  width: 45rem;
  height: 26.2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #popzone .popzone > ul {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #popzone .popzone > ul {
    height: 34rem;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #popzone .popzone > ul > li {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #popzone .popzone > ul > li img {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #popzone .popzone > ul > li img {
    width: 100%;
    height: 34rem;
  }
}

/*미디어*/
#media {
  float: left;
  margin-left: 3rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #media {
    margin-left: 0;
    padding-top: 2rem;
    width: 100%;
    height: 30rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #media {
    margin-left: 2%;
    width: 49%;
    height: 30rem;
  }
}
#media .media {
  float: left;
  width: 45rem;
  height: 26.3rem;
  background: #000;
}
@media (min-width: 320px) and (max-width: 690px) {
  #media .media {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #media .media {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #media .media {
    height: 34rem;
  }
}
#media .media .media iframe {
  width: 100%;
  height: 100%;
}

/*갤러리*/
#gallery_sec {
  width: 1500px;
  margin: 0 auto;
  padding-top: 4rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery_sec {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #gallery_sec {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #gallery_sec {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery_sec {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #gallery_sec {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #gallery_sec {
    width: 100%;
    padding: 2rem;
  }
}

#gallery {
  position: relative;
}
#gallery .gallery_container {
  position: relative;
}
#gallery .gallery_container > a.btn_more {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/pages/arch/img/bbs_btn_more.png") right center no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  z-index: 999;
}
#gallery .sec_tit_tab {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  z-index: 999;
}
#gallery .sec_tit_tab ul li a {
  display: block;
  float: left;
  font-size: 1.7rem;
  line-height: 5rem;
  padding: 0 1.3rem;
  height: 5.3rem;
}
#gallery .sec_tit_tab ul li a.on {
  border: 4px solid #ffd100;
  border-radius: 25px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 700;
  line-height: 4.5rem;
}
#gallery .sec_tit_tab ul li a:hover {
  color: #000;
  text-decoration: none;
}
#gallery .btn_wrap a {
  display: block;
}
#gallery .btn_wrap a.btn_arrow {
  background: url("/pages/arch/img/icon_photo_prev.png") 50% 50% no-repeat;
  width: 6.7rem;
  height: 4.4rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery .btn_wrap a.btn_arrow {
    background: url("/pages/arch/img/m_btn_prev.png") 50% 50% no-repeat;
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #gallery .btn_wrap a.btn_arrow {
    background: url("/pages/arch/img/m_btn_prev.png") 50% 50% no-repeat;
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #gallery .btn_wrap a.btn_arrow {
    background: url("/pages/arch/img/m_btn_prev.png") 50% 50% no-repeat;
    width: 4.5rem;
    height: 4.5rem;
  }
}
#gallery .btn_wrap a.prev {
  position: absolute;
  top: 50%;
  left: -10rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery .btn_wrap a.prev {
    left: 0;
    z-index: 999;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #gallery .btn_wrap a.prev {
    left: 0;
    z-index: 999;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #gallery .btn_wrap a.prev {
    left: 0;
    z-index: 999;
  }
}
#gallery .btn_wrap a.next {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  position: absolute;
  top: 50%;
  right: -10rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery .btn_wrap a.next {
    right: 0;
    z-index: 999;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  #gallery .btn_wrap a.next {
    right: 0;
    z-index: 999;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #gallery .btn_wrap a.next {
    right: 0;
    z-index: 999;
  }
}
#gallery .gallery_container ul {
  display: flex;
}
#gallery .gallery_container ul > li {
  width: 28rem;
  height: 18rem;
  position: relative;
  margin: 0 2rem 0 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery .gallery_container ul > li {
    height: 26rem;
  }
}
#gallery .gallery_container ul > li .photo_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 18rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  #gallery .gallery_container ul > li .photo_box {
    height: 26rem;
  }
}
#gallery .gallery_container ul > li .photo_box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #fff;
  letter-spacing: -0.04em;
  font-weight: 500;
  overflow: hidden;
  width: 100%;
}
#gallery .gallery_container ul > li .photo_box .title p {
  position: relative;
  z-index: 999;
  padding-left: 1.5rem;
  font-size: 1.4rem;
}
#gallery .gallery_container ul > li .photo_box .title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4rem;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#gallery .gallery_container ul > li .photo_box > img {
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
#gallery .gallery_container ul > li .photo_box .ovrly {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery .gallery_container ul > li .photo_box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*# sourceMappingURL=main.css.map */
