@media screen and (max-width:1024px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 40px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* header */
#header{line-height: 1;height: 150px;}
#header .h_top{height: 100px;border-bottom: 1px solid transparent;transition:.5s}
#header.on .h_top{border-bottom: 1px solid #333;}
#header .inner{position: relative;display: flex; align-items: end; justify-content: space-between; height: 100%;}
#header h1{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
#header h1 img{width: 107px;}

#header .gnb{position: relative;display:flex;gap: 30px;z-index: 1000;}
#header .gnb > li {padding-bottom: 20px;}
#header .gnb > li > a{ display: block; font-size:14px; color:#fff; font-family: 'SUIT';}
#header .gnb > li .hover_menu{position:absolute; display: none;height: 50px; left: 0; top: 35px;width: max-content;}
#header .gnb > li ul{display: flex;align-items: center; gap:30px;height: 100%;}
#header .gnb > li ul li a{display: block;text-align: center;font-size: 14px;color:#fff; font-family: 'SUIT';}

#header .gnb2{position: relative;z-index: 1000; margin-right: 20px;} 
#header .gnb2 > li {padding-bottom: 20px;}
#header .gnb2 > li > a{ display: block; font-size:13px; color:#fff; font-family: 'SUIT';}
#header .gnb2 > li > a img{vertical-align: middle; margin-right: 5px; width: 25px;}
#header .gnb2 > li .hover_menu2{position:absolute; display: none; left: 0; top: 59px;width: max-content; border: 1px solid #333; }
#header .gnb2 > li ul{align-items: center; height: 100%;}
#header .gnb2 > li ul li a{display: block;text-align:left;font-size: 13px;color:#fff; font-family: 'SUIT'; padding: 10px; background: #000;}
#header .gnb2 > li ul li a img{vertical-align: middle; margin-right: 5px; width: 25px;} 

/* visual_wrap */
#visual_wrap{line-height: 1;}
#visual_wrap .box_wrap{display: block;}
#visual_wrap .box_wrap .img_box{position: relative;width: 100%;}
#visual_wrap .box_wrap .img_wrap{position:relative; width:100%; overflow: hidden;}
#visual_wrap .box_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;object-fit: cover;transition:.8s;}
#visual_wrap .box_wrap .img_box:hover img{transform:scale(1.02);}
#visual_wrap .box_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);transition:.5s;}
#visual_wrap .box_wrap .img_box:hover .txt_wrap{top: 33%; }
#visual_wrap .box_wrap .txt_wrap p{font-size: 20px; color: #fff; font-weight: 700; font-family: 'SUIT';letter-spacing: 2px;text-shadow: 0px 0px 20px rgba(0, 0, 0, .7);}
/* #visual_wrap .box_wrap .img_box .video_wrap{padding-bottom: initial;} */
#visual_wrap .box_wrap .img_box video{width: auto; height:100vh; object-fit:fill;transform: translateY(0px);}
#visual_wrap .box_wrap .img_box .right_video video{width: auto; height:100vh; object-fit:fill;}
/* footer */
#footer{line-height: 1; }
#footer .inner{display: flex; align-items: flex-start;justify-content: space-between;padding: 50px 2.6%;}
#footer .a_wrap{display: flex;gap:20px;margin-bottom: 20px;}
#footer .a_wrap a{display: block; font-size: 13px; color: #fff;}
#footer address p{font-size: 13px; color: rgba(255,255,255,.5); line-height: 30px;}
#footer address p.copy{margin-top: 12px;}
#footer .sitemap{display: none;gap:100px}
#footer .sitemap ul li{font-size: 13px; font-weight: 600;color: #fff;}
#footer .sitemap ul li:not(:last-child){margin-bottom: 30px;}
#footer .sitemap ul li a{font-weight: 400;color: rgba(255,255,255,.8);}

#footer .tab_site_menu{display: block;}
#footer .tab_site_menu .menu{border-bottom: 1px solid #333;}
#footer .tab_site_menu .menu em{display: block; height: 70px; line-height: 70px;padding-left: 2.6%;font-size: 13px;color: #fff; font-weight: 600;}
#footer .tab_site_menu .menu ul{display: none;padding-bottom: 30px;}
#footer .tab_site_menu .menu ul li{padding-left: 2.6%;}
#footer .tab_site_menu .menu ul li:not(:last-child){margin-bottom: 25px;}
#footer .tab_site_menu .menu ul li a{display: block;font-size: 13px; color: rgba(255,255,255,.8);}
#footer .tab_site_menu .menu.on ul{display: block;}

/* ====sub================================= */
#sub_contents{font-family: 'SUIT';padding-bottom: 150px;}
#sub_contents.inner_none > .inner{width: 100%;padding: 0;}

#header.sub_header .h_top{border-bottom: 1px solid #333;}
#header .gnb > li.on > a{font-weight: 600;}
#header .gnb > li.on .hover_menu{display: block;}

#footer.sub_footer{border-top: 1px solid #333;}

/* 공통 */
.ul_list01{display: flex;flex-wrap:wrap;gap:20px;}
.ul_list01 li{position: relative;width: calc((100% - 20px) / 2);overflow: hidden;}
.ul_list01 li a{display: block;width: 100%;} 
.ul_list01 li .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.ul_list01 li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.ul_list01 li .txt_wrap{display: none; justify-content: space-between; align-items: flex-end;position: absolute; top: 100%; left: 0; width: 100%; height: 100%; z-index: 1000;padding: 60px;background: linear-gradient(0deg, rgba(154,20,84,.7) 0%, rgba(255,255,255,0) 64%);transition:.5s;}
.ul_list01 li:hover .txt_wrap{top: 0;}
.ul_list01 li .txt_wrap p{font-size: 60px; font-weight: 600;color: #fff;}
.ul_list01 li .txt_wrap em{transition:.4s;}
.ul_list01 li:hover .txt_wrap em{transform:rotate(90deg);}

h6.h6_tit{font-size: 26px; font-weight: 600; color: #fff; margin-bottom: 40px;}

table.tbl01{width: 100%; border-top: 1px solid #fff;}
table.tbl01 th{border-bottom: 1px solid #333; background: #333; color: #fff; padding:20px 15px; font-size: 15px; font-weight: 500;}
table.tbl01 td{border-bottom: 1px solid #333;  color: #fff; padding:20px 15px; font-size: 14px; border-right: 0;}

table.tbl02 th{border-bottom: 1px solid #333; background: #333; color: #fff; padding: 10px; font-size: 15px; font-weight: 500;}
table.tbl02 td{border-bottom: 1px solid #333;  color: #fff; padding: 10px; font-size: 14px;  text-align: center; word-break:keep-all;}
table.tbl02  .can_btn{font-size: 12px; color: #000; background: #fff; display: block; width:60px; padding:3px; margin: 0 auto; border-radius:3px ;}

h5.h5_tit {font-size: 18px; color: #fff; width: fit-content; font-weight: 600; margin-bottom: 20px; position: relative;}
h5.h5_tit:after {position: absolute; content:''; width: 8px; height: 8px; border-radius: 8px; background: #9a1454; top:5px; right: -15px;}

/* depth3 */
ul.depth03{display: flex; align-items: center;  justify-content: center; margin:20px 0 30px;}
ul.depth03 li{font-size: 13px; border: 1px solid #333; border-right: 0; }
ul.depth03 li:last-child{border-right: 1px solid #333;}
ul.depth03 li a{color: #999; padding:10px;}
ul.depth03 li.on{border: 1px solid #fff; background: #fff;}
ul.depth03 li.on a{color: #000;}

/* sub01_cover */
.sub01_cover_wrap{line-height: 1;}
.sub01_cover_wrap .con01{width: 100%;margin-bottom: 80px;}
.sub01_cover_wrap .con01 .img_wrap{position:relative; width:100%; /* padding-bottom:42.969%; */}
.sub01_cover_wrap .con01 .img_wrap video{width: 100%;}
/* .sub01_cover_wrap .con01 .img_wrap img,
.sub01_cover_wrap .con01 .img_wrap video,
.sub01_cover_wrap .con01 .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;object-fit: cover;} */

/* sub0101_4 */
.sub0101_4_wrap .con {gap:30px;}
.sub0101_4_wrap .map_wrap {width: 100%;}
.sub0101_4_wrap .map_wrap iframe {width: 100%; height: 380px;}
.sub0101_4_wrap .add_wrap {width: 100%; padding-left: 0;}
.sub0101_4_wrap .add_wrap .logo_wrap p.p_tit {font-size: 18px; margin:20px 0;}
.sub0101_4_wrap .add_wrap ul.add_con {padding-top: 20px;}
.sub0101_4_wrap .add_wrap ul.add_con li {display: flex; flex-wrap:wrap; align-items:center;}
.sub0101_4_wrap .add_wrap ul.add_con li:not(:first-child) {margin-top: 10px;}
.sub0101_4_wrap .add_wrap ul.add_con li > span {font-size: 16px; width: 9%;}
.sub0101_4_wrap .add_wrap ul.add_con li > p {font-size: 16px; width: 91%;}

/* sub02_cover */
.sub02_cover_wrap{line-height: 1;}
.sub02_cover_wrap .con01{width: 100%;margin-bottom: 80px;}
.sub02_cover_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:42.969%;}
.sub02_cover_wrap .con01 .img_wrap img,
.sub02_cover_wrap .con01 .img_wrap video,
.sub02_cover_wrap .con01 .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;object-fit: cover;}

.sub02_cover_wrap .con02 .box{width: 100%;}
.sub02_cover_wrap .con02 .box:not(:last-child){margin-bottom: 78px;}
.sub02_cover_wrap .con02 .box .img_box{position:relative; width:100%; padding-bottom:42.969%;overflow: hidden;}
.sub02_cover_wrap .con02 .box .img_box img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%; transition:.5s;}
.sub02_cover_wrap .con02 .box:hover .img_box img{transform:scale(1.01);}
.sub02_cover_wrap .con02 .box .txt_box{margin: 30px auto 0;width: fit-content;}
.sub02_cover_wrap .con02 .box .txt_box p{text-align: center;font-size: 25px; color: #fff; font-weight: 400;letter-spacing: 2px;}
.sub02_cover_wrap .con02 .box .txt_box span{position: relative;display: block;margin: 0 auto;width: fit-content;margin-top: 20px;font-size: 14px; color: #fff; font-weight: 300;}
.sub02_cover_wrap .con02 .box .txt_box span::after{content:'';position: absolute; bottom: -4px; right: 0; width: 100%; height: 1px; background: #fff;transition:.3s;}
.sub02_cover_wrap .con02 .box .txt_box span::before{content:'';position: absolute; bottom: -4px; left: 0; width: 0px; height: 1px; background: #fff;transition:.3s;transition-delay: .3s;}
.sub02_cover_wrap .con02 .box .txt_box:hover span::after{width: 0%; }
.sub02_cover_wrap .con02 .box .txt_box:hover span::before{width: 100%; }

/* sub0102_view */
.sub0102_view_wrap .top_wrap{display: flex; gap:50px; align-items: center; flex-direction: column;}
.sub0102_view_wrap .top_wrap .img_wrap{ width: 100%;}
.sub0102_view_wrap .top_wrap .img_wrap .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub0102_view_wrap .top_wrap .img_wrap img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; width: 100%;}
.sub0102_view_wrap .top_wrap .txt_wrap{width: 100%;}
.sub0102_view_wrap .top_wrap .txt_wrap span{font-size: 15px; color: #fff; opacity: 0.5;}
.sub0102_view_wrap .top_wrap .txt_wrap strong{display: block; line-height: 1; color: #fff; font-size: 36px; margin: 15px 0 30px;}
.sub0102_view_wrap .top_wrap .txt_wrap p{font-size: 16px; color: #fff; line-height: 1.8; word-break:keep-all;}
.sub0102_view_wrap .top_wrap .txt_wrap ul{border-top: 1px solid rgba(255,255,255,0.2); margin-top: 30px; padding-top: 30px;}
.sub0102_view_wrap .top_wrap ul.sns_wrap{display: flex; align-items: center; gap:25px;}
.sub0102_view_wrap .top_wrap ul.sns_wrap li img{max-width: 25px;}
.sub0102_view_wrap .list_wrap{margin-top: 100px;}
.sub0102_view_wrap .list_wrap .tab_tit{display: flex; justify-content: center; gap:40px; font-size: 24px; font-weight: 600; margin-bottom: 40px;}
.sub0102_view_wrap .list_wrap .tab_tit li{cursor:pointer; color: #fff; opacity: 0.4;}
.sub0102_view_wrap .list_wrap .tab_tit li.on{color: #fff; border-bottom: 2px solid #fff; opacity: 1;}
.sub0102_view_wrap .album .box_wrap{display: flex; flex-wrap:wrap; gap:40px 20px;}
.sub0102_view_wrap .album .box{width: calc((100% - 60px)/4);}
.sub0102_view_wrap .album .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 100%; overflow:hidden;}
.sub0102_view_wrap .album .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .album .box p{font-size: 16px; font-weight: 400; color: #fff; margin-top: 20px; margin-bottom: 2px;} 
.sub0102_view_wrap .album .box span{font-size: 14px; color: #fff; opacity: 0.5; font-weight: 400;}
.sub0102_view_wrap .youtube .box_wrap{display: flex; flex-wrap:wrap; gap:40px 20px;}
.sub0102_view_wrap .youtube .box{width: calc((100% - 40px)/3);}
.sub0102_view_wrap .youtube .box .img{text-align: center; position: relative; width: 100%; height:0; padding-bottom: 56.25%; overflow:hidden;}
.sub0102_view_wrap .youtube .box .img img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.sub0102_view_wrap .youtube .box p{font-size: 16px; font-weight: 400; color: #fff; margin-top: 20px; margin-bottom: 2px;} 
.sub0102_view_wrap .youtube .box span{font-size: 14px; color: #fff; opacity: 0.5; font-weight: 400;}

.sub0102_view_wrap .popup2{position: relative;  width:600px; height: 338px; overflow:hidden; box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);}
.sub0102_view_wrap .popup2 .slick-list{height:338px;}	
.sub0102_view_wrap .popup2 figure.you_video iframe{width: 600px; height: 338px; position: absolute; left: -40px; top: -13px;}


/* sub0102_list_view */
.sub0102_view_list_wrap .list_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0102_view_list_wrap .list_wrap li{position: relative;width: calc((100% - 40px) / 3);overflow: hidden;}
.sub0102_view_list_wrap .list_wrap li a{display: block;width: 100%;} 
.sub0102_view_list_wrap .list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.sub0102_view_list_wrap .list_wrap li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap{display: flex; justify-content: space-between; align-items: flex-end;position: absolute; top: 100%; left: 0; width: 100%; height: 100%; z-index: 1000;padding: 15px;background: linear-gradient(0deg, rgba(154,20,84,.7) 0%, rgba(255,255,255,0) 64%);transition:.5s;}
.sub0102_view_list_wrap .list_wrap li:hover .txt_wrap{top: 0;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap p{font-size: 26px; font-weight: 600;color: #fff;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap em{transition:.4s;transition-delay: .4s;}
.sub0102_view_list_wrap .list_wrap li .txt_wrap img{width: 25px;}
.sub0102_view_list_wrap .list_wrap li:hover .txt_wrap em{transform:rotate(90deg);}


/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/c_images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';display: none;opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/c_images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 65px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 30px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 95px);margin-left: 30px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 21px;border: 1px solid #eee;padding: 0 10px;font-size: 13px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 0;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 16px; color: #000;}
.basic_bd01_view .file_box{padding: 22px 35px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:20px 10px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/c_images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 49%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 14px; padding-top: 14px; margin-top: 14px;}
.gallery_bd02 .con ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/c_images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

/* sub0101 */
.sub0101_wrap .sub_con {display: flex; gap:150px; justify-content: center; align-items: center; flex-direction: column;
background: url(/c_images/sub/sub0101_bg.png) top 10% right 10% no-repeat; height: 600px; background-size: cover;}
.sub0101_wrap .txt_wrap {position: relative; padding: 20px 0;}
.sub0101_wrap .txt_wrap::before {position: absolute; content: ""; width:80%; height: 1px; left: 10%; top: -30%; background:#fff; transform: translateY(-50%);}
.sub0101_wrap .txt_wrap p {font-size: 16px; color: #fff; margin-bottom: 20px; text-align:center;}
.sub0101_wrap .txt_wrap p i {display: block;}
.sub0101_wrap .txt_wrap p:last-child {margin-bottom: 0;}

/* sub0301 */
.sub0103_wrap i {display: none;}
.sub0103_wrap .sub_inner {width: 100%; margin: 0 auto;}
.sub0103_wrap .con {margin-top:50px;}
.sub0103_wrap .con:before {margin-top:0;}
.sub0103_wrap p, .sub0103_wrap li {word-break:keep-all;}
.sub0103_wrap .con .con_box .ul_tb {width:100%;border-top:1px solid #fff;}
.sub0103_wrap .con .con_box .ul_tb > li {display:flex; gap: 20px; padding:20px;border-bottom:1px dashed #333; }
.sub0103_wrap .con .con_box .ul_tb > li:first-child {margin-top: 0;}
.sub0103_wrap .con .con_box .ul_tb > li .p_tit01 {font-size:16px;color:#eee;font-weight:400; position: relative; padding-right: 10px; width: 11%;}
.sub0103_wrap .con .con_box .ul_tb > li .p_tit01:after {position: absolute; content:''; width: 2px; height: 10px; background: #fff; top:7px; right: -15px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap {margin-left: 20px; width: 90%;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 {font-size:15px;color:#eee;font-weight:500; display: flex; flex-wrap:wrap; gap:15px; align-items:center;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 > span {color:#fff;line-height:30px; text-align: center; display:block;text-align:center;width: 30px; height: 30px; border-radius: 50%; background: #9a1454; font-size: 12px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .p_txt01 a.write_btn{display: inline-block; width: 160px; height: 40px; background: #4D3D6C; border-radius: 5px; font-size:15px; color: #fff; text-align: center; line-height: 40px; margin-left: 20px;}
.sub0103_wrap .con .con_box .ul_tb > li .p_txt01_1 {margin-top:20px;}
.sub0103_wrap .con .con_box .ul_tb > li .p_txt01_1:first-child {margin-top:0;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap {margin-top:20px;margin-left:40px;display:flex; gap: 15px; flex-direction: column;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box {position:relative;padding:20px;border:1px solid #333; width: 100%; min-height: 180px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box:nth-child(1) {background: url(/c_images/sub/sub0103_bg01.png)no-repeat bottom 30px right 30px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box:nth-child(2) {background: url(/c_images/sub/sub0103_bg02.png)no-repeat bottom 30px right 30px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > span {position:absolute;left:4px;top:-13px;font-size:40px;font-weight:bold;color:#fff;z-index:-1;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > p {font-size:15px;color:#fff;font-weight:500;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box > img {padding-top:20px;margin-left:25px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 {margin-top:15px;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li {position:relative;padding-left:14px;font-size:15px;color:#eee; font-weight: 300;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li strong {font-weight: 600; color:#fff;}
.sub0103_wrap .con .con_box .ul_tb > li .txt_wrap .box_wrap .box .ul_style01 > li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#fff;}

.sub0103_wrap .con .ul_box {display:flex;flex-wrap:wrap;gap:15px;}
.sub0103_wrap .con .ul_box > li {width:calc((100% - 30px) / 3);height:140px;display:flex;justify-content:center;align-items:center;flex-direction: column; gap:10px;}
.sub0103_wrap .con .ul_box > li .img {width: 100%; text-align:center;}
.sub0103_wrap .con .ul_box > li .img img {height: 35px; margin: 0 auto;}
.sub0103_wrap .con .ul_box > li .p_tit02 {font-size:16px;color:#fff; border-bottom: 2px solid #fff; line-height: 1.3;}
.sub0103_wrap .con .ul_box > li .p_txt02 {font-size:16px;color:#fff;font-weight:600;}

.sub0103_wrap .con .div_box {width:100%;border:1px solid #fff; /* background: rgba(154,20,84,0.4); */ display:flex;align-items: center;padding:20px 30px;}
.sub0103_wrap .con .div_box .p_txt03 {font-size:16px;color:#fff;padding-left:25px;}

ul.ul_style03 {border: 1px solid #333; padding: 20px;}
ul.ul_style03 > li {position:relative;padding-left:20px;font-size:15px;color:#eee;line-height:2; font-weight: 300;}

/* sub0103_2 */
.sub0103_2_wrap .sub_inner {width: 100%; margin: 0 auto;}
.sub0103_2_wrap .con01{display:flex; flex-wrap: wrap; gap:30px; margin-bottom:50px; }
.sub0103_2_wrap .input_box{width:100%; margin-bottom:50px;}
.sub0103_2_wrap .input_box02{width:100%; margin-bottom:50px;}
.sub0103_2_wrap .input_box03{margin-bottom:0;}
.sub0103_2_wrap .input_box p{margin-bottom:20px; padding-left: 20px; position: relative; font-size:16px; color:#fff;}
.sub0103_2_wrap .input_box p::before{position: absolute; content: '';  left: 0px; top: 4px; width: 16px; height: 16px;}
.sub0103_2_wrap .input_box span{margin-right:20px;font-size:15px; color:#969696;vertical-align: middle;}
.sub0103_2_wrap .input_box span:last-child{margin-right:0;}

.sub0103_2_wrap .input_box .home_info_box .search_wrap{display:flex; gap:20px; }
.sub0103_2_wrap .input_box .home_info_box .search_wrap a.home_search_bth{display:inline-block; width:160px; height:35px; background:#333; font-size:14px; color:#fff; text-align:center; line-height:35px; }
.sub0103_2_wrap .input_box .home_info_box .home_txt_wrap{display:flex; gap:20px; margin-top:20px; }

.sub0103_2_wrap .input_box02 span {display: block; margin-bottom: 20px;}
.sub0103_2_wrap .input_box02 span:last-child {margin-bottom: 0;}
.sub0103_2_wrap .input_box02 span input[type="file"]{margin-left:10px; }

.sub0103_2_wrap .con02 .agreement_wrap{margin-top:20px; }
.sub0103_2_wrap .con02 .agreement_wrap span{margin-right:20px;font-size:15px; color:#969696;vertical-align: middle;}
.sub0103_2_wrap .con02 .agreement_wrap span:last-child{margin-right:0;}

.sub0103_2_wrap .con02 ul.ul_style02 > li {position:relative;padding-left:20px;font-size:15px;color:#eee;line-height:1.8;}
.sub0103_2_wrap .con02 ul.ul_style02 > li:before {position:absolute;left:0;content:'#';}
.sub0103_2_wrap .con02 ul.ul_style02 > li > span {color:#eee;font-weight:500;}

.sub0103_2_wrap .con03 {margin-top: 50px;}
.sub0103_2_wrap .con03 .txt_wrap{height: 200px;padding: 15px;}
.sub0103_2_wrap .con03 .txt_wrap::-webkit-scrollbar {width: 4px;  /* 스크롤바의 너비 */}
.sub0103_2_wrap .con03 .txt_wrap::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #c0c0c0; /* 스크롤바의 색상 */border-radius: 2px;}
.sub0103_2_wrap .con03 .txt_wrap::-webkit-scrollbar-track {background: #222;  /*스크롤바 뒷 배경 색상*/}
.sub0103_2_wrap .con03 .txt_wrap p{font-size: 15px;color: #eee;line-height: 28px;margin-bottom: 22px;}
.sub0103_2_wrap .con03 .txt_wrap p:last-child{margin-bottom: 0;}

.sub0103_2_wrap .con03 .c_box{display: flex;justify-content: flex-end;margin-top: 35px;}
.sub0103_2_wrap .con03 .c_box input{display: none;}
.sub0103_2_wrap .con03 .c_box label{position: relative;font-size: 15px;color: #eee;font-weight: 300;padding-left: 35px;}
.sub0103_2_wrap .con03 .c_box label strong {color: #fff; font-weight: 500;}
.sub0103_2_wrap .con03 .c_box label:after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 26px;height: 26px;border: 1px solid #333;}
.sub0103_2_wrap .con03 .c_box label:before{content:'';position: absolute;left: 4px;top: 50%;transform:translateY(-50%);background:url(/c_images/sub/online_bd02_ico02.png)center no-repeat;background-size:cover ;  
width: 18px;height: 12px;z-index: 10;}
.sub0103_2_wrap .con03 .c_box input:checked + label:before{background: url(/c_images/sub/online_bd02_ico02_2.png)center no-repeat #fff; background-size: cover; width: 18px;height: 12px;}
.sub0103_2_wrap .con03 .c_box input:checked + label:after{background: #fff; width: 26px;height: 26px; border: 1px solid #fff;}

div.btn_wrap{margin-top:50px; text-align:center; }
div.btn_wrap a{font-size:14px;}
div.btn_wrap input[type="submit"]{font-size:14px;}

input:focus {outline: none;}
textarea:focus {outline: none;}
input[type="text"].input_txt01{display:block; width:100%; border:0; border-bottom:1px solid #333; font-size:15px; color:#eee; background: #000;}
input[type="text"].input_txt02{display:block; width:30%; border:0; border-bottom:1px solid #333; font-size:15px; color:#eee; background: #000;}
input[type="text"].input_txt03{display:block; width:200px; height:35px; border:0; border:1px solid #333; font-size:15px; color:#eee; background: #000;}
input[type="text"].input_txt04{display:block; width:100%; border:0; border-bottom:1px solid #333; font-size:15px; color:#eee; background: #000;}
input[type="text"].input_txt05{display:inline-block; margin-left:10px; width:90%; border:0; border-bottom:1px solid #333; font-size:15px; color:#eee; background: #000;}
input[type="radio"].input_radio01{margin-right:5px; }
select.select01{border:1px solid #333; width:29%; font-size:15px; color:#eee; height:35px; background: #000;}
textarea.textarea01{width:100%; border:1px solid #333;  background: #000; color:#eee; font-size: 15px; padding: 10px;}

/* sub0201_4 */
.sub0201_4_wrap{width: 100%; border: 1px solid #333; margin: 0 auto; padding:50px; margin-top: 100px;}
.sub0201_4_wrap .con{width: 100%; margin: 0 auto;}
.sub0201_4_wrap p{font-size: 20px; font-weight: 500; color: #fff;}
.sub0201_4_wrap .input_wrap{display: flex; margin: 20px 0;}
.sub0201_4_wrap input{width: 80%; padding:13px 10px; outline: 0; font-size: 14px; color: #000;}
.sub0201_4_wrap button{background: #333; color: #fff; width: 20%; padding: 10px; font-size: 14px;}
.sub0201_4_wrap span{color: #aaa; font-weight: 300; font-size: 14px;}

/* sub0201_4_3 */
.sub0201_4_3_wrap .bot_wrap{margin-top: 100px;}

/* sub0201_4_4 */
.sub0201_4_4_wrap{width: 100%; margin-top: 80px;}
.sub0201_4_4_wrap .con{margin-bottom: 60px;}
.sub0201_4_4_wrap table{width: 100%; margin: 0 auto;}


/* sub0101_5 */
.sub0101_5_wrap .con ul{display:flex; flex-wrap:wrap; justify-content:center; gap:30px;}
.sub0101_5_wrap .con ul li{color:#fff; text-align:center; border:1px solid #fff; border-radius:10px; overflow:hidden;}
.sub0101_5_wrap .con ul li p{padding:10px;}

/* inquiry */
.inquiry .infoForm{width: 100%;border: 1px solid #333;margin: 0 auto;padding:50px; margin-top:30px;}
.inquiry label{font-size:17px; width:80px; color:#fff; display:block;}
.inquiry input{width: 100%; padding:10px;}
.inquiry .form_group{display:flex; justify-content:center; align-items:flex-start; margin-bottom:20px; flex-direction:column; gap: 15px;}
.inquiry .form-group .submit{font-size:14px; width:160px; background:#fff; color:#222; padding:8px; text-align:center; margin:30px auto 0; display:block;}
}