@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;}
/* 공통 */
select:focus {outline: none;}
.width{width: 92% !important; max-width: 1540px; margin: 0 auto; position: relative;}
.width3{width: 92% !important; max-width: 1000px; margin: 0 auto; position: relative;}
.width2{width: 92% !important; max-width: 700px; margin: 0 auto; position: relative;}
.common{padding: 90px 0px;}
:root{
	--color: #2E50EB;

	--fs40: 4.0rem;
	--fs32: 3.2rem;
	--fs28: 2.8rem;
	--fs24: 2.4rem;
	--fs22: 2.2rem;
	--fs20: 2.0rem;
	--fs18: 1.8rem;
	--fs14: 1.4rem;
}
.board_title{margin-bottom: 80px; text-align: left;}
.board_title h2{font-size: 36px; font-weight: 700;}
.board_title p{margin-top: 10px; font-size: var(--fs20);}
.fa-heart{display: none;}

@media all and (max-width: 1024px) {
	.common{padding: 60px 0px;}
	.board_title{margin-bottom: 60px;}
}

#ctt{max-width: 1100px; margin: 0 auto; }
#ctt #ctt_con{padding: 20px; border: 1px solid #e1e1e1;}

/* 헤더 */
#header{width: 100%; position: fixed; top: 0; z-index: 999; transition: 0.3s all; background: #fff;}
#header.scroll{box-shadow: 0 2px 10px rgba(0,0,0,0.08);}
#header .head_menu{position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%;}
#header .head_menu .logo{position: relative; flex-shrink: 0;}
#header .head_menu .logo a{display: block;}
#header .head_menu .logo img{width: 124px;}
#header .head_menu .main_menu{display: flex; align-items: center; text-align: center; z-index: 9; position: relative;}
#header .head_menu .main_menu .dept1{position: relative;}
#header .head_menu .main_menu .dept1 > a{font-size: 18px; font-weight: 600; color: #111; letter-spacing: -0.45px; line-height: 140%; padding: 32px 18px; display: flex; align-items: center; white-space: nowrap;}
#header .head_menu .main_menu .dept1 > a.menuon{color: var(--color);}
#header .head_menu .main_menu .dept1 > a:hover{color: var(--color);}
#header .head_menu .main_menu .dept1:last-child::after{content: ''; width: 3px; height: 3px; border-radius: 50%; background: #DB0000; position: absolute; right: 18px; top: 29px;}
#header .hd_phone{display: flex; align-items: center; gap: 4px; flex-shrink: 0;}
#header .hd_phone img{width: 31px;}
#header .hd_phone span{font-family: 'Pretendard', sans-serif; font-size: 28px; font-weight: 700; color: var(--color); line-height: 130%; white-space: nowrap;}
#header .menu_bar{z-index: 99; position: relative; display: none;}
#header .menu_bar i{font-size: 24px; color: #333;}

/* 모바일 */
.mobile_head {width: 100%; display: none; justify-content: space-between; align-items: center; padding: 0px 15px; position: fixed; top: 0; background:#fff; z-index: 99; height: 60px;}
.mobile_head .mobile_btn { width: 40px; display: flex; align-items: center; justify-content: center;}
.mobile_head .mobile_logo { position: absolute; left: 50%; transform: translateX(-50%); }
.mobile_head .mobile_logo img { width: 100px; }
.mobile_head .mobile_phone_btn a { width: 40px; height: 40px; border-radius: 50%; background: var(--color); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px;}
.mobile_nav { display: none; position: fixed; top: 60px; left: 0; width: 100%; background: #fff; z-index: 98; overflow-x: auto; white-space: nowrap; padding: 0 15px; border-bottom: 1px solid #eee; -ms-overflow-style: none; scrollbar-width: none;}
.mobile_nav::-webkit-scrollbar { display: none; }
.mobile_nav a { display: inline-block; padding: 14px 12px; font-size: 15px; font-weight: 500; color: #333; }
.mobile_nav a.active { color: var(--color); font-weight: 700; }
#mobile_menu { display: none; position: fixed; top: 0; right: -100%; width: 100%; background: #f5f6f8; z-index: 1000; height: 100%; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none;}
#mobile_menu::-webkit-scrollbar{display: none;}
#mobile_menu .mob_logo { width: 100%; padding: 15px 20px; background:#fff; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee;}
#mobile_menu .mob_logo a { width: 100px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mobile_close { font-size: 28px; cursor: pointer; color: #333; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;}
#mobile_menu .mob_menu { padding: 12px 16px;}
#mobile_menu .mob_menu .top_menu2 {display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; font-size: 16px; font-weight: 500; color: #333; background: #fff; border-bottom: 1px solid #f0f0f0;}
#mobile_menu .mob_menu .top_menu2:first-child{border-radius: 12px 12px 0 0;}
#mobile_menu .mob_menu .top_menu2:last-child{border-radius: 0 0 12px 12px; border-bottom: none;}
#mobile_menu .mob_menu .top_menu2:only-child{border-radius: 12px;}
#mobile_menu .mob_menu .top_menu2 i{color: #ccc; font-size: 20px; flex-shrink: 0;}
#mobile_menu .mob_menu .top_menu2.active{color: var(--color); font-weight: 700;}
#mobile_menu .mob_menu .top_menu2.active i{color: var(--color);}
.mobile_open{font-size: 24px;}
#mobile_menu .mob_phone{display: flex; align-items: center; gap: 10px; padding: 16px 18px; margin: 0 16px; background: #fff; border-radius: 12px;}
#mobile_menu .mob_phone i{font-size: 20px; color: var(--color);}
#mobile_menu .mob_phone span{font-size: 18px; font-weight: 700; color: var(--color);}
.mob_bg { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}

/* 퀵메뉴 */
.quick { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 98; width: 190px; background: #fff; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.10), 0 1px 4px rgba(0,0,0,0.06); overflow: hidden; display: flex; flex-direction: column;}
.quick .quick_link { display: block; padding: 16px 20px; font-size: 15px; font-weight: 700; color: #222; border-bottom: 1px solid #f2f2f2; transition: 0.2s; position: relative; padding-left: 32px;}
.quick .quick_link::before { content: ''; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--color);}
.quick .quick_link:hover { background: #f8f9fb; color: var(--color);}
.quick a.quick_btn { display: block; margin: 12px 16px; padding: 11px 0; text-align: center; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; font-weight: 600; color: #444; transition: 0.2s;}
.quick a.quick_btn:hover { border-color: var(--color); color: var(--color); background: rgba(46,80,235,0.04);}
.quick a.quick_btn_point { background: var(--color); border-color: var(--color); color: #fff; font-weight: 700; box-shadow: 0 4px 12px rgba(0,78,115,0.25);}
.quick a.quick_btn_point:hover { background: #003a57; border-color: #003a57; color: #fff; box-shadow: 0 6px 16px rgba(0,78,115,0.35);}
.quick .quick_phone { padding: 16px; background: linear-gradient(135deg, #4a7cf7 0%, #2E50EB 100%); text-align: center; margin-top: 4px;}
.quick .quick_phone span { display: block; font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.75); margin-bottom: 6px; letter-spacing: 0.5px;}
.quick .quick_phone a { font-size: 20px; font-weight: 800; color: #fff; display: flex; align-items: center; justify-content: center; gap: 6px; letter-spacing: -0.5px;}
.quick .quick_phone a i { font-size: 18px; animation: quickPhoneRing 2s infinite;}
@keyframes quickPhoneRing {
	0%, 100% { transform: rotate(0); }
	10% { transform: rotate(-12deg); }
	20% { transform: rotate(12deg); }
	30% { transform: rotate(-8deg); }
	40% { transform: rotate(8deg); }
	50% { transform: rotate(0); }
}
@media screen and (max-width: 1024px){
	.quick { display: none; }
}

@media screen and (max-width: 1400px){
	#header .head_menu .main_menu .dept1 > a{font-size: 16px; padding: 32px 14px;}
	#header .hd_phone span{font-size: 24px;}
}
@media screen and (max-width: 1024px){
	#header { display: none; }
	.mobile_head{display: flex;}
	.mobile_nav{display: block;}
}



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

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

.pc2{display: block !important;}
.mob2{display: none !important;}

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



/* board warp */
.board_warp .latest_wrap{display: flex; justify-content: space-between;}
.latest_wrap .latest_top_wr{width: 48.5%;}
.latest_top_wr h2{font-size: var(--fs24); margin-bottom: 40px; font-weight: bold;}
.latest_top_wr h2 i{margin-right: 7px; font-weight: 300;}
.board_warp .main_btn{margin-top: 100px; display: flex; justify-content: space-between;}
.board_warp .main_btn a{width: 24%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 1px 3px rgba(0,0,0,0.2); padding: 40px 0px;}
.board_warp .main_btn a i{font-size: 5.0rem; width: 100px; height: 100px; background: #eee; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.board_warp .main_btn a span{font-size: var(--fs20);}
.board_warp .main_btn a:hover{-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
	@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media all and (max-width: 1300px){
	.pic_lt .lt_wrap .lt_text_top .lt_info{min-width: 80px; min-height: 80px;}
	.pic_lt .lt_wrap{padding: 12px;}
}
@media all and (max-width: 950px){
	.board_warp .latest_wrap{flex-direction: column;}
	.latest_wrap .latest_top_wr{width: 100%;}
	.latest_wrap .latest_top_wr:first-child{margin-bottom: 60px;}
}
@media all and (max-width: 768px){
	.board_warp .main_btn{flex-wrap: wrap; margin-top: 60px; gap:15px 0px;}
	.board_warp .main_btn a{width: 49%; padding: 25px 0px;}
}




/* sub_visual */
.sub_visual{width: 100%;height: 400px;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: 100px;}
.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: 250px; margin-top: 107px;}
	.sub_visual .sub_top_text{padding-top: 70px;}
}

/* lnb */
.lnb_wrap{position: relative;}
.lnb{background: #fff; 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: #fff;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: 16px;}
.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: var(--color); color: #fff;transition: 0.3s all;}
.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;}
}



/* 페이지 네비, 게시판 등 */
#bo_gall .is_notice{border-radius: 30px;}
.quick_banner{z-index: 99; right: 20px; bottom: 20px; position: fixed;animation: quickBounce .8s infinite alternate;}
@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);
	}
}

#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: 52px; 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; }

.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 0px; background-color: none !important; border: none !important; font-size: 12px; color: #333;}
.pg_current{border: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 0px; background: none; color: #333; font-size: 12px;}

@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
	:root{
		--fs40: 3.4rem;
		--fs32: 2.8rem;
		--fs28: 2.4rem;
	}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
	.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%;}
}

/* 리스트 */
@media all and (max-width: 850px) {
	.prdt_list .prdt_top th.psize, .prdt_list .prdt_table .psize{display: none;}
	.prdt_list .prdt_top th.pcolor, .prdt_list .prdt_table .pcolor{display: none;}
}

@media all and (max-width: 650px) {
	.prdt_list .prdt_top th.num{min-width: 60px;}
	.prdt_list .prdt_top th.pintro, .prdt_list .prdt_table .pintro{display: none;}
	.prdt_list .prdt_top th.pname{width: 100%;}
	.prdt_list .prdt_table .pname{text-align: center;}
}
