@charset "UTF-8";

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.all_wrap{overflow: hidden;position: relative;}

.jarallax {position: relative;z-index: 0;height: 100%;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;}
.main_admin{position: fixed; z-index: 11; top:95px; right: 10px;}
.main_admin a{font-size: 14px; background: #fff; border-radius: 5px; margin-bottom: 5px; width: 80px; height: 30px; display: inline-block; text-align: center; line-height: 30px; font-weight: 500;}
/* 공통 */
.width{width: 92% !important; max-width: 1400px; margin: 0 auto; position: relative;}
.width2{width: 92% !important; max-width: 1600px; margin: 0 auto; position: relative;}
.width3{width: 92% !important; max-width: 1100px; margin: 0 auto; position: relative;}
.common{padding: 0px 0px;}
.common2{padding: 150px 0px;}
:root{
--color: #fa535a;

--fs40: 4.0rem;
--fs32: 3.2rem;
--fs28: 2.8rem;
--fs26: 2.6rem;
--fs24: 2.4rem;
--fs22: 2.2rem;
--fs20: 2.0rem;
--fs18: 1.8rem;
--fs14: 1.4rem;
}
.board_title{margin-bottom: 50px; text-align: center; padding-top: 80px;}
.board_title h2{font-size: 3.6rem; font-weight: 800; position: relative; display: inline-block; padding-bottom: 15px; border-bottom: 4px solid var(--color)}
.sub_title h2{font-size: var(--fs32); font-weight: 500; position: relative; display: inline-block; }
/* .board_title h2::after{content: '';position: absolute; width: 110px; height: 1px; background: #ccc; right: 0; top: 50%; transform: translateY(-50%)} */
/* .board_title h2::before{content: '';position: absolute; width: 110px; height: 1px; background: #ccc; left: 0; top: 50%; transform: translateY(-50%)} */
.board_title p{margin-top: 25px; font-size: var(--fs18); line-height: 135%;}
.board_title h3{margin-top: 25px; font-size: var(--fs24); line-height: 135%; font-weight: 400; color: var(--color);}
.board_title h4{margin-top: 15px; font-size: var(--fs18); line-height: 135%; }
.center{text-align: center;}
.left{text-align: left;}
.su400{font-family: 'SUIT-Regular' !important;}
.su500{font-family: 'SUIT-Medium' !important;}
.su600{font-family: 'SUIT-SemiBold' !important;}
.su800{font-family: 'SUIT-ExtraBold' !important;}
.su900{font-family: 'SUIT-Heavy' !important;}
@media all and (max-width: 1024px) {
/* .common{padding: 60px 0px;} */
.board_title{margin-bottom: 60px;}
.board_title h2{}
.board_title h2::after{width: 20px;}
.board_title h2::before{width: 20px;}
}

#header{width: 100%;position: fixed;top: 0;z-index: 999; transition: 0.3s all;   background: #fa5259;}
#header .header_width{width: 96%; margin: 0 auto;}
#header .head_login_wrap{display: flex; align-items: center;}
#header .head_login{display: flex;justify-content: flex-end;padding: 7px 10px; border: 1px solid #eee; border-radius: 30px; margin-right: 25px;}
#header .head_login li{margin:0px 5px;}
#header .head_login a{font-size: 1.4rem; color: #eee; white-space: nowrap; font-weight: 400;}
#header .head_login i{font-size: 20px;}
#header .head_menu .logo{}
#header.scroll{top:-36px;}
#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 100px;}
#header .head_menu .main_menu { width: 70%; display: flex; justify-content: flex-end;; align-items: center; text-align: center; height: 100%; z-index: 9; position: relative; }
#header .head_menu .main_menu .dept1 {  position: relative; padding: 15px 0px; margin-left: 8%;}
#header .head_menu .main_menu .dept1 > a { font-size: 1.9rem; font-weight: 400; color: #fff;}
#header .head_menu .main_menu .dept1 > a.active { color: #fff font-weight: bold; }
#header .head_menu .main_menu .dept1 > a.menuon { color: #fff; font-weight: bold; }
#header .head_menu .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100%; padding-top: 20px; display: none; padding-bottom: 30px;}
#header .head_menu .main_menu .dept2 { padding: 12px 0px; background: rgba(0,0,0,0.3);}
#header .head_menu .main_menu .dept2:nth-child(1){border-top: 4px solid var(--color)}
#header .head_menu .main_menu .dept2 a { font-size: 1.8rem; display: block; font-weight: 400; color: #ccc;}
#header .main_menu .dept2>a:hover,
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus { color: #000;font-weight: bold;}
#header .menu_bg {background: rgba(0,0,0,0.7);width: 100%;height: 0;left: 0;z-index: 1;position: absolute; }


/* 모바일 */
.mobile_head {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; background:#fff;; z-index: 99; box-shadow: 0px 1px 3px rgba(0,0,0,0.3);  background: #fa5259;}
.mobile_head .mobile_logo { width: 150px; }
.mobile_head .mobile_logo img { width: 100%; }
#mobile_menu {  display: none; position: fixed; top: 0; right: -100%; width: 100%; background: #fff; z-index: 1000; height: 100vh; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;}
#mobile_menu::-webkit-scrollbar{display: none;}
#mobile_menu .mob_logo { width: 100%; padding: 0px 20px; height: 60px; background:#fff;display: flex; justify-content: space-between; align-items: center;  background: #fa5259;}
#mobile_menu .mob_logo a { width: 100px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mobile_close { font-size: 30px; cursor: pointer; color: #fff;}
#mobile_menu .mob_menu .top_menu {display: flex;justify-content: space-between; align-items: center; padding: 20px 20px;font-size: 18px;  border-bottom: 1px solid rgba(0,0,0,0.3); color: #222; font-weight: 400;}
.mobile_open{font-size: 24px; color: #fff;}
#mobile_menu .mob_menu .top_menu.on { color: #fff; background: var(--color)}
#mobile_menu .mob_menu .sub_menu { padding: 15px 20px; border-bottom: 1px solid #ccc; background: #fff; visibility: visible; }
#mobile_menu .mob_menu .sub_menu a {display: block; color: #333 ;font-size: 17px; padding: 10px; background: #fff; font-weight: 400;}
#mobile_menu .mob_menu_btn{display: flex; padding: 10px 0px; margin: 0px 20px; justify-content: space-between;}
#mobile_menu .mob_menu_btn li{width: 49%;}
#mobile_menu .mob_menu_btn a{font-size: 17px;  background: #ddd;display: flex; height: 50px; justify-content: center; align-items: center;}
#mobile_menu .mob_menu_btn a i{font-size: 16px; margin-right: 5px;}
.mob_bg {  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}

@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
.mobile_head{display: flex;}
}

/* 메인 풀 페이지 */

.pc{display: block !important;}
.mob{display: none !important;}

@media all and (max-width: 850px){
	.pc{display: none !important;}
	.mob{display: block !important;}
}

/* 하단 */
#ft{background: #222;padding: 40px 0px; width: 100%;}
.foot_logo{display: block; text-align: center;margin-bottom: 20px; padding-bottom: 30px; border-bottom: 1px solid #8e8e8e;}
.foot_info span{font-size: 1.4rem; color: #ddd; margin: 0px 10px; line-height: 170%;}
.foot_info a{font-size: 1.4rem; color: #ddd; margin: 0px 10px; line-height: 170%;}
#ft .copyright{margin-top: 30px; color: #ccc;}
#ft .copyright span{font-size: 1.4rem;}
#ft .foot_service{margin-top: 20px;}
#ft .foot_service a {font-size: 1.4rem; color: #9e9e9e;}
#ft .foot_service a:first-child{margin-right: 10px;}
@media all and (max-width: 768px) {
.foot_info{display: flex; flex-direction: column;}
.foot_info span{margin: 0px; line-height: 140%;}
}

/* sub_visual */
.sub_visual{width: 100%;height: 350px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub_visual .sub_top_text{text-align: center; color: #fff; padding-top: 70px;}
.sub_visual .sub_top_text h3{font-size: var(--fs40); position: relative;}
.sub_visual .sub_top_text p{font-size: var(--fs22);font-weight: 600;}
@media all and (max-width: 1024px) {
.sub_visual{height: 220px;}
.sub_visual .sub_top_text{padding-top: 60px;}
.sub_visual .sub_top_text h3{font-size: 3.2rem;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #f9f9f9; border-bottom: 1px solid #ddd;}
.lnb .lnb_map{height: 60px; display: flex; align-items: center; border-left: 1px solid #f1f1f1;}
.lnb .lnb_map .home{width: 60px; height: 100%;background: #f9f9f9;display: flex;justify-content: center;align-items: center;}
.lnb .lnb_map .home a{color: #333;}
.lnb .lnb_map .home i{font-size: 20px;}
.lnb .lnb_map > li{width: 250px; height: 100%;border-right: 1px solid #f1f1f1; padding: 0px 15px;position: relative;}
.lnb .lnb_map li.dep a{width: 100%; height: 100%;display: flex;align-items: center; font-size: 14px;}
.lnb .lnb_map li.dep a span{width: 100%;display: flex; justify-content: space-between;align-items: center; font-size: 1.7rem; color: #333;}
.lnb .lnb_map li.dep a span i{font-size: 24px;}
.lnb .lnb_map li.dep ul{display: none;position: absolute;left: 0; top: 61px;width: 100%;z-index: 10;}
.lnb .lnb_map li.dep ul li{width: 100%; background: #f9f9f9; border-bottom: 1px solid #fff;}
.lnb .lnb_map li.dep ul li a{padding: 15px 15px;font-size: 1.6rem;}
.lnb .lnb_map li.dep ul li a:hover{background: ; color: var(--color);transition: 0.3s all; font-weight: bold;}
.lnb .lnb_map li.dep ul li:hover{border-bottom: 1px solid var(--color)}
.lnb .lnb_map li.dep ul li a.on{background: #f1f1f1;}

@media screen and (max-width:1400px) {
.lnb .lnb_map{width: 100% !important;}
}
@media screen and (max-width:900px){
.lnb .lnb_map{height: 55px;}
.lnb .lnb_map .home i{font-size: 16px;}
.lnb .lnb_map li.dep ul{top: 56px;}
}
@media screen and (max-width:600px){
.lnb .lnb_map{height: 50px;}
.lnb .lnb_map .home{width: 12%;}
.lnb .lnb_map li{width: 44%;}
.lnb .lnb_map li:last-child{width: 44%;}
.lnb .lnb_map li.dep ul{top: 51px;}
.lnb .lnb_map li.dep a{font-size: 12.5px;}
.lnb .lnb_map li.dep ul li a{font-size: 12.5px;}
}

/* 인사말 */

.greeting_wrap{display: flex; align-items: flex-start; justify-content: space-between;}
.greeting_wrap .greeting_text{width: 52%;}
.greeting_wrap .greeting_text h2{color: var(--color); font-weight: 600; font-size: var(--fs28); margin-bottom: 40px;}
.greeting_wrap .greeting_text p{font-size: var(--fs20); color: #333; line-height: 130%;}
.greeting_wrap .greeting_text p:last-child{margin-top: 20px;}
.greeting_wrap .greeting_img{width: 42%;}
.greeting_wrap .greeting_img img{width: 100%;}

.greeting_info{margin-top: 100px; border-top: 3px solid var(--color); display: flex; flex-wrap: wrap;}
.greeting_info li{width: 50%; display: flex; min-height: 60px; border-bottom: 1px solid #ddd;}
.greeting_info li:last-child{width: 100%;}
.greeting_info li p{min-width: 180px; background: #f6f6f6; display: flex; align-items: center; justify-content: center; font-size: var(--fs18); font-weight: 500;}
.greeting_info li span{width: 100%; padding-left: 15px; display: flex; align-items: center; font-size: var(--fs18); color: #333;}
@media screen and (max-width:1024px) {
.greeting_wrap .greeting_text h2{margin-bottom: 20px; font-size: var(--fs24);}
}
@media screen and (max-width:950px) {
.greeting_wrap{flex-direction: column;}
.greeting_wrap .greeting_text{width: 100%; margin-bottom: 50px;}
.greeting_wrap .greeting_text p:last-child{margin-top: 15px;}
.greeting_wrap .greeting_img{width: 100%;}
}
@media screen and (max-width:768px) {
.greeting_info{margin-top: 60px;}
.greeting_info li p{min-width: 140px;}
.greeting_info li{width: 100%;}
}


/* 연혁 */

.history_circle{width: 120px; height: 120px; background: #222;border-radius: 50%;color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; margin-bottom: 80px;}
.history_circle p{text-align: center; font-size: 1.8rem;}
.history_wrap{position: relative;}
.history_wrap .history_line{position: absolute; width: 1px; height: 100%; background: #ccc; left: 0; right: 0; margin: 0 auto;}
.history_left{ width: 50%; text-align: right; position: relative; padding-right: 50px; margin-bottom: 40px;}
.history_left img{ width: 100%; margin-top: 20px;}
.history_left h2{font-size: var(--fs22); margin-bottom: 15px; font-weight: 500;}
.history_left p{ font-size: var(--fs18); line-height: 130%;}
.history_right{width: 50%; margin: 0 0 0 auto; position: relative; padding-left: 50px; margin-bottom: 40px;}
.history_right img{ width: 100%; margin-top: 20px;}
.history_right h2{font-size: var(--fs22); margin-bottom: 15px; font-weight: 500;}
.history_right p{ font-size: var(--fs18); line-height: 130%;}
.history_left::after{content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid #364F6B; right: -8px; top: 0;}
.history_right::after{content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 4px solid #364F6B; left: -8px; top: 0;}
@media screen and (max-width:950px) {
	.history_circle{margin-bottom: 60px;}
}
@media screen and (max-width:850px) {
	.history_wrap .history_line{display: none;}
	.history_left{width: 100%; padding-left: 30px; padding-right: 0px;text-align: left;}
	.history_right{width: 100%; padding-left: 30px; padding-right: 0px;}
	.history_left::after{right: initial; left: -8px;}
	.history_box{padding-bottom: 30px; border-bottom: 1px dotted #ccc; margin-bottom: 30px;}
	.history_box:last-child{border-bottom: 0px;}
	.history_box::after{left: 0px; }
}

/* 페이지 네비, 게시판 등 */
#bo_gall .is_notice{border-radius: 30px;}
.quick_banner{z-index: 99; right: 20px; bottom: 20px; position: fixed;animation: quickBounce .8s infinite alternate;}
#top_btn{width: 45px; height: 45px;border: none; background: #fff; border-radius: 50%;box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); transition: 0.3s all;}
#top_btn span{font-size: 14px; font-weight: bold;}
#top_btn:hover{background: #eee; color: #000;}

.floating_menu { width: 45px; height: 45px; border-radius: 50%; background: var(--color); position: fixed; bottom: 72px; z-index: 99; }
.floating_menu input { position: absolute; width: 45px; height: 45px; margin: 0; opacity: 0; cursor: pointer; }
.floating_menu input:checked ~ .floating_plus { transform: rotate(135deg); }
.floating_menu input:checked ~ .floating_nav li:nth-child(1) { transform: translatey(-52px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(2) { transform: translatey(-104px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(3) { transform: translatey(-156px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(4) { transform: translatey(-208px); opacity: 1; }
.floating_menu input ~ .floating_plus { transform: rotate(0); }
.floating_menu > .floating_plus { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; font-size: 20px; color: #FFFFFF; background:var(--color); border-radius: 50%; transform: rotate(0); transition: all 0.5s ease; pointer-events: none; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
.floating_menu > .floating_plus i { line-height: normal !important; }
.floating_menu > .floating_nav { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; }
.floating_nav li { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border-radius: 50%; background: #fff; cursor: pointer; position: absolute; transition: all 0.5s ease; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); opacity: 0; }
.floating_menu > .floating_nav li a i { font-size: 20px; color: #222; }
.floating_menu > .floating_nav li a i.xi-kakaotalk { font-size: 28px; margin-top: 3px; }
/* 퀵메뉴 바운스 효과 */
/* @keyframes quickBounce {from {transform: translateY(0px);}to {transform: translateY(-15px);  }}
@keyframes quickBounce2 {0%,80%,100% {-webkit-transform: scale(0);	transform: scale(0);}
40% {-webkit-transform: scale(1.0);	transform: scale(1.0);}} */

.pg_wrap{margin-top: 60px; display: flex; justify-content: center; width: 100%;}
.pg_wrap .pg{display: flex;}
.pg_page{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background-color: none; border: 1px solid #ccc;}
.pg_current{border: 1px solid #8e8e8e; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 2px; background: none;}

@media all and (max-width: 1400px) {
:root{
	--fs40: 3.4rem;
	--fs32: 2.8rem;
	--fs26: 2.3rem;
}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
html{font-size: 55% !important;}
.gall_row .col-gn-4{width: 33.33333%;}
.gall_row .col-gn-5{width: 25%;}
}

@media all and (max-width: 850px) {
.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5{width: 50%;}
#bo_cate li{width: 25%; margin-bottom: 10px;}
#bo_cate ul{flex-wrap: wrap;}
}

@media all and (max-width: 600px) {
.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5, .gall_row .col-gn-2{width: 100%;}
}




/*  */
