@charset "utf-8";

:root{
  --color:#00A6CE;
  --black:#000;
  --white:#fff;
  --JSdong:'JSDongkang-Regular';
  --potta:'PottaOne-Regular';
}


/* 폰트 */
@font-face {
  font-family: 'Pretendard Variable';
  src: url('/theme/basic/font/PretendardVariable.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard Variable';
  src: url('/theme/basic/font/PretendardVariable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard Variable';
  src: url('/theme/basic/font/PretendardVariable.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard Variable';
  src: url('/theme/basic/font/PretendardVariable.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
    font-family: 'Pretendard Variable';
    src: url('/theme/basic/font/PretendardVariable.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard Variable';
    src: url('/theme/basic/font/PretendardVariable.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'JSDongkang-Regular';
    src: url('/theme/basic/font/JSdongkang_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PottaOne-Regular';
    src: url('/theme/basic/font/PottaOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* 기본 세팅 */
html{overflow-x: hidden;scroll-behavior:smooth;}
html,body{font-size: 20px; font-family: 'Pretendard Variable';background:#fff;}
@media all and (max-width:1024px){
  html,body{font-size: 18px;}
}


/* 공통 */
.inner{max-width: 1520px; margin: 0 auto; width: 90%;}
img{max-width: 100%;}
li{list-style: none;word-break: keep-all;}   
p{word-break: keep-all;}



/* 초기화 */
body {margin:0;padding:0;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;font-family: 'Pretendard Variable';}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em;font-family: 'Pretendard Variable';}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-size:1em;font-family: 'Pretendard Variable';}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none;font-family: 'Pretendard Variable';}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
box-shadow:none;
outline: none;
border:1px solid #000 !important;
}

.placeholdersjs {color:#aaa !important}



/* topbtn */
.topbtn{
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 1000;
}
.topbtn img{width: 40px;}
@media all and (max-width:768px){.topbtn{bottom: 10px;}}


/* header 시작 */
#header {width: 100%;height:166px;box-sizing: border-box;background:#fff;padding: 0;position: absolute;left: 0;top: 0;z-index: 1000;}
.header_nav {height: 100%;}
.header_nav .nav {height: 100%;}
.header_nav .inner {display: flex;justify-content: space-between;align-items: end;height: 100%;gap: 0 40px;}
.header_nav .header_logo{padding-bottom:40px;}
.header_nav .header_logo a {display: block;}
.header_nav .header_logo a img{}

#main-nav {height: 100%;}
.main-nav_depth1 {height: 100%;}
.main-nav_depth1 .mn-ul1 {display: flex;height: 100%;}
.main-nav_depth1 .mn-li1 {position: relative;}
/* .main-nav_depth1 .mn-li1:last-child .mn-a1{padding-right: 0;} */
.main-nav_depth1 .mn-a1 {display: flex;align-items: end;height: 100%;padding: 40px 35px; font-size: 1.25em; color: #000;text-align: center;font-weight: 500;}
.main-nav_depth2 {display:none;min-width: 180px;background: #fff;position: absolute;top:100%;left:50%;transform:translateX(-50%);z-index: 100;}
.main-nav_depth2 .mn-ul2 {width: 100%;}
.main-nav_depth2 .mn-li2 {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav_depth2 .mn-a2 {word-break:keep-all;display: block;width: 100%;padding: 15px;box-sizing: border-box;font-size: 1.00em;font-weight: 500;text-align: left;transition: .35s;}
.main-nav_depth2 .mn-a2:hover,
.main-nav_depth2 .mn-a2:focus {color: var(--color);}
.header_nav .nav_btn {display: none;}

.header_nav .headright{padding-bottom: 40px;}
/* 게시판 검색창 */
.header_nav .searchBox {text-align:left;width:220px;margin-left: auto; max-height:300px;overflow-y:auto;border-radius:50px;border: 2px solid transparent;padding:0 20px;background: #fff;}
.header_nav .searchBox:after {display:block;visibility:hidden;clear:both;content:""}
.header_nav .searchBox h3 {padding:15px;border-bottom:1px solid #d9d9d9}
.header_nav .searchBox legend {background:red}
.header_nav .searchBox form {display:flex;}
.header_nav .searchBox .searchinput{width:calc(100% - 20px);height:40px;border:0;background-color:transparent;float:left;font-size:14px;color:#000;font-family:"Pretendard Variable", sans-serif;}
.header_nav .searchBox .searchinput:focus{border:0 !important;box-shadow: none !important; background: none !important;}
.header_nav .searchBox .searchinput::placeholder{color: #b1b1b1;}
.header_nav .searchBox .searchbtn{height:40px;float:right;background:transparent;border:0;font-size:20px; border:1px solid transparent;}
.header_nav .searchBox .searchbtn i{color:#00A6CE;}
.header_nav .searchBox .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

.header_nav .headerlink{margin-top:10px;}
.header_nav .headerlink ul{display: flex;gap: 0 16px;}
.header_nav .headerlink ul li{}
.header_nav .headerlink ul li a{display: block;}


@media all and (max-width: 1600px){
    .main-nav_depth1 .mn-a1 {font-size: 1.10em;}   
}
@media all and (max-width: 1400px){
    #header{height: 140px;}
    .header_nav .inner{gap: 0 20px;}
    .header_nav .header_logo{width: 200px;padding-bottom: 30px;}
    .header_nav .headright{padding-bottom: 30px;}
    .header_nav .headerlink ul{gap: 0 10px;}
    .header_nav .headerlink ul li a{text-align: center;}
    .header_nav .headerlink ul li a img{max-width: 80%;}
    .main-nav_depth1 .mn-a1 {padding: 30px 15px;}
    .main-nav_depth2{min-width: 140px;}
}
@media all and (max-width: 1200px){
    #header {height:100px;position: fixed; left: 0; top: 0; z-index: 1000;padding: 0;}
    #header.scrolled{box-shadow: 0 3px 10px rgba(0,0,0,.1);background: #fff;}
    #main-nav {display: none;}
    .header_nav .inner{align-items: center;}
    .header_nav .header_logo{width: 150px;padding-bottom: 0;}
    .header_nav .headright{display: flex;align-items: center;gap: 0 15px;padding-bottom: 0;}
    .header_nav .headerlink{margin-top: 0;order:0;}
    .header_nav .headerlink ul{gap: 0;}
    .hd_sch_wr{order: 1;}
    .searchBox{margin-left: unset;}
    .header_nav .nav_btn {display: block;order: 2;}
    .header_nav .nav_btn a {display: flex;align-items: center;width: 34px;height: 22px;position: relative;}
    .header_nav .nav_btn a::before,
    .header_nav .nav_btn a::after {content: '';display: block;width: 100%;height: 3px;background: #000;position: absolute;left: 0;right: 0;margin: auto;}
    .header_nav .nav_btn a::before {top: 0;}
    .header_nav .nav_btn a::after {bottom: 0;}
    .header_nav .nav_btn a span{display: block;width: 100%;height: 3px;background: #000;}
}
@media all and (max-width: 960px){ 
    .header_nav .headerlink{display: none;}
}
@media all and (max-width: 768px){ 
    #header{height: 90px;}
    .searchBox{width: 200px;}
}
@media all and (max-width: 640px){         
    .header_nav .nav_btn {right: 20px;}
}
@media all and (max-width: 480px){
    #header{height: 80px;}
    /* .hd_sch_wr{display: none;} */
    .header_nav .searchBox{width: 180px;padding: 0 10px;}
    .header_nav .header_logo{width: 120px;}
    .header_nav .nav_btn a {width: 26px;height: 20px;}
    .header_nav .nav_btn a::before, 
    .header_nav .nav_btn a::after,
    .header_nav .nav_btn a span {height: 2px;}
}
/* header 끝 */


/* sidebar 시작 */
#sidebar {display: none;width: 100%;height: 100%;background: #fff;position: fixed;top: 0;left: 0;z-index: 9999;box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);-webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);}
.sidebar_header {height: 100px;} 
.sidebar_header .inner {display: flex;justify-content: space-between;align-items: center;height: 100%;} 
.sidebar_header-logo {display: block;} 
.sidebar_header-logo img {max-width: 100%; } 
.sidebar_btn-close {display: flex;align-items: center;width: 34px;height: 22px;position: relative;} 
.sidebar_btn-close::before, 
.sidebar_btn-close::after {content: '';display: block;width: 100%;height: 3px;background: #000;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;} 
.sidebar_btn-close::before {transform: rotate(45deg);} 
.sidebar_btn-close::after {transform: rotate(-45deg);} 

.sidebar_cont {height: calc(100vh - 100px);overflow-y: auto;background: #fff;} 
.sidebar_menu {height: 90%;overflow-y: auto;} 
.sidebar_menu .inner {margin: 0;}
.sidebar_menu_depth1 {width: 100%;} 
.sidebar_menu_depth1 .sm-ul1 {width: 100%;} 
.sidebar_menu_depth1 .sm-li1 {border-bottom: 1px solid #EBEBEB;box-sizing: border-box;position: relative;} 
.sidebar_menu_depth1 .sm-li1:not(:last-child) {/* margin-bottom: 30px; */} 
.sidebar_menu_depth1 .sm-a1 {display: block;max-width: 85%;width: 100%;margin: 0;padding: 20px 30px;font-size: 1.20em;font-weight: 500;}
.sidebar_menu_depth1 .sm-li1:has(.sidebar_menu_depth2) .toggle-arrow {display: block;width: 30px;height: 16px; background: url('../img/toggle_arrow.png') no-repeat; background-size: cover !important;transform: rotate(0deg);position: absolute;top: 20px;right: 30px;cursor: pointer;transition: transform 0.3s ease-in-out;}
.sidebar_menu_depth1 .sm-li1:has(.sidebar_menu_depth2).active .toggle-arrow {transform: rotate(-180deg);}
.sidebar_menu_depth1 .sm-li1:not(:last-child) {margin-bottom: 0;} 
.sidebar_menu_depth2 {/* display: none; */width: 100%;max-height: 0;overflow: hidden;background: #f4f4f4;transition: max-height 0.3s ease-in-out;}
.sidebar_menu_depth2.open {display: block;max-height: 500px;/* 충분히 큰 값 설정 */}
.sidebar_menu_depth2 .sm-ul2 {padding: 10px 0;border-top: 1px solid #EBEBEB;box-sizing: border-box;} 
.sidebar_menu_depth2 .sm-a2 {display: block;padding: 10px 30px;color: #666;font-weight: 500;}
@media all and (max-width: 1200px){
    .sidebar_header-logo {width: 150px;}  
}
@media all and (max-width:768px){
    .sidebar_header{height: 90px;}
}
@media all and (max-width: 640px){
    .sidebar_menu_depth1 .sm-a1 {font-size: 1.00em;}    
}
@media all and (max-width: 480px){
    .sidebar_header{height: 80px;}
    .sidebar_header-logo {width: 120px;} 
    .sidebar_btn-close {width: 26px;height: 20px;}
    .sidebar_btn-close::before, 
    .sidebar_btn-close::after {height: 2px;}
    .sidebar_menu_depth1 .sm-a1{padding: 20px;}
    .sidebar_menu_depth1 .sm-li1:has(.sidebar_menu_depth2) .toggle-arrow{width: 22px; height: 12px; right: 20px;}
}
/* sidebar 끝 */




/* 푸터 시작 */
#footer{background: #001F2F;padding:50px 0;}
#footer .ft_con{display: flex;justify-content: space-between;}
#footer .ft_left{display: flex;gap:0 100px;}
#footer .ft_left .info ul{overflow: hidden;margin-bottom: 20px;}
#footer .ft_left .info ul li{float:left;padding-right:20px;font-size: 14px;font-weight: 500;color: #F5F5F5;position: relative;}
#footer .ft_left .info ul li::after{content: '';position: absolute;top: 50%;transform: translateY(-50%);right: 10px;width: 1px;height: 10px;background: #f5f5f5;}
#footer .ft_left .info ul li:nth-child(1){width: 100%;margin-bottom: 10px;padding-right: 0;}
#footer .ft_left .info ul li:last-child{padding-right: 0;}
#footer .ft_left .info ul li:nth-child(1)::after,
#footer .ft_left .info ul li:last-child::after{display: none;}
#footer .ft_left .info .copy{font-size: 14px;font-weight: 400;color: #f5f5f5;}
#footer .ft_right{}
#footer .ft_right .link{display: flex;align-items: center;gap: 0 20px;}
@media all and (max-width:1200px){
    #footer .ft_left{gap: 0 60px;}
}
@media all and (max-width:1024px){
    #footer .ft_left{flex-direction: column;gap: 20px 0;}
}
@media all and (max-width:960px){
    #footer .ft_con{flex-direction: column;gap: 40px 0;}
}
@media all and (max-width:600px){
    #footer .ft_left{align-items: center;}
    #footer .ft_left .info ul li{width: 100%;padding-right: 0;text-align: center;}
    #footer .ft_left .info ul li:not(:last-child){margin-bottom: 10px;}
    #footer .ft_left .info ul li::after{display: none;}
    #footer .ft_left .info .copy{text-align: center;}
    #footer .ft_right .link{justify-content: center;}
}
/* 푸터 끝 */














/* 메인페이지 공통 */
#mainpage section{padding: 120px 0;}
@media all and (max-width:768px){
    #mainpage section{padding: 100px 0;}
}



/* 메인배너 시작 */
#mainpage .mainbnr{height: 100vh;overflow: hidden;padding: 0;}
#mainpage .mainbnr .swiper-bg {position: absolute;top: 0; left: 0;width: 100%;height: 100%;background: url('../img/mainbnr_bg.png') no-repeat center center;background-size: cover;z-index: 0;}
#mainpage .mainbnr .mainbnr_slide{position: relative;height: 100%;}
#mainpage .mainbnr .title{text-align: left;width: 65%;}
#mainpage .mainbnr .swiper {width: 100%; height: 100%;}
#mainpage .mainbnr .swiper-slide {text-align: center;background:transparent; display: flex; justify-content: center; align-items: center;}
#mainpage .mainbnr .swiper-slide>img {display: block; width: 100%; object-fit: cover;}
#mainpage .mainbnr .swiper-slide .slide_con{width: 100%;height: 100%;}
#mainpage .mainbnr .swiper-slide .slide_con .inner{display: flex;justify-content:space-between;align-items: center;width: 90%;height: 100%;}
#mainpage .mainbnr .swiper-slide .slide_con .imgBox img{width: 75%;}
/* #mainpage .mainbnr .swiper-slide.slide01 .slide_con .imgBox img{width: 85%;} */

#mainpage .mainbnr .title p.tit1{font-size: 3.75em;font-family: var(--JSdong);margin-bottom: 30px;display: flex;align-items: center;gap: 10px;}
#mainpage .mainbnr .title p.tit2{font-size: 2.50em;font-family: var(--JSdong);margin-bottom: 10px;}
#mainpage .mainbnr .title p.tit3{font-size: 1.50em;font-weight: 600;color: #01A2F3;margin-bottom: 30px;}
#mainpage .mainbnr .title p.tit4{font-size: 1.20em;font-weight: 500;color: #363636;}
#mainpage .mainbnr .slide03 .title p.tit1{color: #444;}

#mainpage .mainbnr .custom-pagination {width:100%;position: absolute;left: 0;bottom:200px;z-index: 100;}
#mainpage .mainbnr .custom-pagination .inner{display: flex;align-items: center;gap: 0 30px;}
#mainpage .mainbnr .custom-pagination .inner .pagingBox{display: flex;align-items: center;gap:0 16px;}
#mainpage .mainbnr .custom-pagination .inner .pagingBox span{font-size: 16px;font-weight: 600;color: #000;}
#mainpage .mainbnr .progress-bar {width: 160px;height: 6px;background: #D9D9D9;position: relative;overflow: hidden;}
#mainpage .mainbnr .progress-fill {height: 100%;background: #49A5FE;width: 0%;transition: width 0.3s ease;}
#mainpage .mainbnr .autoplay-toggle {width: 15px;height: auto;aspect-ratio: 1 / 1;background-size: contain !important;border: none;cursor: pointer;display: flex;align-items: center;justify-content: center;}
#mainpage .mainbnr .autoplay-toggle.pause {background: url('../img/img-mainbnr_06.png') no-repeat center; }
#mainpage .mainbnr .autoplay-toggle.play {background: url('../img/img-mainbnr_0601.png') no-repeat center;}

#mainpage .mainbnr .playBox{display: flex;align-items: center;gap: 0 6px;}
#mainpage .mainbnr .playBox button{outline: none !important;border: 0 !important;}
#mainpage .mainbnr .swiper-button-next{background: url('../img/img-mainbnr_next.svg') no-repeat !important;position: unset; width: 9px;height: 13px;margin-top: 0;}
#mainpage .mainbnr .swiper-button-next:after{content: none !important;}
#mainpage .mainbnr .swiper-button-prev{background: url('../img/img-mainbnr_prev.svg') no-repeat !important;position: unset; width: 9px;height: 13px;margin-top: 0;}
#mainpage .mainbnr .swiper-button-prev:after{content: none !important;}

.swiper-button-prev.disabled,
.swiper-button-next.disabled {opacity: 0.4;pointer-events: none;cursor: default;}
@media all and (max-width:1800px){
    #mainpage .mainbnr .custom-pagination {bottom:150px;}
}
@media all and (max-width:1600px){
    #mainpage .mainbnr .title p.tit1{font-size: 3.50em;flex-direction: column;align-items: start;}
}
@media all and (max-width:1400px){
    #mainpage .mainbnr .title p.tit1{font-size: 3.20em;}
    #mainpage .mainbnr .title p.tit2{font-size: 2.00em;}
    #mainpage .mainbnr .title p.tit3{font-size: 1.25em;}
    #mainpage .mainbnr .title p.tit4{font-size: 1.10em;}
}
@media all and (max-width:1200px){
    #mainpage .mainbnr .swiper-bg{background: url('../img/img-mainbnr_bg_t.png') no-repeat center;}
    #mainpage .mainbnr .swiper-slide .slide_con .imgBox{width: 35%;}
    #mainpage .mainbnr .swiper-slide .slide_con .imgBox img{width: 100%;}
}
@media all and (max-width:1024px){
    #mainpage .mainbnr .swiper-slide .slide_con .inner{gap: 0 40px;}
    #mainpage .mainbnr .swiper-slide .slide_con .title{width: 60%;}
    #mainpage .mainbnr .swiper-slide .slide_con .imgBox{width:40%;}
}
@media all and (max-width:960px){
    #mainpage .mainbnr .title p.tit1{font-size: 45px;}
    #mainpage .mainbnr .title p.tit2{font-size: 30px;}
    #mainpage .mainbnr .title p.tit3{font-size: 20px;}
    #mainpage .mainbnr .title p.tit4{font-size: 18px;}
}
@media all and (max-width:768px){
    #mainpage .mainbnr{height: 100%;}
    #mainpage .mainbnr .swiper-bg{background: url('../img/img-mainbnr_bg_m.png') no-repeat center;}
    #mainpage .mainbnr .swiper-slide{padding: 150px 0 0;height: 100%;}
    #mainpage .mainbnr .swiper-slide .slide_con .inner{flex-direction: column;justify-content: center;gap:60px 0;}
    #mainpage .mainbnr .swiper-slide .slide_con .title{width: auto;text-align: center;}
    #mainpage .mainbnr .swiper-slide .slide_con .imgBox{width:auto;}
    #mainpage .mainbnr .slide01 .imgBox img{content: url('../img/img-mainbnr_0101_m.png');}
    #mainpage .mainbnr .slide02 .imgBox img{content: url('../img/img-mainbnr_0201_m.png');}
    #mainpage .mainbnr .slide03 .imgBox img{content: url('../img/img-mainbnr_0302_m.png');}
    #mainpage .mainbnr .slide04 .imgBox img{content: url('../img/img-mainbnr_0401_m.png');}
    #mainpage .mainbnr .slide05 .imgBox img{content: url('../img/img-mainbnr_05_m.png');}
    #mainpage .mainbnr .custom-pagination{position: relative;bottom:unset;padding: 40px 0 100px 0;}
    #mainpage .mainbnr .custom-pagination .inner{justify-content: center;}
    #mainpage .mainbnr .progress-bar{width: 100px;}
    #mainpage .mainbnr .playBox{gap: 0 10px;}

    #mainpage .mainbnr .title p.tit1{align-items: center;}
}
@media all and (max-width:640px){
    #mainpage .mainbnr .title p.tit1{font-size: 40px;}
    #mainpage .mainbnr .title p.tit2{font-size: 26px;}
}
@media all and (max-width:500px){
    #mainpage .mainbnr .swiper-bg{background: url('../img/img-mainbnr_bg_m2.png') no-repeat center;}
    #mainpage .mainbnr .swiper-slide{padding: 120px 0 0;}
    #mainpage .mainbnr .swiper-slide .slide_con .inner{gap: 40px 0;}
    #mainpage .mainbnr .swiper-slide .slide_con .imgBox{width:50%;}
    #mainpage .mainbnr .slide01 .title p.tit1 img,
    #mainpage .mainbnr .slide02 .title p.tit1 img{max-width: 50%;}
    #mainpage .mainbnr .slide03 .title p.tit4 span.mo{display: block;}
    #mainpage .mainbnr .slide04 .title p.tit3{display: flex;flex-direction: column;align-items: center;gap: 10px 0;}
    #mainpage .mainbnr .slide05 .title p.tit1{gap: 0;}
    #mainpage .mainbnr .slide05 .title p.tit1 span.mo {display: block;}
    #mainpage .mainbnr .slide03 .imgBox img{max-height: 330px;object-fit: cover;}
    #mainpage .mainbnr .custom-pagination{padding: 30px 0 60px 0;}
    #mainpage .mainbnr .title p.tit1{font-size: 36px;margin-bottom: 20px;}
    #mainpage .mainbnr .title p.tit2{font-size: 24px;margin-bottom: 15px;}
    #mainpage .mainbnr .title p.tit3{font-size: 18px;}
    #mainpage .mainbnr .title p.tit4{font-size: 16px;}
}
@media all and (max-width:500px){
    #mainpage .mainbnr .title p.tit1{font-size: 30px;}
    #mainpage .mainbnr .title p.tit2{font-size: 22px;}
}
/* 메인배너 끝 */


/* 아이콘 링크 시작 */
#mainpage .ico-link{padding: 80px 0;background: url('../img/img-iconlinkBox_bg.png') no-repeat center / cover;}
#mainpage .ico-link .conBox{display: flex; justify-content: center; align-items: stretch; gap: 0 100px;}
#mainpage .ico-link .conBox li{text-align: center; display: flex; justify-content:center;}
#mainpage .ico-link .conBox li a{display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
#mainpage .ico-link .conBox li a .imgBox{background: #fff;border-radius: 50%;padding: 30px;width: 180px;aspect-ratio: 1 / 1;}
#mainpage .ico-link .conBox li p{margin-top: 20px; word-break: keep-all;font-size: 1.40em;font-weight: 500;}
#mainpage .ico-link .conBox li:hover p{color: var(--color);}
@media all and (max-width:1400px){
    #mainpage .ico-link .conBox li p{font-size: 1.20em;}
}
@media all and (max-width:1200px){
    #mainpage .ico-link .conBox{gap: 0 40px;justify-content: space-between;}
}
@media all and (max-width:960px){    
    #mainpage .ico-link .conBox{flex-wrap: wrap; gap:60px 0;justify-content: center;}
    #mainpage .ico-link .conBox li{width: calc(100% / 2 - 20px);}
}
@media all and (max-width:768px){
    #mainpage .ico-link{padding: 60px 0;}
    #mainpage .ico-link .conBox{gap:40px 0;}
    #mainpage .ico-link .conBox li a .imgBox{width: 150px;}
    #mainpage .ico-link .conBox li p{font-size: 20px;}
}
@media all and (max-width:640px){
    #mainpage .ico-link .conBox li a .imgBox{display:flex;justify-content: center;align-items: center;}
    #mainpage .ico-link .conBox li a img{height: 70px;}
}
@media all and (max-width:500px){
    #mainpage .ico-link .conBox li a .imgBox{width: 120px;padding: 20px;}
    #mainpage .ico-link .conBox li p{font-size: 18px;}
    #mainpage .ico-link .conBox li a img{height: 60px;}
}
/* 아이콘 링크 끝 */



/* 최신글: 공지사항-basic, 갤러리-gallery*/
#mainpage .boardBox{}
#mainpage .boardBox .inner{display: flex; justify-content: space-between; align-items: start; gap:0 80px;}
#mainpage .boardBox .inner>div{width: 50%;}

@media all and (max-width:1200px){
    #mainpage .boardBox .inner{gap: 40px;}
}
@media all and (max-width:1024px){
    #mainpage .boardBox .inner{flex-direction: column;}
    #mainpage .boardBox .inner>div{width: 100%;}
    #mainpage .boardBox .inner{gap: 60px;}
}
@media all and (max-width:768px){
    #mainpage .boardBox .inner{gap: 40px;}
}


/* certificate 시작 */
#mainpage .certificate{background: #FAFAFA;}
#mainpage .certificate .conBox{display: flex;flex-wrap: wrap;align-items: stretch;gap: 20px;}
#mainpage .certificate .conBox li{width: calc(100% / 4 - 15px);min-height: 230px;border-radius:10px;background: #fff;display: flex;flex-direction: column;justify-content: space-between;box-shadow: 0 5px 10px rgba(0,0,0,.1);transition: .3s ease-in;}
#mainpage .certificate .conBox li:nth-child(3),
#mainpage .certificate .conBox li:nth-child(6),
#mainpage .certificate .conBox li:nth-child(8){background: #F5F5F5;}
#mainpage .certificate .conBox li:nth-child(1){border-radius: 150px 150px 150px 10px;}
#mainpage .certificate .conBox li:nth-child(3),
#mainpage .certificate .conBox li:nth-child(5){border-radius: 150px;}
#mainpage .certificate .conBox li:nth-child(4){border-radius: 10px 150px 10px 150px;}
#mainpage .certificate .conBox li:nth-child(6){border-radius: 150px 10px 150px 10px;}
#mainpage .certificate .conBox li:nth-child(8){border-radius: 10px 150px 150px 10px;}
#mainpage .certificate .conBox li:nth-child(4) .titBox,
#mainpage .certificate .conBox li:nth-child(6) .titBox{justify-content: start;gap: 0 10px;}
#mainpage .certificate .conBox li:nth-child(1):hover,
#mainpage .certificate .conBox li:nth-child(5):hover{background: #ED1C25;}
#mainpage .certificate .conBox li:nth-child(2):hover,
#mainpage .certificate .conBox li:nth-child(6):hover{background: #FBC706;}
#mainpage .certificate .conBox li:nth-child(3):hover,
#mainpage .certificate .conBox li:nth-child(7):hover{background: #7FCC28;}
#mainpage .certificate .conBox li:nth-child(4):hover,
#mainpage .certificate .conBox li:nth-child(8):hover{background: #02ADEF;}
#mainpage .certificate .conBox li a{padding:35px 45px;display: block;}
#mainpage .certificate .conBox li .titBox{display: flex;justify-content: space-between;align-items: start;}
#mainpage .certificate .conBox li:hover .titBox p.tit1{color: #fff;}
#mainpage .certificate .conBox li .titBox p.tit1{font-size: 1.60em;font-weight: 600;color: #000;line-height: 1.2;margin-bottom: 10px;}
#mainpage .certificate .conBox li .txtBox p.tit2{font-size: 18px;font-weight: 400;color: #000;line-height: 1.3;}
#mainpage .certificate .conBox li:hover .txtBox p.tit2{color: #fff;}
@media all and (max-width:1600px){
    #mainpage .certificate .conBox{gap:40px;}
    #mainpage .certificate .conBox li{width: calc(100% / 2 - 20px);padding: 50px;min-height: auto;}
}
@media all and (max-width:1200px){
    #mainpage .certificate .conBox li .titBox p.tit1{font-size: 1.30em;}
}
@media all and (max-width:960px){
    #mainpage .certificate .conBox{gap:30px;}
    #mainpage .certificate .conBox li{width: calc(100% / 2 - 15px);padding: 50px 40px;}
}
@media all and (max-width:768px){
    #mainpage .certificate .conBox li{justify-content: center;padding: 30px;}
    #mainpage .certificate .conBox li .titBox{flex-direction: column-reverse;align-items: center;gap: 20px 0;}
    #mainpage .certificate .conBox li:nth-child(4) .titBox, 
    #mainpage .certificate .conBox li:nth-child(6) .titBox{gap: 20px 0;}
    #mainpage .certificate .conBox li .titBox {text-align: center;justify-content: start;}
    #mainpage .certificate .conBox li .titBox p.tit1{font-size: 22px;}
    #mainpage .certificate .conBox li .txtBox{text-align: center;}
    #mainpage .certificate .conBox li .txtBox p.tit2{font-size: 16px;}
}
@media all and (max-width:640px){
    #mainpage .certificate .conBox{gap: 20px;}
    #mainpage .certificate .conBox li{border-radius: 10px !important;width: calc(100% / 2 - 10px);padding: 30px 20px;}
    #mainpage .certificate .conBox li .titBox p.tit1{font-size: 20px;}
}
@media all and (max-width:500px){
    #mainpage .certificate .conBox li{width: 100%;min-height: 265px;}
}
/* certificate 끝 */

/* customer 시작 */
#mainpage .customer{}
#mainpage .customer .inner{max-width: 1610px;}
#mainpage .customer .slick-slider{margin-bottom: 0;padding: 0 45px;}
#mainpage .customer .slick-slider .slideBox{display: flex;justify-content: center;align-items: center;position: relative;}
#mainpage .customer .slick-slider .slideBox::after{content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 100%;background: #CFCFCF;}
#mainpage .customer .slick-slider .slick-prev{left: 0;width: auto;height: auto;}
#mainpage .customer .slick-slider .slick-next{right: 0;width: auto;height: auto;}
#mainpage .customer .slick-prev:before, 
#mainpage .customer .slick-next:before{font-size: inherit;line-height: normal;display: block;height: 100%;}
#mainpage .customer .slick-slider .slick-prev:before{content: url('../img/img-customer_prev.svg');}
#mainpage .customer .slick-slider .slick-next:before{content: url('../img/img-customer_next.svg');}
@media all and (max-width:600px){
    #mainpage .customer .slick-slider .slideBox::after{display: none;}
}
/* customer 끝 */






































/* 서브페이지 */
.subpage{padding: 150px 0;}
@media all and (max-width:768px){.subpage{padding: 100px 0;}}

/* 서브페이지 배너 */
.sub_bnr {width: 100%; height: 600px;background-repeat: no-repeat; background-size: cover; background-position: center;  color:#fff;}
.sub_bnr .inner{display: flex; flex-direction: column; align-items: start; justify-content: flex-end; width: 90%; height: 100%;position: relative;}
.sub_bnr .sub_title{width: 100%; text-align: center; color:#fff; display: flex; justify-content: start; align-items: center; gap: 10px;padding-bottom: 130px;}
.sub_bnr .sub_title h3{font-size:3.25em; position: relative;font-weight:600;}
.sub_bnr .sub_title span{width: 24px; height:1px; background:#fff;}
@media all and (max-width:1400px){
    .sub_bnr .sub_title h3{font-size: 3.00em;}
}
@media all and (max-width:1200px){
    .sub_bnr .sub_title h3{font-size: 2.70em;}
}
@media all and (max-width:1024px){
    .sub_bnr{height: 400px;}
    .sub_bnr .sub_title{padding-bottom: 100px;}
}
@media all and (max-width:768px){
    .sub_bnr .sub_title{padding-bottom: 80px;}
    .sub_bnr .sub_title h3{font-size: 2.40em;} 
}

/* 서브페이지 서브메뉴 */
#mysubmenu{width:100%;height:70px;position: absolute;bottom: -35px;background: #fff;display: flex;align-items: center;}
#mysubmenu .iconBox{width: 70px;height: auto;aspect-ratio: 1 / 1;background: var(--color);display: flex;justify-content: center;align-items: center;}
#mysubmenu ul {list-style:none;margin:0;padding:0 40px;display: flex; justify-content: start; align-items: center; gap:0 60px;height: 100%;width: calc(100% - 70px);border: 1px solid #EAEAEA;}
#mysubmenu .leftmenu_s {text-align:center;position: relative;}
#mysubmenu .leftmenu_s:not(:last-child)::before{content: '';position: absolute;top: 50%;transform: translateY(-50%);right: -30px;width: 1px;height: 15px;background: #D9D9D9;}
#mysubmenu .leftmenu_s.active a{font-weight: 600;color: var(--color);}
#mysubmenu .leftmenu_s.active a::before{width: 100%;}
#mysubmenu .leftmenu_s a{display: block; text-decoration: none; width: 100%; font-size:18px;font-weight: 400; color: #3d3d3d; position: relative;}
#mysubmenu a.home{width: 70px; float:left; display:block; background:#4cc9d8;}
@media all and (max-width:1600px){
    #mysubmenu ul{overflow-x: auto;white-space: nowrap;}    
}

@media all and (max-width:1024px){
    #mysubmenu ul{padding: 0 30px;}
}
@media all and (max-width:768px){
    #mysubmenu{height: 60px;bottom: -30px;}
    #mysubmenu .iconBox{width: 60px;}
    #mysubmenu ul{gap: 0 40px;width: calc(100% - 60px);}
    #mysubmenu .leftmenu_s:not(:last-child)::before{right: -20px;}
    #mysubmenu .leftmenu_s a{font-size: 16px;}
}


/* 서브페이지 타이틀 */
.subpage .title{margin-bottom: 100px;}
.subpage .title p.tit1{font-size: 2.50em;font-weight: 600;color: #000;}
@media all and (max-width:1200px){
    .subpage .title p.tit1{font-size: 2.20em;}
}
@media all and (max-width:768px){
    .subpage .title{margin-bottom: 60px;}
    .subpage .title p.tit1{font-size: 2.00em;}
}
@media all and (max-width:500px){
    .subpage .title p.tit1{font-size: 1.70em;}
}


/* 서브페이지 공통 문구 */
.subpage p.txt30{font-size: 1.50em;font-weight: 600;color: #000;}
.subpage p.txt28{font-size: 1.40em;font-weight: 600;color: #000;}
.subpage p.txt25{font-size: 1.25em;font-weight: 600;color: #000;}
.subpage p.txt22{font-size: 1.10em;font-weight: 400;color: #111;line-height: 1.4;}
.subpage p.txt20{font-size: 20px;}
.subpage p.txt18{font-size: 18px;}

/* 서브페이지 공통 테이블 */
.subpage table{width: 100%;box-sizing: border-box;border-collapse: collapse;}
.subpage table thead th{background: var(--color);height: 60px;}
.subpage table thead th:not(:last-child){border-right: 1px solid #fff;}
.subpage table thead th p.txt22{font-weight: 600;color: #fff;}
.subpage table tbody td{text-align: center;padding: 20px;border-right: 1px solid #EBEBEB;border-bottom: 1px solid #EBEBEB;}
.subpage table tbody tr td:nth-child(3){border-right:0;}
.subpage table tbody td p.txt20{font-weight: 700;color: var(--color);margin-bottom: 10px;}
.subpage table tbody td li:not(:last-child){margin-bottom: 5px;}
@media all and (max-width:768px){
    .subpage table thead th p.txt22{font-size: 18px;}
    .subpage table tbody td p.txt20{font-size: 18px;}
}





/* 인사말 시작 */
.greetings{}
.greetings .subpage_wrap{display: flex;gap: 0 100px;justify-content:space-between;align-items: start;}
.greetings .conBox{width: 80%;}
.greetings .conBox .txtBox p.txt22{line-height: 1.6;}
.greetings .conBox .txtBox p.txt22:not(:last-child){margin-bottom: 40px;}
.greetings .conBox .signBox{display: flex;align-items: center;justify-content: end;gap: 0 30px;margin-top: 100px;}
.greetings .imgBox{overflow: hidden;border-radius:20px;height: 400px;}
.greetings .imgBox img{max-width: 100%;height:100%;object-fit: cover;}
@media all and (max-width:1600px){
    .greetings .conBox .txtBox p.txt22 br{display: none;}
}
@media all and (max-width:1400px){
    .greetings .conBox .txtBox p.txt22:not(:last-child){margin-bottom: 20px;}
    .greetings .conBox .signBox{margin-top: 60px;}
}
@media all and (max-width:1400px){
    .greetings .subpage_wrap{gap: 0 60px;}
}
@media all and (max-width:960px){
    .greetings .subpage_wrap{flex-direction: column-reverse; align-items: center;gap: 60px 0;}
    .greetings .conBox{width: 100%;}
    .greetings .imgBox img{width: 100%;}
}
@media all and (max-width:640px){
    .greetings .conBox .txtBox .txt22{font-size: 18px;}
}
@media all and (max-width:500px){
    .greetings .conBox .signBox{flex-direction: column;gap: 15px 0;} 
}
/* 인사말 끝 */

/* 협회소개 및 조직도 시작 */
.introduce{}
.introduce .conBox{border: 1px solid #D9D9D9;border-radius: 30px;position: relative;padding: 100px;}
.introduce .conBox::before{content: '“';font-size: 150px;color: #000;font-family:var(--potta);background: #fff;position: absolute;left:-40px;top:-40px;line-height: 1;width: 150px;height: 120px;display: flex;justify-content: center;}
.introduce .conBox .logoBox{margin-bottom: 50px;}
.introduce .conBox .txtBox .txt22{color: #333;line-height: 1.6;}
.introduce .conBox .txtBox p.txt22:not(:last-child){margin-bottom: 40px;}
.introduce .conBox .txtBox .txt20{color: #333;line-height: 1.6;}
.introduce .conBox .txtBox p.txt20:not(:last-child){margin-bottom: 40px;}
.introduce .bgBox{margin: 100px 0;}
.introduce .imgBox{text-align: center;}
@media all and (max-width:1600px){
    .introduce .conBox .txtBox .txt22 br{display: none;}
    .introduce .conBox .txtBox .txt22 span.mo{display: block;padding-bottom: 5px;}
}
@media all and (max-width:1200px){
    .introduce .conBox{padding: 60px;}
    .introduce .conBox::before{width: 100px;height: 100px;left: -10px;top: -50px;}
    .introduce .conBox .logoBox img{max-width: 60%;}
    .introduce .conBox .txtBox p.txt22:not(:last-child){margin-bottom: 30px;}
    .introduce .conBox .txtBox p.txt20:not(:last-child){margin-bottom: 30px;}
}
@media all and (max-width:1024px){
    .introduce .conBox .txtBox .txt20{font-size: 18px;}
}
@media all and (max-width:768px){
    .introduce .conBox{padding: 60px 40px;}
    .introduce .conBox::before{font-size: 100px;height: 60px;top: -20px;}
    .introduce .bgBox img{content: url('../img/img-introduce_02_m.png');}
}
@media all and (max-width:640px){
    .introduce .conBox .txtBox .txt22{font-size: 18px;}
    .introduce .conBox .txtBox .txt20{font-size: 16px;}
}
@media all and (max-width:500px){
    .introduce .conBox{padding: 50px 25px;border-radius: 20px;}
    .introduce .conBox .logoBox{margin-bottom: 30px;}
    .introduce .conBox .logoBox img{max-width: 100%;}
    .introduce .conBox::before{font-size: 80px;width: 60px;height:50px;}
}
/* 협회소개 및 조직도 끝 */



/* 연혁 시작 */
.history{overflow: hidden;}
.history .title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 150px;position: relative;}
.history .title .tit{display: flex;align-items: center;gap: 0 100px;}
.history .title .tit p.tit2{font-size:1.00em;font-weight:400;color: #333;line-height: 1.4;}
.history .conBox .yearslide{width:700px !important;overflow: unset;margin-left: unset;}
.history .conBox .swiper-slide{width: auto !important;}
.history .swiper_naviBox{display: flex;gap: 0 5px;}
.history .swiper_naviBox .swiper-button-next,
.history .swiper_naviBox .swiper-button-prev{position: unset;width: 100px;height: auto;aspect-ratio: 1/ 1;margin-top: 0;}
.history .swiper_naviBox .swiper-button-next:after, 
.history .swiper_naviBox .swiper-button-prev:after{display: none;}
.history .conBox .yeartit{width: 100%;border-top: 1px solid #D9D9D9;position: relative;}
.history .conBox .yeartit h3{position:relative;text-align: left;font-size: 3.00em;color: #c6c6c6;font-weight: bold;position: relative;display: inline-block;line-height: 1;padding:40px 0 30px 0;cursor: pointer;}
.history .conBox .yeartit h3:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 5px;background: var(--color);}
.history .conBox .yeartit:hover h3{color: var(--color); transition: all .2s ease-in;}
.history .conBox .swiper-slide:last-child .yeartit{width: 100vw;}
.history .conBox .swiper-slide-active .yeartit h3{color: var(--color) !important;}
/* .history .conBox .swiper-slide-active .yeartit h3:after{width: 100%;} */
/* .history .conBox .yeartit:hover h3:after{background: var(--color); width: 100%; transition: all .2s ease-in;} */
.history .conBox .yeartit h3 .waves {position: absolute;left: 50%;top: -15px;transform: translateX(-50%);display: flex;justify-content: center;flex-direction: row;flex-wrap: wrap;width: 25px;height: 25px;border-radius: 50%;background: rgba(255, 255, 255, 0.4);z-index: 1;}
.history .conBox .yeartit h3 .waves span {position: absolute;left: 50%;top: 50%;width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;background: var(--color);border-radius: 50%;opacity: 0;animation: wave 3s infinite linear;}
.history .conBox .yeartit h3 .waves .wave2 {animation-delay: 1s;}
.history .conBox .yeartit h3 .waves .wave3 {animation-delay: 2s;}
.history .conBox .yearcon{min-width: 700px;}
.history .conBox .yearlist li{position: relative;display: flex;gap: 0 10px;}
.history .conBox .yearlist li::before{content: '-';}
.history .conBox .yearlist li:not(:last-child){margin-bottom: 15px;}
.history .conBox .yearlist li span{font-size: 14px;color: #c6c6c6;font-weight: 500;}
.history .conBox .yearlist li p.txt20{color: #333;line-height: 1.4;}
@media all and (max-width:1600px){
    .history .title .tit{gap: 0 60px;}    
    .history .conBox .yearslide{width:600px !important;}
    .history .conBox .yearcon{min-width: 600px;}
    .history .conBox .yeartit h3{font-size: 2.80em;}
}
@media all and (max-width:1400px){
    .history .title{align-items: start;}
    .history .title .tit{flex-direction: column;align-items: start;gap:20px 0;}
    .history .swiper_naviBox .swiper-button-next, 
    .history .swiper_naviBox .swiper-button-prev{width: 80px;}
    .history .conBox .yeartit h3{font-size: 2.60em;}
}
@media all and (max-width:1200px){
    .history .conBox .yearslide{width:550px !important;}
    .history .conBox .yearcon{min-width: 550px;}
    .history .conBox .yeartit h3{font-size: 2.20em;}
}
@media all and (max-width:1024px){
    .history .swiper_naviBox .swiper-button-next,
    .history .swiper_naviBox .swiper-button-prev{width: 60px;}
}
@media all and (max-width:960px){
    .history .title{flex-direction: column;gap: 40px 0;margin-bottom: 100px;}
    .history .conBox .yearslide{width:500px !important;}
    .history .conBox .yearcon{min-width: 500px;}
    .history .conBox .yeartit h3{font-size: 36px;padding: 40px 0 20px 0;}
    .history .conBox .yearlist li:not(:last-child){margin-bottom: 10px;}
    .history .conBox .yearlist li p.txt20{font-size: 18px;}    
}
@media all and (max-width:768px){
    .history .title{margin-bottom: 60px;}
    .history .title .tit p.tit2 br{display: none;}
    .history .conBox .yeartit h3{font-size: 30px;}
}
@media all and (max-width:640px){
    .history .conBox .yearslide{width:100% !important;}
    .history .conBox .swiper-slide{width: 100% !important;}
    .history .swiper_naviBox .swiper-button-next,
    .history .swiper_naviBox .swiper-button-prev{width: 50px;}
    .history .conBox .yeartit h3{padding: 40px 15px 20px 15px;}
    .history .conBox .yearcon{min-width: 100%;}
    .history .conBox .yearlist{padding: 0 15px;}
    .history .conBox .yearlist li p.txt20{font-size: 16px;}
    .history .conBox .yearlist li p.txt20 br{display: none;}
    .history .conBox .yeartit h3 .waves{top: -13px;}
    .history .conBox .yeartit h3 .waves span {animation: wave-mobile 3s infinite linear;}
}
@keyframes wave {
0% {
transform: scale(0);
opacity: 0.6;
}
100% {
transform: scale(1.6);
opacity: 0;
}
}
@keyframes wave-mobile {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
/* 연혁 끝 */



/* 주요사업 공통 시작 */
.business{}
.business .intro{display: flex;justify-content:space-between;align-items: center;gap: 0 100px;border-bottom: 1px solid #D5D5D5;padding-bottom: 100px;}
.business .intro .imgBox{width:calc(20% - 50px);}
.business .intro .txtBox{width:calc(80% - 50px);}
.business .intro .txtBox p.txt22{font-weight:500;line-height: 1.6;}
.business .intro .txtBox p.txt22:not(:last-child){margin-bottom: 40px;}
.business .conBox .biz_con{border-bottom: 1px solid #D5D5D5;padding: 80px 0;display: flex;gap: 0 100px;}
.business .conBox .biz_con .biz_tit{width:calc(25% - 50px);}
.business .conBox .biz_con .biz_tit p.tit1{font-size: 1.75em;font-weight: 600;color: #000;position: relative;padding-left: 20px;}
.business .conBox .biz_con .biz_tit p.tit1::before{content: '';width: 8px;height: 30px;border-radius: 2px;background: var(--color);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.business .conBox .biz_con .biz_box{width:calc(75% - 50px);}
.business .conBox .biz_con.contact .biz_box>p.txt20{font-weight: 600;color: var(--color);margin-top: 15px;}
.business .conBox .biz_con.contact .biz_box .contactBox{background: var(--color);border-radius: 10px;overflow: hidden;display: inline-block;padding: 20px 30px;margin-top: 20px;}
.business .conBox .biz_con.contact .biz_box .contactBox li{float: left;position: relative;}
.business .conBox .biz_con.contact .biz_box .contactBox li{padding-right: 60px;}
.business .conBox .biz_con.contact .biz_box .contactBox li::after{content: '';position: absolute;top: 50%;transform: translateY(-50%);right: 30px;width: 1px;height: 20px;background: #d9d9d9;}
.business .conBox .biz_con.contact .biz_box .contactBox li:last-child{padding-right: 0;}
.business .conBox .biz_con.contact .biz_box .contactBox li:last-child::after{display: none;}
.business .conBox .biz_con.contact .biz_box .contactBox li a{display: flex;align-items: center;gap: 0 10px;}
.business .conBox .biz_con.contact .biz_box .contactBox li a p.txt20{color: #fff;font-weight: 600;}
@media all and (max-width:1600px){
    .business .intro{gap: 0 60px;}
    .business .intro .imgBox{width: calc(20% - 30px);}
    .business .intro .txtBox{width: calc(80% - 30px);}
    .business .intro .txtBox p.txt22 br{display: none;}
    .business .intro .txtBox p.txt22 span.mo{display: block;}
    .business .conBox .biz_con{gap: 0 60px;}
    .business .conBox .biz_con .biz_tit{width: calc(25% - 30px);}
    .business .conBox .biz_con .biz_box{width: calc(75% - 30px);}
}
@media all and (max-width:1400px){
    .business .intro{gap: 0 40px;}
    .business .intro .imgBox{width: calc(30% - 20px);}
    .business .intro .txtBox{width: calc(70% - 20px);}
    .business .conBox .biz_con{gap: 0 40px;}
    .business .conBox .biz_con .biz_tit{width: calc(20% - 20px);}
    .business .conBox .biz_con .biz_box{width: calc(80% - 20px);}
}
@media all and (max-width:1200px){
    .business .intro{flex-direction: column;gap: 60px 0;}
    .business .intro .imgBox{width:100%;text-align: center;}
    .business .intro .txtBox{width:100%;}
    .business .intro .txtBox p.txt22:not(:last-child){margin-bottom: 20px;}
    .business .conBox .biz_con{flex-direction: column;gap: 40px 0;}
    .business .conBox .biz_con .biz_tit{width: 100%;}
    .business .conBox .biz_con .biz_box{width: 100%;}
}
@media all and (max-width:768px){
    .business .intro{padding-bottom: 60px;gap: 40px 0;}
    .business .conBox .biz_con .biz_tit p.tit1{font-size: 28px;}
    .business .conBox .biz_con{padding: 60px 0;}
    .business .conBox .biz_con.contact .biz_box p.txt30{font-size: 24px;}
    .business .conBox .biz_con.contact .biz_box .contactBox{padding: 20px;display: flex;flex-direction: column;gap: 10px 0;}
    .business .conBox .biz_con.contact .biz_box .contactBox li::after{display: none;}
    .business .conBox .biz_con.contact .biz_box .contactBox li a p.txt20{font-size: 18px;}
    .business .conBox .biz_con.contact .biz_box>p.txt20{font-size: 18px;margin-top: 10px;}
}
@media all and (max-width:640px){    
    .business .intro .imgBox{text-align: center;}
    .business .intro .txtBox p.txt22{font-size: 18px;}
    .business .conBox .biz_con.contact .biz_box>p.txt20{font-size: 16px;}
}
@media all and (max-width:500px){
    .business .conBox .biz_con{gap:30px 0;}
    .business .conBox .biz_con .biz_tit p.tit1{font-size: 26px;}
    .business .conBox .biz_con.contact .biz_box p.txt30{font-size: 22px;}
}


.business .boardBox{}
.business .boardBox .board_tit{margin-bottom: 30px;}
.business .boardBox .board_tit p.tit1{font-size: 1.75em;font-weight: 600;color: #000;position: relative;padding-left: 20px;}
.business .boardBox .board_tit p.tit1::before{content: '';width: 8px;height: 30px;border-radius: 2px;background: var(--color);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.business .boardBox .board_con{padding-top: 80px;}
.business .boardBox .board_con .board_empty{font-size: 16px;text-align: center;}
.business .boardBox .board_notice table thead tr th{font-size: 20px;font-weight: 500;color: #Fff;height: 55px;border-right: 0;}
.business .boardBox .board_notice table thead tr th.notice_th_num{width: 100px;}
.business .boardBox .board_notice table tbody tr td.notice_td_num{width: 100px;}
.business .boardBox .board_notice table thead tr th.notice_th_hit{width: 100px;}
.business .boardBox .board_notice table tbody tr td.notice_td_hit{width: 100px;}
.business .boardBox .board_notice table tbody tr td{font-size: 17px;font-weight: 400;color: #666;height:50px;border-right:0;padding: 0 10px;}
.business .boardBox .board_notice table tbody tr td.notice_td_tit a{font-size: 17px;font-weight: 400;color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width:90%;margin: 0 auto;display: block;}
.business .boardBox .board_gallery .gallery_list{display: flex;flex-wrap: wrap;gap: 40px;}
.business .boardBox .board_gallery .gallery_list li{width: calc(100% / 4 - 30px);}
.business .boardBox .board_gallery .gallery_list li a{display: block;width: 100%;height: 100%;}
.business .boardBox .board_gallery .gallery_list li a img{width: 100%;height: 100%;object-fit: cover;}
@media all and (max-width:1600px){
    .business .boardBox .board_gallery .gallery_list{gap: 30px;}
    .business .boardBox .board_gallery .gallery_list li{width: calc(100% / 4 - 23px);}
}
@media all and (max-width:1200px){
    .business .boardBox .board_gallery .gallery_list li{width: calc(100% / 3 - 20px);}
}
@media all and (max-width:960px){
    .business .boardBox .board_gallery .gallery_list li{width: calc(100% / 2 - 15px);}
}
@media all and (max-width:768px){
    .business .boardBox .board_con{padding-top: 60px;}
    .business .boardBox .board_tit p.tit1{font-size: 28px;}
    .business .boardBox .board_notice table thead tr th{font-size: 18px;}
    .business .boardBox .board_notice table thead tr th.notice_th_num{width: 70px;}
    .business .boardBox .board_notice table tbody tr td.notice_td_num{width: 70px;}
    .business .boardBox .board_notice table thead tr th.notice_th_hit{width: 70px;}
    .business .boardBox .board_notice table tbody tr td.notice_td_hit{width: 70px;}
    .business .boardBox .board_notice table tbody tr td,
    .business .boardBox .board_notice table tbody tr td.notice_td_tit a{font-size: 16px;}
    .business .boardBox .board_gallery .gallery_list{gap: 20px;}
    .business .boardBox .board_gallery .gallery_list li{width: calc(100% / 2 - 10px);}
}
@media all and (max-width:640px){
    .business .boardBox .board_notice table thead tr th.notice_th_num,
    .business .boardBox .board_notice table tbody tr td.notice_td_num,
    .business .boardBox .board_notice table thead tr th.notice_th_hit,
    .business .boardBox .board_notice table tbody tr td.notice_td_hit{display: none;}
    .business .boardBox .board_notice table thead tr th{font-size: 16px;}
    .business .boardBox .board_notice table tbody tr td,
    .business .boardBox .board_notice table tbody tr td.notice_td_tit a{font-size: 14px;}
    .business .boardBox .board_notice table tbody tr td.notice_td_tit{padding: 0;}
    .business .boardBox .board_notice table tbody tr td.notice_td_tit,
    .business .boardBox .board_notice table tbody tr td.notice_td_tit a{text-align: left;}
}
@media all and (max-width:500px){
    .business .boardBox .board_tit p.tit1{font-size: 26px;}
    .business .boardBox .board_gallery .gallery_list{gap: 15px;}
    .business .boardBox .board_gallery .gallery_list li{width: calc(100% / 2 - 8px);}
    .business .boardBox .board_gallery .gallery_list li:nth-child(n+5):nth-child(-n+12){display: none;}
}
/* 주요사업 공통 끝 */

/* 주요사업 - 대한민국지식경영대상 시작 */
.business_01 .conBox .biz_con01 .biz_box{display: flex;gap: 0 50px;}
.business_01 .conBox .biz_con01 .biz_box .txtBox{padding-top: 30px;}
.business_01 .conBox .biz_con01 .biz_box .txtBox p.txt28{margin-bottom: 10px;}
.business_01 table thead th:nth-child(1),
.business_01 table thead th:nth-child(3){width: 20%;}
.business_01 table thead th:nth-child(2){width: 60%;}
@media all and (max-width:1400px){
    .business_01 .conBox .biz_con01 .biz_box{gap: 0 30px;}
}
@media all and (max-width:1200px){
    .business_01 .conBox .biz_con01 .biz_box{width: 100%;}
}
@media all and (max-width:1024px){
    .business_01 .conBox .biz_con01 .biz_box{flex-direction: column;}
}
@media all and (max-width:768px){
    .business_01 .conBox .biz_con01 .biz_box .txtBox{padding-top: 20px;}
    .business_01 .conBox .biz_con01 .biz_box .txtBox p.txt28{font-size: 24px;}
    .business_01 .conBox .biz_con01 .biz_box .txtBox p.txt20{font-size: 18px;}
    .business_01 .conBox .biz_con02 .biz_box{overflow-x: auto;white-space: nowrap;}
}
@media all and (max-width:500px){
    .business_01 .conBox .biz_con01 .biz_box .txtBox p.txt28{font-size: 22px;}    
    .business_01 .conBox .biz_con02 .biz_box{overflow-x: auto;white-space: nowrap;}
}
/* 주요사업 - 대한민국지식경영대상 끝 */

/* 주요사업 - 아시아로하스산업대전 시작 */
.business_02 .title p.tit1 img{padding-left: 20px;}
.business_02 .intro .txtBox{}
.business_02 .intro .txtBox p.txt22{position: relative;display: flex;gap: 0 10px;}
.business_02 .intro .txtBox p.txt22::before{content: '-';}
.business_02 .conBox .biz_con01 .biz_box{}
.business_02 .conBox .biz_con01 .biz_box .txtBox p.txt22{font-weight: 500;line-height: 1.6;}
.business_02 .conBox .biz_con01 .biz_box .txtBox p.txt22:last-child{margin-top: 10px;color: var(--color);}
.business_02 .conBox .biz_con.application{}
.business_02 .conBox .biz_con.application .biz_box .listBox:not(:last-child){margin-bottom: 40px;}
.business_02 .conBox .biz_con.application .biz_box .listBox p.txt25{position: relative;padding-left: 15px;margin-bottom: 15px;}
.business_02 .conBox .biz_con.application .biz_box .listBox p.txt25::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;background: var(--color);}
.business_02 .conBox .biz_con.application .biz_box .listBox ul{padding-left: 20px;}
.business_02 .conBox .biz_con.application .biz_box .listBox li{position: relative;display: flex;align-items: baseline;gap: 0 5px;}
.business_02 .conBox .biz_con.application .biz_box .listBox li:not(:last-child){margin-bottom: 5px;}
.business_02 .conBox .biz_con.application .biz_box .listBox li::before{content:'-';color: #333;}
.business_02 .conBox .biz_con.application .biz_box .listBox li p.txt22{color: #333;}
.business_02 .conBox .biz_con.application .biz_box .listBox li p.txt22 span{color: var(--color);font-weight: 600;}
@media all and (max-width:1200px){
    .business_02 .intro .txtBox img{display: flex;margin: 0 auto;}
}
@media all and (max-width:1024px){
    .business_02 .conBox .biz_con01 .biz_box .txtBox p.txt22 br{display: none;}
}
@media all and (max-width:768px){
    .business_02 .title p.tit1 img{padding-left: 10px;width: 25%;}
    .business_02 .conBox .biz_con01 .biz_box .txtBox p.txt22{font-size: 18px;}
    .business_02 .conBox .biz_con.application .biz_box .listBox p.txt25{font-size: 20px;margin-bottom: 10px;}
    .business_02 .conBox .biz_con.application .biz_box .listBox li p.txt22{font-size: 18px;}
}
@media all and (max-width:500px){
    .business_02 .title p.tit1 img{padding-left:0;padding-top:5px;width: 40%;}
}
/* 주요사업 - 아시아로하스산업대전 끝 */

/* 주요사업 - WICO 세계발명창의올림픽 컨퍼런스 시작 */
.business_03 table{margin-bottom: 20px;}
.business_03 table thead th:nth-child(1),
.business_03 table thead th:nth-child(2){width: 30%;}
.business_03 table thead th:nth-child(3){width: 40%;}
.business_03 table tbody td p.txt20{color:#000;font-weight: 400;margin-bottom: 0;}
.business_03 .conBox .biz_con01 .biz_box>p.txt22{font-weight: 500;color: var(--color);}
@media all and (max-width:768px){
    .business_03 table tbody td p.txt20{font-size: 18px;}
    .business_03 .conBox .biz_con01 .biz_box>p.txt22{font-size: 18px;}
}
@media all and (max-width:500px){
    .business_03 table tbody td{padding: 20px 10px;}
    .business_03 .conBox .biz_con01 .biz_box>p.txt22 span.mo{display: block;}
}
/* 주요사업 - WICO 세계발명창의올림픽 컨퍼런스 끝 */

/* 주요사업 - 아시아로하스산업대전 시작 */
.business_04 .conBox .biz_con02 .biz_box{}
.business_04 .conBox .biz_con02 .biz_box .txtBox p.txt22{font-weight: 500;line-height: 1.6;position: relative;display: flex;gap: 0 10px;}
.business_04 .conBox .biz_con02 .biz_box .txtBox p.txt22::before{content: '-';}
.business_04 .conBox .biz_con.application{}
.business_04 .conBox .biz_con.application .biz_box .listBox:nth-child(2) ul{display: flex;flex-wrap: wrap;gap:10px 0;}
.business_04 .conBox .biz_con.application .biz_box .listBox:nth-child(2) ul li{width: 40%;margin-bottom: 0;}
.business_04 .conBox .biz_con.application .biz_box .listBox:not(:last-child){margin-bottom: 40px;}
.business_04 .conBox .biz_con.application .biz_box .listBox p.txt25{position: relative;padding-left: 15px;margin-bottom: 15px;}
.business_04 .conBox .biz_con.application .biz_box .listBox p.txt25::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;background: var(--color);}
.business_04 .conBox .biz_con.application .biz_box .listBox ul{padding-left: 20px;}
.business_04 .conBox .biz_con.application .biz_box .listBox li{position: relative;display: flex;align-items: baseline;gap: 0 5px;}
.business_04 .conBox .biz_con.application .biz_box .listBox li:not(:last-child){margin-bottom: 10px;}
.business_04 .conBox .biz_con.application .biz_box .listBox li::before{content:'-';color: #333;}
.business_04 .conBox .biz_con.application .biz_box .listBox li p.txt20{color: #333;line-height: 1.4;}
.business_04 .conBox .biz_con.application .biz_box .listBox li p.txt20 span{color: var(--color);font-weight: 600;}
.business_04 .conBox .biz_con.application .biz_box .listBox .ul_sub{padding-left: 20px;margin-top: 15px;}
.business_04 .conBox .biz_con.application .biz_box .listBox .ul_sub p.txt20{position: relative;display: flex;align-items: center;color: #333;padding-left: 30px;}
.business_04 .conBox .biz_con.application .biz_box .listBox .ul_sub p.txt20:not(:last-child){margin-bottom: 5px;}
.business_04 .conBox .biz_con.application .biz_box .listBox .ul_sub p.txt20::before{content: '';width:4px;height:4px;background: #333;border-radius: 10px;position: absolute;left:15px;top: 10px;}
@media all and (max-width:1600px){
    .business_04 .conBox .biz_con.application .biz_box .listBox:nth-child(2) ul li{width: 50%;}
}
@media all and (max-width:960px){
    .business_04 .conBox .biz_con.application .biz_box .listBox:nth-child(2) ul li{width: 100%;}
}
@media all and (max-width:768px){
    .business_04 .conBox .biz_con02 .biz_box .txtBox p.txt22{font-size: 18px;}
    .business_04 .conBox .biz_con.application .biz_box .listBox li p.txt20{font-size: 18px;}
    .business_04 .conBox .biz_con.application .biz_box .listBox .ul_sub p.txt20{font-size: 18px;}
}
@media all and (max-width:500px){
    .business_04 .conBox .biz_con.application .biz_box .listBox:not(:last-child){margin-bottom: 30px;}
}
/* 주요사업 - 아시아로하스산업대전 끝 */


/* 주요사업 - 미네르바 e-캠퍼스 시작 */
.business_05 .conBox .biz_con .biz_box .txtBox{}
.business_05 .conBox .biz_con .biz_box .txtBox>ul{}
.business_05 .conBox .biz_con .biz_box .txtBox>ul li{position: relative;display: flex;align-items: center;gap: 0 10px;}
.business_05 .conBox .biz_con .biz_box .txtBox>ul li:not(:last-child){margin-bottom: 15px;}
.business_05 .conBox .biz_con .biz_box .txtBox>ul li p.txt22{position: relative;padding-left: 15px;color: #000;}
.business_05 .conBox .biz_con .biz_box .txtBox>ul li p.txt22::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;background: var(--color);}
.business_05 .conBox .biz_con .biz_box .txtBox>ul li p.txt20{color: #333;}
.business_05 .conBox .biz_con01 .biz_box>p.txt22{font-weight: 500;color: #000;} 
.business_05 .conBox .biz_con01 .biz_box>p.txt22.bg_txt{background: rgba(0, 166, 206, 0.05);border-radius: 10px;padding: 25px 30px;margin-top: 50px;text-align: center;}
.business_05 .conBox .biz_con01 .biz_box .txtBox{padding-top: 20px;padding-left: 20px;}
.business_05 .conBox .biz_con02 .biz_box .listBox .titBox{text-align: center;margin-bottom: 50px;}
.business_05 .conBox .biz_con02 .biz_box .listBox .titBox p.txt25{line-height: 1.4;}
.business_05 .conBox .biz_con02 .biz_box .listBox ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;gap:20px 25px;}
.business_05 .conBox .biz_con02 .biz_box .listBox ul li{width: calc(100% / 3 - 17px);display: flex;flex-direction:column;align-items:center;background: #FAFAFA;border-radius: 15px;padding:50px 40px;text-align: center;}
.business_05 .conBox .biz_con02 .biz_box .listBox ul li .img{margin-bottom: 30px;}
.business_05 .conBox .biz_con.checklist {border-bottom: 0;padding-bottom: 0;}
.business_05 .conBox .biz_con.checklist .biz_box{}
.business_05 .conBox .biz_con.checklist .biz_box>p.txt24{font-size:1.20em;font-weight: 600;color: #000;line-height: 1.4;margin-bottom: 40px;} 
.business_05 .conBox .biz_con.checklist .biz_box .txtBox>ul li p.txt22{font-weight:600;padding-left: 15px;}
.business_05 .conBox .biz_con.checklist .biz_box .listBox{display: flex;flex-wrap: wrap;gap:0;padding-left: 15px;}
.business_05 .conBox .biz_con.checklist .biz_box .listBox li{width:100%;position: relative;display: flex;gap: 0 10px;}
.business_05 .conBox .biz_con.checklist .biz_box .listBox li::before{content:''; width: 25px;height: 25px;background: url('../img/img-certification01_3.png');}
.business_05 .conBox .biz_con.checklist .biz_box .listBox li p.txt20{font-weight:400 !important;color: #333;padding-left: 0 !important;}
.business_05 .conBox .biz_con.checklist .biz_box .listBox li p.txt20::before{display: none;}
.business_05 .conBox .biz_con.checklist .biz_box .txtBox>ul>li:last-child{flex-direction: column;align-items: start;gap: 15px 0;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox{overflow:hidden;padding:0;margin-top: 65px;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li{float: left;position: relative;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li{padding-right: 100px;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li::after{content: '';position: absolute;top: 50%;transform: translateY(-50%);right: 50px;width: 2px;height: 20px;background: #d9d9d9;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li:last-child{padding-right: 0;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li:last-child::after{display: none;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li a{display: flex;align-items: center;gap: 0 10px;}
.business_05 .conBox .biz_con.contact .biz_box .snsBox li a p.txt20{font-weight:500;}
@media all and (max-width:1800px){
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li .txt .txt20 br{display: none;}
}
@media all and (max-width:1600px){
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li{padding:40px 30px;}
}
@media all and (max-width:1400px){
    .business_05 .conBox .biz_con01 .biz_box>p.txt22 br{display: none;}
}
@media all and (max-width:1200px){
    .business_05 .conBox .biz_con01 .biz_box .txtBox{padding-left: 15px;}
    .business_05 .conBox .biz_con01 .biz_box>p.txt22.bg_txt{margin-top: 30px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul{gap: 20px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li{width: calc(100% / 3 - 15px);padding: 40px 20px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox .titBox{margin-bottom: 30px;}
    .business_05 .conBox .biz_con.checklist .biz_box>p.txt24{margin-bottom: 20px;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox{margin-top: 40px;}
}
@media all and (max-width:960px){    
    .business_05 .conBox .biz_con.checklist .biz_box .listBox li::before{width: 20px;height: 20px;background-size: cover !important;}
    .business_05 .conBox .biz_con.checklist .biz_box .listBox li p.txt20{width: calc(100% - 30px);}
}
@media all and (max-width:768px){
    .business_05 .conBox .biz_con01 .biz_box>p.txt22{font-size: 18px;}
    .business_05 .conBox .biz_con .biz_box .txtBox>ul li p.txt22{font-size: 18px;}
    .business_05 .conBox .biz_con01 .biz_box>p.txt22.bg_txt{padding: 20px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox{}
    .business_05 .conBox .biz_con02 .biz_box .listBox .titBox p.txt25{font-size: 20px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li{width: calc(100% / 2 - 10px);}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li .img img{width: 70px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li .txt .txt20{font-size: 18px;}
    .business_05 .conBox .biz_con.checklist .biz_box>p.txt24 br{display: none;}
    .business_05 .conBox .biz_con.checklist .biz_box>p.txt24{font-size: 20px;}
    .business_05 .conBox .biz_con.checklist .biz_box .listBox li p.txt20{font-size: 18px;}
    .business_05 .conBox .biz_con .biz_box .txtBox>ul li p.txt20{font-size: 18px;}    
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li{padding-right: 60px;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li::after{right: 30px;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li a img{width: 40px;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li a p.txt20{font-size: 18px;}
}
@media all and (max-width:500px){
    .business_05 .conBox .biz_con01{padding-top: 40px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul{gap: 10px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li{width: calc(100% / 2 - 5px);justify-content: center;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li .img{margin-bottom: 20px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li .img img{width: 70px;}
    .business_05 .conBox .biz_con02 .biz_box .listBox ul li .txt .txt20{font-size: 16px;}
    .business_05 .conBox .biz_con .biz_box .txtBox>ul li p.txt20{font-size: 16px;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li{padding-right: 0;float: unset;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li:first-child{margin-bottom: 15px;}
    .business_05 .conBox .biz_con.contact .biz_box .snsBox li::after{display: none;}
}
/* 주요사업 - 미네르바 e-캠퍼스 끝 */




/* 자격및인증 공통 시작 */
.certification{}
.certification .conBox .certi_con{border-bottom: 1px solid #D5D5D5;padding: 80px 0;display: flex;gap: 0 100px;}
.certification .conBox .certi_con:last-child{border-bottom: 0;padding-bottom: 0;}
.certification .conBox .certi_con .certi_tit{width:calc(25% - 50px);}
.certification .conBox .certi_con .certi_tit p.tit1{font-size: 1.75em;font-weight: 600;color: #000;position: relative;display: flex;gap: 0 10px;align-items: baseline;line-height: 1.2;}
.certification .conBox .certi_con .certi_tit p.tit1::before{content: '';display:block;width: 8px;height: 30px;border-radius: 2px;background: var(--color);}
.certification .conBox .certi_con .certi_box{width:calc(75% - 50px);}
@media all and (max-width:1600px){
    .certification .conBox .certi_con{gap: 0 60px;}
    .certification .conBox .certi_con .certi_tit{width: calc(25% - 30px);}
    .certification .conBox .certi_con .certi_box{width: calc(75% - 30px);}
}
@media all and (max-width:1400px){
    .certification .conBox .certi_con{gap: 0 40px;}
    .certification .conBox .certi_con .certi_tit{width: calc(25% - 20px);}
    .certification .conBox .certi_con .certi_box{width: calc(75% - 20px);}
}
@media all and (max-width:1200px){
    .certification .conBox .certi_con{flex-direction: column;gap: 40px 0;}
    .certification .conBox .certi_con .certi_tit{width:100%;}
    .certification .conBox .certi_con .certi_box{width:100%;}
    .certification .conBox .certi_con .certi_tit p.tit1 br{display: none;}
}
@media all and (max-width:768px){
    .certification .conBox .certi_con{padding: 60px 0;}
    .certification .conBox .certi_con .certi_tit p.tit1{align-items: center;}
    .certification .conBox .certi_con .certi_tit p.tit1{font-size: 28px;}
}
@media all and (max-width:500px){
    .certification .conBox .certi_con{gap: 30px 0;}
    .certification .conBox .certi_con .certi_tit p.tit1{font-size: 26px;}
}
/* 자격및인증 공통 끝 */


/* 자격및인증- 특허경영지도사 시작 */
.certification_01 .intro{display: flex;justify-content:space-between;align-items: center;gap: 0 80px;border-bottom: 1px solid #D5D5D5;padding-bottom: 100px;}
.certification_01 .intro .imgBox{width:calc(55% - 40px);display: flex;gap: 0 15px;}
.certification_01 .intro .txtBox{width:calc(45% - 40px);}
.certification_01 .intro .txtBox p.txt22{line-height: 1.6;color: #656565;}
.certification_01 .intro .txtBox p.txt22:nth-child(1){margin-bottom:30px;}
.certification_01 .intro .txtBox p.txt22:nth-child(3){margin-top: 15px;font-weight: 600;color: var(--color);}
.certification_01 .conBox .certi_con.checklist .certi_box{}
.certification_01 .conBox .certi_con.checklist .certi_box .listBox{display: flex;flex-wrap: wrap;gap: 25px 20px;}
.certification_01 .conBox .certi_con.checklist .certi_box .listBox li{width:calc(50% - 10px);position: relative;display: flex;gap: 0 10px;}
.certification_01 .conBox .certi_con.checklist .certi_box .listBox li::before{content:''; width: 25px;height: 25px;background:  url('../img/img-certification01_3.png');}
.certification_01 .conBox .certi_con.checklist .certi_box .listBox li p.txt22{color: #333;}
.certification_01 .conBox .certi_con .certi_box .txtBox{}
.certification_01 .conBox .certi_con .certi_box .txtBox ul{}
.certification_01 .conBox .certi_con .certi_box .txtBox li{position: relative;display: flex;align-items: center;gap: 0 10px;}
.certification_01 .conBox .certi_con .certi_box .txtBox li:not(:last-child){margin-bottom: 15px;}
.certification_01 .conBox .certi_con .certi_box .txtBox ul li p.txt25{position: relative;padding-left: 15px;}
.certification_01 .conBox .certi_con .certi_box .txtBox ul li p.txt25::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;background: var(--color);}
.certification_01 .conBox .certi_con .certi_box .txtBox ul li p.txt20{color: #333;}
.certification_01 .conBox .certi_con03 .certi_box .txtBox ul li:last-child{flex-direction: column;align-items: start;gap: 10px 0;}
.certification_01 .conBox .certi_con03 .certi_box .txtBox ul li:last-child p.txt20{padding-left: 20px;}
.certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub{padding-left: 20px;margin-top: 15px;}
.certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub p.txt20{position: relative;display: flex;align-items: center;color: #333;}
.certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub p.txt20:not(:last-child){margin-bottom: 5px;}
.certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub p.txt20::before{content: '';width:4px;height:4px;background: #333;border-radius: 10px;margin: 0 15px;}
.certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub p.txt18{font-weight: 500;color:var(--color);padding-left: 35px;margin-top: 10px;}
@media all and (max-width:1600px){
    .certification_01 .intro .txtBox p br{display: none;}
    .certification_01 .intro .txtBox p span.mo{display: block;}
}
@media all and (max-width:1400px){
    .certification_01 .intro{gap:0 40px;}
    .certification_01 .intro .imgBox{width:calc(50% - 20px);}
    .certification_01 .intro .txtBox{width:calc(50% - 20px);}
}
@media all and (max-width:1200px){
    .certification_01 .intro{flex-direction: column;gap:40px 0;}    
    .certification_01 .intro .imgBox{width: 100%;align-items: stretch;}
    .certification_01 .intro .imgBox>div{width: 50%;}
    .certification_01 .intro .imgBox img{width: 100%;height: 100%;object-fit: cover;}
    .certification_01 .intro .txtBox{width: 100%;}
    .certification_01 .intro .txtBox p.txt22:nth-child(1){margin-bottom: 20px;}
}
@media all and (max-width:960px){
    .certification_01 .conBox .certi_con.checklist .certi_box .listBox li::before{width: 20px;height: 20px;background-size: cover !important;}
    .certification_01 .conBox .certi_con.checklist .certi_box .listBox li p.txt22{width: calc(100% - 30px);}
}
@media all and (max-width:768px){
    .certification_01 .intro{padding-bottom: 60px;}
    .certification_01 .conBox .certi_con.checklist .certi_box .listBox{gap: 15px 0;}
    .certification_01 .conBox .certi_con.checklist .certi_box .listBox li p.txt22{font-size: 18px;}
    .certification_01 .conBox .certi_con02 .certi_box .txtBox li{flex-direction: column;align-items: start;gap: 10px 0;}
    .certification_01 .conBox .certi_con02 .certi_box .txtBox ul li p.txt20{padding-left: 15px;}
    .certification_01 .conBox .certi_con .certi_box .txtBox ul li p.txt25{font-size: 20px;}
    .certification_01 .conBox .certi_con .certi_box .txtBox ul li p.txt20{font-size: 18px;}
    .certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub p.txt20{font-size: 18px;}
    .certification_01 .conBox .certi_con .certi_box .txtBox .ul_sub p.txt18{font-size: 16px;}
}
@media all and (max-width:640px){
    .certification_01 .intro .imgBox{gap: 0 10px;}
    .certification_01 .intro .txtBox p.txt22{font-size: 18px;}
    .certification_01 .conBox .certi_con.checklist .certi_box .listBox{flex-direction: column;}
    .certification_01 .conBox .certi_con.checklist .certi_box .listBox li{width: 100%;}
}
@media all and (max-width:440px){
    
}
/* 자격및인증- 특허경영지도사 끝 */


/* 자격및인증- ESG LOHAS 인증 시작 */
.certification_02 .intro{display: flex;justify-content:space-between;align-items: center;gap: 0 100px;border-bottom: 1px solid #D5D5D5;padding-bottom: 100px;}
.certification_02 .intro .imgBox{width:calc(20% - 50px);}
.certification_02 .intro .txtBox{width:calc(80% - 50px);}
.certification_02 .intro .txtBox p.txt30{margin-bottom: 20px;}
.certification_02 .intro .txtBox p.txt22{line-height: 1.6;color: #656565;}
.certification_02 .intro .txtBox p.txt22:not(:last-child){margin-bottom: 30px;}
.certification_02 .intro .txtBox p.txt22 b{color: #000;}
.certification_02 .conBox .certi_con .certi_box .txtBox p.txt20{line-height: 1.6;color: #656565;}
.certification_02 .conBox .certi_con .certi_box .txtBox p.txt20:not(:last-child){margin-bottom: 30px;}
.certification_02 .conBox .certi_con .certi_box .imgBox{border: 1px solid #EAEAEA; border-radius: 15px;display: flex;justify-content: center;gap: 0 80px;align-items: center;padding: 60px;}

.certification_02 .conBox .certi_con05 table thead th:nth-child(1){width: 25%;}
.certification_02 .conBox .certi_con05 table thead th:nth-child(2){width: 75%;}
.certification_02 .conBox .certi_con05 table tbody td p.txt20{color: inherit;margin-bottom: 0;font-weight: 500;line-height: 1.4;}
.certification_02 .conBox .certi_con05 table tbody td:nth-child(1){background: #FBFBFB;}
.certification_02 .conBox .certi_con05 table tbody td:nth-child(2){text-align: left;padding: 20px 40px;}
.certification_02 .conBox .certi_con05 table tbody td:nth-child(2) p.txt20{font-weight: 400;}

.certification_02 .conBox .certi_con06 table thead th:nth-child(1){width: 25%;}
.certification_02 .conBox .certi_con06 table thead th:nth-child(2){width: 75%;}
.certification_02 .conBox .certi_con06 table tbody td p.txt20{color: inherit;margin-bottom: 0;font-weight: 500;line-height: 1.4;}
.certification_02 .conBox .certi_con06 table tbody td:nth-child(1){background: #FBFBFB;}
.certification_02 .conBox .certi_con06 table tbody td:nth-child(2){text-align: left;padding: 20px 40px;}
.certification_02 .conBox .certi_con06 table tbody td:nth-child(2) p.txt20{font-weight: 400;}
.certification_02 .conBox .certi_con06 .tbBox {margin-bottom: 50px;}
.certification_02 .conBox .certi_con06 .tbBox .titBox{margin-bottom: 25px;}
.certification_02 .conBox .certi_con06 .tbBox .titBox p.txt25{position: relative;display: flex;align-items: center;margin-bottom: 10px;line-height: 1.4;}
.certification_02 .conBox .certi_con06 .tbBox .titBox p.txt25::before{content: '';position: absolute;left: -15px;width: 5px;height: 5px;background: var(--color);}
.certification_02 .conBox .certi_con06 .tbBox .titBox p.txt20{color: #333;line-height: 1.4;}
.certification_02 .conBox .certi_con06 .listBox{}
.certification_02 .conBox .certi_con06 .listBox .titBox{margin-bottom: 50px;}
.certification_02 .conBox .certi_con06 .listBox .titBox p.txt25{position: relative;display: flex;align-items: center;line-height: 1.4;}
.certification_02 .conBox .certi_con06 .listBox .titBox p.txt25::before{content: '';position: absolute;left: -15px;top: 13px;width: 5px;height: 5px;background: var(--color);}
.certification_02 .conBox .certi_con06 .listBox ul{display: flex;justify-content: space-between;align-items: stretch;gap: 0 25px;}
.certification_02 .conBox .certi_con06 .listBox ul li{width: calc(100% / 3); border: 1px solid #e5e5e5;border-radius: 10px;position: relative;padding: 70px 25px 50px 25px;text-align: center;}
.certification_02 .conBox .certi_con06 .listBox ul li .num{position: absolute;left: 50%;transform: translateX(-50%);top: -20px;width: 40px;height: auto;aspect-ratio: 1 / 1;background: var(--color);border-radius: 50px;display: flex;justify-content: center;align-items: center;}
.certification_02 .conBox .certi_con06 .listBox ul li .num p.txt20{font-weight: 900;color: #fff;}
.certification_02 .conBox .certi_con06 .listBox ul li .img{margin-bottom: 20px;}
.certification_02 .conBox .certi_con06 .listBox ul li .tit{margin-bottom: 20px;}
.certification_02 .conBox .certi_con06 .listBox ul li .tit .txt20{font-weight: 600;margin-top: 5px;}
.certification_02 .conBox .certi_con06 .listBox ul li .txt .txt18{color: #666;line-height: 1.4;}


.certification_02 .conBox .certi_con07 table thead th:nth-child(1){width: 25%;}
.certification_02 .conBox .certi_con07 table thead th:nth-child(2){width: 45%;}
.certification_02 .conBox .certi_con07 table thead th:nth-child(3){width: 10%;}
.certification_02 .conBox .certi_con07 table thead th:nth-child(4){width: 25%;}
.certification_02 .conBox .certi_con07 table tbody td p.txt20{font-weight: 400;color: #000;margin-bottom: 0;line-height: 1.4;}
.certification_02 .conBox .certi_con07 table tbody td:nth-child(3){border-right: 1px solid #ebebeb;}
.certification_02 .conBox .certi_con07 table tbody td.left{text-align: left;padding: 20px 40px;}
.certification_02 .conBox .certi_con07 table tbody td.tit{background: #FBFBFB;}
.certification_02 .conBox .certi_con07 table tbody td.tit p.txt22{font-weight: 600;margin-bottom: 10px;}
.certification_02 .conBox .certi_con07 table tbody td.num{width:calc(10% / 2);padding: 10px;}
.certification_02 .conBox .certi_con07 table tbody td.num.bg{background: #FBFBFB;}
.certification_02 .conBox .certi_con07 table tbody tr:last-child td{background: #989898;}
.certification_02 .conBox .certi_con07 table tbody tr:last-child td p.txt22{font-weight: 600;color: #fff;}
.certification_02 .conBox .certi_con07 table tbody tr:last-child td.num p.txt22{font-weight: bold;}
@media all and (max-width:1800px){
    .certification_02 .conBox .certi_con06 .listBox ul li .txt .txt18 br{display: none;}
}
@media all and (max-width:1600px){
    .certification_02 .intro{gap: 0 60px;}
    .certification_02 .intro .imgBox{width: calc(20% - 30px);}
    .certification_02 .intro .txtBox{width: calc(80% - 30px);}
    .certification_02 .intro .txtBox p.txt22 br{display: none;}
    .certification_02 .conBox .certi_con06 .listBox .titBox p.txt25 br{display: none;}
    .certification_02 .conBox .certi_con06 .listBox ul li{padding:50px 20px 40px 20px;}
    .certification_02 .conBox .certi_con06 .listBox ul li .tit p.txt28{font-size: 1.20em;}
}
@media all and (max-width:1400px){
    .certification_02 .intro{gap: 0 40px;}
    .certification_02 .intro .imgBox{width: calc(30% - 20px);}
    .certification_02 .intro .txtBox{width: calc(70% - 20px);}
    .certification_02 .conBox .certi_con05 table tbody td:nth-child(2){padding: 20px;}
    .certification_02 .conBox .certi_con06 .tbBox .titBox p.txt20 br{display: none;}
    .certification_02 .conBox .certi_con06 table tbody td:nth-child(2){padding: 20px;}
    .certification_02 .conBox .certi_con07 table tbody td.left{padding: 20px;}
}
@media all and (max-width:1200px){
    .certification_02 .intro{}
    .certification_02 .intro .imgBox{width: calc(35% - 20px);}
    .certification_02 .intro .txtBox{width: calc(65% - 20px);}
    .certification_02 .conBox .certi_con06 .tbBox{padding-left: 15px;}
    .certification_02 .conBox .certi_con06 .listBox{padding-left: 15px;}
}
@media all and (max-width:1024px){
    .certification_02 .intro{flex-direction: column;gap: 40px 0;}
    .certification_02 .intro .imgBox{width:100%;}
    .certification_02 .intro .txtBox{width:100%;}
    .certification_02 .intro .txtBox p.txt22:not(:last-child){margin-bottom: 20px;}
    .certification_02 .conBox .certi_con .certi_box .imgBox{gap:40px;flex-wrap: wrap;padding: 60px 40px;}
    .certification_02 .conBox .certi_con06 .listBox ul{gap: 0 10px;}
    .certification_02 .conBox .certi_con06 .listBox ul li .tit{margin-bottom: 15px;}
    .certification_02 .conBox .certi_con07 table tbody td p.txt20{font-size: 18px;}
}
@media all and (max-width:768px){
    .certification_02 .intro{padding-bottom: 60px;}
    .certification_02 .conBox .certi_con .certi_box .txtBox p.txt20:not(:last-child){margin-bottom: 15px;}
    .certification_02 .conBox .certi_con .certi_box .imgBox div{text-align: center;}
    .certification_02 .conBox .certi_con .certi_box .imgBox div img{max-width: 80%;}
    .certification_02 .conBox .certi_con .certi_box .txtBox p.txt20{font-size: 18px;}
    .certification_02 .conBox .certi_con05 .certi_box{overflow-x: auto;white-space: nowrap;}
    .certification_02 .conBox .certi_con05 table tbody td:nth-child(2) p.txt20{font-size: 18px;}
    .certification_02 .conBox .certi_con05 table tbody td p.txt20{font-size: 18px;}
    .certification_02 .conBox .certi_con06 .tbBox .titBox p.txt25{font-size: 20px;}
    .certification_02 .conBox .certi_con06 .tbBox .titBox p.txt20{font-size: 18px;}
    .certification_02 .conBox .certi_con06 .listBox .titBox{margin-bottom: 30px;}
    .certification_02 .conBox .certi_con06 .listBox .titBox p.txt25{font-size: 20px;}
    .certification_02 .conBox .certi_con06 .listBox ul{flex-direction: column;gap: 30px 0;}
    .certification_02 .conBox .certi_con06 .listBox ul li{width: 100%;}
    .certification_02 .conBox .certi_con06 .listBox ul li .img img{width: 70px;}
    .certification_02 .conBox .certi_con06 table tbody td p.txt20{font-size: 18px;}
    .certification_02 .conBox .certi_con07 .certi_box{overflow-x: auto;white-space: nowrap;}
    .certification_02 .conBox .certi_con07 table tbody td.tit p.txt22{font-size: 18px;}
    .certification_02 .conBox .certi_con07 table tbody td p.txt20{font-size: 16px;}
}
@media all and (max-width:640px){
    .certification_02 .intro .txtBox p.txt22{font-size: 18px;}
    .certification_02 .conBox .certi_con07 table tbody td.num{min-width: 50px;}
}
/* 자격및인증- ESG LOHAS 인증 끝 */
































/* 문의하기  */
.inquiry{height: 100%;position: relative; overflow: hidden;}
.inquiry .title{margin-bottom: 70px;text-align: center;}
.inquiry .title h2{font-size: var(--subfont42); font-weight: 600; color: var(--color); line-height: 1.2; letter-spacing: -1px;}
.inquiry .conBox{position: relative; z-index: 1;}
.inquiry .conBox form ul{width:55%;margin:0 auto;display: flex; justify-content: center; flex-direction: column; align-items: center; gap:30px;}
.inquiry .conBox form ul li{width:100%;display: flex;justify-content: start;align-items: center; gap: 40px;}
.inquiry .conBox form ul li:nth-child(1) input{width: calc(50% - 90px);}
.inquiry .conBox form ul li:nth-child(2) input{width: calc(100% - 90px);}
.inquiry .conBox form ul li:nth-child(3) input{width: calc(70% - 90px);}
.inquiry .conBox form ul li:nth-child(4) input{width: calc(70% - 90px);}
.inquiry .conBox form ul li label{min-width:90px;font-size:var(--subfont30);color:var(--color);font-weight:600;position: relative; padding-left: 20px;}
.inquiry .conBox form ul li label::before{content: '·'; font-size: var(--subfont42); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.inquiry .conBox form ul li label span{color:#FF0008;font-weight:500;padding-left: 5px;}
.inquiry .conBox form ul li input{width:100%;height: 50px;line-height: 50px;border: 2px solid var(--color);border-radius:6px;padding: 0 10px;font-size:var(--font20);font-weight:500;color: #000;transition: 0.3s;}
.inquiry .conBox form ul li input::placeholder{color: #9F9F9F;}
.inquiry .conBox form ul li input:active,
.inquiry .conBox form ul li input:focus{outline: none; border:2px solid #111 !important;}

.inquiry .conBox form .txtBox{margin:30px auto 30px; width: 55%; display: flex; align-items: start; justify-content: start; gap: 40px;}
.inquiry .conBox form .txtBox .tit h4{min-width:90px;font-size: var(--subfont30); color:var(--color); font-weight: 600; position: relative;padding-left: 20px;}
.inquiry .conBox form .txtBox .tit h4::before{content: '·'; font-size: var(--subfont42); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.inquiry .conBox form .txtBox textarea{width: 100%; height: 180px; padding: 15px; font-size: var(--font20); color:#000; font-weight: 400;border-radius:6px; border: 2px solid var(--color);}
.inquiry .conBox form .txtBox textarea:focus{outline: none; border: 2px solid #111 !important;}
.inquiry .conBox form .txtBox textarea::placeholder{color: #9F9F9F;}
/* .inquiry .conBox form .agreeBox{display: flex;justify-content: start;align-items: center;}
.inquiry .conBox form .agreeBox label{color: #A0A0A0;font-size:var(--font16);margin: 0;}
.inquiry .conBox form .agreeBox p{color:#fff;cursor: pointer;font-size:var(--font16);font-weight: 500;}
.inquiry .conBox form .agreeBox input[type="checkbox"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}
.inquiry .conBox form .agreeBox input[type="checkbox"] + label {display: inline-block;position: relative;padding-left: 26px;cursor: pointer;}
.inquiry .conBox form .agreeBox input[type="checkbox"] + label:before {content: "";position: absolute;left: 0;top: 2px;width: 15px;height: 15px;text-align: center;background: #fff;box-sizing: border-box;border-radius: 2px;border: 1px solid #ddd;}
.inquiry .conBox form .agreeBox input[type="checkbox"]:checked + label:after {content: "";position: absolute;top: 2px;left: 0;width: 15px;height: 15px;line-height: 19px;background: url('/img/check_on.svg')no-repeat;background-position: center center;border-radius: 2px;}
.inquiry .conBox form .agreeBox input[type="checkbox"] + label span {line-height: 15px; letter-spacing: -1px;color: #fff;} */
.inquiry .conBox form .inquirybtn{width: 55%; margin: 0 auto; text-align: right;}
.inquiry .conBox form button{width:150px;margin-left:auto;display: block;box-sizing:border-box;padding: 0;height:45px;line-height: 45px;font-size: var(--subfont28);color: #fff;border-radius: 6px;background:var(--color); font-weight: 400;}
.inquiry .conBox form button:hover{background:#111;}

input[type='number']::-webkit-inner-spin-button { appearance: none; -moz-appearance: none; -webkit-appearance: none; }


@media all and (max-width:1400px){  
    .inquiry .conBox form ul,
    .inquiry .conBox form .txtBox,
    .inquiry .conBox form .inquirybtn{width: 60%;}
} 
@media all and (max-width:1200px){  
    .inquiry .conBox form ul,
    .inquiry .conBox form .txtBox,
    .inquiry .conBox form .inquirybtn{width: 65%;}
} 
@media all and (max-width:1024px){
    .inquiry .conBox form ul,
    .inquiry .conBox form .txtBox,
    .inquiry .conBox form .inquirybtn{width: 75%;}
}
@media all and (max-width:768px){  
    .inquiry .conBox form ul,
    .inquiry .conBox form .txtBox,
    .inquiry .conBox form .inquirybtn{width: 95%;}
    .inquiry .conBox form ul li input{gap: 20px;}
    .inquiry .conBox form ul li{gap: 20px;}
    .inquiry .conBox form .txtBox{gap: 20px;}
    .inquiry .conBox form ul li input{width: 100% !important; height: 45px; line-height: 45px;}    
}
@media all and (max-width:500px){  
    .inquiry .conBox form ul,
    .inquiry .conBox form .txtBox,
    .inquiry .conBox form .inquirybtn{width: 100%;}
    .inquiry .conBox form .txtBox .tit h4,
    .inquiry .conBox form ul li label{width: auto; padding-left: 15px;}
    .inquiry .conBox form ul li,
    .inquiry .conBox form .txtBox{flex-direction: column;align-items: start; gap: 10px;}
    .inquiry .conBox form .txtBox textarea{padding: 15px 10px;}
}








/* 게시판 */
.boardpage .title{margin-bottom: 80px; text-align: left;}
.boardpage .title h2{font-size:3.00em; color:#000; font-weight:600; line-height: 1.2;}
@media all and (max-width:1400px){
    .boardpage .title h2{font-size: 2.50em;}
}
@media all and (max-width:1200px){
    .boardpage .title h2{font-size: 2.20em;}
}
@media all and (max-width:768px){
    .boardpage .title{margin-bottom: 60px;}
    .boardpage .title h2{font-size: 2.00em;}
}
@media all and (max-width:500px){
    .boardpage .title h2{font-size: 1.50em;}
}


/* 게시판 옵션 */
.boardpage  .more_opt li{font-size:14px;}
.boardpage #bo_cate{margin:0 0 15px 0;}
.boardpage #bo_cate a{border:1px solid var(--color); color: var(--color); font-size:18px;}
.boardpage #bo_cate a:hover{background: var(--color);color: #fff;}
.boardpage #bo_cate #bo_cate_on{background: var(--color); border-color: var(--color);color: #fff;}
.boardpage .bo_cate_link{background: var(--color);color: #fff !important;border-radius: 3px; font-size:15px;font-weight:600;padding: 0 10px; height: 25px; line-height: 25px;}
.boardpage .bo_cate_link:hover{text-decoration:none;}
#bo_w .bo_w_flie .frm_file{width: 100%;}
@media all and (max-width:1024px){
    .boardpage #bo_cate a{font-size: 16px;}
}
@media all and (max-width:768px){
    #bo_cate li{width: 50%;text-align: center;}
    .boardpage .bo_cate_link{display: none;}
}
@media all and (max-width:400px){
    .boardpage #bo_cate a{font-size: 14px;}
}


/* 페이징 */
.pg_wrap {clear:both;display:inline-block; width: 100%;display: flex; justify-content:center; margin-top: 100px;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;font-size:14px;color:#838383;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {height:35px;line-height:35px;padding:0 5px;min-width:35px;text-decoration:none;border-radius:3px;border: 1px solid #D9D9D9;}
.pg_page:hover {color: var(--color);}
.pg_start {text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/moreprev.png') no-repeat 50% 50%;padding:0;}
/* .pg_start:hover {background: url('/img/moreprev_b.png') no-repeat 50% 50% !important;} */
.pg_prev {text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/noticeprev.png') no-repeat 50% 50%;padding:0;}
/* .pg_prev:hover {background: url('/img/noticeprev_b.png') no-repeat 50% 50% !important;} */
.pg_end {text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/morenext.png') no-repeat 50% 50%;padding:0;}
/* .pg_end:hover {background: url('/img/morenext_b.png') no-repeat 50% 50% !important;} */
.pg_next {text-indent:-999px;overflow:hidden;background:url('/theme/basic/img/noticenext.png') no-repeat 50% 50% ;padding:0;}
/* .pg_next:hover {background: url('/img/noticenext_b.png') no-repeat 50% 50% !important;} */
.pg_current {display:inline-block;background:var(--color);color:#fff;font-weight:bold;height:35px;line-height:35px;padding:0 5px;min-width:35px;border-radius:3px;border: 1px solid var(--color);}
@media all and (max-width:768px){
    .pg_wrap{margin-top: 60px;}
    .pg_page, .pg_current{font-size: 16px;}
}










/* 게시판 유튜브 */

.youtube #bo_gall{margin-top: 60px;}
.youtube #bo_gall .gall_con li img{width: 100% !important;}
.youtube #bo_gall .gall_text_href a{font-size: var(--font22); color: var(--color);}
.youtube #bo_v_bot ul.bo_v_nb{margin-bottom: 10px;}
.youtube #bo_v_bot ul.bo_v_com{display: flex;flex-wrap: wrap;justify-content: space-between; align-items: center; gap: 5px;}
.youtube #bo_v_bot ul.bo_v_com li:nth-child(6){display: none;}
.youtube a.btn_b01, .youtube .btn_b01{font-size:14px; padding: 5px 10px; background: var(--color); color: #fff;}
.youtube a.btn_admin, .youtube .btn_admin{font-size:14px; padding: 5px 10px;background: var(--color); color: #fff;}
.youtube a.btn_admin, .youtube .btn_admin:hover{color: #fff;}
.youtube .btn_submit{padding: 5px 10px; font-size: var(--font16); border-radius: 0;}
.youtube a.btn_cancel{padding: 5px 10px;font-size: var(--font16);}



/* 게시판검색창 */
.youtube .bo_sch_wrap {width:100%;height:100%;z-index:999;}
.youtube #bo_sch {text-align:left;width:600px;margin: 0 auto; max-height:300px;overflow-y:auto;border-radius:5px;border-radius:3px;}
.youtube #bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.youtube #bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.youtube #bo_sch legend {background:red}
.youtube #bo_sch form {display:block}
.youtube #bo_sch select {float:left;margin-right:13px; border:0;width:130px;height:54px;border:2px solid var(--color);color:#8cd4f0;padding: 0 20px;font-size:18px;-webkit-appearance: none;-moz-appearance: none; appearance: none; background: url('/img/select_arrow.png') no-repeat 85% 50%;}
.youtube #bo_sch select:focus{border:2px solid var(--color) !important; outline: none !important;}
.youtube #bo_sch select option{color: #000;}
.youtube #bo_sch .sch_bar {display:inline-block;width:calc(100% - 150px);float:left;border-radius:2px;border:2px solid var(--color);}
.youtube #bo_sch .sch_input {width:calc(100% - 50px);height:50px;border:0;padding:0 10px;background-color:transparent;float:left;font-size:18px;color: #000;}
.youtube #bo_sch .sch_input:focus{border:none !important;} 
.youtube #bo_sch .sch_input::placeholder{color: #8cd4f0;}
.youtube #bo_sch .sch_btn {height:50px;float:right;color:#fff;background:var(--pointcolor);border:0;width:50px;font-size:24px; border:1px solid var(--pointcolor);}
.youtube #bo_sch .sch_btn i{color: var(--color);}
.youtube #bo_sch #bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
@media all and (max-width:420px){
    .youtube #bo_sch select{width: 100px;background-size: 13px;}
    .youtube #bo_sch .sch_bar{width: calc(100% - 115px);}
    .youtube #bo_sch .sch_btn{font-size: 20px;}
}
@media all and (max-width:768px){
    .youtube #bo_gall .gall_con li img{height: 250px !important;}
    .youtube #bo_sch {width:initial;  width: 100%; border-radius: 0;}
    .youtube #bo_sch select{width: 120px;height: 44px; background-size: 15px;}
    .youtube #bo_sch .sch_bar{width: calc(100% - 135px);}
    .youtube #bo_sch .sch_input{height: 40px;}
    .youtube #bo_sch .sch_btn{height: 40px; font-size: 22px;}
    .youtube #bo_v_atc iframe{height: 350px; width: 100% !important;}
}



















/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

/* .hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px} */

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
/* .gnb_2dli:first-child {border:0} */
.gnb_2dul {position:absolute;}
.gnb_2dul .gnb_2dul_box {padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
/* .gnb_1dli_over .gnb_2dul {display:block;left:0} */
/* .gnb_1dli_over2 .gnb_2dul {display:block;right:0} */
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:var(--color);padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:var(--color);color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#111}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:var(--color);padding:5px 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;font-size:14px;}
a.btn_b02:hover, .btn_b02:hover {background:#000}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-bottom:2px solid #e1e8df;line-height:50px;height:50px;word-break:break-all}
.tbl_head01 tr:last-child td{border-bottom: 0;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:16px;}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#000;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

