/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765863116
Updated: 2025-12-16 05:31:56

*/
.header .search-icon {display: none;}

.notice-con, .quick-con, .gallery-con, .partner-con
{padding-top: 10rem;}

/* main-visual-con */
.visual-con 
{position: relative; height: 100dvh;}
.vis-slider-wrap 
{z-index: 1;}

.vis-top-layer 
{width: 100%; position: absolute; top: 38%; left: 0; z-index: 10;}
.vis-top-layer .txt-wrap .subtitle 
{font-size: 3.3rem; color: #afe2ff; font-family: 'Paperozi'; font-weight: 200; letter-spacing: -0.1rem;}
.vis-top-layer .txt-wrap .title 
{padding: 1.5rem 0 2rem; font-size: 7.2rem; color: #fff; font-family: 'Paperozi'; font-weight: 700; letter-spacing: -0.1rem;}
.vis-top-layer .txt-wrap .detail 
{color: #fff; font-size: 2.2rem; line-height: 1.9; font-weight: 300;}

/* 페이지네이션 */
.vis-top-layer .main-visual-controls
{margin-top: 14rem;}
.vis-top-layer .pro-wrap 
{display: flex; align-items: center; gap: 2rem;}
.arrow-controls
{display: flex;}
.arrow-controls .arrow i
{font-size: 3rem; color: #fff; transition: all 0.3s ease; cursor: pointer;}
.arrow-controls .arrow i:hover
{opacity: 0.6;}

/* 스크롤다운 */
.visual-con .scroll-down
{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; gap: 2rem; align-items: center;}
.visual-con .scroll-down p
{font-size: 1.3rem; color: #fff; font-family: 'Poppins'; font-weight: 500;}
.visual-con .scroll-down .bg
{position: relative; display: inline-block; width: 2px; height: 6rem; background-color: #ffffff30;}
.visual-con .scroll-down .bg .bar
{display: inline-block; width: 100%; height: 2rem; background-color: #fff; animation: scrollMove 1.6s ease-in-out infinite;}

@keyframes scrollMove {
  0%   { transform: translateY(0); opacity: 0.8; }
  50%  { transform: translateY(6rem); opacity: 0; }
  100% { transform: translateY(6rem); opacity: 0;}
}

/* main-notice-con */
.notice-con
{position: relative; height: 100dvh; display: flex; align-items: center;justify-content: center;}
.notice-con::before
{content: ""; position: absolute; top: 50%; left: 55%; transform: translate(-50%, -50%); width: 107rem; height: 87rem; background: url("/wp-content/uploads/2026/01/m-notice-bg.jpg") no-repeat center / cover; z-index: -1;}

.notice-wrap
{width: 100%; display: flex; justify-content: space-between;}
.notice-left
{width: 57%;}
.title-con
{display: flex; justify-content: space-between; padding-bottom: 2rem;}
.notice-left .title-con
{margin-bottom: 5rem; border-bottom: 2px solid #bcbcbc;}
.title-con .title-left-wrap
{display: flex; gap: 4.5rem; align-items: center; justify-content: space-between;}
.title-con .title-left-wrap .tab-btn-wrap
{display: flex;}
.notice-left .title-con .title-left-wrap .tab-btn-wrap .btn
{display: inline-block; padding: 0.8rem 2.3rem; font-size: 2rem; color: var(--txt-color); border-radius: 2rem; font-weight: 500; cursor: pointer; transition: all 0.3s ease;}
.notice-left .title-con .title-left-wrap .tab-btn-wrap .btn:hover
{color: #fff; background-color: #8f8f8f;}
.notice-left .title-con .title-left-wrap .tab-btn-wrap .btn.active
{color: #fff; background-color: var(--main-color);}

.notice-right
{width: 37%;}
.notice-right .popup-btn-wrap
{display: flex; align-items: center; gap: 1rem;}
.notice-right .popup-btn-wrap .arrow
{cursor: pointer; transition: all 0.3s ease;}
.notice-right .popup-btn-wrap .arrow:hover
{opacity: 0.7;}
.notice-right .popup-btn-wrap .arrow.pause-wrap span
{font-size: 4rem; color: #a0a0a0;}
.notice-right #gallery-style02-list-pop.cm-gallery-latest .gallery-style02-list .kboard-list-thumbnail
{height: 58rem;}

/* main-quick-con */
.quick-con
{position: relative; height: 100dvh; display: flex; align-items: center; justify-content: center; background: url("/wp-content/uploads/2026/01/m-quick-bg.jpg") no-repeat center / cover fixed;}
.quick-wrap .main-title
{color: #fff; line-height: 1.6; letter-spacing: -0.12rem; font-weight: 500;}

.quick-wrap .quick-btn-wrap
{margin-top: 8rem; display: flex; justify-content: space-between;}
.quick-wrap .quick-btn-wrap .btn
{width: 23%; height: 44rem; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover;}
.quick-wrap .quick-btn-wrap .btn::before
{position: absolute; content: ""; width: 100%; height: 100%; background-color: #000; opacity: 0.4; z-index: 1; transition: 0.3s ease;}
.quick-wrap .quick-btn-wrap .btn *
{position: relative; z-index: 2; transition: 0.3s ease;}
.quick-wrap .quick-btn-wrap .btn a
{padding: 5.5rem 3.5rem; display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%;}
.quick-wrap .quick-btn-wrap .btn a .btn-title
{font-size: 2.4rem; color: #fff; font-family: 'Paperozi';}
.quick-wrap .quick-btn-wrap .btn a .btn-box
{margin-left: auto;  display: inline-block; padding: 1.3rem 4rem; font-size: 1.6rem; color: #fff; background-color: #ffffff30; border-radius: 3rem;}

.quick-wrap .quick-btn-wrap .btn:hover::before
{opacity: 0;}
.quick-wrap .quick-btn-wrap .btn:hover
{box-shadow: 0 0 10px #00000020;}
.quick-wrap .quick-btn-wrap .btn:hover a .btn-title
{text-shadow: 0 0 5px #00000080;}
.quick-wrap .quick-btn-wrap .btn:hover a .btn-box
{background-color: var(--main-color);}

/* main-gallery-con */
.gallery-con
{position: relative; height: 100dvh; display: flex; align-items: center; justify-content: center; background-color: #f5f6f9; overflow: hidden;}
.gallery-wrap 
{width: 100%;}
.gallery-wrap .title-con 
{padding-bottom: 3.5rem;}
.gallery-wrap .contact-con 
{position: relative;}

/* main-lacation-con */
/* 협력기관 */
.partner-con
{position: relative; height: 50dvh; display: flex; align-items: center; justify-content: center;}
.partner-wrap
{display: flex; justify-content: space-between;}
.partner-wrap .partner-left 
{width: 25%;}
.partner-wrap .partner-left .main-title
{line-height: 1.4;}
.partner-wrap .partner-right 
{width: 100%;}
.partner-wrap .partner-right .partner-quick-wrap 
{display: flex; flex-flow: row wrap; justify-content: flex-end; gap: 4rem 6rem;}
.partner-wrap .partner-right .partner-quick-wrap .btn a
{width: 30rem; height: 9rem; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd; transition: all 0.3s ease;}
.partner-wrap .partner-right .partner-quick-wrap .btn a:hover
{box-shadow: 0 0 10px #9cb9d7; transform: translateX(2rem);}

/* 지도 */
.lacation-con 
{position: relative; height: 50dvh; overflow: hidden;}
.lacation-wrap .root_daum_roughmap ,
.lacation-wrap .root_daum_roughmap .wrap_map
{width: 100%; height: 50dvh !important;}
.lacation-wrap .root_daum_roughmap .map_border,.lacation-wrap .root_daum_roughmap .cont
{display: none;}

.lacation-wrap:nth-of-type(1)
{position: relative;}
.lacation-wrap:nth-of-type(1)::before
{content: ""; cursor: pointer; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.1; z-index: 2;}
.lacation-wrap:nth-of-type(1).click::before
{display: none;}

.lacation-wrap:nth-last-of-type(1)
{position: absolute; left: 0; transform: translateX(61%); top: 0; width: 22%; z-index: 9;}
.lacation-wrap .location-detail-box 
{height: 50dvh; padding: 4.5rem 4rem; background-color: #0080ffe3; box-shadow: 0px 0px 10px #00000085;}

.lacation-wrap .location-detail-box .title
{font-size: 3rem; font-weight: 600; color: #fff;}
.lacation-wrap .location-detail-box .detail-name
{width: 3rem; font-size: 2rem; font-weight: 600; color: #fff;}
.lacation-wrap .location-detail-box .detail-value
{font-size: 1.8rem; font-weight: 400; color: #fff;}

.lacation-wrap .location-detail-box .adress-warp .detail-value
{font-size: 2.2rem;}
.lacation-wrap .location-detail-box .adress-warp
{padding: 3.5rem 0 3rem; border-bottom: 1px solid #fff;}
.lacation-wrap .location-detail-box .adress-warp .detail-value
{padding-top: 1.5rem; line-height: 1.5;}

.lacation-wrap .location-detail-box .tel-warp
{padding: 2.5rem 0;}
.lacation-wrap .location-detail-box .tel-warp dl
{display: flex; align-items: center; gap: 2.5rem;}
.lacation-wrap .location-detail-box .tel-warp dl:nth-last-of-type(1)
{padding-top: 2rem;}

.lacation-wrap .lacation-btn a
{display: flex; justify-content: center; width: 100%; padding: 2rem 0; font-size: 1.8rem; color: #fff; border: 1px solid #fff; border-radius: 5rem; transition: all 0.3s ease;}
.lacation-wrap .lacation-btn a span
{display: inline-block; padding-left: 1.5rem; font-size: 1.8rem; color: #fff; transition: all 0.3s ease;}

.lacation-wrap .lacation-btn a:hover
{background-color: #ffffff70; font-weight: 600;}
.lacation-wrap .lacation-btn a:hover span
{padding-left: 1rem;}

/* sub-page---------------------------------------------- */

/* 인사말 */
.sub-content.greeting .sub-title h2 ,.sub-content.greeting .sub-title h2 .point
{line-height: 1.3em; letter-spacing: -0.24rem; font-weight: 800; font-family: 'pretandard';}
.sub-content.greeting .sub-title h2 .point
{color: var(--sub-color);}
.sub-content.greeting .sub-con
{position: relative;}
.sub-content.greeting .sub-con::before
{content: ""; position: absolute; top: 15%; left: 0; width: 100%; height: 100%; background-color: #f3f7fb; z-index: -1;} 
.sub-content.greeting .sub-con::after
{content: ""; position: absolute; top: 63%; left: 50%; transform: translate(-50%,-50%); width: 50rem; height: 30rem; z-index: 0; background: url(/wp-content/uploads/2025/11/html-bg.png) no-repeat center / cover;}
.greeting-wrap
{position: relative; z-index: 2;}
.greeting-img-con 
{position: relative; text-align: center; padding-bottom: 7rem;}
.greeting-img-con .banner
{position: relative; padding: 10rem 2rem; width: 100%;}
.greeting-img-con .banner::before
{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: url(/wp-content/uploads/2025/12/banner.jpg) no-repeat fixed right / cover;}
.greeting-img-con .banner h3
{font-size: 3rem; font-weight: 800; color: #fff; padding-bottom: 2rem;}
.greeting-img-con .banner p
{font-size: 1.8rem; color: #fff;}

.greeting-txt-con h2 
{font-size: 2.8rem; color:#222; font-weight: 700; line-height: 2;}
.greeting-txt-con h3
{margin-bottom: 2rem; font-size: 3rem; color:#101010; letter-spacing: -0.055em; line-height: 1.4em; font-weight: 800;}
.greeting-txt-con p
{margin-top: 2rem; font-size: 2rem; color: #222; font-weight: 500; letter-spacing: -0.055em; line-height: 1.8;}

.greeting-txt-con .ceo-img
{text-align: center; zoom: 1.4;}
.greeting-txt-con .txt-box
{margin-bottom: 3rem; text-align: center;}
.greeting-txt-con div:nth-of-type(2)
{margin: 3rem 0;}
.greeting-txt-con div:nth-of-type(2) p
{margin: 0; font-size: 3rem; font-weight: 700; line-height: 1.6;}

/* 연혁 */
.history-con .history-tab-wrap 
{padding-bottom: 10rem;}
.history-con .history-tab 
{display: flex; justify-content: center; border-bottom: 1px solid #ddd;}
.history-con .history-tab .btn 
{position: relative; padding: 2rem 3rem; font-size: 2.4rem; font-weight: 600; color: #b3b3b3; letter-spacing: -0.06rem; cursor: pointer; transition: all 0.3s ease;}
.history-con .history-tab .btn.active
{font-weight: 700; color: var(--txt-color);}
.history-con .history-tab .btn.active::before
{content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background-color: #000;}

.his-page-wrap .his-top-con 
{position: relative; height: 10rem; overflow: hidden;}
.his-page-wrap .his-top-con .detail 
{position: absolute; bottom: -1.5rem; left: 50%; transform: translateX(-50%); font-size: 10rem; text-align: center; color: #ebebeb; font-weight: 900; letter-spacing: -0.5rem; font-family: "Paperozi", sans-serif; font-style: italic; }
.his-page-wrap .his-list 
{padding: 5rem; display: flex; border-top: 1px solid #eaebec;}
.his-page-wrap .his-list .year 
{width: 20%; font-size: 3.2rem; font-weight: 800;}
.his-page-wrap .his-list .con ul li 
{position: relative; padding-left: 2rem; line-height: 1.5; font-size: 1.8rem; color: #656565;}
.his-page-wrap .his-list .con ul li::before
{content: ""; position: absolute; top: 1.1rem; left: 0; width: 5px; height: 5px; border-radius: 50%; background-color: #444;}
.his-page-wrap .his-list .con ul li:not(:first-child)
{margin-top: 1rem;}
.his-page-wrap .his-list .con ul li .month 
{display: inline-block; width: 3rem;}

/* 조직현황 */
.organ-con .organ-tab-wrap 
{padding-bottom: 10rem;}
.organ-con .organ-tab
{display: flex; justify-content: center; border-bottom: 1px solid #ddd;}
.organ-con .organ-tab .btn
{position: relative; padding: 2rem 3rem; font-size: 2.4rem; font-weight: 500; color: #b3b3b3; letter-spacing: -0.06rem; cursor: pointer; transition: all 0.3s ease;}
.organ-con .organ-tab .btn.active 
{font-weight: 600; color: var(--txt-color);}
.organ-con .organ-tab .btn.active::before
{content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background-color: #000;}
.organ-page .organ-top-con
{position: relative; height: 10rem; overflow: hidden;}
.organ-page .organ-top-con .detail 
{position: absolute; bottom: -1rem; left: 50%; transform: translateX(-50%); font-size: 10rem; text-align: center; color: #ebebeb; font-weight: 600; letter-spacing: -0.5rem; font-family: "GmarketSans"; font-style: italic;}

/* 조직 및 기구 */
.organ-wrap .organ-img
{text-align: center; border-top: 1px solid #eaebec;}
.organ-wrap .organ-img img
{object-fit: none;}

/* 임원현황 */
.org-sec
{margin-bottom: 8rem; border-top: 1px solid #eaebec; border-radius: 2rem 0 0 0;}
.org-sec .title-wrap
{padding: 1rem; margin-bottom: 3rem; display: inline-block; background-color: var(--main-color);}
.org-sec .title-wrap .title
{font-size: 2.4rem; font-weight: 800; color: #fff;;}

.org-list-con .list-wrap 
{display: flex; flex-flow: row wrap; gap: 3rem 2rem;}
.org-list-con .list-wrap .list 
{display: flex; width: 32%; border-radius: 1rem; box-shadow: 0 0 5px #c4cbcf; background-color: #fff; overflow: hidden;}
.org-list-con .list-wrap .list .img 
{width: 40%; height: 100%; display: flex; justify-content: center; align-items: center;}

.org-list-con .list-wrap .list .txt 
{width: 75%; padding: 3rem 2rem 2rem;}
.org-list-con .list-wrap .list .txt .name
{padding-bottom: 1rem; margin-bottom: 1rem; font-size: 1.8rem; font-weight: 800; border-bottom: 1px solid #e9e9e9;}
.org-list-con .list-wrap .list .txt .detail-wrap 
{display: flex; flex-direction: column; gap: 0.8rem;}
.org-list-con .list-wrap .list .txt .detail-wrap .detail-name 
{display: inline-block; padding: 0.5rem; margin-right: 0.5rem; width: 5rem; text-align: center; color: #474747; background-color: #daeaf5; border-radius: 5px;}
.org-list-con .list-wrap .list .txt .detail-wrap .detail-value 
{display: flex; font-size: 1.4rem; color: #5a5a5a; font-weight: 500; line-height: 1.4; letter-spacing: -0.04rem;}

.staff .org-list-con .list-wrap .list
{width: 49%;}
.staff .org-list-con .list-wrap .list .img
{width: 30%;}
.staff .org-list-con .list-wrap .list .txt
{padding: 3rem 2rem;}
.staff .org-list-con .list-wrap .list .txt .name
{padding-bottom: 1.5rem; margin-bottom: 1.5rem;}

/* 찾아오시는길 */
.location-con .root_daum_roughmap 
{width: 100% !important;}
.location-con .cont 
{display: none;}
.location-con .location-wrap 
{padding: 4rem; border: 1px solid #d4dfe4;}
.location-con .location-wrap .adress-top
{padding-bottom: 4rem; text-align: center;}
.location-con .location-wrap .adress-top .adress
{padding-bottom: 1rem; font-size: 3rem; font-weight: 800; letter-spacing: -0.16rem; line-height: 1.6;}
.location-con .location-wrap .adress-top .tel-wrap
{display: flex; gap: 2rem; justify-content: center; align-items: center;}
.location-con .location-wrap .adress-top .tel-wrap li
{font-size: 2rem; font-weight: 600; letter-spacing: -0.14rem; line-height: 1.6; color: #555;}
.location-con .location-wrap .adress-bottom .traffic-wrap
{display: flex; justify-content: space-between; align-items: stretch;}
.location-con .location-wrap .adress-bottom .traffic-wrap li
{padding: 4rem; display: flex; gap: 2rem; width: 100%; background-color: #e9f5fa; border-right: 2px dotted #d4dfe4;}
.location-con .location-wrap .adress-bottom .traffic-wrap li:nth-last-of-type(1)
{border-right: 0;}
.location-con .location-wrap .adress-bottom .traffic-wrap li i
{font-size: 4rem; color: var(--main-color);}
.location-con .location-wrap .adress-bottom .traffic-wrap li .title-wrap .title 
{padding-bottom: 1rem; font-size: 2.4rem; font-weight: 800;}
.location-con .location-wrap .adress-bottom .traffic-wrap li .title-wrap .detail 
{font-size: 1.7rem; color: #444; font-weight: 500; line-height: 1.6; letter-spacing: -0.14rem; font-family: 'pretandard';}
.adress-bottom .title-wrap
{display: block; padding-bottom: 0;}

/* 종목별 소개 */
.event-con .event-wrap
{display: flex;}
.event-con .event-wrap .img-wrap
{height: 100%; box-shadow: 0 0 10px #00000020; border-radius: 1rem; overflow: hidden;}
.event-con .event-wrap .event-info-con
{width: 55%; padding-left: 6rem;}
.event-con .event-wrap .img-wrap .img
{height: 40rem;}
.event-wrap .event-info-con .title-wrap
{display: flex; flex-direction: column; padding-bottom: 2rem; margin-bottom: 3rem; border-bottom: 1px solid #ddd;}
.event-wrap .event-info-con .title-wrap .club-con 
{display: flex; justify-content: flex-end; gap: 1rem; align-items: center;}
.event-wrap .event-info-con .title-wrap .club-con .club-wrap 
{display: flex; align-items: center; background-color: #eee; border-radius: 0.5rem; overflow: hidden;}
.event-wrap .event-info-con .title-wrap .club-con .club-wrap .detail-name 
{width: 8rem; padding: 1rem 0; font-size: 1.6rem; text-align: center; font-weight: 600; color: #fff; background-color: var(--sub-color2); border-radius: 0.5rem;}
.event-wrap .event-info-con .title-wrap .club-con .club-wrap .detail-value 
{padding: 0 1.5rem; font-size: 1.6rem; font-weight: 500;}

.event-wrap .event-info-con .event-info-tit 
{font-size:3.2rem; font-weight: 800;}
.event-wrap .event-info-con .event-info 
{display: flex; flex-direction: column; gap: 1rem;}
.event-wrap .event-info-con .event-info dl
{display: flex; align-items: stretch; gap: 2rem; background-color: #fff; border-radius: 5px; border: 1px solid #ddd; overflow: hidden;}
.event-wrap .event-info-con .event-info .detail-name
{display: flex; justify-content: center; align-items: center; width: 20%; padding: 1rem; font-size: 1.8rem; color: #fff; font-weight: 600; background-color: var(--sub-color);}
.event-wrap .event-info-con .event-info .detail-value
{display: flex; flex-flow: row wrap; align-items: center; font-size: 1.8rem; color: #444; font-weight: 500;}
.event-wrap .event-info-con .event-info .detail-value p,.event-wrap .event-info-con .event-info .detail-value p a
{font-size: 1.8rem; color: #444; font-weight: 500; font-size: 1.8rem;}
.event-wrap .event-info-con .event-info .detail-value p a:hover
{border-bottom: 1px solid var(--main-color); color: var(--main-color);}

.event-detail-wrap 
{margin: 6rem 0; padding: 4rem; background:#f2f6fb;  border-radius: 1rem;}
.event-detail-wrap .detail-tit-con 
{margin-bottom: 2rem;}
.event-detail-wrap .detail-tit-con h4 
{position: relative; padding-left: 3rem; font-size: 2.3rem; color:#222; font-weight: 800;}
.event-detail-wrap .detail-tit-con h4:before 
{content:'\f5ad'; position: absolute; left:0; top: 50%; transform: translateY(-50%); font-size: 2rem; color: var(--main-color); font-family: "Font Awesome 7 Free"}
.event-detail-wrap .detail-txt-con p 
{font-size:1.7rem; font-weight: 500; color: #444; line-height: 1.8;}

.event-wrap.organ .event-info-tit
{padding-bottom: 2rem; font-size: 3.2rem; font-weight: 800;}
.event-con
{margin-bottom: 6rem;}
.event-con:nth-last-child(1)
{margin-bottom: 0;}

/* 종목단체 이미지 슬라이드 */
.sport-page-wrap #gallery-style02-list .gallery-style02-list .kboard-list-item a
{border: 1px solid #dedede;}
.sport-page-wrap #gallery-style02-list.cm-gallery-latest .gallery-style02-list .kboard-list-thumbnail
{height: 30rem;}
.sport-page-wrap #gallery-style02-list.cm-gallery-latest .gallery-style02-list .kboard-list-item
{margin: 0 1rem;}
.sport-page-wrap #gallery-style02-list.cm-gallery-latest .gallery-style02-list .kboard-list-title
{padding: 2rem;}
.sport-page-wrap #gallery-style02-list.cm-gallery-latest .gallery-style02-list .kboard-list-title .tit
{font-size: 1.7rem; padding-bottom: 1rem;}
.sport-page-wrap #gallery-style02-list.cm-gallery-latest .gallery-style02-list .kboard-attr-con span
{font-size: 1.5rem;}
.sport-page-wrap .gallery-slide-controls .arrow.next-btn{right: -5%;}
.sport-page-wrap .gallery-slide-controls .arrow.prev-btn{left: -5%;}

/* 임시 */
.event-con .event-wrap.organ
{display: block;}
/* 종목단체 게시판 답글 버튼 삭제 */
.sport-page-wrap #default-style03-document .kboard-control .left .cm-board-button-small {display: none;}