@charset "utf-8";

/****************************************/
/* Name: DESIGN WAVE
/* PART: LAYOUT STYLE
/* Version: 1.0
/* Author: Kim Bo Reum
/****************************************/


/*=============================================================
                        전체공통
=============================================================*/
h2.bigest {font-size:55px; line-height: 1.5;}
h2 {font-size:45px; line-height:1.5;}
h3 {font-size:37px; line-height:1.5;}
h4 {font-size:33px; line-height:1.5;}
h5 {font-size:29px; line-height:1.5;}
h6 {font-size:25px; line-height:1.5;}


/*체크박스*/
.single input[type=checkbox] {display:none;}
.single input[type=checkbox] + label{position:relative; display:inline-block; cursor:pointer; padding-left:23px; font-size:18px; color:#fff;}
.single input[type=checkbox] + label:before {position:absolute; left:0; top:2px; display:inline-block; width:15px; height:15px; overflow: hidden; background:url("/_img/utility/checked.png") no-repeat center; background-color: #efefef; margin-right:10px;  background-size:8px; border:1px solid #ededed; content: "";}
.single input[type=checkbox]:checked + label:before {content: "";  /* 체크모양 */ font-size:18px; font-weight:800; color:#fff; background-color: #00a9b0 !important; border:1px solid #00a9b0; background-size:12px; text-align:center; line-height:18px;}


/*라디오박스*/
.single input[type=radio] {display:none;}
.single input[type=radio] + label{position:relative; display:inline-block; cursor:pointer; padding-left:25px; font-size:15px; color:#fff;}
.single input[type=radio] + label:before {position:absolute; left:0; top:2px; display:inline-block; width:15px; height:15px; overflow: hidden; background:url(/_img/utility/checked.png) no-repeat center; background-color: #efefef; margin-right:10px;  background-size:8px; border:1px solid #ededed; content: "";}
.single input[type=radio]:checked + label:before {content: "";  /* 체크모양 */ font-size:18px; font-weight:800; color:#fff; background-color: #00a9b0 !important; border:1px solid #00a9b0; background-size:12px; text-align:center; line-height:18px;}


@media screen and (max-width:1200px) {
    h2.bigest {font-size:45px;}
    h2 {font-size:40px;}
    h3 {font-size:32px;}
    h4 {font-size:27px;}
    h5 {font-size:25px;}
    h6 {font-size:21px;}
}

@media screen and (max-width:980px) {
    h2.bigest {font-size:40px;}
    h2 {font-size:36px;}
    h3 {font-size:29px;}
    h4 {font-size:25px;}
    h5 {font-size:23px;}
    h6 {font-size:18px;}
}

@media screen and (max-width:768px) {
    h2.bigest {font-size:33px;}
    h2 {font-size:28px;}
    h3 {font-size:25px;}
    h4 {font-size:21px;}
    h5 {font-size:19px;}
}

/*=============================================================
                            헤더
=============================================================*/
#acpe_header {height: 100px; position: sticky; top: 0; left: 0; z-index: 10; background: #fff;}
#acpe_header .head_contents {position: relative; width: 100%; padding-left: 80px; padding-right: 80px; box-sizing: border-box;}
/*#acpe_header::after {width: 100%; height:0; position:absolute; top: 100px; left: 0;  background: #ecf1f7; content: ''; z-index: 99; overflow: hidden; transition: 0.3s; opacity: 0;}
#acpe_header.on::after {display: block; height: 290px; opacity: 1;}*/

.logo {position: absolute; top: 22px; left: 80px; text-align: center; display: block; text-indent: -99999px; z-index: 1;}
.logo a {display: block; width: 270px; height: 50px; background-image: url("/_img/common/logo.png"); background-repeat:  no-repeat; background-position: center; background-size: 100%;}


ul#gnb {width: 100%; display: flex; justify-content: center;}
ul#gnb>li {position: relative; font-size: 18px; text-align: center; line-height: 100px; float: left; z-index: 555; font-weight: 500; letter-spacing: -0.5px; padding: 0 70px;}
ul#gnb>li::after {position:absolute; bottom: 0; left: 50%; margin-left: -25%; width: 50%; height: 4px; background: #0f274d; content: ''; display: none;}
ul#gnb>li a {color:#252525; text-decoration: none;}
ul#gnb li a:hover{color:#0f274d;}
ul#gnb ul.gnb-dep2 {position: absolute; top: 100px; left:0; overflow: hidden; transition: 1s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; width: 100%; padding: 25px 0; height: 0;  opacity: 0; background: #ecf1f7;}
ul#gnb ul.gnb-dep2 li {font-size: 17px; padding: 7px 0; line-height: 1.5;}
ul#gnb ul.gnb-dep2 li a:hover {color:#0f274d}
ul#gnb ul.gnb-dep2.on {height: auto;opacity: 1;}

ul#gnb>li.on::after {display: block;}
ul#gnb>li.on>a {color:#0f274d; font-weight: 600}

ul#quick_menu {position: absolute; right: 0; top: 0;}
ul#quick_menu li {float: left; width: 115px; line-height: 73px; font-size: 17px;  box-sizing: border-box; text-align: center; background: #0f274d;}
ul#quick_menu li a {color:#fff;}


#utility_wrap {display: flex; flex-wrap: wrap; position: absolute; right: 80px; top: 50%; transform: translate(0, -50%);}
#utility_wrap .utility {}
#utility_wrap .utility {display: inline-block; padding: 0 15px; font-size: 15px; position: relative;}
#utility_wrap a.utility::after {position: absolute; top: 3px; left: 0; width: 1px; height: 15px; content: ''; background: #ddd;}
#utility_wrap a.utility.join::after {display: none;}
#utility_wrap .utility.login img {width: 28px; margin-top: -2px;}
#utility_wrap .all_menu {margin-right: 0}
#utility_wrap .all_menu .btn-category {position:relative; width:20px; height:18px; cursor:pointer; margin: 2px 0}
#utility_wrap .all_menu .btn-category .bar {position: absolute; left:0; width:100%; height:2px; border:0; background:#4d4d4d; transition:opacity 0.3s, top 0.3s, transform 0.5s; transition-delay:0.3s, 0.3s, 0s}
#utility_wrap .all_menu .btn-category .bar:nth-child(1) {top:0; transform:rotate(0)}
#utility_wrap .all_menu .btn-category .bar:nth-child(2) {top:8px; opacity:1}
#utility_wrap .all_menu .btn-category .bar:nth-child(3) {top:16px; transform:rotate(0)} 
#utility_wrap .all_menu .btn-category.map {}
#utility_wrap .all_menu .btn-category.map .bar {background:#000; transition:background 1s, opacity 0.3s, top 0.3s, transform 0.5s; transition-delay:0s, 0s, 0s, 0.3s; }
#utility_wrap .all_menu .btn-category.map .bar:nth-child(1) {top:11px; background:#4d4d4d; transform:rotate(-45deg)}
#utility_wrap .all_menu .btn-category.map .bar:nth-child(2) {opacity:0}
#utility_wrap .all_menu .btn-category.map .bar:nth-child(3) {top:11px; background:#4d4d4d; transform:rotate(45deg)}


@media screen and (max-width:1500px) {
    #acpe_header .head_contents {padding-left: 50px; padding-right: 50px;}
    .logo  {left: 50px;}
    #utility_wrap {right: 50px;}
    ul#gnb li {padding: 0 30px;}
}

@media screen and (max-width:1200px) {
    #acpe_header {height: auto; padding: 12px 0}
    #acpe_header .head_contents {padding: 0 20px; display: flex; flex-wrap: wrap; justify-content: space-between;}
    .logo {position: relative; left: auto; top: auto;}
    #utility_wrap {position: relative; right: auto; top:auto; transform: none; padding: 15px 0}
    ul#gnb {display: none;}
    
}

@media screen and (max-width:980px) {
    #acpe_header .head_contents {padding-left: 10px; padding-right: 3px;}
    .logo a {width: 180px; height: 30px;}
    
    #utility_wrap  {padding: 7px 0;}
    #utility_wrap .utility {padding: 0 10px;}
    #utility_wrap .utility img {width: 22px !important;}
    
    
}

@media screen and (max-width:768px) {
    #utility_wrap .utility {padding: 0 7px;}
    #utility_wrap a.utility {display:none !important;}
}


/*전체메뉴*/
#gnbM {position:fixed; top:0; left:-1000%; width:100%; height:100%; background:url("/_img/contents/main_visual1.jpg") no-repeat center; background-size:cover; z-index:9999; overflow-y:auto; -webkit-transition:all 0.7s;-moz-transition:all 0.7s;-o-transition:all 0.7s;-ms-transition:all 0.7s;transition:all 0.7s; box-sizing:border-box; overflow:hidden; display:table;}
#gnbM p {position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; font-size: 13px; padding: 20px 0; color: #fff; opacity: .5}
#gnbM .vertical_wrapper {width: 100%; height: 100%; display: table;}
#gnbM .vertical_wrapper #gnbNavigation {width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col {border-bottom: 1px solid rgba(255,255,255,0.3);}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col:last-of-type {border-bottom: 0;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul {overflow:hidden; box-sizing: border-box; width: 1420px; margin: 0 auto;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li {position:relative; float:left; width:25%; min-height: 400px;  box-sizing:border-box; font-size:35px; margin:30px 0; padding-top: 30px; border-left: 1px solid rgba(255,255,255,0.3);}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li:first-of-type {border-left:0}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li > a {display:block; color:#fff; text-decoration:none; line-height:1; font-weight:600; box-sizing: border-box;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li > a span {margin-bottom: 10px; display: block; text-align: center;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep {overflow:hidden; margin-top: 30px;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep li {font-size:21px; margin-bottom:20px; text-align: center;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep li a {color:#fff; transition: .3s; text-decoration: none; position: relative;}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep li a::after {width: 0; height: 1px; background: #78cced; position: absolute; left: 0; bottom: 0; transition: .3s; content: '';}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep li a:hover {color:#78cced}
#gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep li a:hover::after {width: 100%;}
#gnbM .utility_list {width: 100%; flex-wrap: wrap; justify-content: center; margin: 20px 0; display: none;}
#gnbM .utility_list li {text-align: center; font-size: 14px; padding: 0 15px; position: relative;}
#gnbM .utility_list li::after {position: absolute; top: 2px; left: 0; width: 1px; height: 15px; background: rgba(255,255,255,0.3); content: '';}
#gnbM .utility_list li:first-of-type::after {display: none;}
#gnbM .utility_list li a {color: #fff; }

#gnbM.open{left:0;}
#gnbM.open #gnbNavigation> ul > li {animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);}

.menu_close {position: absolute;right: 0;top: 0;width: 8.5rem;height: 8.5rem;text-align: center; cursor:pointer; z-index: 9}
.menu_close span {display:inline-block;position:relative;margin-top: 28%;width: 5.2rem; height: 5.2rem;color:#333;}
.menu_close span::before,
.menu_close span::after {content: '';display: block;position: absolute;left: 0;width: 100%;border-bottom: 0.1rem solid #fff;}
.menu_close span::before {top:50%;transform: rotate(-45deg);}
.menu_close span::after {bottom:50%;transform: rotate(45deg);}


@media screen and (max-width:980px) {
    #gnbM {padding: 40px 25px;}
    #gnbM .vertical_wrapper #gnbNavigation { display: block;}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col {border-bottom: none;}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul {width: 100%;}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li {width: 100%;; min-height: auto; padding: 20px 0; font-size: 19px; margin: 0; border-bottom: 1px solid rgba(255,255,255,0.2); border-left: 0;}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li:nth-of-type(3n) {border-right: 0}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li > a {position: relative; top: auto; left: auto;}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li > a span {margin-bottom: 0}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep {display: none; box-sizing: border-box; margin-top: 15px;}
    #gnbM .vertical_wrapper #gnbNavigation .inner_section-col > ul > li .gnb-2dep li {position: relative; margin-bottom: 0; margin-top: 10px; font-size: 16px;}
    
    #gnbM .utility_list {display: flex;}
    .menu_close span {width: 3.2rem; height: 3.2rem;}
    
}


/*=============================================================
                            푸터
=============================================================*/
#acpe_footer {width: 100%; /*border-top: 1px solid #eee;*/ overflow: hidden;}
#acpe_footer .foot_contents {width: 1500px; margin: 0 auto; overflow: hidden;}

.family_logo {width: 100%; padding: 20px 0; position: relative; border-top: 1px solid #eee;}
.family_logo .foot_contents {}
.family_logo_slider { padding: 0 2px;}
.family_logo_slider img {border: 1px solid #dedede; box-sizing: border-box; width: 100%;}
.family_logo_slider-btn {position: absolute; top: 50%; margin-top: -15px; left: 50%; width: 20px; height: 30px; background-position: center; background-repeat: no-repeat; text-indent: -999999px; background-image: url("/_img/utility/arr2.png"); cursor: pointer;}
#family_logo_slider-next {margin-left: 760px;}
#family_logo_slider-prev {transform: rotate(-180deg); margin-left: -780px;}


#foot_info {padding: 40px 0; background: #141720;}
#foot_info .foot_info_wrap {display: flex; flex-wrap: wrap; justify-content: flex-start;}
#foot_info .foot_info_wrap h1 {}
#foot_info .foot_info_wrap .text {padding-left: 70px; box-sizing: border-box;}
#foot_info .foot_info_wrap .text p {font-size: 14px; color: #9a9a9a; margin: 5px 0;}
#foot_info .foot_info_wrap .text p span {padding: 0 5px;}
#foot_info .foot_info_wrap .text p span:first-of-type {padding-left: 0}
#foot_info .foot_info_wrap .text p#copyright {text-transform: uppercase;}
#foot_info .foot_info_wrap .text ul {width: 100%; overflow: hidden; margin-bottom: 20px;}
#foot_info .foot_info_wrap .text ul li {font-size: 16px; padding: 0 20px; float: left;}
#foot_info .foot_info_wrap .text ul li:first-of-type {padding-left: 0;}
#foot_info .foot_info_wrap .text ul li a {color: #fff;}

@media screen and (max-width:1500px) {
    #acpe_footer .foot_contents {width: 100%; box-sizing: border-box;}
    .family_logo {padding-left: 50px; padding-right: 50px;}
    
    .family_logo_slider-btn { margin-left: 0 !important}
    #family_logo_slider-next {right: 10px; left: auto;}
    #family_logo_slider-prev {left: 10px;}
    
    #foot_info { padding-left: 50px; padding-right: 50px;}
}


@media screen and (max-width:1200px) {
    #foot_info { padding-left: 30px; padding-right: 30px;}
    #foot_info .foot_info_wrap h1 img {width: 230px;}
    #foot_info .foot_info_wrap .text {padding-left: 40px;}
}

@media screen and (max-width:1100px) {
    #foot_info .foot_info_wrap .text {width: 100%; padding-left: 0; margin-top: 25px;}
}

@media screen and (max-width:980px) {
    .family_logo {padding-left: 30px; padding-right: 30px;}
    .family_logo_slider-btn  {width: 15px;}
    
    #foot_info {padding-left: 20px; padding-right: 20px;}
    #foot_info .foot_info_wrap {display: block;}
    #foot_info .foot_info_wrap .text {padding-left: 0;}
    
}

@media screen and (max-width:768px) {
    #fnb ul li {font-size: 14px; padding: 15px 10px;}
    #foot_info {padding: 30px 15px; box-sizing: border-box;}
    #foot_info h1 img {width: 140px;}
    #foot_info p {font-size: 14px;}
    #foot_info p span {padding: 0 5px;}
    
    .family_logo {padding:10px 20px;}
    .family_logo_slider-btn {height: 15px; margin-top: -7px;}
    #family_logo_slider-next {right: 5px; }
    #family_logo_slider-prev {left: 5px;}
    #foot_info .foot_info_wrap h1 {text-align: center;}
    #foot_info .foot_info_wrap .text ul {display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 10px;}
    #foot_info .foot_info_wrap .text ul li {font-size: 14px; padding: 0 10px;}
    #foot_info .foot_info_wrap .text p {text-align: center; font-size: 13px; word-break: keep-all;}
}


/*=============================================================
                           컨텐츠 공통
=============================================================*/
#mainContents_container {width: 100%; box-sizing: border-box; overflow: hidden;}
#mainContents_container .contents {position: relative; width: 100%; box-sizing: border-box; padding-left: 80px; padding-right: 80px; margin: 0 auto;}

.contents_layout_section {position: relative; margin: 100px 0;}

.section_title {margin-bottom: 60px; text-align: center;}
.section_title h3 {color: #212121; font-weight: 600; letter-spacing: -1px;}
.section_title h3 span {color: #0054a6; font-weight: 400}
.section_title p {font-size: 19px; color: #333; margin-top: 10px;}


#main_contents {min-height: 700px;}
#subPage_title { margin: 90px 0 50px 0;}
#subPage_title h2 {font-weight: 800; color: #212121; text-align: center;}

@media screen and (max-width:1600px) {
    #mainContents_container .contents {padding-left: 60px; padding-right: 60px;} 
}

@media screen and (max-width:1200px) {
    #mainContents_container .contents  {padding: 0 20px;}
}

@media screen and (max-width:980px) {   
    .contents_layout_section {margin: 60px 0}
    
    .section_title {margin-bottom: 30px;}
    .section_title p {font-size: 16px; text-align: center;}
    .section_title h3 {text-align: center;}
    .section_title h3 br {display: none;}
}

/*=============================================================
                        메인컨텐츠
=============================================================*/
/*메인비주얼*/
.main_visual_slider {position: relative; width: 100%; height: calc(100vh - 100px); overflow: hidden; box-sizing: border-box;}
.main_visual_slider .swiper-slide {width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover;}
.main_visual_slider .swiper-slide .visual_text {text-align: center; vertical-align: middle;}
.main_visual_slider .swiper-slide .visual_text.vt_wrap {width: 100%; height: 100%; display: table;}
.main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner {width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
.main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner h2 {color: #fff;}
.main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner h2 strong {}
.main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner p {text-align: center; font-size: 19px; color: #fff; line-height: 1.6; margin: 40px 0}
.main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner a {font-size: 19px; border-radius: 50px; border: 1px solid #fff; display: inline-block; padding: 20px 60px; margin: 0 auto; color: #fff;}
.main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner a:hover {}
.main_visual_slider .swiper-slide.mv01 {background-image: url("/_img/contents/main_visual1.jpg");}
.main_visual_slider .swiper-slide.mv02 {background-image: url("/_img/contents/main_visual2.jpg");}

/*메인비주얼버튼*/
.main_visual_slider-btn {position: absolute; top: 50%; margin-top: -30px; left: 50%; background-position: center; background-repeat: no-repeat; text-indent: -9999px; background-size: 100%; z-index: 1
; width: 61px; height: 50px; cursor: pointer;}
.main_visual_slider-btn::after {position: absolute; top: 50%; margin-top: 7px; width: 250px; height: 1px; background: rgba(255,255,255,0.2); content: '';}
#main_visual_slider-next {background-image: url("/_img/utility/visual_arrow-next.png"); margin-left: 700px;}
#main_visual_slider-next::after {right: 61px;}
#main_visual_slider-prev {background-image: url("/_img/utility/visual_arrow-prev.png"); margin-left: -750px;}
#main_visual_slider-prev::after {left: 61px;}
.main_visual_slider-pagination {position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; text-align: center; display: none;}
.main_visual_slider-pagination span {background-color: transparent; opacity: 0.7; border: 1px solid #fff; box-sizing: border-box; width: 10px; height: 10px; margin: 0 7px;}
.main_visual_slider-pagination span.swiper-pagination-bullet-active {background-color: #fff;}



@media screen and (max-width:1700px) {
    #main_visual_slider-next {margin-left: 600px}
    #main_visual_slider-prev {margin-left: -650px}
}


@media screen and (min-width:1600px) {
    .main_visual_slider  {padding-left: 80px; padding-right: 80px;} 
}

@media screen and (max-width:1600px) {
    .main_visual_slider  {padding-left: 60px; padding-right: 60px;} 
}

@media screen and (max-width:1500px) {
    #main_visual_slider-next {margin-left:0; left: auto; right: 100px;}
    #main_visual_slider-prev {margin-left:0; left: 100px;}
}


@media screen and (max-width:1200px) {
    .main_visual_slider {padding: 0; height: calc(100vh - 80px)}
    .main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner img {width: 67%;}
    .main_visual_slider-btn {left: auto; width: 50px; background-size: 100%;}
    .main_visual_slider-btn::after {width:150px; margin-top: 6px}
    
    #main_visual_slider-next {right: 20px;}
    #main_visual_slider-next::after {right: 50px;}
    #main_visual_slider-prev {margin-left: 0; left: 20px;}
    #main_visual_slider-prev::after {left:50px;}    
}

@media screen and (max-width:980px) {
    .main_visual_slider {height: calc(100vh - 60px);}
    .main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner h2 {line-height: 1.3;}
    .main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner p {font-size: 15px; margin: 30px 0}
    .main_visual_slider .swiper-slide .visual_text.vt_wrap .vt_inner a {font-size: 15px; padding: 10px 40px} 
}

@media screen and (max-width:768px) {
    /*.main_visual_slider-btn {width: 35px;}*/
    .main_visual_slider-btn::after {display: none;}
}

@media screen and (max-width:640px) {
    .main_visual_slider-btn {display: none;}
    .main_visual_slider-pagination {display: block;}
}


/*메인컨텐츠*/ 
#main_section01 {}

#search_member_wrap {display: flex; flex-wrap: wrap; justify-content: space-between;}
#search_member_wrap .section_title {width: 40%}
#search_member_wrap #search_member {width: 60%}
#search_member .col {width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 1% 0}
#search_member .col select {width: 32.5%; font-size: 19px;}
#search_member .col input[type="text"] {width: 70%; height: 60px; border: 1px solid #ddd; background: #fff; padding: 10px 20px; box-sizing: border-box; font-size: 19px;}
#search_member .col button {width: 29%; height: 60px; background: #383d53; color: #fff; border: 0; font-size: 19px; }



ul.banner_list {display: flex; }
ul.banner_list li {position: relative; width: 33.3%; max-height: 705px; overflow: hidden; box-sizing: border-box;transition: .3s;}
ul.banner_list li a {display: block; width: 100%; height: 100%; box-sizing: border-box;}
ul.banner_list li a img {width:100%; position: relative; top: 0; left: 0; height: 100%; object-fit: cover;}
ul.banner_list li .text {position: absolute; bottom: 0; left: 0; width: 100%; padding: 60px; box-sizing: border-box; z-index: 1;}
ul.banner_list li .text h3 {color: #fff; font-weight: 700;}
ul.banner_list li .text p {font-size: 19px; color: #fff; padding: 30px 0; word-break: keep-all; line-height: 1.5;}
ul.banner_list li .text span {color: #fff; font-size: 16px; position: relative;}
ul.banner_list li .text span::after {width: 30px; height: 30px; background-color: rgba(255,255,255,0.5); content: ''; background-image: url("/_img/utility/arr1.png"); background-repeat: no-repeat; background-size: auto; background-position: center; border-radius: 100%;  display: block; position: absolute; top: -2px; right: -40px;}


@media screen and (min-width:1200px) {
    ul.banner_list li:hover {width: 40%;}
}

@media screen and (max-width:1200px) {
}

@media screen and (max-width:980px) {
    #search_member_wrap {display: block;}
    #search_member_wrap .section_title, #search_member_wrap #search_member {width: 100%}
    
    #main_section02 .contents {padding: 0;}
    ul.banner_list {flex-wrap: wrap;}
    ul.banner_list li {width: 100%; max-height: 360px}
    ul.banner_list li .text {padding: 40px 20px;}
    ul.banner_list li .text p  {font-size:15px;}
    
    #search_member .col select {font-size: 15px;}
    #search_member .col input[type="text"] {font-size: 15px; padding: 0 10px; height: 50px;}
    #search_member .col button {height: 50px; font-size: 15px;}
}


/*메인커뮤니티*/
#main_section03 {}
#main_section03 .tab_contents_wrap {overflow: hidden;}


.tabs {display: flex; flex-wrap:wrap; justify-content: flex-start; margin: 20px 40px;;}
.tabs li {padding: 0 15px; font-size:19px; color: #5a5a5a; position: relative; cursor: pointer;}
.tabs li::after {position: absolute; top: 2px; left: 0; width: 1px; height: 19px; background: #ddd; content: '';}
.tabs li:first-of-type::after {display: none;}
.tabs li span {position:relative; padding-top: 7px;}
.tabs li span::before {top: 0; left: 0; width: 100%; position: absolute; height: 3px; background: #309782; content: ''; display: none;}
.tabs li.active {color: #309782;}
.tabs li.active span::before {display: block;}


.board_list_slider {}
.board_list_slider-item {width: 100%; border: 1px solid #dedede; box-sizing:border-box; transition: 0.5s ease;}
.board_list_slider-item .pics {position: relative; min-height: 260px; padding-bottom: 5%; overflow: hidden;}
.board_list_slider-item .pics img {position: absolute; top:0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease;}
.board_list_slider-item .text {width:100%; box-sizing: border-box; border-top:1px solid #dedede; padding: 20px 30px; background: #fff;}
.board_list_slider-item .text p {line-height: 1.5;}
.board_list_slider-item .text p.tit {font-size: 19px; color: #111; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; height: 3em; margin-bottom: 20px}
.board_list_slider-item .text p.date {font-size: 17px; color: #999; font-family: 'GmarketSans'; font-weight: 400;}
.board_list_slider-item:hover {box-shadow: 0 0 10px rgba(0,0,0,0.2)}
.board_list_slider-item:hover .pics img {transform: scale(1.1,1.1);}

.board_list_slider-pagination {position: relative; z-index: 1; width: 100%; text-align: center; margin-top: 40px;}
.board_list_slider-pagination span {width: 13px; height: 13px; border-radius: 30px;}
.board_list_slider-pagination .swiper-pagination-bullet-active {width: 35px; background-color: #309782;}


/*메인커뮤니티 수정 211216*/
.board_wrap {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.board_wrap .boardBox {width:49%; box-sizing: border-box; border: 1px solid #ddd; border-width: 0 1px;}
.board_wrap .boardBox h6 {font-weight: 500; color: #fff; background:#141720; box-sizing: border-box; padding: 10px 20px;}
.board_wrap .boardBox h6 a {font-size: 24px; display: block; width: 30px; height: 30px; line-height: 28px; text-align: center; border:1px solid #fff; box-sizing: border-box; border-radius: 100%;  float: right; font-weight: 400; color: #fff; margin-top: 5px; transition: 0.3s;}
.board_wrap .boardBox h6 a:hover {background: #fff; color: #141720;}
.board_wrap .boardBox .bbs_list {border-top: 0;}
.board_wrap .boardBox .bbs_list .bbsBox div {padding: 17px 0;}
.board_wrap .boardBox .bbs_list .bbsBox .num  {font-family: 'Noto Sans KR', sans-serif;}
.board_wrap .boardBox .bbs_list .bbsBox .date {font-size: 15px;}

.board_wrap .boardBox#notice h6 {background:#309782}
.board_wrap .boardBox#notice h6 a:hover {color:#309782}



@media screen and (max-width:980px) {
    #main_section03 .section_title {display: block; margin-bottom: 30px}
    
    .tabs {justify-content: center;}
    .tabs li {font-size: 15px;}
    .tabs li span::before {top: 4px;}
    
    .board_list_slider-item .pics {min-height: auto; height: 170px;}
    .board_list_slider-item .text {padding: 15px}
    .board_list_slider-item .text p.tit {font-size: 17px;}
    .board_list_slider-item .text p.date {font-size: 14px;}
    
    .board_list_slider-pagination span {width: 10px; height: 10px;}
    
    .board_wrap .boardBox {width: 100%; margin-bottom: 30px;}
    .board_wrap .boardBox h6 {padding-left: 15px; padding-right: 15px;}
    .board_wrap .boardBox h6 a {width: 25px; height: 25px; line-height: 21px; font-size: 21px; margin-top: 0}
    .board_wrap .boardBox .bbs_list .bbsBox div {padding: 0;}
    .board_wrap .boardBox#notice {margin-bottom: 0}
}

@media screen and (max-width:768px) {
    .board_list_slider-item .text p.tit {font-size: 15px; margin-bottom: 15px;}
    .board_list_slider-item .text p.date {font-size: 13px;}
    .board_wrap .boardBox .bbs_list .bbsBox .date {font-size: 13px;}
    .board_wrap .boardBox .bbs_list .bbsBox .num {font-size: 14px;}
}






/*메인사업실적*/
#main_section04 {background: #f5f6fa; margin: 0; padding:100px 0}
#main_section04::before {position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: #f5f6fa; content: '';}
#main_section04 .section_title {margin-bottom: 60px;}
#main_section04 a.more {display: block; width: 300px; height: 60px; line-height: 60px; font-size: 18px; color: #212121; border: 1px solid #dedede;  box-sizing: border-box; background: #fff; margin: 40px auto 0 auto; text-align: center; transition: 0.3s;}
#main_section04 a.more:hover {background: #383d53; color: #fff; border-color: #383d53;}
.result_box { position: relative; width: 100%; height: 250px; background: #fff; border: 1px solid #dedede; box-sizing: border-box; transition: 0.3s;}
.result_box a {padding: 60px 20px 0 20px; box-sizing: border-box; display: block; width: 100%; height: 100%;}
.result_box .category {position: absolute; top: -15px; left: -15px; width:70px; height: 70px; text-align: center; color: #fff; font-size: 16px; padding:14px; box-sizing: border-box; background: #383d53}
.result_box .year {font-size:19px; font-weight: 500; font-family: 'GmarketSans'; position: relative; padding-bottom: 20px; margin-bottom: 20px; color: #212121; text-align: center; line-height: 1.5;}
.result_box .year::after {position: absolute; bottom: 0; left: 50%; margin-left: -25px; width: 50px; height: 3px; background: #ddd; content: '';}
.result_box ul {box-sizing: border-box; padding: 0 10px; }
.result_box ul li {font-size: 16px; margin: 5px 0; line-height: 1.5; position: relative; padding-left: 80px; font-family: 'GmarketSans'; color: #666}
.result_box ul li span {position: absolute; top: 0; left: 0; color: #212121}
.result_box:hover {box-shadow: 0 0 15px rgba(0,0,0,0.2);}


@media all and (max-width:980px){
    #main_section04 {padding: 60px 0;}
    #main_section04 .section_title {margin-bottom: 40px;}
    #main_section04::before {top: -40%;}
    
    .result_box .year {font-size: 17px;}
    .result_box ul li {font-size: 15px;}
}

@media all and (max-width:768px){
    #main_section04 {padding: 50px 0}
    #main_section04 a.more { height: 50px; line-height: 50px; font-size: 15px; margin-top: 25px;}
    
    .result_box {height: auto;}    
    .result_box a {padding: 50px 25px}
    .result_box .year {font-size: 16px;}
    .result_box .category {width: 50px; height: 50px; font-size: 13px; padding: 10px; line-height: 1.1; top: -10px; left: -10px;}
    .result_box ul li {font-size: 14px;}
    
}


/*=============================================================
                        서브컨텐츠
=============================================================*/
#subContents_container {}
#subContents_container .inner_contents {position: relative; width:1300px; margin: 0 auto;}

/*서브비주얼*/
#sub_visual {width: 100%; box-sizing: border-box; padding: 0 80px;}
#sub_visual .visual_contents {width: 100%; height:445px; background-position: center; background-repeat: no-repeat; background-size: cover; box-sizing: border-box;}
#sub_visual .visual_contents.sub01 {background-image: url("/_img/contents/sub_visual1.jpg");}
#sub_visual .visual_contents.sub02 {background-image: url("/_img/contents/sub_visual2.jpg");}
#sub_visual .visual_contents.sub03 {background-image: url("/_img/contents/sub_visual3.jpg");}
#sub_visual .visual_contents.sub04 {background-image: url("/_img/contents/sub_visual4.jpg");}
#sub_visual .visual_contents .inner_contents {height: 100%;}
#sub_visual .visual_contents #visual_text {display: table; width: 100%; height: 100%;}
#sub_visual .visual_contents #visual_text .wrap {display: table-cell; vertical-align: middle; width: 100%; height: 100%; text-align: center;padding-bottom: 50px;}
#sub_visual .visual_contents #visual_text .wrap p.title {font-size: 65px; color: #fff; text-align: center; font-weight: 500; line-height: 1;}
#sub_visual .visual_contents #visual_text ul {display: flex; flex-wrap: wrap; justify-content: center; margin-top: 30px;}
#sub_visual .visual_contents #visual_text ul li {padding: 0 30px; font-size: 16px; color: #fff; position: relative;}
#sub_visual .visual_contents #visual_text ul li:first-child::after {display: none;}
#sub_visual .visual_contents #visual_text ul li::after {position: absolute; top: 1px; left: -5px; width: 20px; height: 20px; content: ''; background:url("https://img.icons8.com/ios-glyphs/30/ffffff/expand-arrow--v1.png") no-repeat center; background-size: 100%; transform: rotate(-90deg)}

@media screen and (min-width:1600px) {
    #sub_visual {padding-left: 80px; padding-right: 80px;} 
}

@media screen and (max-width:1600px) {
    #sub_visual {padding-left: 60px; padding-right: 60px;} 
}

@media screen and (max-width:1300px) {
    #subContents_container .inner_contents {width: 100%; padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
}

@media screen and (max-width:1200px) {
    #sub_visual {padding-bottom: 150px; padding:0;}
}

@media screen and (max-width:980px) {
    #sub_visual .visual_contents {height: 450px;}
    #sub_visual .visual_contents #visual_text .wrap p.title {font-size: 55px;}
    #sub_visual .visual_contents #visual_text ul {margin-top: 15px;}
    #sub_visual .visual_contents #visual_text ul li {font-size: 15px; padding: 0 20px;}
    #sub_visual .visual_contents #visual_text ul li::after {width: 13px; height: 13px; top: 4px;}
}

@media screen and (max-width:768px) {
    #sub_visual .visual_contents {height: 300px;}
    #sub_visual .visual_contents #visual_text .wrap p.title {font-size: 40px;}
     #sub_visual .visual_contents #visual_text ul li {font-size: 13px; padding: 0 10px;}
     #sub_visual .visual_contents #visual_text ul li img {width: 15px;}
}


/*드롭다운메뉴*/
#sub_locationDrop {position:absolute; bottom: 0; left: 0;  width:100%; height:60px;  z-index:9; box-sizing:border-box; padding-left: 60px; border-bottom: 1px solid #ddd;}
#sub_locationDrop::after {position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: #ddd; content: '';}
#sub_locationDrop a.home {width: 60px;  height: 60px; box-sizing: border-box; line-height: 60px; position: absolute; top: 0; left: 0; background: #309782; text-align: center;}

ul.dropdown-menu {width:100%; height:60px; background:#fff; box-sizing: border-box;}
ul.dropdown-menu>li {position:relative; float:left; width:300px; height:100%; box-sizing:border-box; border-right:1px solid #ddd; line-height:50px;}
ul.dropdown-menu li span {position:relative; display:block; width:100%; height:100%; color:#333; font-size:18px; box-sizing:border-box; padding:0 15px; cursor:pointer; font-weight: 500; line-height: 60px;}
ul.dropdown-menu li span::after {position:absolute; right:10px; top:50%; margin-top:-10px; width:19px; height:19px; background-image:url("/_img/utility/drow_arrow.png"); background-size:100%; background-repeat:no-repeat; background-position:center; content:''; transition: .3s;}
ul.dropdown-menu li.on span::after {transform: rotate(-180deg);}
ul.dropdown-menu li a {display:block; width:100%; height:100%; color:#636363; font-size:16px; font-weight: 500; box-sizing:border-box; padding:10px; text-decoration:none; line-height: 1.5}
ul.dropdown-menu li ul {display:none; position:absolute; left:0; top:100%; width:100%; background:#fafafa; border:1px solid #e0e0e0; box-sizing:border-box; padding:10px 0}
ul.dropdown-menu li ul li {float:none; width:100% !important; border-left:0;}
ul.dropdown-menu li ul li a { color: #333; }
ul.dropdown-menu li ul li ul { left: 100%; top: 0;}

.dep3_snb {width: 100%; display: none; flex-wrap: wrap; justify-content: space-between; margin-top: -20px; margin-bottom: 40px;}
.dep3_snb li {font-size: 14px; text-align: center; line-height: 38px; width: 32.5%; height: 40px; box-sizing: border-box; border: 1px solid #dedede;}
.dep3_snb li a {color: #212121;}
.dep3_snb li.on {background: #383d53; border-color:#383d53}
.dep3_snb li.on a {color: #fff;}


@media screen and (max-width:1200px){  
}

@media screen and (max-width:980px){
    #sub_locationDrop {padding-left: 50px; height: 50px;}
    #sub_locationDrop a.home {width: 50px; height: 50px; line-height: 50px;}
    ul.dropdown-menu {height: 50px;}
    ul.dropdown-menu>li {height: 50px; line-height: 50px;}
    ul.dropdown-menu li span {line-height: 50px; font-size: 16px;}
}

@media screen and (max-width:768px) {    
    ul.dropdown-menu>li {width: 50%;}
    ul.dropdown-menu li span {font-size: 14px;}
    ul.dropdown-menu li a {font-size: 14px; padding: 7px 10px}
    ul.dropdown-menu li.dep3 {display: none;}
    
    .dep3_snb {display: flex;}
}




#sub_mainCont {padding-top: 80px; min-height: 450px;}
.sub_title {margin-bottom: 40px;}
.sub_title h2 {text-align: center; font-weight:500; color: #212121}

@media screen and (max-width:1200px){
    #sub_mainCont { padding-top:70px;}
}
    
@media screen and (max-width:980px){
    #sub_mainCont { padding-top:60px;}
}
    
@media screen and (max-width:768px){
    #sub_mainCont { padding-top:50px;}
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    






