@charset "utf-8";

/*-------------------------------------------------------
** 
** Default 
** 
--------------------------------------------------------*/
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');

body,button,dd,dl,dt,fieldset,form,hr,input,legend,li,ol,p,select,table,td,textarea,th,ul{
	font-family: 'Open Sans','Noto Sans KR',sans-serif;
	font-size: 15px;
	font-weight:400;
	letter-spacing: -1px;
	color:#7e8082;	
}
h1,h2,h3,h4,h5 {font-weight: 700;color: #333;}
dl, ul, ol, li {list-style: none;}
a:hover {text-decoration: none; -webkit-transition: all 0.3s; -o-transition: all 0.3s;    transition: all 0.3s;    -moz-transition: all 0.3s; -ms-transition: all 0.3s;}
a {text-decoration: none;}
a[href^="tel:"]
{
text-decoration:none;
outline:0;
}
button {cursor:pointer}

* {box-sizing: border-box;}
/*-------------------------------------------------------
** 
** header 
** 
--------------------------------------------------------*/
#kun-container {overflow-x: hidden;background-color: #fff;}

.kun-header {
	position: fixed;left: 0;top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 101;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.kun-header .site-logo{width:80%}
.space-adjust{}

.bsnav-brand-center .navbar-brand, .bsnav-brand-center-between .navbar-brand {top:auto;margin: 0 auto;text-align: center;transition: all 0.4s ease;}
.navbar-collapse>.navbar-nav>.nav-item>.nav-link {padding: 0;line-height: 80px; -webkit-transition: all .3s;transition: all .3s;}
.navbar-collapse>.navbar-nav>.nav-item>.nav-link span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.kun-sticky{--bs-bg-opacity: 1;background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);transition: all 0.4s ease;}
.kun-header.kun-sticky .navbar-collapse>.navbar-nav>.nav-item>.nav-link {line-height: 60px;}

.nav-item.dropdown>.navbar-nav {padding: 10px 0;}
.nav-item.dropdown>.navbar-nav .nav-item .nav-link {padding: 0 20px;line-height: 40px;}
.navbar-nav .nav-item:hover>.nav-link {}
.bsnav-mobile {z-index: 102;}
.bsnav-mobile>.navbar {padding-top: 60px; width: 300px;	justify-content: normal;}
.bsnav-mobile>.navbar>.navbar-nav {padding: 0;}
.bsnav-mobile .navbar-nav {padding: 0;}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav {margin: 0;background: #f7f7f7;}
.bsnav-mobile .navbar-nav .nav-item .nav-link {	display: block;padding: 0 40px;line-height: 40px;border-top: 1px solid #f5f5f5;}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {padding-left: 50px;}
.bsnav-mobile.in .bsnav-mobile-overlay {background-color: rgba(0,0,0,0.3);}
.navbar-toggler {width: 20px;height: 20px;}
.navbar-toggler .navbar-toggler-icon, 
.navbar-toggler .navbar-toggler-icon::after, 
.navbar-toggler .navbar-toggler-icon::before {height: 2px;}
.navbar-toggler.toggler-spring .navbar-toggler-icon::before {top: 7px;}
.navbar-toggler.toggler-spring .navbar-toggler-icon::after {top: 14px;}
.nav-item .caret {position:absolute;top:75%;left:50%;transform:translate(-75%, -50%);}
.bsnav-mobile .nav-item .caret {position:absolute;top:50%;left:unset;right:25px;transform:none;}
.navbar-nav-tel{position: absolute;right: 0;}

/*-------------------------------------------------------
** 
** Section 
** 
--------------------------------------------------------*/
.kun-promotion,
.sub-top {
	margin-top: 60px;
}
.kso-promotion {position: relative;}
#section-icon [class*='col-'] {position: relative;}
#section-icon [class*='col-']:first-child:after {display: none;}
#section-icon .block {display: table;padding-right: 15px;padding-left: 15px;}
#section-icon .block i,
#section-icon .block>div {display: table-cell;vertical-align: top;}
#section-icon .block>div {font-size: 0.8rem;}
#section-icon .block i {padding-right: 1rem;padding-top: 1rem;}


/*section-parallax*/
.sub-top,
#section-parallax {position: relative;background-color: #fff;background-position: center;	background-attachment: fixed;}
#section-parallax:before {
	content: '';display: block;
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;
}

#section-service figure {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
#section-service figcaption {
	padding: 1.5rem;
	min-height: 138px;
	background-color: #fff;
}



/*section-footer*/
#section-footer h5 {
	position: relative;
	padding-bottom: 20px;margin-bottom: 20px;
}
#section-footer h5:before {
	content: '';display: block;
	position: absolute;left: 0;bottom: 0;
	width: 30px;height: 1px;
	border-bottom: 1px solid #888;
}

/*-------------------------------------------------------
** 
** ETC 
** 
--------------------------------------------------------*/
.bg-gray {background-color: #f8f8f8;}
.btn-kun {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 25px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
}
.btn-kun:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

#topcontrol {	
    width: 46px;
    line-height: 46px;text-align: center;
	color: #333;
	background-color: #eee;
}

.sub_lnb {display: flex; justify-content: center; align-items: center;}
.lnb_box {position: relative;padding:0; transition: 0.5s;}
.lnb_box .owl-stage{width:2500px !important;}
.lnb_box .item {position: relative;padding:1.5vh 3.5vh;background:#f2f2f2;border-radius:42px;text-align:center;}
.lnb_box .item  a {color:#444;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.lnb_box .it-on {background:#111;}
.lnb_box .it-on a {color:#fff;font-weight:700;}

/* XE */
#kun-container .x input[type=color], 
#kun-container .x input[type=date], 
#kun-container .x input[type=datetime-local], 
#kun-container .x input[type=datetime], 
#kun-container .x input[type=email], 
#kun-container .x input[type=month], 
#kun-container .x input[type=number], 
#kun-container .x input[type=password], 
#kun-container .x input[type=search], 
#kun-container .x input[type=tel], 
#kun-container .x input[type=text], 
#kun-container .x input[type=time], 
#kun-container .x input[type=url], 
#kun-container .x input[type=week],
#kun-container .x .x_input-append a.x_add-on, 
#kun-container .x .x_input-prepend a.x_add-on {height: auto;line-height: inherit;}
#kun-container .x .x_input-append a.x_add-on, 
#kun-container .x .x_input-prepend a.x_add-on {width: 30px;}
.xe-widget-wrapper {overflow:unset;}
.funeral-goods .card-body .number{}
.funeral-goods .card-body h5{font-size:1.3em;color: #FF5722;word-break:keep-all;}
.funeral-goods .card-body p{word-break: keep-all;}

.ipsType_right {
  text-align: right;
}
.ipsType_center {
  text-align: center;
}
.cInnerContent {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.ipsSpacer_bottom_double {
  margin-bottom: 30px;
}
.ipsGrid {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ipsGrid::before, .ipsGrid::after {
  display: table;
  content: "";
  line-height: 0;
}
.ipsGrid > [class*="ipsGrid_span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.ipsGrid > .ipsGrid_span5 {
  width: 40.42553191489362%;
}
.ipsGrid > .ipsGrid_span7 {
  width: 57.44680851063829%;
}
.ipsGrid > [class*="ipsGrid_span"] {
  float: left;
  margin-left: 2%;
}
.ipsGrid > [class*="ipsGrid_span"]:first-child {
  margin-left: 0;
}
.feature {
  display: flex;
  align-items: center;
}
.card {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px #CCCCCC;
/*   transition: 0.3s; */
}
.featured-image-container .card {
  padding: 10px;
  height: 0;
  padding-bottom: calc(100% - 10px);
}
h2.heading_large {
  font-size: 1.8em;
}
.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.center-img-area{position:relative;display:flex;overflow:hidden;width:100%}
.center-img {position:relative;transition: all ease .5s;width:calc(100% - (75% - 720px));}
.center-img img {height:100%;width:100%;}
.center-img-overlay {position:absolute;background:#fff;bottom:0;left:0;right:0;top:0;opacity:1!important;}
.center-img-txt {position:absolute;right:0;text-align:right;top:50%;z-index: 30;}
.center-img-txt h5{font-size: clamp(5rem, 10vw, 12rem);color: rgb(221 221 221 / 70%);bottom: 1rem;white-space: nowrap;font-weight: 700;letter-spacing: -10px;font-family: sans-serif;}
.section-tree{
position:relative;overflow:hidden;width:100%}
}
.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #2696e9;
}

.section-overlay {
   --clip:0%;
  clip-path: circle(0%);
}
.slide-txt-content {
  font-size: clamp(2rem, 2.5vw, 3rem);
  white-space: nowrap;
  padding: 100px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.slide-txt-content > span {
  position: absolute;
  display: inline-block;
  clip: rect(0px, 0px, 300px, 0px);
  color: #575757;
}

.slide-txt-panel {
  position: relative;
  color:#4F7403;
}
.slide-txt-panel > .v-bar {
  position: absolute;
  width: 0px;
  height:10px;
  background:#4F7403;
  display: inline-block;
  top: 0px;
  left: -20px;
  transform: translate(-100%, 450%);
}
.slide-txt-panel > .slide-txt {
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute;
  transition: width 1s ease;
  clip: rect(0px, 0px, 300px, 0px);
}


.tree-widget {width:100%;padding: 0;z-index:100;}
.tree-widget:after { content:""; display:block; clear:both;}
.tree-widget ul {display: flex;position: relative;padding: 0; flex-wrap: wrap;}
.tree-widget li {float:left;overflow:hidden;position:relative;width:calc(100% / 4);height:80vh;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;box-sizing:border-box; background:#fff; }
.tree-widget li .summary {position:absolute; width:100%; height:100%;z-index:10; padding:20% 10%;transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.tree-widget li .summary:after{ content:""; display:block; clear:both;}
.tree-widget li .summary .tree-box {position:relative;width:100%;height: 100%;}
.tree-widget li .summary .tree-box p.title {color:#333;font-size:clamp(1.3rem, 2.5vw, 2rem);font-weight:700;line-height:1.1em;}
.tree-widget li .summary .tree-box span.txt {;display:block;width:100%;font-size:1em;line-height:1.3em;}
.tree-widget li .summary .tree-box a {display:inline-block;padding: 4px 9px;font-size:0.9em;text-decoration:none;background:rgba(0,0,0,0);border:1px solid #666;margin:20px 0;transition: 0.5s all ease}
.tree-widget li .summary .price-box {margin-top:90%;font-size:1.3em;transition: 0.5s all ease}
.tree-widget li .summary .price-box h2 {font-size:clamp(1rem, 2.5vw, 1.3rem);margin:0;}
.tree-widget li .summary .price-box em {display: inline-block;vertical-align: middle;margin: -5px 10px 0 0;font-size: 16px;font-style: normal;}
.tree-widget li .summary .price-box span.label-price{display:-webkit-inline-box;font-size:1.3em;font-family:sans-serif;font-weight:700;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.tree-widget li:hover .summary,.tree-widget li.on .summary {position:absolute;width:100%;height:100%;top:0;background:#ffc107;}
.tree-widget li:hover .summary p.title,.tree-widget li.on .summary .tree-box p.title {display:block;color:#fff;}
.tree-widget li:hover .summary span.txt,.tree-widget li.on .summary .tree-box span.txt {color:#fff;}
.tree-widget li:hover .summary a,.tree-widget li.on .summary .tree-box a{color:#fff;border:1px solid #fff;}
.tree-widget li:hover .summary a:hover,.tree-widget li.on .summary a:hover{color:#000;background:#fff;border:1px solid #fff;}
.tree-widget li.on .summary .rating, .tree-widget li.on .summary table.special_tbl{display:none;}
.tree-widget li:hover .summary .rating, .tree-widget li:hover .summary table.special_tbl{display:none;}
.tree-widget li:nth-child(1).on .summary {background:url('./layouts/xe_hwan/img/main_tree.jpg')no-repeat 50% 0;background-size:cover;margin-left:0px;}
.tree-widget li:nth-child(2).on .summary {background:url('./layouts/xe_hwan/img/main_tree02.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:nth-child(3).on .summary {background:url('./layouts/xe_hwan/img/main_tree03.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:nth-child(4).on .summary {background:url('./layouts/xe_hwan/img/main_tree04.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:nth-child(1):hover .summary,.tree-widget li.on .summary {background:url('./layouts/xe_hwan/img/main_tree.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:nth-child(2):hover .summary,.tree-widget li.on .summary {background:url('./layouts/xe_hwan/img/main_tree02.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:nth-child(3):hover .summary,.tree-widget li.on .summary {background:url('./layouts/xe_hwan/img/main_tree03.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:nth-child(4):hover .summary,.tree-widget li.on .summary {background:url('./layouts/xe_hwan/img/main_tree04.jpg')no-repeat 50% 0;background-size:cover;}
.tree-widget li:hover .summary .price-box h2 {color:#fff;}
.tree-widget li:hover .summary .price-box em {color:#fff;}
.tree-widget li:hover .summary .price-box span.label-price{color:#fff;}

.tbl_scroll_wrap { width:100%;overflow-x:auto;white-space:nowrap;}
.tbl_scroll_wrap::-webkit-scrollbar {-webkit-appearance:none;}
.tbl_scroll_wrap::-webkit-scrollbar:vertical {width:12px;} 
.tbl_scroll_wrap::-webkit-scrollbar:horizontal { height: 8px; } 
.tbl_scroll_wrap::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #fff; } 
.tbl_scroll_wrap::-webkit-scrollbar-track { border-radius: 10px; background-color:#fff; }
.tbl_scroll_wrap table.busi_tbl{ width:100%;min-width:700px; border-collapse:collapse; border-spacing:0; border-top:2px solid #494949;  border-right:0px solid #ddd; margin:0 auto; }
.tbl_scroll_wrap table.busi_tbl tbody th{ font-size:1em; color:#333; padding:10px 15px; border-bottom:1px solid #ddd;border-right: 1px solid #ddd;background-color:#f8f8f8; text-align:center;}
.tbl_scroll_wrap table.busi_tbl tbody th:last-child {border-left: 1px solid #fff;}
.tbl_scroll_wrap table.busi_tbl tbody td{ font-size:0.9em; color:#333; padding:10px 5px 10px 15px; border-bottom:1px solid #ddd;border-left: 1px solid #ddd;}
.tbl_scroll_wrap table.busi_tbl tbody td.on-td {border-left:#7f6000 4px solid;border-right:#7f6000 4px solid;background-color:rgb(127 96 0 / 20%);}
.table_wrap{border-top:1px solid #262626;}
.table_wrap caption {display: none;}
.table_wrap table	{width: 100%;}
.table_wrap table th,
.table_wrap table td	{font-size:13px; vertical-align:middle}
.table_wrap table thead tr th	{padding:9px 10px 8px 10px; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background-color:#f8f9f9; color:#333; font-size:13px; font-weight:normal; text-align:center;}
.table_wrap table thead tr th:first-child	{border-left:0}

.table_wrap table tbody tr th	{padding:9px 10px 9px 10px; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background-color:#f8f9f9;color:#333;font-size:13px;font-weight:normal;text-align:center;}
.table_wrap table tbody tr th:first-child	{border-left:0}
.table_wrap table tbody tr th.al_top	{vertical-align:top; padding-top:17px}
.table_wrap table tbody tr td	{padding:9px 5px 8px 5px; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; color:#333;line-height: 24px;padding-left:20px}
.table_wrap table tbody tr td:first-child	{border-left:0}
.table_wrap table tbody tr td img	{vertical-align:middle}

.table_wrap table tfoot tr th{padding:9px 10px 8px 10px; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background-color:#f8f9f9; color:#333; font-size:13px; font-weight:normal; text-align:center;}
.table_wrap table tfoot tr th:first-child	{border-left:0}
.table_wrap table tfoot tr td{padding:9px 14px 8px 14px; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; color:#333;}
.scroll-down {position: absolute;bottom:3.5rem;left: 50%;transform: translateX(-50%);display: flex;flex-direction: column;align-items: center;z-index: 100;}
.scroll {width: 1.5rem;height: 3.5rem;border: 2px solid white;border-radius: 2rem;display: flex;justify-content: center;align-items: center;}
.scroll span {width: 0.5rem;height: 0.5rem;border-radius: 50%;background: white;display: block;animation: cursor 1.15s linear infinite;}
.arrow-down {width: 0.8rem;height: 0.8rem;border: 2px solid transparent;border-right-color: white;border-bottom-color: white;transform: rotate(45deg);margin-top: 0.3rem;animation: arrow 1.15s linear infinite;}
.
.cnb_n_list { margin: 5vh 0;}
.bd_zine.card h3 {text-align: center;}
.bd .card {border: 0;}
#pageFo .btnArea {display: block !important;}
/*-------------------------------------------------------
** 
** mediaQuery 
** 
--------------------------------------------------------*/
@keyframes slidein {
  from {margin-left:100%;}
  to {margin-left:0%;}
}

@-webkit-keyframes zoom {
  from {-webkit-transform: scale(1, 1);}
  to { -webkit-transform: scale(1.3, 1.3);}
}

@keyframes zoom {
  from {transform: scale(1, 1);}
  to {transform: scale(1.3, 1.3);}
}

@-webkit-keyframes section-title-run {
    0% {left:0;} 50% {left:145px;} 100% {left:0;}
}
@-webkit-keyframes section-title-run-center {
    0% {left:50%;margin-left:-75px;} 50% {left:50%;margin-left:45px;} 100% {left:50%;margin-left:-75px;}
}
@-webkit-keyframes section-title-run-sm {
    0% {left:0;} 50% {left:85px;} 100% {left:0;}
}
@keyframes cursor {
  0% {opacity: 0;transform: translateY(-1rem);} 100% {opacity: 1;transform: translateY(1rem);}
}
@keyframes arrow {
  0% {opacity: 0;}  25% {opacity: 0.25;}  50% {opacity: 0.5;}  75% {opacity: 0.75;}  100% {opacity: 1;}
}
/* xl */
@media (max-width:1400px) {

}
/* xxl */
@media (max-width:1200px) {

}
/* lg */
@media (max-width:992px) {

	.kun-promotion,
	.sub-top {margin-top: 80px;}
	#section-icon [class*='col-']:after {content: '';display: block;position: absolute;left: 0;top: 0;	width: 1px;height: 100%;background-color: rgba(255,255,255,0.5);}
	.tree-widget li {width:50%; height:50vh;}
	.tree-widget li .summary .tree-box span.txt br{display: none;} 
	.tree-widget li .summary .price-box {margin-top: 50%;}

}
/* md */
@media (max-width:768px) {
	.center-img-txt h5 {letter-spacing: -5px;}
}
/* sm */
@media (max-width:576px) {
	.tree-widget li .summary .tree-box span.txt {font-size:0.8em}
}





