@charset "utf-8";
/* *******************************************************
 * filename : content.css
 * description : 서브페이지 컨텐츠 CSS
 * date : 2022-03-14
******************************************************** */

/* ******************  서브공통 ********************** */
/* -------- 공통 스크롤바  -------- */
.custom-scrollbar-cover,
.cm-scroll-drag-guide{display:none;}

/* -------- 공통 :: 탭 -------- */
/* Tab 공통 스타일 */
.sub-tab-wrapper-style{position:relative; height:70px; margin-bottom:10rem; margin-top: 5rem;}
.sub-tab-list-style {display: flex;
    justify-content: center;}
.sub-tab-list-style ul{display:inline-block; height:100%; table-layout:fixed; background: #f4f5f6; padding: 1rem; border-radius:35px;}
.sub-tab-list-style ul:after{display:none}
.sub-tab-list-style ul li{/* float:left; */ display:table-cell; vertical-align:middle; position:relative; width:33rem; border-left:0; max-width: 33rem; border-radius: 25px;}
/* .sub-tab-list-style ul li:first-child{border-left:1px solid #e5e5e5;} */
.sub-tab-list-style ul li a{display:flex; justify-content: center; align-items: center; height:5rem; width:100%; }
.sub-tab-list-style ul li a em{display:table-cell; vertical-align:middle; color:#969696; font-size:1.8rem; font-weight: 600; letter-spacing:-0.30px; text-align:center;}
.sub-tab-list-style ul li.selected{z-index:1; background-color:#fff; -webkit-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);}
.sub-tab-list-style ul li.selected a em{color:#222222; }
/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed{position:fixed; top:70px; left:0; width:100%; height:60px;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}

@media all and (min-width:1025px){
	/* Tab Fixed Background */
	.sub-tab-list-style:before{position:absolute; top:0px; bottom:0px; left:50%; width:0; content:""; background-color:#fff; border-bottom:1px solid #e5e5e5; transition:all 0.5s}
	.sub-tab-list-style.top-fixed:before{width:100%; margin-left:-50%}
}

/* ******************   ********************** */
/* 공통 */
#visual{position:relative; width:100%; height:var(--sub-visual-height); margin: 0 var(--area-padding); width: calc(100% - (var(--area-padding) * 2));}
#visual .visual-img-con{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:var(--sub-visual-height);
	overflow:hidden; 
	border-radius:20px;
}
#visual .visual-img-inner{
	width:100%; 
	height:100%; 
	background-size:cover !important; 
	/* transform: scale(1.1,1.1); 
	transition:transform 5s linear; */
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; letter-spacing:-0.5px; color:#fff;  box-sizing: border-box; padding: 0 5rem;}
#visual .visual-txt-container{position:relative; width:100%; text-align: left;}
#visual .visual-tit,
#visual .visual-sub-txt,
#visual .location{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom2);
	transition-property: transform, opacity;
}
#visual .visual-tit{
	position: relative;
	display:inline-block;
	font-weight:700; 
	font-size:5rem;
	color: #222;
	line-height:1.3;
	transition-delay:0.3s;
}
#visual .visual-tit:after {display: block; content:""; position:absolute; right: 5.4rem; top: 1rem; width: 1rem; height: 1rem; border-radius:100%; background:#4260ee;}
#visual.intro .visual-tit:after {background: #df3c85;}
#visual .visual-sub-txt{
	font-size:16px; 
	font-weight:300; 
	padding-top:30px;
	transition-delay:0.5s;
}
#visual .location{
	transition-delay:0.5s;
}

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-inner{
	transform: scale(1.0,1.0) rotate(0.002deg);
}
#visual.active .visual-tit,
#visual.active .visual-sub-txt,
#visual.active .location{
	opacity:1.0;
    transform: translateY(0px);
}

/* @media all and (max-width:1880px){
	#visual {margin: 0 var(--area-padding); width: calc(100% - (var(--area-padding) * 2));}
} */



/* SUB LAYOUT :: 위치정보(location) */
.location{overflow:hidden; padding-top:18px;}
.location li{display:inline-block; vertical-align:middle; color:#a7a7a7; color:rgba(108, 108, 108, 0.63); font-size:1.48rem; letter-spacing:-0.5px;}
.location li a{color:inherit;}
.location li i{font-size:1.48rem; margin-top:-2px;}
.location li:before{font-family: 'xeicon'; display:inline-block; content: "\e93f"; position:relative; top:-1px; vertical-align:middle; margin:0px 10px 0 8px; color:#222; font-size:12px; opacity:0.5;}
.location li:first-child:before{display:none;}
.location li:last-child{color:#333;}

.cm-con-tit-box {text-align:center;}
.cm-con-tit {display:inline-block; position: relative; font-size:5rem; letter-spacing:-0.02em; color: #222; font-weight: 700; line-height:1.1; text-align: center;}
.cm-con-tit:after {display: block; content:""; position:absolute; top: -0.5rem;
    right: -2rem; width: 1rem; height: 1rem; border-radius:100%; background: #df3c85;}
#content {padding-top: 14.5rem;}

@media all and (max-width:800px){
	#visual .visual-txt-con {padding: 0 2.5rem;}
	#visual .visual-tit {font-size:3rem; line-height:1.2;}
	#visual .visual-tit:after {right: 3rem; top: 0.5rem; width: 0.7rem; height: 0.7rem;}
	.location li {font-size:1.4rem;}
	.cm-con-tit {font-size:4.2rem;}
	#content {padding-top: 10rem;}
}

/* 태양광발전소종합보험 소개 */
.energy-page {padding-bottom:15rem;}
.intro-tit {font-size:5rem; letter-spacing:-0.02em; color: #000; font-weight: 700; line-height:1.24;}
.intro-tit span {color: #df3c85;}
.intro-txt {font-size:1.8rem; letter-spacing:-0.02em; color: #666; line-height:1.556; margin-top: 2.6rem;}
.intro-txt span {font-weight: 700;}
.energy-intro-con.flex {display:flex;}
.energy-intro-con.intro {background: url(/images/content/intro_bg.png) no-repeat; background-position: 50% 50%;
    background-size: 100%; padding: 26.9rem 0 23.3rem; text-align: center; margin-bottom: 9.5rem;}
.deco-img {display: none;}
.energy-tit-box {width: 28.572%;}
.energy-tit-box .tit {font-size:4rem; letter-spacing:-0.02em; color: #222; font-weight: 700; line-height:1.4;}
.energy-tit-box .en-tit {display:inline-block; margin-top: 1.6rem; font-size:1.8rem; letter-spacing:-0.02em; color: #999; font-weight: 600; line-height:1.2;}
.energy-tit-box .ico-box {margin-top: 4.5rem;}
.energy-tit-box .ico-box img {max-width: 100%;}
.energy-page .contents-box {width: calc(100% - 28.572%);}
.coverage-list > li {display:flex; background: #f4f5f6; border-radius:20px; padding: 5rem; margin-top: 2rem; overflow:hidden;}
.coverage-list > li:first-of-type {margin-top: 0;}
.coverage-list .inner-list {display:flex;}
.coverage-list .inner-list li {background: #fff; width: calc((100% - 1.5rem) / 2); height: 20rem; box-sizing:border-box; margin-right: 1.5rem; padding: 3.5rem 4rem; border-radius:10px;}
.coverage-list .inner-list li:last-of-type {margin-right: 0;}
.coverage-list .inner-list li.w100 {width: 100%;}
.coverage-list .inner-list li.w100 .txt {margin-top: 0; position: relative; padding-left: 1.3rem;}
.coverage-list .inner-list li.w100 .txt:first-of-type {margin-top: 1.7rem;}
.coverage-list .inner-list li.w100 .txt:before {display: block; content:""; position:absolute; width: 0.3rem; height: 0.3rem; border-radius:100%; background: #666; left: 0; top: 1.2rem;}
.coverage-list .inner-list strong {font-size:2rem; letter-spacing:-0.02em; color: #222; font-weight: 700;}
.coverage-list .inner-list .txt {font-size:1.6rem; letter-spacing:-0.04em; color: #666; line-height:1.5; margin-top: 1.8rem;}
.coverage-list .tit-box {width: 30.5rem; position: relative;}
.coverage-list .tit-box:before {
	    display: block;
    content: "01";
    position: absolute;
   letter-spacing:-0.04em;
    left: -12rem;
    bottom: -11rem;
    font-size: 30rem;
    color: rgba(0, 0, 80, 0.03);
    font-weight: 700;
    font-style: italic;
    z-index: 1;
}
.coverage-list li:nth-of-type(2) .tit-box:before {content:"02";}
.coverage-list li:nth-of-type(3) .tit-box:before {content:"03";}
.coverage-list .tit-box p {display:inline-block; position: relative; font-size:2.4rem; letter-spacing:-0.02em; color: #222; font-weight: 700;}
.coverage-list .tit-box .dot {display: block; width: 0.6rem; height: 0.6rem; border-radius:100%; background: #df3c85; position:absolute; right: -1rem;
top: -0.5rem;}
.coverage-list .txt-box {width: calc(100% - 30.5rem);}
.essential-txt {text-align:right; font-size:1.4rem; letter-spacing:-0.02em;color: #666; margin-bottom: 1.5rem;} 
.essential-txt p {display:inline-block; position: relative; }
.essential-txt p:before {display: block; content:""; position:absolute; left: -1rem;
top: -0.2rem; width: 0.47rem; height: 0.47rem; border-radius:100%; background:#df3c85; }
.energy-bottom-con .energy-intro-con:last-of-type {margin-top: 10rem;}
.energy-page .contents-box.benefit {background: #f4f5f6; border-radius:20px; padding: 5rem; box-sizing:border-box;}
.benefits-list {display:flex; flex-wrap:wrap; margin-top: -1.5rem;}
.benefits-list li {background: #fff; margin-right: 1.5rem; width: calc((100% - 3rem) / 3); border-radius:10px; margin-top: 1.5rem; display:flex; flex-direction: column;
justify-content: space-between; padding: 4rem 0 0 4rem; min-height: 36rem; max-height:36rem;
box-sizing: border-box; position: relative;}
.benefits-list li:nth-of-type(3n) {margin-right: 0;}
.benefits-list .ico-box {text-align:right; width: 15rem; margin: 0 0 0 auto; position: absolute;
    right: 0;
    bottom: 0;/* top: 2.8rem; right: -6rem; */}
/* .benefits-list li:nth-of-type(3) .ico-box {right: -5rem; top: 5.5rem;}
.benefits-list li:nth-of-type(4) .ico-box {right: -5rem;}
.benefits-list li:nth-of-type(5) .ico-box {right: -4.6rem; top: 5.3rem;} */
.benefits-list .ico-box span {display: block; position: relative; width: 100%; height: 0; padding-top: 113.53%;}
.benefits-list .ico-box img {top: initial;}
.benefits-tit {font-size:2rem; letter-spacing:-0.02em; font-weight: 700; line-height:1.2; color: #222;}
.benefits-txt {font-size:1.6rem; letter-spacing:-0.04em; line-height:1.5; color: #666; margin-top: 1.7rem;}

@media all and (max-width:1280px){
	.coverage-list .tit-box {width: 17rem;}
	.coverage-list .txt-box {width: calc(100% - 17rem);}
	.coverage-list .tit-box:before {left: -11rem;
    bottom: -9rem;
    font-size: 20rem;}

    .energy-intro-con.intro {position: relative; background: none; /*  background-position: 50% 8%; */}
    .intro-txt {background: #fff; padding-top: 2.6rem; margin-top: 0;}
    .deco-img {display: block; 
    margin: 0 auto;
    }
    .deco-img:nth-of-type(1) {width: 12.1rem; position: relative;
    top: 7rem;
    left: -5rem;}
    .deco-img:nth-of-type(2) {width: 13rem;
    left: 0;
    position: absolute;
    top: 24rem;}
 .deco-img:nth-of-type(3){
	position:absolute; top: 13rem;
        left: 28.5rem;
        width: 7.5rem;
 }

 .deco-img:nth-of-type(4){
	position:absolute; top: 6rem;
        left: 12.5rem;
        width: 7.5rem;
 }
  .deco-img:nth-of-type(5){
	width: 14rem;
        position: absolute;
        top: 3rem;
        right: 27rem;
  }

  .deco-img:nth-of-type(6){
	position: absolute;
        right: 0;
        top: 11rem;
        width: 7.5rem;
  }

  .deco-img:nth-of-type(7){
	position: absolute;
        right: 13rem;
        top: 28rem;
        width: 10rem;
  }
    .deco-img img {max-width:100%;}
	/* .deco-img {display:none;} */

	.benefits-list li {padding: 2rem 2rem 0 2rem;}

}

@media all and (max-width:800px){
	.essential-txt {margin-bottom: 5rem;}
	.intro-tit {font-size:3.8rem;}
	.intro-txt {font-size:1.7rem;}
	.energy-tit-box .tit {font-size:3.2rem;}
	.energy-intro-con.intro {padding: 0 0 3rem;/* padding: 15rem 0; */}
	.energy-bottom-con .energy-intro-con:last-of-type {margin-top: 5rem;}
	.energy-intro-con.flex {flex-wrap:wrap;}
	.energy-tit-box {width: 100%; display:flex; justify-content: space-between; margin-bottom: 3rem;}
	.energy-tit-box .ico-box {width: 25%; margin-top: 0; margin-left: 5rem;}
	.energy-page .contents-box {width: 100%;}
	.coverage-list > li {flex-direction:column; padding: 3rem;}
	.coverage-list .txt-box {width: 100%; margin-top: 2.5rem;}
	.coverage-list .tit-box:before {opacity: 0;}
	.coverage-list .inner-list {flex-direction:column;}
	.coverage-list .inner-list li {width: 100%; height: auto; margin-top: 2rem;}
	.coverage-list .inner-list li:first-of-type {margin-top: 0;}
	.deco-img:nth-of-type(2) {width: 8.5rem; top: 15rem;}
	.deco-img:nth-of-type(3) {top: 9rem;
        left: 17.5rem;
        width: 4.5rem;}
	.deco-img {display:none;}

	.energy-page .contents-box.benefit {padding: 3rem;}
	.benefits-list {flex-direction:column;}
	.benefits-list li {width: 100%; min-height:initial;}
	.benefits-list .ico-box {position: relative; width: 10rem; margin-top: 2rem;}
}

/* 태양광발전소종합보험 소개 */

/* smp 추가 YJ */
.sub-chart-box{width: 67.8%; margin: 0 auto; border: 1px solid #ddd; border-radius: 30px; padding: 60px 30px;}
.sub-chart-top{max-width: 1150px; margin: 0 auto 50px; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between;}
.sub-chart-top-tit{}
.sub-chart-top-tit h5{font-size: 24px; color: #000;}
.sub-chart-top-tit ul{margin-top: 15px; display: flex; flex-wrap:wrap; align-items: center;}
.sub-chart-top-tit ul li{font-size: 13px; color: #999;}
.sub-chart-top-tit ul li + li{margin-left: 20px;}
.sub-chart-top-tit ul li i{margin-right: 3px;}
.sub-chart-top-form{}
.sub-chart-top-form form{display: flex; flex-wrap:wrap; align-items: center;}
.sub-chart-top-form .form-item{}
.sub-chart-top-form .form-item + .form-item{margin-left: 1rem;}
.sub-chart-top-form .form-item input,
.sub-chart-top-form .form-item select,
.sub-chart-top-form .form-item button{height: 40px; font-size: 13px; font-weight: 500; color: #000; background-color: #f5f5f5; border-radius: 10px; border: 0; box-sizing: border-box;}
.sub-chart-top-form .form-item input{width: 140px; padding: 0 10px;}
.sub-chart-top-form .form-item select{width: 100px; padding: 0 10px;}
.sub-chart-top-form .form-item button{width: 50px;}
.chart-wrap{max-width: 1150px; width: 100%; margin: 0 auto; height: clamp(260px, 65vh, 550px);}
.chart-wrap canvas{display: block; width: 100% !important; height: 100% !important;}

@media all and ( max-width: 800px ){
	.sub-chart-box{border-radius: 20px; padding: 40px 25px;}
	.sub-chart-top-form{margin-top: 20px; width: 100%;}
}

.smp-page {padding-bottom:15rem;}
.chart-table {max-width:1200px; margin: 10rem auto 0;}
.chart-table table {width: 100%;}
.chart-table table th {background: #f2f3f4; font-size:1.6rem; color: #222; letter-spacing:-0.02em; font-weight: 600; line-height:1.2; padding: 2.441rem 0;}
.chart-table table th:first-of-type {border-radius:1rem 0 0 1rem;}
.chart-table table th:last-of-type {border-radius:0 1rem 1rem 0;}
.chart-table table td {font-size:1.6rem; color: #555; letter-spacing:-0.02em; line-height:1.2; text-align:center; border-bottom:1px solid #d9dadb; padding: 2.317rem 0;}