@charset "utf-8";
/*-------------------------------------------------
Author : SB,Kim
Create date : 2023. 04. 20.
-------------------------------------------------*/

/* =====================================================================  MOBILE */
.sub-service .sub-visual-inner {background-image: url(/img/m_corporation_bg.jpg);}
.sub-service .sub-visual-inner h3 {color:#688168;}
.sub-contact .sub-visual-inner {background-image: url(/img/m_prod2_bg.jpg);}
.sub-contact .sub-visual-inner h3 {color: #4a3d28;}
/* =====================================================  기업상조서비스 */
/* ============ 기업상조서비스 타이틀 */
.title-area p.cont.cor{line-height:1.2; margin-top:12px;}
/* ============ 기업장례서비스 도입효과 영역*/
#effect{padding:20px 4.533% 25px;}
/* ============= 기업상조 장례상품 === */
.product-wrap h3 {
    position: relative;
    margin-bottom: 33px;
    font-size: 2.3rem;
    text-align: center;
}
.product-wrap h3 .eng {
    display: block;
    margin: 0 -2rem 10px 0;
    font-size: 1.2rem; color:#15291b;
    letter-spacing: 2rem;
	font-weight:300;
}
.product-wrap h3:before,
.product-wrap h3:after {
    position: absolute;
    content: '';
    bottom: 10px; left: 0;
    width: 40px; height: 1px;
    background: #161616;
}
.product-wrap h3:after {left: auto; right: 0;}
.product-wrap .product-item:nth-child(n+2) {margin-top: 32px;}
.product-wrap .product-item .img-box {
    position: relative;
    height: 210px;
    background: url(/img/m_effect_1.jpg) no-repeat center/cover;
}
.product-wrap .product-item .img-box .cont-wrap {
    position: absolute;
    bottom: 0; left: 0;
    width: 85.33%; height: 58px;
    padding-top: 17px;
    background: #fff;
}
.product-wrap .product-item .img-box .cont-wrap .eng {
    display: block;
    margin-bottom: 7px;
    font-size: 1.2rem;
}
.product-wrap .product-item .img-box .cont-wrap .name {font-size: 1.8rem;}
.product-wrap .product-item .dsc-txt {
    margin: 12px 0;
    font-size: 1.5rem; color: #6e6e6e;
    line-height: 21px;
    white-space: pre-line;
}
.product-wrap .product-item.type2 .img-box {background-image: url(/img/m_effect_2.jpg);}
.product-wrap .product-item.type3 .img-box {background-image: url(/img/m_effect_3.jpg);}
.product-wrap .product-item.type4 .img-box {background-image: url(/img/m_effect_4.jpg);}
/* ============ 기업상조서비스 대상 */
.forwho .title-wrap h3{
	position: relative;
	margin-bottom: 23px;
    font-size: 2.3rem;
    text-align: center;
}
.forwho .title-wrap h3 .eng {
    display: block;
    margin: 0 -2rem 10px 0;
    font-size: 1.2rem; color:#15291b;
    letter-spacing: 2rem;
	font-weight:300;
}
.forwho .title-wrap h3:before,
.forwho .title-wrap h3:after {
    position: absolute;
    content: '';
    bottom: 10px; left: 0;
    width: 40px; height: 1px;
    background: #161616;
}
.forwho .title-wrap h3:after {left: auto; right: 0;}
.forwho .title-wrap p{
	font-size:1.6rem;
	text-align:center;
	white-space:pre-line;
}
/* ============ 기업상조서비스 절차 */
.step{margin-top:50px;}
.step .title-wrap h3{
	position: relative;
	margin-bottom: 23px;
    font-size: 2.3rem;
    text-align: center;
}
.step .title-wrap h3 .eng {
    display: block;
    margin: 0 -2rem 10px 0;
    font-size: 1.2rem; color:#15291b;
    letter-spacing: 2rem;
	font-weight:300;
}
.step .title-wrap h3:before,
.step .title-wrap h3:after {
    position: absolute;
    content: '';
    bottom: 10px; left: 0;
    width: 40px; height: 1px;
    background: #161616;
}
.step .title-wrap h3:after {left: auto; right: 0;}
.step .order-wrap li {
    position: relative;
    height: 146px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.step .order-wrap li:nth-child(n+2) {margin-top: 16px;}
.step .order-wrap li:nth-child(2n) {background: #f5f5f5;}
.step .order-wrap li .flex-wrap {
    position: absolute;
    width: 100%;
    top: 50%; left: 0; transform: translateY(-50%);
}
.step .order-wrap li p.headline {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 24px;
    white-space: pre-line;
}
.step .order-wrap li p.main-txt {
    font-size: 1.6rem; color: #6a6a6a;
    line-height: 20px;
    white-space: pre-line;
}
/* =====================================================  단체장례서비스  */
.step.group .order-wrap li{height:100px;}
/* =====================================================================  PC */
@media screen and (min-width:1084px){
    .sub-service .sub-visual-inner {background-image: url(/img/comservice_bg.jpg);}
	.sub-contact .sub-visual-inner {background-image: url(/img/m_prod2_bg.jpg);}
	/* =====================================================  기업상조서비스 */
	/* ============ 기업상조서비스 타이틀 */
	.title-area p.cont.cor{
		white-space:pre-line; 
		font-size:1.7rem;
	}
	/* ============ 기업장례서비스 도입효과 영역*/
    .product-wrap {padding: 20px 0 70px;}
    .product-wrap h3 {
        width: 706px;
        margin: 0 auto 57px;
        font-size: 3.2rem;
    }
    .product-wrap h3 .eng {
        margin-bottom: 17px;
        font-size: 1.4rem;
    }
    .product-wrap h3:before,
    .product-wrap h3:after {
        bottom: 15px;
        width: 140px;
    }
    .product-wrap .product-items {
        max-width: 1390px;
        min-width: 1200px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }    
    .product-wrap .product-item:nth-child(n+2) {margin: 0;}
    .product-wrap .product-item {width: 22.32%;}
    .product-wrap .product-item .img-box {
        height: 420px;
        background-image: url(/img/effect_1.jpg);
    }
    .product-wrap .product-item .img-box .cont-wrap {
        width: 250px; height: 76px;
        padding-top: 21px;
    }
    .product-wrap .product-item .img-box .cont-wrap .eng {
        margin-bottom: 13px;
        font-size: 1.6rem;
    }
    .product-wrap .product-item .img-box .cont-wrap .name {font-size: 2.4rem;}
    .product-wrap .product-item .dsc-txt {
        margin: 26px 0 42px;
        font-size: 1.6rem;
        line-height: 24px;
    }
    .product-wrap .product-item .dsc-txt + a {
        position: relative;
        font-size: 1.5rem;
        z-index: 2;
    }
    .product-wrap .product-item .dsc-txt + a:before {
        position: relative;
        margin-right: 20px;
        z-index: -1;
    }
    .product-wrap .product-item .dsc-txt + a:after {
        position: absolute;
        content: '';
        width: 46px; height: 1px;
        top: 11px; left: 0;
        background: #fff;
        transform: translateX(-100%);
        z-index: -1;
    }
    .product-wrap .product-item .dsc-txt + a:hover:after {
        transform: translateX(100%);
        transition: .7s;
    }
    .product-wrap .product-item.type2 .img-box {background-image: url(/img/effect_2.jpg);}
	.product-wrap .product-item.type3 .img-box {background-image: url(/img/effect_3.jpg);}
	.product-wrap .product-item.type4 .img-box {background-image: url(/img/effect_4.jpg);}
	/* ============ 기업상조서비스 대상 */
	.forwho .title-wrap h3{
		width: 706px;
        margin: 0 auto 57px;
        font-size: 3.2rem;
	}
	.forwho .title-wrap h3 .eng {
		display: block;
		margin: 0 -2rem 10px 0;
		font-size: 1.2rem; color:#15291b;
		letter-spacing: 2rem;
		font-weight:300;
	}
	.forwho .title-wrap h3 .eng {
        margin-bottom: 17px;
        font-size: 1.4rem;
    }
    .forwho .title-wrap h3:before,
    .forwho .title-wrap h3:after {
        bottom: 15px;
        width: 140px;
    }
	.forwho .title-wrap p{
		font-size:1.8rem;
		line-height:1.2;
	}
	/* ============ 기업상조서비스 절차 */
	.step{margin-top:100px;}
	.step .title-wrap h3{
		width: 706px;
        margin: 0 auto 57px;
        font-size: 3.2rem;
	}
	.step .title-wrap h3 .eng {
		display: block;
		margin: 0 -2rem 10px 0;
		font-size: 1.2rem; color:#15291b;
		letter-spacing: 2rem;
		font-weight:300;
	}
	.step .title-wrap h3 .eng {
        margin-bottom: 17px;
        font-size: 1.4rem;
    }
    .step .title-wrap h3:before,
    .step .title-wrap h3:after {
        bottom: 15px;
        width: 140px;
    }
	.step .order-wrap li {
        position: relative;
        float: left;
        width: 280px; height: 160px;
    }
    .step .order-wrap li:after {
        position: absolute;
        content: '';
        top: 50%; right: -16px; transform: translateY(-50%);
        width: 9px; height: 15px;
        background: url(/img/icon_arrow.png) no-repeat center/contain;
    }
	.step .order-wrap li.last:after{display:none;}
    .step .order-wrap li:nth-child(4n):after, .pcdInner .order-wrap li:last-child:after {display: none;}
    .step .procedure-day2 .order-wrap li {background: #fff;}
    .step .procedure-day2 .order-wrap li:nth-child(2n-1) {background: #f8f8f8;}
    .step .order-wrap li:nth-child(n+2) {margin: 0 0 0 21px;}
    .step .order-wrap li:nth-child(n+5) {margin-top: 21px;}
    .step .order-wrap li:nth-child(5) {clear: both; margin-left: 0;}
    .step .order-wrap li p.headline {margin-bottom: 12px;}
    .step .order-wrap li p.main-txt {font-weight: 300;}

	/* =====================================================  단체장례서비스  */
	.forwho.group{padding-top:40px;}
	.forwho.group .title-wrap p{line-height:1.3;}
	.step.group{margin-top:83px;}
	.step.group .order-wrap li{height:100px;}
	.step.group .order-wrap li p.headline{margin-bottom:-5px;}
}