/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------- 헤드 스타일 ------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#wrap { position:relative; width: 100%; }

/* 모바일 메뉴 */
#menu {display:inline; position:fixed; top:0; right:-300px; width:300px; height:100%; overflow-y: auto; background-color:#fff; z-index:9999999;}
#fade { display:none; position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; background-color:#000; opacity:0.7; z-index:1001;}
#menu .slide_title{height:60px; line-height:60px; background-color:#666; text-align:center;}
#menu .slide_title img {line-height:60px;}
#menu .slide_title i {float:right; color:#fff; margin-right:10px; line-height:60px; font-size:24px; cursor:pointer;}
#menu ul.slide_menu {}
#menu ul.slide_menu > li {border-bottom:1px solid #d3d3d3;}
#menu ul.slide_menu > li > a {display:inline-block; width:100%; padding:5.2% 8%; font-size:16px; color:#666666; font-weight:600;}
#menu ul.slide_menu>li>a { position: relative;}
#menu ul.slide_menu > li .toggle-icon { position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
#menu ul.slide_menu > li > ul {background-color:#0f80bb; padding:4% 5%; display:none;}
#menu ul.slide_menu > li > ul > li {}
#menu ul.slide_menu > li > ul > li a {display:inline-block; width:100%; font-size:14px; color:#fff; line-height:27px; font-weight:400;}
#menu ul.slide_menu > li > ul > li:not(:last-child) {border-bottom: 1px solid #ccc; padding:5px 0;}
#menu ul.slide_menu > li > ul > li:last-child { padding:5px 0;}

#menu .slide_head {background-color:#eee; border-bottom:1px solid #ccc; padding:20px;}
#menu .slide_head:after{clear:both; content:""; display:block;}
#menu .slide_head li {width:99.5%;}
#menu .slide_head li a{display:inline-block; color:#fff; font-size:15px; font-weight:600; height:45px; line-height:45px; text-align:center; width:100%;}
#menu .slide_head .slide_login{height:45px;}
#menu .slide_head .slide_login li{float:left; width:47.4%; background-color:#000; border:1px solid #7c7c7c; text-align:center;}
#menu .slide_head .slide_login li:first-child{margin-right:3.1%;}
#menu .slide_head .slide_login li a{display:inline-block; color:#fff; font-size:14px; font-weight:600; width:100%;}
#menu .slide_head .slide_login a .fa, .slide_head li a .fa {display: inline-block; vertical-align: middle; margin-right: 8px; }
#menu h2.menu_close{cursor:pointer; position:absolute; right:-40px; top:34px; z-index:111; display:none;}
#menu::-webkit-scrollbar {width: 4px; height: 12px;}
#menu::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 10px;}
#menu::-webkit-scrollbar-thumb {background: #888;border-radius: 10px;}
#menu::-webkit-scrollbar-thumb:hover {background: #555;}

#all_search {display: flex; justify-content: center; align-items: center; padding-top:30px;}
#all_search fieldset{position:relative; width:95%; background:#fff; overflow:hidden; }
#all_search fieldset #sch_stx{border:0px; width:100%; height:40px; border:2px solid #ddd; padding:0 5px;}
#all_search fieldset #sch_submit{width:40px; height:40px; background:#ccc; border:0; line-height:40px; position:absolute; right:0px; top:0px; color:#000; font-size:18px; text-align:center; }

#search_box{position:absolute;left:0px;top:0px;width:100%;height:100%;z-index:1002;background:transparent;display:none;}
#search_box .search_close{font-size:40px;display:block;position:absolute;top:50px;right:5%;color:#fff;}
#search_box #search_input_box{position:fixed;transform:translate(-50%, -50%);left:50%;top:50%;}
#search_box #search_input_box .search_input{width:650px;height:53px;line-height:53px;box-sizing:border-box;border:none;border-bottom:2px solid #fff;background:transparent;color:#fff;font-size:25px;}
#search_box #search_input_box .search_input::-webkit-input-placeholder,
#search_box #search_input_box .search_input::-moz-placeholder,
#search_box #search_input_box .search_input::-ms-input-placeholder,
#search_box #search_input_box .search_input::-moz-placeholder,
#search_box #search_input_box input::placeholder{color:#cccf;font-size:25px;}
#search_box #search_input_box .sch_btn{position:absolute;right:5px;bottom:3px;font-size:40px;color:#fff; outline: none;border: none; }
#search_box #search_input_box input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;-webkit-text-fill-color: #fff;font-size:25px;caret-color: white;}
#search_box #search_input_box input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }

/* PC & 모바일 메뉴 */
#header {position:fixed;top:0;left:0;width:100%; transition:0.3s;z-index:50;}
#header #gnb { position: relative; background:transparent; border-bottom:1px solid rgba(255,255,255,0.15);}
#header #gnb .inner {width:calc(100% - 160px); height:40px; line-height: 40px; margin:0 auto;}
#header #gnb ul { float: right; height: 40px; }
#header #gnb ul li { float: left; position: relative; padding: 0 15px; }
#header #gnb ul li:not(:last-child):after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 10px;background-color: #fff;}
#header #gnb ul li.last { background: none; padding-right: 0; }
#header #gnb ul li a { font-weight: 400; font-size:13px; color: #fff; }
#header #gnb ul li a i {margin-right: 5px;}
#header #gnb ul li:last-child {padding-right:0;}

/* 주메뉴 */
#header #lnb { position: relative; transition:0.4s; z-index: 1001;}
#header #lnb.on{position:fixed;left:0px;top:0px;width:100%;transition:0.4s;background:rgba(51,51,51,0.8);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);border-bottom:1px solid #ccc;z-index:1001;} 
#header #lnb .inner {width:calc(100% - 160px); height: 70px; line-height: 70px; margin:0 auto; text-align:center;}
#header #lnb .inner h1 { float: left; text-align:left; width: 300px; }
#header #lnb .lnb_nav { float: left; width: calc(100% - 600px); }
#header #lnb .lnb_nav li { float: left; position: relative; width: 20%; font-size: 0;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
#header #lnb .lnb_nav li:hover a {color: #ff8b5d; }
#header #lnb .lnb_nav li.active > a:after { width: 100%; }
#header #lnb .lnb_nav li a:after { content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #ff9b0d; transition: width 0.5s; transform: translateX(-50%); }
#header #lnb .lnb_nav li a { display:block;font-weight:600; font-size: 20px; color: #fff; font-weight: 600;}
#header #lnb .lnb_nav li.tab a { color: #ff8b5d; }
#header #lnb .lnb_nav li.ov a { color: #ff8b5d; }
#header #lnb .gnb_wrap {float:right;}
#header #lnb .gnb_wrap .gnb li {float: left;margin-left:20px;}
#header #lnb .gnb_wrap .gnb a {font-size:18px;color:#fff;}

/* 서브 메뉴 */
.sub_nav { display: none; position: absolute; top: 110px; left: 0; width: 100%; height: 200px; z-index: 3000; background-color: #fff; border-bottom: solid 1px #734626; padding-bottom: 25px; }
.sub_nav .inner  {position:relative; width:calc(100% - 160px);margin:0 auto;text-align:center;}
.sub_nav .inner h2 { float: left; visibility: hidden; text-align:left; width: 300px; margin-top:25px;}
.sub_nav .sub_list { float: left; font-size: 0; z-index: 100; width: calc(100% - 600px); height: 200px; margin: 0 auto; padding-top: 0px; overflow: hidden; }
.sub_nav .sub_list > li { float: left; width: 20%; height: 100%; padding: 25px 0; }
.sub_nav .sub_list > li a { color: #666; font-size: 15px; }
.sub_nav .sub_list > li a:hover { color: #925a32; }
.sub_nav .sub_list .item { height: 100%; }
.sub_nav .sub_list .item li { display: block !important; height: 13px; line-height: 13px; margin-bottom: 15px; }

.fixed {position: fixed;top: 0;left: 0; width: 100%; box-shadow: 0 0 40px #000; -webkit-box-shadow: 0 0 40px #000; -moz-box-shadow: 0 0 40px #000; background: rgba(255, 255, 255, .8);}

@media only screen and (max-width:1500px) {
	#header #gnb .inner {width:calc(100% - 50px);}
	#header #lnb .inner {width:calc(100% - 50px);}
	.sub_nav .inner {width:calc(100% - 50px);}
}

@media screen and (max-width:1217px){
	#header #gnb .inner {width:calc(100% - 80px);}
	#header #lnb .lnb_nav {display:none;}
	#header #lnb .inner {width:calc(100% - 80px);}
	#header #lnb .inner h1 { width: 300px; }
	#header #lnb .lnb_nav { float: left; width: calc(100% - 500px); }
	#header #lnb .lnb_nav li > i {font-size:38px;}
	#header #lnb .inner h1 img { height:35px;}
	.sub_nav .inner {width:calc(100% - 80px);} 
}
@media screen and (max-width:768px){
	#header #gnb {display:none;}
	#header #lnb .inner {width:calc(100% - 40px); height:50px; line-height:50px;}
	#header #lnb {border-bottom:1px solid #ccc;}
	#header #lnb .inner h1 {width:auto;}
	#header #lnb .inner h1 img { height:30px;}
	.sub_nav .inner {width:calc(100% - 40px);} 
	#header #lnb .gnb_wrap .gnb_join {display:none;}
	#header #lnb .gnb_wrap .gnb_search {display:none;}
	#header #lnb .gnb_wrap .gnb a {font-size:25px;}
}
@media screen and (max-width:480px){
	#header #lnb .inner h1 img { height:25px;}
	#header #lnb .inner {width:calc(100% - 10px);}
	.sub_nav .inner {width:calc(100% - 10px);} 
}

/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------- 메인 화면 스타일 ------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#content { width: 100%; overflow: hidden; }

/* 메인 비주얼 */
#main_visual{position:relative;height:auto;}
#main_visual .swiper-slide{width:100%; height:auto; padding:0; background-color:#000; overflow:hidden;}
#main_visual .swiper-slide div.backgroundimg{width:100%; height:auto; z-index:1;}
#main_visual .swiper-slide .backgroundimg img{width:100%; height:auto;}
#main_visual .swiper-text {width:100%; height:200px; position:absolute; top:52%; margin-top:-40px; left:50%;  margin-left:-50%; text-align:center; z-index:2;}
#main_visual .swiper-text h1.ltext{-webkit-text-stroke: 1px #fff;-webkit-text-fill-color: #4747476e;display:block;margin-bottom: 15px; font-size:36px; font-weight:800; padding-bottom:20px;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
#main_visual .swiper-text h1.stext{opacity:0; font-size:26px; color:#fff; font-weight:600; text-shadow: 2px 2px 4px #000000; }
#main_visual .swiper-button-next {background-color: rgba(0, 0, 0, 0.3); margin-right: 30px; padding: 40px 40px; transition: 0.5s; color: #fff !important; }
#main_visual .swiper-button-prev { background-color: rgba(0, 0, 0, 0.3); margin-left: 30px; padding: 40px 40px; transition: 0.5s; color: #fff !important;}
#main_visual .swiper-button-next:hover, #main_visual .swiper-button-prev:hover { background-color: rgba(0, 0, 0, 0.5); padding: 40px 40px;}
#main_visual .swiper-pagination-bullet { margin-right:3px;width: 16px; height: 14px; background: transparent;  background-color: #fff; opacity: 1; }
#main_visual .swiper-pagination-bullet-active { width: 40px; transition: width .5s; border-radius: 5px; background: yellow; border: 1px solid transparent; }

.slide_page_wrap {position:absolute; display : flex; justify-content : center; align-items : center;bottom:20px;z-index:10;height:50px;width:100%;}
.slide_page_wrap .slide_button_wrap, .slide_page_wrap .swiper-pagination {position:relative;}
.slide_page_wrap .slide_button_wrap {top:-3px};
.slide_button_wrap button span { display: block; overflow: hidden; position: absolute; text-indent: -999999px; cursor: pointer;}
.slide_button_wrap button {font-size:16px;border:1px solid #fff;border-radius:100%; width: 24px; height: 24px; cursor: pointer;}
.slide_button_wrap button i {color:#fff;}

@media screen and (max-width:1350px){	
	#main_visual .swiper-text{margin-top:-40px;}	
	#main_visual .swiper-text h1.ltext{font-size:30px;}
	#main_visual .swiper-text h1.stext{font-size:24px;}
}
@media screen and (max-width:1100px){
	#main_visual .swiper-slide{width:100%; height:auto;}
	#main_visual .swiper-slide div.backgroundimg{height:auto; }
	#main_visual .swiper-text{height:100px; margin-top:-20px;}	
	#main_visual .swiper-text h1.ltext{font-size:24px;}
	#main_visual .swiper-text h1.stext{font-size:18px;}
	#main_visual .swiper-button-prev, #main_visual .swiper-button-next {padding: 30px 30px; margin-right: 15px; margin-left: 15px;}
}
@media screen and (max-width: 768px) {	
	#main_visual .swiper-text{margin-top:-20px !important;}
	#main_visual .swiper-text h1.ltext{font-size:20px;}
	#main_visual .swiper-text h1.stext{font-size:16px;}
	#main_visual .swiper-button-next, #main_visual .swiper-button-prev {display:none;}
	.slide_page_wrap {bottom:10px !important;}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {
	#main_visual .swiper-slide {height:200px;}
	#main_visual .swiper-slide .backgroundimg img {height: 200px; width: auto; object-fit: cover; }
	#main_visual .swiper-text{margin-top:-35px;}
	#main_visual .swiper-text h1.ltext{font-size:18px;padding-bottom:0;}
	#main_visual .swiper-text h1.stext{font-size:14px;}
	.slide_page_wrap {bottom:0 !important;}
}

/*---------------------------- 서브 콘텐츠 예시 #2 ---------------------------------------------*/
#main_notice {clear: both; position: relative; width: calc(100% - 160px); margin: 0 auto; }
#main_notice h3 {display:block;padding:60px 0 40px;font-size:26px;color:#333333;line-height:26px;text-align:center;text-transform:uppercase; font-weight:400 !important;}
#main_notice h3 b {font-size:inherit;line-height:Inherit;color:Inherit;}
#main_notice ul{overflow:hidden;}
#main_notice ul li{float:left;width: calc(33.333% - 20px);padding: 19px 26px;margin-bottom:20px;box-sizing:Border-box;border:1px solid #dddddd;}
#main_notice ul li + li{margin-left: 30px;}
#main_notice ul li:nth-child(3n+1) {clear: both; content: ""; float: block;margin-left: 0;}
#main_notice ul li a{display:block;}
#main_notice ul li a .tit{position:relative;display: flex; align-items: center;box-sizing:border-box;padding:8px 0 6px 90px;line-height:29px;min-height:72px;margin-bottom:30px;font-size:18px;color:#333333;}
#main_notice ul li a .tit strong{display:block;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap: break-word; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: unset; font-size:inherit;line-height:inherit;font-weight:500;}
#main_notice ul li a .tit div{position:absolute;display:block;left:0px;top:0px;width:72px;height:72px;text-align:center;font-size:18px;color:#ffffff;padding: 13px 0 0 0;box-sizing:border-box;background:#020202;line-height:23px;}
#main_notice ul li a .con { display: -webkit-box; font-size: 16px; height: 72px; line-height: 24px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
#main_notice ul li .empty { border-bottom: 0; line-height: 120px; }
#main_notice ul li .fa-heart {display:inline-block;color:#ff0000}
#main_notice ul li .fa-download{display:inline-block;width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;}
#main_notice ul li .fa-link{display:inline-block;width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;}
#main_notice ul li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#f36100;text-align:center;border-radius: 2px;margin-right:2px;vertical-align:middle;}
#main_notice ul li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;margin-right:2px;vertical-align:middle;}
#main_notice ul li .lock_icon{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;margin-right:2px;border:1px solid #a2c6ce}
#main_notice ul li .cnt_cmt {  background-color: #6D6D6D; color: #fff; margin-left:5px; padding:2px 6px; border-radius: 12px; font-size: 11px;}

@media only screen and (max-width:1200px) {
	#main_notice{width:100%;}
	#main_notice {background:#f5f5f5;padding:0 10px 40px;}
	#main_notice ul{border:1px solid #ddd;background:#fff;}
	#main_notice ul li{width:100%;border:none;padding:30px;}
	#main_notice ul li + li{margin-left:0px;border-top:1px solid #dddddd;}
	#main_notice ul li a .tit{padding: 25px 0 25px 132px; max-height: 2.4em; min-height: 90px;line-height:30px;height: 60px;}
	#main_notice ul li a .tit div{width:90px;height:90px;padding: 12px 0 0 0;line-height: 32px;}
	#main_notice ul li a .con{ line-height: 24px;}
}
@media only screen and (max-width:860px) {
	#main_notice ul{width:100%;padding-left:2%;padding-right:2%;box-sizing:border-box;}
}
@media only screen and (max-width:640px) {
	#main_notice h3{padding:40px 0 20px;font-size:25px;}
	#main_notice ul li{padding: 20px;}
	#main_notice ul li + li{margin-left:0px;border-top:1px solid #dddddd;}
	#main_notice ul li a .tit{padding: 10px 0 10px 75px; max-height: 2.4em;min-height: 60px;font-size: 15px;line-height: 20px;height: 30px;font-weight: 600;}
	#main_notice ul li a .tit div{font-size:15px; width: 60px;height: 60px;padding: 12px 0 0 0;line-height: 18px;}
	#main_notice ul li a .con{font-size:14px; line-height: 20px;}
}

/*---------------------------- 서브 콘텐츠 예시 #3(탭 최신글) ---------------------------------------------*/
#section2 { clear:both; display: flex; justify-content: space-between; width: calc(100% - 160px); height:auto; padding:20px 0;margin: 0 auto 30px; overflow: hidden; }
.tab_wrap { width: calc(50% - 20px); height: 240px; box-sizing: border-box; position: relative;}
.tab_wrap .tabs { padding: 0; margin: 0; display: flex; height: 45px; line-height: 44px; position: relative; font-size: 0; text-align: left; }
.tab_wrap .tabs:before { background: #ccc; height: 1px; width: 100%; margin: 0; padding: 0; left: 0; bottom: 0; z-index: -1; position: absolute; display: inline-block; content: ""; }
.tab_wrap .tabs li { line-height: 22px; font-size: 16px; font-weight: 500; padding: 11px 24px; height: 45px; margin: 0; border-bottom: 1px solid #ccc; color: #333; box-sizing: border-box; display: inline-block; vertical-align: top; cursor: pointer; z-index: 1; }
.tab_wrap .tabs li.on { border-bottom: 3px #eb7c06 solid; z-index: 5; }
.tab_wrap .tabs li a { z-index: -1; right: 0; top: 10px; border: 1px #ccc solid; width: 24px; height: 24px; line-height: 24px; text-align: center; position: absolute; display: inline-block; box-sizing: border-box; }
.tab_wrap .tab_list {padding: 0; margin: 0; }
.tab_wrap .tab_list > li { display: none; height: 0; overflow: hidden; width: 100%; margin: 0; padding: 0; box-sizing: border-box; }
.tab_wrap .tab_list > li.on { display: block; height: auto; overflow: inherit; }
.tab_wrap .tab_list .list { padding: 10px 0; }
.tab_wrap .tab_list .list ul { width: 100%; padding: 0; margin: 0; }
.tab_wrap .tab_list .list ul li { line-height: 37px; height: 37px; border-bottom: 1px dotted #ddd; box-sizing: border-box; text-align: left; }
.tab_wrap .tab_list .list ul li a .subj, .tab_list .list ul li .date { line-height: 37px; height: 37px; margin: 0; padding: 0; display: inline-block; box-sizing: border-box; }
.tab_wrap .tab_list .list ul li a { float: left; width:calc(100% - 50px); color: #333; font-size: 14px; padding:0 5px 0 12px; position: relative;  white-space: nowrap; overflow: hidden; }
.tab_wrap .tab_list .list ul li a .subj:before { position: absolute; left: 0; top: 50%; content: ""; display: block; width: 4px; height: 4px; background: #ccc; margin-top: -2px; }
.tab_wrap .tab_list .list ul li .date { text-align: right; width:40px; color: #999; font-size: 13px; float: right; }
.tab_wrap .tab_list .list ul li .empty { border-bottom: 0; line-height: 120px; }
.tab_wrap .tab_list .list ul li .fa-heart {display:inline-block;color:#ff0000}
.tab_wrap .tab_list .list ul li .fa-download{display:inline-block;width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;}
.tab_wrap .tab_list .list ul li .fa-link{display:inline-block;width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;}
.tab_wrap .tab_list .list ul li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#f36100;text-align:center;border-radius: 2px;margin-right:2px;vertical-align:middle;}
.tab_wrap .tab_list .list ul li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;margin-right:2px;vertical-align:middle;}
.tab_wrap .tab_list .list ul li .lock_icon{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;margin-right:2px;border:1px solid #a2c6ce}
.tab_wrap .tab_list .list ul li .cnt_cmt {  background-color: #6D6D6D; color: #fff; padding: 2px 6px; border-radius: 12px; font-size: 11px; font-weight: 600;}

@media only screen and (max-width: 1023px) {
	#inner { width: calc(100% - 10px); } 	
	.tab_wrap { width: 100%; }
	.tab_wrap .tabs li { padding: 11px 20px;}
}

@media only screen and (max-width: 480px) {
	.tab_wrap .tabs { height: 40px; line-height: 40px;}
	.tab_wrap .tabs li { height: 40px; font-size: 14px; font-weight: 400; padding: 11px 16px;}
}

/******************************** 서브 콘텐츠 예시 #4 **********************************/
.fav_icon { width: calc(50% - 20px); box-sizing: border-box; position: relative; }
.fav_icon ul { border: 1px #ccc solid; border-top: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0; }
.fav_icon ul li { display: flex; justify-content: center; align-items: center; height: 120px; border-top: 1px #ccc solid; border-right: 1px #ccc solid; padding: 73px 0 24px; box-sizing: border-box; text-align: center; list-style: none; width: 33.33%; transition: background-color 0.3s ease, transform 0.3s ease; }
.fav_icon ul li:nth-child(3n) { border-right: none; }
.fav_icon ul li:hover { background-color: #f0f0f0; transition: transform 0.3s ease; }
.fav_icon ul li span { line-height: 24px; font-size: 16px; font-weight: 400; color: #000; display: inline-block; width: 100%; }
.fav_icon ul li.fav_icon1, .fav_icon ul li.fav_icon2, .fav_icon ul li.fav_icon3, .fav_icon ul li.fav_icon4, .fav_icon ul li.fav_icon5, .fav_icon ul li.fav_icon6 { background-size: auto 50px; background-repeat: no-repeat; background-position: 50% 10px; }
.fav_icon ul li.fav_icon1 { background-image: url('../img/main/fav_icon1.png'); }
.fav_icon ul li.fav_icon2 { background-image: url('../img/main/fav_icon2.png'); }
.fav_icon ul li.fav_icon3 { background-image: url('../img/main/fav_icon3.png'); }
.fav_icon ul li.fav_icon4 { background-image: url('../img/main/fav_icon4.png'); }
.fav_icon ul li.fav_icon5 { background-image: url('../img/main/fav_icon5.png'); }
.fav_icon ul li.fav_icon6 { background-image: url('../img/main/fav_icon6.png'); }

/* 768px 이하일 때 한 줄에 2개씩 배치 */
@media (max-width: 1024px) { 
	#section2 { flex-direction: column; width: 100%;  padding:10px;}
    .tab_wrap, .fav_icon { width: 100%; margin-bottom: 20px;}
	.fav_icon { margin-bottom: 0; }
}

/******************************** 서브 콘텐츠 예시 #5(상자 4개짜리) **********************************/
#quick_wrap {clear:both;width: calc(100% - 160px);margin:0 auto;font-size:0px;padding:20px 0;}
#quick_wrap .quick_bnr {position:relative; display:inline-block;width:calc(25% - 20px);height:420px;margin:0 10px;box-sizing:border-box;}
#quick_wrap .quick_bnr:last-child { margin-right:0; }
#quick_wrap .quick_bnr:hover::before {	position:absolute;left:0;	top:0;content:"";	display:block;	width:100%; height:100%; border:4px solid #f09800;}
#quick_wrap .quick_bnr .bnr_link {position:absolute; left:0; top:0; display:block; width:100%; height:100%;}
#quick_wrap .quick_bnr .bnr_ico {display:block;position:absolute;top:35px;right:35px;font-size:24px; color:#ddd; text-align:center; width:35px; height:35px; line-height:35px; border: 1px #ddd solid;}
#quick_wrap .quick_bnr .bnr_img {display:block;width:100%;height:100%;font-size:12px;text-align:left;box-sizing:border-box;padding:35px 0 0 33px;}
#quick_wrap .quick_bnr .bnr_img .bnr_e {font-size:16px;line-height:16px;height:16px;color:#fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}
#quick_wrap .quick_bnr .bnr_img .bnr_t {font-size:24px;line-height:24px;height:24px;color:#fff;font-weight:bold;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);padding:13px 0 41px;position:relative;}
#quick_wrap .quick_bnr .bnr_img .bnr_c {font-size:14px;color:#fff;line-height:20px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}
#quick_wrap .quick_bnr:hover .bnr_ico {font-size:24px; color:#fff; text-align:center; width:35px; height:35px; line-height:35px;border: 1px #ff6536 solid;background:#fd7b53;}
#quick_wrap .quick_bnr:nth-of-type(1) .bnr_img {background-image:url('../img/main/quick_bnr1.png');}
#quick_wrap .quick_bnr:nth-of-type(2) .bnr_img {background-image:url('../img/main/quick_bnr2.png');}
#quick_wrap .quick_bnr:nth-of-type(3) .bnr_img {background-image:url('../img/main/quick_bnr3.png');}
#quick_wrap .quick_bnr:nth-of-type(4) .bnr_img {background-image:url('../img/main/quick_bnr4.png');}
/* 1320픽셀 이하: 한 줄에 두 개 */
@media screen and (max-width: 1320px) {
	#quick_wrap .quick_bnr {width: calc(50% - 10px) !important; margin: 5px; }
	#quick_wrap .quick_bnr .bnr_img {background-size: cover;background-repeat: no-repeat;} 
}

/* 840픽셀 이하: 한 줄에 한 개 */
@media screen and (max-width: 840px) {
	#quick_wrap {width: calc(100% - 10px); }
	#quick_wrap .quick_bnr {
		width: 100% !important; 
		margin: 10px 0; 
	 }
}

/******************************** 서브 콘텐츠 예시 #4(상자 3개짜리) **********************************/
.main_bbs_wrap {clear:both;width: calc(100% - 160px);height:300px;margin:0 auto;}
.main_bbs_wrap .main_bbs {float:left;width:33.33%;padding:20px; margin-right:0 10px;height:300px;border-right:1px solid #ccc;box-sizing:border-box;}
.main_bbs_wrap .main_bbs_tit {font-size:24px;color:#333333;line-height:24px;height:24px;font-weight:600;padding-bottom:30px;position:relative;}
.main_bbs_wrap .main_bbs_tit a {position:absolute;display:block;float:right;top:0;right:0;width:20px;height:20px;font-size:22px; font-weight:100;color:#333;}
.main_bbs_wrap .main_bbs:last-child {border-right:none;padding-right:0;}
.main_bbs_wrap .main_bbs .bbs_list li {border-bottom:1px solid #ccc;padding:22px 0;}
.main_bbs_wrap .main_bbs .bbs_list li:first-of-type {padding-top:0;}
.main_bbs_wrap .main_bbs .bbs_list li:last-of-type {padding-bottom:0;border-bottom:0 none;}
.main_bbs_wrap .main_bbs .bbs_list li a {display:block;height:34px;}
.main_bbs_wrap .main_bbs .bbs_list li a .title {font-size:16px;color:#333333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.main_bbs_wrap .main_bbs .bbs_list li a .date {font-size:13px;color:#888888;line-height:13px;padding-top:5px;}

.main_bbs_wrap2 {background:#eeeeee;height:573px;padding-top:60px;box-sizing:border-box;}
.main_bbs_wrap2 .main_bbs_tit {font-size:26px;line-height:26px;height:26px;text-align:center;}
.main_bbs_wrap2 .main_bbs_tit a {top:3px;}
.main_bbs_wrap2 .main_bbs_sepcial {}
.main_bbs_wrap2 .main_bbs_sepcial li {float:left;width:550px;}
.main_bbs_wrap2 .main_bbs_sepcial li a {background:#fff;float:left;}
.main_bbs_wrap2 .main_bbs_sepcial li a img {width:275px;float:left;}
.main_bbs_wrap2 .main_bbs_sepcial li a p {display:block;float:left;background:#fff;width:275px;height:200px;text-align:center;font-size:13px;color:#666666;line-height:18px;background:url('../images/layout/main_gall_arr.png') no-repeat 122px 148px;box-sizing:border-box;padding:0 20px;}
.main_bbs_wrap2 .main_bbs_sepcial li a p b {font-size:20px;line-height:23px;color:#333333;display:block;padding:48px 0 13px;}
.main_bbs_wrap2 .main_bbs_sepcial li:nth-of-type(3) a img,
.main_bbs_wrap2 .main_bbs_sepcial li:nth-of-type(4) a img {float:right;}

@media (max-width: 840px) {
	.main_bbs_wrap .main_bbs_tit {font-size:18px;padding-bottom:20px;}
	.main_bbs_wrap {width: 100% !important;height:auto;margin:0;padding:20px;}
    .main_bbs_wrap .main_bbs {
		clear:both;
        width: 100% !important;
		padding:0;
		margin:0;
        float: none; 
		border-right: none;  
        box-sizing: border-box; 
    }
}

/********** 포트 폴리오 슬라이드 (이미지+설명) *****************************/
#swiper-port { clear: both; position: relative; width: 100%; height: auto; margin: 20px 0; padding:20px 0;background: url('http://skin50.dartplus.kr/skin/default/images/common/main_bbs_sld_bg.jpg') no-repeat center center; background-size: cover; }
#swiper-port .inner { position: relative; width: calc(100% - 160px); background:#eee7e2; margin: 0 auto;}
#swiper-port .swiper-wrapper .sld_bbs_l, #swiper-port .swiper-wrapper .sld_bbs_img { flex: 1; box-sizing: border-box; }
#swiper-port .swiper-wrapper .sld_bbs_l { float:left; width: 50%; height: auto box-sizing: border-box; padding: 60px 0 0 80px;}
#swiper-port .swiper-wrapper .sld_bbs_l .s_b_e { font-size: 18px; line-height: 18px; height: 18px; letter-spacing: 0.3em; color: #97816f; }
#swiper-port .swiper-wrapper .sld_bbs_l .s_b_n { font-size: 42px; line-height: 42px; height: 42px; color: #333333; font-weight: bold; margin: 20px 0 40px !important; }
#swiper-port .swiper-wrapper .sld_bbs_l .s_b_t { font-size: 16px; line-height: 16px; height: 16px; color: #333333; margin-bottom: 30px; display: block; }
#swiper-port .swiper-wrapper .sld_bbs_l .s_b_c { font-size: 14px; color: #777777; line-height: 22px; margin-right:20px; }
#swiper-port .swiper-wrapper .sld_bbs_l .s_b_b { display: block; width: 120px; height: 48px; line-height: 48px; text-align: center; font-size: 16px; color: #fff; margin-top: 45px; background: #f09800; }
#swiper-port .swiper-wrapper .sld_bbs_img { float: right; width: 50%; height: auto;}
#swiper-port .port-button-prev, #swiper-port .port-button-next {
  width: 88px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1002;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* Font Awesome의 두꺼운 폰트 */
  font-size: 24px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

#swiper-port .port-button-prev::before {
  content: "\f053"; /* Font Awesome의 이전 아이콘 (왼쪽 화살표) */
}

#swiper-port .port-button-next::before {
  content: "\f054"; /* Font Awesome의 다음 아이콘 (오른쪽 화살표) */
}

#swiper-port .port-button-prev {
  left: -50px;
}

#swiper-port .port-button-next {
  right: -50px;
}

#swiper-port .port-button-prev:hover, #swiper-port .port-button-next:hover {
  background-color: #f09800;
}

#sld_bbs_btns {position:absolute;display:inline-block;height:48px;border-radius:24px;font-size:0px;left:50%;bottom:28px;transform:translateX(-50%);background:rgba(0,0,0,0.7);padding:0 15px;z-index:1002;}
#sld_bbs_btns a {display:inline-block;color:#fff;font-size:16px;font-family:'Lato', sans-serif;margin:0 9px;line-height:48px;}
#sld_bbs_btns a.active {font-weight:600;color:#f09800;}

/* 1024픽셀 이하일 때 스타일 변경 */
@media (max-width: 1024px) {
	#swiper-port {width: 100%; margin:20px 0;}
    #swiper-port .inner {width: calc(100% - 20px) !important; margin: 30px 10px !important;}
	#swiper-port .swiper-wrapper .sld_bbs_l {clear:both; float:none; display:block; width: 100%; margin:10px 0 !important; padding: 20px; box-sizing: border-box; }
	#swiper-port .swiper-wrapper .sld_bbs_l .s_b_e { font-size: 15px; line-height: 14px; height: 14px;}
	#swiper-port .swiper-wrapper .sld_bbs_l .s_b_n { font-size: 36px; line-height: 36px; height: 36px;}
	#swiper-port .swiper-wrapper .sld_bbs_img {clear:both; float:none; display:block; width: 100%; }
	#swiper-port .swiper-wrapper .sld_bbs_img img {display:block;width:100% !important; height:auto;}
	#sld_bbs_btns {display: none;}
	#swiper-port .port-button-prev, #swiper-port .port-button-next { width: 60px; height: 42px;  }
	#swiper-port .port-button-prev { left: 0px; }
	#swiper-port .port-button-next { right:0px; }
}

/*------------------------- 서브 콘텐츠 예시 #3 ---------------------------------------------*/
.sec_tit {position:relative; display:block; width:100%; margin:0 auto; font-family: 'Work Sans', sans-serif; font-size:26px; color:#222; letter-spacing:-0.030em; line-height:90px; text-align:center;}
.sec_tit .more {position:absolute; top:50%; right:0; width:27px; height:27px; margin-top:-13px;}
.sec_tit .more:after {	content:""; position:absolute; top:50%; left:0; width:27px; height:1px; background-color:#666;}
.sec_tit .more:before {	content:""; position:absolute; top:0; left:50%; width:1px; height:27px; background-color:#666;}
#event_wrap { width: calc(100% - 160px); margin: 0 auto; overflow:hidden; background-color:#fff; position: relative;}
#event_wrap .slider { position:relative; border:solid 1px #ccc;}
#event_wrap .slider .swiper-wrapper .thumb {	display:block; width:50%; float:left;}
#event_wrap .slider .swiper-wrapper .thumb img {display:block;}
#event_wrap .slider .box_wrap { position:relative; width:50%; height:auto; padding:38px 40px; background-color:#fff; float:left;}
#event_wrap .slider .box_wrap .subject {position:relative; display:block; font-size:26px; font-weight:bold; letter-spacing:-0.030em; line-height:50px; color:#222; padding-bottom:15px;}
#event_wrap .slider .box_wrap .subject:after {content:""; position:absolute; bottom:0; left:0; display:block; width:40px; height:2px; background-color:#333;}
#event_wrap .slider .box_wrap .content {font-size:14px; color:#777; line-height:24px; padding:23px 0 34px;}
#event_wrap a.bbs_links {	display:block; width:100px; height:40px; line-height:40px; text-align:center; border:solid 1px #aaa; box-sizing:border-box; font-size:14px; color:#666;}
#event_wrap .swiper-button-next, 
#event_wrap .swiper-button-prev { top: initial; bottom: 0; color: #000000; opacity: 1; width: 45px; height: 45px; background-color: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; cursor: pointer;}
#event_wrap .swiper-button-prev:after, 
#event_wrap .swiper-button-next:after { font-size: 24px !important; font-weight: 200 !important;}
#event_wrap .swiper-button-prev,
#event_wrap .swiper-rtl .swiper-button-next { border-right: 1px solid #ccc; z-index: 15; right: 45px; left: auto;}
#event_wrap .swiper-button-next,
#event_wrap .swiper-rtl .swiper-button-prev {	border-left: 0; z-index: 15; left: auto; right: 0;}
#event_wrap .swiper-button-prev:hover,
#event_wrap .swiper-button-next:hover {background-color: #ba8b42; color:#fff;}
@media screen and (max-width:1024px) { 
  #event_wrap {	width: 100%;}
  #event_wrap .slider .thumb { display:block; width:100% !important; text-align:center;}
  #event_wrap .slider .thumb img {width:100%; height:auto;} 
  #event_wrap .slider .box_wrap { clear:both; width:100%; padding:20px;}
}

/*********************** 메인 갤러리 ***************************/
.main_sec04 { clear:both; width: calc(100% - 160px); padding:0; margin:0 auto;}
.main_sec04 .gallery_inner {width:100%;}
.main_sec04 .gallery_inner li.gall_list {display:inline-block;width:calc(25% - 15px); margin-bottom:20px; text-align:center;}
.main_sec04 .gallery_inner .gall_list + .gall_list{margin-left: 15px;}
.main_sec04 .gallery_inner li.gall_list:nth-child(4n+1) {margin-left: 0;}
.main_sec04 .gallery_inner li.gall_list a.gall_link {}
.main_sec04 .gallery_inner li.gall_list div.box_wrap {padding:0;border:1px #ccc solid;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .thumb {}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .thumb img {width:100%; height:auto;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .ls_subject {position:relative;	display:inline-block; font-size:16px; font-weight:500; color:#777; line-height:26px; padding:18px 0 8px;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .ls_subject:after {content:""; position:absolute; bottom:0; left:50%; width:40px; height:2px; margin-left:-20px; background-color:#a88651;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .ls_content {	width:95%; line-height:1.5;	color:#777;	text-align:center; margin:14px auto;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .new_icon {display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#f36100;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius:2px;vertical-align:middle;margin-right:2px}
.main_sec04 .gallery_inner li.gall_list div.box_wrap .date {margin-bottom:20px;}
/* 테두리 효과 */
.main_sec04 .gallery_inner li.gall_list div.box_wrap {position: relative; overflow: hidden; box-sizing: border-box;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap:before,.main_sec04 .gallery_inner li.gall_list div.box_wrap:after {content: ""; position: absolute; width: 100%; height: 100%; border: 2px solid transparent; box-sizing: border-box; transition: all 0.3s ease; pointer-events: none;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap:before {top: 0; left: 0; border-top-color: #ffa500; border-left-color: #ffa500; width: 0; height: 0;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap:after {bottom: 0; right: 0; border-bottom-color: #ffa500; border-right-color: #ffa500; width: 0; height: 0;}
.main_sec04 .gallery_inner li.gall_list div.box_wrap:hover:before,
.main_sec04 .gallery_inner li.gall_list div.box_wrap:hover:after,
.main_sec04 .gallery_inner li.gall_list div.box_wrap:focus:before,
.main_sec04 .gallery_inner li.gall_list div.box_wrap:focus:after {width: 100%; height: 100%;}

@media screen and (max-width: 1024px) {
  .main_sec04 { width: calc(100% - 20px);}
  .main_sec04 .gallery_inner li.gall_list {width: calc(50% - 10px);}
  .main_sec04 .gallery_inner li.gall_list:nth-child(2n+1) {margin-top:10px; margin-left: 0; }
}
@media screen and (max-width: 640px) {
  .main_sec04 { width: calc(100% - 10px); }
  .main_sec04 .gallery_inner li.gall_list {width: 100%; margin-left: 0;}
  .main_sec04 .gallery_inner li.gall_list + li.gall_list { margin-left: 0;}
}

/* 배너 영역 */   
#banner_wrap {display: block;position:relative; height:auto; width:100%; margin-top:20px; padding:20px;border-top:1px solid #eaeaea;}
.banner_zone {display: flex; align-items: center; width: calc(100% - 160px); margin:0 auto;overflow:hidden;}
.banner_zone h2 {float:left;font-size:14px; margin-right:10px;position:relative;}
.banner_zone .play_btn {float:left;position:relative;}
.banner_zone .play_btn ul {padding:0;margin:0;}
.banner_zone .play_btn ul li {float:left;margin-right:2px;}
.banner_zone button {font-size:16px;border:1px solid #ccc; width: 24px; height: 24px; background-color: transparent; cursor: pointer;}
.banner_zone .swiper-container {float:right;width:calc(100% - 145px);height:auto;overflow:hidden;}
.banner_zone .swiper-container .swiper-wrapper {width:30000px;position:relative;overflow:hidden;}
.banner_zone .swiper-container .swiper-wrapper div {float:left;padding:2px 9px;}
.banner_zone .swiper-container .swiper-wrapper img {max-width:100%;height:auto;border:1px solid #eaeaea;padding:0px;}
.banner_zone .swiper-container .swiper-wrapper .swiper-slide {width:auto;height:auto;}

@media screen and (max-width: 1024px) {
	.banner_zone {width: calc(100% - 20px); }
}
@media screen and (max-width: 780px) {
    #banner_wrap { margin-top: 10px !important; padding: 5px;}
    .banner_zone { display: block; width: 100%;}
    .banner_zone h2 {margin-left: 10px; margin: 15px 0 0 10px; }
	.banner_zone .play_btn {float:right;}
    .banner_zone .swiper-container { display: block; width: 100%; }
	.banner_zone .swiper-container .swiper-wrapper div {padding:2px 4px;}
	.banner_zone #swiper-port .swiper-wrapper div {padding:2px;}
    .banner_zone button { margin: 10px 0; }
}

/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------- 풋터 스타일 ------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
footer {}
.footer_inner { position: relative; background: #111111; border-top:1px solid #ccc; width: 100%; height: 200px;}
.footer_inner > div { padding-left: calc((100% - 1200px)/2); padding-right: calc((100% - 1200px)/2); } 
.footer_top { display:table; height:50px; } 
.footer_top .footer_info_list { display:table-cell; vertical-align: middle; } 
.footer_top .footer_info_list li { display:inline-block; position: relative; padding: 0 10px;}
.footer_top .footer_info_list li:not(:last-of-type)::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background-color: #e3e3e3;}
.footer_top .footer_info_list li:first-child a {color:#fff; font-weight:600}
.footer_top .footer_info_list li a { color:#fff; font-weight:400;} 
.footer_bot {background:#333333; height:130px; border-top:1px solid rgba(255,255,255,.15); display:flex; align-items: center; } 
.footer_inner .logo {margin-right:30px;}
.footer_inner .copyright {position: relative; font-weight:300; color:#fff;}
.footer_inner .copyright span {position: relative; line-height: 1.5; padding-right:10px;}
.footer_inner .copyright .mobile {display:none;}
.footer_inner .top { position: absolute; top: 80px; right: 20px; width: 52px; height: 49px; background: rgba(0, 0, 0, .5); border-radius: 5px; z-index: 999; }
.footer_inner .top a { display: block; text-align: center; color: #c3c3c3; font-size: 11px; padding-top: 8px; }
.footer_inner .top a i { display: block; margin: 0 auto; font-size: 16px; }

@media screen and (max-width:1362px) { 
  .footer_inner > div { padding:0 20px; } 
}

@media screen and (max-width:1024px) { 
  .footer_top .footer_info_list li a { font-size:14px; } 
  .footer_inner .copyright { font-size:14px; } 
}

@media screen and (max-width:768px) { 
  .footer_inner {height:230px; } 
  .footer_inner > div { padding:0; } 
  .footer_top { display:block; height:auto; } 
  .footer_top .footer_info_list { display:block; font-size:0; } 
  .footer_info_list li { width:calc((100% - 1px)/2); height:33px; border-bottom:1px solid #5d6064; line-height:31px; text-align:center; } 
  .footer_info_list li:last-of-type { border-bottom:none; } 
  .footer_top .footer_info_list li:not(:last-of-type)::after {content: none; }
  .footer_top .footer_info_list li:not(:last-of-type) { margin-right:0; } 
  .footer_info_list li:nth-child(2n+1) { border-right:1px solid #5d6064; } 
  .footer_top .footer_info_list li a { display:block; font-size:12px; } 
  .footer_bot { height:auto; text-align: center; flex-wrap:wrap; justify-content: center; padding:10px 0 !important; height:160px;} 
  .footer_inner .logo {float:left; margin-right:30px;}
  .footer_inner .logo {width:80%;}
  .footer_inner .copyright {float:left; font-size:12px; } 
  .footer_inner .copyright .mobile {display:block;}
  .footer_inner .top {display:none;}
}

/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------- 서브 공통 스타일 ------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

.li_style1 { padding: 0; margin: 0; }
.li_style1 li { font-size: 16px; position: relative; padding-left: 14px !important; }
.li_style1 li::before { content: ''; background: url('../img/sub/icon_h2.gif') no-repeat left center; position: absolute; left: 0; top: 0; width: 16px; height: 16px; margin-top: 4px; }
.li_style1 li.none::before { content: none;}

.li_style2 { padding: 0; margin: 2px 0 6px 2px; }
.li_style2 li { font-size: 15px; position: relative; padding-left: 14px !important; margin-left: 10px !important; }
.li_style2 li::before { content: ''; background: url('../img/sub/icon_h3.gif') no-repeat left center; position: absolute; left: 0; top: 0; width: 16px; height: 16px; margin-top: 4px; }
.li_style2 li.none::before { content: none;}

.li_style3 { padding: 0; margin: 5px 0 8px 0; }
.li_style3 li { font-size: 14px; position: relative; padding-left: 14px !important; margin-left: 20px !important; }
.li_style3 li::before { content: ''; background: url('../img/sub/icon_h4.gif') no-repeat left center; position: absolute; left: 0; top: 0; width: 16px; height: 16px; margin-top: 4px; }
.li_style3 li.none::before { content: none;}

.none {list-style-type: none !important;}

.list_bul01 {background: url("../img/sub/icon_h1.gif") no-repeat left 18px; padding-left:14px !important;}
.list_bul02 {background: url("../img/sub/icon_h2.gif") no-repeat left 18px; padding-left:14px !important;}}
.list_bul03 {background: url("../img/sub/icon_h3.gif") no-repeat left 18px; padding-left:14px !important;}
.list_bul04 {background: url("../img/sub/icon_h4.gif") no-repeat left 18px; padding-left:14px !important;}

.ico_notice {position:relative; padding: 4px 0 0 20px; color:#e0430c;}
.ico_notice::before {display:block; content:''; position:absolute; left:0; top:0; width:16px; height:24px; background:url("../img/sub/icon_notice.png") no-repeat center center;}

.dot_red {background: url('../img/sub/dot_red.gif') no-repeat left 18px; padding-left:14px !important;}
.dot_black {background: url('../img/sub/dot_black.gif') no-repeat left 18px; padding-left:14px !important;}

/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------- 서브 페이지 스타일 ---------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#sub_content { width:calc(100% - 160px); min-height:400px; margin: 20px auto; overflow: hidden; }
#sub_content:after { display: block; content: ""; clear: both;}
#sub_content .sub_title {font-size: 24px; font-weight: 700; margin: 20px auto; text-align: center; line-height: 30px; }

@media screen and (max-width:1200px) { 
	#sub_content {width:100%; min-height:300px;padding:10px;}
}

#sub_bg {display: block;position: relative;width:100%; min-height: 305px; height: calc(305 / 1920 * 100%);}
#sub_bg .inner {width:1200px; height:auto; margin:0 auto;}
#sub_bg .inner h2 {font-size: 35px; color: #fff; padding-top: 170px; line-height: normal; letter-spacing: -1px; font-weight: 500; text-align: center; text-shadow: 2px 2px 4px #000000;}
#sub_bg .inner p {text-align:center;height:30px; line-height:30px; font-size:18px; color:#fff;text-shadow: 2px 2px 4px #000000;}
#sub_bg .inner #page_now { text-align: center; height: 30px; line-height: 30px; font-size: 18px; color: #fff; text-shadow: 2px 2px 4px #000000; margin-top: 10px; }
#sub_bg .inner #page_now a, 
#sub_bg .inner #page_now dl { display: inline-block; vertical-align: middle; }
#sub_bg .inner #page_now dl { margin: 0; }
#sub_bg .inner #page_now dl dt, 
#sub_bg .inner #page_now dl dd { display: inline; margin: 0; padding: 0; }
#sub_bg .inner #page_now dl dt:before, 
#sub_bg .inner #page_now dl dd:before { display: inline-block; font-family: 'Font Awesome 5 Free'; font-weight: 700; content: "\f054"; margin: 0 10px; font-size: 14px; color: #fff; vertical-align: middle; }
@media screen and (max-width:1200px) { 
	#sub_bg {min-height: 250px; height: calc(250 / 1920 * 100%) !important; }
	#sub_bg .inner {width:100%;}
	#sub_bg .inner h2 {font-size: 32px; padding-top: 140px;} 
	#sub_bg .inner p {font-size:16px;} 
}
@media screen and (max-width:640px) {
	#sub_bg {min-height: 200px; height: calc(200 / 1920 * 100%) !important; }
	#sub_bg .inner h2 {font-size: 28px; padding-top: 80px;} 
	#sub_bg .inner p {font-size:14px;} 
}

#page_nav {border-bottom: 1px solid #e1e1e1; height: 50px; line-height:50px;}
#page_nav .inner {position:relative; width:calc(100% - 160px);margin:0 auto; display: flex; justify-content: flex-start; z-index:10;} 
#page_nav .inner .home {font-size:16px;padding-left:10px;color:#666;}
#page_nav .inner > dl{display:flex;align-items: center;}
#page_nav .inner > dl dt,
#page_nav .inner > dl dd{font-size:14px;font-weight:400;vertical-align: middle;}
#page_nav .inner > dl dt:before,
#page_nav .inner > dl dd:before{ display: inline-block; font-family: 'Font Awesome 5 Free'; font-weight: 900;  content:"\f054"; margin: 0 10px; font-size: 14px; color: #ccc;}
#page_nav .inner > dl dt{font-size:14px; color:#333;}
#page_nav .inner > dl dd{position:relative; color:#333; cursor:pointer;}
#page_nav .inner > dl dd span{display: inline-flex;align-items: center;position:relative;box-sizing: border-box; border: 1px solid #aaa; width: 170px;height: 32px;line-height:32px;padding-left: 9px;}
#page_nav .inner > dl dd span:after{content: '\f078';display: block;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 14px;}
#page_nav .inner > dl dd.on span:after{content: '\f077';} /* 화살표를 아래로 회전시키려면 이 부분을 수정합니다. */
#page_nav .inner > dl dd ul{display:none;position:absolute;top: calc(100% + -11px);left: 33px;background: #fff;padding: 8px 0;border: 1px solid #aaa;box-sizing: border-box;width: calc(100% - 33px);}
#page_nav .inner > dl dd ul li{}
#page_nav .inner > dl dd ul li + li{}
#page_nav .inner > dl dd ul li a{height:32px;line-height: 32px;font-size: 14px;font-weight:400;color:#666;display: block;padding: 0 8px;width: 100%;box-sizing: border-box;}
#page_nav .inner > dl dd ul li.on a {color: #222;background: #eee;font-weight: 500;}

@media only screen and (max-width:1217px) {
	#page_nav .inner {width:100%; padding:0; margin:0; box-sizing:border-box;}
}
@media only screen and (max-width: 640px) {
	#page_nav .inner {width: 100%; margin-left: -5px;}
    #page_nav,
	#page_nav .inner {padding:0;}
	#page_nav .inner > dl dt,
	#page_nav .inner > dl dt:before,
	#page_nav .inner > dl dd:before {display:none;}
	#page_nav .inner .home {width: 50px;}
	#page_nav .inner > dl {width:100%;}
	#page_nav .inner > dl dd,
	#page_nav .inner > dl dd span,
	#page_nav .inner > dl dd ul {width: 100%;left:0;}
	#page_nav .inner > dl dd ul li { width:100%;}
	#page_nav .inner > dl dd ul li a {width:100%;}
}

.page_tool {margin-left: auto;height:50px;}
.page_tool li{float:left;margin:10px 3px 10px 0;}
.page_tool li:last-child{margin:10px 0;}
.page_tool li a { display: block;display: flex; align-items: center; justify-content: center; width:40px; height:30px;line-height: 30px;  border:1px solid #ddd;box-sizing: border-box; }
.page_tool li a i { font-size: 14px;}
.page_tool .zoom_default { width: auto; min-width: 40px; padding: 0 5px; }
.page_tool li a:hover { background-color: #f0f0f0; }

@media screen and (max-width:768px) { 
	.page_tool {display:none;}
}

/* 서브 메뉴 리스트 */
.sub_location { width:calc(100% - 160px); height: auto; background: #fff;  margin: 20px auto; text-aliogn} 
.sub_location ul { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; text-align:center;} 
.sub_location ul li { width: calc(16.6% - 10px); height: 40px; line-height: 40px; text-align: center; border: 1px solid #ddd; box-sizing: border-box; margin: 5px; } 
.sub_location ul li a { display: block; font-size: 14px; width: 100%; height: 40px; line-height: 40px; text-align: center; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;  } 
.sub_location ul li a:hover, .sub_location ul li a.on { color: #fff; background: #ff8439; box-sizing: border-box; }
@media (max-width: 1200px) { 
	.sub_location ul li { width: calc(20% - 10px); } 
} 
@media (max-width: 1024px) { 
	.sub_location { width:100%;}
	.sub_location ul li { width: calc(25% - 10px); margin:5px; } 
} 
@media (max-width: 480px) { 
	.sub_location ul li { width: calc(50% - 10px); } 
} 

/* 개인정보 처리방침 */
.privacy_wrap {width: 100%; box-sizing: border-box;}
.privacy_wrap h3 {display:block;font-size:18px; font-weight:500; color:#006bb3;background: url('../img/sub/icon_h1.gif') no-repeat left 5px;padding:0 0 0 22px; margin:30px 0 10px;}
.privacy_wrap p {line-height:1.6;}

/* 이용약관 */
.ctt_provision {font-size:13px; line-height:20px; color:#555;letter-spacing:-0.05em}
.ctt_provision h3 {font-size:18px;font-weight:700;margin-bottom:20px;margin-top:30px}
.ctt_provision h3:first-child {margin-top:0px}
.ctt_provision h4 {font-size:15px;margin:20px 0 10px}

.ctt_provision h5 {font-size:13px;margin:20px 0 10px}
.ctt_provision strong{color:inherit}
.ctt_provision p {margin-left:10px}
.ctt_provision ul, .ctt_provision ol {margin:10px 0 10px 10px}
.ctt_provision ul > li+li, .ctt_provision ol > li+li {margin-top:5px}
.ctt_provision ul.sub_list, .ctt_provision ol.sub_list {margin:5px 0;padding-left:15px}
.ctt_provision ul.sub_list > li+li, .ctt_provision ol.sub_list > li+li {margin-top:0}

.ctt_provision p+p {margin-top:20px}
.ctt_provision p+ol {margin-top:5px}

/* 이메일 무단 수집거부 */
.email_wrap {width: 100%; box-sizing: border-box;}
.email_wrap h3 {display:block;font-size:18px; font-weight:500; color:#006bb3;background: url('../img/sub/icon_h1.gif') no-repeat left 5px;padding:0 0 0 22px; margin:30px 0 10px;}
.email_wrap .title_box {background:#f7f9fa; border:1px solid #e6eaed; padding:0; border-bottom:2px solid #c1d1d5; box-sizing:border-box; border-radius:5px; display:table; width:100%; margin-bottom:20px; padding:10px 0;}
.email_wrap .title_box p {padding: 25px 30px 25px 160px;}
.email_wrap .title_box .bg_email {background:url(../img/sub/bg_email.gif) no-repeat 40px center;}
.email_wrap p {padding:10px 0; line-height:1.6;}

@media all and (max-width:768px) {
	.email_wrap .title_box p {padding: 20px;font-size:14px;}
	.email_wrap .title_box .bg_email {background:none;}
	.email_wrap p {padding:10px 0; line-height:1.4;}
}
/* 저작권 보호 정책 */
.copy_wrap {width: 100%; box-sizing: border-box;}
.copy_wrap h3 {display:block;font-size:18px; font-weight:500; color:#006bb3;background: url('../img/sub/icon_h2.gif') no-repeat left 5px;padding:0 0 0 22px; margin:30px 0 10px;}
.copy_wrap .title_box {background:#f7f9fa; border:1px solid #e6eaed; padding:0; border-bottom:2px solid #c1d1d5; box-sizing:border-box; border-radius:5px; display:table; width:100%; margin-bottom:20px; padding:10px 0;}
.copy_wrap .title_box p {padding: 25px 30px 25px 160px;}
.copy_wrap .title_box .bg_copyright {background:url(../img/sub/bg_copyright.png) no-repeat 40px center;}
.copy_wrap p {padding:10px 0; line-height:1.6;}

@media screen and (max-width:768px) { 
	.copy_wrap .title_box p {padding: 20px;font-size:14px;}
	.copy_wrap .title_box .bg_copyright {background:none;}
	.copy_wrap p {padding:10px 0; line-height:1.4;}
}

/* 테이블 추가 스타일 */
.tb_type1 {border-collapse: collapse; width: 100%; margin:0; border-top:2px solid #4f75a7; color:#333333; font-size:14px; line-height:1.2; border-spacing:0;}
.tb_type1 tbody .bg {background-color:#f5f6f7; font-size:14px;border-bottom:1px solid #d4d4d7;}
.tb_type1 thead th, .tb_type1 tfoot th {background-color:#f4f7fa;}
.tb_type1 th {border:1px solid #d4d4d7; padding:12px; vertical-align:middle; font-weight:500; text-align:center;}
.tb_type1 td {border:1px solid #d4d4d7; padding:12px; vertical-align:middle; text-align:center;}

.tb_type1 tbody tr:first-child th, .tb_type1 tbody tr:first-child td {border-top:none;}
.tb_type1 th:first-child, .tb_type1 td:first-child{border-left:none;}
.tb_type1 th:last-child, .tb_type1 td:last-child{border-right:none;}

.tb_type2 {border-collapse: collapse; width: 100%; margin:0; border-top:2px solid #4f75a7; color:#333333; font-size:14px; line-height:1.2; border-spacing:0;}
.tb_type2 thead th, .tb_type2 tfoot th {background:#f4f7fa;}
.tb_type2 tbody tr:first-child th, .tb_type2 tbody tr:first-child td {border-top:none;}
.tb_type2 th {border-top:1px solid #d4d4d7; border-bottom:1px solid #d4d4d7; padding:12px 6px; vertical-align:middle; font-weight:500; text-align:center;}
.tb_type2 td {border-top:1px solid #d4d4d7; border-bottom:1px solid #d4d4d7; padding:12px 6px; vertical-align:middle; text-align:center; }
.tb_type2 tbody .bg {background:#f5f6f7; font-size:14px;}