@charset "utf-8";

/*
 * File : service.css
 * SUMMARY:
 * 1) BOX MARGIN

 * 2) Service - #service
 * 3) Service Board - #serviceBoard
*/


/*------ BOX MARGIN ------*/

#serviceTitle {padding: 60px 0 0;}
#service {padding: 20px 0 150px;}

#serviceBoard {padding: 130px 0;}



/*------ Service ------*/

#serviceTitle .contents_title {
    text-align: center;
}



#service .contents_flex.search_form {
    justify-content: center;
    height: 40px;
}
#service .contents_flex.search_form input {
    width: 310px;
    height: 100%;
    border: 1px solid var(--line-color);
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
	font-family:  'Pretendard-Regular'
}
#service .contents_flex.search_form button {
    width: 40px;
    height: 100%;
    background: #fff;
    border: 1px solid var(--line-color);
    border-radius: 20px;
    padding: 10px;
}
#service .contents_flex.search_form button img {
    width: 100%;
}



#service .contents_flex.sv_cateTab {
    width: 1200px;
    justify-content: space-between;
    padding: 60px 0;
    margin: 0 auto;
}
#service .contents_flex.sv_cateTab a {
	font-family: 'Pretendard-Regular';
	line-height: 33px;
    width: 130px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: var(--jg-blue);
    text-align: center;
    background: var(--jg-skyblue);
    border: 1px solid var(--jg-blue);
    border-radius: 10px;
    padding: 3px 0;
    transition: 0.4s;
}
#service .contents_flex.sv_cateTab a:hover {
    color: #fff;
    background: var(--jg-blue);
}
#service .contents_flex.sv_cateTab a.on {
    color: #fff;
    background: var(--jg-blue);
}



#service .contents_box.sv_cateHead {
}
#service .sv_cateHead .sv_cateTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line-color);
}
#service .sv_cateHead .sv_cateTitle h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--jg-blue);
}

#service .sv_cateHead .sv_cateTitle .filter {
    
}
#service .sv_cateHead .sv_cateTitle .filter p {
    font-size: 16px;
    font-weight: 500;
    color: var(--jg-blue);
    letter-spacing: -0.05em;
    text-align: right;
    margin-bottom: 18px;
	font-family: 'pretendard-Regular';
}
#service .sv_cateHead .sv_cateTitle .filter .sv_filter {
    display: flex;
    justify-content: flex-end;
}

#service .sv_cateHead .sv_cateTitle .filter .sv_filter input {
    display: none;
}
#service .sv_cateHead .sv_cateTitle .filter .sv_filter label {
    cursor: pointer;
}
#service .sv_cateHead .sv_cateTitle .filter .sv_filter label span {
	font-family: 'Pretendard-Regular';
	line-height: 24px;
    display: inline-block;
    width: 90px;
    height: 28px;
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    text-align: center;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 14px;
    line-height: 27px;
    transition: 0.3s;
    margin-left: 8px;
}
#service .sv_cateHead .sv_cateTitle .filter .sv_filter label span:hover {
    color: #fff;
    background: #767676;
}
#service .sv_cateHead .sv_cateTitle .filter .sv_filter input:checked + label span {
    color: #fff;
    background: #767676;
}

#service .sv_cateHead .sv_cateSub {
    font-size: 22px;
    font-weight: 400;
    color: var(--txt);
    margin-top: 22px;
    letter-spacing: -0.05em;
	font-family: 'pretendard-Regular';
}




#service .contents_flex.sv_cateBody {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
	justify-content: flex-start;
    margin: 50px 0px 0px;
	width: 1690px;
	/* height: 1750px; */
}
#service .sv_cateBody .item {
    padding: 0;
    margin: 20px 35px 150px 0px;
    width: 457px;
	height: 390px;
}
#service .sv_cateBody .item a {
    width: 100%;
    height: 100%;
}
#service .sv_cateBody .item .img_area {
    width: 457px;
    height: 390px;
    margin-bottom: 24px;
	border: solid 2px #ebebeb;
    border-radius: 23px;
    overflow: hidden;
}
#service .sv_cateBody .item .img_area .sv_thumbnail {
    width: 100%;
    height: 100%;
    transition: all 0.25s;
}
#service .sv_cateBody .item .img_area:hover .sv_thumbnail {
    transform: scale(1.05);
}
#service .sv_cateBody .item .txt_area {}
#service .sv_cateBody .item .txt_area h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    font-family: 'LINESeedKR-Bd';
}
#service .sv_cateBody .item .txt_area .sv_filterItem {
    display: flex;
    margin-top: 14px;
}
#service .sv_cateBody .item .txt_area .sv_filterItem li {
    width: 72px;
    height: 22px;
    font-size: 12px;
	line-height: 16px;
    font-weight: 400;
    color: var(--line-color);
    text-align: center;
    background: #fff;
    border: 1px solid var(--line-color);
    border-radius: 11px;
    padding: 2px 0;
    margin-right: 8px;
	font-family: 'Pretendard-Regular';
}




#service .pgn {
}
#service .pgn ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
#service .pgn ul li {
    margin-left: 6px;
}
#service .pgn ul li a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    border: 1px solid var(--line-color);
    padding: 9px 13px;
    transition: 0.25s;
    cursor: pointer;
}
#service .pgn ul li.ellipsis {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    border: 0;
    padding: 0;
    cursor: default;
}
#service .pgn ul li a.page:hover {
    color: var(--jg-blue);
    border: 1px solid var(--jg-blue);
    background: var(--jg-skyblue);
}
#service .pgn ul li a.on {
    color: #fff;
    border: 1px solid var(--jg-blue);
    background: var(--jg-blue);
}
#service .pgn ul li a.on:hover {
    color: #fff;
    border: 1px solid var(--jg-blue);
    background: var(--jg-blue);
}







/* ---- Service Board ---- */

#serviceBoard.contents {
    width: 1200px;
}
#serviceBoard .contents_title {
    width: 100%;
    padding-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}
#serviceBoard .contents_title .tit_board {
    
}
#serviceBoard .contents_title .tit_board h2 {
    font-weight: 600;
    font-size: 38px;
}

#iserviceBoard .contents_title .pgn {
}
#serviceBoard .contents_title .pgn ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
#serviceBoard .contents_title .pgn ul li {
    margin-left: 6px;
}
#serviceBoard .contents_title .pgn ul li a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    border: 1px solid var(--line-color);
    padding: 9px 13px;
}
#serviceBoard .contents_title .pgn ul li a.none {
    color: var(--line-color);
}




#serviceBoard .contents_board {
    width: 100%;
    padding: 55px 0;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
#serviceBoard .contents_board .main_board {
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 0 95px;
}





#serviceBoard .contents_board .main_board .contents_flex {
}
#serviceBoard .swiper-sv {
    width: 900px;
}
serviceBoard .swiper-wrapper {
    width: 900px;
    overflow: visible;
}
#serviceBoard .swiper-sv .item {
	width: 800px;
    height: 800px;
}
#serviceBoard .swiper-sv .item .text_area {
    width: 100%;
    padding: 0 0 35px;
}
#serviceBoard .swiper-sv .item .text_area h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--jg-blue);
	font-family:  'Pretendard-Regular'
}
#serviceBoard .swiper-sv .item .img_area {
    width: 100%;
    height: 100%;
}
#serviceBoard .swiper-sv .item .img_area img {
    width: 100%;
}





#serviceBoard .btn_option {
    position: absolute;
    width: 850px;
    height: 850px;
    display: flex;
    align-items: center;
    margin: 0 175px;
}
#serviceBoard .swiper-button-next,#serviceBoard .swiper-button-prev {
    width:26px;
    height:26px;
    z-index:5;
    cursor:pointer;
    border:1px solid #636571;
    color: #636571;
    border-radius: 13px;
    background: #fff;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat;
    box-sizing:border-box;
}
#serviceBoard .swiper-button-next:hover,#serviceBoard .swiper-button-prev:hover {
    border:1px solid var(--jg-blue);
    background: var(--jg-blue);
    color: #fff;
}
#serviceBoard .swiper-button-prev::after, #serviceBoard .swiper-button-next::after {
    content: none;
}
#serviceBoard .swiper-pagination {
    top: 68em;
    height: 14px;
}
#serviceBoard .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--jg-blue);
    background: var(--jg-skyblue);
    opacity: 1;
}
#serviceBoard .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--jg-blue);
    opacity: 1;
}




#serviceBoard .contents_board .main_board .sv_filterItem {
    display: flex;
    margin: 55px 0;
    justify-content: center;
}
#serviceBoard .contents_board .main_board .sv_filterItem li {
    width: 90px;
    height: 28px;
    font-size: 16px;
    font-weight: 500;
    color: var(--jg-blue);
    text-align: center;
    background: #fff;
    border: 1px solid var(--jg-blue);
    border-radius: 14px;
    line-height: 28px;
    margin-right: 8px;
	font-family: 'Pretendard-Regular';
}
#serviceBoard .contents_board .main_board .sv_infoTitle {
    margin: 65px 0;
}
#serviceBoard .contents_board .main_board .sv_infoTitle h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--jg-blue);
    letter-spacing: -0.05em;
    margin: 0 0 25px;
	font-family:  'Pretendard-Regular'
}
#serviceBoard .contents_board .main_board .sv_infoTitle p {
    font-size: 16px;
    font-weight: 600;
    color: var(--txt);
    letter-spacing: -0.05em;
	font-family:  'Pretendard-Regular'
}

#serviceBoard .contents_board .main_board .sv_line {
    border: 1px solid #a0c4ee;
    width: 600px;
}

#serviceBoard .contents_board .main_board .sv_infoList {
    margin: 65px 0;
}
#serviceBoard .contents_board .main_board .sv_infoList li {
    font-size: 16px;
    font-weight: 400;
    color: var(--txt);
	font-family:  'Pretendard-Regular'
}




#serviceBoard .contents_board .main_board img {
    display: inline-block;
}
#serviceBoard .contents_board .service_banner {
    width: 100%;
}
#serviceBoard .contents_board .service_banner img {
    width: 100%;
}

#serviceBoard .contents_bottom {
    width: 100%;
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}
#serviceBoard .contents_bottom a {
    width: 190px;
    height: 56px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-align: center;
    line-height: 56px;
}
#serviceBoard .contents_bottom a.btn1_board {
    border: 1px solid var(--line-color);
    background: #fff;
    color: #777;
}

#serviceBoard .contents_bottom a.btn1_board.none {
    color: var(--line-color);
}









