@charset "UTF-8";

/* 메인 스타일 시작 */
/*.main-top{overflow:hidden;width:100%;margin:0 auto;max-width:2000px;position: relative;}*/
#main_container{width:100%;}
.main-top{overflow:hidden;}
.main-top img {max-width:100%}
.main-center{display:flex; margin:0 auto; width:100%; max-width: var(--site_width); clear:both;  overflow:hidden; }
.tbmain-center{display:flex; margin:0 auto; width:100%; max-width: var(--site_width); clear:both;  overflow:hidden; border:1px solid #ddd; padding:20px}
.main-center2{clear:both;  overflow:hidden; width:100%; max-width:var(--site_width); margin:0 auto}
.main-gap{margin:0 auto 80px ; }
.main-sm-gap{margin:0 auto 20px ; }

.main_cbt{width:100%; display:block; text-align: center; border-bottom:1px solid #ddd;}
.main_cbt {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;  /* 우측 배경 */
}
.main_cbt::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 50%;
    background: var(--theme-color);  /* 좌측 테마색 */
    z-index: -1;
}
.main_cbt .section_body{width:100%;background:#f5f5f5; max-width:var(--site_width); margin:0px auto; display:inline-block}

.center_bg{background:#fff; width:100%; max-width:var(--site_width); margin: 0 auto; }

.main-visual{position:relative;  overflow:hidden;  width:100%;margin:0 auto;}
.mobile-visual{padding-bottom:74.25%}

.main-section07{
	.main-center{display:flex; gap:40px}
	.content-section4{width:calc(50% - 10px); background:#fff; border:1px solid #ddd; border-radius:10px; padding:20px;}
	.content-section5{width:calc(50% - 10px);}
}

.main-section03{
	.content-section11{display: flex; margin:0 auto; width:100%; max-width:1800px; text-align:left !important; }

	.content-section11 .textbox{display:flex; flex-direction: column;  align-items: center;  justify-content: center; text-align:center; }
	.content-section11 .textbox{padding:30px;  position: relative; font-size:17px; font-weight:bold}
	.content-section11 .tbody-tbox .textbox{border-right:1px dashed #ddd; width:20%; }
	.content-section11 .textbox > a {display:block; }
	.content-section11 .tbody-tbox .textbox_body{font-weight:bold; text-align:center; display:inline-block; }
	.content-section11 .textbox_body h2{font-size:clamp(13px, 3vw, 17px);  font-weight:600; line-height:1.4}
	.content-section11 .textbox_image{padding: 10px; }
	.content-section11 .textbox_image img{width:100%; max-width:70px; max-height:70px}
	.content-section11 .textbox > a:hover .textbox_image img{transform: scale(1.06);  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; }
	.content-section11 .thead-tbox{width:100%; max-width:320px; align-items: flex-start; background:var(--theme-color);}
	.tbox-body{gap:10px}
	.tbox-body dt{padding:0 5px}
	.tbox-bottom {text-align:left; font-size:14px; line-height:150%}
	.tbody-tbox{display:flex; width:100%;}
	.tbox06{min-width:320px;}

/*	.content-section11 .tbody-tbox{min-width:700px;}*/


	/*Responsive 370, 480, 768, 834, 1024, 1440*/
	@media all and (max-width:1199px){
/*		.content-section11{flex-direction: column;}*/
	}
}




/*반응형배너*/
.bnSlider1 {width:100%; }
.bnSlider1 li{width:100%; max-width:2000px; background-size:cover; background-repeat:no-repeat; background-position: center; }
.bnSlider1 .img-wrap {display: block; position: relative; width:100%; }
.bnSlider1 .img-wrap .img-item {display:block; position:absolute; top:calc(50% - 0px); left:0; width:100%; height:27vw; overflow:hidden; }

.bnSlider2 {width:100%; }
.bnSlider2 li{background-size:cover; background-repeat:no-repeat; background-position: center; }
.bnSlider2 .img-wrap {display: block; position: relative; width:100%; height:74vw}
.bnSlider2 .img-wrap .img-item {display:block; position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
/*.mobile-visual .bx-viewport{min-height:240px}*/

.bn_content_area{position:absolute;z-index:99999;     height: 100%;   display: flex; align-items: center; width: 100%; justify-content: center;color:#fff;font-size:1.2rem; text-shadow:1px 1px 1px #000; border-radius:10px}
.bn_content_area .bn_content_body{background:rgba(1, 57, 0, 0.52);padding:2vw}



/*tab board style*/
.tab_baord_section1, .tab_baord_section2{width:50%; float:left; display:inline-block; }
.tab_baord_section1{max-width:600px; margin:0 auto; }
.tab_baord_section1 .tab_menu {display:inline-block; width: calc(100% - 40px); }
.tab_baord_section1 .tab_menu li > a {background: #fff; display: block; text-align: center; padding: 10px 15px; width:100%; background: #d9d9d9; font-weight: bold; font-size:10pt; }
.tab_baord_section1 .tab_menu li > a.on:hover{color:#fff !important; }
.tab_baord_section1 .tab_menu li > a.on {background: #265f9f; color: #fff; z-index: 999;     position: Relative; transition: all .3s ease; }
.tab_baord_section1 .tab_menu li > a:hover{background: #265f9f; color: #fff !important;  ;z-index: 999;     position: Relative; transition: all .3s ease; }
.tab_baord_section1 .sec-title {display: block;  margin-bottom: 20px; font-size: 27px; font-weight:600;  line-height:110%}
.tab_baord_section1 .tab_menu li {float: left;  text-align:center; padding-right:1px}
.tab_baord_section1 .tab_menu li:last-child{margin-right:0px}

.tab_baord_section2{width: 100%; max-width:340px; margin:0 auto; margin-left:40px; border:1px solid #ddd; padding:20px; text-align: center; }
.tab_baord_section2 ul{display: inline-flex; flex-direction: column; flex-wrap: nowrap;    align-items: center;}
.tab_baord_section2 ul li{list-style:none;text-align:center;    display: inline-flex;    align-items: center;padding-top:40px;padding-bottom:20px;    flex-direction: column;}
.tab_baord_section2 ul li:first-child{border-bottom:1px dashed #ddd;padding-bottom:40px;padding-top:20px}
.tab_baord_section2 img{max-width:100%}


.b_tit a{color:#474747}
.lat, .pic_It, .empty_li{min-height:209px}
.empty_li{line-height:209px}


.main-bottom{margin-bottom:20px;display:inline-block; width:100%}
.main_bottom {background: #fff;width:100%;margin: 0 auto;text-align:center}

#ft {margin-top:0px !important}


/* MAIN  Default  CSS */
#container_wr{width:100%;margin:0px auto !important; padding:0px !important;}



/* MAIN BANNER */
/*.main-banner{position:absolute;text-align:center; width:100%; max-width:2000px; min-width: var(--site_width);}*/
.main-banner{position:absolute;text-align:center; width:2000px; left:calc(50% - 1000px)}

/* PAGER */
.bx-wrapper .bx-pager { position: absolute; bottom: 30px; width:100%; text-align:center; z-index: 51; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #fff; text-indent: -9999px; display: block; width: 20px; height: 20px; margin: 0px 0px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); outline: 0; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; transition: all .5s 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;}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { vertical-align: bottom; *zoom: 1; *display: inline;  font-size:18px}
.bx-wrapper .bx-pager-item { font-size: 0; line-height: 0; display:inline-block; margin:0 5px;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.main-banner_btn {background: none; border: 0; position: absolute; font-size: 40px; top: 50%; color: #fff; margin-top: -23px;z-index: 99; text-shadow:1px 1px 1px #000;}
.main-banner_btn-prev {left:calc(50% - 600px);}
.responsive_main_visual .main-banner_btn-prev {left: 5vw;}
.main-banner_btn-next {right: calc(50% - 600px);}
.responsive_main_visual .main-banner_btn-next {right: 5vw;}

.mobile-visual .mmain-banner_btn-prev {left: 5vw;}
.mobile-visual .mmain-banner_btn-next {right: 5vw;}

/* BOTTOM DIRECTION CONTROLS (NEXT / PREV) */
.main-banner2{position:relative; clear:both; width:100%; max-width: var(--site_width);margin: 0 auto;}
.main-banner_btn-prev2 {left:0px;}
.main-banner_btn2 {background: none; border: 0; position: absolute; font-size: 40px; top: 36%; color: #fff; margin-top: -24px;z-index: 99;line-height:40px}
.main-banner_btn-next2 {right:0px;}




.main-banner3 .main-banner_btn-prev3 {right:90px;}
.main-banner3 .main-banner_btn-next3 {right: 0px;}
.main-banner3 .main-banner_btn3
{background: none; border: 0; position: absolute; font-size: 15px; top:-57px; color: #fff; z-index: 99;  background-color:var(--bg-theme); border-radius: 30px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
.main-banner3 .main-banner_btn-next3 {right:0px;}
.main-banner3 .main-banner_btn-next3 i {line-height:42px; padding-left:3px}
.main-banner3 .main-banner_btn-prev3 i {line-height:42px; padding-right:3px}

.main-banner3 .bx-controls-auto { top: -57px; left:auto !important; right: 45px;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; margin-top:5px}
.bx-wrapper .bx-controls-auto .bx-start{display: flex; margin: 0 5px; width:14px; height:20px; color:#646464; overflow:hidden;align-items: center;}
.bx-wrapper .bx-controls-auto .bx-start:before{content:"\f04b"; font-family:FontAwesome;}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus { color:#00a7cb; }
.bx-wrapper .bx-controls-auto .bx-stop {display: flex; margin: 0 5px; width:11px; height:20px; color:#646464; overflow:hidden; align-items: center;}
.bx-wrapper .bx-controls-auto .bx-stop:before{content:"\f04c"; font-family:FontAwesome;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus { color:#00a7cb }

.main-banner3 .bx-wrapper .bx-controls-auto { text-align: center; position: absolute; z-index: 999; width:40px; height:40px; line-height:40px; background:var(--bg-theme); border-radius:20px; bottom:32px; left:calc(50% - 20px); font-size:0; width:40px; height:40px; font-size:0;}
.main-banner3 .bx-wrapper .bx-controls-auto .bx-start{display: block; margin: 0; width:40px; height:40px; color:#fff; overflow:hidden; padding-left:3px;}
.main-banner3 .bx-wrapper .bx-controls-auto .bx-start:before{content:"\f04b"; font-family:FontAwesome; font-size:15px}
.main-banner3 .bx-wrapper .bx-controls-auto .bx-start.active { display:none}

.main-banner3 .bx-wrapper .bx-controls-auto .bx-stop {display: block; margin: 0; width:40px; height:40px; color:#fff; overflow:hidden; }
.main-banner3 .bx-wrapper .bx-controls-auto .bx-stop:before{content:"\f04c"; font-family:FontAwesome; font-size:15px}
.main-banner3 .bx-wrapper .bx-controls-auto .bx-stop.active{ display:none }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: center; width: 100%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {position: absolute; left: 50%; bottom: 30px; width: 37px; margin-left: -130px; z-index: 99;     display: flex;    align-items: center;}


/* IMAGE CAPTIONS */
.bx-wrapper .bx-controls-direction a { position: absolute; top: 60%; margin-top: -16px;  width: 15px; height: 20px; text-indent: -9999px; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-prev, .bx-next {text-indent: -9999px; display:block; position:absolute; top:0; width:33px; height:33px;}
.bx-next{margin-left:4px}
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }


.bo_fx{position:absolute; bottom:10px; left:20px; display:inline-block; z-index:99;}
.btn_bo_user{margin:10px auto;width:100px}
.btn_bo_user a{padding:7px 10px;}





/*Responsive 370, 480, 768, 992, 1160*/
@media all and (max-width:1200px){
/*	.main_cbt, .main-center {padding-left:20px;padding-right:20px}*/
}

@media all and (max-width:1130px){
	.tbmain-center{display: flex;max-width:100%;flex-direction: column;flex-wrap: nowrap;align-content: space-around;justify-content: flex-start;align-items: center;}
	.tab_baord_section1{width:100%;margin:0 auto 40px;max-width:100%}
	.tab_baord_section2{width: 100%;margin:0 auto;max-width:100%;}

	.main-section03{
		.content-section11{flex-direction: column;}
		.content-section11 .thead-tbox{max-width:100%}
	}

	.main-section07 .main-center{display:flex; flex-direction: column;}
	.main-section07 .main-center .content-section4,
	.main-section07 .main-center .content-section5{width:100%}
	.content-section11 .tbody-tbox .textbox{padding:10px}
}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:992px){
	.content-section11 .textbox{width:calc(33.3333% - 10px)}

	.main-section06 .board_body{flex-wrap: wrap;}
	.main-section06 .board_body > section{width:calc(50% - 10px)}
	.main-section06 .board_body .content-section14{width:100%}

}

/*Responsive 370, 480, 768, 992, 1160*/
@media all and (max-width:920px){
	body{font-size:14px !important}
	.main-section1{flex-wrap: wrap;transition: all .5s 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;}
	.main-section1 .textbox_body .textbox_title{font-size:1.8em;}
	.main-section1 .textbox:not(:last-child){margin-right:0px}
	.main-section1 .tbox01{width:calc(50% - 10px);margin-right:20px}
	.main-section1 .tbox02{width:calc(50% - 10px);}
	.main-section1 .tbox03{width:100%;margin-top:20px;}
}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:834px){
	.pic_lt ul li{width:calc(50% - 10px)}
}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:768px){
	.main-section02 .content-section1{flex-wrap: wrap;}
	.content-section1 .textbox{width: calc(50% - 10px);}
	.content-section1 .tbox03{width:100%}
	.main-section02 .content-section1 .textbox .textbox_title{font-size:1.4rem}

	.gallery_lt > ul li{width:calc(50% - 10px)}
	.gallery_lt > ul li:nth-child(n+3){display:none }
}

/*Responsive 370, 480, 768, 992, 1160*/
@media all and (max-width:648px){
	.tab_baord_section1{padding:30px 10px 50px}
	.tab_baord_section1 .tab_menu{width:100%}
	.tab_baord_section1 .tab_menu li {width:auto;}
	.tab_baord_section1 .tab_menu li > a {font-size:13px;font-weight:normal;letter-spacing:-1px;padding:7px 15px}

	.content-section11 .textbox{padding:20px}

	.textbox_image img{max-width:100%}

	.main-section06 .board_body > section {width:100%}
	.main-section07 .main-center{flex-wrap: wrap;}
	.main-section07 .main-center > section{width:100%}
}


/*Responsive 370, 480, 768, 992, 1160*/
@media all and (max-width:570px){
	body{font-size:13px !important}
	.main-section1{flex-direction: column;transition: all .5s 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;}
	.main-section1 .textbox_body .textbox_title{font-size:1.5em;}
	.main-section1 .textbox_txt{font-size:0.98em;}
	.main-section1 .tbox01{width:100%;margin-bottom:20px}
	.main-section1 .tbox02{width:100%}
}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:460px){
	.main-section03 .content-section11 .tbody-tbox{flex-wrap: wrap;}
	.main-section03 .content-section11 .tbody-tbox .textbox{width:33.3333%}
	.main-section03 .content-section11 .tbody-tbox .textbox:nth-child(-n+3){border-bottom:1px dashed #dddd}
}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:448px){
	.content-section1 .textbox{width:100%}
	.pic_lt ul li{width: 100%}
}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:370px){
	.gallery_lt > ul li{width: 100%}
}


/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:319px){
	.main-section03  .content-section11 .textbox{width:100%}
}